Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 12565dec60f03e6cbc896b7e2b47784094aed3ee 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6879’ is offline; ‘prd-centos7-docker-4c-2g-6886’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6882’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6892 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/199 [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/199 # 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 12565dec60f03e6cbc896b7e2b47784094aed3ee (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 12565dec60f03e6cbc896b7e2b47784094aed3ee # timeout=10 Commit message: "Merge pull request #2815 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.102" > git rev-list --no-walk d3791ebe684db7fa12cf8e4209b1a20507d77774 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T05:58:04.346Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T05:58:04.638Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T05:58:04.734Z] ========================================================= [2020-10-20T05:58:04.734Z] EdgeX Global Pipelines Version Info [2020-10-20T05:58:04.734Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:58:06.703Z] ------------------- [2020-10-20T05:58:06.703Z] stable info: [2020-10-20T05:58:06.703Z] ------------------- [2020-10-20T05:58:06.703Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T05:58:06.703Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T05:58:06.703Z] Message: update stable to v1.0.144 [2020-10-20T05:58:07.285Z] ------------------- [2020-10-20T05:58:07.285Z] experimental info: [2020-10-20T05:58:07.285Z] ------------------- [2020-10-20T05:58:07.285Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T05:58:07.285Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T05:58:07.285Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-20T05:58:07.673Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-20T05:58:07.792Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-20T05:58:07.910Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T05:58:07.994Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T05:58:08.079Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T05:58:08.165Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T05:58:08.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T05:58:08.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-20T05:58:08.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-20T05:58:08.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-20T05:58:08.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T05:58:08.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T05:58:08.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T05:58:08.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T05:58:09.011Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T05:58:09.115Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T05:58:09.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-20T05:58:09.306Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T05:58:09.388Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-20T05:58:09.484Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-20T05:58:09.568Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-20T05:58:09.651Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T05:58:09.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T05:58:09.826Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T05:58:09.995Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] echo [2020-10-20T05:58:10.166Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12565de [Pipeline] echo [2020-10-20T05:58:10.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-20T05:58:10.668Z] ++ 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-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/core-command/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/core-data/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-20T05:58:10.668Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T05:58:10.668Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-20T05:58:10.668Z] ++ cut -d/ -f2 [2020-10-20T05:58:10.668Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-20T05:58:10.738Z] 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-20T05:58:12.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:58:12.385Z] [2020-10-20T05:58:12.385Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:58:12.748Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:58:12.748Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T05:58:12.748Z] 31603596830f: Pulling fs layer [2020-10-20T05:58:12.748Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T05:58:12.748Z] 6ca5941a6612: Pulling fs layer [2020-10-20T05:58:12.748Z] ecc8261a40a4: Pulling fs layer [2020-10-20T05:58:12.748Z] ecc8261a40a4: Waiting [2020-10-20T05:58:12.748Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T05:58:12.748Z] 2a8b12db71e7: Download complete [2020-10-20T05:58:13.015Z] 31603596830f: Verifying Checksum [2020-10-20T05:58:13.015Z] 31603596830f: Download complete [2020-10-20T05:58:13.015Z] ecc8261a40a4: Verifying Checksum [2020-10-20T05:58:13.015Z] ecc8261a40a4: Download complete [2020-10-20T05:58:13.015Z] 6ca5941a6612: Verifying Checksum [2020-10-20T05:58:13.015Z] 6ca5941a6612: Download complete [2020-10-20T05:58:13.279Z] 31603596830f: Pull complete [2020-10-20T05:58:13.544Z] 2a8b12db71e7: Pull complete [2020-10-20T05:58:14.510Z] 6ca5941a6612: Pull complete [2020-10-20T05:58:14.510Z] ecc8261a40a4: Pull complete [2020-10-20T05:58:14.510Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T05:58:14.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:58:14.510Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T05:58:14.613Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T05:58:14.663Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T05:58:17.277Z] $ docker top 22b4d67cf0e43c70b9d915e649ea1e7bc275964494f1f73475209cca5bd7489d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T05:58:17.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T05:58:17.826Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T05:58:18.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T05:58:18.087Z] $ docker exec 22b4d67cf0e43c70b9d915e649ea1e7bc275964494f1f73475209cca5bd7489d ssh-agent [2020-10-20T05:58:18.270Z] SSH_AUTH_SOCK=/tmp/ssh-mKYRufB74UmT/agent.11 [2020-10-20T05:58:18.270Z] SSH_AGENT_PID=16 [2020-10-20T05:58:18.282Z] Running ssh-add (command line suppressed) [2020-10-20T05:58:18.404Z] Identity added: /w/workspace/edgex-go/199@tmp/private_key_138012348222950943.key (/w/workspace/edgex-go/199@tmp/private_key_138012348222950943.key) [2020-10-20T05:58:18.456Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T05:58:18.798Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T05:58:18.905Z] $ docker exec --env ******** --env ******** 22b4d67cf0e43c70b9d915e649ea1e7bc275964494f1f73475209cca5bd7489d ssh-agent -k [2020-10-20T05:58:19.059Z] unset SSH_AUTH_SOCK; [2020-10-20T05:58:19.059Z] unset SSH_AGENT_PID; [2020-10-20T05:58:19.059Z] echo Agent pid 16 killed; [2020-10-20T05:58:19.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T05:58:19.268Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T05:58:19.268Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T05:58:19.435Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T05:58:19.441Z] $ docker exec 22b4d67cf0e43c70b9d915e649ea1e7bc275964494f1f73475209cca5bd7489d ssh-agent [2020-10-20T05:58:19.621Z] SSH_AUTH_SOCK=/tmp/ssh-i1be424m6ZMC/agent.44 [2020-10-20T05:58:19.621Z] SSH_AGENT_PID=49 [2020-10-20T05:58:19.629Z] Running ssh-add (command line suppressed) [2020-10-20T05:58:19.754Z] Identity added: /w/workspace/edgex-go/199@tmp/private_key_7330203355745657850.key (/w/workspace/edgex-go/199@tmp/private_key_7330203355745657850.key) [2020-10-20T05:58:19.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T05:58:20.143Z] + git semver init [2020-10-20T05:58:20.143Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T05:58:20.143Z] # $GIT_DIR = /w/workspace/edgex-go/199/.git [2020-10-20T05:58:20.143Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/199 [2020-10-20T05:58:20.143Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T05:58:20.143Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T05:58:20.143Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T05:58:20.143Z] # $SEMVER_BRANCH = master [2020-10-20T05:58:20.143Z] # $SEMVER_TEMP = /tmp/semver-872750808 [2020-10-20T05:58:20.143Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-20T05:59:06.941Z] # '/tmp/semver-872750808' -> '/w/workspace/edgex-go/199/.semver' [2020-10-20T05:59:06.941Z] # -> Force: false [2020-10-20T05:59:06.941Z] # $SEMVER_DIR = /w/workspace/edgex-go/199/.semver [Pipeline] } [2020-10-20T05:59:06.958Z] $ docker exec --env ******** --env ******** 22b4d67cf0e43c70b9d915e649ea1e7bc275964494f1f73475209cca5bd7489d ssh-agent -k [2020-10-20T05:59:07.209Z] unset SSH_AUTH_SOCK; [2020-10-20T05:59:07.209Z] unset SSH_AGENT_PID; [2020-10-20T05:59:07.209Z] echo Agent pid 49 killed; [2020-10-20T05:59:07.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T05:59:07.815Z] + git semver [Pipeline] } [2020-10-20T05:59:07.836Z] $ docker stop --time=1 22b4d67cf0e43c70b9d915e649ea1e7bc275964494f1f73475209cca5bd7489d [2020-10-20T05:59:09.535Z] $ docker rm -f 22b4d67cf0e43c70b9d915e649ea1e7bc275964494f1f73475209cca5bd7489d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T05:59:10.131Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T05:59:10.834Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T05:59:10.837Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.83 [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-20T05:59:11.466Z] ========================================================= [2020-10-20T05:59:11.466Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T05:59:11.466Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:59:11.817Z] + 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-20T05:59:16.064Z] Sending build context to Docker daemon 325.3MB [2020-10-20T05:59:16.064Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T05:59:16.064Z] Step 2/7 : FROM ${BASE} [2020-10-20T05:59:16.064Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T05:59:16.064Z] df20fa9351a1: Pulling fs layer [2020-10-20T05:59:16.064Z] ed8968b2872e: Pulling fs layer [2020-10-20T05:59:16.064Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T05:59:16.064Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T05:59:16.064Z] e73272ec9a57: Pulling fs layer [2020-10-20T05:59:16.064Z] 1e910a182e73: Pulling fs layer [2020-10-20T05:59:16.064Z] 4e634b169226: Pulling fs layer [2020-10-20T05:59:16.064Z] e73272ec9a57: Waiting [2020-10-20T05:59:16.064Z] 1e910a182e73: Waiting [2020-10-20T05:59:16.064Z] 4e634b169226: Waiting [2020-10-20T05:59:16.064Z] e871e8e8d7a9: Waiting [2020-10-20T05:59:16.064Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T05:59:16.064Z] a92cc7c5fd73: Download complete [2020-10-20T05:59:16.064Z] ed8968b2872e: Download complete [2020-10-20T05:59:16.064Z] e73272ec9a57: Verifying Checksum [2020-10-20T05:59:16.064Z] e73272ec9a57: Download complete [2020-10-20T05:59:16.064Z] 1e910a182e73: Verifying Checksum [2020-10-20T05:59:16.064Z] 1e910a182e73: Download complete [2020-10-20T05:59:16.064Z] df20fa9351a1: Verifying Checksum [2020-10-20T05:59:16.064Z] df20fa9351a1: Download complete [2020-10-20T05:59:16.331Z] df20fa9351a1: Pull complete [2020-10-20T05:59:16.916Z] ed8968b2872e: Pull complete [2020-10-20T05:59:16.916Z] a92cc7c5fd73: Pull complete [2020-10-20T05:59:17.869Z] 4e634b169226: Verifying Checksum [2020-10-20T05:59:17.869Z] 4e634b169226: Download complete [2020-10-20T05:59:18.447Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T05:59:18.447Z] e871e8e8d7a9: Download complete [2020-10-20T05:59:23.465Z] e871e8e8d7a9: Pull complete [2020-10-20T05:59:23.465Z] e73272ec9a57: Pull complete [2020-10-20T05:59:23.465Z] 1e910a182e73: Pull complete [2020-10-20T05:59:26.247Z] Still waiting to schedule task [2020-10-20T05:59:26.247Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-20T05:59:30.087Z] 4e634b169226: Pull complete [2020-10-20T05:59:30.087Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T05:59:30.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T05:59:30.087Z] ---> f7629b54cfaa [2020-10-20T05:59:30.087Z] 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-20T05:59:30.087Z] ---> Running in f85f9db6b5f6 [2020-10-20T05:59:30.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T05:59:31.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T05:59:33.012Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T05:59:33.588Z] (2/12) Installing file (5.38-r0) [2020-10-20T05:59:33.588Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T05:59:33.588Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T05:59:45.859Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T05:59:45.859Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T05:59:45.859Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T05:59:45.859Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T05:59:45.859Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T05:59:45.859Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T05:59:45.859Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T05:59:45.859Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T05:59:45.859Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T05:59:45.859Z] OK: 233 MiB in 51 packages [2020-10-20T05:59:48.436Z] Removing intermediate container f85f9db6b5f6 [2020-10-20T05:59:48.436Z] ---> 691cc2436595 [2020-10-20T05:59:48.436Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T05:59:48.436Z] ---> Running in 861b3e4eb88f [2020-10-20T05:59:48.698Z] Removing intermediate container 861b3e4eb88f [2020-10-20T05:59:48.698Z] ---> 8e041541fd19 [2020-10-20T05:59:48.698Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T05:59:48.960Z] latest: Pulling from library/docker [2020-10-20T05:59:49.225Z] df20fa9351a1: Already exists [2020-10-20T05:59:49.225Z] 25ad7478873d: Pulling fs layer [2020-10-20T05:59:49.225Z] 4684f6177b5d: Pulling fs layer [2020-10-20T05:59:49.225Z] 8ba584e970af: Pulling fs layer [2020-10-20T05:59:49.225Z] 3cdc74d2b06d: Pulling fs layer [2020-10-20T05:59:49.225Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-20T05:59:49.225Z] fca0ccc462d5: Pulling fs layer [2020-10-20T05:59:49.225Z] 3cdc74d2b06d: Waiting [2020-10-20T05:59:49.225Z] 4cf5a0d07c1f: Waiting [2020-10-20T05:59:49.225Z] fca0ccc462d5: Waiting [2020-10-20T05:59:49.225Z] 4684f6177b5d: Verifying Checksum [2020-10-20T05:59:49.225Z] 4684f6177b5d: Download complete [2020-10-20T05:59:49.225Z] 25ad7478873d: Verifying Checksum [2020-10-20T05:59:49.488Z] 3cdc74d2b06d: Verifying Checksum [2020-10-20T05:59:49.488Z] 3cdc74d2b06d: Download complete [2020-10-20T05:59:49.488Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-20T05:59:49.488Z] 4cf5a0d07c1f: Download complete [2020-10-20T05:59:49.488Z] fca0ccc462d5: Verifying Checksum [2020-10-20T05:59:49.488Z] fca0ccc462d5: Download complete [2020-10-20T05:59:49.751Z] 25ad7478873d: Pull complete [2020-10-20T05:59:49.751Z] 4684f6177b5d: Pull complete [2020-10-20T05:59:50.013Z] 8ba584e970af: Verifying Checksum [2020-10-20T05:59:50.013Z] 8ba584e970af: Download complete [2020-10-20T05:59:52.573Z] 8ba584e970af: Pull complete [2020-10-20T05:59:52.573Z] 3cdc74d2b06d: Pull complete [2020-10-20T05:59:52.837Z] 4cf5a0d07c1f: Pull complete [2020-10-20T05:59:52.837Z] fca0ccc462d5: Pull complete [2020-10-20T05:59:52.837Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T05:59:52.837Z] Status: Downloaded newer image for docker:latest [2020-10-20T05:59:54.800Z] ---> dd2a4839507e [2020-10-20T05:59:54.800Z] Step 6/7 : COPY go.mod . [2020-10-20T05:59:54.800Z] ---> 450bf31b8c80 [2020-10-20T05:59:54.800Z] Step 7/7 : RUN go mod download [2020-10-20T05:59:54.800Z] ---> Running in 235b3b20da7c [2020-10-20T06:00:16.877Z] Removing intermediate container 235b3b20da7c [2020-10-20T06:00:16.877Z] ---> e492e43bb614 [2020-10-20T06:00:16.877Z] Successfully built e492e43bb614 [2020-10-20T06:00:16.877Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:00:17.202Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T06:00:17.202Z] . [Pipeline] withDockerContainer [2020-10-20T06:00:17.325Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:00:17.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:00:18.083Z] $ docker top 4b0fbab0503998f529bcaa24edff1a836553baa6b3eb64d76b50990c07abdee3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T06:00:18.576Z] + go version [2020-10-20T06:00:18.576Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T06:00:18.593Z] $ docker stop --time=1 4b0fbab0503998f529bcaa24edff1a836553baa6b3eb64d76b50990c07abdee3 [2020-10-20T06:00:19.934Z] $ docker rm -f 4b0fbab0503998f529bcaa24edff1a836553baa6b3eb64d76b50990c07abdee3 [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-20T06:00:21.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T06:00:21.771Z] [2020-10-20T06:00:21.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:00:22.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T06:00:22.131Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-20T06:00:22.131Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T06:00:22.131Z] ca9280d653b3: Pulling fs layer [2020-10-20T06:00:22.131Z] 7e9c9ca2126c: Pulling fs layer [2020-10-20T06:00:22.131Z] cbdbe7a5bc2a: Download complete [2020-10-20T06:00:22.394Z] cbdbe7a5bc2a: Pull complete [2020-10-20T06:00:22.659Z] ca9280d653b3: Verifying Checksum [2020-10-20T06:00:22.659Z] ca9280d653b3: Download complete [2020-10-20T06:00:23.620Z] ca9280d653b3: Pull complete [2020-10-20T06:00:23.888Z] 7e9c9ca2126c: Verifying Checksum [2020-10-20T06:00:23.888Z] 7e9c9ca2126c: Download complete [2020-10-20T06:00:30.543Z] 7e9c9ca2126c: Pull complete [2020-10-20T06:00:30.543Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-20T06:00:30.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T06:00:30.543Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-20T06:00:30.724Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:00:30.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:00:32.960Z] $ docker top 0494e853da68262adb089dc1302fb063cc9098aa3f2d13fdb81a2ce0df3daaa8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T06:00:33.473Z] + docker-compose build --help [2020-10-20T06:00:33.474Z] + grep parallel [2020-10-20T06:00:34.422Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T06:00:34.441Z] $ docker stop --time=1 0494e853da68262adb089dc1302fb063cc9098aa3f2d13fdb81a2ce0df3daaa8 [2020-10-20T06:00:35.784Z] $ docker rm -f 0494e853da68262adb089dc1302fb063cc9098aa3f2d13fdb81a2ce0df3daaa8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:00:36.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T06:00:36.420Z] . [Pipeline] withDockerContainer [2020-10-20T06:00:36.521Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:00:36.575Z] $ 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/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:00:37.148Z] $ docker top 062ba4285105dc374b398f2be6adf0272d4761b7faaf5d10b5c253318304c3b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T06:00:37.677Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T06:00:38.692Z] Building docker-core-command-go ... [2020-10-20T06:00:38.692Z] Building docker-core-data-go ... [2020-10-20T06:00:38.692Z] Building docker-core-metadata-go ... [2020-10-20T06:00:38.692Z] Building docker-security-proxy-setup-go ... [2020-10-20T06:00:38.692Z] Building docker-security-secrets-setup-go ... [2020-10-20T06:00:38.692Z] Building docker-security-secretstore-setup-go ... [2020-10-20T06:00:38.692Z] Building docker-support-logging-go ... [2020-10-20T06:00:38.692Z] Building docker-support-notifications-go ... [2020-10-20T06:00:38.692Z] Building docker-support-scheduler-go ... [2020-10-20T06:00:38.692Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T06:00:38.692Z] Building docker-sys-mgmt-agent-go [2020-10-20T06:00:38.692Z] Building docker-core-data-go [2020-10-20T06:00:38.692Z] Building docker-security-secretstore-setup-go [2020-10-20T06:00:38.692Z] Building docker-support-scheduler-go [2020-10-20T06:00:38.692Z] Building docker-core-metadata-go [2020-10-20T06:01:05.543Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:01:05.543Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:01:05.543Z] ---> e492e43bb614 [2020-10-20T06:01:05.543Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T06:01:05.543Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:01:05.543Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:01:05.543Z] ---> e492e43bb614 [2020-10-20T06:01:05.543Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T06:01:05.543Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:01:05.543Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:01:05.543Z] ---> e492e43bb614 [2020-10-20T06:01:05.543Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T06:01:05.544Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:01:05.544Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:01:05.544Z] ---> e492e43bb614 [2020-10-20T06:01:05.544Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T06:01:05.544Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:01:05.544Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:01:05.544Z] ---> e492e43bb614 [2020-10-20T06:01:05.544Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T06:01:05.544Z] ---> Running in efdc9233d001 [2020-10-20T06:01:05.544Z] ---> Running in dd6bdca24dd3 [2020-10-20T06:01:05.544Z] ---> Running in 8f9431693138 [2020-10-20T06:01:05.544Z] ---> Running in 44d5c8e763d6 [2020-10-20T06:01:05.544Z] ---> Running in 32a4ef3438f6 [2020-10-20T06:01:05.544Z] Removing intermediate container dd6bdca24dd3 [2020-10-20T06:01:05.544Z] ---> b96defb8bc9c [2020-10-20T06:01:05.544Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:01:05.544Z] Removing intermediate container 44d5c8e763d6 [2020-10-20T06:01:05.544Z] ---> be6e5fa0b639 [2020-10-20T06:01:05.544Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:01:05.544Z] Removing intermediate container 8f9431693138 [2020-10-20T06:01:05.544Z] ---> fb91444d0db2 [2020-10-20T06:01:05.544Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:01:05.544Z] Removing intermediate container efdc9233d001 [2020-10-20T06:01:05.544Z] ---> 61be87ec9bb8 [2020-10-20T06:01:05.544Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:01:05.544Z] Removing intermediate container 32a4ef3438f6 [2020-10-20T06:01:05.544Z] ---> b186e96b69cf [2020-10-20T06:01:05.544Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:01:05.544Z] ---> Running in 946d3ab6dc1e [2020-10-20T06:01:05.544Z] ---> Running in 0b1f34613fb2 [2020-10-20T06:01:05.544Z] ---> Running in 1a3f8de019ea [2020-10-20T06:01:05.544Z] ---> Running in 95f4fd79f9fe [2020-10-20T06:01:05.544Z] ---> Running in 1f744b8e2827 [2020-10-20T06:01:06.957Z] Removing intermediate container 946d3ab6dc1e [2020-10-20T06:01:06.958Z] ---> eca7c50b7efd [2020-10-20T06:01:06.958Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T06:01:06.958Z] Removing intermediate container 1a3f8de019ea [2020-10-20T06:01:06.958Z] ---> 845544ae2262 [2020-10-20T06:01:06.958Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T06:01:06.958Z] ---> Running in 645a10813ff8 [2020-10-20T06:01:07.222Z] Removing intermediate container 0b1f34613fb2 [2020-10-20T06:01:07.222Z] ---> 32569da74606 [2020-10-20T06:01:07.222Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T06:01:07.222Z] ---> Running in e6f73ab90107 [2020-10-20T06:01:07.486Z] Removing intermediate container 1f744b8e2827 [2020-10-20T06:01:07.486Z] ---> 867c7f1c7a1d [2020-10-20T06:01:07.486Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T06:01:07.486Z] Removing intermediate container 95f4fd79f9fe [2020-10-20T06:01:07.486Z] ---> 9a0ed7e7233f [2020-10-20T06:01:07.487Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T06:01:07.751Z] ---> Running in 1b8fec5354d5 [2020-10-20T06:01:07.751Z] ---> Running in ac1164bf59fc [2020-10-20T06:01:07.751Z] ---> Running in dfe802a149fa [2020-10-20T06:01:08.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:08.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:08.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:08.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:08.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:08.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:09.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:09.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:09.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:09.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:01:09.380Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:01:09.380Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:01:09.380Z] OK: 12752 distinct packages available [2020-10-20T06:01:09.644Z] OK: 233 MiB in 51 packages [2020-10-20T06:01:09.644Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:01:09.644Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:01:09.644Z] OK: 12752 distinct packages available [2020-10-20T06:01:09.907Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:01:09.907Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:01:09.907Z] OK: 12752 distinct packages available [2020-10-20T06:01:09.907Z] OK: 233 MiB in 51 packages [2020-10-20T06:01:10.175Z] Removing intermediate container 645a10813ff8 [2020-10-20T06:01:10.175Z] ---> ff914a1705ad [2020-10-20T06:01:10.175Z] Step 6/22 : COPY go.mod . [2020-10-20T06:01:10.175Z] OK: 233 MiB in 51 packages [2020-10-20T06:01:10.442Z] ---> 3ada3d09d3bd [2020-10-20T06:01:10.442Z] Step 7/22 : RUN go mod download [2020-10-20T06:01:10.442Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:01:10.442Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:01:10.442Z] OK: 12752 distinct packages available [2020-10-20T06:01:10.717Z] ---> Running in bd5b6bde92d8 [2020-10-20T06:01:10.717Z] Removing intermediate container 1b8fec5354d5 [2020-10-20T06:01:10.717Z] ---> f60422628edd [2020-10-20T06:01:10.717Z] Step 6/26 : COPY go.mod . [2020-10-20T06:01:10.717Z] OK: 233 MiB in 51 packages [2020-10-20T06:01:10.996Z] Removing intermediate container dfe802a149fa [2020-10-20T06:01:10.996Z] ---> 3fd17664fe59 [2020-10-20T06:01:10.996Z] Step 6/23 : COPY go.mod . [2020-10-20T06:01:10.996Z] ---> ac5750b3366e [2020-10-20T06:01:10.996Z] Step 7/26 : RUN go mod download [2020-10-20T06:01:10.996Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:01:10.996Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:01:10.996Z] OK: 12752 distinct packages available [2020-10-20T06:01:11.277Z] ---> Running in 2e7ff0429b3a [2020-10-20T06:01:11.277Z] OK: 233 MiB in 51 packages [2020-10-20T06:01:11.564Z] ---> 2f42add80a26 [2020-10-20T06:01:11.564Z] Step 7/23 : RUN go mod download [2020-10-20T06:01:11.564Z] ---> Running in 05d533b58be1 [2020-10-20T06:01:11.882Z] Removing intermediate container ac1164bf59fc [2020-10-20T06:01:11.882Z] ---> 397826d71fb9 [2020-10-20T06:01:11.883Z] Step 6/27 : COPY go.mod . [2020-10-20T06:01:12.297Z] Removing intermediate container e6f73ab90107 [2020-10-20T06:01:12.297Z] ---> 11043e9793f8 [2020-10-20T06:01:12.297Z] Step 6/21 : COPY go.mod . [2020-10-20T06:01:12.297Z] ---> ec34416a9508 [2020-10-20T06:01:12.297Z] Step 7/27 : RUN go mod download [2020-10-20T06:01:12.983Z] ---> Running in ac22e8a0daa8 [2020-10-20T06:01:12.983Z] ---> 6712767f0adf [2020-10-20T06:01:12.983Z] Step 7/21 : RUN go mod download [2020-10-20T06:01:12.983Z] ---> Running in bdf36888e32c [2020-10-20T06:01:13.280Z] Removing intermediate container bd5b6bde92d8 [2020-10-20T06:01:13.280Z] ---> 280d6799b643 [2020-10-20T06:01:13.280Z] Step 8/22 : COPY . . [2020-10-20T06:01:13.622Z] Removing intermediate container 2e7ff0429b3a [2020-10-20T06:01:13.622Z] ---> d9b42d683d5d [2020-10-20T06:01:13.622Z] Step 8/26 : COPY . . [2020-10-20T06:01:16.292Z] Removing intermediate container 05d533b58be1 [2020-10-20T06:01:16.292Z] ---> 19d2ad9e5baf [2020-10-20T06:01:16.292Z] Step 8/23 : COPY . . [2020-10-20T06:01:21.715Z] Removing intermediate container bdf36888e32c [2020-10-20T06:01:21.715Z] ---> d64c56bb3a9b [2020-10-20T06:01:21.715Z] Step 8/21 : COPY . . [2020-10-20T06:01:21.715Z] Removing intermediate container ac22e8a0daa8 [2020-10-20T06:01:21.715Z] ---> 7d133af82061 [2020-10-20T06:01:21.715Z] Step 8/27 : COPY . . [2020-10-20T06:01:44.368Z] ---> 05108dc9bf3f [2020-10-20T06:01:44.368Z] 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-20T06:01:44.368Z] ---> 74706f88b24d [2020-10-20T06:01:44.368Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T06:01:44.368Z] ---> 1f40266e9ff6 [2020-10-20T06:01:44.368Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T06:01:44.368Z] ---> Running in ab97725f6afe [2020-10-20T06:01:44.368Z] ---> Running in 2fce80cfef9d [2020-10-20T06:01:44.368Z] ---> Running in f7722152b47b [2020-10-20T06:01:44.510Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6900 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-20T06:01:44.565Z] Running in /w/workspace/edgex-go/199 [Pipeline] { [2020-10-20T06:01:44.650Z] ---> 22c9cb369a6d [2020-10-20T06:01:44.650Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T06:01:44.650Z] ---> c0d039ed9263 [2020-10-20T06:01:44.650Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] checkout [2020-10-20T06:01:44.946Z] ---> Running in 134e0dc7e6a8 [2020-10-20T06:01:44.946Z] ---> Running in 795d7966ccc9 [2020-10-20T06:01:45.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T06:01:45.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T06:01:45.959Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T06:01:45.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T06:01:45.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T06:01:50.372Z] using credential edgex-jenkins-ssh [2020-10-20T06:01:50.431Z] Cloning the remote Git repository [2020-10-20T06:01:50.477Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T06:01:50.581Z] > git init /w/workspace/edgex-go/199 # timeout=10 [2020-10-20T06:01:50.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T06:01:50.645Z] > git --version # timeout=10 [2020-10-20T06:01:50.659Z] > git --version # 'git version 2.17.1' [2020-10-20T06:01:50.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T06:01:50.743Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T06:02:08.284Z] Checking out Revision 12565dec60f03e6cbc896b7e2b47784094aed3ee (master) [2020-10-20T06:02:07.663Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T06:02:07.677Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T06:02:07.703Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T06:02:07.733Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T06:02:07.734Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T06:02:07.748Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T06:02:08.288Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T06:02:08.306Z] > git checkout -f 12565dec60f03e6cbc896b7e2b47784094aed3ee # timeout=10 [2020-10-20T06:02:12.780Z] Commit message: "Merge pull request #2815 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.102" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T06:02:13.756Z] ========================================================= [2020-10-20T06:02:13.756Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T06:02:13.756Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:02:14.757Z] + 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-20T06:02:17.415Z] Sending build context to Docker daemon 165MB [2020-10-20T06:02:17.415Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T06:02:17.415Z] Step 2/7 : FROM ${BASE} [2020-10-20T06:02:17.694Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T06:02:17.695Z] b538f80385f9: Pulling fs layer [2020-10-20T06:02:17.695Z] 74f711af9a0d: Pulling fs layer [2020-10-20T06:02:17.695Z] 99f96fe45779: Pulling fs layer [2020-10-20T06:02:17.695Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T06:02:17.695Z] 45590311c82a: Pulling fs layer [2020-10-20T06:02:17.695Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T06:02:17.695Z] 8529a6b9a6be: Waiting [2020-10-20T06:02:17.695Z] 209524e5b208: Pulling fs layer [2020-10-20T06:02:17.695Z] 45590311c82a: Waiting [2020-10-20T06:02:17.695Z] 69ca0ff8b7b3: Waiting [2020-10-20T06:02:17.695Z] 209524e5b208: Waiting [2020-10-20T06:02:17.695Z] 99f96fe45779: Download complete [2020-10-20T06:02:17.695Z] 74f711af9a0d: Verifying Checksum [2020-10-20T06:02:17.695Z] 74f711af9a0d: Download complete [2020-10-20T06:02:17.695Z] 45590311c82a: Verifying Checksum [2020-10-20T06:02:17.695Z] 45590311c82a: Download complete [2020-10-20T06:02:17.695Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T06:02:17.695Z] 69ca0ff8b7b3: Download complete [2020-10-20T06:02:17.695Z] b538f80385f9: Verifying Checksum [2020-10-20T06:02:17.695Z] b538f80385f9: Download complete [2020-10-20T06:02:18.299Z] b538f80385f9: Pull complete [2020-10-20T06:02:18.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T06:02:18.906Z] 74f711af9a0d: Pull complete [2020-10-20T06:02:19.189Z] 99f96fe45779: Pull complete [2020-10-20T06:02:19.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T06:02:19.273Z] Removing intermediate container 134e0dc7e6a8 [2020-10-20T06:02:19.273Z] ---> dbc5489f5efb [2020-10-20T06:02:19.273Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T06:02:19.273Z] ---> Running in 94f53fa92117 [2020-10-20T06:02:20.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T06:02:20.658Z] 209524e5b208: Verifying Checksum [2020-10-20T06:02:20.658Z] 209524e5b208: Download complete [2020-10-20T06:02:21.660Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T06:02:21.660Z] 8529a6b9a6be: Download complete [2020-10-20T06:02:23.611Z] Removing intermediate container 94f53fa92117 [2020-10-20T06:02:23.611Z] ---> 3012155185a9 [2020-10-20T06:02:23.611Z] [2020-10-20T06:02:23.611Z] Step 11/27 : FROM docker:latest [2020-10-20T06:02:23.611Z] ---> 809cc4dba987 [2020-10-20T06:02:23.611Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T06:02:25.015Z] Removing intermediate container 795d7966ccc9 [2020-10-20T06:02:25.015Z] ---> dec23ba73694 [2020-10-20T06:02:25.015Z] [2020-10-20T06:02:25.015Z] Step 10/21 : FROM scratch [2020-10-20T06:02:25.015Z] ---> [2020-10-20T06:02:25.015Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T06:02:25.015Z] ---> Running in c3b2d2550985 [2020-10-20T06:02:25.281Z] ---> Running in 9988c37be658 [2020-10-20T06:02:25.282Z] Removing intermediate container 2fce80cfef9d [2020-10-20T06:02:25.282Z] ---> 44d5df89504a [2020-10-20T06:02:25.282Z] [2020-10-20T06:02:25.282Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T06:02:25.545Z] 3.10: Pulling from library/alpine [2020-10-20T06:02:26.496Z] Removing intermediate container 9988c37be658 [2020-10-20T06:02:26.496Z] ---> 51301f975004 [2020-10-20T06:02:26.496Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T06:02:26.762Z] ---> Running in 03af980b7d45 [2020-10-20T06:02:27.035Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T06:02:27.035Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T06:02:27.035Z] ---> be4e4bea2c2e [2020-10-20T06:02:27.035Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T06:02:27.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:27.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:27.036Z] ---> Running in a3ba7140822f [2020-10-20T06:02:27.396Z] Removing intermediate container 03af980b7d45 [2020-10-20T06:02:27.396Z] ---> 2cb80ea43c3f [2020-10-20T06:02:27.396Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T06:02:27.396Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T06:02:27.396Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T06:02:27.396Z] Executing bash-5.0.17-r0.post-install [2020-10-20T06:02:27.396Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:02:28.820Z] OK: 12 MiB in 22 packages [2020-10-20T06:02:28.820Z] ---> Running in cab2f914d40a [2020-10-20T06:02:30.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:30.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:30.754Z] Removing intermediate container cab2f914d40a [2020-10-20T06:02:30.754Z] ---> ddeea4d29af8 [2020-10-20T06:02:30.754Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T06:02:30.754Z] v3.10.5-103-gd7f4631808 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T06:02:30.754Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T06:02:30.754Z] OK: 10346 distinct packages available [2020-10-20T06:02:31.017Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T06:02:31.017Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T06:02:31.017Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T06:02:31.017Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T06:02:31.280Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T06:02:31.280Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T06:02:31.280Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T06:02:31.280Z] OK: 7 MiB in 19 packages [2020-10-20T06:02:31.855Z] Removing intermediate container ab97725f6afe [2020-10-20T06:02:31.855Z] ---> 86d6bb377429 [2020-10-20T06:02:31.855Z] [2020-10-20T06:02:31.855Z] Step 10/22 : FROM scratch [2020-10-20T06:02:31.855Z] ---> [2020-10-20T06:02:31.855Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T06:02:32.129Z] ---> Using cache [2020-10-20T06:02:32.129Z] ---> 51301f975004 [2020-10-20T06:02:32.129Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T06:02:32.129Z] ---> 7836cf8c797f [2020-10-20T06:02:32.129Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T06:02:32.395Z] ---> Running in 9afa5a2998eb [2020-10-20T06:02:32.969Z] Removing intermediate container c3b2d2550985 [2020-10-20T06:02:32.969Z] ---> b59c764b73c2 [2020-10-20T06:02:32.969Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T06:02:32.969Z] Removing intermediate container 9afa5a2998eb [2020-10-20T06:02:32.969Z] ---> 4f8bf87a80bb [2020-10-20T06:02:32.969Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T06:02:34.093Z] 8529a6b9a6be: Pull complete [2020-10-20T06:02:34.093Z] 45590311c82a: Pull complete [2020-10-20T06:02:34.093Z] 69ca0ff8b7b3: Pull complete [2020-10-20T06:02:34.361Z] ---> Running in 0f0b5b4630d4 [2020-10-20T06:02:34.936Z] ---> 3499262eebbc [2020-10-20T06:02:34.936Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T06:02:35.199Z] Removing intermediate container a3ba7140822f [2020-10-20T06:02:35.199Z] ---> 61f0182725c2 [2020-10-20T06:02:35.199Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T06:02:35.199Z] ---> Running in 255da4acc442 [2020-10-20T06:02:35.463Z] ---> Running in 3d23cd6c2eb1 [2020-10-20T06:02:35.463Z] Removing intermediate container f7722152b47b [2020-10-20T06:02:35.463Z] ---> d6ae6cc8407e [2020-10-20T06:02:35.463Z] [2020-10-20T06:02:35.463Z] Step 10/23 : FROM alpine [2020-10-20T06:02:35.463Z] Removing intermediate container 255da4acc442 [2020-10-20T06:02:35.463Z] ---> 00e4af9c51a4 [2020-10-20T06:02:35.463Z] Step 14/22 : WORKDIR / [2020-10-20T06:02:35.463Z] ---> a5edabc9ae96 [2020-10-20T06:02:35.463Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T06:02:35.729Z] ---> Running in 1af57fe9d416 [2020-10-20T06:02:35.729Z] ---> Running in adb22360822a [2020-10-20T06:02:35.729Z] Removing intermediate container 3d23cd6c2eb1 [2020-10-20T06:02:35.729Z] ---> 8afb8d13cb26 [2020-10-20T06:02:35.729Z] Step 13/26 : WORKDIR / [2020-10-20T06:02:35.729Z] ---> Running in 2ebc22e5ecda [2020-10-20T06:02:35.729Z] latest: Pulling from library/alpine [2020-10-20T06:02:35.991Z] Removing intermediate container 1af57fe9d416 [2020-10-20T06:02:35.991Z] ---> 327720343b7f [2020-10-20T06:02:35.991Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T06:02:35.991Z] Removing intermediate container adb22360822a [2020-10-20T06:02:35.991Z] ---> cf364e9d199b [2020-10-20T06:02:35.991Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:02:36.260Z] Removing intermediate container 2ebc22e5ecda [2020-10-20T06:02:36.260Z] ---> c71e91a863a7 [2020-10-20T06:02:36.260Z] 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-20T06:02:36.260Z] ---> Running in b38f12e4b6d7 [2020-10-20T06:02:36.260Z] ---> 01923bb4ae96 [2020-10-20T06:02:36.260Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T06:02:36.525Z] Removing intermediate container 0f0b5b4630d4 [2020-10-20T06:02:36.525Z] ---> 9654812905c2 [2020-10-20T06:02:36.525Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T06:02:36.525Z] Removing intermediate container b38f12e4b6d7 [2020-10-20T06:02:36.525Z] ---> 9c0352b96933 [2020-10-20T06:02:36.525Z] Step 19/21 : LABEL arch=x86_64 [2020-10-20T06:02:36.525Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T06:02:36.738Z] 209524e5b208: Pull complete [2020-10-20T06:02:36.738Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T06:02:36.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T06:02:36.738Z] ---> 5bddaf1c2fca [2020-10-20T06:02:36.738Z] 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-20T06:02:36.786Z] Status: Downloaded newer image for alpine:latest [2020-10-20T06:02:36.786Z] ---> a24bb4013296 [2020-10-20T06:02:36.786Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T06:02:37.361Z] ---> Running in a910d5de9296 [2020-10-20T06:02:37.635Z] ---> 141e872aa48e [2020-10-20T06:02:37.635Z] 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-20T06:02:37.635Z] ---> Running in 63592ece0b24 [2020-10-20T06:02:37.635Z] ---> Running in 2466a507087c [2020-10-20T06:02:37.635Z] ---> e2517e468130 [2020-10-20T06:02:37.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T06:02:37.898Z] Removing intermediate container a910d5de9296 [2020-10-20T06:02:37.898Z] ---> ffe43f153031 [2020-10-20T06:02:37.898Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T06:02:37.898Z] Removing intermediate container 63592ece0b24 [2020-10-20T06:02:37.898Z] ---> dd36aff3c397 [2020-10-20T06:02:37.898Z] Step 20/21 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:02:37.898Z] ---> Running in 12fa044620bf [2020-10-20T06:02:38.161Z] ---> Running in 7eb10f973a48 [2020-10-20T06:02:38.161Z] ---> ff5b617ff519 [2020-10-20T06:02:38.161Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T06:02:38.161Z] Removing intermediate container 2466a507087c [2020-10-20T06:02:38.161Z] ---> c83e6c34fff9 [2020-10-20T06:02:38.161Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T06:02:38.161Z] ---> 8e1a74d1afd4 [2020-10-20T06:02:38.161Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T06:02:38.422Z] ---> Running in 2f361133cdab [2020-10-20T06:02:38.422Z] ---> Running in 42e0cb9eb5f3 [2020-10-20T06:02:38.422Z] Removing intermediate container 12fa044620bf [2020-10-20T06:02:38.422Z] ---> d737fc01df2c [2020-10-20T06:02:38.422Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T06:02:38.687Z] Removing intermediate container 7eb10f973a48 [2020-10-20T06:02:38.687Z] ---> e4842af67ce3 [2020-10-20T06:02:38.687Z] Step 21/21 : LABEL version=1.2.2-dev.83 [2020-10-20T06:02:38.687Z] ---> e6c299b41c4b [2020-10-20T06:02:38.687Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T06:02:38.687Z] ---> Running in 1d4c7440e8b0 [2020-10-20T06:02:38.687Z] ---> Running in 1b0f0da63c48 [2020-10-20T06:02:38.952Z] Removing intermediate container 2f361133cdab [2020-10-20T06:02:38.952Z] ---> b59346aaf4cd [2020-10-20T06:02:38.952Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T06:02:38.952Z] Removing intermediate container 42e0cb9eb5f3 [2020-10-20T06:02:38.952Z] ---> 9c82966ac672 [2020-10-20T06:02:38.952Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:02:38.952Z] ---> Running in 9424aa1fea1a [2020-10-20T06:02:39.214Z] ---> Running in d6c45a2ce97f [2020-10-20T06:02:39.214Z] ---> c1ced3763b2e [2020-10-20T06:02:39.214Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T06:02:39.214Z] Removing intermediate container 1d4c7440e8b0 [2020-10-20T06:02:39.214Z] ---> fa1884400dd4 [2020-10-20T06:02:39.214Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T06:02:39.214Z] Removing intermediate container 1b0f0da63c48 [2020-10-20T06:02:39.214Z] ---> abba464a5ae6 [2020-10-20T06:02:39.214Z] [2020-10-20T06:02:39.477Z] Successfully built abba464a5ae6 [2020-10-20T06:02:39.743Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-20T06:02:39.743Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-10-20T06:02:39.743Z] Removing intermediate container 9424aa1fea1a [2020-10-20T06:02:39.743Z] ---> c3c4df63fbc9 [2020-10-20T06:02:39.743Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:02:40.009Z] Removing intermediate container d6c45a2ce97f [2020-10-20T06:02:40.009Z] ---> 234271372123 [2020-10-20T06:02:40.009Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T06:02:40.009Z] ---> Running in 508a71b74833 [2020-10-20T06:02:40.009Z] ---> 8e4de32a28b2 [2020-10-20T06:02:40.009Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T06:02:40.009Z] ---> Running in 64032f235c4c [2020-10-20T06:02:40.153Z] ---> Running in f7a4daa14825 [2020-10-20T06:02:40.611Z] ---> 07b9d9b2e974 [2020-10-20T06:02:40.611Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T06:02:40.611Z] Removing intermediate container 64032f235c4c [2020-10-20T06:02:40.611Z] ---> dfd707665703 [2020-10-20T06:02:40.611Z] Step 21/22 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:02:40.881Z] ---> 85d4a044f84e [2020-10-20T06:02:40.881Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T06:02:41.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:02:41.143Z] ---> Running in 0005c6a313d5 [2020-10-20T06:02:42.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:02:43.070Z] ---> 47d7fd7e4e57 [2020-10-20T06:02:43.070Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T06:02:43.080Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T06:02:43.353Z] (2/12) Installing file (5.38-r0) [2020-10-20T06:02:43.622Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T06:02:43.622Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T06:02:44.026Z] ---> 715325ec6a02 [2020-10-20T06:02:44.026Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T06:02:44.026Z] Removing intermediate container 0005c6a313d5 [2020-10-20T06:02:44.026Z] ---> 667abee084ac [2020-10-20T06:02:44.026Z] Step 22/22 : LABEL version=1.2.2-dev.83 [2020-10-20T06:02:44.607Z] ---> 9ee167f999af [2020-10-20T06:02:44.607Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T06:02:44.607Z] ---> Running in 0478d1fffd0c [2020-10-20T06:02:45.197Z] Removing intermediate container 508a71b74833 [2020-10-20T06:02:45.197Z] ---> e8ea7e41bf15 [2020-10-20T06:02:45.197Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T06:02:45.462Z] ---> efa53bc411d4 [2020-10-20T06:02:45.462Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T06:02:45.462Z] ---> Running in aff88ac969b0 [2020-10-20T06:02:45.726Z] ---> Running in a9edfdce0a64 [2020-10-20T06:02:45.726Z] ---> Running in 6dfdc89eebdb [2020-10-20T06:02:45.726Z] Removing intermediate container 0478d1fffd0c [2020-10-20T06:02:45.726Z] ---> 16260c7d51fe [2020-10-20T06:02:45.726Z] [2020-10-20T06:02:46.303Z] Successfully built 16260c7d51fe [2020-10-20T06:02:46.303Z] Successfully tagged docker-core-metadata-go:latest [2020-10-20T06:02:46.303Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-10-20T06:02:47.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:47.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:47.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:48.135Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T06:02:48.135Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T06:02:48.135Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T06:02:48.135Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T06:02:48.135Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T06:02:48.135Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T06:02:48.135Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T06:02:48.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:48.731Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T06:02:49.307Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T06:02:49.307Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T06:02:49.570Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T06:02:51.501Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T06:02:51.770Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:02:51.770Z] OK: 8 MiB in 19 packages [2020-10-20T06:02:52.033Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:02:52.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:02:52.033Z] ---> e492e43bb614 [2020-10-20T06:02:52.033Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T06:02:52.033Z] ---> Using cache [2020-10-20T06:02:52.033Z] ---> b186e96b69cf [2020-10-20T06:02:52.033Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:02:52.033Z] ---> Using cache [2020-10-20T06:02:52.033Z] ---> 867c7f1c7a1d [2020-10-20T06:02:52.033Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T06:02:53.430Z] ---> Running in 8b72873ff860 [2020-10-20T06:02:53.698Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T06:02:53.698Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T06:02:53.698Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T06:02:53.698Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T06:02:53.698Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T06:02:53.698Z] Removing intermediate container 6dfdc89eebdb [2020-10-20T06:02:53.698Z] ---> 10667f42391e [2020-10-20T06:02:53.698Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T06:02:53.964Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T06:02:53.964Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T06:02:54.540Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T06:02:54.540Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T06:02:54.540Z] ---> Running in 12a6cbfbcba6 [2020-10-20T06:02:54.540Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T06:02:54.540Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T06:02:54.540Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T06:02:54.819Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T06:02:54.819Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T06:02:54.819Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T06:02:54.819Z] Removing intermediate container a9edfdce0a64 [2020-10-20T06:02:54.819Z] ---> 8cf8e450f898 [2020-10-20T06:02:54.819Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T06:02:54.819Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T06:02:55.088Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T06:02:55.088Z] Removing intermediate container 12a6cbfbcba6 [2020-10-20T06:02:55.088Z] ---> 8af5b991fb36 [2020-10-20T06:02:55.088Z] Step 24/26 : LABEL arch=x86_64 [2020-10-20T06:02:55.088Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T06:02:55.088Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T06:02:55.352Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T06:02:55.933Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T06:02:55.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:56.196Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T06:02:56.196Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T06:02:56.196Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T06:02:56.787Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T06:02:56.787Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T06:02:56.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:02:57.740Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:02:57.740Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:02:57.740Z] OK: 12752 distinct packages available [2020-10-20T06:02:58.002Z] OK: 233 MiB in 51 packages [2020-10-20T06:02:58.002Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:02:58.002Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:02:58.002Z] ---> e492e43bb614 [2020-10-20T06:02:58.002Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T06:02:58.002Z] ---> Using cache [2020-10-20T06:02:58.002Z] ---> b186e96b69cf [2020-10-20T06:02:58.002Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:02:58.002Z] ---> Using cache [2020-10-20T06:02:58.002Z] ---> 867c7f1c7a1d [2020-10-20T06:02:58.002Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T06:02:58.265Z] OK: 233 MiB in 51 packages [2020-10-20T06:02:58.692Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T06:02:58.692Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T06:02:58.692Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T06:02:58.692Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T06:02:58.692Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T06:02:58.692Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T06:02:58.692Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T06:02:58.692Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T06:02:58.692Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:02:58.692Z] OK: 217 MiB in 51 packages [2020-10-20T06:02:59.220Z] ---> Running in be2d129a3e8b [2020-10-20T06:02:59.485Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:02:59.751Z] OK: 71 MiB in 55 packages [2020-10-20T06:02:59.751Z] ---> Running in 857a94cc0e20 [2020-10-20T06:02:59.751Z] ---> ad1f81e7eaf2 [2020-10-20T06:02:59.751Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T06:03:00.031Z] Removing intermediate container be2d129a3e8b [2020-10-20T06:03:00.031Z] ---> 68b1eae40179 [2020-10-20T06:03:00.031Z] Step 25/26 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:03:00.985Z] ---> Running in e49315b09abf [2020-10-20T06:03:00.985Z] Removing intermediate container 8b72873ff860 [2020-10-20T06:03:00.985Z] ---> 73af1b1558ab [2020-10-20T06:03:00.985Z] Step 6/22 : COPY go.mod . [2020-10-20T06:03:01.259Z] ---> 94380b638a03 [2020-10-20T06:03:01.259Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T06:03:01.259Z] Removing intermediate container e49315b09abf [2020-10-20T06:03:01.259Z] ---> 1d2d9c9a5a1c [2020-10-20T06:03:01.259Z] Step 26/26 : LABEL version=1.2.2-dev.83 [2020-10-20T06:03:01.528Z] ---> Running in 6ff731f3df90 [2020-10-20T06:03:01.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:03:01.528Z] ---> a143d5d31808 [2020-10-20T06:03:01.528Z] Step 7/22 : RUN go mod download [2020-10-20T06:03:02.486Z] ---> adab1ebfb91b [2020-10-20T06:03:02.486Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T06:03:02.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:03:03.017Z] Removing intermediate container f7a4daa14825 [2020-10-20T06:03:03.017Z] ---> e7b59c0adcd2 [2020-10-20T06:03:03.017Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T06:03:03.017Z] ---> Running in b27d0729b7d3 [2020-10-20T06:03:03.017Z] Removing intermediate container b27d0729b7d3 [2020-10-20T06:03:03.017Z] ---> bfa547acbd8d [2020-10-20T06:03:03.017Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T06:03:03.061Z] Removing intermediate container 6ff731f3df90 [2020-10-20T06:03:03.061Z] ---> 54d37b0047ca [2020-10-20T06:03:03.061Z] [2020-10-20T06:03:03.061Z] ---> Running in 051784c909a4 [2020-10-20T06:03:03.061Z] Successfully built 54d37b0047ca [2020-10-20T06:03:03.611Z] latest: Pulling from library/docker [2020-10-20T06:03:03.651Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-20T06:03:03.651Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-10-20T06:03:03.651Z] ---> Running in 4a4a2e840b1e [2020-10-20T06:03:03.888Z] b538f80385f9: Already exists [2020-10-20T06:03:03.888Z] 259a493cd78d: Pulling fs layer [2020-10-20T06:03:03.888Z] b8e66b5100f5: Pulling fs layer [2020-10-20T06:03:03.888Z] 7f8258a56ab6: Pulling fs layer [2020-10-20T06:03:03.888Z] 75a0a0ebb566: Pulling fs layer [2020-10-20T06:03:03.888Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-20T06:03:03.888Z] 294320357d30: Pulling fs layer [2020-10-20T06:03:03.888Z] 75a0a0ebb566: Waiting [2020-10-20T06:03:03.888Z] 4a2c62f0a2a3: Waiting [2020-10-20T06:03:03.888Z] 294320357d30: Waiting [2020-10-20T06:03:04.165Z] b8e66b5100f5: Verifying Checksum [2020-10-20T06:03:04.165Z] 75a0a0ebb566: Verifying Checksum [2020-10-20T06:03:04.165Z] 75a0a0ebb566: Download complete [2020-10-20T06:03:04.165Z] 259a493cd78d: Verifying Checksum [2020-10-20T06:03:04.165Z] 259a493cd78d: Download complete [2020-10-20T06:03:04.442Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-20T06:03:04.442Z] 4a2c62f0a2a3: Download complete [2020-10-20T06:03:04.442Z] 294320357d30: Verifying Checksum [2020-10-20T06:03:04.442Z] 294320357d30: Download complete [2020-10-20T06:03:05.056Z] 259a493cd78d: Pull complete [2020-10-20T06:03:05.331Z] 7f8258a56ab6: Verifying Checksum [2020-10-20T06:03:05.331Z] 7f8258a56ab6: Download complete [2020-10-20T06:03:05.606Z] b8e66b5100f5: Pull complete [2020-10-20T06:03:06.221Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:03:06.221Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:03:06.221Z] OK: 12752 distinct packages available [2020-10-20T06:03:06.487Z] OK: 233 MiB in 51 packages [2020-10-20T06:03:07.062Z] Removing intermediate container 4a4a2e840b1e [2020-10-20T06:03:07.062Z] ---> a32fe5e76622 [2020-10-20T06:03:07.062Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:03:08.472Z] ---> Running in b35c2bcd1852 [2020-10-20T06:03:09.005Z] 7f8258a56ab6: Pull complete [2020-10-20T06:03:09.278Z] 75a0a0ebb566: Pull complete [2020-10-20T06:03:09.551Z] 4a2c62f0a2a3: Pull complete [2020-10-20T06:03:09.829Z] 294320357d30: Pull complete [2020-10-20T06:03:09.829Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T06:03:09.829Z] Status: Downloaded newer image for docker:latest [2020-10-20T06:03:13.226Z] ---> 6d3062b08e2c [2020-10-20T06:03:13.226Z] Step 6/7 : COPY go.mod . [2020-10-20T06:03:13.824Z] ---> 2732842b71ee [2020-10-20T06:03:13.824Z] Step 7/7 : RUN go mod download [2020-10-20T06:03:13.824Z] ---> Running in 01c6a2adb161 [2020-10-20T06:03:14.418Z] Removing intermediate container b35c2bcd1852 [2020-10-20T06:03:14.418Z] ---> 665e2088d58e [2020-10-20T06:03:14.418Z] Step 21/23 : LABEL arch=x86_64 [2020-10-20T06:03:15.370Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:03:15.370Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T06:03:15.633Z] ---> e492e43bb614 [2020-10-20T06:03:15.633Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T06:03:15.633Z] ---> Using cache [2020-10-20T06:03:15.633Z] ---> b186e96b69cf [2020-10-20T06:03:15.633Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T06:03:15.633Z] Removing intermediate container aff88ac969b0 [2020-10-20T06:03:15.633Z] ---> fe6fe589a1fd [2020-10-20T06:03:15.633Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T06:03:16.220Z] Removing intermediate container 857a94cc0e20 [2020-10-20T06:03:16.220Z] ---> 6b15ee49a9f6 [2020-10-20T06:03:16.220Z] Step 6/22 : COPY go.mod . [2020-10-20T06:03:16.220Z] ---> Running in d41a95d1d966 [2020-10-20T06:03:16.220Z] ---> Running in cb8f602a340f [2020-10-20T06:03:16.220Z] ---> Running in 0e8d9bb05d7d [2020-10-20T06:03:16.220Z] Removing intermediate container 051784c909a4 [2020-10-20T06:03:16.220Z] ---> 64f4337b4981 [2020-10-20T06:03:16.220Z] Step 8/22 : COPY . . [2020-10-20T06:03:17.188Z] Removing intermediate container cb8f602a340f [2020-10-20T06:03:17.188Z] ---> a1c05b21aee8 [2020-10-20T06:03:17.188Z] Step 22/23 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:03:17.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:03:17.188Z] ---> b98fd83f24cc [2020-10-20T06:03:17.188Z] Step 7/22 : RUN go mod download [2020-10-20T06:03:17.763Z] ---> Running in 5feaa6db3b28 [2020-10-20T06:03:17.763Z] ---> Running in fa4f7f1b9d51 [2020-10-20T06:03:18.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:03:20.309Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:03:20.309Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:03:20.309Z] OK: 12752 distinct packages available [2020-10-20T06:03:20.309Z] OK: 233 MiB in 51 packages [2020-10-20T06:03:20.309Z] Removing intermediate container 5feaa6db3b28 [2020-10-20T06:03:20.309Z] ---> 8c1d9538ef7a [2020-10-20T06:03:20.309Z] Step 23/23 : LABEL version=1.2.2-dev.83 [2020-10-20T06:03:21.266Z] ---> Running in d656a8da9b8e [2020-10-20T06:03:23.209Z] Collecting docker-compose==1.23.2 [2020-10-20T06:03:23.477Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T06:03:25.404Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T06:03:25.404Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T06:03:27.328Z] Removing intermediate container d656a8da9b8e [2020-10-20T06:03:27.328Z] ---> 2e653a22ed25 [2020-10-20T06:03:27.328Z] [2020-10-20T06:03:27.328Z] Successfully built 2e653a22ed25 [2020-10-20T06:03:27.328Z] Successfully tagged docker-core-data-go:latest [2020-10-20T06:03:27.328Z] Building docker-support-notifications-go [2020-10-20T06:03:27.328Z]  Building docker-core-data-go ... done Removing intermediate container d41a95d1d966 [2020-10-20T06:03:27.328Z] ---> 9b89d802c635 [2020-10-20T06:03:27.328Z] Step 5/29 : COPY go.mod . [2020-10-20T06:03:27.328Z] Removing intermediate container fa4f7f1b9d51 [2020-10-20T06:03:27.328Z] ---> d5b81b86526c [2020-10-20T06:03:27.328Z] Step 8/22 : COPY . . [2020-10-20T06:03:27.328Z] ---> 76bd51fa8d2e [2020-10-20T06:03:27.328Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T06:03:27.328Z] ---> Running in 9b9ab8d8509f [2020-10-20T06:03:27.328Z] Collecting PyYAML<4,>=3.10 [2020-10-20T06:03:27.328Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T06:03:27.929Z] ---> e083eed59f00 [2020-10-20T06:03:27.929Z] Step 6/29 : RUN go mod download [2020-10-20T06:03:33.283Z] ---> Running in 02eb6262f943 [2020-10-20T06:03:33.283Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T06:03:33.283Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T06:03:33.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T06:03:33.283Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T06:03:33.556Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T06:03:33.835Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T06:03:33.835Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T06:03:35.231Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T06:03:35.231Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T06:03:37.178Z] 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-20T06:03:38.148Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T06:03:38.148Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T06:03:39.605Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T06:03:39.605Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T06:03:40.592Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T06:03:40.592Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T06:03:40.592Z] Removing intermediate container 02eb6262f943 [2020-10-20T06:03:40.592Z] ---> c8bb3c458470 [2020-10-20T06:03:40.592Z] Step 7/29 : COPY . . [2020-10-20T06:03:40.647Z] Removing intermediate container 01c6a2adb161 [2020-10-20T06:03:40.647Z] ---> bbc16251e725 [2020-10-20T06:03:40.647Z] Successfully built bbc16251e725 [2020-10-20T06:03:40.647Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:03:40.867Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T06:03:40.867Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T06:03:40.867Z] Collecting idna<2.8,>=2.5 [2020-10-20T06:03:41.059Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T06:03:41.059Z] . [Pipeline] withDockerContainer [2020-10-20T06:03:41.150Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T06:03:41.150Z] 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-20T06:03:41.150Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T06:03:41.150Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T06:03:41.356Z] prd-ubuntu18.04-docker-arm64-4c-16g-6900 does not seem to be running inside a container [2020-10-20T06:03:41.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:03:42.639Z] 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-20T06:03:42.639Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T06:03:42.639Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T06:03:42.639Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T06:03:42.639Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T06:03:43.106Z] Installing collected packages: dockerpty, PyYAML, docopt, websocket-client, jsonschema, texttable, cached-property, docker-pycreds, idna, urllib3, requests, docker, docker-compose [2020-10-20T06:03:43.106Z] Running setup.py install for dockerpty: started [2020-10-20T06:03:43.307Z] $ docker top cbf82ad4cd80eca215dabc60399f17108d836153a5b8447131aec7fd72ee0b8f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T06:03:44.079Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:03:44.079Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:03:44.079Z] ---> e492e43bb614 [2020-10-20T06:03:44.079Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T06:03:44.079Z] ---> Using cache [2020-10-20T06:03:44.079Z] ---> b186e96b69cf [2020-10-20T06:03:44.079Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:03:44.079Z] ---> Using cache [2020-10-20T06:03:44.079Z] ---> 867c7f1c7a1d [2020-10-20T06:03:44.079Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T06:03:44.782Z] + go version [2020-10-20T06:03:44.783Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T06:03:44.766Z] $ docker stop --time=1 cbf82ad4cd80eca215dabc60399f17108d836153a5b8447131aec7fd72ee0b8f [2020-10-20T06:03:46.717Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T06:03:46.717Z] Running setup.py install for PyYAML: started [2020-10-20T06:03:46.721Z] $ docker rm -f cbf82ad4cd80eca215dabc60399f17108d836153a5b8447131aec7fd72ee0b8f [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-20T06:03:48.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T06:03:48.010Z] [2020-10-20T06:03:48.010Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T06:03:48.151Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T06:03:48.151Z] Running setup.py install for docopt: started [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:03:48.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T06:03:48.684Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-20T06:03:48.684Z] 29e5d40040c1: Pulling fs layer [2020-10-20T06:03:48.684Z] 1ce36da41761: Pulling fs layer [2020-10-20T06:03:48.684Z] 25b303627fd3: Pulling fs layer [2020-10-20T06:03:48.740Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T06:03:48.957Z] 29e5d40040c1: Verifying Checksum [2020-10-20T06:03:48.957Z] 29e5d40040c1: Download complete [2020-10-20T06:03:49.011Z] ---> Running in e4ac807c127c [2020-10-20T06:03:49.281Z] Running setup.py install for texttable: started [2020-10-20T06:03:49.551Z] 29e5d40040c1: Pull complete [2020-10-20T06:03:49.827Z] 1ce36da41761: Verifying Checksum [2020-10-20T06:03:49.827Z] 1ce36da41761: Download complete [2020-10-20T06:03:50.267Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T06:03:50.542Z] Attempting uninstall: idna [2020-10-20T06:03:50.542Z] Found existing installation: idna 2.9 [2020-10-20T06:03:50.542Z] Uninstalling idna-2.9: [2020-10-20T06:03:50.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:03:50.805Z] Successfully uninstalled idna-2.9 [2020-10-20T06:03:51.266Z] 1ce36da41761: Pull complete [2020-10-20T06:03:51.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:03:51.540Z] 25b303627fd3: Verifying Checksum [2020-10-20T06:03:51.540Z] 25b303627fd3: Download complete [2020-10-20T06:03:51.651Z] Attempting uninstall: urllib3 [2020-10-20T06:03:51.651Z] Found existing installation: urllib3 1.25.9 [2020-10-20T06:03:51.651Z] Uninstalling urllib3-1.25.9: [2020-10-20T06:03:51.924Z] ---> c599816fbe9f [2020-10-20T06:03:51.924Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T06:03:51.924Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T06:03:52.190Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:03:52.190Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:03:52.190Z] OK: 12752 distinct packages available [2020-10-20T06:03:52.190Z] ---> Running in 64adc9426e2e [2020-10-20T06:03:52.459Z] Attempting uninstall: requests [2020-10-20T06:03:52.459Z] Found existing installation: requests 2.23.0 [2020-10-20T06:03:52.459Z] Uninstalling requests-2.23.0: [2020-10-20T06:03:52.459Z] OK: 233 MiB in 51 packages [2020-10-20T06:03:52.459Z] Successfully uninstalled requests-2.23.0 [2020-10-20T06:03:54.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T06:03:55.010Z] 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-20T06:03:56.952Z] Removing intermediate container e4ac807c127c [2020-10-20T06:03:56.952Z] ---> 7b5ed15a7220 [2020-10-20T06:03:56.952Z] Step 6/24 : COPY go.mod . [2020-10-20T06:03:58.905Z] ---> c8721548de97 [2020-10-20T06:03:58.905Z] Step 7/24 : RUN go mod download [2020-10-20T06:04:01.716Z] 25b303627fd3: Pull complete [2020-10-20T06:04:01.716Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-20T06:04:01.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T06:04:01.716Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-20T06:04:01.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-6900 does not seem to be running inside a container [2020-10-20T06:04:02.004Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:04:02.295Z] ---> Running in 02a509a321eb [2020-10-20T06:04:02.596Z] ---> b0d9ea951e46 [2020-10-20T06:04:02.596Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T06:04:03.590Z] Removing intermediate container 9b9ab8d8509f [2020-10-20T06:04:03.590Z] ---> 03061671fb80 [2020-10-20T06:04:03.590Z] [2020-10-20T06:04:03.590Z] Step 10/22 : FROM scratch [2020-10-20T06:04:03.590Z] ---> [2020-10-20T06:04:03.590Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T06:04:04.182Z] ---> Running in 468a1fea96f5 [2020-10-20T06:04:04.455Z] ---> Running in 4e31cd162288 [2020-10-20T06:04:04.728Z] Removing intermediate container 0e8d9bb05d7d [2020-10-20T06:04:04.728Z] ---> 757260adb44b [2020-10-20T06:04:04.728Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T06:04:04.728Z] ---> Running in ec09fbb130a9 [2020-10-20T06:04:05.002Z] Removing intermediate container 4e31cd162288 [2020-10-20T06:04:05.002Z] ---> bb709057d2f3 [2020-10-20T06:04:05.002Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T06:04:05.002Z] ---> Running in 4876bc65c7e8 [2020-10-20T06:04:05.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T06:04:05.276Z] Removing intermediate container 4876bc65c7e8 [2020-10-20T06:04:05.276Z] ---> 41707f2dc82e [2020-10-20T06:04:05.276Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T06:04:05.400Z] $ docker top 0c8d156a5189d2ceca6611ddd78fd9af3f09ae4a585e47a40501c1259a87e0c5 -eo pid,comm [2020-10-20T06:04:05.551Z] ---> Running in 727605656f02 [Pipeline] { [Pipeline] sh [2020-10-20T06:04:05.828Z] Removing intermediate container 727605656f02 [2020-10-20T06:04:05.828Z] ---> 28d383838919 [2020-10-20T06:04:05.828Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T06:04:06.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:04:06.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:04:06.373Z] ---> 392bbdcc45a7 [2020-10-20T06:04:06.373Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T06:04:06.373Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T06:04:06.373Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T06:04:06.373Z] Removing intermediate container 02a509a321eb [2020-10-20T06:04:06.373Z] ---> 65c1935615d4 [2020-10-20T06:04:06.373Z] Step 8/24 : COPY . . [2020-10-20T06:04:06.373Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T06:04:06.373Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:04:06.373Z] OK: 72 MiB in 58 packages [2020-10-20T06:04:06.807Z] + docker-compose build --help [2020-10-20T06:04:06.807Z] + grep parallel [2020-10-20T06:04:06.977Z] ---> 361362796fd2 [2020-10-20T06:04:06.977Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T06:04:10.179Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T06:04:10.159Z] $ docker stop --time=1 0c8d156a5189d2ceca6611ddd78fd9af3f09ae4a585e47a40501c1259a87e0c5 [2020-10-20T06:04:12.049Z] $ docker rm -f 0c8d156a5189d2ceca6611ddd78fd9af3f09ae4a585e47a40501c1259a87e0c5 [2020-10-20T06:04:12.346Z] Removing intermediate container ec09fbb130a9 [2020-10-20T06:04:12.346Z] ---> 536a25bfadb2 [2020-10-20T06:04:12.346Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:04:12.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T06:04:12.870Z] . [Pipeline] withDockerContainer [2020-10-20T06:04:13.135Z] prd-ubuntu18.04-docker-arm64-4c-16g-6900 does not seem to be running inside a container [2020-10-20T06:04:13.180Z] $ 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/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:04:13.319Z] ---> 00107a97d5bd [2020-10-20T06:04:13.319Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T06:04:13.907Z] ---> Running in c7955e31c379 [2020-10-20T06:04:14.693Z] $ docker top b0a6b96fad85fdc893c70f7cf5b8656046abd65be51bc3eb188b29af8d9a8fee -eo pid,comm [2020-10-20T06:04:14.873Z] ---> 770b2d6f4511 [2020-10-20T06:04:14.873Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [Pipeline] { [Pipeline] sh [2020-10-20T06:04:15.977Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T06:04:16.308Z] Removing intermediate container c7955e31c379 [2020-10-20T06:04:16.308Z] ---> 378d2a981fc1 [2020-10-20T06:04:16.308Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:04:16.308Z] ---> Running in fe0d7c9fe0c1 [2020-10-20T06:04:16.573Z] ---> Running in c1b84933c12a [2020-10-20T06:04:16.573Z] Removing intermediate container fe0d7c9fe0c1 [2020-10-20T06:04:16.573Z] ---> d2fe9fe9f5b8 [2020-10-20T06:04:16.573Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:04:16.844Z] Removing intermediate container c1b84933c12a [2020-10-20T06:04:16.844Z] ---> bd7d8d17817e [2020-10-20T06:04:16.844Z] Step 25/27 : LABEL arch=x86_64 [2020-10-20T06:04:16.844Z] ---> Running in 605fe9dcd8a4 [2020-10-20T06:04:17.812Z] ---> Running in 8b59571d5766 [2020-10-20T06:04:17.812Z] Removing intermediate container 605fe9dcd8a4 [2020-10-20T06:04:17.812Z] ---> 6948aaeabc48 [2020-10-20T06:04:17.812Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T06:04:18.126Z] Removing intermediate container 8b59571d5766 [2020-10-20T06:04:18.126Z] ---> 0dcc2b1e97d4 [2020-10-20T06:04:18.126Z] Step 26/27 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:04:18.126Z] ---> Running in 87b5da3f2a8b [2020-10-20T06:04:18.425Z] ---> Running in 4741732b0378 [2020-10-20T06:04:18.722Z] Removing intermediate container 87b5da3f2a8b [2020-10-20T06:04:18.722Z] ---> 00ff3e7a51df [2020-10-20T06:04:18.722Z] Step 21/22 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:04:19.406Z] Building docker-core-command-go ... [2020-10-20T06:04:19.406Z] Building docker-core-data-go ... [2020-10-20T06:04:19.406Z] Building docker-core-metadata-go ... [2020-10-20T06:04:19.406Z] Building docker-security-proxy-setup-go ... [2020-10-20T06:04:19.406Z] Building docker-security-secrets-setup-go ... [2020-10-20T06:04:19.406Z] Building docker-security-secretstore-setup-go ... [2020-10-20T06:04:19.406Z] Building docker-support-logging-go ... [2020-10-20T06:04:19.406Z] Building docker-support-notifications-go ... [2020-10-20T06:04:19.406Z] Building docker-support-scheduler-go ... [2020-10-20T06:04:19.406Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T06:04:19.406Z] Building docker-security-proxy-setup-go [2020-10-20T06:04:19.406Z] Building docker-core-metadata-go [2020-10-20T06:04:19.406Z] Building docker-security-secrets-setup-go [2020-10-20T06:04:19.406Z] Building docker-sys-mgmt-agent-go [2020-10-20T06:04:19.406Z] Building docker-security-secretstore-setup-go [2020-10-20T06:04:20.137Z] Removing intermediate container 4741732b0378 [2020-10-20T06:04:20.137Z] ---> b4a95e6a3a48 [2020-10-20T06:04:20.137Z] Step 27/27 : LABEL version=1.2.2-dev.83 [2020-10-20T06:04:21.539Z] ---> Running in d61dcdda8175 [2020-10-20T06:04:22.946Z] ---> Running in 5f806503b910 [2020-10-20T06:04:22.946Z] Removing intermediate container d61dcdda8175 [2020-10-20T06:04:22.946Z] ---> cce446f34556 [2020-10-20T06:04:22.946Z] Step 22/22 : LABEL version=1.2.2-dev.83 [2020-10-20T06:04:22.946Z] Removing intermediate container 64adc9426e2e [2020-10-20T06:04:22.946Z] ---> a7d11fa28730 [2020-10-20T06:04:22.946Z] [2020-10-20T06:04:22.946Z] Step 10/22 : FROM scratch [2020-10-20T06:04:22.946Z] ---> [2020-10-20T06:04:22.946Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T06:04:23.210Z] ---> Running in 7bf3b0ccfd39 [2020-10-20T06:04:23.210Z] ---> 61ad84db8ead [2020-10-20T06:04:23.210Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T06:04:23.210Z] ---> Running in 893a531d9f47 [2020-10-20T06:04:23.210Z] ---> Using cache [2020-10-20T06:04:23.210Z] ---> 51301f975004 [2020-10-20T06:04:23.210Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T06:04:23.474Z] Removing intermediate container 5f806503b910 [2020-10-20T06:04:23.474Z] ---> 62390be8c515 [2020-10-20T06:04:23.474Z] [2020-10-20T06:04:23.474Z] ---> Running in 16ea943188f1 [2020-10-20T06:04:23.749Z] Successfully built 62390be8c515 [2020-10-20T06:04:23.749Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-20T06:04:23.749Z] Building docker-security-proxy-setup-go [2020-10-20T06:04:23.749Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7bf3b0ccfd39 [2020-10-20T06:04:23.749Z] ---> b7519356d8bf [2020-10-20T06:04:23.749Z] [2020-10-20T06:04:24.037Z] Successfully built b7519356d8bf [2020-10-20T06:04:24.312Z] Successfully tagged docker-support-logging-go:latest [2020-10-20T06:04:24.313Z]  Building docker-support-logging-go ... done Removing intermediate container 16ea943188f1 [2020-10-20T06:04:24.313Z] ---> 821481815f2c [2020-10-20T06:04:24.313Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T06:04:24.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T06:04:28.583Z] ---> Running in 18ac5820606e [2020-10-20T06:04:28.583Z] Removing intermediate container 468a1fea96f5 [2020-10-20T06:04:28.583Z] ---> e79107a47043 [2020-10-20T06:04:28.583Z] [2020-10-20T06:04:28.583Z] Step 9/29 : FROM alpine:latest [2020-10-20T06:04:28.583Z] ---> a24bb4013296 [2020-10-20T06:04:28.583Z] 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-20T06:04:28.583Z] ---> Running in e695c0b6cc18 [2020-10-20T06:04:28.583Z] Removing intermediate container 18ac5820606e [2020-10-20T06:04:28.583Z] ---> 54cec334e902 [2020-10-20T06:04:28.583Z] Step 14/22 : WORKDIR / [2020-10-20T06:04:29.561Z] ---> Running in 2fbdbc5d395d [2020-10-20T06:04:29.838Z] Removing intermediate container e695c0b6cc18 [2020-10-20T06:04:29.839Z] ---> 8c57812a307b [2020-10-20T06:04:29.839Z] Step 11/29 : USER root [2020-10-20T06:04:29.839Z] ---> Running in 3ca8a23489d9 [2020-10-20T06:04:30.113Z] Removing intermediate container 2fbdbc5d395d [2020-10-20T06:04:30.113Z] ---> 82dc07a056a7 [2020-10-20T06:04:30.113Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T06:04:30.713Z] Removing intermediate container 3ca8a23489d9 [2020-10-20T06:04:30.713Z] ---> 0f2bb0f457d1 [2020-10-20T06:04:30.713Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T06:04:30.713Z] ---> 5257fa37ad78 [2020-10-20T06:04:30.713Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T06:04:30.993Z] ---> Running in abf2cce583fa [2020-10-20T06:04:33.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:04:33.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:04:33.007Z] ---> 933dc25e373c [2020-10-20T06:04:33.007Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T06:04:33.007Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:04:33.007Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:04:33.007Z] OK: 12750 distinct packages available [2020-10-20T06:04:33.298Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T06:04:33.584Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T06:04:33.584Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:04:33.584Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T06:04:33.584Z] OK: 6 MiB in 16 packages [2020-10-20T06:04:33.865Z] ---> a0478a47c8cc [2020-10-20T06:04:33.865Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T06:04:34.146Z] ---> Running in e98b4402e91c [2020-10-20T06:04:35.268Z] Removing intermediate container e98b4402e91c [2020-10-20T06:04:35.268Z] ---> 73cdc2a9693e [2020-10-20T06:04:35.268Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:04:36.513Z] ---> Running in 1913017aa2f5 [2020-10-20T06:04:36.513Z] Removing intermediate container abf2cce583fa [2020-10-20T06:04:36.513Z] ---> 6cf338b02780 [2020-10-20T06:04:36.514Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T06:04:36.514Z] ---> Running in 193e32b15889 [2020-10-20T06:04:36.514Z] Removing intermediate container 1913017aa2f5 [2020-10-20T06:04:36.514Z] ---> 7354cec4750d [2020-10-20T06:04:36.514Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T06:04:36.838Z] ---> Running in 37ada1c56c81 [2020-10-20T06:04:36.838Z] Removing intermediate container 193e32b15889 [2020-10-20T06:04:36.838Z] ---> f40bc52ee5bf [2020-10-20T06:04:36.838Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T06:04:36.838Z] ---> Running in 3c0f84f24167 [2020-10-20T06:04:37.187Z] Removing intermediate container 37ada1c56c81 [2020-10-20T06:04:37.187Z] ---> 2f3cb23e6a49 [2020-10-20T06:04:37.187Z] Step 21/22 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:04:38.158Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:04:38.158Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:04:38.158Z] ---> e492e43bb614 [2020-10-20T06:04:38.158Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T06:04:38.158Z] ---> Using cache [2020-10-20T06:04:38.158Z] ---> b186e96b69cf [2020-10-20T06:04:38.158Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:04:38.158Z] ---> Using cache [2020-10-20T06:04:38.158Z] ---> 867c7f1c7a1d [2020-10-20T06:04:38.158Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T06:04:38.158Z] ---> Using cache [2020-10-20T06:04:38.158Z] ---> 6b15ee49a9f6 [2020-10-20T06:04:38.158Z] Step 6/20 : COPY go.mod . [2020-10-20T06:04:38.158Z] ---> Using cache [2020-10-20T06:04:38.158Z] ---> b98fd83f24cc [2020-10-20T06:04:38.158Z] Step 7/20 : RUN go mod download [2020-10-20T06:04:38.158Z] ---> Using cache [2020-10-20T06:04:38.158Z] ---> d5b81b86526c [2020-10-20T06:04:38.158Z] Step 8/20 : COPY . . [2020-10-20T06:04:38.158Z] ---> Using cache [2020-10-20T06:04:38.158Z] ---> c599816fbe9f [2020-10-20T06:04:38.158Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T06:04:40.089Z] ---> Running in c018feddef5f [2020-10-20T06:04:40.089Z] ---> Running in 3c62183f2df7 [2020-10-20T06:04:40.089Z] Removing intermediate container 3c0f84f24167 [2020-10-20T06:04:40.089Z] ---> 3524e2d88613 [2020-10-20T06:04:40.089Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T06:04:40.359Z] ---> Running in c08320634a99 [2020-10-20T06:04:40.359Z] Removing intermediate container 3c62183f2df7 [2020-10-20T06:04:40.359Z] ---> 5c7c08ac4f4f [2020-10-20T06:04:40.359Z] Step 22/22 : LABEL version=1.2.2-dev.83 [2020-10-20T06:04:40.626Z] ---> Running in 7e8c0e0976d0 [2020-10-20T06:04:40.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T06:04:41.172Z] Removing intermediate container 7e8c0e0976d0 [2020-10-20T06:04:41.172Z] ---> 7fb2fe2c03aa [2020-10-20T06:04:41.172Z] [2020-10-20T06:04:41.450Z] Successfully built 7fb2fe2c03aa [2020-10-20T06:04:41.450Z] Successfully tagged docker-core-command-go:latest [2020-10-20T06:04:42.035Z]  Building docker-core-command-go ... done Removing intermediate container c08320634a99 [2020-10-20T06:04:42.035Z] ---> 5f4b104d9a10 [2020-10-20T06:04:42.035Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T06:04:42.641Z] ---> 45fc7b6cd836 [2020-10-20T06:04:42.641Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T06:04:43.258Z] ---> 1de2b5442c61 [2020-10-20T06:04:43.258Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T06:04:43.847Z] ---> c53b419e58fb [2020-10-20T06:04:43.847Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T06:04:45.266Z] ---> c32c1941dce0 [2020-10-20T06:04:45.266Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T06:04:45.528Z] Removing intermediate container 893a531d9f47 [2020-10-20T06:04:45.528Z] ---> 8b572c392a3f [2020-10-20T06:04:45.528Z] [2020-10-20T06:04:45.528Z] Step 10/24 : FROM scratch [2020-10-20T06:04:45.528Z] ---> [2020-10-20T06:04:45.528Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T06:04:45.528Z] ---> 0a9daed98fd5 [2020-10-20T06:04:45.528Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T06:04:45.528Z] ---> Using cache [2020-10-20T06:04:45.528Z] ---> bb709057d2f3 [2020-10-20T06:04:45.528Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T06:04:45.795Z] ---> Running in 9d0205facb41 [2020-10-20T06:04:45.795Z] ---> Running in 5709f1b6abad [2020-10-20T06:04:46.063Z] Removing intermediate container 9d0205facb41 [2020-10-20T06:04:46.063Z] ---> fd6845c87d6f [2020-10-20T06:04:46.063Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T06:04:46.063Z] ---> Running in 715ea31f1dc2 [2020-10-20T06:04:46.330Z] Removing intermediate container 715ea31f1dc2 [2020-10-20T06:04:46.330Z] ---> e6bc01a3f037 [2020-10-20T06:04:46.330Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T06:04:46.926Z] ---> 800191c2ab5b [2020-10-20T06:04:46.926Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T06:04:46.926Z] Removing intermediate container 5709f1b6abad [2020-10-20T06:04:46.926Z] ---> 909f3d8cb20e [2020-10-20T06:04:46.926Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T06:04:48.886Z] ---> 1e5b1d1ded79 [2020-10-20T06:04:48.886Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T06:04:48.886Z] ---> e6d659a2c25a [2020-10-20T06:04:48.886Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T06:04:48.886Z] ---> Running in 46e63e517b45 [2020-10-20T06:04:49.160Z] ---> c24ba791483a [2020-10-20T06:04:49.161Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T06:04:49.742Z] ---> 1243c6fdea18 [2020-10-20T06:04:49.742Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T06:04:50.327Z] ---> 39517cac41f6 [2020-10-20T06:04:50.327Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T06:04:50.328Z] Removing intermediate container 46e63e517b45 [2020-10-20T06:04:50.328Z] ---> 290a003c4df8 [2020-10-20T06:04:50.328Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T06:04:50.328Z] ---> Running in bb450fb3bc72 [2020-10-20T06:04:50.596Z] ---> c3bdd311083b [2020-10-20T06:04:50.596Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T06:04:50.861Z] ---> Running in 69bcf7ffb002 [2020-10-20T06:04:51.437Z] Removing intermediate container 69bcf7ffb002 [2020-10-20T06:04:51.437Z] ---> 688e68b18251 [2020-10-20T06:04:51.437Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:04:51.709Z] ---> Running in b75f5bb9dac0 [2020-10-20T06:04:51.975Z] Removing intermediate container b75f5bb9dac0 [2020-10-20T06:04:51.975Z] ---> fbaf8b5ac502 [2020-10-20T06:04:51.975Z] Step 22/24 : LABEL arch=x86_64 [2020-10-20T06:04:52.925Z] ---> Running in 5f020b8740c7 [2020-10-20T06:04:52.925Z] Removing intermediate container bb450fb3bc72 [2020-10-20T06:04:52.925Z] ---> 8af128a82c4b [2020-10-20T06:04:52.925Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T06:04:53.189Z] Removing intermediate container c018feddef5f [2020-10-20T06:04:53.189Z] ---> b783db668267 [2020-10-20T06:04:53.189Z] [2020-10-20T06:04:53.189Z] Step 10/20 : FROM alpine [2020-10-20T06:04:53.189Z] ---> a24bb4013296 [2020-10-20T06:04:53.189Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T06:04:53.189Z] ---> Running in 2b96dfd6a644 [2020-10-20T06:04:53.189Z] ---> Running in b633812aa544 [2020-10-20T06:04:53.189Z] Removing intermediate container 5f020b8740c7 [2020-10-20T06:04:53.189Z] ---> 487eeadeed10 [2020-10-20T06:04:53.189Z] Step 23/24 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:04:53.459Z] ---> Running in 2dded1b46947 [2020-10-20T06:04:53.459Z] Removing intermediate container 2b96dfd6a644 [2020-10-20T06:04:53.459Z] ---> afffccf23e85 [2020-10-20T06:04:53.459Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T06:04:53.728Z] ---> Running in ce0daaa43d11 [2020-10-20T06:04:53.728Z] Removing intermediate container 2dded1b46947 [2020-10-20T06:04:53.728Z] ---> 35a0d96f47af [2020-10-20T06:04:53.728Z] Step 24/24 : LABEL version=1.2.2-dev.83 [2020-10-20T06:04:53.728Z] ---> Running in 8e44ee805d05 [2020-10-20T06:04:53.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T06:04:53.998Z] Removing intermediate container ce0daaa43d11 [2020-10-20T06:04:53.998Z] ---> 43b83d1dde21 [2020-10-20T06:04:53.998Z] Step 27/29 : LABEL arch=x86_64 [2020-10-20T06:04:53.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T06:04:53.998Z] ---> Running in 0c53754c0c19 [2020-10-20T06:04:53.998Z] Removing intermediate container 8e44ee805d05 [2020-10-20T06:04:53.998Z] ---> b74b75785cb8 [2020-10-20T06:04:53.998Z] [2020-10-20T06:04:54.261Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:04:54.261Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:04:54.261Z] OK: 12750 distinct packages available [2020-10-20T06:04:54.261Z] Successfully built b74b75785cb8 [2020-10-20T06:04:54.261Z] Successfully tagged docker-support-notifications-go:latest [2020-10-20T06:04:54.527Z]  Building docker-support-notifications-go ... done Removing intermediate container 0c53754c0c19 [2020-10-20T06:04:54.527Z] ---> 0465498ad6c4 [2020-10-20T06:04:54.527Z] Step 28/29 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:04:54.527Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T06:04:54.527Z] ---> Running in 5d3338d36334 [2020-10-20T06:04:54.527Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T06:04:54.527Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T06:04:54.527Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T06:04:54.527Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:04:54.527Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T06:04:54.527Z] OK: 7 MiB in 18 packages [2020-10-20T06:04:55.104Z] Removing intermediate container 5d3338d36334 [2020-10-20T06:04:55.104Z] ---> 288504edec6b [2020-10-20T06:04:55.104Z] Step 29/29 : LABEL version=1.2.2-dev.83 [2020-10-20T06:04:55.104Z] ---> Running in 3793143f271c [2020-10-20T06:04:55.365Z] Removing intermediate container 3793143f271c [2020-10-20T06:04:55.365Z] ---> 7c977bfcddf9 [2020-10-20T06:04:55.365Z] [2020-10-20T06:04:55.940Z] Successfully built 7c977bfcddf9 [2020-10-20T06:04:55.940Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-20T06:04:55.940Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container b633812aa544 [2020-10-20T06:04:55.940Z] ---> 407c3b17e00a [2020-10-20T06:04:55.940Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T06:04:56.205Z] ---> Running in 3dfb5daf3153 [2020-10-20T06:04:56.205Z] Removing intermediate container 3dfb5daf3153 [2020-10-20T06:04:56.205Z] ---> 1c557d7e1c59 [2020-10-20T06:04:56.205Z] Step 13/20 : WORKDIR /edgex [2020-10-20T06:04:56.205Z] ---> Running in d2d0493d30fa [2020-10-20T06:04:56.468Z] Removing intermediate container d2d0493d30fa [2020-10-20T06:04:56.468Z] ---> 2bf20bc3e111 [2020-10-20T06:04:56.468Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T06:04:56.731Z] ---> aaf888a1f781 [2020-10-20T06:04:56.731Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T06:04:57.308Z] ---> bfe5b323eb53 [2020-10-20T06:04:57.308Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T06:04:57.308Z] ---> Running in 93a358c6d9d8 [2020-10-20T06:04:57.308Z] Removing intermediate container 93a358c6d9d8 [2020-10-20T06:04:57.308Z] ---> 6347240715ae [2020-10-20T06:04:57.308Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T06:04:57.573Z] ---> Running in 174456f4ccfd [2020-10-20T06:04:57.574Z] Removing intermediate container 174456f4ccfd [2020-10-20T06:04:57.574Z] ---> 44ed1c6beb78 [2020-10-20T06:04:57.574Z] Step 18/20 : LABEL arch=x86_64 [2020-10-20T06:04:57.837Z] ---> Running in e215acbc2cdb [2020-10-20T06:04:57.837Z] Removing intermediate container e215acbc2cdb [2020-10-20T06:04:57.837Z] ---> 31ce499df14e [2020-10-20T06:04:57.837Z] Step 19/20 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:04:57.837Z] ---> Running in 641634cc32fe [2020-10-20T06:04:58.101Z] Removing intermediate container 641634cc32fe [2020-10-20T06:04:58.101Z] ---> fcd3f6428a21 [2020-10-20T06:04:58.101Z] Step 20/20 : LABEL version=1.2.2-dev.83 [2020-10-20T06:04:58.101Z] ---> Running in b30ad107d968 [2020-10-20T06:04:58.362Z] Removing intermediate container b30ad107d968 [2020-10-20T06:04:58.362Z] ---> f9d1c5321feb [2020-10-20T06:04:58.362Z] [2020-10-20T06:04:58.625Z] Successfully built f9d1c5321feb [2020-10-20T06:04:58.625Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-20T06:04:58.904Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-10-20T06:04:58.945Z] $ docker stop --time=1 062ba4285105dc374b398f2be6adf0272d4761b7faaf5d10b5c253318304c3b1 [2020-10-20T06:05:01.638Z] $ docker rm -f 062ba4285105dc374b398f2be6adf0272d4761b7faaf5d10b5c253318304c3b1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:05:02.207Z] + docker images [2020-10-20T06:05:02.207Z] + grep docker [2020-10-20T06:05:02.207Z] docker-security-proxy-setup-go latest f9d1c5321feb 4 seconds ago 15.8MB [2020-10-20T06:05:02.207Z] docker-security-secrets-setup-go latest 7c977bfcddf9 7 seconds ago 24MB [2020-10-20T06:05:02.207Z] docker-support-notifications-go latest b74b75785cb8 9 seconds ago 13.6MB [2020-10-20T06:05:02.207Z] docker-core-command-go latest 7fb2fe2c03aa 22 seconds ago 12.2MB [2020-10-20T06:05:02.207Z] docker-support-logging-go latest b7519356d8bf 39 seconds ago 11.1MB [2020-10-20T06:05:02.207Z] docker-sys-mgmt-agent-go latest 62390be8c515 40 seconds ago 290MB [2020-10-20T06:05:02.207Z] docker-core-data-go latest 2e653a22ed25 About a minute ago 23.6MB [2020-10-20T06:05:02.207Z] docker-security-secretstore-setup-go latest 54d37b0047ca 2 minutes ago 32.4MB [2020-10-20T06:05:02.207Z] docker-core-metadata-go latest 16260c7d51fe 2 minutes ago 14.4MB [2020-10-20T06:05:02.207Z] docker-support-scheduler-go latest abba464a5ae6 2 minutes ago 12.3MB [2020-10-20T06:05:02.207Z] docker latest 809cc4dba987 4 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-20T06:05:02.774Z] provisioning config files... [2020-10-20T06:05:02.873Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/199@tmp/config2923511142960602618tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:05:03.293Z] ---> docker-login.sh [2020-10-20T06:05:03.293Z] nexus3.edgexfoundry.org:10001 [2020-10-20T06:05:03.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:05:03.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:05:03.555Z] Configure a credential helper to remove this warning. See [2020-10-20T06:05:03.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:05:03.555Z] [2020-10-20T06:05:03.555Z] Login Succeeded [2020-10-20T06:05:03.555Z] nexus3.edgexfoundry.org:10002 [2020-10-20T06:05:03.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:05:03.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:05:03.555Z] Configure a credential helper to remove this warning. See [2020-10-20T06:05:03.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:05:03.555Z] [2020-10-20T06:05:03.555Z] Login Succeeded [2020-10-20T06:05:03.555Z] nexus3.edgexfoundry.org:10003 [2020-10-20T06:05:03.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:05:03.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:05:03.817Z] Configure a credential helper to remove this warning. See [2020-10-20T06:05:03.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:05:03.817Z] [2020-10-20T06:05:03.817Z] Login Succeeded [2020-10-20T06:05:03.817Z] nexus3.edgexfoundry.org:10004 [2020-10-20T06:05:04.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:05:04.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:05:04.079Z] Configure a credential helper to remove this warning. See [2020-10-20T06:05:04.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:05:04.079Z] [2020-10-20T06:05:04.079Z] Login Succeeded [2020-10-20T06:05:04.079Z] docker.io [2020-10-20T06:05:04.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:05:04.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:05:04.657Z] Configure a credential helper to remove this warning. See [2020-10-20T06:05:04.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:05:04.657Z] [2020-10-20T06:05:04.657Z] Login Succeeded [2020-10-20T06:05:04.657Z] ---> docker-login.sh ends [Pipeline] } [2020-10-20T06:05:04.668Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:04.917Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-20T06:05:04.917Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:04.917Z] 1.2.2-dev.83 [2020-10-20T06:05:04.917Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:04.917Z] master [2020-10-20T06:05:04.917Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:05.433Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:05.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:05.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T06:05:05.738Z] d271a7e1015d: Preparing [2020-10-20T06:05:05.738Z] a0564a6a58e5: Preparing [2020-10-20T06:05:05.738Z] 0785a97d911b: Preparing [2020-10-20T06:05:06.000Z] 0785a97d911b: Pushed [2020-10-20T06:05:06.000Z] d271a7e1015d: Pushed [2020-10-20T06:05:06.376Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:05:06.376Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T06:05:06.376Z] ---> bbc16251e725 [2020-10-20T06:05:06.376Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T06:05:06.376Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:05:06.376Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:05:06.376Z] ---> bbc16251e725 [2020-10-20T06:05:06.376Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T06:05:06.376Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:05:06.376Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:05:06.376Z] ---> bbc16251e725 [2020-10-20T06:05:06.376Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T06:05:06.376Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:05:06.376Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:05:06.376Z] ---> bbc16251e725 [2020-10-20T06:05:06.376Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T06:05:06.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:05:06.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:05:06.376Z] ---> bbc16251e725 [2020-10-20T06:05:06.376Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T06:05:06.376Z] ---> Running in 86c4dd4f1797 [2020-10-20T06:05:06.376Z] ---> Running in 0777f37df737 [2020-10-20T06:05:06.376Z] ---> Running in 7481ad35f8e2 [2020-10-20T06:05:06.376Z] ---> Running in 616fe06d2a97 [2020-10-20T06:05:06.376Z] ---> Running in f2c29fe9dea9 [2020-10-20T06:05:06.376Z] Removing intermediate container f2c29fe9dea9 [2020-10-20T06:05:06.376Z] Removing intermediate container 86c4dd4f1797 [2020-10-20T06:05:06.376Z] ---> 5113b4b8aac1 [2020-10-20T06:05:06.376Z] ---> eb8477099d11 [2020-10-20T06:05:06.376Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:05:06.376Z] [2020-10-20T06:05:06.376Z] Removing intermediate container 7481ad35f8e2 [2020-10-20T06:05:06.376Z] ---> e3df3d021e5d [2020-10-20T06:05:06.376Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:05:06.376Z] Removing intermediate container 0777f37df737 [2020-10-20T06:05:06.376Z] ---> 5d21d1f9f4b4 [2020-10-20T06:05:06.376Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T06:05:06.376Z] Removing intermediate container 616fe06d2a97 [2020-10-20T06:05:06.376Z] ---> 52ef9a9c50ce [2020-10-20T06:05:06.376Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:05:06.376Z] ---> Running in 09f69234dee7 [2020-10-20T06:05:06.376Z] ---> Running in 33be7f7ca963 [2020-10-20T06:05:06.376Z] ---> Running in 5a7f4c2e333f [2020-10-20T06:05:06.376Z] ---> Running in 6adb29d1e478 [2020-10-20T06:05:06.376Z] ---> Running in f1bda89edb1c [2020-10-20T06:05:06.950Z] a0564a6a58e5: Pushed [2020-10-20T06:05:07.212Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:f653c65673fd3530b738c48784ee49ef39a24005823da373e94f1540b9d58561 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:07.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:07.523Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:07.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.83 [2020-10-20T06:05:07.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T06:05:07.837Z] d271a7e1015d: Preparing [2020-10-20T06:05:07.837Z] a0564a6a58e5: Preparing [2020-10-20T06:05:07.837Z] 0785a97d911b: Preparing [2020-10-20T06:05:07.837Z] a0564a6a58e5: Layer already exists [2020-10-20T06:05:07.837Z] 0785a97d911b: Layer already exists [2020-10-20T06:05:07.837Z] d271a7e1015d: Layer already exists [2020-10-20T06:05:07.837Z] 1.2.2-dev.83: digest: sha256:f653c65673fd3530b738c48784ee49ef39a24005823da373e94f1540b9d58561 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:07.997Z] Removing intermediate container 33be7f7ca963 [2020-10-20T06:05:07.998Z] ---> 5079a982bce5 [2020-10-20T06:05:07.998Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T06:05:07.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:08.162Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:08.277Z] ---> Running in c227568320cd [2020-10-20T06:05:08.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:08.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T06:05:08.474Z] d271a7e1015d: Preparing [2020-10-20T06:05:08.474Z] a0564a6a58e5: Preparing [2020-10-20T06:05:08.474Z] 0785a97d911b: Preparing [2020-10-20T06:05:08.474Z] a0564a6a58e5: Layer already exists [2020-10-20T06:05:08.474Z] 0785a97d911b: Layer already exists [2020-10-20T06:05:08.474Z] d271a7e1015d: Layer already exists [2020-10-20T06:05:08.474Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:f653c65673fd3530b738c48784ee49ef39a24005823da373e94f1540b9d58561 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:08.785Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:08.896Z] Removing intermediate container 09f69234dee7 [2020-10-20T06:05:08.896Z] ---> 2d463d8ad64d [2020-10-20T06:05:08.896Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T06:05:08.896Z] ---> Running in 63e8aaed3f01 [2020-10-20T06:05:08.896Z] Removing intermediate container 6adb29d1e478 [2020-10-20T06:05:08.896Z] ---> 02e8e7d52f86 [2020-10-20T06:05:08.896Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T06:05:09.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-20T06:05:09.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T06:05:09.091Z] d271a7e1015d: Preparing [2020-10-20T06:05:09.091Z] a0564a6a58e5: Preparing [2020-10-20T06:05:09.091Z] 0785a97d911b: Preparing [2020-10-20T06:05:09.091Z] a0564a6a58e5: Layer already exists [2020-10-20T06:05:09.091Z] 0785a97d911b: Layer already exists [2020-10-20T06:05:09.091Z] d271a7e1015d: Layer already exists [2020-10-20T06:05:09.091Z] master: digest: sha256:f653c65673fd3530b738c48784ee49ef39a24005823da373e94f1540b9d58561 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-20T06:05:09.176Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:05:09.177Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:05:09.177Z] OK: 12623 distinct packages available [2020-10-20T06:05:09.177Z] ---> Running in bbcd438bfe82 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:09.286Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:09.342Z] taggedImages: [2020-10-20T06:05:09.342Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:09.342Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.83 [2020-10-20T06:05:09.342Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:09.342Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-20T06:05:09.410Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-20T06:05:09.410Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:09.410Z] 1.2.2-dev.83 [2020-10-20T06:05:09.410Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:09.410Z] master [2020-10-20T06:05:09.410Z] ===================================================== [2020-10-20T06:05:09.453Z] Removing intermediate container f1bda89edb1c [2020-10-20T06:05:09.453Z] ---> b9df33d6e6d6 [2020-10-20T06:05:09.453Z] Step 5/20 : RUN apk update && apk add make git [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:09.727Z] ---> Running in e56895b90ad4 [2020-10-20T06:05:09.892Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:09.999Z] OK: 217 MiB in 51 packages [2020-10-20T06:05:10.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:10.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T06:05:10.193Z] ec8fa3a5e710: Preparing [2020-10-20T06:05:10.193Z] b60ff79ef1e4: Preparing [2020-10-20T06:05:10.193Z] 62a2a5edb5cf: Preparing [2020-10-20T06:05:10.193Z] dd262586a0a2: Preparing [2020-10-20T06:05:10.193Z] eaf235a623a5: Preparing [2020-10-20T06:05:10.193Z] 50644c29ef5a: Preparing [2020-10-20T06:05:10.193Z] 50644c29ef5a: Waiting [2020-10-20T06:05:10.456Z] ec8fa3a5e710: Pushed [2020-10-20T06:05:10.456Z] eaf235a623a5: Pushed [2020-10-20T06:05:10.456Z] 62a2a5edb5cf: Pushed [2020-10-20T06:05:10.456Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:10.456Z] dd262586a0a2: Pushed [2020-10-20T06:05:10.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:11.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:11.486Z] Removing intermediate container 5a7f4c2e333f [2020-10-20T06:05:11.486Z] ---> 0c149d8a4958 [2020-10-20T06:05:11.486Z] Step 5/29 : COPY go.mod . [2020-10-20T06:05:11.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:11.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:11.852Z] b60ff79ef1e4: Pushed [2020-10-20T06:05:11.852Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:80fbc08153cc179eaf88e2f8c8467cf3bebf26a8dddcacc2aa77d7a0131bf106 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:12.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:12.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:12.172Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:12.308Z] ---> 4f9a3e2496f4 [2020-10-20T06:05:12.308Z] Step 6/29 : RUN go mod download [2020-10-20T06:05:12.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.83 [2020-10-20T06:05:12.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T06:05:12.476Z] ec8fa3a5e710: Preparing [2020-10-20T06:05:12.476Z] b60ff79ef1e4: Preparing [2020-10-20T06:05:12.476Z] 62a2a5edb5cf: Preparing [2020-10-20T06:05:12.476Z] dd262586a0a2: Preparing [2020-10-20T06:05:12.476Z] eaf235a623a5: Preparing [2020-10-20T06:05:12.476Z] 50644c29ef5a: Preparing [2020-10-20T06:05:12.476Z] 50644c29ef5a: Waiting [2020-10-20T06:05:12.476Z] dd262586a0a2: Layer already exists [2020-10-20T06:05:12.476Z] ec8fa3a5e710: Layer already exists [2020-10-20T06:05:12.476Z] b60ff79ef1e4: Layer already exists [2020-10-20T06:05:12.476Z] eaf235a623a5: Layer already exists [2020-10-20T06:05:12.476Z] 62a2a5edb5cf: Layer already exists [2020-10-20T06:05:12.476Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:12.476Z] 1.2.2-dev.83: digest: sha256:80fbc08153cc179eaf88e2f8c8467cf3bebf26a8dddcacc2aa77d7a0131bf106 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:12.582Z] ---> Running in f00f509d786b [2020-10-20T06:05:12.583Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:05:12.583Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:05:12.583Z] OK: 12623 distinct packages available [2020-10-20T06:05:12.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:12.797Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:12.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:05:13.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:13.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T06:05:13.100Z] ec8fa3a5e710: Preparing [2020-10-20T06:05:13.100Z] b60ff79ef1e4: Preparing [2020-10-20T06:05:13.100Z] 62a2a5edb5cf: Preparing [2020-10-20T06:05:13.100Z] dd262586a0a2: Preparing [2020-10-20T06:05:13.100Z] eaf235a623a5: Preparing [2020-10-20T06:05:13.101Z] 50644c29ef5a: Preparing [2020-10-20T06:05:13.101Z] 50644c29ef5a: Waiting [2020-10-20T06:05:13.101Z] dd262586a0a2: Layer already exists [2020-10-20T06:05:13.101Z] eaf235a623a5: Layer already exists [2020-10-20T06:05:13.101Z] b60ff79ef1e4: Layer already exists [2020-10-20T06:05:13.101Z] ec8fa3a5e710: Layer already exists [2020-10-20T06:05:13.101Z] 62a2a5edb5cf: Layer already exists [2020-10-20T06:05:13.101Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:13.101Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:80fbc08153cc179eaf88e2f8c8467cf3bebf26a8dddcacc2aa77d7a0131bf106 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:13.132Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:05:13.132Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:05:13.132Z] OK: 12623 distinct packages available [2020-10-20T06:05:13.409Z] OK: 217 MiB in 51 packages [2020-10-20T06:05:13.416Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:13.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-20T06:05:13.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T06:05:13.720Z] ec8fa3a5e710: Preparing [2020-10-20T06:05:13.720Z] b60ff79ef1e4: Preparing [2020-10-20T06:05:13.720Z] 62a2a5edb5cf: Preparing [2020-10-20T06:05:13.720Z] dd262586a0a2: Preparing [2020-10-20T06:05:13.720Z] eaf235a623a5: Preparing [2020-10-20T06:05:13.720Z] 50644c29ef5a: Preparing [2020-10-20T06:05:13.720Z] 50644c29ef5a: Waiting [2020-10-20T06:05:13.720Z] 62a2a5edb5cf: Layer already exists [2020-10-20T06:05:13.720Z] ec8fa3a5e710: Layer already exists [2020-10-20T06:05:13.720Z] b60ff79ef1e4: Layer already exists [2020-10-20T06:05:13.720Z] dd262586a0a2: Layer already exists [2020-10-20T06:05:13.720Z] eaf235a623a5: Layer already exists [2020-10-20T06:05:13.720Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:13.983Z] master: digest: sha256:80fbc08153cc179eaf88e2f8c8467cf3bebf26a8dddcacc2aa77d7a0131bf106 size: 1572 [Pipeline] } [2020-10-20T06:05:14.014Z] OK: 217 MiB in 51 packages [2020-10-20T06:05:14.014Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:05:14.015Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:05:14.015Z] OK: 12623 distinct packages available [2020-10-20T06:05:14.015Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:05:14.015Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:05:14.015Z] OK: 12623 distinct packages available [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:14.218Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:14.286Z] taggedImages: [2020-10-20T06:05:14.286Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:14.286Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.83 [2020-10-20T06:05:14.286Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:14.286Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-20T06:05:14.396Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-20T06:05:14.396Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:14.396Z] 1.2.2-dev.83 [2020-10-20T06:05:14.396Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:14.396Z] master [2020-10-20T06:05:14.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:14.901Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:15.019Z] OK: 217 MiB in 51 packages [2020-10-20T06:05:15.019Z] OK: 217 MiB in 51 packages [2020-10-20T06:05:15.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:15.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T06:05:15.205Z] 129cd6191dd8: Preparing [2020-10-20T06:05:15.205Z] ba622b236eb9: Preparing [2020-10-20T06:05:15.205Z] 80395d025569: Preparing [2020-10-20T06:05:15.314Z] Removing intermediate container c227568320cd [2020-10-20T06:05:15.314Z] ---> 2d0bd00a65d9 [2020-10-20T06:05:15.314Z] Step 6/22 : COPY go.mod . [2020-10-20T06:05:15.468Z] 80395d025569: Pushed [2020-10-20T06:05:15.468Z] 129cd6191dd8: Pushed [2020-10-20T06:05:15.932Z] Removing intermediate container 63e8aaed3f01 [2020-10-20T06:05:15.932Z] ---> 59e321c2bddf [2020-10-20T06:05:15.932Z] Step 6/27 : COPY go.mod . [2020-10-20T06:05:16.539Z] ---> 43b9b0f12404 [2020-10-20T06:05:16.539Z] Step 7/22 : RUN go mod download [2020-10-20T06:05:16.539Z] ---> Running in 32b8985b4ea1 [2020-10-20T06:05:16.818Z] Removing intermediate container bbcd438bfe82 [2020-10-20T06:05:16.818Z] ---> 3cf6018b9c70 [2020-10-20T06:05:16.818Z] Step 6/26 : COPY go.mod . [2020-10-20T06:05:16.858Z] ba622b236eb9: Pushed [2020-10-20T06:05:16.858Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:a9faefb8f2c3fba8022b4fe176b5ade3d1338bd02c2b797023ed07f40a063ca8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:17.128Z] ---> 8cef67ba97d1 [2020-10-20T06:05:17.128Z] Step 7/27 : RUN go mod download [2020-10-20T06:05:17.128Z] Removing intermediate container e56895b90ad4 [2020-10-20T06:05:17.128Z] ---> 9ef7c0908a3c [2020-10-20T06:05:17.128Z] Step 6/20 : COPY go.mod . [2020-10-20T06:05:17.128Z] Removing intermediate container f00f509d786b [2020-10-20T06:05:17.128Z] ---> f911d9a4b28c [2020-10-20T06:05:17.128Z] Step 7/29 : COPY . . [2020-10-20T06:05:17.280Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:17.401Z] ---> Running in cd537b434b27 [2020-10-20T06:05:17.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.83 [2020-10-20T06:05:17.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T06:05:17.676Z] 129cd6191dd8: Preparing [2020-10-20T06:05:17.676Z] ba622b236eb9: Preparing [2020-10-20T06:05:17.676Z] 80395d025569: Preparing [2020-10-20T06:05:17.676Z] ba622b236eb9: Layer already exists [2020-10-20T06:05:17.676Z] 129cd6191dd8: Layer already exists [2020-10-20T06:05:17.676Z] 80395d025569: Layer already exists [2020-10-20T06:05:17.676Z] 1.2.2-dev.83: digest: sha256:a9faefb8f2c3fba8022b4fe176b5ade3d1338bd02c2b797023ed07f40a063ca8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:17.986Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:18.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:18.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T06:05:18.298Z] 129cd6191dd8: Preparing [2020-10-20T06:05:18.298Z] ba622b236eb9: Preparing [2020-10-20T06:05:18.298Z] 80395d025569: Preparing [2020-10-20T06:05:18.298Z] 129cd6191dd8: Layer already exists [2020-10-20T06:05:18.298Z] ba622b236eb9: Layer already exists [2020-10-20T06:05:18.298Z] 80395d025569: Layer already exists [2020-10-20T06:05:18.298Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:a9faefb8f2c3fba8022b4fe176b5ade3d1338bd02c2b797023ed07f40a063ca8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:18.389Z] ---> 347152f38ddf [2020-10-20T06:05:18.389Z] Step 7/26 : RUN go mod download [2020-10-20T06:05:18.389Z] ---> Running in 1c958092231d [2020-10-20T06:05:18.389Z] ---> aa1bc8eb8951 [2020-10-20T06:05:18.389Z] Step 7/20 : RUN go mod download [2020-10-20T06:05:18.603Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:18.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-20T06:05:18.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T06:05:18.906Z] 129cd6191dd8: Preparing [2020-10-20T06:05:18.906Z] ba622b236eb9: Preparing [2020-10-20T06:05:18.906Z] 80395d025569: Preparing [2020-10-20T06:05:18.906Z] ba622b236eb9: Layer already exists [2020-10-20T06:05:18.906Z] 129cd6191dd8: Layer already exists [2020-10-20T06:05:18.906Z] 80395d025569: Layer already exists [2020-10-20T06:05:18.906Z] master: digest: sha256:a9faefb8f2c3fba8022b4fe176b5ade3d1338bd02c2b797023ed07f40a063ca8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-20T06:05:18.996Z] ---> Running in 1b346133d149 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:19.135Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:19.188Z] taggedImages: [2020-10-20T06:05:19.188Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:19.188Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.83 [2020-10-20T06:05:19.188Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:19.188Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-20T06:05:19.259Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-20T06:05:19.259Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:19.259Z] 1.2.2-dev.83 [2020-10-20T06:05:19.259Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:19.259Z] master [2020-10-20T06:05:19.259Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:19.750Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:20.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:20.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T06:05:20.058Z] 38cdd32934ff: Preparing [2020-10-20T06:05:20.058Z] 590f13df6b28: Preparing [2020-10-20T06:05:20.058Z] 856cb331fa7a: Preparing [2020-10-20T06:05:20.058Z] 3089aea71c8e: Preparing [2020-10-20T06:05:20.058Z] 50644c29ef5a: Preparing [2020-10-20T06:05:20.058Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:20.058Z] 590f13df6b28: Pushed [2020-10-20T06:05:20.320Z] 856cb331fa7a: Pushed [2020-10-20T06:05:20.320Z] 3089aea71c8e: Pushed [2020-10-20T06:05:21.269Z] 38cdd32934ff: Pushed [2020-10-20T06:05:21.269Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:4d1c7bae96451a06936b38da6be9b04804c4d611187db5e609d0b7e7e95106ad size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:21.580Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:21.649Z] Removing intermediate container 32b8985b4ea1 [2020-10-20T06:05:21.649Z] ---> 6737a4687dfc [2020-10-20T06:05:21.649Z] Step 8/22 : COPY . . [2020-10-20T06:05:21.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.83 [2020-10-20T06:05:21.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T06:05:21.883Z] 38cdd32934ff: Preparing [2020-10-20T06:05:21.883Z] 590f13df6b28: Preparing [2020-10-20T06:05:21.883Z] 856cb331fa7a: Preparing [2020-10-20T06:05:21.883Z] 3089aea71c8e: Preparing [2020-10-20T06:05:21.883Z] 50644c29ef5a: Preparing [2020-10-20T06:05:21.883Z] 856cb331fa7a: Layer already exists [2020-10-20T06:05:21.883Z] 38cdd32934ff: Layer already exists [2020-10-20T06:05:21.883Z] 3089aea71c8e: Layer already exists [2020-10-20T06:05:21.883Z] 590f13df6b28: Layer already exists [2020-10-20T06:05:21.883Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:21.883Z] 1.2.2-dev.83: digest: sha256:4d1c7bae96451a06936b38da6be9b04804c4d611187db5e609d0b7e7e95106ad size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:22.200Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:22.255Z] Removing intermediate container cd537b434b27 [2020-10-20T06:05:22.255Z] ---> 97caec30401a [2020-10-20T06:05:22.255Z] Step 8/27 : COPY . . [2020-10-20T06:05:22.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:22.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T06:05:22.498Z] 38cdd32934ff: Preparing [2020-10-20T06:05:22.498Z] 590f13df6b28: Preparing [2020-10-20T06:05:22.498Z] 856cb331fa7a: Preparing [2020-10-20T06:05:22.498Z] 3089aea71c8e: Preparing [2020-10-20T06:05:22.498Z] 50644c29ef5a: Preparing [2020-10-20T06:05:22.498Z] 3089aea71c8e: Layer already exists [2020-10-20T06:05:22.498Z] 38cdd32934ff: Layer already exists [2020-10-20T06:05:22.498Z] 856cb331fa7a: Layer already exists [2020-10-20T06:05:22.498Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:22.498Z] 590f13df6b28: Layer already exists [2020-10-20T06:05:22.498Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:4d1c7bae96451a06936b38da6be9b04804c4d611187db5e609d0b7e7e95106ad size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:22.810Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:23.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-20T06:05:23.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T06:05:23.116Z] 38cdd32934ff: Preparing [2020-10-20T06:05:23.116Z] 590f13df6b28: Preparing [2020-10-20T06:05:23.116Z] 856cb331fa7a: Preparing [2020-10-20T06:05:23.116Z] 3089aea71c8e: Preparing [2020-10-20T06:05:23.116Z] 50644c29ef5a: Preparing [2020-10-20T06:05:23.116Z] 3089aea71c8e: Layer already exists [2020-10-20T06:05:23.116Z] 590f13df6b28: Layer already exists [2020-10-20T06:05:23.116Z] 38cdd32934ff: Layer already exists [2020-10-20T06:05:23.116Z] 856cb331fa7a: Layer already exists [2020-10-20T06:05:23.116Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:23.116Z] master: digest: sha256:4d1c7bae96451a06936b38da6be9b04804c4d611187db5e609d0b7e7e95106ad size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:23.331Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:23.386Z] taggedImages: [2020-10-20T06:05:23.386Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:23.386Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.83 [2020-10-20T06:05:23.386Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:23.386Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-20T06:05:23.461Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-20T06:05:23.461Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:23.461Z] 1.2.2-dev.83 [2020-10-20T06:05:23.461Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:23.461Z] master [2020-10-20T06:05:23.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:23.975Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:24.260Z] Removing intermediate container 1c958092231d [2020-10-20T06:05:24.260Z] ---> c8f7bceb3ef3 [2020-10-20T06:05:24.260Z] Step 8/26 : COPY . . [2020-10-20T06:05:24.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:24.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T06:05:24.276Z] 2d081641b181: Preparing [2020-10-20T06:05:24.276Z] 096b82d5e04d: Preparing [2020-10-20T06:05:24.276Z] e061df82cb27: Preparing [2020-10-20T06:05:24.276Z] e08fdce5d84b: Preparing [2020-10-20T06:05:24.276Z] e08fdce5d84b: Preparing [2020-10-20T06:05:24.276Z] d98d3b447d04: Preparing [2020-10-20T06:05:24.276Z] fef7b3c05962: Preparing [2020-10-20T06:05:24.276Z] 0a13c6d9ef3a: Preparing [2020-10-20T06:05:24.276Z] 2d081641b181: Preparing [2020-10-20T06:05:24.276Z] dc6094a62595: Preparing [2020-10-20T06:05:24.276Z] 1ffa0dab6532: Preparing [2020-10-20T06:05:24.276Z] 4220a58e2639: Preparing [2020-10-20T06:05:24.276Z] 50644c29ef5a: Preparing [2020-10-20T06:05:24.276Z] fef7b3c05962: Waiting [2020-10-20T06:05:24.276Z] 0a13c6d9ef3a: Waiting [2020-10-20T06:05:24.276Z] dc6094a62595: Waiting [2020-10-20T06:05:24.276Z] 1ffa0dab6532: Waiting [2020-10-20T06:05:24.276Z] 4220a58e2639: Waiting [2020-10-20T06:05:24.276Z] 50644c29ef5a: Waiting [2020-10-20T06:05:24.533Z] Removing intermediate container 1b346133d149 [2020-10-20T06:05:24.533Z] ---> 3e77cc4b246d [2020-10-20T06:05:24.533Z] Step 8/20 : COPY . . [2020-10-20T06:05:24.543Z] e08fdce5d84b: Pushed [2020-10-20T06:05:24.543Z] 096b82d5e04d: Pushed [2020-10-20T06:05:24.543Z] d98d3b447d04: Pushed [2020-10-20T06:05:24.543Z] e061df82cb27: Pushed [2020-10-20T06:05:24.543Z] fef7b3c05962: Pushed [2020-10-20T06:05:24.543Z] 0a13c6d9ef3a: Pushed [2020-10-20T06:05:24.543Z] 1ffa0dab6532: Pushed [2020-10-20T06:05:24.805Z] dc6094a62595: Pushed [2020-10-20T06:05:24.805Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:24.805Z] 4220a58e2639: Pushed [2020-10-20T06:05:25.379Z] 2d081641b181: Pushed [2020-10-20T06:05:25.379Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:56fd2521fb416720fbbd0bee19e637b449b17201621e2a7e0e3797704dc7c3a8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:25.691Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:25.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.83 [2020-10-20T06:05:25.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T06:05:25.990Z] 2d081641b181: Preparing [2020-10-20T06:05:25.990Z] 096b82d5e04d: Preparing [2020-10-20T06:05:25.990Z] e061df82cb27: Preparing [2020-10-20T06:05:25.990Z] e08fdce5d84b: Preparing [2020-10-20T06:05:25.990Z] e08fdce5d84b: Preparing [2020-10-20T06:05:25.990Z] d98d3b447d04: Preparing [2020-10-20T06:05:25.990Z] fef7b3c05962: Preparing [2020-10-20T06:05:25.990Z] 0a13c6d9ef3a: Preparing [2020-10-20T06:05:25.990Z] 2d081641b181: Preparing [2020-10-20T06:05:25.990Z] dc6094a62595: Preparing [2020-10-20T06:05:25.990Z] 1ffa0dab6532: Preparing [2020-10-20T06:05:25.990Z] 4220a58e2639: Preparing [2020-10-20T06:05:25.990Z] 50644c29ef5a: Preparing [2020-10-20T06:05:25.990Z] dc6094a62595: Waiting [2020-10-20T06:05:25.990Z] 1ffa0dab6532: Waiting [2020-10-20T06:05:25.990Z] 4220a58e2639: Waiting [2020-10-20T06:05:25.990Z] fef7b3c05962: Waiting [2020-10-20T06:05:25.990Z] 50644c29ef5a: Waiting [2020-10-20T06:05:25.990Z] 0a13c6d9ef3a: Waiting [2020-10-20T06:05:25.990Z] 2d081641b181: Layer already exists [2020-10-20T06:05:25.990Z] e061df82cb27: Layer already exists [2020-10-20T06:05:25.990Z] 096b82d5e04d: Layer already exists [2020-10-20T06:05:25.990Z] d98d3b447d04: Layer already exists [2020-10-20T06:05:25.990Z] e08fdce5d84b: Layer already exists [2020-10-20T06:05:25.990Z] 0a13c6d9ef3a: Layer already exists [2020-10-20T06:05:25.990Z] fef7b3c05962: Layer already exists [2020-10-20T06:05:25.990Z] dc6094a62595: Layer already exists [2020-10-20T06:05:25.990Z] 4220a58e2639: Layer already exists [2020-10-20T06:05:25.990Z] 1ffa0dab6532: Layer already exists [2020-10-20T06:05:25.990Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:25.990Z] 1.2.2-dev.83: digest: sha256:56fd2521fb416720fbbd0bee19e637b449b17201621e2a7e0e3797704dc7c3a8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:26.295Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:26.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:26.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T06:05:26.593Z] 2d081641b181: Preparing [2020-10-20T06:05:26.593Z] 096b82d5e04d: Preparing [2020-10-20T06:05:26.593Z] e061df82cb27: Preparing [2020-10-20T06:05:26.593Z] e08fdce5d84b: Preparing [2020-10-20T06:05:26.593Z] e08fdce5d84b: Preparing [2020-10-20T06:05:26.593Z] d98d3b447d04: Preparing [2020-10-20T06:05:26.593Z] fef7b3c05962: Preparing [2020-10-20T06:05:26.593Z] 0a13c6d9ef3a: Preparing [2020-10-20T06:05:26.593Z] 2d081641b181: Preparing [2020-10-20T06:05:26.593Z] dc6094a62595: Preparing [2020-10-20T06:05:26.593Z] 1ffa0dab6532: Preparing [2020-10-20T06:05:26.593Z] 4220a58e2639: Preparing [2020-10-20T06:05:26.593Z] 50644c29ef5a: Preparing [2020-10-20T06:05:26.593Z] dc6094a62595: Waiting [2020-10-20T06:05:26.593Z] 1ffa0dab6532: Waiting [2020-10-20T06:05:26.593Z] 4220a58e2639: Waiting [2020-10-20T06:05:26.593Z] fef7b3c05962: Waiting [2020-10-20T06:05:26.593Z] 50644c29ef5a: Waiting [2020-10-20T06:05:26.593Z] 0a13c6d9ef3a: Waiting [2020-10-20T06:05:26.593Z] d98d3b447d04: Layer already exists [2020-10-20T06:05:26.593Z] 2d081641b181: Layer already exists [2020-10-20T06:05:26.593Z] e061df82cb27: Layer already exists [2020-10-20T06:05:26.593Z] e08fdce5d84b: Layer already exists [2020-10-20T06:05:26.593Z] 096b82d5e04d: Layer already exists [2020-10-20T06:05:26.593Z] 0a13c6d9ef3a: Layer already exists [2020-10-20T06:05:26.593Z] fef7b3c05962: Layer already exists [2020-10-20T06:05:26.593Z] dc6094a62595: Layer already exists [2020-10-20T06:05:26.593Z] 1ffa0dab6532: Layer already exists [2020-10-20T06:05:26.593Z] 4220a58e2639: Layer already exists [2020-10-20T06:05:26.593Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:26.856Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:56fd2521fb416720fbbd0bee19e637b449b17201621e2a7e0e3797704dc7c3a8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:27.159Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:27.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-20T06:05:27.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T06:05:27.460Z] 2d081641b181: Preparing [2020-10-20T06:05:27.460Z] 096b82d5e04d: Preparing [2020-10-20T06:05:27.460Z] e061df82cb27: Preparing [2020-10-20T06:05:27.460Z] e08fdce5d84b: Preparing [2020-10-20T06:05:27.460Z] e08fdce5d84b: Preparing [2020-10-20T06:05:27.460Z] d98d3b447d04: Preparing [2020-10-20T06:05:27.460Z] fef7b3c05962: Preparing [2020-10-20T06:05:27.460Z] 0a13c6d9ef3a: Preparing [2020-10-20T06:05:27.460Z] 2d081641b181: Preparing [2020-10-20T06:05:27.460Z] dc6094a62595: Preparing [2020-10-20T06:05:27.460Z] 1ffa0dab6532: Preparing [2020-10-20T06:05:27.460Z] 4220a58e2639: Preparing [2020-10-20T06:05:27.460Z] 50644c29ef5a: Preparing [2020-10-20T06:05:27.460Z] fef7b3c05962: Waiting [2020-10-20T06:05:27.460Z] 0a13c6d9ef3a: Waiting [2020-10-20T06:05:27.460Z] dc6094a62595: Waiting [2020-10-20T06:05:27.460Z] 1ffa0dab6532: Waiting [2020-10-20T06:05:27.460Z] 4220a58e2639: Waiting [2020-10-20T06:05:27.460Z] 50644c29ef5a: Waiting [2020-10-20T06:05:27.460Z] 096b82d5e04d: Layer already exists [2020-10-20T06:05:27.460Z] 2d081641b181: Layer already exists [2020-10-20T06:05:27.460Z] e08fdce5d84b: Layer already exists [2020-10-20T06:05:27.460Z] d98d3b447d04: Layer already exists [2020-10-20T06:05:27.460Z] e061df82cb27: Layer already exists [2020-10-20T06:05:27.460Z] 1ffa0dab6532: Layer already exists [2020-10-20T06:05:27.460Z] fef7b3c05962: Layer already exists [2020-10-20T06:05:27.460Z] dc6094a62595: Layer already exists [2020-10-20T06:05:27.460Z] 0a13c6d9ef3a: Layer already exists [2020-10-20T06:05:27.460Z] 4220a58e2639: Layer already exists [2020-10-20T06:05:27.460Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:27.460Z] master: digest: sha256:56fd2521fb416720fbbd0bee19e637b449b17201621e2a7e0e3797704dc7c3a8 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:27.667Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:27.730Z] taggedImages: [2020-10-20T06:05:27.730Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:27.730Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.83 [2020-10-20T06:05:27.730Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:27.730Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-20T06:05:27.802Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-20T06:05:27.802Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:27.802Z] 1.2.2-dev.83 [2020-10-20T06:05:27.802Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:27.802Z] master [2020-10-20T06:05:27.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:28.323Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:28.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:28.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T06:05:28.623Z] 05dcb4bd0560: Preparing [2020-10-20T06:05:28.623Z] e01e33fdadc9: Preparing [2020-10-20T06:05:28.623Z] 3f412f10e28a: Preparing [2020-10-20T06:05:28.623Z] 0bc319a8176b: Preparing [2020-10-20T06:05:28.623Z] 9010255c1440: Preparing [2020-10-20T06:05:28.623Z] 1bd8ed814bfb: Preparing [2020-10-20T06:05:28.623Z] 6f84d5bb90ce: Preparing [2020-10-20T06:05:28.623Z] ecf09cab4608: Preparing [2020-10-20T06:05:28.623Z] 231b9d8c4513: Preparing [2020-10-20T06:05:28.623Z] 106b0d2e370a: Preparing [2020-10-20T06:05:28.623Z] 1b3ee35aacca: Preparing [2020-10-20T06:05:28.623Z] 6f84d5bb90ce: Waiting [2020-10-20T06:05:28.623Z] ecf09cab4608: Waiting [2020-10-20T06:05:28.623Z] 106b0d2e370a: Waiting [2020-10-20T06:05:28.623Z] 1b3ee35aacca: Waiting [2020-10-20T06:05:28.623Z] 231b9d8c4513: Waiting [2020-10-20T06:05:28.623Z] 1bd8ed814bfb: Waiting [2020-10-20T06:05:28.889Z] e01e33fdadc9: Pushed [2020-10-20T06:05:28.889Z] 05dcb4bd0560: Pushed [2020-10-20T06:05:28.889Z] 1bd8ed814bfb: Pushed [2020-10-20T06:05:29.150Z] 6f84d5bb90ce: Pushed [2020-10-20T06:05:29.150Z] 231b9d8c4513: Pushed [2020-10-20T06:05:29.150Z] ecf09cab4608: Pushed [2020-10-20T06:05:29.411Z] 1b3ee35aacca: Layer already exists [2020-10-20T06:05:29.411Z] 3f412f10e28a: Pushed [2020-10-20T06:05:29.673Z] 0bc319a8176b: Pushed [2020-10-20T06:05:29.673Z] 9010255c1440: Pushed [2020-10-20T06:05:29.935Z] 106b0d2e370a: Pushed [2020-10-20T06:05:29.935Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:99befea7453bae25d225c1fcf56631b4a77c87f869fe399bf10027f3490efb2a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:30.246Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:30.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.83 [2020-10-20T06:05:30.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T06:05:30.608Z] 05dcb4bd0560: Preparing [2020-10-20T06:05:30.608Z] e01e33fdadc9: Preparing [2020-10-20T06:05:30.608Z] 3f412f10e28a: Preparing [2020-10-20T06:05:30.608Z] 0bc319a8176b: Preparing [2020-10-20T06:05:30.608Z] 9010255c1440: Preparing [2020-10-20T06:05:30.608Z] 1bd8ed814bfb: Preparing [2020-10-20T06:05:30.608Z] 6f84d5bb90ce: Preparing [2020-10-20T06:05:30.608Z] ecf09cab4608: Preparing [2020-10-20T06:05:30.608Z] 231b9d8c4513: Preparing [2020-10-20T06:05:30.608Z] 106b0d2e370a: Preparing [2020-10-20T06:05:30.608Z] 1b3ee35aacca: Preparing [2020-10-20T06:05:30.608Z] 1bd8ed814bfb: Waiting [2020-10-20T06:05:30.608Z] 6f84d5bb90ce: Waiting [2020-10-20T06:05:30.609Z] ecf09cab4608: Waiting [2020-10-20T06:05:30.609Z] 231b9d8c4513: Waiting [2020-10-20T06:05:30.609Z] 106b0d2e370a: Waiting [2020-10-20T06:05:30.609Z] 1b3ee35aacca: Waiting [2020-10-20T06:05:30.609Z] 0bc319a8176b: Layer already exists [2020-10-20T06:05:30.609Z] 9010255c1440: Layer already exists [2020-10-20T06:05:30.609Z] e01e33fdadc9: Layer already exists [2020-10-20T06:05:30.609Z] 05dcb4bd0560: Layer already exists [2020-10-20T06:05:30.609Z] 3f412f10e28a: Layer already exists [2020-10-20T06:05:30.609Z] 1bd8ed814bfb: Layer already exists [2020-10-20T06:05:30.609Z] ecf09cab4608: Layer already exists [2020-10-20T06:05:30.609Z] 6f84d5bb90ce: Layer already exists [2020-10-20T06:05:30.609Z] 1b3ee35aacca: Layer already exists [2020-10-20T06:05:30.609Z] 231b9d8c4513: Layer already exists [2020-10-20T06:05:30.609Z] 106b0d2e370a: Layer already exists [2020-10-20T06:05:30.609Z] 1.2.2-dev.83: digest: sha256:99befea7453bae25d225c1fcf56631b4a77c87f869fe399bf10027f3490efb2a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:30.910Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:31.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:31.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T06:05:31.213Z] 05dcb4bd0560: Preparing [2020-10-20T06:05:31.213Z] e01e33fdadc9: Preparing [2020-10-20T06:05:31.213Z] 3f412f10e28a: Preparing [2020-10-20T06:05:31.213Z] 0bc319a8176b: Preparing [2020-10-20T06:05:31.213Z] 9010255c1440: Preparing [2020-10-20T06:05:31.213Z] 1bd8ed814bfb: Preparing [2020-10-20T06:05:31.213Z] 6f84d5bb90ce: Preparing [2020-10-20T06:05:31.213Z] ecf09cab4608: Preparing [2020-10-20T06:05:31.213Z] 231b9d8c4513: Preparing [2020-10-20T06:05:31.213Z] 106b0d2e370a: Preparing [2020-10-20T06:05:31.213Z] 1b3ee35aacca: Preparing [2020-10-20T06:05:31.213Z] 1bd8ed814bfb: Waiting [2020-10-20T06:05:31.213Z] 6f84d5bb90ce: Waiting [2020-10-20T06:05:31.213Z] ecf09cab4608: Waiting [2020-10-20T06:05:31.213Z] 231b9d8c4513: Waiting [2020-10-20T06:05:31.213Z] 106b0d2e370a: Waiting [2020-10-20T06:05:31.213Z] 1b3ee35aacca: Waiting [2020-10-20T06:05:31.213Z] 0bc319a8176b: Layer already exists [2020-10-20T06:05:31.213Z] 9010255c1440: Layer already exists [2020-10-20T06:05:31.213Z] 3f412f10e28a: Layer already exists [2020-10-20T06:05:31.213Z] e01e33fdadc9: Layer already exists [2020-10-20T06:05:31.213Z] 05dcb4bd0560: Layer already exists [2020-10-20T06:05:31.213Z] 1bd8ed814bfb: Layer already exists [2020-10-20T06:05:31.213Z] ecf09cab4608: Layer already exists [2020-10-20T06:05:31.213Z] 6f84d5bb90ce: Layer already exists [2020-10-20T06:05:31.213Z] 231b9d8c4513: Layer already exists [2020-10-20T06:05:31.213Z] 106b0d2e370a: Layer already exists [2020-10-20T06:05:31.213Z] 1b3ee35aacca: Layer already exists [2020-10-20T06:05:31.213Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:99befea7453bae25d225c1fcf56631b4a77c87f869fe399bf10027f3490efb2a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:31.517Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:31.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-20T06:05:31.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T06:05:31.816Z] 05dcb4bd0560: Preparing [2020-10-20T06:05:31.816Z] e01e33fdadc9: Preparing [2020-10-20T06:05:31.816Z] 3f412f10e28a: Preparing [2020-10-20T06:05:31.816Z] 0bc319a8176b: Preparing [2020-10-20T06:05:31.817Z] 9010255c1440: Preparing [2020-10-20T06:05:31.817Z] 1bd8ed814bfb: Preparing [2020-10-20T06:05:31.817Z] 6f84d5bb90ce: Preparing [2020-10-20T06:05:31.817Z] ecf09cab4608: Preparing [2020-10-20T06:05:31.817Z] 231b9d8c4513: Preparing [2020-10-20T06:05:31.817Z] 106b0d2e370a: Preparing [2020-10-20T06:05:31.817Z] 1b3ee35aacca: Preparing [2020-10-20T06:05:31.817Z] 1bd8ed814bfb: Waiting [2020-10-20T06:05:31.817Z] 6f84d5bb90ce: Waiting [2020-10-20T06:05:31.817Z] ecf09cab4608: Waiting [2020-10-20T06:05:31.817Z] 231b9d8c4513: Waiting [2020-10-20T06:05:31.817Z] 106b0d2e370a: Waiting [2020-10-20T06:05:31.817Z] 1b3ee35aacca: Waiting [2020-10-20T06:05:31.817Z] 05dcb4bd0560: Layer already exists [2020-10-20T06:05:31.817Z] 0bc319a8176b: Layer already exists [2020-10-20T06:05:31.817Z] e01e33fdadc9: Layer already exists [2020-10-20T06:05:31.817Z] 3f412f10e28a: Layer already exists [2020-10-20T06:05:31.817Z] 9010255c1440: Layer already exists [2020-10-20T06:05:31.817Z] 1bd8ed814bfb: Layer already exists [2020-10-20T06:05:31.817Z] 6f84d5bb90ce: Layer already exists [2020-10-20T06:05:31.817Z] 106b0d2e370a: Layer already exists [2020-10-20T06:05:31.817Z] ecf09cab4608: Layer already exists [2020-10-20T06:05:31.817Z] 231b9d8c4513: Layer already exists [2020-10-20T06:05:31.817Z] 1b3ee35aacca: Layer already exists [2020-10-20T06:05:31.817Z] master: digest: sha256:99befea7453bae25d225c1fcf56631b4a77c87f869fe399bf10027f3490efb2a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:32.029Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:32.087Z] taggedImages: [2020-10-20T06:05:32.087Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:32.087Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.83 [2020-10-20T06:05:32.087Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:32.087Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-20T06:05:32.248Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-20T06:05:32.248Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:32.248Z] 1.2.2-dev.83 [2020-10-20T06:05:32.248Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:32.248Z] master [2020-10-20T06:05:32.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:32.749Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:33.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:33.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T06:05:33.055Z] 54409be2f655: Preparing [2020-10-20T06:05:33.055Z] 8743d7b568bb: Preparing [2020-10-20T06:05:33.055Z] edd5d595e30a: Preparing [2020-10-20T06:05:33.055Z] 442e3d435f59: Preparing [2020-10-20T06:05:33.318Z] 54409be2f655: Pushed [2020-10-20T06:05:33.318Z] edd5d595e30a: Pushed [2020-10-20T06:05:33.318Z] 442e3d435f59: Pushed [2020-10-20T06:05:34.264Z] 8743d7b568bb: Pushed [2020-10-20T06:05:34.264Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:eb0f125fc0e396acb729991e00ea0a92b5ae7a5eea7ad5e65146bdce56c7150d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:34.566Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:34.733Z] ---> 70dd43967ec7 [2020-10-20T06:05:34.734Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T06:05:34.734Z] ---> Running in b07c972ccf71 [2020-10-20T06:05:34.734Z] ---> 1d3b5eec93df [2020-10-20T06:05:34.734Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T06:05:34.734Z] ---> dde37f6579d7 [2020-10-20T06:05:34.734Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T06:05:34.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.83 [2020-10-20T06:05:34.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T06:05:34.861Z] 54409be2f655: Preparing [2020-10-20T06:05:34.861Z] 8743d7b568bb: Preparing [2020-10-20T06:05:34.861Z] edd5d595e30a: Preparing [2020-10-20T06:05:34.861Z] 442e3d435f59: Preparing [2020-10-20T06:05:34.861Z] 54409be2f655: Layer already exists [2020-10-20T06:05:34.861Z] edd5d595e30a: Layer already exists [2020-10-20T06:05:34.861Z] 8743d7b568bb: Layer already exists [2020-10-20T06:05:34.861Z] 442e3d435f59: Layer already exists [2020-10-20T06:05:34.861Z] 1.2.2-dev.83: digest: sha256:eb0f125fc0e396acb729991e00ea0a92b5ae7a5eea7ad5e65146bdce56c7150d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:35.008Z] ---> Running in f4c3305f209d [2020-10-20T06:05:35.009Z] ---> Running in e7e8b1029c94 [2020-10-20T06:05:35.167Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:35.288Z] ---> eb7b7b723653 [2020-10-20T06:05:35.288Z] 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-20T06:05:35.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:35.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T06:05:35.463Z] 54409be2f655: Preparing [2020-10-20T06:05:35.463Z] 8743d7b568bb: Preparing [2020-10-20T06:05:35.463Z] edd5d595e30a: Preparing [2020-10-20T06:05:35.463Z] 442e3d435f59: Preparing [2020-10-20T06:05:35.463Z] 54409be2f655: Layer already exists [2020-10-20T06:05:35.463Z] 8743d7b568bb: Layer already exists [2020-10-20T06:05:35.463Z] edd5d595e30a: Layer already exists [2020-10-20T06:05:35.463Z] 442e3d435f59: Layer already exists [2020-10-20T06:05:35.463Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:eb0f125fc0e396acb729991e00ea0a92b5ae7a5eea7ad5e65146bdce56c7150d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:35.574Z] ---> 14fdd9193fee [2020-10-20T06:05:35.574Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T06:05:35.574Z] ---> Running in 7357f65baaff [2020-10-20T06:05:35.769Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:35.856Z] ---> Running in c0356dd16496 [2020-10-20T06:05:36.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-20T06:05:36.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T06:05:36.072Z] 54409be2f655: Preparing [2020-10-20T06:05:36.072Z] 8743d7b568bb: Preparing [2020-10-20T06:05:36.072Z] edd5d595e30a: Preparing [2020-10-20T06:05:36.072Z] 442e3d435f59: Preparing [2020-10-20T06:05:36.072Z] 442e3d435f59: Layer already exists [2020-10-20T06:05:36.072Z] 54409be2f655: Layer already exists [2020-10-20T06:05:36.072Z] 8743d7b568bb: Layer already exists [2020-10-20T06:05:36.072Z] edd5d595e30a: Layer already exists [2020-10-20T06:05:36.072Z] master: digest: sha256:eb0f125fc0e396acb729991e00ea0a92b5ae7a5eea7ad5e65146bdce56c7150d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:36.272Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:36.321Z] taggedImages: [2020-10-20T06:05:36.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:36.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.83 [2020-10-20T06:05:36.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:36.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-20T06:05:36.438Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-20T06:05:36.438Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:36.438Z] 1.2.2-dev.83 [2020-10-20T06:05:36.438Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:36.438Z] master [2020-10-20T06:05:36.438Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:36.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T06:05:36.955Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:37.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:37.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T06:05:37.314Z] 1277d4c4ad02: Preparing [2020-10-20T06:05:37.314Z] 4e9fc91f6df3: Preparing [2020-10-20T06:05:37.314Z] c48d2b311d3a: Preparing [2020-10-20T06:05:37.314Z] cc98b299202c: Preparing [2020-10-20T06:05:37.314Z] 66bf999d8a8a: Preparing [2020-10-20T06:05:37.314Z] d92a9054988f: Preparing [2020-10-20T06:05:37.314Z] d92a9054988f: Waiting [2020-10-20T06:05:37.574Z] cc98b299202c: Pushed [2020-10-20T06:05:37.574Z] 66bf999d8a8a: Pushed [2020-10-20T06:05:37.574Z] c48d2b311d3a: Pushed [2020-10-20T06:05:37.574Z] 1277d4c4ad02: Pushed [2020-10-20T06:05:37.834Z] d92a9054988f: Pushed [2020-10-20T06:05:37.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T06:05:37.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T06:05:38.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T06:05:38.406Z] 4e9fc91f6df3: Pushed [2020-10-20T06:05:38.669Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:75d4bc637ddd78c494d89b76169810438acb528dcd4b125318beaf42489ebae0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:38.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T06:05:38.971Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:39.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.83 [2020-10-20T06:05:39.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T06:05:39.268Z] 1277d4c4ad02: Preparing [2020-10-20T06:05:39.268Z] 4e9fc91f6df3: Preparing [2020-10-20T06:05:39.268Z] c48d2b311d3a: Preparing [2020-10-20T06:05:39.268Z] cc98b299202c: Preparing [2020-10-20T06:05:39.268Z] 66bf999d8a8a: Preparing [2020-10-20T06:05:39.268Z] d92a9054988f: Preparing [2020-10-20T06:05:39.268Z] d92a9054988f: Waiting [2020-10-20T06:05:39.268Z] 1277d4c4ad02: Layer already exists [2020-10-20T06:05:39.268Z] 4e9fc91f6df3: Layer already exists [2020-10-20T06:05:39.268Z] c48d2b311d3a: Layer already exists [2020-10-20T06:05:39.268Z] 66bf999d8a8a: Layer already exists [2020-10-20T06:05:39.268Z] cc98b299202c: Layer already exists [2020-10-20T06:05:39.268Z] d92a9054988f: Layer already exists [2020-10-20T06:05:39.268Z] 1.2.2-dev.83: digest: sha256:75d4bc637ddd78c494d89b76169810438acb528dcd4b125318beaf42489ebae0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:39.571Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:39.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:39.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T06:05:39.870Z] 1277d4c4ad02: Preparing [2020-10-20T06:05:39.870Z] 4e9fc91f6df3: Preparing [2020-10-20T06:05:39.870Z] c48d2b311d3a: Preparing [2020-10-20T06:05:39.870Z] cc98b299202c: Preparing [2020-10-20T06:05:39.870Z] 66bf999d8a8a: Preparing [2020-10-20T06:05:39.870Z] d92a9054988f: Preparing [2020-10-20T06:05:39.870Z] d92a9054988f: Waiting [2020-10-20T06:05:39.870Z] c48d2b311d3a: Layer already exists [2020-10-20T06:05:39.870Z] cc98b299202c: Layer already exists [2020-10-20T06:05:39.870Z] 4e9fc91f6df3: Layer already exists [2020-10-20T06:05:39.870Z] 1277d4c4ad02: Layer already exists [2020-10-20T06:05:39.870Z] 66bf999d8a8a: Layer already exists [2020-10-20T06:05:39.870Z] d92a9054988f: Layer already exists [2020-10-20T06:05:39.870Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:75d4bc637ddd78c494d89b76169810438acb528dcd4b125318beaf42489ebae0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:40.174Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:40.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-20T06:05:40.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T06:05:40.476Z] 1277d4c4ad02: Preparing [2020-10-20T06:05:40.476Z] 4e9fc91f6df3: Preparing [2020-10-20T06:05:40.476Z] c48d2b311d3a: Preparing [2020-10-20T06:05:40.476Z] cc98b299202c: Preparing [2020-10-20T06:05:40.476Z] 66bf999d8a8a: Preparing [2020-10-20T06:05:40.476Z] d92a9054988f: Preparing [2020-10-20T06:05:40.476Z] d92a9054988f: Waiting [2020-10-20T06:05:40.476Z] 1277d4c4ad02: Layer already exists [2020-10-20T06:05:40.476Z] cc98b299202c: Layer already exists [2020-10-20T06:05:40.476Z] c48d2b311d3a: Layer already exists [2020-10-20T06:05:40.476Z] 66bf999d8a8a: Layer already exists [2020-10-20T06:05:40.476Z] 4e9fc91f6df3: Layer already exists [2020-10-20T06:05:40.476Z] d92a9054988f: Layer already exists [2020-10-20T06:05:40.476Z] master: digest: sha256:75d4bc637ddd78c494d89b76169810438acb528dcd4b125318beaf42489ebae0 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:40.710Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:40.799Z] taggedImages: [2020-10-20T06:05:40.799Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:40.799Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.83 [2020-10-20T06:05:40.799Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:40.799Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-20T06:05:40.929Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-20T06:05:40.929Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:40.929Z] 1.2.2-dev.83 [2020-10-20T06:05:40.929Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:40.929Z] master [2020-10-20T06:05:40.929Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:41.427Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:41.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:41.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T06:05:41.728Z] ff5211bf9b7d: Preparing [2020-10-20T06:05:41.728Z] 2b2957c72775: Preparing [2020-10-20T06:05:41.728Z] e8c1f9eb6306: Preparing [2020-10-20T06:05:41.991Z] ff5211bf9b7d: Pushed [2020-10-20T06:05:41.991Z] e8c1f9eb6306: Pushed [2020-10-20T06:05:42.933Z] 2b2957c72775: Pushed [2020-10-20T06:05:43.194Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:47328aa3fce1d6438a650029f8a51eca748dda7d70fcd4ef1c190f836465abbf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:43.523Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:43.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.83 [2020-10-20T06:05:43.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T06:05:43.822Z] ff5211bf9b7d: Preparing [2020-10-20T06:05:43.822Z] 2b2957c72775: Preparing [2020-10-20T06:05:43.822Z] e8c1f9eb6306: Preparing [2020-10-20T06:05:43.822Z] e8c1f9eb6306: Layer already exists [2020-10-20T06:05:43.822Z] ff5211bf9b7d: Layer already exists [2020-10-20T06:05:43.822Z] 2b2957c72775: Layer already exists [2020-10-20T06:05:43.822Z] 1.2.2-dev.83: digest: sha256:47328aa3fce1d6438a650029f8a51eca748dda7d70fcd4ef1c190f836465abbf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:44.130Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:44.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:44.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T06:05:44.432Z] ff5211bf9b7d: Preparing [2020-10-20T06:05:44.432Z] 2b2957c72775: Preparing [2020-10-20T06:05:44.432Z] e8c1f9eb6306: Preparing [2020-10-20T06:05:44.432Z] ff5211bf9b7d: Layer already exists [2020-10-20T06:05:44.432Z] e8c1f9eb6306: Layer already exists [2020-10-20T06:05:44.432Z] 2b2957c72775: Layer already exists [2020-10-20T06:05:44.432Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:47328aa3fce1d6438a650029f8a51eca748dda7d70fcd4ef1c190f836465abbf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:44.738Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:45.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-20T06:05:45.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T06:05:45.032Z] ff5211bf9b7d: Preparing [2020-10-20T06:05:45.032Z] 2b2957c72775: Preparing [2020-10-20T06:05:45.032Z] e8c1f9eb6306: Preparing [2020-10-20T06:05:45.032Z] e8c1f9eb6306: Layer already exists [2020-10-20T06:05:45.033Z] ff5211bf9b7d: Layer already exists [2020-10-20T06:05:45.033Z] 2b2957c72775: Layer already exists [2020-10-20T06:05:45.033Z] master: digest: sha256:47328aa3fce1d6438a650029f8a51eca748dda7d70fcd4ef1c190f836465abbf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:45.224Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:45.278Z] taggedImages: [2020-10-20T06:05:45.278Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:45.278Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.83 [2020-10-20T06:05:45.278Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:45.278Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-20T06:05:45.344Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-20T06:05:45.344Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:45.344Z] 1.2.2-dev.83 [2020-10-20T06:05:45.344Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:45.344Z] master [2020-10-20T06:05:45.344Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:45.835Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:46.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:46.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T06:05:46.132Z] fb391ebbcf3e: Preparing [2020-10-20T06:05:46.132Z] b6b9d4dcee15: Preparing [2020-10-20T06:05:46.132Z] 9d1ac19427f0: Preparing [2020-10-20T06:05:46.132Z] befe91f2e67f: Preparing [2020-10-20T06:05:46.132Z] e9a0f8b544ce: Preparing [2020-10-20T06:05:46.132Z] 89b2fee374db: Preparing [2020-10-20T06:05:46.132Z] cc57a71e32a2: Preparing [2020-10-20T06:05:46.132Z] 527eef706b20: Preparing [2020-10-20T06:05:46.132Z] 224742e9e948: Preparing [2020-10-20T06:05:46.132Z] 5391e5290f13: Preparing [2020-10-20T06:05:46.132Z] 13baed61c795: Preparing [2020-10-20T06:05:46.132Z] 51d6d3d09136: Preparing [2020-10-20T06:05:46.132Z] 1507bc794612: Preparing [2020-10-20T06:05:46.132Z] 50644c29ef5a: Preparing [2020-10-20T06:05:46.132Z] 224742e9e948: Waiting [2020-10-20T06:05:46.132Z] 527eef706b20: Waiting [2020-10-20T06:05:46.132Z] 5391e5290f13: Waiting [2020-10-20T06:05:46.132Z] 13baed61c795: Waiting [2020-10-20T06:05:46.132Z] 51d6d3d09136: Waiting [2020-10-20T06:05:46.132Z] 1507bc794612: Waiting [2020-10-20T06:05:46.132Z] 50644c29ef5a: Waiting [2020-10-20T06:05:46.132Z] 89b2fee374db: Waiting [2020-10-20T06:05:46.132Z] cc57a71e32a2: Waiting [2020-10-20T06:05:46.396Z] e9a0f8b544ce: Pushed [2020-10-20T06:05:46.396Z] fb391ebbcf3e: Pushed [2020-10-20T06:05:46.661Z] befe91f2e67f: Pushed [2020-10-20T06:05:46.661Z] 527eef706b20: Layer already exists [2020-10-20T06:05:46.661Z] 224742e9e948: Layer already exists [2020-10-20T06:05:46.661Z] 5391e5290f13: Layer already exists [2020-10-20T06:05:46.661Z] cc57a71e32a2: Pushed [2020-10-20T06:05:46.925Z] 13baed61c795: Layer already exists [2020-10-20T06:05:46.925Z] 51d6d3d09136: Layer already exists [2020-10-20T06:05:46.925Z] 1507bc794612: Layer already exists [2020-10-20T06:05:46.925Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:47.501Z] 89b2fee374db: Pushed [2020-10-20T06:05:47.501Z] b6b9d4dcee15: Pushed [2020-10-20T06:05:55.668Z] 9d1ac19427f0: Pushed [2020-10-20T06:05:55.668Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:cb4251296807786d766258d0c3fedd62a9441f0d58814e1c4a106f834b3556ce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:55.982Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:56.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.83 [2020-10-20T06:05:56.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T06:05:56.282Z] fb391ebbcf3e: Preparing [2020-10-20T06:05:56.282Z] b6b9d4dcee15: Preparing [2020-10-20T06:05:56.282Z] 9d1ac19427f0: Preparing [2020-10-20T06:05:56.282Z] befe91f2e67f: Preparing [2020-10-20T06:05:56.282Z] e9a0f8b544ce: Preparing [2020-10-20T06:05:56.282Z] 89b2fee374db: Preparing [2020-10-20T06:05:56.282Z] cc57a71e32a2: Preparing [2020-10-20T06:05:56.282Z] 527eef706b20: Preparing [2020-10-20T06:05:56.282Z] 224742e9e948: Preparing [2020-10-20T06:05:56.282Z] 5391e5290f13: Preparing [2020-10-20T06:05:56.282Z] 13baed61c795: Preparing [2020-10-20T06:05:56.282Z] 51d6d3d09136: Preparing [2020-10-20T06:05:56.282Z] 1507bc794612: Preparing [2020-10-20T06:05:56.282Z] 50644c29ef5a: Preparing [2020-10-20T06:05:56.282Z] 5391e5290f13: Waiting [2020-10-20T06:05:56.282Z] 13baed61c795: Waiting [2020-10-20T06:05:56.282Z] 51d6d3d09136: Waiting [2020-10-20T06:05:56.282Z] 1507bc794612: Waiting [2020-10-20T06:05:56.282Z] 50644c29ef5a: Waiting [2020-10-20T06:05:56.282Z] 89b2fee374db: Waiting [2020-10-20T06:05:56.282Z] cc57a71e32a2: Waiting [2020-10-20T06:05:56.282Z] 527eef706b20: Waiting [2020-10-20T06:05:56.282Z] 224742e9e948: Waiting [2020-10-20T06:05:56.282Z] 9d1ac19427f0: Layer already exists [2020-10-20T06:05:56.282Z] b6b9d4dcee15: Layer already exists [2020-10-20T06:05:56.282Z] befe91f2e67f: Layer already exists [2020-10-20T06:05:56.282Z] fb391ebbcf3e: Layer already exists [2020-10-20T06:05:56.282Z] e9a0f8b544ce: Layer already exists [2020-10-20T06:05:56.282Z] cc57a71e32a2: Layer already exists [2020-10-20T06:05:56.282Z] 89b2fee374db: Layer already exists [2020-10-20T06:05:56.282Z] 224742e9e948: Layer already exists [2020-10-20T06:05:56.282Z] 527eef706b20: Layer already exists [2020-10-20T06:05:56.282Z] 5391e5290f13: Layer already exists [2020-10-20T06:05:56.282Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:56.282Z] 51d6d3d09136: Layer already exists [2020-10-20T06:05:56.282Z] 13baed61c795: Layer already exists [2020-10-20T06:05:56.282Z] 1507bc794612: Layer already exists [2020-10-20T06:05:56.282Z] 1.2.2-dev.83: digest: sha256:cb4251296807786d766258d0c3fedd62a9441f0d58814e1c4a106f834b3556ce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:56.588Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:56.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:56.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T06:05:56.894Z] fb391ebbcf3e: Preparing [2020-10-20T06:05:56.894Z] b6b9d4dcee15: Preparing [2020-10-20T06:05:56.894Z] 9d1ac19427f0: Preparing [2020-10-20T06:05:56.894Z] befe91f2e67f: Preparing [2020-10-20T06:05:56.894Z] e9a0f8b544ce: Preparing [2020-10-20T06:05:56.894Z] 89b2fee374db: Preparing [2020-10-20T06:05:56.894Z] cc57a71e32a2: Preparing [2020-10-20T06:05:56.894Z] 527eef706b20: Preparing [2020-10-20T06:05:56.894Z] 224742e9e948: Preparing [2020-10-20T06:05:56.894Z] 5391e5290f13: Preparing [2020-10-20T06:05:56.894Z] 13baed61c795: Preparing [2020-10-20T06:05:56.894Z] 51d6d3d09136: Preparing [2020-10-20T06:05:56.894Z] 1507bc794612: Preparing [2020-10-20T06:05:56.894Z] 50644c29ef5a: Preparing [2020-10-20T06:05:56.894Z] 224742e9e948: Waiting [2020-10-20T06:05:56.894Z] 5391e5290f13: Waiting [2020-10-20T06:05:56.894Z] 13baed61c795: Waiting [2020-10-20T06:05:56.894Z] 89b2fee374db: Waiting [2020-10-20T06:05:56.894Z] 51d6d3d09136: Waiting [2020-10-20T06:05:56.894Z] 1507bc794612: Waiting [2020-10-20T06:05:56.894Z] cc57a71e32a2: Waiting [2020-10-20T06:05:56.894Z] 527eef706b20: Waiting [2020-10-20T06:05:56.894Z] 50644c29ef5a: Waiting [2020-10-20T06:05:56.894Z] fb391ebbcf3e: Layer already exists [2020-10-20T06:05:56.894Z] befe91f2e67f: Layer already exists [2020-10-20T06:05:56.894Z] 9d1ac19427f0: Layer already exists [2020-10-20T06:05:56.894Z] b6b9d4dcee15: Layer already exists [2020-10-20T06:05:56.894Z] e9a0f8b544ce: Layer already exists [2020-10-20T06:05:56.894Z] cc57a71e32a2: Layer already exists [2020-10-20T06:05:56.894Z] 527eef706b20: Layer already exists [2020-10-20T06:05:56.894Z] 89b2fee374db: Layer already exists [2020-10-20T06:05:56.894Z] 224742e9e948: Layer already exists [2020-10-20T06:05:56.894Z] 5391e5290f13: Layer already exists [2020-10-20T06:05:56.894Z] 13baed61c795: Layer already exists [2020-10-20T06:05:56.894Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:56.894Z] 51d6d3d09136: Layer already exists [2020-10-20T06:05:56.894Z] 1507bc794612: Layer already exists [2020-10-20T06:05:56.894Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:cb4251296807786d766258d0c3fedd62a9441f0d58814e1c4a106f834b3556ce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:57.203Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:05:57.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-20T06:05:57.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T06:05:57.506Z] fb391ebbcf3e: Preparing [2020-10-20T06:05:57.506Z] b6b9d4dcee15: Preparing [2020-10-20T06:05:57.506Z] 9d1ac19427f0: Preparing [2020-10-20T06:05:57.506Z] befe91f2e67f: Preparing [2020-10-20T06:05:57.506Z] e9a0f8b544ce: Preparing [2020-10-20T06:05:57.506Z] 89b2fee374db: Preparing [2020-10-20T06:05:57.506Z] cc57a71e32a2: Preparing [2020-10-20T06:05:57.506Z] 527eef706b20: Preparing [2020-10-20T06:05:57.506Z] 224742e9e948: Preparing [2020-10-20T06:05:57.506Z] 5391e5290f13: Preparing [2020-10-20T06:05:57.506Z] 13baed61c795: Preparing [2020-10-20T06:05:57.506Z] 51d6d3d09136: Preparing [2020-10-20T06:05:57.506Z] 1507bc794612: Preparing [2020-10-20T06:05:57.506Z] 50644c29ef5a: Preparing [2020-10-20T06:05:57.506Z] 89b2fee374db: Waiting [2020-10-20T06:05:57.506Z] cc57a71e32a2: Waiting [2020-10-20T06:05:57.506Z] 527eef706b20: Waiting [2020-10-20T06:05:57.506Z] 224742e9e948: Waiting [2020-10-20T06:05:57.506Z] 5391e5290f13: Waiting [2020-10-20T06:05:57.506Z] 13baed61c795: Waiting [2020-10-20T06:05:57.506Z] 51d6d3d09136: Waiting [2020-10-20T06:05:57.506Z] 1507bc794612: Waiting [2020-10-20T06:05:57.506Z] 50644c29ef5a: Waiting [2020-10-20T06:05:57.506Z] befe91f2e67f: Layer already exists [2020-10-20T06:05:57.506Z] fb391ebbcf3e: Layer already exists [2020-10-20T06:05:57.506Z] e9a0f8b544ce: Layer already exists [2020-10-20T06:05:57.506Z] b6b9d4dcee15: Layer already exists [2020-10-20T06:05:57.506Z] 9d1ac19427f0: Layer already exists [2020-10-20T06:05:57.506Z] 89b2fee374db: Layer already exists [2020-10-20T06:05:57.506Z] 224742e9e948: Layer already exists [2020-10-20T06:05:57.506Z] cc57a71e32a2: Layer already exists [2020-10-20T06:05:57.506Z] 5391e5290f13: Layer already exists [2020-10-20T06:05:57.506Z] 527eef706b20: Layer already exists [2020-10-20T06:05:57.506Z] 50644c29ef5a: Layer already exists [2020-10-20T06:05:57.506Z] 13baed61c795: Layer already exists [2020-10-20T06:05:57.506Z] 51d6d3d09136: Layer already exists [2020-10-20T06:05:57.506Z] 1507bc794612: Layer already exists [2020-10-20T06:05:57.507Z] master: digest: sha256:cb4251296807786d766258d0c3fedd62a9441f0d58814e1c4a106f834b3556ce size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:05:57.705Z] ===================================================== [Pipeline] echo [2020-10-20T06:05:57.754Z] taggedImages: [2020-10-20T06:05:57.754Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:05:57.754Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.83 [2020-10-20T06:05:57.754Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:05:57.754Z] - 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-20T06:07:00.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T06:07:00.572Z] Removing intermediate container b07c972ccf71 [2020-10-20T06:07:00.572Z] ---> abf1758f9d7d [2020-10-20T06:07:00.572Z] [2020-10-20T06:07:00.572Z] Step 9/29 : FROM alpine:latest [2020-10-20T06:07:00.572Z] latest: Pulling from library/alpine [2020-10-20T06:07:00.572Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T06:07:00.572Z] Status: Downloaded newer image for alpine:latest [2020-10-20T06:07:00.572Z] ---> 62ee0e9f8440 [2020-10-20T06:07:00.572Z] 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-20T06:07:00.572Z] ---> Running in 027976baaee9 [2020-10-20T06:07:00.572Z] Removing intermediate container 027976baaee9 [2020-10-20T06:07:00.572Z] ---> c61f63b72eda [2020-10-20T06:07:00.572Z] Step 11/29 : USER root [2020-10-20T06:07:00.572Z] Removing intermediate container c0356dd16496 [2020-10-20T06:07:00.572Z] ---> 4a23fced8fc9 [2020-10-20T06:07:00.572Z] [2020-10-20T06:07:00.572Z] Step 10/20 : FROM alpine [2020-10-20T06:07:00.572Z] ---> 62ee0e9f8440 [2020-10-20T06:07:00.572Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T06:07:00.572Z] ---> Running in a0c79fb594c5 [2020-10-20T06:07:00.572Z] ---> Running in 8bfdf2c096ec [2020-10-20T06:07:00.572Z] Removing intermediate container a0c79fb594c5 [2020-10-20T06:07:00.572Z] ---> d9e97efc64fc [2020-10-20T06:07:00.572Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T06:07:00.572Z] ---> Running in adcb3693048a [2020-10-20T06:07:01.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:02.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:02.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:02.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:02.720Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:07:02.720Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:07:02.720Z] OK: 12621 distinct packages available [2020-10-20T06:07:03.322Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:07:03.322Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:07:03.322Z] OK: 12621 distinct packages available [2020-10-20T06:07:03.600Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T06:07:03.877Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T06:07:03.877Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T06:07:03.877Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T06:07:03.877Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:07:03.877Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T06:07:04.161Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T06:07:04.161Z] OK: 7 MiB in 18 packages [2020-10-20T06:07:04.450Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T06:07:04.450Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:07:04.450Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T06:07:04.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T06:07:04.739Z] OK: 6 MiB in 16 packages [2020-10-20T06:07:08.175Z] Removing intermediate container 8bfdf2c096ec [2020-10-20T06:07:08.175Z] ---> ee0df2b8fc0c [2020-10-20T06:07:08.175Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T06:07:08.470Z] Removing intermediate container adcb3693048a [2020-10-20T06:07:08.470Z] ---> 472b1f569762 [2020-10-20T06:07:08.470Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T06:07:08.755Z] ---> Running in 81ccd8ed5892 [2020-10-20T06:07:08.755Z] ---> Running in 67588f372246 [2020-10-20T06:07:09.034Z] Removing intermediate container f4c3305f209d [2020-10-20T06:07:09.034Z] ---> eec7e4aecf8e [2020-10-20T06:07:09.034Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T06:07:09.333Z] ---> Running in 6f84a49a9b9d [2020-10-20T06:07:09.333Z] Removing intermediate container 81ccd8ed5892 [2020-10-20T06:07:09.333Z] ---> 578a38aa2d68 [2020-10-20T06:07:09.333Z] Step 13/20 : WORKDIR /edgex [2020-10-20T06:07:09.947Z] ---> Running in 0f357342210c [2020-10-20T06:07:09.947Z] Removing intermediate container 67588f372246 [2020-10-20T06:07:09.947Z] ---> 1dff4934c0e7 [2020-10-20T06:07:09.947Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T06:07:09.947Z] ---> Running in bc743b744921 [2020-10-20T06:07:10.550Z] Removing intermediate container 0f357342210c [2020-10-20T06:07:10.550Z] ---> 42b70cf8a999 [2020-10-20T06:07:10.550Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T06:07:10.828Z] Removing intermediate container bc743b744921 [2020-10-20T06:07:10.828Z] ---> 6fe030b82383 [2020-10-20T06:07:10.828Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T06:07:11.430Z] ---> Running in ec922736d623 [2020-10-20T06:07:12.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T06:07:12.424Z] ---> 01297758054b [2020-10-20T06:07:12.424Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T06:07:15.845Z] ---> 12010f705abd [2020-10-20T06:07:15.845Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T06:07:15.845Z] ---> Running in 1636972abe2a [2020-10-20T06:07:16.592Z] Removing intermediate container ec922736d623 [2020-10-20T06:07:16.592Z] ---> df073409bcec [2020-10-20T06:07:16.592Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T06:07:17.657Z] Removing intermediate container 1636972abe2a [2020-10-20T06:07:17.657Z] ---> 8d3e54aa86d1 [2020-10-20T06:07:17.657Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T06:07:17.657Z] Removing intermediate container 7357f65baaff [2020-10-20T06:07:17.657Z] ---> 3f751eb4dc51 [2020-10-20T06:07:17.657Z] [2020-10-20T06:07:17.657Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T06:07:17.964Z] ---> Running in 1b53c4879868 [2020-10-20T06:07:17.964Z] 3.10: Pulling from library/alpine [2020-10-20T06:07:18.747Z] Removing intermediate container 6f84a49a9b9d [2020-10-20T06:07:18.748Z] ---> 13bca6ffce9a [2020-10-20T06:07:18.748Z] [2020-10-20T06:07:18.748Z] Step 11/27 : FROM docker:latest [2020-10-20T06:07:18.748Z] ---> 45884bde0078 [2020-10-20T06:07:18.748Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T06:07:18.748Z] ---> Running in 77486e0ef319 [2020-10-20T06:07:19.073Z] Removing intermediate container 1b53c4879868 [2020-10-20T06:07:19.073Z] ---> 5038a4f40d13 [2020-10-20T06:07:19.073Z] Step 18/20 : LABEL arch=arm64 [2020-10-20T06:07:19.355Z] ---> Running in 38cf7b764c3f [2020-10-20T06:07:19.959Z] ---> 93cd054d5782 [2020-10-20T06:07:19.959Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T06:07:20.238Z] Removing intermediate container 38cf7b764c3f [2020-10-20T06:07:20.238Z] ---> d41356c85988 [2020-10-20T06:07:20.238Z] Step 19/20 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:07:20.238Z] ---> Running in bdf75788d7e5 [2020-10-20T06:07:20.843Z] ---> ccbf9ea2704b [2020-10-20T06:07:20.843Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T06:07:21.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:21.121Z] Removing intermediate container bdf75788d7e5 [2020-10-20T06:07:21.121Z] ---> 04a4161e8e0b [2020-10-20T06:07:21.121Z] Step 20/20 : LABEL version=1.2.2-dev.83 [2020-10-20T06:07:21.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:21.400Z] ---> Running in ea660cc5f6b2 [2020-10-20T06:07:22.009Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T06:07:22.009Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T06:07:22.009Z] Executing bash-5.0.17-r0.post-install [2020-10-20T06:07:22.009Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:07:22.009Z] OK: 12 MiB in 22 packages [2020-10-20T06:07:22.285Z] Removing intermediate container ea660cc5f6b2 [2020-10-20T06:07:22.285Z] ---> 7ac9666d8a72 [2020-10-20T06:07:22.285Z] [2020-10-20T06:07:22.285Z] ---> b3a224f16007 [2020-10-20T06:07:22.285Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T06:07:22.887Z] Successfully built 7ac9666d8a72 [2020-10-20T06:07:23.165Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-20T06:07:23.165Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-10-20T06:07:23.447Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T06:07:23.447Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T06:07:23.447Z] ---> 536a684cf733 [2020-10-20T06:07:23.447Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T06:07:23.728Z] ---> Running in 831bb5f8b370 [2020-10-20T06:07:23.728Z] ---> 850ffe89befb [2020-10-20T06:07:23.728Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T06:07:24.004Z] Removing intermediate container 77486e0ef319 [2020-10-20T06:07:24.004Z] ---> c9b7bb39410a [2020-10-20T06:07:24.004Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T06:07:24.280Z] ---> Running in e771fa2fef58 [2020-10-20T06:07:25.300Z] ---> 37ed32314387 [2020-10-20T06:07:25.300Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T06:07:25.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:26.192Z] ---> Running in caffa9a56b99 [2020-10-20T06:07:26.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:27.404Z] v3.10.5-103-gd7f4631808 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T06:07:27.404Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T06:07:27.404Z] OK: 10167 distinct packages available [2020-10-20T06:07:28.027Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T06:07:28.027Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T06:07:28.027Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T06:07:28.027Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T06:07:28.027Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T06:07:28.027Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T06:07:28.027Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T06:07:28.308Z] OK: 7 MiB in 19 packages [2020-10-20T06:07:28.916Z] Removing intermediate container e771fa2fef58 [2020-10-20T06:07:28.916Z] ---> b208d97715a1 [2020-10-20T06:07:28.916Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T06:07:29.190Z] ---> Running in 83d7593d8301 [2020-10-20T06:07:29.818Z] Removing intermediate container 83d7593d8301 [2020-10-20T06:07:29.818Z] ---> d25f0133630f [2020-10-20T06:07:29.818Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T06:07:30.099Z] Removing intermediate container caffa9a56b99 [2020-10-20T06:07:30.099Z] ---> 69bdb11a914e [2020-10-20T06:07:30.099Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T06:07:30.708Z] ---> Running in 7414c67cc570 [2020-10-20T06:07:31.311Z] Removing intermediate container 831bb5f8b370 [2020-10-20T06:07:31.311Z] ---> 95cab05b0d32 [2020-10-20T06:07:31.311Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T06:07:31.587Z] ---> 11a8a963cec3 [2020-10-20T06:07:31.587Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T06:07:31.862Z] Removing intermediate container 7414c67cc570 [2020-10-20T06:07:31.862Z] ---> b6893b0bdcc4 [2020-10-20T06:07:31.862Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T06:07:32.466Z] ---> Running in 152d05b2b90b [2020-10-20T06:07:32.466Z] ---> Running in 4740317955e0 [2020-10-20T06:07:32.752Z] ---> Running in 26c9722ff6f7 [2020-10-20T06:07:33.361Z] Removing intermediate container 152d05b2b90b [2020-10-20T06:07:33.361Z] ---> 31687e0df129 [2020-10-20T06:07:33.361Z] Step 13/26 : WORKDIR / [2020-10-20T06:07:33.636Z] Removing intermediate container e7e8b1029c94 [2020-10-20T06:07:33.636Z] ---> bd40d18e30df [2020-10-20T06:07:33.636Z] [2020-10-20T06:07:33.636Z] Step 10/22 : FROM scratch [2020-10-20T06:07:33.636Z] ---> [2020-10-20T06:07:33.636Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T06:07:34.233Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:07:34.233Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:07:34.233Z] ---> bbc16251e725 [2020-10-20T06:07:34.233Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T06:07:34.233Z] ---> Using cache [2020-10-20T06:07:34.233Z] ---> 52ef9a9c50ce [2020-10-20T06:07:34.233Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:07:34.233Z] ---> Using cache [2020-10-20T06:07:34.233Z] ---> b9df33d6e6d6 [2020-10-20T06:07:34.233Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T06:07:34.233Z] ---> Using cache [2020-10-20T06:07:34.233Z] ---> 9ef7c0908a3c [2020-10-20T06:07:34.233Z] Step 6/21 : COPY go.mod . [2020-10-20T06:07:34.233Z] ---> Using cache [2020-10-20T06:07:34.233Z] ---> aa1bc8eb8951 [2020-10-20T06:07:34.233Z] Step 7/21 : RUN go mod download [2020-10-20T06:07:34.233Z] ---> Using cache [2020-10-20T06:07:34.233Z] ---> 3e77cc4b246d [2020-10-20T06:07:34.233Z] Step 8/21 : COPY . . [2020-10-20T06:07:34.233Z] Removing intermediate container 26c9722ff6f7 [2020-10-20T06:07:34.233Z] ---> 36fe377ef47b [2020-10-20T06:07:34.233Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T06:07:34.233Z] ---> Using cache [2020-10-20T06:07:34.233Z] ---> 14fdd9193fee [2020-10-20T06:07:34.233Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T06:07:34.511Z] ---> Running in 9a9314a135d7 [2020-10-20T06:07:34.511Z] ---> Running in c1be2b325e44 [2020-10-20T06:07:34.511Z] ---> Running in 5ae718ac9d1f [2020-10-20T06:07:35.136Z] Removing intermediate container 9a9314a135d7 [2020-10-20T06:07:35.136Z] ---> df8174756904 [2020-10-20T06:07:35.136Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T06:07:35.418Z] ---> Running in d59a382936f9 [2020-10-20T06:07:35.418Z] Removing intermediate container c1be2b325e44 [2020-10-20T06:07:35.691Z] ---> 8c2af8dc1041 [2020-10-20T06:07:35.691Z] 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-20T06:07:35.691Z] ---> 02510937c409 [2020-10-20T06:07:35.691Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T06:07:36.289Z] Removing intermediate container d59a382936f9 [2020-10-20T06:07:36.289Z] ---> 012fe3771ce9 [2020-10-20T06:07:36.289Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T06:07:36.289Z] ---> Running in 05505a94cec6 [2020-10-20T06:07:36.566Z] Removing intermediate container 4740317955e0 [2020-10-20T06:07:36.566Z] ---> 87a5bf8d5acd [2020-10-20T06:07:36.566Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T06:07:36.566Z] ---> 89e9005eba4c [2020-10-20T06:07:36.566Z] 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-20T06:07:36.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T06:07:36.842Z] ---> Running in 92b5aa33607d [2020-10-20T06:07:37.122Z] ---> 05f72cd53bb7 [2020-10-20T06:07:37.122Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T06:07:37.122Z] Removing intermediate container 05505a94cec6 [2020-10-20T06:07:37.122Z] ---> 953a21b7df33 [2020-10-20T06:07:37.122Z] Step 14/22 : WORKDIR / [2020-10-20T06:07:37.395Z] ---> Running in 4b37573aba3f [2020-10-20T06:07:38.000Z] ---> 4e46605dd98d [2020-10-20T06:07:38.000Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T06:07:38.274Z] Removing intermediate container 4b37573aba3f [2020-10-20T06:07:38.274Z] ---> 90ca182b4552 [2020-10-20T06:07:38.274Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T06:07:38.875Z] ---> 28e409611f8b [2020-10-20T06:07:38.875Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T06:07:39.152Z] ---> Running in 60d5cee6f18a [2020-10-20T06:07:39.434Z] ---> 67988425d3da [2020-10-20T06:07:39.434Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T06:07:39.711Z] ---> 8537294c18ce [2020-10-20T06:07:39.711Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T06:07:41.708Z] ---> 06def6b3c5a8 [2020-10-20T06:07:41.708Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T06:07:42.313Z] Removing intermediate container 92b5aa33607d [2020-10-20T06:07:42.313Z] ---> 7992f63caf9e [2020-10-20T06:07:42.313Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T06:07:42.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:42.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:07:42.592Z] ---> Running in 5798253b8535 [2020-10-20T06:07:42.867Z] ---> a42a73ba3fb3 [2020-10-20T06:07:42.867Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T06:07:43.476Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T06:07:43.476Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T06:07:43.476Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T06:07:43.476Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T06:07:43.476Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T06:07:43.476Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T06:07:43.476Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T06:07:43.758Z] ---> 2f560a7f321f [2020-10-20T06:07:43.758Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T06:07:43.758Z] Removing intermediate container 5798253b8535 [2020-10-20T06:07:43.758Z] ---> 748fc7a845de [2020-10-20T06:07:43.758Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T06:07:44.390Z] ---> Running in 5113b7879390 [2020-10-20T06:07:44.390Z] ---> 1e9e18e7ae9f [2020-10-20T06:07:44.390Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T06:07:44.998Z] ---> Running in cca14e246a6a [2020-10-20T06:07:45.608Z] Removing intermediate container 5113b7879390 [2020-10-20T06:07:45.608Z] ---> a0a098f720b2 [2020-10-20T06:07:45.608Z] Step 27/29 : LABEL arch=arm64 [2020-10-20T06:07:45.891Z] Removing intermediate container cca14e246a6a [2020-10-20T06:07:45.891Z] ---> c1d5d4e6cd3b [2020-10-20T06:07:45.891Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:07:45.891Z] ---> Running in 75694f6045c1 [2020-10-20T06:07:45.891Z] ---> 649c1009496c [2020-10-20T06:07:45.891Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T06:07:46.169Z] ---> Running in 28cc30d020c7 [2020-10-20T06:07:46.169Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T06:07:46.169Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T06:07:46.451Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T06:07:46.451Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T06:07:46.451Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T06:07:46.451Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T06:07:46.451Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T06:07:46.451Z] Removing intermediate container 75694f6045c1 [2020-10-20T06:07:46.451Z] ---> 89efdd34a264 [2020-10-20T06:07:46.451Z] Step 28/29 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:07:46.451Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T06:07:46.732Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T06:07:46.732Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T06:07:46.732Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T06:07:46.732Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T06:07:46.732Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T06:07:46.732Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T06:07:46.732Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T06:07:46.732Z] ---> Running in 1bf68a5897e1 [2020-10-20T06:07:47.013Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T06:07:47.013Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T06:07:47.013Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T06:07:47.013Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T06:07:47.013Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T06:07:47.013Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T06:07:47.013Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T06:07:47.013Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T06:07:47.298Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T06:07:47.298Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T06:07:47.298Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T06:07:47.298Z] Removing intermediate container 28cc30d020c7 [2020-10-20T06:07:47.298Z] ---> 4f96917092f5 [2020-10-20T06:07:47.298Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T06:07:47.298Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:07:47.582Z] OK: 71 MiB in 55 packages [2020-10-20T06:07:47.582Z] ---> Running in 0c0ca0a0ffed [2020-10-20T06:07:47.870Z] Removing intermediate container 1bf68a5897e1 [2020-10-20T06:07:47.870Z] ---> a3a6e186ec8d [2020-10-20T06:07:47.870Z] Step 29/29 : LABEL version=1.2.2-dev.83 [2020-10-20T06:07:48.151Z] ---> c80520fd1912 [2020-10-20T06:07:48.151Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T06:07:48.151Z] ---> Running in 96f60e51dca3 [2020-10-20T06:07:48.751Z] Removing intermediate container 0c0ca0a0ffed [2020-10-20T06:07:48.751Z] ---> 832e112c2da9 [2020-10-20T06:07:48.751Z] Step 21/22 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:07:49.025Z] ---> Running in 82bcd8389696 [2020-10-20T06:07:49.299Z] Removing intermediate container 96f60e51dca3 [2020-10-20T06:07:49.299Z] ---> 8b576c68e5f3 [2020-10-20T06:07:49.299Z] [2020-10-20T06:07:50.288Z] ---> bb53300bb4ea [2020-10-20T06:07:50.288Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T06:07:50.288Z] Removing intermediate container 82bcd8389696 [2020-10-20T06:07:50.288Z] ---> f5b434ad3432 [2020-10-20T06:07:50.288Z] Step 22/22 : LABEL version=1.2.2-dev.83 [2020-10-20T06:07:50.568Z] Successfully built 8b576c68e5f3 [2020-10-20T06:07:50.568Z] ---> Running in 670e606f3696 [2020-10-20T06:07:50.568Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-20T06:07:50.568Z] Building docker-core-data-go [2020-10-20T06:07:50.845Z]  Building docker-security-secrets-setup-go ... done  ---> Running in dc95752d4f26 [2020-10-20T06:07:52.297Z] Removing intermediate container dc95752d4f26 [2020-10-20T06:07:52.298Z] ---> 133c0dfcebf1 [2020-10-20T06:07:52.298Z] [2020-10-20T06:07:52.576Z] Successfully built 133c0dfcebf1 [2020-10-20T06:07:52.576Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-20T06:07:52.850Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-10-20T06:07:57.216Z] Removing intermediate container 670e606f3696 [2020-10-20T06:07:57.216Z] ---> c34b186a7d3f [2020-10-20T06:07:57.216Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T06:07:57.216Z] ---> Running in e785943e0717 [2020-10-20T06:07:58.218Z] Removing intermediate container e785943e0717 [2020-10-20T06:07:58.218Z] ---> d43be4d43258 [2020-10-20T06:07:58.218Z] Step 24/26 : LABEL arch=arm64 [2020-10-20T06:07:58.218Z] Removing intermediate container 60d5cee6f18a [2020-10-20T06:07:58.218Z] ---> 20dcb663ce40 [2020-10-20T06:07:58.218Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T06:07:58.502Z] ---> Running in 26c22bcc278d [2020-10-20T06:07:58.778Z] ---> Running in 699273de33bf [2020-10-20T06:07:59.386Z] Removing intermediate container 26c22bcc278d [2020-10-20T06:07:59.386Z] ---> 654c108c0545 [2020-10-20T06:07:59.386Z] Step 25/26 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:07:59.986Z] ---> Running in 1f2a5410f19f [2020-10-20T06:08:00.982Z] Removing intermediate container 1f2a5410f19f [2020-10-20T06:08:00.982Z] ---> da86317e8711 [2020-10-20T06:08:00.982Z] Step 26/26 : LABEL version=1.2.2-dev.83 [2020-10-20T06:08:01.263Z] ---> Running in d7ab0bf93e24 [2020-10-20T06:08:02.260Z] Removing intermediate container d7ab0bf93e24 [2020-10-20T06:08:02.260Z] ---> d46b896867ab [2020-10-20T06:08:02.260Z] [2020-10-20T06:08:02.533Z] Successfully built d46b896867ab [2020-10-20T06:08:02.533Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-20T06:08:02.533Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-10-20T06:08:05.939Z] Collecting docker-compose==1.23.2 [2020-10-20T06:08:05.939Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T06:08:06.543Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T06:08:06.819Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T06:08:07.097Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T06:08:07.097Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T06:08:10.513Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T06:08:10.513Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T06:08:11.607Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:08:11.607Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:08:11.607Z] ---> bbc16251e725 [2020-10-20T06:08:11.607Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T06:08:11.607Z] ---> Using cache [2020-10-20T06:08:11.607Z] ---> 52ef9a9c50ce [2020-10-20T06:08:11.607Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:08:11.607Z] ---> Using cache [2020-10-20T06:08:11.607Z] ---> b9df33d6e6d6 [2020-10-20T06:08:11.607Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T06:08:11.607Z] Collecting PyYAML<4,>=3.10 [2020-10-20T06:08:11.607Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T06:08:13.601Z] ---> Running in 27e9df155b8a [2020-10-20T06:08:16.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:08:16.936Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T06:08:16.936Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T06:08:17.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:08:17.533Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:08:17.533Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:08:17.533Z] ---> bbc16251e725 [2020-10-20T06:08:17.533Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T06:08:17.533Z] ---> Using cache [2020-10-20T06:08:17.533Z] ---> 52ef9a9c50ce [2020-10-20T06:08:17.533Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:08:17.533Z] ---> Using cache [2020-10-20T06:08:17.533Z] ---> b9df33d6e6d6 [2020-10-20T06:08:17.533Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T06:08:17.813Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T06:08:17.813Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T06:08:18.109Z] ---> Running in 0afdf43dffd1 [2020-10-20T06:08:18.760Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:08:18.760Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:08:18.760Z] OK: 12623 distinct packages available [2020-10-20T06:08:19.743Z] OK: 217 MiB in 51 packages [2020-10-20T06:08:20.737Z] 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-20T06:08:20.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:08:21.178Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T06:08:21.178Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T06:08:21.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:08:22.236Z] Removing intermediate container 27e9df155b8a [2020-10-20T06:08:22.236Z] ---> 35ab8c0109bb [2020-10-20T06:08:22.236Z] Step 6/23 : COPY go.mod . [2020-10-20T06:08:23.291Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:08:23.291Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:08:23.291Z] OK: 12623 distinct packages available [2020-10-20T06:08:23.933Z] ---> 390026a9fe5f [2020-10-20T06:08:23.933Z] Step 7/23 : RUN go mod download [2020-10-20T06:08:24.212Z] ---> Running in a095a790a6d9 [2020-10-20T06:08:24.499Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:08:24.499Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:08:24.499Z] ---> bbc16251e725 [2020-10-20T06:08:24.499Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T06:08:24.499Z] ---> Using cache [2020-10-20T06:08:24.499Z] ---> 52ef9a9c50ce [2020-10-20T06:08:24.499Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:08:24.499Z] ---> Using cache [2020-10-20T06:08:24.499Z] ---> b9df33d6e6d6 [2020-10-20T06:08:24.499Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T06:08:24.499Z] ---> Using cache [2020-10-20T06:08:24.499Z] ---> 9ef7c0908a3c [2020-10-20T06:08:24.499Z] Step 6/22 : COPY go.mod . [2020-10-20T06:08:24.499Z] ---> Using cache [2020-10-20T06:08:24.499Z] ---> aa1bc8eb8951 [2020-10-20T06:08:24.499Z] Step 7/22 : RUN go mod download [2020-10-20T06:08:24.499Z] ---> Using cache [2020-10-20T06:08:24.499Z] ---> 3e77cc4b246d [2020-10-20T06:08:24.499Z] Step 8/22 : COPY . . [2020-10-20T06:08:24.499Z] OK: 217 MiB in 51 packages [2020-10-20T06:08:24.782Z] ---> Using cache [2020-10-20T06:08:24.783Z] ---> 14fdd9193fee [2020-10-20T06:08:24.783Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T06:08:25.057Z] ---> Running in 46ff07ffba01 [2020-10-20T06:08:25.330Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T06:08:25.330Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T06:08:25.610Z] OK: 217 MiB in 51 packages [2020-10-20T06:08:26.212Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T06:08:26.212Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T06:08:27.205Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T06:08:27.205Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T06:08:27.205Z] Removing intermediate container 0afdf43dffd1 [2020-10-20T06:08:27.205Z] ---> 87616d36594e [2020-10-20T06:08:27.205Z] Step 6/22 : COPY go.mod . [2020-10-20T06:08:27.494Z] 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-20T06:08:27.495Z] 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-20T06:08:27.771Z] Collecting idna<2.8,>=2.5 [2020-10-20T06:08:27.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T06:08:27.772Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T06:08:28.372Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T06:08:28.372Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T06:08:28.372Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T06:08:28.372Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T06:08:28.372Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T06:08:28.372Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T06:08:28.663Z] ---> ecc2991f4f15 [2020-10-20T06:08:28.663Z] Step 7/22 : RUN go mod download [2020-10-20T06:08:28.663Z] ---> Running in 0db7c8f5919d [2020-10-20T06:08:29.654Z] Removing intermediate container a095a790a6d9 [2020-10-20T06:08:29.654Z] ---> 56bf12dd1e3d [2020-10-20T06:08:29.654Z] Step 8/23 : COPY . . [2020-10-20T06:08:29.929Z] Installing collected packages: cached-property, texttable, urllib3, idna, requests, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, docopt, jsonschema, docker-compose [2020-10-20T06:08:29.929Z] Running setup.py install for texttable: started [2020-10-20T06:08:33.343Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T06:08:33.343Z] Attempting uninstall: urllib3 [2020-10-20T06:08:33.343Z] Found existing installation: urllib3 1.25.9 [2020-10-20T06:08:33.343Z] Uninstalling urllib3-1.25.9: [2020-10-20T06:08:33.343Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T06:08:34.356Z] Attempting uninstall: idna [2020-10-20T06:08:34.356Z] Found existing installation: idna 2.9 [2020-10-20T06:08:34.356Z] Uninstalling idna-2.9: [2020-10-20T06:08:34.635Z] Successfully uninstalled idna-2.9 [2020-10-20T06:08:35.260Z] Removing intermediate container 0db7c8f5919d [2020-10-20T06:08:35.260Z] ---> 78f0338ebdec [2020-10-20T06:08:35.260Z] Step 8/22 : COPY . . [2020-10-20T06:08:35.543Z] Attempting uninstall: requests [2020-10-20T06:08:35.543Z] Found existing installation: requests 2.23.0 [2020-10-20T06:08:35.543Z] Uninstalling requests-2.23.0: [2020-10-20T06:08:35.543Z] Successfully uninstalled requests-2.23.0 [2020-10-20T06:08:36.153Z] Running setup.py install for PyYAML: started [2020-10-20T06:08:38.820Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T06:08:40.305Z] Running setup.py install for dockerpty: started [2020-10-20T06:08:42.964Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T06:08:42.964Z] Running setup.py install for docopt: started [2020-10-20T06:08:44.438Z] ---> 3bd1264a4149 [2020-10-20T06:08:44.438Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T06:08:45.048Z] ---> Running in 422234225b9b [2020-10-20T06:08:45.323Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T06:08:46.764Z] 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-20T06:08:47.758Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T06:08:49.766Z] ---> 66c5e6ed99b2 [2020-10-20T06:08:49.766Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T06:08:50.376Z] ---> Running in d7091dd3d984 [2020-10-20T06:08:53.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T06:08:53.791Z] Removing intermediate container 5ae718ac9d1f [2020-10-20T06:08:53.791Z] ---> 5b6b4f0fcb48 [2020-10-20T06:08:53.791Z] [2020-10-20T06:08:53.791Z] Step 10/21 : FROM scratch [2020-10-20T06:08:53.791Z] ---> [2020-10-20T06:08:53.791Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T06:08:53.791Z] Removing intermediate container 699273de33bf [2020-10-20T06:08:53.791Z] ---> d6deb9c3c091 [2020-10-20T06:08:53.791Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T06:08:54.071Z] ---> Using cache [2020-10-20T06:08:54.071Z] ---> df8174756904 [2020-10-20T06:08:54.071Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T06:08:54.071Z] ---> Running in 537139bed8d9 [2020-10-20T06:08:54.071Z] ---> Running in 6112c988d1fc [2020-10-20T06:08:55.052Z] Removing intermediate container 6112c988d1fc [2020-10-20T06:08:55.052Z] ---> 2a5873a31228 [2020-10-20T06:08:55.052Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T06:08:55.052Z] ---> Running in 08aac8a779c1 [2020-10-20T06:08:56.038Z] Removing intermediate container 08aac8a779c1 [2020-10-20T06:08:56.038Z] ---> cacf7ac6ddb1 [2020-10-20T06:08:56.038Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T06:08:57.052Z] ---> caa2dabe51c5 [2020-10-20T06:08:57.052Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T06:08:57.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:08:57.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:08:58.484Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T06:08:58.484Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T06:08:58.484Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T06:08:58.484Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:08:58.484Z] OK: 71 MiB in 58 packages [2020-10-20T06:08:59.271Z] ---> 284058533b4f [2020-10-20T06:08:59.271Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T06:09:00.419Z] Removing intermediate container 537139bed8d9 [2020-10-20T06:09:00.419Z] ---> e22326bbf743 [2020-10-20T06:09:00.419Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T06:09:00.700Z] ---> Running in 4d4613805611 [2020-10-20T06:09:00.700Z] ---> 15a5f0897ec1 [2020-10-20T06:09:00.700Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T06:09:00.981Z] ---> Running in ca28998e3eb8 [2020-10-20T06:09:01.595Z] Removing intermediate container 4d4613805611 [2020-10-20T06:09:01.595Z] ---> 058a790e3141 [2020-10-20T06:09:01.595Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:09:01.595Z] ---> Running in 31762df5088f [2020-10-20T06:09:01.876Z] Removing intermediate container ca28998e3eb8 [2020-10-20T06:09:01.876Z] ---> d24fa149cdcf [2020-10-20T06:09:01.876Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:09:02.156Z] ---> Running in 88c4976ef453 [2020-10-20T06:09:02.440Z] Removing intermediate container 31762df5088f [2020-10-20T06:09:02.440Z] ---> 7aa1401aa101 [2020-10-20T06:09:02.440Z] Step 25/27 : LABEL arch=arm64 [2020-10-20T06:09:02.721Z] ---> Running in d42e754ee79a [2020-10-20T06:09:02.721Z] Removing intermediate container 88c4976ef453 [2020-10-20T06:09:02.721Z] ---> de1e78e9fad8 [2020-10-20T06:09:02.721Z] Step 19/21 : LABEL arch=arm64 [2020-10-20T06:09:02.998Z] ---> Running in 6f88c6b994bf [2020-10-20T06:09:03.275Z] Removing intermediate container d42e754ee79a [2020-10-20T06:09:03.275Z] ---> 96d5854579d0 [2020-10-20T06:09:03.275Z] Step 26/27 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:09:03.555Z] ---> Running in f50692a1429d [2020-10-20T06:09:03.838Z] Removing intermediate container 6f88c6b994bf [2020-10-20T06:09:03.838Z] ---> 5497cc011f5a [2020-10-20T06:09:03.838Z] Step 20/21 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:09:04.120Z] ---> Running in 2aab24810366 [2020-10-20T06:09:04.399Z] Removing intermediate container f50692a1429d [2020-10-20T06:09:04.399Z] ---> 7b9a932bf898 [2020-10-20T06:09:04.399Z] Step 27/27 : LABEL version=1.2.2-dev.83 [2020-10-20T06:09:04.399Z] ---> Running in cfbb8b02676a [2020-10-20T06:09:04.678Z] Removing intermediate container 2aab24810366 [2020-10-20T06:09:04.678Z] ---> 7652940cd70d [2020-10-20T06:09:04.678Z] Step 21/21 : LABEL version=1.2.2-dev.83 [2020-10-20T06:09:04.958Z] ---> Running in 3cb0b7ada30b [2020-10-20T06:09:05.236Z] Removing intermediate container cfbb8b02676a [2020-10-20T06:09:05.236Z] ---> 443941003381 [2020-10-20T06:09:05.236Z] [2020-10-20T06:09:05.842Z] Successfully built 443941003381 [2020-10-20T06:09:05.842Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-20T06:09:05.842Z] Removing intermediate container 3cb0b7ada30b [2020-10-20T06:09:05.842Z] ---> c8c44bef846f [2020-10-20T06:09:05.842Z] [2020-10-20T06:09:05.842Z] Building docker-support-notifications-go [2020-10-20T06:09:06.119Z]  Building docker-sys-mgmt-agent-go ... done Successfully built c8c44bef846f [2020-10-20T06:09:06.120Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-20T06:09:19.605Z]  Building docker-support-scheduler-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T06:09:19.605Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T06:09:19.605Z] ---> bbc16251e725 [2020-10-20T06:09:19.605Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T06:09:19.605Z] ---> Using cache [2020-10-20T06:09:19.605Z] ---> 52ef9a9c50ce [2020-10-20T06:09:19.605Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:09:19.605Z] ---> Using cache [2020-10-20T06:09:19.605Z] ---> b9df33d6e6d6 [2020-10-20T06:09:19.605Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T06:09:20.625Z] ---> Running in 286c0f352be6 [2020-10-20T06:09:23.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:09:24.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:09:25.710Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T06:09:25.710Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T06:09:25.710Z] OK: 12623 distinct packages available [2020-10-20T06:09:26.308Z] OK: 217 MiB in 51 packages [2020-10-20T06:09:28.291Z] Removing intermediate container 286c0f352be6 [2020-10-20T06:09:28.291Z] ---> 4aed3dce3a67 [2020-10-20T06:09:28.291Z] Step 6/24 : COPY go.mod . [2020-10-20T06:09:29.276Z] ---> f81a40bcd1a2 [2020-10-20T06:09:29.276Z] Step 7/24 : RUN go mod download [2020-10-20T06:09:29.276Z] ---> Running in 5feaecaeda2e [2020-10-20T06:09:34.687Z] Removing intermediate container 5feaecaeda2e [2020-10-20T06:09:34.687Z] ---> 433def3da47f [2020-10-20T06:09:34.687Z] Step 8/24 : COPY . . [2020-10-20T06:09:47.250Z] ---> 6a7cc1a5854a [2020-10-20T06:09:47.250Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T06:09:47.250Z] ---> Running in a10dab6f30ba [2020-10-20T06:09:48.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.83" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T06:10:07.034Z] Removing intermediate container 46ff07ffba01 [2020-10-20T06:10:07.034Z] ---> b4a1c61b9615 [2020-10-20T06:10:07.034Z] [2020-10-20T06:10:07.034Z] Step 10/22 : FROM scratch [2020-10-20T06:10:07.034Z] ---> [2020-10-20T06:10:07.034Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T06:10:07.034Z] ---> Using cache [2020-10-20T06:10:07.034Z] ---> df8174756904 [2020-10-20T06:10:07.034Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T06:10:07.034Z] ---> Running in a5244472a8e8 [2020-10-20T06:10:07.034Z] Removing intermediate container a5244472a8e8 [2020-10-20T06:10:07.034Z] ---> fc9a0ec29dae [2020-10-20T06:10:07.034Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T06:10:07.034Z] ---> Running in be0518bd0cab [2020-10-20T06:10:07.034Z] Removing intermediate container be0518bd0cab [2020-10-20T06:10:07.034Z] ---> 5045544452e3 [2020-10-20T06:10:07.034Z] Step 14/22 : WORKDIR / [2020-10-20T06:10:07.034Z] ---> Running in 48d931595f70 [2020-10-20T06:10:07.314Z] Removing intermediate container 48d931595f70 [2020-10-20T06:10:07.314Z] ---> 91a8cacbd217 [2020-10-20T06:10:07.314Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T06:10:08.756Z] ---> 04ead9e3cb96 [2020-10-20T06:10:08.756Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T06:10:10.203Z] ---> 94c8c0562012 [2020-10-20T06:10:10.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T06:10:11.651Z] ---> 55ef9ec73f96 [2020-10-20T06:10:11.651Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T06:10:11.651Z] ---> Running in 3d1b11204e5e [2020-10-20T06:10:12.654Z] Removing intermediate container 3d1b11204e5e [2020-10-20T06:10:12.654Z] ---> 8323b8c56b65 [2020-10-20T06:10:12.654Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:10:12.654Z] ---> Running in d83b0fda1e0b [2020-10-20T06:10:13.647Z] Removing intermediate container d83b0fda1e0b [2020-10-20T06:10:13.647Z] ---> 56fb3d47435a [2020-10-20T06:10:13.647Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T06:10:13.925Z] ---> Running in 35c535bde15e [2020-10-20T06:10:14.914Z] Removing intermediate container 35c535bde15e [2020-10-20T06:10:14.914Z] ---> 43f7d5aff92d [2020-10-20T06:10:14.914Z] Step 21/22 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:10:15.198Z] ---> Running in c85922b9e83c [2020-10-20T06:10:15.796Z] Removing intermediate container d7091dd3d984 [2020-10-20T06:10:15.796Z] ---> 5d341eb230dc [2020-10-20T06:10:15.796Z] [2020-10-20T06:10:15.796Z] Step 10/22 : FROM scratch [2020-10-20T06:10:16.078Z] ---> [2020-10-20T06:10:16.078Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T06:10:16.078Z] Removing intermediate container c85922b9e83c [2020-10-20T06:10:16.078Z] ---> 3302663c891a [2020-10-20T06:10:16.078Z] Step 22/22 : LABEL version=1.2.2-dev.83 [2020-10-20T06:10:16.354Z] ---> Running in 72eedb75c0e3 [2020-10-20T06:10:16.354Z] ---> Running in a43288ae1c40 [2020-10-20T06:10:17.348Z] Removing intermediate container 72eedb75c0e3 [2020-10-20T06:10:17.349Z] ---> f02f2c2ce7ce [2020-10-20T06:10:17.349Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T06:10:17.349Z] ---> Running in 37fdb2f5fc61 [2020-10-20T06:10:17.349Z] Removing intermediate container a43288ae1c40 [2020-10-20T06:10:17.349Z] ---> e9ba93699dfc [2020-10-20T06:10:17.349Z] [2020-10-20T06:10:17.950Z] Successfully built e9ba93699dfc [2020-10-20T06:10:17.950Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-20T06:10:17.950Z]  Building docker-core-command-go ... done Removing intermediate container 37fdb2f5fc61 [2020-10-20T06:10:17.950Z] ---> a5d724f8f6e9 [2020-10-20T06:10:17.950Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T06:10:18.226Z] ---> Running in 3d7b11863fe2 [2020-10-20T06:10:18.824Z] Removing intermediate container 3d7b11863fe2 [2020-10-20T06:10:18.824Z] ---> 71102b11913a [2020-10-20T06:10:18.824Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T06:10:19.807Z] ---> c5169468c796 [2020-10-20T06:10:19.808Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T06:10:21.246Z] ---> 06d62fcfe8a7 [2020-10-20T06:10:21.246Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T06:10:23.228Z] ---> 7afd1814f7e1 [2020-10-20T06:10:23.228Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T06:10:23.829Z] ---> 547e58c557da [2020-10-20T06:10:23.830Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T06:10:24.103Z] ---> Running in 1b6ff6298bb5 [2020-10-20T06:10:24.719Z] Removing intermediate container 1b6ff6298bb5 [2020-10-20T06:10:24.719Z] ---> 58759b2ee51c [2020-10-20T06:10:24.719Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:10:24.999Z] ---> Running in f6d057eadf28 [2020-10-20T06:10:25.598Z] Removing intermediate container f6d057eadf28 [2020-10-20T06:10:25.598Z] ---> a34e56b47dd8 [2020-10-20T06:10:25.598Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T06:10:25.598Z] ---> Running in e32c92d47ddc [2020-10-20T06:10:26.606Z] Removing intermediate container e32c92d47ddc [2020-10-20T06:10:26.606Z] ---> 46807b624d1a [2020-10-20T06:10:26.606Z] Step 21/22 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:10:26.606Z] ---> Running in 8901f8c4bc28 [2020-10-20T06:10:27.214Z] Removing intermediate container 8901f8c4bc28 [2020-10-20T06:10:27.214Z] ---> 0792058a91b9 [2020-10-20T06:10:27.214Z] Step 22/22 : LABEL version=1.2.2-dev.83 [2020-10-20T06:10:27.214Z] ---> Running in f8e5a277d8f4 [2020-10-20T06:10:27.811Z] Removing intermediate container f8e5a277d8f4 [2020-10-20T06:10:27.811Z] ---> dd1de0af3ee2 [2020-10-20T06:10:27.811Z] [2020-10-20T06:10:28.412Z] Successfully built dd1de0af3ee2 [2020-10-20T06:10:28.412Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-20T06:10:43.521Z]  Building docker-support-logging-go ... done Removing intermediate container 422234225b9b [2020-10-20T06:10:43.521Z] ---> d2b5ffdc215f [2020-10-20T06:10:43.521Z] [2020-10-20T06:10:43.521Z] Step 10/23 : FROM alpine [2020-10-20T06:10:43.521Z] ---> 62ee0e9f8440 [2020-10-20T06:10:43.521Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T06:10:43.521Z] ---> Running in ef96c37f3f7b [2020-10-20T06:10:43.797Z] Removing intermediate container ef96c37f3f7b [2020-10-20T06:10:43.797Z] ---> c9a35d55d43c [2020-10-20T06:10:43.797Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T06:10:43.797Z] ---> Running in aa993c5c7d56 [2020-10-20T06:10:44.395Z] Removing intermediate container aa993c5c7d56 [2020-10-20T06:10:44.395Z] ---> 4a847fc19f2f [2020-10-20T06:10:44.395Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T06:10:44.671Z] ---> Running in 6dd04a7e2517 [2020-10-20T06:10:45.648Z] Removing intermediate container 6dd04a7e2517 [2020-10-20T06:10:45.648Z] ---> 730dd0d8ac39 [2020-10-20T06:10:45.648Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T06:10:45.648Z] ---> Running in 25dc6339f73c [2020-10-20T06:10:45.648Z] Removing intermediate container a10dab6f30ba [2020-10-20T06:10:45.648Z] ---> 2d06724b9095 [2020-10-20T06:10:45.648Z] [2020-10-20T06:10:45.648Z] Step 10/24 : FROM scratch [2020-10-20T06:10:45.648Z] ---> [2020-10-20T06:10:45.648Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T06:10:45.923Z] ---> Using cache [2020-10-20T06:10:45.923Z] ---> f02f2c2ce7ce [2020-10-20T06:10:45.923Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T06:10:45.923Z] ---> Running in e3ee2ea6f874 [2020-10-20T06:10:46.517Z] Removing intermediate container e3ee2ea6f874 [2020-10-20T06:10:46.517Z] ---> 41dc773104e4 [2020-10-20T06:10:46.517Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T06:10:46.517Z] ---> Running in f4c0d5117e96 [2020-10-20T06:10:47.108Z] Removing intermediate container f4c0d5117e96 [2020-10-20T06:10:47.108Z] ---> e6bf36acc874 [2020-10-20T06:10:47.108Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T06:10:47.705Z] ---> e7b3ba3e55a1 [2020-10-20T06:10:47.705Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T06:10:48.300Z] Removing intermediate container 25dc6339f73c [2020-10-20T06:10:48.300Z] ---> 89248af6c686 [2020-10-20T06:10:48.300Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T06:10:48.572Z] ---> Running in d3e3930d0291 [2020-10-20T06:10:48.845Z] ---> e5e99fb939b3 [2020-10-20T06:10:48.845Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T06:10:50.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T06:10:50.283Z] ---> 7038dc6ebaee [2020-10-20T06:10:50.283Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T06:10:50.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T06:10:50.889Z] ---> fca39b2a19ca [2020-10-20T06:10:50.889Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T06:10:51.486Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T06:10:51.759Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T06:10:51.759Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T06:10:52.032Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T06:10:52.032Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T06:10:52.306Z] ---> 1c604ee6f9dc [2020-10-20T06:10:52.306Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T06:10:52.306Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T06:10:52.306Z] OK: 8 MiB in 19 packages [2020-10-20T06:10:53.290Z] ---> 4f714f1ddb1a [2020-10-20T06:10:53.290Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T06:10:53.290Z] ---> Running in 1b3c927c0a4f [2020-10-20T06:10:53.561Z] Removing intermediate container d3e3930d0291 [2020-10-20T06:10:53.561Z] ---> 9a6eda794681 [2020-10-20T06:10:53.561Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T06:10:53.834Z] Removing intermediate container 1b3c927c0a4f [2020-10-20T06:10:53.834Z] ---> efdab77eb78a [2020-10-20T06:10:53.834Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:10:53.834Z] ---> Running in 24865eee0095 [2020-10-20T06:10:54.433Z] Removing intermediate container 24865eee0095 [2020-10-20T06:10:54.433Z] ---> 88117e3b3b50 [2020-10-20T06:10:54.433Z] Step 22/24 : LABEL arch=arm64 [2020-10-20T06:10:54.433Z] ---> a9b72764daa2 [2020-10-20T06:10:54.433Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T06:10:54.433Z] ---> Running in b29798297f67 [2020-10-20T06:10:55.029Z] Removing intermediate container b29798297f67 [2020-10-20T06:10:55.029Z] ---> 77534879ac31 [2020-10-20T06:10:55.029Z] Step 23/24 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:10:55.303Z] ---> Running in 503d9dd2cf52 [2020-10-20T06:10:55.577Z] ---> c4b275f0816d [2020-10-20T06:10:55.577Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T06:10:55.849Z] Removing intermediate container 503d9dd2cf52 [2020-10-20T06:10:55.849Z] ---> c5a479249bfd [2020-10-20T06:10:55.849Z] Step 24/24 : LABEL version=1.2.2-dev.83 [2020-10-20T06:10:56.123Z] ---> Running in 928363eca89a [2020-10-20T06:10:56.397Z] Removing intermediate container 928363eca89a [2020-10-20T06:10:56.397Z] ---> 17a914d194d2 [2020-10-20T06:10:56.397Z] [2020-10-20T06:10:56.397Z] ---> 1cb8b2362288 [2020-10-20T06:10:56.397Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T06:10:56.672Z] Successfully built 17a914d194d2 [2020-10-20T06:10:56.672Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-20T06:10:56.955Z]  Building docker-support-notifications-go ... done  ---> Running in d306b4c04d1d [2020-10-20T06:10:57.231Z] Removing intermediate container d306b4c04d1d [2020-10-20T06:10:57.231Z] ---> a776f360165c [2020-10-20T06:10:57.231Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T06:10:57.503Z] ---> Running in b019aa0e6fe1 [2020-10-20T06:10:57.774Z] Removing intermediate container b019aa0e6fe1 [2020-10-20T06:10:57.774Z] ---> f5ae7a468a93 [2020-10-20T06:10:57.774Z] Step 21/23 : LABEL arch=arm64 [2020-10-20T06:10:58.046Z] ---> Running in 3bed17fc4377 [2020-10-20T06:10:58.316Z] Removing intermediate container 3bed17fc4377 [2020-10-20T06:10:58.316Z] ---> a928fb820eeb [2020-10-20T06:10:58.316Z] Step 22/23 : LABEL git_sha=12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:10:58.590Z] ---> Running in 8edaac02bf53 [2020-10-20T06:10:58.862Z] Removing intermediate container 8edaac02bf53 [2020-10-20T06:10:58.862Z] ---> 112e9a5e8abf [2020-10-20T06:10:58.862Z] Step 23/23 : LABEL version=1.2.2-dev.83 [2020-10-20T06:10:59.138Z] ---> Running in ee7c969401b1 [2020-10-20T06:10:59.413Z] Removing intermediate container ee7c969401b1 [2020-10-20T06:10:59.413Z] ---> 82bd24e52537 [2020-10-20T06:10:59.413Z] [2020-10-20T06:10:59.685Z] Successfully built 82bd24e52537 [2020-10-20T06:10:59.957Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-20T06:10:59.975Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-20T06:10:59.930Z] $ docker stop --time=1 b0a6b96fad85fdc893c70f7cf5b8656046abd65be51bc3eb188b29af8d9a8fee [2020-10-20T06:11:01.744Z] $ docker rm -f b0a6b96fad85fdc893c70f7cf5b8656046abd65be51bc3eb188b29af8d9a8fee [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:11:02.519Z] + docker images [2020-10-20T06:11:02.519Z] + grep docker [2020-10-20T06:11:02.799Z] docker-core-data-go-arm64 latest 82bd24e52537 3 seconds ago 22.2MB [2020-10-20T06:11:02.799Z] docker-support-notifications-go-arm64 latest 17a914d194d2 6 seconds ago 12.9MB [2020-10-20T06:11:02.799Z] docker-support-logging-go-arm64 latest dd1de0af3ee2 35 seconds ago 10.6MB [2020-10-20T06:11:02.799Z] docker-core-command-go-arm64 latest e9ba93699dfc 46 seconds ago 11.4MB [2020-10-20T06:11:02.799Z] docker-support-scheduler-go-arm64 latest c8c44bef846f About a minute ago 11.5MB [2020-10-20T06:11:02.799Z] docker-sys-mgmt-agent-go-arm64 latest 443941003381 About a minute ago 270MB [2020-10-20T06:11:02.799Z] docker-security-secretstore-setup-go-arm64 latest d46b896867ab 3 minutes ago 30.8MB [2020-10-20T06:11:02.799Z] docker-core-metadata-go-arm64 latest 133c0dfcebf1 3 minutes ago 13.5MB [2020-10-20T06:11:02.799Z] docker-security-secrets-setup-go-arm64 latest 8b576c68e5f3 3 minutes ago 22.7MB [2020-10-20T06:11:02.799Z] docker-security-proxy-setup-go-arm64 latest 7ac9666d8a72 3 minutes ago 15.1MB [2020-10-20T06:11:02.799Z] docker latest 45884bde0078 4 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-20T06:11:03.422Z] provisioning config files... [2020-10-20T06:11:03.493Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/199@tmp/config4658894123281255495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:11:03.901Z] ---> docker-login.sh [2020-10-20T06:11:03.901Z] nexus3.edgexfoundry.org:10001 [2020-10-20T06:11:04.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:11:04.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:11:04.471Z] Configure a credential helper to remove this warning. See [2020-10-20T06:11:04.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:11:04.471Z] [2020-10-20T06:11:04.471Z] Login Succeeded [2020-10-20T06:11:04.471Z] nexus3.edgexfoundry.org:10002 [2020-10-20T06:11:05.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:11:05.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:11:05.070Z] Configure a credential helper to remove this warning. See [2020-10-20T06:11:05.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:11:05.070Z] [2020-10-20T06:11:05.070Z] Login Succeeded [2020-10-20T06:11:05.070Z] nexus3.edgexfoundry.org:10003 [2020-10-20T06:11:05.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:11:05.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:11:05.665Z] Configure a credential helper to remove this warning. See [2020-10-20T06:11:05.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:11:05.665Z] [2020-10-20T06:11:05.665Z] Login Succeeded [2020-10-20T06:11:05.665Z] nexus3.edgexfoundry.org:10004 [2020-10-20T06:11:05.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:11:06.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:11:06.216Z] Configure a credential helper to remove this warning. See [2020-10-20T06:11:06.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:11:06.217Z] [2020-10-20T06:11:06.217Z] Login Succeeded [2020-10-20T06:11:06.217Z] docker.io [2020-10-20T06:11:06.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T06:11:07.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T06:11:07.083Z] Configure a credential helper to remove this warning. See [2020-10-20T06:11:07.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T06:11:07.083Z] [2020-10-20T06:11:07.083Z] Login Succeeded [2020-10-20T06:11:07.083Z] ---> docker-login.sh ends [Pipeline] } [2020-10-20T06:11:07.100Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:11:07.428Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-20T06:11:07.428Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:07.428Z] 1.2.2-dev.83 [2020-10-20T06:11:07.428Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:07.428Z] master [2020-10-20T06:11:07.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:08.023Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:08.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:08.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T06:11:08.357Z] 677142f25161: Preparing [2020-10-20T06:11:08.357Z] 96160bd46a62: Preparing [2020-10-20T06:11:08.357Z] 19cf2b06951d: Preparing [2020-10-20T06:11:08.629Z] 19cf2b06951d: Pushed [2020-10-20T06:11:08.629Z] 677142f25161: Pushed [2020-10-20T06:11:11.233Z] 96160bd46a62: Pushed [2020-10-20T06:11:11.505Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:04ec4ef2795b62600e0d22ec2049627c4fe5e57323881e17548a735e2ccca22d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:11.852Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:12.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:12.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T06:11:12.215Z] 677142f25161: Preparing [2020-10-20T06:11:12.215Z] 96160bd46a62: Preparing [2020-10-20T06:11:12.215Z] 19cf2b06951d: Preparing [2020-10-20T06:11:12.215Z] 677142f25161: Layer already exists [2020-10-20T06:11:12.215Z] 19cf2b06951d: Layer already exists [2020-10-20T06:11:12.215Z] 96160bd46a62: Layer already exists [2020-10-20T06:11:12.485Z] 1.2.2-dev.83: digest: sha256:04ec4ef2795b62600e0d22ec2049627c4fe5e57323881e17548a735e2ccca22d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:12.833Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:13.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:13.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T06:11:13.173Z] 677142f25161: Preparing [2020-10-20T06:11:13.173Z] 96160bd46a62: Preparing [2020-10-20T06:11:13.173Z] 19cf2b06951d: Preparing [2020-10-20T06:11:13.173Z] 677142f25161: Layer already exists [2020-10-20T06:11:13.173Z] 96160bd46a62: Layer already exists [2020-10-20T06:11:13.173Z] 19cf2b06951d: Layer already exists [2020-10-20T06:11:13.445Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:04ec4ef2795b62600e0d22ec2049627c4fe5e57323881e17548a735e2ccca22d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:13.794Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:14.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-20T06:11:14.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T06:11:14.144Z] 677142f25161: Preparing [2020-10-20T06:11:14.144Z] 96160bd46a62: Preparing [2020-10-20T06:11:14.144Z] 19cf2b06951d: Preparing [2020-10-20T06:11:14.416Z] 19cf2b06951d: Layer already exists [2020-10-20T06:11:14.416Z] 677142f25161: Layer already exists [2020-10-20T06:11:14.416Z] 96160bd46a62: Layer already exists [2020-10-20T06:11:14.416Z] master: digest: sha256:04ec4ef2795b62600e0d22ec2049627c4fe5e57323881e17548a735e2ccca22d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:11:14.638Z] ===================================================== [Pipeline] echo [2020-10-20T06:11:14.692Z] taggedImages: [2020-10-20T06:11:14.692Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:14.692Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:14.692Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:14.692Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-20T06:11:14.766Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-20T06:11:14.766Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:14.766Z] 1.2.2-dev.83 [2020-10-20T06:11:14.766Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:14.766Z] master [2020-10-20T06:11:14.766Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:15.317Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:15.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:15.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T06:11:15.673Z] 1ff6cb9f883b: Preparing [2020-10-20T06:11:15.673Z] 602dc33349fe: Preparing [2020-10-20T06:11:15.673Z] 7132971ce8d8: Preparing [2020-10-20T06:11:15.673Z] 6e63195e36ba: Preparing [2020-10-20T06:11:15.673Z] d4119798b767: Preparing [2020-10-20T06:11:15.673Z] e2f13739ad41: Preparing [2020-10-20T06:11:15.673Z] e2f13739ad41: Waiting [2020-10-20T06:11:15.947Z] 1ff6cb9f883b: Pushed [2020-10-20T06:11:15.947Z] d4119798b767: Pushed [2020-10-20T06:11:15.947Z] 7132971ce8d8: Pushed [2020-10-20T06:11:16.221Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:16.814Z] 6e63195e36ba: Pushed [2020-10-20T06:11:19.421Z] 602dc33349fe: Pushed [2020-10-20T06:11:19.421Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:0103f56f66042777fc17c510d7424a8bf568a4e4769fa56adfe4d2c148a37b78 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:19.766Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:20.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:20.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T06:11:20.111Z] 1ff6cb9f883b: Preparing [2020-10-20T06:11:20.111Z] 602dc33349fe: Preparing [2020-10-20T06:11:20.111Z] 7132971ce8d8: Preparing [2020-10-20T06:11:20.111Z] 6e63195e36ba: Preparing [2020-10-20T06:11:20.111Z] d4119798b767: Preparing [2020-10-20T06:11:20.111Z] e2f13739ad41: Preparing [2020-10-20T06:11:20.111Z] e2f13739ad41: Waiting [2020-10-20T06:11:20.111Z] 602dc33349fe: Layer already exists [2020-10-20T06:11:20.383Z] 7132971ce8d8: Layer already exists [2020-10-20T06:11:20.383Z] d4119798b767: Layer already exists [2020-10-20T06:11:20.383Z] 6e63195e36ba: Layer already exists [2020-10-20T06:11:20.383Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:20.383Z] 1ff6cb9f883b: Layer already exists [2020-10-20T06:11:20.383Z] 1.2.2-dev.83: digest: sha256:0103f56f66042777fc17c510d7424a8bf568a4e4769fa56adfe4d2c148a37b78 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:20.729Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:21.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:21.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T06:11:21.074Z] 1ff6cb9f883b: Preparing [2020-10-20T06:11:21.074Z] 602dc33349fe: Preparing [2020-10-20T06:11:21.074Z] 7132971ce8d8: Preparing [2020-10-20T06:11:21.074Z] 6e63195e36ba: Preparing [2020-10-20T06:11:21.074Z] d4119798b767: Preparing [2020-10-20T06:11:21.074Z] e2f13739ad41: Preparing [2020-10-20T06:11:21.074Z] e2f13739ad41: Waiting [2020-10-20T06:11:21.074Z] 1ff6cb9f883b: Layer already exists [2020-10-20T06:11:21.074Z] 6e63195e36ba: Layer already exists [2020-10-20T06:11:21.344Z] 7132971ce8d8: Layer already exists [2020-10-20T06:11:21.344Z] 602dc33349fe: Layer already exists [2020-10-20T06:11:21.344Z] d4119798b767: Layer already exists [2020-10-20T06:11:21.344Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:21.344Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:0103f56f66042777fc17c510d7424a8bf568a4e4769fa56adfe4d2c148a37b78 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:21.687Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:22.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-20T06:11:22.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T06:11:22.023Z] 1ff6cb9f883b: Preparing [2020-10-20T06:11:22.023Z] 602dc33349fe: Preparing [2020-10-20T06:11:22.023Z] 7132971ce8d8: Preparing [2020-10-20T06:11:22.023Z] 6e63195e36ba: Preparing [2020-10-20T06:11:22.023Z] d4119798b767: Preparing [2020-10-20T06:11:22.023Z] e2f13739ad41: Preparing [2020-10-20T06:11:22.023Z] e2f13739ad41: Waiting [2020-10-20T06:11:22.023Z] d4119798b767: Layer already exists [2020-10-20T06:11:22.023Z] 602dc33349fe: Layer already exists [2020-10-20T06:11:22.023Z] 7132971ce8d8: Layer already exists [2020-10-20T06:11:22.023Z] 1ff6cb9f883b: Layer already exists [2020-10-20T06:11:22.023Z] 6e63195e36ba: Layer already exists [2020-10-20T06:11:22.023Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:22.295Z] master: digest: sha256:0103f56f66042777fc17c510d7424a8bf568a4e4769fa56adfe4d2c148a37b78 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:11:22.518Z] ===================================================== [Pipeline] echo [2020-10-20T06:11:22.580Z] taggedImages: [2020-10-20T06:11:22.580Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:22.580Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:22.580Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:22.580Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-20T06:11:22.679Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-20T06:11:22.679Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:22.679Z] 1.2.2-dev.83 [2020-10-20T06:11:22.679Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:22.679Z] master [2020-10-20T06:11:22.679Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:23.207Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:23.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:23.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T06:11:23.539Z] d7359d51dbc9: Preparing [2020-10-20T06:11:23.539Z] 70b7492c2804: Preparing [2020-10-20T06:11:23.539Z] 3500db9b3b04: Preparing [2020-10-20T06:11:23.810Z] 3500db9b3b04: Pushed [2020-10-20T06:11:23.810Z] d7359d51dbc9: Pushed [2020-10-20T06:11:27.299Z] 70b7492c2804: Pushed [2020-10-20T06:11:27.299Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:6b667ff30b93ece12e3d668a13be49e6bc42a684d72a08b4383d97d5e8b1dcc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:27.688Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:28.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:28.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T06:11:28.067Z] d7359d51dbc9: Preparing [2020-10-20T06:11:28.067Z] 70b7492c2804: Preparing [2020-10-20T06:11:28.067Z] 3500db9b3b04: Preparing [2020-10-20T06:11:28.355Z] d7359d51dbc9: Layer already exists [2020-10-20T06:11:28.355Z] 70b7492c2804: Layer already exists [2020-10-20T06:11:28.355Z] 3500db9b3b04: Layer already exists [2020-10-20T06:11:28.355Z] 1.2.2-dev.83: digest: sha256:6b667ff30b93ece12e3d668a13be49e6bc42a684d72a08b4383d97d5e8b1dcc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:28.752Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:29.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:29.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T06:11:29.171Z] d7359d51dbc9: Preparing [2020-10-20T06:11:29.171Z] 70b7492c2804: Preparing [2020-10-20T06:11:29.171Z] 3500db9b3b04: Preparing [2020-10-20T06:11:29.171Z] 3500db9b3b04: Layer already exists [2020-10-20T06:11:29.171Z] 70b7492c2804: Layer already exists [2020-10-20T06:11:29.171Z] d7359d51dbc9: Layer already exists [2020-10-20T06:11:29.463Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:6b667ff30b93ece12e3d668a13be49e6bc42a684d72a08b4383d97d5e8b1dcc5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:29.841Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:30.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-20T06:11:30.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T06:11:30.186Z] d7359d51dbc9: Preparing [2020-10-20T06:11:30.186Z] 70b7492c2804: Preparing [2020-10-20T06:11:30.186Z] 3500db9b3b04: Preparing [2020-10-20T06:11:30.460Z] 70b7492c2804: Layer already exists [2020-10-20T06:11:30.460Z] d7359d51dbc9: Layer already exists [2020-10-20T06:11:30.460Z] 3500db9b3b04: Layer already exists [2020-10-20T06:11:30.460Z] master: digest: sha256:6b667ff30b93ece12e3d668a13be49e6bc42a684d72a08b4383d97d5e8b1dcc5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:11:30.699Z] ===================================================== [Pipeline] echo [2020-10-20T06:11:30.750Z] taggedImages: [2020-10-20T06:11:30.750Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:30.750Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:30.750Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:30.750Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-20T06:11:30.817Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-20T06:11:30.817Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:30.817Z] 1.2.2-dev.83 [2020-10-20T06:11:30.817Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:30.817Z] master [2020-10-20T06:11:30.817Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:31.454Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:31.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:31.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T06:11:31.799Z] 1d94d1d74b32: Preparing [2020-10-20T06:11:31.799Z] da1133f99122: Preparing [2020-10-20T06:11:31.799Z] 48147ac8afa0: Preparing [2020-10-20T06:11:31.799Z] ada8dbcaf717: Preparing [2020-10-20T06:11:31.799Z] e2f13739ad41: Preparing [2020-10-20T06:11:32.072Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:32.072Z] da1133f99122: Pushed [2020-10-20T06:11:32.072Z] 48147ac8afa0: Pushed [2020-10-20T06:11:32.347Z] ada8dbcaf717: Pushed [2020-10-20T06:11:34.321Z] 1d94d1d74b32: Pushed [2020-10-20T06:11:34.321Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:ac81308b6216c0d214944bf56d67a0023e1cc6a3376527edf7e357f656d38275 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:34.671Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:35.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:35.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T06:11:35.014Z] 1d94d1d74b32: Preparing [2020-10-20T06:11:35.014Z] da1133f99122: Preparing [2020-10-20T06:11:35.014Z] 48147ac8afa0: Preparing [2020-10-20T06:11:35.014Z] ada8dbcaf717: Preparing [2020-10-20T06:11:35.014Z] e2f13739ad41: Preparing [2020-10-20T06:11:35.286Z] ada8dbcaf717: Layer already exists [2020-10-20T06:11:35.286Z] 1d94d1d74b32: Layer already exists [2020-10-20T06:11:35.286Z] 48147ac8afa0: Layer already exists [2020-10-20T06:11:35.286Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:35.286Z] da1133f99122: Layer already exists [2020-10-20T06:11:35.286Z] 1.2.2-dev.83: digest: sha256:ac81308b6216c0d214944bf56d67a0023e1cc6a3376527edf7e357f656d38275 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:35.637Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:35.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:35.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T06:11:35.979Z] 1d94d1d74b32: Preparing [2020-10-20T06:11:35.979Z] da1133f99122: Preparing [2020-10-20T06:11:35.979Z] 48147ac8afa0: Preparing [2020-10-20T06:11:35.979Z] ada8dbcaf717: Preparing [2020-10-20T06:11:35.979Z] e2f13739ad41: Preparing [2020-10-20T06:11:35.979Z] da1133f99122: Layer already exists [2020-10-20T06:11:35.979Z] ada8dbcaf717: Layer already exists [2020-10-20T06:11:35.979Z] 48147ac8afa0: Layer already exists [2020-10-20T06:11:35.979Z] 1d94d1d74b32: Layer already exists [2020-10-20T06:11:35.979Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:36.251Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:ac81308b6216c0d214944bf56d67a0023e1cc6a3376527edf7e357f656d38275 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:36.596Z] + 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-20T06:11:36.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-20T06:11:36.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T06:11:36.938Z] 1d94d1d74b32: Preparing [2020-10-20T06:11:36.938Z] da1133f99122: Preparing [2020-10-20T06:11:36.938Z] 48147ac8afa0: Preparing [2020-10-20T06:11:36.938Z] ada8dbcaf717: Preparing [2020-10-20T06:11:36.938Z] e2f13739ad41: Preparing [2020-10-20T06:11:36.938Z] 48147ac8afa0: Layer already exists [2020-10-20T06:11:36.938Z] ada8dbcaf717: Layer already exists [2020-10-20T06:11:36.938Z] da1133f99122: Layer already exists [2020-10-20T06:11:36.938Z] 1d94d1d74b32: Layer already exists [2020-10-20T06:11:36.938Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:37.223Z] master: digest: sha256:ac81308b6216c0d214944bf56d67a0023e1cc6a3376527edf7e357f656d38275 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:11:37.432Z] ===================================================== [Pipeline] echo [2020-10-20T06:11:37.491Z] taggedImages: [2020-10-20T06:11:37.491Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:37.491Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:37.491Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:37.491Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-20T06:11:37.589Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-20T06:11:37.590Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:37.590Z] 1.2.2-dev.83 [2020-10-20T06:11:37.590Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:37.590Z] master [2020-10-20T06:11:37.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:38.120Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:38.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:38.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T06:11:38.478Z] 26750caa0a40: Preparing [2020-10-20T06:11:38.478Z] fc9553f50864: Preparing [2020-10-20T06:11:38.478Z] 29f9bb92bada: Preparing [2020-10-20T06:11:38.478Z] 7fec81d1ea52: Preparing [2020-10-20T06:11:38.478Z] 7fec81d1ea52: Preparing [2020-10-20T06:11:38.478Z] ad141af8c61a: Preparing [2020-10-20T06:11:38.478Z] 535caddfcbab: Preparing [2020-10-20T06:11:38.478Z] f9a533c388d3: Preparing [2020-10-20T06:11:38.478Z] 26750caa0a40: Preparing [2020-10-20T06:11:38.478Z] 9918d0d4c8da: Preparing [2020-10-20T06:11:38.478Z] 618b332f4c4c: Preparing [2020-10-20T06:11:38.478Z] 720b5df802d7: Preparing [2020-10-20T06:11:38.478Z] e2f13739ad41: Preparing [2020-10-20T06:11:38.478Z] 9918d0d4c8da: Waiting [2020-10-20T06:11:38.478Z] 618b332f4c4c: Waiting [2020-10-20T06:11:38.478Z] 720b5df802d7: Waiting [2020-10-20T06:11:38.478Z] e2f13739ad41: Waiting [2020-10-20T06:11:38.478Z] 535caddfcbab: Waiting [2020-10-20T06:11:38.478Z] f9a533c388d3: Waiting [2020-10-20T06:11:38.751Z] ad141af8c61a: Pushed [2020-10-20T06:11:38.751Z] fc9553f50864: Pushed [2020-10-20T06:11:38.751Z] 29f9bb92bada: Pushed [2020-10-20T06:11:38.751Z] 7fec81d1ea52: Pushed [2020-10-20T06:11:39.031Z] 535caddfcbab: Pushed [2020-10-20T06:11:39.031Z] f9a533c388d3: Pushed [2020-10-20T06:11:39.031Z] 9918d0d4c8da: Pushed [2020-10-20T06:11:39.031Z] 618b332f4c4c: Pushed [2020-10-20T06:11:39.031Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:39.305Z] 720b5df802d7: Pushed [2020-10-20T06:11:40.772Z] 26750caa0a40: Pushed [2020-10-20T06:11:41.053Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:5b62f9c7e9ce1529bc4b1e8d22e0f2d747c9b801229d04ae6646625a961d6eb7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:41.600Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:42.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:42.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T06:11:42.024Z] 26750caa0a40: Preparing [2020-10-20T06:11:42.024Z] fc9553f50864: Preparing [2020-10-20T06:11:42.024Z] 29f9bb92bada: Preparing [2020-10-20T06:11:42.024Z] 7fec81d1ea52: Preparing [2020-10-20T06:11:42.024Z] 7fec81d1ea52: Preparing [2020-10-20T06:11:42.024Z] ad141af8c61a: Preparing [2020-10-20T06:11:42.024Z] 535caddfcbab: Preparing [2020-10-20T06:11:42.024Z] f9a533c388d3: Preparing [2020-10-20T06:11:42.024Z] 26750caa0a40: Preparing [2020-10-20T06:11:42.024Z] 9918d0d4c8da: Preparing [2020-10-20T06:11:42.024Z] 618b332f4c4c: Preparing [2020-10-20T06:11:42.024Z] 720b5df802d7: Preparing [2020-10-20T06:11:42.024Z] e2f13739ad41: Preparing [2020-10-20T06:11:42.024Z] 535caddfcbab: Waiting [2020-10-20T06:11:42.024Z] f9a533c388d3: Waiting [2020-10-20T06:11:42.024Z] 9918d0d4c8da: Waiting [2020-10-20T06:11:42.024Z] 720b5df802d7: Waiting [2020-10-20T06:11:42.024Z] e2f13739ad41: Waiting [2020-10-20T06:11:42.024Z] 618b332f4c4c: Waiting [2020-10-20T06:11:42.024Z] 26750caa0a40: Layer already exists [2020-10-20T06:11:42.024Z] ad141af8c61a: Layer already exists [2020-10-20T06:11:42.024Z] 7fec81d1ea52: Layer already exists [2020-10-20T06:11:42.024Z] 29f9bb92bada: Layer already exists [2020-10-20T06:11:42.024Z] fc9553f50864: Layer already exists [2020-10-20T06:11:42.642Z] 535caddfcbab: Layer already exists [2020-10-20T06:11:42.642Z] 618b332f4c4c: Layer already exists [2020-10-20T06:11:42.642Z] f9a533c388d3: Layer already exists [2020-10-20T06:11:42.642Z] 9918d0d4c8da: Layer already exists [2020-10-20T06:11:42.642Z] 720b5df802d7: Layer already exists [2020-10-20T06:11:42.642Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:42.929Z] 1.2.2-dev.83: digest: sha256:5b62f9c7e9ce1529bc4b1e8d22e0f2d747c9b801229d04ae6646625a961d6eb7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:43.277Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:43.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:43.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T06:11:43.654Z] 26750caa0a40: Preparing [2020-10-20T06:11:43.654Z] fc9553f50864: Preparing [2020-10-20T06:11:43.654Z] 29f9bb92bada: Preparing [2020-10-20T06:11:43.654Z] 7fec81d1ea52: Preparing [2020-10-20T06:11:43.654Z] 7fec81d1ea52: Preparing [2020-10-20T06:11:43.654Z] ad141af8c61a: Preparing [2020-10-20T06:11:43.654Z] 535caddfcbab: Preparing [2020-10-20T06:11:43.654Z] f9a533c388d3: Preparing [2020-10-20T06:11:43.654Z] 26750caa0a40: Preparing [2020-10-20T06:11:43.654Z] 9918d0d4c8da: Preparing [2020-10-20T06:11:43.654Z] 618b332f4c4c: Preparing [2020-10-20T06:11:43.654Z] 720b5df802d7: Preparing [2020-10-20T06:11:43.654Z] e2f13739ad41: Preparing [2020-10-20T06:11:43.654Z] f9a533c388d3: Waiting [2020-10-20T06:11:43.654Z] 535caddfcbab: Waiting [2020-10-20T06:11:43.654Z] 9918d0d4c8da: Waiting [2020-10-20T06:11:43.654Z] 618b332f4c4c: Waiting [2020-10-20T06:11:43.654Z] 720b5df802d7: Waiting [2020-10-20T06:11:43.654Z] e2f13739ad41: Waiting [2020-10-20T06:11:43.654Z] 26750caa0a40: Layer already exists [2020-10-20T06:11:43.654Z] 29f9bb92bada: Layer already exists [2020-10-20T06:11:43.654Z] ad141af8c61a: Layer already exists [2020-10-20T06:11:43.654Z] fc9553f50864: Layer already exists [2020-10-20T06:11:43.654Z] 7fec81d1ea52: Layer already exists [2020-10-20T06:11:43.966Z] f9a533c388d3: Layer already exists [2020-10-20T06:11:43.966Z] 9918d0d4c8da: Layer already exists [2020-10-20T06:11:43.966Z] 535caddfcbab: Layer already exists [2020-10-20T06:11:43.966Z] 618b332f4c4c: Layer already exists [2020-10-20T06:11:43.966Z] 720b5df802d7: Layer already exists [2020-10-20T06:11:43.966Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:43.966Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:5b62f9c7e9ce1529bc4b1e8d22e0f2d747c9b801229d04ae6646625a961d6eb7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:44.389Z] + 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-20T06:11:44.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-20T06:11:44.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T06:11:44.820Z] 26750caa0a40: Preparing [2020-10-20T06:11:44.820Z] fc9553f50864: Preparing [2020-10-20T06:11:44.820Z] 29f9bb92bada: Preparing [2020-10-20T06:11:44.820Z] 7fec81d1ea52: Preparing [2020-10-20T06:11:44.820Z] 7fec81d1ea52: Preparing [2020-10-20T06:11:44.820Z] ad141af8c61a: Preparing [2020-10-20T06:11:44.820Z] 535caddfcbab: Preparing [2020-10-20T06:11:44.820Z] f9a533c388d3: Preparing [2020-10-20T06:11:44.820Z] 26750caa0a40: Preparing [2020-10-20T06:11:44.820Z] 9918d0d4c8da: Preparing [2020-10-20T06:11:44.820Z] 618b332f4c4c: Preparing [2020-10-20T06:11:44.820Z] 720b5df802d7: Preparing [2020-10-20T06:11:44.820Z] e2f13739ad41: Preparing [2020-10-20T06:11:44.820Z] 9918d0d4c8da: Waiting [2020-10-20T06:11:44.820Z] 618b332f4c4c: Waiting [2020-10-20T06:11:44.820Z] 720b5df802d7: Waiting [2020-10-20T06:11:44.820Z] e2f13739ad41: Waiting [2020-10-20T06:11:44.820Z] 535caddfcbab: Waiting [2020-10-20T06:11:44.820Z] f9a533c388d3: Waiting [2020-10-20T06:11:44.820Z] 26750caa0a40: Layer already exists [2020-10-20T06:11:44.820Z] 7fec81d1ea52: Layer already exists [2020-10-20T06:11:44.820Z] ad141af8c61a: Layer already exists [2020-10-20T06:11:44.820Z] 29f9bb92bada: Layer already exists [2020-10-20T06:11:44.820Z] fc9553f50864: Layer already exists [2020-10-20T06:11:44.820Z] f9a533c388d3: Layer already exists [2020-10-20T06:11:44.820Z] 9918d0d4c8da: Layer already exists [2020-10-20T06:11:44.820Z] 720b5df802d7: Layer already exists [2020-10-20T06:11:44.820Z] 535caddfcbab: Layer already exists [2020-10-20T06:11:44.820Z] 618b332f4c4c: Layer already exists [2020-10-20T06:11:44.820Z] e2f13739ad41: Layer already exists [2020-10-20T06:11:45.179Z] master: digest: sha256:5b62f9c7e9ce1529bc4b1e8d22e0f2d747c9b801229d04ae6646625a961d6eb7 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:11:45.470Z] ===================================================== [Pipeline] echo [2020-10-20T06:11:45.522Z] taggedImages: [2020-10-20T06:11:45.522Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:45.522Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:45.522Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:45.522Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-20T06:11:45.597Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-20T06:11:45.597Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:45.597Z] 1.2.2-dev.83 [2020-10-20T06:11:45.597Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:45.597Z] master [2020-10-20T06:11:45.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:46.342Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:46.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:46.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T06:11:46.805Z] e6bd4884da79: Preparing [2020-10-20T06:11:46.805Z] e023555fd210: Preparing [2020-10-20T06:11:46.805Z] a559396d631c: Preparing [2020-10-20T06:11:46.805Z] e833925673af: Preparing [2020-10-20T06:11:46.805Z] d7a235c788c6: Preparing [2020-10-20T06:11:46.805Z] 1a170c547eeb: Preparing [2020-10-20T06:11:46.805Z] 6a0ce0e5a88d: Preparing [2020-10-20T06:11:46.805Z] bddfee6bae96: Preparing [2020-10-20T06:11:46.805Z] 7eacf77ec99d: Preparing [2020-10-20T06:11:46.805Z] f4928b5d4849: Preparing [2020-10-20T06:11:46.805Z] 66b385cf80cf: Preparing [2020-10-20T06:11:46.805Z] 1a170c547eeb: Waiting [2020-10-20T06:11:46.805Z] 6a0ce0e5a88d: Waiting [2020-10-20T06:11:46.805Z] bddfee6bae96: Waiting [2020-10-20T06:11:46.805Z] 7eacf77ec99d: Waiting [2020-10-20T06:11:46.805Z] f4928b5d4849: Waiting [2020-10-20T06:11:46.805Z] 66b385cf80cf: Waiting [2020-10-20T06:11:47.122Z] e023555fd210: Pushed [2020-10-20T06:11:47.122Z] e6bd4884da79: Pushed [2020-10-20T06:11:47.417Z] 6a0ce0e5a88d: Pushed [2020-10-20T06:11:47.417Z] 1a170c547eeb: Pushed [2020-10-20T06:11:47.700Z] bddfee6bae96: Pushed [2020-10-20T06:11:47.700Z] 7eacf77ec99d: Pushed [2020-10-20T06:11:47.700Z] 66b385cf80cf: Layer already exists [2020-10-20T06:11:48.345Z] f4928b5d4849: Pushed [2020-10-20T06:11:48.951Z] a559396d631c: Pushed [2020-10-20T06:11:48.951Z] d7a235c788c6: Pushed [2020-10-20T06:11:49.545Z] e833925673af: Pushed [2020-10-20T06:11:49.545Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:ae5534dd7029e5c2086e4b39ff9f5253a536e731ed42d5930df90d83a492bb50 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:49.918Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:50.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:50.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T06:11:50.260Z] e6bd4884da79: Preparing [2020-10-20T06:11:50.260Z] e023555fd210: Preparing [2020-10-20T06:11:50.260Z] a559396d631c: Preparing [2020-10-20T06:11:50.260Z] e833925673af: Preparing [2020-10-20T06:11:50.260Z] d7a235c788c6: Preparing [2020-10-20T06:11:50.260Z] 1a170c547eeb: Preparing [2020-10-20T06:11:50.260Z] 6a0ce0e5a88d: Preparing [2020-10-20T06:11:50.260Z] bddfee6bae96: Preparing [2020-10-20T06:11:50.260Z] 7eacf77ec99d: Preparing [2020-10-20T06:11:50.260Z] f4928b5d4849: Preparing [2020-10-20T06:11:50.260Z] 66b385cf80cf: Preparing [2020-10-20T06:11:50.260Z] 1a170c547eeb: Waiting [2020-10-20T06:11:50.260Z] 6a0ce0e5a88d: Waiting [2020-10-20T06:11:50.260Z] 7eacf77ec99d: Waiting [2020-10-20T06:11:50.260Z] bddfee6bae96: Waiting [2020-10-20T06:11:50.260Z] f4928b5d4849: Waiting [2020-10-20T06:11:50.260Z] 66b385cf80cf: Waiting [2020-10-20T06:11:50.260Z] e023555fd210: Layer already exists [2020-10-20T06:11:50.260Z] e6bd4884da79: Layer already exists [2020-10-20T06:11:50.260Z] d7a235c788c6: Layer already exists [2020-10-20T06:11:50.260Z] e833925673af: Layer already exists [2020-10-20T06:11:50.260Z] a559396d631c: Layer already exists [2020-10-20T06:11:50.260Z] f4928b5d4849: Layer already exists [2020-10-20T06:11:50.260Z] bddfee6bae96: Layer already exists [2020-10-20T06:11:50.531Z] 1a170c547eeb: Layer already exists [2020-10-20T06:11:50.531Z] 7eacf77ec99d: Layer already exists [2020-10-20T06:11:50.531Z] 6a0ce0e5a88d: Layer already exists [2020-10-20T06:11:50.531Z] 66b385cf80cf: Layer already exists [2020-10-20T06:11:50.531Z] 1.2.2-dev.83: digest: sha256:ae5534dd7029e5c2086e4b39ff9f5253a536e731ed42d5930df90d83a492bb50 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:50.870Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:51.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:51.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T06:11:51.213Z] e6bd4884da79: Preparing [2020-10-20T06:11:51.213Z] e023555fd210: Preparing [2020-10-20T06:11:51.213Z] a559396d631c: Preparing [2020-10-20T06:11:51.213Z] e833925673af: Preparing [2020-10-20T06:11:51.213Z] d7a235c788c6: Preparing [2020-10-20T06:11:51.213Z] 1a170c547eeb: Preparing [2020-10-20T06:11:51.213Z] 6a0ce0e5a88d: Preparing [2020-10-20T06:11:51.213Z] bddfee6bae96: Preparing [2020-10-20T06:11:51.213Z] 7eacf77ec99d: Preparing [2020-10-20T06:11:51.213Z] f4928b5d4849: Preparing [2020-10-20T06:11:51.213Z] 66b385cf80cf: Preparing [2020-10-20T06:11:51.213Z] 1a170c547eeb: Waiting [2020-10-20T06:11:51.213Z] 6a0ce0e5a88d: Waiting [2020-10-20T06:11:51.213Z] f4928b5d4849: Waiting [2020-10-20T06:11:51.213Z] 66b385cf80cf: Waiting [2020-10-20T06:11:51.213Z] bddfee6bae96: Waiting [2020-10-20T06:11:51.213Z] 7eacf77ec99d: Waiting [2020-10-20T06:11:51.213Z] e6bd4884da79: Layer already exists [2020-10-20T06:11:51.213Z] d7a235c788c6: Layer already exists [2020-10-20T06:11:51.213Z] a559396d631c: Layer already exists [2020-10-20T06:11:51.482Z] e023555fd210: Layer already exists [2020-10-20T06:11:51.482Z] e833925673af: Layer already exists [2020-10-20T06:11:51.482Z] 6a0ce0e5a88d: Layer already exists [2020-10-20T06:11:51.482Z] bddfee6bae96: Layer already exists [2020-10-20T06:11:51.483Z] 1a170c547eeb: Layer already exists [2020-10-20T06:11:51.483Z] 7eacf77ec99d: Layer already exists [2020-10-20T06:11:51.483Z] f4928b5d4849: Layer already exists [2020-10-20T06:11:51.483Z] 66b385cf80cf: Layer already exists [2020-10-20T06:11:51.483Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:ae5534dd7029e5c2086e4b39ff9f5253a536e731ed42d5930df90d83a492bb50 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:51.829Z] + 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-20T06:11:52.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-20T06:11:52.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T06:11:52.171Z] e6bd4884da79: Preparing [2020-10-20T06:11:52.171Z] e023555fd210: Preparing [2020-10-20T06:11:52.171Z] a559396d631c: Preparing [2020-10-20T06:11:52.171Z] e833925673af: Preparing [2020-10-20T06:11:52.171Z] d7a235c788c6: Preparing [2020-10-20T06:11:52.171Z] 1a170c547eeb: Preparing [2020-10-20T06:11:52.171Z] 6a0ce0e5a88d: Preparing [2020-10-20T06:11:52.171Z] bddfee6bae96: Preparing [2020-10-20T06:11:52.171Z] 7eacf77ec99d: Preparing [2020-10-20T06:11:52.171Z] f4928b5d4849: Preparing [2020-10-20T06:11:52.171Z] 66b385cf80cf: Preparing [2020-10-20T06:11:52.171Z] bddfee6bae96: Waiting [2020-10-20T06:11:52.171Z] f4928b5d4849: Waiting [2020-10-20T06:11:52.171Z] 7eacf77ec99d: Waiting [2020-10-20T06:11:52.171Z] 66b385cf80cf: Waiting [2020-10-20T06:11:52.171Z] 1a170c547eeb: Waiting [2020-10-20T06:11:52.171Z] 6a0ce0e5a88d: Waiting [2020-10-20T06:11:52.441Z] d7a235c788c6: Layer already exists [2020-10-20T06:11:52.441Z] e6bd4884da79: Layer already exists [2020-10-20T06:11:52.441Z] a559396d631c: Layer already exists [2020-10-20T06:11:52.441Z] e833925673af: Layer already exists [2020-10-20T06:11:52.441Z] e023555fd210: Layer already exists [2020-10-20T06:11:52.441Z] 6a0ce0e5a88d: Layer already exists [2020-10-20T06:11:52.441Z] 1a170c547eeb: Layer already exists [2020-10-20T06:11:52.441Z] 7eacf77ec99d: Layer already exists [2020-10-20T06:11:52.441Z] f4928b5d4849: Layer already exists [2020-10-20T06:11:52.441Z] bddfee6bae96: Layer already exists [2020-10-20T06:11:52.441Z] 66b385cf80cf: Layer already exists [2020-10-20T06:11:52.441Z] master: digest: sha256:ae5534dd7029e5c2086e4b39ff9f5253a536e731ed42d5930df90d83a492bb50 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:11:52.672Z] ===================================================== [Pipeline] echo [2020-10-20T06:11:52.723Z] taggedImages: [2020-10-20T06:11:52.723Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:52.723Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:52.723Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:52.723Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-20T06:11:52.790Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-20T06:11:52.790Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:52.790Z] 1.2.2-dev.83 [2020-10-20T06:11:52.790Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:52.790Z] master [2020-10-20T06:11:52.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:53.355Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:53.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:11:53.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T06:11:53.711Z] c568efa3a6ea: Preparing [2020-10-20T06:11:53.711Z] 2627ec964064: Preparing [2020-10-20T06:11:53.711Z] dbdd5ccea3fd: Preparing [2020-10-20T06:11:53.711Z] b6474e99193e: Preparing [2020-10-20T06:11:54.021Z] c568efa3a6ea: Pushed [2020-10-20T06:11:54.021Z] dbdd5ccea3fd: Pushed [2020-10-20T06:11:54.311Z] b6474e99193e: Pushed [2020-10-20T06:11:56.910Z] 2627ec964064: Pushed [2020-10-20T06:11:56.910Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:b6986c4b54e713fae91eb96bb481d5ea8efae611e9f4ba16d5ebdf8cd038fdb4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:57.251Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:57.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.83 [2020-10-20T06:11:57.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T06:11:57.585Z] c568efa3a6ea: Preparing [2020-10-20T06:11:57.585Z] 2627ec964064: Preparing [2020-10-20T06:11:57.585Z] dbdd5ccea3fd: Preparing [2020-10-20T06:11:57.585Z] b6474e99193e: Preparing [2020-10-20T06:11:57.857Z] c568efa3a6ea: Layer already exists [2020-10-20T06:11:57.857Z] dbdd5ccea3fd: Layer already exists [2020-10-20T06:11:57.857Z] b6474e99193e: Layer already exists [2020-10-20T06:11:57.857Z] 2627ec964064: Layer already exists [2020-10-20T06:11:57.857Z] 1.2.2-dev.83: digest: sha256:b6986c4b54e713fae91eb96bb481d5ea8efae611e9f4ba16d5ebdf8cd038fdb4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:58.195Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:58.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:11:58.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T06:11:58.797Z] c568efa3a6ea: Preparing [2020-10-20T06:11:58.797Z] 2627ec964064: Preparing [2020-10-20T06:11:58.797Z] dbdd5ccea3fd: Preparing [2020-10-20T06:11:58.797Z] b6474e99193e: Preparing [2020-10-20T06:11:58.797Z] dbdd5ccea3fd: Layer already exists [2020-10-20T06:11:58.797Z] 2627ec964064: Layer already exists [2020-10-20T06:11:58.797Z] b6474e99193e: Layer already exists [2020-10-20T06:11:59.071Z] c568efa3a6ea: Layer already exists [2020-10-20T06:11:59.071Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:b6986c4b54e713fae91eb96bb481d5ea8efae611e9f4ba16d5ebdf8cd038fdb4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:59.410Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:11:59.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-20T06:11:59.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T06:11:59.745Z] c568efa3a6ea: Preparing [2020-10-20T06:11:59.745Z] 2627ec964064: Preparing [2020-10-20T06:11:59.745Z] dbdd5ccea3fd: Preparing [2020-10-20T06:11:59.745Z] b6474e99193e: Preparing [2020-10-20T06:11:59.745Z] 2627ec964064: Layer already exists [2020-10-20T06:11:59.745Z] dbdd5ccea3fd: Layer already exists [2020-10-20T06:11:59.745Z] c568efa3a6ea: Layer already exists [2020-10-20T06:11:59.745Z] b6474e99193e: Layer already exists [2020-10-20T06:12:00.013Z] master: digest: sha256:b6986c4b54e713fae91eb96bb481d5ea8efae611e9f4ba16d5ebdf8cd038fdb4 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:12:00.235Z] ===================================================== [Pipeline] echo [2020-10-20T06:12:00.321Z] taggedImages: [2020-10-20T06:12:00.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:00.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.83 [2020-10-20T06:12:00.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:00.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-20T06:12:00.427Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-20T06:12:00.428Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:00.428Z] 1.2.2-dev.83 [2020-10-20T06:12:00.428Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:00.428Z] master [2020-10-20T06:12:00.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:00.977Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:01.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:01.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T06:12:01.310Z] 1a8e616feef9: Preparing [2020-10-20T06:12:01.310Z] fab978ff3e18: Preparing [2020-10-20T06:12:01.310Z] 077c88242a42: Preparing [2020-10-20T06:12:01.310Z] 50d26c7d01c5: Preparing [2020-10-20T06:12:01.310Z] 13b05b678776: Preparing [2020-10-20T06:12:01.310Z] 7bd3568a788a: Preparing [2020-10-20T06:12:01.310Z] 7bd3568a788a: Waiting [2020-10-20T06:12:01.583Z] 077c88242a42: Pushed [2020-10-20T06:12:01.583Z] 1a8e616feef9: Pushed [2020-10-20T06:12:01.583Z] 13b05b678776: Pushed [2020-10-20T06:12:01.866Z] 50d26c7d01c5: Pushed [2020-10-20T06:12:01.866Z] 7bd3568a788a: Pushed [2020-10-20T06:12:04.468Z] fab978ff3e18: Pushed [2020-10-20T06:12:04.739Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:3cf0cf343656f864b86f6aa3e38152f42af23d4cfc215e821384587b9157b189 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:05.076Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:05.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.83 [2020-10-20T06:12:05.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T06:12:05.405Z] 1a8e616feef9: Preparing [2020-10-20T06:12:05.405Z] fab978ff3e18: Preparing [2020-10-20T06:12:05.405Z] 077c88242a42: Preparing [2020-10-20T06:12:05.405Z] 50d26c7d01c5: Preparing [2020-10-20T06:12:05.405Z] 13b05b678776: Preparing [2020-10-20T06:12:05.405Z] 7bd3568a788a: Preparing [2020-10-20T06:12:05.405Z] 7bd3568a788a: Waiting [2020-10-20T06:12:05.405Z] fab978ff3e18: Layer already exists [2020-10-20T06:12:05.405Z] 50d26c7d01c5: Layer already exists [2020-10-20T06:12:05.405Z] 077c88242a42: Layer already exists [2020-10-20T06:12:05.405Z] 13b05b678776: Layer already exists [2020-10-20T06:12:05.405Z] 1a8e616feef9: Layer already exists [2020-10-20T06:12:05.405Z] 7bd3568a788a: Layer already exists [2020-10-20T06:12:05.674Z] 1.2.2-dev.83: digest: sha256:3cf0cf343656f864b86f6aa3e38152f42af23d4cfc215e821384587b9157b189 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:06.015Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:06.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:06.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T06:12:06.348Z] 1a8e616feef9: Preparing [2020-10-20T06:12:06.348Z] fab978ff3e18: Preparing [2020-10-20T06:12:06.348Z] 077c88242a42: Preparing [2020-10-20T06:12:06.348Z] 50d26c7d01c5: Preparing [2020-10-20T06:12:06.348Z] 13b05b678776: Preparing [2020-10-20T06:12:06.348Z] 7bd3568a788a: Preparing [2020-10-20T06:12:06.348Z] 7bd3568a788a: Waiting [2020-10-20T06:12:06.348Z] 077c88242a42: Layer already exists [2020-10-20T06:12:06.348Z] 13b05b678776: Layer already exists [2020-10-20T06:12:06.348Z] fab978ff3e18: Layer already exists [2020-10-20T06:12:06.348Z] 50d26c7d01c5: Layer already exists [2020-10-20T06:12:06.348Z] 1a8e616feef9: Layer already exists [2020-10-20T06:12:06.348Z] 7bd3568a788a: Layer already exists [2020-10-20T06:12:06.619Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:3cf0cf343656f864b86f6aa3e38152f42af23d4cfc215e821384587b9157b189 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:06.962Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:07.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-20T06:12:07.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T06:12:07.299Z] 1a8e616feef9: Preparing [2020-10-20T06:12:07.299Z] fab978ff3e18: Preparing [2020-10-20T06:12:07.299Z] 077c88242a42: Preparing [2020-10-20T06:12:07.299Z] 50d26c7d01c5: Preparing [2020-10-20T06:12:07.299Z] 13b05b678776: Preparing [2020-10-20T06:12:07.299Z] 7bd3568a788a: Preparing [2020-10-20T06:12:07.299Z] 7bd3568a788a: Waiting [2020-10-20T06:12:07.299Z] 077c88242a42: Layer already exists [2020-10-20T06:12:07.299Z] fab978ff3e18: Layer already exists [2020-10-20T06:12:07.299Z] 1a8e616feef9: Layer already exists [2020-10-20T06:12:07.299Z] 50d26c7d01c5: Layer already exists [2020-10-20T06:12:07.299Z] 13b05b678776: Layer already exists [2020-10-20T06:12:07.299Z] 7bd3568a788a: Layer already exists [2020-10-20T06:12:07.570Z] master: digest: sha256:3cf0cf343656f864b86f6aa3e38152f42af23d4cfc215e821384587b9157b189 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:12:07.772Z] ===================================================== [Pipeline] echo [2020-10-20T06:12:07.843Z] taggedImages: [2020-10-20T06:12:07.843Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:07.843Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.83 [2020-10-20T06:12:07.843Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:07.843Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-20T06:12:07.914Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-20T06:12:07.914Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:07.914Z] 1.2.2-dev.83 [2020-10-20T06:12:07.914Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:07.914Z] master [2020-10-20T06:12:07.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:08.436Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:08.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:08.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T06:12:08.776Z] c04d8525d9a5: Preparing [2020-10-20T06:12:08.776Z] 9d14965be315: Preparing [2020-10-20T06:12:08.776Z] 7a615c5895e7: Preparing [2020-10-20T06:12:09.047Z] 7a615c5895e7: Pushed [2020-10-20T06:12:09.047Z] c04d8525d9a5: Pushed [2020-10-20T06:12:12.449Z] 9d14965be315: Pushed [2020-10-20T06:12:12.449Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:1ec93ddbb9f20941e7a94daa5d3b2f7037e5f7d14083e71e65535d34adde0e6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:12.793Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:13.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.83 [2020-10-20T06:12:13.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T06:12:13.123Z] c04d8525d9a5: Preparing [2020-10-20T06:12:13.123Z] 9d14965be315: Preparing [2020-10-20T06:12:13.123Z] 7a615c5895e7: Preparing [2020-10-20T06:12:13.123Z] 7a615c5895e7: Layer already exists [2020-10-20T06:12:13.123Z] 9d14965be315: Layer already exists [2020-10-20T06:12:13.123Z] c04d8525d9a5: Layer already exists [2020-10-20T06:12:13.393Z] 1.2.2-dev.83: digest: sha256:1ec93ddbb9f20941e7a94daa5d3b2f7037e5f7d14083e71e65535d34adde0e6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:13.731Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:14.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:14.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T06:12:14.061Z] c04d8525d9a5: Preparing [2020-10-20T06:12:14.061Z] 9d14965be315: Preparing [2020-10-20T06:12:14.061Z] 7a615c5895e7: Preparing [2020-10-20T06:12:14.061Z] 7a615c5895e7: Layer already exists [2020-10-20T06:12:14.061Z] c04d8525d9a5: Layer already exists [2020-10-20T06:12:14.061Z] 9d14965be315: Layer already exists [2020-10-20T06:12:14.334Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:1ec93ddbb9f20941e7a94daa5d3b2f7037e5f7d14083e71e65535d34adde0e6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:14.712Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:15.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-20T06:12:15.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T06:12:15.046Z] c04d8525d9a5: Preparing [2020-10-20T06:12:15.046Z] 9d14965be315: Preparing [2020-10-20T06:12:15.046Z] 7a615c5895e7: Preparing [2020-10-20T06:12:15.046Z] 7a615c5895e7: Layer already exists [2020-10-20T06:12:15.046Z] 9d14965be315: Layer already exists [2020-10-20T06:12:15.046Z] c04d8525d9a5: Layer already exists [2020-10-20T06:12:15.323Z] master: digest: sha256:1ec93ddbb9f20941e7a94daa5d3b2f7037e5f7d14083e71e65535d34adde0e6a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:12:15.532Z] ===================================================== [Pipeline] echo [2020-10-20T06:12:15.596Z] taggedImages: [2020-10-20T06:12:15.596Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:15.596Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.83 [2020-10-20T06:12:15.596Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:15.596Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-20T06:12:15.725Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-20T06:12:15.725Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:15.725Z] 1.2.2-dev.83 [2020-10-20T06:12:15.725Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:15.725Z] master [2020-10-20T06:12:15.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:16.247Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:16.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:16.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T06:12:16.605Z] 26f21775478e: Preparing [2020-10-20T06:12:16.605Z] 618176d1de24: Preparing [2020-10-20T06:12:16.605Z] d25558f66031: Preparing [2020-10-20T06:12:16.605Z] 9ad1516c1f7b: Preparing [2020-10-20T06:12:16.605Z] 662164594031: Preparing [2020-10-20T06:12:16.605Z] a628e5a2f7de: Preparing [2020-10-20T06:12:16.605Z] 332c637e24bb: Preparing [2020-10-20T06:12:16.605Z] f875f9e206db: Preparing [2020-10-20T06:12:16.605Z] 3994ac1dcb8b: Preparing [2020-10-20T06:12:16.605Z] 5f2247eaf593: Preparing [2020-10-20T06:12:16.605Z] 62d13be1b083: Preparing [2020-10-20T06:12:16.605Z] 94fdc660876c: Preparing [2020-10-20T06:12:16.605Z] 4e7279dfc0c0: Preparing [2020-10-20T06:12:16.605Z] e2f13739ad41: Preparing [2020-10-20T06:12:16.605Z] a628e5a2f7de: Waiting [2020-10-20T06:12:16.605Z] 332c637e24bb: Waiting [2020-10-20T06:12:16.605Z] f875f9e206db: Waiting [2020-10-20T06:12:16.605Z] 94fdc660876c: Waiting [2020-10-20T06:12:16.605Z] 4e7279dfc0c0: Waiting [2020-10-20T06:12:16.605Z] 3994ac1dcb8b: Waiting [2020-10-20T06:12:16.605Z] 5f2247eaf593: Waiting [2020-10-20T06:12:16.605Z] 62d13be1b083: Waiting [2020-10-20T06:12:16.605Z] e2f13739ad41: Waiting [2020-10-20T06:12:17.200Z] 662164594031: Pushed [2020-10-20T06:12:17.200Z] 26f21775478e: Pushed [2020-10-20T06:12:17.889Z] 9ad1516c1f7b: Pushed [2020-10-20T06:12:17.889Z] f875f9e206db: Layer already exists [2020-10-20T06:12:18.222Z] 3994ac1dcb8b: Layer already exists [2020-10-20T06:12:18.222Z] 5f2247eaf593: Layer already exists [2020-10-20T06:12:18.222Z] 62d13be1b083: Layer already exists [2020-10-20T06:12:18.222Z] 332c637e24bb: Pushed [2020-10-20T06:12:18.222Z] 94fdc660876c: Layer already exists [2020-10-20T06:12:18.222Z] 4e7279dfc0c0: Layer already exists [2020-10-20T06:12:18.222Z] e2f13739ad41: Layer already exists [2020-10-20T06:12:18.908Z] 618176d1de24: Pushed [2020-10-20T06:12:19.904Z] a628e5a2f7de: Pushed [2020-10-20T06:12:32.259Z] d25558f66031: Pushed [2020-10-20T06:12:32.259Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee: digest: sha256:1810f8e6856ff7f474a5ae4c3ddbc30a6a0b3d8d655e219a67fe56843e75767a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:32.596Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:32.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.83 [2020-10-20T06:12:32.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T06:12:32.925Z] 26f21775478e: Preparing [2020-10-20T06:12:32.925Z] 618176d1de24: Preparing [2020-10-20T06:12:32.925Z] d25558f66031: Preparing [2020-10-20T06:12:32.925Z] 9ad1516c1f7b: Preparing [2020-10-20T06:12:32.925Z] 662164594031: Preparing [2020-10-20T06:12:32.925Z] a628e5a2f7de: Preparing [2020-10-20T06:12:32.925Z] 332c637e24bb: Preparing [2020-10-20T06:12:32.925Z] f875f9e206db: Preparing [2020-10-20T06:12:32.925Z] 3994ac1dcb8b: Preparing [2020-10-20T06:12:32.925Z] 5f2247eaf593: Preparing [2020-10-20T06:12:32.925Z] 62d13be1b083: Preparing [2020-10-20T06:12:32.925Z] 94fdc660876c: Preparing [2020-10-20T06:12:32.925Z] 4e7279dfc0c0: Preparing [2020-10-20T06:12:32.925Z] e2f13739ad41: Preparing [2020-10-20T06:12:32.925Z] 5f2247eaf593: Waiting [2020-10-20T06:12:32.925Z] a628e5a2f7de: Waiting [2020-10-20T06:12:32.925Z] 332c637e24bb: Waiting [2020-10-20T06:12:32.925Z] 62d13be1b083: Waiting [2020-10-20T06:12:32.925Z] f875f9e206db: Waiting [2020-10-20T06:12:32.925Z] 94fdc660876c: Waiting [2020-10-20T06:12:32.925Z] 4e7279dfc0c0: Waiting [2020-10-20T06:12:32.925Z] 3994ac1dcb8b: Waiting [2020-10-20T06:12:32.925Z] e2f13739ad41: Waiting [2020-10-20T06:12:32.925Z] 662164594031: Layer already exists [2020-10-20T06:12:32.925Z] 9ad1516c1f7b: Layer already exists [2020-10-20T06:12:32.925Z] d25558f66031: Layer already exists [2020-10-20T06:12:32.925Z] 618176d1de24: Layer already exists [2020-10-20T06:12:32.925Z] 26f21775478e: Layer already exists [2020-10-20T06:12:32.925Z] 332c637e24bb: Layer already exists [2020-10-20T06:12:33.195Z] 3994ac1dcb8b: Layer already exists [2020-10-20T06:12:33.195Z] a628e5a2f7de: Layer already exists [2020-10-20T06:12:33.195Z] f875f9e206db: Layer already exists [2020-10-20T06:12:33.195Z] 5f2247eaf593: Layer already exists [2020-10-20T06:12:33.195Z] 62d13be1b083: Layer already exists [2020-10-20T06:12:33.195Z] 94fdc660876c: Layer already exists [2020-10-20T06:12:33.195Z] e2f13739ad41: Layer already exists [2020-10-20T06:12:33.195Z] 4e7279dfc0c0: Layer already exists [2020-10-20T06:12:33.467Z] 1.2.2-dev.83: digest: sha256:1810f8e6856ff7f474a5ae4c3ddbc30a6a0b3d8d655e219a67fe56843e75767a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:33.803Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:34.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:34.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T06:12:34.133Z] 26f21775478e: Preparing [2020-10-20T06:12:34.133Z] 618176d1de24: Preparing [2020-10-20T06:12:34.133Z] d25558f66031: Preparing [2020-10-20T06:12:34.133Z] 9ad1516c1f7b: Preparing [2020-10-20T06:12:34.133Z] 662164594031: Preparing [2020-10-20T06:12:34.133Z] a628e5a2f7de: Preparing [2020-10-20T06:12:34.133Z] 332c637e24bb: Preparing [2020-10-20T06:12:34.133Z] f875f9e206db: Preparing [2020-10-20T06:12:34.133Z] 3994ac1dcb8b: Preparing [2020-10-20T06:12:34.133Z] 5f2247eaf593: Preparing [2020-10-20T06:12:34.133Z] 62d13be1b083: Preparing [2020-10-20T06:12:34.133Z] 94fdc660876c: Preparing [2020-10-20T06:12:34.133Z] 4e7279dfc0c0: Preparing [2020-10-20T06:12:34.133Z] e2f13739ad41: Preparing [2020-10-20T06:12:34.133Z] 5f2247eaf593: Waiting [2020-10-20T06:12:34.133Z] a628e5a2f7de: Waiting [2020-10-20T06:12:34.133Z] 332c637e24bb: Waiting [2020-10-20T06:12:34.133Z] f875f9e206db: Waiting [2020-10-20T06:12:34.133Z] 62d13be1b083: Waiting [2020-10-20T06:12:34.133Z] 94fdc660876c: Waiting [2020-10-20T06:12:34.133Z] 4e7279dfc0c0: Waiting [2020-10-20T06:12:34.133Z] e2f13739ad41: Waiting [2020-10-20T06:12:34.133Z] 3994ac1dcb8b: Waiting [2020-10-20T06:12:34.133Z] d25558f66031: Layer already exists [2020-10-20T06:12:34.133Z] 9ad1516c1f7b: Layer already exists [2020-10-20T06:12:34.133Z] 618176d1de24: Layer already exists [2020-10-20T06:12:34.133Z] 26f21775478e: Layer already exists [2020-10-20T06:12:34.133Z] 662164594031: Layer already exists [2020-10-20T06:12:34.133Z] 332c637e24bb: Layer already exists [2020-10-20T06:12:34.133Z] a628e5a2f7de: Layer already exists [2020-10-20T06:12:34.133Z] f875f9e206db: Layer already exists [2020-10-20T06:12:34.133Z] 3994ac1dcb8b: Layer already exists [2020-10-20T06:12:34.402Z] 5f2247eaf593: Layer already exists [2020-10-20T06:12:34.402Z] e2f13739ad41: Layer already exists [2020-10-20T06:12:34.402Z] 94fdc660876c: Layer already exists [2020-10-20T06:12:34.402Z] 4e7279dfc0c0: Layer already exists [2020-10-20T06:12:34.402Z] 62d13be1b083: Layer already exists [2020-10-20T06:12:34.402Z] 12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83: digest: sha256:1810f8e6856ff7f474a5ae4c3ddbc30a6a0b3d8d655e219a67fe56843e75767a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:34.746Z] + 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-20T06:12:35.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-20T06:12:35.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T06:12:35.081Z] 26f21775478e: Preparing [2020-10-20T06:12:35.081Z] 618176d1de24: Preparing [2020-10-20T06:12:35.081Z] d25558f66031: Preparing [2020-10-20T06:12:35.081Z] 9ad1516c1f7b: Preparing [2020-10-20T06:12:35.081Z] 662164594031: Preparing [2020-10-20T06:12:35.081Z] a628e5a2f7de: Preparing [2020-10-20T06:12:35.081Z] 332c637e24bb: Preparing [2020-10-20T06:12:35.081Z] f875f9e206db: Preparing [2020-10-20T06:12:35.081Z] 3994ac1dcb8b: Preparing [2020-10-20T06:12:35.081Z] 5f2247eaf593: Preparing [2020-10-20T06:12:35.081Z] 62d13be1b083: Preparing [2020-10-20T06:12:35.081Z] 94fdc660876c: Preparing [2020-10-20T06:12:35.081Z] 4e7279dfc0c0: Preparing [2020-10-20T06:12:35.081Z] e2f13739ad41: Preparing [2020-10-20T06:12:35.081Z] 3994ac1dcb8b: Waiting [2020-10-20T06:12:35.081Z] 5f2247eaf593: Waiting [2020-10-20T06:12:35.081Z] 4e7279dfc0c0: Waiting [2020-10-20T06:12:35.081Z] 62d13be1b083: Waiting [2020-10-20T06:12:35.081Z] 94fdc660876c: Waiting [2020-10-20T06:12:35.081Z] a628e5a2f7de: Waiting [2020-10-20T06:12:35.081Z] 332c637e24bb: Waiting [2020-10-20T06:12:35.081Z] e2f13739ad41: Waiting [2020-10-20T06:12:35.354Z] 26f21775478e: Layer already exists [2020-10-20T06:12:35.354Z] 662164594031: Layer already exists [2020-10-20T06:12:35.354Z] 9ad1516c1f7b: Layer already exists [2020-10-20T06:12:35.354Z] d25558f66031: Layer already exists [2020-10-20T06:12:35.354Z] 618176d1de24: Layer already exists [2020-10-20T06:12:35.354Z] a628e5a2f7de: Layer already exists [2020-10-20T06:12:35.354Z] 332c637e24bb: Layer already exists [2020-10-20T06:12:35.354Z] 5f2247eaf593: Layer already exists [2020-10-20T06:12:35.354Z] 3994ac1dcb8b: Layer already exists [2020-10-20T06:12:35.354Z] f875f9e206db: Layer already exists [2020-10-20T06:12:35.354Z] 94fdc660876c: Layer already exists [2020-10-20T06:12:35.354Z] 62d13be1b083: Layer already exists [2020-10-20T06:12:35.354Z] 4e7279dfc0c0: Layer already exists [2020-10-20T06:12:35.354Z] e2f13739ad41: Layer already exists [2020-10-20T06:12:35.354Z] master: digest: sha256:1810f8e6856ff7f474a5ae4c3ddbc30a6a0b3d8d655e219a67fe56843e75767a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T06:12:35.643Z] ===================================================== [Pipeline] echo [2020-10-20T06:12:35.690Z] taggedImages: [2020-10-20T06:12:35.690Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:12:35.690Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.83 [2020-10-20T06:12:35.690Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee-1.2.2-dev.83 [2020-10-20T06:12:35.690Z] - 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-20T06:12:37.234Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T06:12:37.236Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T06:12:37.297Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:37.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T06:12:37.655Z] [2020-10-20T06:12:37.655Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:12:38.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T06:12:38.021Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T06:12:38.021Z] cbdbe7a5bc2a: Already exists [2020-10-20T06:12:38.021Z] 408f87550127: Pulling fs layer [2020-10-20T06:12:38.021Z] fe522b08c979: Pulling fs layer [2020-10-20T06:12:38.021Z] 221eaa008020: Pulling fs layer [2020-10-20T06:12:38.021Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T06:12:38.021Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T06:12:38.021Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T06:12:38.021Z] 23e8b3b47431: Pulling fs layer [2020-10-20T06:12:38.021Z] 5c568d65a230: Pulling fs layer [2020-10-20T06:12:38.021Z] 2a4607e5d6b9: Waiting [2020-10-20T06:12:38.021Z] 8f79b27c4fd2: Waiting [2020-10-20T06:12:38.021Z] e5c8dbe1645b: Waiting [2020-10-20T06:12:38.021Z] 23e8b3b47431: Waiting [2020-10-20T06:12:38.022Z] 5c568d65a230: Waiting [2020-10-20T06:12:38.022Z] fe522b08c979: Verifying Checksum [2020-10-20T06:12:38.022Z] fe522b08c979: Download complete [2020-10-20T06:12:38.022Z] 408f87550127: Download complete [2020-10-20T06:12:38.022Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T06:12:38.022Z] 2a4607e5d6b9: Download complete [2020-10-20T06:12:38.022Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T06:12:38.022Z] 8f79b27c4fd2: Download complete [2020-10-20T06:12:38.290Z] 408f87550127: Pull complete [2020-10-20T06:12:38.553Z] fe522b08c979: Pull complete [2020-10-20T06:12:39.499Z] e5c8dbe1645b: Verifying Checksum [2020-10-20T06:12:39.499Z] e5c8dbe1645b: Download complete [2020-10-20T06:12:40.890Z] 23e8b3b47431: Verifying Checksum [2020-10-20T06:12:40.890Z] 23e8b3b47431: Download complete [2020-10-20T06:12:40.890Z] 5c568d65a230: Verifying Checksum [2020-10-20T06:12:40.890Z] 5c568d65a230: Download complete [2020-10-20T06:12:41.467Z] 221eaa008020: Verifying Checksum [2020-10-20T06:12:41.467Z] 221eaa008020: Download complete [2020-10-20T06:12:48.099Z] 221eaa008020: Pull complete [2020-10-20T06:12:48.099Z] 2a4607e5d6b9: Pull complete [2020-10-20T06:12:48.361Z] 8f79b27c4fd2: Pull complete [2020-10-20T06:12:51.674Z] e5c8dbe1645b: Pull complete [2020-10-20T06:12:56.975Z] 23e8b3b47431: Pull complete [2020-10-20T06:12:58.388Z] 5c568d65a230: Pull complete [2020-10-20T06:12:58.388Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T06:12:58.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T06:12:58.388Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T06:12:58.640Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:12:58.741Z] $ 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/199:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:00.033Z] $ docker top aae69e7ae2bc0bded35234d8e736ac483cdb5a894de151fe725822701591f02c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T06:13:00.674Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T06:13:08.841Z] [2020-10-20T06:13:08.841Z] Monitoring /w/workspace/edgex-go/199 (github.com/edgexfoundry/edgex-go)... [2020-10-20T06:13:08.841Z] [2020-10-20T06:13:08.841Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/bcae9d6c-e829-4bd1-95e1-a940b60afc0b [2020-10-20T06:13:08.841Z] [2020-10-20T06:13:08.841Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T06:13:08.841Z] [2020-10-20T06:13:09.104Z] [2020-10-20T06:13:09.104Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T06:13:09.104Z] 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-20T06:13:09.104Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T06:13:09.104Z] [2020-10-20T06:13:09.104Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T06:13:09.104Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T06:13:09.104Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T06:13:09.104Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T06:13:09.122Z] $ docker stop --time=1 aae69e7ae2bc0bded35234d8e736ac483cdb5a894de151fe725822701591f02c [2020-10-20T06:13:12.094Z] $ docker rm -f aae69e7ae2bc0bded35234d8e736ac483cdb5a894de151fe725822701591f02c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:13.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:13.867Z] [2020-10-20T06:13:13.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:14.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:14.229Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-20T06:13:14.229Z] e7c96db7181b: Pulling fs layer [2020-10-20T06:13:14.229Z] 1868ca2cb446: Pulling fs layer [2020-10-20T06:13:14.229Z] 136be5d0fe8e: Pulling fs layer [2020-10-20T06:13:14.229Z] 894bfe63afcb: Pulling fs layer [2020-10-20T06:13:14.229Z] 894bfe63afcb: Waiting [2020-10-20T06:13:14.229Z] 1868ca2cb446: Verifying Checksum [2020-10-20T06:13:14.229Z] 1868ca2cb446: Download complete [2020-10-20T06:13:14.229Z] 136be5d0fe8e: Verifying Checksum [2020-10-20T06:13:14.229Z] 136be5d0fe8e: Download complete [2020-10-20T06:13:14.495Z] e7c96db7181b: Download complete [2020-10-20T06:13:14.495Z] 894bfe63afcb: Verifying Checksum [2020-10-20T06:13:14.495Z] 894bfe63afcb: Download complete [2020-10-20T06:13:14.758Z] e7c96db7181b: Pull complete [2020-10-20T06:13:15.019Z] 1868ca2cb446: Pull complete [2020-10-20T06:13:15.019Z] 136be5d0fe8e: Pull complete [2020-10-20T06:13:15.280Z] 894bfe63afcb: Pull complete [2020-10-20T06:13:15.280Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-20T06:13:15.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:15.280Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-20T06:13:15.389Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:13:15.437Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:16.780Z] $ docker top 4ad63198f28ac38b7952e5e1a5cc49addec5556a23079dcff5cdde12a8ef9093 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:13:17.463Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:13:17.463Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:13:20.244Z] $ docker stop --time=1 4ad63198f28ac38b7952e5e1a5cc49addec5556a23079dcff5cdde12a8ef9093 [2020-10-20T06:13:21.701Z] $ docker rm -f 4ad63198f28ac38b7952e5e1a5cc49addec5556a23079dcff5cdde12a8ef9093 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:22.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:22.220Z] . [Pipeline] withDockerContainer [2020-10-20T06:13:22.337Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:13:22.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:23.181Z] $ docker top 4699ae2cef97dfa93ddd4473454f80e89e3a800b68f9645e8c41af062642d4f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:13:23.792Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:13:23.792Z] + tee [2020-10-20T06:13:23.792Z] clair timeout 1m0s [2020-10-20T06:13:23.792Z] docker timeout: 1m0s [2020-10-20T06:13:23.792Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:13:24.564Z] $ docker stop --time=1 4699ae2cef97dfa93ddd4473454f80e89e3a800b68f9645e8c41af062642d4f5 [2020-10-20T06:13:25.943Z] $ docker rm -f 4699ae2cef97dfa93ddd4473454f80e89e3a800b68f9645e8c41af062642d4f5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:13:26.431Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:13:26.445Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-core-command-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:13:26.501Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:27.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:27.030Z] . [Pipeline] withDockerContainer [2020-10-20T06:13:27.133Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:13:27.181Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:27.882Z] $ docker top bde137c65ae0cf8c688ec64f1ad133730ef62550601fe9a801eb83f995797a3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:13:29.320Z] + + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:12565dec60f03e6cbc896b7e2b47784094aed3eetee [2020-10-20T06:13:29.320Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:13:33.741Z] $ docker stop --time=1 bde137c65ae0cf8c688ec64f1ad133730ef62550601fe9a801eb83f995797a3c [2020-10-20T06:13:35.090Z] $ docker rm -f bde137c65ae0cf8c688ec64f1ad133730ef62550601fe9a801eb83f995797a3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:35.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:35.728Z] . [Pipeline] withDockerContainer [2020-10-20T06:13:35.843Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:13:35.894Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:36.680Z] $ docker top 8ad775d5f5299fb6e7e2e3aa2e863a4985f135a2fd0092135697d68941ba31d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:13:37.284Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:13:37.284Z] + tee [2020-10-20T06:13:37.284Z] clair timeout 1m0s [2020-10-20T06:13:37.284Z] docker timeout: 1m0s [2020-10-20T06:13:37.284Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:13:38.410Z] $ docker stop --time=1 8ad775d5f5299fb6e7e2e3aa2e863a4985f135a2fd0092135697d68941ba31d4 [2020-10-20T06:13:39.812Z] $ docker rm -f 8ad775d5f5299fb6e7e2e3aa2e863a4985f135a2fd0092135697d68941ba31d4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:13:40.315Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:13:40.331Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-core-data-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:13:40.393Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:40.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:40.742Z] . [Pipeline] withDockerContainer [2020-10-20T06:13:40.846Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:13:40.908Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:41.702Z] $ docker top 3aeb0727fa6ab0b566077eff704a5ac334a00b153cb92c465558ee33b1946b69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:13:42.242Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:13:42.242Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:13:44.985Z] $ docker stop --time=1 3aeb0727fa6ab0b566077eff704a5ac334a00b153cb92c465558ee33b1946b69 [2020-10-20T06:13:46.353Z] $ docker rm -f 3aeb0727fa6ab0b566077eff704a5ac334a00b153cb92c465558ee33b1946b69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:46.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:46.837Z] . [Pipeline] withDockerContainer [2020-10-20T06:13:46.946Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:13:46.990Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:47.627Z] $ docker top fb6542bf4e4c4e3a24f99bf9e57c0b561a42577abc971a317c0aae125c0d8e2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:13:48.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:13:48.210Z] + tee [2020-10-20T06:13:48.210Z] clair timeout 1m0s [2020-10-20T06:13:48.210Z] docker timeout: 1m0s [2020-10-20T06:13:48.210Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:13:48.895Z] $ docker stop --time=1 fb6542bf4e4c4e3a24f99bf9e57c0b561a42577abc971a317c0aae125c0d8e2b [2020-10-20T06:13:50.253Z] $ docker rm -f fb6542bf4e4c4e3a24f99bf9e57c0b561a42577abc971a317c0aae125c0d8e2b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:13:50.760Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:13:50.773Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-core-metadata-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:13:50.832Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:51.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:51.183Z] . [Pipeline] withDockerContainer [2020-10-20T06:13:51.290Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:13:51.343Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:52.097Z] $ docker top 054198044ed259781727a0fd3efdba51a70514e2aef69801902803713a96970e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:13:52.659Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:13:52.659Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:13:57.110Z] $ docker stop --time=1 054198044ed259781727a0fd3efdba51a70514e2aef69801902803713a96970e [2020-10-20T06:13:58.498Z] $ docker rm -f 054198044ed259781727a0fd3efdba51a70514e2aef69801902803713a96970e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:13:59.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:13:59.021Z] . [Pipeline] withDockerContainer [2020-10-20T06:13:59.134Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:13:59.190Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:13:59.954Z] $ docker top de65613ebbf2cb2b72ad951831c9b6209824532ae9579446b4713146bcda1054 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:14:00.547Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:14:00.547Z] + tee [2020-10-20T06:14:00.547Z] clair timeout 1m0s [2020-10-20T06:14:00.547Z] docker timeout: 1m0s [2020-10-20T06:14:00.547Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:14:01.247Z] $ docker stop --time=1 de65613ebbf2cb2b72ad951831c9b6209824532ae9579446b4713146bcda1054 [2020-10-20T06:14:02.708Z] $ docker rm -f de65613ebbf2cb2b72ad951831c9b6209824532ae9579446b4713146bcda1054 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:14:03.236Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:14:03.251Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-security-proxy-setup-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:14:03.386Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:14:03.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:14:03.777Z] . [Pipeline] withDockerContainer [2020-10-20T06:14:03.885Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:14:03.940Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:14:04.670Z] $ docker top 764b1b20012279e4826e47e8e90d243fa15a5ffb78bcd9199a04e26d3844445e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:14:05.358Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:14:05.358Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:14:13.755Z] $ docker stop --time=1 764b1b20012279e4826e47e8e90d243fa15a5ffb78bcd9199a04e26d3844445e [2020-10-20T06:14:15.122Z] $ docker rm -f 764b1b20012279e4826e47e8e90d243fa15a5ffb78bcd9199a04e26d3844445e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:14:15.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:14:15.658Z] . [Pipeline] withDockerContainer [2020-10-20T06:14:15.775Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:14:15.828Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:14:16.492Z] $ docker top 788e11247df679bb959f2bfa114eb0f9bb18e4825e14f4876bd52be996b0fd76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:14:17.058Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:14:17.058Z] + tee [2020-10-20T06:14:17.058Z] clair timeout 1m0s [2020-10-20T06:14:17.058Z] docker timeout: 1m0s [2020-10-20T06:14:17.058Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:14:18.582Z] $ docker stop --time=1 788e11247df679bb959f2bfa114eb0f9bb18e4825e14f4876bd52be996b0fd76 [2020-10-20T06:14:19.995Z] $ docker rm -f 788e11247df679bb959f2bfa114eb0f9bb18e4825e14f4876bd52be996b0fd76 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:14:20.506Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:14:20.523Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-security-secrets-setup-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:14:20.583Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:14:20.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:14:20.945Z] . [Pipeline] withDockerContainer [2020-10-20T06:14:21.083Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:14:21.136Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:14:21.971Z] $ docker top 74c0972935e3e41d11fc9afd49e7cf0e315f58967a48af390d26f31410372740 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:14:22.558Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:14:22.558Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:14:30.907Z] $ docker stop --time=1 74c0972935e3e41d11fc9afd49e7cf0e315f58967a48af390d26f31410372740 [2020-10-20T06:14:32.319Z] $ docker rm -f 74c0972935e3e41d11fc9afd49e7cf0e315f58967a48af390d26f31410372740 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:14:32.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:14:32.823Z] . [Pipeline] withDockerContainer [2020-10-20T06:14:32.928Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:14:32.979Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:14:33.760Z] $ docker top 09644ff51504416c8e0f408f2a001d3fe3d688bb090ad266a96bb1c857e8cb8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:14:34.339Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:14:34.339Z] + tee [2020-10-20T06:14:34.339Z] clair timeout 1m0s [2020-10-20T06:14:34.339Z] docker timeout: 1m0s [2020-10-20T06:14:34.339Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:14:35.851Z] $ docker stop --time=1 09644ff51504416c8e0f408f2a001d3fe3d688bb090ad266a96bb1c857e8cb8b [2020-10-20T06:14:37.195Z] $ docker rm -f 09644ff51504416c8e0f408f2a001d3fe3d688bb090ad266a96bb1c857e8cb8b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:14:37.692Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:14:37.709Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-security-secretstore-setup-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:14:37.772Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:14:38.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:14:38.122Z] . [Pipeline] withDockerContainer [2020-10-20T06:14:38.233Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:14:38.280Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:14:38.998Z] $ docker top 5558bd03988f00d3e580539db6d1e1e1dec2bb023894dd148d86c7fbf65f8b73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:14:39.639Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:14:39.640Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:14:44.030Z] $ docker stop --time=1 5558bd03988f00d3e580539db6d1e1e1dec2bb023894dd148d86c7fbf65f8b73 [2020-10-20T06:14:45.373Z] $ docker rm -f 5558bd03988f00d3e580539db6d1e1e1dec2bb023894dd148d86c7fbf65f8b73 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:14:45.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:14:45.868Z] . [Pipeline] withDockerContainer [2020-10-20T06:14:45.974Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:14:46.021Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:14:46.755Z] $ docker top 8c0fda48626a5e3fb2cb4423619682213ffabc42bafb264b9db82f3b902cd16d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:14:47.334Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:14:47.334Z] + tee [2020-10-20T06:14:47.334Z] clair timeout 1m0s [2020-10-20T06:14:47.334Z] docker timeout: 1m0s [2020-10-20T06:14:47.334Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:14:48.070Z] $ docker stop --time=1 8c0fda48626a5e3fb2cb4423619682213ffabc42bafb264b9db82f3b902cd16d [2020-10-20T06:14:49.473Z] $ docker rm -f 8c0fda48626a5e3fb2cb4423619682213ffabc42bafb264b9db82f3b902cd16d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:14:49.970Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:14:49.988Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-support-logging-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:14:50.054Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:14:50.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:14:50.475Z] . [Pipeline] withDockerContainer [2020-10-20T06:14:50.586Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:14:50.647Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:14:51.412Z] $ docker top eeb2936a74d016424038fa1099e15c87aa713a59d9ee720c9628760357de4bb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:14:51.988Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:14:51.988Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:14:57.470Z] $ docker stop --time=1 eeb2936a74d016424038fa1099e15c87aa713a59d9ee720c9628760357de4bb0 [2020-10-20T06:14:58.838Z] $ docker rm -f eeb2936a74d016424038fa1099e15c87aa713a59d9ee720c9628760357de4bb0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:14:59.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:14:59.342Z] . [Pipeline] withDockerContainer [2020-10-20T06:14:59.448Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:14:59.493Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:00.182Z] $ docker top 6df7023deaea714c25e1dfb7a30c2f09bf7083da9e45f5c21ca11d00e7fd6428 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:15:00.778Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:15:00.778Z] + tee [2020-10-20T06:15:00.778Z] clair timeout 1m0s [2020-10-20T06:15:00.778Z] docker timeout: 1m0s [2020-10-20T06:15:00.778Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:15:01.885Z] $ docker stop --time=1 6df7023deaea714c25e1dfb7a30c2f09bf7083da9e45f5c21ca11d00e7fd6428 [2020-10-20T06:15:03.424Z] $ docker rm -f 6df7023deaea714c25e1dfb7a30c2f09bf7083da9e45f5c21ca11d00e7fd6428 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:15:03.924Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:15:03.940Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-support-notifications-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:15:04.000Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:15:04.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:15:04.364Z] . [Pipeline] withDockerContainer [2020-10-20T06:15:04.473Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:15:04.529Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:05.337Z] $ docker top aff3a10028685670a3d1e47110f5f637d43cfb39476803138083d30e9332131f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:15:05.926Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:15:05.927Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:15:08.654Z] $ docker stop --time=1 aff3a10028685670a3d1e47110f5f637d43cfb39476803138083d30e9332131f [2020-10-20T06:15:10.083Z] $ docker rm -f aff3a10028685670a3d1e47110f5f637d43cfb39476803138083d30e9332131f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:15:10.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:15:10.691Z] . [Pipeline] withDockerContainer [2020-10-20T06:15:10.828Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:15:10.921Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:11.677Z] $ docker top 3026b877f15bdb41087f6670ecf2ecac6d6de660d0f58dfd83531a2dfb05a757 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:15:12.228Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:15:12.228Z] + tee [2020-10-20T06:15:12.228Z] clair timeout 1m0s [2020-10-20T06:15:12.228Z] docker timeout: 1m0s [2020-10-20T06:15:12.228Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:15:12.947Z] $ docker stop --time=1 3026b877f15bdb41087f6670ecf2ecac6d6de660d0f58dfd83531a2dfb05a757 [2020-10-20T06:15:14.309Z] $ docker rm -f 3026b877f15bdb41087f6670ecf2ecac6d6de660d0f58dfd83531a2dfb05a757 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:15:14.786Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:15:14.800Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-support-scheduler-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:15:14.858Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:15:15.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:15:15.197Z] . [Pipeline] withDockerContainer [2020-10-20T06:15:15.298Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:15:15.342Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:15.953Z] $ docker top b022187182d619339efccfe611cfe23dc31e023ed4336b947ce1e83ce598ca60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:15:16.487Z] + tee [2020-10-20T06:15:16.488Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:15:31.570Z] $ docker stop --time=1 b022187182d619339efccfe611cfe23dc31e023ed4336b947ce1e83ce598ca60 [2020-10-20T06:15:32.967Z] $ docker rm -f b022187182d619339efccfe611cfe23dc31e023ed4336b947ce1e83ce598ca60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:15:33.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:15:33.468Z] . [Pipeline] withDockerContainer [2020-10-20T06:15:33.576Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:15:33.624Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:34.430Z] $ docker top 3fd9294a8b7dda2cc7805f6c7a64886e913881545894ba47ac9c0784d19ada42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:15:34.995Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:15:34.995Z] + tee [2020-10-20T06:15:34.995Z] clair timeout 1m0s [2020-10-20T06:15:34.995Z] docker timeout: 1m0s [2020-10-20T06:15:34.995Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:15:37.024Z] $ docker stop --time=1 3fd9294a8b7dda2cc7805f6c7a64886e913881545894ba47ac9c0784d19ada42 [2020-10-20T06:15:38.406Z] $ docker rm -f 3fd9294a8b7dda2cc7805f6c7a64886e913881545894ba47ac9c0784d19ada42 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:15:38.926Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:15:38.940Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-sys-mgmt-agent-go_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:15:38.995Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:15:39.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:15:39.377Z] . [Pipeline] withDockerContainer [2020-10-20T06:15:39.486Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:15:39.539Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:40.259Z] $ docker top 3f83c1f5c1499f7f8762a1c5d433e853a035a1e4788da9c143c9b4bb9993f696 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:15:40.807Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:15:40.807Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:15:43.548Z] $ docker stop --time=1 3f83c1f5c1499f7f8762a1c5d433e853a035a1e4788da9c143c9b4bb9993f696 [2020-10-20T06:15:44.958Z] $ docker rm -f 3f83c1f5c1499f7f8762a1c5d433e853a035a1e4788da9c143c9b4bb9993f696 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:15:45.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:15:45.548Z] . [Pipeline] withDockerContainer [2020-10-20T06:15:45.656Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:15:45.704Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:46.453Z] $ docker top 2804b979d27261fa9aec4151a671e91ddaa2604f188933837a51f26d80903340 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:15:47.043Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:15:47.043Z] + tee [2020-10-20T06:15:47.043Z] clair timeout 1m0s [2020-10-20T06:15:47.043Z] docker timeout: 1m0s [2020-10-20T06:15:47.043Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:15:47.793Z] $ docker stop --time=1 2804b979d27261fa9aec4151a671e91ddaa2604f188933837a51f26d80903340 [2020-10-20T06:15:49.131Z] $ docker rm -f 2804b979d27261fa9aec4151a671e91ddaa2604f188933837a51f26d80903340 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:15:49.597Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:15:49.611Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-core-command-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:15:49.669Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:15:50.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:15:50.017Z] . [Pipeline] withDockerContainer [2020-10-20T06:15:50.117Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:15:50.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:50.782Z] $ docker top bd86082e7560e2302a082ccf195a7fcf8b37bdaa86eb45d2b4f1f050ea83d3f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:15:51.357Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:15:51.357Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:15:56.828Z] $ docker stop --time=1 bd86082e7560e2302a082ccf195a7fcf8b37bdaa86eb45d2b4f1f050ea83d3f5 [2020-10-20T06:15:58.208Z] $ docker rm -f bd86082e7560e2302a082ccf195a7fcf8b37bdaa86eb45d2b4f1f050ea83d3f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:15:58.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:15:58.697Z] . [Pipeline] withDockerContainer [2020-10-20T06:15:58.802Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:15:58.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:15:59.582Z] $ docker top f659d140af492d7f4dd8c135587dd69b22a575915f5832b261ec1db15187d82a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:00.163Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:16:00.163Z] + tee [2020-10-20T06:16:00.163Z] clair timeout 1m0s [2020-10-20T06:16:00.163Z] docker timeout: 1m0s [2020-10-20T06:16:00.163Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:01.241Z] $ docker stop --time=1 f659d140af492d7f4dd8c135587dd69b22a575915f5832b261ec1db15187d82a [2020-10-20T06:16:02.616Z] $ docker rm -f f659d140af492d7f4dd8c135587dd69b22a575915f5832b261ec1db15187d82a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:16:03.169Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:16:03.183Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-core-data-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:16:03.259Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:16:03.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:16:03.687Z] . [Pipeline] withDockerContainer [2020-10-20T06:16:03.813Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:16:03.865Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:16:04.623Z] $ docker top 488a58e5224d2e3349c2ede2c07d2afda1cc876961ab7a47691cf47f5d8f62ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:05.265Z] + tee [2020-10-20T06:16:05.265Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:08.803Z] $ docker stop --time=1 488a58e5224d2e3349c2ede2c07d2afda1cc876961ab7a47691cf47f5d8f62ee [2020-10-20T06:16:10.212Z] $ docker rm -f 488a58e5224d2e3349c2ede2c07d2afda1cc876961ab7a47691cf47f5d8f62ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:16:10.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:16:10.745Z] . [Pipeline] withDockerContainer [2020-10-20T06:16:10.850Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:16:10.899Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:16:11.618Z] $ docker top 5c1de81911e89b97dafc6332293445e66e1ec597336d7deed269be1b3830cd69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:12.155Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:16:12.156Z] + tee [2020-10-20T06:16:12.156Z] clair timeout 1m0s [2020-10-20T06:16:12.156Z] docker timeout: 1m0s [2020-10-20T06:16:12.156Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:12.843Z] $ docker stop --time=1 5c1de81911e89b97dafc6332293445e66e1ec597336d7deed269be1b3830cd69 [2020-10-20T06:16:14.192Z] $ docker rm -f 5c1de81911e89b97dafc6332293445e66e1ec597336d7deed269be1b3830cd69 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:16:14.692Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:16:14.705Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-core-metadata-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:16:14.792Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:16:15.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:16:15.156Z] . [Pipeline] withDockerContainer [2020-10-20T06:16:15.258Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:16:15.311Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:16:15.913Z] $ docker top 4d16245879f6413c17545a1d20604d37001bb18ae05a4d448e54fd6bb1eb33cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:16.437Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:16:16.437Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:20.830Z] $ docker stop --time=1 4d16245879f6413c17545a1d20604d37001bb18ae05a4d448e54fd6bb1eb33cd [2020-10-20T06:16:22.178Z] $ docker rm -f 4d16245879f6413c17545a1d20604d37001bb18ae05a4d448e54fd6bb1eb33cd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:16:22.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:16:22.682Z] . [Pipeline] withDockerContainer [2020-10-20T06:16:22.802Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:16:22.860Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:16:23.592Z] $ docker top 9fcb0bfde4f4436829b5374e03d20ad6f8c12cfbeb80ecb1f1ece277fbe4e124 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:24.185Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:16:24.185Z] + tee [2020-10-20T06:16:24.185Z] clair timeout 1m0s [2020-10-20T06:16:24.185Z] docker timeout: 1m0s [2020-10-20T06:16:24.185Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:25.252Z] $ docker stop --time=1 9fcb0bfde4f4436829b5374e03d20ad6f8c12cfbeb80ecb1f1ece277fbe4e124 [2020-10-20T06:16:26.653Z] $ docker rm -f 9fcb0bfde4f4436829b5374e03d20ad6f8c12cfbeb80ecb1f1ece277fbe4e124 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:16:27.199Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:16:27.214Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:16:27.270Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:16:27.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:16:27.641Z] . [Pipeline] withDockerContainer [2020-10-20T06:16:27.771Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:16:27.834Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:16:28.639Z] $ docker top d63e2571cace042edb2f2d4974c4db23eed54d53a49e079112d51f88e80256ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:29.273Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:16:29.273Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:36.102Z] $ docker stop --time=1 d63e2571cace042edb2f2d4974c4db23eed54d53a49e079112d51f88e80256ea [2020-10-20T06:16:37.522Z] $ docker rm -f d63e2571cace042edb2f2d4974c4db23eed54d53a49e079112d51f88e80256ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:16:38.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:16:38.048Z] . [Pipeline] withDockerContainer [2020-10-20T06:16:38.162Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:16:38.228Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:16:38.968Z] $ docker top 71a03248104787782d1bcd5961093aea47d68f551573c7dd53cbeeedc1e91e1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:39.523Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:16:39.523Z] + tee [2020-10-20T06:16:39.523Z] clair timeout 1m0s [2020-10-20T06:16:39.523Z] docker timeout: 1m0s [2020-10-20T06:16:39.523Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:41.102Z] $ docker stop --time=1 71a03248104787782d1bcd5961093aea47d68f551573c7dd53cbeeedc1e91e1a [2020-10-20T06:16:42.455Z] $ docker rm -f 71a03248104787782d1bcd5961093aea47d68f551573c7dd53cbeeedc1e91e1a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:16:42.954Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:16:42.973Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:16:43.032Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:16:43.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:16:43.393Z] . [Pipeline] withDockerContainer [2020-10-20T06:16:43.524Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:16:43.580Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:16:44.265Z] $ docker top 82cd66a5f3305d000ea857b9fcfdd009636d8d08e530f63d9b75c0a7e9f05171 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:44.848Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:16:44.848Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:53.191Z] $ docker stop --time=1 82cd66a5f3305d000ea857b9fcfdd009636d8d08e530f63d9b75c0a7e9f05171 [2020-10-20T06:16:54.597Z] $ docker rm -f 82cd66a5f3305d000ea857b9fcfdd009636d8d08e530f63d9b75c0a7e9f05171 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:16:55.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:16:55.090Z] . [Pipeline] withDockerContainer [2020-10-20T06:16:55.196Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:16:55.246Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:16:56.006Z] $ docker top bdbd4120b538a60d35b9bce51a71c5f31794a238db891195c214ee57663341d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:16:56.570Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:16:56.570Z] + tee [2020-10-20T06:16:56.570Z] clair timeout 1m0s [2020-10-20T06:16:56.570Z] docker timeout: 1m0s [2020-10-20T06:16:56.570Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:16:58.060Z] $ docker stop --time=1 bdbd4120b538a60d35b9bce51a71c5f31794a238db891195c214ee57663341d9 [2020-10-20T06:16:59.411Z] $ docker rm -f bdbd4120b538a60d35b9bce51a71c5f31794a238db891195c214ee57663341d9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:16:59.899Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:16:59.915Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:16:59.970Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:17:00.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:17:00.395Z] . [Pipeline] withDockerContainer [2020-10-20T06:17:00.514Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:17:00.560Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:17:01.343Z] $ docker top 6f170557f605452be1cfd97ca22da0057b1099e5cedcbf609076f59a2a59473e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:17:01.892Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:17:01.892Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:17:05.380Z] $ docker stop --time=1 6f170557f605452be1cfd97ca22da0057b1099e5cedcbf609076f59a2a59473e [2020-10-20T06:17:06.725Z] $ docker rm -f 6f170557f605452be1cfd97ca22da0057b1099e5cedcbf609076f59a2a59473e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:17:07.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:17:07.197Z] . [Pipeline] withDockerContainer [2020-10-20T06:17:07.307Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:17:07.364Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:17:08.015Z] $ docker top c645f502daef7dc0e9c773c0e09e99a6b6887aa262102871b1beb7c19ecd5761 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:17:08.603Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:17:08.604Z] + tee [2020-10-20T06:17:08.604Z] clair timeout 1m0s [2020-10-20T06:17:08.604Z] docker timeout: 1m0s [2020-10-20T06:17:08.604Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:17:09.284Z] $ docker stop --time=1 c645f502daef7dc0e9c773c0e09e99a6b6887aa262102871b1beb7c19ecd5761 [2020-10-20T06:17:10.635Z] $ docker rm -f c645f502daef7dc0e9c773c0e09e99a6b6887aa262102871b1beb7c19ecd5761 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:17:11.124Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:17:11.139Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-support-logging-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:17:11.197Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:17:11.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:17:11.544Z] . [Pipeline] withDockerContainer [2020-10-20T06:17:11.645Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:17:11.690Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:17:12.415Z] $ docker top 0f24e0c33fdf11e5b9ad558ddf3ad66b058b5b72fe2f378e9ff866250460038d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:17:12.964Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:17:12.964Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:17:18.527Z] $ docker stop --time=1 0f24e0c33fdf11e5b9ad558ddf3ad66b058b5b72fe2f378e9ff866250460038d [2020-10-20T06:17:19.911Z] $ docker rm -f 0f24e0c33fdf11e5b9ad558ddf3ad66b058b5b72fe2f378e9ff866250460038d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:17:20.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:17:20.418Z] . [Pipeline] withDockerContainer [2020-10-20T06:17:20.519Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:17:20.562Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:17:21.404Z] $ docker top ae82673cd099b105cac5f0f11f508e5982b4bfcc769b2aadcd592a7948da7737 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:17:22.026Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:17:22.026Z] + tee [2020-10-20T06:17:22.026Z] clair timeout 1m0s [2020-10-20T06:17:22.026Z] docker timeout: 1m0s [2020-10-20T06:17:22.026Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:17:23.120Z] $ docker stop --time=1 ae82673cd099b105cac5f0f11f508e5982b4bfcc769b2aadcd592a7948da7737 [2020-10-20T06:17:24.503Z] $ docker rm -f ae82673cd099b105cac5f0f11f508e5982b4bfcc769b2aadcd592a7948da7737 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:17:24.977Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:17:24.990Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-support-notifications-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:17:25.042Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:17:25.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:17:25.387Z] . [Pipeline] withDockerContainer [2020-10-20T06:17:25.490Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:17:25.539Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:17:26.188Z] $ docker top 93a16e86fe5bb8c581fa427d592b0130acbd6702a62c3107cd016d36b740ffc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:17:26.753Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:17:26.753Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:17:29.462Z] $ docker stop --time=1 93a16e86fe5bb8c581fa427d592b0130acbd6702a62c3107cd016d36b740ffc2 [2020-10-20T06:17:30.816Z] $ docker rm -f 93a16e86fe5bb8c581fa427d592b0130acbd6702a62c3107cd016d36b740ffc2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:17:31.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:17:31.300Z] . [Pipeline] withDockerContainer [2020-10-20T06:17:31.400Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:17:31.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:17:32.403Z] $ docker top 0d95c60aa9d598f5f6d67a58fc889c2fecb4f4db2e903b4adc1a90b9c0212f08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:17:32.935Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:17:32.935Z] + tee [2020-10-20T06:17:32.935Z] clair timeout 1m0s [2020-10-20T06:17:32.935Z] docker timeout: 1m0s [2020-10-20T06:17:32.935Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:17:33.622Z] $ docker stop --time=1 0d95c60aa9d598f5f6d67a58fc889c2fecb4f4db2e903b4adc1a90b9c0212f08 [2020-10-20T06:17:34.958Z] $ docker rm -f 0d95c60aa9d598f5f6d67a58fc889c2fecb4f4db2e903b4adc1a90b9c0212f08 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:17:35.508Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:17:35.525Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-support-scheduler-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:17:35.581Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:17:35.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:17:35.924Z] . [Pipeline] withDockerContainer [2020-10-20T06:17:36.033Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:17:36.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:17:36.785Z] $ docker top 720181f5a6a022c0ef0e50fd75df038a0e324bf58d7ca48595d82b5e24d43574 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:17:37.326Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:17:37.326Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:17:53.229Z] $ docker stop --time=1 720181f5a6a022c0ef0e50fd75df038a0e324bf58d7ca48595d82b5e24d43574 [2020-10-20T06:17:54.675Z] $ docker rm -f 720181f5a6a022c0ef0e50fd75df038a0e324bf58d7ca48595d82b5e24d43574 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:17:55.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T06:17:55.180Z] . [Pipeline] withDockerContainer [2020-10-20T06:17:55.286Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:17:55.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:17:56.144Z] $ docker top 7499455db19b0abc89a4573ad5c4bced91ddd84f6b834b18bda3ee95333ceeca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T06:17:56.671Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:12565dec60f03e6cbc896b7e2b47784094aed3ee [2020-10-20T06:17:56.671Z] + tee [2020-10-20T06:17:56.671Z] clair timeout 1m0s [2020-10-20T06:17:56.671Z] docker timeout: 1m0s [2020-10-20T06:17:56.671Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T06:17:58.169Z] $ docker stop --time=1 7499455db19b0abc89a4573ad5c4bced91ddd84f6b834b18bda3ee95333ceeca [2020-10-20T06:17:59.568Z] $ docker rm -f 7499455db19b0abc89a4573ad5c4bced91ddd84f6b834b18bda3ee95333ceeca [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T06:18:00.076Z] + mkdir -p /w/workspace/edgex-go/199/clair-reports [Pipeline] echo [2020-10-20T06:18:00.091Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/199/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_12565dec60f03e6cbc896b7e2b47784094aed3ee.html [Pipeline] writeFile [Pipeline] step [2020-10-20T06:18:00.146Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-20T06:18:00.664Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T06:18:00.717Z] provisioning config files... [2020-10-20T06:18:00.736Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/199@tmp/config76720576755724960tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:18:01.121Z] --> edgex-publish-swagger.sh [2020-10-20T06:18:01.121Z] === Publish openapi/v1 API === [2020-10-20T06:18:01.121Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-20T06:18:01.121Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-20T06:18:01.121Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:01.121Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:02.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8208 0:00:01 0:00:01 --:--:-- 8213 100 10521 0 0 100 10521 0 8206 0:00:01 0:00:01 --:--:-- 8213 [2020-10-20T06:18:02.517Z] [2020-10-20T06:18:02.517Z] [2020-10-20T06:18:02.517Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-20T06:18:02.517Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:02.517Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:03.476Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30935 0:00:01 0:00:01 --:--:-- 30976 100 32556 0 0 100 32556 0 30930 0:00:01 0:00:01 --:--:-- 30976 [2020-10-20T06:18:03.476Z] [2020-10-20T06:18:03.476Z] [2020-10-20T06:18:03.476Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-20T06:18:03.476Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:03.476Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:04.703Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 284k --:--:-- --:--:-- --:--:-- 284k 100 73720 0 0 100 73720 0 66760 0:00:01 0:00:01 --:--:-- 66775 [2020-10-20T06:18:04.703Z] [2020-10-20T06:18:04.703Z] [2020-10-20T06:18:04.703Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-20T06:18:04.703Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:04.703Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:05.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12465 0:00:01 0:00:01 --:--:-- 12470 [2020-10-20T06:18:05.658Z] [2020-10-20T06:18:05.658Z] [2020-10-20T06:18:05.658Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-20T06:18:05.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:05.658Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:06.867Z] 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 37227 0:00:01 0:00:01 --:--:-- 37214 100 38889 0 0 100 38889 0 37220 0:00:01 0:00:01 --:--:-- 37214 [2020-10-20T06:18:06.867Z] [2020-10-20T06:18:06.867Z] [2020-10-20T06:18:06.867Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-20T06:18:06.867Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:06.867Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:07.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13567 0:00:01 0:00:01 --:--:-- 13582 100 14248 0 0 100 14248 0 13565 0:00:01 0:00:01 --:--:-- 13569 [2020-10-20T06:18:07.813Z] [2020-10-20T06:18:07.813Z] [2020-10-20T06:18:07.813Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-20T06:18:07.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:07.813Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:08.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4004 0:00:01 0:00:01 --:--:-- 4008 100 4109 0 0 100 4109 0 4003 0:00:01 0:00:01 --:--:-- 4004 [2020-10-20T06:18:08.760Z] [2020-10-20T06:18:08.760Z] [2020-10-20T06:18:08.760Z] === Publish openapi/v2 API === [2020-10-20T06:18:08.760Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-20T06:18:08.760Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-20T06:18:08.760Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:08.760Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:10.151Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26813 0:00:01 0:00:01 --:--:-- 26825 100 29535 0 0 100 29535 0 26809 0:00:01 0:00:01 --:--:-- 26825 [2020-10-20T06:18:10.151Z] [2020-10-20T06:18:10.151Z] [2020-10-20T06:18:10.151Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-20T06:18:10.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:10.151Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:11.096Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 61298 0:00:01 0:00:01 --:--:-- 61353 100 65648 0 0 100 65648 0 61287 0:00:01 0:00:01 --:--:-- 61353 [2020-10-20T06:18:11.096Z] [2020-10-20T06:18:11.096Z] [2020-10-20T06:18:11.096Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-20T06:18:11.096Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:11.096Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:12.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k [2020-10-20T06:18:12.488Z] [2020-10-20T06:18:12.488Z] [2020-10-20T06:18:12.488Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-20T06:18:12.488Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:12.488Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:13.438Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 22944 0:00:01 0:00:01 --:--:-- 22956 100 23691 0 0 100 23691 0 22938 0:00:01 0:00:01 --:--:-- 22956 [2020-10-20T06:18:13.438Z] [2020-10-20T06:18:13.438Z] [2020-10-20T06:18:13.438Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-20T06:18:13.438Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:13.438Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:14.384Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 55427 0:00:01 0:00:01 --:--:-- 55478 100 62691 0 0 100 62691 0 55416 0:00:01 0:00:01 --:--:-- 55429 [2020-10-20T06:18:14.384Z] [2020-10-20T06:18:14.384Z] [2020-10-20T06:18:14.384Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-20T06:18:14.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:14.384Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:15.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 43642 0:00:01 0:00:01 --:--:-- 43665 100 46198 0 0 100 46198 0 43634 0:00:01 0:00:01 --:--:-- 43665 [2020-10-20T06:18:15.772Z] [2020-10-20T06:18:15.772Z] [2020-10-20T06:18:15.772Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-20T06:18:15.772Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T06:18:15.772Z] Dload Upload Total Spent Left Speed [2020-10-20T06:18:16.719Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19718 0:00:01 0:00:01 --:--:-- 19705 100 23725 0 0 100 23725 0 19495 0:00:01 0:00:01 --:--:-- 19494 [2020-10-20T06:18:16.719Z] [2020-10-20T06:18:16.719Z] [Pipeline] } [2020-10-20T06:18:16.730Z] 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-20T06:18:17.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T06:18:17.629Z] . [Pipeline] withDockerContainer [2020-10-20T06:18:17.736Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:18:17.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:18:18.670Z] $ docker top ef4e3cc5f41133ab0e7e22e7c082f578c4f358051ead386cf2724aa180867ba5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T06:18:19.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T06:18:19.019Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T06:18:19.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T06:18:19.283Z] $ docker exec ef4e3cc5f41133ab0e7e22e7c082f578c4f358051ead386cf2724aa180867ba5 ssh-agent [2020-10-20T06:18:19.457Z] SSH_AUTH_SOCK=/tmp/ssh-vBVfrZI4NxvO/agent.12 [2020-10-20T06:18:19.457Z] SSH_AGENT_PID=17 [2020-10-20T06:18:19.466Z] Running ssh-add (command line suppressed) [2020-10-20T06:18:19.602Z] Identity added: /w/workspace/edgex-go/199@tmp/private_key_7851859172553085874.key (/w/workspace/edgex-go/199@tmp/private_key_7851859172553085874.key) [2020-10-20T06:18:19.657Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T06:18:19.994Z] + git semver tag [2020-10-20T06:18:20.257Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T06:18:20.257Z] # $GIT_DIR = /w/workspace/edgex-go/199/.git [2020-10-20T06:18:20.257Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/199 [2020-10-20T06:18:20.257Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T06:18:20.257Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T06:18:20.257Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T06:18:20.257Z] # $SEMVER_BRANCH = master [2020-10-20T06:18:20.257Z] # $SEMVER_DIR = /w/workspace/edgex-go/199/.semver [2020-10-20T06:18:20.257Z] # 12565dec60f03e6cbc896b7e2b47784094aed3ee HEAD [2020-10-20T06:18:20.836Z] # -> Force: false [2020-10-20T06:18:20.836Z] # a2c4a463b36976de53ac05ad36e00fcdb680515b refs/tags/v1.2.2-dev.83 [Pipeline] } [2020-10-20T06:18:20.855Z] $ docker exec --env ******** --env ******** ef4e3cc5f41133ab0e7e22e7c082f578c4f358051ead386cf2724aa180867ba5 ssh-agent -k [2020-10-20T06:18:21.042Z] unset SSH_AUTH_SOCK; [2020-10-20T06:18:21.043Z] unset SSH_AGENT_PID; [2020-10-20T06:18:21.043Z] echo Agent pid 17 killed; [2020-10-20T06:18:21.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T06:18:21.603Z] + git semver [Pipeline] } [2020-10-20T06:18:21.625Z] $ docker stop --time=1 ef4e3cc5f41133ab0e7e22e7c082f578c4f358051ead386cf2724aa180867ba5 [2020-10-20T06:18:23.039Z] $ docker rm -f ef4e3cc5f41133ab0e7e22e7c082f578c4f358051ead386cf2724aa180867ba5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:18:23.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T06:18:23.763Z] [2020-10-20T06:18:23.763Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:18:24.125Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T06:18:24.125Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T06:18:24.125Z] ab5ef0e58194: Pulling fs layer [2020-10-20T06:18:24.125Z] 9712f1f96733: Pulling fs layer [2020-10-20T06:18:24.125Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T06:18:24.125Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T06:18:24.125Z] e9a5061849ea: Pulling fs layer [2020-10-20T06:18:24.125Z] d747dcd14b5f: Pulling fs layer [2020-10-20T06:18:24.125Z] 2de7ff778b66: Pulling fs layer [2020-10-20T06:18:24.125Z] e9a5061849ea: Waiting [2020-10-20T06:18:24.125Z] d747dcd14b5f: Waiting [2020-10-20T06:18:24.125Z] 2de7ff778b66: Waiting [2020-10-20T06:18:24.125Z] 0d9ebad4ef96: Waiting [2020-10-20T06:18:24.125Z] 9712f1f96733: Verifying Checksum [2020-10-20T06:18:24.125Z] 9712f1f96733: Download complete [2020-10-20T06:18:26.050Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T06:18:26.050Z] 63f879dbbcfc: Download complete [2020-10-20T06:18:26.050Z] e9a5061849ea: Verifying Checksum [2020-10-20T06:18:26.050Z] e9a5061849ea: Download complete [2020-10-20T06:18:26.313Z] d747dcd14b5f: Verifying Checksum [2020-10-20T06:18:26.313Z] d747dcd14b5f: Download complete [2020-10-20T06:18:26.577Z] 2de7ff778b66: Verifying Checksum [2020-10-20T06:18:26.577Z] 2de7ff778b66: Download complete [2020-10-20T06:18:27.157Z] ab5ef0e58194: Verifying Checksum [2020-10-20T06:18:27.157Z] ab5ef0e58194: Download complete [2020-10-20T06:18:27.157Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T06:18:27.157Z] 0d9ebad4ef96: Download complete [2020-10-20T06:18:32.475Z] ab5ef0e58194: Pull complete [2020-10-20T06:18:32.475Z] 9712f1f96733: Pull complete [2020-10-20T06:18:34.403Z] 63f879dbbcfc: Pull complete [2020-10-20T06:18:39.730Z] 0d9ebad4ef96: Pull complete [2020-10-20T06:18:39.993Z] e9a5061849ea: Pull complete [2020-10-20T06:18:39.993Z] d747dcd14b5f: Pull complete [2020-10-20T06:18:44.218Z] 2de7ff778b66: Pull complete [2020-10-20T06:18:44.218Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T06:18:44.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T06:18:44.218Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T06:18:44.498Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:18:44.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:18:47.882Z] $ docker top a7885e5c49110796e1067a574582e1a7498ad650cbf9fd15d02d170b456e9020 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T06:18:48.155Z] provisioning config files... [2020-10-20T06:18:48.171Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/199@tmp/config8758310284921605460tmp [2020-10-20T06:18:48.188Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/199@tmp/config4506899574550120086tmp [2020-10-20T06:18:48.204Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/199@tmp/config1445995451885420800tmp [Pipeline] { [Pipeline] echo [2020-10-20T06:18:48.256Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:18:48.563Z] ---> sigul-configuration.sh [2020-10-20T06:18:48.563Z] gpg: directory `/root/.gnupg' created [2020-10-20T06:18:48.563Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T06:18:48.563Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T06:18:48.563Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T06:18:48.563Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T06:18:48.563Z] gpg: CAST5 encrypted data [2020-10-20T06:18:48.825Z] gpg: encrypted with 1 passphrase [2020-10-20T06:18:48.825Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T06:18:49.128Z] + mkdir /home/jenkins [2020-10-20T06:18:49.128Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T06:18:49.476Z] + 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-20T06:18:49.487Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:18:49.786Z] ---> sigul-install.sh [2020-10-20T06:18:56.390Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T06:18:56.709Z] + git tag --list [2020-10-20T06:18:56.709Z] 0.6.0 [2020-10-20T06:18:56.709Z] 0.6.1 [2020-10-20T06:18:56.709Z] 0.7.0 [2020-10-20T06:18:56.709Z] 0.7.1 [2020-10-20T06:18:56.709Z] v1.0.0 [2020-10-20T06:18:56.709Z] v1.0.1 [2020-10-20T06:18:56.709Z] v1.1.0 [2020-10-20T06:18:56.709Z] v1.2.0 [2020-10-20T06:18:56.709Z] v1.2.1 [2020-10-20T06:18:56.709Z] v1.2.2-dev.1 [2020-10-20T06:18:56.709Z] v1.2.2-dev.10 [2020-10-20T06:18:56.709Z] v1.2.2-dev.11 [2020-10-20T06:18:56.709Z] v1.2.2-dev.12 [2020-10-20T06:18:56.709Z] v1.2.2-dev.13 [2020-10-20T06:18:56.709Z] v1.2.2-dev.14 [2020-10-20T06:18:56.709Z] v1.2.2-dev.15 [2020-10-20T06:18:56.709Z] v1.2.2-dev.16 [2020-10-20T06:18:56.709Z] v1.2.2-dev.17 [2020-10-20T06:18:56.709Z] v1.2.2-dev.18 [2020-10-20T06:18:56.709Z] v1.2.2-dev.19 [2020-10-20T06:18:56.709Z] v1.2.2-dev.2 [2020-10-20T06:18:56.709Z] v1.2.2-dev.20 [2020-10-20T06:18:56.709Z] v1.2.2-dev.21 [2020-10-20T06:18:56.709Z] v1.2.2-dev.22 [2020-10-20T06:18:56.709Z] v1.2.2-dev.23 [2020-10-20T06:18:56.709Z] v1.2.2-dev.24 [2020-10-20T06:18:56.709Z] v1.2.2-dev.25 [2020-10-20T06:18:56.709Z] v1.2.2-dev.26 [2020-10-20T06:18:56.709Z] v1.2.2-dev.27 [2020-10-20T06:18:56.709Z] v1.2.2-dev.28 [2020-10-20T06:18:56.709Z] v1.2.2-dev.29 [2020-10-20T06:18:56.709Z] v1.2.2-dev.3 [2020-10-20T06:18:56.709Z] v1.2.2-dev.30 [2020-10-20T06:18:56.709Z] v1.2.2-dev.31 [2020-10-20T06:18:56.709Z] v1.2.2-dev.32 [2020-10-20T06:18:56.709Z] v1.2.2-dev.33 [2020-10-20T06:18:56.709Z] v1.2.2-dev.34 [2020-10-20T06:18:56.709Z] v1.2.2-dev.35 [2020-10-20T06:18:56.709Z] v1.2.2-dev.36 [2020-10-20T06:18:56.709Z] v1.2.2-dev.37 [2020-10-20T06:18:56.709Z] v1.2.2-dev.38 [2020-10-20T06:18:56.709Z] v1.2.2-dev.39 [2020-10-20T06:18:56.709Z] v1.2.2-dev.4 [2020-10-20T06:18:56.709Z] v1.2.2-dev.40 [2020-10-20T06:18:56.709Z] v1.2.2-dev.41 [2020-10-20T06:18:56.709Z] v1.2.2-dev.42 [2020-10-20T06:18:56.709Z] v1.2.2-dev.43 [2020-10-20T06:18:56.709Z] v1.2.2-dev.44 [2020-10-20T06:18:56.709Z] v1.2.2-dev.45 [2020-10-20T06:18:56.709Z] v1.2.2-dev.46 [2020-10-20T06:18:56.709Z] v1.2.2-dev.47 [2020-10-20T06:18:56.709Z] v1.2.2-dev.48 [2020-10-20T06:18:56.709Z] v1.2.2-dev.49 [2020-10-20T06:18:56.709Z] v1.2.2-dev.5 [2020-10-20T06:18:56.709Z] v1.2.2-dev.50 [2020-10-20T06:18:56.709Z] v1.2.2-dev.51 [2020-10-20T06:18:56.709Z] v1.2.2-dev.52 [2020-10-20T06:18:56.709Z] v1.2.2-dev.53 [2020-10-20T06:18:56.709Z] v1.2.2-dev.54 [2020-10-20T06:18:56.709Z] v1.2.2-dev.55 [2020-10-20T06:18:56.709Z] v1.2.2-dev.56 [2020-10-20T06:18:56.709Z] v1.2.2-dev.57 [2020-10-20T06:18:56.709Z] v1.2.2-dev.58 [2020-10-20T06:18:56.709Z] v1.2.2-dev.59 [2020-10-20T06:18:56.709Z] v1.2.2-dev.6 [2020-10-20T06:18:56.709Z] v1.2.2-dev.60 [2020-10-20T06:18:56.709Z] v1.2.2-dev.61 [2020-10-20T06:18:56.709Z] v1.2.2-dev.62 [2020-10-20T06:18:56.709Z] v1.2.2-dev.63 [2020-10-20T06:18:56.709Z] v1.2.2-dev.64 [2020-10-20T06:18:56.709Z] v1.2.2-dev.65 [2020-10-20T06:18:56.709Z] v1.2.2-dev.66 [2020-10-20T06:18:56.709Z] v1.2.2-dev.67 [2020-10-20T06:18:56.709Z] v1.2.2-dev.68 [2020-10-20T06:18:56.709Z] v1.2.2-dev.69 [2020-10-20T06:18:56.709Z] v1.2.2-dev.7 [2020-10-20T06:18:56.709Z] v1.2.2-dev.70 [2020-10-20T06:18:56.709Z] v1.2.2-dev.71 [2020-10-20T06:18:56.709Z] v1.2.2-dev.72 [2020-10-20T06:18:56.709Z] v1.2.2-dev.73 [2020-10-20T06:18:56.709Z] v1.2.2-dev.74 [2020-10-20T06:18:56.709Z] v1.2.2-dev.75 [2020-10-20T06:18:56.709Z] v1.2.2-dev.76 [2020-10-20T06:18:56.709Z] v1.2.2-dev.77 [2020-10-20T06:18:56.709Z] v1.2.2-dev.78 [2020-10-20T06:18:56.709Z] v1.2.2-dev.79 [2020-10-20T06:18:56.709Z] v1.2.2-dev.8 [2020-10-20T06:18:56.709Z] v1.2.2-dev.80 [2020-10-20T06:18:56.709Z] v1.2.2-dev.81 [2020-10-20T06:18:56.709Z] v1.2.2-dev.82 [2020-10-20T06:18:56.709Z] v1.2.2-dev.83 [2020-10-20T06:18:56.709Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-20T06:18:57.497Z] + lftools sign git-tag v1.2.2-dev.83 [2020-10-20T06:18:58.888Z] Signing Git tag with Sigul... [2020-10-20T06:18:58.888Z] Signing v1.2.2-dev.83 [Pipeline] echo [2020-10-20T06:19:00.288Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:19:00.584Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T06:19:00.617Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T06:19:00.724Z] $ docker stop --time=1 a7885e5c49110796e1067a574582e1a7498ad650cbf9fd15d02d170b456e9020 [2020-10-20T06:19:02.790Z] $ docker rm -f a7885e5c49110796e1067a574582e1a7498ad650cbf9fd15d02d170b456e9020 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:19:03.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T06:19:03.647Z] . [Pipeline] withDockerContainer [2020-10-20T06:19:03.755Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:19:03.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:19:04.899Z] $ docker top 6d103b2ee1abc27babd35dd79c4862998decb8c945f3a9541ee3be16148ae357 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T06:19:05.199Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T06:19:05.199Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T06:19:05.403Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T06:19:05.408Z] $ docker exec 6d103b2ee1abc27babd35dd79c4862998decb8c945f3a9541ee3be16148ae357 ssh-agent [2020-10-20T06:19:05.585Z] SSH_AUTH_SOCK=/tmp/ssh-BTCUWBuBodps/agent.11 [2020-10-20T06:19:05.585Z] SSH_AGENT_PID=16 [2020-10-20T06:19:05.592Z] Running ssh-add (command line suppressed) [2020-10-20T06:19:05.724Z] Identity added: /w/workspace/edgex-go/199@tmp/private_key_5834378872460448901.key (/w/workspace/edgex-go/199@tmp/private_key_5834378872460448901.key) [2020-10-20T06:19:05.777Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T06:19:06.129Z] + git semver bump pre [2020-10-20T06:19:06.129Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T06:19:06.129Z] # $GIT_DIR = /w/workspace/edgex-go/199/.git [2020-10-20T06:19:06.129Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/199 [2020-10-20T06:19:06.129Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T06:19:06.129Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T06:19:06.129Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T06:19:06.129Z] # $SEMVER_BRANCH = master [2020-10-20T06:19:06.129Z] # $SEMVER_DIR = /w/workspace/edgex-go/199/.semver [2020-10-20T06:19:06.129Z] 1.2.2-dev.84 [Pipeline] } [2020-10-20T06:19:06.144Z] $ docker exec --env ******** --env ******** 6d103b2ee1abc27babd35dd79c4862998decb8c945f3a9541ee3be16148ae357 ssh-agent -k [2020-10-20T06:19:06.269Z] unset SSH_AUTH_SOCK; [2020-10-20T06:19:06.270Z] unset SSH_AGENT_PID; [2020-10-20T06:19:06.270Z] echo Agent pid 16 killed; [2020-10-20T06:19:06.319Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T06:19:06.778Z] + git semver [Pipeline] } [2020-10-20T06:19:06.798Z] $ docker stop --time=1 6d103b2ee1abc27babd35dd79c4862998decb8c945f3a9541ee3be16148ae357 [2020-10-20T06:19:08.138Z] $ docker rm -f 6d103b2ee1abc27babd35dd79c4862998decb8c945f3a9541ee3be16148ae357 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:19:08.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T06:19:08.666Z] . [Pipeline] withDockerContainer [2020-10-20T06:19:08.776Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:19:08.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T06:19:09.461Z] $ docker top 0d78fb1eab36669a7d498f90b3b80cd78b8656357697b92bac236ca55b7c641b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T06:19:09.757Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T06:19:09.757Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T06:19:09.948Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T06:19:09.953Z] $ docker exec 0d78fb1eab36669a7d498f90b3b80cd78b8656357697b92bac236ca55b7c641b ssh-agent [2020-10-20T06:19:10.136Z] SSH_AUTH_SOCK=/tmp/ssh-4BYLdw7r3zss/agent.12 [2020-10-20T06:19:10.136Z] SSH_AGENT_PID=17 [2020-10-20T06:19:10.144Z] Running ssh-add (command line suppressed) [2020-10-20T06:19:10.272Z] Identity added: /w/workspace/edgex-go/199@tmp/private_key_5443382318155727167.key (/w/workspace/edgex-go/199@tmp/private_key_5443382318155727167.key) [2020-10-20T06:19:10.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T06:19:10.721Z] + git semver push [2020-10-20T06:19:10.721Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T06:19:10.721Z] # $GIT_DIR = /w/workspace/edgex-go/199/.git [2020-10-20T06:19:10.721Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/199 [2020-10-20T06:19:10.721Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T06:19:10.721Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T06:19:10.721Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T06:19:10.721Z] # $SEMVER_BRANCH = master [2020-10-20T06:19:10.721Z] # $SEMVER_DIR = /w/workspace/edgex-go/199/.semver [Pipeline] } [2020-10-20T06:19:21.659Z] $ docker exec --env ******** --env ******** 0d78fb1eab36669a7d498f90b3b80cd78b8656357697b92bac236ca55b7c641b ssh-agent -k [2020-10-20T06:19:21.824Z] unset SSH_AUTH_SOCK; [2020-10-20T06:19:21.824Z] unset SSH_AGENT_PID; [2020-10-20T06:19:21.824Z] echo Agent pid 17 killed; [2020-10-20T06:19:21.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T06:19:22.506Z] + git semver [Pipeline] } [2020-10-20T06:19:22.525Z] $ docker stop --time=1 0d78fb1eab36669a7d498f90b3b80cd78b8656357697b92bac236ca55b7c641b [2020-10-20T06:19:23.937Z] $ docker rm -f 0d78fb1eab36669a7d498f90b3b80cd78b8656357697b92bac236ca55b7c641b [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-20T06:19:25.256Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:19:26.143Z] ---> package-listing.sh [2020-10-20T06:19:26.143Z] ++ facter osfamily [2020-10-20T06:19:26.143Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T06:19:26.143Z] + OS_FAMILY=redhat [2020-10-20T06:19:26.143Z] + workspace=/w/workspace/edgex-go/199 [2020-10-20T06:19:26.143Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T06:19:26.143Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T06:19:26.143Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T06:19:26.143Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T06:19:26.143Z] + '[' /w/workspace/edgex-go/199 ']' [2020-10-20T06:19:26.143Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T06:19:26.143Z] + case "${OS_FAMILY}" in [2020-10-20T06:19:26.143Z] + rpm -qa [2020-10-20T06:19:26.143Z] + sort [2020-10-20T06:19:30.365Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T06:19:30.365Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T06:19:30.365Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T06:19:30.365Z] + '[' /w/workspace/edgex-go/199 ']' [2020-10-20T06:19:30.365Z] + mkdir -p /w/workspace/edgex-go/199/archives/ [2020-10-20T06:19:30.365Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/199/archives/ [Pipeline] echo [2020-10-20T06:19:30.380Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/199/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T06:19:30.677Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:19:30.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T06:19:30.984Z] [2020-10-20T06:19:30.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T06:19:31.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T06:19:31.334Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T06:19:31.334Z] df20fa9351a1: Already exists [2020-10-20T06:19:31.334Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T06:19:31.334Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T06:19:31.334Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T06:19:31.334Z] 93b61091891f: Pulling fs layer [2020-10-20T06:19:31.334Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T06:19:31.334Z] 5e14af77c1be: Pulling fs layer [2020-10-20T06:19:31.334Z] 01666e4c0597: Pulling fs layer [2020-10-20T06:19:31.334Z] aa168da1d23b: Pulling fs layer [2020-10-20T06:19:31.334Z] 93b61091891f: Waiting [2020-10-20T06:19:31.334Z] 93b9cdb0e59b: Waiting [2020-10-20T06:19:31.334Z] 5e14af77c1be: Waiting [2020-10-20T06:19:31.334Z] 01666e4c0597: Waiting [2020-10-20T06:19:31.334Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T06:19:31.334Z] 46f8f816bc3b: Download complete [2020-10-20T06:19:31.334Z] 36b3adc4ff6f: Download complete [2020-10-20T06:19:31.334Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T06:19:31.334Z] 93b9cdb0e59b: Download complete [2020-10-20T06:19:31.598Z] 5e14af77c1be: Verifying Checksum [2020-10-20T06:19:31.598Z] 5e14af77c1be: Download complete [2020-10-20T06:19:31.598Z] 01666e4c0597: Download complete [2020-10-20T06:19:31.598Z] 93b61091891f: Verifying Checksum [2020-10-20T06:19:31.598Z] 93b61091891f: Download complete [2020-10-20T06:19:31.598Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T06:19:31.598Z] 8ad3a11d3b57: Download complete [2020-10-20T06:19:31.862Z] 36b3adc4ff6f: Pull complete [2020-10-20T06:19:32.823Z] 8ad3a11d3b57: Pull complete [2020-10-20T06:19:32.823Z] 46f8f816bc3b: Pull complete [2020-10-20T06:19:33.401Z] 93b61091891f: Pull complete [2020-10-20T06:19:34.349Z] aa168da1d23b: Verifying Checksum [2020-10-20T06:19:34.349Z] aa168da1d23b: Download complete [2020-10-20T06:19:34.927Z] 93b9cdb0e59b: Pull complete [2020-10-20T06:19:34.927Z] 5e14af77c1be: Pull complete [2020-10-20T06:19:35.191Z] 01666e4c0597: Pull complete [2020-10-20T06:19:43.394Z] aa168da1d23b: Pull complete [2020-10-20T06:19:43.394Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T06:19:43.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T06:19:43.394Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T06:19:43.579Z] prd-centos7-docker-4c-2g-6892 does not seem to be running inside a container [2020-10-20T06:19:43.637Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/199/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/199 -v /w/workspace/edgex-go/199:/w/workspace/edgex-go/199:rw,z -v /w/workspace/edgex-go/199@tmp:/w/workspace/edgex-go/199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T06:19:46.919Z] $ docker top 05fec5cb98deb7e2c6ddc238f5911f47b8bb921ab7d29927ef2ad34b65877d8a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T06:19:47.517Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T06:19:47.816Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T06:19:48.116Z] + ls /var/log/sa-host [2020-10-20T06:19:48.116Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T06:19:48.116Z] file_magic: OK [2020-10-20T06:19:48.116Z] HZ: Using current value: 100 [2020-10-20T06:19:48.116Z] file_header: OK [2020-10-20T06:19:48.116Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-20T06:19:48.116Z] Statistics: [2020-10-20T06:19:48.116Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T06:19:48.116Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T06:19:48.116Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T06:19:48.116Z] file_magic: OK [2020-10-20T06:19:48.116Z] HZ: Using current value: 100 [2020-10-20T06:19:48.116Z] file_header: OK [2020-10-20T06:19:48.116Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-20T06:19:48.116Z] Statistics: [2020-10-20T06:19:48.116Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T06:19:48.116Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T06:19:48.743Z] provisioning config files... [2020-10-20T06:19:48.770Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/199@tmp/config1205219615035552390tmp [Pipeline] { [Pipeline] echo [2020-10-20T06:19:48.853Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:19:49.151Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T06:19:49.160Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T06:19:49.258Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:19:49.558Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T06:19:49.571Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:19:49.880Z] ---> sudo-logs.sh [2020-10-20T06:19:49.880Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T06:19:49.893Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:19:50.197Z] ---> job-cost.sh [2020-10-20T06:19:50.198Z] lf-activate-venv: SKIPPING [2020-10-20T06:19:50.198Z] INFO: No Stack... [2020-10-20T06:19:51.592Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T06:19:52.167Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T06:19:52.181Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T06:19:52.481Z] ---> logs-deploy.sh [2020-10-20T06:19:52.481Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/199 [2020-10-20T06:19:52.481Z] INFO: archiving workspace using pattern(s): [2020-10-20T06:19:54.397Z] Archives upload complete. [2020-10-20T06:19:54.397Z] INFO: archiving logs to Nexus [2020-10-20T06:19:55.346Z] ---> uname -a: [2020-10-20T06:19:55.346Z] Linux prd-centos7-docker-4c-2g-6892.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-20T06:19:55.346Z] [2020-10-20T06:19:55.346Z] [2020-10-20T06:19:55.346Z] ---> lscpu: [2020-10-20T06:19:55.346Z] Architecture: x86_64 [2020-10-20T06:19:55.346Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-20T06:19:55.346Z] Byte Order: Little Endian [2020-10-20T06:19:55.346Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-20T06:19:55.346Z] CPU(s): 4 [2020-10-20T06:19:55.346Z] On-line CPU(s) list: 0-3 [2020-10-20T06:19:55.346Z] Thread(s) per core: 1 [2020-10-20T06:19:55.346Z] Core(s) per socket: 1 [2020-10-20T06:19:55.346Z] Socket(s): 4 [2020-10-20T06:19:55.346Z] NUMA node(s): 1 [2020-10-20T06:19:55.346Z] Vendor ID: GenuineIntel [2020-10-20T06:19:55.346Z] CPU family: 6 [2020-10-20T06:19:55.346Z] Model: 44 [2020-10-20T06:19:55.346Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-20T06:19:55.346Z] Stepping: 1 [2020-10-20T06:19:55.346Z] CPU MHz: 2933.438 [2020-10-20T06:19:55.346Z] BogoMIPS: 5866.87 [2020-10-20T06:19:55.346Z] Virtualization: VT-x [2020-10-20T06:19:55.346Z] Hypervisor vendor: KVM [2020-10-20T06:19:55.346Z] Virtualization type: full [2020-10-20T06:19:55.346Z] L1d cache: 128 KiB [2020-10-20T06:19:55.346Z] L1i cache: 128 KiB [2020-10-20T06:19:55.346Z] L2 cache: 16 MiB [2020-10-20T06:19:55.346Z] L3 cache: 64 MiB [2020-10-20T06:19:55.346Z] NUMA node0 CPU(s): 0-3 [2020-10-20T06:19:55.346Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-20T06:19:55.346Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-20T06:19:55.346Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-20T06:19:55.346Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-20T06:19:55.346Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-20T06:19:55.346Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-20T06:19:55.346Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-20T06:19:55.346Z] Vulnerability Tsx async abort: Not affected [2020-10-20T06:19:55.346Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-20T06:19:55.346Z] [2020-10-20T06:19:55.346Z] [2020-10-20T06:19:55.346Z] ---> nproc: [2020-10-20T06:19:55.346Z] 4 [2020-10-20T06:19:55.346Z] [2020-10-20T06:19:55.346Z]