Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff532ada13e32ad40e50aa3eed89a35f9d9bd49b 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. [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-1197 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/146 [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/146 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ff532ada13e32ad40e50aa3eed89a35f9d9bd49b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ff532ada13e32ad40e50aa3eed89a35f9d9bd49b # timeout=10 Commit message: "feat: Implement pluggable password generator (#2659)" > git rev-list --no-walk 855c38c39ef34412bad8449468666c22fd9242b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T18:54:00.865Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T18:54:01.119Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T18:54:01.211Z] ========================================================= [2020-09-24T18:54:01.211Z] EdgeX Global Pipelines Version Info [2020-09-24T18:54:01.211Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:54:02.747Z] ------------------- [2020-09-24T18:54:02.747Z] stable info: [2020-09-24T18:54:02.747Z] ------------------- [2020-09-24T18:54:02.747Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T18:54:02.747Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T18:54:02.747Z] Message: update stable to v1.0.128 [2020-09-24T18:54:03.690Z] ------------------- [2020-09-24T18:54:03.690Z] experimental info: [2020-09-24T18:54:03.690Z] ------------------- [2020-09-24T18:54:03.690Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T18:54:03.690Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T18:54:03.690Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-24T18:54:03.933Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-24T18:54:04.038Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-24T18:54:04.130Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T18:54:04.206Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T18:54:04.281Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T18:54:04.357Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T18:54:04.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T18:54:04.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-24T18:54:04.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-24T18:54:04.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-24T18:54:04.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T18:54:04.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T18:54:04.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T18:54:05.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T18:54:05.134Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-24T18:54:05.234Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-24T18:54:05.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-24T18:54:05.407Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T18:54:05.489Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-24T18:54:05.572Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-24T18:54:05.719Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-24T18:54:05.802Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-24T18:54:05.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-24T18:54:05.970Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-24T18:54:06.050Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] echo [2020-09-24T18:54:06.132Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff532ad [Pipeline] echo [2020-09-24T18:54:06.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-24T18:54:06.937Z] ++ 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-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] ++ dirname cmd/core-command/Dockerfile [2020-09-24T18:54:06.937Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/core-data/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-24T18:54:06.937Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T18:54:06.937Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-24T18:54:06.937Z] ++ cut -d/ -f2 [2020-09-24T18:54:06.937Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-24T18:54:07.006Z] 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-09-24T18:54:08.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:54:08.046Z] [2020-09-24T18:54:08.046Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:54:08.395Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:54:08.395Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T18:54:08.395Z] 31603596830f: Pulling fs layer [2020-09-24T18:54:08.395Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T18:54:08.395Z] 6ca5941a6612: Pulling fs layer [2020-09-24T18:54:08.395Z] ecc8261a40a4: Pulling fs layer [2020-09-24T18:54:08.395Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T18:54:08.395Z] 2a8b12db71e7: Download complete [2020-09-24T18:54:08.395Z] 31603596830f: Verifying Checksum [2020-09-24T18:54:08.395Z] 31603596830f: Download complete [2020-09-24T18:54:08.659Z] ecc8261a40a4: Verifying Checksum [2020-09-24T18:54:08.659Z] ecc8261a40a4: Download complete [2020-09-24T18:54:08.659Z] 6ca5941a6612: Verifying Checksum [2020-09-24T18:54:08.659Z] 6ca5941a6612: Download complete [2020-09-24T18:54:08.659Z] 31603596830f: Pull complete [2020-09-24T18:54:08.927Z] 2a8b12db71e7: Pull complete [2020-09-24T18:54:09.513Z] 6ca5941a6612: Pull complete [2020-09-24T18:54:09.775Z] ecc8261a40a4: Pull complete [2020-09-24T18:54:09.775Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T18:54:09.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:54:09.775Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T18:54:09.880Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T18:54:09.928Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T18:54:12.310Z] $ docker top 406db95566b57dc42a947f06cbf9fea5e8f30c8c6d069e456bd126aeea448002 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T18:54:12.606Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T18:54:12.606Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T18:54:12.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T18:54:12.808Z] $ docker exec 406db95566b57dc42a947f06cbf9fea5e8f30c8c6d069e456bd126aeea448002 ssh-agent [2020-09-24T18:54:12.960Z] SSH_AUTH_SOCK=/tmp/ssh-xkSL1YqHsTnz/agent.12 [2020-09-24T18:54:12.960Z] SSH_AGENT_PID=17 [2020-09-24T18:54:12.971Z] Running ssh-add (command line suppressed) [2020-09-24T18:54:13.091Z] Identity added: /w/workspace/edgex-go/146@tmp/private_key_8049165873887804223.key (/w/workspace/edgex-go/146@tmp/private_key_8049165873887804223.key) [2020-09-24T18:54:13.139Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T18:54:13.465Z] + git describe --exact-match --tags HEAD [2020-09-24T18:54:13.465Z] fatal: no tag exactly matches 'ff532ada13e32ad40e50aa3eed89a35f9d9bd49b' [Pipeline] } [2020-09-24T18:54:13.551Z] $ docker exec --env ******** --env ******** 406db95566b57dc42a947f06cbf9fea5e8f30c8c6d069e456bd126aeea448002 ssh-agent -k [2020-09-24T18:54:13.668Z] unset SSH_AUTH_SOCK; [2020-09-24T18:54:13.668Z] unset SSH_AGENT_PID; [2020-09-24T18:54:13.668Z] echo Agent pid 17 killed; [2020-09-24T18:54:13.713Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T18:54:13.802Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T18:54:13.802Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T18:54:13.905Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T18:54:13.905Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T18:54:14.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T18:54:14.074Z] $ docker exec 406db95566b57dc42a947f06cbf9fea5e8f30c8c6d069e456bd126aeea448002 ssh-agent [2020-09-24T18:54:14.230Z] SSH_AUTH_SOCK=/tmp/ssh-SEhE1b9hs2d1/agent.46 [2020-09-24T18:54:14.230Z] SSH_AGENT_PID=52 [2020-09-24T18:54:14.237Z] Running ssh-add (command line suppressed) [2020-09-24T18:54:14.349Z] Identity added: /w/workspace/edgex-go/146@tmp/private_key_7546045713238351692.key (/w/workspace/edgex-go/146@tmp/private_key_7546045713238351692.key) [2020-09-24T18:54:14.396Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T18:54:14.725Z] + git semver init [2020-09-24T18:54:14.726Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T18:54:14.726Z] # $GIT_DIR = /w/workspace/edgex-go/146/.git [2020-09-24T18:54:14.726Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/146 [2020-09-24T18:54:14.726Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T18:54:14.726Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T18:54:14.726Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T18:54:14.726Z] # $SEMVER_BRANCH = master [2020-09-24T18:54:14.726Z] # $SEMVER_TEMP = /tmp/semver-935136041 [2020-09-24T18:54:14.726Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-24T18:54:46.880Z] # '/tmp/semver-935136041' -> '/w/workspace/edgex-go/146/.semver' [2020-09-24T18:54:46.880Z] # -> Force: false [2020-09-24T18:54:46.880Z] # $SEMVER_DIR = /w/workspace/edgex-go/146/.semver [Pipeline] } [2020-09-24T18:54:46.893Z] $ docker exec --env ******** --env ******** 406db95566b57dc42a947f06cbf9fea5e8f30c8c6d069e456bd126aeea448002 ssh-agent -k [2020-09-24T18:54:47.068Z] unset SSH_AUTH_SOCK; [2020-09-24T18:54:47.069Z] unset SSH_AGENT_PID; [2020-09-24T18:54:47.069Z] echo Agent pid 52 killed; [2020-09-24T18:54:47.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T18:54:47.634Z] + git semver [Pipeline] } [2020-09-24T18:54:47.650Z] $ docker stop --time=1 406db95566b57dc42a947f06cbf9fea5e8f30c8c6d069e456bd126aeea448002 [2020-09-24T18:54:49.112Z] $ docker rm -f 406db95566b57dc42a947f06cbf9fea5e8f30c8c6d069e456bd126aeea448002 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T18:55:01.880Z] Stashed 48 file(s) [Pipeline] echo [2020-09-24T18:55:01.882Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.31 [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-09-24T18:55:02.513Z] ========================================================= [2020-09-24T18:55:02.513Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T18:55:02.513Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:55:02.856Z] + 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-09-24T18:55:07.070Z] Sending build context to Docker daemon 324.3MB [2020-09-24T18:55:07.070Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T18:55:07.070Z] Step 2/7 : FROM ${BASE} [2020-09-24T18:55:07.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T18:55:07.070Z] df20fa9351a1: Pulling fs layer [2020-09-24T18:55:07.070Z] ed8968b2872e: Pulling fs layer [2020-09-24T18:55:07.070Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T18:55:07.070Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T18:55:07.070Z] e73272ec9a57: Pulling fs layer [2020-09-24T18:55:07.070Z] 1e910a182e73: Pulling fs layer [2020-09-24T18:55:07.070Z] 4e634b169226: Pulling fs layer [2020-09-24T18:55:07.070Z] e871e8e8d7a9: Waiting [2020-09-24T18:55:07.070Z] e73272ec9a57: Waiting [2020-09-24T18:55:07.070Z] 1e910a182e73: Waiting [2020-09-24T18:55:07.070Z] 4e634b169226: Waiting [2020-09-24T18:55:07.070Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T18:55:07.070Z] a92cc7c5fd73: Download complete [2020-09-24T18:55:07.070Z] ed8968b2872e: Download complete [2020-09-24T18:55:07.070Z] e73272ec9a57: Download complete [2020-09-24T18:55:07.070Z] 1e910a182e73: Verifying Checksum [2020-09-24T18:55:07.070Z] 1e910a182e73: Download complete [2020-09-24T18:55:07.070Z] df20fa9351a1: Verifying Checksum [2020-09-24T18:55:07.070Z] df20fa9351a1: Download complete [2020-09-24T18:55:07.070Z] df20fa9351a1: Pull complete [2020-09-24T18:55:07.070Z] ed8968b2872e: Pull complete [2020-09-24T18:55:07.070Z] a92cc7c5fd73: Pull complete [2020-09-24T18:55:08.989Z] 4e634b169226: Verifying Checksum [2020-09-24T18:55:08.989Z] 4e634b169226: Download complete [2020-09-24T18:55:09.251Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T18:55:09.251Z] e871e8e8d7a9: Download complete [2020-09-24T18:55:14.574Z] e871e8e8d7a9: Pull complete [2020-09-24T18:55:14.574Z] e73272ec9a57: Pull complete [2020-09-24T18:55:14.574Z] 1e910a182e73: Pull complete [2020-09-24T18:55:17.271Z] Still waiting to schedule task [2020-09-24T18:55:17.271Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1187’ is offline [2020-09-24T18:55:22.739Z] 4e634b169226: Pull complete [2020-09-24T18:55:22.739Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T18:55:22.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T18:55:22.739Z] ---> f7629b54cfaa [2020-09-24T18:55:22.739Z] 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-09-24T18:55:22.739Z] ---> Running in 1625b46b9717 [2020-09-24T18:55:22.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:55:23.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:55:25.862Z] (1/12) Installing libmagic (5.38-r0) [2020-09-24T18:55:27.778Z] (2/12) Installing file (5.38-r0) [2020-09-24T18:55:28.039Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-24T18:55:28.039Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-24T18:55:50.016Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-24T18:55:50.017Z] (6/12) Installing patch (2.7.6-r6) [2020-09-24T18:55:50.017Z] (7/12) Installing build-base (0.5-r2) [2020-09-24T18:55:50.017Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-24T18:55:50.017Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-24T18:55:50.017Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-24T18:55:50.017Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-24T18:55:50.017Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-24T18:55:50.017Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T18:55:50.017Z] OK: 233 MiB in 51 packages [2020-09-24T18:55:53.329Z] Removing intermediate container 1625b46b9717 [2020-09-24T18:55:53.329Z] ---> 9aebfc44a9b0 [2020-09-24T18:55:53.329Z] Step 4/7 : WORKDIR /edgex-go [2020-09-24T18:55:53.329Z] ---> Running in e083007a0b9c [2020-09-24T18:55:53.329Z] Removing intermediate container e083007a0b9c [2020-09-24T18:55:53.329Z] ---> 7f944f47fe4c [2020-09-24T18:55:53.329Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T18:55:53.592Z] latest: Pulling from library/docker [2020-09-24T18:55:53.592Z] df20fa9351a1: Already exists [2020-09-24T18:55:53.592Z] 25ad7478873d: Pulling fs layer [2020-09-24T18:55:53.592Z] 4684f6177b5d: Pulling fs layer [2020-09-24T18:55:53.592Z] 8ba584e970af: Pulling fs layer [2020-09-24T18:55:53.592Z] 3cdc74d2b06d: Pulling fs layer [2020-09-24T18:55:53.592Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-24T18:55:53.592Z] fca0ccc462d5: Pulling fs layer [2020-09-24T18:55:53.592Z] 3cdc74d2b06d: Waiting [2020-09-24T18:55:53.592Z] 4cf5a0d07c1f: Waiting [2020-09-24T18:55:53.592Z] fca0ccc462d5: Waiting [2020-09-24T18:55:53.860Z] 25ad7478873d: Verifying Checksum [2020-09-24T18:55:53.860Z] 25ad7478873d: Download complete [2020-09-24T18:55:53.860Z] 4684f6177b5d: Verifying Checksum [2020-09-24T18:55:53.860Z] 4684f6177b5d: Download complete [2020-09-24T18:55:53.860Z] 4cf5a0d07c1f: Download complete [2020-09-24T18:55:54.137Z] 3cdc74d2b06d: Verifying Checksum [2020-09-24T18:55:54.137Z] 3cdc74d2b06d: Download complete [2020-09-24T18:55:54.137Z] 25ad7478873d: Pull complete [2020-09-24T18:55:54.137Z] fca0ccc462d5: Verifying Checksum [2020-09-24T18:55:54.137Z] fca0ccc462d5: Download complete [2020-09-24T18:55:54.137Z] 4684f6177b5d: Pull complete [2020-09-24T18:55:55.090Z] 8ba584e970af: Verifying Checksum [2020-09-24T18:55:55.090Z] 8ba584e970af: Download complete [2020-09-24T18:55:57.649Z] 8ba584e970af: Pull complete [2020-09-24T18:55:57.649Z] 3cdc74d2b06d: Pull complete [2020-09-24T18:55:57.649Z] 4cf5a0d07c1f: Pull complete [2020-09-24T18:55:57.649Z] fca0ccc462d5: Pull complete [2020-09-24T18:55:57.649Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T18:55:57.649Z] Status: Downloaded newer image for docker:latest [2020-09-24T18:55:59.571Z] ---> cd7e73ea5fe0 [2020-09-24T18:55:59.571Z] Step 6/7 : COPY go.mod . [2020-09-24T18:55:59.571Z] ---> 00e0007a21d4 [2020-09-24T18:55:59.571Z] Step 7/7 : RUN go mod download [2020-09-24T18:55:59.571Z] ---> Running in 6a3099322d06 [2020-09-24T18:56:21.566Z] Removing intermediate container 6a3099322d06 [2020-09-24T18:56:21.566Z] ---> d2acafc55b71 [2020-09-24T18:56:21.566Z] Successfully built d2acafc55b71 [2020-09-24T18:56:21.566Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:56:21.882Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T18:56:21.882Z] . [Pipeline] withDockerContainer [2020-09-24T18:56:21.978Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T18:56:22.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T18:56:22.704Z] $ docker top 385e63733641732f5f2ef3448a59d5165ec8e767ccb502f52402e8d62c1e4802 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T18:56:23.178Z] + go version [2020-09-24T18:56:23.178Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T18:56:23.193Z] $ docker stop --time=1 385e63733641732f5f2ef3448a59d5165ec8e767ccb502f52402e8d62c1e4802 [2020-09-24T18:56:24.520Z] $ docker rm -f 385e63733641732f5f2ef3448a59d5165ec8e767ccb502f52402e8d62c1e4802 [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-09-24T18:56:27.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-24T18:56:27.290Z] [2020-09-24T18:56:27.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:56:27.642Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-24T18:56:27.642Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-24T18:56:27.642Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-24T18:56:27.642Z] ca9280d653b3: Pulling fs layer [2020-09-24T18:56:27.642Z] 7e9c9ca2126c: Pulling fs layer [2020-09-24T18:56:27.904Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-24T18:56:27.904Z] cbdbe7a5bc2a: Download complete [2020-09-24T18:56:28.167Z] cbdbe7a5bc2a: Pull complete [2020-09-24T18:56:28.742Z] ca9280d653b3: Download complete [2020-09-24T18:56:29.692Z] ca9280d653b3: Pull complete [2020-09-24T18:56:29.692Z] 7e9c9ca2126c: Verifying Checksum [2020-09-24T18:56:29.692Z] 7e9c9ca2126c: Download complete [2020-09-24T18:56:37.852Z] 7e9c9ca2126c: Pull complete [2020-09-24T18:56:37.852Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-24T18:56:37.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-24T18:56:37.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-24T18:56:37.996Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T18:56:38.040Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T18:56:38.879Z] $ docker top eb83cd16c7d190406e72b00d7423102343ba929b198d5f2add522c73c68e7a5e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T18:56:39.406Z] + docker-compose build --help [2020-09-24T18:56:39.406Z] + grep parallel [2020-09-24T18:56:40.352Z] --parallel Build images in parallel. [Pipeline] } [2020-09-24T18:56:40.366Z] $ docker stop --time=1 eb83cd16c7d190406e72b00d7423102343ba929b198d5f2add522c73c68e7a5e [2020-09-24T18:56:41.716Z] $ docker rm -f eb83cd16c7d190406e72b00d7423102343ba929b198d5f2add522c73c68e7a5e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:56:42.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-24T18:56:42.353Z] . [Pipeline] withDockerContainer [2020-09-24T18:56:42.462Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T18:56:42.509Z] $ 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/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T18:56:43.070Z] $ docker top 88217bc62bcde9563fd2c355bbedf558fbef6e7c5c2f6b92640292a8b732fc59 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T18:56:43.552Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-24T18:56:44.499Z] Building docker-core-command-go ... [2020-09-24T18:56:44.499Z] Building docker-core-data-go ... [2020-09-24T18:56:44.499Z] Building docker-core-metadata-go ... [2020-09-24T18:56:44.499Z] Building docker-security-proxy-setup-go ... [2020-09-24T18:56:44.499Z] Building docker-security-secrets-setup-go ... [2020-09-24T18:56:44.499Z] Building docker-security-secretstore-setup-go ... [2020-09-24T18:56:44.499Z] Building docker-support-logging-go ... [2020-09-24T18:56:44.499Z] Building docker-support-notifications-go ... [2020-09-24T18:56:44.499Z] Building docker-support-scheduler-go ... [2020-09-24T18:56:44.499Z] Building docker-sys-mgmt-agent-go ... [2020-09-24T18:56:44.499Z] Building docker-security-secretstore-setup-go [2020-09-24T18:56:44.499Z] Building docker-sys-mgmt-agent-go [2020-09-24T18:56:44.499Z] Building docker-security-proxy-setup-go [2020-09-24T18:56:44.499Z] Building docker-core-metadata-go [2020-09-24T18:56:44.499Z] Building docker-support-scheduler-go [2020-09-24T18:57:06.529Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:57:06.529Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-24T18:57:06.529Z] ---> d2acafc55b71 [2020-09-24T18:57:06.529Z] Step 3/26 : WORKDIR /edgex-go [2020-09-24T18:57:06.529Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:57:06.529Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T18:57:06.529Z] ---> d2acafc55b71 [2020-09-24T18:57:06.529Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T18:57:06.529Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:57:06.529Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-24T18:57:06.529Z] ---> d2acafc55b71 [2020-09-24T18:57:06.529Z] Step 3/21 : WORKDIR /edgex-go [2020-09-24T18:57:06.529Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:57:06.529Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-24T18:57:06.529Z] ---> d2acafc55b71 [2020-09-24T18:57:06.529Z] Step 3/27 : WORKDIR /edgex-go [2020-09-24T18:57:06.529Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:57:06.529Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-24T18:57:06.529Z] ---> d2acafc55b71 [2020-09-24T18:57:06.529Z] Step 3/20 : WORKDIR /edgex-go [2020-09-24T18:57:07.119Z] ---> Running in 5b2a1a7f9b4a [2020-09-24T18:57:07.119Z] ---> Running in a63a2a916b3b [2020-09-24T18:57:07.119Z] ---> Running in 228f4481a7ec [2020-09-24T18:57:07.119Z] ---> Running in 51c654d9d9b6 [2020-09-24T18:57:07.119Z] ---> Running in cc7acecb5875 [2020-09-24T18:57:07.383Z] Removing intermediate container 5b2a1a7f9b4a [2020-09-24T18:57:07.383Z] ---> eae6d45bb22e [2020-09-24T18:57:07.383Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T18:57:07.383Z] Removing intermediate container 228f4481a7ec [2020-09-24T18:57:07.383Z] ---> ebe446b21865 [2020-09-24T18:57:07.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T18:57:07.383Z] Removing intermediate container 51c654d9d9b6 [2020-09-24T18:57:07.383Z] ---> 6c4e9ab1e587 [2020-09-24T18:57:07.383Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T18:57:07.383Z] Removing intermediate container cc7acecb5875 [2020-09-24T18:57:07.383Z] ---> 17155c9e0017 [2020-09-24T18:57:07.383Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T18:57:07.660Z] Removing intermediate container a63a2a916b3b [2020-09-24T18:57:07.660Z] ---> 5505469ddc5a [2020-09-24T18:57:07.660Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T18:57:07.660Z] ---> Running in 018e1489958d [2020-09-24T18:57:07.660Z] ---> Running in 72e27ff6c2c9 [2020-09-24T18:57:07.660Z] ---> Running in 7d04dfb0862c [2020-09-24T18:57:07.660Z] ---> Running in 6581f706c4f7 [2020-09-24T18:57:07.660Z] ---> Running in 6429aff36c14 [2020-09-24T18:57:08.891Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1199 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-24T18:57:08.952Z] Running in /w/workspace/edgex-go/146 [Pipeline] { [Pipeline] checkout [2020-09-24T18:57:09.805Z] Removing intermediate container 018e1489958d [2020-09-24T18:57:09.805Z] ---> fe3d88437603 [2020-09-24T18:57:09.805Z] Step 5/22 : RUN apk update && apk add make git [2020-09-24T18:57:09.805Z] ---> Running in b509537ba2fb [2020-09-24T18:57:09.805Z] Removing intermediate container 72e27ff6c2c9 [2020-09-24T18:57:09.805Z] ---> ebac72720911 [2020-09-24T18:57:09.805Z] Step 5/20 : RUN apk update && apk add make git [2020-09-24T18:57:09.805Z] ---> Running in 7bedbb5885cf [2020-09-24T18:57:09.805Z] Removing intermediate container 6429aff36c14 [2020-09-24T18:57:10.071Z] ---> fd3afde8dc03 [2020-09-24T18:57:10.071Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-24T18:57:10.071Z] Removing intermediate container 7d04dfb0862c [2020-09-24T18:57:10.071Z] ---> 928b0d73c3fd [2020-09-24T18:57:10.071Z] Step 5/26 : RUN apk update && apk add make git [2020-09-24T18:57:10.336Z] ---> Running in 30dd66378b0c [2020-09-24T18:57:10.336Z] ---> Running in 88db15e13edc [2020-09-24T18:57:10.336Z] Removing intermediate container 6581f706c4f7 [2020-09-24T18:57:10.336Z] ---> b8451993c35b [2020-09-24T18:57:10.336Z] Step 5/21 : RUN apk update && apk add make git [2020-09-24T18:57:10.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:10.598Z] ---> Running in 98002fc7b4cb [2020-09-24T18:57:10.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:11.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:11.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:11.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:11.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:11.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:11.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:11.920Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:57:11.920Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:57:11.920Z] OK: 12751 distinct packages available [2020-09-24T18:57:11.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:12.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:57:12.182Z] OK: 233 MiB in 51 packages [2020-09-24T18:57:12.182Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:57:12.182Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:57:12.182Z] OK: 12751 distinct packages available [2020-09-24T18:57:12.444Z] OK: 233 MiB in 51 packages [2020-09-24T18:57:12.723Z] Removing intermediate container b509537ba2fb [2020-09-24T18:57:12.723Z] ---> ec3c469beaf5 [2020-09-24T18:57:12.723Z] Step 6/22 : COPY go.mod . [2020-09-24T18:57:12.723Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:57:12.723Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:57:12.723Z] OK: 12751 distinct packages available [2020-09-24T18:57:12.996Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:57:12.996Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:57:12.996Z] OK: 12751 distinct packages available [2020-09-24T18:57:12.996Z] ---> 5dfe80dfdd31 [2020-09-24T18:57:12.996Z] Step 7/22 : RUN go mod download [2020-09-24T18:57:12.996Z] Removing intermediate container 7bedbb5885cf [2020-09-24T18:57:12.996Z] ---> 14a2218ca7cb [2020-09-24T18:57:12.996Z] Step 6/20 : COPY go.mod . [2020-09-24T18:57:12.996Z] OK: 233 MiB in 51 packages [2020-09-24T18:57:12.996Z] ---> Running in 83ce3532340b [2020-09-24T18:57:12.996Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:57:12.996Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:57:12.996Z] OK: 12751 distinct packages available [2020-09-24T18:57:13.266Z] OK: 233 MiB in 51 packages [2020-09-24T18:57:13.266Z] ---> 670460c3a500 [2020-09-24T18:57:13.266Z] Step 7/20 : RUN go mod download [2020-09-24T18:57:13.266Z] OK: 233 MiB in 51 packages [2020-09-24T18:57:13.531Z] ---> Running in e5ea526ba867 [2020-09-24T18:57:14.113Z] Removing intermediate container 30dd66378b0c [2020-09-24T18:57:14.113Z] ---> c07b9d11b393 [2020-09-24T18:57:14.113Z] Step 6/27 : COPY go.mod . [2020-09-24T18:57:14.113Z] Removing intermediate container 88db15e13edc [2020-09-24T18:57:14.113Z] ---> f6070e83c73c [2020-09-24T18:57:14.113Z] Step 6/26 : COPY go.mod . [2020-09-24T18:57:14.274Z] using credential edgex-jenkins-ssh [2020-09-24T18:57:14.332Z] Cloning the remote Git repository [2020-09-24T18:57:14.378Z] Removing intermediate container 98002fc7b4cb [2020-09-24T18:57:14.378Z] ---> 839a39df86cf [2020-09-24T18:57:14.378Z] Step 6/21 : COPY go.mod . [2020-09-24T18:57:14.638Z] ---> e5a8fe9f6afc [2020-09-24T18:57:14.638Z] Step 7/27 : RUN go mod download [2020-09-24T18:57:14.638Z] ---> e4aeecced988 [2020-09-24T18:57:14.638Z] Step 7/26 : RUN go mod download [2020-09-24T18:57:14.900Z] ---> Running in d93e5d8ce8ae [2020-09-24T18:57:14.900Z] ---> 709bb7faca46 [2020-09-24T18:57:14.900Z] Step 7/21 : RUN go mod download [2020-09-24T18:57:14.382Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-24T18:57:14.491Z] > git init /w/workspace/edgex-go/146 # timeout=10 [2020-09-24T18:57:14.566Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-24T18:57:14.567Z] > git --version # timeout=10 [2020-09-24T18:57:14.590Z] > git --version # 'git version 2.17.1' [2020-09-24T18:57:14.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T18:57:14.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T18:57:15.488Z] ---> Running in 9e4ab3736fc5 [2020-09-24T18:57:15.488Z] Removing intermediate container 83ce3532340b [2020-09-24T18:57:15.488Z] ---> cc4aebe49481 [2020-09-24T18:57:15.488Z] Step 8/22 : COPY . . [2020-09-24T18:57:15.488Z] ---> Running in e9fe679a019c [2020-09-24T18:57:16.883Z] Removing intermediate container e5ea526ba867 [2020-09-24T18:57:16.883Z] ---> aaea73c5ae9b [2020-09-24T18:57:16.883Z] Step 8/20 : COPY . . [2020-09-24T18:57:25.075Z] Removing intermediate container d93e5d8ce8ae [2020-09-24T18:57:25.075Z] ---> f233ff4de3a9 [2020-09-24T18:57:25.075Z] Step 8/27 : COPY . . [2020-09-24T18:57:25.341Z] Removing intermediate container 9e4ab3736fc5 [2020-09-24T18:57:25.341Z] ---> 6dc6ef09c30e [2020-09-24T18:57:25.341Z] Step 8/26 : COPY . . [2020-09-24T18:57:26.300Z] Removing intermediate container e9fe679a019c [2020-09-24T18:57:26.300Z] ---> e50518606f67 [2020-09-24T18:57:26.300Z] Step 8/21 : COPY . . [2020-09-24T18:57:34.837Z] ---> 1ceebc730144 [2020-09-24T18:57:34.837Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-24T18:57:39.072Z] ---> Running in c1b2a05e0acc [2020-09-24T18:57:39.336Z] ---> 2532f4eec019 [2020-09-24T18:57:39.336Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-24T18:57:40.755Z] ---> Running in 66efa73f440d [2020-09-24T18:57:42.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-24T18:57:42.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-24T18:57:43.996Z] Checking out Revision ff532ada13e32ad40e50aa3eed89a35f9d9bd49b (master) [2020-09-24T18:57:43.381Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-24T18:57:43.397Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T18:57:43.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-24T18:57:43.477Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-24T18:57:43.478Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T18:57:43.490Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T18:57:44.012Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T18:57:44.048Z] > git checkout -f ff532ada13e32ad40e50aa3eed89a35f9d9bd49b # timeout=10 [2020-09-24T18:57:46.464Z] ---> d6394cff3c70 [2020-09-24T18:57:46.464Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-24T18:57:46.464Z] ---> 7805ebcc4812 [2020-09-24T18:57:46.464Z] 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-09-24T18:57:46.464Z] ---> d2342f14f174 [2020-09-24T18:57:46.464Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-24T18:57:46.738Z] ---> Running in 236dce8eb848 [2020-09-24T18:57:46.738Z] ---> Running in 93b58aa2d931 [2020-09-24T18:57:46.738Z] ---> Running in cabfadbcd491 [2020-09-24T18:57:47.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-24T18:57:47.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-24T18:57:47.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-24T18:57:48.839Z] Commit message: "feat: Implement pluggable password generator (#2659)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T18:58:01.045Z] ========================================================= [2020-09-24T18:58:01.046Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T18:58:01.046Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:58:01.994Z] + 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-09-24T18:58:06.320Z] Sending build context to Docker daemon 324.4MB [2020-09-24T18:58:06.320Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T18:58:06.320Z] Step 2/7 : FROM ${BASE} [2020-09-24T18:58:06.320Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T18:58:06.320Z] b538f80385f9: Pulling fs layer [2020-09-24T18:58:06.320Z] 74f711af9a0d: Pulling fs layer [2020-09-24T18:58:06.320Z] 99f96fe45779: Pulling fs layer [2020-09-24T18:58:06.320Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T18:58:06.320Z] 45590311c82a: Pulling fs layer [2020-09-24T18:58:06.320Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T18:58:06.320Z] 209524e5b208: Pulling fs layer [2020-09-24T18:58:06.320Z] 8529a6b9a6be: Waiting [2020-09-24T18:58:06.320Z] 45590311c82a: Waiting [2020-09-24T18:58:06.320Z] 69ca0ff8b7b3: Waiting [2020-09-24T18:58:06.320Z] 209524e5b208: Waiting [2020-09-24T18:58:06.320Z] 99f96fe45779: Verifying Checksum [2020-09-24T18:58:06.320Z] 99f96fe45779: Download complete [2020-09-24T18:58:06.320Z] 74f711af9a0d: Verifying Checksum [2020-09-24T18:58:06.320Z] 74f711af9a0d: Download complete [2020-09-24T18:58:06.320Z] 45590311c82a: Verifying Checksum [2020-09-24T18:58:06.320Z] 45590311c82a: Download complete [2020-09-24T18:58:06.320Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-24T18:58:06.320Z] 69ca0ff8b7b3: Download complete [2020-09-24T18:58:06.917Z] b538f80385f9: Verifying Checksum [2020-09-24T18:58:06.917Z] b538f80385f9: Download complete [2020-09-24T18:58:07.513Z] b538f80385f9: Pull complete [2020-09-24T18:58:08.130Z] 74f711af9a0d: Pull complete [2020-09-24T18:58:08.407Z] 99f96fe45779: Pull complete [2020-09-24T18:58:09.400Z] 209524e5b208: Verifying Checksum [2020-09-24T18:58:09.400Z] 209524e5b208: Download complete [2020-09-24T18:58:10.064Z] Removing intermediate container 66efa73f440d [2020-09-24T18:58:10.064Z] ---> aeac4f1be257 [2020-09-24T18:58:10.064Z] [2020-09-24T18:58:10.064Z] Step 10/20 : FROM alpine [2020-09-24T18:58:10.064Z] latest: Pulling from library/alpine [2020-09-24T18:58:10.064Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-24T18:58:10.064Z] Status: Downloaded newer image for alpine:latest [2020-09-24T18:58:10.064Z] ---> a24bb4013296 [2020-09-24T18:58:10.064Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-24T18:58:10.064Z] ---> Running in df19edcd2dbf [2020-09-24T18:58:10.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:10.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:10.842Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T18:58:10.842Z] 8529a6b9a6be: Download complete [2020-09-24T18:58:10.929Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:58:10.929Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:58:10.929Z] OK: 12749 distinct packages available [2020-09-24T18:58:11.195Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-24T18:58:11.195Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T18:58:11.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-24T18:58:11.195Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-24T18:58:11.462Z] (4/4) Installing curl (7.69.1-r1) [2020-09-24T18:58:11.462Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T18:58:11.462Z] Executing ca-certificates-20191127-r4.trigger [2020-09-24T18:58:11.462Z] OK: 7 MiB in 18 packages [2020-09-24T18:58:14.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-24T18:58:14.060Z] Removing intermediate container df19edcd2dbf [2020-09-24T18:58:14.060Z] ---> 467e84e1c465 [2020-09-24T18:58:14.061Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-24T18:58:17.380Z] ---> Running in 8556253e5d27 [2020-09-24T18:58:17.380Z] Removing intermediate container c1b2a05e0acc [2020-09-24T18:58:17.380Z] ---> 3e7f2b32c624 [2020-09-24T18:58:17.380Z] [2020-09-24T18:58:17.380Z] Step 10/22 : FROM scratch [2020-09-24T18:58:17.380Z] ---> [2020-09-24T18:58:17.380Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T18:58:17.380Z] Removing intermediate container cabfadbcd491 [2020-09-24T18:58:17.380Z] ---> 3bd9982931d1 [2020-09-24T18:58:17.380Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-24T18:58:17.380Z] ---> Running in 75b3ab1eeb9c [2020-09-24T18:58:17.380Z] ---> Running in 25d824a12949 [2020-09-24T18:58:17.380Z] Removing intermediate container 8556253e5d27 [2020-09-24T18:58:17.380Z] ---> 92f70ecf4458 [2020-09-24T18:58:17.380Z] Step 13/20 : WORKDIR /edgex [2020-09-24T18:58:17.644Z] ---> Running in 1abbfc381806 [2020-09-24T18:58:19.036Z] Removing intermediate container 25d824a12949 [2020-09-24T18:58:19.036Z] ---> 1ecc46f4dcd9 [2020-09-24T18:58:19.036Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-24T18:58:20.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-24T18:58:20.960Z] ---> Running in 927efb176706 [2020-09-24T18:58:20.960Z] Removing intermediate container 1abbfc381806 [2020-09-24T18:58:20.960Z] ---> 1c740baa6a3a [2020-09-24T18:58:20.960Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-24T18:58:20.960Z] Removing intermediate container 93b58aa2d931 [2020-09-24T18:58:20.960Z] ---> ddce53a1514e [2020-09-24T18:58:20.960Z] [2020-09-24T18:58:20.960Z] Step 10/26 : FROM alpine:3.10 [2020-09-24T18:58:20.960Z] Removing intermediate container 236dce8eb848 [2020-09-24T18:58:20.960Z] ---> 1eb04b5b74af [2020-09-24T18:58:20.960Z] [2020-09-24T18:58:20.960Z] Step 10/21 : FROM scratch [2020-09-24T18:58:20.960Z] ---> [2020-09-24T18:58:20.960Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T18:58:20.960Z] ---> Using cache [2020-09-24T18:58:20.960Z] ---> 1ecc46f4dcd9 [2020-09-24T18:58:20.960Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-24T18:58:20.960Z] Removing intermediate container 927efb176706 [2020-09-24T18:58:20.960Z] ---> ec46159ffa01 [2020-09-24T18:58:20.960Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T18:58:21.022Z] 8529a6b9a6be: Pull complete [2020-09-24T18:58:21.228Z] ---> Running in 7bcb191633c8 [2020-09-24T18:58:21.228Z] ---> Running in 0bad122c9771 [2020-09-24T18:58:21.228Z] ---> 0247f7d6942c [2020-09-24T18:58:21.228Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-24T18:58:21.228Z] 3.10: Pulling from library/alpine [2020-09-24T18:58:21.228Z] Removing intermediate container 7bcb191633c8 [2020-09-24T18:58:21.228Z] ---> 771b58153011 [2020-09-24T18:58:21.228Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-24T18:58:21.296Z] 45590311c82a: Pull complete [2020-09-24T18:58:21.572Z] 69ca0ff8b7b3: Pull complete [2020-09-24T18:58:22.176Z] Removing intermediate container 0bad122c9771 [2020-09-24T18:58:22.176Z] ---> b6611f9b0f39 [2020-09-24T18:58:22.176Z] Step 14/22 : WORKDIR / [2020-09-24T18:58:22.443Z] ---> Running in 73e58ead0b33 [2020-09-24T18:58:22.704Z] ---> Running in f54d5ab8482f [2020-09-24T18:58:22.704Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-24T18:58:22.704Z] Status: Downloaded newer image for alpine:3.10 [2020-09-24T18:58:22.704Z] ---> be4e4bea2c2e [2020-09-24T18:58:22.704Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-24T18:58:22.704Z] ---> 19f7169e2bc2 [2020-09-24T18:58:22.704Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-24T18:58:22.970Z] Removing intermediate container 73e58ead0b33 [2020-09-24T18:58:22.970Z] ---> c4e9243aa18f [2020-09-24T18:58:22.970Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-24T18:58:22.970Z] ---> Running in c7336b12f9c7 [2020-09-24T18:58:22.970Z] ---> Running in 8847af65c5dd [2020-09-24T18:58:23.231Z] Removing intermediate container f54d5ab8482f [2020-09-24T18:58:23.231Z] ---> 6abbd172ee1c [2020-09-24T18:58:23.231Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-24T18:58:23.231Z] Removing intermediate container 75b3ab1eeb9c [2020-09-24T18:58:23.231Z] ---> a6f5bee663a5 [2020-09-24T18:58:23.231Z] [2020-09-24T18:58:23.231Z] Step 11/27 : FROM docker:latest [2020-09-24T18:58:23.231Z] ---> 809cc4dba987 [2020-09-24T18:58:23.231Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-24T18:58:23.231Z] ---> eb08fde8eaf8 [2020-09-24T18:58:23.231Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-24T18:58:23.494Z] ---> Running in 9e81742769d2 [2020-09-24T18:58:23.494Z] Removing intermediate container 8847af65c5dd [2020-09-24T18:58:23.494Z] ---> 8236ef684fdd [2020-09-24T18:58:23.494Z] Step 17/20 : CMD ["--init=true"] [2020-09-24T18:58:23.494Z] ---> c367ae4e262c [2020-09-24T18:58:23.494Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-24T18:58:23.759Z] ---> Running in 144040472e9b [2020-09-24T18:58:23.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:24.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:24.024Z] ---> f31e35330c9e [2020-09-24T18:58:24.024Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-24T18:58:24.560Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-24T18:58:24.560Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-24T18:58:24.560Z] OK: 10346 distinct packages available [2020-09-24T18:58:24.560Z] Removing intermediate container 144040472e9b [2020-09-24T18:58:24.560Z] ---> 8fbccf574698 [2020-09-24T18:58:24.560Z] Step 18/20 : LABEL arch=x86_64 [2020-09-24T18:58:24.560Z] ---> ea8088377197 [2020-09-24T18:58:24.560Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-24T18:58:24.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:24.560Z] ---> Running in 849df8d4b929 [2020-09-24T18:58:24.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:24.560Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-24T18:58:24.560Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-24T18:58:24.822Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-24T18:58:24.822Z] (4/5) Installing curl (7.66.0-r1) [2020-09-24T18:58:24.822Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-24T18:58:24.822Z] Executing busybox-1.30.1-r3.trigger [2020-09-24T18:58:24.822Z] Executing ca-certificates-20191127-r2.trigger [2020-09-24T18:58:24.822Z] OK: 7 MiB in 19 packages [2020-09-24T18:58:24.822Z] (1/2) Installing readline (8.0.4-r0) [2020-09-24T18:58:24.822Z] (2/2) Installing bash (5.0.17-r0) [2020-09-24T18:58:24.822Z] Executing bash-5.0.17-r0.post-install [2020-09-24T18:58:24.822Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T18:58:24.822Z] OK: 12 MiB in 22 packages [2020-09-24T18:58:24.822Z] ---> 9900b9183e3d [2020-09-24T18:58:24.822Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-24T18:58:25.084Z] ---> Running in 6b89543044fb [2020-09-24T18:58:25.349Z] Removing intermediate container 849df8d4b929 [2020-09-24T18:58:25.349Z] ---> 7f1d0b6f4881 [2020-09-24T18:58:25.349Z] Step 19/20 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T18:58:25.349Z] ---> 069163265dc5 [2020-09-24T18:58:25.349Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-24T18:58:25.610Z] ---> Running in 932c57c3b6d8 [2020-09-24T18:58:25.610Z] ---> Running in e68f65bc83da [2020-09-24T18:58:25.871Z] Removing intermediate container 6b89543044fb [2020-09-24T18:58:25.871Z] ---> 72a08ca3b8a0 [2020-09-24T18:58:25.871Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T18:58:25.897Z] 209524e5b208: Pull complete [2020-09-24T18:58:25.897Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T18:58:25.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T18:58:25.897Z] ---> 5bddaf1c2fca [2020-09-24T18:58:25.897Z] 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-09-24T18:58:26.444Z] ---> Running in 61e3ff3e0d5e [2020-09-24T18:58:26.444Z] Removing intermediate container c7336b12f9c7 [2020-09-24T18:58:26.444Z] ---> a2c9050a29f2 [2020-09-24T18:58:26.444Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-24T18:58:26.444Z] Removing intermediate container 932c57c3b6d8 [2020-09-24T18:58:26.444Z] ---> c6d16f6404b1 [2020-09-24T18:58:26.444Z] Step 20/20 : LABEL version=1.2.2-dev.31 [2020-09-24T18:58:26.444Z] Removing intermediate container e68f65bc83da [2020-09-24T18:58:26.444Z] ---> 5c1ce4121fa1 [2020-09-24T18:58:26.444Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T18:58:26.444Z] Removing intermediate container 9e81742769d2 [2020-09-24T18:58:26.444Z] ---> b3f9395fb33e [2020-09-24T18:58:26.444Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-24T18:58:26.706Z] ---> Running in 75602e2211b1 [2020-09-24T18:58:26.706Z] ---> Running in 94801e7fb382 [2020-09-24T18:58:26.706Z] ---> Running in 6e4b69cc17b4 [2020-09-24T18:58:26.970Z] ---> Running in 724da30c550b [2020-09-24T18:58:26.970Z] Removing intermediate container 61e3ff3e0d5e [2020-09-24T18:58:26.970Z] ---> 4d8b9eed23d8 [2020-09-24T18:58:26.970Z] Step 19/21 : LABEL arch=x86_64 [2020-09-24T18:58:27.232Z] ---> Running in be753063843e [2020-09-24T18:58:27.232Z] Removing intermediate container 75602e2211b1 [2020-09-24T18:58:27.232Z] ---> 8c6965d01424 [2020-09-24T18:58:27.232Z] Step 13/26 : WORKDIR / [2020-09-24T18:58:27.503Z] Removing intermediate container 94801e7fb382 [2020-09-24T18:58:27.503Z] ---> 276a85151b3f [2020-09-24T18:58:27.503Z] Step 20/22 : LABEL arch=x86_64 [2020-09-24T18:58:27.503Z] Removing intermediate container 6e4b69cc17b4 [2020-09-24T18:58:27.503Z] ---> 89d95801a5c9 [2020-09-24T18:58:27.503Z] [2020-09-24T18:58:27.503Z] ---> Running in 77c9d28e00f3 [2020-09-24T18:58:27.503Z] ---> Running in a051b17100cb [2020-09-24T18:58:27.771Z] Successfully built 89d95801a5c9 [2020-09-24T18:58:27.771Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-24T18:58:27.771Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-09-24T18:58:27.771Z] Removing intermediate container be753063843e [2020-09-24T18:58:27.771Z] ---> 53b3e3f43261 [2020-09-24T18:58:27.771Z] Step 20/21 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T18:58:27.771Z] ---> Running in 580f9fccfdbd [2020-09-24T18:58:28.033Z] Removing intermediate container a051b17100cb [2020-09-24T18:58:28.033Z] ---> fa7780231123 [2020-09-24T18:58:28.033Z] Step 21/22 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T18:58:28.033Z] Removing intermediate container 77c9d28e00f3 [2020-09-24T18:58:28.033Z] ---> 472f59c3e122 [2020-09-24T18:58:28.033Z] 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-09-24T18:58:28.297Z] ---> Running in b760294b324f [2020-09-24T18:58:28.559Z] Removing intermediate container 580f9fccfdbd [2020-09-24T18:58:28.559Z] ---> 2db0a4c76c88 [2020-09-24T18:58:28.559Z] Step 21/21 : LABEL version=1.2.2-dev.31 [2020-09-24T18:58:29.953Z] ---> ac2f794260d6 [2020-09-24T18:58:29.953Z] 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-09-24T18:58:30.217Z] Removing intermediate container b760294b324f [2020-09-24T18:58:30.217Z] ---> 511ed180eddd [2020-09-24T18:58:30.217Z] Step 22/22 : LABEL version=1.2.2-dev.31 [2020-09-24T18:58:30.217Z] ---> Running in 9d2b92071554 [2020-09-24T18:58:30.240Z] ---> Running in 9e16611b599a [2020-09-24T18:58:31.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T18:58:31.604Z] Removing intermediate container 724da30c550b [2020-09-24T18:58:31.604Z] ---> 1b6d53969701 [2020-09-24T18:58:31.604Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-24T18:58:31.604Z] ---> Running in f8beba3ebcde [2020-09-24T18:58:31.604Z] Removing intermediate container 9d2b92071554 [2020-09-24T18:58:31.605Z] ---> 5cd3b34ac69d [2020-09-24T18:58:31.605Z] [2020-09-24T18:58:31.605Z] ---> a76f4976839c [2020-09-24T18:58:31.605Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-24T18:58:31.605Z] ---> Running in 6fa75acca3dd [2020-09-24T18:58:32.181Z] Successfully built 5cd3b34ac69d [2020-09-24T18:58:32.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T18:58:32.446Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-24T18:58:32.446Z] Removing intermediate container f8beba3ebcde [2020-09-24T18:58:32.446Z] ---> a11b4116db7f [2020-09-24T18:58:32.446Z] [2020-09-24T18:58:32.446Z] Building docker-core-data-go [2020-09-24T18:58:32.709Z]  Building docker-support-scheduler-go ... done Successfully built a11b4116db7f [2020-09-24T18:58:33.288Z] Successfully tagged docker-core-metadata-go:latest [2020-09-24T18:58:33.288Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-09-24T18:58:33.626Z] (1/12) Installing libmagic (5.38-r0) [2020-09-24T18:58:33.626Z] (2/12) Installing file (5.38-r0) [2020-09-24T18:58:33.896Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-24T18:58:33.896Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-24T18:58:37.514Z] Removing intermediate container 6fa75acca3dd [2020-09-24T18:58:37.514Z] ---> def7bb792c30 [2020-09-24T18:58:37.514Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-24T18:58:38.127Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:58:38.127Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-24T18:58:38.127Z] ---> d2acafc55b71 [2020-09-24T18:58:38.127Z] Step 3/29 : WORKDIR /edgex-go [2020-09-24T18:58:38.127Z] ---> Using cache [2020-09-24T18:58:38.127Z] ---> 5505469ddc5a [2020-09-24T18:58:38.127Z] Step 4/29 : RUN apk update && apk add make git [2020-09-24T18:58:39.198Z] ---> 2fb95e7b0c9b [2020-09-24T18:58:39.198Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-24T18:58:39.198Z] ---> Running in 5ef4bd8a1bea [2020-09-24T18:58:39.198Z] ---> Running in 03ff61d743d0 [2020-09-24T18:58:39.198Z] Removing intermediate container 5ef4bd8a1bea [2020-09-24T18:58:39.198Z] ---> 9bc35228e9a5 [2020-09-24T18:58:39.198Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-24T18:58:40.174Z] ---> Running in 9f9dbb42af25 [2020-09-24T18:58:40.759Z] ---> d709f95a18b0 [2020-09-24T18:58:40.759Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-24T18:58:40.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:41.350Z] Removing intermediate container 9f9dbb42af25 [2020-09-24T18:58:41.350Z] ---> bc39cc5f9dba [2020-09-24T18:58:41.350Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-24T18:58:41.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:43.015Z] ---> 8c0809e663ac [2020-09-24T18:58:43.015Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-24T18:58:43.588Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:58:43.588Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:58:43.588Z] OK: 12751 distinct packages available [2020-09-24T18:58:44.538Z] OK: 233 MiB in 51 packages [2020-09-24T18:58:46.275Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-24T18:58:46.275Z] (6/12) Installing patch (2.7.6-r6) [2020-09-24T18:58:46.275Z] (7/12) Installing build-base (0.5-r2) [2020-09-24T18:58:46.275Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-24T18:58:46.275Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-24T18:58:46.275Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-24T18:58:46.275Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-24T18:58:46.275Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-24T18:58:46.275Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T18:58:46.275Z] OK: 217 MiB in 51 packages [2020-09-24T18:58:46.460Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:58:46.460Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-24T18:58:46.460Z] ---> d2acafc55b71 [2020-09-24T18:58:46.460Z] Step 3/24 : WORKDIR /edgex-go [2020-09-24T18:58:46.460Z] ---> Using cache [2020-09-24T18:58:46.460Z] ---> 5505469ddc5a [2020-09-24T18:58:46.460Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T18:58:46.460Z] ---> Using cache [2020-09-24T18:58:46.460Z] ---> fd3afde8dc03 [2020-09-24T18:58:46.460Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-24T18:58:46.460Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:58:46.460Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-24T18:58:46.461Z] ---> d2acafc55b71 [2020-09-24T18:58:46.461Z] Step 3/23 : WORKDIR /edgex-go [2020-09-24T18:58:46.461Z] ---> Using cache [2020-09-24T18:58:46.461Z] ---> 5505469ddc5a [2020-09-24T18:58:46.461Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T18:58:46.461Z] ---> Using cache [2020-09-24T18:58:46.461Z] ---> fd3afde8dc03 [2020-09-24T18:58:46.461Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-24T18:58:47.866Z] ---> 7a45f598324b [2020-09-24T18:58:47.866Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-24T18:58:47.866Z] ---> Running in 962f2c876b6f [2020-09-24T18:58:47.866Z] ---> b52c60b44708 [2020-09-24T18:58:47.866Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-24T18:58:47.866Z] ---> Running in 7ab4fcb3787b [2020-09-24T18:58:48.127Z] ---> 56c30a59e888 [2020-09-24T18:58:48.127Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-24T18:58:48.389Z] Removing intermediate container 03ff61d743d0 [2020-09-24T18:58:48.389Z] ---> d8fa8670ef7f [2020-09-24T18:58:48.389Z] Step 5/29 : COPY go.mod . [2020-09-24T18:58:48.670Z] ---> 0b77ca1e58e3 [2020-09-24T18:58:48.670Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-24T18:58:48.670Z] ---> 11491987a68b [2020-09-24T18:58:48.670Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-24T18:58:48.670Z] ---> Running in 34c9a5f15384 [2020-09-24T18:58:48.934Z] ---> 44e1fc24492c [2020-09-24T18:58:48.934Z] Step 6/29 : RUN go mod download [2020-09-24T18:58:48.934Z] ---> Running in f95eb298e3a2 [2020-09-24T18:58:49.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:49.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:49.195Z] ---> 9b7291adb31e [2020-09-24T18:58:49.195Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-24T18:58:49.464Z] ---> Running in 7167f3254316 [2020-09-24T18:58:49.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:49.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:49.740Z] Removing intermediate container 9e16611b599a [2020-09-24T18:58:49.740Z] ---> 0d2431e44f48 [2020-09-24T18:58:49.740Z] Step 4/7 : WORKDIR /edgex-go [2020-09-24T18:58:49.996Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-24T18:58:49.996Z] (2/33) Installing expat (2.2.9-r1) [2020-09-24T18:58:49.996Z] (3/33) Installing libffi (3.3-r2) [2020-09-24T18:58:49.996Z] (4/33) Installing gdbm (1.13-r1) [2020-09-24T18:58:49.996Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-24T18:58:49.996Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-24T18:58:49.996Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-24T18:58:49.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:49.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:58:50.014Z] ---> Running in b722530a6e21 [2020-09-24T18:58:50.610Z] Removing intermediate container b722530a6e21 [2020-09-24T18:58:50.610Z] ---> 1a52a788bf82 [2020-09-24T18:58:50.610Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T18:58:50.880Z] latest: Pulling from library/docker [2020-09-24T18:58:50.880Z] b538f80385f9: Already exists [2020-09-24T18:58:50.880Z] 259a493cd78d: Pulling fs layer [2020-09-24T18:58:50.880Z] b8e66b5100f5: Pulling fs layer [2020-09-24T18:58:50.880Z] 7f8258a56ab6: Pulling fs layer [2020-09-24T18:58:50.880Z] 75a0a0ebb566: Pulling fs layer [2020-09-24T18:58:50.880Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-24T18:58:50.880Z] 294320357d30: Pulling fs layer [2020-09-24T18:58:50.880Z] 75a0a0ebb566: Waiting [2020-09-24T18:58:50.880Z] 4a2c62f0a2a3: Waiting [2020-09-24T18:58:50.880Z] 294320357d30: Waiting [2020-09-24T18:58:51.156Z] b8e66b5100f5: Verifying Checksum [2020-09-24T18:58:51.156Z] b8e66b5100f5: Download complete [2020-09-24T18:58:51.156Z] 259a493cd78d: Download complete [2020-09-24T18:58:51.156Z] 75a0a0ebb566: Verifying Checksum [2020-09-24T18:58:51.156Z] 75a0a0ebb566: Download complete [2020-09-24T18:58:51.156Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-24T18:58:51.156Z] 4a2c62f0a2a3: Download complete [2020-09-24T18:58:51.392Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:58:51.392Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:58:51.392Z] OK: 12751 distinct packages available [2020-09-24T18:58:51.392Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:58:51.392Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:58:51.392Z] OK: 12751 distinct packages available [2020-09-24T18:58:51.392Z] OK: 233 MiB in 51 packages [2020-09-24T18:58:51.392Z] OK: 233 MiB in 51 packages [2020-09-24T18:58:51.432Z] 294320357d30: Verifying Checksum [2020-09-24T18:58:51.432Z] 294320357d30: Download complete [2020-09-24T18:58:52.027Z] 259a493cd78d: Pull complete [2020-09-24T18:58:52.303Z] b8e66b5100f5: Pull complete [2020-09-24T18:58:52.577Z] 7f8258a56ab6: Verifying Checksum [2020-09-24T18:58:52.577Z] 7f8258a56ab6: Download complete [2020-09-24T18:58:53.949Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-24T18:58:53.949Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-24T18:58:53.949Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-24T18:58:53.949Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-24T18:58:53.949Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-24T18:58:53.949Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-24T18:58:53.949Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-24T18:58:53.949Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-24T18:58:53.949Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-24T18:58:53.949Z] Removing intermediate container 7167f3254316 [2020-09-24T18:58:53.949Z] ---> 744e91e5b040 [2020-09-24T18:58:53.949Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-24T18:58:53.949Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-24T18:58:54.521Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-24T18:58:54.521Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-24T18:58:54.521Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-24T18:58:54.786Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-24T18:58:54.786Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-24T18:58:55.048Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-24T18:58:55.048Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-24T18:58:55.048Z] Removing intermediate container f95eb298e3a2 [2020-09-24T18:58:55.048Z] ---> 0c1509d10e57 [2020-09-24T18:58:55.048Z] Step 7/29 : COPY . . [2020-09-24T18:58:55.048Z] ---> Running in 169089fa1bae [2020-09-24T18:58:55.048Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-24T18:58:55.048Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-24T18:58:55.048Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-24T18:58:55.048Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-24T18:58:55.048Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-24T18:58:55.048Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-24T18:58:55.620Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-24T18:58:55.888Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-24T18:58:55.888Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-24T18:58:55.888Z] Removing intermediate container 7ab4fcb3787b [2020-09-24T18:58:55.888Z] ---> f93549e4dbe2 [2020-09-24T18:58:55.888Z] Step 6/23 : COPY go.mod . [2020-09-24T18:58:55.961Z] 7f8258a56ab6: Pull complete [2020-09-24T18:58:55.962Z] 75a0a0ebb566: Pull complete [2020-09-24T18:58:56.236Z] 4a2c62f0a2a3: Pull complete [2020-09-24T18:58:56.834Z] 294320357d30: Pull complete [2020-09-24T18:58:56.834Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T18:58:56.834Z] Status: Downloaded newer image for docker:latest [2020-09-24T18:58:57.281Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T18:58:58.673Z] OK: 71 MiB in 55 packages [2020-09-24T18:59:00.229Z] ---> 7747f6c92215 [2020-09-24T18:59:00.230Z] Step 6/7 : COPY go.mod . [2020-09-24T18:59:00.505Z] ---> d4d23b09bce5 [2020-09-24T18:59:00.505Z] Step 7/7 : RUN go mod download [2020-09-24T18:59:00.602Z] Removing intermediate container 169089fa1bae [2020-09-24T18:59:00.602Z] ---> cbafdd787f97 [2020-09-24T18:59:00.602Z] Step 24/26 : LABEL arch=x86_64 [2020-09-24T18:59:00.602Z] Removing intermediate container 962f2c876b6f [2020-09-24T18:59:00.602Z] ---> 544483599625 [2020-09-24T18:59:00.602Z] Step 6/24 : COPY go.mod . [2020-09-24T18:59:00.783Z] ---> Running in 7edc638c9089 [2020-09-24T18:59:00.865Z] ---> 6eaf9f42740c [2020-09-24T18:59:00.865Z] Step 7/23 : RUN go mod download [2020-09-24T18:59:04.179Z] ---> Running in f27907ab8fb2 [2020-09-24T18:59:04.179Z] ---> Running in ada6c0c7077d [2020-09-24T18:59:04.754Z] ---> 6d75d17e9926 [2020-09-24T18:59:04.754Z] Step 7/24 : RUN go mod download [2020-09-24T18:59:06.676Z] ---> Running in 50462aa84ebc [2020-09-24T18:59:06.676Z] Removing intermediate container f27907ab8fb2 [2020-09-24T18:59:06.676Z] ---> 971507f72b4b [2020-09-24T18:59:06.676Z] Step 25/26 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T18:59:09.991Z] ---> Running in bda62cc48275 [2020-09-24T18:59:09.991Z] ---> a2d4b5306980 [2020-09-24T18:59:09.991Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-24T18:59:13.304Z] ---> Running in 64604876adea [2020-09-24T18:59:13.304Z] Removing intermediate container bda62cc48275 [2020-09-24T18:59:13.304Z] ---> ba3ca6f0ec0f [2020-09-24T18:59:13.304Z] Step 26/26 : LABEL version=1.2.2-dev.31 [2020-09-24T18:59:13.304Z] Removing intermediate container 34c9a5f15384 [2020-09-24T18:59:13.304Z] ---> acdfc9ecce89 [2020-09-24T18:59:13.304Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-24T18:59:13.304Z] ---> Running in 024513e0645e [2020-09-24T18:59:13.304Z] ---> Running in fe71af013e53 [2020-09-24T18:59:13.304Z] Removing intermediate container ada6c0c7077d [2020-09-24T18:59:13.304Z] ---> 822033b53d60 [2020-09-24T18:59:13.304Z] Step 8/23 : COPY . . [2020-09-24T18:59:13.569Z] Removing intermediate container 50462aa84ebc [2020-09-24T18:59:13.569Z] ---> 9f4d82aded51 [2020-09-24T18:59:13.569Z] Step 8/24 : COPY . . [2020-09-24T18:59:13.569Z] Removing intermediate container 024513e0645e [2020-09-24T18:59:13.569Z] ---> b1622a860782 [2020-09-24T18:59:13.569Z] [2020-09-24T18:59:13.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-24T18:59:13.849Z] Successfully built b1622a860782 [2020-09-24T18:59:14.124Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-24T18:59:14.124Z] Building docker-core-command-go [2020-09-24T18:59:20.745Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-09-24T18:59:20.745Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-24T18:59:20.745Z] Collecting PyYAML<4,>=3.10 [2020-09-24T18:59:20.745Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-24T18:59:22.765Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-24T18:59:22.765Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-24T18:59:26.108Z] Collecting cached-property<2,>=1.2.0 [2020-09-24T18:59:26.108Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-24T18:59:27.525Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-24T18:59:27.525Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-24T18:59:27.608Z] Removing intermediate container 7edc638c9089 [2020-09-24T18:59:27.608Z] ---> 518325a5e837 [2020-09-24T18:59:27.608Z] Successfully built 518325a5e837 [2020-09-24T18:59:27.608Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:59:28.013Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T18:59:28.013Z] . [Pipeline] withDockerContainer [2020-09-24T18:59:28.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-1199 does not seem to be running inside a container [2020-09-24T18:59:28.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T18:59:29.468Z] Collecting jsonschema<3,>=2.5.1 [2020-09-24T18:59:29.468Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-24T18:59:29.468Z] 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-09-24T18:59:30.173Z] $ docker top cc80e3945705d78da65e4bc51077fe5a0629dd53725e9be03a90ede52e8038bf -eo pid,comm [2020-09-24T18:59:30.473Z] Collecting docker<4.0,>=3.6.0 [2020-09-24T18:59:30.473Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [Pipeline] { [Pipeline] sh [2020-09-24T18:59:31.626Z] + go version [2020-09-24T18:59:31.626Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T18:59:31.650Z] $ docker stop --time=1 cc80e3945705d78da65e4bc51077fe5a0629dd53725e9be03a90ede52e8038bf [2020-09-24T18:59:31.884Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-24T18:59:31.884Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-24T18:59:33.457Z] $ docker rm -f cc80e3945705d78da65e4bc51077fe5a0629dd53725e9be03a90ede52e8038bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-09-24T18:59:33.859Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T18:59:33.859Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T18:59:33.859Z] ---> d2acafc55b71 [2020-09-24T18:59:33.859Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T18:59:33.859Z] ---> Using cache [2020-09-24T18:59:33.859Z] ---> 5505469ddc5a [2020-09-24T18:59:33.859Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T18:59:33.859Z] ---> Using cache [2020-09-24T18:59:33.859Z] ---> fd3afde8dc03 [2020-09-24T18:59:33.859Z] Step 5/22 : RUN apk update && apk add make git [2020-09-24T18:59:33.859Z] Collecting texttable<0.10,>=0.9.0 [2020-09-24T18:59:33.859Z] Downloading texttable-0.9.1.tar.gz (11 kB) [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-09-24T18:59:34.433Z] Collecting docopt<0.7,>=0.6.1 [2020-09-24T18:59:34.433Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-24T18:59:34.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-24T18:59:34.722Z] [2020-09-24T18:59:34.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:59:35.018Z] ---> Running in 2517097b26cd [2020-09-24T18:59:35.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-24T18:59:35.116Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-24T18:59:35.116Z] 29e5d40040c1: Pulling fs layer [2020-09-24T18:59:35.116Z] 1ce36da41761: Pulling fs layer [2020-09-24T18:59:35.116Z] 25b303627fd3: Pulling fs layer [2020-09-24T18:59:35.602Z] 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-09-24T18:59:35.713Z] 29e5d40040c1: Verifying Checksum [2020-09-24T18:59:35.713Z] 29e5d40040c1: Download complete [2020-09-24T18:59:36.179Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-24T18:59:36.179Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-24T18:59:36.179Z] ---> 1f6f1ef48644 [2020-09-24T18:59:36.179Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-24T18:59:36.179Z] 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-09-24T18:59:36.313Z] 1ce36da41761: Verifying Checksum [2020-09-24T18:59:36.313Z] 1ce36da41761: Download complete [2020-09-24T18:59:36.313Z] 29e5d40040c1: Pull complete [2020-09-24T18:59:36.771Z] Collecting idna<2.8,>=2.5 [2020-09-24T18:59:36.771Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-24T18:59:36.771Z] ---> 287cb4bf1fa8 [2020-09-24T18:59:36.771Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-24T18:59:37.063Z] Collecting docker-pycreds>=0.4.0 [2020-09-24T18:59:37.064Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-24T18:59:37.064Z] ---> Running in c426e49fae23 [2020-09-24T18:59:37.064Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-24T18:59:37.064Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-24T18:59:37.064Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-24T18:59:37.064Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-24T18:59:37.064Z] ---> Running in a1ee76ac4bac [2020-09-24T18:59:37.295Z] 1ce36da41761: Pull complete [2020-09-24T18:59:37.331Z] Installing collected packages: PyYAML, urllib3, idna, requests, cached-property, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, texttable, docopt, docker-compose [2020-09-24T18:59:37.331Z] Running setup.py install for PyYAML: started [2020-09-24T18:59:37.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:59:37.888Z] 25b303627fd3: Verifying Checksum [2020-09-24T18:59:37.888Z] 25b303627fd3: Download complete [2020-09-24T18:59:37.917Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/core-data/core-data ./cmd/core-data [2020-09-24T18:59:37.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-24T18:59:37.917Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-24T18:59:37.917Z] Attempting uninstall: urllib3 [2020-09-24T18:59:37.917Z] Found existing installation: urllib3 1.25.9 [2020-09-24T18:59:37.917Z] Uninstalling urllib3-1.25.9: [2020-09-24T18:59:38.182Z] Successfully uninstalled urllib3-1.25.9 [2020-09-24T18:59:38.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:59:38.447Z] Attempting uninstall: idna [2020-09-24T18:59:38.447Z] Found existing installation: idna 2.9 [2020-09-24T18:59:38.447Z] Uninstalling idna-2.9: [2020-09-24T18:59:38.447Z] Successfully uninstalled idna-2.9 [2020-09-24T18:59:38.710Z] Attempting uninstall: requests [2020-09-24T18:59:38.710Z] Found existing installation: requests 2.23.0 [2020-09-24T18:59:38.710Z] Uninstalling requests-2.23.0: [2020-09-24T18:59:38.710Z] Successfully uninstalled requests-2.23.0 [2020-09-24T18:59:39.296Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:59:39.296Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:59:39.296Z] OK: 12751 distinct packages available [2020-09-24T18:59:39.565Z] OK: 233 MiB in 51 packages [2020-09-24T18:59:39.565Z] Running setup.py install for dockerpty: started [2020-09-24T18:59:40.160Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-24T18:59:42.734Z] Removing intermediate container 2517097b26cd [2020-09-24T18:59:42.734Z] ---> 5af0007d72a5 [2020-09-24T18:59:42.734Z] Step 6/22 : COPY go.mod . [2020-09-24T18:59:42.734Z] Running setup.py install for texttable: started [2020-09-24T18:59:42.734Z] Removing intermediate container 64604876adea [2020-09-24T18:59:42.734Z] ---> 689cc0278fb8 [2020-09-24T18:59:42.734Z] [2020-09-24T18:59:42.734Z] Step 9/29 : FROM alpine:latest [2020-09-24T18:59:42.734Z] ---> a24bb4013296 [2020-09-24T18:59:42.734Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-24T18:59:43.008Z] ---> Running in 874c16d8c969 [2020-09-24T18:59:43.008Z] ---> ba857ff7e784 [2020-09-24T18:59:43.008Z] Step 7/22 : RUN go mod download [2020-09-24T18:59:43.008Z] ---> Running in 46558375fb75 [2020-09-24T18:59:43.281Z] Running setup.py install for texttable: finished with status 'done' [2020-09-24T18:59:43.281Z] Running setup.py install for docopt: started [2020-09-24T18:59:43.281Z] Removing intermediate container 874c16d8c969 [2020-09-24T18:59:43.281Z] ---> 18b157c4bdac [2020-09-24T18:59:43.281Z] Step 11/29 : USER root [2020-09-24T18:59:43.588Z] ---> Running in 129b38728a43 [2020-09-24T18:59:44.274Z] Running setup.py install for docopt: finished with status 'done' [2020-09-24T18:59:44.274Z] Removing intermediate container 129b38728a43 [2020-09-24T18:59:44.274Z] ---> a766efb1b7df [2020-09-24T18:59:44.274Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-24T18:59:45.086Z] 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-09-24T18:59:45.360Z] ---> Running in ce4e08b652b7 [2020-09-24T18:59:47.961Z] Removing intermediate container 46558375fb75 [2020-09-24T18:59:47.961Z] ---> 202add0f4d23 [2020-09-24T18:59:47.961Z] Step 8/22 : COPY . . [2020-09-24T18:59:48.061Z] 25b303627fd3: Pull complete [2020-09-24T18:59:48.061Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-24T18:59:48.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-24T18:59:48.061Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-24T18:59:48.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:59:48.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:59:48.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-1199 does not seem to be running inside a container [2020-09-24T18:59:48.425Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T18:59:48.503Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-24T18:59:48.503Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-24T18:59:48.503Z] OK: 12749 distinct packages available [2020-09-24T18:59:49.088Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-24T18:59:49.088Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-24T18:59:49.088Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T18:59:49.088Z] Executing ca-certificates-20191127-r4.trigger [2020-09-24T18:59:49.088Z] OK: 6 MiB in 16 packages [2020-09-24T18:59:51.968Z] $ docker top a9234161507d750e0d1c1e879e54980a458679d416a67c025fde4e387b77b1e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T18:59:53.370Z] + grep parallel [2020-09-24T18:59:53.370Z] + docker-compose build --help [2020-09-24T18:59:55.707Z] Removing intermediate container fe71af013e53 [2020-09-24T18:59:55.707Z] ---> 679db6e5306c [2020-09-24T18:59:55.707Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-24T18:59:56.750Z] --parallel Build images in parallel. [Pipeline] } [2020-09-24T18:59:56.801Z] $ docker stop --time=1 a9234161507d750e0d1c1e879e54980a458679d416a67c025fde4e387b77b1e5 [2020-09-24T18:59:58.727Z] $ docker rm -f a9234161507d750e0d1c1e879e54980a458679d416a67c025fde4e387b77b1e5 [Pipeline] // withDockerContainer [2020-09-24T18:59:59.082Z] ---> Running in 3af4d2eef5bc [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:59:59.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-24T18:59:59.588Z] . [Pipeline] withDockerContainer [2020-09-24T18:59:59.856Z] prd-ubuntu18.04-docker-arm64-4c-16g-1199 does not seem to be running inside a container [2020-09-24T18:59:59.936Z] $ 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/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:00:01.307Z] $ docker top eb02f49dc7e39bab950571a377dcea86f44e05daf1d2b698589e7b7995343ecf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:00:02.369Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-24T19:00:02.446Z] Removing intermediate container ce4e08b652b7 [2020-09-24T19:00:02.446Z] ---> 0a9035800a67 [2020-09-24T19:00:02.446Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-24T19:00:05.025Z] ---> Running in b13d8b637596 [2020-09-24T19:00:05.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T19:00:05.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T19:00:05.558Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T19:00:05.558Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-24T19:00:05.558Z] (3/3) Installing curl (7.69.1-r1) [2020-09-24T19:00:05.558Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T19:00:05.558Z] OK: 72 MiB in 58 packages [2020-09-24T19:00:05.753Z] Building docker-core-command-go ... [2020-09-24T19:00:05.753Z] Building docker-core-data-go ... [2020-09-24T19:00:05.753Z] Building docker-core-metadata-go ... [2020-09-24T19:00:05.753Z] Building docker-security-proxy-setup-go ... [2020-09-24T19:00:05.753Z] Building docker-security-secrets-setup-go ... [2020-09-24T19:00:05.753Z] Building docker-security-secretstore-setup-go ... [2020-09-24T19:00:05.753Z] Building docker-support-logging-go ... [2020-09-24T19:00:05.753Z] Building docker-support-notifications-go ... [2020-09-24T19:00:05.753Z] Building docker-support-scheduler-go ... [2020-09-24T19:00:05.753Z] Building docker-sys-mgmt-agent-go ... [2020-09-24T19:00:05.753Z] Building docker-core-metadata-go [2020-09-24T19:00:05.753Z] Building docker-support-notifications-go [2020-09-24T19:00:05.753Z] Building docker-core-data-go [2020-09-24T19:00:05.753Z] Building docker-support-scheduler-go [2020-09-24T19:00:05.753Z] Building docker-security-proxy-setup-go [2020-09-24T19:00:06.517Z] ---> e290d83b2602 [2020-09-24T19:00:06.517Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-24T19:00:07.094Z] Removing intermediate container b13d8b637596 [2020-09-24T19:00:07.094Z] ---> 05e7810b8c52 [2020-09-24T19:00:07.094Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-24T19:00:07.360Z] ---> Running in 35f4fe1e3f1e [2020-09-24T19:00:07.360Z] ---> Running in f9deb6360bc3 [2020-09-24T19:00:07.628Z] Removing intermediate container 3af4d2eef5bc [2020-09-24T19:00:07.628Z] ---> 1037c0678503 [2020-09-24T19:00:07.628Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-24T19:00:07.910Z] Removing intermediate container f9deb6360bc3 [2020-09-24T19:00:07.910Z] ---> bf018688dbab [2020-09-24T19:00:07.910Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-24T19:00:07.910Z] ---> Running in 0d6095832b2b [2020-09-24T19:00:07.910Z] ---> Running in 74c1121837e2 [2020-09-24T19:00:08.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/core-command/core-command ./cmd/core-command [2020-09-24T19:00:08.446Z] Removing intermediate container 0d6095832b2b [2020-09-24T19:00:08.446Z] ---> 3ef8c696a6b9 [2020-09-24T19:00:08.446Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:00:08.446Z] ---> Running in fed563e9a6b9 [2020-09-24T19:00:08.714Z] Removing intermediate container fed563e9a6b9 [2020-09-24T19:00:08.714Z] ---> 711a77646703 [2020-09-24T19:00:08.714Z] Step 25/27 : LABEL arch=x86_64 [2020-09-24T19:00:08.980Z] ---> Running in 8983b67495ae [2020-09-24T19:00:09.254Z] Removing intermediate container 8983b67495ae [2020-09-24T19:00:09.254Z] ---> 6b8348fa9a81 [2020-09-24T19:00:09.254Z] Step 26/27 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:00:10.676Z] ---> Running in 40879ce529aa [2020-09-24T19:00:12.623Z] Removing intermediate container 74c1121837e2 [2020-09-24T19:00:12.623Z] ---> 637c3ba5d2ca [2020-09-24T19:00:12.623Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-24T19:00:12.623Z] Removing intermediate container 40879ce529aa [2020-09-24T19:00:12.623Z] ---> 6ee5a9ce2edf [2020-09-24T19:00:12.623Z] Step 27/27 : LABEL version=1.2.2-dev.31 [2020-09-24T19:00:12.623Z] Removing intermediate container a1ee76ac4bac [2020-09-24T19:00:12.623Z] ---> 9cc781f31940 [2020-09-24T19:00:12.623Z] [2020-09-24T19:00:12.623Z] Step 10/24 : FROM scratch [2020-09-24T19:00:12.623Z] ---> [2020-09-24T19:00:12.623Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-24T19:00:12.898Z] ---> Running in bfa082c12b3e [2020-09-24T19:00:14.887Z] ---> 28cefb28329c [2020-09-24T19:00:14.887Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-24T19:00:14.887Z] ---> Running in d4371ea0d6b7 [2020-09-24T19:00:14.887Z] Removing intermediate container bfa082c12b3e [2020-09-24T19:00:14.887Z] ---> cbf93f9bd4c7 [2020-09-24T19:00:14.887Z] [2020-09-24T19:00:14.887Z] Successfully built cbf93f9bd4c7 [2020-09-24T19:00:15.467Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-24T19:00:15.467Z] Building docker-support-logging-go [2020-09-24T19:00:15.467Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d4371ea0d6b7 [2020-09-24T19:00:15.467Z] ---> 89d63ed10555 [2020-09-24T19:00:15.467Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-24T19:00:16.431Z] ---> Running in 99ca24a3fdc3 [2020-09-24T19:00:19.006Z] ---> e23969943a16 [2020-09-24T19:00:19.006Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-24T19:00:20.416Z] Removing intermediate container 99ca24a3fdc3 [2020-09-24T19:00:20.416Z] ---> 7c77053e6806 [2020-09-24T19:00:20.683Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-24T19:00:20.683Z] ---> 871c87cb4d1b [2020-09-24T19:00:20.683Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-24T19:00:20.683Z] Removing intermediate container c426e49fae23 [2020-09-24T19:00:20.683Z] ---> 3b4c36bd437e [2020-09-24T19:00:20.683Z] [2020-09-24T19:00:20.683Z] Step 10/23 : FROM alpine [2020-09-24T19:00:20.683Z] ---> a24bb4013296 [2020-09-24T19:00:20.683Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T19:00:20.683Z] ---> Running in 622b528027ff [2020-09-24T19:00:20.946Z] ---> Running in 5df6d044e71c [2020-09-24T19:00:21.215Z] Removing intermediate container 622b528027ff [2020-09-24T19:00:21.216Z] ---> 735bd75c3fcb [2020-09-24T19:00:21.216Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-24T19:00:21.483Z] ---> 5f2487015669 [2020-09-24T19:00:21.483Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-24T19:00:22.904Z] Removing intermediate container 5df6d044e71c [2020-09-24T19:00:22.904Z] ---> 311f1f1b3786 [2020-09-24T19:00:22.904Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-24T19:00:23.483Z] ---> 16471524d026 [2020-09-24T19:00:23.483Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-24T19:00:23.483Z] ---> Running in 9468dd9cc64b [2020-09-24T19:00:26.049Z] ---> 77be2fe7567f [2020-09-24T19:00:26.049Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-24T19:00:26.311Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:00:26.311Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:00:27.701Z] ---> d2acafc55b71 [2020-09-24T19:00:27.701Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T19:00:27.701Z] ---> Using cache [2020-09-24T19:00:27.701Z] ---> 5505469ddc5a [2020-09-24T19:00:27.701Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:00:27.701Z] ---> Using cache [2020-09-24T19:00:27.701Z] ---> fd3afde8dc03 [2020-09-24T19:00:27.701Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-24T19:00:27.701Z] Removing intermediate container 9468dd9cc64b [2020-09-24T19:00:27.701Z] ---> 04070e2e9806 [2020-09-24T19:00:27.701Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-24T19:00:27.701Z] ---> Running in ac57b3324606 [2020-09-24T19:00:27.701Z] ---> 1c8872baff27 [2020-09-24T19:00:27.701Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-24T19:00:27.966Z] ---> Running in 4957b9cbb0df [2020-09-24T19:00:27.966Z] ---> Running in 0179a68145bf [2020-09-24T19:00:28.546Z] Removing intermediate container 0179a68145bf [2020-09-24T19:00:28.546Z] ---> 4b3ba239e699 [2020-09-24T19:00:28.547Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:00:28.547Z] ---> 0e17a6934a78 [2020-09-24T19:00:28.547Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-24T19:00:28.547Z] ---> Running in 70ecd89f2782 [2020-09-24T19:00:28.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T19:00:29.089Z] ---> 8c110444e466 [2020-09-24T19:00:29.089Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-24T19:00:29.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T19:00:29.667Z] ---> 108cf864d1b7 [2020-09-24T19:00:29.667Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-24T19:00:29.931Z] Removing intermediate container ac57b3324606 [2020-09-24T19:00:29.931Z] ---> 04e34552311b [2020-09-24T19:00:29.931Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-24T19:00:30.194Z] Removing intermediate container 70ecd89f2782 [2020-09-24T19:00:30.194Z] ---> 75a50645124b [2020-09-24T19:00:30.194Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-24T19:00:30.456Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:00:30.456Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:00:30.456Z] OK: 12751 distinct packages available [2020-09-24T19:00:30.719Z] OK: 233 MiB in 51 packages [2020-09-24T19:00:30.983Z] OK: 233 MiB in 51 packages [2020-09-24T19:00:31.558Z] ---> Running in 4cd6ccde6b44 [2020-09-24T19:00:31.823Z] ---> 4c630740f377 [2020-09-24T19:00:31.823Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-24T19:00:31.823Z] ---> 3f3634a6b91e [2020-09-24T19:00:31.823Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-24T19:00:31.823Z] ---> Running in c708fd3d6463 [2020-09-24T19:00:31.823Z] ---> Running in 985afc0dac0d [2020-09-24T19:00:33.212Z] Removing intermediate container 35f4fe1e3f1e [2020-09-24T19:00:33.212Z] ---> b8a9a36465df [2020-09-24T19:00:33.212Z] [2020-09-24T19:00:33.212Z] Step 10/22 : FROM scratch [2020-09-24T19:00:33.212Z] ---> [2020-09-24T19:00:33.212Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T19:00:33.474Z] ---> Using cache [2020-09-24T19:00:33.474Z] ---> 1ecc46f4dcd9 [2020-09-24T19:00:33.474Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-24T19:00:33.474Z] Removing intermediate container c708fd3d6463 [2020-09-24T19:00:33.474Z] ---> 847772d9921e [2020-09-24T19:00:33.474Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:00:33.738Z] ---> Running in a7f411bd5a2b [2020-09-24T19:00:33.738Z] Removing intermediate container 4957b9cbb0df [2020-09-24T19:00:33.738Z] ---> 9e0d0deb9b48 [2020-09-24T19:00:33.738Z] Step 6/22 : COPY go.mod . [2020-09-24T19:00:33.738Z] ---> Running in d22b136c1828 [2020-09-24T19:00:33.738Z] Removing intermediate container a7f411bd5a2b [2020-09-24T19:00:33.738Z] ---> 8f9fb69579bb [2020-09-24T19:00:33.738Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T19:00:34.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T19:00:34.000Z] ---> Running in e1ddee2f0dba [2020-09-24T19:00:34.000Z] Removing intermediate container d22b136c1828 [2020-09-24T19:00:34.000Z] ---> fd8803a94ecf [2020-09-24T19:00:34.000Z] Step 22/24 : LABEL arch=x86_64 [2020-09-24T19:00:34.000Z] ---> c24f36e58956 [2020-09-24T19:00:34.000Z] Step 7/22 : RUN go mod download [2020-09-24T19:00:34.262Z] ---> Running in e73980e9dcf0 [2020-09-24T19:00:34.262Z] ---> Running in 56dd900dafed [2020-09-24T19:00:34.262Z] Removing intermediate container e1ddee2f0dba [2020-09-24T19:00:34.262Z] ---> 7aa77c859559 [2020-09-24T19:00:34.262Z] Step 14/22 : WORKDIR / [2020-09-24T19:00:34.527Z] ---> Running in 67aba4d79592 [2020-09-24T19:00:34.527Z] Removing intermediate container e73980e9dcf0 [2020-09-24T19:00:34.527Z] ---> 95b8695fbee9 [2020-09-24T19:00:34.527Z] Step 23/24 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:00:34.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T19:00:34.790Z] ---> Running in f8fc044a3a22 [2020-09-24T19:00:34.790Z] Removing intermediate container 67aba4d79592 [2020-09-24T19:00:34.790Z] ---> aaada587e6fc [2020-09-24T19:00:34.790Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-24T19:00:34.790Z] Removing intermediate container 985afc0dac0d [2020-09-24T19:00:34.790Z] ---> f1b584e9ff74 [2020-09-24T19:00:34.790Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-24T19:00:35.056Z] ---> Running in 26d5ef5ec491 [2020-09-24T19:00:35.056Z] Removing intermediate container f8fc044a3a22 [2020-09-24T19:00:35.056Z] ---> 98ea72da4604 [2020-09-24T19:00:35.056Z] Step 24/24 : LABEL version=1.2.2-dev.31 [2020-09-24T19:00:35.328Z] ---> Running in 17c727e6d01f [2020-09-24T19:00:35.328Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-24T19:00:35.328Z] ---> 1cc59a5f7744 [2020-09-24T19:00:35.328Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-24T19:00:35.328Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-24T19:00:35.596Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-24T19:00:35.596Z] Removing intermediate container 17c727e6d01f [2020-09-24T19:00:35.596Z] ---> 2e81e3b4d917 [2020-09-24T19:00:35.596Z] [2020-09-24T19:00:35.596Z] Successfully built 2e81e3b4d917 [2020-09-24T19:00:35.862Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-24T19:00:35.862Z] Successfully tagged docker-support-notifications-go:latest [2020-09-24T19:00:35.862Z]  Building docker-support-notifications-go ... done (5/5) Installing zeromq (4.3.3-r0) [2020-09-24T19:00:35.862Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T19:00:35.862Z] OK: 8 MiB in 19 packages [2020-09-24T19:00:36.142Z] ---> 9db1762b4447 [2020-09-24T19:00:36.142Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-24T19:00:36.408Z] Removing intermediate container 56dd900dafed [2020-09-24T19:00:36.408Z] ---> 2da2ee6f9216 [2020-09-24T19:00:36.408Z] Step 8/22 : COPY . . [2020-09-24T19:00:36.675Z] ---> 08726e3c0bf0 [2020-09-24T19:00:36.675Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-24T19:00:39.232Z] Removing intermediate container 26d5ef5ec491 [2020-09-24T19:00:39.233Z] ---> df2d2b700957 [2020-09-24T19:00:39.233Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-24T19:00:42.567Z] Removing intermediate container 4cd6ccde6b44 [2020-09-24T19:00:42.567Z] ---> 0a911bafa914 [2020-09-24T19:00:42.567Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-24T19:00:42.831Z] ---> Running in b7e4776626fa [2020-09-24T19:00:43.406Z] ---> Running in b49a60af39d0 [2020-09-24T19:00:44.372Z] Removing intermediate container b7e4776626fa [2020-09-24T19:00:44.372Z] ---> bb5ea1369ddf [2020-09-24T19:00:44.372Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:00:44.372Z] ---> 5d1b03dda9b0 [2020-09-24T19:00:44.372Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-24T19:00:44.635Z] ---> Running in 15bb1946fa8b [2020-09-24T19:00:44.635Z] Removing intermediate container b49a60af39d0 [2020-09-24T19:00:44.635Z] ---> 22d15e3b0daa [2020-09-24T19:00:44.635Z] Step 26/29 : CMD [ "generate" ] [2020-09-24T19:00:46.897Z] ---> Running in b51c02a91df5 [2020-09-24T19:00:46.897Z] Removing intermediate container 15bb1946fa8b [2020-09-24T19:00:46.897Z] ---> 2afec5e37e18 [2020-09-24T19:00:46.897Z] Step 20/22 : LABEL arch=x86_64 [2020-09-24T19:00:47.161Z] ---> 11b25974007b [2020-09-24T19:00:47.161Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-24T19:00:47.161Z] ---> Running in c34417c39051 [2020-09-24T19:00:47.428Z] ---> fcc5431396b8 [2020-09-24T19:00:47.428Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-24T19:00:47.428Z] Removing intermediate container b51c02a91df5 [2020-09-24T19:00:47.428Z] ---> eefdb7208642 [2020-09-24T19:00:47.428Z] Step 27/29 : LABEL arch=x86_64 [2020-09-24T19:00:47.428Z] ---> Running in f3e3f95cbbff [2020-09-24T19:00:47.428Z] ---> Running in 9b884688ce04 [2020-09-24T19:00:47.691Z] Removing intermediate container c34417c39051 [2020-09-24T19:00:47.691Z] ---> f4803fa84f24 [2020-09-24T19:00:47.691Z] Step 21/22 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:00:47.691Z] ---> ceeee714765d [2020-09-24T19:00:47.691Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-24T19:00:47.955Z] ---> Running in 107d9a41e3f5 [2020-09-24T19:00:47.955Z] ---> Running in 3d1fccab6533 [2020-09-24T19:00:47.955Z] Removing intermediate container f3e3f95cbbff [2020-09-24T19:00:47.955Z] ---> e37dc21caed0 [2020-09-24T19:00:47.955Z] Step 28/29 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:00:48.222Z] ---> Running in 62638afbe009 [2020-09-24T19:00:48.222Z] Removing intermediate container 107d9a41e3f5 [2020-09-24T19:00:48.222Z] ---> 5ee1abe6e924 [2020-09-24T19:00:48.222Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:00:48.222Z] Removing intermediate container 3d1fccab6533 [2020-09-24T19:00:48.222Z] ---> 75701b9c81e2 [2020-09-24T19:00:48.222Z] Step 22/22 : LABEL version=1.2.2-dev.31 [2020-09-24T19:00:48.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-24T19:00:48.492Z] ---> Running in 6d43a1a451c7 [2020-09-24T19:00:48.492Z] ---> Running in 52fe9e0d470c [2020-09-24T19:00:48.492Z] Removing intermediate container 62638afbe009 [2020-09-24T19:00:48.492Z] ---> ff9910bcfd03 [2020-09-24T19:00:48.492Z] Step 29/29 : LABEL version=1.2.2-dev.31 [2020-09-24T19:00:48.492Z] ---> Running in e22893bcd70f [2020-09-24T19:00:48.492Z] Removing intermediate container 6d43a1a451c7 [2020-09-24T19:00:48.492Z] ---> 6ea4afb33dff [2020-09-24T19:00:48.492Z] Step 21/23 : LABEL arch=x86_64 [2020-09-24T19:00:48.755Z] Removing intermediate container 52fe9e0d470c [2020-09-24T19:00:48.755Z] ---> 42530c998c00 [2020-09-24T19:00:48.755Z] [2020-09-24T19:00:48.755Z] ---> Running in b53450c1f6c8 [2020-09-24T19:00:48.755Z] Successfully built 42530c998c00 [2020-09-24T19:00:48.755Z] Removing intermediate container e22893bcd70f [2020-09-24T19:00:48.755Z] ---> 265f210b5a57 [2020-09-24T19:00:48.755Z] [2020-09-24T19:00:48.755Z] Successfully tagged docker-core-command-go:latest [2020-09-24T19:00:49.027Z]  Building docker-core-command-go ... done Successfully built 265f210b5a57 [2020-09-24T19:00:49.027Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-24T19:00:49.027Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container b53450c1f6c8 [2020-09-24T19:00:49.027Z] ---> f69a21d85216 [2020-09-24T19:00:49.027Z] Step 22/23 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:00:49.027Z] ---> Running in 2f3b41d49d8a [2020-09-24T19:00:49.297Z] Removing intermediate container 2f3b41d49d8a [2020-09-24T19:00:49.297Z] ---> 3926511ba254 [2020-09-24T19:00:49.297Z] Step 23/23 : LABEL version=1.2.2-dev.31 [2020-09-24T19:00:49.571Z] ---> Running in 420ef41a5254 [2020-09-24T19:00:49.571Z] Removing intermediate container 420ef41a5254 [2020-09-24T19:00:49.571Z] ---> 0917dbef2b86 [2020-09-24T19:00:49.571Z] [2020-09-24T19:00:49.849Z] Successfully built 0917dbef2b86 [2020-09-24T19:00:49.849Z] Successfully tagged docker-core-data-go:latest [2020-09-24T19:00:59.952Z]  Building docker-core-data-go ... done Removing intermediate container 9b884688ce04 [2020-09-24T19:00:59.952Z] ---> fbb6ba99e2c4 [2020-09-24T19:00:59.952Z] [2020-09-24T19:00:59.952Z] Step 10/22 : FROM scratch [2020-09-24T19:00:59.952Z] ---> [2020-09-24T19:00:59.952Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-24T19:00:59.952Z] ---> Using cache [2020-09-24T19:00:59.952Z] ---> 89d63ed10555 [2020-09-24T19:00:59.952Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-24T19:00:59.952Z] ---> Running in 9c3237119a2c [2020-09-24T19:00:59.952Z] Removing intermediate container 9c3237119a2c [2020-09-24T19:00:59.952Z] ---> b1a0ed2937e1 [2020-09-24T19:00:59.952Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T19:00:59.952Z] ---> Running in 00891d531fdb [2020-09-24T19:00:59.952Z] Removing intermediate container 00891d531fdb [2020-09-24T19:00:59.952Z] ---> 81ec2f8a5be7 [2020-09-24T19:00:59.952Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-24T19:00:59.952Z] ---> 4cd8ebb618ad [2020-09-24T19:00:59.952Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-24T19:00:59.952Z] ---> 07ac22c06a8c [2020-09-24T19:00:59.952Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-24T19:01:00.524Z] ---> 7372f038af58 [2020-09-24T19:01:00.524Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-24T19:01:00.785Z] ---> 6c5a239906af [2020-09-24T19:01:00.785Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-24T19:01:00.785Z] ---> Running in f2bef561b191 [2020-09-24T19:01:01.048Z] Removing intermediate container f2bef561b191 [2020-09-24T19:01:01.048Z] ---> 65beb0ee5370 [2020-09-24T19:01:01.048Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:01:01.048Z] ---> Running in f169a1fc9459 [2020-09-24T19:01:01.310Z] Removing intermediate container f169a1fc9459 [2020-09-24T19:01:01.310Z] ---> 94c980614c57 [2020-09-24T19:01:01.310Z] Step 20/22 : LABEL arch=x86_64 [2020-09-24T19:01:01.310Z] ---> Running in 84137164f4d6 [2020-09-24T19:01:01.310Z] Removing intermediate container 84137164f4d6 [2020-09-24T19:01:01.310Z] ---> 5acd6b148f6e [2020-09-24T19:01:01.310Z] Step 21/22 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:01.571Z] ---> Running in b2b8b35a8904 [2020-09-24T19:01:01.571Z] Removing intermediate container b2b8b35a8904 [2020-09-24T19:01:01.571Z] ---> dda25fb0a967 [2020-09-24T19:01:01.571Z] Step 22/22 : LABEL version=1.2.2-dev.31 [2020-09-24T19:01:01.841Z] ---> Running in 18331065c607 [2020-09-24T19:01:01.841Z] Removing intermediate container 18331065c607 [2020-09-24T19:01:01.841Z] ---> 825a9e34696c [2020-09-24T19:01:01.841Z] [2020-09-24T19:01:02.105Z] Successfully built 825a9e34696c [2020-09-24T19:01:02.678Z] Successfully tagged docker-support-logging-go:latest [2020-09-24T19:01:02.948Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-09-24T19:01:02.979Z] $ docker stop --time=1 88217bc62bcde9563fd2c355bbedf558fbef6e7c5c2f6b92640292a8b732fc59 [2020-09-24T19:01:04.614Z] $ docker rm -f 88217bc62bcde9563fd2c355bbedf558fbef6e7c5c2f6b92640292a8b732fc59 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:01:05.160Z] + docker images [2020-09-24T19:01:05.160Z] + grep docker [2020-09-24T19:01:05.160Z] docker-support-logging-go latest 825a9e34696c 4 seconds ago 11.1MB [2020-09-24T19:01:05.160Z] docker-core-data-go latest 0917dbef2b86 16 seconds ago 23.6MB [2020-09-24T19:01:05.160Z] docker-security-secrets-setup-go latest 265f210b5a57 17 seconds ago 24MB [2020-09-24T19:01:05.160Z] docker-core-command-go latest 42530c998c00 17 seconds ago 12.2MB [2020-09-24T19:01:05.160Z] docker-support-notifications-go latest 2e81e3b4d917 30 seconds ago 13.6MB [2020-09-24T19:01:05.160Z] docker-sys-mgmt-agent-go latest cbf93f9bd4c7 52 seconds ago 290MB [2020-09-24T19:01:05.160Z] docker-security-secretstore-setup-go latest b1622a860782 About a minute ago 32.4MB [2020-09-24T19:01:05.160Z] docker-support-scheduler-go latest 5cd3b34ac69d 2 minutes ago 12.3MB [2020-09-24T19:01:05.160Z] docker-core-metadata-go latest a11b4116db7f 2 minutes ago 13.5MB [2020-09-24T19:01:05.160Z] docker-security-proxy-setup-go latest 89d95801a5c9 2 minutes ago 15.8MB [2020-09-24T19:01:05.160Z] docker latest 809cc4dba987 6 days 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-09-24T19:01:05.793Z] provisioning config files... [2020-09-24T19:01:05.851Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/146@tmp/config4006018882872218688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:01:06.240Z] ---> docker-login.sh [2020-09-24T19:01:06.240Z] nexus3.edgexfoundry.org:10001 [2020-09-24T19:01:06.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:01:06.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:01:06.503Z] Configure a credential helper to remove this warning. See [2020-09-24T19:01:06.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:01:06.503Z] [2020-09-24T19:01:06.503Z] Login Succeeded [2020-09-24T19:01:06.503Z] nexus3.edgexfoundry.org:10002 [2020-09-24T19:01:06.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:01:06.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:01:06.503Z] Configure a credential helper to remove this warning. See [2020-09-24T19:01:06.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:01:06.503Z] [2020-09-24T19:01:06.503Z] Login Succeeded [2020-09-24T19:01:06.503Z] nexus3.edgexfoundry.org:10003 [2020-09-24T19:01:06.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:01:06.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:01:06.764Z] Configure a credential helper to remove this warning. See [2020-09-24T19:01:06.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:01:06.764Z] [2020-09-24T19:01:06.764Z] Login Succeeded [2020-09-24T19:01:06.764Z] nexus3.edgexfoundry.org:10004 [2020-09-24T19:01:07.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:01:07.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:01:07.025Z] Configure a credential helper to remove this warning. See [2020-09-24T19:01:07.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:01:07.025Z] [2020-09-24T19:01:07.025Z] Login Succeeded [2020-09-24T19:01:07.025Z] docker.io [2020-09-24T19:01:07.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:01:07.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:01:07.598Z] Configure a credential helper to remove this warning. See [2020-09-24T19:01:07.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:01:07.598Z] [2020-09-24T19:01:07.598Z] Login Succeeded [2020-09-24T19:01:07.598Z] ---> docker-login.sh ends [Pipeline] } [2020-09-24T19:01:07.607Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:07.836Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-24T19:01:07.836Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:07.836Z] 1.2.2-dev.31 [2020-09-24T19:01:07.836Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:07.836Z] master [2020-09-24T19:01:07.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:08.325Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:08.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:08.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-24T19:01:08.630Z] e087d7d16dd3: Preparing [2020-09-24T19:01:08.630Z] aceeac93be2e: Preparing [2020-09-24T19:01:08.630Z] 7b106b3cc91d: Preparing [2020-09-24T19:01:08.897Z] e087d7d16dd3: Pushed [2020-09-24T19:01:08.897Z] 7b106b3cc91d: Pushed [2020-09-24T19:01:09.844Z] aceeac93be2e: Pushed [2020-09-24T19:01:10.105Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:19feef27038b48b27d2c18742b2dc6436072b2a5e99484b6f830429281983d89 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:10.407Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:10.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.31 [2020-09-24T19:01:10.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-24T19:01:10.711Z] e087d7d16dd3: Preparing [2020-09-24T19:01:10.711Z] aceeac93be2e: Preparing [2020-09-24T19:01:10.711Z] 7b106b3cc91d: Preparing [2020-09-24T19:01:10.711Z] e087d7d16dd3: Layer already exists [2020-09-24T19:01:10.711Z] 7b106b3cc91d: Layer already exists [2020-09-24T19:01:10.711Z] aceeac93be2e: Layer already exists [2020-09-24T19:01:10.711Z] 1.2.2-dev.31: digest: sha256:19feef27038b48b27d2c18742b2dc6436072b2a5e99484b6f830429281983d89 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:11.015Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:11.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:11.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-24T19:01:11.320Z] e087d7d16dd3: Preparing [2020-09-24T19:01:11.320Z] aceeac93be2e: Preparing [2020-09-24T19:01:11.320Z] 7b106b3cc91d: Preparing [2020-09-24T19:01:11.320Z] aceeac93be2e: Layer already exists [2020-09-24T19:01:11.320Z] 7b106b3cc91d: Layer already exists [2020-09-24T19:01:11.320Z] e087d7d16dd3: Layer already exists [2020-09-24T19:01:11.320Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:19feef27038b48b27d2c18742b2dc6436072b2a5e99484b6f830429281983d89 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:11.629Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:11.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-24T19:01:11.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-24T19:01:11.938Z] e087d7d16dd3: Preparing [2020-09-24T19:01:11.938Z] aceeac93be2e: Preparing [2020-09-24T19:01:11.938Z] 7b106b3cc91d: Preparing [2020-09-24T19:01:11.938Z] e087d7d16dd3: Layer already exists [2020-09-24T19:01:11.938Z] aceeac93be2e: Layer already exists [2020-09-24T19:01:11.938Z] 7b106b3cc91d: Layer already exists [2020-09-24T19:01:11.938Z] master: digest: sha256:19feef27038b48b27d2c18742b2dc6436072b2a5e99484b6f830429281983d89 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:12.167Z] ===================================================== [Pipeline] echo [2020-09-24T19:01:12.224Z] taggedImages: [2020-09-24T19:01:12.224Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:12.224Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.31 [2020-09-24T19:01:12.224Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:12.224Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-24T19:01:12.339Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-24T19:01:12.339Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:12.339Z] 1.2.2-dev.31 [2020-09-24T19:01:12.339Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:12.339Z] master [2020-09-24T19:01:12.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:12.838Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:13.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:13.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-24T19:01:13.141Z] a6da0aabf772: Preparing [2020-09-24T19:01:13.141Z] ae2fe4993dd7: Preparing [2020-09-24T19:01:13.141Z] c324eed6add7: Preparing [2020-09-24T19:01:13.141Z] c516b10fb105: Preparing [2020-09-24T19:01:13.141Z] ebe75028d9da: Preparing [2020-09-24T19:01:13.141Z] 50644c29ef5a: Preparing [2020-09-24T19:01:13.141Z] 50644c29ef5a: Waiting [2020-09-24T19:01:13.406Z] ebe75028d9da: Pushed [2020-09-24T19:01:13.406Z] a6da0aabf772: Pushed [2020-09-24T19:01:13.406Z] c324eed6add7: Pushed [2020-09-24T19:01:13.406Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:13.406Z] c516b10fb105: Pushed [2020-09-24T19:01:14.809Z] ae2fe4993dd7: Pushed [2020-09-24T19:01:14.809Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:7c0e8da3ce717242ec0acdfb163d31b6e1f03ba9448689818c7447efa77d2fb2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:15.123Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:15.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.31 [2020-09-24T19:01:15.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-24T19:01:15.437Z] a6da0aabf772: Preparing [2020-09-24T19:01:15.437Z] ae2fe4993dd7: Preparing [2020-09-24T19:01:15.437Z] c324eed6add7: Preparing [2020-09-24T19:01:15.437Z] c516b10fb105: Preparing [2020-09-24T19:01:15.437Z] ebe75028d9da: Preparing [2020-09-24T19:01:15.437Z] 50644c29ef5a: Preparing [2020-09-24T19:01:15.437Z] 50644c29ef5a: Waiting [2020-09-24T19:01:15.437Z] ebe75028d9da: Layer already exists [2020-09-24T19:01:15.437Z] c324eed6add7: Layer already exists [2020-09-24T19:01:15.437Z] ae2fe4993dd7: Layer already exists [2020-09-24T19:01:15.437Z] a6da0aabf772: Layer already exists [2020-09-24T19:01:15.437Z] c516b10fb105: Layer already exists [2020-09-24T19:01:15.437Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:15.437Z] 1.2.2-dev.31: digest: sha256:7c0e8da3ce717242ec0acdfb163d31b6e1f03ba9448689818c7447efa77d2fb2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:15.766Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:16.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:16.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-24T19:01:16.097Z] a6da0aabf772: Preparing [2020-09-24T19:01:16.097Z] ae2fe4993dd7: Preparing [2020-09-24T19:01:16.097Z] c324eed6add7: Preparing [2020-09-24T19:01:16.097Z] c516b10fb105: Preparing [2020-09-24T19:01:16.097Z] ebe75028d9da: Preparing [2020-09-24T19:01:16.097Z] 50644c29ef5a: Preparing [2020-09-24T19:01:16.097Z] 50644c29ef5a: Waiting [2020-09-24T19:01:16.097Z] c516b10fb105: Layer already exists [2020-09-24T19:01:16.097Z] a6da0aabf772: Layer already exists [2020-09-24T19:01:16.097Z] ae2fe4993dd7: Layer already exists [2020-09-24T19:01:16.097Z] c324eed6add7: Layer already exists [2020-09-24T19:01:16.097Z] ebe75028d9da: Layer already exists [2020-09-24T19:01:16.097Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:16.097Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:7c0e8da3ce717242ec0acdfb163d31b6e1f03ba9448689818c7447efa77d2fb2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:16.428Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:16.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-24T19:01:16.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-24T19:01:16.782Z] a6da0aabf772: Preparing [2020-09-24T19:01:16.782Z] ae2fe4993dd7: Preparing [2020-09-24T19:01:16.782Z] c324eed6add7: Preparing [2020-09-24T19:01:16.782Z] c516b10fb105: Preparing [2020-09-24T19:01:16.782Z] ebe75028d9da: Preparing [2020-09-24T19:01:16.782Z] 50644c29ef5a: Preparing [2020-09-24T19:01:16.782Z] 50644c29ef5a: Waiting [2020-09-24T19:01:16.782Z] ae2fe4993dd7: Layer already exists [2020-09-24T19:01:16.782Z] a6da0aabf772: Layer already exists [2020-09-24T19:01:16.782Z] ebe75028d9da: Layer already exists [2020-09-24T19:01:16.782Z] c516b10fb105: Layer already exists [2020-09-24T19:01:16.782Z] c324eed6add7: Layer already exists [2020-09-24T19:01:16.782Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:16.782Z] master: digest: sha256:7c0e8da3ce717242ec0acdfb163d31b6e1f03ba9448689818c7447efa77d2fb2 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:17.044Z] ===================================================== [Pipeline] echo [2020-09-24T19:01:17.096Z] taggedImages: [2020-09-24T19:01:17.096Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:17.096Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.31 [2020-09-24T19:01:17.096Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:17.096Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-24T19:01:17.181Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-24T19:01:17.181Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:17.181Z] 1.2.2-dev.31 [2020-09-24T19:01:17.181Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:17.181Z] master [2020-09-24T19:01:17.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:17.755Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:18.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:18.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-24T19:01:18.096Z] ac51c0dab58a: Preparing [2020-09-24T19:01:18.096Z] 4618679967d3: Preparing [2020-09-24T19:01:18.096Z] 428bc533a4bb: Preparing [2020-09-24T19:01:18.096Z] 428bc533a4bb: Pushed [2020-09-24T19:01:18.096Z] ac51c0dab58a: Pushed [2020-09-24T19:01:19.597Z] 4618679967d3: Pushed [2020-09-24T19:01:19.597Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:831abdd166977d0197448114d9c258eebc2afcbd0eff64c051136b1068eb4c94 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:19.943Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:20.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.31 [2020-09-24T19:01:20.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-24T19:01:20.319Z] ac51c0dab58a: Preparing [2020-09-24T19:01:20.319Z] 4618679967d3: Preparing [2020-09-24T19:01:20.319Z] 428bc533a4bb: Preparing [2020-09-24T19:01:20.319Z] ac51c0dab58a: Layer already exists [2020-09-24T19:01:20.319Z] 428bc533a4bb: Layer already exists [2020-09-24T19:01:20.319Z] 4618679967d3: Layer already exists [2020-09-24T19:01:20.319Z] 1.2.2-dev.31: digest: sha256:831abdd166977d0197448114d9c258eebc2afcbd0eff64c051136b1068eb4c94 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:20.655Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:20.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:20.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-24T19:01:20.994Z] ac51c0dab58a: Preparing [2020-09-24T19:01:20.994Z] 4618679967d3: Preparing [2020-09-24T19:01:20.994Z] 428bc533a4bb: Preparing [2020-09-24T19:01:20.994Z] 428bc533a4bb: Layer already exists [2020-09-24T19:01:20.994Z] ac51c0dab58a: Layer already exists [2020-09-24T19:01:20.994Z] 4618679967d3: Layer already exists [2020-09-24T19:01:20.994Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:831abdd166977d0197448114d9c258eebc2afcbd0eff64c051136b1068eb4c94 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:21.337Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:21.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-24T19:01:21.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-24T19:01:21.699Z] ac51c0dab58a: Preparing [2020-09-24T19:01:21.699Z] 4618679967d3: Preparing [2020-09-24T19:01:21.699Z] 428bc533a4bb: Preparing [2020-09-24T19:01:21.699Z] 4618679967d3: Layer already exists [2020-09-24T19:01:21.699Z] 428bc533a4bb: Layer already exists [2020-09-24T19:01:21.699Z] ac51c0dab58a: Layer already exists [2020-09-24T19:01:21.699Z] master: digest: sha256:831abdd166977d0197448114d9c258eebc2afcbd0eff64c051136b1068eb4c94 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:21.921Z] ===================================================== [Pipeline] echo [2020-09-24T19:01:21.971Z] taggedImages: [2020-09-24T19:01:21.972Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:21.972Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.31 [2020-09-24T19:01:21.972Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:21.972Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-24T19:01:22.058Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-24T19:01:22.058Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:22.058Z] 1.2.2-dev.31 [2020-09-24T19:01:22.058Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:22.058Z] master [2020-09-24T19:01:22.058Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:22.615Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:22.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:22.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-24T19:01:22.923Z] 462037da2fed: Preparing [2020-09-24T19:01:22.923Z] 83842e84d0c4: Preparing [2020-09-24T19:01:22.923Z] a4acf6826dca: Preparing [2020-09-24T19:01:22.923Z] 71a1e2a6e191: Preparing [2020-09-24T19:01:22.923Z] 50644c29ef5a: Preparing [2020-09-24T19:01:22.923Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:23.191Z] 83842e84d0c4: Pushed [2020-09-24T19:01:23.191Z] a4acf6826dca: Pushed [2020-09-24T19:01:23.456Z] 71a1e2a6e191: Pushed [2020-09-24T19:01:23.721Z] 462037da2fed: Pushed [2020-09-24T19:01:23.983Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:49ab43e211bd419a83794deeba3909f167bf5149a9ead26e50175ee8537133a5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:24.299Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:24.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.31 [2020-09-24T19:01:24.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-24T19:01:24.604Z] 462037da2fed: Preparing [2020-09-24T19:01:24.605Z] 83842e84d0c4: Preparing [2020-09-24T19:01:24.605Z] a4acf6826dca: Preparing [2020-09-24T19:01:24.605Z] 71a1e2a6e191: Preparing [2020-09-24T19:01:24.605Z] 50644c29ef5a: Preparing [2020-09-24T19:01:24.605Z] 462037da2fed: Layer already exists [2020-09-24T19:01:24.605Z] 83842e84d0c4: Layer already exists [2020-09-24T19:01:24.605Z] a4acf6826dca: Layer already exists [2020-09-24T19:01:24.605Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:24.605Z] 71a1e2a6e191: Layer already exists [2020-09-24T19:01:24.605Z] 1.2.2-dev.31: digest: sha256:49ab43e211bd419a83794deeba3909f167bf5149a9ead26e50175ee8537133a5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:24.915Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:25.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:25.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-24T19:01:25.217Z] 462037da2fed: Preparing [2020-09-24T19:01:25.217Z] 83842e84d0c4: Preparing [2020-09-24T19:01:25.217Z] a4acf6826dca: Preparing [2020-09-24T19:01:25.217Z] 71a1e2a6e191: Preparing [2020-09-24T19:01:25.217Z] 50644c29ef5a: Preparing [2020-09-24T19:01:25.217Z] a4acf6826dca: Layer already exists [2020-09-24T19:01:25.217Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:25.217Z] 83842e84d0c4: Layer already exists [2020-09-24T19:01:25.217Z] 462037da2fed: Layer already exists [2020-09-24T19:01:25.217Z] 71a1e2a6e191: Layer already exists [2020-09-24T19:01:25.217Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:49ab43e211bd419a83794deeba3909f167bf5149a9ead26e50175ee8537133a5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:25.535Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:25.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-24T19:01:25.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-24T19:01:25.839Z] 462037da2fed: Preparing [2020-09-24T19:01:25.839Z] 83842e84d0c4: Preparing [2020-09-24T19:01:25.839Z] a4acf6826dca: Preparing [2020-09-24T19:01:25.839Z] 71a1e2a6e191: Preparing [2020-09-24T19:01:25.839Z] 50644c29ef5a: Preparing [2020-09-24T19:01:25.839Z] 83842e84d0c4: Layer already exists [2020-09-24T19:01:25.839Z] a4acf6826dca: Layer already exists [2020-09-24T19:01:25.839Z] 462037da2fed: Layer already exists [2020-09-24T19:01:25.839Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:25.839Z] 71a1e2a6e191: Layer already exists [2020-09-24T19:01:25.839Z] master: digest: sha256:49ab43e211bd419a83794deeba3909f167bf5149a9ead26e50175ee8537133a5 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:26.066Z] ===================================================== [Pipeline] echo [2020-09-24T19:01:26.123Z] taggedImages: [2020-09-24T19:01:26.123Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:26.123Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.31 [2020-09-24T19:01:26.123Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:26.123Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-24T19:01:26.217Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-24T19:01:26.217Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:26.217Z] 1.2.2-dev.31 [2020-09-24T19:01:26.217Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:26.217Z] master [2020-09-24T19:01:26.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:26.738Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:27.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:27.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-24T19:01:27.042Z] ee4c24f65408: Preparing [2020-09-24T19:01:27.042Z] cae5e3dd16c3: Preparing [2020-09-24T19:01:27.042Z] e76eb78f8bcb: Preparing [2020-09-24T19:01:27.042Z] 0efeb12b82f1: Preparing [2020-09-24T19:01:27.042Z] 0efeb12b82f1: Preparing [2020-09-24T19:01:27.042Z] 58e4ae6ef1a1: Preparing [2020-09-24T19:01:27.042Z] 97f0f5c0dce5: Preparing [2020-09-24T19:01:27.042Z] 4f031c52e0a5: Preparing [2020-09-24T19:01:27.042Z] ee4c24f65408: Preparing [2020-09-24T19:01:27.042Z] e92a4e6e69b4: Preparing [2020-09-24T19:01:27.042Z] a34630a86149: Preparing [2020-09-24T19:01:27.042Z] 573a21c5c91f: Preparing [2020-09-24T19:01:27.042Z] 50644c29ef5a: Preparing [2020-09-24T19:01:27.042Z] 97f0f5c0dce5: Waiting [2020-09-24T19:01:27.042Z] 4f031c52e0a5: Waiting [2020-09-24T19:01:27.042Z] e92a4e6e69b4: Waiting [2020-09-24T19:01:27.042Z] a34630a86149: Waiting [2020-09-24T19:01:27.042Z] 50644c29ef5a: Waiting [2020-09-24T19:01:27.042Z] 573a21c5c91f: Waiting [2020-09-24T19:01:27.306Z] e76eb78f8bcb: Pushed [2020-09-24T19:01:27.306Z] 0efeb12b82f1: Pushed [2020-09-24T19:01:27.306Z] cae5e3dd16c3: Pushed [2020-09-24T19:01:27.306Z] 58e4ae6ef1a1: Pushed [2020-09-24T19:01:27.306Z] 97f0f5c0dce5: Pushed [2020-09-24T19:01:27.536Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:01:27.536Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:01:27.536Z] ---> 518325a5e837 [2020-09-24T19:01:27.536Z] Step 3/20 : WORKDIR /edgex-go [2020-09-24T19:01:27.536Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:01:27.536Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:01:27.536Z] ---> 518325a5e837 [2020-09-24T19:01:27.536Z] Step 3/24 : WORKDIR /edgex-go [2020-09-24T19:01:27.536Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:01:27.536Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:01:27.536Z] ---> 518325a5e837 [2020-09-24T19:01:27.536Z] Step 3/23 : WORKDIR /edgex-go [2020-09-24T19:01:27.536Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:01:27.536Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:01:27.536Z] ---> 518325a5e837 [2020-09-24T19:01:27.536Z] Step 3/21 : WORKDIR /edgex-go [2020-09-24T19:01:27.536Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:01:27.536Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:01:27.536Z] ---> 518325a5e837 [2020-09-24T19:01:27.536Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T19:01:27.570Z] e92a4e6e69b4: Pushed [2020-09-24T19:01:27.570Z] a34630a86149: Pushed [2020-09-24T19:01:27.570Z] 4f031c52e0a5: Pushed [2020-09-24T19:01:27.570Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:27.838Z] 573a21c5c91f: Pushed [2020-09-24T19:01:28.107Z] ee4c24f65408: Pushed [2020-09-24T19:01:28.107Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:475b5160170a039476c2c7759fde5770c6676537d90dc0631f1efcdde05a9eec size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:28.423Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:28.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.31 [2020-09-24T19:01:28.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-24T19:01:28.745Z] ee4c24f65408: Preparing [2020-09-24T19:01:28.745Z] cae5e3dd16c3: Preparing [2020-09-24T19:01:28.745Z] e76eb78f8bcb: Preparing [2020-09-24T19:01:28.745Z] 0efeb12b82f1: Preparing [2020-09-24T19:01:28.745Z] 0efeb12b82f1: Preparing [2020-09-24T19:01:28.745Z] 58e4ae6ef1a1: Preparing [2020-09-24T19:01:28.745Z] 97f0f5c0dce5: Preparing [2020-09-24T19:01:28.745Z] 4f031c52e0a5: Preparing [2020-09-24T19:01:28.745Z] ee4c24f65408: Preparing [2020-09-24T19:01:28.745Z] e92a4e6e69b4: Preparing [2020-09-24T19:01:28.745Z] a34630a86149: Preparing [2020-09-24T19:01:28.745Z] 573a21c5c91f: Preparing [2020-09-24T19:01:28.745Z] 50644c29ef5a: Preparing [2020-09-24T19:01:28.745Z] 97f0f5c0dce5: Waiting [2020-09-24T19:01:28.745Z] 573a21c5c91f: Waiting [2020-09-24T19:01:28.745Z] 4f031c52e0a5: Waiting [2020-09-24T19:01:28.745Z] e92a4e6e69b4: Waiting [2020-09-24T19:01:28.745Z] 50644c29ef5a: Waiting [2020-09-24T19:01:28.745Z] a34630a86149: Waiting [2020-09-24T19:01:28.745Z] 0efeb12b82f1: Layer already exists [2020-09-24T19:01:28.745Z] ee4c24f65408: Layer already exists [2020-09-24T19:01:28.745Z] 58e4ae6ef1a1: Layer already exists [2020-09-24T19:01:28.745Z] cae5e3dd16c3: Layer already exists [2020-09-24T19:01:28.745Z] e76eb78f8bcb: Layer already exists [2020-09-24T19:01:28.745Z] 4f031c52e0a5: Layer already exists [2020-09-24T19:01:28.745Z] 97f0f5c0dce5: Layer already exists [2020-09-24T19:01:28.745Z] e92a4e6e69b4: Layer already exists [2020-09-24T19:01:28.745Z] 573a21c5c91f: Layer already exists [2020-09-24T19:01:28.745Z] a34630a86149: Layer already exists [2020-09-24T19:01:28.745Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:28.745Z] 1.2.2-dev.31: digest: sha256:475b5160170a039476c2c7759fde5770c6676537d90dc0631f1efcdde05a9eec size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:29.002Z] ---> Running in 8a2402fdfa2d [2020-09-24T19:01:29.002Z] ---> Running in 26fad8be6541 [2020-09-24T19:01:29.002Z] ---> Running in 3845968688bc [2020-09-24T19:01:29.002Z] ---> Running in b4170e34ed1e [2020-09-24T19:01:29.002Z] ---> Running in 95e59eea04ab [2020-09-24T19:01:29.076Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:29.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:29.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-24T19:01:29.381Z] ee4c24f65408: Preparing [2020-09-24T19:01:29.381Z] cae5e3dd16c3: Preparing [2020-09-24T19:01:29.381Z] e76eb78f8bcb: Preparing [2020-09-24T19:01:29.381Z] 0efeb12b82f1: Preparing [2020-09-24T19:01:29.381Z] 0efeb12b82f1: Preparing [2020-09-24T19:01:29.381Z] 58e4ae6ef1a1: Preparing [2020-09-24T19:01:29.381Z] 97f0f5c0dce5: Preparing [2020-09-24T19:01:29.381Z] 4f031c52e0a5: Preparing [2020-09-24T19:01:29.381Z] ee4c24f65408: Preparing [2020-09-24T19:01:29.381Z] e92a4e6e69b4: Preparing [2020-09-24T19:01:29.381Z] a34630a86149: Preparing [2020-09-24T19:01:29.381Z] 573a21c5c91f: Preparing [2020-09-24T19:01:29.381Z] 50644c29ef5a: Preparing [2020-09-24T19:01:29.381Z] 4f031c52e0a5: Waiting [2020-09-24T19:01:29.381Z] e92a4e6e69b4: Waiting [2020-09-24T19:01:29.381Z] a34630a86149: Waiting [2020-09-24T19:01:29.381Z] 573a21c5c91f: Waiting [2020-09-24T19:01:29.381Z] 50644c29ef5a: Waiting [2020-09-24T19:01:29.381Z] 97f0f5c0dce5: Waiting [2020-09-24T19:01:29.381Z] cae5e3dd16c3: Layer already exists [2020-09-24T19:01:29.381Z] 58e4ae6ef1a1: Layer already exists [2020-09-24T19:01:29.381Z] 0efeb12b82f1: Layer already exists [2020-09-24T19:01:29.381Z] e76eb78f8bcb: Layer already exists [2020-09-24T19:01:29.381Z] ee4c24f65408: Layer already exists [2020-09-24T19:01:29.381Z] 4f031c52e0a5: Layer already exists [2020-09-24T19:01:29.381Z] 97f0f5c0dce5: Layer already exists [2020-09-24T19:01:29.381Z] e92a4e6e69b4: Layer already exists [2020-09-24T19:01:29.381Z] 573a21c5c91f: Layer already exists [2020-09-24T19:01:29.381Z] a34630a86149: Layer already exists [2020-09-24T19:01:29.381Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:29.381Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:475b5160170a039476c2c7759fde5770c6676537d90dc0631f1efcdde05a9eec size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:29.636Z] Removing intermediate container 3845968688bc [2020-09-24T19:01:29.636Z] ---> c2fb89f78721 [2020-09-24T19:01:29.636Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:01:29.636Z] Removing intermediate container 95e59eea04ab [2020-09-24T19:01:29.636Z] ---> 3175a1df7fa0 [2020-09-24T19:01:29.636Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:01:29.636Z] Removing intermediate container 8a2402fdfa2d [2020-09-24T19:01:29.636Z] ---> 169e5e120a06 [2020-09-24T19:01:29.636Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:01:29.702Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:29.919Z] Removing intermediate container 26fad8be6541 [2020-09-24T19:01:29.919Z] ---> 408340679cd3 [2020-09-24T19:01:29.919Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:01:29.919Z] ---> Running in 013380a56db5 [2020-09-24T19:01:29.919Z] Removing intermediate container b4170e34ed1e [2020-09-24T19:01:29.919Z] ---> 2ae3024cd484 [2020-09-24T19:01:29.919Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:01:29.919Z] ---> Running in 3c6198f41995 [2020-09-24T19:01:30.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-24T19:01:30.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-24T19:01:30.023Z] ee4c24f65408: Preparing [2020-09-24T19:01:30.023Z] cae5e3dd16c3: Preparing [2020-09-24T19:01:30.023Z] e76eb78f8bcb: Preparing [2020-09-24T19:01:30.023Z] 0efeb12b82f1: Preparing [2020-09-24T19:01:30.023Z] 0efeb12b82f1: Preparing [2020-09-24T19:01:30.023Z] 58e4ae6ef1a1: Preparing [2020-09-24T19:01:30.023Z] 97f0f5c0dce5: Preparing [2020-09-24T19:01:30.023Z] 4f031c52e0a5: Preparing [2020-09-24T19:01:30.023Z] ee4c24f65408: Preparing [2020-09-24T19:01:30.023Z] e92a4e6e69b4: Preparing [2020-09-24T19:01:30.023Z] a34630a86149: Preparing [2020-09-24T19:01:30.023Z] 573a21c5c91f: Preparing [2020-09-24T19:01:30.023Z] 50644c29ef5a: Preparing [2020-09-24T19:01:30.023Z] 97f0f5c0dce5: Waiting [2020-09-24T19:01:30.023Z] 4f031c52e0a5: Waiting [2020-09-24T19:01:30.023Z] e92a4e6e69b4: Waiting [2020-09-24T19:01:30.023Z] a34630a86149: Waiting [2020-09-24T19:01:30.023Z] 573a21c5c91f: Waiting [2020-09-24T19:01:30.023Z] 50644c29ef5a: Waiting [2020-09-24T19:01:30.023Z] cae5e3dd16c3: Layer already exists [2020-09-24T19:01:30.023Z] 58e4ae6ef1a1: Layer already exists [2020-09-24T19:01:30.023Z] 0efeb12b82f1: Layer already exists [2020-09-24T19:01:30.023Z] ee4c24f65408: Layer already exists [2020-09-24T19:01:30.023Z] e76eb78f8bcb: Layer already exists [2020-09-24T19:01:30.023Z] 97f0f5c0dce5: Layer already exists [2020-09-24T19:01:30.023Z] 573a21c5c91f: Layer already exists [2020-09-24T19:01:30.023Z] a34630a86149: Layer already exists [2020-09-24T19:01:30.023Z] 4f031c52e0a5: Layer already exists [2020-09-24T19:01:30.023Z] e92a4e6e69b4: Layer already exists [2020-09-24T19:01:30.023Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:30.023Z] master: digest: sha256:475b5160170a039476c2c7759fde5770c6676537d90dc0631f1efcdde05a9eec size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-09-24T19:01:30.208Z] ---> Running in fd4d5231b6a7 [2020-09-24T19:01:30.208Z] ---> Running in 2f97052c751c [2020-09-24T19:01:30.208Z] ---> Running in 4958647ca7dd [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:30.393Z] ===================================================== [Pipeline] echo [2020-09-24T19:01:30.444Z] taggedImages: [2020-09-24T19:01:30.444Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:30.444Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.31 [2020-09-24T19:01:30.444Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:30.444Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-24T19:01:30.534Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-24T19:01:30.534Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:30.534Z] 1.2.2-dev.31 [2020-09-24T19:01:30.534Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:30.534Z] master [2020-09-24T19:01:30.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:31.060Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:31.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:31.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-24T19:01:31.381Z] 08b654debfa3: Preparing [2020-09-24T19:01:31.381Z] 2a56503bb8d5: Preparing [2020-09-24T19:01:31.381Z] e5742598e3ed: Preparing [2020-09-24T19:01:31.381Z] c88695f05ecf: Preparing [2020-09-24T19:01:31.381Z] 682c17f2dda6: Preparing [2020-09-24T19:01:31.381Z] 6f75b1fcd727: Preparing [2020-09-24T19:01:31.381Z] 85d1d0533089: Preparing [2020-09-24T19:01:31.381Z] fea0573713e1: Preparing [2020-09-24T19:01:31.381Z] ae19d7b7dc10: Preparing [2020-09-24T19:01:31.381Z] ad9166ef5e8b: Preparing [2020-09-24T19:01:31.381Z] 1b3ee35aacca: Preparing [2020-09-24T19:01:31.381Z] 85d1d0533089: Waiting [2020-09-24T19:01:31.381Z] fea0573713e1: Waiting [2020-09-24T19:01:31.381Z] ae19d7b7dc10: Waiting [2020-09-24T19:01:31.381Z] ad9166ef5e8b: Waiting [2020-09-24T19:01:31.381Z] 1b3ee35aacca: Waiting [2020-09-24T19:01:31.381Z] 6f75b1fcd727: Waiting [2020-09-24T19:01:31.659Z] 08b654debfa3: Pushed [2020-09-24T19:01:31.659Z] 2a56503bb8d5: Pushed [2020-09-24T19:01:31.659Z] 6f75b1fcd727: Pushed [2020-09-24T19:01:31.659Z] 85d1d0533089: Pushed [2020-09-24T19:01:31.928Z] fea0573713e1: Pushed [2020-09-24T19:01:31.928Z] ae19d7b7dc10: Pushed [2020-09-24T19:01:31.928Z] 1b3ee35aacca: Layer already exists [2020-09-24T19:01:32.199Z] e5742598e3ed: Pushed [2020-09-24T19:01:32.773Z] c88695f05ecf: Pushed [2020-09-24T19:01:32.773Z] 682c17f2dda6: Pushed [2020-09-24T19:01:33.033Z] ad9166ef5e8b: Pushed [2020-09-24T19:01:33.296Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:879f880082d1ef898a5bcc0d4bcf2a079cc23c3ff9bef057c7f374f1c8baaaca size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:33.598Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:33.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.31 [2020-09-24T19:01:33.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-24T19:01:33.960Z] 08b654debfa3: Preparing [2020-09-24T19:01:33.960Z] 2a56503bb8d5: Preparing [2020-09-24T19:01:33.960Z] e5742598e3ed: Preparing [2020-09-24T19:01:33.960Z] c88695f05ecf: Preparing [2020-09-24T19:01:33.960Z] 682c17f2dda6: Preparing [2020-09-24T19:01:33.960Z] 6f75b1fcd727: Preparing [2020-09-24T19:01:33.960Z] 85d1d0533089: Preparing [2020-09-24T19:01:33.960Z] fea0573713e1: Preparing [2020-09-24T19:01:33.960Z] ae19d7b7dc10: Preparing [2020-09-24T19:01:33.960Z] ad9166ef5e8b: Preparing [2020-09-24T19:01:33.960Z] 1b3ee35aacca: Preparing [2020-09-24T19:01:33.960Z] 85d1d0533089: Waiting [2020-09-24T19:01:33.960Z] fea0573713e1: Waiting [2020-09-24T19:01:33.960Z] 6f75b1fcd727: Waiting [2020-09-24T19:01:33.960Z] ae19d7b7dc10: Waiting [2020-09-24T19:01:33.960Z] ad9166ef5e8b: Waiting [2020-09-24T19:01:33.960Z] 1b3ee35aacca: Waiting [2020-09-24T19:01:33.960Z] e5742598e3ed: Layer already exists [2020-09-24T19:01:33.960Z] 682c17f2dda6: Layer already exists [2020-09-24T19:01:33.960Z] 08b654debfa3: Layer already exists [2020-09-24T19:01:33.960Z] c88695f05ecf: Layer already exists [2020-09-24T19:01:33.960Z] 2a56503bb8d5: Layer already exists [2020-09-24T19:01:33.960Z] 6f75b1fcd727: Layer already exists [2020-09-24T19:01:33.960Z] 85d1d0533089: Layer already exists [2020-09-24T19:01:33.960Z] fea0573713e1: Layer already exists [2020-09-24T19:01:33.960Z] ad9166ef5e8b: Layer already exists [2020-09-24T19:01:33.960Z] ae19d7b7dc10: Layer already exists [2020-09-24T19:01:33.960Z] 1b3ee35aacca: Layer already exists [2020-09-24T19:01:33.960Z] 1.2.2-dev.31: digest: sha256:879f880082d1ef898a5bcc0d4bcf2a079cc23c3ff9bef057c7f374f1c8baaaca size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:34.332Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:34.574Z] Removing intermediate container 013380a56db5 [2020-09-24T19:01:34.574Z] ---> 78eaa8492fa1 [2020-09-24T19:01:34.574Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-24T19:01:34.574Z] ---> Running in 30ece8d17b5f [2020-09-24T19:01:34.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:34.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-24T19:01:34.626Z] 08b654debfa3: Preparing [2020-09-24T19:01:34.626Z] 2a56503bb8d5: Preparing [2020-09-24T19:01:34.626Z] e5742598e3ed: Preparing [2020-09-24T19:01:34.626Z] c88695f05ecf: Preparing [2020-09-24T19:01:34.626Z] 682c17f2dda6: Preparing [2020-09-24T19:01:34.626Z] 6f75b1fcd727: Preparing [2020-09-24T19:01:34.626Z] 85d1d0533089: Preparing [2020-09-24T19:01:34.626Z] fea0573713e1: Preparing [2020-09-24T19:01:34.626Z] ae19d7b7dc10: Preparing [2020-09-24T19:01:34.626Z] ad9166ef5e8b: Preparing [2020-09-24T19:01:34.626Z] 1b3ee35aacca: Preparing [2020-09-24T19:01:34.626Z] fea0573713e1: Waiting [2020-09-24T19:01:34.626Z] ae19d7b7dc10: Waiting [2020-09-24T19:01:34.626Z] ad9166ef5e8b: Waiting [2020-09-24T19:01:34.626Z] 1b3ee35aacca: Waiting [2020-09-24T19:01:34.626Z] 6f75b1fcd727: Waiting [2020-09-24T19:01:34.626Z] 85d1d0533089: Waiting [2020-09-24T19:01:34.626Z] 08b654debfa3: Layer already exists [2020-09-24T19:01:34.626Z] e5742598e3ed: Layer already exists [2020-09-24T19:01:34.626Z] 2a56503bb8d5: Layer already exists [2020-09-24T19:01:34.626Z] c88695f05ecf: Layer already exists [2020-09-24T19:01:34.626Z] 682c17f2dda6: Layer already exists [2020-09-24T19:01:34.626Z] 6f75b1fcd727: Layer already exists [2020-09-24T19:01:34.626Z] 85d1d0533089: Layer already exists [2020-09-24T19:01:34.626Z] fea0573713e1: Layer already exists [2020-09-24T19:01:34.626Z] ad9166ef5e8b: Layer already exists [2020-09-24T19:01:34.626Z] ae19d7b7dc10: Layer already exists [2020-09-24T19:01:34.626Z] 1b3ee35aacca: Layer already exists [2020-09-24T19:01:34.626Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:879f880082d1ef898a5bcc0d4bcf2a079cc23c3ff9bef057c7f374f1c8baaaca size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:34.849Z] Removing intermediate container 3c6198f41995 [2020-09-24T19:01:34.849Z] ---> 68d4a8f0ae45 [2020-09-24T19:01:34.849Z] Step 5/20 : RUN apk update && apk add make git [2020-09-24T19:01:34.849Z] Removing intermediate container 4958647ca7dd [2020-09-24T19:01:34.849Z] ---> fa0460e4a4d9 [2020-09-24T19:01:34.849Z] Step 5/21 : RUN apk update && apk add make git [2020-09-24T19:01:34.849Z] ---> Running in 89219a6c7597 [2020-09-24T19:01:34.927Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:35.123Z] ---> Running in cba0c277084a [2020-09-24T19:01:35.123Z] Removing intermediate container fd4d5231b6a7 [2020-09-24T19:01:35.123Z] ---> 7f979bb68ab8 [2020-09-24T19:01:35.123Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-24T19:01:35.123Z] Removing intermediate container 2f97052c751c [2020-09-24T19:01:35.123Z] ---> 8ff0d2f04b07 [2020-09-24T19:01:35.123Z] Step 5/22 : RUN apk update && apk add make git [2020-09-24T19:01:35.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-24T19:01:35.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-24T19:01:35.224Z] 08b654debfa3: Preparing [2020-09-24T19:01:35.224Z] 2a56503bb8d5: Preparing [2020-09-24T19:01:35.224Z] e5742598e3ed: Preparing [2020-09-24T19:01:35.224Z] c88695f05ecf: Preparing [2020-09-24T19:01:35.224Z] 682c17f2dda6: Preparing [2020-09-24T19:01:35.224Z] 6f75b1fcd727: Preparing [2020-09-24T19:01:35.224Z] 85d1d0533089: Preparing [2020-09-24T19:01:35.224Z] fea0573713e1: Preparing [2020-09-24T19:01:35.224Z] ae19d7b7dc10: Preparing [2020-09-24T19:01:35.224Z] ad9166ef5e8b: Preparing [2020-09-24T19:01:35.224Z] 1b3ee35aacca: Preparing [2020-09-24T19:01:35.224Z] 6f75b1fcd727: Waiting [2020-09-24T19:01:35.224Z] 85d1d0533089: Waiting [2020-09-24T19:01:35.224Z] fea0573713e1: Waiting [2020-09-24T19:01:35.224Z] ae19d7b7dc10: Waiting [2020-09-24T19:01:35.224Z] ad9166ef5e8b: Waiting [2020-09-24T19:01:35.224Z] 1b3ee35aacca: Waiting [2020-09-24T19:01:35.224Z] e5742598e3ed: Layer already exists [2020-09-24T19:01:35.224Z] c88695f05ecf: Layer already exists [2020-09-24T19:01:35.224Z] 08b654debfa3: Layer already exists [2020-09-24T19:01:35.224Z] 2a56503bb8d5: Layer already exists [2020-09-24T19:01:35.224Z] 682c17f2dda6: Layer already exists [2020-09-24T19:01:35.224Z] 85d1d0533089: Layer already exists [2020-09-24T19:01:35.224Z] ae19d7b7dc10: Layer already exists [2020-09-24T19:01:35.224Z] fea0573713e1: Layer already exists [2020-09-24T19:01:35.225Z] 6f75b1fcd727: Layer already exists [2020-09-24T19:01:35.225Z] ad9166ef5e8b: Layer already exists [2020-09-24T19:01:35.225Z] 1b3ee35aacca: Layer already exists [2020-09-24T19:01:35.225Z] master: digest: sha256:879f880082d1ef898a5bcc0d4bcf2a079cc23c3ff9bef057c7f374f1c8baaaca size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-09-24T19:01:35.399Z] ---> Running in 41aa6387a044 [2020-09-24T19:01:35.399Z] ---> Running in 028548b416bd [Pipeline] echo [2020-09-24T19:01:35.423Z] ===================================================== [Pipeline] echo [2020-09-24T19:01:35.521Z] taggedImages: [2020-09-24T19:01:35.521Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:35.521Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.31 [2020-09-24T19:01:35.521Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:35.521Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-24T19:01:35.599Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-24T19:01:35.599Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:35.599Z] 1.2.2-dev.31 [2020-09-24T19:01:35.599Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:35.599Z] master [2020-09-24T19:01:35.599Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:36.087Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:36.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:36.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-24T19:01:36.383Z] 6fe045f790ff: Preparing [2020-09-24T19:01:36.383Z] f827922b21e4: Preparing [2020-09-24T19:01:36.383Z] 3d68484f2237: Preparing [2020-09-24T19:01:36.383Z] 8adbf8e5a301: Preparing [2020-09-24T19:01:36.383Z] 3d68484f2237: Pushed [2020-09-24T19:01:36.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:36.644Z] 6fe045f790ff: Pushed [2020-09-24T19:01:36.645Z] 8adbf8e5a301: Pushed [2020-09-24T19:01:37.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:37.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:37.592Z] f827922b21e4: Pushed [2020-09-24T19:01:37.592Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:84e48b9b40e409f526f673671c9bd0ecd43c20662217aaa35b79c5b6bf112fa0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:37.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:37.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:37.897Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:37.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:38.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.31 [2020-09-24T19:01:38.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-24T19:01:38.194Z] 6fe045f790ff: Preparing [2020-09-24T19:01:38.194Z] f827922b21e4: Preparing [2020-09-24T19:01:38.194Z] 3d68484f2237: Preparing [2020-09-24T19:01:38.194Z] 8adbf8e5a301: Preparing [2020-09-24T19:01:38.194Z] 6fe045f790ff: Layer already exists [2020-09-24T19:01:38.194Z] 8adbf8e5a301: Layer already exists [2020-09-24T19:01:38.194Z] f827922b21e4: Layer already exists [2020-09-24T19:01:38.194Z] 3d68484f2237: Layer already exists [2020-09-24T19:01:38.194Z] 1.2.2-dev.31: digest: sha256:84e48b9b40e409f526f673671c9bd0ecd43c20662217aaa35b79c5b6bf112fa0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:38.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:38.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:38.495Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:38.759Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:01:38.759Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:01:38.759Z] OK: 12622 distinct packages available [2020-09-24T19:01:38.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:38.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:01:38.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:38.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-24T19:01:38.790Z] 6fe045f790ff: Preparing [2020-09-24T19:01:38.790Z] f827922b21e4: Preparing [2020-09-24T19:01:38.790Z] 3d68484f2237: Preparing [2020-09-24T19:01:38.790Z] 8adbf8e5a301: Preparing [2020-09-24T19:01:38.790Z] f827922b21e4: Layer already exists [2020-09-24T19:01:38.790Z] 8adbf8e5a301: Layer already exists [2020-09-24T19:01:38.790Z] 3d68484f2237: Layer already exists [2020-09-24T19:01:38.790Z] 6fe045f790ff: Layer already exists [2020-09-24T19:01:38.790Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:84e48b9b40e409f526f673671c9bd0ecd43c20662217aaa35b79c5b6bf112fa0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:39.098Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:39.353Z] OK: 217 MiB in 51 packages [2020-09-24T19:01:39.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-24T19:01:39.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-24T19:01:39.394Z] 6fe045f790ff: Preparing [2020-09-24T19:01:39.394Z] f827922b21e4: Preparing [2020-09-24T19:01:39.394Z] 3d68484f2237: Preparing [2020-09-24T19:01:39.394Z] 8adbf8e5a301: Preparing [2020-09-24T19:01:39.394Z] 8adbf8e5a301: Layer already exists [2020-09-24T19:01:39.394Z] f827922b21e4: Layer already exists [2020-09-24T19:01:39.394Z] 6fe045f790ff: Layer already exists [2020-09-24T19:01:39.394Z] 3d68484f2237: Layer already exists [2020-09-24T19:01:39.394Z] master: digest: sha256:84e48b9b40e409f526f673671c9bd0ecd43c20662217aaa35b79c5b6bf112fa0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:39.600Z] ===================================================== [2020-09-24T19:01:39.632Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:01:39.632Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:01:39.632Z] OK: 12622 distinct packages available [Pipeline] echo [2020-09-24T19:01:39.649Z] taggedImages: [2020-09-24T19:01:39.649Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:39.649Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.31 [2020-09-24T19:01:39.649Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:39.649Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-24T19:01:39.713Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-24T19:01:39.713Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:39.713Z] 1.2.2-dev.31 [2020-09-24T19:01:39.713Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:39.713Z] master [2020-09-24T19:01:39.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-09-24T19:01:39.914Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:01:39.914Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:01:39.914Z] OK: 12622 distinct packages available [2020-09-24T19:01:39.914Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:01:39.914Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:01:39.914Z] OK: 12622 distinct packages available [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:40.198Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:40.227Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:01:40.227Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:01:40.227Z] OK: 12622 distinct packages available [2020-09-24T19:01:40.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:40.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-24T19:01:40.492Z] ac111c92df63: Preparing [2020-09-24T19:01:40.492Z] 7b546d760a06: Preparing [2020-09-24T19:01:40.492Z] 92973ced053c: Preparing [2020-09-24T19:01:40.492Z] e61e925cb925: Preparing [2020-09-24T19:01:40.492Z] bf3efb1a597a: Preparing [2020-09-24T19:01:40.492Z] 1f1ae6c6c2ea: Preparing [2020-09-24T19:01:40.492Z] 1f1ae6c6c2ea: Waiting [2020-09-24T19:01:40.492Z] ac111c92df63: Pushed [2020-09-24T19:01:40.492Z] 92973ced053c: Pushed [2020-09-24T19:01:40.502Z] OK: 217 MiB in 51 packages [2020-09-24T19:01:40.754Z] e61e925cb925: Pushed [2020-09-24T19:01:40.754Z] bf3efb1a597a: Pushed [2020-09-24T19:01:40.754Z] 1f1ae6c6c2ea: Pushed [2020-09-24T19:01:40.781Z] OK: 217 MiB in 51 packages [2020-09-24T19:01:41.062Z] OK: 217 MiB in 51 packages [2020-09-24T19:01:41.062Z] OK: 217 MiB in 51 packages [2020-09-24T19:01:41.346Z] Removing intermediate container 30ece8d17b5f [2020-09-24T19:01:41.346Z] ---> ffee3267f178 [2020-09-24T19:01:41.346Z] Step 6/23 : COPY go.mod . [2020-09-24T19:01:41.693Z] 7b546d760a06: Pushed [2020-09-24T19:01:41.955Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:7867e24c3065bf97074d0ab418f2dd3e08d34ec86c7f115809a8ab4a276563e4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:42.256Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:42.336Z] Removing intermediate container 89219a6c7597 [2020-09-24T19:01:42.336Z] ---> 15d69e2d9064 [2020-09-24T19:01:42.336Z] Step 6/20 : COPY go.mod . [2020-09-24T19:01:42.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.31 [2020-09-24T19:01:42.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-24T19:01:42.556Z] ac111c92df63: Preparing [2020-09-24T19:01:42.556Z] 7b546d760a06: Preparing [2020-09-24T19:01:42.556Z] 92973ced053c: Preparing [2020-09-24T19:01:42.556Z] e61e925cb925: Preparing [2020-09-24T19:01:42.556Z] bf3efb1a597a: Preparing [2020-09-24T19:01:42.556Z] 1f1ae6c6c2ea: Preparing [2020-09-24T19:01:42.556Z] 1f1ae6c6c2ea: Waiting [2020-09-24T19:01:42.556Z] e61e925cb925: Layer already exists [2020-09-24T19:01:42.556Z] 7b546d760a06: Layer already exists [2020-09-24T19:01:42.556Z] ac111c92df63: Layer already exists [2020-09-24T19:01:42.556Z] 92973ced053c: Layer already exists [2020-09-24T19:01:42.556Z] bf3efb1a597a: Layer already exists [2020-09-24T19:01:42.556Z] 1f1ae6c6c2ea: Layer already exists [2020-09-24T19:01:42.556Z] 1.2.2-dev.31: digest: sha256:7867e24c3065bf97074d0ab418f2dd3e08d34ec86c7f115809a8ab4a276563e4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:42.613Z] Removing intermediate container cba0c277084a [2020-09-24T19:01:42.613Z] ---> 5381ed352663 [2020-09-24T19:01:42.613Z] Step 6/21 : COPY go.mod . [2020-09-24T19:01:42.613Z] ---> 981f6125c886 [2020-09-24T19:01:42.613Z] Step 7/23 : RUN go mod download [2020-09-24T19:01:42.858Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:42.890Z] Removing intermediate container 41aa6387a044 [2020-09-24T19:01:42.890Z] ---> f4701338a1fd [2020-09-24T19:01:42.890Z] Step 6/22 : COPY go.mod . [2020-09-24T19:01:42.890Z] ---> Running in c7356c845d33 [2020-09-24T19:01:43.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:43.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-24T19:01:43.158Z] ac111c92df63: Preparing [2020-09-24T19:01:43.158Z] 7b546d760a06: Preparing [2020-09-24T19:01:43.158Z] 92973ced053c: Preparing [2020-09-24T19:01:43.158Z] e61e925cb925: Preparing [2020-09-24T19:01:43.158Z] bf3efb1a597a: Preparing [2020-09-24T19:01:43.158Z] 1f1ae6c6c2ea: Preparing [2020-09-24T19:01:43.158Z] 1f1ae6c6c2ea: Waiting [2020-09-24T19:01:43.158Z] bf3efb1a597a: Layer already exists [2020-09-24T19:01:43.158Z] 92973ced053c: Layer already exists [2020-09-24T19:01:43.158Z] 7b546d760a06: Layer already exists [2020-09-24T19:01:43.158Z] ac111c92df63: Layer already exists [2020-09-24T19:01:43.158Z] e61e925cb925: Layer already exists [2020-09-24T19:01:43.158Z] 1f1ae6c6c2ea: Layer already exists [2020-09-24T19:01:43.158Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:7867e24c3065bf97074d0ab418f2dd3e08d34ec86c7f115809a8ab4a276563e4 size: 1573 [2020-09-24T19:01:43.169Z] Removing intermediate container 028548b416bd [2020-09-24T19:01:43.169Z] ---> 2bdd6d92e58f [2020-09-24T19:01:43.169Z] Step 6/24 : COPY go.mod . [2020-09-24T19:01:43.169Z] ---> 326b5e625e92 [2020-09-24T19:01:43.169Z] Step 7/20 : RUN go mod download [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:43.442Z] ---> Running in a3e4ea7e4475 [2020-09-24T19:01:43.442Z] ---> 927c53942056 [2020-09-24T19:01:43.442Z] Step 7/21 : RUN go mod download [2020-09-24T19:01:43.461Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:43.718Z] ---> Running in 57a58f549072 [2020-09-24T19:01:43.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-24T19:01:43.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-24T19:01:43.761Z] ac111c92df63: Preparing [2020-09-24T19:01:43.761Z] 7b546d760a06: Preparing [2020-09-24T19:01:43.761Z] 92973ced053c: Preparing [2020-09-24T19:01:43.761Z] e61e925cb925: Preparing [2020-09-24T19:01:43.761Z] bf3efb1a597a: Preparing [2020-09-24T19:01:43.761Z] 1f1ae6c6c2ea: Preparing [2020-09-24T19:01:43.761Z] 1f1ae6c6c2ea: Waiting [2020-09-24T19:01:43.761Z] bf3efb1a597a: Layer already exists [2020-09-24T19:01:43.761Z] ac111c92df63: Layer already exists [2020-09-24T19:01:43.761Z] 92973ced053c: Layer already exists [2020-09-24T19:01:43.761Z] 7b546d760a06: Layer already exists [2020-09-24T19:01:43.761Z] e61e925cb925: Layer already exists [2020-09-24T19:01:43.761Z] 1f1ae6c6c2ea: Layer already exists [2020-09-24T19:01:43.761Z] master: digest: sha256:7867e24c3065bf97074d0ab418f2dd3e08d34ec86c7f115809a8ab4a276563e4 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:43.951Z] ===================================================== [2020-09-24T19:01:43.989Z] ---> d039fbc5fcc9 [2020-09-24T19:01:43.990Z] Step 7/22 : RUN go mod download [Pipeline] echo [2020-09-24T19:01:44.002Z] taggedImages: [2020-09-24T19:01:44.002Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:44.002Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.31 [2020-09-24T19:01:44.002Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:44.002Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-24T19:01:44.080Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-24T19:01:44.080Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:44.080Z] 1.2.2-dev.31 [2020-09-24T19:01:44.080Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:44.080Z] master [2020-09-24T19:01:44.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-09-24T19:01:44.277Z] ---> Running in fdc94be4789b [2020-09-24T19:01:44.277Z] ---> 92aaafdcb70c [2020-09-24T19:01:44.277Z] Step 7/24 : RUN go mod download [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:44.557Z] ---> Running in 48b43ea2eb93 [2020-09-24T19:01:44.611Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:44.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:44.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-24T19:01:44.910Z] 1be65ff6daa5: Preparing [2020-09-24T19:01:44.910Z] 9dd0d3dd75f6: Preparing [2020-09-24T19:01:44.910Z] 0f71e40758ab: Preparing [2020-09-24T19:01:44.910Z] 0f71e40758ab: Pushed [2020-09-24T19:01:44.910Z] 1be65ff6daa5: Pushed [2020-09-24T19:01:46.300Z] 9dd0d3dd75f6: Pushed [2020-09-24T19:01:46.300Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:2f2106786c4a1896562eecf59963e43ddd82ba3f2327adf3524b9099699425e4 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:46.607Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:46.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.31 [2020-09-24T19:01:46.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-24T19:01:46.906Z] 1be65ff6daa5: Preparing [2020-09-24T19:01:46.906Z] 9dd0d3dd75f6: Preparing [2020-09-24T19:01:46.906Z] 0f71e40758ab: Preparing [2020-09-24T19:01:46.906Z] 0f71e40758ab: Layer already exists [2020-09-24T19:01:46.906Z] 9dd0d3dd75f6: Layer already exists [2020-09-24T19:01:46.906Z] 1be65ff6daa5: Layer already exists [2020-09-24T19:01:46.906Z] 1.2.2-dev.31: digest: sha256:2f2106786c4a1896562eecf59963e43ddd82ba3f2327adf3524b9099699425e4 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:47.206Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:47.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:47.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-24T19:01:47.501Z] 1be65ff6daa5: Preparing [2020-09-24T19:01:47.501Z] 9dd0d3dd75f6: Preparing [2020-09-24T19:01:47.501Z] 0f71e40758ab: Preparing [2020-09-24T19:01:47.501Z] 9dd0d3dd75f6: Layer already exists [2020-09-24T19:01:47.501Z] 1be65ff6daa5: Layer already exists [2020-09-24T19:01:47.501Z] 0f71e40758ab: Layer already exists [2020-09-24T19:01:47.501Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:2f2106786c4a1896562eecf59963e43ddd82ba3f2327adf3524b9099699425e4 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:47.861Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:47.991Z] Removing intermediate container c7356c845d33 [2020-09-24T19:01:47.991Z] ---> 5eeaf0b7d06e [2020-09-24T19:01:47.991Z] Step 8/23 : COPY . . [2020-09-24T19:01:47.991Z] Removing intermediate container a3e4ea7e4475 [2020-09-24T19:01:47.991Z] ---> bfad7d0ba8a0 [2020-09-24T19:01:47.991Z] Step 8/20 : COPY . . [2020-09-24T19:01:48.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-24T19:01:48.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-24T19:01:48.236Z] 1be65ff6daa5: Preparing [2020-09-24T19:01:48.236Z] 9dd0d3dd75f6: Preparing [2020-09-24T19:01:48.236Z] 0f71e40758ab: Preparing [2020-09-24T19:01:48.236Z] 0f71e40758ab: Layer already exists [2020-09-24T19:01:48.236Z] 9dd0d3dd75f6: Layer already exists [2020-09-24T19:01:48.236Z] 1be65ff6daa5: Layer already exists [2020-09-24T19:01:48.236Z] master: digest: sha256:2f2106786c4a1896562eecf59963e43ddd82ba3f2327adf3524b9099699425e4 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:01:48.422Z] ===================================================== [Pipeline] echo [2020-09-24T19:01:48.470Z] taggedImages: [2020-09-24T19:01:48.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:48.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.31 [2020-09-24T19:01:48.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:48.470Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-24T19:01:48.531Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-24T19:01:48.531Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:48.531Z] 1.2.2-dev.31 [2020-09-24T19:01:48.531Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:01:48.531Z] master [2020-09-24T19:01:48.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:48.984Z] Removing intermediate container 57a58f549072 [2020-09-24T19:01:48.984Z] ---> 7c13c78197fa [2020-09-24T19:01:48.984Z] Step 8/21 : COPY . . [2020-09-24T19:01:49.032Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:49.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:01:49.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-24T19:01:49.328Z] 69197fdaac15: Preparing [2020-09-24T19:01:49.328Z] 583eacf69080: Preparing [2020-09-24T19:01:49.328Z] 40380a93365f: Preparing [2020-09-24T19:01:49.328Z] c6d1e9ed0dc2: Preparing [2020-09-24T19:01:49.328Z] 7f63a038f212: Preparing [2020-09-24T19:01:49.328Z] 9f452508abc6: Preparing [2020-09-24T19:01:49.328Z] a68068b302c2: Preparing [2020-09-24T19:01:49.328Z] 527eef706b20: Preparing [2020-09-24T19:01:49.328Z] 224742e9e948: Preparing [2020-09-24T19:01:49.328Z] 5391e5290f13: Preparing [2020-09-24T19:01:49.328Z] 13baed61c795: Preparing [2020-09-24T19:01:49.328Z] 51d6d3d09136: Preparing [2020-09-24T19:01:49.328Z] 1507bc794612: Preparing [2020-09-24T19:01:49.328Z] 50644c29ef5a: Preparing [2020-09-24T19:01:49.328Z] a68068b302c2: Waiting [2020-09-24T19:01:49.328Z] 527eef706b20: Waiting [2020-09-24T19:01:49.328Z] 224742e9e948: Waiting [2020-09-24T19:01:49.328Z] 5391e5290f13: Waiting [2020-09-24T19:01:49.328Z] 13baed61c795: Waiting [2020-09-24T19:01:49.328Z] 51d6d3d09136: Waiting [2020-09-24T19:01:49.328Z] 1507bc794612: Waiting [2020-09-24T19:01:49.328Z] 50644c29ef5a: Waiting [2020-09-24T19:01:49.328Z] 9f452508abc6: Waiting [2020-09-24T19:01:49.595Z] 7f63a038f212: Pushed [2020-09-24T19:01:49.595Z] 69197fdaac15: Pushed [2020-09-24T19:01:49.685Z] Removing intermediate container fdc94be4789b [2020-09-24T19:01:49.685Z] ---> f517d818da0e [2020-09-24T19:01:49.685Z] Step 8/22 : COPY . . [2020-09-24T19:01:49.856Z] c6d1e9ed0dc2: Pushed [2020-09-24T19:01:49.857Z] 527eef706b20: Layer already exists [2020-09-24T19:01:49.857Z] 224742e9e948: Layer already exists [2020-09-24T19:01:49.857Z] 5391e5290f13: Layer already exists [2020-09-24T19:01:49.857Z] a68068b302c2: Pushed [2020-09-24T19:01:49.857Z] 51d6d3d09136: Layer already exists [2020-09-24T19:01:49.857Z] 13baed61c795: Layer already exists [2020-09-24T19:01:49.960Z] Removing intermediate container 48b43ea2eb93 [2020-09-24T19:01:49.960Z] ---> 1d02e8cc22bf [2020-09-24T19:01:49.960Z] Step 8/24 : COPY . . [2020-09-24T19:01:50.122Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:50.123Z] 1507bc794612: Layer already exists [2020-09-24T19:01:50.695Z] 9f452508abc6: Pushed [2020-09-24T19:01:50.962Z] 583eacf69080: Pushed [2020-09-24T19:01:59.132Z] 40380a93365f: Pushed [2020-09-24T19:01:59.132Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:c086f459420dab82017bfa6848f2fb23e517ae2db90501597ad19d639b696582 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:59.462Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:01:59.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.31 [2020-09-24T19:01:59.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-24T19:01:59.761Z] 69197fdaac15: Preparing [2020-09-24T19:01:59.761Z] 583eacf69080: Preparing [2020-09-24T19:01:59.761Z] 40380a93365f: Preparing [2020-09-24T19:01:59.761Z] c6d1e9ed0dc2: Preparing [2020-09-24T19:01:59.761Z] 7f63a038f212: Preparing [2020-09-24T19:01:59.761Z] 9f452508abc6: Preparing [2020-09-24T19:01:59.761Z] a68068b302c2: Preparing [2020-09-24T19:01:59.761Z] 527eef706b20: Preparing [2020-09-24T19:01:59.761Z] 224742e9e948: Preparing [2020-09-24T19:01:59.761Z] 5391e5290f13: Preparing [2020-09-24T19:01:59.761Z] 13baed61c795: Preparing [2020-09-24T19:01:59.761Z] 51d6d3d09136: Preparing [2020-09-24T19:01:59.761Z] 1507bc794612: Preparing [2020-09-24T19:01:59.761Z] 50644c29ef5a: Preparing [2020-09-24T19:01:59.761Z] 527eef706b20: Waiting [2020-09-24T19:01:59.761Z] 224742e9e948: Waiting [2020-09-24T19:01:59.761Z] 5391e5290f13: Waiting [2020-09-24T19:01:59.761Z] 13baed61c795: Waiting [2020-09-24T19:01:59.761Z] 51d6d3d09136: Waiting [2020-09-24T19:01:59.761Z] 1507bc794612: Waiting [2020-09-24T19:01:59.761Z] 50644c29ef5a: Waiting [2020-09-24T19:01:59.761Z] 9f452508abc6: Waiting [2020-09-24T19:01:59.761Z] a68068b302c2: Waiting [2020-09-24T19:01:59.761Z] c6d1e9ed0dc2: Layer already exists [2020-09-24T19:01:59.761Z] 583eacf69080: Layer already exists [2020-09-24T19:01:59.761Z] 69197fdaac15: Layer already exists [2020-09-24T19:01:59.761Z] 40380a93365f: Layer already exists [2020-09-24T19:01:59.761Z] 7f63a038f212: Layer already exists [2020-09-24T19:01:59.761Z] a68068b302c2: Layer already exists [2020-09-24T19:01:59.761Z] 527eef706b20: Layer already exists [2020-09-24T19:01:59.761Z] 9f452508abc6: Layer already exists [2020-09-24T19:01:59.761Z] 224742e9e948: Layer already exists [2020-09-24T19:01:59.761Z] 5391e5290f13: Layer already exists [2020-09-24T19:01:59.761Z] 13baed61c795: Layer already exists [2020-09-24T19:01:59.761Z] 1507bc794612: Layer already exists [2020-09-24T19:01:59.761Z] 50644c29ef5a: Layer already exists [2020-09-24T19:01:59.761Z] 51d6d3d09136: Layer already exists [2020-09-24T19:01:59.761Z] 1.2.2-dev.31: digest: sha256:c086f459420dab82017bfa6848f2fb23e517ae2db90501597ad19d639b696582 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:02:00.061Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:02:00.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:02:00.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-24T19:02:00.354Z] 69197fdaac15: Preparing [2020-09-24T19:02:00.354Z] 583eacf69080: Preparing [2020-09-24T19:02:00.354Z] 40380a93365f: Preparing [2020-09-24T19:02:00.354Z] c6d1e9ed0dc2: Preparing [2020-09-24T19:02:00.354Z] 7f63a038f212: Preparing [2020-09-24T19:02:00.354Z] 9f452508abc6: Preparing [2020-09-24T19:02:00.354Z] a68068b302c2: Preparing [2020-09-24T19:02:00.354Z] 527eef706b20: Preparing [2020-09-24T19:02:00.354Z] 224742e9e948: Preparing [2020-09-24T19:02:00.354Z] 5391e5290f13: Preparing [2020-09-24T19:02:00.354Z] 13baed61c795: Preparing [2020-09-24T19:02:00.354Z] 51d6d3d09136: Preparing [2020-09-24T19:02:00.354Z] 1507bc794612: Preparing [2020-09-24T19:02:00.354Z] 50644c29ef5a: Preparing [2020-09-24T19:02:00.354Z] a68068b302c2: Waiting [2020-09-24T19:02:00.354Z] 527eef706b20: Waiting [2020-09-24T19:02:00.354Z] 224742e9e948: Waiting [2020-09-24T19:02:00.354Z] 5391e5290f13: Waiting [2020-09-24T19:02:00.354Z] 13baed61c795: Waiting [2020-09-24T19:02:00.354Z] 51d6d3d09136: Waiting [2020-09-24T19:02:00.354Z] 1507bc794612: Waiting [2020-09-24T19:02:00.354Z] 50644c29ef5a: Waiting [2020-09-24T19:02:00.354Z] 9f452508abc6: Waiting [2020-09-24T19:02:00.354Z] 583eacf69080: Layer already exists [2020-09-24T19:02:00.354Z] 69197fdaac15: Layer already exists [2020-09-24T19:02:00.354Z] 7f63a038f212: Layer already exists [2020-09-24T19:02:00.354Z] c6d1e9ed0dc2: Layer already exists [2020-09-24T19:02:00.354Z] 40380a93365f: Layer already exists [2020-09-24T19:02:00.354Z] 9f452508abc6: Layer already exists [2020-09-24T19:02:00.354Z] 527eef706b20: Layer already exists [2020-09-24T19:02:00.354Z] a68068b302c2: Layer already exists [2020-09-24T19:02:00.354Z] 224742e9e948: Layer already exists [2020-09-24T19:02:00.354Z] 5391e5290f13: Layer already exists [2020-09-24T19:02:00.354Z] 13baed61c795: Layer already exists [2020-09-24T19:02:00.354Z] 1507bc794612: Layer already exists [2020-09-24T19:02:00.354Z] 51d6d3d09136: Layer already exists [2020-09-24T19:02:00.354Z] 50644c29ef5a: Layer already exists [2020-09-24T19:02:00.354Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:c086f459420dab82017bfa6848f2fb23e517ae2db90501597ad19d639b696582 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:02:00.651Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:02:00.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-24T19:02:00.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-24T19:02:00.945Z] 69197fdaac15: Preparing [2020-09-24T19:02:00.945Z] 583eacf69080: Preparing [2020-09-24T19:02:00.945Z] 40380a93365f: Preparing [2020-09-24T19:02:00.945Z] c6d1e9ed0dc2: Preparing [2020-09-24T19:02:00.945Z] 7f63a038f212: Preparing [2020-09-24T19:02:00.945Z] 9f452508abc6: Preparing [2020-09-24T19:02:00.945Z] a68068b302c2: Preparing [2020-09-24T19:02:00.945Z] 527eef706b20: Preparing [2020-09-24T19:02:00.945Z] 224742e9e948: Preparing [2020-09-24T19:02:00.945Z] 5391e5290f13: Preparing [2020-09-24T19:02:00.945Z] 13baed61c795: Preparing [2020-09-24T19:02:00.945Z] 51d6d3d09136: Preparing [2020-09-24T19:02:00.945Z] 1507bc794612: Preparing [2020-09-24T19:02:00.945Z] 50644c29ef5a: Preparing [2020-09-24T19:02:00.945Z] 9f452508abc6: Waiting [2020-09-24T19:02:00.945Z] a68068b302c2: Waiting [2020-09-24T19:02:00.945Z] 527eef706b20: Waiting [2020-09-24T19:02:00.945Z] 224742e9e948: Waiting [2020-09-24T19:02:00.945Z] 5391e5290f13: Waiting [2020-09-24T19:02:00.945Z] 13baed61c795: Waiting [2020-09-24T19:02:00.945Z] 51d6d3d09136: Waiting [2020-09-24T19:02:00.945Z] 1507bc794612: Waiting [2020-09-24T19:02:00.945Z] 50644c29ef5a: Waiting [2020-09-24T19:02:00.945Z] c6d1e9ed0dc2: Layer already exists [2020-09-24T19:02:00.945Z] 40380a93365f: Layer already exists [2020-09-24T19:02:00.945Z] 7f63a038f212: Layer already exists [2020-09-24T19:02:00.945Z] 583eacf69080: Layer already exists [2020-09-24T19:02:00.945Z] 69197fdaac15: Layer already exists [2020-09-24T19:02:00.945Z] a68068b302c2: Layer already exists [2020-09-24T19:02:00.945Z] 224742e9e948: Layer already exists [2020-09-24T19:02:00.945Z] 9f452508abc6: Layer already exists [2020-09-24T19:02:00.945Z] 527eef706b20: Layer already exists [2020-09-24T19:02:00.945Z] 5391e5290f13: Layer already exists [2020-09-24T19:02:00.945Z] 13baed61c795: Layer already exists [2020-09-24T19:02:00.945Z] 50644c29ef5a: Layer already exists [2020-09-24T19:02:00.945Z] 1507bc794612: Layer already exists [2020-09-24T19:02:00.945Z] 51d6d3d09136: Layer already exists [2020-09-24T19:02:00.945Z] master: digest: sha256:c086f459420dab82017bfa6848f2fb23e517ae2db90501597ad19d639b696582 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:02:01.116Z] ===================================================== [Pipeline] echo [2020-09-24T19:02:01.163Z] taggedImages: [2020-09-24T19:02:01.163Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:02:01.163Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.31 [2020-09-24T19:02:01.163Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:02:01.163Z] - 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-09-24T19:02:12.242Z] ---> 66d4cbc66923 [2020-09-24T19:02:12.242Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-24T19:02:12.242Z] ---> 2765dc35e32f [2020-09-24T19:02:12.242Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-24T19:02:12.242Z] ---> c439badd75fc [2020-09-24T19:02:12.242Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-24T19:02:12.242Z] ---> Running in ec4231dcb228 [2020-09-24T19:02:12.242Z] ---> 91cd5b65bc67 [2020-09-24T19:02:12.242Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-24T19:02:12.242Z] ---> 8b3adb011d57 [2020-09-24T19:02:12.242Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-24T19:02:12.242Z] ---> Running in e9680660a50e [2020-09-24T19:02:12.242Z] ---> Running in fd174d300660 [2020-09-24T19:02:12.242Z] ---> Running in f555e5ba3f64 [2020-09-24T19:02:12.242Z] ---> Running in 953be849351e [2020-09-24T19:02:14.257Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/core-data/core-data ./cmd/core-data [2020-09-24T19:02:14.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-24T19:02:14.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-24T19:02:14.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-24T19:02:14.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-24T19:03:51.712Z] Removing intermediate container f555e5ba3f64 [2020-09-24T19:03:51.712Z] ---> 3747af9c4a26 [2020-09-24T19:03:51.712Z] [2020-09-24T19:03:51.712Z] Step 10/20 : FROM alpine [2020-09-24T19:03:51.712Z] latest: Pulling from library/alpine [2020-09-24T19:03:51.712Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-24T19:03:51.712Z] Status: Downloaded newer image for alpine:latest [2020-09-24T19:03:51.712Z] ---> 62ee0e9f8440 [2020-09-24T19:03:51.712Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-24T19:03:51.712Z] ---> Running in 15474bf7ec36 [2020-09-24T19:03:51.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:03:51.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:03:51.712Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:03:51.712Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:03:51.712Z] OK: 12620 distinct packages available [2020-09-24T19:03:51.712Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-24T19:03:51.712Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T19:03:51.712Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-24T19:03:51.712Z] (4/4) Installing curl (7.69.1-r1) [2020-09-24T19:03:51.712Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T19:03:51.712Z] Executing ca-certificates-20191127-r4.trigger [2020-09-24T19:03:51.712Z] OK: 7 MiB in 18 packages [2020-09-24T19:03:51.712Z] Removing intermediate container 15474bf7ec36 [2020-09-24T19:03:51.712Z] ---> 9c38ec56a5e4 [2020-09-24T19:03:51.712Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-24T19:03:51.712Z] ---> Running in ab9ed7d51f78 [2020-09-24T19:03:51.712Z] Removing intermediate container ab9ed7d51f78 [2020-09-24T19:03:51.712Z] ---> 8768371cf6fb [2020-09-24T19:03:51.712Z] Step 13/20 : WORKDIR /edgex [2020-09-24T19:03:51.712Z] ---> Running in 2194952cfa50 [2020-09-24T19:03:51.712Z] Removing intermediate container 2194952cfa50 [2020-09-24T19:03:51.712Z] ---> 9ce8b30d756e [2020-09-24T19:03:51.712Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-24T19:03:51.712Z] ---> f7c20664552f [2020-09-24T19:03:51.712Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-24T19:03:51.712Z] ---> 95ca61627da0 [2020-09-24T19:03:51.712Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-24T19:03:51.995Z] ---> Running in e3fa829ef077 [2020-09-24T19:03:52.605Z] Removing intermediate container e3fa829ef077 [2020-09-24T19:03:52.605Z] ---> 33ad54ffea17 [2020-09-24T19:03:52.605Z] Step 17/20 : CMD ["--init=true"] [2020-09-24T19:03:52.898Z] ---> Running in 15e990992b0c [2020-09-24T19:03:53.515Z] Removing intermediate container 15e990992b0c [2020-09-24T19:03:53.515Z] ---> 792aa72f8da5 [2020-09-24T19:03:53.515Z] Step 18/20 : LABEL arch=arm64 [2020-09-24T19:03:53.515Z] ---> Running in 4f574108654e [2020-09-24T19:03:54.151Z] Removing intermediate container 4f574108654e [2020-09-24T19:03:54.151Z] ---> 515727492862 [2020-09-24T19:03:54.151Z] Step 19/20 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:03:54.432Z] ---> Running in 91aca86ae218 [2020-09-24T19:03:55.046Z] Removing intermediate container 91aca86ae218 [2020-09-24T19:03:55.046Z] ---> 78dc81375e7a [2020-09-24T19:03:55.046Z] Step 20/20 : LABEL version=1.2.2-dev.31 [2020-09-24T19:03:55.332Z] ---> Running in 2a4ab0ec0a5e [2020-09-24T19:03:55.937Z] Removing intermediate container 2a4ab0ec0a5e [2020-09-24T19:03:55.937Z] ---> f1c181afe184 [2020-09-24T19:03:55.937Z] [2020-09-24T19:03:56.549Z] Successfully built f1c181afe184 [2020-09-24T19:03:56.549Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-24T19:03:56.549Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-09-24T19:04:14.912Z] Removing intermediate container 953be849351e [2020-09-24T19:04:14.912Z] ---> 01350ce68e5a [2020-09-24T19:04:14.912Z] [2020-09-24T19:04:14.912Z] Step 10/21 : FROM scratch [2020-09-24T19:04:14.912Z] ---> [2020-09-24T19:04:14.912Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T19:04:14.912Z] Removing intermediate container e9680660a50e [2020-09-24T19:04:14.912Z] ---> 4661071dde31 [2020-09-24T19:04:14.912Z] [2020-09-24T19:04:14.912Z] Step 10/24 : FROM scratch [2020-09-24T19:04:14.912Z] ---> [2020-09-24T19:04:14.912Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-24T19:04:15.193Z] ---> Running in 546051e3462d [2020-09-24T19:04:16.644Z] ---> Running in add00febb08a [2020-09-24T19:04:16.644Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:04:16.644Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:04:16.644Z] ---> 518325a5e837 [2020-09-24T19:04:16.644Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T19:04:16.644Z] ---> Using cache [2020-09-24T19:04:16.644Z] ---> 2ae3024cd484 [2020-09-24T19:04:16.644Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:04:16.644Z] ---> Using cache [2020-09-24T19:04:16.644Z] ---> fa0460e4a4d9 [2020-09-24T19:04:16.644Z] Step 5/22 : RUN apk update && apk add make git [2020-09-24T19:04:16.644Z] ---> Using cache [2020-09-24T19:04:16.644Z] ---> 5381ed352663 [2020-09-24T19:04:16.644Z] Step 6/22 : COPY go.mod . [2020-09-24T19:04:16.644Z] ---> Using cache [2020-09-24T19:04:16.644Z] ---> 927c53942056 [2020-09-24T19:04:16.644Z] Step 7/22 : RUN go mod download [2020-09-24T19:04:16.644Z] ---> Using cache [2020-09-24T19:04:16.644Z] ---> 7c13c78197fa [2020-09-24T19:04:16.644Z] Step 8/22 : COPY . . [2020-09-24T19:04:16.644Z] ---> Using cache [2020-09-24T19:04:16.644Z] ---> 91cd5b65bc67 [2020-09-24T19:04:16.644Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-24T19:04:18.636Z] Removing intermediate container 546051e3462d [2020-09-24T19:04:18.636Z] ---> ad3bb07c8eb4 [2020-09-24T19:04:18.636Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-24T19:04:20.078Z] ---> Running in 979464aad897 [2020-09-24T19:04:20.078Z] Removing intermediate container add00febb08a [2020-09-24T19:04:20.078Z] ---> c372a0e17cff [2020-09-24T19:04:20.078Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-24T19:04:20.078Z] ---> Running in 0ba7f012485d [2020-09-24T19:04:21.542Z] ---> Running in 1f6c515361f8 [2020-09-24T19:04:21.542Z] Removing intermediate container fd174d300660 [2020-09-24T19:04:21.542Z] ---> c7e34dad329b [2020-09-24T19:04:21.542Z] [2020-09-24T19:04:21.542Z] Step 10/22 : FROM scratch [2020-09-24T19:04:21.542Z] ---> [2020-09-24T19:04:21.542Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T19:04:21.817Z] ---> Using cache [2020-09-24T19:04:21.817Z] ---> ad3bb07c8eb4 [2020-09-24T19:04:21.817Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-24T19:04:22.100Z] Removing intermediate container 0ba7f012485d [2020-09-24T19:04:22.100Z] ---> eef9ea5512f6 [2020-09-24T19:04:22.100Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-24T19:04:23.084Z] ---> Running in caa182f6b8e9 [2020-09-24T19:04:23.084Z] ---> Running in bc230dfbccdd [2020-09-24T19:04:23.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/core-command/core-command ./cmd/core-command [2020-09-24T19:04:23.636Z] Removing intermediate container 1f6c515361f8 [2020-09-24T19:04:23.636Z] ---> 43206aeb652b [2020-09-24T19:04:23.636Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-24T19:04:24.613Z] ---> Running in 88d7ad52b511 [2020-09-24T19:04:24.613Z] Removing intermediate container bc230dfbccdd [2020-09-24T19:04:24.613Z] ---> 0156144fa56a [2020-09-24T19:04:24.613Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-24T19:04:24.613Z] Removing intermediate container caa182f6b8e9 [2020-09-24T19:04:24.613Z] ---> 4ee7af9289fb [2020-09-24T19:04:24.614Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T19:04:25.236Z] ---> Running in d02f57ae6267 [2020-09-24T19:04:25.512Z] Removing intermediate container 88d7ad52b511 [2020-09-24T19:04:25.512Z] ---> 6a9a02969cc0 [2020-09-24T19:04:25.512Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-24T19:04:25.512Z] ---> 49828b337141 [2020-09-24T19:04:25.512Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-24T19:04:25.791Z] Removing intermediate container d02f57ae6267 [2020-09-24T19:04:25.791Z] ---> ef6c31f1502b [2020-09-24T19:04:25.791Z] Step 14/22 : WORKDIR / [2020-09-24T19:04:26.395Z] ---> Running in f11b23d96b85 [2020-09-24T19:04:27.403Z] ---> d5ab7797d8cc [2020-09-24T19:04:27.403Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-24T19:04:27.996Z] ---> bbb74ac6dd39 [2020-09-24T19:04:27.996Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-24T19:04:28.269Z] Removing intermediate container f11b23d96b85 [2020-09-24T19:04:28.269Z] ---> c31b1dbcc8d1 [2020-09-24T19:04:28.269Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-24T19:04:29.729Z] ---> 3c3f92cc0155 [2020-09-24T19:04:29.729Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-24T19:04:30.716Z] ---> 0eed37f84a16 [2020-09-24T19:04:30.716Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-24T19:04:30.988Z] ---> 498004c5854a [2020-09-24T19:04:30.988Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-24T19:04:32.432Z] ---> Running in b981fb88dacc [2020-09-24T19:04:33.424Z] ---> d4bf7db32c24 [2020-09-24T19:04:33.424Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-24T19:04:34.883Z] ---> 2eab17b7d492 [2020-09-24T19:04:34.884Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-24T19:04:34.884Z] Removing intermediate container b981fb88dacc [2020-09-24T19:04:34.884Z] ---> b7c94b46728f [2020-09-24T19:04:34.884Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:04:36.329Z] ---> Running in b00b897c093a [2020-09-24T19:04:36.329Z] ---> 3a54efa0adcc [2020-09-24T19:04:36.329Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-24T19:04:36.930Z] ---> 7bd704440494 [2020-09-24T19:04:36.930Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-24T19:04:36.930Z] Removing intermediate container ec4231dcb228 [2020-09-24T19:04:36.930Z] ---> b1ce61ef5c90 [2020-09-24T19:04:36.930Z] [2020-09-24T19:04:36.930Z] Step 10/23 : FROM alpine [2020-09-24T19:04:36.930Z] ---> 62ee0e9f8440 [2020-09-24T19:04:36.930Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T19:04:38.487Z] ---> Running in 3a5e3db08846 [2020-09-24T19:04:38.487Z] ---> Running in b17666bd5027 [2020-09-24T19:04:38.487Z] Removing intermediate container b00b897c093a [2020-09-24T19:04:38.487Z] ---> 0b2843e1be67 [2020-09-24T19:04:38.487Z] Step 19/21 : LABEL arch=arm64 [2020-09-24T19:04:39.161Z] ---> 3830383765ee [2020-09-24T19:04:39.161Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-24T19:04:39.477Z] ---> Running in 3162d5f0d974 [2020-09-24T19:04:40.103Z] Removing intermediate container 3a5e3db08846 [2020-09-24T19:04:40.103Z] ---> ef5989bcddb6 [2020-09-24T19:04:40.103Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-24T19:04:40.103Z] Removing intermediate container b17666bd5027 [2020-09-24T19:04:40.103Z] ---> 97e0cb7d70a0 [2020-09-24T19:04:40.103Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:04:41.547Z] ---> Running in ca14f7c274cf [2020-09-24T19:04:41.547Z] ---> Running in b61136d173b5 [2020-09-24T19:04:42.145Z] Removing intermediate container 3162d5f0d974 [2020-09-24T19:04:42.145Z] ---> 6bc14760b2ce [2020-09-24T19:04:42.145Z] Step 20/21 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:04:42.145Z] ---> 67cdc1372e42 [2020-09-24T19:04:42.145Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-24T19:04:42.751Z] Removing intermediate container ca14f7c274cf [2020-09-24T19:04:42.751Z] ---> 588ea602185a [2020-09-24T19:04:42.751Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-24T19:04:43.370Z] ---> Running in a1f735bc6aa5 [2020-09-24T19:04:43.370Z] ---> Running in 0df3830db1b3 [2020-09-24T19:04:43.370Z] Removing intermediate container b61136d173b5 [2020-09-24T19:04:43.370Z] ---> e4ba2f18b7ac [2020-09-24T19:04:43.370Z] Step 20/22 : LABEL arch=arm64 [2020-09-24T19:04:44.357Z] ---> Running in 2e601288f493 [2020-09-24T19:04:44.960Z] ---> Running in f21ff214cc74 [2020-09-24T19:04:45.557Z] Removing intermediate container a1f735bc6aa5 [2020-09-24T19:04:45.557Z] ---> 16d15312fb03 [2020-09-24T19:04:45.557Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:04:45.557Z] Removing intermediate container 0df3830db1b3 [2020-09-24T19:04:45.557Z] ---> 96f409e48438 [2020-09-24T19:04:45.557Z] Step 21/21 : LABEL version=1.2.2-dev.31 [2020-09-24T19:04:46.156Z] Removing intermediate container 2e601288f493 [2020-09-24T19:04:46.156Z] ---> 8f5a5306af62 [2020-09-24T19:04:46.156Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:04:47.141Z] ---> Running in aa25fcd3d21e [2020-09-24T19:04:47.141Z] ---> Running in 466dd372fcbb [2020-09-24T19:04:47.141Z] Removing intermediate container f21ff214cc74 [2020-09-24T19:04:47.141Z] ---> 3394caabacb7 [2020-09-24T19:04:47.141Z] Step 21/22 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:04:47.740Z] ---> Running in 1e2779726cfd [2020-09-24T19:04:48.013Z] ---> Running in 00f7a3d1d898 [2020-09-24T19:04:48.610Z] Removing intermediate container aa25fcd3d21e [2020-09-24T19:04:48.610Z] ---> 3df4b74626c4 [2020-09-24T19:04:48.610Z] Step 22/24 : LABEL arch=arm64 [2020-09-24T19:04:48.610Z] Removing intermediate container 466dd372fcbb [2020-09-24T19:04:48.610Z] ---> 9ff84e90aea9 [2020-09-24T19:04:48.610Z] [2020-09-24T19:04:49.214Z] Successfully built 9ff84e90aea9 [2020-09-24T19:04:49.490Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-24T19:04:49.490Z] Building docker-security-secretstore-setup-go [2020-09-24T19:04:51.508Z]  Building docker-support-scheduler-go ... done  ---> Running in 8068fc1061f3 [2020-09-24T19:04:52.503Z] Removing intermediate container 00f7a3d1d898 [2020-09-24T19:04:52.504Z] ---> ac21fc9a2a50 [2020-09-24T19:04:52.504Z] Step 22/22 : LABEL version=1.2.2-dev.31 [2020-09-24T19:04:53.975Z] Removing intermediate container 8068fc1061f3 [2020-09-24T19:04:53.975Z] ---> 96bf2d99c2cc [2020-09-24T19:04:53.975Z] Step 23/24 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:04:55.454Z] ---> Running in 9a8bd2303ee1 [2020-09-24T19:04:56.057Z] ---> Running in 4a354af85e7e [2020-09-24T19:04:56.334Z] Removing intermediate container 9a8bd2303ee1 [2020-09-24T19:04:56.334Z] ---> a8ec34abc046 [2020-09-24T19:04:56.334Z] [2020-09-24T19:04:56.936Z] Successfully built a8ec34abc046 [2020-09-24T19:04:57.550Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-24T19:04:57.550Z] Building docker-support-logging-go [2020-09-24T19:04:57.550Z]  Building docker-core-metadata-go ... done Removing intermediate container 4a354af85e7e [2020-09-24T19:04:57.550Z] ---> 19af6909c843 [2020-09-24T19:04:57.550Z] Step 24/24 : LABEL version=1.2.2-dev.31 [2020-09-24T19:04:57.550Z] Removing intermediate container 1e2779726cfd [2020-09-24T19:04:57.550Z] ---> 14fe3184fcac [2020-09-24T19:04:57.550Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-24T19:05:02.986Z] ---> Running in d4f32b3f230e [2020-09-24T19:05:02.986Z] ---> Running in dfb585d30b8b [2020-09-24T19:05:04.453Z] Removing intermediate container d4f32b3f230e [2020-09-24T19:05:04.453Z] ---> 8bfcebcd927f [2020-09-24T19:05:04.453Z] [2020-09-24T19:05:05.061Z] Successfully built 8bfcebcd927f [2020-09-24T19:05:05.061Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-24T19:05:05.061Z] Building docker-sys-mgmt-agent-go [2020-09-24T19:05:05.666Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:05:06.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:05:07.253Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-24T19:05:07.253Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-24T19:05:07.528Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-24T19:05:07.802Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-24T19:05:08.074Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-24T19:05:08.074Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T19:05:08.074Z] OK: 8 MiB in 19 packages [2020-09-24T19:05:08.681Z] Removing intermediate container 979464aad897 [2020-09-24T19:05:08.682Z] ---> 37e4e9cf048e [2020-09-24T19:05:08.682Z] [2020-09-24T19:05:08.682Z] Step 10/22 : FROM scratch [2020-09-24T19:05:08.682Z] ---> [2020-09-24T19:05:08.682Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T19:05:08.956Z] ---> Using cache [2020-09-24T19:05:08.956Z] ---> ad3bb07c8eb4 [2020-09-24T19:05:08.956Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-24T19:05:10.401Z] ---> Running in 7a5fde12d9c8 [2020-09-24T19:05:11.391Z] Removing intermediate container 7a5fde12d9c8 [2020-09-24T19:05:11.391Z] ---> 02ed5c3d9fed [2020-09-24T19:05:11.391Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T19:05:11.991Z] Removing intermediate container dfb585d30b8b [2020-09-24T19:05:11.991Z] ---> 70c5494f3843 [2020-09-24T19:05:11.991Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-24T19:05:11.991Z] ---> Running in 0bea35eeff91 [2020-09-24T19:05:12.974Z] Removing intermediate container 0bea35eeff91 [2020-09-24T19:05:12.974Z] ---> a6af8cd1e7f0 [2020-09-24T19:05:12.974Z] Step 14/22 : WORKDIR / [2020-09-24T19:05:13.963Z] ---> Running in c2aa5413a214 [2020-09-24T19:05:13.963Z] ---> 2dee1253232e [2020-09-24T19:05:13.963Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-24T19:05:13.963Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:05:13.963Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:05:13.963Z] ---> 518325a5e837 [2020-09-24T19:05:13.963Z] Step 3/26 : WORKDIR /edgex-go [2020-09-24T19:05:13.963Z] ---> Using cache [2020-09-24T19:05:13.963Z] ---> 2ae3024cd484 [2020-09-24T19:05:13.963Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:05:13.963Z] ---> Using cache [2020-09-24T19:05:13.963Z] ---> fa0460e4a4d9 [2020-09-24T19:05:13.963Z] Step 5/26 : RUN apk update && apk add make git [2020-09-24T19:05:13.963Z] ---> Using cache [2020-09-24T19:05:13.963Z] ---> 5381ed352663 [2020-09-24T19:05:13.963Z] Step 6/26 : COPY go.mod . [2020-09-24T19:05:13.963Z] ---> Using cache [2020-09-24T19:05:13.963Z] ---> 927c53942056 [2020-09-24T19:05:13.963Z] Step 7/26 : RUN go mod download [2020-09-24T19:05:13.963Z] ---> Using cache [2020-09-24T19:05:13.963Z] ---> 7c13c78197fa [2020-09-24T19:05:13.963Z] Step 8/26 : COPY . . [2020-09-24T19:05:13.963Z] ---> Using cache [2020-09-24T19:05:13.963Z] ---> 91cd5b65bc67 [2020-09-24T19:05:13.963Z] 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-09-24T19:05:15.404Z] ---> Running in 37a420fd6243 [2020-09-24T19:05:16.002Z] Removing intermediate container c2aa5413a214 [2020-09-24T19:05:16.002Z] ---> e8b3bd11c281 [2020-09-24T19:05:16.002Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-24T19:05:16.601Z] ---> b7cfc8ff59c4 [2020-09-24T19:05:16.601Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-24T19:05:17.204Z] ---> 4dc135bd168c [2020-09-24T19:05:17.204Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-24T19:05:18.195Z] ---> 6c53d0c892f8 [2020-09-24T19:05:18.195Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-24T19:05:18.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-24T19:05:18.803Z] ---> Running in 5f9b1f6bd269 [2020-09-24T19:05:19.078Z] ---> 147e569d50a9 [2020-09-24T19:05:19.078Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-24T19:05:19.354Z] Removing intermediate container 5f9b1f6bd269 [2020-09-24T19:05:19.354Z] ---> e1d2637b851d [2020-09-24T19:05:19.354Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:05:19.961Z] ---> Running in 543099f7b671 [2020-09-24T19:05:20.572Z] ---> d47e04ef407c [2020-09-24T19:05:20.572Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-24T19:05:20.905Z] ---> Running in 13756d4c08f4 [2020-09-24T19:05:21.202Z] Removing intermediate container 543099f7b671 [2020-09-24T19:05:21.202Z] ---> d0cb4bbc44ba [2020-09-24T19:05:21.202Z] Step 21/23 : LABEL arch=arm64 [2020-09-24T19:05:21.843Z] ---> Running in 3ff4784048b5 [2020-09-24T19:05:22.468Z] Removing intermediate container 13756d4c08f4 [2020-09-24T19:05:22.468Z] ---> 114651aca2a7 [2020-09-24T19:05:22.468Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:05:23.109Z] ---> Running in df1afe0fa2f0 [2020-09-24T19:05:23.109Z] Removing intermediate container 3ff4784048b5 [2020-09-24T19:05:23.109Z] ---> 234ca3287741 [2020-09-24T19:05:23.388Z] Step 22/23 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:05:23.989Z] ---> Running in 1b2a1a27dcff [2020-09-24T19:05:24.264Z] Removing intermediate container df1afe0fa2f0 [2020-09-24T19:05:24.264Z] ---> 9f192e7de20f [2020-09-24T19:05:24.264Z] Step 20/22 : LABEL arch=arm64 [2020-09-24T19:05:24.865Z] ---> Running in eb3f931e0b09 [2020-09-24T19:05:25.142Z] Removing intermediate container 1b2a1a27dcff [2020-09-24T19:05:25.142Z] ---> 5a4fec916a72 [2020-09-24T19:05:25.142Z] Step 23/23 : LABEL version=1.2.2-dev.31 [2020-09-24T19:05:25.752Z] ---> Running in e323003a6082 [2020-09-24T19:05:26.037Z] Removing intermediate container eb3f931e0b09 [2020-09-24T19:05:26.037Z] ---> fb136b99d9aa [2020-09-24T19:05:26.037Z] Step 21/22 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:05:27.029Z] ---> Running in c75cb9e6a487 [2020-09-24T19:05:27.029Z] Removing intermediate container e323003a6082 [2020-09-24T19:05:27.029Z] ---> 8d2a48de76cf [2020-09-24T19:05:27.029Z] [2020-09-24T19:05:28.474Z] Successfully built 8d2a48de76cf [2020-09-24T19:05:28.753Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:05:28.753Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:05:30.760Z] ---> 518325a5e837 [2020-09-24T19:05:30.760Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T19:05:30.760Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-24T19:05:30.760Z] Building docker-security-secrets-setup-go [2020-09-24T19:05:30.760Z] ---> Using cache [2020-09-24T19:05:30.760Z] ---> 2ae3024cd484 [2020-09-24T19:05:30.760Z]  Building docker-core-data-go ... done Removing intermediate container c75cb9e6a487 [2020-09-24T19:05:30.760Z] ---> cf1e03d9b9ef [2020-09-24T19:05:30.760Z] Step 22/22 : LABEL version=1.2.2-dev.31Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:05:30.760Z] [2020-09-24T19:05:30.760Z] ---> Using cache [2020-09-24T19:05:30.761Z] ---> fa0460e4a4d9 [2020-09-24T19:05:30.761Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-24T19:05:31.742Z] ---> Running in b95fdef3382a [2020-09-24T19:05:31.742Z] ---> Running in d2b8de01d6fb [2020-09-24T19:05:33.187Z] Removing intermediate container b95fdef3382a [2020-09-24T19:05:33.187Z] ---> 6919a2feef81 [2020-09-24T19:05:33.187Z] [2020-09-24T19:05:33.783Z] Successfully built 6919a2feef81 [2020-09-24T19:05:33.783Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-24T19:05:34.055Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:05:35.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:05:36.494Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:05:36.494Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:05:36.494Z] OK: 12622 distinct packages available [2020-09-24T19:05:36.494Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:05:36.494Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-24T19:05:36.494Z] ---> 518325a5e837 [2020-09-24T19:05:36.495Z] Step 3/27 : WORKDIR /edgex-go [2020-09-24T19:05:36.495Z] ---> Using cache [2020-09-24T19:05:36.495Z] ---> 2ae3024cd484 [2020-09-24T19:05:36.495Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T19:05:36.495Z] ---> Using cache [2020-09-24T19:05:36.495Z] ---> fa0460e4a4d9 [2020-09-24T19:05:36.495Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-24T19:05:37.095Z] OK: 217 MiB in 51 packages [2020-09-24T19:05:39.083Z] OK: 217 MiB in 51 packages [2020-09-24T19:05:40.079Z] ---> Running in 1c95b5afe771 [2020-09-24T19:05:42.083Z] Removing intermediate container d2b8de01d6fb [2020-09-24T19:05:42.083Z] ---> 2fa3697c573c [2020-09-24T19:05:42.083Z] Step 6/22 : COPY go.mod . [2020-09-24T19:05:42.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:05:43.694Z] ---> 148b9c7a1ac7 [2020-09-24T19:05:43.694Z] Step 7/22 : RUN go mod download [2020-09-24T19:05:43.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:05:44.294Z] ---> Running in 12acdf527f47 [2020-09-24T19:05:44.895Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:05:44.895Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:05:44.895Z] OK: 12622 distinct packages available [2020-09-24T19:05:45.890Z] OK: 217 MiB in 51 packages [2020-09-24T19:05:49.314Z] Removing intermediate container 1c95b5afe771 [2020-09-24T19:05:49.314Z] ---> 05627bfcb8e4 [2020-09-24T19:05:49.314Z] Step 6/27 : COPY go.mod . [2020-09-24T19:05:49.314Z] Removing intermediate container 12acdf527f47 [2020-09-24T19:05:49.314Z] ---> c9429a6b4a68 [2020-09-24T19:05:49.314Z] Step 8/22 : COPY . . [2020-09-24T19:05:50.307Z] ---> ea62a15bbefe [2020-09-24T19:05:50.307Z] Step 7/27 : RUN go mod download [2020-09-24T19:05:50.905Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T19:05:50.905Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-24T19:05:50.905Z] ---> 518325a5e837 [2020-09-24T19:05:50.905Z] Step 3/29 : WORKDIR /edgex-go [2020-09-24T19:05:50.905Z] ---> Using cache [2020-09-24T19:05:50.905Z] ---> 2ae3024cd484 [2020-09-24T19:05:50.905Z] Step 4/29 : RUN apk update && apk add make git [2020-09-24T19:05:50.905Z] ---> Running in e17472ab2f07 [2020-09-24T19:05:51.516Z] ---> Running in 5bfc05c6334a [2020-09-24T19:05:53.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:05:54.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:05:54.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-24T19:05:55.366Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:05:55.366Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:05:55.366Z] OK: 12622 distinct packages available [2020-09-24T19:05:56.375Z] OK: 217 MiB in 51 packages [2020-09-24T19:05:57.824Z] Removing intermediate container e17472ab2f07 [2020-09-24T19:05:57.824Z] ---> 249607e0a454 [2020-09-24T19:05:57.824Z] Step 8/27 : COPY . . [2020-09-24T19:05:58.425Z] Removing intermediate container 5bfc05c6334a [2020-09-24T19:05:58.425Z] ---> 88b84ccff82c [2020-09-24T19:05:58.425Z] Step 5/29 : COPY go.mod . [2020-09-24T19:06:00.406Z] ---> 6744675d08ce [2020-09-24T19:06:00.406Z] Step 6/29 : RUN go mod download [2020-09-24T19:06:00.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-24T19:06:01.396Z] ---> Running in 83222fc5fa8f [2020-09-24T19:06:06.810Z] ---> d549077149a1 [2020-09-24T19:06:06.810Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-24T19:06:07.082Z] Removing intermediate container 83222fc5fa8f [2020-09-24T19:06:07.082Z] ---> 610512ecf1c3 [2020-09-24T19:06:07.082Z] Step 7/29 : COPY . . [2020-09-24T19:06:07.370Z] ---> Running in d935b20fb082 [2020-09-24T19:06:09.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-24T19:06:11.435Z] Removing intermediate container 37a420fd6243 [2020-09-24T19:06:11.435Z] ---> c941494dbe24 [2020-09-24T19:06:11.435Z] [2020-09-24T19:06:11.435Z] Step 10/26 : FROM alpine:3.10 [2020-09-24T19:06:11.435Z] 3.10: Pulling from library/alpine [2020-09-24T19:06:14.079Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-24T19:06:14.079Z] Status: Downloaded newer image for alpine:3.10 [2020-09-24T19:06:14.079Z] ---> 536a684cf733 [2020-09-24T19:06:14.079Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-24T19:06:15.066Z] ---> Running in 8d016bc68be9 [2020-09-24T19:06:17.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:06:17.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:06:18.590Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-24T19:06:18.590Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-24T19:06:18.590Z] OK: 10167 distinct packages available [2020-09-24T19:06:19.193Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-24T19:06:19.193Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-24T19:06:19.193Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-24T19:06:19.193Z] (4/5) Installing curl (7.66.0-r1) [2020-09-24T19:06:19.193Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-24T19:06:19.193Z] Executing busybox-1.30.1-r3.trigger [2020-09-24T19:06:19.468Z] Executing ca-certificates-20191127-r2.trigger [2020-09-24T19:06:19.743Z] OK: 7 MiB in 19 packages [2020-09-24T19:06:19.743Z] ---> 0cfd5001e79b [2020-09-24T19:06:19.743Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-24T19:06:20.724Z] ---> Running in 07a79a83024d [2020-09-24T19:06:23.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-24T19:06:23.727Z] Removing intermediate container 8d016bc68be9 [2020-09-24T19:06:23.727Z] ---> 16195a68fffa [2020-09-24T19:06:23.727Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-24T19:06:24.327Z] ---> Running in 412236e3dd94 [2020-09-24T19:06:25.314Z] Removing intermediate container 412236e3dd94 [2020-09-24T19:06:25.314Z] ---> f19000115f78 [2020-09-24T19:06:25.314Z] Step 13/26 : WORKDIR / [2020-09-24T19:06:25.919Z] ---> Running in ed9cc26cfa20 [2020-09-24T19:06:26.896Z] Removing intermediate container ed9cc26cfa20 [2020-09-24T19:06:26.896Z] ---> b646d80fa599 [2020-09-24T19:06:27.175Z] 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-09-24T19:06:29.162Z] ---> 5170dc997ebc [2020-09-24T19:06:29.162Z] 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-09-24T19:06:30.614Z] ---> 670415880f36 [2020-09-24T19:06:30.614Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-24T19:06:31.216Z] ---> 5e258e0a56e3 [2020-09-24T19:06:31.216Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-24T19:06:31.511Z] ---> Running in 663b49ba1ff9 [2020-09-24T19:06:32.123Z] ---> a5dd36aa8985 [2020-09-24T19:06:32.123Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-24T19:06:33.574Z] ---> 8648b9a447e9 [2020-09-24T19:06:33.574Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-24T19:06:34.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-24T19:06:35.539Z] ---> fb144594e31e [2020-09-24T19:06:35.539Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-24T19:06:37.520Z] ---> 5b36bbd59bbf [2020-09-24T19:06:37.520Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-24T19:06:38.509Z] ---> 250e08601f24 [2020-09-24T19:06:38.509Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-24T19:06:39.957Z] ---> dc7e1e937e4e [2020-09-24T19:06:39.957Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-24T19:06:39.957Z] ---> Running in acbf7f98fc03 [2020-09-24T19:06:44.300Z] Removing intermediate container acbf7f98fc03 [2020-09-24T19:06:44.300Z] ---> fd01719a6c00 [2020-09-24T19:06:44.300Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-24T19:06:44.300Z] ---> Running in 854a657723f1 [2020-09-24T19:06:44.910Z] Removing intermediate container 854a657723f1 [2020-09-24T19:06:44.910Z] ---> 5ea1a19ccb97 [2020-09-24T19:06:44.910Z] Step 24/26 : LABEL arch=arm64 [2020-09-24T19:06:45.510Z] ---> Running in e8dc73c07c69 [2020-09-24T19:06:46.110Z] Removing intermediate container e8dc73c07c69 [2020-09-24T19:06:46.110Z] ---> 0bdb7e1b1b1e [2020-09-24T19:06:46.110Z] Step 25/26 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:06:46.386Z] ---> Running in 8689f69f262e [2020-09-24T19:06:47.378Z] Removing intermediate container 8689f69f262e [2020-09-24T19:06:47.378Z] ---> a84b471e34cd [2020-09-24T19:06:47.378Z] Step 26/26 : LABEL version=1.2.2-dev.31 [2020-09-24T19:06:47.378Z] ---> Running in ac4c541534a9 [2020-09-24T19:06:47.980Z] Removing intermediate container ac4c541534a9 [2020-09-24T19:06:47.980Z] ---> eb7973e906c4 [2020-09-24T19:06:47.980Z] [2020-09-24T19:06:48.261Z] Successfully built eb7973e906c4 [2020-09-24T19:06:48.539Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-24T19:07:03.682Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d935b20fb082 [2020-09-24T19:07:03.682Z] ---> 88eddaba7cf0 [2020-09-24T19:07:03.682Z] [2020-09-24T19:07:03.682Z] Step 10/22 : FROM scratch [2020-09-24T19:07:03.682Z] ---> [2020-09-24T19:07:03.682Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-24T19:07:03.682Z] ---> Using cache [2020-09-24T19:07:03.682Z] ---> c372a0e17cff [2020-09-24T19:07:03.682Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-24T19:07:03.682Z] ---> Running in 72efdac99868 [2020-09-24T19:07:03.682Z] Removing intermediate container 72efdac99868 [2020-09-24T19:07:03.682Z] ---> 4879ff309444 [2020-09-24T19:07:03.682Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T19:07:03.682Z] ---> Running in 3d4890c82ceb [2020-09-24T19:07:04.285Z] Removing intermediate container 3d4890c82ceb [2020-09-24T19:07:04.285Z] ---> d1c039a33748 [2020-09-24T19:07:04.285Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-24T19:07:05.276Z] ---> 817ed56b8b51 [2020-09-24T19:07:05.276Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-24T19:07:06.722Z] ---> dde6c5e2d956 [2020-09-24T19:07:06.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-24T19:07:08.720Z] ---> dfa94e2194fd [2020-09-24T19:07:08.720Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-24T19:07:09.712Z] ---> 2c80e0d96c63 [2020-09-24T19:07:09.712Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-24T19:07:09.988Z] ---> Running in 5638f303e9a3 [2020-09-24T19:07:10.970Z] Removing intermediate container 5638f303e9a3 [2020-09-24T19:07:10.970Z] ---> 3a4c771e1462 [2020-09-24T19:07:10.970Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:07:10.970Z] ---> Running in 754380d74041 [2020-09-24T19:07:11.958Z] Removing intermediate container 754380d74041 [2020-09-24T19:07:11.958Z] ---> ff5969abf903 [2020-09-24T19:07:11.958Z] Step 20/22 : LABEL arch=arm64 [2020-09-24T19:07:11.958Z] ---> Running in 2dbe42c62971 [2020-09-24T19:07:12.562Z] Removing intermediate container 2dbe42c62971 [2020-09-24T19:07:12.562Z] ---> ff635e4704f2 [2020-09-24T19:07:12.562Z] Step 21/22 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:07:12.562Z] ---> Running in d2afafafcf19 [2020-09-24T19:07:13.175Z] Removing intermediate container d2afafafcf19 [2020-09-24T19:07:13.175Z] ---> b21a26ae74c8 [2020-09-24T19:07:13.175Z] Step 22/22 : LABEL version=1.2.2-dev.31 [2020-09-24T19:07:13.450Z] ---> Running in 4aed5d535aca [2020-09-24T19:07:14.057Z] Removing intermediate container 4aed5d535aca [2020-09-24T19:07:14.057Z] ---> 2ff9a7743302 [2020-09-24T19:07:14.057Z] [2020-09-24T19:07:14.339Z] Successfully built 2ff9a7743302 [2020-09-24T19:07:14.614Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-24T19:07:18.922Z]  Building docker-support-logging-go ... done Removing intermediate container 07a79a83024d [2020-09-24T19:07:18.922Z] ---> 4e8737ecd148 [2020-09-24T19:07:18.922Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-24T19:07:18.922Z] ---> Running in f419a0436a27 [2020-09-24T19:07:20.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.31" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-24T19:07:20.905Z] Removing intermediate container 663b49ba1ff9 [2020-09-24T19:07:20.905Z] ---> e773d424226c [2020-09-24T19:07:20.905Z] [2020-09-24T19:07:20.905Z] Step 9/29 : FROM alpine:latest [2020-09-24T19:07:20.905Z] ---> 62ee0e9f8440 [2020-09-24T19:07:20.905Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-24T19:07:20.905Z] ---> Running in b967897052e7 [2020-09-24T19:07:21.502Z] Removing intermediate container b967897052e7 [2020-09-24T19:07:21.502Z] ---> 56188235ddde [2020-09-24T19:07:21.502Z] Step 11/29 : USER root [2020-09-24T19:07:21.771Z] ---> Running in 313b13ffbc34 [2020-09-24T19:07:22.044Z] Removing intermediate container 313b13ffbc34 [2020-09-24T19:07:22.044Z] ---> f716319d16d1 [2020-09-24T19:07:22.044Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-24T19:07:22.319Z] ---> Running in e51815e793eb [2020-09-24T19:07:23.295Z] Removing intermediate container f419a0436a27 [2020-09-24T19:07:23.295Z] ---> 5b32472da6b6 [2020-09-24T19:07:23.295Z] [2020-09-24T19:07:23.295Z] Step 11/27 : FROM docker:latest [2020-09-24T19:07:23.295Z] ---> 45884bde0078 [2020-09-24T19:07:23.295Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-24T19:07:23.295Z] ---> Running in 5947c98c1219 [2020-09-24T19:07:23.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:07:24.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:07:24.763Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-24T19:07:24.763Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-24T19:07:24.763Z] OK: 12620 distinct packages available [2020-09-24T19:07:24.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:07:25.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:07:25.303Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-24T19:07:25.303Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-24T19:07:25.303Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T19:07:25.303Z] Executing ca-certificates-20191127-r4.trigger [2020-09-24T19:07:25.575Z] (1/2) Installing readline (8.0.4-r0) [2020-09-24T19:07:25.575Z] (2/2) Installing bash (5.0.17-r0) [2020-09-24T19:07:25.575Z] Executing bash-5.0.17-r0.post-install [2020-09-24T19:07:25.575Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T19:07:25.575Z] OK: 12 MiB in 22 packages [2020-09-24T19:07:25.575Z] OK: 6 MiB in 16 packages [2020-09-24T19:07:27.014Z] Removing intermediate container 5947c98c1219 [2020-09-24T19:07:27.014Z] ---> 90cd55c8482d [2020-09-24T19:07:27.014Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-24T19:07:27.288Z] ---> Running in 70982c615d4c [2020-09-24T19:07:27.288Z] Removing intermediate container e51815e793eb [2020-09-24T19:07:27.288Z] ---> d96f167f1e6e [2020-09-24T19:07:27.288Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-24T19:07:27.560Z] ---> Running in 395e03899c69 [2020-09-24T19:07:28.155Z] Removing intermediate container 395e03899c69 [2020-09-24T19:07:28.155Z] ---> c50d3a8c9142 [2020-09-24T19:07:28.155Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-24T19:07:28.155Z] ---> Running in 33e1ee075e7e [2020-09-24T19:07:28.756Z] Removing intermediate container 33e1ee075e7e [2020-09-24T19:07:28.756Z] ---> a616b0af7953 [2020-09-24T19:07:28.756Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-24T19:07:28.756Z] ---> Running in aef28f8cdbc0 [2020-09-24T19:07:30.191Z] Removing intermediate container 70982c615d4c [2020-09-24T19:07:30.191Z] ---> 67d067ee702c [2020-09-24T19:07:30.191Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-24T19:07:30.191Z] ---> Running in ab9017ffd46b [2020-09-24T19:07:30.463Z] Removing intermediate container ab9017ffd46b [2020-09-24T19:07:30.463Z] ---> 5bca4949f4d7 [2020-09-24T19:07:30.463Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-24T19:07:30.737Z] ---> Running in e5773a19f2f8 [2020-09-24T19:07:31.333Z] Removing intermediate container e5773a19f2f8 [2020-09-24T19:07:31.333Z] ---> 90a3570543ab [2020-09-24T19:07:31.333Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-24T19:07:31.333Z] ---> Running in e951ee6bf7ae [2020-09-24T19:07:31.609Z] Removing intermediate container aef28f8cdbc0 [2020-09-24T19:07:31.609Z] ---> 8d635614ca40 [2020-09-24T19:07:31.609Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-24T19:07:31.882Z] Removing intermediate container e951ee6bf7ae [2020-09-24T19:07:31.882Z] ---> 183665001422 [2020-09-24T19:07:31.882Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-24T19:07:32.859Z] ---> 7b14b9a7663e [2020-09-24T19:07:32.859Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-24T19:07:33.136Z] ---> cf3e238dd10b [2020-09-24T19:07:33.136Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-24T19:07:33.733Z] ---> 448091123ace [2020-09-24T19:07:33.733Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-24T19:07:33.733Z] ---> d079e9fe918c [2020-09-24T19:07:33.733Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-24T19:07:34.712Z] ---> 303fddeef7a1 [2020-09-24T19:07:34.712Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-24T19:07:34.712Z] ---> 0c04ad1e63ec [2020-09-24T19:07:34.712Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-24T19:07:34.998Z] ---> Running in 307c707af606 [2020-09-24T19:07:35.277Z] ---> d2865f8cd13a [2020-09-24T19:07:35.277Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-24T19:07:36.260Z] ---> aeeac7da7ca8 [2020-09-24T19:07:36.260Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-24T19:07:36.260Z] ---> Running in 849d671192aa [2020-09-24T19:07:36.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:07:36.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:07:37.410Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-24T19:07:37.410Z] (2/33) Installing expat (2.2.9-r1) [2020-09-24T19:07:37.410Z] (3/33) Installing libffi (3.3-r2) [2020-09-24T19:07:37.410Z] (4/33) Installing gdbm (1.13-r1) [2020-09-24T19:07:37.410Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-24T19:07:37.410Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-24T19:07:37.410Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-24T19:07:39.383Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-24T19:07:39.383Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-24T19:07:39.383Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-24T19:07:39.383Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-24T19:07:39.383Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-24T19:07:39.383Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-24T19:07:39.383Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-24T19:07:39.383Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-24T19:07:39.383Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-24T19:07:39.383Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-24T19:07:39.383Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-24T19:07:39.383Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-24T19:07:39.383Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-24T19:07:39.383Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-24T19:07:39.383Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-24T19:07:39.383Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-24T19:07:39.655Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-24T19:07:39.655Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-24T19:07:39.655Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-24T19:07:39.655Z] Removing intermediate container 849d671192aa [2020-09-24T19:07:39.655Z] ---> eb990b6654b3 [2020-09-24T19:07:39.655Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-24T19:07:39.655Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-24T19:07:39.655Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-24T19:07:39.655Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-24T19:07:39.655Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-24T19:07:39.655Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-24T19:07:39.655Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-24T19:07:39.655Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-24T19:07:39.930Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T19:07:39.930Z] OK: 71 MiB in 55 packages [2020-09-24T19:07:40.527Z] ---> 46320fbd9606 [2020-09-24T19:07:40.527Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-24T19:07:40.800Z] ---> Running in b5fe228f88d2 [2020-09-24T19:07:44.195Z] Removing intermediate container b5fe228f88d2 [2020-09-24T19:07:44.195Z] ---> e31a50cbdf54 [2020-09-24T19:07:44.195Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-24T19:07:44.195Z] ---> Running in 09aa36117f38 [2020-09-24T19:07:46.261Z] Removing intermediate container 307c707af606 [2020-09-24T19:07:46.261Z] ---> 0a74bea582ec [2020-09-24T19:07:46.261Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-24T19:07:46.261Z] ---> Running in e406801e28a6 [2020-09-24T19:07:47.250Z] Removing intermediate container 09aa36117f38 [2020-09-24T19:07:47.250Z] ---> 24d6b6ab8bfe [2020-09-24T19:07:47.250Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-24T19:07:47.250Z] ---> Running in 49be68885ab0 [2020-09-24T19:07:47.844Z] Removing intermediate container 49be68885ab0 [2020-09-24T19:07:47.844Z] ---> ea49606c6ec2 [2020-09-24T19:07:47.844Z] Step 26/29 : CMD [ "generate" ] [2020-09-24T19:07:47.844Z] ---> Running in d7a65e0d4660 [2020-09-24T19:07:48.441Z] Removing intermediate container d7a65e0d4660 [2020-09-24T19:07:48.441Z] ---> 21897e431234 [2020-09-24T19:07:48.441Z] Step 27/29 : LABEL arch=arm64 [2020-09-24T19:07:48.441Z] ---> Running in 594fdef93d44 [2020-09-24T19:07:48.723Z] Removing intermediate container 594fdef93d44 [2020-09-24T19:07:48.723Z] ---> f5ebfc429687 [2020-09-24T19:07:48.723Z] Step 28/29 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:07:48.996Z] ---> Running in 8132d1db004c [2020-09-24T19:07:49.591Z] Removing intermediate container 8132d1db004c [2020-09-24T19:07:49.591Z] ---> e8af79d0354a [2020-09-24T19:07:49.591Z] Step 29/29 : LABEL version=1.2.2-dev.31 [2020-09-24T19:07:49.591Z] ---> Running in c94f53d86ad9 [2020-09-24T19:07:50.185Z] Removing intermediate container c94f53d86ad9 [2020-09-24T19:07:50.185Z] ---> 4aba76ba96a3 [2020-09-24T19:07:50.185Z] [2020-09-24T19:07:50.458Z] Successfully built 4aba76ba96a3 [2020-09-24T19:07:50.458Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-24T19:07:51.885Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-09-24T19:07:51.886Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-24T19:07:52.477Z] Collecting texttable<0.10,>=0.9.0 [2020-09-24T19:07:52.477Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-24T19:07:54.441Z] Collecting jsonschema<3,>=2.5.1 [2020-09-24T19:07:54.441Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-24T19:07:55.866Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-24T19:07:55.866Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-24T19:07:56.137Z] Collecting PyYAML<4,>=3.10 [2020-09-24T19:07:56.137Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-24T19:07:59.503Z] Collecting docopt<0.7,>=0.6.1 [2020-09-24T19:07:59.503Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-24T19:08:01.469Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-24T19:08:01.469Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-24T19:08:01.469Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-24T19:08:01.469Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-24T19:08:03.434Z] Collecting cached-property<2,>=1.2.0 [2020-09-24T19:08:03.434Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-24T19:08:03.434Z] 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-09-24T19:08:04.025Z] Collecting docker<4.0,>=3.6.0 [2020-09-24T19:08:04.025Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-24T19:08:04.296Z] 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-09-24T19:08:04.565Z] Collecting idna<2.8,>=2.5 [2020-09-24T19:08:04.565Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-24T19:08:05.158Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-24T19:08:05.158Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-24T19:08:05.158Z] 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-09-24T19:08:05.430Z] Collecting docker-pycreds>=0.4.0 [2020-09-24T19:08:05.430Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-24T19:08:05.430Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-24T19:08:05.430Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-24T19:08:05.430Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-24T19:08:05.430Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-24T19:08:06.402Z] Installing collected packages: texttable, jsonschema, idna, urllib3, requests, PyYAML, docopt, websocket-client, dockerpty, cached-property, docker-pycreds, docker, docker-compose [2020-09-24T19:08:06.402Z] Running setup.py install for texttable: started [2020-09-24T19:08:08.363Z] Running setup.py install for texttable: finished with status 'done' [2020-09-24T19:08:08.363Z] Attempting uninstall: idna [2020-09-24T19:08:08.363Z] Found existing installation: idna 2.9 [2020-09-24T19:08:08.363Z] Uninstalling idna-2.9: [2020-09-24T19:08:08.363Z] Successfully uninstalled idna-2.9 [2020-09-24T19:08:08.955Z] Attempting uninstall: urllib3 [2020-09-24T19:08:08.955Z] Found existing installation: urllib3 1.25.9 [2020-09-24T19:08:08.955Z] Uninstalling urllib3-1.25.9: [2020-09-24T19:08:09.226Z] Successfully uninstalled urllib3-1.25.9 [2020-09-24T19:08:09.817Z] Attempting uninstall: requests [2020-09-24T19:08:09.817Z] Found existing installation: requests 2.23.0 [2020-09-24T19:08:09.817Z] Uninstalling requests-2.23.0: [2020-09-24T19:08:09.817Z] Successfully uninstalled requests-2.23.0 [2020-09-24T19:08:10.088Z] Running setup.py install for PyYAML: started [2020-09-24T19:08:12.063Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-24T19:08:12.063Z] Running setup.py install for docopt: started [2020-09-24T19:08:14.044Z] Running setup.py install for docopt: finished with status 'done' [2020-09-24T19:08:14.315Z] Running setup.py install for dockerpty: started [2020-09-24T19:08:16.284Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-24T19:08:17.708Z] 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-09-24T19:08:21.133Z] Removing intermediate container e406801e28a6 [2020-09-24T19:08:21.133Z] ---> 474a5d313f33 [2020-09-24T19:08:21.133Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-24T19:08:21.133Z] ---> Running in 02dc39e6db2a [2020-09-24T19:08:22.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:08:22.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:08:23.443Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T19:08:23.443Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-24T19:08:23.443Z] (3/3) Installing curl (7.69.1-r1) [2020-09-24T19:08:23.443Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T19:08:23.443Z] OK: 71 MiB in 58 packages [2020-09-24T19:08:24.426Z] Removing intermediate container 02dc39e6db2a [2020-09-24T19:08:24.426Z] ---> 8c0987cdb009 [2020-09-24T19:08:24.426Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-24T19:08:24.702Z] ---> Running in 3015a3d255cc [2020-09-24T19:08:25.300Z] Removing intermediate container 3015a3d255cc [2020-09-24T19:08:25.300Z] ---> e01d8c647b29 [2020-09-24T19:08:25.300Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T19:08:25.300Z] ---> Running in 239d69e91a7e [2020-09-24T19:08:25.577Z] Removing intermediate container 239d69e91a7e [2020-09-24T19:08:25.577Z] ---> e27676ab3fb7 [2020-09-24T19:08:25.577Z] Step 25/27 : LABEL arch=arm64 [2020-09-24T19:08:25.853Z] ---> Running in ffff3c3ac135 [2020-09-24T19:08:26.127Z] Removing intermediate container ffff3c3ac135 [2020-09-24T19:08:26.128Z] ---> 4d6490a0e1e8 [2020-09-24T19:08:26.128Z] Step 26/27 : LABEL git_sha=ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:26.405Z] ---> Running in 93e86f9d9874 [2020-09-24T19:08:26.681Z] Removing intermediate container 93e86f9d9874 [2020-09-24T19:08:26.681Z] ---> a0cd381b6247 [2020-09-24T19:08:26.681Z] Step 27/27 : LABEL version=1.2.2-dev.31 [2020-09-24T19:08:26.960Z] ---> Running in fbe175e179cf [2020-09-24T19:08:27.234Z] Removing intermediate container fbe175e179cf [2020-09-24T19:08:27.234Z] ---> 8d649fd5c1cc [2020-09-24T19:08:27.234Z] [2020-09-24T19:08:27.912Z] Successfully built 8d649fd5c1cc [2020-09-24T19:08:27.912Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-24T19:08:27.934Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-24T19:08:27.940Z] $ docker stop --time=1 eb02f49dc7e39bab950571a377dcea86f44e05daf1d2b698589e7b7995343ecf [2020-09-24T19:08:29.851Z] $ docker rm -f eb02f49dc7e39bab950571a377dcea86f44e05daf1d2b698589e7b7995343ecf [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:08:30.655Z] + + grep docker [2020-09-24T19:08:30.655Z] docker images [2020-09-24T19:08:30.927Z] docker-sys-mgmt-agent-go-arm64 latest 8d649fd5c1cc 3 seconds ago 270MB [2020-09-24T19:08:30.927Z] docker-security-secrets-setup-go-arm64 latest 4aba76ba96a3 41 seconds ago 22.7MB [2020-09-24T19:08:30.927Z] docker-support-logging-go-arm64 latest 2ff9a7743302 About a minute ago 10.6MB [2020-09-24T19:08:30.927Z] docker-security-secretstore-setup-go-arm64 latest eb7973e906c4 About a minute ago 30.8MB [2020-09-24T19:08:30.927Z] docker-core-command-go-arm64 latest 6919a2feef81 2 minutes ago 11.4MB [2020-09-24T19:08:30.927Z] docker-core-data-go-arm64 latest 8d2a48de76cf 3 minutes ago 22.2MB [2020-09-24T19:08:30.927Z] docker-support-notifications-go-arm64 latest 8bfcebcd927f 3 minutes ago 12.9MB [2020-09-24T19:08:30.927Z] docker-core-metadata-go-arm64 latest a8ec34abc046 3 minutes ago 12.7MB [2020-09-24T19:08:30.927Z] docker-support-scheduler-go-arm64 latest 9ff84e90aea9 3 minutes ago 11.5MB [2020-09-24T19:08:30.927Z] docker-security-proxy-setup-go-arm64 latest f1c181afe184 4 minutes ago 15.1MB [2020-09-24T19:08:30.927Z] docker latest 45884bde0078 6 days 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-09-24T19:08:31.662Z] provisioning config files... [2020-09-24T19:08:31.711Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/146@tmp/config4754876799544135627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:08:32.187Z] ---> docker-login.sh [2020-09-24T19:08:32.187Z] nexus3.edgexfoundry.org:10001 [2020-09-24T19:08:32.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:08:32.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:08:32.748Z] Configure a credential helper to remove this warning. See [2020-09-24T19:08:32.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:08:32.748Z] [2020-09-24T19:08:32.748Z] Login Succeeded [2020-09-24T19:08:32.748Z] nexus3.edgexfoundry.org:10002 [2020-09-24T19:08:33.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:08:33.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:08:33.303Z] Configure a credential helper to remove this warning. See [2020-09-24T19:08:33.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:08:33.303Z] [2020-09-24T19:08:33.303Z] Login Succeeded [2020-09-24T19:08:33.303Z] nexus3.edgexfoundry.org:10003 [2020-09-24T19:08:33.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:08:33.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:08:33.870Z] Configure a credential helper to remove this warning. See [2020-09-24T19:08:33.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:08:33.870Z] [2020-09-24T19:08:33.870Z] Login Succeeded [2020-09-24T19:08:33.870Z] nexus3.edgexfoundry.org:10004 [2020-09-24T19:08:34.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:08:34.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:08:34.433Z] Configure a credential helper to remove this warning. See [2020-09-24T19:08:34.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:08:34.433Z] [2020-09-24T19:08:34.433Z] Login Succeeded [2020-09-24T19:08:34.433Z] docker.io [2020-09-24T19:08:34.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T19:08:34.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T19:08:34.986Z] Configure a credential helper to remove this warning. See [2020-09-24T19:08:34.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T19:08:34.986Z] [2020-09-24T19:08:34.986Z] Login Succeeded [2020-09-24T19:08:34.986Z] ---> docker-login.sh ends [Pipeline] } [2020-09-24T19:08:35.016Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:08:35.294Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-24T19:08:35.294Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:35.294Z] 1.2.2-dev.31 [2020-09-24T19:08:35.294Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:35.294Z] master [2020-09-24T19:08:35.294Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:35.847Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:36.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:36.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-24T19:08:36.218Z] 7d9ba64bd00a: Preparing [2020-09-24T19:08:36.218Z] 83aadad42ef3: Preparing [2020-09-24T19:08:36.218Z] e4d5f6a314ab: Preparing [2020-09-24T19:08:36.501Z] e4d5f6a314ab: Pushed [2020-09-24T19:08:36.501Z] 7d9ba64bd00a: Pushed [2020-09-24T19:08:39.140Z] 83aadad42ef3: Pushed [2020-09-24T19:08:39.416Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:363f6beb0048d67b4165910666a1dcd82c1e4e00d32f9710a8296bd206a2e8d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:39.785Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:40.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.31 [2020-09-24T19:08:40.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-24T19:08:40.130Z] 7d9ba64bd00a: Preparing [2020-09-24T19:08:40.130Z] 83aadad42ef3: Preparing [2020-09-24T19:08:40.130Z] e4d5f6a314ab: Preparing [2020-09-24T19:08:40.406Z] 83aadad42ef3: Layer already exists [2020-09-24T19:08:40.407Z] 7d9ba64bd00a: Layer already exists [2020-09-24T19:08:40.407Z] e4d5f6a314ab: Layer already exists [2020-09-24T19:08:40.407Z] 1.2.2-dev.31: digest: sha256:363f6beb0048d67b4165910666a1dcd82c1e4e00d32f9710a8296bd206a2e8d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:40.760Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:41.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:41.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-24T19:08:41.118Z] 7d9ba64bd00a: Preparing [2020-09-24T19:08:41.118Z] 83aadad42ef3: Preparing [2020-09-24T19:08:41.118Z] e4d5f6a314ab: Preparing [2020-09-24T19:08:41.118Z] 83aadad42ef3: Layer already exists [2020-09-24T19:08:41.390Z] e4d5f6a314ab: Layer already exists [2020-09-24T19:08:41.390Z] 7d9ba64bd00a: Layer already exists [2020-09-24T19:08:41.390Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:363f6beb0048d67b4165910666a1dcd82c1e4e00d32f9710a8296bd206a2e8d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:41.765Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:42.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-24T19:08:42.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-24T19:08:42.118Z] 7d9ba64bd00a: Preparing [2020-09-24T19:08:42.118Z] 83aadad42ef3: Preparing [2020-09-24T19:08:42.118Z] e4d5f6a314ab: Preparing [2020-09-24T19:08:42.395Z] e4d5f6a314ab: Layer already exists [2020-09-24T19:08:42.395Z] 7d9ba64bd00a: Layer already exists [2020-09-24T19:08:42.395Z] 83aadad42ef3: Layer already exists [2020-09-24T19:08:42.395Z] master: digest: sha256:363f6beb0048d67b4165910666a1dcd82c1e4e00d32f9710a8296bd206a2e8d6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:08:42.679Z] ===================================================== [Pipeline] echo [2020-09-24T19:08:42.735Z] taggedImages: [2020-09-24T19:08:42.735Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:42.735Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.31 [2020-09-24T19:08:42.735Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:42.735Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-24T19:08:42.815Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-24T19:08:42.815Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:42.815Z] 1.2.2-dev.31 [2020-09-24T19:08:42.815Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:42.815Z] master [2020-09-24T19:08:42.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:43.453Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:43.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:43.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-24T19:08:43.898Z] 6cf0af558b01: Preparing [2020-09-24T19:08:43.898Z] 51282f69e90a: Preparing [2020-09-24T19:08:43.898Z] c8593e62c721: Preparing [2020-09-24T19:08:43.898Z] 28baace7074c: Preparing [2020-09-24T19:08:43.898Z] 50434a938b6c: Preparing [2020-09-24T19:08:43.898Z] e2f13739ad41: Preparing [2020-09-24T19:08:43.898Z] e2f13739ad41: Waiting [2020-09-24T19:08:44.194Z] 50434a938b6c: Pushed [2020-09-24T19:08:44.194Z] 6cf0af558b01: Pushed [2020-09-24T19:08:44.194Z] c8593e62c721: Pushed [2020-09-24T19:08:44.475Z] e2f13739ad41: Layer already exists [2020-09-24T19:08:44.756Z] 28baace7074c: Pushed [2020-09-24T19:08:48.153Z] 51282f69e90a: Pushed [2020-09-24T19:08:48.153Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:4b8a943ba026fb621983024e30d3ff73ef7a7da4f2ebaf8e6f3c2d61b5feaee2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:48.547Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:48.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.31 [2020-09-24T19:08:48.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-24T19:08:48.914Z] 6cf0af558b01: Preparing [2020-09-24T19:08:48.914Z] 51282f69e90a: Preparing [2020-09-24T19:08:48.914Z] c8593e62c721: Preparing [2020-09-24T19:08:48.914Z] 28baace7074c: Preparing [2020-09-24T19:08:48.914Z] 50434a938b6c: Preparing [2020-09-24T19:08:48.914Z] e2f13739ad41: Preparing [2020-09-24T19:08:48.914Z] e2f13739ad41: Waiting [2020-09-24T19:08:49.190Z] 51282f69e90a: Layer already exists [2020-09-24T19:08:49.190Z] c8593e62c721: Layer already exists [2020-09-24T19:08:49.190Z] 6cf0af558b01: Layer already exists [2020-09-24T19:08:49.190Z] 50434a938b6c: Layer already exists [2020-09-24T19:08:49.190Z] 28baace7074c: Layer already exists [2020-09-24T19:08:49.190Z] e2f13739ad41: Layer already exists [2020-09-24T19:08:49.190Z] 1.2.2-dev.31: digest: sha256:4b8a943ba026fb621983024e30d3ff73ef7a7da4f2ebaf8e6f3c2d61b5feaee2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:49.553Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:49.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:49.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-24T19:08:49.918Z] 6cf0af558b01: Preparing [2020-09-24T19:08:49.918Z] 51282f69e90a: Preparing [2020-09-24T19:08:49.918Z] c8593e62c721: Preparing [2020-09-24T19:08:49.918Z] 28baace7074c: Preparing [2020-09-24T19:08:49.918Z] 50434a938b6c: Preparing [2020-09-24T19:08:49.918Z] e2f13739ad41: Preparing [2020-09-24T19:08:49.918Z] e2f13739ad41: Waiting [2020-09-24T19:08:49.918Z] 28baace7074c: Layer already exists [2020-09-24T19:08:49.918Z] 51282f69e90a: Layer already exists [2020-09-24T19:08:49.918Z] 50434a938b6c: Layer already exists [2020-09-24T19:08:49.918Z] 6cf0af558b01: Layer already exists [2020-09-24T19:08:49.918Z] c8593e62c721: Layer already exists [2020-09-24T19:08:49.918Z] e2f13739ad41: Layer already exists [2020-09-24T19:08:50.207Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:4b8a943ba026fb621983024e30d3ff73ef7a7da4f2ebaf8e6f3c2d61b5feaee2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:50.596Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:50.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-24T19:08:50.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-24T19:08:50.953Z] 6cf0af558b01: Preparing [2020-09-24T19:08:50.953Z] 51282f69e90a: Preparing [2020-09-24T19:08:50.953Z] c8593e62c721: Preparing [2020-09-24T19:08:50.953Z] 28baace7074c: Preparing [2020-09-24T19:08:50.953Z] 50434a938b6c: Preparing [2020-09-24T19:08:50.953Z] e2f13739ad41: Preparing [2020-09-24T19:08:50.953Z] e2f13739ad41: Waiting [2020-09-24T19:08:50.953Z] 6cf0af558b01: Layer already exists [2020-09-24T19:08:50.953Z] 28baace7074c: Layer already exists [2020-09-24T19:08:51.227Z] 51282f69e90a: Layer already exists [2020-09-24T19:08:51.227Z] c8593e62c721: Layer already exists [2020-09-24T19:08:51.227Z] 50434a938b6c: Layer already exists [2020-09-24T19:08:51.227Z] e2f13739ad41: Layer already exists [2020-09-24T19:08:51.227Z] master: digest: sha256:4b8a943ba026fb621983024e30d3ff73ef7a7da4f2ebaf8e6f3c2d61b5feaee2 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:08:51.463Z] ===================================================== [Pipeline] echo [2020-09-24T19:08:51.548Z] taggedImages: [2020-09-24T19:08:51.548Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:51.548Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.31 [2020-09-24T19:08:51.548Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:51.548Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-24T19:08:51.622Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-24T19:08:51.622Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:51.622Z] 1.2.2-dev.31 [2020-09-24T19:08:51.622Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:51.622Z] master [2020-09-24T19:08:51.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:52.178Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:52.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:52.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-24T19:08:52.559Z] cd2108d55ecc: Preparing [2020-09-24T19:08:52.559Z] cc72a2dc1c2b: Preparing [2020-09-24T19:08:52.559Z] 502fe3ae54ae: Preparing [2020-09-24T19:08:52.841Z] cd2108d55ecc: Pushed [2020-09-24T19:08:52.841Z] 502fe3ae54ae: Pushed [2020-09-24T19:08:55.535Z] cc72a2dc1c2b: Pushed [2020-09-24T19:08:56.146Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:5a354cfb3d03de7719e64f520413c8d01b3c765031af8a62cea49942de614914 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:56.494Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:56.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.31 [2020-09-24T19:08:56.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-24T19:08:56.853Z] cd2108d55ecc: Preparing [2020-09-24T19:08:56.853Z] cc72a2dc1c2b: Preparing [2020-09-24T19:08:56.853Z] 502fe3ae54ae: Preparing [2020-09-24T19:08:56.853Z] cd2108d55ecc: Layer already exists [2020-09-24T19:08:56.853Z] 502fe3ae54ae: Layer already exists [2020-09-24T19:08:56.853Z] cc72a2dc1c2b: Layer already exists [2020-09-24T19:08:57.125Z] 1.2.2-dev.31: digest: sha256:5a354cfb3d03de7719e64f520413c8d01b3c765031af8a62cea49942de614914 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:57.488Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:57.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:57.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-24T19:08:57.866Z] cd2108d55ecc: Preparing [2020-09-24T19:08:57.866Z] cc72a2dc1c2b: Preparing [2020-09-24T19:08:57.866Z] 502fe3ae54ae: Preparing [2020-09-24T19:08:57.866Z] cc72a2dc1c2b: Layer already exists [2020-09-24T19:08:58.136Z] 502fe3ae54ae: Layer already exists [2020-09-24T19:08:58.136Z] cd2108d55ecc: Layer already exists [2020-09-24T19:08:58.136Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:5a354cfb3d03de7719e64f520413c8d01b3c765031af8a62cea49942de614914 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:58.485Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:08:58.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-24T19:08:58.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-24T19:08:58.824Z] cd2108d55ecc: Preparing [2020-09-24T19:08:58.824Z] cc72a2dc1c2b: Preparing [2020-09-24T19:08:58.824Z] 502fe3ae54ae: Preparing [2020-09-24T19:08:58.824Z] cd2108d55ecc: Layer already exists [2020-09-24T19:08:58.824Z] cc72a2dc1c2b: Layer already exists [2020-09-24T19:08:58.824Z] 502fe3ae54ae: Layer already exists [2020-09-24T19:08:59.098Z] master: digest: sha256:5a354cfb3d03de7719e64f520413c8d01b3c765031af8a62cea49942de614914 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:08:59.328Z] ===================================================== [Pipeline] echo [2020-09-24T19:08:59.384Z] taggedImages: [2020-09-24T19:08:59.384Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:59.384Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.31 [2020-09-24T19:08:59.384Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:59.384Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-24T19:08:59.456Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-24T19:08:59.456Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:08:59.456Z] 1.2.2-dev.31 [2020-09-24T19:08:59.456Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:08:59.456Z] master [2020-09-24T19:08:59.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:00.024Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:00.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:00.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-24T19:09:00.390Z] 8de50f78e709: Preparing [2020-09-24T19:09:00.390Z] e89c4902fa7d: Preparing [2020-09-24T19:09:00.390Z] 7245482fb8a1: Preparing [2020-09-24T19:09:00.390Z] 7592bcfb997f: Preparing [2020-09-24T19:09:00.390Z] e2f13739ad41: Preparing [2020-09-24T19:09:00.673Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:00.673Z] e89c4902fa7d: Pushed [2020-09-24T19:09:00.673Z] 7245482fb8a1: Pushed [2020-09-24T19:09:01.302Z] 7592bcfb997f: Pushed [2020-09-24T19:09:02.770Z] 8de50f78e709: Pushed [2020-09-24T19:09:03.044Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:82fc0607f2c9e096f358d55207d281d693f9ed8b6749205c0c69bd58345ece73 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:03.427Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:03.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:03.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-24T19:09:03.804Z] 8de50f78e709: Preparing [2020-09-24T19:09:03.804Z] e89c4902fa7d: Preparing [2020-09-24T19:09:03.804Z] 7245482fb8a1: Preparing [2020-09-24T19:09:03.804Z] 7592bcfb997f: Preparing [2020-09-24T19:09:03.804Z] e2f13739ad41: Preparing [2020-09-24T19:09:03.804Z] 8de50f78e709: Layer already exists [2020-09-24T19:09:03.804Z] e89c4902fa7d: Layer already exists [2020-09-24T19:09:03.804Z] 7592bcfb997f: Layer already exists [2020-09-24T19:09:03.804Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:03.804Z] 7245482fb8a1: Layer already exists [2020-09-24T19:09:04.077Z] 1.2.2-dev.31: digest: sha256:82fc0607f2c9e096f358d55207d281d693f9ed8b6749205c0c69bd58345ece73 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:04.444Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:04.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:04.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-24T19:09:04.900Z] 8de50f78e709: Preparing [2020-09-24T19:09:04.900Z] e89c4902fa7d: Preparing [2020-09-24T19:09:04.900Z] 7245482fb8a1: Preparing [2020-09-24T19:09:04.900Z] 7592bcfb997f: Preparing [2020-09-24T19:09:04.900Z] e2f13739ad41: Preparing [2020-09-24T19:09:05.188Z] e89c4902fa7d: Layer already exists [2020-09-24T19:09:05.188Z] 7245482fb8a1: Layer already exists [2020-09-24T19:09:05.188Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:05.188Z] 7592bcfb997f: Layer already exists [2020-09-24T19:09:05.188Z] 8de50f78e709: Layer already exists [2020-09-24T19:09:05.188Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:82fc0607f2c9e096f358d55207d281d693f9ed8b6749205c0c69bd58345ece73 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:05.565Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:06.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-24T19:09:06.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-24T19:09:06.178Z] 8de50f78e709: Preparing [2020-09-24T19:09:06.178Z] e89c4902fa7d: Preparing [2020-09-24T19:09:06.178Z] 7245482fb8a1: Preparing [2020-09-24T19:09:06.178Z] 7592bcfb997f: Preparing [2020-09-24T19:09:06.178Z] e2f13739ad41: Preparing [2020-09-24T19:09:06.448Z] 8de50f78e709: Layer already exists [2020-09-24T19:09:06.448Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:06.448Z] e89c4902fa7d: Layer already exists [2020-09-24T19:09:06.448Z] 7245482fb8a1: Layer already exists [2020-09-24T19:09:06.448Z] 7592bcfb997f: Layer already exists [2020-09-24T19:09:06.448Z] master: digest: sha256:82fc0607f2c9e096f358d55207d281d693f9ed8b6749205c0c69bd58345ece73 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:09:06.664Z] ===================================================== [Pipeline] echo [2020-09-24T19:09:06.775Z] taggedImages: [2020-09-24T19:09:06.775Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:06.775Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:06.775Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:06.775Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-24T19:09:06.837Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-24T19:09:06.837Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:06.837Z] 1.2.2-dev.31 [2020-09-24T19:09:06.837Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:06.837Z] master [2020-09-24T19:09:06.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:07.363Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:07.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:07.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-24T19:09:07.708Z] 17661d5c343c: Preparing [2020-09-24T19:09:07.708Z] ca109242eeea: Preparing [2020-09-24T19:09:07.708Z] 0af0c1113414: Preparing [2020-09-24T19:09:07.708Z] 81c26927bb32: Preparing [2020-09-24T19:09:07.708Z] 81c26927bb32: Preparing [2020-09-24T19:09:07.708Z] c271bbb4abac: Preparing [2020-09-24T19:09:07.708Z] c9d3e218d080: Preparing [2020-09-24T19:09:07.708Z] 30afd163625b: Preparing [2020-09-24T19:09:07.708Z] 17661d5c343c: Preparing [2020-09-24T19:09:07.708Z] ea7e5ae2d1ae: Preparing [2020-09-24T19:09:07.708Z] 7574abf81f67: Preparing [2020-09-24T19:09:07.708Z] 22b69e19e79f: Preparing [2020-09-24T19:09:07.708Z] e2f13739ad41: Preparing [2020-09-24T19:09:07.708Z] c9d3e218d080: Waiting [2020-09-24T19:09:07.708Z] 30afd163625b: Waiting [2020-09-24T19:09:07.708Z] ea7e5ae2d1ae: Waiting [2020-09-24T19:09:07.708Z] 22b69e19e79f: Waiting [2020-09-24T19:09:07.708Z] e2f13739ad41: Waiting [2020-09-24T19:09:07.708Z] 7574abf81f67: Waiting [2020-09-24T19:09:07.978Z] 81c26927bb32: Pushed [2020-09-24T19:09:08.249Z] 0af0c1113414: Pushed [2020-09-24T19:09:08.249Z] c271bbb4abac: Pushed [2020-09-24T19:09:08.249Z] ca109242eeea: Pushed [2020-09-24T19:09:08.249Z] c9d3e218d080: Pushed [2020-09-24T19:09:08.520Z] 30afd163625b: Pushed [2020-09-24T19:09:08.520Z] 7574abf81f67: Pushed [2020-09-24T19:09:08.520Z] ea7e5ae2d1ae: Pushed [2020-09-24T19:09:08.520Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:08.790Z] 22b69e19e79f: Pushed [2020-09-24T19:09:10.213Z] 17661d5c343c: Pushed [2020-09-24T19:09:10.483Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:03aca3e12b57ef582a9232590aa5cd267d56cf21091776bd94dccbfc51da0639 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:10.827Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:11.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:11.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-24T19:09:11.166Z] 17661d5c343c: Preparing [2020-09-24T19:09:11.166Z] ca109242eeea: Preparing [2020-09-24T19:09:11.166Z] 0af0c1113414: Preparing [2020-09-24T19:09:11.166Z] 81c26927bb32: Preparing [2020-09-24T19:09:11.166Z] 81c26927bb32: Preparing [2020-09-24T19:09:11.166Z] c271bbb4abac: Preparing [2020-09-24T19:09:11.166Z] c9d3e218d080: Preparing [2020-09-24T19:09:11.166Z] 30afd163625b: Preparing [2020-09-24T19:09:11.166Z] 17661d5c343c: Preparing [2020-09-24T19:09:11.166Z] ea7e5ae2d1ae: Preparing [2020-09-24T19:09:11.166Z] 7574abf81f67: Preparing [2020-09-24T19:09:11.166Z] 22b69e19e79f: Preparing [2020-09-24T19:09:11.166Z] e2f13739ad41: Preparing [2020-09-24T19:09:11.166Z] c9d3e218d080: Waiting [2020-09-24T19:09:11.166Z] 30afd163625b: Waiting [2020-09-24T19:09:11.167Z] ea7e5ae2d1ae: Waiting [2020-09-24T19:09:11.167Z] 7574abf81f67: Waiting [2020-09-24T19:09:11.167Z] 22b69e19e79f: Waiting [2020-09-24T19:09:11.167Z] e2f13739ad41: Waiting [2020-09-24T19:09:11.436Z] 0af0c1113414: Layer already exists [2020-09-24T19:09:11.436Z] c271bbb4abac: Layer already exists [2020-09-24T19:09:11.436Z] 81c26927bb32: Layer already exists [2020-09-24T19:09:11.436Z] 17661d5c343c: Layer already exists [2020-09-24T19:09:11.436Z] ca109242eeea: Layer already exists [2020-09-24T19:09:11.436Z] 30afd163625b: Layer already exists [2020-09-24T19:09:11.436Z] 7574abf81f67: Layer already exists [2020-09-24T19:09:11.436Z] 22b69e19e79f: Layer already exists [2020-09-24T19:09:11.436Z] ea7e5ae2d1ae: Layer already exists [2020-09-24T19:09:11.436Z] c9d3e218d080: Layer already exists [2020-09-24T19:09:11.436Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:11.436Z] 1.2.2-dev.31: digest: sha256:03aca3e12b57ef582a9232590aa5cd267d56cf21091776bd94dccbfc51da0639 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:11.773Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:12.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:12.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-24T19:09:12.106Z] 17661d5c343c: Preparing [2020-09-24T19:09:12.106Z] ca109242eeea: Preparing [2020-09-24T19:09:12.106Z] 0af0c1113414: Preparing [2020-09-24T19:09:12.106Z] 81c26927bb32: Preparing [2020-09-24T19:09:12.106Z] 81c26927bb32: Preparing [2020-09-24T19:09:12.106Z] c271bbb4abac: Preparing [2020-09-24T19:09:12.106Z] c9d3e218d080: Preparing [2020-09-24T19:09:12.106Z] 30afd163625b: Preparing [2020-09-24T19:09:12.106Z] 17661d5c343c: Preparing [2020-09-24T19:09:12.106Z] ea7e5ae2d1ae: Preparing [2020-09-24T19:09:12.106Z] 7574abf81f67: Preparing [2020-09-24T19:09:12.106Z] 22b69e19e79f: Preparing [2020-09-24T19:09:12.106Z] e2f13739ad41: Preparing [2020-09-24T19:09:12.106Z] c9d3e218d080: Waiting [2020-09-24T19:09:12.106Z] 30afd163625b: Waiting [2020-09-24T19:09:12.106Z] 22b69e19e79f: Waiting [2020-09-24T19:09:12.106Z] ea7e5ae2d1ae: Waiting [2020-09-24T19:09:12.106Z] 7574abf81f67: Waiting [2020-09-24T19:09:12.106Z] e2f13739ad41: Waiting [2020-09-24T19:09:12.375Z] ca109242eeea: Layer already exists [2020-09-24T19:09:12.375Z] 17661d5c343c: Layer already exists [2020-09-24T19:09:12.375Z] c271bbb4abac: Layer already exists [2020-09-24T19:09:12.375Z] 0af0c1113414: Layer already exists [2020-09-24T19:09:12.375Z] 81c26927bb32: Layer already exists [2020-09-24T19:09:12.375Z] c9d3e218d080: Layer already exists [2020-09-24T19:09:12.375Z] 30afd163625b: Layer already exists [2020-09-24T19:09:12.375Z] ea7e5ae2d1ae: Layer already exists [2020-09-24T19:09:12.375Z] 22b69e19e79f: Layer already exists [2020-09-24T19:09:12.375Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:12.375Z] 7574abf81f67: Layer already exists [2020-09-24T19:09:12.375Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:03aca3e12b57ef582a9232590aa5cd267d56cf21091776bd94dccbfc51da0639 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:12.713Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:13.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-24T19:09:13.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-24T19:09:13.047Z] 17661d5c343c: Preparing [2020-09-24T19:09:13.047Z] ca109242eeea: Preparing [2020-09-24T19:09:13.047Z] 0af0c1113414: Preparing [2020-09-24T19:09:13.047Z] 81c26927bb32: Preparing [2020-09-24T19:09:13.047Z] 81c26927bb32: Preparing [2020-09-24T19:09:13.047Z] c271bbb4abac: Preparing [2020-09-24T19:09:13.047Z] c9d3e218d080: Preparing [2020-09-24T19:09:13.047Z] 30afd163625b: Preparing [2020-09-24T19:09:13.047Z] 17661d5c343c: Preparing [2020-09-24T19:09:13.047Z] ea7e5ae2d1ae: Preparing [2020-09-24T19:09:13.047Z] 7574abf81f67: Preparing [2020-09-24T19:09:13.047Z] 22b69e19e79f: Preparing [2020-09-24T19:09:13.047Z] e2f13739ad41: Preparing [2020-09-24T19:09:13.047Z] ea7e5ae2d1ae: Waiting [2020-09-24T19:09:13.047Z] 7574abf81f67: Waiting [2020-09-24T19:09:13.047Z] e2f13739ad41: Waiting [2020-09-24T19:09:13.047Z] 22b69e19e79f: Waiting [2020-09-24T19:09:13.047Z] c9d3e218d080: Waiting [2020-09-24T19:09:13.047Z] 30afd163625b: Waiting [2020-09-24T19:09:13.320Z] c271bbb4abac: Layer already exists [2020-09-24T19:09:13.320Z] ca109242eeea: Layer already exists [2020-09-24T19:09:13.320Z] 0af0c1113414: Layer already exists [2020-09-24T19:09:13.320Z] 17661d5c343c: Layer already exists [2020-09-24T19:09:13.320Z] 81c26927bb32: Layer already exists [2020-09-24T19:09:13.320Z] c9d3e218d080: Layer already exists [2020-09-24T19:09:13.320Z] 22b69e19e79f: Layer already exists [2020-09-24T19:09:13.320Z] ea7e5ae2d1ae: Layer already exists [2020-09-24T19:09:13.320Z] 7574abf81f67: Layer already exists [2020-09-24T19:09:13.320Z] 30afd163625b: Layer already exists [2020-09-24T19:09:13.320Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:13.320Z] master: digest: sha256:03aca3e12b57ef582a9232590aa5cd267d56cf21091776bd94dccbfc51da0639 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:09:13.520Z] ===================================================== [Pipeline] echo [2020-09-24T19:09:13.568Z] taggedImages: [2020-09-24T19:09:13.568Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:13.568Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:13.568Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:13.568Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-24T19:09:13.637Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-24T19:09:13.637Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:13.637Z] 1.2.2-dev.31 [2020-09-24T19:09:13.637Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:13.637Z] master [2020-09-24T19:09:13.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:14.226Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:14.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:14.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-24T19:09:14.558Z] 5f8a3ff13865: Preparing [2020-09-24T19:09:14.558Z] 3fd37de54325: Preparing [2020-09-24T19:09:14.558Z] 913b3df441c1: Preparing [2020-09-24T19:09:14.558Z] 9d3fc232cec8: Preparing [2020-09-24T19:09:14.558Z] cc20623c88b4: Preparing [2020-09-24T19:09:14.558Z] 744c33542a44: Preparing [2020-09-24T19:09:14.558Z] 18683c83505d: Preparing [2020-09-24T19:09:14.558Z] 464a6fd5f61d: Preparing [2020-09-24T19:09:14.558Z] 1dcd5db5cb1b: Preparing [2020-09-24T19:09:14.558Z] 82a3208cb7ef: Preparing [2020-09-24T19:09:14.558Z] 66b385cf80cf: Preparing [2020-09-24T19:09:14.558Z] 464a6fd5f61d: Waiting [2020-09-24T19:09:14.558Z] 1dcd5db5cb1b: Waiting [2020-09-24T19:09:14.558Z] 82a3208cb7ef: Waiting [2020-09-24T19:09:14.558Z] 66b385cf80cf: Waiting [2020-09-24T19:09:14.558Z] 744c33542a44: Waiting [2020-09-24T19:09:14.558Z] 18683c83505d: Waiting [2020-09-24T19:09:15.191Z] 5f8a3ff13865: Pushed [2020-09-24T19:09:15.191Z] 3fd37de54325: Pushed [2020-09-24T19:09:15.464Z] 18683c83505d: Pushed [2020-09-24T19:09:15.464Z] 744c33542a44: Pushed [2020-09-24T19:09:15.734Z] 464a6fd5f61d: Pushed [2020-09-24T19:09:15.734Z] 1dcd5db5cb1b: Pushed [2020-09-24T19:09:15.734Z] 66b385cf80cf: Layer already exists [2020-09-24T19:09:16.329Z] 82a3208cb7ef: Pushed [2020-09-24T19:09:16.921Z] 913b3df441c1: Pushed [2020-09-24T19:09:17.193Z] cc20623c88b4: Pushed [2020-09-24T19:09:17.193Z] 9d3fc232cec8: Pushed [2020-09-24T19:09:17.463Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:f10c2a87a8d9a2ac04de0a0c282ff99b874ecdd2f07d47157c9765693a5cabff size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:17.802Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:18.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:18.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-24T19:09:18.136Z] 5f8a3ff13865: Preparing [2020-09-24T19:09:18.136Z] 3fd37de54325: Preparing [2020-09-24T19:09:18.136Z] 913b3df441c1: Preparing [2020-09-24T19:09:18.136Z] 9d3fc232cec8: Preparing [2020-09-24T19:09:18.136Z] cc20623c88b4: Preparing [2020-09-24T19:09:18.136Z] 744c33542a44: Preparing [2020-09-24T19:09:18.136Z] 18683c83505d: Preparing [2020-09-24T19:09:18.136Z] 464a6fd5f61d: Preparing [2020-09-24T19:09:18.136Z] 1dcd5db5cb1b: Preparing [2020-09-24T19:09:18.136Z] 82a3208cb7ef: Preparing [2020-09-24T19:09:18.136Z] 66b385cf80cf: Preparing [2020-09-24T19:09:18.136Z] 464a6fd5f61d: Waiting [2020-09-24T19:09:18.136Z] 1dcd5db5cb1b: Waiting [2020-09-24T19:09:18.136Z] 82a3208cb7ef: Waiting [2020-09-24T19:09:18.136Z] 66b385cf80cf: Waiting [2020-09-24T19:09:18.136Z] 744c33542a44: Waiting [2020-09-24T19:09:18.136Z] 18683c83505d: Waiting [2020-09-24T19:09:18.408Z] 3fd37de54325: Layer already exists [2020-09-24T19:09:18.408Z] 913b3df441c1: Layer already exists [2020-09-24T19:09:18.408Z] 5f8a3ff13865: Layer already exists [2020-09-24T19:09:18.408Z] cc20623c88b4: Layer already exists [2020-09-24T19:09:18.408Z] 9d3fc232cec8: Layer already exists [2020-09-24T19:09:18.408Z] 744c33542a44: Layer already exists [2020-09-24T19:09:18.408Z] 18683c83505d: Layer already exists [2020-09-24T19:09:18.408Z] 82a3208cb7ef: Layer already exists [2020-09-24T19:09:18.408Z] 464a6fd5f61d: Layer already exists [2020-09-24T19:09:18.408Z] 1dcd5db5cb1b: Layer already exists [2020-09-24T19:09:18.408Z] 66b385cf80cf: Layer already exists [2020-09-24T19:09:18.408Z] 1.2.2-dev.31: digest: sha256:f10c2a87a8d9a2ac04de0a0c282ff99b874ecdd2f07d47157c9765693a5cabff size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:18.744Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:19.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:19.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-24T19:09:19.169Z] 5f8a3ff13865: Preparing [2020-09-24T19:09:19.169Z] 3fd37de54325: Preparing [2020-09-24T19:09:19.169Z] 913b3df441c1: Preparing [2020-09-24T19:09:19.169Z] 9d3fc232cec8: Preparing [2020-09-24T19:09:19.169Z] cc20623c88b4: Preparing [2020-09-24T19:09:19.169Z] 744c33542a44: Preparing [2020-09-24T19:09:19.169Z] 18683c83505d: Preparing [2020-09-24T19:09:19.169Z] 464a6fd5f61d: Preparing [2020-09-24T19:09:19.169Z] 1dcd5db5cb1b: Preparing [2020-09-24T19:09:19.169Z] 82a3208cb7ef: Preparing [2020-09-24T19:09:19.169Z] 66b385cf80cf: Preparing [2020-09-24T19:09:19.169Z] 1dcd5db5cb1b: Waiting [2020-09-24T19:09:19.169Z] 82a3208cb7ef: Waiting [2020-09-24T19:09:19.169Z] 66b385cf80cf: Waiting [2020-09-24T19:09:19.169Z] 18683c83505d: Waiting [2020-09-24T19:09:19.169Z] 744c33542a44: Waiting [2020-09-24T19:09:19.169Z] 464a6fd5f61d: Waiting [2020-09-24T19:09:19.169Z] 3fd37de54325: Layer already exists [2020-09-24T19:09:19.169Z] 9d3fc232cec8: Layer already exists [2020-09-24T19:09:19.169Z] 5f8a3ff13865: Layer already exists [2020-09-24T19:09:19.169Z] 913b3df441c1: Layer already exists [2020-09-24T19:09:19.169Z] cc20623c88b4: Layer already exists [2020-09-24T19:09:19.169Z] 744c33542a44: Layer already exists [2020-09-24T19:09:19.169Z] 464a6fd5f61d: Layer already exists [2020-09-24T19:09:19.169Z] 1dcd5db5cb1b: Layer already exists [2020-09-24T19:09:19.449Z] 18683c83505d: Layer already exists [2020-09-24T19:09:19.449Z] 82a3208cb7ef: Layer already exists [2020-09-24T19:09:19.449Z] 66b385cf80cf: Layer already exists [2020-09-24T19:09:19.449Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:f10c2a87a8d9a2ac04de0a0c282ff99b874ecdd2f07d47157c9765693a5cabff size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:19.788Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:20.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-24T19:09:20.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-24T19:09:20.117Z] 5f8a3ff13865: Preparing [2020-09-24T19:09:20.117Z] 3fd37de54325: Preparing [2020-09-24T19:09:20.117Z] 913b3df441c1: Preparing [2020-09-24T19:09:20.117Z] 9d3fc232cec8: Preparing [2020-09-24T19:09:20.117Z] cc20623c88b4: Preparing [2020-09-24T19:09:20.117Z] 744c33542a44: Preparing [2020-09-24T19:09:20.117Z] 18683c83505d: Preparing [2020-09-24T19:09:20.117Z] 464a6fd5f61d: Preparing [2020-09-24T19:09:20.117Z] 1dcd5db5cb1b: Preparing [2020-09-24T19:09:20.117Z] 82a3208cb7ef: Preparing [2020-09-24T19:09:20.117Z] 66b385cf80cf: Preparing [2020-09-24T19:09:20.117Z] 744c33542a44: Waiting [2020-09-24T19:09:20.117Z] 18683c83505d: Waiting [2020-09-24T19:09:20.117Z] 1dcd5db5cb1b: Waiting [2020-09-24T19:09:20.117Z] 464a6fd5f61d: Waiting [2020-09-24T19:09:20.117Z] 82a3208cb7ef: Waiting [2020-09-24T19:09:20.393Z] 913b3df441c1: Layer already exists [2020-09-24T19:09:20.393Z] 3fd37de54325: Layer already exists [2020-09-24T19:09:20.393Z] 9d3fc232cec8: Layer already exists [2020-09-24T19:09:20.393Z] cc20623c88b4: Layer already exists [2020-09-24T19:09:20.393Z] 5f8a3ff13865: Layer already exists [2020-09-24T19:09:20.393Z] 18683c83505d: Layer already exists [2020-09-24T19:09:20.393Z] 744c33542a44: Layer already exists [2020-09-24T19:09:20.393Z] 464a6fd5f61d: Layer already exists [2020-09-24T19:09:20.393Z] 1dcd5db5cb1b: Layer already exists [2020-09-24T19:09:20.393Z] 82a3208cb7ef: Layer already exists [2020-09-24T19:09:20.393Z] 66b385cf80cf: Layer already exists [2020-09-24T19:09:20.393Z] master: digest: sha256:f10c2a87a8d9a2ac04de0a0c282ff99b874ecdd2f07d47157c9765693a5cabff size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:09:20.662Z] ===================================================== [Pipeline] echo [2020-09-24T19:09:20.734Z] taggedImages: [2020-09-24T19:09:20.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:20.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:20.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:20.734Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-24T19:09:20.800Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-24T19:09:20.800Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:20.800Z] 1.2.2-dev.31 [2020-09-24T19:09:20.800Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:20.800Z] master [2020-09-24T19:09:20.800Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:21.335Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:21.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:21.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-24T19:09:21.668Z] 64c64a07fc5d: Preparing [2020-09-24T19:09:21.668Z] 7779af01bb4b: Preparing [2020-09-24T19:09:21.668Z] e33c4f217708: Preparing [2020-09-24T19:09:21.668Z] 2b0d3a753f56: Preparing [2020-09-24T19:09:21.946Z] 64c64a07fc5d: Pushed [2020-09-24T19:09:21.946Z] e33c4f217708: Pushed [2020-09-24T19:09:22.215Z] 2b0d3a753f56: Pushed [2020-09-24T19:09:24.826Z] 7779af01bb4b: Pushed [2020-09-24T19:09:24.826Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:23f2d0bc0789134f6ebfe3f6bb26920f3e94be0f4c0abc38ce905af2cf826b02 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:25.170Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:25.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:25.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-24T19:09:25.515Z] 64c64a07fc5d: Preparing [2020-09-24T19:09:25.515Z] 7779af01bb4b: Preparing [2020-09-24T19:09:25.515Z] e33c4f217708: Preparing [2020-09-24T19:09:25.515Z] 2b0d3a753f56: Preparing [2020-09-24T19:09:25.790Z] 2b0d3a753f56: Layer already exists [2020-09-24T19:09:25.790Z] e33c4f217708: Layer already exists [2020-09-24T19:09:25.790Z] 7779af01bb4b: Layer already exists [2020-09-24T19:09:25.790Z] 64c64a07fc5d: Layer already exists [2020-09-24T19:09:25.790Z] 1.2.2-dev.31: digest: sha256:23f2d0bc0789134f6ebfe3f6bb26920f3e94be0f4c0abc38ce905af2cf826b02 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:26.132Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:26.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:26.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-24T19:09:26.472Z] 64c64a07fc5d: Preparing [2020-09-24T19:09:26.472Z] 7779af01bb4b: Preparing [2020-09-24T19:09:26.472Z] e33c4f217708: Preparing [2020-09-24T19:09:26.472Z] 2b0d3a753f56: Preparing [2020-09-24T19:09:26.472Z] 7779af01bb4b: Layer already exists [2020-09-24T19:09:26.472Z] 2b0d3a753f56: Layer already exists [2020-09-24T19:09:26.472Z] 64c64a07fc5d: Layer already exists [2020-09-24T19:09:26.472Z] e33c4f217708: Layer already exists [2020-09-24T19:09:26.745Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:23f2d0bc0789134f6ebfe3f6bb26920f3e94be0f4c0abc38ce905af2cf826b02 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:27.092Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:27.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-24T19:09:27.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-24T19:09:27.433Z] 64c64a07fc5d: Preparing [2020-09-24T19:09:27.433Z] 7779af01bb4b: Preparing [2020-09-24T19:09:27.433Z] e33c4f217708: Preparing [2020-09-24T19:09:27.433Z] 2b0d3a753f56: Preparing [2020-09-24T19:09:27.434Z] 2b0d3a753f56: Layer already exists [2020-09-24T19:09:27.434Z] e33c4f217708: Layer already exists [2020-09-24T19:09:27.717Z] 64c64a07fc5d: Layer already exists [2020-09-24T19:09:27.717Z] 7779af01bb4b: Layer already exists [2020-09-24T19:09:27.717Z] master: digest: sha256:23f2d0bc0789134f6ebfe3f6bb26920f3e94be0f4c0abc38ce905af2cf826b02 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:09:27.977Z] ===================================================== [Pipeline] echo [2020-09-24T19:09:28.028Z] taggedImages: [2020-09-24T19:09:28.028Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:28.028Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:28.028Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:28.028Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-24T19:09:28.137Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-24T19:09:28.137Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:28.137Z] 1.2.2-dev.31 [2020-09-24T19:09:28.137Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:28.137Z] master [2020-09-24T19:09:28.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:28.655Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:29.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:29.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-24T19:09:29.000Z] 99e863ed7cec: Preparing [2020-09-24T19:09:29.000Z] 87d024cbcf79: Preparing [2020-09-24T19:09:29.000Z] 78c2258bd9e3: Preparing [2020-09-24T19:09:29.000Z] aa0542efa2ba: Preparing [2020-09-24T19:09:29.000Z] f3b9c05fb905: Preparing [2020-09-24T19:09:29.000Z] fdd53829c404: Preparing [2020-09-24T19:09:29.271Z] 99e863ed7cec: Pushed [2020-09-24T19:09:29.271Z] 78c2258bd9e3: Pushed [2020-09-24T19:09:29.550Z] f3b9c05fb905: Pushed [2020-09-24T19:09:29.550Z] aa0542efa2ba: Pushed [2020-09-24T19:09:29.824Z] fdd53829c404: Pushed [2020-09-24T19:09:31.805Z] 87d024cbcf79: Pushed [2020-09-24T19:09:32.077Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:a2a0722df46de3304e28a2c59b99453ba3ff809e2e4a83828ccce1fd92d7ec73 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:32.417Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:32.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:32.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-24T19:09:32.745Z] 99e863ed7cec: Preparing [2020-09-24T19:09:32.745Z] 87d024cbcf79: Preparing [2020-09-24T19:09:32.745Z] 78c2258bd9e3: Preparing [2020-09-24T19:09:32.745Z] aa0542efa2ba: Preparing [2020-09-24T19:09:32.745Z] f3b9c05fb905: Preparing [2020-09-24T19:09:32.745Z] fdd53829c404: Preparing [2020-09-24T19:09:32.745Z] fdd53829c404: Waiting [2020-09-24T19:09:33.017Z] f3b9c05fb905: Layer already exists [2020-09-24T19:09:33.017Z] 99e863ed7cec: Layer already exists [2020-09-24T19:09:33.017Z] 87d024cbcf79: Layer already exists [2020-09-24T19:09:33.017Z] aa0542efa2ba: Layer already exists [2020-09-24T19:09:33.017Z] 78c2258bd9e3: Layer already exists [2020-09-24T19:09:33.017Z] fdd53829c404: Layer already exists [2020-09-24T19:09:33.017Z] 1.2.2-dev.31: digest: sha256:a2a0722df46de3304e28a2c59b99453ba3ff809e2e4a83828ccce1fd92d7ec73 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:33.354Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:33.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:33.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-24T19:09:33.686Z] 99e863ed7cec: Preparing [2020-09-24T19:09:33.686Z] 87d024cbcf79: Preparing [2020-09-24T19:09:33.686Z] 78c2258bd9e3: Preparing [2020-09-24T19:09:33.686Z] aa0542efa2ba: Preparing [2020-09-24T19:09:33.686Z] f3b9c05fb905: Preparing [2020-09-24T19:09:33.686Z] fdd53829c404: Preparing [2020-09-24T19:09:33.686Z] fdd53829c404: Waiting [2020-09-24T19:09:33.686Z] 78c2258bd9e3: Layer already exists [2020-09-24T19:09:33.686Z] 87d024cbcf79: Layer already exists [2020-09-24T19:09:33.686Z] f3b9c05fb905: Layer already exists [2020-09-24T19:09:33.686Z] 99e863ed7cec: Layer already exists [2020-09-24T19:09:33.686Z] aa0542efa2ba: Layer already exists [2020-09-24T19:09:33.686Z] fdd53829c404: Layer already exists [2020-09-24T19:09:33.956Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:a2a0722df46de3304e28a2c59b99453ba3ff809e2e4a83828ccce1fd92d7ec73 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:34.311Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:34.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-24T19:09:34.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-24T19:09:34.674Z] 99e863ed7cec: Preparing [2020-09-24T19:09:34.674Z] 87d024cbcf79: Preparing [2020-09-24T19:09:34.674Z] 78c2258bd9e3: Preparing [2020-09-24T19:09:34.674Z] aa0542efa2ba: Preparing [2020-09-24T19:09:34.674Z] f3b9c05fb905: Preparing [2020-09-24T19:09:34.674Z] fdd53829c404: Preparing [2020-09-24T19:09:34.674Z] fdd53829c404: Waiting [2020-09-24T19:09:34.950Z] 78c2258bd9e3: Layer already exists [2020-09-24T19:09:34.950Z] 87d024cbcf79: Layer already exists [2020-09-24T19:09:34.950Z] 99e863ed7cec: Layer already exists [2020-09-24T19:09:34.950Z] aa0542efa2ba: Layer already exists [2020-09-24T19:09:34.950Z] f3b9c05fb905: Layer already exists [2020-09-24T19:09:34.950Z] fdd53829c404: Layer already exists [2020-09-24T19:09:34.950Z] master: digest: sha256:a2a0722df46de3304e28a2c59b99453ba3ff809e2e4a83828ccce1fd92d7ec73 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:09:35.138Z] ===================================================== [Pipeline] echo [2020-09-24T19:09:35.184Z] taggedImages: [2020-09-24T19:09:35.184Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:35.184Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:35.184Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:35.184Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-24T19:09:35.248Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-24T19:09:35.248Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:35.248Z] 1.2.2-dev.31 [2020-09-24T19:09:35.248Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:35.248Z] master [2020-09-24T19:09:35.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:35.786Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:36.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:36.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-24T19:09:36.121Z] d372ea2a058a: Preparing [2020-09-24T19:09:36.121Z] d664393ea83a: Preparing [2020-09-24T19:09:36.121Z] 9e41ed95a6b1: Preparing [2020-09-24T19:09:36.712Z] 9e41ed95a6b1: Pushed [2020-09-24T19:09:36.712Z] d372ea2a058a: Pushed [2020-09-24T19:09:39.313Z] d664393ea83a: Pushed [2020-09-24T19:09:39.583Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:2fd99aa6d5694330d4d97929b1fce18bfbdf84a0c6b8a34be8c35809103eaea8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:39.919Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:40.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:40.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-24T19:09:40.255Z] d372ea2a058a: Preparing [2020-09-24T19:09:40.255Z] d664393ea83a: Preparing [2020-09-24T19:09:40.255Z] 9e41ed95a6b1: Preparing [2020-09-24T19:09:40.255Z] d372ea2a058a: Layer already exists [2020-09-24T19:09:40.255Z] d664393ea83a: Layer already exists [2020-09-24T19:09:40.255Z] 9e41ed95a6b1: Layer already exists [2020-09-24T19:09:40.526Z] 1.2.2-dev.31: digest: sha256:2fd99aa6d5694330d4d97929b1fce18bfbdf84a0c6b8a34be8c35809103eaea8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:40.867Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:41.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:41.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-24T19:09:41.197Z] d372ea2a058a: Preparing [2020-09-24T19:09:41.197Z] d664393ea83a: Preparing [2020-09-24T19:09:41.197Z] 9e41ed95a6b1: Preparing [2020-09-24T19:09:41.197Z] 9e41ed95a6b1: Layer already exists [2020-09-24T19:09:41.197Z] d664393ea83a: Layer already exists [2020-09-24T19:09:41.467Z] d372ea2a058a: Layer already exists [2020-09-24T19:09:41.467Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:2fd99aa6d5694330d4d97929b1fce18bfbdf84a0c6b8a34be8c35809103eaea8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:41.800Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:42.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-24T19:09:42.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-24T19:09:42.130Z] d372ea2a058a: Preparing [2020-09-24T19:09:42.130Z] d664393ea83a: Preparing [2020-09-24T19:09:42.130Z] 9e41ed95a6b1: Preparing [2020-09-24T19:09:42.130Z] d372ea2a058a: Layer already exists [2020-09-24T19:09:42.130Z] 9e41ed95a6b1: Layer already exists [2020-09-24T19:09:42.130Z] d664393ea83a: Layer already exists [2020-09-24T19:09:42.399Z] master: digest: sha256:2fd99aa6d5694330d4d97929b1fce18bfbdf84a0c6b8a34be8c35809103eaea8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:09:42.588Z] ===================================================== [Pipeline] echo [2020-09-24T19:09:42.633Z] taggedImages: [2020-09-24T19:09:42.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:42.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:42.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:42.633Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-24T19:09:42.699Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-24T19:09:42.699Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:42.699Z] 1.2.2-dev.31 [2020-09-24T19:09:42.699Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:42.699Z] master [2020-09-24T19:09:42.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:43.190Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:43.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:09:43.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-24T19:09:43.522Z] 5979d93908bd: Preparing [2020-09-24T19:09:43.522Z] faacfa700db4: Preparing [2020-09-24T19:09:43.522Z] 0c16be9a2a4f: Preparing [2020-09-24T19:09:43.522Z] 094b696364f7: Preparing [2020-09-24T19:09:43.522Z] 2f2de1a1c6c9: Preparing [2020-09-24T19:09:43.522Z] 29acaa92334d: Preparing [2020-09-24T19:09:43.522Z] 9bea51ebb09f: Preparing [2020-09-24T19:09:43.522Z] f875f9e206db: Preparing [2020-09-24T19:09:43.522Z] 3994ac1dcb8b: Preparing [2020-09-24T19:09:43.522Z] 5f2247eaf593: Preparing [2020-09-24T19:09:43.522Z] 29acaa92334d: Waiting [2020-09-24T19:09:43.522Z] 9bea51ebb09f: Waiting [2020-09-24T19:09:43.522Z] f875f9e206db: Waiting [2020-09-24T19:09:43.522Z] 3994ac1dcb8b: Waiting [2020-09-24T19:09:43.522Z] 62d13be1b083: Preparing [2020-09-24T19:09:43.522Z] 94fdc660876c: Preparing [2020-09-24T19:09:43.522Z] 5f2247eaf593: Waiting [2020-09-24T19:09:43.522Z] 4e7279dfc0c0: Preparing [2020-09-24T19:09:43.522Z] e2f13739ad41: Preparing [2020-09-24T19:09:43.522Z] 62d13be1b083: Waiting [2020-09-24T19:09:43.522Z] 94fdc660876c: Waiting [2020-09-24T19:09:43.522Z] 4e7279dfc0c0: Waiting [2020-09-24T19:09:44.122Z] 2f2de1a1c6c9: Pushed [2020-09-24T19:09:44.122Z] 5979d93908bd: Pushed [2020-09-24T19:09:44.723Z] 094b696364f7: Pushed [2020-09-24T19:09:44.998Z] f875f9e206db: Layer already exists [2020-09-24T19:09:44.998Z] 3994ac1dcb8b: Layer already exists [2020-09-24T19:09:45.274Z] 9bea51ebb09f: Pushed [2020-09-24T19:09:45.274Z] 5f2247eaf593: Layer already exists [2020-09-24T19:09:45.274Z] 62d13be1b083: Layer already exists [2020-09-24T19:09:45.274Z] 94fdc660876c: Layer already exists [2020-09-24T19:09:45.274Z] 4e7279dfc0c0: Layer already exists [2020-09-24T19:09:45.274Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:45.545Z] faacfa700db4: Pushed [2020-09-24T19:09:46.973Z] 29acaa92334d: Pushed [2020-09-24T19:09:57.098Z] 0c16be9a2a4f: Pushed [2020-09-24T19:09:57.098Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b: digest: sha256:d80b1872bf78161b3410e19c902262386fb4fb74ab3891fd5aeca78ac715f7eb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:57.438Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:57.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.31 [2020-09-24T19:09:57.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-24T19:09:57.772Z] 5979d93908bd: Preparing [2020-09-24T19:09:57.772Z] faacfa700db4: Preparing [2020-09-24T19:09:57.772Z] 0c16be9a2a4f: Preparing [2020-09-24T19:09:57.772Z] 094b696364f7: Preparing [2020-09-24T19:09:57.772Z] 2f2de1a1c6c9: Preparing [2020-09-24T19:09:57.772Z] 29acaa92334d: Preparing [2020-09-24T19:09:57.772Z] 9bea51ebb09f: Preparing [2020-09-24T19:09:57.772Z] f875f9e206db: Preparing [2020-09-24T19:09:57.772Z] 3994ac1dcb8b: Preparing [2020-09-24T19:09:57.772Z] 5f2247eaf593: Preparing [2020-09-24T19:09:57.772Z] 62d13be1b083: Preparing [2020-09-24T19:09:57.772Z] 94fdc660876c: Preparing [2020-09-24T19:09:57.772Z] 4e7279dfc0c0: Preparing [2020-09-24T19:09:57.772Z] e2f13739ad41: Preparing [2020-09-24T19:09:57.772Z] 3994ac1dcb8b: Waiting [2020-09-24T19:09:57.772Z] 5f2247eaf593: Waiting [2020-09-24T19:09:57.772Z] 9bea51ebb09f: Waiting [2020-09-24T19:09:57.772Z] f875f9e206db: Waiting [2020-09-24T19:09:57.772Z] 62d13be1b083: Waiting [2020-09-24T19:09:57.772Z] 4e7279dfc0c0: Waiting [2020-09-24T19:09:57.772Z] 29acaa92334d: Waiting [2020-09-24T19:09:57.772Z] e2f13739ad41: Waiting [2020-09-24T19:09:58.043Z] 5979d93908bd: Layer already exists [2020-09-24T19:09:58.043Z] 2f2de1a1c6c9: Layer already exists [2020-09-24T19:09:58.043Z] 0c16be9a2a4f: Layer already exists [2020-09-24T19:09:58.043Z] faacfa700db4: Layer already exists [2020-09-24T19:09:58.043Z] 094b696364f7: Layer already exists [2020-09-24T19:09:58.043Z] 29acaa92334d: Layer already exists [2020-09-24T19:09:58.043Z] 9bea51ebb09f: Layer already exists [2020-09-24T19:09:58.043Z] f875f9e206db: Layer already exists [2020-09-24T19:09:58.043Z] 5f2247eaf593: Layer already exists [2020-09-24T19:09:58.043Z] 3994ac1dcb8b: Layer already exists [2020-09-24T19:09:58.043Z] 62d13be1b083: Layer already exists [2020-09-24T19:09:58.043Z] 4e7279dfc0c0: Layer already exists [2020-09-24T19:09:58.043Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:58.043Z] 94fdc660876c: Layer already exists [2020-09-24T19:09:58.043Z] 1.2.2-dev.31: digest: sha256:d80b1872bf78161b3410e19c902262386fb4fb74ab3891fd5aeca78ac715f7eb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:58.381Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:58.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:09:58.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-24T19:09:58.761Z] 5979d93908bd: Preparing [2020-09-24T19:09:58.761Z] faacfa700db4: Preparing [2020-09-24T19:09:58.761Z] 0c16be9a2a4f: Preparing [2020-09-24T19:09:58.761Z] 094b696364f7: Preparing [2020-09-24T19:09:58.761Z] 2f2de1a1c6c9: Preparing [2020-09-24T19:09:58.761Z] 29acaa92334d: Preparing [2020-09-24T19:09:58.761Z] 9bea51ebb09f: Preparing [2020-09-24T19:09:58.761Z] f875f9e206db: Preparing [2020-09-24T19:09:58.761Z] 3994ac1dcb8b: Preparing [2020-09-24T19:09:58.761Z] 5f2247eaf593: Preparing [2020-09-24T19:09:58.761Z] 62d13be1b083: Preparing [2020-09-24T19:09:58.761Z] 94fdc660876c: Preparing [2020-09-24T19:09:58.761Z] 4e7279dfc0c0: Preparing [2020-09-24T19:09:58.761Z] e2f13739ad41: Preparing [2020-09-24T19:09:58.761Z] 29acaa92334d: Waiting [2020-09-24T19:09:58.761Z] 9bea51ebb09f: Waiting [2020-09-24T19:09:58.761Z] f875f9e206db: Waiting [2020-09-24T19:09:58.761Z] 3994ac1dcb8b: Waiting [2020-09-24T19:09:58.761Z] 5f2247eaf593: Waiting [2020-09-24T19:09:58.761Z] 62d13be1b083: Waiting [2020-09-24T19:09:58.761Z] 94fdc660876c: Waiting [2020-09-24T19:09:58.761Z] e2f13739ad41: Waiting [2020-09-24T19:09:58.761Z] 4e7279dfc0c0: Waiting [2020-09-24T19:09:59.034Z] 5979d93908bd: Layer already exists [2020-09-24T19:09:59.034Z] 0c16be9a2a4f: Layer already exists [2020-09-24T19:09:59.034Z] faacfa700db4: Layer already exists [2020-09-24T19:09:59.034Z] 2f2de1a1c6c9: Layer already exists [2020-09-24T19:09:59.034Z] 094b696364f7: Layer already exists [2020-09-24T19:09:59.034Z] 29acaa92334d: Layer already exists [2020-09-24T19:09:59.034Z] 9bea51ebb09f: Layer already exists [2020-09-24T19:09:59.034Z] f875f9e206db: Layer already exists [2020-09-24T19:09:59.034Z] 3994ac1dcb8b: Layer already exists [2020-09-24T19:09:59.034Z] 5f2247eaf593: Layer already exists [2020-09-24T19:09:59.034Z] 62d13be1b083: Layer already exists [2020-09-24T19:09:59.034Z] 94fdc660876c: Layer already exists [2020-09-24T19:09:59.034Z] 4e7279dfc0c0: Layer already exists [2020-09-24T19:09:59.034Z] e2f13739ad41: Layer already exists [2020-09-24T19:09:59.034Z] ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31: digest: sha256:d80b1872bf78161b3410e19c902262386fb4fb74ab3891fd5aeca78ac715f7eb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:59.383Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:09:59.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-24T19:09:59.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-24T19:09:59.748Z] 5979d93908bd: Preparing [2020-09-24T19:09:59.748Z] faacfa700db4: Preparing [2020-09-24T19:09:59.748Z] 0c16be9a2a4f: Preparing [2020-09-24T19:09:59.748Z] 094b696364f7: Preparing [2020-09-24T19:09:59.748Z] 2f2de1a1c6c9: Preparing [2020-09-24T19:09:59.748Z] 29acaa92334d: Preparing [2020-09-24T19:09:59.748Z] 9bea51ebb09f: Preparing [2020-09-24T19:09:59.748Z] f875f9e206db: Preparing [2020-09-24T19:09:59.748Z] 3994ac1dcb8b: Preparing [2020-09-24T19:09:59.748Z] 5f2247eaf593: Preparing [2020-09-24T19:09:59.748Z] 62d13be1b083: Preparing [2020-09-24T19:09:59.748Z] 94fdc660876c: Preparing [2020-09-24T19:09:59.748Z] 4e7279dfc0c0: Preparing [2020-09-24T19:09:59.748Z] e2f13739ad41: Preparing [2020-09-24T19:09:59.748Z] 29acaa92334d: Waiting [2020-09-24T19:09:59.748Z] 9bea51ebb09f: Waiting [2020-09-24T19:09:59.748Z] f875f9e206db: Waiting [2020-09-24T19:09:59.748Z] 3994ac1dcb8b: Waiting [2020-09-24T19:09:59.748Z] 5f2247eaf593: Waiting [2020-09-24T19:09:59.748Z] 62d13be1b083: Waiting [2020-09-24T19:09:59.748Z] 94fdc660876c: Waiting [2020-09-24T19:09:59.748Z] 4e7279dfc0c0: Waiting [2020-09-24T19:09:59.748Z] e2f13739ad41: Waiting [2020-09-24T19:09:59.748Z] 094b696364f7: Layer already exists [2020-09-24T19:09:59.748Z] 5979d93908bd: Layer already exists [2020-09-24T19:09:59.748Z] faacfa700db4: Layer already exists [2020-09-24T19:09:59.748Z] 0c16be9a2a4f: Layer already exists [2020-09-24T19:09:59.748Z] 2f2de1a1c6c9: Layer already exists [2020-09-24T19:10:00.018Z] 9bea51ebb09f: Layer already exists [2020-09-24T19:10:00.018Z] 29acaa92334d: Layer already exists [2020-09-24T19:10:00.018Z] f875f9e206db: Layer already exists [2020-09-24T19:10:00.018Z] 3994ac1dcb8b: Layer already exists [2020-09-24T19:10:00.018Z] 5f2247eaf593: Layer already exists [2020-09-24T19:10:00.018Z] 4e7279dfc0c0: Layer already exists [2020-09-24T19:10:00.018Z] 62d13be1b083: Layer already exists [2020-09-24T19:10:00.018Z] 94fdc660876c: Layer already exists [2020-09-24T19:10:00.018Z] e2f13739ad41: Layer already exists [2020-09-24T19:10:00.018Z] master: digest: sha256:d80b1872bf78161b3410e19c902262386fb4fb74ab3891fd5aeca78ac715f7eb size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T19:10:00.336Z] ===================================================== [Pipeline] echo [2020-09-24T19:10:00.381Z] taggedImages: [2020-09-24T19:10:00.381Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:10:00.381Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.31 [2020-09-24T19:10:00.381Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b-1.2.2-dev.31 [2020-09-24T19:10:00.381Z] - 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-09-24T19:10:01.884Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-24T19:10:01.886Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-24T19:10:01.940Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:10:02.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T19:10:02.295Z] [2020-09-24T19:10:02.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:10:02.639Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T19:10:02.639Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-24T19:10:02.639Z] cbdbe7a5bc2a: Already exists [2020-09-24T19:10:02.639Z] 408f87550127: Pulling fs layer [2020-09-24T19:10:02.639Z] fe522b08c979: Pulling fs layer [2020-09-24T19:10:02.639Z] 221eaa008020: Pulling fs layer [2020-09-24T19:10:02.639Z] 2a4607e5d6b9: Pulling fs layer [2020-09-24T19:10:02.639Z] 8f79b27c4fd2: Pulling fs layer [2020-09-24T19:10:02.639Z] e5c8dbe1645b: Pulling fs layer [2020-09-24T19:10:02.639Z] 23e8b3b47431: Pulling fs layer [2020-09-24T19:10:02.639Z] 5c568d65a230: Pulling fs layer [2020-09-24T19:10:02.639Z] e5c8dbe1645b: Waiting [2020-09-24T19:10:02.639Z] 23e8b3b47431: Waiting [2020-09-24T19:10:02.639Z] 5c568d65a230: Waiting [2020-09-24T19:10:02.639Z] 2a4607e5d6b9: Waiting [2020-09-24T19:10:02.639Z] 8f79b27c4fd2: Waiting [2020-09-24T19:10:02.639Z] fe522b08c979: Verifying Checksum [2020-09-24T19:10:02.639Z] fe522b08c979: Download complete [2020-09-24T19:10:02.639Z] 408f87550127: Download complete [2020-09-24T19:10:02.639Z] 2a4607e5d6b9: Verifying Checksum [2020-09-24T19:10:02.639Z] 2a4607e5d6b9: Download complete [2020-09-24T19:10:02.639Z] 8f79b27c4fd2: Download complete [2020-09-24T19:10:02.908Z] 408f87550127: Pull complete [2020-09-24T19:10:03.170Z] fe522b08c979: Pull complete [2020-09-24T19:10:03.434Z] e5c8dbe1645b: Download complete [2020-09-24T19:10:04.827Z] 23e8b3b47431: Verifying Checksum [2020-09-24T19:10:04.827Z] 23e8b3b47431: Download complete [2020-09-24T19:10:04.827Z] 5c568d65a230: Verifying Checksum [2020-09-24T19:10:04.827Z] 5c568d65a230: Download complete [2020-09-24T19:10:05.774Z] 221eaa008020: Verifying Checksum [2020-09-24T19:10:05.774Z] 221eaa008020: Download complete [2020-09-24T19:10:12.387Z] 221eaa008020: Pull complete [2020-09-24T19:10:12.387Z] 2a4607e5d6b9: Pull complete [2020-09-24T19:10:12.387Z] 8f79b27c4fd2: Pull complete [2020-09-24T19:10:15.700Z] e5c8dbe1645b: Pull complete [2020-09-24T19:10:21.000Z] 23e8b3b47431: Pull complete [2020-09-24T19:10:22.385Z] 5c568d65a230: Pull complete [2020-09-24T19:10:22.385Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-24T19:10:22.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T19:10:22.385Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-24T19:10:22.553Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:10:22.609Z] $ 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/146:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:10:23.639Z] $ docker top f4e6d85ff1161940fc8e10f9da46e73f100d5bc86bdf93782ccfb4c08a8b04bd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:10:24.217Z] + snyk monitor '--org=edgex-jenkins' [2020-09-24T19:10:34.341Z] [2020-09-24T19:10:34.341Z] Monitoring /w/workspace/edgex-go/146 (github.com/edgexfoundry/edgex-go)... [2020-09-24T19:10:34.341Z] [2020-09-24T19:10:34.341Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b547761f-72c9-4711-a73b-a3e042ceb9f0 [2020-09-24T19:10:34.341Z] [2020-09-24T19:10:34.341Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-24T19:10:34.341Z] [2020-09-24T19:10:34.913Z] [2020-09-24T19:10:34.913Z] Snyk CLI supports Node.js 8 and higher. [2020-09-24T19:10:34.913Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-24T19:10:34.913Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-24T19:10:34.913Z] [2020-09-24T19:10:34.913Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-24T19:10:34.913Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-24T19:10:34.927Z] $ docker stop --time=1 f4e6d85ff1161940fc8e10f9da46e73f100d5bc86bdf93782ccfb4c08a8b04bd [2020-09-24T19:10:37.714Z] $ docker rm -f f4e6d85ff1161940fc8e10f9da46e73f100d5bc86bdf93782ccfb4c08a8b04bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:10:39.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:10:39.050Z] [2020-09-24T19:10:39.050Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:10:39.399Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:10:39.399Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-24T19:10:39.399Z] e7c96db7181b: Pulling fs layer [2020-09-24T19:10:39.399Z] 1868ca2cb446: Pulling fs layer [2020-09-24T19:10:39.399Z] 136be5d0fe8e: Pulling fs layer [2020-09-24T19:10:39.399Z] 894bfe63afcb: Pulling fs layer [2020-09-24T19:10:39.399Z] 894bfe63afcb: Waiting [2020-09-24T19:10:39.399Z] 1868ca2cb446: Verifying Checksum [2020-09-24T19:10:39.399Z] 1868ca2cb446: Download complete [2020-09-24T19:10:39.399Z] 136be5d0fe8e: Download complete [2020-09-24T19:10:39.399Z] e7c96db7181b: Verifying Checksum [2020-09-24T19:10:39.399Z] e7c96db7181b: Download complete [2020-09-24T19:10:39.662Z] 894bfe63afcb: Verifying Checksum [2020-09-24T19:10:39.662Z] 894bfe63afcb: Download complete [2020-09-24T19:10:39.662Z] e7c96db7181b: Pull complete [2020-09-24T19:10:39.923Z] 1868ca2cb446: Pull complete [2020-09-24T19:10:40.184Z] 136be5d0fe8e: Pull complete [2020-09-24T19:10:40.444Z] 894bfe63afcb: Pull complete [2020-09-24T19:10:40.444Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-24T19:10:40.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:10:40.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-24T19:10:40.589Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:10:40.634Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:10:41.642Z] $ docker top 2abdaf1768eef2d3c47e9bd2774efb40d73c414cdfe090170e0b73f5561d05eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:10:42.155Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:10:42.155Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:10:44.857Z] $ docker stop --time=1 2abdaf1768eef2d3c47e9bd2774efb40d73c414cdfe090170e0b73f5561d05eb [2020-09-24T19:10:46.247Z] $ docker rm -f 2abdaf1768eef2d3c47e9bd2774efb40d73c414cdfe090170e0b73f5561d05eb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:10:46.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:10:46.714Z] . [Pipeline] withDockerContainer [2020-09-24T19:10:46.811Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:10:46.855Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:10:47.495Z] $ docker top 00661967b1873ece6d4361aa07d22167cdacb2663c44260e02efc6070ecd2a2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:10:48.027Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:10:48.027Z] + tee [2020-09-24T19:10:48.027Z] clair timeout 1m0s [2020-09-24T19:10:48.027Z] docker timeout: 1m0s [2020-09-24T19:10:48.027Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:10:48.697Z] $ docker stop --time=1 00661967b1873ece6d4361aa07d22167cdacb2663c44260e02efc6070ecd2a2a [2020-09-24T19:10:50.044Z] $ docker rm -f 00661967b1873ece6d4361aa07d22167cdacb2663c44260e02efc6070ecd2a2a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:10:50.632Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:10:50.645Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-core-command-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:10:50.706Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:10:51.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:10:51.114Z] . [Pipeline] withDockerContainer [2020-09-24T19:10:51.225Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:10:51.274Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:10:51.870Z] $ docker top 05a921fbbc3a289d08217a70576ca22cfd0ddafb95330bb5af69b96516cde56b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:10:52.482Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:10:52.482Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:10:57.921Z] $ docker stop --time=1 05a921fbbc3a289d08217a70576ca22cfd0ddafb95330bb5af69b96516cde56b [2020-09-24T19:10:59.268Z] $ docker rm -f 05a921fbbc3a289d08217a70576ca22cfd0ddafb95330bb5af69b96516cde56b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:10:59.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:10:59.744Z] . [Pipeline] withDockerContainer [2020-09-24T19:10:59.844Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:10:59.884Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:00.627Z] $ docker top bf6180ca88280ff43604a79002c2b901194428e71a5fb82c67f8a3b902cf69b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:01.190Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:01.191Z] + tee [2020-09-24T19:11:01.191Z] clair timeout 1m0s [2020-09-24T19:11:01.191Z] docker timeout: 1m0s [2020-09-24T19:11:01.191Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:02.255Z] $ docker stop --time=1 bf6180ca88280ff43604a79002c2b901194428e71a5fb82c67f8a3b902cf69b8 [2020-09-24T19:11:04.168Z] $ docker rm -f bf6180ca88280ff43604a79002c2b901194428e71a5fb82c67f8a3b902cf69b8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:11:04.701Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:11:04.713Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-core-data-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:11:04.768Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:11:05.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:11:05.103Z] . [Pipeline] withDockerContainer [2020-09-24T19:11:05.205Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:11:05.248Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:05.929Z] $ docker top 5fe7cee31d64c3e86caa9828c0f0762e96046c813fdbf82bc194d1a4fd1224af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:06.451Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:06.451Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:09.155Z] $ docker stop --time=1 5fe7cee31d64c3e86caa9828c0f0762e96046c813fdbf82bc194d1a4fd1224af [2020-09-24T19:11:10.484Z] $ docker rm -f 5fe7cee31d64c3e86caa9828c0f0762e96046c813fdbf82bc194d1a4fd1224af [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:11:11.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:11:11.006Z] . [Pipeline] withDockerContainer [2020-09-24T19:11:11.104Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:11:11.153Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:11.733Z] $ docker top 37a61e6a2e7bc281894865827e39289bf31758f7e5b8074a61a490006d226d91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:12.268Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:12.268Z] + tee [2020-09-24T19:11:12.268Z] clair timeout 1m0s [2020-09-24T19:11:12.268Z] docker timeout: 1m0s [2020-09-24T19:11:12.268Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:12.958Z] $ docker stop --time=1 37a61e6a2e7bc281894865827e39289bf31758f7e5b8074a61a490006d226d91 [2020-09-24T19:11:14.291Z] $ docker rm -f 37a61e6a2e7bc281894865827e39289bf31758f7e5b8074a61a490006d226d91 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:11:14.777Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:11:14.797Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-core-metadata-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:11:14.849Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:11:15.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:11:15.327Z] . [Pipeline] withDockerContainer [2020-09-24T19:11:15.420Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:11:15.464Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:16.099Z] $ docker top 8173848feb2a6e51ceacd11fd5060125148316a93f191f43d9ba6889ffac5acf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:16.614Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:16.615Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:20.994Z] $ docker stop --time=1 8173848feb2a6e51ceacd11fd5060125148316a93f191f43d9ba6889ffac5acf [2020-09-24T19:11:22.328Z] $ docker rm -f 8173848feb2a6e51ceacd11fd5060125148316a93f191f43d9ba6889ffac5acf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:11:22.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:11:22.785Z] . [Pipeline] withDockerContainer [2020-09-24T19:11:22.888Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:11:22.932Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:23.562Z] $ docker top b00451ddaf88e436b9e66e92274bd63e6ac5dd5960b32af9d379ddbc37c259cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:24.089Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:24.089Z] + tee [2020-09-24T19:11:24.089Z] clair timeout 1m0s [2020-09-24T19:11:24.089Z] docker timeout: 1m0s [2020-09-24T19:11:24.089Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:24.794Z] $ docker stop --time=1 b00451ddaf88e436b9e66e92274bd63e6ac5dd5960b32af9d379ddbc37c259cf [2020-09-24T19:11:26.145Z] $ docker rm -f b00451ddaf88e436b9e66e92274bd63e6ac5dd5960b32af9d379ddbc37c259cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:11:26.669Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:11:26.683Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-security-proxy-setup-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:11:26.742Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:11:27.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:11:27.088Z] . [Pipeline] withDockerContainer [2020-09-24T19:11:27.188Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:11:27.234Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:27.825Z] $ docker top 274a4b4a98768cb45d758d42973648f38f7ff394a94aabea9384c34e60f0383a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:28.336Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:28.336Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:36.683Z] $ docker stop --time=1 274a4b4a98768cb45d758d42973648f38f7ff394a94aabea9384c34e60f0383a [2020-09-24T19:11:38.027Z] $ docker rm -f 274a4b4a98768cb45d758d42973648f38f7ff394a94aabea9384c34e60f0383a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:11:38.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:11:38.534Z] . [Pipeline] withDockerContainer [2020-09-24T19:11:38.689Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:11:38.748Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:39.422Z] $ docker top 534635879c6bd08e724cc14479082b4a1c8762d5a09fa06be4678bd09ec51f56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:40.007Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:40.007Z] + tee [2020-09-24T19:11:40.007Z] clair timeout 1m0s [2020-09-24T19:11:40.007Z] docker timeout: 1m0s [2020-09-24T19:11:40.007Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:41.647Z] $ docker stop --time=1 534635879c6bd08e724cc14479082b4a1c8762d5a09fa06be4678bd09ec51f56 [2020-09-24T19:11:43.011Z] $ docker rm -f 534635879c6bd08e724cc14479082b4a1c8762d5a09fa06be4678bd09ec51f56 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:11:43.513Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:11:43.532Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-security-secrets-setup-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:11:43.592Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:11:43.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:11:43.964Z] . [Pipeline] withDockerContainer [2020-09-24T19:11:44.084Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:11:44.157Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:44.826Z] $ docker top 8573400d941ab23da2c721a1b5c00f21bb8493216e196e3387b502dc9e9cdb38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:45.651Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:45.651Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:53.960Z] $ docker stop --time=1 8573400d941ab23da2c721a1b5c00f21bb8493216e196e3387b502dc9e9cdb38 [2020-09-24T19:11:55.312Z] $ docker rm -f 8573400d941ab23da2c721a1b5c00f21bb8493216e196e3387b502dc9e9cdb38 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:11:55.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:11:55.772Z] . [Pipeline] withDockerContainer [2020-09-24T19:11:55.867Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:11:55.912Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:11:56.498Z] $ docker top e6b8de3bd38611a954eb3c6cdd50d0972431c76a1f7c0587e1a4b4a91c25e38f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:11:57.009Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:11:57.009Z] + tee [2020-09-24T19:11:57.009Z] clair timeout 1m0s [2020-09-24T19:11:57.009Z] docker timeout: 1m0s [2020-09-24T19:11:57.009Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:11:58.495Z] $ docker stop --time=1 e6b8de3bd38611a954eb3c6cdd50d0972431c76a1f7c0587e1a4b4a91c25e38f [2020-09-24T19:11:59.838Z] $ docker rm -f e6b8de3bd38611a954eb3c6cdd50d0972431c76a1f7c0587e1a4b4a91c25e38f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:12:00.310Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:12:00.324Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-security-secretstore-setup-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:12:00.516Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:00.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:00.857Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:00.958Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:01.007Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:12:01.660Z] $ docker top e799f5bca2a1fb4d4518ed5019228edf7bec11146f1573aaf6b66ade93f73eeb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:12:02.226Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:12:02.226Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:12:05.734Z] $ docker stop --time=1 e799f5bca2a1fb4d4518ed5019228edf7bec11146f1573aaf6b66ade93f73eeb [2020-09-24T19:12:07.066Z] $ docker rm -f e799f5bca2a1fb4d4518ed5019228edf7bec11146f1573aaf6b66ade93f73eeb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:07.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:07.547Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:07.644Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:07.684Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:12:08.264Z] $ docker top 334c82b1f723bc1db4ab58c1657436e70452364cfe0577d4c130d599f0363934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:12:08.774Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:12:08.774Z] + tee [2020-09-24T19:12:08.774Z] clair timeout 1m0s [2020-09-24T19:12:08.774Z] docker timeout: 1m0s [2020-09-24T19:12:08.774Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:12:09.448Z] $ docker stop --time=1 334c82b1f723bc1db4ab58c1657436e70452364cfe0577d4c130d599f0363934 [2020-09-24T19:12:10.807Z] $ docker rm -f 334c82b1f723bc1db4ab58c1657436e70452364cfe0577d4c130d599f0363934 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:12:11.294Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:12:11.307Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-support-logging-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:12:11.368Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:11.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:11.704Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:11.797Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:11.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:12:12.450Z] $ docker top 06a46118ad79e50c7ca72da682170cbffa18b0db10dcf10ba0265d3eef0c8b4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:12:12.998Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:12:12.998Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:12:18.499Z] $ docker stop --time=1 06a46118ad79e50c7ca72da682170cbffa18b0db10dcf10ba0265d3eef0c8b4b [2020-09-24T19:12:19.818Z] $ docker rm -f 06a46118ad79e50c7ca72da682170cbffa18b0db10dcf10ba0265d3eef0c8b4b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:20.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:20.301Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:20.391Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:20.431Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:12:21.017Z] $ docker top 817baaf698158706e33524edbc95a8e291665d76279da3ec19d9695cc0d7e12e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:12:21.631Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:12:21.631Z] + tee [2020-09-24T19:12:21.631Z] clair timeout 1m0s [2020-09-24T19:12:21.631Z] docker timeout: 1m0s [2020-09-24T19:12:21.631Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:12:22.690Z] $ docker stop --time=1 817baaf698158706e33524edbc95a8e291665d76279da3ec19d9695cc0d7e12e [2020-09-24T19:12:24.041Z] $ docker rm -f 817baaf698158706e33524edbc95a8e291665d76279da3ec19d9695cc0d7e12e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:12:24.510Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:12:24.524Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-support-notifications-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:12:24.576Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:24.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:24.932Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:25.025Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:25.069Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:12:25.735Z] $ docker top 78f77225d1d445c7918adfe882e02ba1f2f37bc21336bb68a8bd6af9763a5303 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:12:26.321Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:12:26.321Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:12:29.028Z] $ docker stop --time=1 78f77225d1d445c7918adfe882e02ba1f2f37bc21336bb68a8bd6af9763a5303 [2020-09-24T19:12:30.397Z] $ docker rm -f 78f77225d1d445c7918adfe882e02ba1f2f37bc21336bb68a8bd6af9763a5303 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:30.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:30.872Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:30.970Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:31.014Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:12:32.746Z] $ docker top d7a54e69e52441daa31549995bb6e253af51d18aa07a0798859546a699ed3e33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:12:33.348Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:12:33.348Z] + tee [2020-09-24T19:12:33.348Z] clair timeout 1m0s [2020-09-24T19:12:33.348Z] docker timeout: 1m0s [2020-09-24T19:12:33.348Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:12:34.034Z] $ docker stop --time=1 d7a54e69e52441daa31549995bb6e253af51d18aa07a0798859546a699ed3e33 [2020-09-24T19:12:35.387Z] $ docker rm -f d7a54e69e52441daa31549995bb6e253af51d18aa07a0798859546a699ed3e33 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:12:35.858Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:12:35.871Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-support-scheduler-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:12:35.925Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:36.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:36.268Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:36.364Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:36.405Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:12:37.030Z] $ docker top 664bb0caff86212788e7957d7fc13033a1231f25fa238827c4667e3018f2dfa5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:12:37.649Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b+ [2020-09-24T19:12:37.649Z] tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:12:52.773Z] $ docker stop --time=1 664bb0caff86212788e7957d7fc13033a1231f25fa238827c4667e3018f2dfa5 [2020-09-24T19:12:54.116Z] $ docker rm -f 664bb0caff86212788e7957d7fc13033a1231f25fa238827c4667e3018f2dfa5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:54.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:54.600Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:54.696Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:54.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:12:55.361Z] $ docker top f88047206417ccc995ed9d432bcb0b392142edfc883beb0ab5e6d0c6b1188dd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:12:55.934Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:12:55.934Z] + tee [2020-09-24T19:12:55.934Z] clair timeout 1m0s [2020-09-24T19:12:55.934Z] docker timeout: 1m0s [2020-09-24T19:12:55.934Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:12:57.414Z] $ docker stop --time=1 f88047206417ccc995ed9d432bcb0b392142edfc883beb0ab5e6d0c6b1188dd6 [2020-09-24T19:12:58.743Z] $ docker rm -f f88047206417ccc995ed9d432bcb0b392142edfc883beb0ab5e6d0c6b1188dd6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:12:59.204Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:12:59.218Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-sys-mgmt-agent-go_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:12:59.267Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:12:59.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:12:59.605Z] . [Pipeline] withDockerContainer [2020-09-24T19:12:59.702Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:12:59.746Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:00.392Z] $ docker top 240da377679e72d1672781675b60aa55d906dab0dfe674541669ede86acd5f03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:00.957Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:13:00.957Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:03.674Z] $ docker stop --time=1 240da377679e72d1672781675b60aa55d906dab0dfe674541669ede86acd5f03 [2020-09-24T19:13:05.023Z] $ docker rm -f 240da377679e72d1672781675b60aa55d906dab0dfe674541669ede86acd5f03 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:05.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:05.486Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:05.580Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:05.621Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:06.205Z] $ docker top 0af9c5f9a17e81f29439902f24b335e79950c1d332c4416bdd83d18ec2a5a7f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:06.723Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:13:06.724Z] + tee [2020-09-24T19:13:06.724Z] clair timeout 1m0s [2020-09-24T19:13:06.724Z] docker timeout: 1m0s [2020-09-24T19:13:06.724Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:07.446Z] $ docker stop --time=1 0af9c5f9a17e81f29439902f24b335e79950c1d332c4416bdd83d18ec2a5a7f4 [2020-09-24T19:13:08.785Z] $ docker rm -f 0af9c5f9a17e81f29439902f24b335e79950c1d332c4416bdd83d18ec2a5a7f4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:13:09.343Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:13:09.357Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-core-command-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:13:09.437Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:09.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:09.783Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:09.874Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:09.915Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:10.585Z] $ docker top 81d9d30a6215c189ef6b1b5f70f2c9eee2d750011fc8b26f28201ee8dbe9146e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:11.101Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:13:11.101Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:16.632Z] $ docker stop --time=1 81d9d30a6215c189ef6b1b5f70f2c9eee2d750011fc8b26f28201ee8dbe9146e [2020-09-24T19:13:17.968Z] $ docker rm -f 81d9d30a6215c189ef6b1b5f70f2c9eee2d750011fc8b26f28201ee8dbe9146e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:18.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:18.486Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:18.586Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:18.628Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:19.238Z] $ docker top 2de371162e5d6944feedb7fa4786a62b2b283b3fc7f8adec2560aa8d75c1db05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:19.812Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:13:19.812Z] + tee [2020-09-24T19:13:19.812Z] clair timeout 1m0s [2020-09-24T19:13:19.812Z] docker timeout: 1m0s [2020-09-24T19:13:19.812Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:20.874Z] $ docker stop --time=1 2de371162e5d6944feedb7fa4786a62b2b283b3fc7f8adec2560aa8d75c1db05 [2020-09-24T19:13:22.234Z] $ docker rm -f 2de371162e5d6944feedb7fa4786a62b2b283b3fc7f8adec2560aa8d75c1db05 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:13:22.694Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:13:22.707Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-core-data-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:13:22.765Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:23.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:23.105Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:23.200Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:23.244Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:23.862Z] $ docker top 1e80c4602f52807b6fe56a1c3efe1a818f685658f025108c2a03fa74ffc9792f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:24.394Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:13:24.394Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:27.078Z] $ docker stop --time=1 1e80c4602f52807b6fe56a1c3efe1a818f685658f025108c2a03fa74ffc9792f [2020-09-24T19:13:28.399Z] $ docker rm -f 1e80c4602f52807b6fe56a1c3efe1a818f685658f025108c2a03fa74ffc9792f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:28.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:28.867Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:28.969Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:29.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:29.723Z] $ docker top cb0b7f372bb251a3da1f4647b01c0e2eb972d66c1c87d7eb3fe9148e26809898 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:30.270Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:13:30.270Z] + tee [2020-09-24T19:13:30.270Z] clair timeout 1m0s [2020-09-24T19:13:30.270Z] docker timeout: 1m0s [2020-09-24T19:13:30.270Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:30.963Z] $ docker stop --time=1 cb0b7f372bb251a3da1f4647b01c0e2eb972d66c1c87d7eb3fe9148e26809898 [2020-09-24T19:13:32.350Z] $ docker rm -f cb0b7f372bb251a3da1f4647b01c0e2eb972d66c1c87d7eb3fe9148e26809898 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:13:32.825Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:13:32.838Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-core-metadata-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:13:32.885Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:33.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:33.223Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:33.327Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:33.373Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:34.242Z] $ docker top 016c95cb137dda6f1cee50378cfc1fe6fbfe78d87de4327bdb3cbb59149e197c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:34.999Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b+ [2020-09-24T19:13:34.999Z] tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:41.738Z] $ docker stop --time=1 016c95cb137dda6f1cee50378cfc1fe6fbfe78d87de4327bdb3cbb59149e197c [2020-09-24T19:13:43.075Z] $ docker rm -f 016c95cb137dda6f1cee50378cfc1fe6fbfe78d87de4327bdb3cbb59149e197c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:43.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:43.538Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:43.637Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:43.676Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:44.303Z] $ docker top a1bf555e5009803570cea65b67505f4f84bba614e7fae53240ebd505494a9fa3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:44.821Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:13:44.821Z] + tee [2020-09-24T19:13:44.821Z] clair timeout 1m0s [2020-09-24T19:13:44.821Z] docker timeout: 1m0s [2020-09-24T19:13:44.821Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:45.538Z] $ docker stop --time=1 a1bf555e5009803570cea65b67505f4f84bba614e7fae53240ebd505494a9fa3 [2020-09-24T19:13:46.874Z] $ docker rm -f a1bf555e5009803570cea65b67505f4f84bba614e7fae53240ebd505494a9fa3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:13:47.312Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:13:47.326Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:13:47.388Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:47.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:47.731Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:47.825Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:47.866Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:48.451Z] $ docker top acc3b33caac86164309ab336390d257c0093001846305687cf1d7cdffc01aa5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:13:48.959Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:13:48.960Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:13:57.247Z] $ docker stop --time=1 acc3b33caac86164309ab336390d257c0093001846305687cf1d7cdffc01aa5f [2020-09-24T19:13:58.606Z] $ docker rm -f acc3b33caac86164309ab336390d257c0093001846305687cf1d7cdffc01aa5f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:13:59.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:13:59.158Z] . [Pipeline] withDockerContainer [2020-09-24T19:13:59.267Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:13:59.320Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:13:59.960Z] $ docker top c6436ad701541e61198090eda13c6b2cadbb6fcd1505bfa6f9d5cd42f4de4c1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:00.529Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:00.529Z] + tee [2020-09-24T19:14:00.529Z] clair timeout 1m0s [2020-09-24T19:14:00.529Z] docker timeout: 1m0s [2020-09-24T19:14:00.529Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:02.047Z] $ docker stop --time=1 c6436ad701541e61198090eda13c6b2cadbb6fcd1505bfa6f9d5cd42f4de4c1b [2020-09-24T19:14:03.399Z] $ docker rm -f c6436ad701541e61198090eda13c6b2cadbb6fcd1505bfa6f9d5cd42f4de4c1b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:14:03.876Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:14:03.891Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:14:03.945Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:04.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:04.481Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:04.581Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:04.625Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:05.311Z] $ docker top 31c10f9dce60f62c016550b35bf39ee2698bb86e03cfe233be8d4e398d88daab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:05.827Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:05.828Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:14.163Z] $ docker stop --time=1 31c10f9dce60f62c016550b35bf39ee2698bb86e03cfe233be8d4e398d88daab [2020-09-24T19:14:15.495Z] $ docker rm -f 31c10f9dce60f62c016550b35bf39ee2698bb86e03cfe233be8d4e398d88daab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:15.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:15.950Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:16.043Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:16.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:16.661Z] $ docker top d7859f81001163a2820fc1b2551bf9ab0e5d5c026a10ecfb177fb2d4b06a2d05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:17.173Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:17.173Z] + tee [2020-09-24T19:14:17.173Z] clair timeout 1m0s [2020-09-24T19:14:17.173Z] docker timeout: 1m0s [2020-09-24T19:14:17.173Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:18.683Z] $ docker stop --time=1 d7859f81001163a2820fc1b2551bf9ab0e5d5c026a10ecfb177fb2d4b06a2d05 [2020-09-24T19:14:20.004Z] $ docker rm -f d7859f81001163a2820fc1b2551bf9ab0e5d5c026a10ecfb177fb2d4b06a2d05 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:14:20.574Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:14:20.590Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:14:20.655Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:21.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:21.094Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:21.184Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:21.224Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:21.878Z] $ docker top 62f58f2f6d330bb7a2bf4ba529fbf6d8d88519219aa94e9979886b8adbf6faba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:22.429Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:22.429Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:25.907Z] $ docker stop --time=1 62f58f2f6d330bb7a2bf4ba529fbf6d8d88519219aa94e9979886b8adbf6faba [2020-09-24T19:14:27.263Z] $ docker rm -f 62f58f2f6d330bb7a2bf4ba529fbf6d8d88519219aa94e9979886b8adbf6faba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:27.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:27.731Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:27.820Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:27.862Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:28.443Z] $ docker top 8265972f8673327d393724f7b7d4e6f545d5868e89679f3e35b1810023c38543 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:28.968Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:28.968Z] + tee [2020-09-24T19:14:28.968Z] clair timeout 1m0s [2020-09-24T19:14:28.968Z] docker timeout: 1m0s [2020-09-24T19:14:28.968Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:29.662Z] $ docker stop --time=1 8265972f8673327d393724f7b7d4e6f545d5868e89679f3e35b1810023c38543 [2020-09-24T19:14:30.995Z] $ docker rm -f 8265972f8673327d393724f7b7d4e6f545d5868e89679f3e35b1810023c38543 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:14:31.459Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:14:31.472Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-support-logging-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:14:31.556Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:31.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:31.895Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:32.034Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:32.076Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:32.725Z] $ docker top c93c632ba78f4492a655a7671c22c8f2081575583ba226ab2f2cc4e392d2e52a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:33.264Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:33.265Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:38.767Z] $ docker stop --time=1 c93c632ba78f4492a655a7671c22c8f2081575583ba226ab2f2cc4e392d2e52a [2020-09-24T19:14:40.091Z] $ docker rm -f c93c632ba78f4492a655a7671c22c8f2081575583ba226ab2f2cc4e392d2e52a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:40.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:40.555Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:40.647Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:40.683Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:41.257Z] $ docker top 669e9bcc355bfd9071ba3e839f65aa6b54232359a284f2860748a9c0ee448622 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:41.762Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:41.762Z] + tee [2020-09-24T19:14:41.762Z] clair timeout 1m0s [2020-09-24T19:14:41.762Z] docker timeout: 1m0s [2020-09-24T19:14:41.762Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:42.810Z] $ docker stop --time=1 669e9bcc355bfd9071ba3e839f65aa6b54232359a284f2860748a9c0ee448622 [2020-09-24T19:14:44.141Z] $ docker rm -f 669e9bcc355bfd9071ba3e839f65aa6b54232359a284f2860748a9c0ee448622 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:14:44.607Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:14:44.619Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-support-notifications-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:14:44.672Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:45.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:45.012Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:45.112Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:45.150Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:45.841Z] $ docker top 34c153f605428981a55a509b5d34d7c4060b07137bc62009cf256fa38611058d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:46.408Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:46.408Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:49.114Z] $ docker stop --time=1 34c153f605428981a55a509b5d34d7c4060b07137bc62009cf256fa38611058d [2020-09-24T19:14:50.457Z] $ docker rm -f 34c153f605428981a55a509b5d34d7c4060b07137bc62009cf256fa38611058d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:50.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:50.949Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:51.044Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:51.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:51.747Z] $ docker top 1a060c58cea68cfbb554717076cf29aa71958a9e9118a95878df7dadf69a7262 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:52.289Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:52.289Z] + tee [2020-09-24T19:14:52.289Z] clair timeout 1m0s [2020-09-24T19:14:52.289Z] docker timeout: 1m0s [2020-09-24T19:14:52.289Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:14:52.967Z] $ docker stop --time=1 1a060c58cea68cfbb554717076cf29aa71958a9e9118a95878df7dadf69a7262 [2020-09-24T19:14:54.306Z] $ docker rm -f 1a060c58cea68cfbb554717076cf29aa71958a9e9118a95878df7dadf69a7262 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:14:54.763Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:14:54.776Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-support-scheduler-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:14:54.828Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:14:55.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:14:55.169Z] . [Pipeline] withDockerContainer [2020-09-24T19:14:55.261Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:14:55.369Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:14:55.967Z] $ docker top 1b1a407adae9bbf70d88bccb4d4b45f7c676f5a98b0863384c73798406596ee8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:14:56.482Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:14:56.482Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:15:11.599Z] $ docker stop --time=1 1b1a407adae9bbf70d88bccb4d4b45f7c676f5a98b0863384c73798406596ee8 [2020-09-24T19:15:12.997Z] $ docker rm -f 1b1a407adae9bbf70d88bccb4d4b45f7c676f5a98b0863384c73798406596ee8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:15:13.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T19:15:13.515Z] . [Pipeline] withDockerContainer [2020-09-24T19:15:13.610Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:15:13.654Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:15:14.312Z] $ docker top ff88704e6120e79a3e1f58db201346e0d5226b6c6a0c9a3afe9347de744e4af8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T19:15:14.846Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ff532ada13e32ad40e50aa3eed89a35f9d9bd49b [2020-09-24T19:15:14.846Z] + tee [2020-09-24T19:15:14.846Z] clair timeout 1m0s [2020-09-24T19:15:14.846Z] docker timeout: 1m0s [2020-09-24T19:15:14.846Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T19:15:16.336Z] $ docker stop --time=1 ff88704e6120e79a3e1f58db201346e0d5226b6c6a0c9a3afe9347de744e4af8 [2020-09-24T19:15:17.665Z] $ docker rm -f ff88704e6120e79a3e1f58db201346e0d5226b6c6a0c9a3afe9347de744e4af8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T19:15:18.156Z] + mkdir -p /w/workspace/edgex-go/146/clair-reports [Pipeline] echo [2020-09-24T19:15:18.168Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/146/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_ff532ada13e32ad40e50aa3eed89a35f9d9bd49b.html [Pipeline] writeFile [Pipeline] step [2020-09-24T19:15:18.221Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-24T19:15:18.733Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T19:15:18.785Z] provisioning config files... [2020-09-24T19:15:18.799Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/146@tmp/config6327803394376416947tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:15:19.171Z] --> edgex-publish-swagger.sh [2020-09-24T19:15:19.172Z] === Publish openapi/v1 API === [2020-09-24T19:15:19.172Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-24T19:15:19.172Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-24T19:15:19.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:19.172Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:20.557Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9319 0:00:01 0:00:01 --:--:-- 9327 100 10521 0 0 100 10521 0 9317 0:00:01 0:00:01 --:--:-- 9327 [2020-09-24T19:15:20.557Z] [2020-09-24T19:15:20.557Z] [2020-09-24T19:15:20.557Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-24T19:15:20.557Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:20.557Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:21.132Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 36026 --:--:-- --:--:-- --:--:-- 36013 100 32556 0 0 100 32556 0 36019 --:--:-- --:--:-- --:--:-- 36013 [2020-09-24T19:15:21.132Z] [2020-09-24T19:15:21.132Z] [2020-09-24T19:15:21.132Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-24T19:15:21.132Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:21.132Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:22.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61919 0:00:01 0:00:01 --:--:-- 61949 100 73720 0 0 100 73720 0 61910 0:00:01 0:00:01 --:--:-- 61949 [2020-09-24T19:15:22.517Z] [2020-09-24T19:15:22.517Z] [2020-09-24T19:15:22.517Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-24T19:15:22.517Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:22.517Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:23.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 15630 --:--:-- --:--:-- --:--:-- 15627 100 13580 0 0 100 13580 0 15627 --:--:-- --:--:-- --:--:-- 15627 [2020-09-24T19:15:23.463Z] [2020-09-24T19:15:23.463Z] [2020-09-24T19:15:23.463Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-24T19:15:23.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:23.463Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:24.406Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 37799 0:00:01 0:00:01 --:--:-- 37829 100 38889 0 0 100 38889 0 37793 0:00:01 0:00:01 --:--:-- 37829 [2020-09-24T19:15:24.406Z] [2020-09-24T19:15:24.406Z] [2020-09-24T19:15:24.406Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-24T19:15:24.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:24.406Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:25.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12525 0:00:01 0:00:01 --:--:-- 12531 100 14248 0 0 100 14248 0 12523 0:00:01 0:00:01 --:--:-- 12531 [2020-09-24T19:15:25.789Z] [2020-09-24T19:15:25.789Z] [2020-09-24T19:15:25.789Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-24T19:15:25.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:25.789Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:26.731Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4069 0:00:01 0:00:01 --:--:-- 4072 100 4109 0 0 100 4109 0 4068 0:00:01 0:00:01 --:--:-- 4072 [2020-09-24T19:15:26.731Z] [2020-09-24T19:15:26.731Z] [2020-09-24T19:15:26.731Z] === Publish openapi/v2 API === [2020-09-24T19:15:26.731Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-24T19:15:26.731Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-24T19:15:26.731Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:26.731Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:27.672Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 28887 0:00:01 0:00:01 --:--:-- 28904 100 30234 0 0 100 30234 0 28882 0:00:01 0:00:01 --:--:-- 28904 [2020-09-24T19:15:27.672Z] [2020-09-24T19:15:27.672Z] [2020-09-24T19:15:27.672Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-24T19:15:27.672Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:27.673Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:28.615Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 52070 0:00:01 0:00:01 --:--:-- 52084 100 59012 0 0 100 59012 0 52062 0:00:01 0:00:01 --:--:-- 52084 [2020-09-24T19:15:28.615Z] [2020-09-24T19:15:28.615Z] [2020-09-24T19:15:28.615Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-24T19:15:28.615Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:28.615Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:30.003Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 62798 0:00:01 0:00:01 --:--:-- 62841 100 68246 0 0 100 68246 0 62789 0:00:01 0:00:01 --:--:-- 62841 [2020-09-24T19:15:30.003Z] [2020-09-24T19:15:30.003Z] [2020-09-24T19:15:30.003Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-24T19:15:30.003Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:30.003Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:30.945Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 22275 0:00:01 0:00:01 --:--:-- 22268 100 26165 0 0 100 26165 0 22268 0:00:01 0:00:01 --:--:-- 22268 [2020-09-24T19:15:30.945Z] [2020-09-24T19:15:30.945Z] [2020-09-24T19:15:30.945Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-24T19:15:30.945Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:30.945Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:32.330Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 59001 0:00:01 0:00:01 --:--:-- 59040 100 63410 0 0 100 63410 0 58991 0:00:01 0:00:01 --:--:-- 59040 [2020-09-24T19:15:32.330Z] [2020-09-24T19:15:32.330Z] [2020-09-24T19:15:32.330Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-24T19:15:32.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:32.330Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:33.273Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 44031 0:00:01 0:00:01 --:--:-- 44066 100 46049 0 0 100 46049 0 44024 0:00:01 0:00:01 --:--:-- 44066 [2020-09-24T19:15:33.273Z] [2020-09-24T19:15:33.273Z] [2020-09-24T19:15:33.273Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-24T19:15:33.273Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T19:15:33.273Z] Dload Upload Total Spent Left Speed [2020-09-24T19:15:34.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 23895 0:00:01 0:00:01 --:--:-- 23922 100 24114 0 0 100 24114 0 23891 0:00:01 0:00:01 --:--:-- 23898 [2020-09-24T19:15:34.215Z] [2020-09-24T19:15:34.215Z] [Pipeline] } [2020-09-24T19:15:34.223Z] 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-09-24T19:15:45.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:15:45.119Z] . [Pipeline] withDockerContainer [2020-09-24T19:15:45.212Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:15:45.251Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:15:46.193Z] $ docker top 819e4b82e99d2b97a13d7af951b11c8273894a4d1faad01cf7f5ff1b87e502e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T19:15:46.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T19:15:46.491Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T19:15:46.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T19:15:46.727Z] $ docker exec 819e4b82e99d2b97a13d7af951b11c8273894a4d1faad01cf7f5ff1b87e502e8 ssh-agent [2020-09-24T19:15:46.897Z] SSH_AUTH_SOCK=/tmp/ssh-5QQDCUXhdKnM/agent.11 [2020-09-24T19:15:46.897Z] SSH_AGENT_PID=16 [2020-09-24T19:15:46.903Z] Running ssh-add (command line suppressed) [2020-09-24T19:15:47.029Z] Identity added: /w/workspace/edgex-go/146@tmp/private_key_5513546006932543305.key (/w/workspace/edgex-go/146@tmp/private_key_5513546006932543305.key) [2020-09-24T19:15:47.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T19:15:47.415Z] + git semver tag [2020-09-24T19:15:47.415Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T19:15:47.415Z] # $GIT_DIR = /w/workspace/edgex-go/146/.git [2020-09-24T19:15:47.415Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/146 [2020-09-24T19:15:47.415Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T19:15:47.415Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T19:15:47.415Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T19:15:47.415Z] # $SEMVER_BRANCH = master [2020-09-24T19:15:47.415Z] # $SEMVER_DIR = /w/workspace/edgex-go/146/.semver [2020-09-24T19:15:47.415Z] # ff532ada13e32ad40e50aa3eed89a35f9d9bd49b HEAD [2020-09-24T19:15:47.990Z] # -> Force: false [2020-09-24T19:15:47.990Z] # c25c2cdd3389d528a12703e49aa9ab304994b627 refs/tags/v1.2.2-dev.31 [Pipeline] } [2020-09-24T19:15:48.003Z] $ docker exec --env ******** --env ******** 819e4b82e99d2b97a13d7af951b11c8273894a4d1faad01cf7f5ff1b87e502e8 ssh-agent -k [2020-09-24T19:15:48.136Z] unset SSH_AUTH_SOCK; [2020-09-24T19:15:48.136Z] unset SSH_AGENT_PID; [2020-09-24T19:15:48.136Z] echo Agent pid 16 killed; [2020-09-24T19:15:48.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T19:15:48.697Z] + git semver [Pipeline] } [2020-09-24T19:15:48.713Z] $ docker stop --time=1 819e4b82e99d2b97a13d7af951b11c8273894a4d1faad01cf7f5ff1b87e502e8 [2020-09-24T19:15:50.089Z] $ docker rm -f 819e4b82e99d2b97a13d7af951b11c8273894a4d1faad01cf7f5ff1b87e502e8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:15:51.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T19:15:51.015Z] [2020-09-24T19:15:51.015Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:15:51.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T19:15:51.359Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-24T19:15:51.359Z] ab5ef0e58194: Pulling fs layer [2020-09-24T19:15:51.359Z] 9712f1f96733: Pulling fs layer [2020-09-24T19:15:51.359Z] 63f879dbbcfc: Pulling fs layer [2020-09-24T19:15:51.359Z] 0d9ebad4ef96: Pulling fs layer [2020-09-24T19:15:51.359Z] e9a5061849ea: Pulling fs layer [2020-09-24T19:15:51.359Z] d747dcd14b5f: Pulling fs layer [2020-09-24T19:15:51.359Z] 2de7ff778b66: Pulling fs layer [2020-09-24T19:15:51.359Z] e9a5061849ea: Waiting [2020-09-24T19:15:51.359Z] d747dcd14b5f: Waiting [2020-09-24T19:15:51.359Z] 2de7ff778b66: Waiting [2020-09-24T19:15:51.359Z] 0d9ebad4ef96: Waiting [2020-09-24T19:15:51.359Z] 9712f1f96733: Verifying Checksum [2020-09-24T19:15:51.359Z] 9712f1f96733: Download complete [2020-09-24T19:15:53.287Z] 63f879dbbcfc: Verifying Checksum [2020-09-24T19:15:53.287Z] 63f879dbbcfc: Download complete [2020-09-24T19:15:53.287Z] e9a5061849ea: Verifying Checksum [2020-09-24T19:15:53.287Z] e9a5061849ea: Download complete [2020-09-24T19:15:53.287Z] d747dcd14b5f: Verifying Checksum [2020-09-24T19:15:53.287Z] d747dcd14b5f: Download complete [2020-09-24T19:15:53.862Z] 2de7ff778b66: Verifying Checksum [2020-09-24T19:15:53.862Z] 2de7ff778b66: Download complete [2020-09-24T19:15:53.862Z] 0d9ebad4ef96: Verifying Checksum [2020-09-24T19:15:53.862Z] 0d9ebad4ef96: Download complete [2020-09-24T19:15:54.126Z] ab5ef0e58194: Download complete [2020-09-24T19:15:58.362Z] ab5ef0e58194: Pull complete [2020-09-24T19:15:58.362Z] 9712f1f96733: Pull complete [2020-09-24T19:16:00.284Z] 63f879dbbcfc: Pull complete [2020-09-24T19:16:06.927Z] 0d9ebad4ef96: Pull complete [2020-09-24T19:16:08.312Z] e9a5061849ea: Pull complete [2020-09-24T19:16:08.312Z] d747dcd14b5f: Pull complete [2020-09-24T19:16:11.736Z] 2de7ff778b66: Pull complete [2020-09-24T19:16:11.737Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-24T19:16:11.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T19:16:11.737Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-24T19:16:11.965Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:16:12.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:16:16.103Z] $ docker top 9850903b7b149ae91b18d2ea57b35cea87ac1b4ede4603c9f6c40ddf74080050 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-24T19:16:16.408Z] provisioning config files... [2020-09-24T19:16:16.422Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/146@tmp/config5253900106582806751tmp [2020-09-24T19:16:16.453Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/146@tmp/config7629900717020861669tmp [2020-09-24T19:16:16.471Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/146@tmp/config3235175671480425213tmp [Pipeline] { [Pipeline] echo [2020-09-24T19:16:16.540Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:16:17.266Z] ---> sigul-configuration.sh [2020-09-24T19:16:17.266Z] gpg: directory `/root/.gnupg' created [2020-09-24T19:16:17.266Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-24T19:16:17.266Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-24T19:16:17.266Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-24T19:16:17.266Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-24T19:16:17.266Z] gpg: CAST5 encrypted data [2020-09-24T19:16:17.266Z] gpg: encrypted with 1 passphrase [2020-09-24T19:16:17.266Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-24T19:16:17.982Z] + mkdir /home/jenkins [2020-09-24T19:16:17.982Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-24T19:16:18.349Z] + 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-09-24T19:16:18.373Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:16:18.730Z] ---> sigul-install.sh [2020-09-24T19:16:24.205Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-24T19:16:24.531Z] + git tag --list [2020-09-24T19:16:24.531Z] 0.6.0 [2020-09-24T19:16:24.531Z] 0.6.1 [2020-09-24T19:16:24.531Z] 0.7.0 [2020-09-24T19:16:24.531Z] 0.7.1 [2020-09-24T19:16:24.531Z] v1.0.0 [2020-09-24T19:16:24.531Z] v1.0.1 [2020-09-24T19:16:24.531Z] v1.1.0 [2020-09-24T19:16:24.531Z] v1.2.0 [2020-09-24T19:16:24.531Z] v1.2.1 [2020-09-24T19:16:24.531Z] v1.2.2-dev.1 [2020-09-24T19:16:24.531Z] v1.2.2-dev.10 [2020-09-24T19:16:24.531Z] v1.2.2-dev.11 [2020-09-24T19:16:24.531Z] v1.2.2-dev.12 [2020-09-24T19:16:24.531Z] v1.2.2-dev.13 [2020-09-24T19:16:24.531Z] v1.2.2-dev.14 [2020-09-24T19:16:24.531Z] v1.2.2-dev.15 [2020-09-24T19:16:24.531Z] v1.2.2-dev.16 [2020-09-24T19:16:24.531Z] v1.2.2-dev.17 [2020-09-24T19:16:24.531Z] v1.2.2-dev.18 [2020-09-24T19:16:24.531Z] v1.2.2-dev.19 [2020-09-24T19:16:24.531Z] v1.2.2-dev.2 [2020-09-24T19:16:24.531Z] v1.2.2-dev.20 [2020-09-24T19:16:24.531Z] v1.2.2-dev.21 [2020-09-24T19:16:24.531Z] v1.2.2-dev.22 [2020-09-24T19:16:24.531Z] v1.2.2-dev.23 [2020-09-24T19:16:24.531Z] v1.2.2-dev.24 [2020-09-24T19:16:24.531Z] v1.2.2-dev.25 [2020-09-24T19:16:24.532Z] v1.2.2-dev.26 [2020-09-24T19:16:24.532Z] v1.2.2-dev.27 [2020-09-24T19:16:24.532Z] v1.2.2-dev.28 [2020-09-24T19:16:24.532Z] v1.2.2-dev.29 [2020-09-24T19:16:24.532Z] v1.2.2-dev.3 [2020-09-24T19:16:24.532Z] v1.2.2-dev.30 [2020-09-24T19:16:24.532Z] v1.2.2-dev.31 [2020-09-24T19:16:24.532Z] v1.2.2-dev.4 [2020-09-24T19:16:24.532Z] v1.2.2-dev.5 [2020-09-24T19:16:24.532Z] v1.2.2-dev.6 [2020-09-24T19:16:24.532Z] v1.2.2-dev.7 [2020-09-24T19:16:24.532Z] v1.2.2-dev.8 [2020-09-24T19:16:24.532Z] v1.2.2-dev.9 [Pipeline] sh [2020-09-24T19:16:24.832Z] + lftools sign git-tag v1.2.2-dev.31 [2020-09-24T19:16:26.338Z] Signing Git tag with Sigul... [2020-09-24T19:16:26.338Z] Signing v1.2.2-dev.31 [Pipeline] echo [2020-09-24T19:16:27.925Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:16:28.736Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-24T19:16:28.815Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-24T19:16:28.965Z] $ docker stop --time=1 9850903b7b149ae91b18d2ea57b35cea87ac1b4ede4603c9f6c40ddf74080050 [2020-09-24T19:16:30.912Z] $ docker rm -f 9850903b7b149ae91b18d2ea57b35cea87ac1b4ede4603c9f6c40ddf74080050 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:16:31.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:16:31.943Z] . [Pipeline] withDockerContainer [2020-09-24T19:16:32.087Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:16:32.190Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:16:32.858Z] $ docker top 7769bc19b845d4bd1913e615d501f05e1762174d58a9a30bf4cfd8390db79b4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T19:16:33.156Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T19:16:33.156Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T19:16:33.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T19:16:33.363Z] $ docker exec 7769bc19b845d4bd1913e615d501f05e1762174d58a9a30bf4cfd8390db79b4d ssh-agent [2020-09-24T19:16:33.537Z] SSH_AUTH_SOCK=/tmp/ssh-7PgVV68Ktmjm/agent.12 [2020-09-24T19:16:33.537Z] SSH_AGENT_PID=17 [2020-09-24T19:16:33.548Z] Running ssh-add (command line suppressed) [2020-09-24T19:16:33.678Z] Identity added: /w/workspace/edgex-go/146@tmp/private_key_5508463340865494199.key (/w/workspace/edgex-go/146@tmp/private_key_5508463340865494199.key) [2020-09-24T19:16:33.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T19:16:34.102Z] + git semver bump pre [2020-09-24T19:16:34.102Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T19:16:34.102Z] # $GIT_DIR = /w/workspace/edgex-go/146/.git [2020-09-24T19:16:34.102Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/146 [2020-09-24T19:16:34.102Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T19:16:34.102Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T19:16:34.102Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T19:16:34.102Z] # $SEMVER_BRANCH = master [2020-09-24T19:16:34.102Z] # $SEMVER_DIR = /w/workspace/edgex-go/146/.semver [2020-09-24T19:16:34.102Z] 1.2.2-dev.32 [Pipeline] } [2020-09-24T19:16:34.119Z] $ docker exec --env ******** --env ******** 7769bc19b845d4bd1913e615d501f05e1762174d58a9a30bf4cfd8390db79b4d ssh-agent -k [2020-09-24T19:16:34.244Z] unset SSH_AUTH_SOCK; [2020-09-24T19:16:34.244Z] unset SSH_AGENT_PID; [2020-09-24T19:16:34.244Z] echo Agent pid 17 killed; [2020-09-24T19:16:34.302Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T19:16:34.821Z] + git semver [Pipeline] } [2020-09-24T19:16:34.895Z] $ docker stop --time=1 7769bc19b845d4bd1913e615d501f05e1762174d58a9a30bf4cfd8390db79b4d [2020-09-24T19:16:36.683Z] $ docker rm -f 7769bc19b845d4bd1913e615d501f05e1762174d58a9a30bf4cfd8390db79b4d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:16:37.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:16:37.269Z] . [Pipeline] withDockerContainer [2020-09-24T19:16:37.418Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:16:37.498Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:16:38.090Z] $ docker top 4ae04fcee1f48a3f611504c467731a8ee63f6d6f86fa32274318bbc154d829eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T19:16:38.453Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T19:16:38.453Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T19:16:38.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T19:16:38.650Z] $ docker exec 4ae04fcee1f48a3f611504c467731a8ee63f6d6f86fa32274318bbc154d829eb ssh-agent [2020-09-24T19:16:38.823Z] SSH_AUTH_SOCK=/tmp/ssh-StzIR6Ow2zxu/agent.11 [2020-09-24T19:16:38.823Z] SSH_AGENT_PID=16 [2020-09-24T19:16:38.834Z] Running ssh-add (command line suppressed) [2020-09-24T19:16:38.965Z] Identity added: /w/workspace/edgex-go/146@tmp/private_key_8461363481241837610.key (/w/workspace/edgex-go/146@tmp/private_key_8461363481241837610.key) [2020-09-24T19:16:39.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T19:16:39.398Z] + git semver push [2020-09-24T19:16:39.398Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T19:16:39.398Z] # $GIT_DIR = /w/workspace/edgex-go/146/.git [2020-09-24T19:16:39.398Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/146 [2020-09-24T19:16:39.398Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T19:16:39.398Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T19:16:39.398Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T19:16:39.398Z] # $SEMVER_BRANCH = master [2020-09-24T19:16:39.398Z] # $SEMVER_DIR = /w/workspace/edgex-go/146/.semver [Pipeline] } [2020-09-24T19:16:49.489Z] $ docker exec --env ******** --env ******** 4ae04fcee1f48a3f611504c467731a8ee63f6d6f86fa32274318bbc154d829eb ssh-agent -k [2020-09-24T19:16:49.620Z] unset SSH_AUTH_SOCK; [2020-09-24T19:16:49.620Z] unset SSH_AGENT_PID; [2020-09-24T19:16:49.620Z] echo Agent pid 16 killed; [2020-09-24T19:16:49.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T19:16:50.277Z] + git semver [Pipeline] } [2020-09-24T19:16:50.338Z] $ docker stop --time=1 4ae04fcee1f48a3f611504c467731a8ee63f6d6f86fa32274318bbc154d829eb [2020-09-24T19:16:51.726Z] $ docker rm -f 4ae04fcee1f48a3f611504c467731a8ee63f6d6f86fa32274318bbc154d829eb [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-09-24T19:16:52.751Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:16:53.629Z] ---> package-listing.sh [2020-09-24T19:16:53.629Z] ++ facter osfamily [2020-09-24T19:16:53.629Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T19:16:53.629Z] + OS_FAMILY=redhat [2020-09-24T19:16:53.629Z] + workspace=/w/workspace/edgex-go/146 [2020-09-24T19:16:53.629Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T19:16:53.629Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T19:16:53.629Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T19:16:53.629Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T19:16:53.629Z] + '[' /w/workspace/edgex-go/146 ']' [2020-09-24T19:16:53.629Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T19:16:53.629Z] + case "${OS_FAMILY}" in [2020-09-24T19:16:53.629Z] + rpm -qa [2020-09-24T19:16:53.629Z] + sort [2020-09-24T19:16:57.888Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T19:16:57.888Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T19:16:57.888Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T19:16:57.888Z] + '[' /w/workspace/edgex-go/146 ']' [2020-09-24T19:16:57.888Z] + mkdir -p /w/workspace/edgex-go/146/archives/ [2020-09-24T19:16:57.888Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/146/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:16:59.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:16:59.288Z] [2020-09-24T19:16:59.288Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:16:59.630Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:16:59.630Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T19:16:59.630Z] df20fa9351a1: Already exists [2020-09-24T19:16:59.630Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T19:16:59.630Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T19:16:59.630Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T19:16:59.630Z] 0dadc02b9964: Pulling fs layer [2020-09-24T19:16:59.630Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T19:16:59.630Z] 7a184a31f384: Pulling fs layer [2020-09-24T19:16:59.630Z] 0879bd2ef858: Pulling fs layer [2020-09-24T19:16:59.630Z] 0dadc02b9964: Waiting [2020-09-24T19:16:59.630Z] ce6a7cf60c04: Waiting [2020-09-24T19:16:59.630Z] 7a184a31f384: Waiting [2020-09-24T19:16:59.630Z] 0879bd2ef858: Waiting [2020-09-24T19:16:59.630Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T19:16:59.630Z] 46f8f816bc3b: Download complete [2020-09-24T19:16:59.630Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T19:16:59.630Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T19:16:59.630Z] ce6a7cf60c04: Download complete [2020-09-24T19:16:59.630Z] 7a184a31f384: Verifying Checksum [2020-09-24T19:16:59.630Z] 7a184a31f384: Download complete [2020-09-24T19:16:59.892Z] 0dadc02b9964: Verifying Checksum [2020-09-24T19:16:59.892Z] 0dadc02b9964: Download complete [2020-09-24T19:17:00.155Z] 36b3adc4ff6f: Pull complete [2020-09-24T19:17:00.155Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T19:17:00.155Z] 8ad3a11d3b57: Download complete [2020-09-24T19:17:00.426Z] 0879bd2ef858: Download complete [2020-09-24T19:17:00.687Z] 8ad3a11d3b57: Pull complete [2020-09-24T19:17:00.952Z] 46f8f816bc3b: Pull complete [2020-09-24T19:17:01.213Z] 0dadc02b9964: Pull complete [2020-09-24T19:17:01.213Z] ce6a7cf60c04: Pull complete [2020-09-24T19:17:01.474Z] 7a184a31f384: Pull complete [2020-09-24T19:17:04.220Z] 0879bd2ef858: Pull complete [2020-09-24T19:17:04.220Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T19:17:04.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:17:04.220Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T19:17:04.362Z] prd-centos7-docker-4c-2g-1197 does not seem to be running inside a container [2020-09-24T19:17:04.406Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/146 -v /w/workspace/edgex-go/146:/w/workspace/edgex-go/146:rw,z -v /w/workspace/edgex-go/146@tmp:/w/workspace/edgex-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-24T19:17:07.633Z] $ docker top 82cdb5fa7f3732c12de8f95f7f9e9cae3540484976fec0c71661976acc588db3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:17:08.133Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T19:17:08.431Z] + ls /var/log/sa-host [2020-09-24T19:17:08.431Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T19:17:08.431Z] file_magic: OK [2020-09-24T19:17:08.431Z] HZ: Using current value: 100 [2020-09-24T19:17:08.431Z] file_header: OK [2020-09-24T19:17:08.431Z] 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-09-24T19:17:08.431Z] Statistics: [2020-09-24T19:17:08.431Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T19:17:08.431Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T19:17:08.431Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T19:17:08.431Z] file_magic: OK [2020-09-24T19:17:08.431Z] HZ: Using current value: 100 [2020-09-24T19:17:08.431Z] file_header: OK [2020-09-24T19:17:08.431Z] 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-09-24T19:17:08.431Z] Statistics: [2020-09-24T19:17:08.431Z] 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-09-24T19:17:08.431Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T19:17:08.620Z] provisioning config files... [2020-09-24T19:17:08.634Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/146@tmp/config7534370804679859190tmp [Pipeline] { [Pipeline] echo [2020-09-24T19:17:08.719Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:17:09.013Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T19:17:09.023Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:17:09.316Z] ---> logs-deploy.sh [2020-09-24T19:17:09.316Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/146 [2020-09-24T19:17:09.316Z] INFO: archiving workspace using pattern(s): [2020-09-24T19:17:10.774Z] Archives upload complete. [2020-09-24T19:17:10.774Z] INFO: archiving logs to Nexus