Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d3791ebe684db7fa12cf8e4209b1a20507d77774 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6847 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/198 [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/198 # 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 Checking out Revision d3791ebe684db7fa12cf8e4209b1a20507d77774 (master) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3791ebe684db7fa12cf8e4209b1a20507d77774 # timeout=10 Commit message: "Merge pull request #2810 from cloudxxx8/issue-2809" > git rev-list --no-walk 55aabd380bacd0682e281293f744acb10e15a247 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T03:20:08.919Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T03:20:09.220Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T03:20:09.330Z] ========================================================= [2020-10-20T03:20:09.330Z] EdgeX Global Pipelines Version Info [2020-10-20T03:20:09.330Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:20:10.822Z] ------------------- [2020-10-20T03:20:10.822Z] stable info: [2020-10-20T03:20:10.822Z] ------------------- [2020-10-20T03:20:10.822Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T03:20:10.822Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T03:20:10.822Z] Message: update stable to v1.0.144 [2020-10-20T03:20:11.772Z] ------------------- [2020-10-20T03:20:11.772Z] experimental info: [2020-10-20T03:20:11.772Z] ------------------- [2020-10-20T03:20:11.772Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T03:20:11.772Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T03:20:11.772Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-20T03:20:12.308Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-20T03:20:12.397Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-20T03:20:12.490Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T03:20:12.603Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T03:20:12.692Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T03:20:12.806Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T03:20:12.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T03:20:13.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-20T03:20:13.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-20T03:20:13.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-20T03:20:13.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T03:20:13.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T03:20:13.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T03:20:13.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T03:20:13.680Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T03:20:13.816Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T03:20:13.906Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-20T03:20:14.005Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T03:20:14.095Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-20T03:20:14.214Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-20T03:20:14.308Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-20T03:20:14.405Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T03:20:14.493Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T03:20:14.579Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T03:20:14.676Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] echo [2020-10-20T03:20:14.794Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d3791eb [Pipeline] echo [2020-10-20T03:20:14.877Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-20T03:20:15.273Z] ++ 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-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/core-command/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/core-data/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-20T03:20:15.273Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:20:15.273Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-20T03:20:15.273Z] ++ cut -d/ -f2 [2020-10-20T03:20:15.273Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-20T03:20:15.350Z] 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-20T03:20:16.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:20:16.905Z] [2020-10-20T03:20:16.905Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:20:17.260Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:20:17.260Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T03:20:17.260Z] 31603596830f: Pulling fs layer [2020-10-20T03:20:17.260Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T03:20:17.260Z] 6ca5941a6612: Pulling fs layer [2020-10-20T03:20:17.260Z] ecc8261a40a4: Pulling fs layer [2020-10-20T03:20:17.260Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T03:20:17.260Z] 2a8b12db71e7: Download complete [2020-10-20T03:20:17.527Z] 31603596830f: Verifying Checksum [2020-10-20T03:20:17.527Z] 31603596830f: Download complete [2020-10-20T03:20:17.527Z] ecc8261a40a4: Verifying Checksum [2020-10-20T03:20:17.527Z] ecc8261a40a4: Download complete [2020-10-20T03:20:17.791Z] 31603596830f: Pull complete [2020-10-20T03:20:17.791Z] 6ca5941a6612: Verifying Checksum [2020-10-20T03:20:17.791Z] 6ca5941a6612: Download complete [2020-10-20T03:20:18.056Z] 2a8b12db71e7: Pull complete [2020-10-20T03:20:18.634Z] 6ca5941a6612: Pull complete [2020-10-20T03:20:18.899Z] ecc8261a40a4: Pull complete [2020-10-20T03:20:19.162Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T03:20:19.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:20:19.162Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T03:20:19.295Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:20:19.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:20:21.834Z] $ docker top e3062e8dc2918d44b4d7bffb77eb5c1b2ee3f81c4bb3548a686344c7427f32f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T03:20:22.135Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T03:20:22.135Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T03:20:22.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T03:20:22.364Z] $ docker exec e3062e8dc2918d44b4d7bffb77eb5c1b2ee3f81c4bb3548a686344c7427f32f0 ssh-agent [2020-10-20T03:20:22.528Z] SSH_AUTH_SOCK=/tmp/ssh-3UFlDzSCh04l/agent.12 [2020-10-20T03:20:22.528Z] SSH_AGENT_PID=18 [2020-10-20T03:20:22.539Z] Running ssh-add (command line suppressed) [2020-10-20T03:20:22.657Z] Identity added: /w/workspace/edgex-go/198@tmp/private_key_2457931907491559012.key (/w/workspace/edgex-go/198@tmp/private_key_2457931907491559012.key) [2020-10-20T03:20:22.704Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T03:20:23.044Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T03:20:23.069Z] $ docker exec --env ******** --env ******** e3062e8dc2918d44b4d7bffb77eb5c1b2ee3f81c4bb3548a686344c7427f32f0 ssh-agent -k [2020-10-20T03:20:23.187Z] unset SSH_AUTH_SOCK; [2020-10-20T03:20:23.188Z] unset SSH_AGENT_PID; [2020-10-20T03:20:23.188Z] echo Agent pid 18 killed; [2020-10-20T03:20:23.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T03:20:23.436Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T03:20:23.436Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T03:20:23.610Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T03:20:23.616Z] $ docker exec e3062e8dc2918d44b4d7bffb77eb5c1b2ee3f81c4bb3548a686344c7427f32f0 ssh-agent [2020-10-20T03:20:23.840Z] SSH_AUTH_SOCK=/tmp/ssh-sttSb6PLXzsJ/agent.46 [2020-10-20T03:20:23.840Z] SSH_AGENT_PID=51 [2020-10-20T03:20:23.851Z] Running ssh-add (command line suppressed) [2020-10-20T03:20:23.990Z] Identity added: /w/workspace/edgex-go/198@tmp/private_key_8905763005310143880.key (/w/workspace/edgex-go/198@tmp/private_key_8905763005310143880.key) [2020-10-20T03:20:24.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T03:20:24.392Z] + git semver init [2020-10-20T03:20:24.392Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T03:20:24.392Z] # $GIT_DIR = /w/workspace/edgex-go/198/.git [2020-10-20T03:20:24.392Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/198 [2020-10-20T03:20:24.392Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T03:20:24.392Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T03:20:24.392Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T03:20:24.392Z] # $SEMVER_BRANCH = master [2020-10-20T03:20:24.392Z] # $SEMVER_TEMP = /tmp/semver-509224123 [2020-10-20T03:20:24.392Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-20T03:20:42.578Z] # '/tmp/semver-509224123' -> '/w/workspace/edgex-go/198/.semver' [2020-10-20T03:20:42.578Z] # -> Force: false [2020-10-20T03:20:42.578Z] # $SEMVER_DIR = /w/workspace/edgex-go/198/.semver [Pipeline] } [2020-10-20T03:20:42.593Z] $ docker exec --env ******** --env ******** e3062e8dc2918d44b4d7bffb77eb5c1b2ee3f81c4bb3548a686344c7427f32f0 ssh-agent -k [2020-10-20T03:20:42.805Z] unset SSH_AUTH_SOCK; [2020-10-20T03:20:42.806Z] unset SSH_AGENT_PID; [2020-10-20T03:20:42.806Z] echo Agent pid 51 killed; [2020-10-20T03:20:42.870Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T03:20:43.372Z] + git semver [Pipeline] } [2020-10-20T03:20:43.394Z] $ docker stop --time=1 e3062e8dc2918d44b4d7bffb77eb5c1b2ee3f81c4bb3548a686344c7427f32f0 [2020-10-20T03:20:45.068Z] $ docker rm -f e3062e8dc2918d44b4d7bffb77eb5c1b2ee3f81c4bb3548a686344c7427f32f0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:20:45.593Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T03:20:46.119Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T03:20:46.123Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.82 [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-20T03:20:46.828Z] ========================================================= [2020-10-20T03:20:46.828Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T03:20:46.828Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:20:47.182Z] + 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-20T03:20:51.422Z] Sending build context to Docker daemon 325.3MB [2020-10-20T03:20:51.422Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T03:20:51.422Z] Step 2/7 : FROM ${BASE} [2020-10-20T03:20:51.422Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T03:20:51.422Z] df20fa9351a1: Pulling fs layer [2020-10-20T03:20:51.422Z] ed8968b2872e: Pulling fs layer [2020-10-20T03:20:51.422Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T03:20:51.422Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T03:20:51.422Z] e73272ec9a57: Pulling fs layer [2020-10-20T03:20:51.422Z] 1e910a182e73: Pulling fs layer [2020-10-20T03:20:51.422Z] 4e634b169226: Pulling fs layer [2020-10-20T03:20:51.422Z] e73272ec9a57: Waiting [2020-10-20T03:20:51.422Z] 1e910a182e73: Waiting [2020-10-20T03:20:51.422Z] 4e634b169226: Waiting [2020-10-20T03:20:51.422Z] e871e8e8d7a9: Waiting [2020-10-20T03:20:51.422Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T03:20:51.422Z] a92cc7c5fd73: Download complete [2020-10-20T03:20:51.422Z] ed8968b2872e: Verifying Checksum [2020-10-20T03:20:51.422Z] ed8968b2872e: Download complete [2020-10-20T03:20:51.422Z] e73272ec9a57: Verifying Checksum [2020-10-20T03:20:51.422Z] e73272ec9a57: Download complete [2020-10-20T03:20:51.422Z] 1e910a182e73: Verifying Checksum [2020-10-20T03:20:51.422Z] 1e910a182e73: Download complete [2020-10-20T03:20:51.422Z] df20fa9351a1: Verifying Checksum [2020-10-20T03:20:51.422Z] df20fa9351a1: Download complete [2020-10-20T03:20:51.422Z] df20fa9351a1: Pull complete [2020-10-20T03:20:51.684Z] ed8968b2872e: Pull complete [2020-10-20T03:20:51.946Z] a92cc7c5fd73: Pull complete [2020-10-20T03:20:53.881Z] 4e634b169226: Verifying Checksum [2020-10-20T03:20:53.881Z] 4e634b169226: Download complete [2020-10-20T03:20:54.461Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T03:20:54.461Z] e871e8e8d7a9: Download complete [2020-10-20T03:20:59.805Z] e871e8e8d7a9: Pull complete [2020-10-20T03:20:59.805Z] e73272ec9a57: Pull complete [2020-10-20T03:20:59.805Z] 1e910a182e73: Pull complete [2020-10-20T03:21:01.566Z] Still waiting to schedule task [2020-10-20T03:21:01.566Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-20T03:21:07.978Z] 4e634b169226: Pull complete [2020-10-20T03:21:07.978Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T03:21:07.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T03:21:07.978Z] ---> f7629b54cfaa [2020-10-20T03:21:07.978Z] 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-20T03:21:08.242Z] ---> Running in 3e5c71ac144a [2020-10-20T03:21:08.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:21:09.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:21:10.351Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T03:21:10.614Z] (2/12) Installing file (5.38-r0) [2020-10-20T03:21:10.614Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T03:21:10.877Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T03:21:15.109Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T03:21:15.109Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T03:21:15.109Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T03:21:15.109Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T03:21:15.109Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T03:21:15.372Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T03:21:15.372Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T03:21:15.634Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T03:21:15.634Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:21:15.634Z] OK: 233 MiB in 51 packages [2020-10-20T03:21:18.947Z] Removing intermediate container 3e5c71ac144a [2020-10-20T03:21:18.947Z] ---> a9ea4f3f95a3 [2020-10-20T03:21:18.947Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T03:21:18.947Z] ---> Running in 09fdbda16685 [2020-10-20T03:21:19.208Z] Removing intermediate container 09fdbda16685 [2020-10-20T03:21:19.208Z] ---> e8ee25896ce9 [2020-10-20T03:21:19.208Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T03:21:19.471Z] latest: Pulling from library/docker [2020-10-20T03:21:19.735Z] df20fa9351a1: Already exists [2020-10-20T03:21:19.735Z] 25ad7478873d: Pulling fs layer [2020-10-20T03:21:19.735Z] 4684f6177b5d: Pulling fs layer [2020-10-20T03:21:19.735Z] 8ba584e970af: Pulling fs layer [2020-10-20T03:21:19.735Z] 3cdc74d2b06d: Pulling fs layer [2020-10-20T03:21:19.735Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-20T03:21:19.735Z] fca0ccc462d5: Pulling fs layer [2020-10-20T03:21:19.735Z] 3cdc74d2b06d: Waiting [2020-10-20T03:21:19.735Z] 4cf5a0d07c1f: Waiting [2020-10-20T03:21:19.735Z] fca0ccc462d5: Waiting [2020-10-20T03:21:19.735Z] 4684f6177b5d: Verifying Checksum [2020-10-20T03:21:19.735Z] 4684f6177b5d: Download complete [2020-10-20T03:21:19.735Z] 25ad7478873d: Verifying Checksum [2020-10-20T03:21:19.735Z] 25ad7478873d: Download complete [2020-10-20T03:21:20.006Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-20T03:21:20.006Z] 4cf5a0d07c1f: Download complete [2020-10-20T03:21:20.006Z] 3cdc74d2b06d: Verifying Checksum [2020-10-20T03:21:20.006Z] 3cdc74d2b06d: Download complete [2020-10-20T03:21:20.006Z] 25ad7478873d: Pull complete [2020-10-20T03:21:20.271Z] 4684f6177b5d: Pull complete [2020-10-20T03:21:20.537Z] 8ba584e970af: Verifying Checksum [2020-10-20T03:21:20.537Z] 8ba584e970af: Download complete [2020-10-20T03:21:21.117Z] fca0ccc462d5: Verifying Checksum [2020-10-20T03:21:21.117Z] fca0ccc462d5: Download complete [2020-10-20T03:21:23.056Z] 8ba584e970af: Pull complete [2020-10-20T03:21:23.056Z] 3cdc74d2b06d: Pull complete [2020-10-20T03:21:23.056Z] 4cf5a0d07c1f: Pull complete [2020-10-20T03:21:23.318Z] fca0ccc462d5: Pull complete [2020-10-20T03:21:23.318Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T03:21:23.318Z] Status: Downloaded newer image for docker:latest [2020-10-20T03:21:24.719Z] ---> 8ac04b2e8782 [2020-10-20T03:21:24.719Z] Step 6/7 : COPY go.mod . [2020-10-20T03:21:24.981Z] ---> 566ce14bc99a [2020-10-20T03:21:24.982Z] Step 7/7 : RUN go mod download [2020-10-20T03:21:24.982Z] ---> Running in 08e96075a848 [2020-10-20T03:21:46.988Z] Removing intermediate container 08e96075a848 [2020-10-20T03:21:46.988Z] ---> 879999c874cb [2020-10-20T03:21:46.988Z] Successfully built 879999c874cb [2020-10-20T03:21:46.988Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:21:47.312Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T03:21:47.312Z] . [Pipeline] withDockerContainer [2020-10-20T03:21:47.416Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:21:47.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:21:48.325Z] $ docker top 032ba65bd79b9236d0d0583c16ffa7d046ecfbca80d84603ff013df05de9fd3f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:21:48.866Z] + go version [2020-10-20T03:21:48.866Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T03:21:48.889Z] $ docker stop --time=1 032ba65bd79b9236d0d0583c16ffa7d046ecfbca80d84603ff013df05de9fd3f [2020-10-20T03:21:50.241Z] $ docker rm -f 032ba65bd79b9236d0d0583c16ffa7d046ecfbca80d84603ff013df05de9fd3f [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-20T03:21:53.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T03:21:53.897Z] [2020-10-20T03:21:53.897Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:21:54.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T03:21:54.258Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-20T03:21:54.258Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T03:21:54.258Z] ca9280d653b3: Pulling fs layer [2020-10-20T03:21:54.258Z] 7e9c9ca2126c: Pulling fs layer [2020-10-20T03:21:54.520Z] cbdbe7a5bc2a: Download complete [2020-10-20T03:21:54.520Z] cbdbe7a5bc2a: Pull complete [2020-10-20T03:21:55.108Z] ca9280d653b3: Verifying Checksum [2020-10-20T03:21:55.108Z] ca9280d653b3: Download complete [2020-10-20T03:21:56.084Z] ca9280d653b3: Pull complete [2020-10-20T03:21:56.084Z] 7e9c9ca2126c: Download complete [2020-10-20T03:22:06.125Z] 7e9c9ca2126c: Pull complete [2020-10-20T03:22:06.125Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-20T03:22:06.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T03:22:06.125Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-20T03:22:06.356Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:22:06.411Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:22:07.307Z] $ docker top 1c2a21d68540645e5316acc5735412e2fbce1bdbdc3908eb00848d70e9a000b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:22:07.797Z] + docker-compose build --help [2020-10-20T03:22:07.797Z] + grep parallel [2020-10-20T03:22:08.745Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T03:22:08.761Z] $ docker stop --time=1 1c2a21d68540645e5316acc5735412e2fbce1bdbdc3908eb00848d70e9a000b2 [2020-10-20T03:22:10.158Z] $ docker rm -f 1c2a21d68540645e5316acc5735412e2fbce1bdbdc3908eb00848d70e9a000b2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:22:10.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T03:22:10.845Z] . [Pipeline] withDockerContainer [2020-10-20T03:22:10.942Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:22:10.992Z] $ 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/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:22:11.591Z] $ docker top e4fa8eec81cc49eac033c91017ffb6025316fbdaad5c4a21c79a28d14d34f0af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:22:12.102Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T03:22:13.611Z] Building docker-core-command-go ... [2020-10-20T03:22:13.611Z] Building docker-core-data-go ... [2020-10-20T03:22:13.611Z] Building docker-core-metadata-go ... [2020-10-20T03:22:13.611Z] Building docker-security-proxy-setup-go ... [2020-10-20T03:22:13.611Z] Building docker-security-secrets-setup-go ... [2020-10-20T03:22:13.611Z] Building docker-security-secretstore-setup-go ... [2020-10-20T03:22:13.611Z] Building docker-support-logging-go ... [2020-10-20T03:22:13.611Z] Building docker-support-notifications-go ... [2020-10-20T03:22:13.611Z] Building docker-support-scheduler-go ... [2020-10-20T03:22:13.611Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T03:22:13.611Z] Building docker-support-scheduler-go [2020-10-20T03:22:13.611Z] Building docker-security-secrets-setup-go [2020-10-20T03:22:13.611Z] Building docker-security-proxy-setup-go [2020-10-20T03:22:13.915Z] Building docker-core-metadata-go [2020-10-20T03:22:13.915Z] Building docker-sys-mgmt-agent-go [2020-10-20T03:22:36.043Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:22:36.043Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:22:36.043Z] ---> 879999c874cb [2020-10-20T03:22:36.043Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T03:22:36.043Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:22:36.043Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:22:36.043Z] ---> 879999c874cb [2020-10-20T03:22:36.043Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T03:22:36.043Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:22:36.043Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:22:36.043Z] ---> 879999c874cb [2020-10-20T03:22:36.043Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T03:22:36.336Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:22:36.337Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T03:22:36.337Z] ---> 879999c874cb [2020-10-20T03:22:36.337Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T03:22:36.337Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:22:36.337Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:22:36.337Z] ---> 879999c874cb [2020-10-20T03:22:36.337Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:22:37.301Z] ---> Running in 80ac07e32d27 [2020-10-20T03:22:37.301Z] ---> Running in 5476813d684a [2020-10-20T03:22:37.301Z] ---> Running in 4ea997247045 [2020-10-20T03:22:37.301Z] ---> Running in 635823d787f4 [2020-10-20T03:22:37.301Z] ---> Running in 1e14876d5624 [2020-10-20T03:22:37.566Z] Removing intermediate container 1e14876d5624 [2020-10-20T03:22:37.566Z] ---> 986b560707a4 [2020-10-20T03:22:37.566Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T03:22:37.566Z] Removing intermediate container 4ea997247045 [2020-10-20T03:22:37.566Z] ---> 1c67012e7550 [2020-10-20T03:22:37.566Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:22:37.832Z] Removing intermediate container 80ac07e32d27 [2020-10-20T03:22:37.832Z] ---> c600ac3fa186 [2020-10-20T03:22:37.832Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:22:37.832Z] Removing intermediate container 5476813d684a [2020-10-20T03:22:37.832Z] ---> d581193da486 [2020-10-20T03:22:37.832Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:22:37.832Z] Removing intermediate container 635823d787f4 [2020-10-20T03:22:37.832Z] ---> 37ce7206bf63 [2020-10-20T03:22:37.832Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:22:37.832Z] ---> Running in c0edf94d8122 [2020-10-20T03:22:37.832Z] ---> Running in 29c495b86171 [2020-10-20T03:22:37.832Z] ---> Running in 1e0b3c8d65cf [2020-10-20T03:22:38.099Z] ---> Running in 6f8a51059bfa [2020-10-20T03:22:38.099Z] ---> Running in 46d2c0cbfa77 [2020-10-20T03:22:39.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:40.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:40.074Z] Removing intermediate container c0edf94d8122 [2020-10-20T03:22:40.074Z] ---> dc9afe1baddf [2020-10-20T03:22:40.074Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T03:22:40.074Z] Removing intermediate container 46d2c0cbfa77 [2020-10-20T03:22:40.074Z] ---> 51c545627bee [2020-10-20T03:22:40.074Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T03:22:40.337Z] ---> Running in 724cbeb7c32b [2020-10-20T03:22:40.337Z] ---> Running in 7e39d7f45bc4 [2020-10-20T03:22:40.337Z] Removing intermediate container 1e0b3c8d65cf [2020-10-20T03:22:40.337Z] ---> 00dc7667d93b [2020-10-20T03:22:40.337Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T03:22:40.337Z] Removing intermediate container 6f8a51059bfa [2020-10-20T03:22:40.337Z] ---> 1e4328702d94 [2020-10-20T03:22:40.337Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T03:22:40.337Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:22:40.337Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:22:40.337Z] OK: 12752 distinct packages available [2020-10-20T03:22:40.601Z] ---> Running in 6a2bf00d1df8 [2020-10-20T03:22:40.601Z] ---> Running in 83b9edb72d50 [2020-10-20T03:22:40.601Z] OK: 233 MiB in 51 packages [2020-10-20T03:22:41.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:41.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:41.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:41.451Z] Removing intermediate container 29c495b86171 [2020-10-20T03:22:41.451Z] ---> f97723fb4583 [2020-10-20T03:22:41.451Z] Step 5/29 : COPY go.mod . [2020-10-20T03:22:41.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:41.721Z] ---> 520544a12be7 [2020-10-20T03:22:41.721Z] Step 6/29 : RUN go mod download [2020-10-20T03:22:41.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:41.721Z] ---> Running in bc8c4f164cd6 [2020-10-20T03:22:41.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:41.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:42.266Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:22:42.266Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:22:42.266Z] OK: 12752 distinct packages available [2020-10-20T03:22:42.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:22:42.531Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:22:42.531Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:22:42.531Z] OK: 12752 distinct packages available [2020-10-20T03:22:42.531Z] OK: 233 MiB in 51 packages [2020-10-20T03:22:42.796Z] OK: 233 MiB in 51 packages [2020-10-20T03:22:43.059Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:22:43.059Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:22:43.059Z] OK: 12752 distinct packages available [2020-10-20T03:22:43.330Z] OK: 233 MiB in 51 packages [2020-10-20T03:22:43.602Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:22:43.602Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:22:43.602Z] OK: 12752 distinct packages available [2020-10-20T03:22:43.602Z] Removing intermediate container 724cbeb7c32b [2020-10-20T03:22:43.602Z] ---> 62d82f29b56b [2020-10-20T03:22:43.602Z] Step 6/22 : COPY go.mod . [2020-10-20T03:22:43.602Z] OK: 233 MiB in 51 packages [2020-10-20T03:22:43.866Z] ---> d2a2f8de6ef2 [2020-10-20T03:22:43.866Z] Step 7/22 : RUN go mod download [2020-10-20T03:22:44.140Z] ---> Running in 0d6e35410971 [2020-10-20T03:22:44.405Z] Removing intermediate container 7e39d7f45bc4 [2020-10-20T03:22:44.405Z] ---> ab01b406d139 [2020-10-20T03:22:44.405Z] Step 6/21 : COPY go.mod . [2020-10-20T03:22:44.673Z] Removing intermediate container bc8c4f164cd6 [2020-10-20T03:22:44.673Z] ---> 2f30645377b5 [2020-10-20T03:22:44.673Z] Step 7/29 : COPY . . [2020-10-20T03:22:44.936Z] Removing intermediate container 83b9edb72d50 [2020-10-20T03:22:44.936Z] ---> d31dc2211cb5 [2020-10-20T03:22:44.936Z] Step 6/27 : COPY go.mod . [2020-10-20T03:22:44.936Z] ---> f8dc91895b16 [2020-10-20T03:22:44.936Z] Step 7/21 : RUN go mod download [2020-10-20T03:22:44.936Z] Removing intermediate container 6a2bf00d1df8 [2020-10-20T03:22:44.936Z] ---> 082275276ddd [2020-10-20T03:22:44.936Z] Step 6/20 : COPY go.mod . [2020-10-20T03:22:45.211Z] ---> Running in e1209c5f81d0 [2020-10-20T03:22:46.169Z] ---> a720996130b2 [2020-10-20T03:22:46.169Z] Step 7/27 : RUN go mod download [2020-10-20T03:22:46.169Z] ---> 9e600c420af1 [2020-10-20T03:22:46.169Z] Step 7/20 : RUN go mod download [2020-10-20T03:22:47.587Z] ---> Running in dffd60de9032 [2020-10-20T03:22:47.587Z] ---> Running in d66e6f47d174 [2020-10-20T03:22:48.551Z] Removing intermediate container 0d6e35410971 [2020-10-20T03:22:48.551Z] ---> 36be2d658be2 [2020-10-20T03:22:48.551Z] Step 8/22 : COPY . . [2020-10-20T03:22:51.917Z] Removing intermediate container e1209c5f81d0 [2020-10-20T03:22:51.917Z] ---> c2f9d175ad46 [2020-10-20T03:22:51.917Z] Step 8/21 : COPY . . [2020-10-20T03:23:00.133Z] Removing intermediate container d66e6f47d174 [2020-10-20T03:23:00.133Z] ---> 0e47665864e4 [2020-10-20T03:23:00.133Z] Step 8/27 : COPY . . [2020-10-20T03:23:02.707Z] Removing intermediate container dffd60de9032 [2020-10-20T03:23:02.707Z] ---> 281f42367967 [2020-10-20T03:23:02.707Z] Step 8/20 : COPY . . [2020-10-20T03:23:06.995Z] ---> 9b90e3d24285 [2020-10-20T03:23:06.995Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T03:23:09.751Z] ---> Running in 001d5f5a469b [2020-10-20T03:23:10.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T03:23:14.994Z] ---> ea4722589589 [2020-10-20T03:23:14.994Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T03:23:14.994Z] ---> d94113953321 [2020-10-20T03:23:14.994Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T03:23:14.994Z] ---> Running in 7d5f5dea2481 [2020-10-20T03:23:14.994Z] ---> Running in 190059ea768e [2020-10-20T03:23:20.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T03:23:20.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T03:23:22.324Z] ---> 2a318b3b6e96 [2020-10-20T03:23:22.324Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T03:23:22.593Z] ---> Running in dded5e7e2891 [2020-10-20T03:23:22.593Z] ---> a4260a27ecd9 [2020-10-20T03:23:22.593Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T03:23:22.869Z] ---> Running in 38bed4d57a1b [2020-10-20T03:23:23.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T03:23:23.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T03:23:42.074Z] Removing intermediate container 001d5f5a469b [2020-10-20T03:23:42.074Z] ---> b02dcffc2260 [2020-10-20T03:23:42.074Z] [2020-10-20T03:23:42.074Z] Step 9/29 : FROM alpine:latest [2020-10-20T03:23:42.074Z] latest: Pulling from library/alpine [2020-10-20T03:23:42.074Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T03:23:42.074Z] Status: Downloaded newer image for alpine:latest [2020-10-20T03:23:42.074Z] ---> a24bb4013296 [2020-10-20T03:23:42.074Z] 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-20T03:23:42.074Z] ---> Running in c5ba7148e937 [2020-10-20T03:23:42.074Z] Removing intermediate container c5ba7148e937 [2020-10-20T03:23:42.074Z] ---> 3b730a1dcf19 [2020-10-20T03:23:42.074Z] Step 11/29 : USER root [2020-10-20T03:23:42.074Z] ---> Running in 3a8178604727 [2020-10-20T03:23:42.074Z] Removing intermediate container 3a8178604727 [2020-10-20T03:23:42.074Z] ---> 872d39638ee1 [2020-10-20T03:23:42.074Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T03:23:42.074Z] ---> Running in f7ac5a6b2ff7 [2020-10-20T03:23:42.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:23:42.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:23:42.351Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:23:42.351Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:23:42.351Z] OK: 12750 distinct packages available [2020-10-20T03:23:42.955Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T03:23:42.955Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T03:23:42.955Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:23:42.955Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T03:23:43.229Z] OK: 6 MiB in 16 packages [2020-10-20T03:23:45.849Z] Removing intermediate container f7ac5a6b2ff7 [2020-10-20T03:23:45.849Z] ---> 1901ec9a037f [2020-10-20T03:23:45.849Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T03:23:46.125Z] ---> Running in 34bd28457166 [2020-10-20T03:23:46.125Z] Removing intermediate container 34bd28457166 [2020-10-20T03:23:46.125Z] ---> 2479489d6d44 [2020-10-20T03:23:46.125Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T03:23:46.404Z] ---> Running in 3ce761884892 [2020-10-20T03:23:46.683Z] Removing intermediate container 3ce761884892 [2020-10-20T03:23:46.683Z] ---> 01e53409dd89 [2020-10-20T03:23:46.683Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T03:23:46.958Z] ---> Running in e7595cc0cb13 [2020-10-20T03:23:49.572Z] Removing intermediate container e7595cc0cb13 [2020-10-20T03:23:49.572Z] ---> 59b6aef8c62b [2020-10-20T03:23:49.572Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T03:23:51.003Z] ---> 2d60fdc9de2d [2020-10-20T03:23:51.003Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T03:23:51.003Z] Removing intermediate container 38bed4d57a1b [2020-10-20T03:23:51.003Z] ---> 3348b4259dd5 [2020-10-20T03:23:51.003Z] [2020-10-20T03:23:51.003Z] Step 10/20 : FROM alpine [2020-10-20T03:23:51.003Z] ---> a24bb4013296 [2020-10-20T03:23:51.003Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T03:23:51.279Z] ---> Running in 1284bd0ac7e9 [2020-10-20T03:23:51.560Z] ---> 357e02ed8d45 [2020-10-20T03:23:51.560Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T03:23:51.839Z] ---> 21aadee88669 [2020-10-20T03:23:51.839Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T03:23:52.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:23:52.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:23:52.409Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:23:52.409Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:23:52.409Z] OK: 12750 distinct packages available [2020-10-20T03:23:52.671Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T03:23:52.671Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T03:23:52.671Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T03:23:52.671Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T03:23:52.671Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:23:52.671Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T03:23:52.944Z] OK: 7 MiB in 18 packages [2020-10-20T03:23:54.876Z] ---> 16e6dfc94dac [2020-10-20T03:23:54.876Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T03:23:55.824Z] Removing intermediate container dded5e7e2891 [2020-10-20T03:23:55.824Z] ---> 94e1a1fd840f [2020-10-20T03:23:55.824Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T03:23:55.824Z] Removing intermediate container 190059ea768e [2020-10-20T03:23:55.824Z] ---> 8c3d0110d5aa [2020-10-20T03:23:55.824Z] [2020-10-20T03:23:55.824Z] Step 10/21 : FROM scratch [2020-10-20T03:23:55.824Z] ---> [2020-10-20T03:23:55.824Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:23:56.776Z] ---> Running in 77d65c54ae2e [2020-10-20T03:23:56.776Z] ---> 3c0302254055 [2020-10-20T03:23:56.776Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T03:23:56.776Z] ---> Running in f021cc58e1b5 [2020-10-20T03:23:57.050Z] ---> Running in 025e5db3a133 [2020-10-20T03:23:57.050Z] Removing intermediate container 1284bd0ac7e9 [2020-10-20T03:23:57.050Z] ---> a1847d7a403c [2020-10-20T03:23:57.050Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T03:23:59.657Z] Removing intermediate container f021cc58e1b5 [2020-10-20T03:23:59.657Z] ---> 4c8f16ef8df7 [2020-10-20T03:23:59.657Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T03:23:59.657Z] ---> Running in a8caf7a586c6 [2020-10-20T03:23:59.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T03:24:00.247Z] ---> Running in 27baf9f1b831 [2020-10-20T03:24:00.247Z] Removing intermediate container 7d5f5dea2481 [2020-10-20T03:24:00.247Z] ---> 99d287a96d34 [2020-10-20T03:24:00.247Z] [2020-10-20T03:24:00.247Z] Step 10/22 : FROM scratch [2020-10-20T03:24:00.247Z] ---> [2020-10-20T03:24:00.247Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:24:00.247Z] Removing intermediate container a8caf7a586c6 [2020-10-20T03:24:00.247Z] ---> dc2765d5f28d [2020-10-20T03:24:00.247Z] Step 13/20 : WORKDIR /edgex [2020-10-20T03:24:00.247Z] ---> Using cache [2020-10-20T03:24:00.247Z] ---> 4c8f16ef8df7 [2020-10-20T03:24:00.247Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T03:24:00.247Z] Removing intermediate container 27baf9f1b831 [2020-10-20T03:24:00.247Z] ---> fbbf57ce2a25 [2020-10-20T03:24:00.247Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T03:24:00.512Z] ---> Running in 28b6b8c375ba [2020-10-20T03:24:00.512Z] ---> Running in 9ff0580a1476 [2020-10-20T03:24:00.512Z] ---> Running in 5d9573d62174 [2020-10-20T03:24:01.110Z] Removing intermediate container 9ff0580a1476 [2020-10-20T03:24:01.110Z] ---> a91aa3cb7638 [2020-10-20T03:24:01.110Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:24:01.110Z] Removing intermediate container 5d9573d62174 [2020-10-20T03:24:01.110Z] ---> 0a953806daf1 [2020-10-20T03:24:01.110Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T03:24:01.110Z] Removing intermediate container 28b6b8c375ba [2020-10-20T03:24:01.110Z] ---> 34cd6341471c [2020-10-20T03:24:01.110Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T03:24:01.110Z] ---> Running in d91c22a4f973 [2020-10-20T03:24:01.110Z] Removing intermediate container 025e5db3a133 [2020-10-20T03:24:01.110Z] ---> 94c5f6ecd8af [2020-10-20T03:24:01.110Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T03:24:01.387Z] Removing intermediate container 77d65c54ae2e [2020-10-20T03:24:01.388Z] ---> b034d3a6f0c6 [2020-10-20T03:24:01.388Z] [2020-10-20T03:24:01.388Z] Step 11/27 : FROM docker:latest [2020-10-20T03:24:01.388Z] ---> 809cc4dba987 [2020-10-20T03:24:01.388Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T03:24:01.388Z] ---> e6b17f406c24 [2020-10-20T03:24:01.388Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T03:24:01.388Z] ---> Running in 2b7b803b2606 [2020-10-20T03:24:01.656Z] Removing intermediate container d91c22a4f973 [2020-10-20T03:24:01.656Z] ---> 8250d2bbf475 [2020-10-20T03:24:01.656Z] Step 14/22 : WORKDIR / [2020-10-20T03:24:01.656Z] ---> 92ca059e455d [2020-10-20T03:24:01.656Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T03:24:01.930Z] ---> Running in bb0c609e7ede [2020-10-20T03:24:01.930Z] ---> d480fda78c84 [2020-10-20T03:24:01.930Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T03:24:02.510Z] ---> Running in 70fec6328db0 [2020-10-20T03:24:02.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:02.510Z] ---> 8945f42c1a25 [2020-10-20T03:24:02.510Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T03:24:02.510Z] ---> f301db8b08d7 [2020-10-20T03:24:02.510Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T03:24:02.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:02.787Z] Removing intermediate container bb0c609e7ede [2020-10-20T03:24:02.788Z] ---> 05ed6ba83337 [2020-10-20T03:24:02.788Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T03:24:02.788Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T03:24:02.788Z] ---> Running in 15d00eda4aa3 [2020-10-20T03:24:02.788Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T03:24:03.053Z] Executing bash-5.0.17-r0.post-install [2020-10-20T03:24:03.053Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:24:03.053Z] OK: 12 MiB in 22 packages [2020-10-20T03:24:03.053Z] ---> 24a0339124df [2020-10-20T03:24:03.053Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T03:24:03.053Z] ---> e9e81d9b3195 [2020-10-20T03:24:03.053Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T03:24:03.316Z] ---> Running in b626c4e91587 [2020-10-20T03:24:03.316Z] Removing intermediate container 15d00eda4aa3 [2020-10-20T03:24:03.316Z] ---> 1994221d688c [2020-10-20T03:24:03.316Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T03:24:03.581Z] ---> Running in c89206212e13 [2020-10-20T03:24:03.581Z] Removing intermediate container b626c4e91587 [2020-10-20T03:24:03.581Z] ---> 0730545101d5 [2020-10-20T03:24:03.581Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:24:04.156Z] ---> Running in 4583789d4a15 [2020-10-20T03:24:04.156Z] Removing intermediate container c89206212e13 [2020-10-20T03:24:04.156Z] ---> f6740803771e [2020-10-20T03:24:04.156Z] Step 18/20 : LABEL arch=x86_64 [2020-10-20T03:24:04.156Z] ---> 52bf3289564b [2020-10-20T03:24:04.156Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T03:24:04.156Z] Removing intermediate container 2b7b803b2606 [2020-10-20T03:24:04.156Z] ---> ab72c8b25ae8 [2020-10-20T03:24:04.156Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T03:24:04.425Z] ---> Running in 6bfa8cd8ff9b [2020-10-20T03:24:04.425Z] ---> Running in f265a209bb3d [2020-10-20T03:24:04.425Z] Removing intermediate container 70fec6328db0 [2020-10-20T03:24:04.425Z] ---> 99e750f0b5fc [2020-10-20T03:24:04.425Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T03:24:04.688Z] Removing intermediate container 4583789d4a15 [2020-10-20T03:24:04.688Z] ---> 56d5b649d667 [2020-10-20T03:24:04.688Z] Step 19/21 : LABEL arch=x86_64 [2020-10-20T03:24:05.267Z] ---> Running in b6b52b330cc0 [2020-10-20T03:24:05.268Z] ---> 59798264e785 [2020-10-20T03:24:05.268Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T03:24:05.533Z] Removing intermediate container 6bfa8cd8ff9b [2020-10-20T03:24:05.533Z] ---> a8217ec768ac [2020-10-20T03:24:05.533Z] Step 19/20 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:24:05.533Z] ---> Running in 9f841dd7feb4 [2020-10-20T03:24:05.533Z] ---> Running in 783f8baff983 [2020-10-20T03:24:05.801Z] ---> Running in e72af925b17d [2020-10-20T03:24:05.801Z] Removing intermediate container 9f841dd7feb4 [2020-10-20T03:24:05.801Z] ---> aca27e718c04 [2020-10-20T03:24:05.801Z] Step 20/21 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:24:06.065Z] ---> Running in 89db1d6d0ea9 [2020-10-20T03:24:06.065Z] Removing intermediate container 783f8baff983 [2020-10-20T03:24:06.065Z] ---> ea8d3f6550f4 [2020-10-20T03:24:06.065Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:24:06.065Z] Removing intermediate container e72af925b17d [2020-10-20T03:24:06.065Z] ---> 6f24faaa06dc [2020-10-20T03:24:06.065Z] Step 20/20 : LABEL version=1.2.2-dev.82 [2020-10-20T03:24:06.065Z] ---> Running in bc62562b3dda [2020-10-20T03:24:06.327Z] ---> Running in 69e4d30742e4 [2020-10-20T03:24:06.590Z] Removing intermediate container 89db1d6d0ea9 [2020-10-20T03:24:06.590Z] ---> 8ae2b020d5c7 [2020-10-20T03:24:06.590Z] Step 21/21 : LABEL version=1.2.2-dev.82 [2020-10-20T03:24:06.590Z] Removing intermediate container bc62562b3dda [2020-10-20T03:24:06.590Z] ---> ddeaf710a135 [2020-10-20T03:24:06.590Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T03:24:06.852Z] ---> Running in 2a5685ebfd07 [2020-10-20T03:24:06.852Z] ---> Running in 8ebc62b5e651 [2020-10-20T03:24:06.852Z] Removing intermediate container 69e4d30742e4 [2020-10-20T03:24:06.852Z] ---> 8babb6984246 [2020-10-20T03:24:06.852Z] [2020-10-20T03:24:07.116Z] Successfully built 8babb6984246 [2020-10-20T03:24:07.117Z] Removing intermediate container f265a209bb3d [2020-10-20T03:24:07.117Z] ---> e25a018cc9f0 [2020-10-20T03:24:07.117Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T03:24:07.383Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-20T03:24:07.383Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-10-20T03:24:07.383Z] Removing intermediate container 2a5685ebfd07 [2020-10-20T03:24:07.383Z] ---> 3d5d91474998 [2020-10-20T03:24:07.383Z] [2020-10-20T03:24:07.383Z] Removing intermediate container 8ebc62b5e651 [2020-10-20T03:24:07.383Z] ---> 95723c05ef05 [2020-10-20T03:24:07.383Z] Step 21/22 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:24:07.383Z] Removing intermediate container b6b52b330cc0 [2020-10-20T03:24:07.383Z] ---> 6d20b3982947 [2020-10-20T03:24:07.383Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T03:24:07.650Z] ---> Running in f0185acc9446 [2020-10-20T03:24:07.650Z] Successfully built 3d5d91474998 [2020-10-20T03:24:07.650Z] ---> Running in 64c09e9f5489 [2020-10-20T03:24:07.650Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-20T03:24:07.650Z] Building docker-support-logging-go [2020-10-20T03:24:07.650Z]  Building docker-support-scheduler-go ... done  ---> Running in bd2bf3eab9a6 [2020-10-20T03:24:07.650Z] Removing intermediate container f0185acc9446 [2020-10-20T03:24:07.650Z] ---> ca2e0cebf22f [2020-10-20T03:24:07.650Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T03:24:07.912Z] Removing intermediate container 64c09e9f5489 [2020-10-20T03:24:07.912Z] ---> 7ccc3a12da9f [2020-10-20T03:24:07.912Z] Step 22/22 : LABEL version=1.2.2-dev.82 [2020-10-20T03:24:07.912Z] Removing intermediate container bd2bf3eab9a6 [2020-10-20T03:24:07.912Z] ---> d03e5bb7f245 [2020-10-20T03:24:07.912Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T03:24:08.177Z] ---> Running in 0a8f4da1f178 [2020-10-20T03:24:08.445Z] ---> Running in a1ff8f57fb84 [2020-10-20T03:24:08.445Z] ---> Running in d90388dc8786 [2020-10-20T03:24:11.010Z] Removing intermediate container 0a8f4da1f178 [2020-10-20T03:24:11.010Z] ---> 32460fcfcf40 [2020-10-20T03:24:11.010Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T03:24:12.413Z] Removing intermediate container a1ff8f57fb84 [2020-10-20T03:24:12.413Z] ---> 08d6be464189 [2020-10-20T03:24:12.413Z] [2020-10-20T03:24:12.413Z] ---> Running in e9ba653bc328 [2020-10-20T03:24:12.413Z] Removing intermediate container d90388dc8786 [2020-10-20T03:24:12.413Z] ---> 9bffb3412e0d [2020-10-20T03:24:12.413Z] Step 27/29 : LABEL arch=x86_64 [2020-10-20T03:24:12.997Z] ---> Running in 8927755f16bc [2020-10-20T03:24:12.997Z] Successfully built 08d6be464189 [2020-10-20T03:24:12.997Z] Successfully tagged docker-core-metadata-go:latest [2020-10-20T03:24:12.997Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-10-20T03:24:18.329Z] Removing intermediate container e9ba653bc328 [2020-10-20T03:24:18.329Z] ---> 1a061a9327a7 [2020-10-20T03:24:18.329Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T03:24:18.329Z] Removing intermediate container 8927755f16bc [2020-10-20T03:24:18.329Z] ---> ae67c4c0d010 [2020-10-20T03:24:18.329Z] Step 28/29 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:24:19.302Z] ---> Running in e612a3e31a67 [2020-10-20T03:24:19.898Z] ---> 93ae6e28f2e1 [2020-10-20T03:24:19.898Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T03:24:20.512Z] Removing intermediate container e612a3e31a67 [2020-10-20T03:24:20.512Z] ---> 7e7aed3d0abf [2020-10-20T03:24:20.512Z] Step 29/29 : LABEL version=1.2.2-dev.82 [2020-10-20T03:24:20.896Z] ---> 2d436120e67e [2020-10-20T03:24:20.896Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T03:24:20.896Z] ---> Running in 9e991253fd9a [2020-10-20T03:24:21.772Z] Removing intermediate container 9e991253fd9a [2020-10-20T03:24:21.772Z] ---> fc0b56333ca3 [2020-10-20T03:24:21.772Z] [2020-10-20T03:24:22.188Z] Successfully built fc0b56333ca3 [2020-10-20T03:24:22.189Z] ---> 898fdde457e4 [2020-10-20T03:24:22.189Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T03:24:22.189Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-20T03:24:22.189Z] Building docker-security-secretstore-setup-go [2020-10-20T03:24:22.189Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 5fd322708fc3 [2020-10-20T03:24:23.633Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:24:23.633Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:24:23.633Z] ---> 879999c874cb [2020-10-20T03:24:23.633Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:24:23.633Z] ---> Using cache [2020-10-20T03:24:23.633Z] ---> 37ce7206bf63 [2020-10-20T03:24:23.633Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:24:23.633Z] ---> Using cache [2020-10-20T03:24:23.633Z] ---> 51c545627bee [2020-10-20T03:24:23.633Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T03:24:23.633Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:24:23.633Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:24:23.633Z] ---> 879999c874cb [2020-10-20T03:24:23.633Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T03:24:23.633Z] ---> Using cache [2020-10-20T03:24:23.633Z] ---> 37ce7206bf63 [2020-10-20T03:24:23.633Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:24:23.633Z] ---> Using cache [2020-10-20T03:24:23.633Z] ---> 51c545627bee [2020-10-20T03:24:23.633Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T03:24:25.566Z] ---> Running in bc1e14c58cb0 [2020-10-20T03:24:25.566Z] ---> Running in 2d58184278c1 [2020-10-20T03:24:28.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:28.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:28.131Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T03:24:28.131Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T03:24:28.131Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T03:24:28.131Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T03:24:28.131Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T03:24:28.131Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T03:24:28.405Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T03:24:28.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:28.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:29.255Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:24:29.255Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:24:29.255Z] ---> 879999c874cb [2020-10-20T03:24:29.255Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T03:24:29.255Z] ---> Using cache [2020-10-20T03:24:29.255Z] ---> 37ce7206bf63 [2020-10-20T03:24:29.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:24:29.255Z] ---> Using cache [2020-10-20T03:24:29.255Z] ---> 51c545627bee [2020-10-20T03:24:29.255Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T03:24:29.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:29.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:29.829Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:24:29.829Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:24:29.829Z] OK: 12752 distinct packages available [2020-10-20T03:24:30.091Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:24:30.091Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:24:30.091Z] OK: 12752 distinct packages available [2020-10-20T03:24:30.362Z] OK: 233 MiB in 51 packages [2020-10-20T03:24:30.629Z] OK: 233 MiB in 51 packages [2020-10-20T03:24:30.894Z] OK: 233 MiB in 51 packages [2020-10-20T03:24:31.477Z] ---> Running in 30226fb39253 [2020-10-20T03:24:31.755Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T03:24:31.755Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T03:24:31.755Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T03:24:31.755Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T03:24:31.755Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T03:24:31.755Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T03:24:32.032Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T03:24:32.032Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T03:24:32.032Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T03:24:32.616Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T03:24:33.196Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T03:24:33.196Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T03:24:33.196Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T03:24:33.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:33.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:24:34.038Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T03:24:34.629Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:24:34.629Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:24:34.629Z] OK: 12752 distinct packages available [2020-10-20T03:24:34.629Z] OK: 233 MiB in 51 packages [2020-10-20T03:24:34.629Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T03:24:35.576Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T03:24:35.576Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:24:35.576Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:24:35.576Z] ---> 879999c874cb [2020-10-20T03:24:35.576Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T03:24:35.576Z] ---> Using cache [2020-10-20T03:24:35.576Z] ---> 37ce7206bf63 [2020-10-20T03:24:35.576Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:24:35.576Z] ---> Using cache [2020-10-20T03:24:35.576Z] ---> 51c545627bee [2020-10-20T03:24:35.576Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T03:24:35.576Z] ---> Using cache [2020-10-20T03:24:35.576Z] ---> ab01b406d139 [2020-10-20T03:24:35.576Z] Step 6/26 : COPY go.mod . [2020-10-20T03:24:35.576Z] ---> Using cache [2020-10-20T03:24:35.576Z] ---> f8dc91895b16 [2020-10-20T03:24:35.576Z] Step 7/26 : RUN go mod download [2020-10-20T03:24:35.576Z] ---> Using cache [2020-10-20T03:24:35.576Z] ---> c2f9d175ad46 [2020-10-20T03:24:35.576Z] Step 8/26 : COPY . . [2020-10-20T03:24:35.576Z] ---> Using cache [2020-10-20T03:24:35.576Z] ---> ea4722589589 [2020-10-20T03:24:35.576Z] 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-20T03:24:36.965Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T03:24:36.965Z] Removing intermediate container 2d58184278c1 [2020-10-20T03:24:36.965Z] ---> fd85656246c2 [2020-10-20T03:24:36.965Z] Step 6/24 : COPY go.mod . [2020-10-20T03:24:36.965Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T03:24:36.965Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T03:24:36.965Z] Removing intermediate container bc1e14c58cb0 [2020-10-20T03:24:36.965Z] ---> c42f106ce8ba [2020-10-20T03:24:36.965Z] Step 6/22 : COPY go.mod . [2020-10-20T03:24:36.965Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T03:24:36.965Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T03:24:36.965Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T03:24:36.965Z] ---> Running in 2c72dd82d442 [2020-10-20T03:24:36.965Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T03:24:37.228Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T03:24:37.228Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T03:24:37.228Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T03:24:37.803Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:24:38.071Z] ---> 887a28d56313 [2020-10-20T03:24:38.071Z] Step 7/22 : RUN go mod download [2020-10-20T03:24:38.071Z] ---> 201135bde7f7 [2020-10-20T03:24:38.071Z] Step 7/24 : RUN go mod download [2020-10-20T03:24:38.071Z] OK: 71 MiB in 55 packages [2020-10-20T03:24:38.071Z] ---> Running in 7ec37bcb9921 [2020-10-20T03:24:38.071Z] ---> Running in fc7663d51247 [2020-10-20T03:24:38.071Z] Removing intermediate container 30226fb39253 [2020-10-20T03:24:38.071Z] ---> ed2a1e913156 [2020-10-20T03:24:38.071Z] Step 6/23 : COPY go.mod . [2020-10-20T03:24:38.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T03:24:38.602Z] ---> 91b538329b01 [2020-10-20T03:24:38.602Z] Step 7/23 : RUN go mod download [2020-10-20T03:24:38.602Z] ---> Running in 3fbc5c306159 [2020-10-20T03:24:42.903Z] Removing intermediate container 3fbc5c306159 [2020-10-20T03:24:42.903Z] ---> 1ea277d32931 [2020-10-20T03:24:42.903Z] Step 8/23 : COPY . . [2020-10-20T03:24:45.507Z] Removing intermediate container 7ec37bcb9921 [2020-10-20T03:24:45.507Z] ---> 5b521245d19d [2020-10-20T03:24:45.507Z] Step 8/22 : COPY . . [2020-10-20T03:24:45.507Z] Removing intermediate container fc7663d51247 [2020-10-20T03:24:45.507Z] ---> 7c520d3f324e [2020-10-20T03:24:45.507Z] Step 8/24 : COPY . . [2020-10-20T03:24:52.207Z] Removing intermediate container 5fd322708fc3 [2020-10-20T03:24:52.207Z] ---> e717216fdf8b [2020-10-20T03:24:52.207Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T03:24:53.562Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6848 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-20T03:24:53.626Z] Running in /w/workspace/edgex-go/198 [Pipeline] { [Pipeline] checkout [2020-10-20T03:24:58.653Z] using credential edgex-jenkins-ssh [2020-10-20T03:24:58.746Z] Cloning the remote Git repository [2020-10-20T03:24:58.830Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:24:58.951Z] > git init /w/workspace/edgex-go/198 # timeout=10 [2020-10-20T03:24:59.031Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:24:59.032Z] > git --version # timeout=10 [2020-10-20T03:24:59.055Z] > git --version # 'git version 2.17.1' [2020-10-20T03:24:59.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T03:24:59.145Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T03:25:00.389Z] ---> Running in 903b55953b16 [2020-10-20T03:25:03.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T03:25:10.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T03:25:11.357Z] ---> 6b4b5a39e1d1 [2020-10-20T03:25:11.357Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T03:25:11.624Z] Collecting docker-compose==1.23.2 [2020-10-20T03:25:11.624Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T03:25:11.624Z] ---> 13f69166b72e [2020-10-20T03:25:11.624Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T03:25:11.898Z] ---> Running in 3c85eb805a18 [2020-10-20T03:25:12.163Z] Collecting PyYAML<4,>=3.10 [2020-10-20T03:25:12.163Z] ---> d772b9c4f718 [2020-10-20T03:25:12.163Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T03:25:12.163Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T03:25:12.163Z] ---> Running in cc88a722ffcd [2020-10-20T03:25:12.163Z] ---> Running in e723d88296eb [2020-10-20T03:25:13.120Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T03:25:13.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T03:25:13.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T03:25:13.699Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T03:25:13.699Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T03:25:15.098Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T03:25:15.098Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T03:25:16.545Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T03:25:16.814Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T03:25:16.814Z] Removing intermediate container 2c72dd82d442 [2020-10-20T03:25:16.814Z] ---> d786fe9d49ea [2020-10-20T03:25:16.814Z] [2020-10-20T03:25:16.814Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T03:25:17.439Z] 3.10: Pulling from library/alpine [2020-10-20T03:25:17.439Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T03:25:17.439Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T03:25:17.439Z] 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-20T03:25:17.721Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T03:25:17.721Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T03:25:18.011Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T03:25:18.283Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T03:25:18.283Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T03:25:18.283Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T03:25:18.283Z] ---> be4e4bea2c2e [2020-10-20T03:25:18.283Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T03:25:18.283Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T03:25:18.283Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T03:25:18.751Z] Checking out Revision d3791ebe684db7fa12cf8e4209b1a20507d77774 (master) [2020-10-20T03:25:19.730Z] ---> Running in 2b737b751dca [2020-10-20T03:25:19.731Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T03:25:19.731Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T03:25:20.009Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T03:25:20.009Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T03:25:20.009Z] Collecting idna<2.8,>=2.5 [2020-10-20T03:25:20.009Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T03:25:18.077Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T03:25:18.100Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T03:25:18.125Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T03:25:18.167Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:25:18.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T03:25:18.179Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T03:25:18.794Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T03:25:18.807Z] > git checkout -f d3791ebe684db7fa12cf8e4209b1a20507d77774 # timeout=10 [2020-10-20T03:25:20.308Z] 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-20T03:25:20.308Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T03:25:20.308Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T03:25:20.308Z] 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-20T03:25:20.308Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T03:25:20.308Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T03:25:20.308Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T03:25:20.308Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T03:25:20.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:25:20.580Z] Installing collected packages: PyYAML, websocket-client, docopt, texttable, jsonschema, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose [2020-10-20T03:25:20.580Z] Running setup.py install for PyYAML: started [2020-10-20T03:25:20.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:25:20.849Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T03:25:20.849Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T03:25:20.849Z] OK: 10346 distinct packages available [2020-10-20T03:25:21.122Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T03:25:21.123Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T03:25:21.123Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T03:25:21.393Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T03:25:21.393Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T03:25:21.393Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T03:25:21.393Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T03:25:21.393Z] OK: 7 MiB in 19 packages [2020-10-20T03:25:21.659Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T03:25:21.659Z] Running setup.py install for docopt: started [2020-10-20T03:25:22.245Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T03:25:22.510Z] Running setup.py install for texttable: started [2020-10-20T03:25:23.109Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T03:25:23.432Z] Commit message: "Merge pull request #2810 from cloudxxx8/issue-2809" [2020-10-20T03:25:23.695Z] Attempting uninstall: idna [2020-10-20T03:25:23.695Z] Found existing installation: idna 2.9 [2020-10-20T03:25:23.695Z] Uninstalling idna-2.9: [2020-10-20T03:25:23.695Z] Removing intermediate container 2b737b751dca [2020-10-20T03:25:23.695Z] ---> ef47487cfea2 [2020-10-20T03:25:23.695Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T03:25:23.695Z] Successfully uninstalled idna-2.9 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T03:25:24.481Z] ========================================================= [2020-10-20T03:25:24.481Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T03:25:24.481Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:25:25.649Z] ---> Running in 501aab94c643 [2020-10-20T03:25:25.649Z] Attempting uninstall: urllib3 [2020-10-20T03:25:25.649Z] Found existing installation: urllib3 1.25.9 [2020-10-20T03:25:25.649Z] Uninstalling urllib3-1.25.9: [2020-10-20T03:25:25.649Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T03:25:25.728Z] + 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-20T03:25:25.916Z] Removing intermediate container 501aab94c643 [2020-10-20T03:25:25.916Z] ---> e44c63e01b00 [2020-10-20T03:25:25.916Z] Step 13/26 : WORKDIR / [2020-10-20T03:25:26.184Z] Attempting uninstall: requests [2020-10-20T03:25:26.184Z] Found existing installation: requests 2.23.0 [2020-10-20T03:25:26.184Z] Uninstalling requests-2.23.0: [2020-10-20T03:25:26.454Z] Successfully uninstalled requests-2.23.0 [2020-10-20T03:25:26.454Z] ---> Running in f619f733e445 [2020-10-20T03:25:27.036Z] Removing intermediate container f619f733e445 [2020-10-20T03:25:27.036Z] ---> c5f671a37846 [2020-10-20T03:25:27.036Z] 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-20T03:25:27.995Z] Running setup.py install for dockerpty: started [2020-10-20T03:25:28.260Z] ---> a3e654180375 [2020-10-20T03:25:28.260Z] 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-20T03:25:28.260Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T03:25:28.364Z] Sending build context to Docker daemon 165MB [2020-10-20T03:25:28.364Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T03:25:28.364Z] Step 2/7 : FROM ${BASE} [2020-10-20T03:25:28.636Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T03:25:28.637Z] b538f80385f9: Pulling fs layer [2020-10-20T03:25:28.637Z] 74f711af9a0d: Pulling fs layer [2020-10-20T03:25:28.637Z] 99f96fe45779: Pulling fs layer [2020-10-20T03:25:28.637Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T03:25:28.637Z] 45590311c82a: Pulling fs layer [2020-10-20T03:25:28.637Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T03:25:28.637Z] 209524e5b208: Pulling fs layer [2020-10-20T03:25:28.637Z] 8529a6b9a6be: Waiting [2020-10-20T03:25:28.637Z] 45590311c82a: Waiting [2020-10-20T03:25:28.637Z] 69ca0ff8b7b3: Waiting [2020-10-20T03:25:28.637Z] 209524e5b208: Waiting [2020-10-20T03:25:28.637Z] 99f96fe45779: Verifying Checksum [2020-10-20T03:25:28.637Z] 99f96fe45779: Download complete [2020-10-20T03:25:28.637Z] 74f711af9a0d: Verifying Checksum [2020-10-20T03:25:28.637Z] 74f711af9a0d: Download complete [2020-10-20T03:25:28.637Z] 45590311c82a: Download complete [2020-10-20T03:25:28.637Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T03:25:28.637Z] 69ca0ff8b7b3: Download complete [2020-10-20T03:25:28.864Z] ---> 5f819388eb97 [2020-10-20T03:25:28.864Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T03:25:28.864Z] 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-20T03:25:28.913Z] b538f80385f9: Verifying Checksum [2020-10-20T03:25:28.913Z] b538f80385f9: Download complete [2020-10-20T03:25:29.513Z] b538f80385f9: Pull complete [2020-10-20T03:25:29.800Z] 74f711af9a0d: Pull complete [2020-10-20T03:25:30.078Z] 99f96fe45779: Pull complete [2020-10-20T03:25:30.272Z] ---> af285a0580f1 [2020-10-20T03:25:30.272Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T03:25:30.543Z] ---> 92ab56c35c83 [2020-10-20T03:25:30.817Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T03:25:31.523Z] 209524e5b208: Download complete [2020-10-20T03:25:32.793Z] ---> 266b849bcaec [2020-10-20T03:25:32.793Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T03:25:32.967Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T03:25:32.967Z] 8529a6b9a6be: Download complete [2020-10-20T03:25:33.382Z] Removing intermediate container 903b55953b16 [2020-10-20T03:25:33.382Z] ---> cd2b929f92c7 [2020-10-20T03:25:33.382Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T03:25:33.981Z] ---> 21ce13353040 [2020-10-20T03:25:33.981Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T03:25:33.981Z] ---> Running in 36f3b9b1bdef [2020-10-20T03:25:35.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:25:35.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:25:35.678Z] ---> 3934d751b783 [2020-10-20T03:25:35.678Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T03:25:35.945Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T03:25:35.945Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T03:25:35.945Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T03:25:35.945Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:25:35.945Z] OK: 72 MiB in 58 packages [2020-10-20T03:25:36.212Z] ---> d3619974de80 [2020-10-20T03:25:36.212Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T03:25:36.212Z] ---> Running in 0bfe113278ee [2020-10-20T03:25:36.805Z] Removing intermediate container 36f3b9b1bdef [2020-10-20T03:25:36.805Z] ---> b3926238158d [2020-10-20T03:25:36.805Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T03:25:37.075Z] ---> Running in 7ab72853ab5c [2020-10-20T03:25:37.359Z] Removing intermediate container 7ab72853ab5c [2020-10-20T03:25:37.359Z] ---> f970365bbde7 [2020-10-20T03:25:37.359Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:25:37.359Z] ---> Running in d90bf0dcc452 [2020-10-20T03:25:37.943Z] Removing intermediate container d90bf0dcc452 [2020-10-20T03:25:37.943Z] ---> 8b14e5b57409 [2020-10-20T03:25:37.943Z] Step 25/27 : LABEL arch=x86_64 [2020-10-20T03:25:38.208Z] Removing intermediate container 0bfe113278ee [2020-10-20T03:25:38.208Z] ---> 811bc93c7df2 [2020-10-20T03:25:38.208Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T03:25:38.208Z] ---> Running in a5c436b0994f [2020-10-20T03:25:39.162Z] ---> Running in 8d0736efe053 [2020-10-20T03:25:39.434Z] Removing intermediate container a5c436b0994f [2020-10-20T03:25:39.434Z] ---> 92e94ca82ec2 [2020-10-20T03:25:39.434Z] Step 26/27 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:25:39.715Z] ---> Running in 3a607e819551 [2020-10-20T03:25:39.715Z] Removing intermediate container 8d0736efe053 [2020-10-20T03:25:39.715Z] ---> a2bfde702701 [2020-10-20T03:25:39.715Z] Step 24/26 : LABEL arch=x86_64 [2020-10-20T03:25:39.715Z] ---> Running in 5d1f4d83ed2b [2020-10-20T03:25:39.991Z] Removing intermediate container 3a607e819551 [2020-10-20T03:25:39.991Z] ---> 88ea7ffe2df8 [2020-10-20T03:25:39.991Z] Step 27/27 : LABEL version=1.2.2-dev.82 [2020-10-20T03:25:40.273Z] ---> Running in 92be86301365 [2020-10-20T03:25:40.273Z] Removing intermediate container 5d1f4d83ed2b [2020-10-20T03:25:40.273Z] ---> f09cd9a2e36d [2020-10-20T03:25:40.273Z] Step 25/26 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:25:42.851Z] ---> Running in 6d64baf3eaa8 [2020-10-20T03:25:43.430Z] Removing intermediate container 92be86301365 [2020-10-20T03:25:43.430Z] ---> 1c507b7b2ce4 [2020-10-20T03:25:43.430Z] [2020-10-20T03:25:43.430Z] Removing intermediate container cc88a722ffcd [2020-10-20T03:25:43.430Z] ---> e2aaece3d6ac [2020-10-20T03:25:43.430Z] [2020-10-20T03:25:43.430Z] Step 10/22 : FROM scratch [2020-10-20T03:25:43.430Z] ---> [2020-10-20T03:25:43.430Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T03:25:43.430Z] Removing intermediate container e723d88296eb [2020-10-20T03:25:43.430Z] ---> 609e4023dfbc [2020-10-20T03:25:43.430Z] [2020-10-20T03:25:43.430Z] Step 10/24 : FROM scratch [2020-10-20T03:25:43.430Z] ---> [2020-10-20T03:25:43.430Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T03:25:43.430Z] Removing intermediate container 6d64baf3eaa8 [2020-10-20T03:25:43.430Z] ---> 699d8e90c84e [2020-10-20T03:25:43.430Z] Step 26/26 : LABEL version=1.2.2-dev.82 [2020-10-20T03:25:43.695Z] Successfully built 1c507b7b2ce4 [2020-10-20T03:25:43.695Z] ---> Running in 59d890a04e89 [2020-10-20T03:25:43.695Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-20T03:25:43.695Z] Building docker-core-command-go [2020-10-20T03:25:43.957Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 23744d30d464 [2020-10-20T03:25:43.957Z] ---> Running in 03aaa499b0e2 [2020-10-20T03:25:45.376Z] 8529a6b9a6be: Pull complete [2020-10-20T03:25:45.376Z] 45590311c82a: Pull complete [2020-10-20T03:25:45.376Z] 69ca0ff8b7b3: Pull complete [2020-10-20T03:25:46.910Z] Removing intermediate container 59d890a04e89 [2020-10-20T03:25:46.910Z] ---> bac45f11d647 [2020-10-20T03:25:46.910Z] [2020-10-20T03:25:47.878Z] Successfully built bac45f11d647 [2020-10-20T03:25:47.996Z] 209524e5b208: Pull complete [2020-10-20T03:25:47.996Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T03:25:47.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T03:25:47.996Z] ---> 5bddaf1c2fca [2020-10-20T03:25:47.996Z] 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-20T03:25:48.455Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-20T03:25:48.718Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 03aaa499b0e2 [2020-10-20T03:25:48.718Z] ---> a56c8cd5cebb [2020-10-20T03:25:48.718Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T03:25:48.718Z] Removing intermediate container 23744d30d464 [2020-10-20T03:25:48.718Z] ---> caf14a497fcf [2020-10-20T03:25:48.718Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T03:25:48.988Z] ---> Running in ca7db872f619 [2020-10-20T03:25:48.988Z] ---> Running in 54c4c6455352 [2020-10-20T03:25:49.582Z] Removing intermediate container 54c4c6455352 [2020-10-20T03:25:49.582Z] ---> 02e1bda21f1d [2020-10-20T03:25:49.582Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:25:49.852Z] Removing intermediate container ca7db872f619 [2020-10-20T03:25:49.852Z] ---> ea944ea5376e [2020-10-20T03:25:49.852Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T03:25:50.436Z] ---> Running in 9d572e28738a [2020-10-20T03:25:50.436Z] ---> Running in 1e1b9bfc41ca [2020-10-20T03:25:52.327Z] ---> Running in c6ef0cf526c0 [2020-10-20T03:25:53.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:25:54.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:25:55.336Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T03:25:55.607Z] (2/12) Installing file (5.38-r0) [2020-10-20T03:25:55.607Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T03:25:55.749Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:25:55.749Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:25:55.749Z] ---> 879999c874cb [2020-10-20T03:25:55.749Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:25:55.878Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T03:25:56.324Z] ---> Using cache [2020-10-20T03:25:56.324Z] ---> 37ce7206bf63 [2020-10-20T03:25:56.324Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:25:56.324Z] ---> Using cache [2020-10-20T03:25:56.324Z] ---> 51c545627bee [2020-10-20T03:25:56.324Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T03:25:56.324Z] ---> Using cache [2020-10-20T03:25:56.324Z] ---> ab01b406d139 [2020-10-20T03:25:56.324Z] Step 6/22 : COPY go.mod . [2020-10-20T03:25:56.324Z] ---> Using cache [2020-10-20T03:25:56.324Z] ---> f8dc91895b16 [2020-10-20T03:25:56.324Z] Step 7/22 : RUN go mod download [2020-10-20T03:25:56.324Z] ---> Using cache [2020-10-20T03:25:56.324Z] ---> c2f9d175ad46 [2020-10-20T03:25:56.324Z] Step 8/22 : COPY . . [2020-10-20T03:25:56.324Z] Removing intermediate container 1e1b9bfc41ca [2020-10-20T03:25:56.324Z] ---> 8bd49eb4018b [2020-10-20T03:25:56.324Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T03:25:56.324Z] Removing intermediate container 9d572e28738a [2020-10-20T03:25:56.324Z] ---> 1c96a1ab9d61 [2020-10-20T03:25:56.324Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T03:25:56.324Z] ---> Using cache [2020-10-20T03:25:56.324Z] ---> ea4722589589 [2020-10-20T03:25:56.324Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T03:25:56.324Z] Removing intermediate container 3c85eb805a18 [2020-10-20T03:25:56.324Z] ---> d85eca8c98b6 [2020-10-20T03:25:56.324Z] [2020-10-20T03:25:56.324Z] Step 10/23 : FROM alpine [2020-10-20T03:25:56.324Z] ---> a24bb4013296 [2020-10-20T03:25:56.324Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:25:56.587Z] ---> Running in 9bec6eff66ea [2020-10-20T03:25:56.587Z] ---> Running in 3947b7ed5798 [2020-10-20T03:25:56.851Z] ---> 02a2c8845a7c [2020-10-20T03:25:56.851Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T03:25:56.851Z] Removing intermediate container 3947b7ed5798 [2020-10-20T03:25:56.851Z] ---> 2ee1e3192f5f [2020-10-20T03:25:56.851Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T03:25:56.851Z] ---> 4f8353ebcba7 [2020-10-20T03:25:56.851Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T03:25:56.851Z] ---> Running in f491ed042298 [2020-10-20T03:25:57.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T03:25:57.703Z] ---> d2429e0d4d0a [2020-10-20T03:25:57.703Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T03:25:57.703Z] Removing intermediate container f491ed042298 [2020-10-20T03:25:57.703Z] ---> 590470254eeb [2020-10-20T03:25:57.703Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T03:25:58.289Z] ---> 6d04904dbe2c [2020-10-20T03:25:58.289Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T03:25:58.289Z] ---> Running in 99d4c6385284 [2020-10-20T03:25:58.489Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T03:25:58.554Z] Removing intermediate container 99d4c6385284 [2020-10-20T03:25:58.554Z] ---> 9d233a8aaf41 [2020-10-20T03:25:58.554Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:25:58.554Z] ---> 7c71005f011d [2020-10-20T03:25:58.554Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T03:25:58.554Z] ---> Running in 54c030c11c37 [2020-10-20T03:25:58.763Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T03:25:58.763Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T03:25:58.763Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T03:25:59.033Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T03:25:59.033Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T03:25:59.140Z] ---> 4eec610565a5 [2020-10-20T03:25:59.140Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T03:25:59.140Z] ---> 293cbdc7ff88 [2020-10-20T03:25:59.140Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T03:25:59.303Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T03:25:59.303Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T03:25:59.303Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:25:59.420Z] ---> Running in 406fe80499ae [2020-10-20T03:25:59.576Z] OK: 217 MiB in 51 packages [2020-10-20T03:25:59.690Z] Removing intermediate container 406fe80499ae [2020-10-20T03:25:59.690Z] ---> 54e1383577ba [2020-10-20T03:25:59.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:25:59.690Z] ---> 29522f7c01e2 [2020-10-20T03:25:59.690Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T03:25:59.962Z] ---> Running in 99432ad0e922 [2020-10-20T03:26:00.231Z] Removing intermediate container 99432ad0e922 [2020-10-20T03:26:00.231Z] ---> d0a90bdbd9e5 [2020-10-20T03:26:00.231Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T03:26:00.502Z] ---> Running in 3610933d0c97 [2020-10-20T03:26:00.502Z] Removing intermediate container 54c030c11c37 [2020-10-20T03:26:00.502Z] ---> 93b16fb31b0f [2020-10-20T03:26:00.502Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T03:26:00.780Z] ---> Running in 9c49e9da23e9 [2020-10-20T03:26:00.780Z] Removing intermediate container 3610933d0c97 [2020-10-20T03:26:00.780Z] ---> a2c852c98b3f [2020-10-20T03:26:00.780Z] Step 21/22 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:00.780Z] ---> a6a86a6678e3 [2020-10-20T03:26:00.780Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T03:26:01.065Z] ---> Running in aa2c24222d52 [2020-10-20T03:26:01.343Z] ---> 0b76be08efa8 [2020-10-20T03:26:01.344Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T03:26:01.616Z] Removing intermediate container aa2c24222d52 [2020-10-20T03:26:01.616Z] ---> 532710acb30d [2020-10-20T03:26:01.616Z] Step 22/22 : LABEL version=1.2.2-dev.82 [2020-10-20T03:26:01.616Z] ---> Running in 46dc5cbb1c8e [2020-10-20T03:26:01.616Z] ---> Running in ee0fbace0c13 [2020-10-20T03:26:01.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:26:01.886Z] Removing intermediate container ee0fbace0c13 [2020-10-20T03:26:01.886Z] ---> a16df4e35aee [2020-10-20T03:26:01.886Z] [2020-10-20T03:26:01.886Z] Removing intermediate container 46dc5cbb1c8e [2020-10-20T03:26:01.886Z] ---> 9a19ec4bb5e9 [2020-10-20T03:26:01.886Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:26:02.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:26:02.463Z] Successfully built a16df4e35aee [2020-10-20T03:26:02.735Z] Successfully tagged docker-support-logging-go:latest [2020-10-20T03:26:02.735Z]  Building docker-support-logging-go ... done  ---> Running in ef836c0fa414 [2020-10-20T03:26:03.014Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T03:26:03.014Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T03:26:03.014Z] Removing intermediate container ef836c0fa414 [2020-10-20T03:26:03.014Z] ---> 804782601aff [2020-10-20T03:26:03.014Z] Step 22/24 : LABEL arch=x86_64 [2020-10-20T03:26:03.014Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T03:26:03.014Z] ---> Running in b650669b9327 [2020-10-20T03:26:03.299Z] Removing intermediate container b650669b9327 [2020-10-20T03:26:03.299Z] ---> bffb07b96219 [2020-10-20T03:26:03.299Z] Step 23/24 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:03.299Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T03:26:03.299Z] ---> Running in f5cd9db17ec9 [2020-10-20T03:26:03.589Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T03:26:03.589Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:26:03.589Z] OK: 8 MiB in 19 packages [2020-10-20T03:26:03.874Z] Removing intermediate container f5cd9db17ec9 [2020-10-20T03:26:03.874Z] ---> 5bf3dc5f96e6 [2020-10-20T03:26:03.874Z] Step 24/24 : LABEL version=1.2.2-dev.82 [2020-10-20T03:26:03.874Z] ---> Running in 4e65bb191e5a [2020-10-20T03:26:03.890Z] Removing intermediate container c6ef0cf526c0 [2020-10-20T03:26:03.890Z] ---> 9d9f8a388553 [2020-10-20T03:26:03.890Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T03:26:04.154Z] Removing intermediate container 4e65bb191e5a [2020-10-20T03:26:04.154Z] ---> 481f098daf94 [2020-10-20T03:26:04.154Z] [2020-10-20T03:26:04.163Z] ---> Running in 0f124ef58b1c [2020-10-20T03:26:04.419Z] Successfully built 481f098daf94 [2020-10-20T03:26:04.419Z] Successfully tagged docker-support-notifications-go:latest [2020-10-20T03:26:04.419Z]  Building docker-support-notifications-go ... done Removing intermediate container 9c49e9da23e9 [2020-10-20T03:26:04.419Z] ---> 0538f134faf6 [2020-10-20T03:26:04.419Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T03:26:04.712Z] ---> 5ca22b2a9a83 [2020-10-20T03:26:04.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T03:26:04.755Z] Removing intermediate container 0f124ef58b1c [2020-10-20T03:26:04.755Z] ---> 6bd70c784af1 [2020-10-20T03:26:04.755Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T03:26:05.025Z] latest: Pulling from library/docker [2020-10-20T03:26:05.302Z] b538f80385f9: Already exists [2020-10-20T03:26:05.302Z] 259a493cd78d: Pulling fs layer [2020-10-20T03:26:05.302Z] b8e66b5100f5: Pulling fs layer [2020-10-20T03:26:05.302Z] 7f8258a56ab6: Pulling fs layer [2020-10-20T03:26:05.302Z] 75a0a0ebb566: Pulling fs layer [2020-10-20T03:26:05.302Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-20T03:26:05.302Z] 294320357d30: Pulling fs layer [2020-10-20T03:26:05.302Z] 75a0a0ebb566: Waiting [2020-10-20T03:26:05.302Z] 4a2c62f0a2a3: Waiting [2020-10-20T03:26:05.302Z] 294320357d30: Waiting [2020-10-20T03:26:05.302Z] b8e66b5100f5: Verifying Checksum [2020-10-20T03:26:05.302Z] b8e66b5100f5: Download complete [2020-10-20T03:26:05.302Z] 259a493cd78d: Verifying Checksum [2020-10-20T03:26:05.302Z] 259a493cd78d: Download complete [2020-10-20T03:26:05.578Z] 75a0a0ebb566: Verifying Checksum [2020-10-20T03:26:05.578Z] 75a0a0ebb566: Download complete [2020-10-20T03:26:05.578Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-20T03:26:05.578Z] 4a2c62f0a2a3: Download complete [2020-10-20T03:26:05.578Z] 294320357d30: Download complete [2020-10-20T03:26:05.692Z] ---> fd0a783240c4 [2020-10-20T03:26:05.692Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T03:26:05.961Z] ---> a238dd1e0d67 [2020-10-20T03:26:05.961Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T03:26:06.184Z] 259a493cd78d: Pull complete [2020-10-20T03:26:06.225Z] ---> Running in fb511d099827 [2020-10-20T03:26:06.463Z] b8e66b5100f5: Pull complete [2020-10-20T03:26:06.489Z] Removing intermediate container fb511d099827 [2020-10-20T03:26:06.489Z] ---> 0b2290689d35 [2020-10-20T03:26:06.489Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:26:06.489Z] ---> Running in 0d4633b0bc7e [2020-10-20T03:26:06.755Z] Removing intermediate container 0d4633b0bc7e [2020-10-20T03:26:06.755Z] ---> 29702f19e416 [2020-10-20T03:26:06.755Z] Step 21/23 : LABEL arch=x86_64 [2020-10-20T03:26:07.017Z] ---> Running in 60dddedf9dc1 [2020-10-20T03:26:07.062Z] 7f8258a56ab6: Verifying Checksum [2020-10-20T03:26:07.062Z] 7f8258a56ab6: Download complete [2020-10-20T03:26:07.285Z] Removing intermediate container 60dddedf9dc1 [2020-10-20T03:26:07.285Z] ---> 6769242b553c [2020-10-20T03:26:07.285Z] Step 22/23 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:07.285Z] ---> Running in 757c5921d95d [2020-10-20T03:26:07.548Z] Removing intermediate container 757c5921d95d [2020-10-20T03:26:07.548Z] ---> bcc7000c5df2 [2020-10-20T03:26:07.548Z] Step 23/23 : LABEL version=1.2.2-dev.82 [2020-10-20T03:26:07.548Z] ---> Running in 153b56d8b400 [2020-10-20T03:26:07.811Z] Removing intermediate container 153b56d8b400 [2020-10-20T03:26:07.811Z] ---> fd6770c3e891 [2020-10-20T03:26:07.811Z] [2020-10-20T03:26:07.811Z] Successfully built fd6770c3e891 [2020-10-20T03:26:07.811Z] Successfully tagged docker-core-data-go:latest [2020-10-20T03:26:10.367Z]  Building docker-core-data-go ... done Removing intermediate container 9bec6eff66ea [2020-10-20T03:26:10.367Z] ---> 801b2c4c97b2 [2020-10-20T03:26:10.367Z] [2020-10-20T03:26:10.367Z] Step 10/22 : FROM scratch [2020-10-20T03:26:10.367Z] ---> [2020-10-20T03:26:10.367Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:26:10.367Z] ---> Using cache [2020-10-20T03:26:10.367Z] ---> 4c8f16ef8df7 [2020-10-20T03:26:10.367Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T03:26:10.367Z] ---> Running in 874d8b78e334 [2020-10-20T03:26:10.450Z] 7f8258a56ab6: Pull complete [2020-10-20T03:26:10.629Z] Removing intermediate container 874d8b78e334 [2020-10-20T03:26:10.629Z] ---> 804830645b7f [2020-10-20T03:26:10.629Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:26:10.629Z] ---> Running in cb050d7d4729 [2020-10-20T03:26:10.723Z] 75a0a0ebb566: Pull complete [2020-10-20T03:26:10.891Z] Removing intermediate container cb050d7d4729 [2020-10-20T03:26:10.891Z] ---> 0800df031fbc [2020-10-20T03:26:10.891Z] Step 14/22 : WORKDIR / [2020-10-20T03:26:10.891Z] ---> Running in 4140b48fa5c4 [2020-10-20T03:26:10.997Z] 4a2c62f0a2a3: Pull complete [2020-10-20T03:26:11.155Z] Removing intermediate container 4140b48fa5c4 [2020-10-20T03:26:11.155Z] ---> 00848fd9487b [2020-10-20T03:26:11.155Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T03:26:11.268Z] 294320357d30: Pull complete [2020-10-20T03:26:11.268Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T03:26:11.268Z] Status: Downloaded newer image for docker:latest [2020-10-20T03:26:11.417Z] ---> 0d3c5623f398 [2020-10-20T03:26:11.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T03:26:11.990Z] ---> cd7a3ddb3475 [2020-10-20T03:26:11.990Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T03:26:11.990Z] ---> 60fc9fa6c20f [2020-10-20T03:26:11.990Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T03:26:12.252Z] ---> Running in ed5d908ae857 [2020-10-20T03:26:12.252Z] Removing intermediate container ed5d908ae857 [2020-10-20T03:26:12.252Z] ---> fd4b6911a16a [2020-10-20T03:26:12.252Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:26:12.515Z] ---> Running in 500a369279b8 [2020-10-20T03:26:12.515Z] Removing intermediate container 500a369279b8 [2020-10-20T03:26:12.515Z] ---> 3774ef657aca [2020-10-20T03:26:12.515Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T03:26:12.515Z] ---> Running in c38598b872ff [2020-10-20T03:26:12.779Z] Removing intermediate container c38598b872ff [2020-10-20T03:26:12.779Z] ---> 060f247a41e8 [2020-10-20T03:26:12.779Z] Step 21/22 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:12.779Z] ---> Running in e3a8f180e46c [2020-10-20T03:26:13.042Z] Removing intermediate container e3a8f180e46c [2020-10-20T03:26:13.042Z] ---> 1eb57035fd32 [2020-10-20T03:26:13.042Z] Step 22/22 : LABEL version=1.2.2-dev.82 [2020-10-20T03:26:13.042Z] ---> Running in 29dde05939de [2020-10-20T03:26:13.305Z] Removing intermediate container 29dde05939de [2020-10-20T03:26:13.305Z] ---> 5b03fce98a0a [2020-10-20T03:26:13.305Z] [2020-10-20T03:26:13.567Z] Successfully built 5b03fce98a0a [2020-10-20T03:26:13.567Z] Successfully tagged docker-core-command-go:latest [2020-10-20T03:26:13.840Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-10-20T03:26:13.849Z] $ docker stop --time=1 e4fa8eec81cc49eac033c91017ffb6025316fbdaad5c4a21c79a28d14d34f0af [2020-10-20T03:26:14.671Z] ---> ed76c81f0045 [2020-10-20T03:26:14.671Z] Step 6/7 : COPY go.mod . [2020-10-20T03:26:15.265Z] ---> 8ab4d71694f5 [2020-10-20T03:26:15.265Z] Step 7/7 : RUN go mod download [2020-10-20T03:26:15.542Z] ---> Running in 8dd647c41d87 [2020-10-20T03:26:16.373Z] $ docker rm -f e4fa8eec81cc49eac033c91017ffb6025316fbdaad5c4a21c79a28d14d34f0af [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:26:16.983Z] + docker images [2020-10-20T03:26:16.983Z] + grep docker [2020-10-20T03:26:16.983Z] docker-core-command-go latest 5b03fce98a0a 3 seconds ago 12.2MB [2020-10-20T03:26:16.983Z] docker-core-data-go latest fd6770c3e891 9 seconds ago 23.6MB [2020-10-20T03:26:16.983Z] docker-support-notifications-go latest 481f098daf94 13 seconds ago 13.6MB [2020-10-20T03:26:16.983Z] docker-support-logging-go latest a16df4e35aee 15 seconds ago 11.1MB [2020-10-20T03:26:16.983Z] docker-security-secretstore-setup-go latest bac45f11d647 33 seconds ago 32.4MB [2020-10-20T03:26:16.983Z] docker-sys-mgmt-agent-go latest 1c507b7b2ce4 34 seconds ago 290MB [2020-10-20T03:26:16.983Z] docker-security-secrets-setup-go latest fc0b56333ca3 About a minute ago 24MB [2020-10-20T03:26:16.983Z] docker-core-metadata-go latest 08d6be464189 2 minutes ago 14.4MB [2020-10-20T03:26:16.983Z] docker-security-proxy-setup-go latest 8babb6984246 2 minutes ago 15.8MB [2020-10-20T03:26:16.983Z] docker-support-scheduler-go latest 3d5d91474998 2 minutes ago 12.3MB [2020-10-20T03:26:16.983Z] docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-20T03:26:17.797Z] provisioning config files... [2020-10-20T03:26:17.840Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/198@tmp/config1556122538431529800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:26:18.219Z] ---> docker-login.sh [2020-10-20T03:26:18.219Z] nexus3.edgexfoundry.org:10001 [2020-10-20T03:26:18.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:26:18.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:26:18.219Z] Configure a credential helper to remove this warning. See [2020-10-20T03:26:18.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:26:18.219Z] [2020-10-20T03:26:18.219Z] Login Succeeded [2020-10-20T03:26:18.219Z] nexus3.edgexfoundry.org:10002 [2020-10-20T03:26:18.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:26:18.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:26:18.483Z] Configure a credential helper to remove this warning. See [2020-10-20T03:26:18.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:26:18.483Z] [2020-10-20T03:26:18.483Z] Login Succeeded [2020-10-20T03:26:18.483Z] nexus3.edgexfoundry.org:10003 [2020-10-20T03:26:18.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:26:18.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:26:18.746Z] Configure a credential helper to remove this warning. See [2020-10-20T03:26:18.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:26:18.746Z] [2020-10-20T03:26:18.746Z] Login Succeeded [2020-10-20T03:26:18.746Z] nexus3.edgexfoundry.org:10004 [2020-10-20T03:26:18.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:26:19.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:26:19.008Z] Configure a credential helper to remove this warning. See [2020-10-20T03:26:19.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:26:19.008Z] [2020-10-20T03:26:19.008Z] Login Succeeded [2020-10-20T03:26:19.008Z] docker.io [2020-10-20T03:26:19.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:26:19.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:26:19.271Z] Configure a credential helper to remove this warning. See [2020-10-20T03:26:19.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:26:19.271Z] [2020-10-20T03:26:19.271Z] Login Succeeded [2020-10-20T03:26:19.271Z] ---> docker-login.sh ends [Pipeline] } [2020-10-20T03:26:19.281Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:19.534Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-20T03:26:19.534Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:19.534Z] 1.2.2-dev.82 [2020-10-20T03:26:19.534Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:19.534Z] master [2020-10-20T03:26:19.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:20.118Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:20.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:20.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T03:26:20.468Z] 4813f0b98961: Preparing [2020-10-20T03:26:20.468Z] 96be691b4464: Preparing [2020-10-20T03:26:20.468Z] d46821026ba6: Preparing [2020-10-20T03:26:20.732Z] 4813f0b98961: Pushed [2020-10-20T03:26:20.732Z] d46821026ba6: Pushed [2020-10-20T03:26:21.681Z] 96be691b4464: Pushed [2020-10-20T03:26:21.944Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:7f63c246ddd6e2e749925e5da6143770eccd8887a1b5d4043ee1361e4835b4a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:22.250Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:22.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.82 [2020-10-20T03:26:22.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T03:26:22.552Z] 4813f0b98961: Preparing [2020-10-20T03:26:22.552Z] 96be691b4464: Preparing [2020-10-20T03:26:22.552Z] d46821026ba6: Preparing [2020-10-20T03:26:22.552Z] d46821026ba6: Layer already exists [2020-10-20T03:26:22.552Z] 96be691b4464: Layer already exists [2020-10-20T03:26:22.552Z] 4813f0b98961: Layer already exists [2020-10-20T03:26:22.552Z] 1.2.2-dev.82: digest: sha256:7f63c246ddd6e2e749925e5da6143770eccd8887a1b5d4043ee1361e4835b4a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:22.862Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:23.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:23.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T03:26:23.161Z] 4813f0b98961: Preparing [2020-10-20T03:26:23.161Z] 96be691b4464: Preparing [2020-10-20T03:26:23.161Z] d46821026ba6: Preparing [2020-10-20T03:26:23.161Z] d46821026ba6: Layer already exists [2020-10-20T03:26:23.161Z] 4813f0b98961: Layer already exists [2020-10-20T03:26:23.161Z] 96be691b4464: Layer already exists [2020-10-20T03:26:23.161Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:7f63c246ddd6e2e749925e5da6143770eccd8887a1b5d4043ee1361e4835b4a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:23.469Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:23.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-20T03:26:23.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T03:26:23.772Z] 4813f0b98961: Preparing [2020-10-20T03:26:23.772Z] 96be691b4464: Preparing [2020-10-20T03:26:23.772Z] d46821026ba6: Preparing [2020-10-20T03:26:23.772Z] 96be691b4464: Layer already exists [2020-10-20T03:26:23.772Z] d46821026ba6: Layer already exists [2020-10-20T03:26:23.772Z] 4813f0b98961: Layer already exists [2020-10-20T03:26:23.772Z] master: digest: sha256:7f63c246ddd6e2e749925e5da6143770eccd8887a1b5d4043ee1361e4835b4a1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:23.984Z] ===================================================== [Pipeline] echo [2020-10-20T03:26:24.037Z] taggedImages: [2020-10-20T03:26:24.037Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:24.037Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.82 [2020-10-20T03:26:24.037Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:24.037Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-20T03:26:24.114Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-20T03:26:24.114Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:24.114Z] 1.2.2-dev.82 [2020-10-20T03:26:24.114Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:24.114Z] master [2020-10-20T03:26:24.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:24.629Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:24.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:24.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T03:26:24.932Z] 4cb1c9337689: Preparing [2020-10-20T03:26:24.932Z] 0e9aa5692802: Preparing [2020-10-20T03:26:24.932Z] a5a82fc22d49: Preparing [2020-10-20T03:26:24.932Z] f990ccd47b12: Preparing [2020-10-20T03:26:24.932Z] 6787ae77a0e4: Preparing [2020-10-20T03:26:24.932Z] 50644c29ef5a: Preparing [2020-10-20T03:26:24.932Z] 50644c29ef5a: Waiting [2020-10-20T03:26:25.196Z] 4cb1c9337689: Pushed [2020-10-20T03:26:25.196Z] 6787ae77a0e4: Pushed [2020-10-20T03:26:25.196Z] a5a82fc22d49: Pushed [2020-10-20T03:26:25.196Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:25.196Z] f990ccd47b12: Pushed [2020-10-20T03:26:26.589Z] 0e9aa5692802: Pushed [2020-10-20T03:26:26.590Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:0c4adcbc9b51cdc273c487eec4c0b728ffbb857fa267941c8fa318bcf9746d15 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:26.901Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:27.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.82 [2020-10-20T03:26:27.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T03:26:27.207Z] 4cb1c9337689: Preparing [2020-10-20T03:26:27.207Z] 0e9aa5692802: Preparing [2020-10-20T03:26:27.207Z] a5a82fc22d49: Preparing [2020-10-20T03:26:27.207Z] f990ccd47b12: Preparing [2020-10-20T03:26:27.207Z] 6787ae77a0e4: Preparing [2020-10-20T03:26:27.207Z] 50644c29ef5a: Preparing [2020-10-20T03:26:27.207Z] 50644c29ef5a: Waiting [2020-10-20T03:26:27.207Z] a5a82fc22d49: Layer already exists [2020-10-20T03:26:27.207Z] f990ccd47b12: Layer already exists [2020-10-20T03:26:27.207Z] 0e9aa5692802: Layer already exists [2020-10-20T03:26:27.207Z] 6787ae77a0e4: Layer already exists [2020-10-20T03:26:27.207Z] 4cb1c9337689: Layer already exists [2020-10-20T03:26:27.207Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:27.207Z] 1.2.2-dev.82: digest: sha256:0c4adcbc9b51cdc273c487eec4c0b728ffbb857fa267941c8fa318bcf9746d15 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:27.518Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:27.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:27.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T03:26:27.817Z] 4cb1c9337689: Preparing [2020-10-20T03:26:27.817Z] 0e9aa5692802: Preparing [2020-10-20T03:26:27.818Z] a5a82fc22d49: Preparing [2020-10-20T03:26:27.818Z] f990ccd47b12: Preparing [2020-10-20T03:26:27.818Z] 6787ae77a0e4: Preparing [2020-10-20T03:26:27.818Z] 50644c29ef5a: Preparing [2020-10-20T03:26:27.818Z] 50644c29ef5a: Waiting [2020-10-20T03:26:27.818Z] a5a82fc22d49: Layer already exists [2020-10-20T03:26:27.818Z] 0e9aa5692802: Layer already exists [2020-10-20T03:26:27.818Z] f990ccd47b12: Layer already exists [2020-10-20T03:26:27.818Z] 6787ae77a0e4: Layer already exists [2020-10-20T03:26:27.818Z] 4cb1c9337689: Layer already exists [2020-10-20T03:26:27.818Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:27.818Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:0c4adcbc9b51cdc273c487eec4c0b728ffbb857fa267941c8fa318bcf9746d15 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:28.129Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:28.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-20T03:26:28.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T03:26:28.434Z] 4cb1c9337689: Preparing [2020-10-20T03:26:28.434Z] 0e9aa5692802: Preparing [2020-10-20T03:26:28.434Z] a5a82fc22d49: Preparing [2020-10-20T03:26:28.434Z] f990ccd47b12: Preparing [2020-10-20T03:26:28.434Z] 6787ae77a0e4: Preparing [2020-10-20T03:26:28.434Z] 50644c29ef5a: Preparing [2020-10-20T03:26:28.434Z] 50644c29ef5a: Waiting [2020-10-20T03:26:28.434Z] 0e9aa5692802: Layer already exists [2020-10-20T03:26:28.434Z] 4cb1c9337689: Layer already exists [2020-10-20T03:26:28.434Z] f990ccd47b12: Layer already exists [2020-10-20T03:26:28.434Z] a5a82fc22d49: Layer already exists [2020-10-20T03:26:28.434Z] 6787ae77a0e4: Layer already exists [2020-10-20T03:26:28.434Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:28.434Z] master: digest: sha256:0c4adcbc9b51cdc273c487eec4c0b728ffbb857fa267941c8fa318bcf9746d15 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:28.640Z] ===================================================== [Pipeline] echo [2020-10-20T03:26:28.694Z] taggedImages: [2020-10-20T03:26:28.694Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:28.694Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.82 [2020-10-20T03:26:28.694Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:28.694Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-20T03:26:28.769Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-20T03:26:28.769Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:28.769Z] 1.2.2-dev.82 [2020-10-20T03:26:28.769Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:28.769Z] master [2020-10-20T03:26:28.769Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:29.272Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:29.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:29.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T03:26:29.600Z] 0046a1ae5526: Preparing [2020-10-20T03:26:29.600Z] 248001acea0f: Preparing [2020-10-20T03:26:29.600Z] 63325ff1ad30: Preparing [2020-10-20T03:26:29.600Z] 63325ff1ad30: Pushed [2020-10-20T03:26:29.600Z] 0046a1ae5526: Pushed [2020-10-20T03:26:31.031Z] 248001acea0f: Pushed [2020-10-20T03:26:31.295Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:d64e6ebb3f41dda73367ec046cb3cf50bc3f0739dea9d139bc794dff7cc6f367 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:31.602Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:31.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.82 [2020-10-20T03:26:31.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T03:26:31.901Z] 0046a1ae5526: Preparing [2020-10-20T03:26:31.901Z] 248001acea0f: Preparing [2020-10-20T03:26:31.901Z] 63325ff1ad30: Preparing [2020-10-20T03:26:31.901Z] 63325ff1ad30: Layer already exists [2020-10-20T03:26:31.901Z] 0046a1ae5526: Layer already exists [2020-10-20T03:26:31.901Z] 248001acea0f: Layer already exists [2020-10-20T03:26:31.901Z] 1.2.2-dev.82: digest: sha256:d64e6ebb3f41dda73367ec046cb3cf50bc3f0739dea9d139bc794dff7cc6f367 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:32.208Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:32.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:32.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T03:26:32.509Z] 0046a1ae5526: Preparing [2020-10-20T03:26:32.509Z] 248001acea0f: Preparing [2020-10-20T03:26:32.509Z] 63325ff1ad30: Preparing [2020-10-20T03:26:32.509Z] 248001acea0f: Layer already exists [2020-10-20T03:26:32.509Z] 63325ff1ad30: Layer already exists [2020-10-20T03:26:32.509Z] 0046a1ae5526: Layer already exists [2020-10-20T03:26:32.509Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:d64e6ebb3f41dda73367ec046cb3cf50bc3f0739dea9d139bc794dff7cc6f367 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:32.816Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:33.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-20T03:26:33.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T03:26:33.116Z] 0046a1ae5526: Preparing [2020-10-20T03:26:33.116Z] 248001acea0f: Preparing [2020-10-20T03:26:33.116Z] 63325ff1ad30: Preparing [2020-10-20T03:26:33.116Z] 248001acea0f: Layer already exists [2020-10-20T03:26:33.116Z] 63325ff1ad30: Layer already exists [2020-10-20T03:26:33.116Z] 0046a1ae5526: Layer already exists [2020-10-20T03:26:33.116Z] master: digest: sha256:d64e6ebb3f41dda73367ec046cb3cf50bc3f0739dea9d139bc794dff7cc6f367 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:33.369Z] ===================================================== [Pipeline] echo [2020-10-20T03:26:33.444Z] taggedImages: [2020-10-20T03:26:33.444Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:33.444Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.82 [2020-10-20T03:26:33.444Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:33.444Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-20T03:26:33.510Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-20T03:26:33.510Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:33.510Z] 1.2.2-dev.82 [2020-10-20T03:26:33.510Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:33.510Z] master [2020-10-20T03:26:33.510Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:34.009Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:34.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:34.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T03:26:34.313Z] 7474b79e37ed: Preparing [2020-10-20T03:26:34.313Z] 5b395fb45aa4: Preparing [2020-10-20T03:26:34.313Z] 50be74c623a3: Preparing [2020-10-20T03:26:34.313Z] 85d5d89e3049: Preparing [2020-10-20T03:26:34.313Z] 50644c29ef5a: Preparing [2020-10-20T03:26:34.313Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:34.575Z] 5b395fb45aa4: Pushed [2020-10-20T03:26:34.575Z] 50be74c623a3: Pushed [2020-10-20T03:26:34.837Z] 85d5d89e3049: Pushed [2020-10-20T03:26:35.411Z] 7474b79e37ed: Pushed [2020-10-20T03:26:35.674Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:ae613b02d4add7b6c1a06f7ca808fcf0f7b9ecc228e7fdbdf76c30b4634b96dc size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:35.984Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:36.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.82 [2020-10-20T03:26:36.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T03:26:36.284Z] 7474b79e37ed: Preparing [2020-10-20T03:26:36.284Z] 5b395fb45aa4: Preparing [2020-10-20T03:26:36.284Z] 50be74c623a3: Preparing [2020-10-20T03:26:36.284Z] 85d5d89e3049: Preparing [2020-10-20T03:26:36.284Z] 50644c29ef5a: Preparing [2020-10-20T03:26:36.284Z] 5b395fb45aa4: Layer already exists [2020-10-20T03:26:36.284Z] 50be74c623a3: Layer already exists [2020-10-20T03:26:36.284Z] 85d5d89e3049: Layer already exists [2020-10-20T03:26:36.284Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:36.284Z] 7474b79e37ed: Layer already exists [2020-10-20T03:26:36.284Z] 1.2.2-dev.82: digest: sha256:ae613b02d4add7b6c1a06f7ca808fcf0f7b9ecc228e7fdbdf76c30b4634b96dc size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:36.629Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:36.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:36.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T03:26:36.931Z] 7474b79e37ed: Preparing [2020-10-20T03:26:36.931Z] 5b395fb45aa4: Preparing [2020-10-20T03:26:36.931Z] 50be74c623a3: Preparing [2020-10-20T03:26:36.931Z] 85d5d89e3049: Preparing [2020-10-20T03:26:36.931Z] 50644c29ef5a: Preparing [2020-10-20T03:26:36.931Z] 85d5d89e3049: Layer already exists [2020-10-20T03:26:36.931Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:36.931Z] 7474b79e37ed: Layer already exists [2020-10-20T03:26:36.931Z] 5b395fb45aa4: Layer already exists [2020-10-20T03:26:36.931Z] 50be74c623a3: Layer already exists [2020-10-20T03:26:36.931Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:ae613b02d4add7b6c1a06f7ca808fcf0f7b9ecc228e7fdbdf76c30b4634b96dc size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:37.237Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:37.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-20T03:26:37.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T03:26:37.538Z] 7474b79e37ed: Preparing [2020-10-20T03:26:37.538Z] 5b395fb45aa4: Preparing [2020-10-20T03:26:37.538Z] 50be74c623a3: Preparing [2020-10-20T03:26:37.538Z] 85d5d89e3049: Preparing [2020-10-20T03:26:37.538Z] 50644c29ef5a: Preparing [2020-10-20T03:26:37.538Z] 5b395fb45aa4: Layer already exists [2020-10-20T03:26:37.538Z] 85d5d89e3049: Layer already exists [2020-10-20T03:26:37.538Z] 50be74c623a3: Layer already exists [2020-10-20T03:26:37.538Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:37.538Z] 7474b79e37ed: Layer already exists [2020-10-20T03:26:37.538Z] master: digest: sha256:ae613b02d4add7b6c1a06f7ca808fcf0f7b9ecc228e7fdbdf76c30b4634b96dc size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:37.755Z] ===================================================== [Pipeline] echo [2020-10-20T03:26:37.804Z] taggedImages: [2020-10-20T03:26:37.804Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:37.804Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.82 [2020-10-20T03:26:37.804Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:37.804Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-20T03:26:37.871Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-20T03:26:37.871Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:37.871Z] 1.2.2-dev.82 [2020-10-20T03:26:37.871Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:37.871Z] master [2020-10-20T03:26:37.871Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:38.349Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:38.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:38.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T03:26:38.646Z] d22b3bfeeec0: Preparing [2020-10-20T03:26:38.647Z] a6e74bc835a5: Preparing [2020-10-20T03:26:38.647Z] c10b6c5103d8: Preparing [2020-10-20T03:26:38.647Z] 9906be599899: Preparing [2020-10-20T03:26:38.647Z] 9906be599899: Preparing [2020-10-20T03:26:38.647Z] 0faff68322cb: Preparing [2020-10-20T03:26:38.647Z] 395c1474aad1: Preparing [2020-10-20T03:26:38.647Z] df8bbd321676: Preparing [2020-10-20T03:26:38.647Z] d22b3bfeeec0: Preparing [2020-10-20T03:26:38.647Z] ba3dba0b3f5f: Preparing [2020-10-20T03:26:38.647Z] 83746a5e4a97: Preparing [2020-10-20T03:26:38.647Z] 934bdd7041da: Preparing [2020-10-20T03:26:38.647Z] 50644c29ef5a: Preparing [2020-10-20T03:26:38.647Z] 395c1474aad1: Waiting [2020-10-20T03:26:38.647Z] df8bbd321676: Waiting [2020-10-20T03:26:38.647Z] ba3dba0b3f5f: Waiting [2020-10-20T03:26:38.647Z] 83746a5e4a97: Waiting [2020-10-20T03:26:38.647Z] 934bdd7041da: Waiting [2020-10-20T03:26:38.647Z] 50644c29ef5a: Waiting [2020-10-20T03:26:38.910Z] 0faff68322cb: Pushed [2020-10-20T03:26:38.910Z] a6e74bc835a5: Pushed [2020-10-20T03:26:38.910Z] c10b6c5103d8: Pushed [2020-10-20T03:26:38.910Z] 9906be599899: Pushed [2020-10-20T03:26:39.173Z] 395c1474aad1: Pushed [2020-10-20T03:26:39.173Z] df8bbd321676: Pushed [2020-10-20T03:26:39.173Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:39.173Z] ba3dba0b3f5f: Pushed [2020-10-20T03:26:39.173Z] 83746a5e4a97: Pushed [2020-10-20T03:26:39.438Z] 934bdd7041da: Pushed [2020-10-20T03:26:39.702Z] d22b3bfeeec0: Pushed [2020-10-20T03:26:39.702Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:252f39c612d9bb4242fbf9e5af157a568948772385d46c7ce140c13c915ed91f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:40.008Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:40.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.82 [2020-10-20T03:26:40.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T03:26:40.306Z] d22b3bfeeec0: Preparing [2020-10-20T03:26:40.306Z] a6e74bc835a5: Preparing [2020-10-20T03:26:40.306Z] c10b6c5103d8: Preparing [2020-10-20T03:26:40.306Z] 9906be599899: Preparing [2020-10-20T03:26:40.306Z] 9906be599899: Preparing [2020-10-20T03:26:40.306Z] 0faff68322cb: Preparing [2020-10-20T03:26:40.306Z] 395c1474aad1: Preparing [2020-10-20T03:26:40.306Z] df8bbd321676: Preparing [2020-10-20T03:26:40.306Z] d22b3bfeeec0: Preparing [2020-10-20T03:26:40.306Z] ba3dba0b3f5f: Preparing [2020-10-20T03:26:40.306Z] 83746a5e4a97: Preparing [2020-10-20T03:26:40.306Z] 934bdd7041da: Preparing [2020-10-20T03:26:40.306Z] 50644c29ef5a: Preparing [2020-10-20T03:26:40.306Z] 395c1474aad1: Waiting [2020-10-20T03:26:40.306Z] df8bbd321676: Waiting [2020-10-20T03:26:40.306Z] ba3dba0b3f5f: Waiting [2020-10-20T03:26:40.306Z] 83746a5e4a97: Waiting [2020-10-20T03:26:40.306Z] 934bdd7041da: Waiting [2020-10-20T03:26:40.306Z] 50644c29ef5a: Waiting [2020-10-20T03:26:40.306Z] a6e74bc835a5: Layer already exists [2020-10-20T03:26:40.306Z] d22b3bfeeec0: Layer already exists [2020-10-20T03:26:40.306Z] 9906be599899: Layer already exists [2020-10-20T03:26:40.306Z] 0faff68322cb: Layer already exists [2020-10-20T03:26:40.306Z] c10b6c5103d8: Layer already exists [2020-10-20T03:26:40.306Z] 395c1474aad1: Layer already exists [2020-10-20T03:26:40.306Z] df8bbd321676: Layer already exists [2020-10-20T03:26:40.306Z] 934bdd7041da: Layer already exists [2020-10-20T03:26:40.306Z] ba3dba0b3f5f: Layer already exists [2020-10-20T03:26:40.306Z] 83746a5e4a97: Layer already exists [2020-10-20T03:26:40.306Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:40.306Z] 1.2.2-dev.82: digest: sha256:252f39c612d9bb4242fbf9e5af157a568948772385d46c7ce140c13c915ed91f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:40.608Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:40.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:40.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T03:26:40.904Z] d22b3bfeeec0: Preparing [2020-10-20T03:26:40.904Z] a6e74bc835a5: Preparing [2020-10-20T03:26:40.904Z] c10b6c5103d8: Preparing [2020-10-20T03:26:40.904Z] 9906be599899: Preparing [2020-10-20T03:26:40.904Z] 9906be599899: Preparing [2020-10-20T03:26:40.904Z] 0faff68322cb: Preparing [2020-10-20T03:26:40.904Z] 395c1474aad1: Preparing [2020-10-20T03:26:40.904Z] df8bbd321676: Preparing [2020-10-20T03:26:40.904Z] d22b3bfeeec0: Preparing [2020-10-20T03:26:40.904Z] ba3dba0b3f5f: Preparing [2020-10-20T03:26:40.904Z] 83746a5e4a97: Preparing [2020-10-20T03:26:40.904Z] 934bdd7041da: Preparing [2020-10-20T03:26:40.905Z] 50644c29ef5a: Preparing [2020-10-20T03:26:40.905Z] 395c1474aad1: Waiting [2020-10-20T03:26:40.905Z] 83746a5e4a97: Waiting [2020-10-20T03:26:40.905Z] 934bdd7041da: Waiting [2020-10-20T03:26:40.905Z] 50644c29ef5a: Waiting [2020-10-20T03:26:40.905Z] df8bbd321676: Waiting [2020-10-20T03:26:40.905Z] ba3dba0b3f5f: Waiting [2020-10-20T03:26:40.905Z] d22b3bfeeec0: Layer already exists [2020-10-20T03:26:40.905Z] 0faff68322cb: Layer already exists [2020-10-20T03:26:40.905Z] 9906be599899: Layer already exists [2020-10-20T03:26:40.905Z] c10b6c5103d8: Layer already exists [2020-10-20T03:26:40.905Z] a6e74bc835a5: Layer already exists [2020-10-20T03:26:40.905Z] ba3dba0b3f5f: Layer already exists [2020-10-20T03:26:40.905Z] df8bbd321676: Layer already exists [2020-10-20T03:26:40.905Z] 395c1474aad1: Layer already exists [2020-10-20T03:26:40.905Z] 83746a5e4a97: Layer already exists [2020-10-20T03:26:40.905Z] 934bdd7041da: Layer already exists [2020-10-20T03:26:40.905Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:40.905Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:252f39c612d9bb4242fbf9e5af157a568948772385d46c7ce140c13c915ed91f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:41.206Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:41.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-20T03:26:41.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T03:26:41.503Z] d22b3bfeeec0: Preparing [2020-10-20T03:26:41.503Z] a6e74bc835a5: Preparing [2020-10-20T03:26:41.503Z] c10b6c5103d8: Preparing [2020-10-20T03:26:41.503Z] 9906be599899: Preparing [2020-10-20T03:26:41.503Z] 9906be599899: Preparing [2020-10-20T03:26:41.503Z] 0faff68322cb: Preparing [2020-10-20T03:26:41.503Z] 395c1474aad1: Preparing [2020-10-20T03:26:41.503Z] df8bbd321676: Preparing [2020-10-20T03:26:41.503Z] d22b3bfeeec0: Preparing [2020-10-20T03:26:41.503Z] ba3dba0b3f5f: Preparing [2020-10-20T03:26:41.503Z] 83746a5e4a97: Preparing [2020-10-20T03:26:41.503Z] 934bdd7041da: Preparing [2020-10-20T03:26:41.503Z] 50644c29ef5a: Preparing [2020-10-20T03:26:41.503Z] 395c1474aad1: Waiting [2020-10-20T03:26:41.503Z] df8bbd321676: Waiting [2020-10-20T03:26:41.503Z] ba3dba0b3f5f: Waiting [2020-10-20T03:26:41.503Z] 83746a5e4a97: Waiting [2020-10-20T03:26:41.503Z] 934bdd7041da: Waiting [2020-10-20T03:26:41.503Z] 50644c29ef5a: Waiting [2020-10-20T03:26:41.503Z] d22b3bfeeec0: Layer already exists [2020-10-20T03:26:41.503Z] 0faff68322cb: Layer already exists [2020-10-20T03:26:41.503Z] 9906be599899: Layer already exists [2020-10-20T03:26:41.503Z] c10b6c5103d8: Layer already exists [2020-10-20T03:26:41.503Z] a6e74bc835a5: Layer already exists [2020-10-20T03:26:41.503Z] 395c1474aad1: Layer already exists [2020-10-20T03:26:41.503Z] ba3dba0b3f5f: Layer already exists [2020-10-20T03:26:41.503Z] df8bbd321676: Layer already exists [2020-10-20T03:26:41.503Z] 934bdd7041da: Layer already exists [2020-10-20T03:26:41.503Z] 83746a5e4a97: Layer already exists [2020-10-20T03:26:41.503Z] 50644c29ef5a: Layer already exists [2020-10-20T03:26:41.503Z] master: digest: sha256:252f39c612d9bb4242fbf9e5af157a568948772385d46c7ce140c13c915ed91f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:41.686Z] ===================================================== [Pipeline] echo [2020-10-20T03:26:41.734Z] taggedImages: [2020-10-20T03:26:41.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:41.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.82 [2020-10-20T03:26:41.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:41.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-20T03:26:41.797Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-20T03:26:41.797Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:41.797Z] 1.2.2-dev.82 [2020-10-20T03:26:41.797Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:41.797Z] master [2020-10-20T03:26:41.797Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:42.271Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:42.365Z] Removing intermediate container 8dd647c41d87 [2020-10-20T03:26:42.365Z] ---> d1263307aef8 [2020-10-20T03:26:42.365Z] Successfully built d1263307aef8 [2020-10-20T03:26:42.365Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:42.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:42.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T03:26:42.567Z] 77b56d6a2841: Preparing [2020-10-20T03:26:42.567Z] 04e374bdc446: Preparing [2020-10-20T03:26:42.567Z] b5bc6ebdc18c: Preparing [2020-10-20T03:26:42.567Z] 057cfa1e2d8b: Preparing [2020-10-20T03:26:42.567Z] 1a7455fae96b: Preparing [2020-10-20T03:26:42.567Z] e8a4a17882d5: Preparing [2020-10-20T03:26:42.567Z] 0a5e439c712b: Preparing [2020-10-20T03:26:42.567Z] 20385d32f36a: Preparing [2020-10-20T03:26:42.567Z] 88ead8f1ff89: Preparing [2020-10-20T03:26:42.567Z] 56d40c9807a9: Preparing [2020-10-20T03:26:42.567Z] 1b3ee35aacca: Preparing [2020-10-20T03:26:42.567Z] e8a4a17882d5: Waiting [2020-10-20T03:26:42.567Z] 0a5e439c712b: Waiting [2020-10-20T03:26:42.567Z] 20385d32f36a: Waiting [2020-10-20T03:26:42.567Z] 1b3ee35aacca: Waiting [2020-10-20T03:26:42.567Z] 88ead8f1ff89: Waiting [2020-10-20T03:26:42.567Z] 56d40c9807a9: Waiting [2020-10-20T03:26:42.775Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T03:26:42.775Z] . [Pipeline] withDockerContainer [2020-10-20T03:26:42.835Z] 04e374bdc446: Pushed [2020-10-20T03:26:42.835Z] 77b56d6a2841: Pushed [2020-10-20T03:26:43.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-6848 does not seem to be running inside a container [2020-10-20T03:26:43.099Z] 0a5e439c712b: Pushed [2020-10-20T03:26:43.099Z] e8a4a17882d5: Pushed [2020-10-20T03:26:43.099Z] 20385d32f36a: Pushed [2020-10-20T03:26:43.099Z] 88ead8f1ff89: Pushed [2020-10-20T03:26:43.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:26:43.360Z] 1b3ee35aacca: Layer already exists [2020-10-20T03:26:43.360Z] b5bc6ebdc18c: Pushed [2020-10-20T03:26:43.621Z] 1a7455fae96b: Pushed [2020-10-20T03:26:43.621Z] 56d40c9807a9: Pushed [2020-10-20T03:26:43.621Z] 057cfa1e2d8b: Pushed [2020-10-20T03:26:43.882Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:741b0c3b0e68f48910e205fdddba5047d288d300f0fc12ed322f4233d5d6617a size: 2616 [2020-10-20T03:26:45.035Z] $ docker top 723f05a552c5275fe42785a0f0a67353f9e77b74fbfad83c1880c8544f1d1b02 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:45.812Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:46.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.82 [2020-10-20T03:26:46.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T03:26:46.114Z] 77b56d6a2841: Preparing [2020-10-20T03:26:46.114Z] 04e374bdc446: Preparing [2020-10-20T03:26:46.114Z] b5bc6ebdc18c: Preparing [2020-10-20T03:26:46.114Z] 057cfa1e2d8b: Preparing [2020-10-20T03:26:46.114Z] 1a7455fae96b: Preparing [2020-10-20T03:26:46.114Z] e8a4a17882d5: Preparing [2020-10-20T03:26:46.114Z] 0a5e439c712b: Preparing [2020-10-20T03:26:46.114Z] 20385d32f36a: Preparing [2020-10-20T03:26:46.114Z] 88ead8f1ff89: Preparing [2020-10-20T03:26:46.114Z] 56d40c9807a9: Preparing [2020-10-20T03:26:46.114Z] 1b3ee35aacca: Preparing [2020-10-20T03:26:46.114Z] e8a4a17882d5: Waiting [2020-10-20T03:26:46.114Z] 0a5e439c712b: Waiting [2020-10-20T03:26:46.114Z] 56d40c9807a9: Waiting [2020-10-20T03:26:46.114Z] 1b3ee35aacca: Waiting [2020-10-20T03:26:46.114Z] 20385d32f36a: Waiting [2020-10-20T03:26:46.114Z] 88ead8f1ff89: Waiting [2020-10-20T03:26:46.114Z] 057cfa1e2d8b: Layer already exists [2020-10-20T03:26:46.114Z] b5bc6ebdc18c: Layer already exists [2020-10-20T03:26:46.114Z] 77b56d6a2841: Layer already exists [2020-10-20T03:26:46.114Z] 1a7455fae96b: Layer already exists [2020-10-20T03:26:46.114Z] 04e374bdc446: Layer already exists [2020-10-20T03:26:46.114Z] 0a5e439c712b: Layer already exists [2020-10-20T03:26:46.114Z] e8a4a17882d5: Layer already exists [2020-10-20T03:26:46.114Z] 20385d32f36a: Layer already exists [2020-10-20T03:26:46.114Z] 88ead8f1ff89: Layer already exists [2020-10-20T03:26:46.114Z] 56d40c9807a9: Layer already exists [2020-10-20T03:26:46.114Z] 1b3ee35aacca: Layer already exists [2020-10-20T03:26:46.114Z] 1.2.2-dev.82: digest: sha256:741b0c3b0e68f48910e205fdddba5047d288d300f0fc12ed322f4233d5d6617a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:46.416Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:46.458Z] + go version [2020-10-20T03:26:46.458Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T03:26:46.514Z] $ docker stop --time=1 723f05a552c5275fe42785a0f0a67353f9e77b74fbfad83c1880c8544f1d1b02 [2020-10-20T03:26:46.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:46.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T03:26:46.716Z] 77b56d6a2841: Preparing [2020-10-20T03:26:46.716Z] 04e374bdc446: Preparing [2020-10-20T03:26:46.716Z] b5bc6ebdc18c: Preparing [2020-10-20T03:26:46.716Z] 057cfa1e2d8b: Preparing [2020-10-20T03:26:46.716Z] 1a7455fae96b: Preparing [2020-10-20T03:26:46.716Z] e8a4a17882d5: Preparing [2020-10-20T03:26:46.716Z] 0a5e439c712b: Preparing [2020-10-20T03:26:46.716Z] 20385d32f36a: Preparing [2020-10-20T03:26:46.716Z] 88ead8f1ff89: Preparing [2020-10-20T03:26:46.716Z] 56d40c9807a9: Preparing [2020-10-20T03:26:46.716Z] 1b3ee35aacca: Preparing [2020-10-20T03:26:46.716Z] e8a4a17882d5: Waiting [2020-10-20T03:26:46.716Z] 0a5e439c712b: Waiting [2020-10-20T03:26:46.716Z] 20385d32f36a: Waiting [2020-10-20T03:26:46.716Z] 88ead8f1ff89: Waiting [2020-10-20T03:26:46.716Z] 56d40c9807a9: Waiting [2020-10-20T03:26:46.716Z] 1b3ee35aacca: Waiting [2020-10-20T03:26:46.716Z] 04e374bdc446: Layer already exists [2020-10-20T03:26:46.716Z] 057cfa1e2d8b: Layer already exists [2020-10-20T03:26:46.716Z] 77b56d6a2841: Layer already exists [2020-10-20T03:26:46.716Z] b5bc6ebdc18c: Layer already exists [2020-10-20T03:26:46.716Z] 1a7455fae96b: Layer already exists [2020-10-20T03:26:46.716Z] e8a4a17882d5: Layer already exists [2020-10-20T03:26:46.716Z] 20385d32f36a: Layer already exists [2020-10-20T03:26:46.716Z] 0a5e439c712b: Layer already exists [2020-10-20T03:26:46.716Z] 56d40c9807a9: Layer already exists [2020-10-20T03:26:46.716Z] 88ead8f1ff89: Layer already exists [2020-10-20T03:26:46.716Z] 1b3ee35aacca: Layer already exists [2020-10-20T03:26:46.716Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:741b0c3b0e68f48910e205fdddba5047d288d300f0fc12ed322f4233d5d6617a size: 2616 [2020-10-20T03:26:48.453Z] $ docker rm -f 723f05a552c5275fe42785a0f0a67353f9e77b74fbfad83c1880c8544f1d1b02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-10-20T03:26:49.410Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:49.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-20T03:26:49.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T03:26:49.742Z] 77b56d6a2841: Preparing [2020-10-20T03:26:49.742Z] 04e374bdc446: Preparing [2020-10-20T03:26:49.742Z] b5bc6ebdc18c: Preparing [2020-10-20T03:26:49.742Z] 057cfa1e2d8b: Preparing [2020-10-20T03:26:49.742Z] 1a7455fae96b: Preparing [2020-10-20T03:26:49.742Z] e8a4a17882d5: Preparing [2020-10-20T03:26:49.742Z] 0a5e439c712b: Preparing [2020-10-20T03:26:49.742Z] 20385d32f36a: Preparing [2020-10-20T03:26:49.742Z] 88ead8f1ff89: Preparing [2020-10-20T03:26:49.742Z] 56d40c9807a9: Preparing [2020-10-20T03:26:49.742Z] 1b3ee35aacca: Preparing [2020-10-20T03:26:49.742Z] 0a5e439c712b: Waiting [2020-10-20T03:26:49.742Z] 20385d32f36a: Waiting [2020-10-20T03:26:49.742Z] e8a4a17882d5: Waiting [2020-10-20T03:26:49.742Z] 88ead8f1ff89: Waiting [2020-10-20T03:26:49.742Z] 56d40c9807a9: Waiting [2020-10-20T03:26:49.742Z] 1b3ee35aacca: Waiting [2020-10-20T03:26:49.742Z] 04e374bdc446: Layer already exists [2020-10-20T03:26:49.742Z] b5bc6ebdc18c: Layer already exists [2020-10-20T03:26:49.742Z] 1a7455fae96b: Layer already exists [2020-10-20T03:26:49.742Z] 057cfa1e2d8b: Layer already exists [2020-10-20T03:26:49.742Z] 77b56d6a2841: Layer already exists [2020-10-20T03:26:49.742Z] 0a5e439c712b: Layer already exists [2020-10-20T03:26:49.742Z] e8a4a17882d5: Layer already exists [2020-10-20T03:26:49.742Z] 20385d32f36a: Layer already exists [2020-10-20T03:26:49.742Z] 88ead8f1ff89: Layer already exists [2020-10-20T03:26:49.742Z] 1b3ee35aacca: Layer already exists [2020-10-20T03:26:49.742Z] 56d40c9807a9: Layer already exists [2020-10-20T03:26:49.742Z] master: digest: sha256:741b0c3b0e68f48910e205fdddba5047d288d300f0fc12ed322f4233d5d6617a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-20T03:26:49.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T03:26:49.862Z] [2020-10-20T03:26:49.862Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:49.932Z] ===================================================== [Pipeline] echo [2020-10-20T03:26:49.980Z] taggedImages: [2020-10-20T03:26:49.980Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:49.980Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.82 [2020-10-20T03:26:49.980Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:49.980Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-10-20T03:26:50.202Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-20T03:26:50.202Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:50.202Z] 1.2.2-dev.82 [2020-10-20T03:26:50.202Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:50.202Z] master [2020-10-20T03:26:50.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-20T03:26:50.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T03:26:50.411Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-20T03:26:50.411Z] 29e5d40040c1: Pulling fs layer [2020-10-20T03:26:50.411Z] 1ce36da41761: Pulling fs layer [2020-10-20T03:26:50.411Z] 25b303627fd3: Pulling fs layer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:50.685Z] 29e5d40040c1: Download complete [2020-10-20T03:26:50.744Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:51.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:51.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T03:26:51.039Z] 3f616bc935e7: Preparing [2020-10-20T03:26:51.039Z] 4f5be8d2fa59: Preparing [2020-10-20T03:26:51.039Z] 0b03bb5b2d33: Preparing [2020-10-20T03:26:51.039Z] b89af1352cc8: Preparing [2020-10-20T03:26:51.294Z] 29e5d40040c1: Pull complete [2020-10-20T03:26:51.294Z] 1ce36da41761: Verifying Checksum [2020-10-20T03:26:51.294Z] 1ce36da41761: Download complete [2020-10-20T03:26:51.299Z] 3f616bc935e7: Pushed [2020-10-20T03:26:51.299Z] 0b03bb5b2d33: Pushed [2020-10-20T03:26:51.299Z] b89af1352cc8: Pushed [2020-10-20T03:26:52.241Z] 4f5be8d2fa59: Pushed [2020-10-20T03:26:52.241Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:b784ca259f9294dfc8d2e5fe2f994fd9e7f23dd65531a756f98814a7e2b967e2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:52.540Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:52.723Z] 1ce36da41761: Pull complete [2020-10-20T03:26:52.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.82 [2020-10-20T03:26:52.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T03:26:52.834Z] 3f616bc935e7: Preparing [2020-10-20T03:26:52.834Z] 4f5be8d2fa59: Preparing [2020-10-20T03:26:52.834Z] 0b03bb5b2d33: Preparing [2020-10-20T03:26:52.834Z] b89af1352cc8: Preparing [2020-10-20T03:26:52.834Z] 4f5be8d2fa59: Layer already exists [2020-10-20T03:26:52.834Z] 3f616bc935e7: Layer already exists [2020-10-20T03:26:52.834Z] 0b03bb5b2d33: Layer already exists [2020-10-20T03:26:52.834Z] b89af1352cc8: Layer already exists [2020-10-20T03:26:52.834Z] 1.2.2-dev.82: digest: sha256:b784ca259f9294dfc8d2e5fe2f994fd9e7f23dd65531a756f98814a7e2b967e2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:52.993Z] 25b303627fd3: Verifying Checksum [2020-10-20T03:26:52.993Z] 25b303627fd3: Download complete [2020-10-20T03:26:53.134Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:53.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:53.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T03:26:53.435Z] 3f616bc935e7: Preparing [2020-10-20T03:26:53.435Z] 4f5be8d2fa59: Preparing [2020-10-20T03:26:53.435Z] 0b03bb5b2d33: Preparing [2020-10-20T03:26:53.435Z] b89af1352cc8: Preparing [2020-10-20T03:26:53.435Z] 0b03bb5b2d33: Layer already exists [2020-10-20T03:26:53.435Z] 3f616bc935e7: Layer already exists [2020-10-20T03:26:53.435Z] b89af1352cc8: Layer already exists [2020-10-20T03:26:53.435Z] 4f5be8d2fa59: Layer already exists [2020-10-20T03:26:53.435Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:b784ca259f9294dfc8d2e5fe2f994fd9e7f23dd65531a756f98814a7e2b967e2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:53.891Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:54.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-20T03:26:54.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T03:26:54.218Z] 3f616bc935e7: Preparing [2020-10-20T03:26:54.218Z] 4f5be8d2fa59: Preparing [2020-10-20T03:26:54.218Z] 0b03bb5b2d33: Preparing [2020-10-20T03:26:54.218Z] b89af1352cc8: Preparing [2020-10-20T03:26:54.218Z] 3f616bc935e7: Layer already exists [2020-10-20T03:26:54.218Z] 4f5be8d2fa59: Layer already exists [2020-10-20T03:26:54.218Z] 0b03bb5b2d33: Layer already exists [2020-10-20T03:26:54.218Z] b89af1352cc8: Layer already exists [2020-10-20T03:26:54.479Z] master: digest: sha256:b784ca259f9294dfc8d2e5fe2f994fd9e7f23dd65531a756f98814a7e2b967e2 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:54.660Z] ===================================================== [Pipeline] echo [2020-10-20T03:26:54.706Z] taggedImages: [2020-10-20T03:26:54.706Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:54.706Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.82 [2020-10-20T03:26:54.706Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:54.706Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-20T03:26:54.784Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-20T03:26:54.784Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:54.784Z] 1.2.2-dev.82 [2020-10-20T03:26:54.784Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:54.784Z] master [2020-10-20T03:26:54.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:55.250Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:55.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:55.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T03:26:55.550Z] a1493d9bc2b1: Preparing [2020-10-20T03:26:55.550Z] ff82fecb882c: Preparing [2020-10-20T03:26:55.550Z] ea25d3c0b931: Preparing [2020-10-20T03:26:55.550Z] 2fdbfab12cf7: Preparing [2020-10-20T03:26:55.550Z] 78a1bc76256b: Preparing [2020-10-20T03:26:55.550Z] 7a2015eb19f5: Preparing [2020-10-20T03:26:55.550Z] 7a2015eb19f5: Waiting [2020-10-20T03:26:55.812Z] a1493d9bc2b1: Pushed [2020-10-20T03:26:55.812Z] 2fdbfab12cf7: Pushed [2020-10-20T03:26:55.812Z] ea25d3c0b931: Pushed [2020-10-20T03:26:55.812Z] 78a1bc76256b: Pushed [2020-10-20T03:26:55.812Z] 7a2015eb19f5: Pushed [2020-10-20T03:26:56.760Z] ff82fecb882c: Pushed [2020-10-20T03:26:57.021Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:65e3e3a7ac5406b19c87b1282b5a33988dfcb8d8b2b54386e9351b2ef1eb4755 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:57.320Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:57.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.82 [2020-10-20T03:26:57.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T03:26:57.613Z] a1493d9bc2b1: Preparing [2020-10-20T03:26:57.613Z] ff82fecb882c: Preparing [2020-10-20T03:26:57.613Z] ea25d3c0b931: Preparing [2020-10-20T03:26:57.613Z] 2fdbfab12cf7: Preparing [2020-10-20T03:26:57.613Z] 78a1bc76256b: Preparing [2020-10-20T03:26:57.613Z] 7a2015eb19f5: Preparing [2020-10-20T03:26:57.613Z] 7a2015eb19f5: Waiting [2020-10-20T03:26:57.613Z] ea25d3c0b931: Layer already exists [2020-10-20T03:26:57.613Z] 78a1bc76256b: Layer already exists [2020-10-20T03:26:57.613Z] ff82fecb882c: Layer already exists [2020-10-20T03:26:57.613Z] a1493d9bc2b1: Layer already exists [2020-10-20T03:26:57.613Z] 2fdbfab12cf7: Layer already exists [2020-10-20T03:26:57.613Z] 7a2015eb19f5: Layer already exists [2020-10-20T03:26:57.613Z] 1.2.2-dev.82: digest: sha256:65e3e3a7ac5406b19c87b1282b5a33988dfcb8d8b2b54386e9351b2ef1eb4755 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:57.913Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:58.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:58.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T03:26:58.212Z] a1493d9bc2b1: Preparing [2020-10-20T03:26:58.212Z] ff82fecb882c: Preparing [2020-10-20T03:26:58.212Z] ea25d3c0b931: Preparing [2020-10-20T03:26:58.212Z] 2fdbfab12cf7: Preparing [2020-10-20T03:26:58.212Z] 78a1bc76256b: Preparing [2020-10-20T03:26:58.212Z] 7a2015eb19f5: Preparing [2020-10-20T03:26:58.212Z] 7a2015eb19f5: Waiting [2020-10-20T03:26:58.212Z] 2fdbfab12cf7: Layer already exists [2020-10-20T03:26:58.212Z] a1493d9bc2b1: Layer already exists [2020-10-20T03:26:58.212Z] ea25d3c0b931: Layer already exists [2020-10-20T03:26:58.212Z] 78a1bc76256b: Layer already exists [2020-10-20T03:26:58.212Z] ff82fecb882c: Layer already exists [2020-10-20T03:26:58.212Z] 7a2015eb19f5: Layer already exists [2020-10-20T03:26:58.212Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:65e3e3a7ac5406b19c87b1282b5a33988dfcb8d8b2b54386e9351b2ef1eb4755 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:58.514Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:58.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-20T03:26:58.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T03:26:58.808Z] a1493d9bc2b1: Preparing [2020-10-20T03:26:58.808Z] ff82fecb882c: Preparing [2020-10-20T03:26:58.808Z] ea25d3c0b931: Preparing [2020-10-20T03:26:58.808Z] 2fdbfab12cf7: Preparing [2020-10-20T03:26:58.808Z] 78a1bc76256b: Preparing [2020-10-20T03:26:58.808Z] 7a2015eb19f5: Preparing [2020-10-20T03:26:58.808Z] 7a2015eb19f5: Waiting [2020-10-20T03:26:58.808Z] 2fdbfab12cf7: Layer already exists [2020-10-20T03:26:58.808Z] ea25d3c0b931: Layer already exists [2020-10-20T03:26:58.808Z] ff82fecb882c: Layer already exists [2020-10-20T03:26:58.808Z] 78a1bc76256b: Layer already exists [2020-10-20T03:26:58.808Z] a1493d9bc2b1: Layer already exists [2020-10-20T03:26:58.808Z] 7a2015eb19f5: Layer already exists [2020-10-20T03:26:59.071Z] master: digest: sha256:65e3e3a7ac5406b19c87b1282b5a33988dfcb8d8b2b54386e9351b2ef1eb4755 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:26:59.245Z] ===================================================== [Pipeline] echo [2020-10-20T03:26:59.289Z] taggedImages: [2020-10-20T03:26:59.289Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:59.289Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.82 [2020-10-20T03:26:59.289Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:59.289Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-20T03:26:59.358Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-20T03:26:59.358Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:26:59.358Z] 1.2.2-dev.82 [2020-10-20T03:26:59.358Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:26:59.358Z] master [2020-10-20T03:26:59.358Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:26:59.964Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:00.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:27:00.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T03:27:00.257Z] 8375eb3a167b: Preparing [2020-10-20T03:27:00.257Z] bca84d25909c: Preparing [2020-10-20T03:27:00.257Z] ec9ea221458f: Preparing [2020-10-20T03:27:00.257Z] ec9ea221458f: Pushed [2020-10-20T03:27:00.257Z] 8375eb3a167b: Pushed [2020-10-20T03:27:01.644Z] bca84d25909c: Pushed [2020-10-20T03:27:01.644Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:75d6331382246c29f810fdc71ca846747768a5bc03995490ff26298535316241 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:01.950Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:02.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.82 [2020-10-20T03:27:02.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T03:27:02.254Z] 8375eb3a167b: Preparing [2020-10-20T03:27:02.254Z] bca84d25909c: Preparing [2020-10-20T03:27:02.254Z] ec9ea221458f: Preparing [2020-10-20T03:27:02.254Z] ec9ea221458f: Layer already exists [2020-10-20T03:27:02.254Z] 8375eb3a167b: Layer already exists [2020-10-20T03:27:02.254Z] bca84d25909c: Layer already exists [2020-10-20T03:27:02.254Z] 1.2.2-dev.82: digest: sha256:75d6331382246c29f810fdc71ca846747768a5bc03995490ff26298535316241 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:02.557Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:02.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:27:02.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T03:27:02.852Z] 8375eb3a167b: Preparing [2020-10-20T03:27:02.852Z] bca84d25909c: Preparing [2020-10-20T03:27:02.852Z] ec9ea221458f: Preparing [2020-10-20T03:27:02.852Z] 8375eb3a167b: Layer already exists [2020-10-20T03:27:02.852Z] bca84d25909c: Layer already exists [2020-10-20T03:27:02.852Z] ec9ea221458f: Layer already exists [2020-10-20T03:27:02.852Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:75d6331382246c29f810fdc71ca846747768a5bc03995490ff26298535316241 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:03.145Z] 25b303627fd3: Pull complete [2020-10-20T03:27:03.145Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-20T03:27:03.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T03:27:03.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T03:27:03.154Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] withDockerContainer [2020-10-20T03:27:03.386Z] prd-ubuntu18.04-docker-arm64-4c-16g-6848 does not seem to be running inside a container [2020-10-20T03:27:03.475Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:27:06.834Z] $ docker top 61b7a680def62285ad41dc8902bc930e3e449c92acfa6666da126ac814e8edd3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:07.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-20T03:27:07.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T03:27:07.559Z] 8375eb3a167b: Preparing [2020-10-20T03:27:07.559Z] bca84d25909c: Preparing [2020-10-20T03:27:07.559Z] ec9ea221458f: Preparing [2020-10-20T03:27:07.559Z] ec9ea221458f: Layer already exists [2020-10-20T03:27:07.559Z] bca84d25909c: Layer already exists [2020-10-20T03:27:07.559Z] 8375eb3a167b: Layer already exists [2020-10-20T03:27:07.559Z] master: digest: sha256:75d6331382246c29f810fdc71ca846747768a5bc03995490ff26298535316241 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:27:07.740Z] ===================================================== [Pipeline] echo [2020-10-20T03:27:07.793Z] taggedImages: [2020-10-20T03:27:07.793Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:27:07.793Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.82 [2020-10-20T03:27:07.793Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:27:07.793Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-20T03:27:07.881Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-20T03:27:07.881Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:27:07.881Z] 1.2.2-dev.82 [2020-10-20T03:27:07.881Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:27:07.881Z] master [2020-10-20T03:27:07.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:08.246Z] + docker-compose build --help [2020-10-20T03:27:08.246Z] + grep parallel [2020-10-20T03:27:08.394Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:08.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:27:08.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T03:27:08.691Z] b6a3761f5e8c: Preparing [2020-10-20T03:27:08.691Z] effc6579d5a5: Preparing [2020-10-20T03:27:08.691Z] 813931606ef5: Preparing [2020-10-20T03:27:08.691Z] 98c288b0072c: Preparing [2020-10-20T03:27:08.691Z] b86faf03e457: Preparing [2020-10-20T03:27:08.691Z] 14fa8a704044: Preparing [2020-10-20T03:27:08.691Z] e028137daade: Preparing [2020-10-20T03:27:08.691Z] 527eef706b20: Preparing [2020-10-20T03:27:08.691Z] 224742e9e948: Preparing [2020-10-20T03:27:08.691Z] 5391e5290f13: Preparing [2020-10-20T03:27:08.691Z] 13baed61c795: Preparing [2020-10-20T03:27:08.691Z] 51d6d3d09136: Preparing [2020-10-20T03:27:08.691Z] 1507bc794612: Preparing [2020-10-20T03:27:08.691Z] 50644c29ef5a: Preparing [2020-10-20T03:27:08.691Z] 5391e5290f13: Waiting [2020-10-20T03:27:08.691Z] 13baed61c795: Waiting [2020-10-20T03:27:08.691Z] 51d6d3d09136: Waiting [2020-10-20T03:27:08.691Z] 1507bc794612: Waiting [2020-10-20T03:27:08.691Z] 50644c29ef5a: Waiting [2020-10-20T03:27:08.691Z] e028137daade: Waiting [2020-10-20T03:27:08.691Z] 14fa8a704044: Waiting [2020-10-20T03:27:08.691Z] 224742e9e948: Waiting [2020-10-20T03:27:08.691Z] 527eef706b20: Waiting [2020-10-20T03:27:08.957Z] b86faf03e457: Pushed [2020-10-20T03:27:08.957Z] b6a3761f5e8c: Pushed [2020-10-20T03:27:09.220Z] 98c288b0072c: Pushed [2020-10-20T03:27:09.220Z] 527eef706b20: Layer already exists [2020-10-20T03:27:09.220Z] 224742e9e948: Layer already exists [2020-10-20T03:27:09.220Z] e028137daade: Pushed [2020-10-20T03:27:09.220Z] 5391e5290f13: Layer already exists [2020-10-20T03:27:09.485Z] 13baed61c795: Layer already exists [2020-10-20T03:27:09.485Z] 51d6d3d09136: Layer already exists [2020-10-20T03:27:09.485Z] 1507bc794612: Layer already exists [2020-10-20T03:27:09.485Z] 50644c29ef5a: Layer already exists [2020-10-20T03:27:10.060Z] 14fa8a704044: Pushed [2020-10-20T03:27:10.061Z] effc6579d5a5: Pushed [2020-10-20T03:27:11.623Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T03:27:11.656Z] $ docker stop --time=1 61b7a680def62285ad41dc8902bc930e3e449c92acfa6666da126ac814e8edd3 [2020-10-20T03:27:13.593Z] $ docker rm -f 61b7a680def62285ad41dc8902bc930e3e449c92acfa6666da126ac814e8edd3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:14.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T03:27:14.399Z] . [Pipeline] withDockerContainer [2020-10-20T03:27:14.675Z] prd-ubuntu18.04-docker-arm64-4c-16g-6848 does not seem to be running inside a container [2020-10-20T03:27:14.769Z] $ 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/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:27:16.182Z] $ docker top 1684ab9a28bc80eed7f419a210b999200a007301a18d2ab33772c66ca453ac94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:27:16.670Z] 813931606ef5: Pushed [2020-10-20T03:27:16.933Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:e3a4e63263f216467da270c0ef5d78d6ca1f67ab10dccd3b06449f30b90698d5 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:17.220Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T03:27:17.245Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:17.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.82 [2020-10-20T03:27:17.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T03:27:17.549Z] b6a3761f5e8c: Preparing [2020-10-20T03:27:17.549Z] effc6579d5a5: Preparing [2020-10-20T03:27:17.549Z] 813931606ef5: Preparing [2020-10-20T03:27:17.549Z] 98c288b0072c: Preparing [2020-10-20T03:27:17.549Z] b86faf03e457: Preparing [2020-10-20T03:27:17.549Z] 14fa8a704044: Preparing [2020-10-20T03:27:17.549Z] e028137daade: Preparing [2020-10-20T03:27:17.549Z] 527eef706b20: Preparing [2020-10-20T03:27:17.549Z] 224742e9e948: Preparing [2020-10-20T03:27:17.549Z] 5391e5290f13: Preparing [2020-10-20T03:27:17.549Z] 13baed61c795: Preparing [2020-10-20T03:27:17.549Z] 51d6d3d09136: Preparing [2020-10-20T03:27:17.549Z] 1507bc794612: Preparing [2020-10-20T03:27:17.549Z] 50644c29ef5a: Preparing [2020-10-20T03:27:17.549Z] 14fa8a704044: Waiting [2020-10-20T03:27:17.549Z] e028137daade: Waiting [2020-10-20T03:27:17.549Z] 527eef706b20: Waiting [2020-10-20T03:27:17.549Z] 51d6d3d09136: Waiting [2020-10-20T03:27:17.549Z] 224742e9e948: Waiting [2020-10-20T03:27:17.549Z] 13baed61c795: Waiting [2020-10-20T03:27:17.549Z] 5391e5290f13: Waiting [2020-10-20T03:27:17.549Z] 50644c29ef5a: Waiting [2020-10-20T03:27:17.549Z] 1507bc794612: Waiting [2020-10-20T03:27:17.549Z] b6a3761f5e8c: Layer already exists [2020-10-20T03:27:17.549Z] 98c288b0072c: Layer already exists [2020-10-20T03:27:17.549Z] 813931606ef5: Layer already exists [2020-10-20T03:27:17.549Z] effc6579d5a5: Layer already exists [2020-10-20T03:27:17.549Z] b86faf03e457: Layer already exists [2020-10-20T03:27:17.549Z] e028137daade: Layer already exists [2020-10-20T03:27:17.549Z] 14fa8a704044: Layer already exists [2020-10-20T03:27:17.549Z] 527eef706b20: Layer already exists [2020-10-20T03:27:17.549Z] 224742e9e948: Layer already exists [2020-10-20T03:27:17.549Z] 13baed61c795: Layer already exists [2020-10-20T03:27:17.549Z] 5391e5290f13: Layer already exists [2020-10-20T03:27:17.549Z] 1507bc794612: Layer already exists [2020-10-20T03:27:17.549Z] 50644c29ef5a: Layer already exists [2020-10-20T03:27:17.549Z] 51d6d3d09136: Layer already exists [2020-10-20T03:27:17.549Z] 1.2.2-dev.82: digest: sha256:e3a4e63263f216467da270c0ef5d78d6ca1f67ab10dccd3b06449f30b90698d5 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:17.858Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:18.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:27:18.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T03:27:18.161Z] b6a3761f5e8c: Preparing [2020-10-20T03:27:18.161Z] effc6579d5a5: Preparing [2020-10-20T03:27:18.161Z] 813931606ef5: Preparing [2020-10-20T03:27:18.161Z] 98c288b0072c: Preparing [2020-10-20T03:27:18.161Z] b86faf03e457: Preparing [2020-10-20T03:27:18.161Z] 14fa8a704044: Preparing [2020-10-20T03:27:18.161Z] e028137daade: Preparing [2020-10-20T03:27:18.161Z] 527eef706b20: Preparing [2020-10-20T03:27:18.161Z] 224742e9e948: Preparing [2020-10-20T03:27:18.161Z] 5391e5290f13: Preparing [2020-10-20T03:27:18.161Z] 13baed61c795: Preparing [2020-10-20T03:27:18.161Z] 51d6d3d09136: Preparing [2020-10-20T03:27:18.161Z] 1507bc794612: Preparing [2020-10-20T03:27:18.161Z] 50644c29ef5a: Preparing [2020-10-20T03:27:18.161Z] 14fa8a704044: Waiting [2020-10-20T03:27:18.161Z] e028137daade: Waiting [2020-10-20T03:27:18.161Z] 13baed61c795: Waiting [2020-10-20T03:27:18.161Z] 51d6d3d09136: Waiting [2020-10-20T03:27:18.161Z] 1507bc794612: Waiting [2020-10-20T03:27:18.161Z] 50644c29ef5a: Waiting [2020-10-20T03:27:18.161Z] 527eef706b20: Waiting [2020-10-20T03:27:18.161Z] 5391e5290f13: Waiting [2020-10-20T03:27:18.161Z] 224742e9e948: Waiting [2020-10-20T03:27:18.161Z] b86faf03e457: Layer already exists [2020-10-20T03:27:18.161Z] 98c288b0072c: Layer already exists [2020-10-20T03:27:18.161Z] effc6579d5a5: Layer already exists [2020-10-20T03:27:18.161Z] 813931606ef5: Layer already exists [2020-10-20T03:27:18.161Z] b6a3761f5e8c: Layer already exists [2020-10-20T03:27:18.161Z] e028137daade: Layer already exists [2020-10-20T03:27:18.161Z] 527eef706b20: Layer already exists [2020-10-20T03:27:18.161Z] 224742e9e948: Layer already exists [2020-10-20T03:27:18.161Z] 5391e5290f13: Layer already exists [2020-10-20T03:27:18.161Z] 14fa8a704044: Layer already exists [2020-10-20T03:27:18.161Z] 1507bc794612: Layer already exists [2020-10-20T03:27:18.161Z] 13baed61c795: Layer already exists [2020-10-20T03:27:18.161Z] 51d6d3d09136: Layer already exists [2020-10-20T03:27:18.161Z] 50644c29ef5a: Layer already exists [2020-10-20T03:27:18.161Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:e3a4e63263f216467da270c0ef5d78d6ca1f67ab10dccd3b06449f30b90698d5 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:18.466Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:27:18.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-20T03:27:18.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T03:27:18.768Z] b6a3761f5e8c: Preparing [2020-10-20T03:27:18.768Z] effc6579d5a5: Preparing [2020-10-20T03:27:18.768Z] 813931606ef5: Preparing [2020-10-20T03:27:18.768Z] 98c288b0072c: Preparing [2020-10-20T03:27:18.768Z] b86faf03e457: Preparing [2020-10-20T03:27:18.768Z] 14fa8a704044: Preparing [2020-10-20T03:27:18.768Z] e028137daade: Preparing [2020-10-20T03:27:18.768Z] 527eef706b20: Preparing [2020-10-20T03:27:18.768Z] 224742e9e948: Preparing [2020-10-20T03:27:18.768Z] 5391e5290f13: Preparing [2020-10-20T03:27:18.768Z] 13baed61c795: Preparing [2020-10-20T03:27:18.768Z] 51d6d3d09136: Preparing [2020-10-20T03:27:18.768Z] 1507bc794612: Preparing [2020-10-20T03:27:18.769Z] 50644c29ef5a: Preparing [2020-10-20T03:27:18.769Z] 14fa8a704044: Waiting [2020-10-20T03:27:18.769Z] 5391e5290f13: Waiting [2020-10-20T03:27:18.769Z] 13baed61c795: Waiting [2020-10-20T03:27:18.769Z] 51d6d3d09136: Waiting [2020-10-20T03:27:18.769Z] 1507bc794612: Waiting [2020-10-20T03:27:18.769Z] 50644c29ef5a: Waiting [2020-10-20T03:27:18.769Z] e028137daade: Waiting [2020-10-20T03:27:18.769Z] 527eef706b20: Waiting [2020-10-20T03:27:18.769Z] 224742e9e948: Waiting [2020-10-20T03:27:18.769Z] b86faf03e457: Layer already exists [2020-10-20T03:27:18.769Z] 813931606ef5: Layer already exists [2020-10-20T03:27:18.769Z] b6a3761f5e8c: Layer already exists [2020-10-20T03:27:18.769Z] 98c288b0072c: Layer already exists [2020-10-20T03:27:18.769Z] effc6579d5a5: Layer already exists [2020-10-20T03:27:18.769Z] 14fa8a704044: Layer already exists [2020-10-20T03:27:18.769Z] e028137daade: Layer already exists [2020-10-20T03:27:18.769Z] 224742e9e948: Layer already exists [2020-10-20T03:27:18.769Z] 527eef706b20: Layer already exists [2020-10-20T03:27:18.769Z] 5391e5290f13: Layer already exists [2020-10-20T03:27:18.769Z] 51d6d3d09136: Layer already exists [2020-10-20T03:27:18.769Z] 13baed61c795: Layer already exists [2020-10-20T03:27:18.769Z] 50644c29ef5a: Layer already exists [2020-10-20T03:27:18.769Z] 1507bc794612: Layer already exists [2020-10-20T03:27:18.769Z] master: digest: sha256:e3a4e63263f216467da270c0ef5d78d6ca1f67ab10dccd3b06449f30b90698d5 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:27:18.942Z] ===================================================== [Pipeline] echo [2020-10-20T03:27:18.985Z] taggedImages: [2020-10-20T03:27:18.985Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:27:18.985Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.82 [2020-10-20T03:27:18.985Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:27:18.985Z] - 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-20T03:27:20.710Z] Building docker-core-command-go ... [2020-10-20T03:27:20.711Z] Building docker-core-data-go ... [2020-10-20T03:27:20.711Z] Building docker-core-metadata-go ... [2020-10-20T03:27:20.711Z] Building docker-security-proxy-setup-go ... [2020-10-20T03:27:20.711Z] Building docker-security-secrets-setup-go ... [2020-10-20T03:27:20.711Z] Building docker-security-secretstore-setup-go ... [2020-10-20T03:27:20.711Z] Building docker-support-logging-go ... [2020-10-20T03:27:20.711Z] Building docker-support-notifications-go ... [2020-10-20T03:27:20.711Z] Building docker-support-scheduler-go ... [2020-10-20T03:27:20.711Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T03:27:20.711Z] Building docker-sys-mgmt-agent-go [2020-10-20T03:27:20.711Z] Building docker-security-secretstore-setup-go [2020-10-20T03:27:20.711Z] Building docker-support-scheduler-go [2020-10-20T03:27:20.711Z] Building docker-core-metadata-go [2020-10-20T03:27:20.711Z] Building docker-support-logging-go [2020-10-20T03:28:17.347Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:28:17.347Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:28:17.347Z] ---> d1263307aef8 [2020-10-20T03:28:17.347Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T03:28:17.347Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:28:17.347Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:28:17.347Z] ---> d1263307aef8 [2020-10-20T03:28:17.347Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:28:17.347Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:28:17.347Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:28:17.347Z] ---> d1263307aef8 [2020-10-20T03:28:17.347Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T03:28:17.347Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:28:17.347Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:28:17.347Z] ---> d1263307aef8 [2020-10-20T03:28:17.347Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T03:28:17.347Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:28:17.347Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:28:17.347Z] ---> d1263307aef8 [2020-10-20T03:28:17.347Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:28:17.347Z] ---> Running in 9608549276e6 [2020-10-20T03:28:17.347Z] ---> Running in 4420a589a8e2 [2020-10-20T03:28:17.347Z] ---> Running in c0ed900d484a [2020-10-20T03:28:17.347Z] ---> Running in 21bff660d5fc [2020-10-20T03:28:17.347Z] ---> Running in ae113fe725db [2020-10-20T03:28:17.347Z] Removing intermediate container 4420a589a8e2 [2020-10-20T03:28:17.347Z] ---> ed94d51c0635 [2020-10-20T03:28:17.347Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:28:17.347Z] Removing intermediate container 21bff660d5fc [2020-10-20T03:28:17.347Z] ---> 33692dcd4f70 [2020-10-20T03:28:17.347Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:28:17.347Z] Removing intermediate container c0ed900d484a [2020-10-20T03:28:17.347Z] ---> d71ccca75326 [2020-10-20T03:28:17.347Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:28:17.347Z] Removing intermediate container 9608549276e6 [2020-10-20T03:28:17.347Z] ---> 41768c3f3dac [2020-10-20T03:28:17.347Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:28:17.347Z] Removing intermediate container ae113fe725db [2020-10-20T03:28:17.347Z] ---> 48f9ab7fe908 [2020-10-20T03:28:17.347Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:28:17.347Z] ---> Running in 225e41a30009 [2020-10-20T03:28:17.347Z] ---> Running in e04c13e7e5c3 [2020-10-20T03:28:17.347Z] ---> Running in c7a33dece04f [2020-10-20T03:28:17.347Z] ---> Running in 2c7470785b50 [2020-10-20T03:28:17.347Z] ---> Running in 72355e52e88b [2020-10-20T03:28:18.347Z] Removing intermediate container 225e41a30009 [2020-10-20T03:28:18.347Z] ---> e355544df2bf [2020-10-20T03:28:18.347Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T03:28:18.624Z] ---> Running in e924ce840796 [2020-10-20T03:28:18.899Z] Removing intermediate container e04c13e7e5c3 [2020-10-20T03:28:18.899Z] ---> fb12832ecdb4 [2020-10-20T03:28:18.899Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T03:28:19.180Z] Removing intermediate container 2c7470785b50 [2020-10-20T03:28:19.181Z] ---> 9137a65e8761 [2020-10-20T03:28:19.181Z] ---> Running in 405be6cd1483 [2020-10-20T03:28:19.181Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T03:28:19.181Z] Removing intermediate container c7a33dece04f [2020-10-20T03:28:19.181Z] ---> 3fc864577ab0 [2020-10-20T03:28:19.181Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T03:28:19.457Z] Removing intermediate container 72355e52e88b [2020-10-20T03:28:19.457Z] ---> a28e9035b4f0 [2020-10-20T03:28:19.457Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T03:28:19.457Z] ---> Running in f260e07425ae [2020-10-20T03:28:19.457Z] ---> Running in 8e8e02372548 [2020-10-20T03:28:19.736Z] ---> Running in 50cddbb41c65 [2020-10-20T03:28:21.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:21.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:21.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:22.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:22.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:22.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:22.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:22.697Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:28:22.697Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:28:22.697Z] OK: 12623 distinct packages available [2020-10-20T03:28:22.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:22.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:23.574Z] OK: 217 MiB in 51 packages [2020-10-20T03:28:23.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:28:23.574Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:28:23.574Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:28:23.574Z] OK: 12623 distinct packages available [2020-10-20T03:28:23.853Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:28:23.853Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:28:23.853Z] OK: 12623 distinct packages available [2020-10-20T03:28:23.853Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:28:23.853Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:28:23.853Z] OK: 12623 distinct packages available [2020-10-20T03:28:24.456Z] OK: 217 MiB in 51 packages [2020-10-20T03:28:24.456Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:28:24.456Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:28:24.456Z] OK: 12623 distinct packages available [2020-10-20T03:28:24.732Z] OK: 217 MiB in 51 packages [2020-10-20T03:28:25.012Z] OK: 217 MiB in 51 packages [2020-10-20T03:28:25.288Z] Removing intermediate container e924ce840796 [2020-10-20T03:28:25.288Z] ---> ed906c9d5f27 [2020-10-20T03:28:25.288Z] Step 6/22 : COPY go.mod . [2020-10-20T03:28:25.565Z] OK: 217 MiB in 51 packages [2020-10-20T03:28:25.850Z] OK: 217 MiB in 51 packages [2020-10-20T03:28:26.132Z] Removing intermediate container 405be6cd1483 [2020-10-20T03:28:26.132Z] ---> 32c1eb6dfb72 [2020-10-20T03:28:26.132Z] Step 6/21 : COPY go.mod . [2020-10-20T03:28:26.739Z] ---> e93917b0cdd1 [2020-10-20T03:28:26.739Z] Step 7/22 : RUN go mod download [2020-10-20T03:28:26.739Z] Removing intermediate container 8e8e02372548 [2020-10-20T03:28:26.739Z] ---> 36afeec0d74f [2020-10-20T03:28:26.739Z] Step 6/27 : COPY go.mod . [2020-10-20T03:28:26.739Z] ---> Running in 90de71fb4f50 [2020-10-20T03:28:27.361Z] Removing intermediate container f260e07425ae [2020-10-20T03:28:27.361Z] ---> 7c02f028adbb [2020-10-20T03:28:27.361Z] Step 6/26 : COPY go.mod . [2020-10-20T03:28:27.641Z] ---> 1909fe4209d5 [2020-10-20T03:28:27.641Z] Step 7/21 : RUN go mod download [2020-10-20T03:28:27.641Z] Removing intermediate container 50cddbb41c65 [2020-10-20T03:28:27.641Z] ---> 6380ece900c6 [2020-10-20T03:28:27.641Z] Step 6/22 : COPY go.mod . [2020-10-20T03:28:27.918Z] ---> Running in 22460bf94600 [2020-10-20T03:28:27.918Z] ---> 8d5fe84fa074 [2020-10-20T03:28:27.918Z] Step 7/27 : RUN go mod download [2020-10-20T03:28:28.218Z] ---> Running in 62b0f055b157 [2020-10-20T03:28:28.494Z] ---> 6953fae29138 [2020-10-20T03:28:28.494Z] Step 7/26 : RUN go mod download [2020-10-20T03:28:28.773Z] ---> Running in f297314853cb [2020-10-20T03:28:28.773Z] ---> 1d64a402b9fb [2020-10-20T03:28:28.773Z] Step 7/22 : RUN go mod download [2020-10-20T03:28:29.373Z] ---> Running in fc1e42e486a6 [2020-10-20T03:28:32.025Z] Removing intermediate container 90de71fb4f50 [2020-10-20T03:28:32.025Z] ---> b67fb39ca481 [2020-10-20T03:28:32.025Z] Step 8/22 : COPY . . [2020-10-20T03:28:33.011Z] Removing intermediate container 22460bf94600 [2020-10-20T03:28:33.011Z] ---> 434f28b791c0 [2020-10-20T03:28:33.011Z] Step 8/21 : COPY . . [2020-10-20T03:28:33.283Z] Removing intermediate container 62b0f055b157 [2020-10-20T03:28:33.283Z] ---> 1f71fff66c3f [2020-10-20T03:28:33.283Z] Step 8/27 : COPY . . [2020-10-20T03:28:35.255Z] Removing intermediate container f297314853cb [2020-10-20T03:28:35.255Z] ---> d835d7c4886a [2020-10-20T03:28:35.255Z] Step 8/26 : COPY . . [2020-10-20T03:28:35.863Z] Removing intermediate container fc1e42e486a6 [2020-10-20T03:28:35.863Z] ---> 60c910f0ae16 [2020-10-20T03:28:35.863Z] Step 8/22 : COPY . . [2020-10-20T03:28:50.976Z] ---> 2caecb48aec4 [2020-10-20T03:28:50.976Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T03:28:50.976Z] ---> da8c1ae357c9 [2020-10-20T03:28:50.976Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T03:28:50.976Z] ---> 74a4c5549173 [2020-10-20T03:28:50.976Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T03:28:50.976Z] ---> 68e57d1a2cd4 [2020-10-20T03:28:50.976Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T03:28:50.976Z] ---> 8db5a1e23679 [2020-10-20T03:28:50.976Z] 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-20T03:28:50.976Z] ---> Running in d3efa6d3b062 [2020-10-20T03:28:50.976Z] ---> Running in c7d718631637 [2020-10-20T03:28:50.976Z] ---> Running in e2b5ba0461aa [2020-10-20T03:28:50.976Z] ---> Running in c9277d64e7c8 [2020-10-20T03:28:50.976Z] ---> Running in c68d13ab3644 [2020-10-20T03:28:51.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T03:28:51.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T03:28:51.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T03:28:52.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T03:28:52.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T03:30:14.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T03:30:16.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T03:30:23.667Z] Removing intermediate container e2b5ba0461aa [2020-10-20T03:30:23.667Z] ---> 05a727c70f0a [2020-10-20T03:30:23.667Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T03:30:24.270Z] ---> Running in 7918f080b047 [2020-10-20T03:30:26.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T03:30:30.359Z] Removing intermediate container c9277d64e7c8 [2020-10-20T03:30:30.359Z] ---> c0e728aac22d [2020-10-20T03:30:30.359Z] [2020-10-20T03:30:30.359Z] Step 10/22 : FROM scratch [2020-10-20T03:30:30.359Z] ---> [2020-10-20T03:30:30.359Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T03:30:30.637Z] ---> Running in 989e7d0a24e9 [2020-10-20T03:30:30.921Z] Removing intermediate container c68d13ab3644 [2020-10-20T03:30:30.921Z] ---> 7d002f94859a [2020-10-20T03:30:30.921Z] [2020-10-20T03:30:30.921Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T03:30:31.211Z] 3.10: Pulling from library/alpine [2020-10-20T03:30:31.211Z] Removing intermediate container 989e7d0a24e9 [2020-10-20T03:30:31.211Z] ---> e8be071ad9f0 [2020-10-20T03:30:31.211Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T03:30:31.492Z] ---> Running in c61c8000e7af [2020-10-20T03:30:32.481Z] Removing intermediate container c61c8000e7af [2020-10-20T03:30:32.481Z] ---> e53b99f40aac [2020-10-20T03:30:32.481Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:30:32.758Z] ---> Running in 93be67f1c0af [2020-10-20T03:30:32.758Z] Removing intermediate container 7918f080b047 [2020-10-20T03:30:32.758Z] ---> 2196bf7ca76c [2020-10-20T03:30:32.759Z] [2020-10-20T03:30:32.759Z] Step 11/27 : FROM docker:latest [2020-10-20T03:30:32.759Z] ---> 45884bde0078 [2020-10-20T03:30:32.759Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T03:30:33.045Z] ---> Running in 0d301c66925e [2020-10-20T03:30:33.324Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T03:30:33.324Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T03:30:33.324Z] ---> 536a684cf733 [2020-10-20T03:30:33.324Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T03:30:33.609Z] ---> Running in 858bc148a239 [2020-10-20T03:30:33.889Z] Removing intermediate container 93be67f1c0af [2020-10-20T03:30:33.889Z] ---> ed00a23d482d [2020-10-20T03:30:33.889Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T03:30:35.884Z] ---> 51176d99ffcf [2020-10-20T03:30:35.884Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T03:30:36.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:30:36.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:30:36.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:30:37.017Z] ---> 1bf9f426a43c [2020-10-20T03:30:37.017Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T03:30:37.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:30:37.294Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T03:30:37.294Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T03:30:37.294Z] Executing bash-5.0.17-r0.post-install [2020-10-20T03:30:37.294Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:30:37.575Z] OK: 12 MiB in 22 packages [2020-10-20T03:30:37.575Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T03:30:37.575Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T03:30:37.575Z] OK: 10167 distinct packages available [2020-10-20T03:30:38.572Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T03:30:38.572Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T03:30:38.572Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T03:30:38.572Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T03:30:38.572Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T03:30:38.572Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T03:30:38.572Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T03:30:38.854Z] OK: 7 MiB in 19 packages [2020-10-20T03:30:39.132Z] ---> 2c76b00b06be [2020-10-20T03:30:39.132Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T03:30:40.599Z] Removing intermediate container 0d301c66925e [2020-10-20T03:30:40.599Z] ---> ba753184f909 [2020-10-20T03:30:40.599Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T03:30:41.212Z] ---> Running in e8a2fb4fd8f6 [2020-10-20T03:30:41.212Z] ---> 94e39c67a2d4 [2020-10-20T03:30:41.212Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T03:30:41.487Z] ---> Running in 2bcc68082d2a [2020-10-20T03:30:42.085Z] Removing intermediate container 858bc148a239 [2020-10-20T03:30:42.085Z] ---> 8ae0b09892b1 [2020-10-20T03:30:42.085Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T03:30:42.504Z] ---> Running in 45d1b029b89a [2020-10-20T03:30:42.997Z] Removing intermediate container 2bcc68082d2a [2020-10-20T03:30:42.997Z] ---> cef837254ef0 [2020-10-20T03:30:42.997Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:30:42.997Z] ---> Running in a0644a2a8342 [2020-10-20T03:30:43.675Z] Removing intermediate container 45d1b029b89a [2020-10-20T03:30:43.676Z] ---> 6c11abac873d [2020-10-20T03:30:43.676Z] Step 13/26 : WORKDIR / [2020-10-20T03:30:43.676Z] ---> Running in de1161851e29 [2020-10-20T03:30:44.082Z] Removing intermediate container a0644a2a8342 [2020-10-20T03:30:44.082Z] ---> cb0a6e2ebecf [2020-10-20T03:30:44.082Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T03:30:44.082Z] Removing intermediate container d3efa6d3b062 [2020-10-20T03:30:44.082Z] ---> b78c9325250e [2020-10-20T03:30:44.082Z] [2020-10-20T03:30:44.082Z] Step 10/21 : FROM scratch [2020-10-20T03:30:44.082Z] ---> [2020-10-20T03:30:44.082Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:30:44.390Z] ---> Running in ed85275a0fcb [2020-10-20T03:30:44.706Z] ---> Running in 4be15e35552b [2020-10-20T03:30:44.706Z] Removing intermediate container de1161851e29 [2020-10-20T03:30:44.706Z] ---> 45038def4245 [2020-10-20T03:30:44.706Z] 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-20T03:30:45.315Z] Removing intermediate container 4be15e35552b [2020-10-20T03:30:45.315Z] ---> b67f4c99edb5 [2020-10-20T03:30:45.315Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T03:30:45.592Z] Removing intermediate container ed85275a0fcb [2020-10-20T03:30:45.592Z] ---> db45ced7b866 [2020-10-20T03:30:45.592Z] Step 21/22 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:30:45.592Z] ---> Running in 8ed859fa3c52 [2020-10-20T03:30:45.874Z] ---> Running in 40966d4ba6ee [2020-10-20T03:30:45.874Z] Removing intermediate container e8a2fb4fd8f6 [2020-10-20T03:30:45.874Z] ---> 38f5fd219bdc [2020-10-20T03:30:45.874Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T03:30:45.874Z] ---> f6c3772e0cc8 [2020-10-20T03:30:45.874Z] 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-20T03:30:46.148Z] ---> Running in c74c0613c6ce [2020-10-20T03:30:46.148Z] Removing intermediate container 8ed859fa3c52 [2020-10-20T03:30:46.148Z] ---> e0083beec67d [2020-10-20T03:30:46.148Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T03:30:46.428Z] ---> Running in e7145549cb77 [2020-10-20T03:30:46.428Z] Removing intermediate container 40966d4ba6ee [2020-10-20T03:30:46.428Z] ---> e90b6c83cf22 [2020-10-20T03:30:46.428Z] Step 22/22 : LABEL version=1.2.2-dev.82 [2020-10-20T03:30:46.709Z] Removing intermediate container c74c0613c6ce [2020-10-20T03:30:46.709Z] ---> cd3188e6c1a7 [2020-10-20T03:30:46.709Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T03:30:46.709Z] ---> Running in 1821e32b576d [2020-10-20T03:30:46.989Z] ---> Running in a677c552d57f [2020-10-20T03:30:46.989Z] Removing intermediate container e7145549cb77 [2020-10-20T03:30:46.989Z] ---> 0281b0d7ce41 [2020-10-20T03:30:46.989Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T03:30:46.989Z] ---> d19ff33e6e0a [2020-10-20T03:30:46.989Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T03:30:47.591Z] Removing intermediate container 1821e32b576d [2020-10-20T03:30:47.591Z] ---> 4b4a008feb13 [2020-10-20T03:30:47.591Z] [2020-10-20T03:30:47.591Z] Removing intermediate container a677c552d57f [2020-10-20T03:30:47.591Z] ---> 4180b34d2796 [2020-10-20T03:30:47.591Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T03:30:47.868Z] Successfully built 4b4a008feb13 [2020-10-20T03:30:48.149Z] ---> Running in ed92fafe8b40 [2020-10-20T03:30:48.149Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-20T03:30:48.149Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-10-20T03:30:48.149Z] ---> 0d8f5a4b1f86 [2020-10-20T03:30:48.149Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T03:30:48.422Z] ---> be56914db501 [2020-10-20T03:30:48.422Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T03:30:48.697Z] Removing intermediate container ed92fafe8b40 [2020-10-20T03:30:48.697Z] ---> 77c34474c35a [2020-10-20T03:30:48.697Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T03:30:51.370Z] ---> 2cc682c83179 [2020-10-20T03:30:51.370Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T03:30:51.370Z] ---> f278fa2265ee [2020-10-20T03:30:51.370Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T03:30:51.370Z] ---> 9f06c451f226 [2020-10-20T03:30:51.654Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T03:30:53.649Z] ---> f0ee1fa8f3f0 [2020-10-20T03:30:53.649Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T03:30:53.927Z] ---> Running in 9fa3fc17df0f [2020-10-20T03:30:53.927Z] ---> b5a46c7d1fbd [2020-10-20T03:30:53.927Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T03:30:53.927Z] ---> 5d3e538808b5 [2020-10-20T03:30:53.927Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T03:30:55.381Z] Removing intermediate container 9fa3fc17df0f [2020-10-20T03:30:55.381Z] ---> 9ddff412bb61 [2020-10-20T03:30:55.381Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:30:55.663Z] Removing intermediate container c7d718631637 [2020-10-20T03:30:55.663Z] ---> e8cce39d1963 [2020-10-20T03:30:55.663Z] [2020-10-20T03:30:55.663Z] Step 10/22 : FROM scratch [2020-10-20T03:30:55.663Z] ---> [2020-10-20T03:30:55.663Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:30:55.663Z] ---> Using cache [2020-10-20T03:30:55.663Z] ---> b67f4c99edb5 [2020-10-20T03:30:55.663Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T03:30:55.663Z] ---> e83871ab7dde [2020-10-20T03:30:55.663Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T03:30:55.941Z] ---> Running in 8af5aab24bca [2020-10-20T03:30:55.941Z] ---> Running in cea361148665 [2020-10-20T03:30:56.220Z] ---> Running in 2867674e242e [2020-10-20T03:30:56.503Z] ---> 9bb28d61654a [2020-10-20T03:30:56.503Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T03:30:57.111Z] Removing intermediate container 8af5aab24bca [2020-10-20T03:30:57.111Z] ---> 631d01aaebcb [2020-10-20T03:30:57.111Z] Step 19/21 : LABEL arch=arm64 [2020-10-20T03:30:57.111Z] Removing intermediate container cea361148665 [2020-10-20T03:30:57.111Z] ---> 564ebe510d5e [2020-10-20T03:30:57.111Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:30:57.715Z] ---> Running in 5cd3bc3351dd [2020-10-20T03:30:57.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:30:57.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:30:57.715Z] ---> d1263307aef8 [2020-10-20T03:30:57.715Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T03:30:57.715Z] ---> Using cache [2020-10-20T03:30:57.715Z] ---> 48f9ab7fe908 [2020-10-20T03:30:57.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:30:57.715Z] ---> Using cache [2020-10-20T03:30:57.715Z] ---> a28e9035b4f0 [2020-10-20T03:30:57.715Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T03:30:57.990Z] ---> Running in 139fbbd26103 [2020-10-20T03:30:58.275Z] ---> Running in 1e82a59e1b1e [2020-10-20T03:30:58.275Z] ---> 277f68df86a6 [2020-10-20T03:30:58.275Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T03:30:58.275Z] Removing intermediate container 5cd3bc3351dd [2020-10-20T03:30:58.275Z] ---> a0b487eac5f4 [2020-10-20T03:30:58.275Z] Step 14/22 : WORKDIR / [2020-10-20T03:30:58.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:30:58.552Z] ---> Running in 17f21cdecf33 [2020-10-20T03:30:58.833Z] Removing intermediate container 139fbbd26103 [2020-10-20T03:30:58.833Z] ---> 6510d426930c [2020-10-20T03:30:58.833Z] Step 20/21 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:30:58.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:30:59.111Z] ---> Running in 35f5b73684d9 [2020-10-20T03:30:59.390Z] Removing intermediate container 17f21cdecf33 [2020-10-20T03:30:59.390Z] ---> 94b0439dd2e1 [2020-10-20T03:30:59.390Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T03:30:59.390Z] ---> c64c5ee08baa [2020-10-20T03:30:59.665Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T03:30:59.665Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T03:30:59.665Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T03:30:59.665Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T03:30:59.665Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T03:30:59.665Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T03:30:59.665Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T03:30:59.665Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T03:30:59.665Z] ---> Running in 0a4cc8822e8f [2020-10-20T03:30:59.946Z] Removing intermediate container 35f5b73684d9 [2020-10-20T03:30:59.946Z] ---> e9f4558dd7fc [2020-10-20T03:30:59.946Z] Step 21/21 : LABEL version=1.2.2-dev.82 [2020-10-20T03:31:00.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:31:00.548Z] ---> Running in ee12439a1f94 [2020-10-20T03:31:00.830Z] ---> e5077bee1356 [2020-10-20T03:31:00.830Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T03:31:01.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:31:01.437Z] Removing intermediate container ee12439a1f94 [2020-10-20T03:31:01.437Z] ---> f3cac294568d [2020-10-20T03:31:01.437Z] [2020-10-20T03:31:01.716Z] Successfully built f3cac294568d [2020-10-20T03:31:01.716Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-20T03:31:01.716Z] Building docker-core-command-go [2020-10-20T03:31:01.716Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T03:31:02.003Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T03:31:02.003Z]  Building docker-support-scheduler-go ... done (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T03:31:02.003Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T03:31:02.003Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T03:31:02.003Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T03:31:02.003Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T03:31:02.282Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T03:31:02.282Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T03:31:02.282Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T03:31:02.282Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:31:02.282Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:31:02.282Z] OK: 12623 distinct packages available [2020-10-20T03:31:02.282Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T03:31:02.282Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T03:31:02.282Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T03:31:02.282Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T03:31:02.282Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T03:31:02.563Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T03:31:02.563Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T03:31:02.564Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T03:31:02.564Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T03:31:02.564Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T03:31:02.564Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T03:31:02.564Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T03:31:02.564Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T03:31:02.564Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T03:31:02.564Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T03:31:02.839Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T03:31:02.839Z] ---> 083ea260cbce [2020-10-20T03:31:02.839Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T03:31:02.839Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:31:03.118Z] OK: 71 MiB in 55 packages [2020-10-20T03:31:03.118Z] OK: 217 MiB in 51 packages [2020-10-20T03:31:04.564Z] Removing intermediate container 0a4cc8822e8f [2020-10-20T03:31:04.564Z] ---> 8364e5f55bcf [2020-10-20T03:31:04.564Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T03:31:05.160Z] ---> 407e3cd5c516 [2020-10-20T03:31:05.160Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T03:31:05.160Z] ---> Running in 1362d6b9c702 [2020-10-20T03:31:05.447Z] ---> Running in b93b851afbd1 [2020-10-20T03:31:05.723Z] Removing intermediate container 1362d6b9c702 [2020-10-20T03:31:05.723Z] ---> e36b982d8ddb [2020-10-20T03:31:05.723Z] Step 24/26 : LABEL arch=arm64 [2020-10-20T03:31:06.005Z] ---> Running in bd4a011de3ee [2020-10-20T03:31:06.281Z] Removing intermediate container b93b851afbd1 [2020-10-20T03:31:06.281Z] ---> 7b9007185b59 [2020-10-20T03:31:06.281Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:31:06.281Z] Removing intermediate container 1e82a59e1b1e [2020-10-20T03:31:06.281Z] ---> 5741aa1ccda7 [2020-10-20T03:31:06.281Z] Step 6/23 : COPY go.mod . [2020-10-20T03:31:06.558Z] ---> Running in d59c348b4634 [2020-10-20T03:31:06.836Z] Removing intermediate container bd4a011de3ee [2020-10-20T03:31:06.836Z] ---> e59fbb073b93 [2020-10-20T03:31:06.836Z] Step 25/26 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:31:07.126Z] ---> Running in 659607d593da [2020-10-20T03:31:07.399Z] Removing intermediate container d59c348b4634 [2020-10-20T03:31:07.399Z] ---> b13bc21df4df [2020-10-20T03:31:07.399Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T03:31:07.399Z] ---> 95a6061d7e32 [2020-10-20T03:31:07.399Z] Step 7/23 : RUN go mod download [2020-10-20T03:31:08.012Z] ---> Running in 7c1efdd98788 [2020-10-20T03:31:08.012Z] ---> Running in 35cca9318c32 [2020-10-20T03:31:08.012Z] Removing intermediate container 659607d593da [2020-10-20T03:31:08.012Z] ---> 7495020a7729 [2020-10-20T03:31:08.012Z] Step 26/26 : LABEL version=1.2.2-dev.82 [2020-10-20T03:31:09.001Z] ---> Running in d8c7efa3164e [2020-10-20T03:31:09.001Z] Removing intermediate container 7c1efdd98788 [2020-10-20T03:31:09.001Z] ---> 1751ef30f6b0 [2020-10-20T03:31:09.001Z] Step 21/22 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:31:09.603Z] ---> Running in 0f37aae2d98d [2020-10-20T03:31:09.603Z] Removing intermediate container d8c7efa3164e [2020-10-20T03:31:09.603Z] ---> dc732ca34c32 [2020-10-20T03:31:09.603Z] [2020-10-20T03:31:10.213Z] Successfully built dc732ca34c32 [2020-10-20T03:31:10.213Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-20T03:31:10.213Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-10-20T03:31:10.213Z] Removing intermediate container 0f37aae2d98d [2020-10-20T03:31:10.213Z] ---> cd2649d18cc3 [2020-10-20T03:31:10.213Z] Step 22/22 : LABEL version=1.2.2-dev.82 [2020-10-20T03:31:10.823Z] ---> Running in 81151afc76a0 [2020-10-20T03:31:11.817Z] Removing intermediate container 81151afc76a0 [2020-10-20T03:31:11.817Z] ---> 77b31d1467aa [2020-10-20T03:31:11.817Z] [2020-10-20T03:31:12.093Z] Successfully built 77b31d1467aa [2020-10-20T03:31:12.371Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-20T03:31:12.371Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-10-20T03:31:13.346Z] Removing intermediate container 35cca9318c32 [2020-10-20T03:31:13.346Z] ---> 67f580d14cf5 [2020-10-20T03:31:13.347Z] Step 8/23 : COPY . . [2020-10-20T03:31:13.623Z] Removing intermediate container 2867674e242e [2020-10-20T03:31:13.623Z] ---> beafd1b423a4 [2020-10-20T03:31:13.623Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T03:31:14.618Z] ---> Running in 2e4f320bfc68 [2020-10-20T03:31:16.604Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:31:16.604Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:31:16.604Z] ---> d1263307aef8 [2020-10-20T03:31:16.604Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:31:16.604Z] ---> Using cache [2020-10-20T03:31:16.604Z] ---> 48f9ab7fe908 [2020-10-20T03:31:16.604Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:31:16.604Z] ---> Using cache [2020-10-20T03:31:16.604Z] ---> a28e9035b4f0 [2020-10-20T03:31:16.604Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T03:31:19.270Z] ---> Running in e2a5a8df2172 [2020-10-20T03:31:21.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:31:21.268Z] Collecting docker-compose==1.23.2 [2020-10-20T03:31:21.268Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T03:31:21.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:31:22.155Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T03:31:22.155Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T03:31:22.757Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:31:22.757Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:31:22.757Z] OK: 12623 distinct packages available [2020-10-20T03:31:23.776Z] OK: 217 MiB in 51 packages [2020-10-20T03:31:24.772Z] ---> 7ed8b17f25f8 [2020-10-20T03:31:24.772Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T03:31:24.772Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T03:31:24.772Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T03:31:25.368Z] ---> Running in b147637faf34 [2020-10-20T03:31:25.976Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T03:31:25.976Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T03:31:26.247Z] Removing intermediate container e2a5a8df2172 [2020-10-20T03:31:26.247Z] ---> 405b837bb815 [2020-10-20T03:31:26.247Z] Step 6/22 : COPY go.mod . [2020-10-20T03:31:26.247Z] 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-20T03:31:26.523Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T03:31:26.523Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T03:31:27.129Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T03:31:27.742Z] ---> 29ff0c7db468 [2020-10-20T03:31:27.742Z] Step 7/22 : RUN go mod download [2020-10-20T03:31:28.342Z] ---> Running in 9f264e302215 [2020-10-20T03:31:29.339Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:31:29.339Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T03:31:29.339Z] ---> d1263307aef8 [2020-10-20T03:31:29.339Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T03:31:29.339Z] ---> Using cache [2020-10-20T03:31:29.339Z] ---> 48f9ab7fe908 [2020-10-20T03:31:29.339Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T03:31:29.939Z] ---> Running in 7a619260e5c3 [2020-10-20T03:31:30.921Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T03:31:30.921Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T03:31:31.200Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:31:31.200Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:31:31.200Z] ---> d1263307aef8 [2020-10-20T03:31:31.200Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T03:31:31.200Z] ---> Using cache [2020-10-20T03:31:31.200Z] ---> 48f9ab7fe908 [2020-10-20T03:31:31.200Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:31:31.200Z] ---> Using cache [2020-10-20T03:31:31.200Z] ---> a28e9035b4f0 [2020-10-20T03:31:31.200Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T03:31:31.485Z] ---> Running in 7763310fb697 [2020-10-20T03:31:31.772Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T03:31:31.772Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T03:31:32.376Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T03:31:32.376Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T03:31:32.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:31:33.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:31:33.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:31:33.979Z] Removing intermediate container 9f264e302215 [2020-10-20T03:31:33.979Z] ---> 1aa1a4fd9a04 [2020-10-20T03:31:33.979Z] Step 8/22 : COPY . . [2020-10-20T03:31:34.255Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:31:34.255Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:31:34.255Z] OK: 12623 distinct packages available [2020-10-20T03:31:34.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:31:35.143Z] OK: 217 MiB in 51 packages [2020-10-20T03:31:35.419Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T03:31:35.419Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T03:31:36.035Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:31:36.035Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:31:36.035Z] OK: 12623 distinct packages available [2020-10-20T03:31:36.660Z] Collecting PyYAML<4,>=3.10 [2020-10-20T03:31:36.660Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T03:31:36.965Z] OK: 217 MiB in 51 packages [2020-10-20T03:31:38.441Z] Removing intermediate container 7a619260e5c3 [2020-10-20T03:31:38.441Z] ---> 25173e5c3795 [2020-10-20T03:31:38.441Z] Step 5/29 : COPY go.mod . [2020-10-20T03:31:39.463Z] Removing intermediate container 7763310fb697 [2020-10-20T03:31:39.464Z] ---> 4fc3e76895d2 [2020-10-20T03:31:39.464Z] Step 6/24 : COPY go.mod . [2020-10-20T03:31:40.073Z] ---> 4ec74ef21325 [2020-10-20T03:31:40.073Z] Step 6/29 : RUN go mod download [2020-10-20T03:31:40.400Z] ---> Running in 85fe5812115f [2020-10-20T03:31:41.016Z] ---> 371e0a016124 [2020-10-20T03:31:41.016Z] Step 7/24 : RUN go mod download [2020-10-20T03:31:41.016Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T03:31:41.297Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T03:31:41.297Z] ---> Running in 4cfad7f2134b [2020-10-20T03:31:42.284Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T03:31:42.284Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T03:31:42.558Z] 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-20T03:31:42.848Z] Collecting idna<2.8,>=2.5 [2020-10-20T03:31:42.848Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T03:31:42.848Z] 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-20T03:31:42.848Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T03:31:42.848Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T03:31:42.848Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T03:31:42.848Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T03:31:43.835Z] Installing collected packages: texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, docopt, jsonschema, dockerpty, PyYAML, docker-compose [2020-10-20T03:31:43.835Z] Running setup.py install for texttable: started [2020-10-20T03:31:47.392Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T03:31:47.392Z] Attempting uninstall: urllib3 [2020-10-20T03:31:47.392Z] Found existing installation: urllib3 1.25.9 [2020-10-20T03:31:47.392Z] Uninstalling urllib3-1.25.9: [2020-10-20T03:31:47.392Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T03:31:48.226Z] Removing intermediate container 4cfad7f2134b [2020-10-20T03:31:48.226Z] ---> 5c048c2888c1 [2020-10-20T03:31:48.226Z] Step 8/24 : COPY . . [2020-10-20T03:31:48.226Z] Removing intermediate container 85fe5812115f [2020-10-20T03:31:48.226Z] ---> 15553384b16a [2020-10-20T03:31:48.226Z] Step 7/29 : COPY . . [2020-10-20T03:31:48.590Z] Attempting uninstall: idna [2020-10-20T03:31:48.590Z] Found existing installation: idna 2.9 [2020-10-20T03:31:48.590Z] Uninstalling idna-2.9: [2020-10-20T03:31:48.590Z] ---> d10aa5ca1d82 [2020-10-20T03:31:48.590Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T03:31:48.590Z] Successfully uninstalled idna-2.9 [2020-10-20T03:31:48.898Z] ---> Running in 9bf01dfe268a [2020-10-20T03:31:49.535Z] Attempting uninstall: requests [2020-10-20T03:31:49.535Z] Found existing installation: requests 2.23.0 [2020-10-20T03:31:49.535Z] Uninstalling requests-2.23.0: [2020-10-20T03:31:49.810Z] Successfully uninstalled requests-2.23.0 [2020-10-20T03:31:51.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T03:31:51.259Z] Running setup.py install for docopt: started [2020-10-20T03:31:53.911Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T03:31:54.193Z] Running setup.py install for dockerpty: started [2020-10-20T03:31:56.835Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T03:31:56.835Z] Running setup.py install for PyYAML: started [2020-10-20T03:31:59.490Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T03:32:00.948Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-20T03:32:07.760Z] ---> 776a7febf75b [2020-10-20T03:32:07.760Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T03:32:07.760Z] ---> 0548d2ea6972 [2020-10-20T03:32:07.760Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T03:32:07.760Z] ---> Running in 7a65710e1a71 [2020-10-20T03:32:08.047Z] ---> Running in 027fa1520acb [2020-10-20T03:32:10.710Z] Removing intermediate container 2e4f320bfc68 [2020-10-20T03:32:10.710Z] ---> ef3290a07c76 [2020-10-20T03:32:10.710Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T03:32:10.710Z] ---> Running in 5c234d4fa44b [2020-10-20T03:32:11.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T03:32:11.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T03:32:13.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:32:13.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:32:14.443Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T03:32:14.443Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T03:32:14.443Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T03:32:14.443Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:32:14.443Z] OK: 71 MiB in 58 packages [2020-10-20T03:32:16.464Z] Removing intermediate container 5c234d4fa44b [2020-10-20T03:32:16.464Z] ---> d8b8c8f5c85d [2020-10-20T03:32:16.464Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T03:32:16.464Z] ---> Running in ba2406bbe23f [2020-10-20T03:32:17.084Z] Removing intermediate container ba2406bbe23f [2020-10-20T03:32:17.084Z] ---> 7249553162db [2020-10-20T03:32:17.084Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:32:17.386Z] ---> Running in 905778a6ba57 [2020-10-20T03:32:18.000Z] Removing intermediate container 905778a6ba57 [2020-10-20T03:32:18.000Z] ---> 64c196031b70 [2020-10-20T03:32:18.000Z] Step 25/27 : LABEL arch=arm64 [2020-10-20T03:32:18.283Z] ---> Running in 54feba76a8f4 [2020-10-20T03:32:18.896Z] Removing intermediate container 54feba76a8f4 [2020-10-20T03:32:18.896Z] ---> 9dd430d35010 [2020-10-20T03:32:18.896Z] Step 26/27 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:32:18.896Z] ---> Running in e4282b0a6d0b [2020-10-20T03:32:19.907Z] Removing intermediate container e4282b0a6d0b [2020-10-20T03:32:19.907Z] ---> 21751619f99c [2020-10-20T03:32:19.907Z] Step 27/27 : LABEL version=1.2.2-dev.82 [2020-10-20T03:32:19.907Z] ---> Running in bbb89fcc5a71 [2020-10-20T03:32:20.515Z] Removing intermediate container bbb89fcc5a71 [2020-10-20T03:32:20.515Z] ---> 515d88574729 [2020-10-20T03:32:20.515Z] [2020-10-20T03:32:20.795Z] Successfully built 515d88574729 [2020-10-20T03:32:20.795Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-20T03:32:21.073Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-10-20T03:32:33.546Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:32:33.546Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:32:33.546Z] ---> d1263307aef8 [2020-10-20T03:32:33.546Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T03:32:33.546Z] ---> Using cache [2020-10-20T03:32:33.546Z] ---> 48f9ab7fe908 [2020-10-20T03:32:33.546Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:32:33.546Z] ---> Using cache [2020-10-20T03:32:33.546Z] ---> a28e9035b4f0 [2020-10-20T03:32:33.546Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T03:32:33.546Z] ---> Using cache [2020-10-20T03:32:33.546Z] ---> 405b837bb815 [2020-10-20T03:32:33.546Z] Step 6/20 : COPY go.mod . [2020-10-20T03:32:33.546Z] ---> Using cache [2020-10-20T03:32:33.546Z] ---> 29ff0c7db468 [2020-10-20T03:32:33.546Z] Step 7/20 : RUN go mod download [2020-10-20T03:32:33.546Z] ---> Using cache [2020-10-20T03:32:33.546Z] ---> 1aa1a4fd9a04 [2020-10-20T03:32:33.546Z] Step 8/20 : COPY . . [2020-10-20T03:32:33.546Z] ---> Using cache [2020-10-20T03:32:33.546Z] ---> d10aa5ca1d82 [2020-10-20T03:32:33.546Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T03:32:33.546Z] ---> Running in aee800350b1f [2020-10-20T03:32:36.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.82" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T03:33:44.388Z] Removing intermediate container 7a65710e1a71 [2020-10-20T03:33:44.388Z] ---> 40f25c05b7d5 [2020-10-20T03:33:44.388Z] [2020-10-20T03:33:44.388Z] Step 9/29 : FROM alpine:latest [2020-10-20T03:33:44.388Z] latest: Pulling from library/alpine [2020-10-20T03:33:44.388Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T03:33:44.388Z] Status: Downloaded newer image for alpine:latest [2020-10-20T03:33:44.388Z] ---> 62ee0e9f8440 [2020-10-20T03:33:44.388Z] 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-20T03:33:44.388Z] ---> Running in 393d46773460 [2020-10-20T03:33:44.388Z] Removing intermediate container 393d46773460 [2020-10-20T03:33:44.388Z] ---> f2a67f5bf430 [2020-10-20T03:33:44.388Z] Step 11/29 : USER root [2020-10-20T03:33:44.388Z] ---> Running in ac458f353fba [2020-10-20T03:33:44.388Z] Removing intermediate container ac458f353fba [2020-10-20T03:33:44.388Z] ---> 0a24406a2917 [2020-10-20T03:33:44.388Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T03:33:44.388Z] ---> Running in b0446f9f6e0d [2020-10-20T03:33:44.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:33:44.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:33:44.388Z] Removing intermediate container 9bf01dfe268a [2020-10-20T03:33:44.388Z] ---> 6bb0750e443f [2020-10-20T03:33:44.388Z] [2020-10-20T03:33:44.388Z] Step 10/22 : FROM scratch [2020-10-20T03:33:44.388Z] ---> [2020-10-20T03:33:44.388Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:33:44.388Z] ---> Using cache [2020-10-20T03:33:44.388Z] ---> b67f4c99edb5 [2020-10-20T03:33:44.388Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T03:33:44.388Z] ---> Running in d519b262bd39 [2020-10-20T03:33:44.388Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:33:44.388Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:33:44.388Z] OK: 12621 distinct packages available [2020-10-20T03:33:44.388Z] Removing intermediate container d519b262bd39 [2020-10-20T03:33:44.388Z] ---> eb73e88ea21a [2020-10-20T03:33:44.388Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:33:44.388Z] ---> Running in 8a5e5a6b7eec [2020-10-20T03:33:44.388Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T03:33:44.388Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T03:33:44.388Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:33:44.388Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T03:33:44.388Z] OK: 6 MiB in 16 packages [2020-10-20T03:33:44.388Z] Removing intermediate container 8a5e5a6b7eec [2020-10-20T03:33:44.388Z] ---> 12e7210eaf27 [2020-10-20T03:33:44.388Z] Step 14/22 : WORKDIR / [2020-10-20T03:33:44.388Z] ---> Running in b3131061840c [2020-10-20T03:33:44.388Z] Removing intermediate container b3131061840c [2020-10-20T03:33:44.388Z] ---> cbb2c5b37cfb [2020-10-20T03:33:44.388Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T03:33:46.435Z] ---> d03c6bf78c5a [2020-10-20T03:33:46.435Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T03:33:46.435Z] Removing intermediate container b0446f9f6e0d [2020-10-20T03:33:46.435Z] ---> 29cd3fe61f0f [2020-10-20T03:33:46.435Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T03:33:47.048Z] ---> Running in 3bd56ca64ef8 [2020-10-20T03:33:48.048Z] Removing intermediate container 3bd56ca64ef8 [2020-10-20T03:33:48.048Z] ---> e2a1c1c1e704 [2020-10-20T03:33:48.048Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T03:33:48.329Z] ---> Running in 3e20c682da92 [2020-10-20T03:33:48.613Z] ---> fb17db859eb3 [2020-10-20T03:33:48.613Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T03:33:49.608Z] Removing intermediate container 3e20c682da92 [2020-10-20T03:33:49.608Z] ---> d52b3016fbea [2020-10-20T03:33:49.608Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T03:33:49.891Z] ---> Running in 6981bf621786 [2020-10-20T03:33:50.187Z] ---> ddfcf2580537 [2020-10-20T03:33:50.187Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T03:33:50.469Z] ---> Running in fb55644f6ee8 [2020-10-20T03:33:50.750Z] Removing intermediate container b147637faf34 [2020-10-20T03:33:50.750Z] ---> 1b270a5c80b2 [2020-10-20T03:33:50.750Z] [2020-10-20T03:33:50.750Z] Step 10/23 : FROM alpine [2020-10-20T03:33:50.750Z] ---> 62ee0e9f8440 [2020-10-20T03:33:50.750Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:33:51.040Z] ---> Running in cddf22bd23c8 [2020-10-20T03:33:51.323Z] Removing intermediate container fb55644f6ee8 [2020-10-20T03:33:51.323Z] ---> 41182c4ff19b [2020-10-20T03:33:51.323Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:33:51.323Z] ---> Running in cc6e336192ca [2020-10-20T03:33:51.603Z] Removing intermediate container cddf22bd23c8 [2020-10-20T03:33:51.603Z] ---> bdb5e8bba1cf [2020-10-20T03:33:51.603Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T03:33:52.226Z] ---> Running in b2f844e0eff3 [2020-10-20T03:33:52.226Z] Removing intermediate container cc6e336192ca [2020-10-20T03:33:52.226Z] ---> 223012de0a46 [2020-10-20T03:33:52.226Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T03:33:52.837Z] ---> Running in 1c8970b5222f [2020-10-20T03:33:53.117Z] Removing intermediate container b2f844e0eff3 [2020-10-20T03:33:53.117Z] ---> e24448e4b4f4 [2020-10-20T03:33:53.117Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T03:33:53.727Z] ---> Running in 971cb4dc6f48 [2020-10-20T03:33:54.331Z] Removing intermediate container 1c8970b5222f [2020-10-20T03:33:54.331Z] ---> 779111526146 [2020-10-20T03:33:54.331Z] Step 21/22 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:33:54.331Z] Removing intermediate container aee800350b1f [2020-10-20T03:33:54.331Z] ---> 23774a387992 [2020-10-20T03:33:54.331Z] [2020-10-20T03:33:54.331Z] Step 10/20 : FROM alpine [2020-10-20T03:33:54.331Z] ---> 62ee0e9f8440 [2020-10-20T03:33:54.331Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T03:33:54.613Z] ---> Running in 9ab19a806424 [2020-10-20T03:33:54.613Z] Removing intermediate container 6981bf621786 [2020-10-20T03:33:54.613Z] ---> b6525988a0f9 [2020-10-20T03:33:54.613Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T03:33:54.613Z] ---> Running in c3d4c4ce1e55 [2020-10-20T03:33:55.228Z] Removing intermediate container 971cb4dc6f48 [2020-10-20T03:33:55.228Z] ---> ff61ab40f504 [2020-10-20T03:33:55.228Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:33:55.503Z] ---> Running in d979d7113231 [2020-10-20T03:33:55.791Z] Removing intermediate container 9ab19a806424 [2020-10-20T03:33:55.791Z] ---> 1a2b308e12c7 [2020-10-20T03:33:55.791Z] Step 22/22 : LABEL version=1.2.2-dev.82 [2020-10-20T03:33:56.066Z] ---> Running in 940eaa1df3ce [2020-10-20T03:33:56.670Z] ---> 7ba1e2f984ad [2020-10-20T03:33:56.670Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T03:33:57.291Z] Removing intermediate container 940eaa1df3ce [2020-10-20T03:33:57.291Z] ---> 584bda1400f9 [2020-10-20T03:33:57.291Z] [2020-10-20T03:33:57.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:33:57.574Z] Successfully built 584bda1400f9 [2020-10-20T03:33:57.574Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-20T03:33:57.574Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:33:57.851Z] ---> 1d952c9a68f4 [2020-10-20T03:33:57.851Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T03:33:58.129Z] Removing intermediate container 027fa1520acb [2020-10-20T03:33:58.129Z] ---> ed7e007224e8 [2020-10-20T03:33:58.129Z] [2020-10-20T03:33:58.129Z] Step 10/24 : FROM scratch [2020-10-20T03:33:58.129Z] ---> [2020-10-20T03:33:58.129Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T03:33:58.411Z] ---> Using cache [2020-10-20T03:33:58.411Z] ---> e8be071ad9f0 [2020-10-20T03:33:58.411Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T03:33:58.411Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:33:58.411Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:33:58.411Z] OK: 12621 distinct packages available [2020-10-20T03:33:58.694Z] ---> Running in c3caf7871f3d [2020-10-20T03:33:58.980Z] ---> c695a51ee5cd [2020-10-20T03:33:58.980Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T03:33:58.980Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T03:33:59.274Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T03:33:59.274Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T03:33:59.274Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T03:33:59.274Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:33:59.274Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T03:33:59.274Z] Removing intermediate container c3caf7871f3d [2020-10-20T03:33:59.274Z] ---> fabae8bb6cb9 [2020-10-20T03:33:59.274Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T03:33:59.553Z] Removing intermediate container d979d7113231 [2020-10-20T03:33:59.553Z] ---> a5c3b76a65ec [2020-10-20T03:33:59.553Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T03:33:59.553Z] ---> Running in ccab547cf8e1 [2020-10-20T03:33:59.553Z] OK: 7 MiB in 18 packages [2020-10-20T03:33:59.834Z] ---> Running in 8a061fa9b4d6 [2020-10-20T03:33:59.834Z] ---> 29f20c10ed26 [2020-10-20T03:33:59.834Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T03:34:00.114Z] Removing intermediate container ccab547cf8e1 [2020-10-20T03:34:00.114Z] ---> 931bcfe2300e [2020-10-20T03:34:00.114Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T03:34:01.114Z] ---> 75db9cfc4d48 [2020-10-20T03:34:01.114Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T03:34:01.394Z] ---> fe52e7704618 [2020-10-20T03:34:01.394Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T03:34:01.394Z] ---> Running in 20f4d7420980 [2020-10-20T03:34:01.678Z] Removing intermediate container c3d4c4ce1e55 [2020-10-20T03:34:01.678Z] ---> 7ac4f44e8b49 [2020-10-20T03:34:01.678Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T03:34:01.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T03:34:01.678Z] ---> Running in bfd901a8f9e2 [2020-10-20T03:34:02.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T03:34:02.288Z] Removing intermediate container bfd901a8f9e2 [2020-10-20T03:34:02.288Z] ---> edf21f1ea07a [2020-10-20T03:34:02.288Z] Step 13/20 : WORKDIR /edgex [2020-10-20T03:34:02.578Z] ---> Running in 631afc7cb982 [2020-10-20T03:34:02.578Z] ---> 22517747537b [2020-10-20T03:34:02.578Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T03:34:03.229Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T03:34:03.230Z] Removing intermediate container 631afc7cb982 [2020-10-20T03:34:03.230Z] ---> 7ed25af57227 [2020-10-20T03:34:03.230Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T03:34:03.230Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T03:34:03.513Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T03:34:03.819Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T03:34:03.819Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T03:34:03.819Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:34:03.819Z] OK: 8 MiB in 19 packages [2020-10-20T03:34:04.490Z] ---> 0113abf56f7a [2020-10-20T03:34:04.490Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T03:34:04.805Z] ---> 4d67a93d62f0 [2020-10-20T03:34:04.805Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T03:34:05.086Z] Removing intermediate container 20f4d7420980 [2020-10-20T03:34:05.086Z] ---> bd7b3b35e5e0 [2020-10-20T03:34:05.086Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T03:34:05.685Z] Removing intermediate container 8a061fa9b4d6 [2020-10-20T03:34:05.685Z] ---> a3657fa7f3c7 [2020-10-20T03:34:05.685Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T03:34:05.685Z] ---> f6add7e5015e [2020-10-20T03:34:05.685Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T03:34:06.285Z] ---> c619f2c5d340 [2020-10-20T03:34:06.285Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T03:34:06.285Z] ---> 010f5c113ced [2020-10-20T03:34:06.285Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T03:34:06.285Z] ---> Running in f9bd9a3292a5 [2020-10-20T03:34:06.558Z] ---> Running in dab0800210c6 [2020-10-20T03:34:06.836Z] ---> 32792054caa7 [2020-10-20T03:34:06.836Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T03:34:07.439Z] Removing intermediate container dab0800210c6 [2020-10-20T03:34:07.439Z] ---> 051648cd09d0 [2020-10-20T03:34:07.439Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T03:34:07.710Z] ---> 274d5e286f79 [2020-10-20T03:34:07.710Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T03:34:07.710Z] ---> Running in fba74cb2e6bf [2020-10-20T03:34:08.748Z] Removing intermediate container fba74cb2e6bf [2020-10-20T03:34:08.748Z] ---> 98eebbec347e [2020-10-20T03:34:08.748Z] Step 18/20 : LABEL arch=arm64 [2020-10-20T03:34:08.748Z] ---> 877a533e6c71 [2020-10-20T03:34:08.748Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T03:34:08.748Z] ---> Running in 2fc504716e65 [2020-10-20T03:34:08.748Z] ---> 7135617413a9 [2020-10-20T03:34:08.748Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T03:34:09.027Z] ---> Running in acd9e05dd134 [2020-10-20T03:34:09.307Z] Removing intermediate container 2fc504716e65 [2020-10-20T03:34:09.307Z] ---> c8a35a77c8c7 [2020-10-20T03:34:09.307Z] Step 19/20 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:09.588Z] Removing intermediate container acd9e05dd134 [2020-10-20T03:34:09.588Z] ---> 83730e1b3644 [2020-10-20T03:34:09.588Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:34:09.588Z] ---> 9b5042d4edea [2020-10-20T03:34:09.588Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T03:34:09.588Z] ---> Running in 6c1a80afe56b [2020-10-20T03:34:09.876Z] ---> Running in 4826d5822599 [2020-10-20T03:34:09.876Z] ---> Running in 5091ebc4151e [2020-10-20T03:34:09.876Z] Removing intermediate container f9bd9a3292a5 [2020-10-20T03:34:09.876Z] ---> b771709b5873 [2020-10-20T03:34:09.876Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T03:34:10.153Z] ---> Running in c1648ae5fc03 [2020-10-20T03:34:10.430Z] Removing intermediate container 6c1a80afe56b [2020-10-20T03:34:10.430Z] ---> 75a6f045d40f [2020-10-20T03:34:10.430Z] Step 20/20 : LABEL version=1.2.2-dev.82 [2020-10-20T03:34:10.430Z] Removing intermediate container 4826d5822599 [2020-10-20T03:34:10.430Z] ---> 41d9d290e2b8 [2020-10-20T03:34:10.430Z] Step 22/24 : LABEL arch=arm64 [2020-10-20T03:34:10.430Z] ---> Running in bcd8a25192a1 [2020-10-20T03:34:10.704Z] Removing intermediate container 5091ebc4151e [2020-10-20T03:34:10.704Z] ---> 22e6be01cf4c [2020-10-20T03:34:10.704Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:34:10.704Z] ---> Running in fe51278130a4 [2020-10-20T03:34:10.988Z] ---> Running in 8ce08f0dbe71 [2020-10-20T03:34:11.261Z] Removing intermediate container bcd8a25192a1 [2020-10-20T03:34:11.261Z] ---> 5fcf2e9805e7 [2020-10-20T03:34:11.261Z] [2020-10-20T03:34:11.261Z] Removing intermediate container fe51278130a4 [2020-10-20T03:34:11.261Z] ---> 2130e015e7ac [2020-10-20T03:34:11.261Z] Step 23/24 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:11.543Z] Removing intermediate container 8ce08f0dbe71 [2020-10-20T03:34:11.543Z] ---> 3cf42391b8a5 [2020-10-20T03:34:11.543Z] Step 21/23 : LABEL arch=arm64 [2020-10-20T03:34:11.543Z] Successfully built 5fcf2e9805e7 [2020-10-20T03:34:11.543Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-20T03:34:11.543Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a08ad1f92cb4 [2020-10-20T03:34:11.817Z] ---> Running in af960c85399c [2020-10-20T03:34:12.416Z] Removing intermediate container a08ad1f92cb4 [2020-10-20T03:34:12.416Z] ---> 6c899fa45aee [2020-10-20T03:34:12.416Z] Step 24/24 : LABEL version=1.2.2-dev.82 [2020-10-20T03:34:12.416Z] Removing intermediate container af960c85399c [2020-10-20T03:34:12.416Z] ---> 2c30e066755c [2020-10-20T03:34:12.416Z] Step 22/23 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:12.416Z] ---> Running in e1acbdc56f96 [2020-10-20T03:34:12.693Z] ---> Running in 11189f072fc4 [2020-10-20T03:34:12.969Z] Removing intermediate container e1acbdc56f96 [2020-10-20T03:34:12.969Z] ---> d6b12ccea278 [2020-10-20T03:34:12.969Z] [2020-10-20T03:34:13.244Z] Removing intermediate container 11189f072fc4 [2020-10-20T03:34:13.244Z] ---> b2f971d1b04c [2020-10-20T03:34:13.244Z] Step 23/23 : LABEL version=1.2.2-dev.82 [2020-10-20T03:34:13.516Z] Successfully built d6b12ccea278 [2020-10-20T03:34:13.516Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-20T03:34:13.516Z]  Building docker-support-notifications-go ... done  ---> Running in 560a35b9b886 [2020-10-20T03:34:13.790Z] Removing intermediate container c1648ae5fc03 [2020-10-20T03:34:13.790Z] ---> 6a7be7a199cf [2020-10-20T03:34:13.790Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T03:34:13.790Z] ---> Running in 98206038f87b [2020-10-20T03:34:14.063Z] Removing intermediate container 560a35b9b886 [2020-10-20T03:34:14.063Z] ---> 42162d488fdc [2020-10-20T03:34:14.063Z] [2020-10-20T03:34:14.336Z] Removing intermediate container 98206038f87b [2020-10-20T03:34:14.336Z] ---> 0cfa07690d25 [2020-10-20T03:34:14.336Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T03:34:14.336Z] Successfully built 42162d488fdc [2020-10-20T03:34:14.614Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-20T03:34:14.614Z]  Building docker-core-data-go ... done  ---> Running in 36cfc957e456 [2020-10-20T03:34:14.890Z] Removing intermediate container 36cfc957e456 [2020-10-20T03:34:14.890Z] ---> 0234a5e6e991 [2020-10-20T03:34:14.890Z] Step 27/29 : LABEL arch=arm64 [2020-10-20T03:34:15.164Z] ---> Running in 61043906cc38 [2020-10-20T03:34:15.437Z] Removing intermediate container 61043906cc38 [2020-10-20T03:34:15.437Z] ---> 799a5aac439b [2020-10-20T03:34:15.437Z] Step 28/29 : LABEL git_sha=d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:15.710Z] ---> Running in 4a61ba9de948 [2020-10-20T03:34:15.984Z] Removing intermediate container 4a61ba9de948 [2020-10-20T03:34:15.984Z] ---> e07f63635a70 [2020-10-20T03:34:15.984Z] Step 29/29 : LABEL version=1.2.2-dev.82 [2020-10-20T03:34:16.273Z] ---> Running in 532cd10ddd21 [2020-10-20T03:34:16.874Z] Removing intermediate container 532cd10ddd21 [2020-10-20T03:34:16.874Z] ---> 4dceb3c1b38d [2020-10-20T03:34:16.874Z] [2020-10-20T03:34:16.874Z] Successfully built 4dceb3c1b38d [2020-10-20T03:34:16.874Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-20T03:34:17.486Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-20T03:34:17.506Z] $ docker stop --time=1 1684ab9a28bc80eed7f419a210b999200a007301a18d2ab33772c66ca453ac94 [2020-10-20T03:34:19.441Z] $ docker rm -f 1684ab9a28bc80eed7f419a210b999200a007301a18d2ab33772c66ca453ac94 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:34:20.144Z] + docker images+ [2020-10-20T03:34:20.144Z] grep docker [2020-10-20T03:34:20.415Z] docker-security-secrets-setup-go-arm64 latest 4dceb3c1b38d 4 seconds ago 22.7MB [2020-10-20T03:34:20.415Z] docker-core-data-go-arm64 latest 42162d488fdc 7 seconds ago 22.2MB [2020-10-20T03:34:20.415Z] docker-support-notifications-go-arm64 latest d6b12ccea278 8 seconds ago 12.9MB [2020-10-20T03:34:20.415Z] docker-security-proxy-setup-go-arm64 latest 5fcf2e9805e7 10 seconds ago 15.1MB [2020-10-20T03:34:20.415Z] docker-core-command-go-arm64 latest 584bda1400f9 24 seconds ago 11.4MB [2020-10-20T03:34:20.415Z] docker-sys-mgmt-agent-go-arm64 latest 515d88574729 2 minutes ago 270MB [2020-10-20T03:34:20.415Z] docker-core-metadata-go-arm64 latest 77b31d1467aa 3 minutes ago 13.5MB [2020-10-20T03:34:20.415Z] docker-security-secretstore-setup-go-arm64 latest dc732ca34c32 3 minutes ago 30.8MB [2020-10-20T03:34:20.415Z] docker-support-scheduler-go-arm64 latest f3cac294568d 3 minutes ago 11.5MB [2020-10-20T03:34:20.415Z] docker-support-logging-go-arm64 latest 4b4a008feb13 3 minutes ago 10.6MB [2020-10-20T03:34:20.415Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-20T03:34:21.046Z] provisioning config files... [2020-10-20T03:34:21.104Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/198@tmp/config2126029568951328020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:34:21.501Z] ---> docker-login.sh [2020-10-20T03:34:21.501Z] nexus3.edgexfoundry.org:10001 [2020-10-20T03:34:21.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:34:22.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:34:22.046Z] Configure a credential helper to remove this warning. See [2020-10-20T03:34:22.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:34:22.046Z] [2020-10-20T03:34:22.046Z] Login Succeeded [2020-10-20T03:34:22.046Z] nexus3.edgexfoundry.org:10002 [2020-10-20T03:34:22.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:34:22.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:34:22.591Z] Configure a credential helper to remove this warning. See [2020-10-20T03:34:22.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:34:22.591Z] [2020-10-20T03:34:22.591Z] Login Succeeded [2020-10-20T03:34:22.591Z] nexus3.edgexfoundry.org:10003 [2020-10-20T03:34:23.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:34:23.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:34:23.184Z] Configure a credential helper to remove this warning. See [2020-10-20T03:34:23.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:34:23.184Z] [2020-10-20T03:34:23.184Z] Login Succeeded [2020-10-20T03:34:23.184Z] nexus3.edgexfoundry.org:10004 [2020-10-20T03:34:23.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:34:23.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:34:23.778Z] Configure a credential helper to remove this warning. See [2020-10-20T03:34:23.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:34:23.778Z] [2020-10-20T03:34:23.778Z] Login Succeeded [2020-10-20T03:34:23.778Z] docker.io [2020-10-20T03:34:24.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T03:34:24.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T03:34:24.640Z] Configure a credential helper to remove this warning. See [2020-10-20T03:34:24.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T03:34:24.640Z] [2020-10-20T03:34:24.640Z] Login Succeeded [2020-10-20T03:34:24.640Z] ---> docker-login.sh ends [Pipeline] } [2020-10-20T03:34:24.657Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:34:24.923Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-20T03:34:24.923Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:24.923Z] 1.2.2-dev.82 [2020-10-20T03:34:24.923Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:24.923Z] master [2020-10-20T03:34:24.923Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:25.449Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:25.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:25.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T03:34:25.781Z] 244a9499a337: Preparing [2020-10-20T03:34:25.781Z] b2869019010a: Preparing [2020-10-20T03:34:25.781Z] 40f95a68905f: Preparing [2020-10-20T03:34:26.051Z] 244a9499a337: Pushed [2020-10-20T03:34:26.051Z] 40f95a68905f: Pushed [2020-10-20T03:34:28.662Z] b2869019010a: Pushed [2020-10-20T03:34:29.251Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:aea3f33e42ebd6de69d30327019129ae397d616b1a91de089b5ebf973a08a38f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:29.593Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:29.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.82 [2020-10-20T03:34:29.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T03:34:29.927Z] 244a9499a337: Preparing [2020-10-20T03:34:29.927Z] b2869019010a: Preparing [2020-10-20T03:34:29.927Z] 40f95a68905f: Preparing [2020-10-20T03:34:29.927Z] b2869019010a: Layer already exists [2020-10-20T03:34:29.927Z] 244a9499a337: Layer already exists [2020-10-20T03:34:29.927Z] 40f95a68905f: Layer already exists [2020-10-20T03:34:30.197Z] 1.2.2-dev.82: digest: sha256:aea3f33e42ebd6de69d30327019129ae397d616b1a91de089b5ebf973a08a38f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:30.540Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:30.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:30.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T03:34:30.881Z] 244a9499a337: Preparing [2020-10-20T03:34:30.881Z] b2869019010a: Preparing [2020-10-20T03:34:30.881Z] 40f95a68905f: Preparing [2020-10-20T03:34:30.881Z] b2869019010a: Layer already exists [2020-10-20T03:34:30.881Z] 40f95a68905f: Layer already exists [2020-10-20T03:34:31.151Z] 244a9499a337: Layer already exists [2020-10-20T03:34:31.152Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:aea3f33e42ebd6de69d30327019129ae397d616b1a91de089b5ebf973a08a38f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:31.499Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:31.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-20T03:34:31.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T03:34:31.836Z] 244a9499a337: Preparing [2020-10-20T03:34:31.836Z] b2869019010a: Preparing [2020-10-20T03:34:31.836Z] 40f95a68905f: Preparing [2020-10-20T03:34:32.108Z] 244a9499a337: Layer already exists [2020-10-20T03:34:32.108Z] b2869019010a: Layer already exists [2020-10-20T03:34:32.108Z] 40f95a68905f: Layer already exists [2020-10-20T03:34:32.108Z] master: digest: sha256:aea3f33e42ebd6de69d30327019129ae397d616b1a91de089b5ebf973a08a38f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:34:32.349Z] ===================================================== [Pipeline] echo [2020-10-20T03:34:32.398Z] taggedImages: [2020-10-20T03:34:32.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:32.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.82 [2020-10-20T03:34:32.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:32.398Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-20T03:34:32.465Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-20T03:34:32.465Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:32.465Z] 1.2.2-dev.82 [2020-10-20T03:34:32.465Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:32.465Z] master [2020-10-20T03:34:32.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:32.973Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:33.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:33.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T03:34:33.327Z] b616996c12f5: Preparing [2020-10-20T03:34:33.327Z] 623c483d6102: Preparing [2020-10-20T03:34:33.327Z] c11d3beb6292: Preparing [2020-10-20T03:34:33.327Z] c03692568020: Preparing [2020-10-20T03:34:33.327Z] ae291d06ea92: Preparing [2020-10-20T03:34:33.327Z] e2f13739ad41: Preparing [2020-10-20T03:34:33.327Z] e2f13739ad41: Waiting [2020-10-20T03:34:33.605Z] b616996c12f5: Pushed [2020-10-20T03:34:33.605Z] c11d3beb6292: Pushed [2020-10-20T03:34:33.605Z] ae291d06ea92: Pushed [2020-10-20T03:34:33.879Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:34.149Z] c03692568020: Pushed [2020-10-20T03:34:37.524Z] 623c483d6102: Pushed [2020-10-20T03:34:37.524Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:fe38342f1400c3d48458dda02118bb9e1125234c963d753e45e9a9515a65d905 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:37.870Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:38.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.82 [2020-10-20T03:34:38.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T03:34:38.207Z] b616996c12f5: Preparing [2020-10-20T03:34:38.207Z] 623c483d6102: Preparing [2020-10-20T03:34:38.207Z] c11d3beb6292: Preparing [2020-10-20T03:34:38.207Z] c03692568020: Preparing [2020-10-20T03:34:38.207Z] ae291d06ea92: Preparing [2020-10-20T03:34:38.207Z] e2f13739ad41: Preparing [2020-10-20T03:34:38.207Z] e2f13739ad41: Waiting [2020-10-20T03:34:38.207Z] b616996c12f5: Layer already exists [2020-10-20T03:34:38.207Z] 623c483d6102: Layer already exists [2020-10-20T03:34:38.207Z] ae291d06ea92: Layer already exists [2020-10-20T03:34:38.207Z] c03692568020: Layer already exists [2020-10-20T03:34:38.207Z] c11d3beb6292: Layer already exists [2020-10-20T03:34:38.207Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:38.479Z] 1.2.2-dev.82: digest: sha256:fe38342f1400c3d48458dda02118bb9e1125234c963d753e45e9a9515a65d905 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:38.838Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:39.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:39.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T03:34:39.229Z] b616996c12f5: Preparing [2020-10-20T03:34:39.229Z] 623c483d6102: Preparing [2020-10-20T03:34:39.229Z] c11d3beb6292: Preparing [2020-10-20T03:34:39.229Z] c03692568020: Preparing [2020-10-20T03:34:39.229Z] ae291d06ea92: Preparing [2020-10-20T03:34:39.229Z] e2f13739ad41: Preparing [2020-10-20T03:34:39.229Z] e2f13739ad41: Waiting [2020-10-20T03:34:39.229Z] ae291d06ea92: Layer already exists [2020-10-20T03:34:39.229Z] 623c483d6102: Layer already exists [2020-10-20T03:34:39.507Z] c03692568020: Layer already exists [2020-10-20T03:34:39.507Z] b616996c12f5: Layer already exists [2020-10-20T03:34:39.507Z] c11d3beb6292: Layer already exists [2020-10-20T03:34:39.507Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:39.507Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:fe38342f1400c3d48458dda02118bb9e1125234c963d753e45e9a9515a65d905 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:39.865Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:40.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-20T03:34:40.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T03:34:40.226Z] b616996c12f5: Preparing [2020-10-20T03:34:40.226Z] 623c483d6102: Preparing [2020-10-20T03:34:40.226Z] c11d3beb6292: Preparing [2020-10-20T03:34:40.226Z] c03692568020: Preparing [2020-10-20T03:34:40.226Z] ae291d06ea92: Preparing [2020-10-20T03:34:40.226Z] e2f13739ad41: Preparing [2020-10-20T03:34:40.226Z] e2f13739ad41: Waiting [2020-10-20T03:34:40.503Z] b616996c12f5: Layer already exists [2020-10-20T03:34:40.503Z] ae291d06ea92: Layer already exists [2020-10-20T03:34:40.503Z] c11d3beb6292: Layer already exists [2020-10-20T03:34:40.503Z] c03692568020: Layer already exists [2020-10-20T03:34:40.503Z] 623c483d6102: Layer already exists [2020-10-20T03:34:40.503Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:40.503Z] master: digest: sha256:fe38342f1400c3d48458dda02118bb9e1125234c963d753e45e9a9515a65d905 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:34:40.814Z] ===================================================== [Pipeline] echo [2020-10-20T03:34:40.860Z] taggedImages: [2020-10-20T03:34:40.860Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:40.860Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.82 [2020-10-20T03:34:40.860Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:40.860Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-20T03:34:40.933Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-20T03:34:40.933Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:40.933Z] 1.2.2-dev.82 [2020-10-20T03:34:40.933Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:40.933Z] master [2020-10-20T03:34:40.933Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:41.430Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:41.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:41.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T03:34:41.768Z] 8c1253df5569: Preparing [2020-10-20T03:34:41.768Z] 477f5997bf1c: Preparing [2020-10-20T03:34:41.768Z] 1308d61abac4: Preparing [2020-10-20T03:34:42.056Z] 8c1253df5569: Pushed [2020-10-20T03:34:42.056Z] 1308d61abac4: Pushed [2020-10-20T03:34:45.429Z] 477f5997bf1c: Pushed [2020-10-20T03:34:45.701Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:475ef6f82d661db5ac4324b0a377b598c14f2ec48c9c640c58e75f392bd4c202 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:46.044Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:46.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.82 [2020-10-20T03:34:46.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T03:34:46.382Z] 8c1253df5569: Preparing [2020-10-20T03:34:46.382Z] 477f5997bf1c: Preparing [2020-10-20T03:34:46.382Z] 1308d61abac4: Preparing [2020-10-20T03:34:46.382Z] 8c1253df5569: Layer already exists [2020-10-20T03:34:46.382Z] 1308d61abac4: Layer already exists [2020-10-20T03:34:46.382Z] 477f5997bf1c: Layer already exists [2020-10-20T03:34:46.653Z] 1.2.2-dev.82: digest: sha256:475ef6f82d661db5ac4324b0a377b598c14f2ec48c9c640c58e75f392bd4c202 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:47.005Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:47.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:47.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T03:34:47.344Z] 8c1253df5569: Preparing [2020-10-20T03:34:47.344Z] 477f5997bf1c: Preparing [2020-10-20T03:34:47.344Z] 1308d61abac4: Preparing [2020-10-20T03:34:47.616Z] 477f5997bf1c: Layer already exists [2020-10-20T03:34:47.616Z] 8c1253df5569: Layer already exists [2020-10-20T03:34:47.616Z] 1308d61abac4: Layer already exists [2020-10-20T03:34:47.616Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:475ef6f82d661db5ac4324b0a377b598c14f2ec48c9c640c58e75f392bd4c202 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:47.961Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:48.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-20T03:34:48.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T03:34:48.304Z] 8c1253df5569: Preparing [2020-10-20T03:34:48.304Z] 477f5997bf1c: Preparing [2020-10-20T03:34:48.304Z] 1308d61abac4: Preparing [2020-10-20T03:34:48.575Z] 1308d61abac4: Layer already exists [2020-10-20T03:34:48.575Z] 477f5997bf1c: Layer already exists [2020-10-20T03:34:48.575Z] 8c1253df5569: Layer already exists [2020-10-20T03:34:48.575Z] master: digest: sha256:475ef6f82d661db5ac4324b0a377b598c14f2ec48c9c640c58e75f392bd4c202 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:34:48.792Z] ===================================================== [Pipeline] echo [2020-10-20T03:34:48.847Z] taggedImages: [2020-10-20T03:34:48.847Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:48.847Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.82 [2020-10-20T03:34:48.847Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:48.847Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-20T03:34:48.913Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-20T03:34:48.913Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:48.913Z] 1.2.2-dev.82 [2020-10-20T03:34:48.913Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:48.913Z] master [2020-10-20T03:34:48.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:49.441Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:49.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:49.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T03:34:49.781Z] d4c05c4788ea: Preparing [2020-10-20T03:34:49.781Z] b6a0adfd07e6: Preparing [2020-10-20T03:34:49.781Z] 2dc3f6f5d9f3: Preparing [2020-10-20T03:34:49.781Z] 2ef6ee946439: Preparing [2020-10-20T03:34:49.781Z] e2f13739ad41: Preparing [2020-10-20T03:34:50.053Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:50.054Z] b6a0adfd07e6: Pushed [2020-10-20T03:34:50.328Z] 2dc3f6f5d9f3: Pushed [2020-10-20T03:34:50.602Z] 2ef6ee946439: Pushed [2020-10-20T03:34:52.046Z] d4c05c4788ea: Pushed [2020-10-20T03:34:52.318Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:a54a988ef1119fe9574e0153e687ed1f11ad7c06394fecd9c5ad86e6ab5a59f0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:52.668Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:53.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.82 [2020-10-20T03:34:53.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T03:34:53.008Z] d4c05c4788ea: Preparing [2020-10-20T03:34:53.008Z] b6a0adfd07e6: Preparing [2020-10-20T03:34:53.008Z] 2dc3f6f5d9f3: Preparing [2020-10-20T03:34:53.008Z] 2ef6ee946439: Preparing [2020-10-20T03:34:53.008Z] e2f13739ad41: Preparing [2020-10-20T03:34:53.008Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:53.008Z] 2dc3f6f5d9f3: Layer already exists [2020-10-20T03:34:53.008Z] d4c05c4788ea: Layer already exists [2020-10-20T03:34:53.279Z] b6a0adfd07e6: Layer already exists [2020-10-20T03:34:53.279Z] 2ef6ee946439: Layer already exists [2020-10-20T03:34:53.279Z] 1.2.2-dev.82: digest: sha256:a54a988ef1119fe9574e0153e687ed1f11ad7c06394fecd9c5ad86e6ab5a59f0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:53.621Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:53.958Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:53.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T03:34:53.959Z] d4c05c4788ea: Preparing [2020-10-20T03:34:53.959Z] b6a0adfd07e6: Preparing [2020-10-20T03:34:53.959Z] 2dc3f6f5d9f3: Preparing [2020-10-20T03:34:53.959Z] 2ef6ee946439: Preparing [2020-10-20T03:34:53.959Z] e2f13739ad41: Preparing [2020-10-20T03:34:54.229Z] 2ef6ee946439: Layer already exists [2020-10-20T03:34:54.229Z] d4c05c4788ea: Layer already exists [2020-10-20T03:34:54.229Z] b6a0adfd07e6: Layer already exists [2020-10-20T03:34:54.229Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:54.229Z] 2dc3f6f5d9f3: Layer already exists [2020-10-20T03:34:54.229Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:a54a988ef1119fe9574e0153e687ed1f11ad7c06394fecd9c5ad86e6ab5a59f0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:54.583Z] + 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-20T03:34:54.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-20T03:34:54.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T03:34:54.921Z] d4c05c4788ea: Preparing [2020-10-20T03:34:54.921Z] b6a0adfd07e6: Preparing [2020-10-20T03:34:54.921Z] 2dc3f6f5d9f3: Preparing [2020-10-20T03:34:54.921Z] 2ef6ee946439: Preparing [2020-10-20T03:34:54.921Z] e2f13739ad41: Preparing [2020-10-20T03:34:54.921Z] d4c05c4788ea: Layer already exists [2020-10-20T03:34:54.921Z] 2ef6ee946439: Layer already exists [2020-10-20T03:34:54.921Z] 2dc3f6f5d9f3: Layer already exists [2020-10-20T03:34:54.921Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:54.921Z] b6a0adfd07e6: Layer already exists [2020-10-20T03:34:55.192Z] master: digest: sha256:a54a988ef1119fe9574e0153e687ed1f11ad7c06394fecd9c5ad86e6ab5a59f0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:34:55.487Z] ===================================================== [Pipeline] echo [2020-10-20T03:34:55.534Z] taggedImages: [2020-10-20T03:34:55.534Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:55.534Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.82 [2020-10-20T03:34:55.534Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:55.534Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-20T03:34:55.606Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-20T03:34:55.606Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:55.606Z] 1.2.2-dev.82 [2020-10-20T03:34:55.606Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:34:55.606Z] master [2020-10-20T03:34:55.606Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:56.126Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:56.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:34:56.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T03:34:56.476Z] 2644c9a90ff3: Preparing [2020-10-20T03:34:56.476Z] 002c20b22f7c: Preparing [2020-10-20T03:34:56.476Z] cf24b63f7d4c: Preparing [2020-10-20T03:34:56.476Z] d6b3a1b7c418: Preparing [2020-10-20T03:34:56.476Z] d6b3a1b7c418: Preparing [2020-10-20T03:34:56.476Z] 35fe521e35c9: Preparing [2020-10-20T03:34:56.476Z] e627acb4d888: Preparing [2020-10-20T03:34:56.476Z] 68481ec6a938: Preparing [2020-10-20T03:34:56.476Z] 2644c9a90ff3: Preparing [2020-10-20T03:34:56.476Z] dfce870640f1: Preparing [2020-10-20T03:34:56.476Z] a0234e5e34ac: Preparing [2020-10-20T03:34:56.476Z] 0c2ec06d54be: Preparing [2020-10-20T03:34:56.476Z] e2f13739ad41: Preparing [2020-10-20T03:34:56.476Z] 68481ec6a938: Waiting [2020-10-20T03:34:56.476Z] dfce870640f1: Waiting [2020-10-20T03:34:56.476Z] a0234e5e34ac: Waiting [2020-10-20T03:34:56.476Z] 0c2ec06d54be: Waiting [2020-10-20T03:34:56.476Z] e2f13739ad41: Waiting [2020-10-20T03:34:56.476Z] e627acb4d888: Waiting [2020-10-20T03:34:57.080Z] d6b3a1b7c418: Pushed [2020-10-20T03:34:57.080Z] 002c20b22f7c: Pushed [2020-10-20T03:34:57.080Z] cf24b63f7d4c: Pushed [2020-10-20T03:34:57.080Z] 35fe521e35c9: Pushed [2020-10-20T03:34:57.354Z] a0234e5e34ac: Pushed [2020-10-20T03:34:57.354Z] e627acb4d888: Pushed [2020-10-20T03:34:57.354Z] dfce870640f1: Pushed [2020-10-20T03:34:57.354Z] 68481ec6a938: Pushed [2020-10-20T03:34:57.354Z] e2f13739ad41: Layer already exists [2020-10-20T03:34:57.626Z] 0c2ec06d54be: Pushed [2020-10-20T03:34:59.062Z] 2644c9a90ff3: Pushed [2020-10-20T03:34:59.332Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:a0d6ab72c85245dcee4b739f83e9fb7c101f11798be1b34629a8bd7cbecf3ff7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:34:59.676Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:00.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:00.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T03:35:00.023Z] 2644c9a90ff3: Preparing [2020-10-20T03:35:00.023Z] 002c20b22f7c: Preparing [2020-10-20T03:35:00.023Z] cf24b63f7d4c: Preparing [2020-10-20T03:35:00.023Z] d6b3a1b7c418: Preparing [2020-10-20T03:35:00.023Z] d6b3a1b7c418: Preparing [2020-10-20T03:35:00.023Z] 35fe521e35c9: Preparing [2020-10-20T03:35:00.023Z] e627acb4d888: Preparing [2020-10-20T03:35:00.023Z] 68481ec6a938: Preparing [2020-10-20T03:35:00.023Z] 2644c9a90ff3: Preparing [2020-10-20T03:35:00.023Z] dfce870640f1: Preparing [2020-10-20T03:35:00.023Z] a0234e5e34ac: Preparing [2020-10-20T03:35:00.023Z] 0c2ec06d54be: Preparing [2020-10-20T03:35:00.023Z] e2f13739ad41: Preparing [2020-10-20T03:35:00.023Z] e627acb4d888: Waiting [2020-10-20T03:35:00.023Z] 68481ec6a938: Waiting [2020-10-20T03:35:00.023Z] dfce870640f1: Waiting [2020-10-20T03:35:00.023Z] a0234e5e34ac: Waiting [2020-10-20T03:35:00.023Z] 0c2ec06d54be: Waiting [2020-10-20T03:35:00.023Z] e2f13739ad41: Waiting [2020-10-20T03:35:00.023Z] 2644c9a90ff3: Layer already exists [2020-10-20T03:35:00.023Z] d6b3a1b7c418: Layer already exists [2020-10-20T03:35:00.023Z] 002c20b22f7c: Layer already exists [2020-10-20T03:35:00.023Z] 35fe521e35c9: Layer already exists [2020-10-20T03:35:00.023Z] cf24b63f7d4c: Layer already exists [2020-10-20T03:35:00.293Z] 68481ec6a938: Layer already exists [2020-10-20T03:35:00.293Z] e627acb4d888: Layer already exists [2020-10-20T03:35:00.293Z] 0c2ec06d54be: Layer already exists [2020-10-20T03:35:00.293Z] a0234e5e34ac: Layer already exists [2020-10-20T03:35:00.293Z] dfce870640f1: Layer already exists [2020-10-20T03:35:00.293Z] e2f13739ad41: Layer already exists [2020-10-20T03:35:00.293Z] 1.2.2-dev.82: digest: sha256:a0d6ab72c85245dcee4b739f83e9fb7c101f11798be1b34629a8bd7cbecf3ff7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:00.634Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:00.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:00.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T03:35:00.978Z] 2644c9a90ff3: Preparing [2020-10-20T03:35:00.978Z] 002c20b22f7c: Preparing [2020-10-20T03:35:00.978Z] cf24b63f7d4c: Preparing [2020-10-20T03:35:00.978Z] d6b3a1b7c418: Preparing [2020-10-20T03:35:00.978Z] d6b3a1b7c418: Preparing [2020-10-20T03:35:00.978Z] 35fe521e35c9: Preparing [2020-10-20T03:35:00.978Z] e627acb4d888: Preparing [2020-10-20T03:35:00.978Z] 68481ec6a938: Preparing [2020-10-20T03:35:00.978Z] 2644c9a90ff3: Preparing [2020-10-20T03:35:00.978Z] dfce870640f1: Preparing [2020-10-20T03:35:00.978Z] a0234e5e34ac: Preparing [2020-10-20T03:35:00.978Z] 0c2ec06d54be: Preparing [2020-10-20T03:35:00.978Z] e2f13739ad41: Preparing [2020-10-20T03:35:00.978Z] 0c2ec06d54be: Waiting [2020-10-20T03:35:00.978Z] dfce870640f1: Waiting [2020-10-20T03:35:00.978Z] a0234e5e34ac: Waiting [2020-10-20T03:35:00.978Z] e627acb4d888: Waiting [2020-10-20T03:35:00.978Z] e2f13739ad41: Waiting [2020-10-20T03:35:00.978Z] 68481ec6a938: Waiting [2020-10-20T03:35:01.249Z] 002c20b22f7c: Layer already exists [2020-10-20T03:35:01.249Z] cf24b63f7d4c: Layer already exists [2020-10-20T03:35:01.249Z] 35fe521e35c9: Layer already exists [2020-10-20T03:35:01.249Z] d6b3a1b7c418: Layer already exists [2020-10-20T03:35:01.249Z] 2644c9a90ff3: Layer already exists [2020-10-20T03:35:01.249Z] a0234e5e34ac: Layer already exists [2020-10-20T03:35:01.249Z] dfce870640f1: Layer already exists [2020-10-20T03:35:01.249Z] 0c2ec06d54be: Layer already exists [2020-10-20T03:35:01.249Z] 68481ec6a938: Layer already exists [2020-10-20T03:35:01.249Z] e627acb4d888: Layer already exists [2020-10-20T03:35:01.249Z] e2f13739ad41: Layer already exists [2020-10-20T03:35:01.249Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:a0d6ab72c85245dcee4b739f83e9fb7c101f11798be1b34629a8bd7cbecf3ff7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:01.598Z] + 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-20T03:35:01.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-20T03:35:01.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T03:35:01.959Z] 2644c9a90ff3: Preparing [2020-10-20T03:35:01.959Z] 002c20b22f7c: Preparing [2020-10-20T03:35:01.959Z] cf24b63f7d4c: Preparing [2020-10-20T03:35:01.959Z] d6b3a1b7c418: Preparing [2020-10-20T03:35:01.959Z] d6b3a1b7c418: Preparing [2020-10-20T03:35:01.959Z] 35fe521e35c9: Preparing [2020-10-20T03:35:01.959Z] e627acb4d888: Preparing [2020-10-20T03:35:01.959Z] 68481ec6a938: Preparing [2020-10-20T03:35:01.959Z] 2644c9a90ff3: Preparing [2020-10-20T03:35:01.959Z] dfce870640f1: Preparing [2020-10-20T03:35:01.959Z] a0234e5e34ac: Preparing [2020-10-20T03:35:01.959Z] 0c2ec06d54be: Preparing [2020-10-20T03:35:01.959Z] e2f13739ad41: Preparing [2020-10-20T03:35:01.959Z] 68481ec6a938: Waiting [2020-10-20T03:35:01.959Z] dfce870640f1: Waiting [2020-10-20T03:35:01.959Z] a0234e5e34ac: Waiting [2020-10-20T03:35:01.959Z] 0c2ec06d54be: Waiting [2020-10-20T03:35:01.959Z] e627acb4d888: Waiting [2020-10-20T03:35:01.959Z] e2f13739ad41: Waiting [2020-10-20T03:35:02.233Z] d6b3a1b7c418: Layer already exists [2020-10-20T03:35:02.233Z] 2644c9a90ff3: Layer already exists [2020-10-20T03:35:02.233Z] 002c20b22f7c: Layer already exists [2020-10-20T03:35:02.233Z] 35fe521e35c9: Layer already exists [2020-10-20T03:35:02.233Z] cf24b63f7d4c: Layer already exists [2020-10-20T03:35:02.233Z] e627acb4d888: Layer already exists [2020-10-20T03:35:02.233Z] dfce870640f1: Layer already exists [2020-10-20T03:35:02.233Z] 0c2ec06d54be: Layer already exists [2020-10-20T03:35:02.233Z] 68481ec6a938: Layer already exists [2020-10-20T03:35:02.233Z] a0234e5e34ac: Layer already exists [2020-10-20T03:35:02.233Z] e2f13739ad41: Layer already exists [2020-10-20T03:35:02.233Z] master: digest: sha256:a0d6ab72c85245dcee4b739f83e9fb7c101f11798be1b34629a8bd7cbecf3ff7 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:35:02.515Z] ===================================================== [Pipeline] echo [2020-10-20T03:35:02.566Z] taggedImages: [2020-10-20T03:35:02.566Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:02.566Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:02.566Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:02.566Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-20T03:35:02.647Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-20T03:35:02.647Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:02.647Z] 1.2.2-dev.82 [2020-10-20T03:35:02.647Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:02.647Z] master [2020-10-20T03:35:02.647Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:03.227Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:03.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:03.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T03:35:03.645Z] baa51f900c7d: Preparing [2020-10-20T03:35:03.645Z] b19cd6449d63: Preparing [2020-10-20T03:35:03.645Z] 3e5ba2e24768: Preparing [2020-10-20T03:35:03.645Z] 6dfa4afe09d7: Preparing [2020-10-20T03:35:03.645Z] e0cfd02b7603: Preparing [2020-10-20T03:35:03.645Z] 6fb4e03bf05e: Preparing [2020-10-20T03:35:03.645Z] a61a5e1d8c10: Preparing [2020-10-20T03:35:03.645Z] 8e7b386ea0cd: Preparing [2020-10-20T03:35:03.645Z] d484c53a2799: Preparing [2020-10-20T03:35:03.645Z] aa80d430df7c: Preparing [2020-10-20T03:35:03.645Z] 66b385cf80cf: Preparing [2020-10-20T03:35:03.645Z] 6fb4e03bf05e: Waiting [2020-10-20T03:35:03.645Z] d484c53a2799: Waiting [2020-10-20T03:35:03.645Z] aa80d430df7c: Waiting [2020-10-20T03:35:03.645Z] 66b385cf80cf: Waiting [2020-10-20T03:35:03.645Z] a61a5e1d8c10: Waiting [2020-10-20T03:35:03.645Z] 8e7b386ea0cd: Waiting [2020-10-20T03:35:03.938Z] b19cd6449d63: Pushed [2020-10-20T03:35:03.938Z] baa51f900c7d: Pushed [2020-10-20T03:35:04.235Z] 6fb4e03bf05e: Pushed [2020-10-20T03:35:04.235Z] a61a5e1d8c10: Pushed [2020-10-20T03:35:04.520Z] 8e7b386ea0cd: Pushed [2020-10-20T03:35:04.521Z] d484c53a2799: Pushed [2020-10-20T03:35:04.807Z] 66b385cf80cf: Layer already exists [2020-10-20T03:35:05.083Z] aa80d430df7c: Pushed [2020-10-20T03:35:06.058Z] 3e5ba2e24768: Pushed [2020-10-20T03:35:06.328Z] e0cfd02b7603: Pushed [2020-10-20T03:35:06.328Z] 6dfa4afe09d7: Pushed [2020-10-20T03:35:06.601Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:d46256c983c4de58c29d7c8686fc134098d107f0e6f2eedbbe0585aea0f45f42 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:06.957Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:07.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:07.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T03:35:07.310Z] baa51f900c7d: Preparing [2020-10-20T03:35:07.310Z] b19cd6449d63: Preparing [2020-10-20T03:35:07.310Z] 3e5ba2e24768: Preparing [2020-10-20T03:35:07.310Z] 6dfa4afe09d7: Preparing [2020-10-20T03:35:07.310Z] e0cfd02b7603: Preparing [2020-10-20T03:35:07.310Z] 6fb4e03bf05e: Preparing [2020-10-20T03:35:07.310Z] a61a5e1d8c10: Preparing [2020-10-20T03:35:07.310Z] 8e7b386ea0cd: Preparing [2020-10-20T03:35:07.310Z] d484c53a2799: Preparing [2020-10-20T03:35:07.310Z] aa80d430df7c: Preparing [2020-10-20T03:35:07.310Z] 66b385cf80cf: Preparing [2020-10-20T03:35:07.310Z] 8e7b386ea0cd: Waiting [2020-10-20T03:35:07.310Z] d484c53a2799: Waiting [2020-10-20T03:35:07.310Z] aa80d430df7c: Waiting [2020-10-20T03:35:07.310Z] 66b385cf80cf: Waiting [2020-10-20T03:35:07.310Z] 6fb4e03bf05e: Waiting [2020-10-20T03:35:07.310Z] a61a5e1d8c10: Waiting [2020-10-20T03:35:07.310Z] baa51f900c7d: Layer already exists [2020-10-20T03:35:07.310Z] 3e5ba2e24768: Layer already exists [2020-10-20T03:35:07.310Z] e0cfd02b7603: Layer already exists [2020-10-20T03:35:07.582Z] b19cd6449d63: Layer already exists [2020-10-20T03:35:07.582Z] 6dfa4afe09d7: Layer already exists [2020-10-20T03:35:07.582Z] d484c53a2799: Layer already exists [2020-10-20T03:35:07.582Z] 6fb4e03bf05e: Layer already exists [2020-10-20T03:35:07.582Z] a61a5e1d8c10: Layer already exists [2020-10-20T03:35:07.582Z] aa80d430df7c: Layer already exists [2020-10-20T03:35:07.582Z] 8e7b386ea0cd: Layer already exists [2020-10-20T03:35:07.582Z] 66b385cf80cf: Layer already exists [2020-10-20T03:35:07.582Z] 1.2.2-dev.82: digest: sha256:d46256c983c4de58c29d7c8686fc134098d107f0e6f2eedbbe0585aea0f45f42 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:07.939Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:08.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:08.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T03:35:08.288Z] baa51f900c7d: Preparing [2020-10-20T03:35:08.288Z] b19cd6449d63: Preparing [2020-10-20T03:35:08.288Z] 3e5ba2e24768: Preparing [2020-10-20T03:35:08.288Z] 6dfa4afe09d7: Preparing [2020-10-20T03:35:08.288Z] e0cfd02b7603: Preparing [2020-10-20T03:35:08.288Z] 6fb4e03bf05e: Preparing [2020-10-20T03:35:08.288Z] a61a5e1d8c10: Preparing [2020-10-20T03:35:08.288Z] 8e7b386ea0cd: Preparing [2020-10-20T03:35:08.288Z] d484c53a2799: Preparing [2020-10-20T03:35:08.288Z] aa80d430df7c: Preparing [2020-10-20T03:35:08.288Z] 66b385cf80cf: Preparing [2020-10-20T03:35:08.288Z] 8e7b386ea0cd: Waiting [2020-10-20T03:35:08.288Z] d484c53a2799: Waiting [2020-10-20T03:35:08.288Z] aa80d430df7c: Waiting [2020-10-20T03:35:08.288Z] 66b385cf80cf: Waiting [2020-10-20T03:35:08.288Z] 6fb4e03bf05e: Waiting [2020-10-20T03:35:08.288Z] a61a5e1d8c10: Waiting [2020-10-20T03:35:09.262Z] e0cfd02b7603: Layer already exists [2020-10-20T03:35:09.263Z] b19cd6449d63: Layer already exists [2020-10-20T03:35:09.263Z] 3e5ba2e24768: Layer already exists [2020-10-20T03:35:09.263Z] 6dfa4afe09d7: Layer already exists [2020-10-20T03:35:09.263Z] baa51f900c7d: Layer already exists [2020-10-20T03:35:09.263Z] a61a5e1d8c10: Layer already exists [2020-10-20T03:35:09.263Z] 6fb4e03bf05e: Layer already exists [2020-10-20T03:35:09.263Z] 8e7b386ea0cd: Layer already exists [2020-10-20T03:35:09.263Z] d484c53a2799: Layer already exists [2020-10-20T03:35:09.263Z] aa80d430df7c: Layer already exists [2020-10-20T03:35:09.263Z] 66b385cf80cf: Layer already exists [2020-10-20T03:35:09.537Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:d46256c983c4de58c29d7c8686fc134098d107f0e6f2eedbbe0585aea0f45f42 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:09.889Z] + 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-20T03:35:10.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-20T03:35:10.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T03:35:10.227Z] baa51f900c7d: Preparing [2020-10-20T03:35:10.227Z] b19cd6449d63: Preparing [2020-10-20T03:35:10.227Z] 3e5ba2e24768: Preparing [2020-10-20T03:35:10.227Z] 6dfa4afe09d7: Preparing [2020-10-20T03:35:10.227Z] e0cfd02b7603: Preparing [2020-10-20T03:35:10.227Z] 6fb4e03bf05e: Preparing [2020-10-20T03:35:10.227Z] a61a5e1d8c10: Preparing [2020-10-20T03:35:10.227Z] 8e7b386ea0cd: Preparing [2020-10-20T03:35:10.227Z] d484c53a2799: Preparing [2020-10-20T03:35:10.227Z] aa80d430df7c: Preparing [2020-10-20T03:35:10.227Z] 66b385cf80cf: Preparing [2020-10-20T03:35:10.227Z] 8e7b386ea0cd: Waiting [2020-10-20T03:35:10.227Z] d484c53a2799: Waiting [2020-10-20T03:35:10.227Z] 6fb4e03bf05e: Waiting [2020-10-20T03:35:10.227Z] aa80d430df7c: Waiting [2020-10-20T03:35:10.227Z] 66b385cf80cf: Waiting [2020-10-20T03:35:10.227Z] a61a5e1d8c10: Waiting [2020-10-20T03:35:10.227Z] b19cd6449d63: Layer already exists [2020-10-20T03:35:10.227Z] baa51f900c7d: Layer already exists [2020-10-20T03:35:10.227Z] 3e5ba2e24768: Layer already exists [2020-10-20T03:35:10.227Z] 6dfa4afe09d7: Layer already exists [2020-10-20T03:35:10.227Z] e0cfd02b7603: Layer already exists [2020-10-20T03:35:10.227Z] 6fb4e03bf05e: Layer already exists [2020-10-20T03:35:10.227Z] 8e7b386ea0cd: Layer already exists [2020-10-20T03:35:10.227Z] a61a5e1d8c10: Layer already exists [2020-10-20T03:35:10.500Z] aa80d430df7c: Layer already exists [2020-10-20T03:35:10.500Z] d484c53a2799: Layer already exists [2020-10-20T03:35:10.500Z] 66b385cf80cf: Layer already exists [2020-10-20T03:35:10.500Z] master: digest: sha256:d46256c983c4de58c29d7c8686fc134098d107f0e6f2eedbbe0585aea0f45f42 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:35:10.870Z] ===================================================== [Pipeline] echo [2020-10-20T03:35:10.918Z] taggedImages: [2020-10-20T03:35:10.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:10.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:10.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:10.918Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-20T03:35:10.998Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-20T03:35:10.998Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:10.998Z] 1.2.2-dev.82 [2020-10-20T03:35:10.998Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:10.998Z] master [2020-10-20T03:35:10.998Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:11.532Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:11.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:11.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T03:35:11.876Z] ff7cdbd6735b: Preparing [2020-10-20T03:35:11.876Z] 38b389c50f39: Preparing [2020-10-20T03:35:11.876Z] edf24587c224: Preparing [2020-10-20T03:35:11.876Z] 6ad121429a65: Preparing [2020-10-20T03:35:12.146Z] edf24587c224: Pushed [2020-10-20T03:35:12.146Z] ff7cdbd6735b: Pushed [2020-10-20T03:35:12.419Z] 6ad121429a65: Pushed [2020-10-20T03:35:15.029Z] 38b389c50f39: Pushed [2020-10-20T03:35:15.029Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:76bd030525ad601b63be670d7a57f02b2edd491e6f015b433a746d43e9067a90 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:15.372Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:15.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:15.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T03:35:15.708Z] ff7cdbd6735b: Preparing [2020-10-20T03:35:15.708Z] 38b389c50f39: Preparing [2020-10-20T03:35:15.708Z] edf24587c224: Preparing [2020-10-20T03:35:15.708Z] 6ad121429a65: Preparing [2020-10-20T03:35:15.708Z] 6ad121429a65: Layer already exists [2020-10-20T03:35:15.708Z] edf24587c224: Layer already exists [2020-10-20T03:35:15.977Z] ff7cdbd6735b: Layer already exists [2020-10-20T03:35:15.977Z] 38b389c50f39: Layer already exists [2020-10-20T03:35:15.977Z] 1.2.2-dev.82: digest: sha256:76bd030525ad601b63be670d7a57f02b2edd491e6f015b433a746d43e9067a90 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:16.320Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:16.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:16.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T03:35:16.662Z] ff7cdbd6735b: Preparing [2020-10-20T03:35:16.662Z] 38b389c50f39: Preparing [2020-10-20T03:35:16.662Z] edf24587c224: Preparing [2020-10-20T03:35:16.662Z] 6ad121429a65: Preparing [2020-10-20T03:35:16.662Z] 6ad121429a65: Layer already exists [2020-10-20T03:35:16.662Z] edf24587c224: Layer already exists [2020-10-20T03:35:16.662Z] 38b389c50f39: Layer already exists [2020-10-20T03:35:16.662Z] ff7cdbd6735b: Layer already exists [2020-10-20T03:35:16.931Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:76bd030525ad601b63be670d7a57f02b2edd491e6f015b433a746d43e9067a90 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:17.272Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:17.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-20T03:35:17.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T03:35:17.605Z] ff7cdbd6735b: Preparing [2020-10-20T03:35:17.605Z] 38b389c50f39: Preparing [2020-10-20T03:35:17.605Z] edf24587c224: Preparing [2020-10-20T03:35:17.605Z] 6ad121429a65: Preparing [2020-10-20T03:35:17.605Z] 38b389c50f39: Layer already exists [2020-10-20T03:35:17.875Z] edf24587c224: Layer already exists [2020-10-20T03:35:17.875Z] 6ad121429a65: Layer already exists [2020-10-20T03:35:17.875Z] ff7cdbd6735b: Layer already exists [2020-10-20T03:35:17.875Z] master: digest: sha256:76bd030525ad601b63be670d7a57f02b2edd491e6f015b433a746d43e9067a90 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:35:18.071Z] ===================================================== [Pipeline] echo [2020-10-20T03:35:18.121Z] taggedImages: [2020-10-20T03:35:18.121Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:18.121Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:18.121Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:18.121Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-20T03:35:18.187Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-20T03:35:18.187Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:18.187Z] 1.2.2-dev.82 [2020-10-20T03:35:18.187Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:18.187Z] master [2020-10-20T03:35:18.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:18.719Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:19.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:19.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T03:35:19.065Z] d374d9aa8a67: Preparing [2020-10-20T03:35:19.065Z] 44645fad8b83: Preparing [2020-10-20T03:35:19.065Z] e93ac10d2378: Preparing [2020-10-20T03:35:19.065Z] f510ead5cee6: Preparing [2020-10-20T03:35:19.065Z] f949b4c3461b: Preparing [2020-10-20T03:35:19.065Z] 785eb6b66760: Preparing [2020-10-20T03:35:19.065Z] 785eb6b66760: Waiting [2020-10-20T03:35:19.339Z] d374d9aa8a67: Pushed [2020-10-20T03:35:19.339Z] e93ac10d2378: Pushed [2020-10-20T03:35:19.610Z] f510ead5cee6: Pushed [2020-10-20T03:35:19.610Z] f949b4c3461b: Pushed [2020-10-20T03:35:19.884Z] 785eb6b66760: Pushed [2020-10-20T03:35:22.494Z] 44645fad8b83: Pushed [2020-10-20T03:35:22.766Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:01aae647ab1349045c9abb81e4a4d40a40119d387d0304e1b84415d1433f9a13 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:23.174Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:23.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:23.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T03:35:23.511Z] d374d9aa8a67: Preparing [2020-10-20T03:35:23.511Z] 44645fad8b83: Preparing [2020-10-20T03:35:23.511Z] e93ac10d2378: Preparing [2020-10-20T03:35:23.511Z] f510ead5cee6: Preparing [2020-10-20T03:35:23.511Z] f949b4c3461b: Preparing [2020-10-20T03:35:23.511Z] 785eb6b66760: Preparing [2020-10-20T03:35:23.511Z] 785eb6b66760: Waiting [2020-10-20T03:35:23.511Z] f949b4c3461b: Layer already exists [2020-10-20T03:35:23.511Z] d374d9aa8a67: Layer already exists [2020-10-20T03:35:23.511Z] e93ac10d2378: Layer already exists [2020-10-20T03:35:23.511Z] 44645fad8b83: Layer already exists [2020-10-20T03:35:23.511Z] f510ead5cee6: Layer already exists [2020-10-20T03:35:23.511Z] 785eb6b66760: Layer already exists [2020-10-20T03:35:23.782Z] 1.2.2-dev.82: digest: sha256:01aae647ab1349045c9abb81e4a4d40a40119d387d0304e1b84415d1433f9a13 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:24.124Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:24.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:24.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T03:35:24.456Z] d374d9aa8a67: Preparing [2020-10-20T03:35:24.456Z] 44645fad8b83: Preparing [2020-10-20T03:35:24.456Z] e93ac10d2378: Preparing [2020-10-20T03:35:24.456Z] f510ead5cee6: Preparing [2020-10-20T03:35:24.456Z] f949b4c3461b: Preparing [2020-10-20T03:35:24.456Z] 785eb6b66760: Preparing [2020-10-20T03:35:24.456Z] 785eb6b66760: Waiting [2020-10-20T03:35:24.456Z] 44645fad8b83: Layer already exists [2020-10-20T03:35:24.456Z] f510ead5cee6: Layer already exists [2020-10-20T03:35:24.456Z] d374d9aa8a67: Layer already exists [2020-10-20T03:35:24.456Z] e93ac10d2378: Layer already exists [2020-10-20T03:35:24.456Z] f949b4c3461b: Layer already exists [2020-10-20T03:35:24.456Z] 785eb6b66760: Layer already exists [2020-10-20T03:35:24.726Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:01aae647ab1349045c9abb81e4a4d40a40119d387d0304e1b84415d1433f9a13 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:25.070Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:25.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-20T03:35:25.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T03:35:25.417Z] d374d9aa8a67: Preparing [2020-10-20T03:35:25.417Z] 44645fad8b83: Preparing [2020-10-20T03:35:25.417Z] e93ac10d2378: Preparing [2020-10-20T03:35:25.417Z] f510ead5cee6: Preparing [2020-10-20T03:35:25.417Z] f949b4c3461b: Preparing [2020-10-20T03:35:25.417Z] 785eb6b66760: Preparing [2020-10-20T03:35:25.417Z] 785eb6b66760: Waiting [2020-10-20T03:35:25.417Z] d374d9aa8a67: Layer already exists [2020-10-20T03:35:25.417Z] e93ac10d2378: Layer already exists [2020-10-20T03:35:25.417Z] f949b4c3461b: Layer already exists [2020-10-20T03:35:25.417Z] 44645fad8b83: Layer already exists [2020-10-20T03:35:25.417Z] f510ead5cee6: Layer already exists [2020-10-20T03:35:25.687Z] 785eb6b66760: Layer already exists [2020-10-20T03:35:25.687Z] master: digest: sha256:01aae647ab1349045c9abb81e4a4d40a40119d387d0304e1b84415d1433f9a13 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:35:25.901Z] ===================================================== [Pipeline] echo [2020-10-20T03:35:25.950Z] taggedImages: [2020-10-20T03:35:25.950Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:25.950Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:25.950Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:25.950Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-20T03:35:26.035Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-20T03:35:26.035Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:26.035Z] 1.2.2-dev.82 [2020-10-20T03:35:26.035Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:26.035Z] master [2020-10-20T03:35:26.035Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:26.567Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:26.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:26.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T03:35:26.898Z] 79478f6a00ee: Preparing [2020-10-20T03:35:26.898Z] 9f9f1b9c46ee: Preparing [2020-10-20T03:35:26.898Z] 3a59a71affd1: Preparing [2020-10-20T03:35:27.167Z] 79478f6a00ee: Pushed [2020-10-20T03:35:27.167Z] 3a59a71affd1: Pushed [2020-10-20T03:35:29.784Z] 9f9f1b9c46ee: Pushed [2020-10-20T03:35:30.055Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:cab81be65e805579894114a14993a1b640df41a479829bdf7ac6992955e2b969 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:30.412Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:30.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:30.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T03:35:30.799Z] 79478f6a00ee: Preparing [2020-10-20T03:35:30.799Z] 9f9f1b9c46ee: Preparing [2020-10-20T03:35:30.799Z] 3a59a71affd1: Preparing [2020-10-20T03:35:30.799Z] 3a59a71affd1: Layer already exists [2020-10-20T03:35:30.799Z] 79478f6a00ee: Layer already exists [2020-10-20T03:35:30.799Z] 9f9f1b9c46ee: Layer already exists [2020-10-20T03:35:31.074Z] 1.2.2-dev.82: digest: sha256:cab81be65e805579894114a14993a1b640df41a479829bdf7ac6992955e2b969 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:31.432Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:31.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:31.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T03:35:31.770Z] 79478f6a00ee: Preparing [2020-10-20T03:35:31.770Z] 9f9f1b9c46ee: Preparing [2020-10-20T03:35:31.770Z] 3a59a71affd1: Preparing [2020-10-20T03:35:31.770Z] 3a59a71affd1: Layer already exists [2020-10-20T03:35:31.770Z] 79478f6a00ee: Layer already exists [2020-10-20T03:35:31.770Z] 9f9f1b9c46ee: Layer already exists [2020-10-20T03:35:32.040Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:cab81be65e805579894114a14993a1b640df41a479829bdf7ac6992955e2b969 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:32.377Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:32.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-20T03:35:32.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T03:35:32.708Z] 79478f6a00ee: Preparing [2020-10-20T03:35:32.708Z] 9f9f1b9c46ee: Preparing [2020-10-20T03:35:32.708Z] 3a59a71affd1: Preparing [2020-10-20T03:35:32.708Z] 79478f6a00ee: Layer already exists [2020-10-20T03:35:32.708Z] 9f9f1b9c46ee: Layer already exists [2020-10-20T03:35:32.708Z] 3a59a71affd1: Layer already exists [2020-10-20T03:35:32.978Z] master: digest: sha256:cab81be65e805579894114a14993a1b640df41a479829bdf7ac6992955e2b969 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:35:33.279Z] ===================================================== [Pipeline] echo [2020-10-20T03:35:33.330Z] taggedImages: [2020-10-20T03:35:33.330Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:33.330Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:33.330Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:33.330Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-20T03:35:33.388Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-20T03:35:33.388Z] d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:33.388Z] 1.2.2-dev.82 [2020-10-20T03:35:33.388Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:33.388Z] master [2020-10-20T03:35:33.388Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:33.901Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:34.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:34.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T03:35:34.237Z] 2aeb9324b34e: Preparing [2020-10-20T03:35:34.237Z] a1c42f15c5e9: Preparing [2020-10-20T03:35:34.237Z] 5ad93fb538e4: Preparing [2020-10-20T03:35:34.237Z] 0d37245288e3: Preparing [2020-10-20T03:35:34.237Z] f6f5c378dc3f: Preparing [2020-10-20T03:35:34.237Z] 46ba50c5b585: Preparing [2020-10-20T03:35:34.237Z] b30fcc35d2de: Preparing [2020-10-20T03:35:34.237Z] f875f9e206db: Preparing [2020-10-20T03:35:34.237Z] 3994ac1dcb8b: Preparing [2020-10-20T03:35:34.237Z] 5f2247eaf593: Preparing [2020-10-20T03:35:34.237Z] 62d13be1b083: Preparing [2020-10-20T03:35:34.237Z] 94fdc660876c: Preparing [2020-10-20T03:35:34.237Z] 4e7279dfc0c0: Preparing [2020-10-20T03:35:34.237Z] e2f13739ad41: Preparing [2020-10-20T03:35:34.237Z] 46ba50c5b585: Waiting [2020-10-20T03:35:34.237Z] b30fcc35d2de: Waiting [2020-10-20T03:35:34.237Z] f875f9e206db: Waiting [2020-10-20T03:35:34.237Z] 3994ac1dcb8b: Waiting [2020-10-20T03:35:34.237Z] 5f2247eaf593: Waiting [2020-10-20T03:35:34.237Z] 62d13be1b083: Waiting [2020-10-20T03:35:34.237Z] 94fdc660876c: Waiting [2020-10-20T03:35:34.237Z] 4e7279dfc0c0: Waiting [2020-10-20T03:35:34.237Z] e2f13739ad41: Waiting [2020-10-20T03:35:34.835Z] f6f5c378dc3f: Pushed [2020-10-20T03:35:35.106Z] 2aeb9324b34e: Pushed [2020-10-20T03:35:35.379Z] 0d37245288e3: Pushed [2020-10-20T03:35:35.656Z] f875f9e206db: Layer already exists [2020-10-20T03:35:35.656Z] 3994ac1dcb8b: Layer already exists [2020-10-20T03:35:35.656Z] b30fcc35d2de: Pushed [2020-10-20T03:35:35.656Z] 5f2247eaf593: Layer already exists [2020-10-20T03:35:35.656Z] 62d13be1b083: Layer already exists [2020-10-20T03:35:35.929Z] 94fdc660876c: Layer already exists [2020-10-20T03:35:35.929Z] e2f13739ad41: Layer already exists [2020-10-20T03:35:35.929Z] 4e7279dfc0c0: Layer already exists [2020-10-20T03:35:36.204Z] a1c42f15c5e9: Pushed [2020-10-20T03:35:37.629Z] 46ba50c5b585: Pushed [2020-10-20T03:35:47.741Z] 5ad93fb538e4: Pushed [2020-10-20T03:35:48.010Z] d3791ebe684db7fa12cf8e4209b1a20507d77774: digest: sha256:65ad3a90ac548946e87ffafdce373404a2f7cb5a113248c3f0785ab76c6353cb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:48.344Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:48.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:48.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T03:35:48.673Z] 2aeb9324b34e: Preparing [2020-10-20T03:35:48.673Z] a1c42f15c5e9: Preparing [2020-10-20T03:35:48.673Z] 5ad93fb538e4: Preparing [2020-10-20T03:35:48.673Z] 0d37245288e3: Preparing [2020-10-20T03:35:48.673Z] f6f5c378dc3f: Preparing [2020-10-20T03:35:48.673Z] 46ba50c5b585: Preparing [2020-10-20T03:35:48.673Z] b30fcc35d2de: Preparing [2020-10-20T03:35:48.673Z] f875f9e206db: Preparing [2020-10-20T03:35:48.673Z] 3994ac1dcb8b: Preparing [2020-10-20T03:35:48.673Z] 5f2247eaf593: Preparing [2020-10-20T03:35:48.673Z] 62d13be1b083: Preparing [2020-10-20T03:35:48.673Z] 94fdc660876c: Preparing [2020-10-20T03:35:48.673Z] 4e7279dfc0c0: Preparing [2020-10-20T03:35:48.673Z] e2f13739ad41: Preparing [2020-10-20T03:35:48.673Z] 46ba50c5b585: Waiting [2020-10-20T03:35:48.673Z] b30fcc35d2de: Waiting [2020-10-20T03:35:48.673Z] f875f9e206db: Waiting [2020-10-20T03:35:48.673Z] 3994ac1dcb8b: Waiting [2020-10-20T03:35:48.673Z] 94fdc660876c: Waiting [2020-10-20T03:35:48.673Z] 4e7279dfc0c0: Waiting [2020-10-20T03:35:48.673Z] 5f2247eaf593: Waiting [2020-10-20T03:35:48.673Z] 62d13be1b083: Waiting [2020-10-20T03:35:48.673Z] e2f13739ad41: Waiting [2020-10-20T03:35:48.673Z] f6f5c378dc3f: Layer already exists [2020-10-20T03:35:48.673Z] 5ad93fb538e4: Layer already exists [2020-10-20T03:35:48.673Z] 2aeb9324b34e: Layer already exists [2020-10-20T03:35:48.673Z] a1c42f15c5e9: Layer already exists [2020-10-20T03:35:48.673Z] 0d37245288e3: Layer already exists [2020-10-20T03:35:48.673Z] 46ba50c5b585: Layer already exists [2020-10-20T03:35:48.943Z] f875f9e206db: Layer already exists [2020-10-20T03:35:48.943Z] b30fcc35d2de: Layer already exists [2020-10-20T03:35:48.943Z] 3994ac1dcb8b: Layer already exists [2020-10-20T03:35:48.943Z] 5f2247eaf593: Layer already exists [2020-10-20T03:35:48.943Z] 4e7279dfc0c0: Layer already exists [2020-10-20T03:35:48.943Z] 62d13be1b083: Layer already exists [2020-10-20T03:35:48.943Z] 94fdc660876c: Layer already exists [2020-10-20T03:35:48.943Z] e2f13739ad41: Layer already exists [2020-10-20T03:35:48.943Z] 1.2.2-dev.82: digest: sha256:65ad3a90ac548946e87ffafdce373404a2f7cb5a113248c3f0785ab76c6353cb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:49.282Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:49.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:49.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T03:35:49.613Z] 2aeb9324b34e: Preparing [2020-10-20T03:35:49.613Z] a1c42f15c5e9: Preparing [2020-10-20T03:35:49.613Z] 5ad93fb538e4: Preparing [2020-10-20T03:35:49.613Z] 0d37245288e3: Preparing [2020-10-20T03:35:49.613Z] f6f5c378dc3f: Preparing [2020-10-20T03:35:49.613Z] 46ba50c5b585: Preparing [2020-10-20T03:35:49.613Z] b30fcc35d2de: Preparing [2020-10-20T03:35:49.613Z] f875f9e206db: Preparing [2020-10-20T03:35:49.613Z] 3994ac1dcb8b: Preparing [2020-10-20T03:35:49.613Z] 5f2247eaf593: Preparing [2020-10-20T03:35:49.613Z] 62d13be1b083: Preparing [2020-10-20T03:35:49.613Z] 94fdc660876c: Preparing [2020-10-20T03:35:49.613Z] 4e7279dfc0c0: Preparing [2020-10-20T03:35:49.613Z] e2f13739ad41: Preparing [2020-10-20T03:35:49.613Z] 3994ac1dcb8b: Waiting [2020-10-20T03:35:49.613Z] 5f2247eaf593: Waiting [2020-10-20T03:35:49.613Z] 62d13be1b083: Waiting [2020-10-20T03:35:49.613Z] 94fdc660876c: Waiting [2020-10-20T03:35:49.613Z] 4e7279dfc0c0: Waiting [2020-10-20T03:35:49.613Z] e2f13739ad41: Waiting [2020-10-20T03:35:49.613Z] 46ba50c5b585: Waiting [2020-10-20T03:35:49.613Z] b30fcc35d2de: Waiting [2020-10-20T03:35:49.613Z] f875f9e206db: Waiting [2020-10-20T03:35:49.613Z] f6f5c378dc3f: Layer already exists [2020-10-20T03:35:49.613Z] 2aeb9324b34e: Layer already exists [2020-10-20T03:35:49.613Z] a1c42f15c5e9: Layer already exists [2020-10-20T03:35:49.613Z] 5ad93fb538e4: Layer already exists [2020-10-20T03:35:49.613Z] 0d37245288e3: Layer already exists [2020-10-20T03:35:49.613Z] 46ba50c5b585: Layer already exists [2020-10-20T03:35:49.613Z] 5f2247eaf593: Layer already exists [2020-10-20T03:35:49.613Z] b30fcc35d2de: Layer already exists [2020-10-20T03:35:49.885Z] f875f9e206db: Layer already exists [2020-10-20T03:35:49.885Z] 3994ac1dcb8b: Layer already exists [2020-10-20T03:35:49.885Z] 94fdc660876c: Layer already exists [2020-10-20T03:35:49.885Z] 4e7279dfc0c0: Layer already exists [2020-10-20T03:35:49.885Z] 62d13be1b083: Layer already exists [2020-10-20T03:35:49.885Z] e2f13739ad41: Layer already exists [2020-10-20T03:35:49.885Z] d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82: digest: sha256:65ad3a90ac548946e87ffafdce373404a2f7cb5a113248c3f0785ab76c6353cb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:50.222Z] + 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-20T03:35:50.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-20T03:35:50.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T03:35:50.553Z] 2aeb9324b34e: Preparing [2020-10-20T03:35:50.553Z] a1c42f15c5e9: Preparing [2020-10-20T03:35:50.553Z] 5ad93fb538e4: Preparing [2020-10-20T03:35:50.553Z] 0d37245288e3: Preparing [2020-10-20T03:35:50.553Z] f6f5c378dc3f: Preparing [2020-10-20T03:35:50.553Z] 46ba50c5b585: Preparing [2020-10-20T03:35:50.553Z] b30fcc35d2de: Preparing [2020-10-20T03:35:50.553Z] f875f9e206db: Preparing [2020-10-20T03:35:50.553Z] 3994ac1dcb8b: Preparing [2020-10-20T03:35:50.553Z] 5f2247eaf593: Preparing [2020-10-20T03:35:50.553Z] 62d13be1b083: Preparing [2020-10-20T03:35:50.553Z] 94fdc660876c: Preparing [2020-10-20T03:35:50.553Z] 4e7279dfc0c0: Preparing [2020-10-20T03:35:50.553Z] e2f13739ad41: Preparing [2020-10-20T03:35:50.553Z] b30fcc35d2de: Waiting [2020-10-20T03:35:50.553Z] f875f9e206db: Waiting [2020-10-20T03:35:50.553Z] 3994ac1dcb8b: Waiting [2020-10-20T03:35:50.553Z] 5f2247eaf593: Waiting [2020-10-20T03:35:50.553Z] 62d13be1b083: Waiting [2020-10-20T03:35:50.553Z] 94fdc660876c: Waiting [2020-10-20T03:35:50.553Z] 4e7279dfc0c0: Waiting [2020-10-20T03:35:50.553Z] e2f13739ad41: Waiting [2020-10-20T03:35:50.553Z] 46ba50c5b585: Waiting [2020-10-20T03:35:50.553Z] a1c42f15c5e9: Layer already exists [2020-10-20T03:35:50.553Z] f6f5c378dc3f: Layer already exists [2020-10-20T03:35:50.553Z] 5ad93fb538e4: Layer already exists [2020-10-20T03:35:50.553Z] 2aeb9324b34e: Layer already exists [2020-10-20T03:35:50.553Z] 0d37245288e3: Layer already exists [2020-10-20T03:35:50.553Z] b30fcc35d2de: Layer already exists [2020-10-20T03:35:50.553Z] 46ba50c5b585: Layer already exists [2020-10-20T03:35:50.553Z] f875f9e206db: Layer already exists [2020-10-20T03:35:50.553Z] 3994ac1dcb8b: Layer already exists [2020-10-20T03:35:50.553Z] 5f2247eaf593: Layer already exists [2020-10-20T03:35:50.829Z] 4e7279dfc0c0: Layer already exists [2020-10-20T03:35:50.829Z] 62d13be1b083: Layer already exists [2020-10-20T03:35:50.829Z] 94fdc660876c: Layer already exists [2020-10-20T03:35:50.829Z] e2f13739ad41: Layer already exists [2020-10-20T03:35:50.829Z] master: digest: sha256:65ad3a90ac548946e87ffafdce373404a2f7cb5a113248c3f0785ab76c6353cb size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T03:35:51.073Z] ===================================================== [Pipeline] echo [2020-10-20T03:35:51.132Z] taggedImages: [2020-10-20T03:35:51.132Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:35:51.132Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.82 [2020-10-20T03:35:51.132Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774-1.2.2-dev.82 [2020-10-20T03:35:51.132Z] - 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-20T03:35:53.084Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T03:35:53.086Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T03:35:53.147Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:53.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T03:35:53.499Z] [2020-10-20T03:35:53.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:53.848Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T03:35:53.848Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T03:35:53.848Z] cbdbe7a5bc2a: Already exists [2020-10-20T03:35:53.848Z] 408f87550127: Pulling fs layer [2020-10-20T03:35:53.848Z] fe522b08c979: Pulling fs layer [2020-10-20T03:35:53.848Z] 221eaa008020: Pulling fs layer [2020-10-20T03:35:53.848Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T03:35:53.848Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T03:35:53.848Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T03:35:53.848Z] 23e8b3b47431: Pulling fs layer [2020-10-20T03:35:53.848Z] 5c568d65a230: Pulling fs layer [2020-10-20T03:35:53.848Z] 2a4607e5d6b9: Waiting [2020-10-20T03:35:53.848Z] 8f79b27c4fd2: Waiting [2020-10-20T03:35:53.848Z] 5c568d65a230: Waiting [2020-10-20T03:35:53.848Z] 23e8b3b47431: Waiting [2020-10-20T03:35:53.848Z] fe522b08c979: Download complete [2020-10-20T03:35:53.848Z] 408f87550127: Download complete [2020-10-20T03:35:53.848Z] 2a4607e5d6b9: Download complete [2020-10-20T03:35:53.848Z] 8f79b27c4fd2: Download complete [2020-10-20T03:35:54.114Z] 408f87550127: Pull complete [2020-10-20T03:35:54.379Z] fe522b08c979: Pull complete [2020-10-20T03:35:54.952Z] e5c8dbe1645b: Download complete [2020-10-20T03:35:56.353Z] 5c568d65a230: Verifying Checksum [2020-10-20T03:35:56.353Z] 5c568d65a230: Download complete [2020-10-20T03:35:56.353Z] 23e8b3b47431: Verifying Checksum [2020-10-20T03:35:56.353Z] 23e8b3b47431: Download complete [2020-10-20T03:35:56.928Z] 221eaa008020: Verifying Checksum [2020-10-20T03:35:56.928Z] 221eaa008020: Download complete [2020-10-20T03:36:03.555Z] 221eaa008020: Pull complete [2020-10-20T03:36:03.555Z] 2a4607e5d6b9: Pull complete [2020-10-20T03:36:03.555Z] 8f79b27c4fd2: Pull complete [2020-10-20T03:36:08.063Z] e5c8dbe1645b: Pull complete [2020-10-20T03:36:13.384Z] 23e8b3b47431: Pull complete [2020-10-20T03:36:14.781Z] 5c568d65a230: Pull complete [2020-10-20T03:36:14.781Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T03:36:14.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T03:36:14.781Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T03:36:14.998Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:36:15.050Z] $ 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/198:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:36:16.462Z] $ docker top 2796e4d261bdb7c35114dd6898b81a7933a2a8ad828a82269cf46970a0dbca9d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:36:16.971Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T03:36:25.133Z] [2020-10-20T03:36:25.133Z] Monitoring /w/workspace/edgex-go/198 (github.com/edgexfoundry/edgex-go)... [2020-10-20T03:36:25.133Z] [2020-10-20T03:36:25.133Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/19e75289-6b71-41f8-bcdf-6a3f23b2aa5f [2020-10-20T03:36:25.133Z] [2020-10-20T03:36:25.133Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T03:36:25.133Z] [2020-10-20T03:36:25.133Z] [2020-10-20T03:36:25.133Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T03:36:25.133Z] 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-20T03:36:25.133Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T03:36:25.133Z] [2020-10-20T03:36:25.133Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T03:36:25.133Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T03:36:25.134Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T03:36:25.134Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T03:36:25.152Z] $ docker stop --time=1 2796e4d261bdb7c35114dd6898b81a7933a2a8ad828a82269cf46970a0dbca9d [2020-10-20T03:36:28.197Z] $ docker rm -f 2796e4d261bdb7c35114dd6898b81a7933a2a8ad828a82269cf46970a0dbca9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:36:29.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:36:29.619Z] [2020-10-20T03:36:29.619Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:36:29.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:36:29.966Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-20T03:36:29.966Z] e7c96db7181b: Pulling fs layer [2020-10-20T03:36:29.966Z] 1868ca2cb446: Pulling fs layer [2020-10-20T03:36:29.966Z] 136be5d0fe8e: Pulling fs layer [2020-10-20T03:36:29.966Z] 894bfe63afcb: Pulling fs layer [2020-10-20T03:36:29.966Z] 894bfe63afcb: Waiting [2020-10-20T03:36:29.966Z] 1868ca2cb446: Verifying Checksum [2020-10-20T03:36:29.966Z] 1868ca2cb446: Download complete [2020-10-20T03:36:29.966Z] 136be5d0fe8e: Verifying Checksum [2020-10-20T03:36:29.966Z] 136be5d0fe8e: Download complete [2020-10-20T03:36:29.966Z] e7c96db7181b: Verifying Checksum [2020-10-20T03:36:29.966Z] e7c96db7181b: Download complete [2020-10-20T03:36:30.229Z] 894bfe63afcb: Verifying Checksum [2020-10-20T03:36:30.229Z] 894bfe63afcb: Download complete [2020-10-20T03:36:30.490Z] e7c96db7181b: Pull complete [2020-10-20T03:36:30.490Z] 1868ca2cb446: Pull complete [2020-10-20T03:36:30.754Z] 136be5d0fe8e: Pull complete [2020-10-20T03:36:31.021Z] 894bfe63afcb: Pull complete [2020-10-20T03:36:31.021Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-20T03:36:31.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:36:31.021Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-20T03:36:31.151Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:36:31.201Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:36:32.429Z] $ docker top 8abe1984e5f10bbbcabe41f05663dd072e18abd793323d0cba9b68e5d12bd54e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:36:32.968Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:36:32.968Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:36:35.699Z] $ docker stop --time=1 8abe1984e5f10bbbcabe41f05663dd072e18abd793323d0cba9b68e5d12bd54e [2020-10-20T03:36:37.081Z] $ docker rm -f 8abe1984e5f10bbbcabe41f05663dd072e18abd793323d0cba9b68e5d12bd54e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:36:37.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:36:37.621Z] . [Pipeline] withDockerContainer [2020-10-20T03:36:37.738Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:36:37.790Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:36:38.440Z] $ docker top fef8f73559c765ebc430358c970cc6b51112054f0d4eecb291ac443e9483f196 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:36:38.979Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:36:38.979Z] + tee [2020-10-20T03:36:38.979Z] clair timeout 1m0s [2020-10-20T03:36:38.979Z] docker timeout: 1m0s [2020-10-20T03:36:38.979Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:36:39.661Z] $ docker stop --time=1 fef8f73559c765ebc430358c970cc6b51112054f0d4eecb291ac443e9483f196 [2020-10-20T03:36:41.037Z] $ docker rm -f fef8f73559c765ebc430358c970cc6b51112054f0d4eecb291ac443e9483f196 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:36:41.534Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:36:41.549Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-core-command-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:36:41.603Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:36:41.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:36:41.981Z] . [Pipeline] withDockerContainer [2020-10-20T03:36:42.087Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:36:42.134Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:36:42.867Z] $ docker top 06bd94c6fb66988a5d002de8e78ff8ab880902612274b3c8b3f884782d9367e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:36:43.418Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:36:43.418Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:36:48.944Z] $ docker stop --time=1 06bd94c6fb66988a5d002de8e78ff8ab880902612274b3c8b3f884782d9367e1 [2020-10-20T03:36:50.364Z] $ docker rm -f 06bd94c6fb66988a5d002de8e78ff8ab880902612274b3c8b3f884782d9367e1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:36:50.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:36:50.943Z] . [Pipeline] withDockerContainer [2020-10-20T03:36:51.139Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:36:51.274Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:36:52.067Z] $ docker top b5dadbb5cbe57d41d87ba99ea907711acf7037602db7a8f522b00b2b92101c7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:36:52.678Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:36:52.678Z] + tee [2020-10-20T03:36:52.678Z] clair timeout 1m0s [2020-10-20T03:36:52.678Z] docker timeout: 1m0s [2020-10-20T03:36:52.678Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:36:53.737Z] $ docker stop --time=1 b5dadbb5cbe57d41d87ba99ea907711acf7037602db7a8f522b00b2b92101c7a [2020-10-20T03:36:55.165Z] $ docker rm -f b5dadbb5cbe57d41d87ba99ea907711acf7037602db7a8f522b00b2b92101c7a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:36:55.632Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:36:55.646Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-core-data-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:36:55.706Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:36:56.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:36:56.048Z] . [Pipeline] withDockerContainer [2020-10-20T03:36:56.148Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:36:56.196Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:36:56.859Z] $ docker top 281eba73124b4f444054f64baa5518fd5d91d001888cddc8d4e6f276cb4372f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:36:57.380Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:36:57.380Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:00.108Z] $ docker stop --time=1 281eba73124b4f444054f64baa5518fd5d91d001888cddc8d4e6f276cb4372f2 [2020-10-20T03:37:01.471Z] $ docker rm -f 281eba73124b4f444054f64baa5518fd5d91d001888cddc8d4e6f276cb4372f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:01.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:01.982Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:02.087Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:02.136Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:02.839Z] $ docker top 8728bb5010025a9f1daaff98263bc430ae3806dce57aab495ca6c4acb6c2756d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:03.383Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:37:03.383Z] + tee [2020-10-20T03:37:03.383Z] clair timeout 1m0s [2020-10-20T03:37:03.383Z] docker timeout: 1m0s [2020-10-20T03:37:03.383Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:04.070Z] $ docker stop --time=1 8728bb5010025a9f1daaff98263bc430ae3806dce57aab495ca6c4acb6c2756d [2020-10-20T03:37:05.497Z] $ docker rm -f 8728bb5010025a9f1daaff98263bc430ae3806dce57aab495ca6c4acb6c2756d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:37:06.041Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:37:06.056Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-core-metadata-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:37:06.124Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:06.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:06.478Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:06.592Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:06.642Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:07.394Z] $ docker top 91acf7c2736d4c9b2baf1bbc45ca8ba54fee587d39f78130a0495319b4b0a70a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:08.025Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:37:08.025Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:12.405Z] $ docker stop --time=1 91acf7c2736d4c9b2baf1bbc45ca8ba54fee587d39f78130a0495319b4b0a70a [2020-10-20T03:37:13.795Z] $ docker rm -f 91acf7c2736d4c9b2baf1bbc45ca8ba54fee587d39f78130a0495319b4b0a70a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:14.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:14.298Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:14.408Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:14.459Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:15.201Z] $ docker top 8879a46dda6e5684773882b3b6792935e167bbefbeb1c92c1fb83924fe5c2e45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:15.804Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:37:15.805Z] + tee [2020-10-20T03:37:15.805Z] clair timeout 1m0s [2020-10-20T03:37:15.805Z] docker timeout: 1m0s [2020-10-20T03:37:15.805Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:16.871Z] $ docker stop --time=1 8879a46dda6e5684773882b3b6792935e167bbefbeb1c92c1fb83924fe5c2e45 [2020-10-20T03:37:18.280Z] $ docker rm -f 8879a46dda6e5684773882b3b6792935e167bbefbeb1c92c1fb83924fe5c2e45 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:37:18.753Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:37:18.768Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-security-proxy-setup-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:37:18.827Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:19.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:19.180Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:19.300Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:19.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:19.992Z] $ docker top fbe8ca945dd45993140d1f57fa26f7b7763561af435650d0800725966c50716f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:20.661Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:37:20.661Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:27.455Z] $ docker stop --time=1 fbe8ca945dd45993140d1f57fa26f7b7763561af435650d0800725966c50716f [2020-10-20T03:37:29.148Z] $ docker rm -f fbe8ca945dd45993140d1f57fa26f7b7763561af435650d0800725966c50716f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:29.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:29.639Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:29.748Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:29.798Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:30.503Z] $ docker top ad9b169bc20dac0644add557fe8a6bdf3f935549affc710c25ed370979603b2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:31.058Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:37:31.058Z] + tee [2020-10-20T03:37:31.058Z] clair timeout 1m0s [2020-10-20T03:37:31.058Z] docker timeout: 1m0s [2020-10-20T03:37:31.058Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:32.556Z] $ docker stop --time=1 ad9b169bc20dac0644add557fe8a6bdf3f935549affc710c25ed370979603b2c [2020-10-20T03:37:33.928Z] $ docker rm -f ad9b169bc20dac0644add557fe8a6bdf3f935549affc710c25ed370979603b2c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:37:34.435Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:37:34.447Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-security-secrets-setup-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:37:34.504Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:34.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:34.858Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:34.966Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:35.017Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:35.678Z] $ docker top 7f1f7411c56f290ecf5be4056f762d57cd020f1d2b4d1673f65880fed8f439a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:36.226Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:37:36.226Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:44.535Z] $ docker stop --time=1 7f1f7411c56f290ecf5be4056f762d57cd020f1d2b4d1673f65880fed8f439a8 [2020-10-20T03:37:46.337Z] $ docker rm -f 7f1f7411c56f290ecf5be4056f762d57cd020f1d2b4d1673f65880fed8f439a8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:46.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:46.846Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:46.951Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:47.004Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:47.756Z] $ docker top 437ff44e28103a0451c198a662de5bbcbe779c7373753d04d105d7f821215d47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:48.309Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:37:48.309Z] + tee [2020-10-20T03:37:48.309Z] clair timeout 1m0s [2020-10-20T03:37:48.309Z] docker timeout: 1m0s [2020-10-20T03:37:48.309Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:49.825Z] $ docker stop --time=1 437ff44e28103a0451c198a662de5bbcbe779c7373753d04d105d7f821215d47 [2020-10-20T03:37:51.225Z] $ docker rm -f 437ff44e28103a0451c198a662de5bbcbe779c7373753d04d105d7f821215d47 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:37:51.699Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:37:51.714Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-security-secretstore-setup-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:37:51.769Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:52.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:52.110Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:52.208Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:52.257Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:52.884Z] $ docker top eaf936285d121e3921947c02f6fa0b22c75d4bd17aa859376df29926cf98478e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:53.397Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:d3791ebe684db7fa12cf8e4209b1a20507d77774+ [2020-10-20T03:37:53.397Z] tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:37:56.860Z] $ docker stop --time=1 eaf936285d121e3921947c02f6fa0b22c75d4bd17aa859376df29926cf98478e [2020-10-20T03:37:58.214Z] $ docker rm -f eaf936285d121e3921947c02f6fa0b22c75d4bd17aa859376df29926cf98478e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:58.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:37:58.674Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:58.775Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:37:58.825Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:37:59.431Z] $ docker top 0baa9a5fc461d0e668dc09f54826c4f8f277ee573fa2b978dc47fc8633a75a60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:37:59.956Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:37:59.957Z] + tee [2020-10-20T03:37:59.957Z] clair timeout 1m0s [2020-10-20T03:37:59.957Z] docker timeout: 1m0s [2020-10-20T03:37:59.957Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:00.637Z] $ docker stop --time=1 0baa9a5fc461d0e668dc09f54826c4f8f277ee573fa2b978dc47fc8633a75a60 [2020-10-20T03:38:01.994Z] $ docker rm -f 0baa9a5fc461d0e668dc09f54826c4f8f277ee573fa2b978dc47fc8633a75a60 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:38:02.454Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:38:02.466Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-support-logging-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:38:02.528Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:02.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:38:02.863Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:02.963Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:38:03.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:38:03.636Z] $ docker top 2e282d16e4ed7b78295078bba8260c5c48e3b686e2f65e458aff10ae4cffb045 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:38:04.165Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:38:04.165Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:09.615Z] $ docker stop --time=1 2e282d16e4ed7b78295078bba8260c5c48e3b686e2f65e458aff10ae4cffb045 [2020-10-20T03:38:10.976Z] $ docker rm -f 2e282d16e4ed7b78295078bba8260c5c48e3b686e2f65e458aff10ae4cffb045 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:11.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:38:11.471Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:11.585Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:38:11.635Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:38:12.284Z] $ docker top 08bd2c1275e57864c137a11060df4f2bbde68d3fb331e8278e21bf5184980c31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:38:12.797Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:38:12.797Z] + tee [2020-10-20T03:38:12.797Z] clair timeout 1m0s [2020-10-20T03:38:12.797Z] docker timeout: 1m0s [2020-10-20T03:38:12.797Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:13.851Z] $ docker stop --time=1 08bd2c1275e57864c137a11060df4f2bbde68d3fb331e8278e21bf5184980c31 [2020-10-20T03:38:15.227Z] $ docker rm -f 08bd2c1275e57864c137a11060df4f2bbde68d3fb331e8278e21bf5184980c31 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:38:15.746Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:38:15.759Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-support-notifications-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:38:15.812Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:16.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:38:16.344Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:16.440Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:38:16.486Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:38:17.174Z] $ docker top 52a7f6e9aad92efcf110347294894140f361f14665d9a53d174cb4cc0ae49720 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:38:17.728Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:38:17.728Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:20.554Z] $ docker stop --time=1 52a7f6e9aad92efcf110347294894140f361f14665d9a53d174cb4cc0ae49720 [2020-10-20T03:38:21.918Z] $ docker rm -f 52a7f6e9aad92efcf110347294894140f361f14665d9a53d174cb4cc0ae49720 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:22.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:38:22.398Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:22.497Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:38:22.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:38:23.206Z] $ docker top ba518376f8e5678a83a67de2b239cd984f2d630ea01c9f425413256aac720851 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:38:23.763Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:38:23.763Z] + tee [2020-10-20T03:38:23.763Z] clair timeout 1m0s [2020-10-20T03:38:23.763Z] docker timeout: 1m0s [2020-10-20T03:38:23.763Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:24.450Z] $ docker stop --time=1 ba518376f8e5678a83a67de2b239cd984f2d630ea01c9f425413256aac720851 [2020-10-20T03:38:25.820Z] $ docker rm -f ba518376f8e5678a83a67de2b239cd984f2d630ea01c9f425413256aac720851 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:38:26.308Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:38:26.324Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-support-scheduler-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:38:26.373Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:26.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:38:26.722Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:26.824Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:38:26.875Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:38:27.566Z] $ docker top 0fb665e42ea7a1459c6d3d4e50246a353123b227933d9efd4d789bef5d34469e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:38:28.140Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:38:28.140Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:43.235Z] $ docker stop --time=1 0fb665e42ea7a1459c6d3d4e50246a353123b227933d9efd4d789bef5d34469e [2020-10-20T03:38:44.661Z] $ docker rm -f 0fb665e42ea7a1459c6d3d4e50246a353123b227933d9efd4d789bef5d34469e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:45.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:38:45.146Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:45.250Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:38:45.300Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:38:46.208Z] $ docker top 21f52814dacb5eb3670a3afc3336eb7c00752f6413a5a981e0621ac4a5c32551 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:38:46.726Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:38:46.726Z] + tee [2020-10-20T03:38:46.726Z] clair timeout 1m0s [2020-10-20T03:38:46.726Z] docker timeout: 1m0s [2020-10-20T03:38:46.726Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:48.230Z] $ docker stop --time=1 21f52814dacb5eb3670a3afc3336eb7c00752f6413a5a981e0621ac4a5c32551 [2020-10-20T03:38:49.609Z] $ docker rm -f 21f52814dacb5eb3670a3afc3336eb7c00752f6413a5a981e0621ac4a5c32551 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:38:50.074Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:38:50.088Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-sys-mgmt-agent-go_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:38:50.188Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:50.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:38:50.534Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:50.636Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:38:50.684Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:38:51.290Z] $ docker top d3ea37c06998cad3c5061f395969fc570f582c95b3007b15f1dd43bbedf37c61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:38:51.828Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:38:51.829Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:54.524Z] $ docker stop --time=1 d3ea37c06998cad3c5061f395969fc570f582c95b3007b15f1dd43bbedf37c61 [2020-10-20T03:38:55.874Z] $ docker rm -f d3ea37c06998cad3c5061f395969fc570f582c95b3007b15f1dd43bbedf37c61 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:56.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:38:56.341Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:56.442Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:38:56.521Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:38:57.202Z] $ docker top 975eabb3672588ee0213bf88d4ab47e8529a96a60fee8de206899f918dcac272 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:38:57.753Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:38:57.754Z] + tee [2020-10-20T03:38:57.754Z] clair timeout 1m0s [2020-10-20T03:38:57.754Z] docker timeout: 1m0s [2020-10-20T03:38:57.754Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:38:58.439Z] $ docker stop --time=1 975eabb3672588ee0213bf88d4ab47e8529a96a60fee8de206899f918dcac272 [2020-10-20T03:38:59.805Z] $ docker rm -f 975eabb3672588ee0213bf88d4ab47e8529a96a60fee8de206899f918dcac272 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:39:00.273Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:39:00.287Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-core-command-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:39:00.339Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:00.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:00.682Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:00.785Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:00.835Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:01.561Z] $ docker top e14c6c9debc9287ad68175fd0b49f1d36d1fa04ef422029378f100605c09765a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:02.223Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:02.223Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:39:07.684Z] $ docker stop --time=1 e14c6c9debc9287ad68175fd0b49f1d36d1fa04ef422029378f100605c09765a [2020-10-20T03:39:09.058Z] $ docker rm -f e14c6c9debc9287ad68175fd0b49f1d36d1fa04ef422029378f100605c09765a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:09.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:09.569Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:09.676Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:09.730Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:10.402Z] $ docker top 75fdc20cf41413effdd8d03c0db87777fba2272622d1889c707c3e2b74fbbe85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:10.936Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:10.936Z] + tee [2020-10-20T03:39:10.936Z] clair timeout 1m0s [2020-10-20T03:39:10.936Z] docker timeout: 1m0s [2020-10-20T03:39:10.936Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:39:12.000Z] $ docker stop --time=1 75fdc20cf41413effdd8d03c0db87777fba2272622d1889c707c3e2b74fbbe85 [2020-10-20T03:39:13.412Z] $ docker rm -f 75fdc20cf41413effdd8d03c0db87777fba2272622d1889c707c3e2b74fbbe85 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:39:13.964Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:39:13.981Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-core-data-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:39:14.057Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:14.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:14.428Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:14.530Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:14.577Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:15.284Z] $ docker top efe0a8db230c7d215fb28a4e6f8c9d92efe25118087ec78ef21986edc96550e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:15.802Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:15.803Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:39:18.517Z] $ docker stop --time=1 efe0a8db230c7d215fb28a4e6f8c9d92efe25118087ec78ef21986edc96550e4 [2020-10-20T03:39:19.871Z] $ docker rm -f efe0a8db230c7d215fb28a4e6f8c9d92efe25118087ec78ef21986edc96550e4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:20.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:20.343Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:20.445Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:20.495Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:21.108Z] $ docker top ea997c9c5cfc9e515e0a564ac4d0477387ab344289fbfc95c176a5b03d380e90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:21.620Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:21.620Z] + tee [2020-10-20T03:39:21.620Z] clair timeout 1m0s [2020-10-20T03:39:21.620Z] docker timeout: 1m0s [2020-10-20T03:39:21.620Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:39:22.301Z] $ docker stop --time=1 ea997c9c5cfc9e515e0a564ac4d0477387ab344289fbfc95c176a5b03d380e90 [2020-10-20T03:39:23.661Z] $ docker rm -f ea997c9c5cfc9e515e0a564ac4d0477387ab344289fbfc95c176a5b03d380e90 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:39:24.153Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:39:24.168Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-core-metadata-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:39:24.222Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:24.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:24.566Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:24.665Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:24.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:25.429Z] $ docker top 3c2adaecafe23a8a436708e0a02f6698e63691d42b5fb8a40dde6a0ba013ab40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:25.963Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:25.963Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:39:32.720Z] $ docker stop --time=1 3c2adaecafe23a8a436708e0a02f6698e63691d42b5fb8a40dde6a0ba013ab40 [2020-10-20T03:39:34.072Z] $ docker rm -f 3c2adaecafe23a8a436708e0a02f6698e63691d42b5fb8a40dde6a0ba013ab40 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:34.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:34.567Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:34.668Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:34.712Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:35.348Z] $ docker top 81a81b9ff9b2c338571515249f00765a4c1e379f6b2ea6926b62298edf712a03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:35.922Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:35.922Z] + tee [2020-10-20T03:39:35.922Z] clair timeout 1m0s [2020-10-20T03:39:35.922Z] docker timeout: 1m0s [2020-10-20T03:39:35.922Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:39:36.974Z] $ docker stop --time=1 81a81b9ff9b2c338571515249f00765a4c1e379f6b2ea6926b62298edf712a03 [2020-10-20T03:39:38.334Z] $ docker rm -f 81a81b9ff9b2c338571515249f00765a4c1e379f6b2ea6926b62298edf712a03 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:39:38.787Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:39:38.799Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:39:38.849Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:39.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:39.200Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:39.302Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:39.349Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:40.005Z] $ docker top 48203e320e48e4e125bd50a9973b8c119a079fbf80d45c146ae27e01736877c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:40.599Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:40.599Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:39:48.961Z] $ docker stop --time=1 48203e320e48e4e125bd50a9973b8c119a079fbf80d45c146ae27e01736877c5 [2020-10-20T03:39:50.314Z] $ docker rm -f 48203e320e48e4e125bd50a9973b8c119a079fbf80d45c146ae27e01736877c5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:50.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:50.804Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:50.903Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:50.954Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:51.695Z] $ docker top 1f990b3a88cd874e376bf697e2145e818af37138cb20cfb7f553a4056f93c2f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:52.253Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:52.253Z] + tee [2020-10-20T03:39:52.253Z] clair timeout 1m0s [2020-10-20T03:39:52.253Z] docker timeout: 1m0s [2020-10-20T03:39:52.253Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:39:53.844Z] $ docker stop --time=1 1f990b3a88cd874e376bf697e2145e818af37138cb20cfb7f553a4056f93c2f0 [2020-10-20T03:39:55.228Z] $ docker rm -f 1f990b3a88cd874e376bf697e2145e818af37138cb20cfb7f553a4056f93c2f0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:39:55.705Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:39:55.720Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:39:55.775Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:39:56.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:39:56.119Z] . [Pipeline] withDockerContainer [2020-10-20T03:39:56.268Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:39:56.326Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:39:56.949Z] $ docker top 3828d94bf8db8ab570a195877d90a8fffaf5597a3da97a4dea74fdebd9ebfd2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:39:57.463Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:39:57.463Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:40:12.563Z] $ docker stop --time=1 3828d94bf8db8ab570a195877d90a8fffaf5597a3da97a4dea74fdebd9ebfd2f [2020-10-20T03:40:13.941Z] $ docker rm -f 3828d94bf8db8ab570a195877d90a8fffaf5597a3da97a4dea74fdebd9ebfd2f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:40:14.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:40:14.422Z] . [Pipeline] withDockerContainer [2020-10-20T03:40:14.532Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:40:14.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:40:15.265Z] $ docker top fccc60f5128af638d1f4f58ca2ae7c0276186191a9e06fdc546ada67ed766850 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:40:15.789Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:40:15.790Z] + tee [2020-10-20T03:40:15.790Z] clair timeout 1m0s [2020-10-20T03:40:15.790Z] docker timeout: 1m0s [2020-10-20T03:40:15.790Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:40:17.332Z] $ docker stop --time=1 fccc60f5128af638d1f4f58ca2ae7c0276186191a9e06fdc546ada67ed766850 [2020-10-20T03:40:18.712Z] $ docker rm -f fccc60f5128af638d1f4f58ca2ae7c0276186191a9e06fdc546ada67ed766850 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:40:19.201Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:40:19.215Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:40:19.269Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:40:19.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:40:19.605Z] . [Pipeline] withDockerContainer [2020-10-20T03:40:19.705Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:40:19.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:40:20.416Z] $ docker top 8a7202fecb8ac3edb4f39184e380bf3772d93855e572e95885305e9bff4eaaf3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:40:20.942Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:40:20.942Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:40:24.407Z] $ docker stop --time=1 8a7202fecb8ac3edb4f39184e380bf3772d93855e572e95885305e9bff4eaaf3 [2020-10-20T03:40:25.773Z] $ docker rm -f 8a7202fecb8ac3edb4f39184e380bf3772d93855e572e95885305e9bff4eaaf3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:40:26.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:40:26.319Z] . [Pipeline] withDockerContainer [2020-10-20T03:40:26.418Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:40:26.463Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:40:27.122Z] $ docker top daac5cc6f2df7592c7906ba5df2620582abd42a8d0d2df642a35c9a47639370a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:40:27.636Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:40:27.636Z] + tee [2020-10-20T03:40:27.636Z] clair timeout 1m0s [2020-10-20T03:40:27.636Z] docker timeout: 1m0s [2020-10-20T03:40:27.636Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:40:28.690Z] $ docker stop --time=1 daac5cc6f2df7592c7906ba5df2620582abd42a8d0d2df642a35c9a47639370a [2020-10-20T03:40:30.059Z] $ docker rm -f daac5cc6f2df7592c7906ba5df2620582abd42a8d0d2df642a35c9a47639370a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:40:30.539Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:40:30.553Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-support-logging-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:40:30.648Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:40:31.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:40:31.044Z] . [Pipeline] withDockerContainer [2020-10-20T03:40:31.141Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:40:31.184Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:40:31.893Z] $ docker top dfa995af98665d6c812e338840bbde9f12c69a2c2808dbf583066ab9346ef539 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:40:32.424Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:40:32.424Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:40:39.192Z] $ docker stop --time=1 dfa995af98665d6c812e338840bbde9f12c69a2c2808dbf583066ab9346ef539 [2020-10-20T03:40:40.551Z] $ docker rm -f dfa995af98665d6c812e338840bbde9f12c69a2c2808dbf583066ab9346ef539 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:40:41.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:40:41.014Z] . [Pipeline] withDockerContainer [2020-10-20T03:40:41.109Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:40:41.155Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:40:41.871Z] $ docker top 30eeaa8e0ede3a5b9989ef611ea947c420724c2cef3d3f83d43776f7cec5b1d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:40:42.470Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:40:42.470Z] + tee [2020-10-20T03:40:42.470Z] clair timeout 1m0s [2020-10-20T03:40:42.470Z] docker timeout: 1m0s [2020-10-20T03:40:42.470Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:40:43.515Z] $ docker stop --time=1 30eeaa8e0ede3a5b9989ef611ea947c420724c2cef3d3f83d43776f7cec5b1d3 [2020-10-20T03:40:44.899Z] $ docker rm -f 30eeaa8e0ede3a5b9989ef611ea947c420724c2cef3d3f83d43776f7cec5b1d3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:40:45.353Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:40:45.367Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-support-notifications-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:40:45.420Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:40:45.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:40:45.760Z] . [Pipeline] withDockerContainer [2020-10-20T03:40:45.860Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:40:45.905Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:40:46.629Z] $ docker top 61b31ae3eade7bd817435f2b911b54d15e136cc0adf9f0bd6de5f6540ba7cd55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:40:47.130Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:40:47.130Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:40:49.926Z] $ docker stop --time=1 61b31ae3eade7bd817435f2b911b54d15e136cc0adf9f0bd6de5f6540ba7cd55 [2020-10-20T03:40:51.274Z] $ docker rm -f 61b31ae3eade7bd817435f2b911b54d15e136cc0adf9f0bd6de5f6540ba7cd55 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:40:51.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:40:51.762Z] . [Pipeline] withDockerContainer [2020-10-20T03:40:51.861Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:40:51.946Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:40:52.620Z] $ docker top 2ad0c799ba4a1b42201543985b095f8d20bfc05a12489fc738e2a7c5a7bda037 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:40:53.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:40:53.147Z] + tee [2020-10-20T03:40:53.147Z] clair timeout 1m0s [2020-10-20T03:40:53.147Z] docker timeout: 1m0s [2020-10-20T03:40:53.147Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:40:53.812Z] $ docker stop --time=1 2ad0c799ba4a1b42201543985b095f8d20bfc05a12489fc738e2a7c5a7bda037 [2020-10-20T03:40:55.164Z] $ docker rm -f 2ad0c799ba4a1b42201543985b095f8d20bfc05a12489fc738e2a7c5a7bda037 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:40:55.641Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:40:55.656Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-support-scheduler-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:40:55.745Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:40:56.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:40:56.081Z] . [Pipeline] withDockerContainer [2020-10-20T03:40:56.183Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:40:56.228Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:40:56.920Z] $ docker top ae00d1ff98cef2b9c88bb72e94782f57a2a0121d16192ba37f81677c8d11a6aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:40:57.432Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:40:57.432Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:41:36.411Z] $ docker stop --time=1 ae00d1ff98cef2b9c88bb72e94782f57a2a0121d16192ba37f81677c8d11a6aa [2020-10-20T03:41:37.820Z] $ docker rm -f ae00d1ff98cef2b9c88bb72e94782f57a2a0121d16192ba37f81677c8d11a6aa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:41:38.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T03:41:38.304Z] . [Pipeline] withDockerContainer [2020-10-20T03:41:38.408Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:41:38.457Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:41:39.140Z] $ docker top a61cb0ba1012a8bac75ffccec7cd420b2645fe6e1333a2ce095424c43dcce910 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T03:41:39.677Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d3791ebe684db7fa12cf8e4209b1a20507d77774 [2020-10-20T03:41:39.677Z] + tee [2020-10-20T03:41:39.677Z] clair timeout 1m0s [2020-10-20T03:41:39.677Z] docker timeout: 1m0s [2020-10-20T03:41:39.677Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T03:41:41.210Z] $ docker stop --time=1 a61cb0ba1012a8bac75ffccec7cd420b2645fe6e1333a2ce095424c43dcce910 [2020-10-20T03:41:42.576Z] $ docker rm -f a61cb0ba1012a8bac75ffccec7cd420b2645fe6e1333a2ce095424c43dcce910 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:41:43.218Z] + mkdir -p /w/workspace/edgex-go/198/clair-reports [Pipeline] echo [2020-10-20T03:41:43.314Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/198/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_d3791ebe684db7fa12cf8e4209b1a20507d77774.html [Pipeline] writeFile [Pipeline] step [2020-10-20T03:41:43.423Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-20T03:41:43.875Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T03:41:43.935Z] provisioning config files... [2020-10-20T03:41:43.951Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/198@tmp/config6705640248990238573tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:41:44.331Z] --> edgex-publish-swagger.sh [2020-10-20T03:41:44.331Z] === Publish openapi/v1 API === [2020-10-20T03:41:44.331Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-20T03:41:44.331Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-20T03:41:44.331Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:44.331Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:45.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9111 0:00:01 0:00:01 --:--:-- 9124 100 10521 0 0 100 10521 0 9110 0:00:01 0:00:01 --:--:-- 9116 [2020-10-20T03:41:45.722Z] [2020-10-20T03:41:45.722Z] [2020-10-20T03:41:45.722Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-20T03:41:45.722Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:45.722Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:46.665Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31348 0:00:01 0:00:01 --:--:-- 31394 [2020-10-20T03:41:46.665Z] [2020-10-20T03:41:46.665Z] [2020-10-20T03:41:46.665Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-20T03:41:46.665Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:46.665Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:47.613Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65793 0:00:01 0:00:01 --:--:-- 65821 [2020-10-20T03:41:47.613Z] [2020-10-20T03:41:47.613Z] [2020-10-20T03:41:47.613Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-20T03:41:47.613Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:47.613Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:48.996Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13161 0:00:01 0:00:01 --:--:-- 13158 100 13580 0 0 100 13580 0 13158 0:00:01 0:00:01 --:--:-- 13158 [2020-10-20T03:41:48.996Z] [2020-10-20T03:41:48.996Z] [2020-10-20T03:41:48.996Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-20T03:41:48.996Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:48.996Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:49.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 39049 --:--:-- --:--:-- --:--:-- 39045 100 38889 0 0 100 38889 0 39041 --:--:-- --:--:-- --:--:-- 39045 [2020-10-20T03:41:49.938Z] [2020-10-20T03:41:49.938Z] [2020-10-20T03:41:49.938Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-20T03:41:49.938Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:49.938Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:50.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12755 0:00:01 0:00:01 --:--:-- 12767 100 14248 0 0 100 14248 0 12753 0:00:01 0:00:01 --:--:-- 12767 [2020-10-20T03:41:50.881Z] [2020-10-20T03:41:50.881Z] [2020-10-20T03:41:50.881Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-20T03:41:50.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:50.881Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:52.262Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3712 0:00:01 0:00:01 --:--:-- 3715 100 4109 0 0 100 4109 0 3711 0:00:01 0:00:01 --:--:-- 3715 [2020-10-20T03:41:52.262Z] [2020-10-20T03:41:52.262Z] [2020-10-20T03:41:52.262Z] === Publish openapi/v2 API === [2020-10-20T03:41:52.262Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-20T03:41:52.262Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-20T03:41:52.262Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:52.262Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:53.205Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26436 0:00:01 0:00:01 --:--:-- 26441 100 29535 0 0 100 29535 0 26431 0:00:01 0:00:01 --:--:-- 26441 [2020-10-20T03:41:53.205Z] [2020-10-20T03:41:53.205Z] [2020-10-20T03:41:53.205Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-20T03:41:53.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:53.205Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:54.595Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 56340 0:00:01 0:00:01 --:--:-- 56350 100 65648 0 0 100 65648 0 56331 0:00:01 0:00:01 --:--:-- 56350 [2020-10-20T03:41:54.595Z] [2020-10-20T03:41:54.595Z] [2020-10-20T03:41:54.595Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-20T03:41:54.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:54.595Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:55.539Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 111k 0:00:01 0:00:01 --:--:-- 111k 100 119k 0 0 100 119k 0 111k 0:00:01 0:00:01 --:--:-- 111k [2020-10-20T03:41:55.539Z] [2020-10-20T03:41:55.539Z] [2020-10-20T03:41:55.539Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-20T03:41:55.539Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:55.539Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:56.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 22883 0:00:01 0:00:01 --:--:-- 22889 100 23691 0 0 100 23691 0 22880 0:00:01 0:00:01 --:--:-- 22889 [2020-10-20T03:41:56.484Z] [2020-10-20T03:41:56.484Z] [2020-10-20T03:41:56.484Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-20T03:41:56.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:56.484Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:57.430Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 62204 0:00:01 0:00:01 --:--:-- 62255 100 62691 0 0 100 62691 0 62194 0:00:01 0:00:01 --:--:-- 62255 [2020-10-20T03:41:57.430Z] [2020-10-20T03:41:57.430Z] [2020-10-20T03:41:57.430Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-20T03:41:57.430Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:57.430Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:58.818Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42254 0:00:01 0:00:01 --:--:-- 42267 100 46198 0 0 100 46198 0 42246 0:00:01 0:00:01 --:--:-- 42267 [2020-10-20T03:41:58.818Z] [2020-10-20T03:41:58.818Z] [2020-10-20T03:41:58.818Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-20T03:41:58.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T03:41:58.818Z] Dload Upload Total Spent Left Speed [2020-10-20T03:41:59.761Z] 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 22323 0:00:01 0:00:01 --:--:-- 22339 [2020-10-20T03:41:59.761Z] [2020-10-20T03:41:59.761Z] [Pipeline] } [2020-10-20T03:41:59.771Z] 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-20T03:42:00.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:42:00.848Z] . [Pipeline] withDockerContainer [2020-10-20T03:42:00.946Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:42:00.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:42:01.833Z] $ docker top ea39144dd746ce6b9dc205f12ca7057232a92f8024bbeab6169624932af8d262 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T03:42:02.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T03:42:02.146Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T03:42:02.371Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T03:42:02.376Z] $ docker exec ea39144dd746ce6b9dc205f12ca7057232a92f8024bbeab6169624932af8d262 ssh-agent [2020-10-20T03:42:02.551Z] SSH_AUTH_SOCK=/tmp/ssh-VSIMI5jgANTp/agent.12 [2020-10-20T03:42:02.551Z] SSH_AGENT_PID=17 [2020-10-20T03:42:02.559Z] Running ssh-add (command line suppressed) [2020-10-20T03:42:02.691Z] Identity added: /w/workspace/edgex-go/198@tmp/private_key_7731735163934398918.key (/w/workspace/edgex-go/198@tmp/private_key_7731735163934398918.key) [2020-10-20T03:42:02.743Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T03:42:03.070Z] + git semver tag [2020-10-20T03:42:03.331Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T03:42:03.331Z] # $GIT_DIR = /w/workspace/edgex-go/198/.git [2020-10-20T03:42:03.331Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/198 [2020-10-20T03:42:03.331Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T03:42:03.331Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T03:42:03.331Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T03:42:03.331Z] # $SEMVER_BRANCH = master [2020-10-20T03:42:03.331Z] # $SEMVER_DIR = /w/workspace/edgex-go/198/.semver [2020-10-20T03:42:03.331Z] # d3791ebe684db7fa12cf8e4209b1a20507d77774 HEAD [2020-10-20T03:42:03.904Z] # -> Force: false [2020-10-20T03:42:03.904Z] # c775bfc2e56f782f32378e5533888b68547f0956 refs/tags/v1.2.2-dev.82 [Pipeline] } [2020-10-20T03:42:03.916Z] $ docker exec --env ******** --env ******** ea39144dd746ce6b9dc205f12ca7057232a92f8024bbeab6169624932af8d262 ssh-agent -k [2020-10-20T03:42:04.047Z] unset SSH_AUTH_SOCK; [2020-10-20T03:42:04.047Z] unset SSH_AGENT_PID; [2020-10-20T03:42:04.047Z] echo Agent pid 17 killed; [2020-10-20T03:42:04.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T03:42:04.590Z] + git semver [Pipeline] } [2020-10-20T03:42:04.607Z] $ docker stop --time=1 ea39144dd746ce6b9dc205f12ca7057232a92f8024bbeab6169624932af8d262 [2020-10-20T03:42:05.978Z] $ docker rm -f ea39144dd746ce6b9dc205f12ca7057232a92f8024bbeab6169624932af8d262 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:42:06.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T03:42:06.571Z] [2020-10-20T03:42:06.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:42:06.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T03:42:06.987Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T03:42:06.987Z] ab5ef0e58194: Pulling fs layer [2020-10-20T03:42:06.987Z] 9712f1f96733: Pulling fs layer [2020-10-20T03:42:06.987Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T03:42:06.987Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T03:42:06.987Z] e9a5061849ea: Pulling fs layer [2020-10-20T03:42:06.987Z] d747dcd14b5f: Pulling fs layer [2020-10-20T03:42:06.987Z] 2de7ff778b66: Pulling fs layer [2020-10-20T03:42:06.987Z] 2de7ff778b66: Waiting [2020-10-20T03:42:06.987Z] e9a5061849ea: Waiting [2020-10-20T03:42:06.987Z] d747dcd14b5f: Waiting [2020-10-20T03:42:06.987Z] 0d9ebad4ef96: Waiting [2020-10-20T03:42:06.987Z] 9712f1f96733: Verifying Checksum [2020-10-20T03:42:06.987Z] 9712f1f96733: Download complete [2020-10-20T03:42:08.943Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T03:42:08.943Z] 63f879dbbcfc: Download complete [2020-10-20T03:42:08.943Z] e9a5061849ea: Verifying Checksum [2020-10-20T03:42:08.943Z] e9a5061849ea: Download complete [2020-10-20T03:42:09.207Z] d747dcd14b5f: Verifying Checksum [2020-10-20T03:42:09.208Z] d747dcd14b5f: Download complete [2020-10-20T03:42:09.474Z] 2de7ff778b66: Verifying Checksum [2020-10-20T03:42:09.474Z] 2de7ff778b66: Download complete [2020-10-20T03:42:09.734Z] 0d9ebad4ef96: Download complete [2020-10-20T03:42:09.734Z] ab5ef0e58194: Verifying Checksum [2020-10-20T03:42:09.734Z] ab5ef0e58194: Download complete [2020-10-20T03:42:15.051Z] ab5ef0e58194: Pull complete [2020-10-20T03:42:15.051Z] 9712f1f96733: Pull complete [2020-10-20T03:42:17.599Z] 63f879dbbcfc: Pull complete [2020-10-20T03:42:22.916Z] 0d9ebad4ef96: Pull complete [2020-10-20T03:42:26.226Z] e9a5061849ea: Pull complete [2020-10-20T03:42:26.226Z] d747dcd14b5f: Pull complete [2020-10-20T03:42:28.799Z] 2de7ff778b66: Pull complete [2020-10-20T03:42:28.799Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T03:42:28.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T03:42:28.799Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T03:42:29.021Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:42:29.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:42:32.615Z] $ docker top 63e632fa719c243e3fb2db4d2c7891f1948aee032d911359253786bdbec431dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T03:42:32.897Z] provisioning config files... [2020-10-20T03:42:32.908Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/198@tmp/config7598636802577047851tmp [2020-10-20T03:42:32.925Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/198@tmp/config6065178168923546126tmp [2020-10-20T03:42:32.940Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/198@tmp/config1556499229266165840tmp [Pipeline] { [Pipeline] echo [2020-10-20T03:42:32.990Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:42:33.289Z] ---> sigul-configuration.sh [2020-10-20T03:42:33.289Z] gpg: directory `/root/.gnupg' created [2020-10-20T03:42:33.289Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T03:42:33.289Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T03:42:33.289Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T03:42:33.289Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T03:42:33.289Z] gpg: CAST5 encrypted data [2020-10-20T03:42:33.553Z] gpg: encrypted with 1 passphrase [2020-10-20T03:42:33.553Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T03:42:33.898Z] + mkdir /home/jenkins [2020-10-20T03:42:33.898Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T03:42:34.197Z] + 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-20T03:42:34.208Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:42:34.503Z] ---> sigul-install.sh [2020-10-20T03:42:39.805Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T03:42:40.107Z] + git tag --list [2020-10-20T03:42:40.107Z] 0.6.0 [2020-10-20T03:42:40.107Z] 0.6.1 [2020-10-20T03:42:40.107Z] 0.7.0 [2020-10-20T03:42:40.107Z] 0.7.1 [2020-10-20T03:42:40.107Z] v1.0.0 [2020-10-20T03:42:40.107Z] v1.0.1 [2020-10-20T03:42:40.107Z] v1.1.0 [2020-10-20T03:42:40.107Z] v1.2.0 [2020-10-20T03:42:40.107Z] v1.2.1 [2020-10-20T03:42:40.107Z] v1.2.2-dev.1 [2020-10-20T03:42:40.107Z] v1.2.2-dev.10 [2020-10-20T03:42:40.107Z] v1.2.2-dev.11 [2020-10-20T03:42:40.107Z] v1.2.2-dev.12 [2020-10-20T03:42:40.107Z] v1.2.2-dev.13 [2020-10-20T03:42:40.107Z] v1.2.2-dev.14 [2020-10-20T03:42:40.107Z] v1.2.2-dev.15 [2020-10-20T03:42:40.107Z] v1.2.2-dev.16 [2020-10-20T03:42:40.107Z] v1.2.2-dev.17 [2020-10-20T03:42:40.107Z] v1.2.2-dev.18 [2020-10-20T03:42:40.107Z] v1.2.2-dev.19 [2020-10-20T03:42:40.107Z] v1.2.2-dev.2 [2020-10-20T03:42:40.107Z] v1.2.2-dev.20 [2020-10-20T03:42:40.107Z] v1.2.2-dev.21 [2020-10-20T03:42:40.107Z] v1.2.2-dev.22 [2020-10-20T03:42:40.107Z] v1.2.2-dev.23 [2020-10-20T03:42:40.107Z] v1.2.2-dev.24 [2020-10-20T03:42:40.107Z] v1.2.2-dev.25 [2020-10-20T03:42:40.107Z] v1.2.2-dev.26 [2020-10-20T03:42:40.107Z] v1.2.2-dev.27 [2020-10-20T03:42:40.107Z] v1.2.2-dev.28 [2020-10-20T03:42:40.107Z] v1.2.2-dev.29 [2020-10-20T03:42:40.107Z] v1.2.2-dev.3 [2020-10-20T03:42:40.107Z] v1.2.2-dev.30 [2020-10-20T03:42:40.107Z] v1.2.2-dev.31 [2020-10-20T03:42:40.107Z] v1.2.2-dev.32 [2020-10-20T03:42:40.107Z] v1.2.2-dev.33 [2020-10-20T03:42:40.107Z] v1.2.2-dev.34 [2020-10-20T03:42:40.107Z] v1.2.2-dev.35 [2020-10-20T03:42:40.107Z] v1.2.2-dev.36 [2020-10-20T03:42:40.107Z] v1.2.2-dev.37 [2020-10-20T03:42:40.107Z] v1.2.2-dev.38 [2020-10-20T03:42:40.107Z] v1.2.2-dev.39 [2020-10-20T03:42:40.107Z] v1.2.2-dev.4 [2020-10-20T03:42:40.107Z] v1.2.2-dev.40 [2020-10-20T03:42:40.107Z] v1.2.2-dev.41 [2020-10-20T03:42:40.107Z] v1.2.2-dev.42 [2020-10-20T03:42:40.107Z] v1.2.2-dev.43 [2020-10-20T03:42:40.107Z] v1.2.2-dev.44 [2020-10-20T03:42:40.107Z] v1.2.2-dev.45 [2020-10-20T03:42:40.107Z] v1.2.2-dev.46 [2020-10-20T03:42:40.107Z] v1.2.2-dev.47 [2020-10-20T03:42:40.107Z] v1.2.2-dev.48 [2020-10-20T03:42:40.107Z] v1.2.2-dev.49 [2020-10-20T03:42:40.107Z] v1.2.2-dev.5 [2020-10-20T03:42:40.107Z] v1.2.2-dev.50 [2020-10-20T03:42:40.107Z] v1.2.2-dev.51 [2020-10-20T03:42:40.107Z] v1.2.2-dev.52 [2020-10-20T03:42:40.107Z] v1.2.2-dev.53 [2020-10-20T03:42:40.107Z] v1.2.2-dev.54 [2020-10-20T03:42:40.107Z] v1.2.2-dev.55 [2020-10-20T03:42:40.107Z] v1.2.2-dev.56 [2020-10-20T03:42:40.107Z] v1.2.2-dev.57 [2020-10-20T03:42:40.107Z] v1.2.2-dev.58 [2020-10-20T03:42:40.107Z] v1.2.2-dev.59 [2020-10-20T03:42:40.107Z] v1.2.2-dev.6 [2020-10-20T03:42:40.107Z] v1.2.2-dev.60 [2020-10-20T03:42:40.107Z] v1.2.2-dev.61 [2020-10-20T03:42:40.107Z] v1.2.2-dev.62 [2020-10-20T03:42:40.107Z] v1.2.2-dev.63 [2020-10-20T03:42:40.107Z] v1.2.2-dev.64 [2020-10-20T03:42:40.107Z] v1.2.2-dev.65 [2020-10-20T03:42:40.107Z] v1.2.2-dev.66 [2020-10-20T03:42:40.107Z] v1.2.2-dev.67 [2020-10-20T03:42:40.107Z] v1.2.2-dev.68 [2020-10-20T03:42:40.107Z] v1.2.2-dev.69 [2020-10-20T03:42:40.107Z] v1.2.2-dev.7 [2020-10-20T03:42:40.107Z] v1.2.2-dev.70 [2020-10-20T03:42:40.107Z] v1.2.2-dev.71 [2020-10-20T03:42:40.107Z] v1.2.2-dev.72 [2020-10-20T03:42:40.107Z] v1.2.2-dev.73 [2020-10-20T03:42:40.107Z] v1.2.2-dev.74 [2020-10-20T03:42:40.107Z] v1.2.2-dev.75 [2020-10-20T03:42:40.107Z] v1.2.2-dev.76 [2020-10-20T03:42:40.107Z] v1.2.2-dev.77 [2020-10-20T03:42:40.107Z] v1.2.2-dev.78 [2020-10-20T03:42:40.107Z] v1.2.2-dev.79 [2020-10-20T03:42:40.107Z] v1.2.2-dev.8 [2020-10-20T03:42:40.107Z] v1.2.2-dev.80 [2020-10-20T03:42:40.107Z] v1.2.2-dev.81 [2020-10-20T03:42:40.107Z] v1.2.2-dev.82 [2020-10-20T03:42:40.107Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-20T03:42:40.404Z] + lftools sign git-tag v1.2.2-dev.82 [2020-10-20T03:42:41.797Z] Signing Git tag with Sigul... [2020-10-20T03:42:41.797Z] Signing v1.2.2-dev.82 [Pipeline] echo [2020-10-20T03:42:42.765Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:42:43.145Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T03:42:43.199Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T03:42:43.384Z] $ docker stop --time=1 63e632fa719c243e3fb2db4d2c7891f1948aee032d911359253786bdbec431dc [2020-10-20T03:42:45.408Z] $ docker rm -f 63e632fa719c243e3fb2db4d2c7891f1948aee032d911359253786bdbec431dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:42:46.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:42:46.225Z] . [Pipeline] withDockerContainer [2020-10-20T03:42:46.323Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:42:46.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:42:47.574Z] $ docker top f85a9df50f618bc0a91144bc5735b24d6af2379d94fcb2aab4a25b812f64463a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T03:42:47.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T03:42:47.954Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T03:42:48.179Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T03:42:48.184Z] $ docker exec f85a9df50f618bc0a91144bc5735b24d6af2379d94fcb2aab4a25b812f64463a ssh-agent [2020-10-20T03:42:48.360Z] SSH_AUTH_SOCK=/tmp/ssh-QEwthVSVN0Cl/agent.13 [2020-10-20T03:42:48.360Z] SSH_AGENT_PID=18 [2020-10-20T03:42:48.367Z] Running ssh-add (command line suppressed) [2020-10-20T03:42:48.500Z] Identity added: /w/workspace/edgex-go/198@tmp/private_key_7535124202753725970.key (/w/workspace/edgex-go/198@tmp/private_key_7535124202753725970.key) [2020-10-20T03:42:48.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T03:42:48.913Z] + git semver bump pre [2020-10-20T03:42:48.913Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T03:42:48.913Z] # $GIT_DIR = /w/workspace/edgex-go/198/.git [2020-10-20T03:42:48.913Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/198 [2020-10-20T03:42:48.913Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T03:42:48.913Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T03:42:48.913Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T03:42:48.913Z] # $SEMVER_BRANCH = master [2020-10-20T03:42:48.913Z] # $SEMVER_DIR = /w/workspace/edgex-go/198/.semver [2020-10-20T03:42:48.913Z] 1.2.2-dev.83 [Pipeline] } [2020-10-20T03:42:48.926Z] $ docker exec --env ******** --env ******** f85a9df50f618bc0a91144bc5735b24d6af2379d94fcb2aab4a25b812f64463a ssh-agent -k [2020-10-20T03:42:49.044Z] unset SSH_AUTH_SOCK; [2020-10-20T03:42:49.044Z] unset SSH_AGENT_PID; [2020-10-20T03:42:49.044Z] echo Agent pid 18 killed; [2020-10-20T03:42:49.094Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T03:42:49.549Z] + git semver [Pipeline] } [2020-10-20T03:42:49.566Z] $ docker stop --time=1 f85a9df50f618bc0a91144bc5735b24d6af2379d94fcb2aab4a25b812f64463a [2020-10-20T03:42:50.931Z] $ docker rm -f f85a9df50f618bc0a91144bc5735b24d6af2379d94fcb2aab4a25b812f64463a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:42:51.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:42:51.486Z] . [Pipeline] withDockerContainer [2020-10-20T03:42:51.588Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:42:51.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:42:52.402Z] $ docker top 51dd6a5bdb328ef36216f20b0b3b8317541972cb61e65e01d9d58a4e4cfce6e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T03:42:52.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T03:42:52.709Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T03:42:52.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T03:42:52.928Z] $ docker exec 51dd6a5bdb328ef36216f20b0b3b8317541972cb61e65e01d9d58a4e4cfce6e0 ssh-agent [2020-10-20T03:42:53.108Z] SSH_AUTH_SOCK=/tmp/ssh-AUtxAtXm0OIT/agent.11 [2020-10-20T03:42:53.108Z] SSH_AGENT_PID=17 [2020-10-20T03:42:53.116Z] Running ssh-add (command line suppressed) [2020-10-20T03:42:53.244Z] Identity added: /w/workspace/edgex-go/198@tmp/private_key_102400232157992887.key (/w/workspace/edgex-go/198@tmp/private_key_102400232157992887.key) [2020-10-20T03:42:53.300Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T03:42:53.633Z] + git semver push [2020-10-20T03:42:53.633Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T03:42:53.633Z] # $GIT_DIR = /w/workspace/edgex-go/198/.git [2020-10-20T03:42:53.633Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/198 [2020-10-20T03:42:53.633Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T03:42:53.633Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T03:42:53.633Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T03:42:53.633Z] # $SEMVER_BRANCH = master [2020-10-20T03:42:53.633Z] # $SEMVER_DIR = /w/workspace/edgex-go/198/.semver [Pipeline] } [2020-10-20T03:43:03.733Z] $ docker exec --env ******** --env ******** 51dd6a5bdb328ef36216f20b0b3b8317541972cb61e65e01d9d58a4e4cfce6e0 ssh-agent -k [2020-10-20T03:43:03.879Z] unset SSH_AUTH_SOCK; [2020-10-20T03:43:03.879Z] unset SSH_AGENT_PID; [2020-10-20T03:43:03.879Z] echo Agent pid 17 killed; [2020-10-20T03:43:03.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T03:43:04.394Z] + git semver [Pipeline] } [2020-10-20T03:43:04.412Z] $ docker stop --time=1 51dd6a5bdb328ef36216f20b0b3b8317541972cb61e65e01d9d58a4e4cfce6e0 [2020-10-20T03:43:05.780Z] $ docker rm -f 51dd6a5bdb328ef36216f20b0b3b8317541972cb61e65e01d9d58a4e4cfce6e0 [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-20T03:43:06.834Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:43:07.715Z] ---> package-listing.sh [2020-10-20T03:43:07.715Z] ++ facter osfamily [2020-10-20T03:43:07.715Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T03:43:07.715Z] + OS_FAMILY=redhat [2020-10-20T03:43:07.715Z] + workspace=/w/workspace/edgex-go/198 [2020-10-20T03:43:07.715Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T03:43:07.715Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T03:43:07.715Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T03:43:07.715Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T03:43:07.715Z] + '[' /w/workspace/edgex-go/198 ']' [2020-10-20T03:43:07.715Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T03:43:07.715Z] + case "${OS_FAMILY}" in [2020-10-20T03:43:07.715Z] + rpm -qa [2020-10-20T03:43:07.715Z] + sort [2020-10-20T03:43:11.938Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T03:43:11.938Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T03:43:11.938Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T03:43:11.938Z] + '[' /w/workspace/edgex-go/198 ']' [2020-10-20T03:43:11.938Z] + mkdir -p /w/workspace/edgex-go/198/archives/ [2020-10-20T03:43:11.938Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/198/archives/ [Pipeline] echo [2020-10-20T03:43:11.955Z] 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/198/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T03:43:12.251Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:43:12.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T03:43:12.556Z] [2020-10-20T03:43:12.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:43:12.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T03:43:12.912Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T03:43:12.912Z] df20fa9351a1: Already exists [2020-10-20T03:43:12.912Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T03:43:12.912Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T03:43:12.912Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T03:43:12.912Z] 93b61091891f: Pulling fs layer [2020-10-20T03:43:12.912Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T03:43:12.912Z] 5e14af77c1be: Pulling fs layer [2020-10-20T03:43:12.912Z] 01666e4c0597: Pulling fs layer [2020-10-20T03:43:12.912Z] aa168da1d23b: Pulling fs layer [2020-10-20T03:43:12.912Z] 93b61091891f: Waiting [2020-10-20T03:43:12.912Z] 93b9cdb0e59b: Waiting [2020-10-20T03:43:12.912Z] 5e14af77c1be: Waiting [2020-10-20T03:43:12.912Z] 01666e4c0597: Waiting [2020-10-20T03:43:12.912Z] aa168da1d23b: Waiting [2020-10-20T03:43:12.912Z] 36b3adc4ff6f: Download complete [2020-10-20T03:43:12.912Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T03:43:12.912Z] 46f8f816bc3b: Download complete [2020-10-20T03:43:12.912Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T03:43:12.912Z] 93b9cdb0e59b: Download complete [2020-10-20T03:43:12.912Z] 5e14af77c1be: Verifying Checksum [2020-10-20T03:43:12.913Z] 5e14af77c1be: Download complete [2020-10-20T03:43:13.179Z] 01666e4c0597: Verifying Checksum [2020-10-20T03:43:13.179Z] 01666e4c0597: Download complete [2020-10-20T03:43:13.179Z] 93b61091891f: Verifying Checksum [2020-10-20T03:43:13.179Z] 93b61091891f: Download complete [2020-10-20T03:43:13.179Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T03:43:13.179Z] 8ad3a11d3b57: Download complete [2020-10-20T03:43:13.442Z] 36b3adc4ff6f: Pull complete [2020-10-20T03:43:14.062Z] 8ad3a11d3b57: Pull complete [2020-10-20T03:43:14.326Z] 46f8f816bc3b: Pull complete [2020-10-20T03:43:15.275Z] aa168da1d23b: Verifying Checksum [2020-10-20T03:43:15.275Z] aa168da1d23b: Download complete [2020-10-20T03:43:15.537Z] 93b61091891f: Pull complete [2020-10-20T03:43:15.798Z] 93b9cdb0e59b: Pull complete [2020-10-20T03:43:15.798Z] 5e14af77c1be: Pull complete [2020-10-20T03:43:16.061Z] 01666e4c0597: Pull complete [2020-10-20T03:43:22.687Z] aa168da1d23b: Pull complete [2020-10-20T03:43:22.687Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T03:43:22.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T03:43:22.687Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T03:43:22.856Z] prd-centos7-docker-4c-2g-6847 does not seem to be running inside a container [2020-10-20T03:43:22.904Z] $ 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/198/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/198 -v /w/workspace/edgex-go/198:/w/workspace/edgex-go/198:rw,z -v /w/workspace/edgex-go/198@tmp:/w/workspace/edgex-go/198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-20T03:43:26.036Z] $ docker top 0997c6eb0099a0237745633fb702e5c315cf8da34ed2d808fdf2fc28878d070d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:43:26.610Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T03:43:26.910Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T03:43:27.213Z] + ls /var/log/sa-host [2020-10-20T03:43:27.213Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T03:43:27.213Z] file_magic: OK [2020-10-20T03:43:27.213Z] HZ: Using current value: 100 [2020-10-20T03:43:27.213Z] file_header: OK [2020-10-20T03:43:27.213Z] 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-20T03:43:27.213Z] Statistics: [2020-10-20T03:43:27.213Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T03:43:27.213Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T03:43:27.213Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T03:43:27.213Z] file_magic: OK [2020-10-20T03:43:27.213Z] HZ: Using current value: 100 [2020-10-20T03:43:27.213Z] file_header: OK [2020-10-20T03:43:27.213Z] 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-20T03:43:27.213Z] Statistics: [2020-10-20T03:43:27.213Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T03:43:27.213Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T03:43:27.851Z] provisioning config files... [2020-10-20T03:43:27.871Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/198@tmp/config2220284108224861864tmp [Pipeline] { [Pipeline] echo [2020-10-20T03:43:27.933Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:43:28.224Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T03:43:28.254Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T03:43:28.349Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:43:28.667Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T03:43:28.678Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:43:28.971Z] ---> sudo-logs.sh [2020-10-20T03:43:28.971Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T03:43:28.982Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:43:29.277Z] ---> job-cost.sh [2020-10-20T03:43:29.277Z] lf-activate-venv: SKIPPING [2020-10-20T03:43:29.277Z] INFO: No Stack... [2020-10-20T03:43:30.670Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T03:43:31.246Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T03:43:31.261Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:43:31.561Z] ---> logs-deploy.sh [2020-10-20T03:43:31.561Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/198 [2020-10-20T03:43:31.561Z] INFO: archiving workspace using pattern(s): [2020-10-20T03:43:32.955Z] Archives upload complete. [2020-10-20T03:43:32.955Z] INFO: archiving logs to Nexus