Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 07721abbcb99e4a70a28e71f84dbd93e92968a92 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-7026 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/201 [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/201 # 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 > 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 Checking out Revision 07721abbcb99e4a70a28e71f84dbd93e92968a92 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 07721abbcb99e4a70a28e71f84dbd93e92968a92 # timeout=10 Commit message: "Merge pull request #2793 from tonyespy/snap-optimize-pipeline-build" > git rev-list --no-walk 8c4c394f2414110c55ccce3f9e6dadd18368a01f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T21:51:06.556Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T21:51:07.980Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T21:51:08.134Z] ========================================================= [2020-10-20T21:51:08.134Z] EdgeX Global Pipelines Version Info [2020-10-20T21:51:08.134Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T21:51:09.633Z] ------------------- [2020-10-20T21:51:09.633Z] stable info: [2020-10-20T21:51:09.633Z] ------------------- [2020-10-20T21:51:09.633Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T21:51:09.633Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T21:51:09.633Z] Message: update stable to v1.0.144 [2020-10-20T21:51:10.580Z] ------------------- [2020-10-20T21:51:10.580Z] experimental info: [2020-10-20T21:51:10.580Z] ------------------- [2020-10-20T21:51:10.580Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T21:51:10.580Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T21:51:10.580Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-20T21:51:10.841Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-20T21:51:10.970Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-20T21:51:11.105Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T21:51:11.193Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T21:51:11.290Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T21:51:11.384Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T21:51:11.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T21:51:11.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-20T21:51:11.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-20T21:51:11.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-20T21:51:11.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T21:51:12.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T21:51:12.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T21:51:12.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T21:51:12.380Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T21:51:12.514Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T21:51:12.605Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-20T21:51:12.704Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T21:51:12.853Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-20T21:51:12.942Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-20T21:51:13.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-20T21:51:13.199Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T21:51:13.289Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T21:51:13.374Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T21:51:13.456Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] echo [2020-10-20T21:51:13.545Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 07721ab [Pipeline] echo [2020-10-20T21:51:13.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-20T21:51:14.027Z] ++ 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-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/core-command/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/core-data/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-20T21:51:14.027Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T21:51:14.027Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-20T21:51:14.027Z] ++ cut -d/ -f2 [2020-10-20T21:51:14.027Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-20T21:51:14.146Z] 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-20T21:51:15.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T21:51:15.010Z] [2020-10-20T21:51:15.010Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:51:15.355Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T21:51:15.355Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T21:51:15.355Z] 31603596830f: Pulling fs layer [2020-10-20T21:51:15.355Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T21:51:15.355Z] 6ca5941a6612: Pulling fs layer [2020-10-20T21:51:15.355Z] ecc8261a40a4: Pulling fs layer [2020-10-20T21:51:15.355Z] ecc8261a40a4: Waiting [2020-10-20T21:51:15.355Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T21:51:15.355Z] 2a8b12db71e7: Download complete [2020-10-20T21:51:15.618Z] 31603596830f: Download complete [2020-10-20T21:51:15.618Z] ecc8261a40a4: Verifying Checksum [2020-10-20T21:51:15.618Z] ecc8261a40a4: Download complete [2020-10-20T21:51:15.879Z] 6ca5941a6612: Verifying Checksum [2020-10-20T21:51:15.879Z] 6ca5941a6612: Download complete [2020-10-20T21:51:15.879Z] 31603596830f: Pull complete [2020-10-20T21:51:15.879Z] 2a8b12db71e7: Pull complete [2020-10-20T21:51:16.847Z] 6ca5941a6612: Pull complete [2020-10-20T21:51:16.847Z] ecc8261a40a4: Pull complete [2020-10-20T21:51:17.109Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T21:51:17.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T21:51:17.109Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T21:51:17.212Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T21:51:17.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T21:51:19.560Z] $ docker top c54ef4e96454bf035338bd55888ea5a6ff5a3429dc557d08c0a28b658f3243cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T21:51:19.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T21:51:19.854Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T21:51:20.070Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T21:51:20.076Z] $ docker exec c54ef4e96454bf035338bd55888ea5a6ff5a3429dc557d08c0a28b658f3243cb ssh-agent [2020-10-20T21:51:20.241Z] SSH_AUTH_SOCK=/tmp/ssh-h9KEHuETYSLA/agent.12 [2020-10-20T21:51:20.241Z] SSH_AGENT_PID=17 [2020-10-20T21:51:20.253Z] Running ssh-add (command line suppressed) [2020-10-20T21:51:20.382Z] Identity added: /w/workspace/edgex-go/201@tmp/private_key_6029735271770752154.key (/w/workspace/edgex-go/201@tmp/private_key_6029735271770752154.key) [2020-10-20T21:51:20.431Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T21:51:20.766Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T21:51:20.793Z] $ docker exec --env ******** --env ******** c54ef4e96454bf035338bd55888ea5a6ff5a3429dc557d08c0a28b658f3243cb ssh-agent -k [2020-10-20T21:51:20.908Z] unset SSH_AUTH_SOCK; [2020-10-20T21:51:20.908Z] unset SSH_AGENT_PID; [2020-10-20T21:51:20.908Z] echo Agent pid 17 killed; [2020-10-20T21:51:20.952Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T21:51:21.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T21:51:21.136Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T21:51:21.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T21:51:21.312Z] $ docker exec c54ef4e96454bf035338bd55888ea5a6ff5a3429dc557d08c0a28b658f3243cb ssh-agent [2020-10-20T21:51:21.481Z] SSH_AUTH_SOCK=/tmp/ssh-PTCq6XgxXsdY/agent.46 [2020-10-20T21:51:21.481Z] SSH_AGENT_PID=51 [2020-10-20T21:51:21.488Z] Running ssh-add (command line suppressed) [2020-10-20T21:51:21.613Z] Identity added: /w/workspace/edgex-go/201@tmp/private_key_930976961280397063.key (/w/workspace/edgex-go/201@tmp/private_key_930976961280397063.key) [2020-10-20T21:51:21.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T21:51:22.019Z] + git semver init [2020-10-20T21:51:22.019Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T21:51:22.019Z] # $GIT_DIR = /w/workspace/edgex-go/201/.git [2020-10-20T21:51:22.019Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/201 [2020-10-20T21:51:22.019Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T21:51:22.019Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T21:51:22.019Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T21:51:22.019Z] # $SEMVER_BRANCH = master [2020-10-20T21:51:22.019Z] # $SEMVER_TEMP = /tmp/semver-611055013 [2020-10-20T21:51:22.019Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-20T21:51:40.173Z] # '/tmp/semver-611055013' -> '/w/workspace/edgex-go/201/.semver' [2020-10-20T21:51:40.173Z] # -> Force: false [2020-10-20T21:51:40.173Z] # $SEMVER_DIR = /w/workspace/edgex-go/201/.semver [Pipeline] } [2020-10-20T21:51:40.190Z] $ docker exec --env ******** --env ******** c54ef4e96454bf035338bd55888ea5a6ff5a3429dc557d08c0a28b658f3243cb ssh-agent -k [2020-10-20T21:51:40.387Z] unset SSH_AUTH_SOCK; [2020-10-20T21:51:40.388Z] unset SSH_AGENT_PID; [2020-10-20T21:51:40.388Z] echo Agent pid 51 killed; [2020-10-20T21:51:40.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T21:51:41.119Z] + git semver [Pipeline] } [2020-10-20T21:51:41.139Z] $ docker stop --time=1 c54ef4e96454bf035338bd55888ea5a6ff5a3429dc557d08c0a28b658f3243cb [2020-10-20T21:51:42.716Z] $ docker rm -f c54ef4e96454bf035338bd55888ea5a6ff5a3429dc557d08c0a28b658f3243cb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T21:51:43.263Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T21:51:43.882Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T21:51:43.884Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.85 [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-20T21:51:44.580Z] ========================================================= [2020-10-20T21:51:44.580Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T21:51:44.580Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:51:44.965Z] + 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-20T21:51:49.184Z] Sending build context to Docker daemon 325.4MB [2020-10-20T21:51:49.184Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T21:51:49.184Z] Step 2/7 : FROM ${BASE} [2020-10-20T21:51:49.184Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T21:51:49.184Z] df20fa9351a1: Pulling fs layer [2020-10-20T21:51:49.184Z] ed8968b2872e: Pulling fs layer [2020-10-20T21:51:49.184Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T21:51:49.184Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T21:51:49.184Z] e73272ec9a57: Pulling fs layer [2020-10-20T21:51:49.184Z] 1e910a182e73: Pulling fs layer [2020-10-20T21:51:49.184Z] 4e634b169226: Pulling fs layer [2020-10-20T21:51:49.184Z] e73272ec9a57: Waiting [2020-10-20T21:51:49.184Z] 1e910a182e73: Waiting [2020-10-20T21:51:49.184Z] 4e634b169226: Waiting [2020-10-20T21:51:49.184Z] e871e8e8d7a9: Waiting [2020-10-20T21:51:49.184Z] a92cc7c5fd73: Download complete [2020-10-20T21:51:49.184Z] ed8968b2872e: Verifying Checksum [2020-10-20T21:51:49.184Z] ed8968b2872e: Download complete [2020-10-20T21:51:49.184Z] e73272ec9a57: Verifying Checksum [2020-10-20T21:51:49.184Z] e73272ec9a57: Download complete [2020-10-20T21:51:49.184Z] 1e910a182e73: Verifying Checksum [2020-10-20T21:51:49.184Z] 1e910a182e73: Download complete [2020-10-20T21:51:49.184Z] df20fa9351a1: Verifying Checksum [2020-10-20T21:51:49.184Z] df20fa9351a1: Download complete [2020-10-20T21:51:49.184Z] df20fa9351a1: Pull complete [2020-10-20T21:51:49.447Z] ed8968b2872e: Pull complete [2020-10-20T21:51:49.447Z] a92cc7c5fd73: Pull complete [2020-10-20T21:51:51.369Z] 4e634b169226: Verifying Checksum [2020-10-20T21:51:51.369Z] 4e634b169226: Download complete [2020-10-20T21:51:51.639Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T21:51:51.639Z] e871e8e8d7a9: Download complete [2020-10-20T21:51:56.960Z] e871e8e8d7a9: Pull complete [2020-10-20T21:51:56.960Z] e73272ec9a57: Pull complete [2020-10-20T21:51:56.960Z] 1e910a182e73: Pull complete [2020-10-20T21:51:59.304Z] Still waiting to schedule task [2020-10-20T21:51:59.304Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T21:52:03.572Z] 4e634b169226: Pull complete [2020-10-20T21:52:03.572Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T21:52:03.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T21:52:03.572Z] ---> f7629b54cfaa [2020-10-20T21:52:03.572Z] 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-20T21:52:03.572Z] ---> Running in 01b2cb7016a7 [2020-10-20T21:52:04.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:52:05.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:52:05.667Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T21:52:05.929Z] (2/12) Installing file (5.38-r0) [2020-10-20T21:52:05.929Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T21:52:05.929Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T21:52:14.092Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T21:52:14.092Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T21:52:14.092Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T21:52:14.092Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T21:52:14.092Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T21:52:14.354Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T21:52:14.354Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T21:52:14.617Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T21:52:14.617Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:52:14.617Z] OK: 233 MiB in 51 packages [2020-10-20T21:52:17.936Z] Removing intermediate container 01b2cb7016a7 [2020-10-20T21:52:17.936Z] ---> 90c88365679b [2020-10-20T21:52:17.936Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T21:52:17.936Z] ---> Running in 3f35222e5608 [2020-10-20T21:52:17.936Z] Removing intermediate container 3f35222e5608 [2020-10-20T21:52:17.936Z] ---> 0044dbe245ab [2020-10-20T21:52:17.936Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T21:52:18.880Z] latest: Pulling from library/docker [2020-10-20T21:52:18.880Z] df20fa9351a1: Already exists [2020-10-20T21:52:19.145Z] 25ad7478873d: Pulling fs layer [2020-10-20T21:52:19.146Z] 4684f6177b5d: Pulling fs layer [2020-10-20T21:52:19.146Z] 206f78d23536: Pulling fs layer [2020-10-20T21:52:19.146Z] cee0542293f3: Pulling fs layer [2020-10-20T21:52:19.146Z] d951dd9fd09f: Pulling fs layer [2020-10-20T21:52:19.146Z] dce9c88c04bd: Pulling fs layer [2020-10-20T21:52:19.146Z] cee0542293f3: Waiting [2020-10-20T21:52:19.146Z] dce9c88c04bd: Waiting [2020-10-20T21:52:19.146Z] 4684f6177b5d: Verifying Checksum [2020-10-20T21:52:19.146Z] 4684f6177b5d: Download complete [2020-10-20T21:52:19.146Z] 25ad7478873d: Verifying Checksum [2020-10-20T21:52:19.146Z] 25ad7478873d: Download complete [2020-10-20T21:52:19.417Z] cee0542293f3: Verifying Checksum [2020-10-20T21:52:19.417Z] cee0542293f3: Download complete [2020-10-20T21:52:19.417Z] d951dd9fd09f: Verifying Checksum [2020-10-20T21:52:19.417Z] d951dd9fd09f: Download complete [2020-10-20T21:52:19.417Z] dce9c88c04bd: Verifying Checksum [2020-10-20T21:52:19.417Z] dce9c88c04bd: Download complete [2020-10-20T21:52:19.417Z] 25ad7478873d: Pull complete [2020-10-20T21:52:19.417Z] 4684f6177b5d: Pull complete [2020-10-20T21:52:19.991Z] 206f78d23536: Verifying Checksum [2020-10-20T21:52:19.991Z] 206f78d23536: Download complete [2020-10-20T21:52:22.550Z] 206f78d23536: Pull complete [2020-10-20T21:52:22.550Z] cee0542293f3: Pull complete [2020-10-20T21:52:22.550Z] d951dd9fd09f: Pull complete [2020-10-20T21:52:22.550Z] dce9c88c04bd: Pull complete [2020-10-20T21:52:22.550Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-20T21:52:22.550Z] Status: Downloaded newer image for docker:latest [2020-10-20T21:52:23.942Z] ---> b000560a2c43 [2020-10-20T21:52:23.942Z] Step 6/7 : COPY go.mod . [2020-10-20T21:52:24.208Z] ---> b30332156582 [2020-10-20T21:52:24.208Z] Step 7/7 : RUN go mod download [2020-10-20T21:52:24.208Z] ---> Running in a1e6000d5b1b [2020-10-20T21:52:46.276Z] Removing intermediate container a1e6000d5b1b [2020-10-20T21:52:46.276Z] ---> f1456d657494 [2020-10-20T21:52:46.276Z] Successfully built f1456d657494 [2020-10-20T21:52:46.276Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:52:46.597Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T21:52:46.861Z] . [Pipeline] withDockerContainer [2020-10-20T21:52:46.971Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T21:52:47.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T21:52:47.744Z] $ docker top 636e30ba15bab9b2dae313fa2dd634183c7cd28f43caf84c9681a4caaf8ea935 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T21:52:48.280Z] + go version [2020-10-20T21:52:48.280Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T21:52:48.298Z] $ docker stop --time=1 636e30ba15bab9b2dae313fa2dd634183c7cd28f43caf84c9681a4caaf8ea935 [2020-10-20T21:52:49.630Z] $ docker rm -f 636e30ba15bab9b2dae313fa2dd634183c7cd28f43caf84c9681a4caaf8ea935 [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-20T21:52:53.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T21:52:53.805Z] [2020-10-20T21:52:53.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:52:54.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T21:52:54.156Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-20T21:52:54.156Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T21:52:54.156Z] ca9280d653b3: Pulling fs layer [2020-10-20T21:52:54.156Z] 7e9c9ca2126c: Pulling fs layer [2020-10-20T21:52:54.156Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T21:52:54.156Z] cbdbe7a5bc2a: Download complete [2020-10-20T21:52:54.419Z] cbdbe7a5bc2a: Pull complete [2020-10-20T21:52:54.682Z] ca9280d653b3: Download complete [2020-10-20T21:52:55.635Z] 7e9c9ca2126c: Verifying Checksum [2020-10-20T21:52:55.635Z] 7e9c9ca2126c: Download complete [2020-10-20T21:52:55.901Z] ca9280d653b3: Pull complete [2020-10-20T21:53:04.102Z] 7e9c9ca2126c: Pull complete [2020-10-20T21:53:04.102Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-20T21:53:04.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T21:53:04.102Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-20T21:53:04.238Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T21:53:04.284Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T21:53:05.106Z] $ docker top 0d07615704af053e9c65c6f453997e2106f577f5d14f5d4cf54aa824873b2309 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T21:53:05.590Z] + docker-compose build --help [2020-10-20T21:53:05.590Z] + grep parallel [2020-10-20T21:53:06.537Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T21:53:06.556Z] $ docker stop --time=1 0d07615704af053e9c65c6f453997e2106f577f5d14f5d4cf54aa824873b2309 [2020-10-20T21:53:07.971Z] $ docker rm -f 0d07615704af053e9c65c6f453997e2106f577f5d14f5d4cf54aa824873b2309 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:53:08.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T21:53:08.595Z] . [Pipeline] withDockerContainer [2020-10-20T21:53:08.703Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T21:53:08.760Z] $ 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/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T21:53:09.437Z] $ docker top fbf4714ea0d4b0c2174ef32c7849dda2c894581b3502be714658a6d0125bb6ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T21:53:09.919Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T21:53:10.869Z] Building docker-core-command-go ... [2020-10-20T21:53:10.869Z] Building docker-core-data-go ... [2020-10-20T21:53:10.869Z] Building docker-core-metadata-go ... [2020-10-20T21:53:10.869Z] Building docker-security-proxy-setup-go ... [2020-10-20T21:53:10.869Z] Building docker-security-secrets-setup-go ... [2020-10-20T21:53:10.869Z] Building docker-security-secretstore-setup-go ... [2020-10-20T21:53:10.869Z] Building docker-support-logging-go ... [2020-10-20T21:53:10.869Z] Building docker-support-notifications-go ... [2020-10-20T21:53:10.869Z] Building docker-support-scheduler-go ... [2020-10-20T21:53:10.869Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T21:53:10.869Z] Building docker-security-secretstore-setup-go [2020-10-20T21:53:10.869Z] Building docker-security-secrets-setup-go [2020-10-20T21:53:10.869Z] Building docker-core-metadata-go [2020-10-20T21:53:10.869Z] Building docker-security-proxy-setup-go [2020-10-20T21:53:10.869Z] Building docker-support-notifications-go [2020-10-20T21:53:32.972Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:53:32.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:53:32.972Z] ---> f1456d657494 [2020-10-20T21:53:32.972Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T21:53:32.972Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:53:32.972Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:53:32.972Z] ---> f1456d657494 [2020-10-20T21:53:32.972Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T21:53:32.972Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:53:32.972Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:53:32.972Z] ---> f1456d657494 [2020-10-20T21:53:32.972Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T21:53:32.972Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:53:32.972Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:53:32.972Z] ---> f1456d657494 [2020-10-20T21:53:32.972Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T21:53:32.972Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:53:32.972Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T21:53:32.972Z] ---> f1456d657494 [2020-10-20T21:53:32.972Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T21:53:32.972Z] ---> Running in d94d1b1fa533 [2020-10-20T21:53:32.972Z] ---> Running in 9464386ae255 [2020-10-20T21:53:32.972Z] ---> Running in 2a822384fca0 [2020-10-20T21:53:32.972Z] ---> Running in 4fa29282b152 [2020-10-20T21:53:32.972Z] ---> Running in 8d707305a0d0 [2020-10-20T21:53:33.244Z] Removing intermediate container 2a822384fca0 [2020-10-20T21:53:33.244Z] ---> 631f70dc1c66 [2020-10-20T21:53:33.244Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:53:33.506Z] Removing intermediate container 4fa29282b152 [2020-10-20T21:53:33.506Z] ---> 05a17602aace [2020-10-20T21:53:33.506Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T21:53:33.506Z] Removing intermediate container 8d707305a0d0 [2020-10-20T21:53:33.506Z] ---> 3a13a974cfb0 [2020-10-20T21:53:33.506Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:53:33.506Z] Removing intermediate container d94d1b1fa533 [2020-10-20T21:53:33.506Z] ---> 28fb9b83f9d5 [2020-10-20T21:53:33.506Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:53:33.506Z] ---> Running in df17b267c774 [2020-10-20T21:53:33.506Z] Removing intermediate container 9464386ae255 [2020-10-20T21:53:33.506Z] ---> 559b3f591f69 [2020-10-20T21:53:33.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:53:33.506Z] ---> Running in 66148c15eab2 [2020-10-20T21:53:33.506Z] ---> Running in 0448a83accb1 [2020-10-20T21:53:33.506Z] ---> Running in 0f32390607e4 [2020-10-20T21:53:33.767Z] ---> Running in 010b69e90e69 [2020-10-20T21:53:35.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:35.428Z] Removing intermediate container 66148c15eab2 [2020-10-20T21:53:35.428Z] ---> 2896f1cf21ad [2020-10-20T21:53:35.428Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T21:53:35.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:35.690Z] ---> Running in d3d6afd48139 [2020-10-20T21:53:35.690Z] Removing intermediate container 0f32390607e4 [2020-10-20T21:53:35.690Z] ---> 564092f42f27 [2020-10-20T21:53:35.690Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T21:53:36.263Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:53:36.263Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:53:36.263Z] OK: 12752 distinct packages available [2020-10-20T21:53:36.527Z] Removing intermediate container df17b267c774 [2020-10-20T21:53:36.528Z] ---> 2e782f576f9b [2020-10-20T21:53:36.528Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T21:53:36.528Z] Removing intermediate container 010b69e90e69 [2020-10-20T21:53:36.528Z] ---> 2f6b54fa4eda [2020-10-20T21:53:36.528Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T21:53:36.528Z] ---> Running in 21cae62e091d [2020-10-20T21:53:36.528Z] OK: 233 MiB in 51 packages [2020-10-20T21:53:36.528Z] ---> Running in da0846d4ccef [2020-10-20T21:53:36.792Z] ---> Running in 10b6e5f4cc58 [2020-10-20T21:53:37.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:37.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:37.327Z] Removing intermediate container 0448a83accb1 [2020-10-20T21:53:37.327Z] ---> 54d4167bbb44 [2020-10-20T21:53:37.327Z] Step 5/29 : COPY go.mod . [2020-10-20T21:53:37.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:37.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:37.590Z] ---> 97a0a4cdb431 [2020-10-20T21:53:37.590Z] Step 6/29 : RUN go mod download [2020-10-20T21:53:37.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:37.851Z] ---> Running in 109d552be5d9 [2020-10-20T21:53:38.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:38.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:38.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:53:38.378Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:53:38.378Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:53:38.378Z] OK: 12752 distinct packages available [2020-10-20T21:53:38.649Z] OK: 233 MiB in 51 packages [2020-10-20T21:53:38.919Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:53:38.919Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:53:38.919Z] OK: 12752 distinct packages available [2020-10-20T21:53:38.919Z] OK: 233 MiB in 51 packages [2020-10-20T21:53:38.919Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:53:38.919Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:53:38.919Z] OK: 12752 distinct packages available [2020-10-20T21:53:39.199Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:53:39.199Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:53:39.199Z] OK: 12752 distinct packages available [2020-10-20T21:53:39.199Z] OK: 233 MiB in 51 packages [2020-10-20T21:53:39.199Z] Removing intermediate container d3d6afd48139 [2020-10-20T21:53:39.199Z] ---> be807a6834bb [2020-10-20T21:53:39.199Z] Step 6/24 : COPY go.mod . [2020-10-20T21:53:39.199Z] Removing intermediate container 109d552be5d9 [2020-10-20T21:53:39.199Z] ---> 8c6b97f1f1fa [2020-10-20T21:53:39.199Z] Step 7/29 : COPY . . [2020-10-20T21:53:39.463Z] OK: 233 MiB in 51 packages [2020-10-20T21:53:39.731Z] ---> 99c245175274 [2020-10-20T21:53:39.731Z] Step 7/24 : RUN go mod download [2020-10-20T21:53:40.685Z] ---> Running in a9c82753a140 [2020-10-20T21:53:42.635Z] Removing intermediate container 21cae62e091d [2020-10-20T21:53:42.635Z] ---> 30debeb3724e [2020-10-20T21:53:42.635Z] Step 6/20 : COPY go.mod . [2020-10-20T21:53:42.635Z] Removing intermediate container da0846d4ccef [2020-10-20T21:53:42.635Z] ---> 5d8a3db7ffe5 [2020-10-20T21:53:42.635Z] Step 6/26 : COPY go.mod . [2020-10-20T21:53:44.046Z] Removing intermediate container 10b6e5f4cc58 [2020-10-20T21:53:44.046Z] ---> cc91d0dd6451 [2020-10-20T21:53:44.046Z] Step 6/22 : COPY go.mod . [2020-10-20T21:53:45.455Z] ---> 597b618111e2 [2020-10-20T21:53:45.455Z] Step 7/26 : RUN go mod download [2020-10-20T21:53:46.870Z] ---> 0d4129b1e424 [2020-10-20T21:53:46.870Z] Step 7/20 : RUN go mod download [2020-10-20T21:53:46.870Z] ---> Running in 287686bbd27d [2020-10-20T21:53:46.870Z] ---> Running in c751b035c036 [2020-10-20T21:53:46.870Z] ---> 6fdc00ebd1fa [2020-10-20T21:53:46.870Z] Step 7/22 : RUN go mod download [2020-10-20T21:53:47.202Z] ---> 7af7e1095d53 [2020-10-20T21:53:47.202Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T21:53:47.202Z] ---> Running in f9df6bfeef48 [2020-10-20T21:53:47.202Z] ---> Running in 29a227b0c49c [2020-10-20T21:53:48.033Z] Removing intermediate container a9c82753a140 [2020-10-20T21:53:48.033Z] ---> 0319f0c80059 [2020-10-20T21:53:48.033Z] Step 8/24 : COPY . . [2020-10-20T21:53:48.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T21:53:51.696Z] Removing intermediate container 287686bbd27d [2020-10-20T21:53:51.696Z] ---> d9d2822317ee [2020-10-20T21:53:51.696Z] Step 8/26 : COPY . . [2020-10-20T21:53:51.696Z] Removing intermediate container c751b035c036 [2020-10-20T21:53:51.696Z] ---> da710f6d3e0d [2020-10-20T21:53:51.696Z] Step 8/20 : COPY . . [2020-10-20T21:53:54.341Z] Removing intermediate container f9df6bfeef48 [2020-10-20T21:53:54.341Z] ---> b202bb6178c5 [2020-10-20T21:53:54.341Z] Step 8/22 : COPY . . [2020-10-20T21:53:58.790Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7028 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-20T21:53:58.877Z] Running in /w/workspace/edgex-go/201 [Pipeline] { [Pipeline] checkout [2020-10-20T21:54:04.022Z] using credential edgex-jenkins-ssh [2020-10-20T21:54:04.086Z] Cloning the remote Git repository [2020-10-20T21:54:04.154Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T21:54:04.261Z] > git init /w/workspace/edgex-go/201 # timeout=10 [2020-10-20T21:54:04.343Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T21:54:04.344Z] > git --version # timeout=10 [2020-10-20T21:54:04.365Z] > git --version # 'git version 2.17.1' [2020-10-20T21:54:04.366Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T21:54:04.438Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T21:54:09.407Z] ---> 20b2fda67694 [2020-10-20T21:54:09.407Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T21:54:09.800Z] ---> Running in 0bcf1a7a1d7e [2020-10-20T21:54:15.108Z] ---> 89f125b2c31f [2020-10-20T21:54:15.108Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T21:54:16.052Z] ---> eac805b92883 [2020-10-20T21:54:16.052Z] 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-20T21:54:16.052Z] ---> Running in e70fb455e893 [2020-10-20T21:54:16.052Z] ---> Running in ec45e0196794 [2020-10-20T21:54:16.052Z] ---> 2d43001cbeb4 [2020-10-20T21:54:16.052Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T21:54:16.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T21:54:16.899Z] ---> Running in 8aeffd88843b [2020-10-20T21:54:17.852Z] Removing intermediate container 29a227b0c49c [2020-10-20T21:54:17.852Z] ---> 85e3a5a28e3b [2020-10-20T21:54:17.852Z] [2020-10-20T21:54:17.852Z] Step 9/29 : FROM alpine:latest [2020-10-20T21:54:17.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T21:54:17.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T21:54:18.122Z] latest: Pulling from library/alpine [2020-10-20T21:54:18.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T21:54:18.985Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T21:54:18.985Z] Status: Downloaded newer image for alpine:latest [2020-10-20T21:54:18.985Z] ---> a24bb4013296 [2020-10-20T21:54:18.985Z] 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-20T21:54:18.985Z] ---> Running in 5e307d9025dd [2020-10-20T21:54:18.693Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T21:54:18.707Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T21:54:18.737Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T21:54:18.777Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T21:54:18.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T21:54:18.788Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T21:54:19.394Z] Checking out Revision 07721abbcb99e4a70a28e71f84dbd93e92968a92 (master) [2020-10-20T21:54:19.577Z] Removing intermediate container 5e307d9025dd [2020-10-20T21:54:19.577Z] ---> 02c1d385dfc7 [2020-10-20T21:54:19.578Z] Step 11/29 : USER root [2020-10-20T21:54:19.578Z] ---> Running in 9795983c8cd2 [2020-10-20T21:54:19.851Z] Removing intermediate container 9795983c8cd2 [2020-10-20T21:54:19.851Z] ---> 721b47f109d2 [2020-10-20T21:54:19.851Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T21:54:19.851Z] ---> Running in 0d415f204fe7 [2020-10-20T21:54:19.421Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T21:54:19.443Z] > git checkout -f 07721abbcb99e4a70a28e71f84dbd93e92968a92 # timeout=10 [2020-10-20T21:54:21.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:54:21.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:54:22.082Z] v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:54:22.083Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:54:22.083Z] OK: 12750 distinct packages available [2020-10-20T21:54:22.672Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T21:54:22.672Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T21:54:22.672Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:54:22.672Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T21:54:22.672Z] OK: 6 MiB in 16 packages [2020-10-20T21:54:24.053Z] Commit message: "Merge pull request #2793 from tonyespy/snap-optimize-pipeline-build" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-10-20T21:54:24.645Z] Removing intermediate container 0d415f204fe7 [2020-10-20T21:54:24.645Z] ---> 0ecbbf75595a [2020-10-20T21:54:24.645Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-20T21:54:24.916Z] ---> Running in c5b1f90f1e6e [Pipeline] echo [2020-10-20T21:54:25.013Z] ========================================================= [2020-10-20T21:54:25.013Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T21:54:25.014Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:54:25.215Z] Removing intermediate container c5b1f90f1e6e [2020-10-20T21:54:25.215Z] ---> 24ce69776e09 [2020-10-20T21:54:25.215Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T21:54:25.215Z] ---> Running in 53f3d57227d7 [2020-10-20T21:54:25.491Z] Removing intermediate container 53f3d57227d7 [2020-10-20T21:54:25.491Z] ---> 7f1f2fcdb08f [2020-10-20T21:54:25.491Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T21:54:25.766Z] ---> Running in 5da2904281d8 [2020-10-20T21:54:26.076Z] + 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-20T21:54:27.747Z] Removing intermediate container 5da2904281d8 [2020-10-20T21:54:27.748Z] ---> ceb7ad6c5b2e [2020-10-20T21:54:27.748Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T21:54:28.348Z] ---> 11c273b7434e [2020-10-20T21:54:28.348Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T21:54:28.727Z] Sending build context to Docker daemon 165MB [2020-10-20T21:54:28.727Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T21:54:28.727Z] Step 2/7 : FROM ${BASE} [2020-10-20T21:54:29.008Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T21:54:29.008Z] b538f80385f9: Pulling fs layer [2020-10-20T21:54:29.008Z] 74f711af9a0d: Pulling fs layer [2020-10-20T21:54:29.008Z] 99f96fe45779: Pulling fs layer [2020-10-20T21:54:29.008Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T21:54:29.009Z] 45590311c82a: Pulling fs layer [2020-10-20T21:54:29.009Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T21:54:29.009Z] 209524e5b208: Pulling fs layer [2020-10-20T21:54:29.009Z] 45590311c82a: Waiting [2020-10-20T21:54:29.009Z] 69ca0ff8b7b3: Waiting [2020-10-20T21:54:29.009Z] 8529a6b9a6be: Waiting [2020-10-20T21:54:29.009Z] 209524e5b208: Waiting [2020-10-20T21:54:29.009Z] 99f96fe45779: Verifying Checksum [2020-10-20T21:54:29.009Z] 99f96fe45779: Download complete [2020-10-20T21:54:29.009Z] 74f711af9a0d: Verifying Checksum [2020-10-20T21:54:29.009Z] 74f711af9a0d: Download complete [2020-10-20T21:54:29.009Z] 45590311c82a: Verifying Checksum [2020-10-20T21:54:29.009Z] 45590311c82a: Download complete [2020-10-20T21:54:29.009Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T21:54:29.009Z] 69ca0ff8b7b3: Download complete [2020-10-20T21:54:29.009Z] b538f80385f9: Verifying Checksum [2020-10-20T21:54:29.009Z] b538f80385f9: Download complete [2020-10-20T21:54:29.610Z] b538f80385f9: Pull complete [2020-10-20T21:54:29.785Z] ---> ba0e00396c1c [2020-10-20T21:54:29.785Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T21:54:30.074Z] ---> 269b7a955052 [2020-10-20T21:54:30.074Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T21:54:30.234Z] 74f711af9a0d: Pull complete [2020-10-20T21:54:30.512Z] 99f96fe45779: Pull complete [2020-10-20T21:54:30.686Z] ---> a21664b87619 [2020-10-20T21:54:30.686Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T21:54:31.272Z] ---> 796a039ba585 [2020-10-20T21:54:31.272Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T21:54:31.272Z] ---> Running in 1bfd29252591 [2020-10-20T21:54:32.509Z] 209524e5b208: Verifying Checksum [2020-10-20T21:54:32.509Z] 209524e5b208: Download complete [2020-10-20T21:54:32.795Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T21:54:32.795Z] 8529a6b9a6be: Download complete [2020-10-20T21:54:33.948Z] Removing intermediate container 1bfd29252591 [2020-10-20T21:54:33.948Z] ---> a30439b38b20 [2020-10-20T21:54:33.948Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T21:54:34.221Z] ---> dcdfd7f467ee [2020-10-20T21:54:34.221Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T21:54:34.486Z] ---> Running in 216ba6673c81 [2020-10-20T21:54:37.838Z] Removing intermediate container 216ba6673c81 [2020-10-20T21:54:37.838Z] ---> 16480d823bc4 [2020-10-20T21:54:37.838Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T21:54:37.838Z] ---> Running in c32ddb870e80 [2020-10-20T21:54:39.776Z] Removing intermediate container c32ddb870e80 [2020-10-20T21:54:39.776Z] ---> 9760f78ff808 [2020-10-20T21:54:39.776Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T21:54:40.052Z] ---> Running in 93169d8ebf55 [2020-10-20T21:54:40.328Z] Removing intermediate container 93169d8ebf55 [2020-10-20T21:54:40.328Z] ---> 4cd09d5af149 [2020-10-20T21:54:40.328Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T21:54:40.328Z] ---> Running in 3860d41e25e5 [2020-10-20T21:54:40.599Z] Removing intermediate container 3860d41e25e5 [2020-10-20T21:54:40.599Z] ---> 3c89fc0e47d5 [2020-10-20T21:54:40.599Z] Step 27/29 : LABEL arch=x86_64 [2020-10-20T21:54:40.878Z] ---> Running in 210547f9f30e [2020-10-20T21:54:41.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T21:54:41.430Z] Removing intermediate container 210547f9f30e [2020-10-20T21:54:41.430Z] ---> cd557ca9cce1 [2020-10-20T21:54:41.430Z] Step 28/29 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:54:41.430Z] ---> Running in 52e3fb58799b [2020-10-20T21:54:41.728Z] Removing intermediate container 52e3fb58799b [2020-10-20T21:54:41.728Z] ---> 266289299236 [2020-10-20T21:54:41.728Z] Step 29/29 : LABEL version=1.2.2-dev.85 [2020-10-20T21:54:42.008Z] ---> Running in 8a3eaac6de89 [2020-10-20T21:54:42.599Z] Removing intermediate container 8a3eaac6de89 [2020-10-20T21:54:42.600Z] ---> 4ef96d861a8e [2020-10-20T21:54:42.600Z] [2020-10-20T21:54:42.869Z] Successfully built 4ef96d861a8e [2020-10-20T21:54:42.869Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-20T21:54:42.869Z] Building docker-support-logging-go [2020-10-20T21:54:42.988Z] 8529a6b9a6be: Pull complete [2020-10-20T21:54:43.595Z] 45590311c82a: Pull complete [2020-10-20T21:54:43.884Z] 69ca0ff8b7b3: Pull complete [2020-10-20T21:54:44.806Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container e70fb455e893 [2020-10-20T21:54:44.806Z] ---> 8496ad40ecd4 [2020-10-20T21:54:44.806Z] [2020-10-20T21:54:44.806Z] Step 10/20 : FROM alpine [2020-10-20T21:54:44.806Z] ---> a24bb4013296 [2020-10-20T21:54:44.806Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T21:54:47.313Z] 209524e5b208: Pull complete [2020-10-20T21:54:47.313Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T21:54:47.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T21:54:47.313Z] ---> 5bddaf1c2fca [2020-10-20T21:54:47.313Z] 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-20T21:54:49.115Z] ---> Running in 01ece0d104d4 [2020-10-20T21:54:49.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T21:54:50.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:54:50.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:54:50.368Z] v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:54:50.368Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:54:50.368Z] OK: 12750 distinct packages available [2020-10-20T21:54:50.661Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T21:54:50.661Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T21:54:50.661Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T21:54:50.661Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T21:54:50.661Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:54:50.661Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T21:54:50.661Z] OK: 7 MiB in 18 packages [2020-10-20T21:54:51.641Z] ---> Running in b20561816218 [2020-10-20T21:54:52.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:54:53.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:54:54.604Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T21:54:54.878Z] (2/12) Installing file (5.38-r0) [2020-10-20T21:54:54.878Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T21:54:54.878Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T21:54:54.882Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:54:54.882Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:54:54.882Z] ---> f1456d657494 [2020-10-20T21:54:54.882Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T21:54:54.882Z] ---> Using cache [2020-10-20T21:54:54.882Z] ---> 559b3f591f69 [2020-10-20T21:54:54.882Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:54:54.882Z] ---> Using cache [2020-10-20T21:54:54.883Z] ---> 2f6b54fa4eda [2020-10-20T21:54:54.883Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T21:54:56.821Z] ---> Running in f5d8dbef8e1a [2020-10-20T21:54:56.821Z] Removing intermediate container 0bcf1a7a1d7e [2020-10-20T21:54:56.821Z] ---> 0315417ada67 [2020-10-20T21:54:56.821Z] [2020-10-20T21:54:56.821Z] Step 10/24 : FROM scratch [2020-10-20T21:54:56.821Z] ---> [2020-10-20T21:54:56.821Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T21:54:57.091Z] ---> Running in a1d1df907455 [2020-10-20T21:54:57.355Z] Removing intermediate container 01ece0d104d4 [2020-10-20T21:54:57.355Z] ---> d53f6ca5f839 [2020-10-20T21:54:57.355Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T21:54:57.617Z] Removing intermediate container a1d1df907455 [2020-10-20T21:54:57.617Z] ---> 6437fd81a642 [2020-10-20T21:54:57.617Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T21:54:57.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:54:58.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:54:59.139Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:54:59.139Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:54:59.139Z] OK: 12752 distinct packages available [2020-10-20T21:54:59.139Z] ---> Running in d011f5860a6b [2020-10-20T21:54:59.139Z] ---> Running in c40e33d97e93 [2020-10-20T21:54:59.409Z] OK: 233 MiB in 51 packages [2020-10-20T21:54:59.675Z] OK: 233 MiB in 51 packages [2020-10-20T21:54:59.936Z] Removing intermediate container ec45e0196794 [2020-10-20T21:54:59.936Z] ---> f66424789962 [2020-10-20T21:54:59.936Z] [2020-10-20T21:54:59.936Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T21:55:00.198Z] Removing intermediate container 8aeffd88843b [2020-10-20T21:55:00.198Z] ---> a9db7aeb77d7 [2020-10-20T21:55:00.198Z] [2020-10-20T21:55:00.198Z] Step 10/22 : FROM scratch [2020-10-20T21:55:00.198Z] ---> [2020-10-20T21:55:00.198Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T21:55:00.198Z] Removing intermediate container c40e33d97e93 [2020-10-20T21:55:00.198Z] ---> ee0fb5f8fc5f [2020-10-20T21:55:00.198Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T21:55:00.198Z] Removing intermediate container d011f5860a6b [2020-10-20T21:55:00.198Z] ---> 4b819c7bfe60 [2020-10-20T21:55:00.198Z] Step 13/20 : WORKDIR /edgex [2020-10-20T21:55:00.276Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T21:55:00.276Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T21:55:00.276Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T21:55:00.277Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T21:55:00.277Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T21:55:00.277Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T21:55:00.459Z] ---> Running in 1c5fdcc3d64e [2020-10-20T21:55:00.459Z] ---> Running in b7139af71631 [2020-10-20T21:55:00.459Z] ---> Running in 825bef6d8744 [2020-10-20T21:55:00.459Z] 3.10: Pulling from library/alpine [2020-10-20T21:55:00.459Z] Removing intermediate container f5d8dbef8e1a [2020-10-20T21:55:00.459Z] ---> c83a2431c94c [2020-10-20T21:55:00.459Z] Step 6/22 : COPY go.mod . [2020-10-20T21:55:00.548Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T21:55:00.548Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T21:55:00.736Z] Removing intermediate container b7139af71631 [2020-10-20T21:55:00.736Z] ---> ce9211b34259 [2020-10-20T21:55:00.736Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T21:55:00.736Z] Removing intermediate container 1c5fdcc3d64e [2020-10-20T21:55:00.736Z] ---> 769430352ab4 [2020-10-20T21:55:00.736Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T21:55:00.736Z] ---> Running in 155a9aa9a019 [2020-10-20T21:55:00.736Z] Removing intermediate container 825bef6d8744 [2020-10-20T21:55:00.736Z] ---> c8beb8a3e415 [2020-10-20T21:55:00.736Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T21:55:00.824Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:55:00.824Z] OK: 217 MiB in 51 packages [2020-10-20T21:55:01.005Z] ---> 1920de683eac [2020-10-20T21:55:01.005Z] Step 7/22 : RUN go mod download [2020-10-20T21:55:01.960Z] ---> Running in 4ffb57176b5e [2020-10-20T21:55:01.960Z] ---> 27c5af4e56a6 [2020-10-20T21:55:01.960Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T21:55:01.960Z] Removing intermediate container 155a9aa9a019 [2020-10-20T21:55:01.960Z] ---> 4113b3cf7180 [2020-10-20T21:55:01.960Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T21:55:02.225Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T21:55:02.226Z] ---> d07fe4e47747 [2020-10-20T21:55:02.226Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T21:55:02.226Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T21:55:02.226Z] ---> be4e4bea2c2e [2020-10-20T21:55:02.226Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T21:55:02.226Z] ---> Running in a06898798950 [2020-10-20T21:55:02.799Z] ---> Running in 36ab19ba3842 [2020-10-20T21:55:03.374Z] ---> ed3d622f2e12 [2020-10-20T21:55:03.374Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T21:55:03.639Z] Removing intermediate container a06898798950 [2020-10-20T21:55:03.639Z] ---> 2f559fd6ac2a [2020-10-20T21:55:03.639Z] Step 14/22 : WORKDIR / [2020-10-20T21:55:03.639Z] ---> 86210f6a65ed [2020-10-20T21:55:03.639Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T21:55:03.639Z] ---> Running in 267250e6003f [2020-10-20T21:55:03.910Z] ---> Running in 95855021f398 [2020-10-20T21:55:03.910Z] ---> 609097a3d249 [2020-10-20T21:55:03.910Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T21:55:04.175Z] Removing intermediate container 267250e6003f [2020-10-20T21:55:04.175Z] ---> 5e2ce6f0c8d4 [2020-10-20T21:55:04.175Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T21:55:04.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:55:04.439Z] Removing intermediate container 95855021f398 [2020-10-20T21:55:04.439Z] ---> fa5081b6888d [2020-10-20T21:55:04.439Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T21:55:04.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:55:04.439Z] ---> Running in fd832a962ee7 [2020-10-20T21:55:04.439Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T21:55:04.439Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T21:55:04.439Z] OK: 10346 distinct packages available [2020-10-20T21:55:04.707Z] ---> ac2b46f6129d [2020-10-20T21:55:04.707Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T21:55:04.707Z] ---> b0ecaa56ce10 [2020-10-20T21:55:04.707Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T21:55:04.707Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T21:55:04.707Z] Removing intermediate container fd832a962ee7 [2020-10-20T21:55:04.707Z] ---> 2bd38e092a4f [2020-10-20T21:55:04.707Z] Step 18/20 : LABEL arch=x86_64 [2020-10-20T21:55:04.707Z] Removing intermediate container 4ffb57176b5e [2020-10-20T21:55:04.707Z] ---> f52a9e427839 [2020-10-20T21:55:04.707Z] Step 8/22 : COPY . . [2020-10-20T21:55:04.976Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T21:55:04.976Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T21:55:04.976Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T21:55:04.976Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T21:55:04.976Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T21:55:04.976Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T21:55:04.976Z] OK: 7 MiB in 19 packages [2020-10-20T21:55:05.165Z] Removing intermediate container b20561816218 [2020-10-20T21:55:05.165Z] ---> 5201ac1de540 [2020-10-20T21:55:05.165Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T21:55:05.165Z] ---> Running in 70fa456ac056 [2020-10-20T21:55:05.442Z] Removing intermediate container 70fa456ac056 [2020-10-20T21:55:05.442Z] ---> 12521fa9cee5 [2020-10-20T21:55:05.442Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T21:55:05.716Z] latest: Pulling from library/docker [2020-10-20T21:55:05.998Z] b538f80385f9: Already exists [2020-10-20T21:55:05.998Z] 259a493cd78d: Pulling fs layer [2020-10-20T21:55:05.998Z] b8e66b5100f5: Pulling fs layer [2020-10-20T21:55:05.999Z] 203964748c9f: Pulling fs layer [2020-10-20T21:55:05.999Z] d6fc4445224b: Pulling fs layer [2020-10-20T21:55:05.999Z] 5ea39d09386c: Pulling fs layer [2020-10-20T21:55:05.999Z] 78a785fe32a7: Pulling fs layer [2020-10-20T21:55:05.999Z] d6fc4445224b: Waiting [2020-10-20T21:55:05.999Z] 5ea39d09386c: Waiting [2020-10-20T21:55:05.999Z] 78a785fe32a7: Waiting [2020-10-20T21:55:05.999Z] b8e66b5100f5: Verifying Checksum [2020-10-20T21:55:05.999Z] b8e66b5100f5: Download complete [2020-10-20T21:55:06.281Z] 259a493cd78d: Download complete [2020-10-20T21:55:06.281Z] d6fc4445224b: Verifying Checksum [2020-10-20T21:55:06.281Z] d6fc4445224b: Download complete [2020-10-20T21:55:06.281Z] 5ea39d09386c: Verifying Checksum [2020-10-20T21:55:06.281Z] 5ea39d09386c: Download complete [2020-10-20T21:55:06.281Z] 78a785fe32a7: Verifying Checksum [2020-10-20T21:55:06.281Z] 78a785fe32a7: Download complete [2020-10-20T21:55:06.905Z] 259a493cd78d: Pull complete [2020-10-20T21:55:07.184Z] b8e66b5100f5: Pull complete [2020-10-20T21:55:07.467Z] 203964748c9f: Verifying Checksum [2020-10-20T21:55:07.467Z] 203964748c9f: Download complete [2020-10-20T21:55:09.227Z] ---> Running in 6a33b819e41d [2020-10-20T21:55:10.886Z] 203964748c9f: Pull complete [2020-10-20T21:55:11.149Z] ---> f32dc0b51d87 [2020-10-20T21:55:11.149Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T21:55:11.149Z] ---> 338165edaf0e [2020-10-20T21:55:11.149Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T21:55:11.163Z] d6fc4445224b: Pull complete [2020-10-20T21:55:11.438Z] 5ea39d09386c: Pull complete [2020-10-20T21:55:11.710Z] 78a785fe32a7: Pull complete [2020-10-20T21:55:11.710Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-20T21:55:11.710Z] Status: Downloaded newer image for docker:latest [2020-10-20T21:55:14.459Z] Removing intermediate container 6a33b819e41d [2020-10-20T21:55:14.459Z] ---> 371f595b2804 [2020-10-20T21:55:14.459Z] Step 19/20 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:55:14.459Z] Removing intermediate container 36ab19ba3842 [2020-10-20T21:55:14.459Z] ---> ac7e8b0bdaf4 [2020-10-20T21:55:14.459Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T21:55:15.107Z] ---> 80ac78c8cf53 [2020-10-20T21:55:15.108Z] Step 6/7 : COPY go.mod . [2020-10-20T21:55:15.720Z] ---> 77a72881bffc [2020-10-20T21:55:15.720Z] Step 7/7 : RUN go mod download [2020-10-20T21:55:15.997Z] ---> Running in 9c3cc6e8bc0c [2020-10-20T21:55:17.031Z] ---> 163203cb84e8 [2020-10-20T21:55:17.031Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T21:55:17.308Z] ---> ac75f6ad548f [2020-10-20T21:55:17.308Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T21:55:17.308Z] ---> Running in 4286bd55af7d [2020-10-20T21:55:17.574Z] ---> Running in 256b170852eb [2020-10-20T21:55:17.574Z] ---> Running in 05374aedd942 [2020-10-20T21:55:17.574Z] ---> Running in a37e96e4fbc2 [2020-10-20T21:55:18.522Z] ---> 516617599522 [2020-10-20T21:55:18.522Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T21:55:18.783Z] Removing intermediate container 256b170852eb [2020-10-20T21:55:18.783Z] ---> b5a4b18c8c87 [2020-10-20T21:55:18.783Z] Step 13/26 : WORKDIR / [2020-10-20T21:55:18.783Z] Removing intermediate container 4286bd55af7d [2020-10-20T21:55:18.783Z] ---> f606e6af678a [2020-10-20T21:55:18.783Z] Step 20/20 : LABEL version=1.2.2-dev.85 [2020-10-20T21:55:18.783Z] Removing intermediate container 05374aedd942 [2020-10-20T21:55:18.783Z] ---> c2cf7f4c3c5b [2020-10-20T21:55:18.783Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:55:18.783Z] Removing intermediate container a37e96e4fbc2 [2020-10-20T21:55:18.783Z] ---> a7ce96e1ff01 [2020-10-20T21:55:18.783Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:55:18.783Z] ---> Running in a260d064e9fd [2020-10-20T21:55:19.047Z] ---> Running in 8b4a061e0909 [2020-10-20T21:55:19.047Z] ---> Running in 7bde3d94cf53 [2020-10-20T21:55:19.047Z] ---> Running in 39b1d8d6a29c [2020-10-20T21:55:19.047Z] ---> Running in a6892979fb43 [2020-10-20T21:55:19.311Z] Removing intermediate container 7bde3d94cf53 [2020-10-20T21:55:19.311Z] ---> 12183c99827b [2020-10-20T21:55:19.311Z] [2020-10-20T21:55:19.311Z] Removing intermediate container 39b1d8d6a29c [2020-10-20T21:55:19.311Z] ---> fed759012dbb [2020-10-20T21:55:19.311Z] Step 22/24 : LABEL arch=x86_64 [2020-10-20T21:55:19.337Z] Removing intermediate container a6892979fb43 [2020-10-20T21:55:19.337Z] ---> 73ae726b2f32 [2020-10-20T21:55:19.337Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T21:55:19.601Z] Removing intermediate container 8b4a061e0909 [2020-10-20T21:55:19.601Z] ---> 4ed0d738cf7c [2020-10-20T21:55:19.601Z] 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-20T21:55:19.601Z] Successfully built 12183c99827b [2020-10-20T21:55:19.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T21:55:19.601Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-20T21:55:19.601Z] ---> Running in dd571619d3e8 [2020-10-20T21:55:19.601Z] ---> Running in cf5a7a36a833 [2020-10-20T21:55:19.601Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-10-20T21:55:19.868Z] Removing intermediate container cf5a7a36a833 [2020-10-20T21:55:19.868Z] ---> 469a3cff2e3b [2020-10-20T21:55:19.868Z] Step 23/24 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:55:19.868Z] ---> 88c95046044c [2020-10-20T21:55:19.868Z] 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-20T21:55:19.868Z] Removing intermediate container dd571619d3e8 [2020-10-20T21:55:19.868Z] ---> aff102e0f8a5 [2020-10-20T21:55:19.868Z] Step 21/22 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:55:20.451Z] ---> Running in dbad72ab7e13 [2020-10-20T21:55:20.452Z] ---> Running in f3e3d83d418c [2020-10-20T21:55:20.719Z] ---> 40057d49e7f6 [2020-10-20T21:55:20.719Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T21:55:20.719Z] Removing intermediate container dbad72ab7e13 [2020-10-20T21:55:20.719Z] ---> a23429932229 [2020-10-20T21:55:20.719Z] Step 24/24 : LABEL version=1.2.2-dev.85 [2020-10-20T21:55:23.443Z] Removing intermediate container f3e3d83d418c [2020-10-20T21:55:23.443Z] ---> d15eb58c5783 [2020-10-20T21:55:23.443Z] Step 22/22 : LABEL version=1.2.2-dev.85 [2020-10-20T21:55:23.443Z] ---> Running in b5ba2390527a [2020-10-20T21:55:23.443Z] ---> Running in 150e52025d55 [2020-10-20T21:55:23.799Z] ---> c4275cc6c328 [2020-10-20T21:55:23.799Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T21:55:24.262Z] Removing intermediate container b5ba2390527a [2020-10-20T21:55:24.262Z] ---> e9dc702384fb [2020-10-20T21:55:24.262Z] [2020-10-20T21:55:24.262Z] Removing intermediate container 150e52025d55 [2020-10-20T21:55:24.262Z] ---> 925f5e0d1038 [2020-10-20T21:55:24.262Z] [2020-10-20T21:55:24.262Z] Successfully built e9dc702384fb [2020-10-20T21:55:24.262Z] Successfully built 925f5e0d1038 [2020-10-20T21:55:24.707Z] Successfully tagged docker-support-notifications-go:latest [2020-10-20T21:55:24.707Z] Building docker-core-command-go [2020-10-20T21:55:24.707Z]  Building docker-support-notifications-go ... done  ---> 0a52c7bc5933 [2020-10-20T21:55:24.707Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T21:55:24.707Z] Successfully tagged docker-core-metadata-go:latest [2020-10-20T21:55:24.707Z] Building docker-support-scheduler-go [2020-10-20T21:55:33.035Z]  Building docker-core-metadata-go ... done  ---> 7c9498448e55 [2020-10-20T21:55:33.035Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T21:55:33.318Z] ---> 3a13e20d5bee [2020-10-20T21:55:33.318Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T21:55:35.896Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:55:35.896Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:55:36.158Z] ---> f1456d657494 [2020-10-20T21:55:36.158Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T21:55:36.729Z] ---> Using cache [2020-10-20T21:55:36.729Z] ---> 559b3f591f69 [2020-10-20T21:55:36.729Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:55:36.729Z] ---> Using cache [2020-10-20T21:55:36.729Z] ---> 2f6b54fa4eda [2020-10-20T21:55:36.729Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T21:55:38.130Z] ---> 9b2faa9051d0 [2020-10-20T21:55:38.130Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T21:55:38.403Z] ---> Running in 019f0450bec7 [2020-10-20T21:55:42.657Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:55:42.657Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:55:42.657Z] ---> f1456d657494 [2020-10-20T21:55:42.657Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> 559b3f591f69 [2020-10-20T21:55:42.657Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> 2f6b54fa4eda [2020-10-20T21:55:42.657Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> cc91d0dd6451 [2020-10-20T21:55:42.657Z] Step 6/21 : COPY go.mod . [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> 6fdc00ebd1fa [2020-10-20T21:55:42.657Z] Step 7/21 : RUN go mod download [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> b202bb6178c5 [2020-10-20T21:55:42.657Z] Step 8/21 : COPY . . [2020-10-20T21:55:42.657Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:55:42.657Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:55:42.657Z] ---> f1456d657494 [2020-10-20T21:55:42.657Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> 559b3f591f69 [2020-10-20T21:55:42.657Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> 2f6b54fa4eda [2020-10-20T21:55:42.657Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> cc91d0dd6451 [2020-10-20T21:55:42.657Z] Step 6/22 : COPY go.mod . [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> 6fdc00ebd1fa [2020-10-20T21:55:42.657Z] Step 7/22 : RUN go mod download [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> b202bb6178c5 [2020-10-20T21:55:42.657Z] Step 8/22 : COPY . . [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> 2d43001cbeb4 [2020-10-20T21:55:42.657Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T21:55:42.657Z] ---> Using cache [2020-10-20T21:55:42.657Z] ---> 2d43001cbeb4 [2020-10-20T21:55:42.657Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T21:55:42.657Z] ---> fd03c29e962f [2020-10-20T21:55:42.657Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T21:55:42.866Z] Removing intermediate container 9c3cc6e8bc0c [2020-10-20T21:55:42.866Z] ---> ceab2c7895ce [2020-10-20T21:55:42.866Z] Successfully built ceab2c7895ce [2020-10-20T21:55:42.866Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:55:43.277Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T21:55:43.277Z] . [Pipeline] withDockerContainer [2020-10-20T21:55:43.565Z] prd-ubuntu18.04-docker-arm64-4c-16g-7028 does not seem to be running inside a container [2020-10-20T21:55:43.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:55:43.605Z] ---> Running in ee957daf96d4 [2020-10-20T21:55:43.605Z] ---> Running in ffe7792134bf [2020-10-20T21:55:43.605Z] ---> Running in 0557770d3c40 [2020-10-20T21:55:43.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T21:55:44.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:55:44.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T21:55:44.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T21:55:44.730Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:55:44.730Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:55:44.730Z] OK: 12752 distinct packages available [2020-10-20T21:55:44.993Z] OK: 233 MiB in 51 packages [2020-10-20T21:55:45.552Z] $ docker top de492400becf66b6dc9a9b6be8cd44f23be6c5926f63df5d3d17259397e23ae1 -eo pid,comm [Pipeline] { [2020-10-20T21:55:45.942Z] Removing intermediate container a260d064e9fd [2020-10-20T21:55:45.942Z] ---> 01fc1ad348e9 [2020-10-20T21:55:45.942Z] [2020-10-20T21:55:45.942Z] Step 10/22 : FROM scratch [2020-10-20T21:55:45.942Z] ---> [2020-10-20T21:55:45.942Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] sh [2020-10-20T21:55:46.532Z] ---> Using cache [2020-10-20T21:55:46.532Z] ---> 6437fd81a642 [2020-10-20T21:55:46.532Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T21:55:46.804Z] Removing intermediate container 0557770d3c40 [2020-10-20T21:55:46.804Z] ---> f7e4de2aca43 [2020-10-20T21:55:46.804Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T21:55:46.804Z] ---> Running in e14dfb7ae33e [2020-10-20T21:55:46.804Z] Removing intermediate container 019f0450bec7 [2020-10-20T21:55:46.804Z] ---> f3787c39d30f [2020-10-20T21:55:46.804Z] Step 6/27 : COPY go.mod . [2020-10-20T21:55:46.804Z] ---> Running in 6b79d983d91e [2020-10-20T21:55:46.992Z] + go version [2020-10-20T21:55:46.992Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T21:55:47.020Z] $ docker stop --time=1 de492400becf66b6dc9a9b6be8cd44f23be6c5926f63df5d3d17259397e23ae1 [2020-10-20T21:55:47.079Z] Removing intermediate container e14dfb7ae33e [2020-10-20T21:55:47.079Z] ---> 216fb6b69080 [2020-10-20T21:55:47.079Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T21:55:47.079Z] ---> Running in f5d7a0465a3e [2020-10-20T21:55:47.347Z] Removing intermediate container 6b79d983d91e [2020-10-20T21:55:47.347Z] ---> bdbc1a0fee6c [2020-10-20T21:55:47.347Z] Step 24/26 : LABEL arch=x86_64 [2020-10-20T21:55:48.797Z] ---> 52a54cf7582e [2020-10-20T21:55:48.797Z] Step 7/27 : RUN go mod download [2020-10-20T21:55:48.797Z] ---> Running in e4a3af6e2988 [2020-10-20T21:55:48.797Z] Removing intermediate container f5d7a0465a3e [2020-10-20T21:55:48.797Z] ---> b09a6d912fde [2020-10-20T21:55:48.797Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T21:55:48.797Z] ---> Running in 0e86f52920f5 [2020-10-20T21:55:48.973Z] $ docker rm -f de492400becf66b6dc9a9b6be8cd44f23be6c5926f63df5d3d17259397e23ae1 [2020-10-20T21:55:49.062Z] Removing intermediate container e4a3af6e2988 [2020-10-20T21:55:49.062Z] ---> c18a9dba8377 [2020-10-20T21:55:49.062Z] Step 25/26 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] // withDockerContainer [Pipeline] } [2020-10-20T21:55:49.333Z] ---> Running in c1ba375d16ca [2020-10-20T21:55:49.333Z] ---> 59b8643013b5 [2020-10-20T21:55:49.333Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [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-20T21:55:50.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T21:55:50.276Z] [2020-10-20T21:55:50.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:55:50.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T21:55:50.744Z] Removing intermediate container c1ba375d16ca [2020-10-20T21:55:50.744Z] ---> 1bd53893e0b8 [2020-10-20T21:55:50.744Z] Step 26/26 : LABEL version=1.2.2-dev.85 [2020-10-20T21:55:50.744Z] ---> d4ce56639e48 [2020-10-20T21:55:50.744Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T21:55:50.744Z] ---> Running in b10a4ab4cf81 [2020-10-20T21:55:50.945Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-20T21:55:50.945Z] 29e5d40040c1: Pulling fs layer [2020-10-20T21:55:50.945Z] 1ce36da41761: Pulling fs layer [2020-10-20T21:55:50.945Z] 25b303627fd3: Pulling fs layer [2020-10-20T21:55:51.019Z] Removing intermediate container b10a4ab4cf81 [2020-10-20T21:55:51.019Z] ---> 622b65896988 [2020-10-20T21:55:51.019Z] [2020-10-20T21:55:51.310Z] Successfully built 622b65896988 [2020-10-20T21:55:51.310Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-20T21:55:51.310Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-10-20T21:55:51.543Z] 29e5d40040c1: Verifying Checksum [2020-10-20T21:55:51.543Z] 29e5d40040c1: Download complete [2020-10-20T21:55:51.921Z] ---> ea2c013d96be [2020-10-20T21:55:51.921Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T21:55:52.525Z] 29e5d40040c1: Pull complete [2020-10-20T21:55:52.525Z] 1ce36da41761: Verifying Checksum [2020-10-20T21:55:52.525Z] 1ce36da41761: Download complete [2020-10-20T21:55:53.522Z] 1ce36da41761: Pull complete [2020-10-20T21:55:54.495Z] 25b303627fd3: Verifying Checksum [2020-10-20T21:55:54.495Z] 25b303627fd3: Download complete [2020-10-20T21:55:54.541Z] Removing intermediate container 0e86f52920f5 [2020-10-20T21:55:54.541Z] ---> e86eb356d4de [2020-10-20T21:55:54.541Z] Step 8/27 : COPY . . [2020-10-20T21:55:54.802Z] ---> aca7f19d3846 [2020-10-20T21:55:54.802Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T21:55:54.803Z] ---> Running in 89fd0b060844 [2020-10-20T21:55:56.790Z] Removing intermediate container 89fd0b060844 [2020-10-20T21:55:56.790Z] ---> 856119d32287 [2020-10-20T21:55:56.790Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:55:57.777Z] ---> Running in b5944e1c6cb7 [2020-10-20T21:55:58.371Z] Removing intermediate container b5944e1c6cb7 [2020-10-20T21:55:58.371Z] ---> 0c6f7fb8ef07 [2020-10-20T21:55:58.371Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T21:55:58.954Z] ---> Running in 72f4ba1f0a80 [2020-10-20T21:56:02.311Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:56:02.311Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:56:02.311Z] ---> f1456d657494 [2020-10-20T21:56:02.311Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T21:56:02.311Z] ---> Using cache [2020-10-20T21:56:02.311Z] ---> 559b3f591f69 [2020-10-20T21:56:02.311Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:56:02.311Z] ---> Using cache [2020-10-20T21:56:02.311Z] ---> 2f6b54fa4eda [2020-10-20T21:56:02.311Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T21:56:04.269Z] ---> Running in 1bba398e50fc [2020-10-20T21:56:04.269Z] Removing intermediate container 72f4ba1f0a80 [2020-10-20T21:56:04.269Z] ---> 68cf96ac3e16 [2020-10-20T21:56:04.269Z] Step 21/22 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:56:04.554Z] ---> Running in 8ccf86464079 [2020-10-20T21:56:04.657Z] 25b303627fd3: Pull complete [2020-10-20T21:56:04.657Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-20T21:56:04.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T21:56:04.657Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-20T21:56:04.927Z] prd-ubuntu18.04-docker-arm64-4c-16g-7028 does not seem to be running inside a container [2020-10-20T21:56:05.012Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T21:56:06.520Z] Removing intermediate container 8ccf86464079 [2020-10-20T21:56:06.521Z] ---> 9d0ac0fe962f [2020-10-20T21:56:06.521Z] Step 22/22 : LABEL version=1.2.2-dev.85 [2020-10-20T21:56:06.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:56:07.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:56:07.376Z] ---> Running in 1274cf979849 [2020-10-20T21:56:07.643Z] Removing intermediate container 1274cf979849 [2020-10-20T21:56:07.643Z] ---> 674d1fbb03f5 [2020-10-20T21:56:07.643Z] [2020-10-20T21:56:07.917Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:56:07.917Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:56:07.917Z] OK: 12752 distinct packages available [2020-10-20T21:56:08.179Z] OK: 233 MiB in 51 packages [2020-10-20T21:56:08.452Z] $ docker top e87b0b5e12f21b755cc617fbe9a606d7f6cd4fd1c1efeb176ba688c62d4df3d9 -eo pid,comm [2020-10-20T21:56:08.451Z] Successfully built 674d1fbb03f5 [2020-10-20T21:56:08.451Z] Successfully tagged docker-support-logging-go:latest [Pipeline] { [Pipeline] sh [2020-10-20T21:56:09.825Z] + docker-compose build --help [2020-10-20T21:56:09.825Z] + grep parallel [2020-10-20T21:56:12.705Z]  Building docker-support-logging-go ... done Removing intermediate container 1bba398e50fc [2020-10-20T21:56:12.705Z] ---> 58f5cebd4d90 [2020-10-20T21:56:12.705Z] Step 6/23 : COPY go.mod . [2020-10-20T21:56:13.202Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T21:56:13.230Z] $ docker stop --time=1 e87b0b5e12f21b755cc617fbe9a606d7f6cd4fd1c1efeb176ba688c62d4df3d9 [2020-10-20T21:56:13.655Z] ---> b232329d65ee [2020-10-20T21:56:13.655Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T21:56:15.052Z] ---> 38e54bf465bd [2020-10-20T21:56:15.052Z] Step 7/23 : RUN go mod download [2020-10-20T21:56:15.052Z] Removing intermediate container ee957daf96d4 [2020-10-20T21:56:15.053Z] ---> e02551dccedf [2020-10-20T21:56:15.053Z] [2020-10-20T21:56:15.053Z] Step 10/21 : FROM scratch [2020-10-20T21:56:15.053Z] ---> [2020-10-20T21:56:15.053Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T21:56:15.053Z] ---> Running in 066ff2dce8ea [2020-10-20T21:56:15.053Z] ---> Using cache [2020-10-20T21:56:15.053Z] ---> ce9211b34259 [2020-10-20T21:56:15.053Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T21:56:15.053Z] ---> Running in 395fb161dd37 [2020-10-20T21:56:15.217Z] $ docker rm -f e87b0b5e12f21b755cc617fbe9a606d7f6cd4fd1c1efeb176ba688c62d4df3d9 [2020-10-20T21:56:15.313Z] Removing intermediate container ffe7792134bf [2020-10-20T21:56:15.313Z] ---> 22a8bea2b13d [2020-10-20T21:56:15.313Z] [2020-10-20T21:56:15.313Z] Step 10/22 : FROM scratch [2020-10-20T21:56:15.313Z] ---> [2020-10-20T21:56:15.313Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T21:56:15.313Z] ---> Running in 6ba3e34c16f5 [2020-10-20T21:56:15.313Z] ---> Using cache [2020-10-20T21:56:15.313Z] ---> ce9211b34259 [2020-10-20T21:56:15.313Z] Step 12/22 : ENV APP_PORT=48082 [Pipeline] // withDockerContainer [2020-10-20T21:56:15.575Z] ---> Running in 0e69baad2a04 [2020-10-20T21:56:15.575Z] Removing intermediate container 6ba3e34c16f5 [2020-10-20T21:56:15.575Z] ---> bc141db533e3 [2020-10-20T21:56:15.575Z] Step 13/21 : EXPOSE $APP_PORT [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:56:15.845Z] ---> Running in 260e2cc4bc34 [2020-10-20T21:56:15.845Z] Removing intermediate container 0e69baad2a04 [2020-10-20T21:56:15.845Z] ---> c2820b6014c7 [2020-10-20T21:56:15.845Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T21:56:15.845Z] ---> Running in 6c63e5b749f1 [2020-10-20T21:56:15.845Z] Removing intermediate container 260e2cc4bc34 [2020-10-20T21:56:15.845Z] ---> b5af52068e1a [2020-10-20T21:56:15.845Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T21:56:16.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T21:56:16.086Z] . [Pipeline] withDockerContainer [2020-10-20T21:56:16.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T21:56:16.120Z] Removing intermediate container 6c63e5b749f1 [2020-10-20T21:56:16.120Z] ---> 7edefc3eea15 [2020-10-20T21:56:16.120Z] Step 14/22 : WORKDIR / [2020-10-20T21:56:16.120Z] ---> Running in 851f077dcb12 [2020-10-20T21:56:16.120Z] ---> 8cd07d9d2543 [2020-10-20T21:56:16.120Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T21:56:16.361Z] prd-ubuntu18.04-docker-arm64-4c-16g-7028 does not seem to be running inside a container [2020-10-20T21:56:16.384Z] Removing intermediate container 851f077dcb12 [2020-10-20T21:56:16.385Z] ---> 086ac98dd5a9 [2020-10-20T21:56:16.385Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T21:56:16.450Z] $ 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/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T21:56:16.652Z] ---> 587126ce263f [2020-10-20T21:56:16.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T21:56:16.936Z] ---> b272365609f9 [2020-10-20T21:56:16.936Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T21:56:16.936Z] Removing intermediate container 395fb161dd37 [2020-10-20T21:56:16.936Z] ---> 12777fd7fadc [2020-10-20T21:56:16.936Z] Step 8/23 : COPY . . [2020-10-20T21:56:17.909Z] ---> 948142e8a5de [2020-10-20T21:56:17.909Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T21:56:17.998Z] $ docker top 52cd045512eb85bf6708bfcba1db912b3523508c48d465346385d8532dab9a41 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T21:56:19.167Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T21:56:20.472Z] ---> 75f4df422fa4 [2020-10-20T21:56:20.472Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T21:56:21.047Z] ---> Running in 18892eaf3f86 [2020-10-20T21:56:22.594Z] Building docker-core-command-go ... [2020-10-20T21:56:22.594Z] Building docker-core-data-go ... [2020-10-20T21:56:22.594Z] Building docker-core-metadata-go ... [2020-10-20T21:56:22.594Z] Building docker-security-proxy-setup-go ... [2020-10-20T21:56:22.594Z] Building docker-security-secrets-setup-go ... [2020-10-20T21:56:22.594Z] Building docker-security-secretstore-setup-go ... [2020-10-20T21:56:22.594Z] Building docker-support-logging-go ... [2020-10-20T21:56:22.594Z] Building docker-support-notifications-go ... [2020-10-20T21:56:22.594Z] Building docker-support-scheduler-go ... [2020-10-20T21:56:22.594Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T21:56:22.594Z] Building docker-sys-mgmt-agent-go [2020-10-20T21:56:22.594Z] Building docker-support-scheduler-go [2020-10-20T21:56:22.594Z] Building docker-core-metadata-go [2020-10-20T21:56:22.594Z] Building docker-support-notifications-go [2020-10-20T21:56:22.594Z] Building docker-security-proxy-setup-go [2020-10-20T21:56:23.663Z] Removing intermediate container 18892eaf3f86 [2020-10-20T21:56:23.663Z] ---> 76c81b841ee5 [2020-10-20T21:56:23.663Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:56:23.927Z] ---> 1f9bb0035f97 [2020-10-20T21:56:23.927Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T21:56:25.914Z] ---> Running in f2bdc1c8c27b [2020-10-20T21:56:25.914Z] ---> Running in b1ceeb72ccb2 [2020-10-20T21:56:26.194Z] Removing intermediate container f2bdc1c8c27b [2020-10-20T21:56:26.194Z] ---> ddad30c20d7c [2020-10-20T21:56:26.194Z] Step 19/21 : LABEL arch=x86_64 [2020-10-20T21:56:26.194Z] Removing intermediate container b1ceeb72ccb2 [2020-10-20T21:56:26.194Z] ---> 0f70e17577b8 [2020-10-20T21:56:26.194Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:56:26.462Z] ---> Running in d884cae53048 [2020-10-20T21:56:26.462Z] ---> Running in b4da1434ee1b [2020-10-20T21:56:26.736Z] Removing intermediate container d884cae53048 [2020-10-20T21:56:26.736Z] ---> da7ecdddd74b [2020-10-20T21:56:26.736Z] Step 20/21 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:56:26.736Z] Removing intermediate container b4da1434ee1b [2020-10-20T21:56:26.737Z] ---> 4aba8f39b683 [2020-10-20T21:56:26.737Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T21:56:27.009Z] ---> Running in 65bec76b5904 [2020-10-20T21:56:27.959Z] ---> Running in 5829363d6db3 [2020-10-20T21:56:27.959Z] Removing intermediate container 65bec76b5904 [2020-10-20T21:56:27.959Z] ---> 95cd7be4e966 [2020-10-20T21:56:27.959Z] Step 21/21 : LABEL version=1.2.2-dev.85 [2020-10-20T21:56:29.346Z] ---> Running in af3bf5a979c6 [2020-10-20T21:56:29.347Z] Removing intermediate container 5829363d6db3 [2020-10-20T21:56:29.347Z] ---> 051adde1c7d7 [2020-10-20T21:56:29.347Z] Step 21/22 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:56:29.615Z] ---> d8093930fd46 [2020-10-20T21:56:29.616Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T21:56:29.616Z] ---> Running in f7f0c56e6042 [2020-10-20T21:56:29.877Z] Removing intermediate container af3bf5a979c6 [2020-10-20T21:56:29.877Z] ---> 0f1c09c6dafe [2020-10-20T21:56:29.877Z] [2020-10-20T21:56:29.877Z] ---> Running in 66d5a8f3ded8 [2020-10-20T21:56:29.877Z] Successfully built 0f1c09c6dafe [2020-10-20T21:56:29.877Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-20T21:56:30.141Z]  Building docker-support-scheduler-go ... done Removing intermediate container f7f0c56e6042 [2020-10-20T21:56:30.141Z] ---> 883afce32c8e [2020-10-20T21:56:30.141Z] Step 22/22 : LABEL version=1.2.2-dev.85 [2020-10-20T21:56:30.141Z] ---> Running in b8d720d55f27 [2020-10-20T21:56:30.407Z] Removing intermediate container b8d720d55f27 [2020-10-20T21:56:30.407Z] ---> 238eb6ce1e5c [2020-10-20T21:56:30.407Z] [2020-10-20T21:56:30.407Z] Successfully built 238eb6ce1e5c [2020-10-20T21:56:30.407Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T21:56:30.407Z] Successfully tagged docker-core-command-go:latest [2020-10-20T21:56:32.617Z]  Building docker-core-command-go ... done Removing intermediate container 066ff2dce8ea [2020-10-20T21:56:32.617Z] ---> aa8b9178818c [2020-10-20T21:56:32.617Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T21:56:32.617Z] ---> Running in 43044449c127 [2020-10-20T21:56:33.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T21:56:35.562Z] Removing intermediate container 43044449c127 [2020-10-20T21:56:35.562Z] ---> 5265485aada6 [2020-10-20T21:56:35.562Z] [2020-10-20T21:56:35.563Z] Step 11/27 : FROM docker:latest [2020-10-20T21:56:35.563Z] ---> 57e1c8313ec1 [2020-10-20T21:56:35.563Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T21:56:35.846Z] ---> Running in f809382ee4ac [2020-10-20T21:56:36.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:56:36.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:56:36.842Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T21:56:37.787Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T21:56:38.053Z] Executing bash-5.0.17-r0.post-install [2020-10-20T21:56:38.053Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:56:38.053Z] OK: 12 MiB in 22 packages [2020-10-20T21:56:39.492Z] Removing intermediate container f809382ee4ac [2020-10-20T21:56:39.492Z] ---> bab9bee016c3 [2020-10-20T21:56:39.492Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T21:56:39.492Z] ---> Running in fc883f830d34 [2020-10-20T21:56:41.471Z] Removing intermediate container fc883f830d34 [2020-10-20T21:56:41.471Z] ---> cc1d9ea55f99 [2020-10-20T21:56:41.471Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T21:56:41.471Z] ---> Running in 0e9ff19f6aeb [2020-10-20T21:56:41.471Z] Removing intermediate container 0e9ff19f6aeb [2020-10-20T21:56:41.471Z] ---> a3469929d3f3 [2020-10-20T21:56:41.471Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T21:56:41.738Z] ---> Running in 4dfb8c3fa0b0 [2020-10-20T21:56:42.003Z] Removing intermediate container 4dfb8c3fa0b0 [2020-10-20T21:56:42.003Z] ---> 818c77f455e5 [2020-10-20T21:56:42.003Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T21:56:42.003Z] ---> Running in cdc6f36748da [2020-10-20T21:56:42.360Z] Removing intermediate container cdc6f36748da [2020-10-20T21:56:42.360Z] ---> 6b6ff744bb5d [2020-10-20T21:56:42.360Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T21:56:43.030Z] ---> 7ab566f6dd60 [2020-10-20T21:56:43.030Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T21:56:43.030Z] ---> f0f547a3648d [2020-10-20T21:56:43.030Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T21:56:43.356Z] ---> ce6a432dc4cc [2020-10-20T21:56:43.356Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T21:56:43.630Z] ---> Running in 82dcc95f800f [2020-10-20T21:56:43.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:56:44.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:56:44.196Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T21:56:44.196Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T21:56:44.196Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T21:56:44.196Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T21:56:44.196Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T21:56:44.196Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T21:56:44.196Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T21:56:46.760Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T21:56:46.760Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T21:56:46.760Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T21:56:46.760Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T21:56:46.760Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T21:56:46.760Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T21:56:46.760Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T21:56:46.760Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T21:56:46.760Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T21:56:46.760Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T21:56:46.760Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T21:56:46.760Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T21:56:47.708Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T21:56:49.622Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T21:56:50.195Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T21:56:50.195Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T21:56:50.195Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T21:56:50.195Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T21:56:50.195Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T21:56:50.195Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T21:56:50.195Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T21:56:50.195Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T21:56:50.195Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T21:56:50.195Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T21:56:50.195Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T21:56:50.459Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T21:56:50.459Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:56:50.459Z] OK: 71 MiB in 55 packages [2020-10-20T21:56:53.779Z] Removing intermediate container 66d5a8f3ded8 [2020-10-20T21:56:53.779Z] ---> 04c79f5b4853 [2020-10-20T21:56:53.779Z] [2020-10-20T21:56:53.779Z] Step 10/23 : FROM alpine [2020-10-20T21:56:53.779Z] ---> a24bb4013296 [2020-10-20T21:56:53.779Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T21:56:57.089Z] ---> Running in d344bce9762e [2020-10-20T21:56:57.089Z] Removing intermediate container 82dcc95f800f [2020-10-20T21:56:57.089Z] ---> ff6197fb15b0 [2020-10-20T21:56:57.089Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T21:56:57.089Z] Removing intermediate container d344bce9762e [2020-10-20T21:56:57.089Z] ---> 668827baca86 [2020-10-20T21:56:57.089Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T21:56:57.089Z] ---> Running in 8bb74a0a1c1e [2020-10-20T21:56:57.089Z] ---> Running in 0b9f6ae65199 [2020-10-20T21:56:57.350Z] Removing intermediate container 0b9f6ae65199 [2020-10-20T21:56:57.350Z] ---> 677ea37b60f9 [2020-10-20T21:56:57.350Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T21:56:57.350Z] ---> Running in 9cabfdea8c79 [2020-10-20T21:56:57.619Z] Removing intermediate container 9cabfdea8c79 [2020-10-20T21:56:57.619Z] ---> f591fe2acf21 [2020-10-20T21:56:57.619Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:56:57.619Z] ---> Running in 7c25c13be86b [2020-10-20T21:56:58.565Z] Collecting docker-compose==1.23.2 [2020-10-20T21:56:58.565Z] Removing intermediate container 7c25c13be86b [2020-10-20T21:56:58.565Z] ---> d92f142ee71e [2020-10-20T21:56:58.565Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T21:56:58.565Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T21:56:58.565Z] ---> Running in c165d760d9be [2020-10-20T21:56:59.138Z] 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-20T21:56:59.138Z] Collecting PyYAML<4,>=3.10 [2020-10-20T21:56:59.138Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T21:56:59.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:56:59.979Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T21:56:59.979Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T21:57:00.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:57:00.501Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T21:57:00.501Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T21:57:00.763Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T21:57:00.763Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T21:57:00.763Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T21:57:00.763Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T21:57:00.763Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T21:57:01.026Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T21:57:01.026Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T21:57:01.288Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:57:01.288Z] OK: 8 MiB in 19 packages [2020-10-20T21:57:01.288Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T21:57:01.288Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T21:57:02.688Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T21:57:02.688Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T21:57:02.952Z] Removing intermediate container c165d760d9be [2020-10-20T21:57:02.952Z] ---> adfea8ca71aa [2020-10-20T21:57:02.952Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T21:57:02.952Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T21:57:02.952Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T21:57:02.952Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T21:57:03.222Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T21:57:03.222Z] ---> c2b7cca2dfce [2020-10-20T21:57:03.222Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T21:57:03.222Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T21:57:03.222Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T21:57:03.485Z] 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-20T21:57:03.751Z] Collecting idna<2.8,>=2.5 [2020-10-20T21:57:03.751Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T21:57:03.751Z] ---> 8820d82c64c2 [2020-10-20T21:57:03.751Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T21:57:03.751Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T21:57:03.751Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T21:57:04.013Z] 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-20T21:57:04.013Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T21:57:04.013Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T21:57:04.013Z] ---> d83ea3615d27 [2020-10-20T21:57:04.013Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T21:57:04.013Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T21:57:04.013Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T21:57:04.013Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T21:57:04.013Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T21:57:04.013Z] ---> Running in 6b6f1c00ff82 [2020-10-20T21:57:04.274Z] Installing collected packages: PyYAML, docopt, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, texttable, docker-compose [2020-10-20T21:57:04.274Z] Running setup.py install for PyYAML: started [2020-10-20T21:57:04.274Z] Removing intermediate container 6b6f1c00ff82 [2020-10-20T21:57:04.274Z] ---> f7ee5d7dee26 [2020-10-20T21:57:04.274Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:57:04.274Z] ---> Running in 1dcc25dc8a90 [2020-10-20T21:57:04.534Z] Removing intermediate container 1dcc25dc8a90 [2020-10-20T21:57:04.534Z] ---> f7d31d039650 [2020-10-20T21:57:04.534Z] Step 21/23 : LABEL arch=x86_64 [2020-10-20T21:57:04.534Z] ---> Running in 89cad32a4c14 [2020-10-20T21:57:04.795Z] Removing intermediate container 89cad32a4c14 [2020-10-20T21:57:04.795Z] ---> d06a953a224f [2020-10-20T21:57:04.795Z] Step 22/23 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:04.795Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T21:57:04.795Z] Running setup.py install for docopt: started [2020-10-20T21:57:04.795Z] ---> Running in 76de56a5f282 [2020-10-20T21:57:05.056Z] Removing intermediate container 76de56a5f282 [2020-10-20T21:57:05.056Z] ---> 901ff4cdf58e [2020-10-20T21:57:05.056Z] Step 23/23 : LABEL version=1.2.2-dev.85 [2020-10-20T21:57:05.056Z] ---> Running in 304c932b155f [2020-10-20T21:57:05.056Z] Removing intermediate container 304c932b155f [2020-10-20T21:57:05.056Z] ---> 2698dbb853fe [2020-10-20T21:57:05.056Z] [2020-10-20T21:57:05.316Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T21:57:05.316Z] Successfully built 2698dbb853fe [2020-10-20T21:57:05.316Z] Successfully tagged docker-core-data-go:latest [2020-10-20T21:57:05.316Z]  Building docker-core-data-go ... done  Running setup.py install for dockerpty: started [2020-10-20T21:57:05.888Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T21:57:05.888Z] Attempting uninstall: idna [2020-10-20T21:57:05.888Z] Found existing installation: idna 2.9 [2020-10-20T21:57:05.888Z] Uninstalling idna-2.9: [2020-10-20T21:57:05.888Z] Successfully uninstalled idna-2.9 [2020-10-20T21:57:05.888Z] Attempting uninstall: urllib3 [2020-10-20T21:57:05.888Z] Found existing installation: urllib3 1.25.9 [2020-10-20T21:57:05.888Z] Uninstalling urllib3-1.25.9: [2020-10-20T21:57:06.155Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T21:57:06.155Z] Attempting uninstall: requests [2020-10-20T21:57:06.155Z] Found existing installation: requests 2.23.0 [2020-10-20T21:57:06.155Z] Uninstalling requests-2.23.0: [2020-10-20T21:57:06.155Z] Successfully uninstalled requests-2.23.0 [2020-10-20T21:57:06.740Z] Running setup.py install for texttable: started [2020-10-20T21:57:08.134Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T21:57:08.134Z] 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-20T21:57:09.575Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:57:09.575Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:57:09.575Z] ---> ceab2c7895ce [2020-10-20T21:57:09.575Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T21:57:09.575Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:57:09.575Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:57:09.575Z] ---> ceab2c7895ce [2020-10-20T21:57:09.575Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T21:57:09.575Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:57:09.575Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:57:09.575Z] ---> ceab2c7895ce [2020-10-20T21:57:09.575Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T21:57:09.575Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:57:09.575Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:57:09.575Z] ---> ceab2c7895ce [2020-10-20T21:57:09.575Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T21:57:09.575Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:57:09.575Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T21:57:09.575Z] ---> ceab2c7895ce [2020-10-20T21:57:09.575Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T21:57:10.564Z] ---> Running in 4d229a9e4619 [2020-10-20T21:57:10.564Z] ---> Running in e6a8f7f27857 [2020-10-20T21:57:10.564Z] ---> Running in 536ade73d668 [2020-10-20T21:57:10.564Z] ---> Running in f9c3270a93a2 [2020-10-20T21:57:10.564Z] ---> Running in e61a566e8afd [2020-10-20T21:57:11.171Z] Removing intermediate container 4d229a9e4619 [2020-10-20T21:57:11.171Z] ---> 3243e3cc93d7 [2020-10-20T21:57:11.171Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:57:11.171Z] Removing intermediate container 536ade73d668 [2020-10-20T21:57:11.171Z] ---> efdf74b9b0c2 [2020-10-20T21:57:11.171Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:57:11.443Z] Removing intermediate container e61a566e8afd [2020-10-20T21:57:11.443Z] ---> f613da2ed73e [2020-10-20T21:57:11.443Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:57:11.443Z] Removing intermediate container f9c3270a93a2 [2020-10-20T21:57:11.443Z] ---> f33562a964c6 [2020-10-20T21:57:11.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:57:11.443Z] Removing intermediate container e6a8f7f27857 [2020-10-20T21:57:11.443Z] ---> 1ec1b4073e62 [2020-10-20T21:57:11.443Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T21:57:11.443Z] ---> Running in e37ca9db3ae4 [2020-10-20T21:57:11.443Z] ---> Running in 81c92e0b23dd [2020-10-20T21:57:11.447Z] Removing intermediate container 8bb74a0a1c1e [2020-10-20T21:57:11.447Z] ---> 1bf3042f84f8 [2020-10-20T21:57:11.447Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T21:57:11.447Z] ---> Running in d67767ecfde8 [2020-10-20T21:57:11.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T21:57:11.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T21:57:11.720Z] ---> Running in f1dd14ad28b3 [2020-10-20T21:57:11.721Z] ---> Running in b19489721eb9 [2020-10-20T21:57:11.721Z] ---> Running in f56d7c927df0 [2020-10-20T21:57:11.970Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T21:57:11.970Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T21:57:11.970Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T21:57:11.970Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:57:11.970Z] OK: 72 MiB in 58 packages [2020-10-20T21:57:12.543Z] Removing intermediate container d67767ecfde8 [2020-10-20T21:57:12.543Z] ---> 8c0c2f232303 [2020-10-20T21:57:12.543Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T21:57:12.543Z] ---> Running in bee7ea1a2a6b [2020-10-20T21:57:12.543Z] Removing intermediate container bee7ea1a2a6b [2020-10-20T21:57:12.543Z] ---> eab6945dfbcd [2020-10-20T21:57:12.543Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:57:12.812Z] ---> Running in 2ca983e80c6a [2020-10-20T21:57:12.812Z] Removing intermediate container 2ca983e80c6a [2020-10-20T21:57:12.812Z] ---> 7df6a62169ed [2020-10-20T21:57:12.812Z] Step 25/27 : LABEL arch=x86_64 [2020-10-20T21:57:12.812Z] ---> Running in ca1595ea5742 [2020-10-20T21:57:13.074Z] Removing intermediate container ca1595ea5742 [2020-10-20T21:57:13.074Z] ---> 9f307dfe9dce [2020-10-20T21:57:13.074Z] Step 26/27 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:13.074Z] ---> Running in 26cd889a5eb0 [2020-10-20T21:57:13.337Z] Removing intermediate container 26cd889a5eb0 [2020-10-20T21:57:13.337Z] ---> 186b0c9c0c95 [2020-10-20T21:57:13.337Z] Step 27/27 : LABEL version=1.2.2-dev.85 [2020-10-20T21:57:13.337Z] ---> Running in b0e1e03b44b8 [2020-10-20T21:57:13.597Z] Removing intermediate container b0e1e03b44b8 [2020-10-20T21:57:13.597Z] ---> f482797c3b6b [2020-10-20T21:57:13.597Z] [2020-10-20T21:57:13.597Z] Successfully built f482797c3b6b [2020-10-20T21:57:13.597Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-20T21:57:13.866Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-20T21:57:13.881Z] $ docker stop --time=1 fbf4714ea0d4b0c2174ef32c7849dda2c894581b3502be714658a6d0125bb6ca [2020-10-20T21:57:15.453Z] $ docker rm -f fbf4714ea0d4b0c2174ef32c7849dda2c894581b3502be714658a6d0125bb6ca [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T21:57:16.009Z] + docker images [2020-10-20T21:57:16.009Z] + grep docker [2020-10-20T21:57:16.009Z] docker-sys-mgmt-agent-go latest f482797c3b6b 2 seconds ago 290MB [2020-10-20T21:57:16.009Z] docker-core-data-go latest 2698dbb853fe 11 seconds ago 23.6MB [2020-10-20T21:57:16.009Z] docker-core-command-go latest 238eb6ce1e5c 45 seconds ago 12.2MB [2020-10-20T21:57:16.009Z] docker-support-scheduler-go latest 0f1c09c6dafe 46 seconds ago 12.3MB [2020-10-20T21:57:16.009Z] docker-support-logging-go latest 674d1fbb03f5 About a minute ago 11.1MB [2020-10-20T21:57:16.009Z] docker-security-secretstore-setup-go latest 622b65896988 About a minute ago 32.4MB [2020-10-20T21:57:16.009Z] docker-core-metadata-go latest 925f5e0d1038 About a minute ago 14.4MB [2020-10-20T21:57:16.009Z] docker-support-notifications-go latest e9dc702384fb About a minute ago 13.6MB [2020-10-20T21:57:16.009Z] docker-security-proxy-setup-go latest 12183c99827b About a minute ago 15.8MB [2020-10-20T21:57:16.009Z] docker-security-secrets-setup-go latest 4ef96d861a8e 2 minutes ago 24MB [2020-10-20T21:57:16.009Z] docker latest 57e1c8313ec1 3 hours ago 217MB [Pipeline] } [Pipeline] // withEnv [2020-10-20T21:57:16.062Z] Removing intermediate container 81c92e0b23dd [2020-10-20T21:57:16.062Z] ---> 618483476331 [2020-10-20T21:57:16.062Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T21:57:16.062Z] ---> Running in eedd9de5b13f [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-10-20T21:57:16.345Z] Removing intermediate container e37ca9db3ae4 [2020-10-20T21:57:16.345Z] ---> 6a282d98ac7c [2020-10-20T21:57:16.345Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T21:57:16.345Z] Removing intermediate container b19489721eb9 [2020-10-20T21:57:16.345Z] ---> 7b2ae6c1ddbf [2020-10-20T21:57:16.345Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T21:57:16.345Z] Removing intermediate container f1dd14ad28b3 [2020-10-20T21:57:16.345Z] ---> 3984060babb7 [2020-10-20T21:57:16.345Z] Step 5/22 : RUN apk update && apk add make git [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-20T21:57:16.537Z] provisioning config files... [2020-10-20T21:57:16.581Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/201@tmp/config8867890073299184755tmp [Pipeline] { [2020-10-20T21:57:16.623Z] ---> Running in 48347510eec2 [2020-10-20T21:57:16.624Z] ---> Running in cbfc7ce03a8d [2020-10-20T21:57:16.624Z] ---> Running in bb62ed7fde35 [Pipeline] libraryResource [Pipeline] sh [2020-10-20T21:57:16.905Z] Removing intermediate container f56d7c927df0 [2020-10-20T21:57:16.905Z] ---> 764df214ae6a [2020-10-20T21:57:16.905Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T21:57:16.962Z] ---> docker-login.sh [2020-10-20T21:57:16.962Z] nexus3.edgexfoundry.org:10001 [2020-10-20T21:57:16.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T21:57:16.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T21:57:16.962Z] Configure a credential helper to remove this warning. See [2020-10-20T21:57:16.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T21:57:16.962Z] [2020-10-20T21:57:16.962Z] Login Succeeded [2020-10-20T21:57:16.962Z] nexus3.edgexfoundry.org:10002 [2020-10-20T21:57:17.178Z] ---> Running in b2110ddd183b [2020-10-20T21:57:17.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T21:57:17.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T21:57:17.223Z] Configure a credential helper to remove this warning. See [2020-10-20T21:57:17.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T21:57:17.223Z] [2020-10-20T21:57:17.223Z] Login Succeeded [2020-10-20T21:57:17.223Z] nexus3.edgexfoundry.org:10003 [2020-10-20T21:57:17.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T21:57:17.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T21:57:17.484Z] Configure a credential helper to remove this warning. See [2020-10-20T21:57:17.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T21:57:17.484Z] [2020-10-20T21:57:17.484Z] Login Succeeded [2020-10-20T21:57:17.484Z] nexus3.edgexfoundry.org:10004 [2020-10-20T21:57:17.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T21:57:17.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T21:57:17.746Z] Configure a credential helper to remove this warning. See [2020-10-20T21:57:17.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T21:57:17.746Z] [2020-10-20T21:57:17.746Z] Login Succeeded [2020-10-20T21:57:17.746Z] docker.io [2020-10-20T21:57:17.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T21:57:18.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T21:57:18.009Z] Configure a credential helper to remove this warning. See [2020-10-20T21:57:18.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T21:57:18.009Z] [2020-10-20T21:57:18.009Z] Login Succeeded [2020-10-20T21:57:18.009Z] ---> docker-login.sh ends [Pipeline] } [2020-10-20T21:57:18.020Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-10-20T21:57:18.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-10-20T21:57:18.221Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-20T21:57:18.222Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:18.222Z] 1.2.2-dev.85 [2020-10-20T21:57:18.222Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:18.222Z] master [2020-10-20T21:57:18.222Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:18.711Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:19.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:19.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T21:57:19.022Z] 455f27116175: Preparing [2020-10-20T21:57:19.022Z] a16594eefe70: Preparing [2020-10-20T21:57:19.022Z] bb724adbe366: Preparing [2020-10-20T21:57:19.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:19.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:19.285Z] bb724adbe366: Pushed [2020-10-20T21:57:19.285Z] 455f27116175: Pushed [2020-10-20T21:57:19.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:19.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:19.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:19.999Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:57:19.999Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:57:19.999Z] OK: 12623 distinct packages available [2020-10-20T21:57:19.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:20.237Z] a16594eefe70: Pushed [2020-10-20T21:57:20.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:20.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:20.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:57:20.498Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:b79346dd4f6d38763bf357d6f0a46e7b4c498cd650c3488bba447737a1b55990 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:20.805Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:20.898Z] OK: 217 MiB in 51 packages [2020-10-20T21:57:20.898Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:57:20.898Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:57:20.898Z] OK: 12623 distinct packages available [2020-10-20T21:57:21.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.85 [2020-10-20T21:57:21.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T21:57:21.104Z] 455f27116175: Preparing [2020-10-20T21:57:21.104Z] a16594eefe70: Preparing [2020-10-20T21:57:21.104Z] bb724adbe366: Preparing [2020-10-20T21:57:21.104Z] a16594eefe70: Layer already exists [2020-10-20T21:57:21.104Z] 455f27116175: Layer already exists [2020-10-20T21:57:21.104Z] bb724adbe366: Layer already exists [2020-10-20T21:57:21.104Z] 1.2.2-dev.85: digest: sha256:b79346dd4f6d38763bf357d6f0a46e7b4c498cd650c3488bba447737a1b55990 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:21.410Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:21.503Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:57:21.503Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:57:21.503Z] OK: 12623 distinct packages available [2020-10-20T21:57:21.503Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:57:21.503Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:57:21.503Z] OK: 12623 distinct packages available [2020-10-20T21:57:21.503Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:57:21.503Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:57:21.503Z] OK: 12623 distinct packages available [2020-10-20T21:57:21.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:21.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T21:57:21.710Z] 455f27116175: Preparing [2020-10-20T21:57:21.710Z] a16594eefe70: Preparing [2020-10-20T21:57:21.710Z] bb724adbe366: Preparing [2020-10-20T21:57:21.710Z] 455f27116175: Layer already exists [2020-10-20T21:57:21.710Z] a16594eefe70: Layer already exists [2020-10-20T21:57:21.710Z] bb724adbe366: Layer already exists [2020-10-20T21:57:21.710Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:b79346dd4f6d38763bf357d6f0a46e7b4c498cd650c3488bba447737a1b55990 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:21.775Z] OK: 217 MiB in 51 packages [2020-10-20T21:57:22.018Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:22.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-20T21:57:22.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T21:57:22.316Z] 455f27116175: Preparing [2020-10-20T21:57:22.316Z] a16594eefe70: Preparing [2020-10-20T21:57:22.316Z] bb724adbe366: Preparing [2020-10-20T21:57:22.316Z] 455f27116175: Layer already exists [2020-10-20T21:57:22.316Z] bb724adbe366: Layer already exists [2020-10-20T21:57:22.316Z] a16594eefe70: Layer already exists [2020-10-20T21:57:22.316Z] master: digest: sha256:b79346dd4f6d38763bf357d6f0a46e7b4c498cd650c3488bba447737a1b55990 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-20T21:57:22.383Z] OK: 217 MiB in 51 packages [2020-10-20T21:57:22.383Z] OK: 217 MiB in 51 packages [2020-10-20T21:57:22.383Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:57:22.589Z] ===================================================== [Pipeline] echo [2020-10-20T21:57:22.649Z] taggedImages: [2020-10-20T21:57:22.649Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:22.649Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.85 [2020-10-20T21:57:22.649Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:22.649Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-20T21:57:22.668Z] Removing intermediate container eedd9de5b13f [2020-10-20T21:57:22.668Z] ---> cf69ac195eb6 [2020-10-20T21:57:22.668Z] Step 6/27 : COPY go.mod . [Pipeline] echo [2020-10-20T21:57:22.720Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-20T21:57:22.720Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:22.720Z] 1.2.2-dev.85 [2020-10-20T21:57:22.720Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:22.720Z] master [2020-10-20T21:57:22.720Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:23.197Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:23.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:23.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T21:57:23.503Z] 2596c3d5fabf: Preparing [2020-10-20T21:57:23.503Z] fbff7b7a2659: Preparing [2020-10-20T21:57:23.503Z] 9043147d1479: Preparing [2020-10-20T21:57:23.503Z] de5777275216: Preparing [2020-10-20T21:57:23.503Z] f10e214d7db4: Preparing [2020-10-20T21:57:23.503Z] 50644c29ef5a: Preparing [2020-10-20T21:57:23.503Z] 50644c29ef5a: Waiting [2020-10-20T21:57:23.767Z] f10e214d7db4: Pushed [2020-10-20T21:57:23.767Z] 2596c3d5fabf: Pushed [2020-10-20T21:57:23.767Z] 9043147d1479: Pushed [2020-10-20T21:57:23.767Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:23.767Z] de5777275216: Pushed [2020-10-20T21:57:24.122Z] ---> 137649424060 [2020-10-20T21:57:24.122Z] Step 7/27 : RUN go mod download [2020-10-20T21:57:24.122Z] Removing intermediate container 48347510eec2 [2020-10-20T21:57:24.122Z] ---> c27a1d280b34 [2020-10-20T21:57:24.122Z] Step 6/24 : COPY go.mod . [2020-10-20T21:57:24.122Z] ---> Running in 35f41bf684d2 [2020-10-20T21:57:24.738Z] Removing intermediate container b2110ddd183b [2020-10-20T21:57:24.738Z] ---> cf32788f0345 [2020-10-20T21:57:24.738Z] Step 6/21 : COPY go.mod . [2020-10-20T21:57:24.738Z] Removing intermediate container bb62ed7fde35 [2020-10-20T21:57:24.738Z] ---> 5c79eaf96f94 [2020-10-20T21:57:24.738Z] Step 6/22 : COPY go.mod . [2020-10-20T21:57:24.738Z] Removing intermediate container cbfc7ce03a8d [2020-10-20T21:57:24.738Z] ---> d02d986ad892 [2020-10-20T21:57:24.738Z] Step 6/20 : COPY go.mod . [2020-10-20T21:57:25.021Z] ---> f4575ba30bd0 [2020-10-20T21:57:25.021Z] Step 7/24 : RUN go mod download [2020-10-20T21:57:25.153Z] fbff7b7a2659: Pushed [2020-10-20T21:57:25.153Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:22373c699079b07ad164fc21a1914b1ac911db1b0c711ec84fd6b9e0a4707e00 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:25.305Z] ---> Running in e382ac4181d3 [2020-10-20T21:57:25.460Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:25.592Z] ---> 6ca2d85f7ac3 [2020-10-20T21:57:25.592Z] Step 7/21 : RUN go mod download [2020-10-20T21:57:25.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.85 [2020-10-20T21:57:25.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T21:57:25.759Z] 2596c3d5fabf: Preparing [2020-10-20T21:57:25.759Z] fbff7b7a2659: Preparing [2020-10-20T21:57:25.759Z] 9043147d1479: Preparing [2020-10-20T21:57:25.759Z] de5777275216: Preparing [2020-10-20T21:57:25.759Z] f10e214d7db4: Preparing [2020-10-20T21:57:25.760Z] 50644c29ef5a: Preparing [2020-10-20T21:57:25.760Z] 50644c29ef5a: Waiting [2020-10-20T21:57:25.760Z] 2596c3d5fabf: Layer already exists [2020-10-20T21:57:25.760Z] fbff7b7a2659: Layer already exists [2020-10-20T21:57:25.760Z] 9043147d1479: Layer already exists [2020-10-20T21:57:25.760Z] de5777275216: Layer already exists [2020-10-20T21:57:25.760Z] f10e214d7db4: Layer already exists [2020-10-20T21:57:25.760Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:25.760Z] 1.2.2-dev.85: digest: sha256:22373c699079b07ad164fc21a1914b1ac911db1b0c711ec84fd6b9e0a4707e00 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:25.876Z] ---> Running in 38298804880f [2020-10-20T21:57:25.876Z] ---> 9ae0f2c16050 [2020-10-20T21:57:25.876Z] Step 7/20 : RUN go mod download [2020-10-20T21:57:26.081Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:26.158Z] ---> 3a2150bae67a [2020-10-20T21:57:26.158Z] Step 7/22 : RUN go mod download [2020-10-20T21:57:26.158Z] ---> Running in 80fe9d45bcd0 [2020-10-20T21:57:26.435Z] ---> Running in 4627bfb7b839 [2020-10-20T21:57:26.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:26.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T21:57:26.467Z] 2596c3d5fabf: Preparing [2020-10-20T21:57:26.467Z] fbff7b7a2659: Preparing [2020-10-20T21:57:26.467Z] 9043147d1479: Preparing [2020-10-20T21:57:26.467Z] de5777275216: Preparing [2020-10-20T21:57:26.467Z] f10e214d7db4: Preparing [2020-10-20T21:57:26.467Z] 50644c29ef5a: Preparing [2020-10-20T21:57:26.467Z] 50644c29ef5a: Waiting [2020-10-20T21:57:26.467Z] 2596c3d5fabf: Layer already exists [2020-10-20T21:57:26.467Z] f10e214d7db4: Layer already exists [2020-10-20T21:57:26.467Z] de5777275216: Layer already exists [2020-10-20T21:57:26.467Z] fbff7b7a2659: Layer already exists [2020-10-20T21:57:26.467Z] 9043147d1479: Layer already exists [2020-10-20T21:57:26.467Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:26.467Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:22373c699079b07ad164fc21a1914b1ac911db1b0c711ec84fd6b9e0a4707e00 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:26.894Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:27.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-20T21:57:27.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T21:57:27.218Z] 2596c3d5fabf: Preparing [2020-10-20T21:57:27.218Z] fbff7b7a2659: Preparing [2020-10-20T21:57:27.218Z] 9043147d1479: Preparing [2020-10-20T21:57:27.219Z] de5777275216: Preparing [2020-10-20T21:57:27.219Z] f10e214d7db4: Preparing [2020-10-20T21:57:27.219Z] 50644c29ef5a: Preparing [2020-10-20T21:57:27.219Z] 50644c29ef5a: Waiting [2020-10-20T21:57:27.219Z] f10e214d7db4: Layer already exists [2020-10-20T21:57:27.219Z] fbff7b7a2659: Layer already exists [2020-10-20T21:57:27.219Z] 2596c3d5fabf: Layer already exists [2020-10-20T21:57:27.219Z] de5777275216: Layer already exists [2020-10-20T21:57:27.219Z] 9043147d1479: Layer already exists [2020-10-20T21:57:27.219Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:27.219Z] master: digest: sha256:22373c699079b07ad164fc21a1914b1ac911db1b0c711ec84fd6b9e0a4707e00 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:57:27.421Z] ===================================================== [Pipeline] echo [2020-10-20T21:57:27.471Z] taggedImages: [2020-10-20T21:57:27.471Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:27.471Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.85 [2020-10-20T21:57:27.471Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:27.471Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-20T21:57:27.544Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-20T21:57:27.544Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:27.544Z] 1.2.2-dev.85 [2020-10-20T21:57:27.544Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:27.544Z] master [2020-10-20T21:57:27.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:28.016Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:28.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:28.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T21:57:28.317Z] e888c216322b: Preparing [2020-10-20T21:57:28.317Z] 40c5e1d7a0d5: Preparing [2020-10-20T21:57:28.317Z] b6ea6f9eb07d: Preparing [2020-10-20T21:57:28.317Z] e888c216322b: Pushed [2020-10-20T21:57:28.317Z] b6ea6f9eb07d: Pushed [2020-10-20T21:57:28.451Z] Removing intermediate container 35f41bf684d2 [2020-10-20T21:57:28.451Z] ---> 8767100d0c33 [2020-10-20T21:57:28.451Z] Step 8/27 : COPY . . [2020-10-20T21:57:29.721Z] 40c5e1d7a0d5: Pushed [2020-10-20T21:57:29.923Z] Removing intermediate container e382ac4181d3 [2020-10-20T21:57:29.923Z] ---> d41f5acf944e [2020-10-20T21:57:29.923Z] Step 8/24 : COPY . . [2020-10-20T21:57:29.982Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:5a5a7db793498a1aaba51efb7bb792ee811953c9a7fa495158061aa09b7bc6b9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:30.285Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:30.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.85 [2020-10-20T21:57:30.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T21:57:30.585Z] e888c216322b: Preparing [2020-10-20T21:57:30.585Z] 40c5e1d7a0d5: Preparing [2020-10-20T21:57:30.585Z] b6ea6f9eb07d: Preparing [2020-10-20T21:57:30.585Z] 40c5e1d7a0d5: Layer already exists [2020-10-20T21:57:30.585Z] e888c216322b: Layer already exists [2020-10-20T21:57:30.585Z] b6ea6f9eb07d: Layer already exists [2020-10-20T21:57:30.585Z] 1.2.2-dev.85: digest: sha256:5a5a7db793498a1aaba51efb7bb792ee811953c9a7fa495158061aa09b7bc6b9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:30.893Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:31.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:31.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T21:57:31.229Z] e888c216322b: Preparing [2020-10-20T21:57:31.229Z] 40c5e1d7a0d5: Preparing [2020-10-20T21:57:31.229Z] b6ea6f9eb07d: Preparing [2020-10-20T21:57:31.229Z] 40c5e1d7a0d5: Layer already exists [2020-10-20T21:57:31.229Z] e888c216322b: Layer already exists [2020-10-20T21:57:31.229Z] b6ea6f9eb07d: Layer already exists [2020-10-20T21:57:31.229Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:5a5a7db793498a1aaba51efb7bb792ee811953c9a7fa495158061aa09b7bc6b9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:31.535Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:31.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-20T21:57:31.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T21:57:31.836Z] e888c216322b: Preparing [2020-10-20T21:57:31.836Z] 40c5e1d7a0d5: Preparing [2020-10-20T21:57:31.836Z] b6ea6f9eb07d: Preparing [2020-10-20T21:57:31.836Z] 40c5e1d7a0d5: Layer already exists [2020-10-20T21:57:31.836Z] e888c216322b: Layer already exists [2020-10-20T21:57:31.836Z] b6ea6f9eb07d: Layer already exists [2020-10-20T21:57:31.836Z] master: digest: sha256:5a5a7db793498a1aaba51efb7bb792ee811953c9a7fa495158061aa09b7bc6b9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:57:32.067Z] ===================================================== [Pipeline] echo [2020-10-20T21:57:32.117Z] taggedImages: [2020-10-20T21:57:32.117Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:32.117Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.85 [2020-10-20T21:57:32.117Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:32.117Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-20T21:57:32.194Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-20T21:57:32.194Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:32.194Z] 1.2.2-dev.85 [2020-10-20T21:57:32.194Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:32.194Z] master [2020-10-20T21:57:32.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:32.715Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:33.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:33.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T21:57:33.019Z] b69bda39fc4f: Preparing [2020-10-20T21:57:33.019Z] dc1ec8f2376f: Preparing [2020-10-20T21:57:33.019Z] 0ca8fd55293c: Preparing [2020-10-20T21:57:33.019Z] ac05bd18793a: Preparing [2020-10-20T21:57:33.019Z] 50644c29ef5a: Preparing [2020-10-20T21:57:33.019Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:33.279Z] dc1ec8f2376f: Pushed [2020-10-20T21:57:33.279Z] 0ca8fd55293c: Pushed [2020-10-20T21:57:33.541Z] ac05bd18793a: Pushed [2020-10-20T21:57:34.113Z] b69bda39fc4f: Pushed [2020-10-20T21:57:34.113Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:75637e20ed512fce1c0a17dfb0eebfccc7367cb4102b419a4f048a40717f8b11 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:34.317Z] Removing intermediate container 38298804880f [2020-10-20T21:57:34.317Z] ---> 4b6981277a4d [2020-10-20T21:57:34.317Z] Step 8/21 : COPY . . [2020-10-20T21:57:34.424Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:34.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.85 [2020-10-20T21:57:34.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T21:57:34.725Z] b69bda39fc4f: Preparing [2020-10-20T21:57:34.725Z] dc1ec8f2376f: Preparing [2020-10-20T21:57:34.725Z] 0ca8fd55293c: Preparing [2020-10-20T21:57:34.725Z] ac05bd18793a: Preparing [2020-10-20T21:57:34.725Z] 50644c29ef5a: Preparing [2020-10-20T21:57:34.725Z] ac05bd18793a: Layer already exists [2020-10-20T21:57:34.725Z] 0ca8fd55293c: Layer already exists [2020-10-20T21:57:34.725Z] dc1ec8f2376f: Layer already exists [2020-10-20T21:57:34.725Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:34.725Z] b69bda39fc4f: Layer already exists [2020-10-20T21:57:34.725Z] 1.2.2-dev.85: digest: sha256:75637e20ed512fce1c0a17dfb0eebfccc7367cb4102b419a4f048a40717f8b11 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:35.040Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:35.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:35.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T21:57:35.347Z] b69bda39fc4f: Preparing [2020-10-20T21:57:35.347Z] dc1ec8f2376f: Preparing [2020-10-20T21:57:35.347Z] 0ca8fd55293c: Preparing [2020-10-20T21:57:35.347Z] ac05bd18793a: Preparing [2020-10-20T21:57:35.347Z] 50644c29ef5a: Preparing [2020-10-20T21:57:35.347Z] 0ca8fd55293c: Layer already exists [2020-10-20T21:57:35.347Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:35.347Z] b69bda39fc4f: Layer already exists [2020-10-20T21:57:35.347Z] ac05bd18793a: Layer already exists [2020-10-20T21:57:35.347Z] dc1ec8f2376f: Layer already exists [2020-10-20T21:57:35.347Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:75637e20ed512fce1c0a17dfb0eebfccc7367cb4102b419a4f048a40717f8b11 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:35.381Z] Removing intermediate container 80fe9d45bcd0 [2020-10-20T21:57:35.381Z] ---> c913af5c037a [2020-10-20T21:57:35.381Z] Step 8/20 : COPY . . [2020-10-20T21:57:35.657Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-20T21:57:35.661Z] Removing intermediate container 4627bfb7b839 [2020-10-20T21:57:35.661Z] ---> 65a280f3e8c0 [2020-10-20T21:57:35.661Z] Step 8/22 : COPY . . [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:35.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-20T21:57:35.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T21:57:35.956Z] b69bda39fc4f: Preparing [2020-10-20T21:57:35.956Z] dc1ec8f2376f: Preparing [2020-10-20T21:57:35.956Z] 0ca8fd55293c: Preparing [2020-10-20T21:57:35.956Z] ac05bd18793a: Preparing [2020-10-20T21:57:35.956Z] 50644c29ef5a: Preparing [2020-10-20T21:57:35.956Z] b69bda39fc4f: Layer already exists [2020-10-20T21:57:35.956Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:35.956Z] 0ca8fd55293c: Layer already exists [2020-10-20T21:57:35.956Z] ac05bd18793a: Layer already exists [2020-10-20T21:57:35.956Z] dc1ec8f2376f: Layer already exists [2020-10-20T21:57:35.956Z] master: digest: sha256:75637e20ed512fce1c0a17dfb0eebfccc7367cb4102b419a4f048a40717f8b11 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:57:36.207Z] ===================================================== [Pipeline] echo [2020-10-20T21:57:36.258Z] taggedImages: [2020-10-20T21:57:36.259Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:36.259Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.85 [2020-10-20T21:57:36.259Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:36.259Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-20T21:57:36.328Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-20T21:57:36.328Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:36.328Z] 1.2.2-dev.85 [2020-10-20T21:57:36.328Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:36.328Z] master [2020-10-20T21:57:36.328Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:36.801Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:37.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:37.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T21:57:37.098Z] 18386f677057: Preparing [2020-10-20T21:57:37.098Z] e1603a3a8002: Preparing [2020-10-20T21:57:37.098Z] 8c560c37fb13: Preparing [2020-10-20T21:57:37.098Z] 42580668220e: Preparing [2020-10-20T21:57:37.098Z] 42580668220e: Preparing [2020-10-20T21:57:37.098Z] 1df575315d02: Preparing [2020-10-20T21:57:37.098Z] a07753021cc9: Preparing [2020-10-20T21:57:37.098Z] 4b9dee13219f: Preparing [2020-10-20T21:57:37.098Z] 18386f677057: Preparing [2020-10-20T21:57:37.098Z] d9de7087c925: Preparing [2020-10-20T21:57:37.098Z] e4405ecc26b9: Preparing [2020-10-20T21:57:37.098Z] 6f8830e4bacb: Preparing [2020-10-20T21:57:37.098Z] 50644c29ef5a: Preparing [2020-10-20T21:57:37.098Z] 4b9dee13219f: Waiting [2020-10-20T21:57:37.098Z] d9de7087c925: Waiting [2020-10-20T21:57:37.098Z] e4405ecc26b9: Waiting [2020-10-20T21:57:37.098Z] 6f8830e4bacb: Waiting [2020-10-20T21:57:37.098Z] 50644c29ef5a: Waiting [2020-10-20T21:57:37.098Z] a07753021cc9: Waiting [2020-10-20T21:57:38.053Z] 8c560c37fb13: Pushed [2020-10-20T21:57:38.053Z] 1df575315d02: Pushed [2020-10-20T21:57:38.053Z] 42580668220e: Pushed [2020-10-20T21:57:38.053Z] e1603a3a8002: Pushed [2020-10-20T21:57:38.053Z] 4b9dee13219f: Pushed [2020-10-20T21:57:38.053Z] a07753021cc9: Pushed [2020-10-20T21:57:38.053Z] e4405ecc26b9: Pushed [2020-10-20T21:57:38.053Z] d9de7087c925: Pushed [2020-10-20T21:57:38.315Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:38.575Z] 6f8830e4bacb: Pushed [2020-10-20T21:57:38.575Z] 18386f677057: Pushed [2020-10-20T21:57:39.147Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:f70440621414fbdc41eb3697de71a08dd837feb983037257b830608651b6d222 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:39.450Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:39.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.85 [2020-10-20T21:57:39.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T21:57:39.747Z] 18386f677057: Preparing [2020-10-20T21:57:39.747Z] e1603a3a8002: Preparing [2020-10-20T21:57:39.747Z] 8c560c37fb13: Preparing [2020-10-20T21:57:39.747Z] 42580668220e: Preparing [2020-10-20T21:57:39.747Z] 42580668220e: Preparing [2020-10-20T21:57:39.747Z] 1df575315d02: Preparing [2020-10-20T21:57:39.747Z] a07753021cc9: Preparing [2020-10-20T21:57:39.747Z] 4b9dee13219f: Preparing [2020-10-20T21:57:39.747Z] 18386f677057: Preparing [2020-10-20T21:57:39.747Z] d9de7087c925: Preparing [2020-10-20T21:57:39.747Z] e4405ecc26b9: Preparing [2020-10-20T21:57:39.747Z] 6f8830e4bacb: Preparing [2020-10-20T21:57:39.747Z] 50644c29ef5a: Preparing [2020-10-20T21:57:39.747Z] d9de7087c925: Waiting [2020-10-20T21:57:39.747Z] e4405ecc26b9: Waiting [2020-10-20T21:57:39.747Z] 6f8830e4bacb: Waiting [2020-10-20T21:57:39.747Z] 50644c29ef5a: Waiting [2020-10-20T21:57:39.747Z] a07753021cc9: Waiting [2020-10-20T21:57:39.747Z] 4b9dee13219f: Waiting [2020-10-20T21:57:39.747Z] 8c560c37fb13: Layer already exists [2020-10-20T21:57:39.747Z] 18386f677057: Layer already exists [2020-10-20T21:57:39.747Z] 42580668220e: Layer already exists [2020-10-20T21:57:39.747Z] 1df575315d02: Layer already exists [2020-10-20T21:57:39.747Z] e1603a3a8002: Layer already exists [2020-10-20T21:57:39.747Z] a07753021cc9: Layer already exists [2020-10-20T21:57:39.747Z] d9de7087c925: Layer already exists [2020-10-20T21:57:39.747Z] 4b9dee13219f: Layer already exists [2020-10-20T21:57:39.747Z] e4405ecc26b9: Layer already exists [2020-10-20T21:57:39.747Z] 6f8830e4bacb: Layer already exists [2020-10-20T21:57:39.747Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:40.000Z] ---> 5a74c25e2ed7 [2020-10-20T21:57:40.000Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T21:57:40.000Z] ---> 84dc2cac8e44 [2020-10-20T21:57:40.000Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T21:57:40.000Z] ---> Running in f55533844112 [2020-10-20T21:57:40.008Z] 1.2.2-dev.85: digest: sha256:f70440621414fbdc41eb3697de71a08dd837feb983037257b830608651b6d222 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:40.279Z] ---> Running in 6c54187c6367 [2020-10-20T21:57:40.310Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:40.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:40.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T21:57:40.607Z] 18386f677057: Preparing [2020-10-20T21:57:40.607Z] e1603a3a8002: Preparing [2020-10-20T21:57:40.607Z] 8c560c37fb13: Preparing [2020-10-20T21:57:40.607Z] 42580668220e: Preparing [2020-10-20T21:57:40.607Z] 42580668220e: Preparing [2020-10-20T21:57:40.607Z] 1df575315d02: Preparing [2020-10-20T21:57:40.607Z] a07753021cc9: Preparing [2020-10-20T21:57:40.607Z] 4b9dee13219f: Preparing [2020-10-20T21:57:40.607Z] 18386f677057: Preparing [2020-10-20T21:57:40.607Z] d9de7087c925: Preparing [2020-10-20T21:57:40.607Z] e4405ecc26b9: Preparing [2020-10-20T21:57:40.607Z] 6f8830e4bacb: Preparing [2020-10-20T21:57:40.607Z] 50644c29ef5a: Preparing [2020-10-20T21:57:40.607Z] 4b9dee13219f: Waiting [2020-10-20T21:57:40.607Z] d9de7087c925: Waiting [2020-10-20T21:57:40.607Z] e4405ecc26b9: Waiting [2020-10-20T21:57:40.607Z] 6f8830e4bacb: Waiting [2020-10-20T21:57:40.607Z] 50644c29ef5a: Waiting [2020-10-20T21:57:40.607Z] a07753021cc9: Waiting [2020-10-20T21:57:40.607Z] 1df575315d02: Layer already exists [2020-10-20T21:57:40.607Z] 8c560c37fb13: Layer already exists [2020-10-20T21:57:40.607Z] 18386f677057: Layer already exists [2020-10-20T21:57:40.607Z] e1603a3a8002: Layer already exists [2020-10-20T21:57:40.607Z] 42580668220e: Layer already exists [2020-10-20T21:57:40.607Z] a07753021cc9: Layer already exists [2020-10-20T21:57:40.607Z] d9de7087c925: Layer already exists [2020-10-20T21:57:40.607Z] e4405ecc26b9: Layer already exists [2020-10-20T21:57:40.607Z] 4b9dee13219f: Layer already exists [2020-10-20T21:57:40.607Z] 6f8830e4bacb: Layer already exists [2020-10-20T21:57:40.607Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:40.607Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:f70440621414fbdc41eb3697de71a08dd837feb983037257b830608651b6d222 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:40.912Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:41.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-20T21:57:41.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T21:57:41.211Z] 18386f677057: Preparing [2020-10-20T21:57:41.211Z] e1603a3a8002: Preparing [2020-10-20T21:57:41.211Z] 8c560c37fb13: Preparing [2020-10-20T21:57:41.211Z] 42580668220e: Preparing [2020-10-20T21:57:41.211Z] 42580668220e: Preparing [2020-10-20T21:57:41.211Z] 1df575315d02: Preparing [2020-10-20T21:57:41.211Z] a07753021cc9: Preparing [2020-10-20T21:57:41.211Z] 4b9dee13219f: Preparing [2020-10-20T21:57:41.211Z] 18386f677057: Preparing [2020-10-20T21:57:41.211Z] d9de7087c925: Preparing [2020-10-20T21:57:41.211Z] e4405ecc26b9: Preparing [2020-10-20T21:57:41.211Z] 6f8830e4bacb: Preparing [2020-10-20T21:57:41.211Z] 50644c29ef5a: Preparing [2020-10-20T21:57:41.211Z] a07753021cc9: Waiting [2020-10-20T21:57:41.211Z] 4b9dee13219f: Waiting [2020-10-20T21:57:41.211Z] d9de7087c925: Waiting [2020-10-20T21:57:41.211Z] e4405ecc26b9: Waiting [2020-10-20T21:57:41.211Z] 6f8830e4bacb: Waiting [2020-10-20T21:57:41.211Z] 50644c29ef5a: Waiting [2020-10-20T21:57:41.211Z] 8c560c37fb13: Layer already exists [2020-10-20T21:57:41.211Z] 1df575315d02: Layer already exists [2020-10-20T21:57:41.211Z] e1603a3a8002: Layer already exists [2020-10-20T21:57:41.211Z] 18386f677057: Layer already exists [2020-10-20T21:57:41.211Z] 42580668220e: Layer already exists [2020-10-20T21:57:41.211Z] a07753021cc9: Layer already exists [2020-10-20T21:57:41.211Z] 4b9dee13219f: Layer already exists [2020-10-20T21:57:41.211Z] e4405ecc26b9: Layer already exists [2020-10-20T21:57:41.211Z] 6f8830e4bacb: Layer already exists [2020-10-20T21:57:41.211Z] d9de7087c925: Layer already exists [2020-10-20T21:57:41.211Z] 50644c29ef5a: Layer already exists [2020-10-20T21:57:41.473Z] master: digest: sha256:f70440621414fbdc41eb3697de71a08dd837feb983037257b830608651b6d222 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:57:41.665Z] ===================================================== [Pipeline] echo [2020-10-20T21:57:41.708Z] taggedImages: [2020-10-20T21:57:41.708Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:41.708Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.85 [2020-10-20T21:57:41.708Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:41.708Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-20T21:57:41.777Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-20T21:57:41.777Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:41.777Z] 1.2.2-dev.85 [2020-10-20T21:57:41.777Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:41.777Z] master [2020-10-20T21:57:41.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:42.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T21:57:42.268Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:42.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T21:57:42.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:42.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T21:57:42.583Z] e0bae6b12ccd: Preparing [2020-10-20T21:57:42.583Z] 51b18dd4482f: Preparing [2020-10-20T21:57:42.583Z] 572cef3b4e3a: Preparing [2020-10-20T21:57:42.583Z] 496005f6aebc: Preparing [2020-10-20T21:57:42.583Z] b25e3696ca11: Preparing [2020-10-20T21:57:42.583Z] 187328b802c6: Preparing [2020-10-20T21:57:42.583Z] c3c42177ed2d: Preparing [2020-10-20T21:57:42.583Z] adc994eabb1d: Preparing [2020-10-20T21:57:42.583Z] a9c833c68408: Preparing [2020-10-20T21:57:42.583Z] f3314a6a7e4a: Preparing [2020-10-20T21:57:42.583Z] 1b3ee35aacca: Preparing [2020-10-20T21:57:42.583Z] 187328b802c6: Waiting [2020-10-20T21:57:42.583Z] c3c42177ed2d: Waiting [2020-10-20T21:57:42.583Z] adc994eabb1d: Waiting [2020-10-20T21:57:42.583Z] a9c833c68408: Waiting [2020-10-20T21:57:42.583Z] f3314a6a7e4a: Waiting [2020-10-20T21:57:42.583Z] 1b3ee35aacca: Waiting [2020-10-20T21:57:42.848Z] 51b18dd4482f: Pushed [2020-10-20T21:57:42.849Z] e0bae6b12ccd: Pushed [2020-10-20T21:57:42.849Z] 187328b802c6: Pushed [2020-10-20T21:57:43.111Z] c3c42177ed2d: Pushed [2020-10-20T21:57:43.111Z] adc994eabb1d: Pushed [2020-10-20T21:57:43.111Z] a9c833c68408: Pushed [2020-10-20T21:57:43.111Z] 1b3ee35aacca: Layer already exists [2020-10-20T21:57:43.682Z] 572cef3b4e3a: Pushed [2020-10-20T21:57:43.682Z] b25e3696ca11: Pushed [2020-10-20T21:57:43.682Z] 496005f6aebc: Pushed [2020-10-20T21:57:45.071Z] f3314a6a7e4a: Pushed [2020-10-20T21:57:45.071Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:10de0c8fe552ced272435320f78febff6d29339c6f33ab64ffe8cbf0a37b8533 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:45.633Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:45.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.85 [2020-10-20T21:57:45.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T21:57:45.932Z] e0bae6b12ccd: Preparing [2020-10-20T21:57:45.932Z] 51b18dd4482f: Preparing [2020-10-20T21:57:45.932Z] 572cef3b4e3a: Preparing [2020-10-20T21:57:45.932Z] 496005f6aebc: Preparing [2020-10-20T21:57:45.932Z] b25e3696ca11: Preparing [2020-10-20T21:57:45.932Z] 187328b802c6: Preparing [2020-10-20T21:57:45.932Z] c3c42177ed2d: Preparing [2020-10-20T21:57:45.932Z] adc994eabb1d: Preparing [2020-10-20T21:57:45.932Z] a9c833c68408: Preparing [2020-10-20T21:57:45.932Z] f3314a6a7e4a: Preparing [2020-10-20T21:57:45.932Z] 1b3ee35aacca: Preparing [2020-10-20T21:57:45.932Z] 187328b802c6: Waiting [2020-10-20T21:57:45.932Z] c3c42177ed2d: Waiting [2020-10-20T21:57:45.932Z] adc994eabb1d: Waiting [2020-10-20T21:57:45.932Z] a9c833c68408: Waiting [2020-10-20T21:57:45.932Z] f3314a6a7e4a: Waiting [2020-10-20T21:57:45.932Z] 1b3ee35aacca: Waiting [2020-10-20T21:57:45.932Z] 572cef3b4e3a: Layer already exists [2020-10-20T21:57:45.932Z] b25e3696ca11: Layer already exists [2020-10-20T21:57:45.932Z] 496005f6aebc: Layer already exists [2020-10-20T21:57:45.932Z] 51b18dd4482f: Layer already exists [2020-10-20T21:57:45.932Z] e0bae6b12ccd: Layer already exists [2020-10-20T21:57:45.932Z] 187328b802c6: Layer already exists [2020-10-20T21:57:45.932Z] c3c42177ed2d: Layer already exists [2020-10-20T21:57:45.932Z] a9c833c68408: Layer already exists [2020-10-20T21:57:45.932Z] adc994eabb1d: Layer already exists [2020-10-20T21:57:45.932Z] f3314a6a7e4a: Layer already exists [2020-10-20T21:57:45.932Z] 1b3ee35aacca: Layer already exists [2020-10-20T21:57:45.932Z] 1.2.2-dev.85: digest: sha256:10de0c8fe552ced272435320f78febff6d29339c6f33ab64ffe8cbf0a37b8533 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:46.498Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:46.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:46.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T21:57:46.795Z] e0bae6b12ccd: Preparing [2020-10-20T21:57:46.795Z] 51b18dd4482f: Preparing [2020-10-20T21:57:46.795Z] 572cef3b4e3a: Preparing [2020-10-20T21:57:46.795Z] 496005f6aebc: Preparing [2020-10-20T21:57:46.795Z] b25e3696ca11: Preparing [2020-10-20T21:57:46.795Z] 187328b802c6: Preparing [2020-10-20T21:57:46.795Z] c3c42177ed2d: Preparing [2020-10-20T21:57:46.795Z] adc994eabb1d: Preparing [2020-10-20T21:57:46.795Z] a9c833c68408: Preparing [2020-10-20T21:57:46.795Z] f3314a6a7e4a: Preparing [2020-10-20T21:57:46.795Z] 1b3ee35aacca: Preparing [2020-10-20T21:57:46.795Z] adc994eabb1d: Waiting [2020-10-20T21:57:46.795Z] a9c833c68408: Waiting [2020-10-20T21:57:46.795Z] f3314a6a7e4a: Waiting [2020-10-20T21:57:46.795Z] 1b3ee35aacca: Waiting [2020-10-20T21:57:46.795Z] 187328b802c6: Waiting [2020-10-20T21:57:46.795Z] c3c42177ed2d: Waiting [2020-10-20T21:57:46.795Z] 51b18dd4482f: Layer already exists [2020-10-20T21:57:46.795Z] b25e3696ca11: Layer already exists [2020-10-20T21:57:46.795Z] 496005f6aebc: Layer already exists [2020-10-20T21:57:46.795Z] e0bae6b12ccd: Layer already exists [2020-10-20T21:57:46.795Z] 187328b802c6: Layer already exists [2020-10-20T21:57:46.795Z] c3c42177ed2d: Layer already exists [2020-10-20T21:57:46.795Z] adc994eabb1d: Layer already exists [2020-10-20T21:57:46.795Z] a9c833c68408: Layer already exists [2020-10-20T21:57:46.795Z] f3314a6a7e4a: Layer already exists [2020-10-20T21:57:46.795Z] 1b3ee35aacca: Layer already exists [2020-10-20T21:57:47.057Z] 572cef3b4e3a: Layer already exists [2020-10-20T21:57:47.057Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:10de0c8fe552ced272435320f78febff6d29339c6f33ab64ffe8cbf0a37b8533 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:47.370Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:47.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-20T21:57:47.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T21:57:47.790Z] e0bae6b12ccd: Preparing [2020-10-20T21:57:47.790Z] 51b18dd4482f: Preparing [2020-10-20T21:57:47.790Z] 572cef3b4e3a: Preparing [2020-10-20T21:57:47.790Z] 496005f6aebc: Preparing [2020-10-20T21:57:47.790Z] b25e3696ca11: Preparing [2020-10-20T21:57:47.790Z] 187328b802c6: Preparing [2020-10-20T21:57:47.790Z] c3c42177ed2d: Preparing [2020-10-20T21:57:47.790Z] adc994eabb1d: Preparing [2020-10-20T21:57:47.790Z] a9c833c68408: Preparing [2020-10-20T21:57:47.790Z] f3314a6a7e4a: Preparing [2020-10-20T21:57:47.790Z] 1b3ee35aacca: Preparing [2020-10-20T21:57:47.790Z] 187328b802c6: Waiting [2020-10-20T21:57:47.790Z] c3c42177ed2d: Waiting [2020-10-20T21:57:47.790Z] adc994eabb1d: Waiting [2020-10-20T21:57:47.790Z] a9c833c68408: Waiting [2020-10-20T21:57:47.790Z] f3314a6a7e4a: Waiting [2020-10-20T21:57:47.790Z] 1b3ee35aacca: Waiting [2020-10-20T21:57:47.790Z] 572cef3b4e3a: Layer already exists [2020-10-20T21:57:47.790Z] 496005f6aebc: Layer already exists [2020-10-20T21:57:47.790Z] 51b18dd4482f: Layer already exists [2020-10-20T21:57:47.790Z] b25e3696ca11: Layer already exists [2020-10-20T21:57:47.790Z] e0bae6b12ccd: Layer already exists [2020-10-20T21:57:47.790Z] c3c42177ed2d: Layer already exists [2020-10-20T21:57:47.790Z] 187328b802c6: Layer already exists [2020-10-20T21:57:47.790Z] adc994eabb1d: Layer already exists [2020-10-20T21:57:47.790Z] f3314a6a7e4a: Layer already exists [2020-10-20T21:57:47.790Z] a9c833c68408: Layer already exists [2020-10-20T21:57:47.790Z] 1b3ee35aacca: Layer already exists [2020-10-20T21:57:47.790Z] master: digest: sha256:10de0c8fe552ced272435320f78febff6d29339c6f33ab64ffe8cbf0a37b8533 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:57:47.973Z] ===================================================== [Pipeline] echo [2020-10-20T21:57:48.016Z] taggedImages: [2020-10-20T21:57:48.016Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:48.016Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.85 [2020-10-20T21:57:48.016Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:48.016Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-20T21:57:48.079Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-20T21:57:48.079Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:48.079Z] 1.2.2-dev.85 [2020-10-20T21:57:48.079Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:48.079Z] master [2020-10-20T21:57:48.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:48.583Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:48.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:48.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T21:57:48.882Z] c90d6129d180: Preparing [2020-10-20T21:57:48.882Z] 91f817a7b407: Preparing [2020-10-20T21:57:48.882Z] 211d45ea5080: Preparing [2020-10-20T21:57:48.882Z] 3ab9100982c4: Preparing [2020-10-20T21:57:49.143Z] c90d6129d180: Pushed [2020-10-20T21:57:49.143Z] 211d45ea5080: Pushed [2020-10-20T21:57:49.143Z] 3ab9100982c4: Pushed [2020-10-20T21:57:50.086Z] 91f817a7b407: Pushed [2020-10-20T21:57:50.086Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:51b3847b5dbcd196b7b1b4d5f6488b2752bb0bdf27155c20b0e97b0c18b983c6 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:50.390Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:50.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.85 [2020-10-20T21:57:50.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T21:57:50.689Z] c90d6129d180: Preparing [2020-10-20T21:57:50.689Z] 91f817a7b407: Preparing [2020-10-20T21:57:50.689Z] 211d45ea5080: Preparing [2020-10-20T21:57:50.689Z] 3ab9100982c4: Preparing [2020-10-20T21:57:50.689Z] 3ab9100982c4: Layer already exists [2020-10-20T21:57:50.689Z] 91f817a7b407: Layer already exists [2020-10-20T21:57:50.689Z] 211d45ea5080: Layer already exists [2020-10-20T21:57:50.689Z] c90d6129d180: Layer already exists [2020-10-20T21:57:50.689Z] 1.2.2-dev.85: digest: sha256:51b3847b5dbcd196b7b1b4d5f6488b2752bb0bdf27155c20b0e97b0c18b983c6 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:50.886Z] ---> 5ba020913fe9 [2020-10-20T21:57:50.886Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T21:57:50.886Z] ---> Running in 70b6bf92b716 [2020-10-20T21:57:50.886Z] ---> c64a0c03f9c1 [2020-10-20T21:57:50.886Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T21:57:50.886Z] ---> 7ecfdd21fb50 [2020-10-20T21:57:50.886Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T21:57:50.989Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:51.170Z] ---> Running in b5ba1902a540 [2020-10-20T21:57:51.170Z] ---> Running in e3c498fc8194 [2020-10-20T21:57:51.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:51.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T21:57:51.284Z] c90d6129d180: Preparing [2020-10-20T21:57:51.284Z] 91f817a7b407: Preparing [2020-10-20T21:57:51.284Z] 211d45ea5080: Preparing [2020-10-20T21:57:51.284Z] 3ab9100982c4: Preparing [2020-10-20T21:57:51.284Z] 3ab9100982c4: Layer already exists [2020-10-20T21:57:51.284Z] c90d6129d180: Layer already exists [2020-10-20T21:57:51.284Z] 211d45ea5080: Layer already exists [2020-10-20T21:57:51.284Z] 91f817a7b407: Layer already exists [2020-10-20T21:57:51.284Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:51b3847b5dbcd196b7b1b4d5f6488b2752bb0bdf27155c20b0e97b0c18b983c6 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:51.585Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:51.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-20T21:57:51.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T21:57:51.882Z] c90d6129d180: Preparing [2020-10-20T21:57:51.882Z] 91f817a7b407: Preparing [2020-10-20T21:57:51.882Z] 211d45ea5080: Preparing [2020-10-20T21:57:51.882Z] 3ab9100982c4: Preparing [2020-10-20T21:57:51.882Z] 3ab9100982c4: Layer already exists [2020-10-20T21:57:51.882Z] c90d6129d180: Layer already exists [2020-10-20T21:57:51.882Z] 211d45ea5080: Layer already exists [2020-10-20T21:57:51.882Z] 91f817a7b407: Layer already exists [2020-10-20T21:57:51.882Z] master: digest: sha256:51b3847b5dbcd196b7b1b4d5f6488b2752bb0bdf27155c20b0e97b0c18b983c6 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:57:52.090Z] ===================================================== [Pipeline] echo [2020-10-20T21:57:52.147Z] taggedImages: [2020-10-20T21:57:52.147Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:52.147Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.85 [2020-10-20T21:57:52.147Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:52.147Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-20T21:57:52.229Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-20T21:57:52.229Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:52.229Z] 1.2.2-dev.85 [2020-10-20T21:57:52.229Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:52.229Z] master [2020-10-20T21:57:52.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:52.703Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:52.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:52.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T21:57:52.998Z] f96b0cc1be17: Preparing [2020-10-20T21:57:52.998Z] 0813aa61c27f: Preparing [2020-10-20T21:57:52.998Z] ea45e15a96a7: Preparing [2020-10-20T21:57:52.999Z] 3badfea33e24: Preparing [2020-10-20T21:57:52.999Z] 9e3f9d48995b: Preparing [2020-10-20T21:57:52.999Z] 569b9f6250d5: Preparing [2020-10-20T21:57:52.999Z] 569b9f6250d5: Waiting [2020-10-20T21:57:52.999Z] ea45e15a96a7: Pushed [2020-10-20T21:57:53.259Z] f96b0cc1be17: Pushed [2020-10-20T21:57:53.259Z] 3badfea33e24: Pushed [2020-10-20T21:57:53.259Z] 9e3f9d48995b: Pushed [2020-10-20T21:57:53.520Z] 569b9f6250d5: Pushed [2020-10-20T21:57:53.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T21:57:54.090Z] 0813aa61c27f: Pushed [2020-10-20T21:57:54.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T21:57:54.352Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:b05cecf3189f89df985890e318f4689e2effbb0282ce7344880ac01cb23f3fb6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:54.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T21:57:54.658Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:54.958Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.85 [2020-10-20T21:57:54.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T21:57:54.958Z] f96b0cc1be17: Preparing [2020-10-20T21:57:54.958Z] 0813aa61c27f: Preparing [2020-10-20T21:57:54.958Z] ea45e15a96a7: Preparing [2020-10-20T21:57:54.958Z] 3badfea33e24: Preparing [2020-10-20T21:57:54.958Z] 9e3f9d48995b: Preparing [2020-10-20T21:57:54.958Z] 569b9f6250d5: Preparing [2020-10-20T21:57:54.958Z] 569b9f6250d5: Waiting [2020-10-20T21:57:54.958Z] f96b0cc1be17: Layer already exists [2020-10-20T21:57:54.958Z] ea45e15a96a7: Layer already exists [2020-10-20T21:57:54.958Z] 3badfea33e24: Layer already exists [2020-10-20T21:57:54.958Z] 9e3f9d48995b: Layer already exists [2020-10-20T21:57:54.958Z] 0813aa61c27f: Layer already exists [2020-10-20T21:57:54.958Z] 569b9f6250d5: Layer already exists [2020-10-20T21:57:54.958Z] 1.2.2-dev.85: digest: sha256:b05cecf3189f89df985890e318f4689e2effbb0282ce7344880ac01cb23f3fb6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:55.261Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:55.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:55.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T21:57:55.556Z] f96b0cc1be17: Preparing [2020-10-20T21:57:55.556Z] 0813aa61c27f: Preparing [2020-10-20T21:57:55.556Z] ea45e15a96a7: Preparing [2020-10-20T21:57:55.556Z] 3badfea33e24: Preparing [2020-10-20T21:57:55.556Z] 9e3f9d48995b: Preparing [2020-10-20T21:57:55.556Z] 569b9f6250d5: Preparing [2020-10-20T21:57:55.556Z] 569b9f6250d5: Waiting [2020-10-20T21:57:55.556Z] ea45e15a96a7: Layer already exists [2020-10-20T21:57:55.556Z] 9e3f9d48995b: Layer already exists [2020-10-20T21:57:55.556Z] 3badfea33e24: Layer already exists [2020-10-20T21:57:55.556Z] f96b0cc1be17: Layer already exists [2020-10-20T21:57:55.556Z] 0813aa61c27f: Layer already exists [2020-10-20T21:57:55.556Z] 569b9f6250d5: Layer already exists [2020-10-20T21:57:55.556Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:b05cecf3189f89df985890e318f4689e2effbb0282ce7344880ac01cb23f3fb6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:55.860Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:56.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-20T21:57:56.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T21:57:56.160Z] f96b0cc1be17: Preparing [2020-10-20T21:57:56.160Z] 0813aa61c27f: Preparing [2020-10-20T21:57:56.160Z] ea45e15a96a7: Preparing [2020-10-20T21:57:56.160Z] 3badfea33e24: Preparing [2020-10-20T21:57:56.160Z] 9e3f9d48995b: Preparing [2020-10-20T21:57:56.160Z] 569b9f6250d5: Preparing [2020-10-20T21:57:56.160Z] 569b9f6250d5: Waiting [2020-10-20T21:57:56.160Z] f96b0cc1be17: Layer already exists [2020-10-20T21:57:56.160Z] ea45e15a96a7: Layer already exists [2020-10-20T21:57:56.160Z] 9e3f9d48995b: Layer already exists [2020-10-20T21:57:56.160Z] 0813aa61c27f: Layer already exists [2020-10-20T21:57:56.160Z] 3badfea33e24: Layer already exists [2020-10-20T21:57:56.160Z] 569b9f6250d5: Layer already exists [2020-10-20T21:57:56.160Z] master: digest: sha256:b05cecf3189f89df985890e318f4689e2effbb0282ce7344880ac01cb23f3fb6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:57:56.346Z] ===================================================== [Pipeline] echo [2020-10-20T21:57:56.393Z] taggedImages: [2020-10-20T21:57:56.393Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:56.393Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.85 [2020-10-20T21:57:56.393Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:56.393Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-20T21:57:56.523Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-20T21:57:56.523Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:56.523Z] 1.2.2-dev.85 [2020-10-20T21:57:56.523Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:56.523Z] master [2020-10-20T21:57:56.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:57.005Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:57.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:57:57.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T21:57:57.304Z] 2c534f3812ea: Preparing [2020-10-20T21:57:57.304Z] 816dfe5b1a3a: Preparing [2020-10-20T21:57:57.304Z] 70ac60dd3a47: Preparing [2020-10-20T21:57:57.566Z] 70ac60dd3a47: Pushed [2020-10-20T21:57:57.566Z] 2c534f3812ea: Pushed [2020-10-20T21:57:58.512Z] 816dfe5b1a3a: Pushed [2020-10-20T21:57:58.512Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:221951f342b4a8f2319ba37552f5595d0a92278fa5cec6ff35a5518c9c2477ca size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:58.815Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:59.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.85 [2020-10-20T21:57:59.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T21:57:59.112Z] 2c534f3812ea: Preparing [2020-10-20T21:57:59.112Z] 816dfe5b1a3a: Preparing [2020-10-20T21:57:59.112Z] 70ac60dd3a47: Preparing [2020-10-20T21:57:59.112Z] 816dfe5b1a3a: Layer already exists [2020-10-20T21:57:59.112Z] 70ac60dd3a47: Layer already exists [2020-10-20T21:57:59.112Z] 2c534f3812ea: Layer already exists [2020-10-20T21:57:59.112Z] 1.2.2-dev.85: digest: sha256:221951f342b4a8f2319ba37552f5595d0a92278fa5cec6ff35a5518c9c2477ca size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:59.416Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:57:59.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:57:59.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T21:57:59.716Z] 2c534f3812ea: Preparing [2020-10-20T21:57:59.716Z] 816dfe5b1a3a: Preparing [2020-10-20T21:57:59.716Z] 70ac60dd3a47: Preparing [2020-10-20T21:57:59.716Z] 816dfe5b1a3a: Layer already exists [2020-10-20T21:57:59.716Z] 70ac60dd3a47: Layer already exists [2020-10-20T21:57:59.716Z] 2c534f3812ea: Layer already exists [2020-10-20T21:57:59.716Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:221951f342b4a8f2319ba37552f5595d0a92278fa5cec6ff35a5518c9c2477ca size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:00.063Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:00.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-20T21:58:00.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T21:58:00.365Z] 2c534f3812ea: Preparing [2020-10-20T21:58:00.365Z] 816dfe5b1a3a: Preparing [2020-10-20T21:58:00.365Z] 70ac60dd3a47: Preparing [2020-10-20T21:58:00.365Z] 70ac60dd3a47: Layer already exists [2020-10-20T21:58:00.365Z] 816dfe5b1a3a: Layer already exists [2020-10-20T21:58:00.365Z] 2c534f3812ea: Layer already exists [2020-10-20T21:58:00.365Z] master: digest: sha256:221951f342b4a8f2319ba37552f5595d0a92278fa5cec6ff35a5518c9c2477ca size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:58:00.676Z] ===================================================== [Pipeline] echo [2020-10-20T21:58:00.759Z] taggedImages: [2020-10-20T21:58:00.759Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:58:00.759Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.85 [2020-10-20T21:58:00.759Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:58:00.759Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-20T21:58:00.836Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-20T21:58:00.836Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:58:00.836Z] 1.2.2-dev.85 [2020-10-20T21:58:00.836Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:58:00.836Z] master [2020-10-20T21:58:00.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:01.418Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:01.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:58:01.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T21:58:01.738Z] 831f11419344: Preparing [2020-10-20T21:58:01.738Z] 3f45c74c8f83: Preparing [2020-10-20T21:58:01.738Z] 9c9b3fececfb: Preparing [2020-10-20T21:58:01.738Z] 8638ac6857bb: Preparing [2020-10-20T21:58:01.738Z] 3aa9d2be705e: Preparing [2020-10-20T21:58:01.738Z] 6c45c992929f: Preparing [2020-10-20T21:58:01.738Z] 757fb4af7c22: Preparing [2020-10-20T21:58:01.738Z] 5fe521610e78: Preparing [2020-10-20T21:58:01.738Z] f0edd358ecba: Preparing [2020-10-20T21:58:01.738Z] c4abb9665b4c: Preparing [2020-10-20T21:58:01.738Z] 4eee5f9df117: Preparing [2020-10-20T21:58:01.738Z] 51d6d3d09136: Preparing [2020-10-20T21:58:01.738Z] 1507bc794612: Preparing [2020-10-20T21:58:01.738Z] 50644c29ef5a: Preparing [2020-10-20T21:58:01.738Z] f0edd358ecba: Waiting [2020-10-20T21:58:01.738Z] c4abb9665b4c: Waiting [2020-10-20T21:58:01.738Z] 4eee5f9df117: Waiting [2020-10-20T21:58:01.738Z] 6c45c992929f: Waiting [2020-10-20T21:58:01.738Z] 5fe521610e78: Waiting [2020-10-20T21:58:01.738Z] 51d6d3d09136: Waiting [2020-10-20T21:58:01.738Z] 1507bc794612: Waiting [2020-10-20T21:58:01.738Z] 757fb4af7c22: Waiting [2020-10-20T21:58:01.738Z] 50644c29ef5a: Waiting [2020-10-20T21:58:02.009Z] 3aa9d2be705e: Pushed [2020-10-20T21:58:02.009Z] 831f11419344: Pushed [2020-10-20T21:58:02.270Z] 8638ac6857bb: Pushed [2020-10-20T21:58:02.539Z] 757fb4af7c22: Pushed [2020-10-20T21:58:02.539Z] 5fe521610e78: Pushed [2020-10-20T21:58:02.539Z] 3f45c74c8f83: Pushed [2020-10-20T21:58:02.539Z] f0edd358ecba: Pushed [2020-10-20T21:58:02.800Z] c4abb9665b4c: Pushed [2020-10-20T21:58:02.800Z] 51d6d3d09136: Layer already exists [2020-10-20T21:58:02.800Z] 1507bc794612: Layer already exists [2020-10-20T21:58:02.800Z] 50644c29ef5a: Layer already exists [2020-10-20T21:58:03.375Z] 6c45c992929f: Pushed [2020-10-20T21:58:06.719Z] 9c9b3fececfb: Pushed [2020-10-20T21:58:16.736Z] 4eee5f9df117: Pushed [2020-10-20T21:58:16.997Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:c0ceb651d81b1471f791d175018d5056d268c91e814f2d54f5b07337ad4dab13 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:17.308Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:17.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.85 [2020-10-20T21:58:17.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T21:58:17.607Z] 831f11419344: Preparing [2020-10-20T21:58:17.607Z] 3f45c74c8f83: Preparing [2020-10-20T21:58:17.607Z] 9c9b3fececfb: Preparing [2020-10-20T21:58:17.607Z] 8638ac6857bb: Preparing [2020-10-20T21:58:17.607Z] 3aa9d2be705e: Preparing [2020-10-20T21:58:17.607Z] 6c45c992929f: Preparing [2020-10-20T21:58:17.607Z] 757fb4af7c22: Preparing [2020-10-20T21:58:17.607Z] 5fe521610e78: Preparing [2020-10-20T21:58:17.607Z] f0edd358ecba: Preparing [2020-10-20T21:58:17.607Z] c4abb9665b4c: Preparing [2020-10-20T21:58:17.607Z] 4eee5f9df117: Preparing [2020-10-20T21:58:17.607Z] 51d6d3d09136: Preparing [2020-10-20T21:58:17.607Z] 1507bc794612: Preparing [2020-10-20T21:58:17.607Z] 50644c29ef5a: Preparing [2020-10-20T21:58:17.607Z] 6c45c992929f: Waiting [2020-10-20T21:58:17.607Z] c4abb9665b4c: Waiting [2020-10-20T21:58:17.607Z] 757fb4af7c22: Waiting [2020-10-20T21:58:17.607Z] 5fe521610e78: Waiting [2020-10-20T21:58:17.607Z] f0edd358ecba: Waiting [2020-10-20T21:58:17.607Z] 4eee5f9df117: Waiting [2020-10-20T21:58:17.607Z] 51d6d3d09136: Waiting [2020-10-20T21:58:17.607Z] 1507bc794612: Waiting [2020-10-20T21:58:17.607Z] 50644c29ef5a: Waiting [2020-10-20T21:58:17.607Z] 3f45c74c8f83: Layer already exists [2020-10-20T21:58:17.607Z] 8638ac6857bb: Layer already exists [2020-10-20T21:58:17.607Z] 831f11419344: Layer already exists [2020-10-20T21:58:17.607Z] 9c9b3fececfb: Layer already exists [2020-10-20T21:58:17.607Z] 3aa9d2be705e: Layer already exists [2020-10-20T21:58:17.607Z] f0edd358ecba: Layer already exists [2020-10-20T21:58:17.607Z] c4abb9665b4c: Layer already exists [2020-10-20T21:58:17.607Z] 757fb4af7c22: Layer already exists [2020-10-20T21:58:17.607Z] 6c45c992929f: Layer already exists [2020-10-20T21:58:17.607Z] 5fe521610e78: Layer already exists [2020-10-20T21:58:17.607Z] 4eee5f9df117: Layer already exists [2020-10-20T21:58:17.607Z] 1507bc794612: Layer already exists [2020-10-20T21:58:17.607Z] 50644c29ef5a: Layer already exists [2020-10-20T21:58:17.607Z] 51d6d3d09136: Layer already exists [2020-10-20T21:58:17.868Z] 1.2.2-dev.85: digest: sha256:c0ceb651d81b1471f791d175018d5056d268c91e814f2d54f5b07337ad4dab13 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:18.168Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:18.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:58:18.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T21:58:18.553Z] 831f11419344: Preparing [2020-10-20T21:58:18.553Z] 3f45c74c8f83: Preparing [2020-10-20T21:58:18.553Z] 9c9b3fececfb: Preparing [2020-10-20T21:58:18.553Z] 8638ac6857bb: Preparing [2020-10-20T21:58:18.553Z] 3aa9d2be705e: Preparing [2020-10-20T21:58:18.553Z] 6c45c992929f: Preparing [2020-10-20T21:58:18.553Z] 757fb4af7c22: Preparing [2020-10-20T21:58:18.553Z] 5fe521610e78: Preparing [2020-10-20T21:58:18.553Z] f0edd358ecba: Preparing [2020-10-20T21:58:18.553Z] c4abb9665b4c: Preparing [2020-10-20T21:58:18.553Z] 4eee5f9df117: Preparing [2020-10-20T21:58:18.553Z] 51d6d3d09136: Preparing [2020-10-20T21:58:18.553Z] 1507bc794612: Preparing [2020-10-20T21:58:18.553Z] 50644c29ef5a: Preparing [2020-10-20T21:58:18.553Z] 6c45c992929f: Waiting [2020-10-20T21:58:18.553Z] c4abb9665b4c: Waiting [2020-10-20T21:58:18.553Z] 757fb4af7c22: Waiting [2020-10-20T21:58:18.553Z] 5fe521610e78: Waiting [2020-10-20T21:58:18.553Z] 4eee5f9df117: Waiting [2020-10-20T21:58:18.553Z] f0edd358ecba: Waiting [2020-10-20T21:58:18.553Z] 51d6d3d09136: Waiting [2020-10-20T21:58:18.553Z] 1507bc794612: Waiting [2020-10-20T21:58:18.553Z] 50644c29ef5a: Waiting [2020-10-20T21:58:18.553Z] 3f45c74c8f83: Layer already exists [2020-10-20T21:58:18.553Z] 831f11419344: Layer already exists [2020-10-20T21:58:18.553Z] 9c9b3fececfb: Layer already exists [2020-10-20T21:58:18.553Z] 8638ac6857bb: Layer already exists [2020-10-20T21:58:18.553Z] 3aa9d2be705e: Layer already exists [2020-10-20T21:58:18.553Z] 6c45c992929f: Layer already exists [2020-10-20T21:58:18.553Z] f0edd358ecba: Layer already exists [2020-10-20T21:58:18.553Z] 757fb4af7c22: Layer already exists [2020-10-20T21:58:18.553Z] c4abb9665b4c: Layer already exists [2020-10-20T21:58:18.553Z] 5fe521610e78: Layer already exists [2020-10-20T21:58:18.553Z] 4eee5f9df117: Layer already exists [2020-10-20T21:58:18.553Z] 50644c29ef5a: Layer already exists [2020-10-20T21:58:18.553Z] 51d6d3d09136: Layer already exists [2020-10-20T21:58:18.553Z] 1507bc794612: Layer already exists [2020-10-20T21:58:18.553Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:c0ceb651d81b1471f791d175018d5056d268c91e814f2d54f5b07337ad4dab13 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:18.937Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T21:58:19.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-20T21:58:19.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T21:58:19.239Z] 831f11419344: Preparing [2020-10-20T21:58:19.239Z] 3f45c74c8f83: Preparing [2020-10-20T21:58:19.239Z] 9c9b3fececfb: Preparing [2020-10-20T21:58:19.239Z] 8638ac6857bb: Preparing [2020-10-20T21:58:19.239Z] 3aa9d2be705e: Preparing [2020-10-20T21:58:19.239Z] 6c45c992929f: Preparing [2020-10-20T21:58:19.239Z] 757fb4af7c22: Preparing [2020-10-20T21:58:19.239Z] 5fe521610e78: Preparing [2020-10-20T21:58:19.239Z] f0edd358ecba: Preparing [2020-10-20T21:58:19.239Z] c4abb9665b4c: Preparing [2020-10-20T21:58:19.239Z] 4eee5f9df117: Preparing [2020-10-20T21:58:19.239Z] 51d6d3d09136: Preparing [2020-10-20T21:58:19.239Z] 1507bc794612: Preparing [2020-10-20T21:58:19.239Z] 50644c29ef5a: Preparing [2020-10-20T21:58:19.239Z] 6c45c992929f: Waiting [2020-10-20T21:58:19.239Z] 757fb4af7c22: Waiting [2020-10-20T21:58:19.239Z] 5fe521610e78: Waiting [2020-10-20T21:58:19.239Z] f0edd358ecba: Waiting [2020-10-20T21:58:19.239Z] c4abb9665b4c: Waiting [2020-10-20T21:58:19.239Z] 4eee5f9df117: Waiting [2020-10-20T21:58:19.239Z] 51d6d3d09136: Waiting [2020-10-20T21:58:19.239Z] 1507bc794612: Waiting [2020-10-20T21:58:19.239Z] 50644c29ef5a: Waiting [2020-10-20T21:58:19.239Z] 9c9b3fececfb: Layer already exists [2020-10-20T21:58:19.239Z] 8638ac6857bb: Layer already exists [2020-10-20T21:58:19.239Z] 831f11419344: Layer already exists [2020-10-20T21:58:19.239Z] 3aa9d2be705e: Layer already exists [2020-10-20T21:58:19.239Z] 3f45c74c8f83: Layer already exists [2020-10-20T21:58:19.239Z] 6c45c992929f: Layer already exists [2020-10-20T21:58:19.239Z] 757fb4af7c22: Layer already exists [2020-10-20T21:58:19.239Z] c4abb9665b4c: Layer already exists [2020-10-20T21:58:19.239Z] f0edd358ecba: Layer already exists [2020-10-20T21:58:19.239Z] 5fe521610e78: Layer already exists [2020-10-20T21:58:19.239Z] 4eee5f9df117: Layer already exists [2020-10-20T21:58:19.239Z] 51d6d3d09136: Layer already exists [2020-10-20T21:58:19.239Z] 50644c29ef5a: Layer already exists [2020-10-20T21:58:19.239Z] 1507bc794612: Layer already exists [2020-10-20T21:58:19.239Z] master: digest: sha256:c0ceb651d81b1471f791d175018d5056d268c91e814f2d54f5b07337ad4dab13 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T21:58:19.488Z] ===================================================== [Pipeline] echo [2020-10-20T21:58:19.537Z] taggedImages: [2020-10-20T21:58:19.537Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:58:19.537Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.85 [2020-10-20T21:58:19.537Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T21:58:19.537Z] - 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-20T21:59:16.343Z] Removing intermediate container f55533844112 [2020-10-20T21:59:16.344Z] ---> fadc143358f4 [2020-10-20T21:59:16.344Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T21:59:16.344Z] ---> Running in 84b452938bee [2020-10-20T21:59:16.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T21:59:16.344Z] Removing intermediate container e3c498fc8194 [2020-10-20T21:59:16.344Z] ---> d03ce423f44c [2020-10-20T21:59:16.344Z] [2020-10-20T21:59:16.344Z] Step 10/20 : FROM alpine [2020-10-20T21:59:16.344Z] latest: Pulling from library/alpine [2020-10-20T21:59:16.344Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T21:59:16.344Z] Status: Downloaded newer image for alpine:latest [2020-10-20T21:59:16.344Z] ---> 62ee0e9f8440 [2020-10-20T21:59:16.344Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T21:59:16.344Z] ---> Running in a2acbdba2587 [2020-10-20T21:59:18.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:59:18.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:59:19.250Z] v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:59:19.250Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:59:19.250Z] OK: 12621 distinct packages available [2020-10-20T21:59:19.858Z] Removing intermediate container 84b452938bee [2020-10-20T21:59:19.858Z] ---> 5abbcc6c5516 [2020-10-20T21:59:19.858Z] [2020-10-20T21:59:19.858Z] Step 11/27 : FROM docker:latest [2020-10-20T21:59:19.858Z] ---> 79b81ba6d94d [2020-10-20T21:59:19.858Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T21:59:20.139Z] ---> Running in e709469c77db [2020-10-20T21:59:20.422Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T21:59:20.718Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T21:59:20.718Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T21:59:20.718Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T21:59:20.718Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:59:20.718Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T21:59:21.350Z] OK: 7 MiB in 18 packages [2020-10-20T21:59:22.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:59:23.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:59:23.912Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T21:59:23.912Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T21:59:23.912Z] Executing bash-5.0.17-r0.post-install [2020-10-20T21:59:23.912Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:59:23.912Z] OK: 12 MiB in 22 packages [2020-10-20T21:59:24.216Z] Removing intermediate container a2acbdba2587 [2020-10-20T21:59:24.216Z] ---> b3d1036ed34c [2020-10-20T21:59:24.216Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T21:59:24.513Z] ---> Running in 3764186976e5 [2020-10-20T21:59:25.586Z] Removing intermediate container 3764186976e5 [2020-10-20T21:59:25.586Z] ---> 95835ec94109 [2020-10-20T21:59:25.586Z] Step 13/20 : WORKDIR /edgex [2020-10-20T21:59:25.950Z] ---> Running in 1a2c8cb2e642 [2020-10-20T21:59:26.241Z] Removing intermediate container e709469c77db [2020-10-20T21:59:26.241Z] ---> f1b1eb1dd4c4 [2020-10-20T21:59:26.241Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T21:59:26.528Z] ---> Running in f3ec564d3701 [2020-10-20T21:59:27.135Z] Removing intermediate container 1a2c8cb2e642 [2020-10-20T21:59:27.135Z] ---> cf436fa7a5d7 [2020-10-20T21:59:27.135Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T21:59:28.593Z] ---> 37c9e429b10c [2020-10-20T21:59:28.593Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T21:59:32.037Z] ---> 7148689db9b9 [2020-10-20T21:59:32.037Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T21:59:32.037Z] ---> Running in e4402ab29070 [2020-10-20T21:59:32.318Z] Removing intermediate container f3ec564d3701 [2020-10-20T21:59:32.318Z] ---> bc62d92b9781 [2020-10-20T21:59:32.318Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T21:59:33.841Z] Removing intermediate container 6c54187c6367 [2020-10-20T21:59:33.841Z] ---> 3b17336a53ba [2020-10-20T21:59:33.841Z] [2020-10-20T21:59:33.841Z] Step 10/24 : FROM scratch [2020-10-20T21:59:33.841Z] ---> [2020-10-20T21:59:33.841Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T21:59:33.841Z] ---> Running in 021fec71682c [2020-10-20T21:59:33.841Z] ---> Running in 776c08091853 [2020-10-20T21:59:33.841Z] Removing intermediate container e4402ab29070 [2020-10-20T21:59:33.841Z] ---> 69a9ded72d0c [2020-10-20T21:59:33.841Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T21:59:33.841Z] ---> Running in f90c8fc51b3a [2020-10-20T21:59:33.841Z] Removing intermediate container 021fec71682c [2020-10-20T21:59:33.841Z] ---> f8944d8d81c3 [2020-10-20T21:59:33.841Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T21:59:33.841Z] Removing intermediate container 776c08091853 [2020-10-20T21:59:33.841Z] ---> 7e504e940488 [2020-10-20T21:59:33.841Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T21:59:33.841Z] ---> Running in 88bcc45f5033 [2020-10-20T21:59:33.841Z] ---> Running in 3618c8e06386 [2020-10-20T21:59:34.121Z] Removing intermediate container f90c8fc51b3a [2020-10-20T21:59:34.121Z] ---> f1aacc3c3bd2 [2020-10-20T21:59:34.122Z] Step 18/20 : LABEL arch=arm64 [2020-10-20T21:59:34.122Z] ---> Running in 98d85cb7c6b7 [2020-10-20T21:59:34.727Z] Removing intermediate container 3618c8e06386 [2020-10-20T21:59:34.727Z] ---> 7f7b3e13a619 [2020-10-20T21:59:34.727Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T21:59:35.019Z] ---> Running in 8524a0077b9a [2020-10-20T21:59:35.019Z] Removing intermediate container 88bcc45f5033 [2020-10-20T21:59:35.019Z] ---> bcf166bb3c35 [2020-10-20T21:59:35.019Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T21:59:35.019Z] Removing intermediate container 98d85cb7c6b7 [2020-10-20T21:59:35.019Z] ---> 64c5936721e5 [2020-10-20T21:59:35.019Z] Step 19/20 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:59:35.302Z] ---> Running in 8eb346ab04d4 [2020-10-20T21:59:35.302Z] ---> Running in dc8f4218a070 [2020-10-20T21:59:35.574Z] Removing intermediate container 8524a0077b9a [2020-10-20T21:59:35.574Z] ---> 903c1b222967 [2020-10-20T21:59:35.574Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T21:59:36.177Z] Removing intermediate container dc8f4218a070 [2020-10-20T21:59:36.177Z] ---> d90f35128e6d [2020-10-20T21:59:36.177Z] Step 20/20 : LABEL version=1.2.2-dev.85 [2020-10-20T21:59:36.177Z] Removing intermediate container 8eb346ab04d4 [2020-10-20T21:59:36.177Z] ---> 51a81edd450c [2020-10-20T21:59:36.177Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T21:59:36.465Z] ---> Running in 21e25739b73a [2020-10-20T21:59:37.082Z] ---> 7b584c12e139 [2020-10-20T21:59:37.082Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T21:59:37.357Z] Removing intermediate container 21e25739b73a [2020-10-20T21:59:37.357Z] ---> 66341b4b8a45 [2020-10-20T21:59:37.357Z] [2020-10-20T21:59:37.642Z] Successfully built 66341b4b8a45 [2020-10-20T21:59:37.921Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-20T21:59:37.921Z] Building docker-security-secrets-setup-go [2020-10-20T21:59:38.544Z]  Building docker-security-proxy-setup-go ... done  ---> 472832ca0a3f [2020-10-20T21:59:38.544Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T21:59:39.546Z] ---> 73d1667e9409 [2020-10-20T21:59:39.546Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T21:59:40.162Z] ---> be735ca39fd0 [2020-10-20T21:59:40.162Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T21:59:42.836Z] ---> ce9366a9e162 [2020-10-20T21:59:42.836Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T21:59:42.836Z] ---> 858b3fa50d5b [2020-10-20T21:59:42.836Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T21:59:43.119Z] ---> Running in a281e4d5b5f5 [2020-10-20T21:59:44.585Z] ---> 3abb7862f77b [2020-10-20T21:59:44.585Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T21:59:46.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:59:46.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:59:46.931Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T21:59:46.931Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T21:59:46.931Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T21:59:46.931Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T21:59:46.931Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T21:59:46.931Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T21:59:46.931Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T21:59:47.208Z] Removing intermediate container 70b6bf92b716 [2020-10-20T21:59:47.208Z] ---> 7635956ebfe4 [2020-10-20T21:59:47.208Z] [2020-10-20T21:59:47.208Z] Step 10/21 : FROM scratch [2020-10-20T21:59:47.208Z] ---> [2020-10-20T21:59:47.208Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T21:59:47.208Z] ---> fa388580f064 [2020-10-20T21:59:47.208Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T21:59:47.484Z] ---> Running in c2d3858951ed [2020-10-20T21:59:48.932Z] Removing intermediate container c2d3858951ed [2020-10-20T21:59:48.932Z] ---> f3473d246401 [2020-10-20T21:59:48.932Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T21:59:49.206Z] ---> Running in b6a0114c6f50 [2020-10-20T21:59:49.206Z] ---> a7c4bd8ee2d4 [2020-10-20T21:59:49.206Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T21:59:49.812Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T21:59:49.812Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T21:59:49.812Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T21:59:49.812Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T21:59:49.812Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T21:59:49.812Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T21:59:49.812Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T21:59:50.100Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T21:59:50.100Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T21:59:50.100Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T21:59:50.100Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T21:59:50.100Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T21:59:50.100Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T21:59:50.384Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T21:59:50.384Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T21:59:50.384Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T21:59:50.384Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T21:59:50.384Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T21:59:50.384Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T21:59:50.384Z] ---> Running in 64beec4a5e74 [2020-10-20T21:59:50.674Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T21:59:50.674Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T21:59:50.674Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env(28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T21:59:50.674Z] [2020-10-20T21:59:50.674Z] ---> ceab2c7895ce [2020-10-20T21:59:50.674Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T21:59:50.674Z] ---> Using cache [2020-10-20T21:59:50.674Z] ---> f33562a964c6 [2020-10-20T21:59:50.674Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T21:59:50.674Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T21:59:50.674Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T21:59:50.674Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T21:59:50.674Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T21:59:50.674Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T21:59:50.674Z] Removing intermediate container b6a0114c6f50 [2020-10-20T21:59:50.674Z] ---> 6c956f2ae58f [2020-10-20T21:59:50.674Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T21:59:50.954Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T21:59:50.954Z] OK: 71 MiB in 55 packages [2020-10-20T21:59:50.954Z] ---> Running in d0b462695608 [2020-10-20T21:59:50.954Z] ---> Running in 870d53aacf39 [2020-10-20T21:59:51.232Z] Removing intermediate container 64beec4a5e74 [2020-10-20T21:59:51.232Z] ---> 2922e04561ab [2020-10-20T21:59:51.232Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:59:51.508Z] ---> Running in 9808ea278b09 [2020-10-20T21:59:52.110Z] Removing intermediate container 870d53aacf39 [2020-10-20T21:59:52.110Z] ---> 22f7c1f22568 [2020-10-20T21:59:52.110Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T21:59:52.392Z] Removing intermediate container 9808ea278b09 [2020-10-20T21:59:52.392Z] ---> 8d064eb65d4d [2020-10-20T21:59:52.392Z] Step 22/24 : LABEL arch=arm64 [2020-10-20T21:59:52.392Z] ---> Running in 70e210da3781 [2020-10-20T21:59:53.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T21:59:53.381Z] ---> 1e39be6907b3 [2020-10-20T21:59:53.381Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T21:59:53.381Z] Removing intermediate container 70e210da3781 [2020-10-20T21:59:53.381Z] ---> 7e49d88ba2e5 [2020-10-20T21:59:53.381Z] Step 23/24 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T21:59:53.668Z] ---> Running in 407e3afb133f [2020-10-20T21:59:54.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T21:59:54.887Z] Removing intermediate container 407e3afb133f [2020-10-20T21:59:54.887Z] ---> 14e9b9b73756 [2020-10-20T21:59:54.887Z] Step 24/24 : LABEL version=1.2.2-dev.85 [2020-10-20T21:59:55.491Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T21:59:55.491Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T21:59:55.491Z] OK: 12623 distinct packages available [2020-10-20T21:59:55.491Z] ---> 139efcd07659 [2020-10-20T21:59:55.491Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T21:59:55.491Z] ---> Running in 2d88fb548856 [2020-10-20T21:59:56.090Z] OK: 217 MiB in 51 packages [2020-10-20T21:59:56.690Z] Removing intermediate container 2d88fb548856 [2020-10-20T21:59:56.690Z] ---> 214f896bdb19 [2020-10-20T21:59:56.690Z] [2020-10-20T21:59:56.962Z] ---> eebbd0ad5edd [2020-10-20T21:59:56.962Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T21:59:56.962Z] Successfully built 214f896bdb19 [2020-10-20T21:59:57.244Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-20T21:59:57.244Z] Building docker-security-secretstore-setup-go [2020-10-20T21:59:57.244Z]  Building docker-support-notifications-go ... done  ---> Running in 9c94cca04b28 [2020-10-20T21:59:58.692Z] Removing intermediate container 9c94cca04b28 [2020-10-20T21:59:58.692Z] ---> bc0d7ca015af [2020-10-20T21:59:58.692Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T21:59:59.296Z] Removing intermediate container d0b462695608 [2020-10-20T21:59:59.296Z] ---> 50b8f92da870 [2020-10-20T21:59:59.296Z] Step 5/29 : COPY go.mod . [2020-10-20T21:59:59.574Z] ---> Running in f3cb2186b56a [2020-10-20T22:00:00.584Z] Removing intermediate container b5ba1902a540 [2020-10-20T22:00:00.584Z] ---> e0f4ebc0c483 [2020-10-20T22:00:00.584Z] [2020-10-20T22:00:00.584Z] Step 10/22 : FROM scratch [2020-10-20T22:00:00.584Z] ---> [2020-10-20T22:00:00.584Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T22:00:00.584Z] ---> 22e2fb05755e [2020-10-20T22:00:00.584Z] Step 6/29 : RUN go mod download [2020-10-20T22:00:00.584Z] ---> Using cache [2020-10-20T22:00:00.584Z] ---> f3473d246401 [2020-10-20T22:00:00.584Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T22:00:00.861Z] Removing intermediate container f3cb2186b56a [2020-10-20T22:00:00.861Z] ---> b4cdac2329d4 [2020-10-20T22:00:00.861Z] Step 19/21 : LABEL arch=arm64 [2020-10-20T22:00:00.861Z] ---> Running in 85ed3eeb79cd [2020-10-20T22:00:01.138Z] Removing intermediate container a281e4d5b5f5 [2020-10-20T22:00:01.138Z] ---> 0a40fed433cc [2020-10-20T22:00:01.138Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T22:00:01.138Z] ---> Running in 1e66b2d3dea4 [2020-10-20T22:00:01.138Z] ---> Running in 3273614f06a3 [2020-10-20T22:00:01.420Z] ---> Running in ba418e3d4f0a [2020-10-20T22:00:01.734Z] Removing intermediate container 85ed3eeb79cd [2020-10-20T22:00:01.734Z] ---> 1d02efc670ac [2020-10-20T22:00:01.734Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T22:00:02.015Z] ---> Running in f682e2486c49 [2020-10-20T22:00:02.015Z] Removing intermediate container 3273614f06a3 [2020-10-20T22:00:02.015Z] ---> 0f6207e4e821 [2020-10-20T22:00:02.015Z] Step 20/21 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:00:02.299Z] ---> Running in 84cbe61c2648 [2020-10-20T22:00:02.575Z] Removing intermediate container f682e2486c49 [2020-10-20T22:00:02.575Z] ---> c6eb66a9b2a7 [2020-10-20T22:00:02.575Z] Step 14/22 : WORKDIR / [2020-10-20T22:00:02.849Z] ---> Running in 78be73a977e4 [2020-10-20T22:00:03.131Z] Removing intermediate container 84cbe61c2648 [2020-10-20T22:00:03.131Z] ---> 146fef40b021 [2020-10-20T22:00:03.131Z] Step 21/21 : LABEL version=1.2.2-dev.85 [2020-10-20T22:00:03.131Z] ---> Running in a879b6bfbd36 [2020-10-20T22:00:03.729Z] Removing intermediate container 78be73a977e4 [2020-10-20T22:00:03.729Z] ---> beeb57116be8 [2020-10-20T22:00:03.729Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T22:00:04.002Z] Removing intermediate container a879b6bfbd36 [2020-10-20T22:00:04.002Z] ---> 16d6d9827ea9 [2020-10-20T22:00:04.002Z] [2020-10-20T22:00:04.606Z] Successfully built 16d6d9827ea9 [2020-10-20T22:00:04.606Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-20T22:00:04.606Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-10-20T22:00:05.209Z] ---> 327819b04930 [2020-10-20T22:00:05.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T22:00:05.487Z] Removing intermediate container 1e66b2d3dea4 [2020-10-20T22:00:05.487Z] ---> 2ba5fc3736d4 [2020-10-20T22:00:05.487Z] Step 7/29 : COPY . . [2020-10-20T22:00:08.926Z] ---> f93ff9e8a517 [2020-10-20T22:00:08.926Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T22:00:08.926Z] Collecting docker-compose==1.23.2 [2020-10-20T22:00:09.210Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T22:00:09.814Z] 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-20T22:00:10.799Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T22:00:10.799Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T22:00:11.086Z] ---> 2dfa12c6e84e [2020-10-20T22:00:11.087Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T22:00:11.691Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T22:00:11.691Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T22:00:11.969Z] ---> Running in 020d271e7c7d [2020-10-20T22:00:12.571Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T22:00:12.571Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T22:00:12.571Z] ---> ceab2c7895ce [2020-10-20T22:00:12.571Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T22:00:12.571Z] ---> Using cache [2020-10-20T22:00:12.571Z] ---> f33562a964c6 [2020-10-20T22:00:12.572Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T22:00:12.572Z] ---> Using cache [2020-10-20T22:00:12.572Z] ---> 3984060babb7 [2020-10-20T22:00:12.572Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T22:00:12.572Z] ---> Using cache [2020-10-20T22:00:12.572Z] ---> 5c79eaf96f94 [2020-10-20T22:00:12.572Z] Step 6/26 : COPY go.mod . [2020-10-20T22:00:12.572Z] ---> Using cache [2020-10-20T22:00:12.572Z] ---> 3a2150bae67a [2020-10-20T22:00:12.572Z] Step 7/26 : RUN go mod download [2020-10-20T22:00:12.572Z] ---> Using cache [2020-10-20T22:00:12.572Z] ---> 65a280f3e8c0 [2020-10-20T22:00:12.572Z] Step 8/26 : COPY . . [2020-10-20T22:00:12.572Z] ---> Using cache [2020-10-20T22:00:12.572Z] ---> c64a0c03f9c1 [2020-10-20T22:00:12.572Z] 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-20T22:00:12.572Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T22:00:12.848Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T22:00:13.469Z] Removing intermediate container 020d271e7c7d [2020-10-20T22:00:13.469Z] ---> 7b9345e43816 [2020-10-20T22:00:13.469Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T22:00:14.476Z] ---> Running in 8b244f92ccc7 [2020-10-20T22:00:14.751Z] ---> Running in 03ade72f9386 [2020-10-20T22:00:15.747Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T22:00:15.747Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T22:00:15.747Z] Removing intermediate container 03ade72f9386 [2020-10-20T22:00:15.747Z] ---> 125e0a1706fe [2020-10-20T22:00:15.747Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T22:00:15.747Z] ---> ee9270f85f02 [2020-10-20T22:00:15.747Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T22:00:16.342Z] ---> Running in 0c526afb9d08 [2020-10-20T22:00:16.343Z] ---> Running in 52f0e9e75bfb [2020-10-20T22:00:16.343Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T22:00:16.343Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T22:00:16.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T22:00:17.600Z] Removing intermediate container 0c526afb9d08 [2020-10-20T22:00:17.600Z] ---> 397683fd9789 [2020-10-20T22:00:17.600Z] Step 21/22 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:00:17.875Z] ---> Running in 10049cef2a73 [2020-10-20T22:00:18.475Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T22:00:18.475Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T22:00:18.475Z] ---> ceab2c7895ce [2020-10-20T22:00:18.475Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T22:00:18.475Z] ---> Using cache [2020-10-20T22:00:18.475Z] ---> f33562a964c6 [2020-10-20T22:00:18.475Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T22:00:18.475Z] ---> Using cache [2020-10-20T22:00:18.475Z] ---> 3984060babb7 [2020-10-20T22:00:18.475Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T22:00:18.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T22:00:19.029Z] ---> Running in e8e02750f784 [2020-10-20T22:00:19.029Z] Removing intermediate container 10049cef2a73 [2020-10-20T22:00:19.029Z] ---> f14eabe9a758 [2020-10-20T22:00:19.029Z] Step 22/22 : LABEL version=1.2.2-dev.85 [2020-10-20T22:00:19.309Z] ---> Running in c099d785f58f [2020-10-20T22:00:19.309Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T22:00:19.587Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T22:00:20.189Z] Removing intermediate container c099d785f58f [2020-10-20T22:00:20.189Z] ---> 2f14923040e4 [2020-10-20T22:00:20.189Z] [2020-10-20T22:00:20.794Z] Successfully built 2f14923040e4 [2020-10-20T22:00:20.794Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-20T22:00:20.794Z] Building docker-support-logging-go [2020-10-20T22:00:21.397Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T22:00:22.387Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T22:00:22.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T22:00:22.387Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T22:00:23.370Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T22:00:23.370Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T22:00:23.370Z] OK: 12623 distinct packages available [2020-10-20T22:00:24.355Z] OK: 217 MiB in 51 packages [2020-10-20T22:00:26.360Z] Collecting PyYAML<4,>=3.10 [2020-10-20T22:00:26.360Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T22:00:26.971Z] Removing intermediate container e8e02750f784 [2020-10-20T22:00:26.971Z] ---> f7a6efc78c38 [2020-10-20T22:00:26.971Z] Step 6/23 : COPY go.mod . [2020-10-20T22:00:28.590Z] ---> 8b8455cd50ff [2020-10-20T22:00:28.590Z] Step 7/23 : RUN go mod download [2020-10-20T22:00:28.590Z] ---> Running in fbfa806f6df1 [2020-10-20T22:00:34.140Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T22:00:34.140Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T22:00:34.764Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T22:00:34.764Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T22:00:35.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T22:00:35.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T22:00:35.395Z] ---> ceab2c7895ce [2020-10-20T22:00:35.395Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T22:00:35.395Z] ---> Using cache [2020-10-20T22:00:35.395Z] ---> f33562a964c6 [2020-10-20T22:00:35.395Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T22:00:35.395Z] ---> Using cache [2020-10-20T22:00:35.395Z] ---> 3984060babb7 [2020-10-20T22:00:35.395Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T22:00:35.679Z] Collecting idna<2.8,>=2.5 [2020-10-20T22:00:35.679Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T22:00:35.679Z] ---> Running in 5868fff10c79 [2020-10-20T22:00:35.679Z] 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-20T22:00:35.680Z] 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-20T22:00:36.688Z] Removing intermediate container fbfa806f6df1 [2020-10-20T22:00:36.688Z] ---> f62f9a771bb0 [2020-10-20T22:00:36.688Z] Step 8/23 : COPY . . [2020-10-20T22:00:36.688Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T22:00:36.688Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T22:00:36.965Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T22:00:36.965Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T22:00:36.965Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T22:00:36.965Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T22:00:38.426Z] Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, texttable, PyYAML, jsonschema, docker-compose [2020-10-20T22:00:38.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T22:00:39.027Z] Attempting uninstall: idna [2020-10-20T22:00:39.027Z] Found existing installation: idna 2.9 [2020-10-20T22:00:39.027Z] Uninstalling idna-2.9: [2020-10-20T22:00:39.027Z] Successfully uninstalled idna-2.9 [2020-10-20T22:00:39.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T22:00:39.902Z] Attempting uninstall: urllib3 [2020-10-20T22:00:39.902Z] Found existing installation: urllib3 1.25.9 [2020-10-20T22:00:39.902Z] Uninstalling urllib3-1.25.9: [2020-10-20T22:00:40.511Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T22:00:40.787Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T22:00:40.787Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T22:00:40.787Z] OK: 12623 distinct packages available [2020-10-20T22:00:41.383Z] Attempting uninstall: requests [2020-10-20T22:00:41.383Z] Found existing installation: requests 2.23.0 [2020-10-20T22:00:41.383Z] Uninstalling requests-2.23.0: [2020-10-20T22:00:41.383Z] Successfully uninstalled requests-2.23.0 [2020-10-20T22:00:41.983Z] OK: 217 MiB in 51 packages [2020-10-20T22:00:42.966Z] OK: 217 MiB in 51 packages [2020-10-20T22:00:43.245Z] Running setup.py install for docopt: started [2020-10-20T22:00:46.681Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T22:00:46.681Z] Running setup.py install for dockerpty: started [2020-10-20T22:00:47.287Z] Removing intermediate container 5868fff10c79 [2020-10-20T22:00:47.287Z] ---> 6cba4975a319 [2020-10-20T22:00:47.287Z] Step 6/22 : COPY go.mod . [2020-10-20T22:00:48.276Z] ---> d8e983c105ff [2020-10-20T22:00:48.276Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T22:00:48.556Z] ---> 8963c9695845 [2020-10-20T22:00:48.556Z] Step 7/22 : RUN go mod download [2020-10-20T22:00:48.556Z] ---> Running in cd451e5f2a8b [2020-10-20T22:00:48.847Z] ---> Running in 3fd46153e668 [2020-10-20T22:00:48.847Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T22:00:48.847Z] Running setup.py install for texttable: started [2020-10-20T22:00:51.496Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T22:00:51.496Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T22:00:51.496Z] Running setup.py install for PyYAML: started [2020-10-20T22:00:54.137Z] Removing intermediate container 3fd46153e668 [2020-10-20T22:00:54.137Z] ---> 8c2914f6a471 [2020-10-20T22:00:54.137Z] Step 8/22 : COPY . . [2020-10-20T22:00:55.132Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T22:00:56.576Z] 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-20T22:01:04.883Z] Removing intermediate container ba418e3d4f0a [2020-10-20T22:01:04.883Z] ---> ec5f42188c05 [2020-10-20T22:01:04.883Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T22:01:05.162Z] ---> Running in a497672fbb21 [2020-10-20T22:01:05.445Z] ---> db4ec7976759 [2020-10-20T22:01:05.445Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T22:01:05.727Z] ---> Running in bfad21c34bd4 [2020-10-20T22:01:08.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T22:01:08.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T22:01:08.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T22:01:08.970Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T22:01:08.970Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T22:01:08.970Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T22:01:08.970Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T22:01:09.246Z] OK: 71 MiB in 58 packages [2020-10-20T22:01:11.248Z] Removing intermediate container a497672fbb21 [2020-10-20T22:01:11.248Z] ---> 99ef6c61ef33 [2020-10-20T22:01:11.248Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T22:01:11.526Z] ---> Running in 003cfcc4d62c [2020-10-20T22:01:12.133Z] Removing intermediate container 003cfcc4d62c [2020-10-20T22:01:12.133Z] ---> e1c581751752 [2020-10-20T22:01:12.133Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T22:01:12.133Z] ---> Running in 7cce5c9f1ab4 [2020-10-20T22:01:12.745Z] Removing intermediate container 7cce5c9f1ab4 [2020-10-20T22:01:12.745Z] ---> 26fe3d5ee9ff [2020-10-20T22:01:12.745Z] Step 25/27 : LABEL arch=arm64 [2020-10-20T22:01:13.029Z] ---> Running in e56d16b0c684 [2020-10-20T22:01:13.656Z] Removing intermediate container e56d16b0c684 [2020-10-20T22:01:13.656Z] ---> 145848340ded [2020-10-20T22:01:13.656Z] Step 26/27 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:01:13.946Z] ---> Running in 620e73e1c919 [2020-10-20T22:01:14.617Z] Removing intermediate container 620e73e1c919 [2020-10-20T22:01:14.617Z] ---> c5fe26f162d5 [2020-10-20T22:01:14.617Z] Step 27/27 : LABEL version=1.2.2-dev.85 [2020-10-20T22:01:14.905Z] ---> Running in 52558de6b0be [2020-10-20T22:01:15.531Z] Removing intermediate container 52558de6b0be [2020-10-20T22:01:15.531Z] ---> c5a59a246c47 [2020-10-20T22:01:15.531Z] [2020-10-20T22:01:15.809Z] Successfully built c5a59a246c47 [2020-10-20T22:01:15.809Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-20T22:01:15.809Z] Building docker-core-command-go [2020-10-20T22:01:31.104Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T22:01:31.104Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T22:01:31.104Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T22:01:31.104Z] ---> ceab2c7895ce [2020-10-20T22:01:31.104Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T22:01:31.104Z] ---> Using cache [2020-10-20T22:01:31.104Z] ---> f33562a964c6 [2020-10-20T22:01:31.104Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T22:01:31.104Z] ---> Using cache [2020-10-20T22:01:31.104Z] ---> 3984060babb7 [2020-10-20T22:01:31.104Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T22:01:31.104Z] ---> Using cache [2020-10-20T22:01:31.104Z] ---> 5c79eaf96f94 [2020-10-20T22:01:31.104Z] Step 6/22 : COPY go.mod . [2020-10-20T22:01:31.104Z] ---> Using cache [2020-10-20T22:01:31.104Z] ---> 3a2150bae67a [2020-10-20T22:01:31.104Z] Step 7/22 : RUN go mod download [2020-10-20T22:01:31.104Z] ---> Using cache [2020-10-20T22:01:31.104Z] ---> 65a280f3e8c0 [2020-10-20T22:01:31.104Z] Step 8/22 : COPY . . [2020-10-20T22:01:31.104Z] ---> Using cache [2020-10-20T22:01:31.104Z] ---> c64a0c03f9c1 [2020-10-20T22:01:31.104Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T22:01:33.402Z] ---> Running in 6b13d3b82df5 [2020-10-20T22:01:35.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T22:01:40.433Z] Removing intermediate container 52f0e9e75bfb [2020-10-20T22:01:40.433Z] ---> a31cf13e2b2f [2020-10-20T22:01:40.433Z] [2020-10-20T22:01:40.433Z] Step 9/29 : FROM alpine:latest [2020-10-20T22:01:40.433Z] ---> 62ee0e9f8440 [2020-10-20T22:01:40.433Z] 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-20T22:01:40.433Z] ---> Running in 53dc26269b0f [2020-10-20T22:01:40.717Z] Removing intermediate container 53dc26269b0f [2020-10-20T22:01:40.717Z] ---> 4db9503c6b44 [2020-10-20T22:01:40.717Z] Step 11/29 : USER root [2020-10-20T22:01:40.717Z] ---> Running in ad070492b2e4 [2020-10-20T22:01:41.740Z] Removing intermediate container ad070492b2e4 [2020-10-20T22:01:41.740Z] ---> 10bbcf3f4b7d [2020-10-20T22:01:41.740Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T22:01:41.740Z] ---> Running in 7de32ad794a6 [2020-10-20T22:01:42.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.85" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T22:01:44.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T22:01:44.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T22:01:45.029Z] v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T22:01:45.029Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T22:01:45.029Z] OK: 12621 distinct packages available [2020-10-20T22:01:46.070Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T22:01:46.070Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T22:01:46.070Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T22:01:46.070Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T22:01:46.365Z] OK: 6 MiB in 16 packages [2020-10-20T22:01:49.129Z] Removing intermediate container 7de32ad794a6 [2020-10-20T22:01:49.129Z] ---> b5d9604a5ab5 [2020-10-20T22:01:49.129Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T22:01:49.129Z] ---> Running in 55c1e5bf5629 [2020-10-20T22:01:49.440Z] Removing intermediate container 55c1e5bf5629 [2020-10-20T22:01:49.440Z] ---> 2f16e9c6ca31 [2020-10-20T22:01:49.440Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T22:01:49.743Z] ---> Running in e9194eac446b [2020-10-20T22:01:50.372Z] Removing intermediate container e9194eac446b [2020-10-20T22:01:50.372Z] ---> 3d1fa5744944 [2020-10-20T22:01:50.372Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T22:01:50.655Z] ---> Running in 5ffab003317c [2020-10-20T22:01:56.350Z] Removing intermediate container 5ffab003317c [2020-10-20T22:01:56.350Z] ---> 33ed0e263818 [2020-10-20T22:01:56.350Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T22:01:56.350Z] Removing intermediate container 8b244f92ccc7 [2020-10-20T22:01:56.350Z] ---> 1ad704b3ca72 [2020-10-20T22:01:56.350Z] [2020-10-20T22:01:56.350Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T22:01:56.350Z] 3.10: Pulling from library/alpine [2020-10-20T22:01:58.605Z] ---> 41a16cbfc75e [2020-10-20T22:01:58.605Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T22:01:58.605Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T22:01:58.605Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T22:01:58.605Z] ---> 536a684cf733 [2020-10-20T22:01:58.605Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T22:01:58.883Z] ---> Running in eb088b096cf2 [2020-10-20T22:01:59.901Z] ---> 80c2b07e1260 [2020-10-20T22:01:59.901Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T22:02:01.349Z] ---> 1fd814596ac5 [2020-10-20T22:02:01.349Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T22:02:01.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-20T22:02:02.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-20T22:02:02.512Z] ---> a6a0108aa573 [2020-10-20T22:02:02.512Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T22:02:03.132Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T22:02:03.132Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T22:02:03.132Z] OK: 10167 distinct packages available [2020-10-20T22:02:03.420Z] ---> b4ddeace355a [2020-10-20T22:02:03.420Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T22:02:03.420Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T22:02:03.715Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T22:02:03.715Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T22:02:03.715Z] ---> Running in 5d7db2fcb989 [2020-10-20T22:02:03.715Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T22:02:03.715Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T22:02:03.715Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T22:02:03.715Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T22:02:04.328Z] OK: 7 MiB in 19 packages [2020-10-20T22:02:07.011Z] Removing intermediate container eb088b096cf2 [2020-10-20T22:02:07.011Z] ---> 275135651a7e [2020-10-20T22:02:07.011Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T22:02:07.011Z] ---> Running in 3ab800e0951f [2020-10-20T22:02:08.016Z] Removing intermediate container 3ab800e0951f [2020-10-20T22:02:08.016Z] ---> 34d91cdf5680 [2020-10-20T22:02:08.016Z] Step 13/26 : WORKDIR / [2020-10-20T22:02:08.295Z] ---> Running in a12479860dd1 [2020-10-20T22:02:08.295Z] Removing intermediate container 5d7db2fcb989 [2020-10-20T22:02:08.295Z] ---> 031a0b64ddf9 [2020-10-20T22:02:08.295Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T22:02:08.898Z] Removing intermediate container a12479860dd1 [2020-10-20T22:02:08.898Z] ---> de80aa612ed5 [2020-10-20T22:02:08.899Z] 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-20T22:02:09.520Z] ---> 242de5c85b11 [2020-10-20T22:02:09.520Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T22:02:09.802Z] ---> Running in 47c10b8aa2fd [2020-10-20T22:02:10.423Z] ---> 55d02406c68c [2020-10-20T22:02:10.423Z] 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-20T22:02:11.883Z] ---> 4898fa9aece6 [2020-10-20T22:02:11.883Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T22:02:13.351Z] ---> e38e151daafa [2020-10-20T22:02:13.351Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T22:02:14.364Z] ---> 9f9d8534dad4 [2020-10-20T22:02:14.364Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T22:02:14.364Z] Removing intermediate container 47c10b8aa2fd [2020-10-20T22:02:14.364Z] ---> 63fbe42a055d [2020-10-20T22:02:14.364Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T22:02:14.650Z] ---> Running in e7ce2717b6b9 [2020-10-20T22:02:16.660Z] ---> 66875722bcc7 [2020-10-20T22:02:16.660Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T22:02:18.700Z] ---> 8dd5bfdfc1ad [2020-10-20T22:02:18.700Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T22:02:20.181Z] Removing intermediate container e7ce2717b6b9 [2020-10-20T22:02:20.181Z] ---> 2d31e1ee1f9c [2020-10-20T22:02:20.181Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T22:02:20.181Z] ---> Running in 2660bc1fe06d [2020-10-20T22:02:20.181Z] ---> f2ddd0521a77 [2020-10-20T22:02:20.181Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T22:02:21.184Z] Removing intermediate container 2660bc1fe06d [2020-10-20T22:02:21.184Z] ---> 9aa6b9377a21 [2020-10-20T22:02:21.184Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T22:02:21.184Z] ---> Running in 3a6f40292225 [2020-10-20T22:02:21.472Z] ---> ecc10d72b2ce [2020-10-20T22:02:21.472Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T22:02:21.755Z] ---> Running in d84ba9b11157 [2020-10-20T22:02:22.369Z] Removing intermediate container 3a6f40292225 [2020-10-20T22:02:22.369Z] ---> 627d75f648c8 [2020-10-20T22:02:22.369Z] Step 27/29 : LABEL arch=arm64 [2020-10-20T22:02:22.369Z] ---> Running in 5af913b003ed [2020-10-20T22:02:23.386Z] Removing intermediate container 5af913b003ed [2020-10-20T22:02:23.386Z] ---> 11c13d90ee14 [2020-10-20T22:02:23.386Z] Step 28/29 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:02:23.668Z] ---> Running in 0d0e096d084f [2020-10-20T22:02:24.284Z] Removing intermediate container 0d0e096d084f [2020-10-20T22:02:24.284Z] ---> 30960e00e5c6 [2020-10-20T22:02:24.284Z] Step 29/29 : LABEL version=1.2.2-dev.85 [2020-10-20T22:02:24.284Z] ---> Running in ed3f2a38536f [2020-10-20T22:02:24.893Z] Removing intermediate container ed3f2a38536f [2020-10-20T22:02:25.177Z] ---> 8a163edc6519 [2020-10-20T22:02:25.177Z] [2020-10-20T22:02:25.793Z] Successfully built 8a163edc6519 [2020-10-20T22:02:25.793Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-20T22:02:26.441Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container d84ba9b11157 [2020-10-20T22:02:26.441Z] ---> 2272459a34d7 [2020-10-20T22:02:26.441Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T22:02:26.719Z] ---> Running in d10f63e134a9 [2020-10-20T22:02:27.335Z] Removing intermediate container d10f63e134a9 [2020-10-20T22:02:27.335Z] ---> 637dcfb0b5c6 [2020-10-20T22:02:27.335Z] Step 24/26 : LABEL arch=arm64 [2020-10-20T22:02:27.335Z] ---> Running in 62e792999530 [2020-10-20T22:02:28.331Z] Removing intermediate container 62e792999530 [2020-10-20T22:02:28.331Z] ---> 12a84128beef [2020-10-20T22:02:28.331Z] Step 25/26 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:02:28.609Z] ---> Running in dab62366b459 [2020-10-20T22:02:29.222Z] Removing intermediate container dab62366b459 [2020-10-20T22:02:29.222Z] ---> fd190d0ab60a [2020-10-20T22:02:29.222Z] Step 26/26 : LABEL version=1.2.2-dev.85 [2020-10-20T22:02:29.222Z] ---> Running in f7af49436bd3 [2020-10-20T22:02:29.825Z] Removing intermediate container f7af49436bd3 [2020-10-20T22:02:29.825Z] ---> 23e586536f81 [2020-10-20T22:02:29.825Z] [2020-10-20T22:02:30.428Z] Successfully built 23e586536f81 [2020-10-20T22:02:30.428Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-20T22:02:42.849Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container bfad21c34bd4 [2020-10-20T22:02:42.849Z] ---> 244dcb666aa1 [2020-10-20T22:02:42.849Z] [2020-10-20T22:02:42.849Z] Step 10/22 : FROM scratch [2020-10-20T22:02:42.849Z] ---> [2020-10-20T22:02:42.849Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T22:02:42.849Z] ---> Using cache [2020-10-20T22:02:42.849Z] ---> 7e504e940488 [2020-10-20T22:02:42.849Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T22:02:42.849Z] ---> Running in 5075e6c0025e [2020-10-20T22:02:43.127Z] Removing intermediate container 5075e6c0025e [2020-10-20T22:02:43.127Z] ---> c397872d431e [2020-10-20T22:02:43.127Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T22:02:43.402Z] ---> Running in 3c2c1c868f82 [2020-10-20T22:02:44.012Z] Removing intermediate container 3c2c1c868f82 [2020-10-20T22:02:44.012Z] ---> 0dad4e6e8d3a [2020-10-20T22:02:44.012Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T22:02:45.467Z] ---> c4a084e0e755 [2020-10-20T22:02:45.467Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T22:02:46.454Z] ---> bfaebcc2cea3 [2020-10-20T22:02:46.454Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T22:02:47.890Z] ---> 5dcfdb7e8fd8 [2020-10-20T22:02:47.890Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T22:02:48.887Z] ---> dbe3e09447af [2020-10-20T22:02:48.887Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T22:02:49.165Z] ---> Running in 2e1e15cc0d65 [2020-10-20T22:02:49.774Z] Removing intermediate container 2e1e15cc0d65 [2020-10-20T22:02:49.774Z] ---> 08d592c6753e [2020-10-20T22:02:49.774Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T22:02:49.774Z] ---> Running in ee1c34812892 [2020-10-20T22:02:50.387Z] Removing intermediate container ee1c34812892 [2020-10-20T22:02:50.387Z] ---> 400a98fb4a37 [2020-10-20T22:02:50.387Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T22:02:50.666Z] ---> Running in d76fd2f826fc [2020-10-20T22:02:51.661Z] Removing intermediate container d76fd2f826fc [2020-10-20T22:02:51.661Z] ---> 8384523a2491 [2020-10-20T22:02:51.661Z] Step 21/22 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:02:51.661Z] ---> Running in 4030931d97d5 [2020-10-20T22:02:52.261Z] Removing intermediate container 4030931d97d5 [2020-10-20T22:02:52.261Z] ---> c74a15b7d605 [2020-10-20T22:02:52.261Z] Step 22/22 : LABEL version=1.2.2-dev.85 [2020-10-20T22:02:52.261Z] ---> Running in 0422eb574207 [2020-10-20T22:02:53.256Z] Removing intermediate container 0422eb574207 [2020-10-20T22:02:53.256Z] ---> 088e0f2da76d [2020-10-20T22:02:53.256Z] [2020-10-20T22:02:53.537Z] Successfully built 088e0f2da76d [2020-10-20T22:02:53.537Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-20T22:03:00.270Z]  Building docker-support-logging-go ... done Removing intermediate container 6b13d3b82df5 [2020-10-20T22:03:00.270Z] ---> c3c8d6b8615d [2020-10-20T22:03:00.270Z] [2020-10-20T22:03:00.270Z] Step 10/22 : FROM scratch [2020-10-20T22:03:00.270Z] ---> [2020-10-20T22:03:00.270Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T22:03:00.541Z] ---> Using cache [2020-10-20T22:03:00.541Z] ---> f3473d246401 [2020-10-20T22:03:00.541Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T22:03:00.541Z] ---> Running in af4698324805 [2020-10-20T22:03:01.140Z] Removing intermediate container af4698324805 [2020-10-20T22:03:01.140Z] ---> 1938f5f6deda [2020-10-20T22:03:01.140Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T22:03:01.417Z] ---> Running in e9c0ae999fe9 [2020-10-20T22:03:02.398Z] Removing intermediate container e9c0ae999fe9 [2020-10-20T22:03:02.398Z] ---> 1e1d99f5ce61 [2020-10-20T22:03:02.398Z] Step 14/22 : WORKDIR / [2020-10-20T22:03:02.398Z] ---> Running in fec6aa9829eb [2020-10-20T22:03:02.996Z] Removing intermediate container cd451e5f2a8b [2020-10-20T22:03:02.996Z] ---> 7d2636da6610 [2020-10-20T22:03:02.996Z] [2020-10-20T22:03:02.996Z] Step 10/23 : FROM alpine [2020-10-20T22:03:02.996Z] ---> 62ee0e9f8440 [2020-10-20T22:03:02.996Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T22:03:02.996Z] Removing intermediate container fec6aa9829eb [2020-10-20T22:03:02.996Z] ---> aab3145daa75 [2020-10-20T22:03:02.996Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T22:03:02.996Z] ---> Running in 992fe2e376da [2020-10-20T22:03:03.588Z] Removing intermediate container 992fe2e376da [2020-10-20T22:03:03.588Z] ---> 319fe0219c8a [2020-10-20T22:03:03.588Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T22:03:03.588Z] ---> Running in ba2a7eb04481 [2020-10-20T22:03:03.588Z] ---> 321dd94be43d [2020-10-20T22:03:03.588Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T22:03:04.183Z] Removing intermediate container ba2a7eb04481 [2020-10-20T22:03:04.183Z] ---> 82ae75bf6934 [2020-10-20T22:03:04.183Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T22:03:04.456Z] ---> Running in d35a5b0ed29e [2020-10-20T22:03:04.737Z] ---> 62e1b3129f92 [2020-10-20T22:03:04.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T22:03:05.332Z] Removing intermediate container d35a5b0ed29e [2020-10-20T22:03:05.332Z] ---> ad78128dcb21 [2020-10-20T22:03:05.332Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T22:03:05.332Z] ---> Running in 0b19566dffe6 [2020-10-20T22:03:05.608Z] ---> ae5add77c9b8 [2020-10-20T22:03:05.608Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T22:03:05.608Z] ---> Running in 43d4c7f6d476 [2020-10-20T22:03:06.206Z] Removing intermediate container 43d4c7f6d476 [2020-10-20T22:03:06.206Z] ---> 791808fea7f1 [2020-10-20T22:03:06.206Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T22:03:06.479Z] ---> Running in d4c5e02b5b3e [2020-10-20T22:03:06.753Z] Removing intermediate container d4c5e02b5b3e [2020-10-20T22:03:06.753Z] ---> e2f740cbee2f [2020-10-20T22:03:06.753Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T22:03:07.034Z] ---> Running in 185d62b44353 [2020-10-20T22:03:07.663Z] Removing intermediate container 185d62b44353 [2020-10-20T22:03:07.663Z] ---> 59a96133130d [2020-10-20T22:03:07.663Z] Step 21/22 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:07.663Z] ---> Running in 398241395b66 [2020-10-20T22:03:07.952Z] Removing intermediate container 0b19566dffe6 [2020-10-20T22:03:07.952Z] ---> 1a0d8bf7332b [2020-10-20T22:03:07.952Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T22:03:08.233Z] ---> Running in 25def7da8984 [2020-10-20T22:03:08.233Z] Removing intermediate container 398241395b66 [2020-10-20T22:03:08.233Z] ---> 7a122a9bdf79 [2020-10-20T22:03:08.233Z] Step 22/22 : LABEL version=1.2.2-dev.85 [2020-10-20T22:03:08.531Z] ---> Running in 8ede9c35d9f6 [2020-10-20T22:03:09.141Z] Removing intermediate container 8ede9c35d9f6 [2020-10-20T22:03:09.141Z] ---> a73e8de686ec [2020-10-20T22:03:09.141Z] [2020-10-20T22:03:09.413Z] Successfully built a73e8de686ec [2020-10-20T22:03:09.413Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-20T22:03:10.007Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T22:03:10.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T22:03:11.583Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T22:03:11.583Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T22:03:11.856Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T22:03:12.132Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T22:03:12.132Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T22:03:12.132Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T22:03:12.132Z] OK: 8 MiB in 19 packages [2020-10-20T22:03:13.570Z] Removing intermediate container 25def7da8984 [2020-10-20T22:03:13.570Z] ---> 86086d808f15 [2020-10-20T22:03:13.570Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T22:03:14.170Z] ---> 7a6409773df1 [2020-10-20T22:03:14.170Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T22:03:15.606Z] ---> 54c0cbb26873 [2020-10-20T22:03:15.606Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T22:03:16.201Z] ---> 62c53defe56c [2020-10-20T22:03:16.201Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T22:03:16.476Z] ---> Running in 3f3bb8f584d8 [2020-10-20T22:03:17.073Z] Removing intermediate container 3f3bb8f584d8 [2020-10-20T22:03:17.073Z] ---> 1f9540f6aa78 [2020-10-20T22:03:17.073Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T22:03:17.073Z] ---> Running in b0172a5d4448 [2020-10-20T22:03:17.348Z] Removing intermediate container b0172a5d4448 [2020-10-20T22:03:17.348Z] ---> a07057ba796a [2020-10-20T22:03:17.348Z] Step 21/23 : LABEL arch=arm64 [2020-10-20T22:03:17.620Z] ---> Running in 925b1d967a56 [2020-10-20T22:03:18.217Z] Removing intermediate container 925b1d967a56 [2020-10-20T22:03:18.217Z] ---> db6cf5f04684 [2020-10-20T22:03:18.217Z] Step 22/23 : LABEL git_sha=07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:18.217Z] ---> Running in e1cdd6a31547 [2020-10-20T22:03:18.813Z] Removing intermediate container e1cdd6a31547 [2020-10-20T22:03:18.813Z] ---> 2a420d9179d9 [2020-10-20T22:03:18.813Z] Step 23/23 : LABEL version=1.2.2-dev.85 [2020-10-20T22:03:18.813Z] ---> Running in 57dd7db779db [2020-10-20T22:03:19.407Z] Removing intermediate container 57dd7db779db [2020-10-20T22:03:19.407Z] ---> a5d6e6fd1404 [2020-10-20T22:03:19.407Z] [2020-10-20T22:03:19.681Z] Successfully built a5d6e6fd1404 [2020-10-20T22:03:19.681Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-20T22:03:19.966Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-20T22:03:19.970Z] $ docker stop --time=1 52cd045512eb85bf6708bfcba1db912b3523508c48d465346385d8532dab9a41 [2020-10-20T22:03:21.924Z] $ docker rm -f 52cd045512eb85bf6708bfcba1db912b3523508c48d465346385d8532dab9a41 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:03:22.674Z] + docker images [2020-10-20T22:03:22.674Z] + grep docker [2020-10-20T22:03:22.945Z] docker-core-data-go-arm64 latest a5d6e6fd1404 3 seconds ago 22.2MB [2020-10-20T22:03:22.945Z] docker-core-command-go-arm64 latest a73e8de686ec 14 seconds ago 11.4MB [2020-10-20T22:03:22.945Z] docker-support-logging-go-arm64 latest 088e0f2da76d 30 seconds ago 10.6MB [2020-10-20T22:03:22.945Z] docker-security-secretstore-setup-go-arm64 latest 23e586536f81 53 seconds ago 30.8MB [2020-10-20T22:03:22.945Z] docker-security-secrets-setup-go-arm64 latest 8a163edc6519 58 seconds ago 22.7MB [2020-10-20T22:03:22.945Z] docker-sys-mgmt-agent-go-arm64 latest c5a59a246c47 2 minutes ago 270MB [2020-10-20T22:03:22.945Z] docker-core-metadata-go-arm64 latest 2f14923040e4 3 minutes ago 13.5MB [2020-10-20T22:03:22.945Z] docker-support-scheduler-go-arm64 latest 16d6d9827ea9 3 minutes ago 11.5MB [2020-10-20T22:03:22.945Z] docker-support-notifications-go-arm64 latest 214f896bdb19 3 minutes ago 12.9MB [2020-10-20T22:03:22.945Z] docker-security-proxy-setup-go-arm64 latest 66341b4b8a45 3 minutes ago 15.1MB [2020-10-20T22:03:22.945Z] docker latest 79b81ba6d94d 2 hours 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-20T22:03:23.550Z] provisioning config files... [2020-10-20T22:03:23.597Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/201@tmp/config1259445987695257227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:03:24.007Z] ---> docker-login.sh [2020-10-20T22:03:24.007Z] nexus3.edgexfoundry.org:10001 [2020-10-20T22:03:24.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T22:03:24.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T22:03:24.552Z] Configure a credential helper to remove this warning. See [2020-10-20T22:03:24.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T22:03:24.552Z] [2020-10-20T22:03:24.552Z] Login Succeeded [2020-10-20T22:03:24.552Z] nexus3.edgexfoundry.org:10002 [2020-10-20T22:03:25.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T22:03:25.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T22:03:25.147Z] Configure a credential helper to remove this warning. See [2020-10-20T22:03:25.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T22:03:25.147Z] [2020-10-20T22:03:25.147Z] Login Succeeded [2020-10-20T22:03:25.147Z] nexus3.edgexfoundry.org:10003 [2020-10-20T22:03:25.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T22:03:25.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T22:03:25.740Z] Configure a credential helper to remove this warning. See [2020-10-20T22:03:25.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T22:03:25.740Z] [2020-10-20T22:03:25.740Z] Login Succeeded [2020-10-20T22:03:25.740Z] nexus3.edgexfoundry.org:10004 [2020-10-20T22:03:26.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T22:03:26.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T22:03:26.333Z] Configure a credential helper to remove this warning. See [2020-10-20T22:03:26.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T22:03:26.333Z] [2020-10-20T22:03:26.333Z] Login Succeeded [2020-10-20T22:03:26.333Z] docker.io [2020-10-20T22:03:26.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T22:03:27.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T22:03:27.198Z] Configure a credential helper to remove this warning. See [2020-10-20T22:03:27.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T22:03:27.198Z] [2020-10-20T22:03:27.198Z] Login Succeeded [2020-10-20T22:03:27.198Z] ---> docker-login.sh ends [Pipeline] } [2020-10-20T22:03:27.216Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:03:27.451Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-20T22:03:27.451Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:27.451Z] 1.2.2-dev.85 [2020-10-20T22:03:27.451Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:27.451Z] master [2020-10-20T22:03:27.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:28.048Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:28.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:28.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T22:03:28.391Z] 5e9c913f5bd1: Preparing [2020-10-20T22:03:28.391Z] 471694a4d66d: Preparing [2020-10-20T22:03:28.391Z] 268611a4e8ce: Preparing [2020-10-20T22:03:28.665Z] 268611a4e8ce: Pushed [2020-10-20T22:03:28.665Z] 5e9c913f5bd1: Pushed [2020-10-20T22:03:32.043Z] 471694a4d66d: Pushed [2020-10-20T22:03:32.043Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:69d9a2102a04370c3c3fa61c6448cff2b43ef74c066ffdb3068da70a15287304 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:32.391Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:32.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.85 [2020-10-20T22:03:32.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T22:03:32.733Z] 5e9c913f5bd1: Preparing [2020-10-20T22:03:32.733Z] 471694a4d66d: Preparing [2020-10-20T22:03:32.733Z] 268611a4e8ce: Preparing [2020-10-20T22:03:32.733Z] 5e9c913f5bd1: Layer already exists [2020-10-20T22:03:32.733Z] 471694a4d66d: Layer already exists [2020-10-20T22:03:32.733Z] 268611a4e8ce: Layer already exists [2020-10-20T22:03:33.004Z] 1.2.2-dev.85: digest: sha256:69d9a2102a04370c3c3fa61c6448cff2b43ef74c066ffdb3068da70a15287304 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:33.345Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:33.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:33.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T22:03:33.690Z] 5e9c913f5bd1: Preparing [2020-10-20T22:03:33.690Z] 471694a4d66d: Preparing [2020-10-20T22:03:33.690Z] 268611a4e8ce: Preparing [2020-10-20T22:03:33.690Z] 268611a4e8ce: Layer already exists [2020-10-20T22:03:33.690Z] 471694a4d66d: Layer already exists [2020-10-20T22:03:33.963Z] 5e9c913f5bd1: Layer already exists [2020-10-20T22:03:33.963Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:69d9a2102a04370c3c3fa61c6448cff2b43ef74c066ffdb3068da70a15287304 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:34.310Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:34.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-20T22:03:34.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T22:03:34.649Z] 5e9c913f5bd1: Preparing [2020-10-20T22:03:34.649Z] 471694a4d66d: Preparing [2020-10-20T22:03:34.649Z] 268611a4e8ce: Preparing [2020-10-20T22:03:34.649Z] 471694a4d66d: Layer already exists [2020-10-20T22:03:34.649Z] 5e9c913f5bd1: Layer already exists [2020-10-20T22:03:34.649Z] 268611a4e8ce: Layer already exists [2020-10-20T22:03:34.924Z] master: digest: sha256:69d9a2102a04370c3c3fa61c6448cff2b43ef74c066ffdb3068da70a15287304 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:03:35.149Z] ===================================================== [Pipeline] echo [2020-10-20T22:03:35.207Z] taggedImages: [2020-10-20T22:03:35.207Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:35.207Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.85 [2020-10-20T22:03:35.207Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:35.207Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-20T22:03:35.281Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-20T22:03:35.281Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:35.281Z] 1.2.2-dev.85 [2020-10-20T22:03:35.281Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:35.281Z] master [2020-10-20T22:03:35.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:35.821Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:36.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:36.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T22:03:36.164Z] 1f44b13236da: Preparing [2020-10-20T22:03:36.164Z] 49a1291ff4b3: Preparing [2020-10-20T22:03:36.164Z] 4df00e4c672b: Preparing [2020-10-20T22:03:36.164Z] 9d61e39d263a: Preparing [2020-10-20T22:03:36.164Z] 40bd2edeb845: Preparing [2020-10-20T22:03:36.164Z] e2f13739ad41: Preparing [2020-10-20T22:03:36.164Z] e2f13739ad41: Waiting [2020-10-20T22:03:36.437Z] 1f44b13236da: Pushed [2020-10-20T22:03:36.437Z] 4df00e4c672b: Pushed [2020-10-20T22:03:36.437Z] 40bd2edeb845: Pushed [2020-10-20T22:03:36.710Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:36.980Z] 9d61e39d263a: Pushed [2020-10-20T22:03:40.356Z] 49a1291ff4b3: Pushed [2020-10-20T22:03:40.356Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:07555a70996b2c560094fa9da4cd85dd2fbe351db87fb7b8742472fc54b80711 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:40.708Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:41.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.85 [2020-10-20T22:03:41.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T22:03:41.052Z] 1f44b13236da: Preparing [2020-10-20T22:03:41.052Z] 49a1291ff4b3: Preparing [2020-10-20T22:03:41.052Z] 4df00e4c672b: Preparing [2020-10-20T22:03:41.052Z] 9d61e39d263a: Preparing [2020-10-20T22:03:41.052Z] 40bd2edeb845: Preparing [2020-10-20T22:03:41.052Z] e2f13739ad41: Preparing [2020-10-20T22:03:41.052Z] e2f13739ad41: Waiting [2020-10-20T22:03:41.052Z] 4df00e4c672b: Layer already exists [2020-10-20T22:03:41.323Z] 49a1291ff4b3: Layer already exists [2020-10-20T22:03:41.323Z] 1f44b13236da: Layer already exists [2020-10-20T22:03:41.323Z] 9d61e39d263a: Layer already exists [2020-10-20T22:03:41.323Z] 40bd2edeb845: Layer already exists [2020-10-20T22:03:41.323Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:41.323Z] 1.2.2-dev.85: digest: sha256:07555a70996b2c560094fa9da4cd85dd2fbe351db87fb7b8742472fc54b80711 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:41.665Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:42.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:42.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T22:03:42.036Z] 1f44b13236da: Preparing [2020-10-20T22:03:42.036Z] 49a1291ff4b3: Preparing [2020-10-20T22:03:42.036Z] 4df00e4c672b: Preparing [2020-10-20T22:03:42.036Z] 9d61e39d263a: Preparing [2020-10-20T22:03:42.036Z] 40bd2edeb845: Preparing [2020-10-20T22:03:42.036Z] e2f13739ad41: Preparing [2020-10-20T22:03:42.036Z] e2f13739ad41: Waiting [2020-10-20T22:03:42.350Z] 9d61e39d263a: Layer already exists [2020-10-20T22:03:42.350Z] 40bd2edeb845: Layer already exists [2020-10-20T22:03:42.350Z] 4df00e4c672b: Layer already exists [2020-10-20T22:03:42.350Z] 1f44b13236da: Layer already exists [2020-10-20T22:03:42.350Z] 49a1291ff4b3: Layer already exists [2020-10-20T22:03:42.350Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:42.350Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:07555a70996b2c560094fa9da4cd85dd2fbe351db87fb7b8742472fc54b80711 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:42.713Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:43.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-20T22:03:43.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T22:03:43.074Z] 1f44b13236da: Preparing [2020-10-20T22:03:43.074Z] 49a1291ff4b3: Preparing [2020-10-20T22:03:43.074Z] 4df00e4c672b: Preparing [2020-10-20T22:03:43.074Z] 9d61e39d263a: Preparing [2020-10-20T22:03:43.074Z] 40bd2edeb845: Preparing [2020-10-20T22:03:43.074Z] e2f13739ad41: Preparing [2020-10-20T22:03:43.074Z] e2f13739ad41: Waiting [2020-10-20T22:03:43.075Z] 40bd2edeb845: Layer already exists [2020-10-20T22:03:43.075Z] 9d61e39d263a: Layer already exists [2020-10-20T22:03:43.075Z] 49a1291ff4b3: Layer already exists [2020-10-20T22:03:43.347Z] 4df00e4c672b: Layer already exists [2020-10-20T22:03:43.347Z] 1f44b13236da: Layer already exists [2020-10-20T22:03:43.347Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:43.347Z] master: digest: sha256:07555a70996b2c560094fa9da4cd85dd2fbe351db87fb7b8742472fc54b80711 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:03:43.578Z] ===================================================== [Pipeline] echo [2020-10-20T22:03:43.688Z] taggedImages: [2020-10-20T22:03:43.688Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:43.688Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.85 [2020-10-20T22:03:43.688Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:43.688Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-20T22:03:43.761Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-20T22:03:43.761Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:43.761Z] 1.2.2-dev.85 [2020-10-20T22:03:43.761Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:43.761Z] master [2020-10-20T22:03:43.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:44.431Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:44.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:44.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T22:03:44.776Z] 419f07de809a: Preparing [2020-10-20T22:03:44.776Z] 082b6792cdaa: Preparing [2020-10-20T22:03:44.776Z] a306bc43b561: Preparing [2020-10-20T22:03:45.061Z] a306bc43b561: Pushed [2020-10-20T22:03:45.061Z] 419f07de809a: Pushed [2020-10-20T22:03:48.430Z] 082b6792cdaa: Pushed [2020-10-20T22:03:48.430Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:100684840615fd54e7d920e7257e15c381726c03ae371137e3a9ed3b49e69ad7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:48.775Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:49.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.85 [2020-10-20T22:03:49.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T22:03:49.112Z] 419f07de809a: Preparing [2020-10-20T22:03:49.112Z] 082b6792cdaa: Preparing [2020-10-20T22:03:49.112Z] a306bc43b561: Preparing [2020-10-20T22:03:49.384Z] a306bc43b561: Layer already exists [2020-10-20T22:03:49.384Z] 419f07de809a: Layer already exists [2020-10-20T22:03:49.384Z] 082b6792cdaa: Layer already exists [2020-10-20T22:03:49.384Z] 1.2.2-dev.85: digest: sha256:100684840615fd54e7d920e7257e15c381726c03ae371137e3a9ed3b49e69ad7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:49.732Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:50.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:50.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T22:03:50.069Z] 419f07de809a: Preparing [2020-10-20T22:03:50.069Z] 082b6792cdaa: Preparing [2020-10-20T22:03:50.069Z] a306bc43b561: Preparing [2020-10-20T22:03:50.069Z] 082b6792cdaa: Layer already exists [2020-10-20T22:03:50.069Z] 419f07de809a: Layer already exists [2020-10-20T22:03:50.069Z] a306bc43b561: Layer already exists [2020-10-20T22:03:50.340Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:100684840615fd54e7d920e7257e15c381726c03ae371137e3a9ed3b49e69ad7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:50.689Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:51.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-20T22:03:51.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T22:03:51.022Z] 419f07de809a: Preparing [2020-10-20T22:03:51.022Z] 082b6792cdaa: Preparing [2020-10-20T22:03:51.022Z] a306bc43b561: Preparing [2020-10-20T22:03:51.022Z] 082b6792cdaa: Layer already exists [2020-10-20T22:03:51.022Z] a306bc43b561: Layer already exists [2020-10-20T22:03:51.022Z] 419f07de809a: Layer already exists [2020-10-20T22:03:51.294Z] master: digest: sha256:100684840615fd54e7d920e7257e15c381726c03ae371137e3a9ed3b49e69ad7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:03:51.572Z] ===================================================== [Pipeline] echo [2020-10-20T22:03:51.646Z] taggedImages: [2020-10-20T22:03:51.646Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:51.646Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.85 [2020-10-20T22:03:51.646Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:51.646Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-20T22:03:51.726Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-20T22:03:51.726Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:51.726Z] 1.2.2-dev.85 [2020-10-20T22:03:51.726Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:51.726Z] master [2020-10-20T22:03:51.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:52.272Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:52.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:52.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T22:03:52.609Z] 2e0dbde39657: Preparing [2020-10-20T22:03:52.609Z] 7f2a1c6b9dfe: Preparing [2020-10-20T22:03:52.609Z] c98b84dbe509: Preparing [2020-10-20T22:03:52.609Z] 1d2f6cd9c38e: Preparing [2020-10-20T22:03:52.609Z] e2f13739ad41: Preparing [2020-10-20T22:03:52.882Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:52.882Z] 7f2a1c6b9dfe: Pushed [2020-10-20T22:03:52.882Z] c98b84dbe509: Pushed [2020-10-20T22:03:53.469Z] 1d2f6cd9c38e: Pushed [2020-10-20T22:03:54.889Z] 2e0dbde39657: Pushed [2020-10-20T22:03:55.160Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:149967954947655e24c63248c6063704e721fadeb470efef36cda6d0a15601c3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:55.509Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:55.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.85 [2020-10-20T22:03:55.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T22:03:55.853Z] 2e0dbde39657: Preparing [2020-10-20T22:03:55.853Z] 7f2a1c6b9dfe: Preparing [2020-10-20T22:03:55.853Z] c98b84dbe509: Preparing [2020-10-20T22:03:55.853Z] 1d2f6cd9c38e: Preparing [2020-10-20T22:03:55.853Z] e2f13739ad41: Preparing [2020-10-20T22:03:55.853Z] 1d2f6cd9c38e: Layer already exists [2020-10-20T22:03:55.853Z] 2e0dbde39657: Layer already exists [2020-10-20T22:03:55.853Z] 7f2a1c6b9dfe: Layer already exists [2020-10-20T22:03:55.853Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:55.853Z] c98b84dbe509: Layer already exists [2020-10-20T22:03:56.125Z] 1.2.2-dev.85: digest: sha256:149967954947655e24c63248c6063704e721fadeb470efef36cda6d0a15601c3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:56.467Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:56.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:56.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T22:03:56.808Z] 2e0dbde39657: Preparing [2020-10-20T22:03:56.808Z] 7f2a1c6b9dfe: Preparing [2020-10-20T22:03:56.808Z] c98b84dbe509: Preparing [2020-10-20T22:03:56.808Z] 1d2f6cd9c38e: Preparing [2020-10-20T22:03:56.808Z] e2f13739ad41: Preparing [2020-10-20T22:03:56.808Z] 7f2a1c6b9dfe: Layer already exists [2020-10-20T22:03:56.808Z] 1d2f6cd9c38e: Layer already exists [2020-10-20T22:03:56.808Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:56.808Z] 2e0dbde39657: Layer already exists [2020-10-20T22:03:56.808Z] c98b84dbe509: Layer already exists [2020-10-20T22:03:57.080Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:149967954947655e24c63248c6063704e721fadeb470efef36cda6d0a15601c3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:57.443Z] + 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-20T22:03:57.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-20T22:03:57.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T22:03:57.780Z] 2e0dbde39657: Preparing [2020-10-20T22:03:57.780Z] 7f2a1c6b9dfe: Preparing [2020-10-20T22:03:57.780Z] c98b84dbe509: Preparing [2020-10-20T22:03:57.780Z] 1d2f6cd9c38e: Preparing [2020-10-20T22:03:57.780Z] e2f13739ad41: Preparing [2020-10-20T22:03:58.053Z] c98b84dbe509: Layer already exists [2020-10-20T22:03:58.053Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:58.054Z] 2e0dbde39657: Layer already exists [2020-10-20T22:03:58.054Z] 1d2f6cd9c38e: Layer already exists [2020-10-20T22:03:58.054Z] 7f2a1c6b9dfe: Layer already exists [2020-10-20T22:03:58.054Z] master: digest: sha256:149967954947655e24c63248c6063704e721fadeb470efef36cda6d0a15601c3 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:03:58.297Z] ===================================================== [Pipeline] echo [2020-10-20T22:03:58.354Z] taggedImages: [2020-10-20T22:03:58.354Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:58.354Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.85 [2020-10-20T22:03:58.354Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:58.354Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-20T22:03:58.426Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-20T22:03:58.426Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:58.426Z] 1.2.2-dev.85 [2020-10-20T22:03:58.426Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:03:58.426Z] master [2020-10-20T22:03:58.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:58.974Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:03:59.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:03:59.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T22:03:59.330Z] 89542ff146b8: Preparing [2020-10-20T22:03:59.330Z] 8991fd2c138f: Preparing [2020-10-20T22:03:59.330Z] 71e930349345: Preparing [2020-10-20T22:03:59.330Z] bf0e40f7d02f: Preparing [2020-10-20T22:03:59.330Z] bf0e40f7d02f: Preparing [2020-10-20T22:03:59.330Z] 78a5f5e834b8: Preparing [2020-10-20T22:03:59.330Z] 5d3d6f8d3c19: Preparing [2020-10-20T22:03:59.330Z] 010d0e0e52d1: Preparing [2020-10-20T22:03:59.330Z] 89542ff146b8: Preparing [2020-10-20T22:03:59.330Z] 1b23f22896e3: Preparing [2020-10-20T22:03:59.330Z] 30846959af3a: Preparing [2020-10-20T22:03:59.330Z] 5d3d6f8d3c19: Waiting [2020-10-20T22:03:59.330Z] 5d5d3e75f053: Preparing [2020-10-20T22:03:59.330Z] 010d0e0e52d1: Waiting [2020-10-20T22:03:59.330Z] e2f13739ad41: Preparing [2020-10-20T22:03:59.330Z] 1b23f22896e3: Waiting [2020-10-20T22:03:59.330Z] 5d5d3e75f053: Waiting [2020-10-20T22:03:59.330Z] e2f13739ad41: Waiting [2020-10-20T22:03:59.330Z] 30846959af3a: Waiting [2020-10-20T22:03:59.612Z] 71e930349345: Pushed [2020-10-20T22:03:59.612Z] bf0e40f7d02f: Pushed [2020-10-20T22:03:59.612Z] 78a5f5e834b8: Pushed [2020-10-20T22:03:59.612Z] 8991fd2c138f: Pushed [2020-10-20T22:03:59.882Z] 5d3d6f8d3c19: Pushed [2020-10-20T22:03:59.882Z] 010d0e0e52d1: Pushed [2020-10-20T22:03:59.882Z] e2f13739ad41: Layer already exists [2020-10-20T22:03:59.882Z] 1b23f22896e3: Pushed [2020-10-20T22:03:59.882Z] 30846959af3a: Pushed [2020-10-20T22:04:00.153Z] 5d5d3e75f053: Pushed [2020-10-20T22:04:01.583Z] 89542ff146b8: Pushed [2020-10-20T22:04:01.853Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:f58a63352cca2b038bcd21487ef98e3727c1f496f34556525b35b06e3109ca85 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:02.191Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:02.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:02.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T22:04:02.533Z] 89542ff146b8: Preparing [2020-10-20T22:04:02.533Z] 8991fd2c138f: Preparing [2020-10-20T22:04:02.533Z] 71e930349345: Preparing [2020-10-20T22:04:02.533Z] bf0e40f7d02f: Preparing [2020-10-20T22:04:02.533Z] bf0e40f7d02f: Preparing [2020-10-20T22:04:02.533Z] 78a5f5e834b8: Preparing [2020-10-20T22:04:02.533Z] 5d3d6f8d3c19: Preparing [2020-10-20T22:04:02.533Z] 010d0e0e52d1: Preparing [2020-10-20T22:04:02.533Z] 89542ff146b8: Preparing [2020-10-20T22:04:02.533Z] 1b23f22896e3: Preparing [2020-10-20T22:04:02.533Z] 30846959af3a: Preparing [2020-10-20T22:04:02.533Z] 5d5d3e75f053: Preparing [2020-10-20T22:04:02.533Z] e2f13739ad41: Preparing [2020-10-20T22:04:02.533Z] 1b23f22896e3: Waiting [2020-10-20T22:04:02.533Z] 30846959af3a: Waiting [2020-10-20T22:04:02.533Z] 5d5d3e75f053: Waiting [2020-10-20T22:04:02.533Z] 5d3d6f8d3c19: Waiting [2020-10-20T22:04:02.533Z] 010d0e0e52d1: Waiting [2020-10-20T22:04:02.533Z] e2f13739ad41: Waiting [2020-10-20T22:04:02.802Z] 8991fd2c138f: Layer already exists [2020-10-20T22:04:02.802Z] 78a5f5e834b8: Layer already exists [2020-10-20T22:04:02.802Z] 89542ff146b8: Layer already exists [2020-10-20T22:04:02.802Z] 71e930349345: Layer already exists [2020-10-20T22:04:02.802Z] bf0e40f7d02f: Layer already exists [2020-10-20T22:04:02.802Z] 30846959af3a: Layer already exists [2020-10-20T22:04:02.802Z] 5d3d6f8d3c19: Layer already exists [2020-10-20T22:04:02.802Z] 010d0e0e52d1: Layer already exists [2020-10-20T22:04:02.802Z] 5d5d3e75f053: Layer already exists [2020-10-20T22:04:02.802Z] 1b23f22896e3: Layer already exists [2020-10-20T22:04:02.802Z] e2f13739ad41: Layer already exists [2020-10-20T22:04:02.802Z] 1.2.2-dev.85: digest: sha256:f58a63352cca2b038bcd21487ef98e3727c1f496f34556525b35b06e3109ca85 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:03.143Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:03.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:03.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T22:04:03.479Z] 89542ff146b8: Preparing [2020-10-20T22:04:03.479Z] 8991fd2c138f: Preparing [2020-10-20T22:04:03.479Z] 71e930349345: Preparing [2020-10-20T22:04:03.479Z] bf0e40f7d02f: Preparing [2020-10-20T22:04:03.479Z] bf0e40f7d02f: Preparing [2020-10-20T22:04:03.479Z] 78a5f5e834b8: Preparing [2020-10-20T22:04:03.479Z] 5d3d6f8d3c19: Preparing [2020-10-20T22:04:03.479Z] 010d0e0e52d1: Preparing [2020-10-20T22:04:03.479Z] 89542ff146b8: Preparing [2020-10-20T22:04:03.479Z] 1b23f22896e3: Preparing [2020-10-20T22:04:03.479Z] 30846959af3a: Preparing [2020-10-20T22:04:03.479Z] 5d5d3e75f053: Preparing [2020-10-20T22:04:03.479Z] e2f13739ad41: Preparing [2020-10-20T22:04:03.479Z] 5d3d6f8d3c19: Waiting [2020-10-20T22:04:03.479Z] 010d0e0e52d1: Waiting [2020-10-20T22:04:03.479Z] 1b23f22896e3: Waiting [2020-10-20T22:04:03.479Z] 30846959af3a: Waiting [2020-10-20T22:04:03.479Z] 5d5d3e75f053: Waiting [2020-10-20T22:04:03.479Z] e2f13739ad41: Waiting [2020-10-20T22:04:03.748Z] 89542ff146b8: Layer already exists [2020-10-20T22:04:03.748Z] 71e930349345: Layer already exists [2020-10-20T22:04:03.748Z] bf0e40f7d02f: Layer already exists [2020-10-20T22:04:03.748Z] 78a5f5e834b8: Layer already exists [2020-10-20T22:04:03.748Z] 8991fd2c138f: Layer already exists [2020-10-20T22:04:03.748Z] 1b23f22896e3: Layer already exists [2020-10-20T22:04:03.748Z] 30846959af3a: Layer already exists [2020-10-20T22:04:03.748Z] 010d0e0e52d1: Layer already exists [2020-10-20T22:04:03.748Z] 5d3d6f8d3c19: Layer already exists [2020-10-20T22:04:03.748Z] 5d5d3e75f053: Layer already exists [2020-10-20T22:04:03.748Z] e2f13739ad41: Layer already exists [2020-10-20T22:04:03.748Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:f58a63352cca2b038bcd21487ef98e3727c1f496f34556525b35b06e3109ca85 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:04.085Z] + 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-20T22:04:04.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-20T22:04:04.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T22:04:04.422Z] 89542ff146b8: Preparing [2020-10-20T22:04:04.422Z] 8991fd2c138f: Preparing [2020-10-20T22:04:04.422Z] 71e930349345: Preparing [2020-10-20T22:04:04.422Z] bf0e40f7d02f: Preparing [2020-10-20T22:04:04.422Z] bf0e40f7d02f: Preparing [2020-10-20T22:04:04.422Z] 78a5f5e834b8: Preparing [2020-10-20T22:04:04.422Z] 5d3d6f8d3c19: Preparing [2020-10-20T22:04:04.422Z] 010d0e0e52d1: Preparing [2020-10-20T22:04:04.422Z] 89542ff146b8: Preparing [2020-10-20T22:04:04.422Z] 1b23f22896e3: Preparing [2020-10-20T22:04:04.422Z] 30846959af3a: Preparing [2020-10-20T22:04:04.422Z] 5d5d3e75f053: Preparing [2020-10-20T22:04:04.422Z] e2f13739ad41: Preparing [2020-10-20T22:04:04.422Z] 010d0e0e52d1: Waiting [2020-10-20T22:04:04.422Z] 1b23f22896e3: Waiting [2020-10-20T22:04:04.422Z] 30846959af3a: Waiting [2020-10-20T22:04:04.422Z] 5d5d3e75f053: Waiting [2020-10-20T22:04:04.422Z] 5d3d6f8d3c19: Waiting [2020-10-20T22:04:04.422Z] e2f13739ad41: Waiting [2020-10-20T22:04:04.422Z] 8991fd2c138f: Layer already exists [2020-10-20T22:04:04.705Z] 89542ff146b8: Layer already exists [2020-10-20T22:04:04.705Z] 71e930349345: Layer already exists [2020-10-20T22:04:04.705Z] bf0e40f7d02f: Layer already exists [2020-10-20T22:04:04.705Z] 78a5f5e834b8: Layer already exists [2020-10-20T22:04:04.705Z] 5d3d6f8d3c19: Layer already exists [2020-10-20T22:04:04.705Z] 010d0e0e52d1: Layer already exists [2020-10-20T22:04:04.705Z] 1b23f22896e3: Layer already exists [2020-10-20T22:04:04.705Z] 30846959af3a: Layer already exists [2020-10-20T22:04:04.705Z] 5d5d3e75f053: Layer already exists [2020-10-20T22:04:04.705Z] e2f13739ad41: Layer already exists [2020-10-20T22:04:04.705Z] master: digest: sha256:f58a63352cca2b038bcd21487ef98e3727c1f496f34556525b35b06e3109ca85 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:04:04.977Z] ===================================================== [Pipeline] echo [2020-10-20T22:04:05.027Z] taggedImages: [2020-10-20T22:04:05.027Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:05.027Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:05.027Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:05.027Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-20T22:04:05.099Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-20T22:04:05.099Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:05.099Z] 1.2.2-dev.85 [2020-10-20T22:04:05.099Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:05.099Z] master [2020-10-20T22:04:05.099Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:05.657Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:06.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:06.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T22:04:06.001Z] 9f6122d2cb4f: Preparing [2020-10-20T22:04:06.001Z] 507336ccb86c: Preparing [2020-10-20T22:04:06.001Z] de95959b87ea: Preparing [2020-10-20T22:04:06.001Z] 5efd10d98170: Preparing [2020-10-20T22:04:06.002Z] ee4bada49fb7: Preparing [2020-10-20T22:04:06.002Z] 658046f67ddd: Preparing [2020-10-20T22:04:06.002Z] eacfbb1421e1: Preparing [2020-10-20T22:04:06.002Z] 6e09d9bc580e: Preparing [2020-10-20T22:04:06.002Z] e452d542e534: Preparing [2020-10-20T22:04:06.002Z] c77af4be2bb3: Preparing [2020-10-20T22:04:06.002Z] 66b385cf80cf: Preparing [2020-10-20T22:04:06.002Z] 6e09d9bc580e: Waiting [2020-10-20T22:04:06.002Z] 658046f67ddd: Waiting [2020-10-20T22:04:06.002Z] e452d542e534: Waiting [2020-10-20T22:04:06.002Z] c77af4be2bb3: Waiting [2020-10-20T22:04:06.002Z] 66b385cf80cf: Waiting [2020-10-20T22:04:06.002Z] eacfbb1421e1: Waiting [2020-10-20T22:04:06.286Z] 507336ccb86c: Pushed [2020-10-20T22:04:06.286Z] 9f6122d2cb4f: Pushed [2020-10-20T22:04:06.583Z] 658046f67ddd: Pushed [2020-10-20T22:04:06.583Z] eacfbb1421e1: Pushed [2020-10-20T22:04:06.857Z] 6e09d9bc580e: Pushed [2020-10-20T22:04:06.857Z] e452d542e534: Pushed [2020-10-20T22:04:06.857Z] 66b385cf80cf: Layer already exists [2020-10-20T22:04:07.457Z] c77af4be2bb3: Pushed [2020-10-20T22:04:08.435Z] de95959b87ea: Pushed [2020-10-20T22:04:08.435Z] ee4bada49fb7: Pushed [2020-10-20T22:04:08.706Z] 5efd10d98170: Pushed [2020-10-20T22:04:08.978Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:99121082c4f2ae9a272fa07e0b6f61c01be4174f9061d7f787ace820a31f7496 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:09.331Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:09.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:09.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T22:04:09.677Z] 9f6122d2cb4f: Preparing [2020-10-20T22:04:09.677Z] 507336ccb86c: Preparing [2020-10-20T22:04:09.677Z] de95959b87ea: Preparing [2020-10-20T22:04:09.677Z] 5efd10d98170: Preparing [2020-10-20T22:04:09.677Z] ee4bada49fb7: Preparing [2020-10-20T22:04:09.677Z] 658046f67ddd: Preparing [2020-10-20T22:04:09.677Z] eacfbb1421e1: Preparing [2020-10-20T22:04:09.677Z] 6e09d9bc580e: Preparing [2020-10-20T22:04:09.677Z] e452d542e534: Preparing [2020-10-20T22:04:09.677Z] c77af4be2bb3: Preparing [2020-10-20T22:04:09.677Z] 66b385cf80cf: Preparing [2020-10-20T22:04:09.677Z] 6e09d9bc580e: Waiting [2020-10-20T22:04:09.677Z] e452d542e534: Waiting [2020-10-20T22:04:09.677Z] 658046f67ddd: Waiting [2020-10-20T22:04:09.677Z] eacfbb1421e1: Waiting [2020-10-20T22:04:09.677Z] c77af4be2bb3: Waiting [2020-10-20T22:04:09.677Z] 66b385cf80cf: Waiting [2020-10-20T22:04:09.677Z] ee4bada49fb7: Layer already exists [2020-10-20T22:04:09.677Z] 507336ccb86c: Layer already exists [2020-10-20T22:04:09.677Z] de95959b87ea: Layer already exists [2020-10-20T22:04:09.677Z] 5efd10d98170: Layer already exists [2020-10-20T22:04:09.677Z] 9f6122d2cb4f: Layer already exists [2020-10-20T22:04:09.948Z] eacfbb1421e1: Layer already exists [2020-10-20T22:04:09.948Z] 6e09d9bc580e: Layer already exists [2020-10-20T22:04:09.948Z] 658046f67ddd: Layer already exists [2020-10-20T22:04:09.948Z] e452d542e534: Layer already exists [2020-10-20T22:04:09.948Z] c77af4be2bb3: Layer already exists [2020-10-20T22:04:09.948Z] 66b385cf80cf: Layer already exists [2020-10-20T22:04:09.948Z] 1.2.2-dev.85: digest: sha256:99121082c4f2ae9a272fa07e0b6f61c01be4174f9061d7f787ace820a31f7496 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:10.289Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:10.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:10.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T22:04:10.667Z] 9f6122d2cb4f: Preparing [2020-10-20T22:04:10.667Z] 507336ccb86c: Preparing [2020-10-20T22:04:10.667Z] de95959b87ea: Preparing [2020-10-20T22:04:10.667Z] 5efd10d98170: Preparing [2020-10-20T22:04:10.667Z] ee4bada49fb7: Preparing [2020-10-20T22:04:10.667Z] 658046f67ddd: Preparing [2020-10-20T22:04:10.667Z] eacfbb1421e1: Preparing [2020-10-20T22:04:10.667Z] 6e09d9bc580e: Preparing [2020-10-20T22:04:10.667Z] e452d542e534: Preparing [2020-10-20T22:04:10.667Z] c77af4be2bb3: Preparing [2020-10-20T22:04:10.667Z] 66b385cf80cf: Preparing [2020-10-20T22:04:10.667Z] eacfbb1421e1: Waiting [2020-10-20T22:04:10.667Z] 6e09d9bc580e: Waiting [2020-10-20T22:04:10.667Z] e452d542e534: Waiting [2020-10-20T22:04:10.667Z] c77af4be2bb3: Waiting [2020-10-20T22:04:10.667Z] 66b385cf80cf: Waiting [2020-10-20T22:04:10.667Z] 658046f67ddd: Waiting [2020-10-20T22:04:10.667Z] 9f6122d2cb4f: Layer already exists [2020-10-20T22:04:10.938Z] 5efd10d98170: Layer already exists [2020-10-20T22:04:10.938Z] de95959b87ea: Layer already exists [2020-10-20T22:04:10.938Z] ee4bada49fb7: Layer already exists [2020-10-20T22:04:10.938Z] 507336ccb86c: Layer already exists [2020-10-20T22:04:10.938Z] 658046f67ddd: Layer already exists [2020-10-20T22:04:10.938Z] 6e09d9bc580e: Layer already exists [2020-10-20T22:04:10.938Z] c77af4be2bb3: Layer already exists [2020-10-20T22:04:10.938Z] eacfbb1421e1: Layer already exists [2020-10-20T22:04:10.938Z] e452d542e534: Layer already exists [2020-10-20T22:04:10.938Z] 66b385cf80cf: Layer already exists [2020-10-20T22:04:10.938Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:99121082c4f2ae9a272fa07e0b6f61c01be4174f9061d7f787ace820a31f7496 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:11.289Z] + 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-20T22:04:11.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-20T22:04:11.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T22:04:11.633Z] 9f6122d2cb4f: Preparing [2020-10-20T22:04:11.633Z] 507336ccb86c: Preparing [2020-10-20T22:04:11.633Z] de95959b87ea: Preparing [2020-10-20T22:04:11.633Z] 5efd10d98170: Preparing [2020-10-20T22:04:11.633Z] ee4bada49fb7: Preparing [2020-10-20T22:04:11.633Z] 658046f67ddd: Preparing [2020-10-20T22:04:11.633Z] eacfbb1421e1: Preparing [2020-10-20T22:04:11.633Z] 6e09d9bc580e: Preparing [2020-10-20T22:04:11.633Z] e452d542e534: Preparing [2020-10-20T22:04:11.633Z] c77af4be2bb3: Preparing [2020-10-20T22:04:11.633Z] 66b385cf80cf: Preparing [2020-10-20T22:04:11.633Z] 658046f67ddd: Waiting [2020-10-20T22:04:11.633Z] eacfbb1421e1: Waiting [2020-10-20T22:04:11.633Z] 6e09d9bc580e: Waiting [2020-10-20T22:04:11.633Z] e452d542e534: Waiting [2020-10-20T22:04:11.633Z] c77af4be2bb3: Waiting [2020-10-20T22:04:11.633Z] 66b385cf80cf: Waiting [2020-10-20T22:04:11.633Z] 9f6122d2cb4f: Layer already exists [2020-10-20T22:04:11.633Z] de95959b87ea: Layer already exists [2020-10-20T22:04:11.633Z] 5efd10d98170: Layer already exists [2020-10-20T22:04:11.633Z] ee4bada49fb7: Layer already exists [2020-10-20T22:04:11.633Z] 507336ccb86c: Layer already exists [2020-10-20T22:04:11.633Z] 658046f67ddd: Layer already exists [2020-10-20T22:04:11.633Z] 6e09d9bc580e: Layer already exists [2020-10-20T22:04:11.906Z] e452d542e534: Layer already exists [2020-10-20T22:04:11.906Z] c77af4be2bb3: Layer already exists [2020-10-20T22:04:11.906Z] eacfbb1421e1: Layer already exists [2020-10-20T22:04:11.906Z] 66b385cf80cf: Layer already exists [2020-10-20T22:04:11.906Z] master: digest: sha256:99121082c4f2ae9a272fa07e0b6f61c01be4174f9061d7f787ace820a31f7496 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:04:12.217Z] ===================================================== [Pipeline] echo [2020-10-20T22:04:12.274Z] taggedImages: [2020-10-20T22:04:12.274Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:12.274Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:12.274Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:12.274Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-20T22:04:12.350Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-20T22:04:12.350Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:12.350Z] 1.2.2-dev.85 [2020-10-20T22:04:12.350Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:12.350Z] master [2020-10-20T22:04:12.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:12.950Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:13.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:13.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T22:04:13.286Z] 8d0ee7477e40: Preparing [2020-10-20T22:04:13.286Z] 7c64210475c2: Preparing [2020-10-20T22:04:13.286Z] 515b78a7dec1: Preparing [2020-10-20T22:04:13.286Z] 2186f42b0d5e: Preparing [2020-10-20T22:04:13.561Z] 8d0ee7477e40: Pushed [2020-10-20T22:04:13.561Z] 515b78a7dec1: Pushed [2020-10-20T22:04:13.835Z] 2186f42b0d5e: Pushed [2020-10-20T22:04:15.807Z] 7c64210475c2: Pushed [2020-10-20T22:04:16.079Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:95b456b0d5dda59f810b9fcaeef15d5513da57998643e59731c380401d09c516 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:16.426Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:16.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:16.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T22:04:16.757Z] 8d0ee7477e40: Preparing [2020-10-20T22:04:16.757Z] 7c64210475c2: Preparing [2020-10-20T22:04:16.757Z] 515b78a7dec1: Preparing [2020-10-20T22:04:16.757Z] 2186f42b0d5e: Preparing [2020-10-20T22:04:16.757Z] 7c64210475c2: Layer already exists [2020-10-20T22:04:16.757Z] 8d0ee7477e40: Layer already exists [2020-10-20T22:04:16.757Z] 515b78a7dec1: Layer already exists [2020-10-20T22:04:16.757Z] 2186f42b0d5e: Layer already exists [2020-10-20T22:04:17.029Z] 1.2.2-dev.85: digest: sha256:95b456b0d5dda59f810b9fcaeef15d5513da57998643e59731c380401d09c516 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:17.371Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:17.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:17.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T22:04:17.711Z] 8d0ee7477e40: Preparing [2020-10-20T22:04:17.711Z] 7c64210475c2: Preparing [2020-10-20T22:04:17.711Z] 515b78a7dec1: Preparing [2020-10-20T22:04:17.711Z] 2186f42b0d5e: Preparing [2020-10-20T22:04:17.985Z] 7c64210475c2: Layer already exists [2020-10-20T22:04:17.985Z] 2186f42b0d5e: Layer already exists [2020-10-20T22:04:17.985Z] 8d0ee7477e40: Layer already exists [2020-10-20T22:04:17.985Z] 515b78a7dec1: Layer already exists [2020-10-20T22:04:17.985Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:95b456b0d5dda59f810b9fcaeef15d5513da57998643e59731c380401d09c516 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:18.337Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:18.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-20T22:04:18.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T22:04:18.678Z] 8d0ee7477e40: Preparing [2020-10-20T22:04:18.678Z] 7c64210475c2: Preparing [2020-10-20T22:04:18.678Z] 515b78a7dec1: Preparing [2020-10-20T22:04:18.678Z] 2186f42b0d5e: Preparing [2020-10-20T22:04:18.960Z] 515b78a7dec1: Layer already exists [2020-10-20T22:04:18.960Z] 2186f42b0d5e: Layer already exists [2020-10-20T22:04:18.960Z] 8d0ee7477e40: Layer already exists [2020-10-20T22:04:18.960Z] 7c64210475c2: Layer already exists [2020-10-20T22:04:18.960Z] master: digest: sha256:95b456b0d5dda59f810b9fcaeef15d5513da57998643e59731c380401d09c516 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:04:19.200Z] ===================================================== [Pipeline] echo [2020-10-20T22:04:19.256Z] taggedImages: [2020-10-20T22:04:19.256Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:19.256Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:19.256Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:19.256Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-20T22:04:19.362Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-20T22:04:19.362Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:19.362Z] 1.2.2-dev.85 [2020-10-20T22:04:19.362Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:19.362Z] master [2020-10-20T22:04:19.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:19.918Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:20.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:20.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T22:04:20.257Z] 167d25210a87: Preparing [2020-10-20T22:04:20.257Z] 37dae0a49e39: Preparing [2020-10-20T22:04:20.257Z] a0e035be086b: Preparing [2020-10-20T22:04:20.257Z] 887681e0852c: Preparing [2020-10-20T22:04:20.257Z] 5292787f79ec: Preparing [2020-10-20T22:04:20.257Z] 01a1e2e61268: Preparing [2020-10-20T22:04:20.257Z] 01a1e2e61268: Waiting [2020-10-20T22:04:20.550Z] a0e035be086b: Pushed [2020-10-20T22:04:20.550Z] 167d25210a87: Pushed [2020-10-20T22:04:20.550Z] 5292787f79ec: Pushed [2020-10-20T22:04:20.550Z] 887681e0852c: Pushed [2020-10-20T22:04:21.140Z] 01a1e2e61268: Pushed [2020-10-20T22:04:23.761Z] 37dae0a49e39: Pushed [2020-10-20T22:04:23.761Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:871b0479a5ad62e6b364bc5f6ca0842426530c476088b3d2d9ae48424646b78c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:24.108Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:24.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:24.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T22:04:24.450Z] 167d25210a87: Preparing [2020-10-20T22:04:24.450Z] 37dae0a49e39: Preparing [2020-10-20T22:04:24.450Z] a0e035be086b: Preparing [2020-10-20T22:04:24.450Z] 887681e0852c: Preparing [2020-10-20T22:04:24.450Z] 5292787f79ec: Preparing [2020-10-20T22:04:24.450Z] 01a1e2e61268: Preparing [2020-10-20T22:04:24.450Z] 01a1e2e61268: Waiting [2020-10-20T22:04:24.450Z] a0e035be086b: Layer already exists [2020-10-20T22:04:24.450Z] 37dae0a49e39: Layer already exists [2020-10-20T22:04:24.450Z] 887681e0852c: Layer already exists [2020-10-20T22:04:24.450Z] 167d25210a87: Layer already exists [2020-10-20T22:04:24.450Z] 5292787f79ec: Layer already exists [2020-10-20T22:04:24.450Z] 01a1e2e61268: Layer already exists [2020-10-20T22:04:24.720Z] 1.2.2-dev.85: digest: sha256:871b0479a5ad62e6b364bc5f6ca0842426530c476088b3d2d9ae48424646b78c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:25.074Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:25.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:25.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T22:04:25.433Z] 167d25210a87: Preparing [2020-10-20T22:04:25.433Z] 37dae0a49e39: Preparing [2020-10-20T22:04:25.433Z] a0e035be086b: Preparing [2020-10-20T22:04:25.433Z] 887681e0852c: Preparing [2020-10-20T22:04:25.433Z] 5292787f79ec: Preparing [2020-10-20T22:04:25.433Z] 01a1e2e61268: Preparing [2020-10-20T22:04:25.433Z] 01a1e2e61268: Waiting [2020-10-20T22:04:25.433Z] 37dae0a49e39: Layer already exists [2020-10-20T22:04:25.433Z] 887681e0852c: Layer already exists [2020-10-20T22:04:25.433Z] a0e035be086b: Layer already exists [2020-10-20T22:04:25.433Z] 167d25210a87: Layer already exists [2020-10-20T22:04:25.433Z] 5292787f79ec: Layer already exists [2020-10-20T22:04:25.433Z] 01a1e2e61268: Layer already exists [2020-10-20T22:04:25.703Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:871b0479a5ad62e6b364bc5f6ca0842426530c476088b3d2d9ae48424646b78c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:26.051Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:26.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-20T22:04:26.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T22:04:26.395Z] 167d25210a87: Preparing [2020-10-20T22:04:26.395Z] 37dae0a49e39: Preparing [2020-10-20T22:04:26.395Z] a0e035be086b: Preparing [2020-10-20T22:04:26.395Z] 887681e0852c: Preparing [2020-10-20T22:04:26.395Z] 5292787f79ec: Preparing [2020-10-20T22:04:26.395Z] 01a1e2e61268: Preparing [2020-10-20T22:04:26.395Z] 01a1e2e61268: Waiting [2020-10-20T22:04:26.395Z] 887681e0852c: Layer already exists [2020-10-20T22:04:26.395Z] 5292787f79ec: Layer already exists [2020-10-20T22:04:26.395Z] 167d25210a87: Layer already exists [2020-10-20T22:04:26.395Z] 37dae0a49e39: Layer already exists [2020-10-20T22:04:26.395Z] a0e035be086b: Layer already exists [2020-10-20T22:04:26.395Z] 01a1e2e61268: Layer already exists [2020-10-20T22:04:26.666Z] master: digest: sha256:871b0479a5ad62e6b364bc5f6ca0842426530c476088b3d2d9ae48424646b78c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:04:26.890Z] ===================================================== [Pipeline] echo [2020-10-20T22:04:26.944Z] taggedImages: [2020-10-20T22:04:26.944Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:26.944Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:26.944Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:26.944Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-20T22:04:27.020Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-20T22:04:27.020Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:27.020Z] 1.2.2-dev.85 [2020-10-20T22:04:27.020Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:27.020Z] master [2020-10-20T22:04:27.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:27.555Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:27.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:27.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T22:04:27.949Z] 3d4cdba6970b: Preparing [2020-10-20T22:04:27.949Z] b10cc6d1e7a2: Preparing [2020-10-20T22:04:27.949Z] db4380b3a298: Preparing [2020-10-20T22:04:28.233Z] db4380b3a298: Pushed [2020-10-20T22:04:28.233Z] 3d4cdba6970b: Pushed [2020-10-20T22:04:30.887Z] b10cc6d1e7a2: Pushed [2020-10-20T22:04:31.160Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:dbbe6e29be5be2540dd9ab61fc6628d22b03f10a58cb3eafd7ce170da41c5365 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:31.547Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:31.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:31.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T22:04:31.887Z] 3d4cdba6970b: Preparing [2020-10-20T22:04:31.888Z] b10cc6d1e7a2: Preparing [2020-10-20T22:04:31.888Z] db4380b3a298: Preparing [2020-10-20T22:04:32.157Z] 3d4cdba6970b: Layer already exists [2020-10-20T22:04:32.157Z] b10cc6d1e7a2: Layer already exists [2020-10-20T22:04:32.157Z] db4380b3a298: Layer already exists [2020-10-20T22:04:32.157Z] 1.2.2-dev.85: digest: sha256:dbbe6e29be5be2540dd9ab61fc6628d22b03f10a58cb3eafd7ce170da41c5365 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:32.500Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:32.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:32.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T22:04:32.831Z] 3d4cdba6970b: Preparing [2020-10-20T22:04:32.831Z] b10cc6d1e7a2: Preparing [2020-10-20T22:04:32.831Z] db4380b3a298: Preparing [2020-10-20T22:04:32.831Z] 3d4cdba6970b: Layer already exists [2020-10-20T22:04:32.831Z] b10cc6d1e7a2: Layer already exists [2020-10-20T22:04:32.831Z] db4380b3a298: Layer already exists [2020-10-20T22:04:33.105Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:dbbe6e29be5be2540dd9ab61fc6628d22b03f10a58cb3eafd7ce170da41c5365 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:33.461Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:33.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-20T22:04:33.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T22:04:33.804Z] 3d4cdba6970b: Preparing [2020-10-20T22:04:33.804Z] b10cc6d1e7a2: Preparing [2020-10-20T22:04:33.804Z] db4380b3a298: Preparing [2020-10-20T22:04:33.804Z] b10cc6d1e7a2: Layer already exists [2020-10-20T22:04:33.804Z] 3d4cdba6970b: Layer already exists [2020-10-20T22:04:33.804Z] db4380b3a298: Layer already exists [2020-10-20T22:04:34.075Z] master: digest: sha256:dbbe6e29be5be2540dd9ab61fc6628d22b03f10a58cb3eafd7ce170da41c5365 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:04:34.274Z] ===================================================== [Pipeline] echo [2020-10-20T22:04:34.326Z] taggedImages: [2020-10-20T22:04:34.326Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:34.326Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.85 [2020-10-20T22:04:34.326Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:34.326Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-20T22:04:34.393Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-20T22:04:34.393Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:34.393Z] 1.2.2-dev.85 [2020-10-20T22:04:34.393Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:04:34.393Z] master [2020-10-20T22:04:34.393Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:34.948Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:04:35.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:04:35.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T22:04:35.280Z] 97112f3817c6: Preparing [2020-10-20T22:04:35.280Z] 14bde4080023: Preparing [2020-10-20T22:04:35.280Z] b95f0ad0631e: Preparing [2020-10-20T22:04:35.280Z] 82733d8ad063: Preparing [2020-10-20T22:04:35.280Z] ec1154cebe2d: Preparing [2020-10-20T22:04:35.280Z] c2ac308070dc: Preparing [2020-10-20T22:04:35.280Z] 34a20516b0c4: Preparing [2020-10-20T22:04:35.280Z] 557af59c387e: Preparing [2020-10-20T22:04:35.280Z] c2ac308070dc: Waiting [2020-10-20T22:04:35.280Z] 34a20516b0c4: Waiting [2020-10-20T22:04:35.280Z] a199b69589d0: Preparing [2020-10-20T22:04:35.280Z] 557af59c387e: Waiting [2020-10-20T22:04:35.280Z] e59238544055: Preparing [2020-10-20T22:04:35.280Z] a199b69589d0: Waiting [2020-10-20T22:04:35.280Z] e28dc9b7b7f1: Preparing [2020-10-20T22:04:35.280Z] 94fdc660876c: Preparing [2020-10-20T22:04:35.280Z] e59238544055: Waiting [2020-10-20T22:04:35.280Z] 4e7279dfc0c0: Preparing [2020-10-20T22:04:35.280Z] e2f13739ad41: Preparing [2020-10-20T22:04:35.280Z] e28dc9b7b7f1: Waiting [2020-10-20T22:04:35.280Z] 94fdc660876c: Waiting [2020-10-20T22:04:35.280Z] 4e7279dfc0c0: Waiting [2020-10-20T22:04:35.280Z] e2f13739ad41: Waiting [2020-10-20T22:04:35.888Z] ec1154cebe2d: Pushed [2020-10-20T22:04:35.888Z] 97112f3817c6: Pushed [2020-10-20T22:04:36.493Z] 82733d8ad063: Pushed [2020-10-20T22:04:36.769Z] 34a20516b0c4: Pushed [2020-10-20T22:04:36.769Z] 557af59c387e: Pushed [2020-10-20T22:04:37.046Z] a199b69589d0: Pushed [2020-10-20T22:04:37.046Z] e59238544055: Pushed [2020-10-20T22:04:37.046Z] 94fdc660876c: Layer already exists [2020-10-20T22:04:37.319Z] 4e7279dfc0c0: Layer already exists [2020-10-20T22:04:37.319Z] e2f13739ad41: Layer already exists [2020-10-20T22:04:37.319Z] 14bde4080023: Pushed [2020-10-20T22:04:38.302Z] c2ac308070dc: Pushed [2020-10-20T22:04:48.452Z] b95f0ad0631e: Pushed [2020-10-20T22:05:15.257Z] e28dc9b7b7f1: Pushed [2020-10-20T22:05:15.257Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92: digest: sha256:69632389237c83d7c8a373a99d4eb4b99547716b4290aff57d97acaba56f0522 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:05:15.598Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:05:15.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.85 [2020-10-20T22:05:15.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T22:05:15.932Z] 97112f3817c6: Preparing [2020-10-20T22:05:15.932Z] 14bde4080023: Preparing [2020-10-20T22:05:15.932Z] b95f0ad0631e: Preparing [2020-10-20T22:05:15.932Z] 82733d8ad063: Preparing [2020-10-20T22:05:15.932Z] ec1154cebe2d: Preparing [2020-10-20T22:05:15.932Z] c2ac308070dc: Preparing [2020-10-20T22:05:15.932Z] 34a20516b0c4: Preparing [2020-10-20T22:05:15.932Z] 557af59c387e: Preparing [2020-10-20T22:05:15.932Z] a199b69589d0: Preparing [2020-10-20T22:05:15.932Z] e59238544055: Preparing [2020-10-20T22:05:15.932Z] e28dc9b7b7f1: Preparing [2020-10-20T22:05:15.932Z] 94fdc660876c: Preparing [2020-10-20T22:05:15.932Z] 4e7279dfc0c0: Preparing [2020-10-20T22:05:15.932Z] e2f13739ad41: Preparing [2020-10-20T22:05:15.932Z] e59238544055: Waiting [2020-10-20T22:05:15.932Z] e28dc9b7b7f1: Waiting [2020-10-20T22:05:15.932Z] 94fdc660876c: Waiting [2020-10-20T22:05:15.932Z] 4e7279dfc0c0: Waiting [2020-10-20T22:05:15.932Z] e2f13739ad41: Waiting [2020-10-20T22:05:15.932Z] 34a20516b0c4: Waiting [2020-10-20T22:05:15.932Z] 557af59c387e: Waiting [2020-10-20T22:05:15.932Z] a199b69589d0: Waiting [2020-10-20T22:05:16.203Z] 82733d8ad063: Layer already exists [2020-10-20T22:05:16.203Z] 14bde4080023: Layer already exists [2020-10-20T22:05:16.203Z] ec1154cebe2d: Layer already exists [2020-10-20T22:05:16.203Z] 97112f3817c6: Layer already exists [2020-10-20T22:05:16.203Z] b95f0ad0631e: Layer already exists [2020-10-20T22:05:16.203Z] 34a20516b0c4: Layer already exists [2020-10-20T22:05:16.203Z] 557af59c387e: Layer already exists [2020-10-20T22:05:16.203Z] c2ac308070dc: Layer already exists [2020-10-20T22:05:16.203Z] a199b69589d0: Layer already exists [2020-10-20T22:05:16.203Z] e59238544055: Layer already exists [2020-10-20T22:05:16.203Z] e28dc9b7b7f1: Layer already exists [2020-10-20T22:05:16.203Z] e2f13739ad41: Layer already exists [2020-10-20T22:05:16.203Z] 4e7279dfc0c0: Layer already exists [2020-10-20T22:05:16.203Z] 94fdc660876c: Layer already exists [2020-10-20T22:05:16.203Z] 1.2.2-dev.85: digest: sha256:69632389237c83d7c8a373a99d4eb4b99547716b4290aff57d97acaba56f0522 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:05:16.550Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:05:16.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:05:16.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T22:05:16.892Z] 97112f3817c6: Preparing [2020-10-20T22:05:16.892Z] 14bde4080023: Preparing [2020-10-20T22:05:16.892Z] b95f0ad0631e: Preparing [2020-10-20T22:05:16.892Z] 82733d8ad063: Preparing [2020-10-20T22:05:16.892Z] ec1154cebe2d: Preparing [2020-10-20T22:05:16.892Z] c2ac308070dc: Preparing [2020-10-20T22:05:16.892Z] 34a20516b0c4: Preparing [2020-10-20T22:05:16.892Z] 557af59c387e: Preparing [2020-10-20T22:05:16.892Z] a199b69589d0: Preparing [2020-10-20T22:05:16.892Z] e59238544055: Preparing [2020-10-20T22:05:16.892Z] e28dc9b7b7f1: Preparing [2020-10-20T22:05:16.892Z] 94fdc660876c: Preparing [2020-10-20T22:05:16.892Z] 4e7279dfc0c0: Preparing [2020-10-20T22:05:16.892Z] e2f13739ad41: Preparing [2020-10-20T22:05:16.892Z] a199b69589d0: Waiting [2020-10-20T22:05:16.892Z] 34a20516b0c4: Waiting [2020-10-20T22:05:16.892Z] e59238544055: Waiting [2020-10-20T22:05:16.892Z] e28dc9b7b7f1: Waiting [2020-10-20T22:05:16.892Z] 94fdc660876c: Waiting [2020-10-20T22:05:16.892Z] c2ac308070dc: Waiting [2020-10-20T22:05:16.892Z] 557af59c387e: Waiting [2020-10-20T22:05:16.892Z] e2f13739ad41: Waiting [2020-10-20T22:05:17.164Z] 97112f3817c6: Layer already exists [2020-10-20T22:05:17.164Z] b95f0ad0631e: Layer already exists [2020-10-20T22:05:17.164Z] 14bde4080023: Layer already exists [2020-10-20T22:05:17.164Z] 82733d8ad063: Layer already exists [2020-10-20T22:05:17.164Z] ec1154cebe2d: Layer already exists [2020-10-20T22:05:17.164Z] c2ac308070dc: Layer already exists [2020-10-20T22:05:17.164Z] 34a20516b0c4: Layer already exists [2020-10-20T22:05:17.164Z] 557af59c387e: Layer already exists [2020-10-20T22:05:17.164Z] a199b69589d0: Layer already exists [2020-10-20T22:05:17.164Z] e59238544055: Layer already exists [2020-10-20T22:05:17.164Z] e28dc9b7b7f1: Layer already exists [2020-10-20T22:05:17.164Z] 94fdc660876c: Layer already exists [2020-10-20T22:05:17.164Z] 4e7279dfc0c0: Layer already exists [2020-10-20T22:05:17.164Z] e2f13739ad41: Layer already exists [2020-10-20T22:05:17.164Z] 07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85: digest: sha256:69632389237c83d7c8a373a99d4eb4b99547716b4290aff57d97acaba56f0522 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:05:17.502Z] + 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-20T22:05:17.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-20T22:05:17.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T22:05:17.838Z] 97112f3817c6: Preparing [2020-10-20T22:05:17.838Z] 14bde4080023: Preparing [2020-10-20T22:05:17.838Z] b95f0ad0631e: Preparing [2020-10-20T22:05:17.838Z] 82733d8ad063: Preparing [2020-10-20T22:05:17.838Z] ec1154cebe2d: Preparing [2020-10-20T22:05:17.838Z] c2ac308070dc: Preparing [2020-10-20T22:05:17.838Z] 34a20516b0c4: Preparing [2020-10-20T22:05:17.838Z] 557af59c387e: Preparing [2020-10-20T22:05:17.838Z] a199b69589d0: Preparing [2020-10-20T22:05:17.838Z] e59238544055: Preparing [2020-10-20T22:05:17.838Z] e28dc9b7b7f1: Preparing [2020-10-20T22:05:17.838Z] 94fdc660876c: Preparing [2020-10-20T22:05:17.838Z] 4e7279dfc0c0: Preparing [2020-10-20T22:05:17.838Z] e2f13739ad41: Preparing [2020-10-20T22:05:17.838Z] c2ac308070dc: Waiting [2020-10-20T22:05:17.838Z] e28dc9b7b7f1: Waiting [2020-10-20T22:05:17.838Z] 94fdc660876c: Waiting [2020-10-20T22:05:17.838Z] 34a20516b0c4: Waiting [2020-10-20T22:05:17.838Z] 557af59c387e: Waiting [2020-10-20T22:05:17.838Z] a199b69589d0: Waiting [2020-10-20T22:05:17.838Z] e59238544055: Waiting [2020-10-20T22:05:17.838Z] e2f13739ad41: Waiting [2020-10-20T22:05:17.838Z] 4e7279dfc0c0: Waiting [2020-10-20T22:05:18.108Z] 82733d8ad063: Layer already exists [2020-10-20T22:05:18.108Z] b95f0ad0631e: Layer already exists [2020-10-20T22:05:18.108Z] ec1154cebe2d: Layer already exists [2020-10-20T22:05:18.108Z] 97112f3817c6: Layer already exists [2020-10-20T22:05:18.108Z] 14bde4080023: Layer already exists [2020-10-20T22:05:18.108Z] c2ac308070dc: Layer already exists [2020-10-20T22:05:18.108Z] a199b69589d0: Layer already exists [2020-10-20T22:05:18.108Z] 34a20516b0c4: Layer already exists [2020-10-20T22:05:18.108Z] e59238544055: Layer already exists [2020-10-20T22:05:18.108Z] 557af59c387e: Layer already exists [2020-10-20T22:05:18.108Z] 94fdc660876c: Layer already exists [2020-10-20T22:05:18.108Z] 4e7279dfc0c0: Layer already exists [2020-10-20T22:05:18.108Z] e28dc9b7b7f1: Layer already exists [2020-10-20T22:05:18.108Z] e2f13739ad41: Layer already exists [2020-10-20T22:05:18.108Z] master: digest: sha256:69632389237c83d7c8a373a99d4eb4b99547716b4290aff57d97acaba56f0522 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T22:05:18.314Z] ===================================================== [Pipeline] echo [2020-10-20T22:05:18.378Z] taggedImages: [2020-10-20T22:05:18.378Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:05:18.378Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.85 [2020-10-20T22:05:18.378Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92-1.2.2-dev.85 [2020-10-20T22:05:18.378Z] - 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-20T22:05:20.118Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T22:05:20.120Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T22:05:20.178Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:05:20.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T22:05:20.577Z] [2020-10-20T22:05:20.577Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:05:20.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T22:05:20.938Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T22:05:20.938Z] cbdbe7a5bc2a: Already exists [2020-10-20T22:05:20.938Z] 408f87550127: Pulling fs layer [2020-10-20T22:05:20.938Z] fe522b08c979: Pulling fs layer [2020-10-20T22:05:20.938Z] 221eaa008020: Pulling fs layer [2020-10-20T22:05:20.938Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T22:05:20.938Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T22:05:20.938Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T22:05:20.938Z] 23e8b3b47431: Pulling fs layer [2020-10-20T22:05:20.938Z] 5c568d65a230: Pulling fs layer [2020-10-20T22:05:20.938Z] e5c8dbe1645b: Waiting [2020-10-20T22:05:20.938Z] 2a4607e5d6b9: Waiting [2020-10-20T22:05:20.938Z] 8f79b27c4fd2: Waiting [2020-10-20T22:05:20.938Z] 23e8b3b47431: Waiting [2020-10-20T22:05:20.938Z] 5c568d65a230: Waiting [2020-10-20T22:05:20.938Z] fe522b08c979: Verifying Checksum [2020-10-20T22:05:20.938Z] fe522b08c979: Download complete [2020-10-20T22:05:20.938Z] 408f87550127: Download complete [2020-10-20T22:05:20.938Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T22:05:20.938Z] 2a4607e5d6b9: Download complete [2020-10-20T22:05:20.938Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T22:05:20.938Z] 8f79b27c4fd2: Download complete [2020-10-20T22:05:21.202Z] 408f87550127: Pull complete [2020-10-20T22:05:21.463Z] fe522b08c979: Pull complete [2020-10-20T22:05:22.857Z] e5c8dbe1645b: Download complete [2020-10-20T22:05:23.808Z] 5c568d65a230: Verifying Checksum [2020-10-20T22:05:23.808Z] 5c568d65a230: Download complete [2020-10-20T22:05:23.808Z] 23e8b3b47431: Verifying Checksum [2020-10-20T22:05:23.808Z] 23e8b3b47431: Download complete [2020-10-20T22:05:25.201Z] 221eaa008020: Verifying Checksum [2020-10-20T22:05:25.201Z] 221eaa008020: Download complete [2020-10-20T22:05:30.523Z] 221eaa008020: Pull complete [2020-10-20T22:05:30.783Z] 2a4607e5d6b9: Pull complete [2020-10-20T22:05:30.783Z] 8f79b27c4fd2: Pull complete [2020-10-20T22:05:34.091Z] e5c8dbe1645b: Pull complete [2020-10-20T22:05:38.324Z] 23e8b3b47431: Pull complete [2020-10-20T22:05:40.243Z] 5c568d65a230: Pull complete [2020-10-20T22:05:40.243Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T22:05:40.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T22:05:40.243Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T22:05:40.397Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:05:40.462Z] $ 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/201:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:05:41.847Z] $ docker top 8f4a45f4d6433beda7f3a999fafbe543988f34d6e009295d1f437e9d1d4721bf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T22:05:42.388Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T22:05:57.312Z] [2020-10-20T22:05:57.312Z] Monitoring /w/workspace/edgex-go/201 (github.com/edgexfoundry/edgex-go)... [2020-10-20T22:05:57.312Z] [2020-10-20T22:05:57.312Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e203d53f-be9f-420b-bcd2-857ff4f7c575 [2020-10-20T22:05:57.312Z] [2020-10-20T22:05:57.312Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T22:05:57.312Z] [2020-10-20T22:05:57.312Z] [2020-10-20T22:05:57.312Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T22:05:57.312Z] 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-20T22:05:57.312Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T22:05:57.312Z] [2020-10-20T22:05:57.312Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T22:05:57.312Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T22:05:57.312Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T22:05:57.312Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T22:05:57.330Z] $ docker stop --time=1 8f4a45f4d6433beda7f3a999fafbe543988f34d6e009295d1f437e9d1d4721bf [2020-10-20T22:06:00.119Z] $ docker rm -f 8f4a45f4d6433beda7f3a999fafbe543988f34d6e009295d1f437e9d1d4721bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:01.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:01.532Z] [2020-10-20T22:06:01.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:01.876Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:01.876Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-20T22:06:01.876Z] e7c96db7181b: Pulling fs layer [2020-10-20T22:06:01.876Z] 1868ca2cb446: Pulling fs layer [2020-10-20T22:06:01.876Z] 136be5d0fe8e: Pulling fs layer [2020-10-20T22:06:01.876Z] 894bfe63afcb: Pulling fs layer [2020-10-20T22:06:01.876Z] 894bfe63afcb: Waiting [2020-10-20T22:06:01.876Z] 1868ca2cb446: Verifying Checksum [2020-10-20T22:06:01.876Z] 1868ca2cb446: Download complete [2020-10-20T22:06:01.876Z] 136be5d0fe8e: Verifying Checksum [2020-10-20T22:06:01.876Z] 136be5d0fe8e: Download complete [2020-10-20T22:06:02.140Z] e7c96db7181b: Verifying Checksum [2020-10-20T22:06:02.140Z] e7c96db7181b: Download complete [2020-10-20T22:06:02.140Z] 894bfe63afcb: Verifying Checksum [2020-10-20T22:06:02.140Z] 894bfe63afcb: Download complete [2020-10-20T22:06:02.402Z] e7c96db7181b: Pull complete [2020-10-20T22:06:02.402Z] 1868ca2cb446: Pull complete [2020-10-20T22:06:02.669Z] 136be5d0fe8e: Pull complete [2020-10-20T22:06:02.930Z] 894bfe63afcb: Pull complete [2020-10-20T22:06:02.930Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-20T22:06:02.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:02.930Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-20T22:06:03.036Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:03.110Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:03.923Z] $ docker top f252946179c7c66711ef38e11c6cd33087262c5bba913803daf1c51ad3604913 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:04.491Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:06:04.491Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:07.254Z] $ docker stop --time=1 f252946179c7c66711ef38e11c6cd33087262c5bba913803daf1c51ad3604913 [2020-10-20T22:06:09.019Z] $ docker rm -f f252946179c7c66711ef38e11c6cd33087262c5bba913803daf1c51ad3604913 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:09.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:09.537Z] . [Pipeline] withDockerContainer [2020-10-20T22:06:09.661Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:09.712Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:10.392Z] $ docker top 2b4f5bf8f9efcc5eb4c05b936a73b19c2d38d895115607ac16b0caf77e4343d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:10.936Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:06:10.936Z] + tee [2020-10-20T22:06:10.936Z] clair timeout 1m0s [2020-10-20T22:06:10.936Z] docker timeout: 1m0s [2020-10-20T22:06:10.936Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:11.680Z] $ docker stop --time=1 2b4f5bf8f9efcc5eb4c05b936a73b19c2d38d895115607ac16b0caf77e4343d0 [2020-10-20T22:06:13.025Z] $ docker rm -f 2b4f5bf8f9efcc5eb4c05b936a73b19c2d38d895115607ac16b0caf77e4343d0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:06:13.505Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:06:13.524Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-core-command-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:06:13.595Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:14.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:14.042Z] . [Pipeline] withDockerContainer [2020-10-20T22:06:14.144Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:14.192Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:14.821Z] $ docker top 45777246f6284b72d8056c35f2fe0cb8c44ede9a2ecc01b2f9f5f29a74ee8c8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:15.341Z] + tee [2020-10-20T22:06:15.341Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:20.908Z] $ docker stop --time=1 45777246f6284b72d8056c35f2fe0cb8c44ede9a2ecc01b2f9f5f29a74ee8c8b [2020-10-20T22:06:22.260Z] $ docker rm -f 45777246f6284b72d8056c35f2fe0cb8c44ede9a2ecc01b2f9f5f29a74ee8c8b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:22.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:22.730Z] . [Pipeline] withDockerContainer [2020-10-20T22:06:22.831Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:22.881Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:23.456Z] $ docker top c6780fe0df4af9d4792fd1ec1005afd2b898d9e600b929a8ed14ee925d3b1371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:23.996Z] + + tee/klar [2020-10-20T22:06:23.996Z] nexus3.edgexfoundry.org:10004/docker-core-data-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:06:23.996Z] clair timeout 1m0s [2020-10-20T22:06:23.996Z] docker timeout: 1m0s [2020-10-20T22:06:23.996Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:25.083Z] $ docker stop --time=1 c6780fe0df4af9d4792fd1ec1005afd2b898d9e600b929a8ed14ee925d3b1371 [2020-10-20T22:06:26.421Z] $ docker rm -f c6780fe0df4af9d4792fd1ec1005afd2b898d9e600b929a8ed14ee925d3b1371 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:06:26.951Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:06:26.967Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-core-data-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:06:27.029Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:27.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:27.384Z] . [Pipeline] withDockerContainer [2020-10-20T22:06:27.500Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:27.562Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:28.191Z] $ docker top 37cb7188a26089b30db43cf5445a3184c2ab92b85b4ca606b57e574b62f4224e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:28.771Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:06:28.771Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:31.514Z] $ docker stop --time=1 37cb7188a26089b30db43cf5445a3184c2ab92b85b4ca606b57e574b62f4224e [2020-10-20T22:06:32.882Z] $ docker rm -f 37cb7188a26089b30db43cf5445a3184c2ab92b85b4ca606b57e574b62f4224e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:33.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:33.375Z] . [Pipeline] withDockerContainer [2020-10-20T22:06:33.475Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:33.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:34.152Z] $ docker top ffd7d659173c25e57bfbcabfe4095c70fa6faaf1ace97160e1161e332f5de013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:34.684Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:06:34.684Z] + tee [2020-10-20T22:06:34.684Z] clair timeout 1m0s [2020-10-20T22:06:34.684Z] docker timeout: 1m0s [2020-10-20T22:06:34.684Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:35.442Z] $ docker stop --time=1 ffd7d659173c25e57bfbcabfe4095c70fa6faaf1ace97160e1161e332f5de013 [2020-10-20T22:06:36.824Z] $ docker rm -f ffd7d659173c25e57bfbcabfe4095c70fa6faaf1ace97160e1161e332f5de013 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:06:37.331Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:06:37.346Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-core-metadata-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:06:37.404Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:37.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:37.752Z] . [Pipeline] withDockerContainer [2020-10-20T22:06:37.860Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:37.921Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:38.715Z] $ docker top 91b5a7f371a58456bec853c4716ffd8afdaa16e4bd6b6754fffdd02a44c05a38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:39.263Z] + tee [2020-10-20T22:06:39.263Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:43.861Z] $ docker stop --time=1 91b5a7f371a58456bec853c4716ffd8afdaa16e4bd6b6754fffdd02a44c05a38 [2020-10-20T22:06:45.224Z] $ docker rm -f 91b5a7f371a58456bec853c4716ffd8afdaa16e4bd6b6754fffdd02a44c05a38 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:45.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:45.711Z] . [Pipeline] withDockerContainer [2020-10-20T22:06:45.821Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:45.866Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:46.471Z] $ docker top 574cc9a2182e06b23cbee8b0c16a173cf088bc48ea7b78bb94fb64fc2772c5eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:47.042Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:06:47.042Z] + tee [2020-10-20T22:06:47.042Z] clair timeout 1m0s [2020-10-20T22:06:47.042Z] docker timeout: 1m0s [2020-10-20T22:06:47.042Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:48.176Z] $ docker stop --time=1 574cc9a2182e06b23cbee8b0c16a173cf088bc48ea7b78bb94fb64fc2772c5eb [2020-10-20T22:06:49.545Z] $ docker rm -f 574cc9a2182e06b23cbee8b0c16a173cf088bc48ea7b78bb94fb64fc2772c5eb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:06:50.039Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:06:50.052Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-security-proxy-setup-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:06:50.131Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:06:50.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:06:50.480Z] . [Pipeline] withDockerContainer [2020-10-20T22:06:50.577Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:06:50.627Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:06:51.251Z] $ docker top ab29f532ac635b3caa5bbd72862fd3205ed4be1bee086129c2613bf566bed371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:06:51.900Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:06:51.900Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:06:58.720Z] $ docker stop --time=1 ab29f532ac635b3caa5bbd72862fd3205ed4be1bee086129c2613bf566bed371 [2020-10-20T22:07:00.082Z] $ docker rm -f ab29f532ac635b3caa5bbd72862fd3205ed4be1bee086129c2613bf566bed371 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:00.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:00.777Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:00.883Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:00.939Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:01.596Z] $ docker top 99a39d10e2461b471eb982d90460b7f38e1b3aecf994b0bd29c64e6e676a03fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:02.113Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:02.114Z] + tee [2020-10-20T22:07:02.114Z] clair timeout 1m0s [2020-10-20T22:07:02.114Z] docker timeout: 1m0s [2020-10-20T22:07:02.114Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:03.632Z] $ docker stop --time=1 99a39d10e2461b471eb982d90460b7f38e1b3aecf994b0bd29c64e6e676a03fd [2020-10-20T22:07:04.973Z] $ docker rm -f 99a39d10e2461b471eb982d90460b7f38e1b3aecf994b0bd29c64e6e676a03fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:07:05.448Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:07:05.461Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-security-secrets-setup-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:07:05.515Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:05.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:05.858Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:05.961Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:06.015Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:06.618Z] $ docker top 7411e3107b1e8d83601b5b1898c86e029488c44e323717ce308cbf0948abca77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:07.176Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:07.176Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:15.552Z] $ docker stop --time=1 7411e3107b1e8d83601b5b1898c86e029488c44e323717ce308cbf0948abca77 [2020-10-20T22:07:16.891Z] $ docker rm -f 7411e3107b1e8d83601b5b1898c86e029488c44e323717ce308cbf0948abca77 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:17.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:17.383Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:17.498Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:17.559Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:18.198Z] $ docker top 092baecf81a9c6848469d07b3d75eb7dcd0fb86aef27c3bc6cd112656e570670 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:18.736Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:18.736Z] + tee [2020-10-20T22:07:18.736Z] clair timeout 1m0s [2020-10-20T22:07:18.736Z] docker timeout: 1m0s [2020-10-20T22:07:18.736Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:20.264Z] $ docker stop --time=1 092baecf81a9c6848469d07b3d75eb7dcd0fb86aef27c3bc6cd112656e570670 [2020-10-20T22:07:21.614Z] $ docker rm -f 092baecf81a9c6848469d07b3d75eb7dcd0fb86aef27c3bc6cd112656e570670 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:07:22.073Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:07:22.086Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-security-secretstore-setup-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:07:22.152Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:22.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:22.493Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:22.590Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:22.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:23.275Z] $ docker top d70fa261c19d5135a04e5c0192d85fe0eb46acc49726828a588f4df5ed894885 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:23.881Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:23.881Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:27.370Z] $ docker stop --time=1 d70fa261c19d5135a04e5c0192d85fe0eb46acc49726828a588f4df5ed894885 [2020-10-20T22:07:28.717Z] $ docker rm -f d70fa261c19d5135a04e5c0192d85fe0eb46acc49726828a588f4df5ed894885 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:29.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:29.176Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:29.284Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:29.345Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:29.973Z] $ docker top 33d56fc45c5e69c66f87fedd1d2222a04d44c4e9d2e0ac9c81494730a6927b96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:30.524Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:30.524Z] + tee [2020-10-20T22:07:30.524Z] clair timeout 1m0s [2020-10-20T22:07:30.524Z] docker timeout: 1m0s [2020-10-20T22:07:30.524Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:31.209Z] $ docker stop --time=1 33d56fc45c5e69c66f87fedd1d2222a04d44c4e9d2e0ac9c81494730a6927b96 [2020-10-20T22:07:32.560Z] $ docker rm -f 33d56fc45c5e69c66f87fedd1d2222a04d44c4e9d2e0ac9c81494730a6927b96 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:07:33.075Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:07:33.088Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-support-logging-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:07:33.150Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:33.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:33.513Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:33.616Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:33.673Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:34.336Z] $ docker top d1351b8fcebe769d298c622fe18097595a0a9037a8a161c530700ee941575772 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:34.878Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:34.878Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:40.404Z] $ docker stop --time=1 d1351b8fcebe769d298c622fe18097595a0a9037a8a161c530700ee941575772 [2020-10-20T22:07:41.742Z] $ docker rm -f d1351b8fcebe769d298c622fe18097595a0a9037a8a161c530700ee941575772 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:42.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:42.214Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:42.317Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:42.372Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:42.955Z] $ docker top 90e085cb507a31b7acf03bb94e12c599d31491906cd84c71cd76b1aead177053 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:43.515Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:43.516Z] + tee [2020-10-20T22:07:43.516Z] clair timeout 1m0s [2020-10-20T22:07:43.516Z] docker timeout: 1m0s [2020-10-20T22:07:43.516Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:44.580Z] $ docker stop --time=1 90e085cb507a31b7acf03bb94e12c599d31491906cd84c71cd76b1aead177053 [2020-10-20T22:07:45.927Z] $ docker rm -f 90e085cb507a31b7acf03bb94e12c599d31491906cd84c71cd76b1aead177053 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:07:46.395Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:07:46.416Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-support-notifications-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:07:46.466Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:46.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:46.814Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:46.914Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:46.962Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:47.592Z] $ docker top 44e328dc13c1341f57c86f17ebd9aef46ea4396b623b980fb7def93e62f2d081 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:48.163Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:48.163Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:50.901Z] $ docker stop --time=1 44e328dc13c1341f57c86f17ebd9aef46ea4396b623b980fb7def93e62f2d081 [2020-10-20T22:07:52.238Z] $ docker rm -f 44e328dc13c1341f57c86f17ebd9aef46ea4396b623b980fb7def93e62f2d081 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:52.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:52.691Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:52.789Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:52.837Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:53.426Z] $ docker top 0a935183ff06d7774ed2492f8ec50993aff45262f2ec5c43b179a5e18903cdbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:54.015Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:54.016Z] + tee [2020-10-20T22:07:54.016Z] clair timeout 1m0s [2020-10-20T22:07:54.016Z] docker timeout: 1m0s [2020-10-20T22:07:54.016Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:07:54.699Z] $ docker stop --time=1 0a935183ff06d7774ed2492f8ec50993aff45262f2ec5c43b179a5e18903cdbc [2020-10-20T22:07:57.092Z] $ docker rm -f 0a935183ff06d7774ed2492f8ec50993aff45262f2ec5c43b179a5e18903cdbc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:07:57.618Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:07:57.634Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-support-scheduler-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:07:57.699Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:07:58.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:07:58.074Z] . [Pipeline] withDockerContainer [2020-10-20T22:07:58.179Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:07:58.231Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:07:58.861Z] $ docker top 561aa99dc1b0f3ac2f3f5af43c6c9f6053dd6b6098fc2830d0caa88d75082117 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:07:59.471Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:07:59.471Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:08:14.657Z] $ docker stop --time=1 561aa99dc1b0f3ac2f3f5af43c6c9f6053dd6b6098fc2830d0caa88d75082117 [2020-10-20T22:08:16.098Z] $ docker rm -f 561aa99dc1b0f3ac2f3f5af43c6c9f6053dd6b6098fc2830d0caa88d75082117 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:08:16.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:08:16.874Z] . [Pipeline] withDockerContainer [2020-10-20T22:08:17.012Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:08:17.191Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:08:17.901Z] $ docker top 9df70ed9d34461dd37e7b757a4d2b7e92b8c3b3bf1f1a011d94a79fcd3600110 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:08:18.552Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:08:18.552Z] + tee [2020-10-20T22:08:18.552Z] clair timeout 1m0s [2020-10-20T22:08:18.552Z] docker timeout: 1m0s [2020-10-20T22:08:18.552Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:08:20.181Z] $ docker stop --time=1 9df70ed9d34461dd37e7b757a4d2b7e92b8c3b3bf1f1a011d94a79fcd3600110 [2020-10-20T22:08:21.517Z] $ docker rm -f 9df70ed9d34461dd37e7b757a4d2b7e92b8c3b3bf1f1a011d94a79fcd3600110 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:08:22.053Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:08:22.077Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-sys-mgmt-agent-go_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:08:22.151Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:08:22.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:08:22.539Z] . [Pipeline] withDockerContainer [2020-10-20T22:08:22.664Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:08:22.777Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:08:23.417Z] $ docker top 6c6ecf6f65a376e6753b33e82bfc39004938478e19ee1937591665faefd31fb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:08:24.042Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:08:24.042Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:08:26.840Z] $ docker stop --time=1 6c6ecf6f65a376e6753b33e82bfc39004938478e19ee1937591665faefd31fb6 [2020-10-20T22:08:28.199Z] $ docker rm -f 6c6ecf6f65a376e6753b33e82bfc39004938478e19ee1937591665faefd31fb6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:08:28.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:08:28.813Z] . [Pipeline] withDockerContainer [2020-10-20T22:08:28.977Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:08:29.045Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:08:29.672Z] $ docker top 51e103dff13096f080385dea3d6182069d6a0ae8b15c34dc69a46a1cb18d0f4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:08:30.241Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:08:30.241Z] + tee [2020-10-20T22:08:30.241Z] clair timeout 1m0s [2020-10-20T22:08:30.241Z] docker timeout: 1m0s [2020-10-20T22:08:30.241Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:08:30.952Z] $ docker stop --time=1 51e103dff13096f080385dea3d6182069d6a0ae8b15c34dc69a46a1cb18d0f4c [2020-10-20T22:08:32.343Z] $ docker rm -f 51e103dff13096f080385dea3d6182069d6a0ae8b15c34dc69a46a1cb18d0f4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:08:32.858Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:08:32.887Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-core-command-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:08:32.955Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:08:33.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:08:33.327Z] . [Pipeline] withDockerContainer [2020-10-20T22:08:33.472Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:08:33.573Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:08:34.187Z] $ docker top 076a361a70514aa0720c1871520a01f0cb74b9f1417a95107fee222f11cdb098 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:08:34.787Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:08:34.787Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:08:41.603Z] $ docker stop --time=1 076a361a70514aa0720c1871520a01f0cb74b9f1417a95107fee222f11cdb098 [2020-10-20T22:08:43.142Z] $ docker rm -f 076a361a70514aa0720c1871520a01f0cb74b9f1417a95107fee222f11cdb098 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:08:43.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:08:43.788Z] . [Pipeline] withDockerContainer [2020-10-20T22:08:43.938Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:08:44.014Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:08:44.646Z] $ docker top 68aeab57e1ab2db4d6b65531d8fb66df0ae7271b2093641b3982842dc4eb47fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:08:45.211Z] + tee [2020-10-20T22:08:45.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:08:45.211Z] clair timeout 1m0s [2020-10-20T22:08:45.211Z] docker timeout: 1m0s [2020-10-20T22:08:45.211Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:08:46.064Z] $ docker stop --time=1 68aeab57e1ab2db4d6b65531d8fb66df0ae7271b2093641b3982842dc4eb47fd [2020-10-20T22:08:47.514Z] $ docker rm -f 68aeab57e1ab2db4d6b65531d8fb66df0ae7271b2093641b3982842dc4eb47fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:08:48.356Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:08:48.420Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-core-data-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:08:48.506Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:08:49.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:08:49.128Z] . [Pipeline] withDockerContainer [2020-10-20T22:08:49.446Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:08:49.886Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:08:50.589Z] $ docker top 3d144b7d9d249fab0b5a2c25e383d099ef09f56cb798d5f8928ae4e6f7c4701f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:08:51.305Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:08:51.305Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:08:57.031Z] $ docker stop --time=1 3d144b7d9d249fab0b5a2c25e383d099ef09f56cb798d5f8928ae4e6f7c4701f [2020-10-20T22:08:58.390Z] $ docker rm -f 3d144b7d9d249fab0b5a2c25e383d099ef09f56cb798d5f8928ae4e6f7c4701f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:08:58.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:08:58.921Z] . [Pipeline] withDockerContainer [2020-10-20T22:08:59.058Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:08:59.151Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:08:59.800Z] $ docker top a3966ec4b4b2eb1f03adcbb9f1244fc20a10d3027065f881efe4375d6458e513 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:00.377Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:00.377Z] + tee [2020-10-20T22:09:00.377Z] clair timeout 1m0s [2020-10-20T22:09:00.377Z] docker timeout: 1m0s [2020-10-20T22:09:00.377Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:01.072Z] $ docker stop --time=1 a3966ec4b4b2eb1f03adcbb9f1244fc20a10d3027065f881efe4375d6458e513 [2020-10-20T22:09:02.464Z] $ docker rm -f a3966ec4b4b2eb1f03adcbb9f1244fc20a10d3027065f881efe4375d6458e513 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:09:03.061Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:09:03.074Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-core-metadata-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:09:03.131Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:03.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:03.494Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:03.595Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:03.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:04.265Z] $ docker top 24ec8206f3179a44c24b382fed381e18e4f6aef8b3fa4932a03216c90cbe9cc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:04.791Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:04.791Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:09.170Z] $ docker stop --time=1 24ec8206f3179a44c24b382fed381e18e4f6aef8b3fa4932a03216c90cbe9cc4 [2020-10-20T22:09:10.512Z] $ docker rm -f 24ec8206f3179a44c24b382fed381e18e4f6aef8b3fa4932a03216c90cbe9cc4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:11.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:11.017Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:11.123Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:11.171Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:11.828Z] $ docker top ad7e66d2de057a3c197d7c870f37048da26ff0119b419409206083026811aab3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:12.373Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:12.373Z] + tee [2020-10-20T22:09:12.373Z] clair timeout 1m0s [2020-10-20T22:09:12.373Z] docker timeout: 1m0s [2020-10-20T22:09:12.373Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:13.446Z] $ docker stop --time=1 ad7e66d2de057a3c197d7c870f37048da26ff0119b419409206083026811aab3 [2020-10-20T22:09:14.797Z] $ docker rm -f ad7e66d2de057a3c197d7c870f37048da26ff0119b419409206083026811aab3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:09:15.297Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:09:15.310Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:09:15.367Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:15.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:15.736Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:15.846Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:15.895Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:16.533Z] $ docker top 3b81ca9d8268a8cdf5df0cc6875cdcec88cefc62ff2fb08193cc803bf9e0ffe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:17.101Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:17.101Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:23.853Z] $ docker stop --time=1 3b81ca9d8268a8cdf5df0cc6875cdcec88cefc62ff2fb08193cc803bf9e0ffe0 [2020-10-20T22:09:25.244Z] $ docker rm -f 3b81ca9d8268a8cdf5df0cc6875cdcec88cefc62ff2fb08193cc803bf9e0ffe0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:25.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:25.782Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:25.882Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:25.949Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:26.664Z] $ docker top 179fc8fbfc948691ed7257cdbe4b97483bbd3defce228b66cd10706a2778a65d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:27.218Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:27.218Z] + tee [2020-10-20T22:09:27.218Z] clair timeout 1m0s [2020-10-20T22:09:27.218Z] docker timeout: 1m0s [2020-10-20T22:09:27.218Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:28.729Z] $ docker stop --time=1 179fc8fbfc948691ed7257cdbe4b97483bbd3defce228b66cd10706a2778a65d [2020-10-20T22:09:30.075Z] $ docker rm -f 179fc8fbfc948691ed7257cdbe4b97483bbd3defce228b66cd10706a2778a65d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:09:30.557Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:09:30.569Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:09:30.625Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:30.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:30.989Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:31.128Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:31.173Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:31.839Z] $ docker top c8a913dcd2ee4b34a039d67b122f0954ec230ff3086f90bebd4abc6c177edd3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:32.429Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:32.429Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:40.912Z] $ docker stop --time=1 c8a913dcd2ee4b34a039d67b122f0954ec230ff3086f90bebd4abc6c177edd3a [2020-10-20T22:09:42.277Z] $ docker rm -f c8a913dcd2ee4b34a039d67b122f0954ec230ff3086f90bebd4abc6c177edd3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:42.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:42.758Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:42.860Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:42.905Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:43.511Z] $ docker top e839b990774d2993651999ddfbb10b3774720741417db2fded37ae580573b46e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:44.038Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:44.038Z] + tee [2020-10-20T22:09:44.038Z] clair timeout 1m0s [2020-10-20T22:09:44.038Z] docker timeout: 1m0s [2020-10-20T22:09:44.038Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:45.610Z] $ docker stop --time=1 e839b990774d2993651999ddfbb10b3774720741417db2fded37ae580573b46e [2020-10-20T22:09:47.014Z] $ docker rm -f e839b990774d2993651999ddfbb10b3774720741417db2fded37ae580573b46e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:09:47.484Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:09:47.503Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:09:47.564Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:47.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:47.921Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:48.025Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:48.070Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:48.689Z] $ docker top ca56fa1f960d2f4929d708721de1e1afb36f6f8c222b0d41185526363e80c61b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:49.187Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:49.187Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:52.646Z] $ docker stop --time=1 ca56fa1f960d2f4929d708721de1e1afb36f6f8c222b0d41185526363e80c61b [2020-10-20T22:09:53.989Z] $ docker rm -f ca56fa1f960d2f4929d708721de1e1afb36f6f8c222b0d41185526363e80c61b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:54.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:54.449Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:54.548Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:54.600Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:55.195Z] $ docker top 32c89b15c9e0467297920aa6183c5cfb81afc86631e775e376f3e6e2cf05d803 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:09:55.696Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:09:55.696Z] + tee [2020-10-20T22:09:55.696Z] clair timeout 1m0s [2020-10-20T22:09:55.696Z] docker timeout: 1m0s [2020-10-20T22:09:55.696Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:09:56.379Z] $ docker stop --time=1 32c89b15c9e0467297920aa6183c5cfb81afc86631e775e376f3e6e2cf05d803 [2020-10-20T22:09:57.738Z] $ docker rm -f 32c89b15c9e0467297920aa6183c5cfb81afc86631e775e376f3e6e2cf05d803 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:09:58.257Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:09:58.273Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-support-logging-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:09:58.572Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:09:58.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:09:58.923Z] . [Pipeline] withDockerContainer [2020-10-20T22:09:59.023Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:09:59.079Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:09:59.720Z] $ docker top 988ca91c33000e9b8497cf1f40d3d9a37fddb04b392eb5c4b6d84a369b64b512 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:10:00.273Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:10:00.273Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:10:05.741Z] $ docker stop --time=1 988ca91c33000e9b8497cf1f40d3d9a37fddb04b392eb5c4b6d84a369b64b512 [2020-10-20T22:10:07.096Z] $ docker rm -f 988ca91c33000e9b8497cf1f40d3d9a37fddb04b392eb5c4b6d84a369b64b512 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:10:07.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:10:07.624Z] . [Pipeline] withDockerContainer [2020-10-20T22:10:07.734Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:10:07.780Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:10:08.400Z] $ docker top 6bc99b1d530533e9fdc8f1ec13cb5263c050f06b98efd4ae8794e829ccc88213 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:10:08.974Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:10:08.974Z] + tee [2020-10-20T22:10:08.974Z] clair timeout 1m0s [2020-10-20T22:10:08.974Z] docker timeout: 1m0s [2020-10-20T22:10:08.974Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:10:10.034Z] $ docker stop --time=1 6bc99b1d530533e9fdc8f1ec13cb5263c050f06b98efd4ae8794e829ccc88213 [2020-10-20T22:10:11.409Z] $ docker rm -f 6bc99b1d530533e9fdc8f1ec13cb5263c050f06b98efd4ae8794e829ccc88213 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:10:11.904Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:10:11.922Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-support-notifications-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:10:11.974Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:10:12.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:10:12.318Z] . [Pipeline] withDockerContainer [2020-10-20T22:10:12.425Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:10:12.472Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:10:13.184Z] $ docker top ae766de83dc7d454bbbea69d16123b275cfb7ecaaae8472edecb1de2e7f07f37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:10:13.753Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:10:13.753Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:10:16.481Z] $ docker stop --time=1 ae766de83dc7d454bbbea69d16123b275cfb7ecaaae8472edecb1de2e7f07f37 [2020-10-20T22:10:17.833Z] $ docker rm -f ae766de83dc7d454bbbea69d16123b275cfb7ecaaae8472edecb1de2e7f07f37 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:10:18.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:10:18.380Z] . [Pipeline] withDockerContainer [2020-10-20T22:10:18.486Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:10:18.540Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:10:19.135Z] $ docker top d23118d2a0f30a22f0ad6429c0a53d0c1e5aae6afb1d582587f8f0defeafb9a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:10:19.699Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:10:19.699Z] + tee [2020-10-20T22:10:19.699Z] clair timeout 1m0s [2020-10-20T22:10:19.699Z] docker timeout: 1m0s [2020-10-20T22:10:19.699Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:10:20.395Z] $ docker stop --time=1 d23118d2a0f30a22f0ad6429c0a53d0c1e5aae6afb1d582587f8f0defeafb9a8 [2020-10-20T22:10:21.716Z] $ docker rm -f d23118d2a0f30a22f0ad6429c0a53d0c1e5aae6afb1d582587f8f0defeafb9a8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:10:22.208Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:10:22.221Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-support-scheduler-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:10:22.281Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:10:22.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:10:22.640Z] . [Pipeline] withDockerContainer [2020-10-20T22:10:22.741Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:10:22.833Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:10:23.431Z] $ docker top 27ea3324d53718ca3901b357bf63fa5652708895731c8f01ce32b7f03cb1bb67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:10:23.980Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:10:23.980Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:10:39.055Z] $ docker stop --time=1 27ea3324d53718ca3901b357bf63fa5652708895731c8f01ce32b7f03cb1bb67 [2020-10-20T22:10:40.604Z] $ docker rm -f 27ea3324d53718ca3901b357bf63fa5652708895731c8f01ce32b7f03cb1bb67 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:10:41.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T22:10:41.100Z] . [Pipeline] withDockerContainer [2020-10-20T22:10:41.211Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:10:41.260Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:10:41.880Z] $ docker top 87794874655c1659a6f4577d77e9ec7e035ccd1bb90c1d934ef6f50ddf730aec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T22:10:42.468Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:07721abbcb99e4a70a28e71f84dbd93e92968a92 [2020-10-20T22:10:42.468Z] + tee [2020-10-20T22:10:42.468Z] clair timeout 1m0s [2020-10-20T22:10:42.468Z] docker timeout: 1m0s [2020-10-20T22:10:42.468Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T22:10:43.976Z] $ docker stop --time=1 87794874655c1659a6f4577d77e9ec7e035ccd1bb90c1d934ef6f50ddf730aec [2020-10-20T22:10:45.390Z] $ docker rm -f 87794874655c1659a6f4577d77e9ec7e035ccd1bb90c1d934ef6f50ddf730aec [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T22:10:45.863Z] + mkdir -p /w/workspace/edgex-go/201/clair-reports [Pipeline] echo [2020-10-20T22:10:45.876Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/201/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_07721abbcb99e4a70a28e71f84dbd93e92968a92.html [Pipeline] writeFile [Pipeline] step [2020-10-20T22:10:45.936Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-20T22:10:46.651Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T22:10:46.716Z] provisioning config files... [2020-10-20T22:10:46.732Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/201@tmp/config5112464064396372015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:10:47.114Z] --> edgex-publish-swagger.sh [2020-10-20T22:10:47.114Z] === Publish openapi/v1 API === [2020-10-20T22:10:47.114Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-20T22:10:47.114Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-20T22:10:47.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:47.114Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:48.504Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8149 0:00:01 0:00:01 --:--:-- 8155 100 10521 0 0 100 10521 0 8148 0:00:01 0:00:01 --:--:-- 8155 [2020-10-20T22:10:48.504Z] [2020-10-20T22:10:48.504Z] [2020-10-20T22:10:48.504Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-20T22:10:48.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:48.504Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:49.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28330 0:00:01 0:00:01 --:--:-- 28358 100 32556 0 0 100 32556 0 28326 0:00:01 0:00:01 --:--:-- 28334 [2020-10-20T22:10:49.449Z] [2020-10-20T22:10:49.449Z] [2020-10-20T22:10:49.449Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-20T22:10:49.449Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:49.449Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:50.838Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 68220 0:00:01 0:00:01 --:--:-- 68259 100 73720 0 0 100 73720 0 68205 0:00:01 0:00:01 --:--:-- 68259 [2020-10-20T22:10:50.838Z] [2020-10-20T22:10:50.838Z] [2020-10-20T22:10:50.838Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-20T22:10:50.838Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:50.838Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:51.783Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13259 0:00:01 0:00:01 --:--:-- 13261 100 13580 0 0 100 13580 0 13256 0:00:01 0:00:01 --:--:-- 13261 [2020-10-20T22:10:51.783Z] [2020-10-20T22:10:51.783Z] [2020-10-20T22:10:51.783Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-20T22:10:51.783Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:51.783Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:52.727Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34259 0:00:01 0:00:01 --:--:-- 34293 100 38889 0 0 100 38889 0 34255 0:00:01 0:00:01 --:--:-- 34263 [2020-10-20T22:10:52.727Z] [2020-10-20T22:10:52.727Z] [2020-10-20T22:10:52.727Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-20T22:10:52.727Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:52.727Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:53.936Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12849 0:00:01 0:00:01 --:--:-- 12847 100 14248 0 0 100 14248 0 12847 0:00:01 0:00:01 --:--:-- 12847 [2020-10-20T22:10:53.936Z] [2020-10-20T22:10:53.936Z] [2020-10-20T22:10:53.936Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-20T22:10:53.936Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:53.936Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:54.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4092 0:00:01 0:00:01 --:--:-- 4096 100 4109 0 0 100 4109 0 4091 0:00:01 0:00:01 --:--:-- 4092 [2020-10-20T22:10:54.881Z] [2020-10-20T22:10:54.881Z] [2020-10-20T22:10:54.881Z] === Publish openapi/v2 API === [2020-10-20T22:10:54.881Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-20T22:10:54.881Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-20T22:10:54.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:54.881Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:56.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 28347 0:00:01 0:00:01 --:--:-- 28371 100 29535 0 0 100 29535 0 28343 0:00:01 0:00:01 --:--:-- 28371 [2020-10-20T22:10:56.270Z] [2020-10-20T22:10:56.270Z] [2020-10-20T22:10:56.270Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-20T22:10:56.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:56.270Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:57.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 56056 0:00:01 0:00:01 --:--:-- 56109 100 65648 0 0 100 65648 0 56048 0:00:01 0:00:01 --:--:-- 56061 [2020-10-20T22:10:57.211Z] [2020-10-20T22:10:57.211Z] [2020-10-20T22:10:57.211Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-20T22:10:57.211Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:57.211Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:58.598Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 106k 0:00:01 0:00:01 --:--:-- 106k 100 119k 0 0 100 119k 0 106k 0:00:01 0:00:01 --:--:-- 106k [2020-10-20T22:10:58.598Z] [2020-10-20T22:10:58.598Z] [2020-10-20T22:10:58.598Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-20T22:10:58.598Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:58.598Z] Dload Upload Total Spent Left Speed [2020-10-20T22:10:59.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21290 0:00:01 0:00:01 --:--:-- 21304 100 23691 0 0 100 23691 0 21287 0:00:01 0:00:01 --:--:-- 21304 [2020-10-20T22:10:59.541Z] [2020-10-20T22:10:59.541Z] [2020-10-20T22:10:59.541Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-20T22:10:59.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:10:59.541Z] Dload Upload Total Spent Left Speed [2020-10-20T22:11:00.927Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 53390 0:00:01 0:00:01 --:--:-- 53399 100 62691 0 0 100 62691 0 53383 0:00:01 0:00:01 --:--:-- 53399 [2020-10-20T22:11:00.927Z] [2020-10-20T22:11:00.927Z] [2020-10-20T22:11:00.927Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-20T22:11:00.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:11:00.927Z] Dload Upload Total Spent Left Speed [2020-10-20T22:11:01.875Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 213k --:--:-- --:--:-- --:--:-- 212k 100 46198 0 0 100 46198 0 42773 0:00:01 0:00:01 --:--:-- 42815 [2020-10-20T22:11:01.875Z] [2020-10-20T22:11:01.875Z] [2020-10-20T22:11:01.875Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-20T22:11:01.875Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T22:11:01.875Z] Dload Upload Total Spent Left Speed [2020-10-20T22:11:02.826Z] 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 22637 0:00:01 0:00:01 --:--:-- 22659 [2020-10-20T22:11:02.826Z] [2020-10-20T22:11:02.826Z] [Pipeline] } [2020-10-20T22:11:02.837Z] 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-20T22:11:03.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T22:11:03.768Z] . [Pipeline] withDockerContainer [2020-10-20T22:11:03.870Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:11:03.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:11:04.575Z] $ docker top 8ce1c89874a0ac23756894349f5f7b09089106b362a718f7ccc989e10b3ef6d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T22:11:04.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T22:11:04.907Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T22:11:05.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T22:11:05.113Z] $ docker exec 8ce1c89874a0ac23756894349f5f7b09089106b362a718f7ccc989e10b3ef6d3 ssh-agent [2020-10-20T22:11:05.280Z] SSH_AUTH_SOCK=/tmp/ssh-Qz61Ay33AB3G/agent.12 [2020-10-20T22:11:05.280Z] SSH_AGENT_PID=18 [2020-10-20T22:11:05.286Z] Running ssh-add (command line suppressed) [2020-10-20T22:11:05.416Z] Identity added: /w/workspace/edgex-go/201@tmp/private_key_6080531206120874462.key (/w/workspace/edgex-go/201@tmp/private_key_6080531206120874462.key) [2020-10-20T22:11:05.473Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T22:11:05.801Z] + git semver tag [2020-10-20T22:11:06.063Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T22:11:06.063Z] # $GIT_DIR = /w/workspace/edgex-go/201/.git [2020-10-20T22:11:06.063Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/201 [2020-10-20T22:11:06.063Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T22:11:06.063Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T22:11:06.063Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T22:11:06.063Z] # $SEMVER_BRANCH = master [2020-10-20T22:11:06.063Z] # $SEMVER_DIR = /w/workspace/edgex-go/201/.semver [2020-10-20T22:11:06.063Z] # 07721abbcb99e4a70a28e71f84dbd93e92968a92 HEAD [2020-10-20T22:11:06.325Z] # -> Force: false [2020-10-20T22:11:06.325Z] # 54a840402245863d75858ff9c6c81d486d9fd0ce refs/tags/v1.2.2-dev.85 [Pipeline] } [2020-10-20T22:11:06.339Z] $ docker exec --env ******** --env ******** 8ce1c89874a0ac23756894349f5f7b09089106b362a718f7ccc989e10b3ef6d3 ssh-agent -k [2020-10-20T22:11:06.463Z] unset SSH_AUTH_SOCK; [2020-10-20T22:11:06.463Z] unset SSH_AGENT_PID; [2020-10-20T22:11:06.463Z] echo Agent pid 18 killed; [2020-10-20T22:11:06.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T22:11:07.155Z] + git semver [Pipeline] } [2020-10-20T22:11:07.174Z] $ docker stop --time=1 8ce1c89874a0ac23756894349f5f7b09089106b362a718f7ccc989e10b3ef6d3 [2020-10-20T22:11:08.512Z] $ docker rm -f 8ce1c89874a0ac23756894349f5f7b09089106b362a718f7ccc989e10b3ef6d3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:11:09.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T22:11:09.112Z] [2020-10-20T22:11:09.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:11:09.450Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T22:11:09.450Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T22:11:09.450Z] ab5ef0e58194: Pulling fs layer [2020-10-20T22:11:09.450Z] 9712f1f96733: Pulling fs layer [2020-10-20T22:11:09.450Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T22:11:09.450Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T22:11:09.450Z] e9a5061849ea: Pulling fs layer [2020-10-20T22:11:09.450Z] d747dcd14b5f: Pulling fs layer [2020-10-20T22:11:09.450Z] 2de7ff778b66: Pulling fs layer [2020-10-20T22:11:09.450Z] 0d9ebad4ef96: Waiting [2020-10-20T22:11:09.450Z] e9a5061849ea: Waiting [2020-10-20T22:11:09.450Z] 2de7ff778b66: Waiting [2020-10-20T22:11:09.450Z] d747dcd14b5f: Waiting [2020-10-20T22:11:09.450Z] 9712f1f96733: Verifying Checksum [2020-10-20T22:11:09.450Z] 9712f1f96733: Download complete [2020-10-20T22:11:10.841Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T22:11:10.841Z] 63f879dbbcfc: Download complete [2020-10-20T22:11:11.103Z] e9a5061849ea: Verifying Checksum [2020-10-20T22:11:11.103Z] e9a5061849ea: Download complete [2020-10-20T22:11:11.103Z] d747dcd14b5f: Download complete [2020-10-20T22:11:11.365Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T22:11:11.365Z] 0d9ebad4ef96: Download complete [2020-10-20T22:11:11.631Z] 2de7ff778b66: Verifying Checksum [2020-10-20T22:11:11.631Z] 2de7ff778b66: Download complete [2020-10-20T22:11:11.631Z] ab5ef0e58194: Verifying Checksum [2020-10-20T22:11:11.631Z] ab5ef0e58194: Download complete [2020-10-20T22:11:15.861Z] ab5ef0e58194: Pull complete [2020-10-20T22:11:16.124Z] 9712f1f96733: Pull complete [2020-10-20T22:11:18.683Z] 63f879dbbcfc: Pull complete [2020-10-20T22:11:25.310Z] 0d9ebad4ef96: Pull complete [2020-10-20T22:11:25.577Z] e9a5061849ea: Pull complete [2020-10-20T22:11:25.577Z] d747dcd14b5f: Pull complete [2020-10-20T22:11:29.972Z] 2de7ff778b66: Pull complete [2020-10-20T22:11:29.972Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T22:11:29.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T22:11:29.972Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T22:11:30.181Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:11:30.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:11:33.881Z] $ docker top f215b05e6b368e0eb213a5e03ee155af0c273184ef1e2743b50ed8a1cef1a5f2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T22:11:34.112Z] provisioning config files... [2020-10-20T22:11:34.127Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/201@tmp/config1624339670080440422tmp [2020-10-20T22:11:34.146Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/201@tmp/config943606528795841793tmp [2020-10-20T22:11:34.184Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/201@tmp/config5403548157977423905tmp [Pipeline] { [Pipeline] echo [2020-10-20T22:11:34.245Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:11:34.564Z] ---> sigul-configuration.sh [2020-10-20T22:11:34.564Z] gpg: directory `/root/.gnupg' created [2020-10-20T22:11:34.564Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T22:11:34.564Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T22:11:34.564Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T22:11:34.564Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T22:11:34.564Z] gpg: CAST5 encrypted data [2020-10-20T22:11:34.825Z] gpg: encrypted with 1 passphrase [2020-10-20T22:11:34.825Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T22:11:35.142Z] + mkdir /home/jenkins [2020-10-20T22:11:35.142Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T22:11:35.441Z] + 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-20T22:11:35.454Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:11:35.851Z] ---> sigul-install.sh [2020-10-20T22:11:42.458Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T22:11:42.845Z] + git tag --list [2020-10-20T22:11:42.845Z] 0.6.0 [2020-10-20T22:11:42.845Z] 0.6.1 [2020-10-20T22:11:42.845Z] 0.7.0 [2020-10-20T22:11:42.845Z] 0.7.1 [2020-10-20T22:11:42.845Z] v1.0.0 [2020-10-20T22:11:42.845Z] v1.0.1 [2020-10-20T22:11:42.845Z] v1.1.0 [2020-10-20T22:11:42.845Z] v1.2.0 [2020-10-20T22:11:42.845Z] v1.2.1 [2020-10-20T22:11:42.845Z] v1.2.2-dev.1 [2020-10-20T22:11:42.845Z] v1.2.2-dev.10 [2020-10-20T22:11:42.845Z] v1.2.2-dev.11 [2020-10-20T22:11:42.845Z] v1.2.2-dev.12 [2020-10-20T22:11:42.845Z] v1.2.2-dev.13 [2020-10-20T22:11:42.845Z] v1.2.2-dev.14 [2020-10-20T22:11:42.845Z] v1.2.2-dev.15 [2020-10-20T22:11:42.845Z] v1.2.2-dev.16 [2020-10-20T22:11:42.845Z] v1.2.2-dev.17 [2020-10-20T22:11:42.845Z] v1.2.2-dev.18 [2020-10-20T22:11:42.845Z] v1.2.2-dev.19 [2020-10-20T22:11:42.845Z] v1.2.2-dev.2 [2020-10-20T22:11:42.845Z] v1.2.2-dev.20 [2020-10-20T22:11:42.845Z] v1.2.2-dev.21 [2020-10-20T22:11:42.845Z] v1.2.2-dev.22 [2020-10-20T22:11:42.845Z] v1.2.2-dev.23 [2020-10-20T22:11:42.845Z] v1.2.2-dev.24 [2020-10-20T22:11:42.845Z] v1.2.2-dev.25 [2020-10-20T22:11:42.845Z] v1.2.2-dev.26 [2020-10-20T22:11:42.845Z] v1.2.2-dev.27 [2020-10-20T22:11:42.845Z] v1.2.2-dev.28 [2020-10-20T22:11:42.845Z] v1.2.2-dev.29 [2020-10-20T22:11:42.845Z] v1.2.2-dev.3 [2020-10-20T22:11:42.845Z] v1.2.2-dev.30 [2020-10-20T22:11:42.845Z] v1.2.2-dev.31 [2020-10-20T22:11:42.845Z] v1.2.2-dev.32 [2020-10-20T22:11:42.845Z] v1.2.2-dev.33 [2020-10-20T22:11:42.845Z] v1.2.2-dev.34 [2020-10-20T22:11:42.845Z] v1.2.2-dev.35 [2020-10-20T22:11:42.845Z] v1.2.2-dev.36 [2020-10-20T22:11:42.845Z] v1.2.2-dev.37 [2020-10-20T22:11:42.845Z] v1.2.2-dev.38 [2020-10-20T22:11:42.845Z] v1.2.2-dev.39 [2020-10-20T22:11:42.845Z] v1.2.2-dev.4 [2020-10-20T22:11:42.845Z] v1.2.2-dev.40 [2020-10-20T22:11:42.845Z] v1.2.2-dev.41 [2020-10-20T22:11:42.845Z] v1.2.2-dev.42 [2020-10-20T22:11:42.845Z] v1.2.2-dev.43 [2020-10-20T22:11:42.845Z] v1.2.2-dev.44 [2020-10-20T22:11:42.845Z] v1.2.2-dev.45 [2020-10-20T22:11:42.845Z] v1.2.2-dev.46 [2020-10-20T22:11:42.845Z] v1.2.2-dev.47 [2020-10-20T22:11:42.845Z] v1.2.2-dev.48 [2020-10-20T22:11:42.845Z] v1.2.2-dev.49 [2020-10-20T22:11:42.845Z] v1.2.2-dev.5 [2020-10-20T22:11:42.845Z] v1.2.2-dev.50 [2020-10-20T22:11:42.845Z] v1.2.2-dev.51 [2020-10-20T22:11:42.845Z] v1.2.2-dev.52 [2020-10-20T22:11:42.845Z] v1.2.2-dev.53 [2020-10-20T22:11:42.845Z] v1.2.2-dev.54 [2020-10-20T22:11:42.845Z] v1.2.2-dev.55 [2020-10-20T22:11:42.845Z] v1.2.2-dev.56 [2020-10-20T22:11:42.845Z] v1.2.2-dev.57 [2020-10-20T22:11:42.845Z] v1.2.2-dev.58 [2020-10-20T22:11:42.845Z] v1.2.2-dev.59 [2020-10-20T22:11:42.845Z] v1.2.2-dev.6 [2020-10-20T22:11:42.845Z] v1.2.2-dev.60 [2020-10-20T22:11:42.845Z] v1.2.2-dev.61 [2020-10-20T22:11:42.845Z] v1.2.2-dev.62 [2020-10-20T22:11:42.845Z] v1.2.2-dev.63 [2020-10-20T22:11:42.845Z] v1.2.2-dev.64 [2020-10-20T22:11:42.845Z] v1.2.2-dev.65 [2020-10-20T22:11:42.845Z] v1.2.2-dev.66 [2020-10-20T22:11:42.845Z] v1.2.2-dev.67 [2020-10-20T22:11:42.845Z] v1.2.2-dev.68 [2020-10-20T22:11:42.845Z] v1.2.2-dev.69 [2020-10-20T22:11:42.845Z] v1.2.2-dev.7 [2020-10-20T22:11:42.845Z] v1.2.2-dev.70 [2020-10-20T22:11:42.845Z] v1.2.2-dev.71 [2020-10-20T22:11:42.845Z] v1.2.2-dev.72 [2020-10-20T22:11:42.845Z] v1.2.2-dev.73 [2020-10-20T22:11:42.845Z] v1.2.2-dev.74 [2020-10-20T22:11:42.845Z] v1.2.2-dev.75 [2020-10-20T22:11:42.845Z] v1.2.2-dev.76 [2020-10-20T22:11:42.845Z] v1.2.2-dev.77 [2020-10-20T22:11:42.845Z] v1.2.2-dev.78 [2020-10-20T22:11:42.845Z] v1.2.2-dev.79 [2020-10-20T22:11:42.845Z] v1.2.2-dev.8 [2020-10-20T22:11:42.845Z] v1.2.2-dev.80 [2020-10-20T22:11:42.845Z] v1.2.2-dev.81 [2020-10-20T22:11:42.845Z] v1.2.2-dev.82 [2020-10-20T22:11:42.845Z] v1.2.2-dev.83 [2020-10-20T22:11:42.845Z] v1.2.2-dev.84 [2020-10-20T22:11:42.846Z] v1.2.2-dev.85 [2020-10-20T22:11:42.846Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-20T22:11:43.171Z] + lftools sign git-tag v1.2.2-dev.85 [2020-10-20T22:11:44.307Z] Signing Git tag with Sigul... [2020-10-20T22:11:44.307Z] Signing v1.2.2-dev.85 [Pipeline] echo [2020-10-20T22:11:45.974Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:11:46.278Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T22:11:46.286Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T22:11:46.389Z] $ docker stop --time=1 f215b05e6b368e0eb213a5e03ee155af0c273184ef1e2743b50ed8a1cef1a5f2 [2020-10-20T22:11:48.359Z] $ docker rm -f f215b05e6b368e0eb213a5e03ee155af0c273184ef1e2743b50ed8a1cef1a5f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:11:49.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T22:11:49.169Z] . [Pipeline] withDockerContainer [2020-10-20T22:11:49.268Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:11:49.315Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:11:49.944Z] $ docker top 0faaba33fcca58820a18612ae3e067ec2b5af45ae32a88bd0cfafeb8e4e5f0b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T22:11:50.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T22:11:50.383Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T22:11:50.569Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T22:11:50.575Z] $ docker exec 0faaba33fcca58820a18612ae3e067ec2b5af45ae32a88bd0cfafeb8e4e5f0b5 ssh-agent [2020-10-20T22:11:50.746Z] SSH_AUTH_SOCK=/tmp/ssh-SH8LDyL0H7Qe/agent.11 [2020-10-20T22:11:50.746Z] SSH_AGENT_PID=17 [2020-10-20T22:11:50.754Z] Running ssh-add (command line suppressed) [2020-10-20T22:11:50.887Z] Identity added: /w/workspace/edgex-go/201@tmp/private_key_7344127558199366509.key (/w/workspace/edgex-go/201@tmp/private_key_7344127558199366509.key) [2020-10-20T22:11:50.945Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T22:11:51.307Z] + git semver bump pre [2020-10-20T22:11:51.308Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T22:11:51.308Z] # $GIT_DIR = /w/workspace/edgex-go/201/.git [2020-10-20T22:11:51.308Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/201 [2020-10-20T22:11:51.308Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T22:11:51.308Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T22:11:51.308Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T22:11:51.308Z] # $SEMVER_BRANCH = master [2020-10-20T22:11:51.308Z] # $SEMVER_DIR = /w/workspace/edgex-go/201/.semver [2020-10-20T22:11:51.308Z] 1.2.2-dev.86 [Pipeline] } [2020-10-20T22:11:51.326Z] $ docker exec --env ******** --env ******** 0faaba33fcca58820a18612ae3e067ec2b5af45ae32a88bd0cfafeb8e4e5f0b5 ssh-agent -k [2020-10-20T22:11:51.445Z] unset SSH_AUTH_SOCK; [2020-10-20T22:11:51.445Z] unset SSH_AGENT_PID; [2020-10-20T22:11:51.445Z] echo Agent pid 17 killed; [2020-10-20T22:11:51.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T22:11:52.044Z] + git semver [Pipeline] } [2020-10-20T22:11:52.061Z] $ docker stop --time=1 0faaba33fcca58820a18612ae3e067ec2b5af45ae32a88bd0cfafeb8e4e5f0b5 [2020-10-20T22:11:53.403Z] $ docker rm -f 0faaba33fcca58820a18612ae3e067ec2b5af45ae32a88bd0cfafeb8e4e5f0b5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:11:53.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T22:11:53.944Z] . [Pipeline] withDockerContainer [2020-10-20T22:11:54.054Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:11:54.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:11:54.835Z] $ docker top e68d003a0c6ccf0944b8b18fe71c1535895ce3c33c4d4eab6e70a459b8803013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T22:11:55.133Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T22:11:55.133Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T22:11:55.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T22:11:55.322Z] $ docker exec e68d003a0c6ccf0944b8b18fe71c1535895ce3c33c4d4eab6e70a459b8803013 ssh-agent [2020-10-20T22:11:55.494Z] SSH_AUTH_SOCK=/tmp/ssh-ZXHKf0luiMQh/agent.11 [2020-10-20T22:11:55.494Z] SSH_AGENT_PID=17 [2020-10-20T22:11:55.501Z] Running ssh-add (command line suppressed) [2020-10-20T22:11:55.625Z] Identity added: /w/workspace/edgex-go/201@tmp/private_key_8365936942132987205.key (/w/workspace/edgex-go/201@tmp/private_key_8365936942132987205.key) [2020-10-20T22:11:55.684Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T22:11:56.027Z] + git semver push [2020-10-20T22:11:56.027Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T22:11:56.027Z] # $GIT_DIR = /w/workspace/edgex-go/201/.git [2020-10-20T22:11:56.027Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/201 [2020-10-20T22:11:56.027Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T22:11:56.027Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T22:11:56.027Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T22:11:56.027Z] # $SEMVER_BRANCH = master [2020-10-20T22:11:56.027Z] # $SEMVER_DIR = /w/workspace/edgex-go/201/.semver [Pipeline] } [2020-10-20T22:12:06.065Z] $ docker exec --env ******** --env ******** e68d003a0c6ccf0944b8b18fe71c1535895ce3c33c4d4eab6e70a459b8803013 ssh-agent -k [2020-10-20T22:12:06.191Z] unset SSH_AUTH_SOCK; [2020-10-20T22:12:06.191Z] unset SSH_AGENT_PID; [2020-10-20T22:12:06.191Z] echo Agent pid 17 killed; [2020-10-20T22:12:06.241Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T22:12:06.731Z] + git semver [Pipeline] } [2020-10-20T22:12:06.757Z] $ docker stop --time=1 e68d003a0c6ccf0944b8b18fe71c1535895ce3c33c4d4eab6e70a459b8803013 [2020-10-20T22:12:08.128Z] $ docker rm -f e68d003a0c6ccf0944b8b18fe71c1535895ce3c33c4d4eab6e70a459b8803013 [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-20T22:12:09.357Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:12:10.229Z] ---> package-listing.sh [2020-10-20T22:12:10.229Z] ++ facter osfamily [2020-10-20T22:12:10.229Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T22:12:10.229Z] + OS_FAMILY=redhat [2020-10-20T22:12:10.229Z] + workspace=/w/workspace/edgex-go/201 [2020-10-20T22:12:10.229Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T22:12:10.229Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T22:12:10.229Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T22:12:10.229Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T22:12:10.229Z] + '[' /w/workspace/edgex-go/201 ']' [2020-10-20T22:12:10.229Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T22:12:10.229Z] + case "${OS_FAMILY}" in [2020-10-20T22:12:10.229Z] + rpm -qa [2020-10-20T22:12:10.229Z] + sort [2020-10-20T22:12:14.477Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T22:12:14.477Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T22:12:14.477Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T22:12:14.477Z] + '[' /w/workspace/edgex-go/201 ']' [2020-10-20T22:12:14.477Z] + mkdir -p /w/workspace/edgex-go/201/archives/ [2020-10-20T22:12:14.477Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/201/archives/ [Pipeline] echo [2020-10-20T22:12:14.499Z] 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/201/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T22:12:14.791Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:12:15.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T22:12:15.114Z] [2020-10-20T22:12:15.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T22:12:15.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T22:12:15.480Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T22:12:15.480Z] df20fa9351a1: Already exists [2020-10-20T22:12:15.480Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T22:12:15.480Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T22:12:15.480Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T22:12:15.480Z] 93b61091891f: Pulling fs layer [2020-10-20T22:12:15.480Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T22:12:15.480Z] 5e14af77c1be: Pulling fs layer [2020-10-20T22:12:15.480Z] 01666e4c0597: Pulling fs layer [2020-10-20T22:12:15.480Z] aa168da1d23b: Pulling fs layer [2020-10-20T22:12:15.480Z] 93b61091891f: Waiting [2020-10-20T22:12:15.480Z] 01666e4c0597: Waiting [2020-10-20T22:12:15.480Z] aa168da1d23b: Waiting [2020-10-20T22:12:15.480Z] 93b9cdb0e59b: Waiting [2020-10-20T22:12:15.480Z] 5e14af77c1be: Waiting [2020-10-20T22:12:15.480Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T22:12:15.480Z] 46f8f816bc3b: Download complete [2020-10-20T22:12:15.480Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T22:12:15.480Z] 36b3adc4ff6f: Download complete [2020-10-20T22:12:15.480Z] 93b9cdb0e59b: Download complete [2020-10-20T22:12:15.480Z] 5e14af77c1be: Verifying Checksum [2020-10-20T22:12:15.480Z] 5e14af77c1be: Download complete [2020-10-20T22:12:15.480Z] 01666e4c0597: Verifying Checksum [2020-10-20T22:12:15.480Z] 01666e4c0597: Download complete [2020-10-20T22:12:15.480Z] 93b61091891f: Verifying Checksum [2020-10-20T22:12:15.480Z] 93b61091891f: Download complete [2020-10-20T22:12:15.742Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T22:12:15.742Z] 8ad3a11d3b57: Download complete [2020-10-20T22:12:15.742Z] 36b3adc4ff6f: Pull complete [2020-10-20T22:12:16.689Z] 8ad3a11d3b57: Pull complete [2020-10-20T22:12:16.689Z] 46f8f816bc3b: Pull complete [2020-10-20T22:12:17.700Z] aa168da1d23b: Verifying Checksum [2020-10-20T22:12:17.700Z] aa168da1d23b: Download complete [2020-10-20T22:12:17.700Z] 93b61091891f: Pull complete [2020-10-20T22:12:17.700Z] 93b9cdb0e59b: Pull complete [2020-10-20T22:12:17.979Z] 5e14af77c1be: Pull complete [2020-10-20T22:12:17.979Z] 01666e4c0597: Pull complete [2020-10-20T22:12:24.592Z] aa168da1d23b: Pull complete [2020-10-20T22:12:24.592Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T22:12:24.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T22:12:24.592Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T22:12:24.748Z] prd-centos7-docker-4c-2g-7026 does not seem to be running inside a container [2020-10-20T22:12:24.799Z] $ 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/201/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/201 -v /w/workspace/edgex-go/201:/w/workspace/edgex-go/201:rw,z -v /w/workspace/edgex-go/201@tmp:/w/workspace/edgex-go/201@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T22:12:29.080Z] $ docker top 6c4114d83195ee3e4513eb23ab560adaf22e56230e5195613f49d4dc6b8be792 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T22:12:29.554Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T22:12:29.852Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T22:12:30.148Z] + ls /var/log/sa-host [2020-10-20T22:12:30.148Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T22:12:30.148Z] file_magic: OK [2020-10-20T22:12:30.148Z] HZ: Using current value: 100 [2020-10-20T22:12:30.148Z] file_header: OK [2020-10-20T22:12:30.148Z] 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-20T22:12:30.148Z] Statistics: [2020-10-20T22:12:30.148Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T22:12:30.148Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T22:12:30.148Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T22:12:30.148Z] file_magic: OK [2020-10-20T22:12:30.148Z] HZ: Using current value: 100 [2020-10-20T22:12:30.148Z] file_header: OK [2020-10-20T22:12:30.148Z] 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-20T22:12:30.148Z] Statistics: [2020-10-20T22:12:30.148Z] 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-20T22:12:30.148Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T22:12:30.424Z] provisioning config files... [2020-10-20T22:12:30.440Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/201@tmp/config4639882545485199149tmp [Pipeline] { [Pipeline] echo [2020-10-20T22:12:30.513Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:12:30.824Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T22:12:30.838Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T22:12:30.931Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:12:31.231Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T22:12:31.255Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:12:32.218Z] ---> sudo-logs.sh [2020-10-20T22:12:32.218Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T22:12:32.229Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:12:32.526Z] ---> job-cost.sh [2020-10-20T22:12:32.526Z] lf-activate-venv: SKIPPING [2020-10-20T22:12:32.526Z] INFO: No Stack... [2020-10-20T22:12:33.098Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T22:12:33.670Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T22:12:33.682Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T22:12:33.980Z] ---> logs-deploy.sh [2020-10-20T22:12:33.980Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/201 [2020-10-20T22:12:33.980Z] INFO: archiving workspace using pattern(s): [2020-10-20T22:12:35.366Z] Archives upload complete. [2020-10-20T22:12:35.366Z] INFO: archiving logs to Nexus