Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1240 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/147 [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/147 # 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 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies (#2705)" > git rev-list --no-walk ff532ada13e32ad40e50aa3eed89a35f9d9bd49b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T20:45:52.441Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T20:45:52.707Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T20:45:52.801Z] ========================================================= [2020-09-24T20:45:52.801Z] EdgeX Global Pipelines Version Info [2020-09-24T20:45:52.801Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:45:54.775Z] ------------------- [2020-09-24T20:45:54.775Z] stable info: [2020-09-24T20:45:54.775Z] ------------------- [2020-09-24T20:45:54.775Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T20:45:54.775Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T20:45:54.775Z] Message: update stable to v1.0.128 [2020-09-24T20:45:55.358Z] ------------------- [2020-09-24T20:45:55.358Z] experimental info: [2020-09-24T20:45:55.358Z] ------------------- [2020-09-24T20:45:55.358Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T20:45:55.358Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T20:45:55.358Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-24T20:45:55.627Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-24T20:45:55.710Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-24T20:45:55.791Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T20:45:55.925Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T20:45:56.046Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T20:45:56.132Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T20:45:56.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T20:45:56.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-24T20:45:56.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-24T20:45:56.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-24T20:45:56.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T20:45:56.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T20:45:56.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T20:45:56.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T20:45:56.985Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-24T20:45:57.073Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-24T20:45:57.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-24T20:45:57.246Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T20:45:57.335Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-24T20:45:57.418Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-24T20:45:57.555Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-24T20:45:57.638Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-24T20:45:57.722Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-24T20:45:57.806Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-24T20:45:57.891Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] echo [2020-09-24T20:45:57.977Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f12b63 [Pipeline] echo [2020-09-24T20:45:58.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-24T20:45:58.445Z] ++ 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-24T20:45:58.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/core-command/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/core-data/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-24T20:45:58.446Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-24T20:45:58.446Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-24T20:45:58.446Z] ++ cut -d/ -f2 [2020-09-24T20:45:58.446Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-24T20:45:58.532Z] 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-24T20:45:59.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:45:59.579Z] [2020-09-24T20:45:59.579Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:46:00.014Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:46:00.014Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T20:46:00.014Z] 31603596830f: Pulling fs layer [2020-09-24T20:46:00.014Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T20:46:00.014Z] 6ca5941a6612: Pulling fs layer [2020-09-24T20:46:00.014Z] ecc8261a40a4: Pulling fs layer [2020-09-24T20:46:00.014Z] ecc8261a40a4: Waiting [2020-09-24T20:46:00.014Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T20:46:00.014Z] 2a8b12db71e7: Download complete [2020-09-24T20:46:00.284Z] 31603596830f: Verifying Checksum [2020-09-24T20:46:00.284Z] 31603596830f: Download complete [2020-09-24T20:46:00.284Z] ecc8261a40a4: Verifying Checksum [2020-09-24T20:46:00.284Z] ecc8261a40a4: Download complete [2020-09-24T20:46:00.284Z] 6ca5941a6612: Verifying Checksum [2020-09-24T20:46:00.284Z] 6ca5941a6612: Download complete [2020-09-24T20:46:00.549Z] 31603596830f: Pull complete [2020-09-24T20:46:00.812Z] 2a8b12db71e7: Pull complete [2020-09-24T20:46:01.389Z] 6ca5941a6612: Pull complete [2020-09-24T20:46:01.651Z] ecc8261a40a4: Pull complete [2020-09-24T20:46:01.651Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T20:46:01.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:46:01.651Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T20:46:01.776Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T20:46:01.832Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T20:46:04.348Z] $ docker top b9dbd998aa3c223c9f20b02bafb46547e59fda9dd132d95e6de199099975d8dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:46:04.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:46:04.638Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:46:04.856Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:46:04.862Z] $ docker exec b9dbd998aa3c223c9f20b02bafb46547e59fda9dd132d95e6de199099975d8dc ssh-agent [2020-09-24T20:46:05.027Z] SSH_AUTH_SOCK=/tmp/ssh-Ua2X7cbVWjF0/agent.13 [2020-09-24T20:46:05.027Z] SSH_AGENT_PID=18 [2020-09-24T20:46:05.041Z] Running ssh-add (command line suppressed) [2020-09-24T20:46:05.212Z] Identity added: /w/workspace/edgex-go/147@tmp/private_key_8025936133549070571.key (/w/workspace/edgex-go/147@tmp/private_key_8025936133549070571.key) [2020-09-24T20:46:05.268Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:46:05.598Z] + git describe --exact-match --tags HEAD [2020-09-24T20:46:05.598Z] fatal: no tag exactly matches '0f12b6345f82ca2bb02c895b17bbdd60d5a3af97' [Pipeline] } [2020-09-24T20:46:05.625Z] $ docker exec --env ******** --env ******** b9dbd998aa3c223c9f20b02bafb46547e59fda9dd132d95e6de199099975d8dc ssh-agent -k [2020-09-24T20:46:05.738Z] unset SSH_AUTH_SOCK; [2020-09-24T20:46:05.739Z] unset SSH_AGENT_PID; [2020-09-24T20:46:05.739Z] echo Agent pid 18 killed; [2020-09-24T20:46:05.782Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T20:46:05.866Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T20:46:05.866Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T20:46:05.959Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:46:05.959Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:46:06.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:46:06.134Z] $ docker exec b9dbd998aa3c223c9f20b02bafb46547e59fda9dd132d95e6de199099975d8dc ssh-agent [2020-09-24T20:46:06.295Z] SSH_AUTH_SOCK=/tmp/ssh-IiR5HEQ794xe/agent.47 [2020-09-24T20:46:06.295Z] SSH_AGENT_PID=52 [2020-09-24T20:46:06.301Z] Running ssh-add (command line suppressed) [2020-09-24T20:46:06.428Z] Identity added: /w/workspace/edgex-go/147@tmp/private_key_6067674981234459976.key (/w/workspace/edgex-go/147@tmp/private_key_6067674981234459976.key) [2020-09-24T20:46:06.478Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:46:06.817Z] + git semver init [2020-09-24T20:46:06.817Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:46:06.817Z] # $GIT_DIR = /w/workspace/edgex-go/147/.git [2020-09-24T20:46:06.817Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/147 [2020-09-24T20:46:06.817Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:46:06.817Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:46:06.817Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:46:06.817Z] # $SEMVER_BRANCH = master [2020-09-24T20:46:06.817Z] # $SEMVER_TEMP = /tmp/semver-953842478 [2020-09-24T20:46:06.817Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-24T20:46:33.531Z] # '/tmp/semver-953842478' -> '/w/workspace/edgex-go/147/.semver' [2020-09-24T20:46:33.531Z] # -> Force: false [2020-09-24T20:46:33.531Z] # $SEMVER_DIR = /w/workspace/edgex-go/147/.semver [Pipeline] } [2020-09-24T20:46:33.562Z] $ docker exec --env ******** --env ******** b9dbd998aa3c223c9f20b02bafb46547e59fda9dd132d95e6de199099975d8dc ssh-agent -k [2020-09-24T20:46:33.788Z] unset SSH_AUTH_SOCK; [2020-09-24T20:46:33.789Z] unset SSH_AGENT_PID; [2020-09-24T20:46:33.789Z] echo Agent pid 52 killed; [2020-09-24T20:46:33.861Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:46:34.364Z] + git semver [Pipeline] } [2020-09-24T20:46:34.396Z] $ docker stop --time=1 b9dbd998aa3c223c9f20b02bafb46547e59fda9dd132d95e6de199099975d8dc [2020-09-24T20:46:35.969Z] $ docker rm -f b9dbd998aa3c223c9f20b02bafb46547e59fda9dd132d95e6de199099975d8dc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T20:46:49.672Z] Stashed 49 file(s) [Pipeline] echo [2020-09-24T20:46:49.675Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.32 [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) [2020-09-24T20:46:50.186Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1229 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-24T20:46:50.272Z] Running in /w/workspace/edgex-go/147 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] echo [2020-09-24T20:46:50.425Z] ========================================================= [2020-09-24T20:46:50.425Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T20:46:50.425Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:46:50.764Z] + 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-24T20:46:54.760Z] using credential edgex-jenkins-ssh [2020-09-24T20:46:54.829Z] Cloning the remote Git repository [2020-09-24T20:46:55.005Z] Sending build context to Docker daemon 324.4MB [2020-09-24T20:46:55.005Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T20:46:55.005Z] Step 2/7 : FROM ${BASE} [2020-09-24T20:46:55.005Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T20:46:55.005Z] df20fa9351a1: Pulling fs layer [2020-09-24T20:46:55.005Z] ed8968b2872e: Pulling fs layer [2020-09-24T20:46:55.005Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T20:46:55.005Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T20:46:55.005Z] e73272ec9a57: Pulling fs layer [2020-09-24T20:46:55.005Z] 1e910a182e73: Pulling fs layer [2020-09-24T20:46:55.005Z] 4e634b169226: Pulling fs layer [2020-09-24T20:46:55.005Z] e73272ec9a57: Waiting [2020-09-24T20:46:55.005Z] 4e634b169226: Waiting [2020-09-24T20:46:55.005Z] e871e8e8d7a9: Waiting [2020-09-24T20:46:55.005Z] 1e910a182e73: Waiting [2020-09-24T20:46:55.005Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T20:46:55.005Z] a92cc7c5fd73: Download complete [2020-09-24T20:46:55.005Z] ed8968b2872e: Download complete [2020-09-24T20:46:55.005Z] e73272ec9a57: Verifying Checksum [2020-09-24T20:46:55.005Z] e73272ec9a57: Download complete [2020-09-24T20:46:55.005Z] 1e910a182e73: Download complete [2020-09-24T20:46:55.005Z] df20fa9351a1: Verifying Checksum [2020-09-24T20:46:55.005Z] df20fa9351a1: Download complete [2020-09-24T20:46:55.271Z] df20fa9351a1: Pull complete [2020-09-24T20:46:54.872Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-24T20:46:54.978Z] > git init /w/workspace/edgex-go/147 # timeout=10 [2020-09-24T20:46:55.048Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-24T20:46:55.049Z] > git --version # timeout=10 [2020-09-24T20:46:55.065Z] > git --version # 'git version 2.17.1' [2020-09-24T20:46:55.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:46:55.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:46:55.532Z] ed8968b2872e: Pull complete [2020-09-24T20:46:55.532Z] a92cc7c5fd73: Pull complete [2020-09-24T20:46:57.453Z] 4e634b169226: Verifying Checksum [2020-09-24T20:46:57.453Z] 4e634b169226: Download complete [2020-09-24T20:46:58.856Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T20:46:58.856Z] e871e8e8d7a9: Download complete [2020-09-24T20:47:04.230Z] e871e8e8d7a9: Pull complete [2020-09-24T20:47:04.230Z] e73272ec9a57: Pull complete [2020-09-24T20:47:04.230Z] 1e910a182e73: Pull complete [2020-09-24T20:47:09.551Z] 4e634b169226: Pull complete [2020-09-24T20:47:09.551Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T20:47:09.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T20:47:09.551Z] ---> f7629b54cfaa [2020-09-24T20:47:09.551Z] 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-24T20:47:09.828Z] ---> Running in 3a5a8eb86b6e [2020-09-24T20:47:10.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:47:11.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:47:11.938Z] (1/12) Installing libmagic (5.38-r0) [2020-09-24T20:47:12.201Z] (2/12) Installing file (5.38-r0) [2020-09-24T20:47:12.201Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-24T20:47:12.201Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-24T20:47:16.527Z] Checking out Revision 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 (master) [2020-09-24T20:47:15.899Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-24T20:47:15.921Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:47:15.948Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-24T20:47:15.980Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-24T20:47:15.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:47:15.992Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T20:47:16.536Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T20:47:16.553Z] > git checkout -f 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 # timeout=10 [2020-09-24T20:47:20.926Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies (#2705)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-24T20:47:27.144Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-24T20:47:27.144Z] (6/12) Installing patch (2.7.6-r6) [2020-09-24T20:47:27.144Z] (7/12) Installing build-base (0.5-r2) [2020-09-24T20:47:27.144Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-24T20:47:27.144Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-24T20:47:27.144Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-24T20:47:27.419Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-24T20:47:27.419Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-24T20:47:27.698Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:47:27.698Z] OK: 233 MiB in 51 packages [2020-09-24T20:47:31.128Z] Removing intermediate container 3a5a8eb86b6e [2020-09-24T20:47:31.128Z] ---> a182d02a3395 [2020-09-24T20:47:31.128Z] Step 4/7 : WORKDIR /edgex-go [2020-09-24T20:47:31.128Z] ---> Running in fd01b3d61f52 [2020-09-24T20:47:31.128Z] Removing intermediate container fd01b3d61f52 [2020-09-24T20:47:31.128Z] ---> 85b9e27c8c7d [2020-09-24T20:47:31.128Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T20:47:31.399Z] latest: Pulling from library/docker [2020-09-24T20:47:31.399Z] df20fa9351a1: Already exists [2020-09-24T20:47:31.399Z] 25ad7478873d: Pulling fs layer [2020-09-24T20:47:31.399Z] 4684f6177b5d: Pulling fs layer [2020-09-24T20:47:31.399Z] 8ba584e970af: Pulling fs layer [2020-09-24T20:47:31.399Z] 3cdc74d2b06d: Pulling fs layer [2020-09-24T20:47:31.399Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-24T20:47:31.399Z] fca0ccc462d5: Pulling fs layer [2020-09-24T20:47:31.399Z] 4cf5a0d07c1f: Waiting [2020-09-24T20:47:31.399Z] fca0ccc462d5: Waiting [2020-09-24T20:47:31.399Z] 3cdc74d2b06d: Waiting [2020-09-24T20:47:31.683Z] 4684f6177b5d: Verifying Checksum [2020-09-24T20:47:31.683Z] 4684f6177b5d: Download complete [2020-09-24T20:47:31.683Z] 25ad7478873d: Verifying Checksum [2020-09-24T20:47:31.683Z] 25ad7478873d: Download complete [2020-09-24T20:47:31.683Z] 3cdc74d2b06d: Verifying Checksum [2020-09-24T20:47:31.683Z] 3cdc74d2b06d: Download complete [2020-09-24T20:47:31.683Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-24T20:47:31.683Z] 4cf5a0d07c1f: Download complete [2020-09-24T20:47:31.974Z] fca0ccc462d5: Verifying Checksum [2020-09-24T20:47:31.974Z] fca0ccc462d5: Download complete [2020-09-24T20:47:31.974Z] 25ad7478873d: Pull complete [2020-09-24T20:47:31.974Z] 4684f6177b5d: Pull complete [2020-09-24T20:47:32.636Z] 8ba584e970af: Verifying Checksum [2020-09-24T20:47:32.636Z] 8ba584e970af: Download complete [Pipeline] echo [2020-09-24T20:47:33.495Z] ========================================================= [2020-09-24T20:47:33.495Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T20:47:33.495Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:47:34.444Z] + 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-24T20:47:34.666Z] 8ba584e970af: Pull complete [2020-09-24T20:47:34.943Z] 3cdc74d2b06d: Pull complete [2020-09-24T20:47:34.943Z] 4cf5a0d07c1f: Pull complete [2020-09-24T20:47:35.209Z] fca0ccc462d5: Pull complete [2020-09-24T20:47:35.209Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T20:47:35.209Z] Status: Downloaded newer image for docker:latest [2020-09-24T20:47:37.145Z] ---> 8978f64f32c2 [2020-09-24T20:47:37.145Z] Step 6/7 : COPY go.mod . [2020-09-24T20:47:37.145Z] ---> a607cb367743 [2020-09-24T20:47:37.145Z] Step 7/7 : RUN go mod download [2020-09-24T20:47:37.145Z] ---> Running in f8556305c042 [2020-09-24T20:47:38.871Z] Sending build context to Docker daemon 324.4MB [2020-09-24T20:47:38.872Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T20:47:38.872Z] Step 2/7 : FROM ${BASE} [2020-09-24T20:47:38.872Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T20:47:38.872Z] b538f80385f9: Pulling fs layer [2020-09-24T20:47:38.872Z] 74f711af9a0d: Pulling fs layer [2020-09-24T20:47:38.872Z] 99f96fe45779: Pulling fs layer [2020-09-24T20:47:38.872Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T20:47:38.872Z] 45590311c82a: Pulling fs layer [2020-09-24T20:47:38.872Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T20:47:38.872Z] 209524e5b208: Pulling fs layer [2020-09-24T20:47:38.872Z] 8529a6b9a6be: Waiting [2020-09-24T20:47:38.872Z] 45590311c82a: Waiting [2020-09-24T20:47:38.872Z] 69ca0ff8b7b3: Waiting [2020-09-24T20:47:38.872Z] 209524e5b208: Waiting [2020-09-24T20:47:38.872Z] 99f96fe45779: Verifying Checksum [2020-09-24T20:47:38.872Z] 99f96fe45779: Download complete [2020-09-24T20:47:38.872Z] 74f711af9a0d: Verifying Checksum [2020-09-24T20:47:38.872Z] 74f711af9a0d: Download complete [2020-09-24T20:47:38.872Z] 45590311c82a: Download complete [2020-09-24T20:47:38.872Z] 69ca0ff8b7b3: Download complete [2020-09-24T20:47:38.872Z] b538f80385f9: Verifying Checksum [2020-09-24T20:47:38.872Z] b538f80385f9: Download complete [2020-09-24T20:47:39.481Z] b538f80385f9: Pull complete [2020-09-24T20:47:40.092Z] 74f711af9a0d: Pull complete [2020-09-24T20:47:40.371Z] 99f96fe45779: Pull complete [2020-09-24T20:47:40.973Z] 209524e5b208: Verifying Checksum [2020-09-24T20:47:42.962Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T20:47:42.962Z] 8529a6b9a6be: Download complete [2020-09-24T20:47:53.165Z] 8529a6b9a6be: Pull complete [2020-09-24T20:47:53.165Z] 45590311c82a: Pull complete [2020-09-24T20:47:53.440Z] 69ca0ff8b7b3: Pull complete [2020-09-24T20:47:57.783Z] 209524e5b208: Pull complete [2020-09-24T20:47:57.783Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T20:47:57.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T20:47:57.783Z] ---> 5bddaf1c2fca [2020-09-24T20:47:57.783Z] 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-24T20:47:59.227Z] Removing intermediate container f8556305c042 [2020-09-24T20:47:59.227Z] ---> 22cc9fbe9a05 [2020-09-24T20:47:59.227Z] Successfully built 22cc9fbe9a05 [2020-09-24T20:47:59.227Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:47:59.559Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T20:47:59.559Z] . [Pipeline] withDockerContainer [2020-09-24T20:47:59.738Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T20:47:59.811Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T20:48:00.749Z] $ docker top e0b01608bf3ae8e12dea8daa54ec4d903001197ecdf29e4813630cf01c3ca1e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:48:01.201Z] ---> Running in d5926b24bf2f [2020-09-24T20:48:01.372Z] + go version [2020-09-24T20:48:01.372Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T20:48:01.398Z] $ docker stop --time=1 e0b01608bf3ae8e12dea8daa54ec4d903001197ecdf29e4813630cf01c3ca1e3 [2020-09-24T20:48:02.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:48:02.882Z] $ docker rm -f e0b01608bf3ae8e12dea8daa54ec4d903001197ecdf29e4813630cf01c3ca1e3 [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] { [2020-09-24T20:48:04.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:48:05.532Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:48:05.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-24T20:48:05.893Z] [2020-09-24T20:48:05.893Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:48:06.122Z] (2/12) Installing file (5.38-r0) [2020-09-24T20:48:06.123Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-24T20:48:06.123Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-24T20:48:06.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-24T20:48:06.285Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-24T20:48:06.285Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-24T20:48:06.285Z] ca9280d653b3: Pulling fs layer [2020-09-24T20:48:06.285Z] 7e9c9ca2126c: Pulling fs layer [2020-09-24T20:48:06.285Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-24T20:48:06.285Z] cbdbe7a5bc2a: Download complete [2020-09-24T20:48:06.999Z] cbdbe7a5bc2a: Pull complete [2020-09-24T20:48:06.999Z] ca9280d653b3: Verifying Checksum [2020-09-24T20:48:06.999Z] ca9280d653b3: Download complete [2020-09-24T20:48:08.004Z] 7e9c9ca2126c: Download complete [2020-09-24T20:48:08.274Z] ca9280d653b3: Pull complete [2020-09-24T20:48:16.000Z] 7e9c9ca2126c: Pull complete [2020-09-24T20:48:16.000Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-24T20:48:16.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-24T20:48:16.000Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-24T20:48:16.187Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T20:48:16.248Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T20:48:19.479Z] $ docker top e94420e198a59267d7fdd5f760ba61ef9b32805a2e3b25c3be96a13ee974bdbd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:48:19.996Z] + docker-compose build --help [2020-09-24T20:48:19.996Z] + grep parallel [2020-09-24T20:48:20.946Z] --parallel Build images in parallel. [Pipeline] } [2020-09-24T20:48:20.968Z] $ docker stop --time=1 e94420e198a59267d7fdd5f760ba61ef9b32805a2e3b25c3be96a13ee974bdbd [2020-09-24T20:48:21.524Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-24T20:48:21.524Z] (6/12) Installing patch (2.7.6-r6) [2020-09-24T20:48:21.524Z] (7/12) Installing build-base (0.5-r2) [2020-09-24T20:48:21.524Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-24T20:48:21.524Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-24T20:48:21.524Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-24T20:48:21.524Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-24T20:48:21.524Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-24T20:48:21.524Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:48:21.524Z] OK: 217 MiB in 51 packages [2020-09-24T20:48:22.326Z] $ docker rm -f e94420e198a59267d7fdd5f760ba61ef9b32805a2e3b25c3be96a13ee974bdbd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:48:22.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-24T20:48:22.978Z] . [Pipeline] withDockerContainer [2020-09-24T20:48:23.102Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T20:48:23.167Z] $ 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/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T20:48:23.766Z] $ docker top 5e857cc7b3ae904097abb9520a0bb882f13a57dd3edb0db99a30c3d09933d017 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:48:24.249Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-24T20:48:25.198Z] Building docker-core-command-go ... [2020-09-24T20:48:25.198Z] Building docker-core-data-go ... [2020-09-24T20:48:25.198Z] Building docker-core-metadata-go ... [2020-09-24T20:48:25.198Z] Building docker-security-proxy-setup-go ... [2020-09-24T20:48:25.198Z] Building docker-security-secrets-setup-go ... [2020-09-24T20:48:25.198Z] Building docker-security-secretstore-setup-go ... [2020-09-24T20:48:25.198Z] Building docker-support-logging-go ... [2020-09-24T20:48:25.198Z] Building docker-support-notifications-go ... [2020-09-24T20:48:25.198Z] Building docker-support-scheduler-go ... [2020-09-24T20:48:25.198Z] Building docker-sys-mgmt-agent-go ... [2020-09-24T20:48:25.198Z] Building docker-security-secrets-setup-go [2020-09-24T20:48:25.198Z] Building docker-support-scheduler-go [2020-09-24T20:48:25.198Z] Building docker-security-secretstore-setup-go [2020-09-24T20:48:25.198Z] Building docker-support-notifications-go [2020-09-24T20:48:25.198Z] Building docker-security-proxy-setup-go [2020-09-24T20:48:25.854Z] Removing intermediate container d5926b24bf2f [2020-09-24T20:48:25.854Z] ---> 20ee58cff8b7 [2020-09-24T20:48:25.854Z] Step 4/7 : WORKDIR /edgex-go [2020-09-24T20:48:25.854Z] ---> Running in d7816179f377 [2020-09-24T20:48:25.854Z] Removing intermediate container d7816179f377 [2020-09-24T20:48:25.854Z] ---> eaaadc3477a1 [2020-09-24T20:48:25.854Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T20:48:26.127Z] latest: Pulling from library/docker [2020-09-24T20:48:26.128Z] b538f80385f9: Already exists [2020-09-24T20:48:26.128Z] 259a493cd78d: Pulling fs layer [2020-09-24T20:48:26.128Z] b8e66b5100f5: Pulling fs layer [2020-09-24T20:48:26.128Z] 7f8258a56ab6: Pulling fs layer [2020-09-24T20:48:26.128Z] 75a0a0ebb566: Pulling fs layer [2020-09-24T20:48:26.128Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-24T20:48:26.128Z] 294320357d30: Pulling fs layer [2020-09-24T20:48:26.128Z] 75a0a0ebb566: Waiting [2020-09-24T20:48:26.128Z] 4a2c62f0a2a3: Waiting [2020-09-24T20:48:26.128Z] 294320357d30: Waiting [2020-09-24T20:48:26.403Z] b8e66b5100f5: Verifying Checksum [2020-09-24T20:48:26.403Z] b8e66b5100f5: Download complete [2020-09-24T20:48:26.403Z] 259a493cd78d: Download complete [2020-09-24T20:48:26.403Z] 75a0a0ebb566: Verifying Checksum [2020-09-24T20:48:26.403Z] 75a0a0ebb566: Download complete [2020-09-24T20:48:26.695Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-24T20:48:26.695Z] 4a2c62f0a2a3: Download complete [2020-09-24T20:48:26.695Z] 294320357d30: Verifying Checksum [2020-09-24T20:48:26.695Z] 294320357d30: Download complete [2020-09-24T20:48:27.298Z] 259a493cd78d: Pull complete [2020-09-24T20:48:27.581Z] b8e66b5100f5: Pull complete [2020-09-24T20:48:27.854Z] 7f8258a56ab6: Verifying Checksum [2020-09-24T20:48:27.854Z] 7f8258a56ab6: Download complete [2020-09-24T20:48:31.281Z] 7f8258a56ab6: Pull complete [2020-09-24T20:48:31.281Z] 75a0a0ebb566: Pull complete [2020-09-24T20:48:31.880Z] 4a2c62f0a2a3: Pull complete [2020-09-24T20:48:32.162Z] 294320357d30: Pull complete [2020-09-24T20:48:32.162Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T20:48:32.162Z] Status: Downloaded newer image for docker:latest [2020-09-24T20:48:35.561Z] ---> fde8c660aaf0 [2020-09-24T20:48:35.561Z] Step 6/7 : COPY go.mod . [2020-09-24T20:48:36.156Z] ---> 9fccdd303919 [2020-09-24T20:48:36.156Z] Step 7/7 : RUN go mod download [2020-09-24T20:48:36.156Z] ---> Running in d18d0364e0c7 [2020-09-24T20:48:51.959Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:48:51.959Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:48:51.959Z] ---> 22cc9fbe9a05 [2020-09-24T20:48:51.959Z] Step 3/26 : WORKDIR /edgex-go [2020-09-24T20:48:51.959Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:48:51.959Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:48:51.959Z] ---> 22cc9fbe9a05 [2020-09-24T20:48:51.959Z] Step 3/24 : WORKDIR /edgex-go [2020-09-24T20:48:51.959Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:48:51.959Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-24T20:48:51.959Z] ---> 22cc9fbe9a05 [2020-09-24T20:48:51.959Z] Step 3/29 : WORKDIR /edgex-go [2020-09-24T20:48:51.959Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:48:51.959Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:48:51.959Z] ---> 22cc9fbe9a05 [2020-09-24T20:48:51.959Z] Step 3/20 : WORKDIR /edgex-go [2020-09-24T20:48:51.959Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:48:51.959Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:48:51.959Z] ---> 22cc9fbe9a05 [2020-09-24T20:48:51.959Z] Step 3/21 : WORKDIR /edgex-go [2020-09-24T20:48:51.959Z] ---> Running in 728bd5621cc7 [2020-09-24T20:48:51.959Z] ---> Running in bb5f1401a4cc [2020-09-24T20:48:51.959Z] ---> Running in 139463b60402 [2020-09-24T20:48:51.959Z] ---> Running in 980677d564c7 [2020-09-24T20:48:51.959Z] ---> Running in 929cba90e090 [2020-09-24T20:48:51.959Z] Removing intermediate container 980677d564c7 [2020-09-24T20:48:51.959Z] ---> 59a4a6674022 [2020-09-24T20:48:51.959Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:48:51.959Z] Removing intermediate container 139463b60402 [2020-09-24T20:48:51.959Z] ---> be26ff9c47ab [2020-09-24T20:48:51.959Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:48:51.959Z] Removing intermediate container 929cba90e090 [2020-09-24T20:48:51.959Z] ---> 0e6edb77fb0a [2020-09-24T20:48:51.959Z] Step 4/29 : RUN apk update && apk add make git [2020-09-24T20:48:51.959Z] Removing intermediate container bb5f1401a4cc [2020-09-24T20:48:51.959Z] ---> 08663a971eed [2020-09-24T20:48:51.959Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:48:51.959Z] Removing intermediate container 728bd5621cc7 [2020-09-24T20:48:51.959Z] ---> 0cfeb1d7c3a5 [2020-09-24T20:48:51.959Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:48:51.959Z] ---> Running in e68540e4fae8 [2020-09-24T20:48:51.959Z] ---> Running in 943107f94534 [2020-09-24T20:48:51.959Z] ---> Running in 2462b9a54327 [2020-09-24T20:48:51.959Z] ---> Running in e1ffc7908d69 [2020-09-24T20:48:51.959Z] ---> Running in ba1f552dc312 [2020-09-24T20:48:52.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:52.799Z] Removing intermediate container e68540e4fae8 [2020-09-24T20:48:52.799Z] ---> 7db8b6c16117 [2020-09-24T20:48:52.799Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-24T20:48:52.799Z] Removing intermediate container 943107f94534 [2020-09-24T20:48:52.799Z] ---> bf82174c8fa5 [2020-09-24T20:48:52.799Z] Step 5/21 : RUN apk update && apk add make git [2020-09-24T20:48:53.067Z] ---> Running in 059b6ba44362 [2020-09-24T20:48:53.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:53.067Z] Removing intermediate container 2462b9a54327 [2020-09-24T20:48:53.067Z] ---> 429ecf505d23 [2020-09-24T20:48:53.067Z] Step 5/26 : RUN apk update && apk add make git [2020-09-24T20:48:53.067Z] ---> Running in b5bb75a59627 [2020-09-24T20:48:53.330Z] Removing intermediate container ba1f552dc312 [2020-09-24T20:48:53.330Z] ---> 8ec092676b16 [2020-09-24T20:48:53.330Z] Step 5/20 : RUN apk update && apk add make git [2020-09-24T20:48:53.330Z] ---> Running in 87dcc8ed28da [2020-09-24T20:48:53.330Z] ---> Running in 01d57aa2f110 [2020-09-24T20:48:53.910Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:48:53.910Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:48:53.910Z] OK: 12751 distinct packages available [2020-09-24T20:48:54.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:54.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:54.187Z] OK: 233 MiB in 51 packages [2020-09-24T20:48:54.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:54.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:54.718Z] Removing intermediate container e1ffc7908d69 [2020-09-24T20:48:54.718Z] ---> c1274b29e0d9 [2020-09-24T20:48:54.718Z] Step 5/29 : COPY go.mod . [2020-09-24T20:48:54.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:54.982Z] ---> 86f7ecd1fe2b [2020-09-24T20:48:54.982Z] Step 6/29 : RUN go mod download [2020-09-24T20:48:54.982Z] ---> Running in dec5bec226f7 [2020-09-24T20:48:55.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:55.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:55.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:48:56.204Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:48:56.204Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:48:56.204Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:48:56.204Z] OK: 12751 distinct packages available [2020-09-24T20:48:56.204Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:48:56.204Z] OK: 12751 distinct packages available [2020-09-24T20:48:56.495Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:48:56.495Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:48:56.495Z] OK: 12751 distinct packages available [2020-09-24T20:48:56.495Z] OK: 233 MiB in 51 packages [2020-09-24T20:48:56.495Z] OK: 233 MiB in 51 packages [2020-09-24T20:48:56.766Z] OK: 233 MiB in 51 packages [2020-09-24T20:48:56.766Z] Removing intermediate container dec5bec226f7 [2020-09-24T20:48:56.766Z] ---> 8be65efd74b3 [2020-09-24T20:48:56.766Z] Step 7/29 : COPY . . [2020-09-24T20:48:57.037Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:48:57.037Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:48:57.037Z] OK: 12751 distinct packages available [2020-09-24T20:48:57.301Z] OK: 233 MiB in 51 packages [2020-09-24T20:48:58.337Z] Removing intermediate container b5bb75a59627 [2020-09-24T20:48:58.337Z] ---> a2f09becbeb9 [2020-09-24T20:48:58.337Z] Step 6/21 : COPY go.mod . [2020-09-24T20:48:58.337Z] Removing intermediate container 059b6ba44362 [2020-09-24T20:48:58.337Z] ---> 408b75620835 [2020-09-24T20:48:58.337Z] Step 6/24 : COPY go.mod . [2020-09-24T20:48:58.604Z] Removing intermediate container 87dcc8ed28da [2020-09-24T20:48:58.604Z] ---> a0f2f78ae713 [2020-09-24T20:48:58.604Z] Step 6/26 : COPY go.mod . [2020-09-24T20:49:01.221Z] ---> f75ba836cbef [2020-09-24T20:49:01.221Z] Step 7/21 : RUN go mod download [2020-09-24T20:49:02.194Z] ---> 9fba0d82a522 [2020-09-24T20:49:02.194Z] Step 7/26 : RUN go mod download [2020-09-24T20:49:02.194Z] ---> becc83ea6445 [2020-09-24T20:49:02.194Z] Step 7/24 : RUN go mod download [2020-09-24T20:49:02.966Z] Removing intermediate container 01d57aa2f110 [2020-09-24T20:49:02.966Z] ---> 19e2f7c31895 [2020-09-24T20:49:02.966Z] Step 6/20 : COPY go.mod . [2020-09-24T20:49:02.992Z] Removing intermediate container d18d0364e0c7 [2020-09-24T20:49:02.992Z] ---> c793f845a727 [2020-09-24T20:49:02.992Z] Successfully built c793f845a727 [2020-09-24T20:49:02.992Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:49:03.245Z] ---> Running in f7258951ace1 [2020-09-24T20:49:03.245Z] ---> Running in bef3402b64ed [2020-09-24T20:49:03.245Z] ---> Running in 32dac5b6fd71 [2020-09-24T20:49:03.448Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T20:49:03.448Z] . [Pipeline] withDockerContainer [2020-09-24T20:49:03.519Z] ---> 582f70f2a777 [2020-09-24T20:49:03.519Z] Step 7/20 : RUN go mod download [2020-09-24T20:49:03.746Z] prd-ubuntu18.04-docker-arm64-4c-16g-1229 does not seem to be running inside a container [2020-09-24T20:49:03.791Z] ---> Running in f7a175a47b89 [2020-09-24T20:49:03.834Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T20:49:05.731Z] $ docker top fb05068ef0e200c2a04a4e12d70cd2444dd51112de1ae1b3d56323ce582c8594 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:49:08.062Z] Removing intermediate container f7258951ace1 [2020-09-24T20:49:08.062Z] ---> 8af61e8352ab [2020-09-24T20:49:08.062Z] Step 8/21 : COPY . . [2020-09-24T20:49:08.062Z] ---> 3cd9c4d9e67a [2020-09-24T20:49:08.062Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-24T20:49:08.062Z] Removing intermediate container 32dac5b6fd71 [2020-09-24T20:49:08.062Z] ---> d4a4db854f49 [2020-09-24T20:49:08.062Z] Step 8/26 : COPY . . [2020-09-24T20:49:08.062Z] ---> Running in a3697e9bf7c5 [2020-09-24T20:49:08.062Z] Removing intermediate container bef3402b64ed [2020-09-24T20:49:08.062Z] ---> 3cd33bba932e [2020-09-24T20:49:08.062Z] Step 8/24 : COPY . . [2020-09-24T20:49:08.062Z] Removing intermediate container f7a175a47b89 [2020-09-24T20:49:08.062Z] ---> 6f76ddc0856f [2020-09-24T20:49:08.062Z] Step 8/20 : COPY . . [2020-09-24T20:49:08.091Z] + go version [2020-09-24T20:49:08.091Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T20:49:08.127Z] $ docker stop --time=1 fb05068ef0e200c2a04a4e12d70cd2444dd51112de1ae1b3d56323ce582c8594 [2020-09-24T20:49:10.132Z] $ docker rm -f fb05068ef0e200c2a04a4e12d70cd2444dd51112de1ae1b3d56323ce582c8594 [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-24T20:49:11.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-24T20:49:11.620Z] [2020-09-24T20:49:11.620Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:49:12.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-24T20:49:12.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-24T20:49:12.560Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-24T20:49:12.560Z] 29e5d40040c1: Pulling fs layer [2020-09-24T20:49:12.560Z] 1ce36da41761: Pulling fs layer [2020-09-24T20:49:12.560Z] 25b303627fd3: Pulling fs layer [2020-09-24T20:49:12.835Z] 29e5d40040c1: Verifying Checksum [2020-09-24T20:49:12.836Z] 29e5d40040c1: Download complete [2020-09-24T20:49:13.433Z] 29e5d40040c1: Pull complete [2020-09-24T20:49:13.433Z] 1ce36da41761: Verifying Checksum [2020-09-24T20:49:13.433Z] 1ce36da41761: Download complete [2020-09-24T20:49:14.870Z] 1ce36da41761: Pull complete [2020-09-24T20:49:14.870Z] 25b303627fd3: Verifying Checksum [2020-09-24T20:49:14.870Z] 25b303627fd3: Download complete [2020-09-24T20:49:25.089Z] 25b303627fd3: Pull complete [2020-09-24T20:49:25.089Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-24T20:49:25.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-24T20:49:25.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-24T20:49:25.365Z] prd-ubuntu18.04-docker-arm64-4c-16g-1229 does not seem to be running inside a container [2020-09-24T20:49:25.442Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T20:49:28.863Z] $ docker top 01251c03287eaf048444c7e760b6c59f3217daba299f626f1ded3205bf9cd57e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:49:30.224Z] + grep parallel [2020-09-24T20:49:30.225Z] + docker-compose build --help [2020-09-24T20:49:33.621Z] --parallel Build images in parallel. [Pipeline] } [2020-09-24T20:49:33.646Z] $ docker stop --time=1 01251c03287eaf048444c7e760b6c59f3217daba299f626f1ded3205bf9cd57e [2020-09-24T20:49:34.568Z] ---> 14d5cae679f7 [2020-09-24T20:49:34.568Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-24T20:49:34.568Z] ---> d2a461d99ca9 [2020-09-24T20:49:34.568Z] 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-24T20:49:34.568Z] ---> 962949a66308 [2020-09-24T20:49:34.568Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-24T20:49:34.568Z] ---> Running in d06a287bc479 [2020-09-24T20:49:34.568Z] ---> Running in 1e7db1a155aa [2020-09-24T20:49:34.568Z] ---> Running in 006b92b0d7e5 [2020-09-24T20:49:34.568Z] ---> 3f73b676ba61 [2020-09-24T20:49:34.568Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-24T20:49:34.568Z] ---> Running in fcb548e55279 [2020-09-24T20:49:34.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-24T20:49:34.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-24T20:49:34.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-24T20:49:34.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-24T20:49:35.629Z] $ docker rm -f 01251c03287eaf048444c7e760b6c59f3217daba299f626f1ded3205bf9cd57e [Pipeline] // withDockerContainer [Pipeline] writeFile [2020-09-24T20:49:35.990Z] Removing intermediate container a3697e9bf7c5 [2020-09-24T20:49:35.990Z] ---> 97070299f858 [2020-09-24T20:49:35.990Z] [2020-09-24T20:49:35.991Z] Step 9/29 : FROM alpine:latest [2020-09-24T20:49:35.991Z] latest: Pulling from library/alpine [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:49:36.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-24T20:49:36.438Z] . [Pipeline] withDockerContainer [2020-09-24T20:49:36.597Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-24T20:49:36.597Z] Status: Downloaded newer image for alpine:latest [2020-09-24T20:49:36.597Z] ---> a24bb4013296 [2020-09-24T20:49:36.597Z] 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-24T20:49:36.714Z] prd-ubuntu18.04-docker-arm64-4c-16g-1229 does not seem to be running inside a container [2020-09-24T20:49:36.798Z] $ 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/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T20:49:36.875Z] ---> Running in ac3f927176c3 [2020-09-24T20:49:37.482Z] Removing intermediate container ac3f927176c3 [2020-09-24T20:49:37.482Z] ---> 04ae9bc2177a [2020-09-24T20:49:37.482Z] Step 11/29 : USER root [2020-09-24T20:49:37.764Z] ---> Running in a615b875ed28 [2020-09-24T20:49:38.221Z] $ docker top 9bf49561e5d1b900ccf8feb4ca9a019782cfdbdb2077be8e61e261e31e4eddd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:49:39.266Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-24T20:49:39.779Z] Removing intermediate container a615b875ed28 [2020-09-24T20:49:39.779Z] ---> c05adcf6b593 [2020-09-24T20:49:39.779Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-24T20:49:39.779Z] ---> Running in 035dad2890a1 [2020-09-24T20:49:41.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:49:41.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:49:41.480Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:49:41.480Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:49:41.480Z] OK: 12749 distinct packages available [2020-09-24T20:49:41.760Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-24T20:49:41.760Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-24T20:49:41.760Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:49:41.760Z] Executing ca-certificates-20191127-r4.trigger [2020-09-24T20:49:42.241Z] OK: 6 MiB in 16 packages [2020-09-24T20:49:42.684Z] Building docker-core-command-go ... [2020-09-24T20:49:42.684Z] Building docker-core-data-go ... [2020-09-24T20:49:42.684Z] Building docker-core-metadata-go ... [2020-09-24T20:49:42.684Z] Building docker-security-proxy-setup-go ... [2020-09-24T20:49:42.684Z] Building docker-security-secrets-setup-go ... [2020-09-24T20:49:42.684Z] Building docker-security-secretstore-setup-go ... [2020-09-24T20:49:42.684Z] Building docker-support-logging-go ... [2020-09-24T20:49:42.684Z] Building docker-support-notifications-go ... [2020-09-24T20:49:42.684Z] Building docker-support-scheduler-go ... [2020-09-24T20:49:42.684Z] Building docker-sys-mgmt-agent-go ... [2020-09-24T20:49:42.684Z] Building docker-support-notifications-go [2020-09-24T20:49:42.955Z] Building docker-core-command-go [2020-09-24T20:49:42.955Z] Building docker-security-proxy-setup-go [2020-09-24T20:49:42.955Z] Building docker-security-secretstore-setup-go [2020-09-24T20:49:42.955Z] Building docker-sys-mgmt-agent-go [2020-09-24T20:49:44.595Z] Removing intermediate container 035dad2890a1 [2020-09-24T20:49:44.595Z] ---> 8865820ab1e9 [2020-09-24T20:49:44.595Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-24T20:49:44.595Z] ---> Running in 997e44a9c2ca [2020-09-24T20:49:44.595Z] Removing intermediate container 997e44a9c2ca [2020-09-24T20:49:44.595Z] ---> 3c093ff3424d [2020-09-24T20:49:44.595Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-24T20:49:44.874Z] ---> Running in d9f39fa4e681 [2020-09-24T20:49:45.153Z] Removing intermediate container d9f39fa4e681 [2020-09-24T20:49:45.153Z] ---> 943a81bf593c [2020-09-24T20:49:45.153Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-24T20:49:45.153Z] ---> Running in 68037b642c02 [2020-09-24T20:49:47.126Z] Removing intermediate container 68037b642c02 [2020-09-24T20:49:47.126Z] ---> dce856f55827 [2020-09-24T20:49:47.126Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-24T20:49:48.117Z] ---> 5741c9a22331 [2020-09-24T20:49:48.117Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-24T20:49:48.390Z] ---> 29621e5e2d00 [2020-09-24T20:49:48.390Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-24T20:49:49.006Z] ---> 56ac553fa8bd [2020-09-24T20:49:49.006Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-24T20:49:50.007Z] ---> c6e84022040f [2020-09-24T20:49:50.007Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-24T20:49:50.613Z] ---> e0241d1c3ef8 [2020-09-24T20:49:50.613Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-24T20:49:50.613Z] ---> Running in 3ebb4cb8da04 [2020-09-24T20:49:53.241Z] Removing intermediate container 3ebb4cb8da04 [2020-09-24T20:49:53.241Z] ---> 8a2b4bcb01da [2020-09-24T20:49:53.241Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-24T20:49:53.515Z] ---> 30d9a56cc203 [2020-09-24T20:49:53.515Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-24T20:49:53.786Z] ---> Running in 97fc6d4edbe9 [2020-09-24T20:49:55.449Z] Removing intermediate container 97fc6d4edbe9 [2020-09-24T20:49:55.449Z] ---> 86773cc24a10 [2020-09-24T20:49:55.449Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-24T20:49:55.449Z] ---> Running in 7d18cdf845a5 [2020-09-24T20:49:58.054Z] Removing intermediate container 7d18cdf845a5 [2020-09-24T20:49:58.055Z] ---> 741fc4094fcf [2020-09-24T20:49:58.055Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-24T20:49:58.644Z] ---> Running in 029dd5f6214b [2020-09-24T20:49:58.913Z] Removing intermediate container 029dd5f6214b [2020-09-24T20:49:58.913Z] ---> 2fdf268f80c8 [2020-09-24T20:49:58.913Z] Step 26/29 : CMD [ "generate" ] [2020-09-24T20:49:59.186Z] ---> Running in 1125ea1d561b [2020-09-24T20:49:59.460Z] Removing intermediate container 1125ea1d561b [2020-09-24T20:49:59.460Z] ---> 2875a7610d6c [2020-09-24T20:49:59.460Z] Step 27/29 : LABEL arch=x86_64 [2020-09-24T20:49:59.460Z] ---> Running in e0db3431b598 [2020-09-24T20:50:00.321Z] Removing intermediate container e0db3431b598 [2020-09-24T20:50:00.321Z] ---> 7898b0054f10 [2020-09-24T20:50:00.321Z] Step 28/29 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:50:00.321Z] ---> Running in 193cca12aeea [2020-09-24T20:50:00.321Z] Removing intermediate container 193cca12aeea [2020-09-24T20:50:00.321Z] ---> beba53365c14 [2020-09-24T20:50:00.321Z] Step 29/29 : LABEL version=1.2.2-dev.32 [2020-09-24T20:50:00.321Z] ---> Running in 5f8f538e505c [2020-09-24T20:50:00.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-24T20:50:00.929Z] Removing intermediate container 5f8f538e505c [2020-09-24T20:50:00.929Z] ---> d9a9cd6a3de4 [2020-09-24T20:50:00.929Z] [2020-09-24T20:50:01.204Z] Successfully built d9a9cd6a3de4 [2020-09-24T20:50:01.204Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-24T20:50:01.204Z] Building docker-core-metadata-go [2020-09-24T20:50:07.888Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container fcb548e55279 [2020-09-24T20:50:07.888Z] ---> 077a70245560 [2020-09-24T20:50:07.888Z] [2020-09-24T20:50:07.888Z] Step 10/20 : FROM alpine [2020-09-24T20:50:07.888Z] ---> a24bb4013296 [2020-09-24T20:50:07.888Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-24T20:50:07.888Z] ---> Running in 73d7b541cda4 [2020-09-24T20:50:09.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-24T20:50:09.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:50:09.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:50:09.576Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:50:09.576Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:50:09.576Z] OK: 12749 distinct packages available [2020-09-24T20:50:10.174Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-24T20:50:10.175Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T20:50:10.175Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-24T20:50:10.175Z] (4/4) Installing curl (7.69.1-r1) [2020-09-24T20:50:10.175Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:50:10.175Z] Executing ca-certificates-20191127-r4.trigger [2020-09-24T20:50:10.455Z] OK: 7 MiB in 18 packages [2020-09-24T20:50:15.854Z] Removing intermediate container 73d7b541cda4 [2020-09-24T20:50:15.854Z] ---> 08e4e04b0ab9 [2020-09-24T20:50:15.854Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-24T20:50:16.821Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:50:16.821Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:50:16.821Z] ---> 22cc9fbe9a05 [2020-09-24T20:50:16.821Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T20:50:16.821Z] ---> Using cache [2020-09-24T20:50:16.821Z] ---> 0cfeb1d7c3a5 [2020-09-24T20:50:16.821Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:50:16.821Z] ---> Using cache [2020-09-24T20:50:16.821Z] ---> 8ec092676b16 [2020-09-24T20:50:16.821Z] Step 5/22 : RUN apk update && apk add make git [2020-09-24T20:50:16.821Z] ---> Using cache [2020-09-24T20:50:16.821Z] ---> 19e2f7c31895 [2020-09-24T20:50:16.821Z] Step 6/22 : COPY go.mod . [2020-09-24T20:50:16.821Z] ---> Using cache [2020-09-24T20:50:16.821Z] ---> 582f70f2a777 [2020-09-24T20:50:16.821Z] Step 7/22 : RUN go mod download [2020-09-24T20:50:16.821Z] ---> Using cache [2020-09-24T20:50:16.821Z] ---> 6f76ddc0856f [2020-09-24T20:50:16.821Z] Step 8/22 : COPY . . [2020-09-24T20:50:16.821Z] ---> Using cache [2020-09-24T20:50:16.821Z] ---> 3f73b676ba61 [2020-09-24T20:50:16.821Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-24T20:50:19.388Z] ---> Running in 2b35da63621a [2020-09-24T20:50:20.861Z] ---> Running in e54d617dc348 [2020-09-24T20:50:20.861Z] Removing intermediate container 1e7db1a155aa [2020-09-24T20:50:20.861Z] ---> d95372bacc58 [2020-09-24T20:50:20.861Z] [2020-09-24T20:50:20.861Z] Step 10/24 : FROM scratch [2020-09-24T20:50:20.861Z] ---> [2020-09-24T20:50:20.861Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-24T20:50:20.861Z] Removing intermediate container 006b92b0d7e5 [2020-09-24T20:50:20.861Z] ---> c335c48b9875 [2020-09-24T20:50:20.861Z] [2020-09-24T20:50:20.861Z] Step 10/21 : FROM scratch [2020-09-24T20:50:20.861Z] ---> [2020-09-24T20:50:20.861Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T20:50:20.861Z] Removing intermediate container 2b35da63621a [2020-09-24T20:50:20.861Z] ---> 36608f07ef89 [2020-09-24T20:50:20.861Z] Step 13/20 : WORKDIR /edgex [2020-09-24T20:50:20.861Z] Removing intermediate container d06a287bc479 [2020-09-24T20:50:20.861Z] ---> 5807b47b99c2 [2020-09-24T20:50:20.861Z] [2020-09-24T20:50:20.861Z] Step 10/26 : FROM alpine:3.10 [2020-09-24T20:50:21.142Z] ---> Running in b09ab686e5b9 [2020-09-24T20:50:21.142Z] ---> Running in 59ded1c663e6 [2020-09-24T20:50:21.142Z] ---> Running in f6b5551ca9c8 [2020-09-24T20:50:21.447Z] 3.10: Pulling from library/alpine [2020-09-24T20:50:21.447Z] Removing intermediate container 59ded1c663e6 [2020-09-24T20:50:21.447Z] ---> ba0b428e504a [2020-09-24T20:50:21.447Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-24T20:50:21.447Z] Removing intermediate container b09ab686e5b9 [2020-09-24T20:50:21.447Z] ---> 366d95a10db7 [2020-09-24T20:50:21.447Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-24T20:50:21.447Z] ---> Running in 0638e274e4c6 [2020-09-24T20:50:21.447Z] ---> Running in c33db7735f8d [2020-09-24T20:50:21.447Z] Removing intermediate container f6b5551ca9c8 [2020-09-24T20:50:21.447Z] ---> 52d3a0addff6 [2020-09-24T20:50:21.447Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-24T20:50:21.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-24T20:50:21.753Z] Removing intermediate container 0638e274e4c6 [2020-09-24T20:50:21.753Z] ---> 74946e965217 [2020-09-24T20:50:21.753Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-24T20:50:21.753Z] Removing intermediate container c33db7735f8d [2020-09-24T20:50:21.753Z] ---> 12558b5e20fc [2020-09-24T20:50:21.753Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-24T20:50:21.753Z] ---> Running in 77b7bdc0a4b7 [2020-09-24T20:50:22.026Z] ---> Running in 7e18d7eff6bb [2020-09-24T20:50:22.306Z] ---> 597fb48ec115 [2020-09-24T20:50:22.306Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-24T20:50:22.306Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-24T20:50:22.306Z] Removing intermediate container 77b7bdc0a4b7 [2020-09-24T20:50:22.306Z] ---> e97039e97c1d [2020-09-24T20:50:22.306Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-24T20:50:22.306Z] Status: Downloaded newer image for alpine:3.10 [2020-09-24T20:50:22.306Z] ---> be4e4bea2c2e [2020-09-24T20:50:22.306Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-24T20:50:22.306Z] Removing intermediate container 7e18d7eff6bb [2020-09-24T20:50:22.306Z] ---> 0014db0f9835 [2020-09-24T20:50:22.306Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-24T20:50:22.598Z] ---> Running in 5b8d8305633c [2020-09-24T20:50:22.896Z] ---> 805ec50c83cf [2020-09-24T20:50:22.896Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-24T20:50:23.169Z] ---> d53a1052e801 [2020-09-24T20:50:23.169Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-24T20:50:23.169Z] ---> a6e023614ce4 [2020-09-24T20:50:23.169Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-24T20:50:23.446Z] ---> Running in a573377adbdd [2020-09-24T20:50:23.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:50:23.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:50:23.729Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-24T20:50:23.729Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-24T20:50:23.729Z] OK: 10346 distinct packages available [2020-09-24T20:50:23.729Z] Removing intermediate container a573377adbdd [2020-09-24T20:50:23.729Z] ---> e13fee27c16b [2020-09-24T20:50:23.729Z] Step 17/20 : CMD ["--init=true"] [2020-09-24T20:50:24.015Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-24T20:50:24.015Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-24T20:50:24.015Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-24T20:50:24.015Z] (4/5) Installing curl (7.66.0-r1) [2020-09-24T20:50:24.015Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-24T20:50:24.015Z] Executing busybox-1.30.1-r3.trigger [2020-09-24T20:50:24.015Z] Executing ca-certificates-20191127-r2.trigger [2020-09-24T20:50:24.302Z] OK: 7 MiB in 19 packages [2020-09-24T20:50:24.573Z] ---> 5b6dd80bff77 [2020-09-24T20:50:24.573Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-24T20:50:24.573Z] ---> a1d437b09906 [2020-09-24T20:50:24.573Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-24T20:50:24.573Z] ---> Running in 541969816d51 [2020-09-24T20:50:25.172Z] Removing intermediate container 541969816d51 [2020-09-24T20:50:25.173Z] ---> 0769bf71d86e [2020-09-24T20:50:25.173Z] Step 18/20 : LABEL arch=x86_64 [2020-09-24T20:50:25.173Z] ---> Running in 4ee638918399 [2020-09-24T20:50:25.173Z] ---> 245093167ecf [2020-09-24T20:50:25.173Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-24T20:50:25.453Z] ---> Running in 38aaa859536f [2020-09-24T20:50:26.923Z] ---> e2247a01ff6d [2020-09-24T20:50:26.923Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-24T20:50:26.923Z] Removing intermediate container 4ee638918399 [2020-09-24T20:50:26.923Z] ---> 554e882ba7ec [2020-09-24T20:50:26.923Z] Step 19/20 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:50:26.923Z] Removing intermediate container 38aaa859536f [2020-09-24T20:50:26.923Z] ---> 5fbad3c42194 [2020-09-24T20:50:26.923Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:50:26.923Z] Removing intermediate container 5b8d8305633c [2020-09-24T20:50:26.923Z] ---> baea75f740a0 [2020-09-24T20:50:26.923Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-24T20:50:26.923Z] ---> Running in f6f61bed01df [2020-09-24T20:50:26.923Z] ---> Running in fb3f2a783f35 [2020-09-24T20:50:26.923Z] ---> Running in 71aa5be6a6a4 [2020-09-24T20:50:27.217Z] ---> 5c8e4fea93f8 [2020-09-24T20:50:27.217Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-24T20:50:27.217Z] Removing intermediate container f6f61bed01df [2020-09-24T20:50:27.217Z] ---> 0979963110cf [2020-09-24T20:50:27.217Z] Step 20/20 : LABEL version=1.2.2-dev.32 [2020-09-24T20:50:27.491Z] Removing intermediate container 71aa5be6a6a4 [2020-09-24T20:50:27.491Z] ---> ade37c674b03 [2020-09-24T20:50:27.491Z] Step 13/26 : WORKDIR / [2020-09-24T20:50:27.770Z] Removing intermediate container fb3f2a783f35 [2020-09-24T20:50:27.770Z] ---> 1cf71f07b17c [2020-09-24T20:50:27.770Z] Step 19/21 : LABEL arch=x86_64 [2020-09-24T20:50:27.770Z] ---> Running in b0c46c7b7453 [2020-09-24T20:50:27.770Z] ---> Running in ad6b8fba0d4c [2020-09-24T20:50:27.770Z] ---> Running in 9e5ea915dcb5 [2020-09-24T20:50:28.055Z] Removing intermediate container b0c46c7b7453 [2020-09-24T20:50:28.055Z] ---> 9bba4e7d5e80 [2020-09-24T20:50:28.055Z] [2020-09-24T20:50:28.055Z] ---> e7f50ca3e3cf [2020-09-24T20:50:28.055Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-24T20:50:28.345Z] Successfully built 9bba4e7d5e80 [2020-09-24T20:50:28.626Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-24T20:50:28.626Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-09-24T20:50:28.626Z] Removing intermediate container ad6b8fba0d4c [2020-09-24T20:50:28.626Z] ---> 316b629f9b51 [2020-09-24T20:50:28.626Z] 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-24T20:50:28.626Z] Removing intermediate container 9e5ea915dcb5 [2020-09-24T20:50:28.626Z] ---> d3bd43e75148 [2020-09-24T20:50:28.626Z] Step 20/21 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:50:28.894Z] ---> 4b0011e114d2 [2020-09-24T20:50:28.894Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-24T20:50:28.894Z] ---> Running in 83b58ec5a9b9 [2020-09-24T20:50:28.894Z] ---> Running in 7b759c92c4e8 [2020-09-24T20:50:29.521Z] ---> 24bdc7ae04bd [2020-09-24T20:50:29.521Z] 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-24T20:50:30.497Z] Removing intermediate container 83b58ec5a9b9 [2020-09-24T20:50:30.497Z] ---> 0d7e3d113afc [2020-09-24T20:50:30.497Z] Step 21/21 : LABEL version=1.2.2-dev.32 [2020-09-24T20:50:31.086Z] Removing intermediate container 7b759c92c4e8 [2020-09-24T20:50:31.086Z] ---> 1e87b922eed8 [2020-09-24T20:50:31.086Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:50:31.696Z] ---> Running in d97201d79457 [2020-09-24T20:50:31.696Z] ---> Running in 2eca993d9123 [2020-09-24T20:50:31.696Z] ---> dc02c71a9bf6 [2020-09-24T20:50:31.696Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-24T20:50:31.977Z] Removing intermediate container d97201d79457 [2020-09-24T20:50:31.977Z] ---> 646c887ec0fd [2020-09-24T20:50:31.977Z] [2020-09-24T20:50:32.267Z] Removing intermediate container 2eca993d9123 [2020-09-24T20:50:32.267Z] ---> 315883d751f5 [2020-09-24T20:50:32.267Z] Step 22/24 : LABEL arch=x86_64 [2020-09-24T20:50:32.267Z] Successfully built 646c887ec0fd [2020-09-24T20:50:32.267Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-24T20:50:32.267Z] Building docker-core-command-go [2020-09-24T20:50:32.267Z]  Building docker-support-scheduler-go ... done  ---> fda5b59c944a [2020-09-24T20:50:32.267Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-24T20:50:32.539Z] ---> Running in a6228c7d4c78 [2020-09-24T20:50:32.818Z] Removing intermediate container a6228c7d4c78 [2020-09-24T20:50:32.818Z] ---> deb63d715ec1 [2020-09-24T20:50:32.818Z] Step 23/24 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:50:38.195Z] ---> ede6f4089a4c [2020-09-24T20:50:38.195Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-24T20:50:38.195Z] ---> Running in 7fa696668a97 [2020-09-24T20:50:42.482Z] Removing intermediate container 7fa696668a97 [2020-09-24T20:50:42.482Z] ---> be32c2cf1d9e [2020-09-24T20:50:42.482Z] Step 24/24 : LABEL version=1.2.2-dev.32 [2020-09-24T20:50:42.482Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:50:42.482Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:50:42.482Z] ---> 22cc9fbe9a05 [2020-09-24T20:50:42.482Z] Step 3/27 : WORKDIR /edgex-go [2020-09-24T20:50:42.482Z] ---> Using cache [2020-09-24T20:50:42.482Z] ---> 0cfeb1d7c3a5 [2020-09-24T20:50:42.482Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:50:42.482Z] ---> Using cache [2020-09-24T20:50:42.482Z] ---> 8ec092676b16 [2020-09-24T20:50:42.482Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-24T20:50:43.929Z] ---> Running in b7418d90362d [2020-09-24T20:50:43.930Z] ---> Running in ee6538cd22a5 [2020-09-24T20:50:43.930Z] ---> 2da390d13b8a [2020-09-24T20:50:43.930Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-24T20:50:45.910Z] Removing intermediate container ee6538cd22a5 [2020-09-24T20:50:45.910Z] ---> b4fc78358e2d [2020-09-24T20:50:45.910Z] [2020-09-24T20:50:45.910Z] ---> d218bab36cb5 [2020-09-24T20:50:45.911Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-24T20:50:46.180Z] Successfully built b4fc78358e2d [2020-09-24T20:50:46.180Z] Successfully tagged docker-support-notifications-go:latest [2020-09-24T20:50:46.180Z] Building docker-support-logging-go [2020-09-24T20:50:46.453Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:50:47.058Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:50:47.058Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:50:47.058Z] ---> 22cc9fbe9a05 [2020-09-24T20:50:47.058Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T20:50:47.058Z] ---> Using cache [2020-09-24T20:50:47.058Z] ---> 0cfeb1d7c3a5 [2020-09-24T20:50:47.058Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:50:47.058Z] ---> Using cache [2020-09-24T20:50:47.058Z] ---> 8ec092676b16 [2020-09-24T20:50:47.058Z] Step 5/22 : RUN apk update && apk add make git [2020-09-24T20:50:47.058Z] ---> Using cache [2020-09-24T20:50:47.058Z] ---> 19e2f7c31895 [2020-09-24T20:50:47.058Z] Step 6/22 : COPY go.mod . [2020-09-24T20:50:47.058Z] ---> Using cache [2020-09-24T20:50:47.058Z] ---> 582f70f2a777 [2020-09-24T20:50:47.058Z] Step 7/22 : RUN go mod download [2020-09-24T20:50:47.058Z] ---> Using cache [2020-09-24T20:50:47.058Z] ---> 6f76ddc0856f [2020-09-24T20:50:47.058Z] Step 8/22 : COPY . . [2020-09-24T20:50:47.058Z] ---> Using cache [2020-09-24T20:50:47.058Z] ---> 3f73b676ba61 [2020-09-24T20:50:47.058Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-24T20:50:47.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:50:48.590Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:50:48.590Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:50:48.590Z] OK: 12751 distinct packages available [2020-09-24T20:50:48.857Z] OK: 233 MiB in 51 packages [2020-09-24T20:50:50.805Z] ---> Running in 635efaccab4a [2020-09-24T20:50:50.805Z] ---> 4979456a2edf [2020-09-24T20:50:50.805Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-24T20:50:52.373Z] ---> bb8f94193e34 [2020-09-24T20:50:52.373Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-24T20:50:53.374Z] Removing intermediate container b7418d90362d [2020-09-24T20:50:53.374Z] ---> 63a2fd60602b [2020-09-24T20:50:53.374Z] Step 6/27 : COPY go.mod . [2020-09-24T20:50:53.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/core-command/core-command ./cmd/core-command [2020-09-24T20:50:53.651Z] ---> Running in d26ff094fcc9 [2020-09-24T20:50:55.056Z] ---> 1e05466c830b [2020-09-24T20:50:55.056Z] Step 7/27 : RUN go mod download [2020-09-24T20:50:59.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:50:59.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:50:59.315Z] ---> 22cc9fbe9a05 [2020-09-24T20:50:59.315Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T20:50:59.315Z] ---> Using cache [2020-09-24T20:50:59.315Z] ---> 0cfeb1d7c3a5 [2020-09-24T20:50:59.315Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:50:59.315Z] ---> Using cache [2020-09-24T20:50:59.315Z] ---> 8ec092676b16 [2020-09-24T20:50:59.315Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-24T20:50:59.315Z] ---> Running in 1f8f6bb685dd [2020-09-24T20:50:59.915Z] Removing intermediate container e54d617dc348 [2020-09-24T20:50:59.915Z] ---> 7b45becaa12f [2020-09-24T20:50:59.915Z] [2020-09-24T20:50:59.915Z] Step 10/22 : FROM scratch [2020-09-24T20:50:59.915Z] ---> [2020-09-24T20:50:59.915Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T20:50:59.915Z] ---> Running in 19ed92d6a125 [2020-09-24T20:51:00.196Z] ---> Using cache [2020-09-24T20:51:00.196Z] ---> 366d95a10db7 [2020-09-24T20:51:00.196Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-24T20:51:00.481Z] ---> Running in 7bfc9b5763f1 [2020-09-24T20:51:00.481Z] Removing intermediate container d26ff094fcc9 [2020-09-24T20:51:00.481Z] ---> 80eeae5f3ec1 [2020-09-24T20:51:00.481Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-24T20:51:00.766Z] ---> Running in 6212e668cd10 [2020-09-24T20:51:00.766Z] Removing intermediate container 7bfc9b5763f1 [2020-09-24T20:51:00.766Z] ---> 3e089b12199a [2020-09-24T20:51:00.766Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T20:51:00.766Z] ---> Running in 596cf83da9fb [2020-09-24T20:51:01.381Z] Removing intermediate container 6212e668cd10 [2020-09-24T20:51:01.381Z] ---> 99c79d5b6095 [2020-09-24T20:51:01.381Z] Step 24/26 : LABEL arch=x86_64 [2020-09-24T20:51:01.381Z] Removing intermediate container 596cf83da9fb [2020-09-24T20:51:01.381Z] ---> 23d935c6409f [2020-09-24T20:51:01.381Z] Step 14/22 : WORKDIR / [2020-09-24T20:51:01.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:51:01.381Z] ---> Running in 251b930d361c [2020-09-24T20:51:01.381Z] ---> Running in 236117dbc5b1 [2020-09-24T20:51:01.653Z] Removing intermediate container 251b930d361c [2020-09-24T20:51:01.653Z] ---> ad52f91cf151 [2020-09-24T20:51:01.653Z] Step 25/26 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:51:01.653Z] ---> Running in f9263d3039a0 [2020-09-24T20:51:01.653Z] Removing intermediate container 236117dbc5b1 [2020-09-24T20:51:01.653Z] ---> 4d81d3349d2d [2020-09-24T20:51:01.653Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-24T20:51:02.248Z] Removing intermediate container f9263d3039a0 [2020-09-24T20:51:02.248Z] ---> 584e73335c6d [2020-09-24T20:51:02.248Z] Step 26/26 : LABEL version=1.2.2-dev.32 [2020-09-24T20:51:02.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:51:02.248Z] ---> Running in f53fd82a183a [2020-09-24T20:51:02.248Z] ---> 4398d6345e02 [2020-09-24T20:51:02.248Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-24T20:51:02.849Z] Removing intermediate container 1f8f6bb685dd [2020-09-24T20:51:02.849Z] ---> eba72c7b44c7 [2020-09-24T20:51:02.849Z] Step 8/27 : COPY . . [2020-09-24T20:51:02.849Z] Removing intermediate container f53fd82a183a [2020-09-24T20:51:02.849Z] ---> f0b61053524a [2020-09-24T20:51:02.849Z] [2020-09-24T20:51:03.130Z] Successfully built f0b61053524a [2020-09-24T20:51:03.130Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-24T20:51:03.130Z] Building docker-core-data-go [2020-09-24T20:51:03.420Z]  Building docker-security-secretstore-setup-go ... done v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:51:03.420Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:51:03.420Z] OK: 12751 distinct packages available [2020-09-24T20:51:03.688Z] OK: 233 MiB in 51 packages [2020-09-24T20:51:03.965Z] ---> fe189830a074 [2020-09-24T20:51:03.965Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-24T20:51:04.584Z] OK: 233 MiB in 51 packages [2020-09-24T20:51:04.829Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:51:04.829Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:51:04.829Z] ---> c793f845a727 [2020-09-24T20:51:04.829Z] Step 3/27 : WORKDIR /edgex-go [2020-09-24T20:51:04.829Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:51:04.829Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:51:04.829Z] ---> c793f845a727 [2020-09-24T20:51:04.829Z] Step 3/26 : WORKDIR /edgex-go [2020-09-24T20:51:04.829Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:51:04.829Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:51:04.829Z] ---> c793f845a727 [2020-09-24T20:51:04.829Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T20:51:04.829Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:51:04.829Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:51:04.829Z] ---> c793f845a727 [2020-09-24T20:51:04.829Z] Step 3/20 : WORKDIR /edgex-go [2020-09-24T20:51:04.829Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:51:04.829Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:51:04.829Z] ---> c793f845a727 [2020-09-24T20:51:04.829Z] Step 3/24 : WORKDIR /edgex-go [2020-09-24T20:51:06.269Z] ---> Running in dca8d3dde0f8 [2020-09-24T20:51:06.269Z] ---> Running in 4c49988e0091 [2020-09-24T20:51:06.269Z] ---> Running in 46bf051cbfe9 [2020-09-24T20:51:06.269Z] ---> Running in c9a47abf6055 [2020-09-24T20:51:06.269Z] ---> Running in baff53169435 [2020-09-24T20:51:06.869Z] Removing intermediate container 4c49988e0091 [2020-09-24T20:51:06.869Z] ---> f6dc2c6af99c [2020-09-24T20:51:06.869Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:51:07.145Z] Removing intermediate container 46bf051cbfe9 [2020-09-24T20:51:07.145Z] ---> b99e74c3ca57 [2020-09-24T20:51:07.145Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:51:07.145Z] Removing intermediate container dca8d3dde0f8 [2020-09-24T20:51:07.146Z] ---> 6a29e4ef6e7e [2020-09-24T20:51:07.146Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:51:07.146Z] Removing intermediate container c9a47abf6055 [2020-09-24T20:51:07.146Z] ---> b4fcfa97489d [2020-09-24T20:51:07.146Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:51:07.146Z] Removing intermediate container baff53169435 [2020-09-24T20:51:07.146Z] ---> fb27a978c1eb [2020-09-24T20:51:07.146Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:51:07.146Z] ---> Running in a7e3b46bf1f5 [2020-09-24T20:51:07.417Z] ---> Running in ab87ef2aed45 [2020-09-24T20:51:07.417Z] ---> Running in 1bbcfe1a04cf [2020-09-24T20:51:07.417Z] ---> Running in 2ed0c625e1ff [2020-09-24T20:51:07.417Z] ---> Running in b7f7574665e6 [2020-09-24T20:51:11.289Z] ---> 01d60e052463 [2020-09-24T20:51:11.289Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-24T20:51:11.761Z] Removing intermediate container a7e3b46bf1f5 [2020-09-24T20:51:11.761Z] ---> 6ff2c7f2c9b9 [2020-09-24T20:51:11.761Z] Step 5/20 : RUN apk update && apk add make git [2020-09-24T20:51:12.036Z] ---> Running in 89d23fcf2988 [2020-09-24T20:51:12.312Z] Removing intermediate container 2ed0c625e1ff [2020-09-24T20:51:12.312Z] ---> 7ab3a5d9ed08 [2020-09-24T20:51:12.312Z] Step 5/22 : RUN apk update && apk add make gitRemoving intermediate container ab87ef2aed45 [2020-09-24T20:51:12.312Z] [2020-09-24T20:51:12.312Z] ---> 4ae2b1e71788 [2020-09-24T20:51:12.312Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-24T20:51:12.588Z] Removing intermediate container 1bbcfe1a04cf [2020-09-24T20:51:12.588Z] ---> 21496ac8674c [2020-09-24T20:51:12.588Z] Step 5/26 : RUN apk update && apk add make git [2020-09-24T20:51:12.588Z] ---> Running in a6b712944950 [2020-09-24T20:51:12.588Z] ---> Running in 9ed6e2d6e66b [2020-09-24T20:51:12.588Z] ---> Running in 07d3b9d03bc9 [2020-09-24T20:51:12.861Z] Removing intermediate container b7f7574665e6 [2020-09-24T20:51:12.861Z] ---> 146ac073ab01 [2020-09-24T20:51:12.861Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-24T20:51:13.136Z] ---> Running in e6a5a0a9fe44 [2020-09-24T20:51:13.937Z] ---> Running in 63241d435e8d [2020-09-24T20:51:14.553Z] Removing intermediate container 19ed92d6a125 [2020-09-24T20:51:14.553Z] ---> 23b7e63c2d01 [2020-09-24T20:51:14.553Z] Step 6/22 : COPY go.mod . [2020-09-24T20:51:14.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:14.936Z] Removing intermediate container 63241d435e8d [2020-09-24T20:51:14.936Z] ---> 97d07963b1aa [2020-09-24T20:51:14.936Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:51:15.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:15.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:15.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:15.513Z] ---> Running in b85fcc9f8dc4 [2020-09-24T20:51:15.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:15.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:16.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:16.102Z] ---> 1fe6ad0d2e7c [2020-09-24T20:51:16.102Z] Step 7/22 : RUN go mod download [2020-09-24T20:51:16.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:16.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:16.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:51:17.164Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:51:17.164Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:51:17.164Z] OK: 12622 distinct packages available [2020-09-24T20:51:17.442Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:51:17.442Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:51:17.442Z] OK: 12622 distinct packages available [2020-09-24T20:51:17.529Z] ---> Running in 9eff5073f180 [2020-09-24T20:51:17.529Z] Removing intermediate container b85fcc9f8dc4 [2020-09-24T20:51:17.529Z] ---> be6db559e455 [2020-09-24T20:51:17.529Z] Step 20/22 : LABEL arch=x86_64 [2020-09-24T20:51:18.057Z] OK: 217 MiB in 51 packages [2020-09-24T20:51:18.057Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:51:18.057Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:51:18.057Z] OK: 12622 distinct packages available [2020-09-24T20:51:18.334Z] OK: 217 MiB in 51 packages [2020-09-24T20:51:18.617Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:51:18.617Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:51:18.617Z] OK: 12622 distinct packages available [2020-09-24T20:51:18.898Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:51:18.898Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:51:18.898Z] OK: 12622 distinct packages available [2020-09-24T20:51:18.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:51:18.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:51:18.961Z] ---> 22cc9fbe9a05 [2020-09-24T20:51:18.961Z] Step 3/23 : WORKDIR /edgex-go [2020-09-24T20:51:18.961Z] ---> Using cache [2020-09-24T20:51:18.961Z] ---> 0cfeb1d7c3a5 [2020-09-24T20:51:18.961Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:51:18.961Z] ---> Using cache [2020-09-24T20:51:18.961Z] ---> 8ec092676b16 [2020-09-24T20:51:18.961Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-24T20:51:18.961Z] ---> Running in e543a839776e [2020-09-24T20:51:19.180Z] OK: 217 MiB in 51 packages [2020-09-24T20:51:19.465Z] OK: 217 MiB in 51 packages [2020-09-24T20:51:20.097Z] OK: 217 MiB in 51 packages [2020-09-24T20:51:20.097Z] Removing intermediate container 89d23fcf2988 [2020-09-24T20:51:20.097Z] ---> 94e58bf568b1 [2020-09-24T20:51:20.097Z] Step 6/20 : COPY go.mod . [2020-09-24T20:51:20.712Z] Removing intermediate container 9ed6e2d6e66b [2020-09-24T20:51:20.712Z] ---> 98ae5aacd6fd [2020-09-24T20:51:20.712Z] Step 6/24 : COPY go.mod . [2020-09-24T20:51:20.920Z] ---> Running in 49991bdce09c [2020-09-24T20:51:20.998Z] Removing intermediate container a6b712944950 [2020-09-24T20:51:20.998Z] ---> d480b8663e9a [2020-09-24T20:51:20.998Z] Step 6/22 : COPY go.mod . [2020-09-24T20:51:21.191Z] Removing intermediate container e543a839776e [2020-09-24T20:51:21.191Z] ---> 78392bce4f01 [2020-09-24T20:51:21.191Z] Step 21/22 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:51:21.191Z] ---> ca617da2dc2d [2020-09-24T20:51:21.191Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-24T20:51:21.191Z] ---> Running in 88602b198f88 [2020-09-24T20:51:21.279Z] ---> 333e25d3b4dd [2020-09-24T20:51:21.279Z] Step 7/20 : RUN go mod download [2020-09-24T20:51:21.279Z] Removing intermediate container 07d3b9d03bc9 [2020-09-24T20:51:21.279Z] ---> 4d7a0177be66 [2020-09-24T20:51:21.279Z] Step 6/26 : COPY go.mod . [2020-09-24T20:51:21.455Z] ---> Running in 893c931043f3 [2020-09-24T20:51:21.555Z] ---> Running in 90c417ac5d0d [2020-09-24T20:51:21.724Z] Removing intermediate container 88602b198f88 [2020-09-24T20:51:21.724Z] ---> 48faac4b2c10 [2020-09-24T20:51:21.724Z] Step 22/22 : LABEL version=1.2.2-dev.32 [2020-09-24T20:51:21.724Z] ---> Running in ab5bb0cc3b3d [2020-09-24T20:51:21.834Z] ---> a61d867afa82 [2020-09-24T20:51:21.834Z] Step 7/24 : RUN go mod download [2020-09-24T20:51:21.834Z] Removing intermediate container e6a5a0a9fe44 [2020-09-24T20:51:21.834Z] ---> 797fd7a2f2f4 [2020-09-24T20:51:21.834Z] Step 6/27 : COPY go.mod . [2020-09-24T20:51:21.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:51:21.992Z] Removing intermediate container ab5bb0cc3b3d [2020-09-24T20:51:21.992Z] ---> 2147b68557f0 [2020-09-24T20:51:21.992Z] [2020-09-24T20:51:22.110Z] ---> Running in 6600f20fb5f9 [2020-09-24T20:51:22.110Z] ---> 757e8f24a8fa [2020-09-24T20:51:22.110Z] Step 7/22 : RUN go mod download [2020-09-24T20:51:22.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-24T20:51:22.260Z] Successfully built 2147b68557f0 [2020-09-24T20:51:22.384Z] ---> Running in 1d8554652810 [2020-09-24T20:51:22.384Z] ---> 64920802eea8 [2020-09-24T20:51:22.384Z] Step 7/26 : RUN go mod download [2020-09-24T20:51:22.550Z] Successfully tagged docker-core-metadata-go:latest [2020-09-24T20:51:22.551Z]  Building docker-core-metadata-go ... done Removing intermediate container 9eff5073f180 [2020-09-24T20:51:22.551Z] ---> 18c1030d065d [2020-09-24T20:51:22.551Z] Step 8/22 : COPY . . [2020-09-24T20:51:22.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:51:23.002Z] ---> Running in ea9de23b7c3b [2020-09-24T20:51:23.002Z] ---> 4ca9fdffdecb [2020-09-24T20:51:23.002Z] Step 7/27 : RUN go mod download [2020-09-24T20:51:23.276Z] ---> Running in 70ad0334c8bd [2020-09-24T20:51:24.235Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:51:24.235Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:51:24.235Z] OK: 12751 distinct packages available [2020-09-24T20:51:24.235Z] OK: 233 MiB in 51 packages [2020-09-24T20:51:26.708Z] Removing intermediate container 90c417ac5d0d [2020-09-24T20:51:26.709Z] ---> 0402f9f67abc [2020-09-24T20:51:26.709Z] Step 8/20 : COPY . . [2020-09-24T20:51:26.981Z] Removing intermediate container 6600f20fb5f9 [2020-09-24T20:51:26.981Z] ---> 7330046c31bb [2020-09-24T20:51:26.981Z] Step 8/24 : COPY . . [2020-09-24T20:51:27.583Z] Removing intermediate container 1d8554652810 [2020-09-24T20:51:27.583Z] ---> 9f276a287a12 [2020-09-24T20:51:27.583Z] Step 8/22 : COPY . . [2020-09-24T20:51:27.854Z] Removing intermediate container ea9de23b7c3b [2020-09-24T20:51:27.854Z] ---> 6bc5c5e5c208 [2020-09-24T20:51:27.854Z] Step 8/26 : COPY . . [2020-09-24T20:51:27.854Z] Removing intermediate container 70ad0334c8bd [2020-09-24T20:51:27.854Z] ---> 04c293873e7e [2020-09-24T20:51:27.854Z] Step 8/27 : COPY . . [2020-09-24T20:51:28.525Z] Removing intermediate container 635efaccab4a [2020-09-24T20:51:28.525Z] ---> 3955ec6612f0 [2020-09-24T20:51:28.525Z] [2020-09-24T20:51:28.525Z] Step 10/22 : FROM scratch [2020-09-24T20:51:28.525Z] ---> [2020-09-24T20:51:28.525Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T20:51:29.119Z] ---> Using cache [2020-09-24T20:51:29.119Z] ---> 366d95a10db7 [2020-09-24T20:51:29.119Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-24T20:51:30.101Z] ---> Running in a4785f4ba8d8 [2020-09-24T20:51:31.091Z] Removing intermediate container 49991bdce09c [2020-09-24T20:51:31.091Z] ---> 401004084ffe [2020-09-24T20:51:31.091Z] Step 6/23 : COPY go.mod . [2020-09-24T20:51:33.116Z] Removing intermediate container a4785f4ba8d8 [2020-09-24T20:51:33.116Z] ---> b7bf3c84e682 [2020-09-24T20:51:33.116Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T20:51:33.699Z] ---> Running in 946e7f3f007d [2020-09-24T20:51:33.985Z] ---> 10b5b810a817 [2020-09-24T20:51:33.985Z] Step 7/23 : RUN go mod download [2020-09-24T20:51:34.581Z] Removing intermediate container 946e7f3f007d [2020-09-24T20:51:34.581Z] ---> 0e2dc663e978 [2020-09-24T20:51:34.581Z] Step 14/22 : WORKDIR / [2020-09-24T20:51:34.581Z] ---> Running in fd6a98ab3d42 [2020-09-24T20:51:34.581Z] ---> Running in 6f183031a280 [2020-09-24T20:51:36.054Z] Removing intermediate container 6f183031a280 [2020-09-24T20:51:36.054Z] ---> 453a830c4df6 [2020-09-24T20:51:36.054Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-24T20:51:36.680Z] ---> d1fcb7f58217 [2020-09-24T20:51:36.680Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-24T20:51:39.322Z] ---> 5f62a82043c9 [2020-09-24T20:51:39.322Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-24T20:51:39.322Z] Removing intermediate container fd6a98ab3d42 [2020-09-24T20:51:39.322Z] ---> 76f77d234d7d [2020-09-24T20:51:39.322Z] Step 8/23 : COPY . . [2020-09-24T20:51:39.322Z] ---> 65ad66118d4a [2020-09-24T20:51:39.322Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-24T20:51:39.603Z] ---> Running in c8f813155b5c [2020-09-24T20:51:39.603Z] ---> 2722b0357e4b [2020-09-24T20:51:39.603Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-24T20:51:40.217Z] ---> Running in b1ecd432a610 [2020-09-24T20:51:40.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-24T20:51:41.115Z] Removing intermediate container b1ecd432a610 [2020-09-24T20:51:41.115Z] ---> e835075958e9 [2020-09-24T20:51:41.115Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:51:43.727Z] ---> Running in e8ab36e113c4 [2020-09-24T20:51:46.427Z] Removing intermediate container e8ab36e113c4 [2020-09-24T20:51:46.427Z] ---> f2524112843f [2020-09-24T20:51:46.427Z] Step 20/22 : LABEL arch=x86_64 [2020-09-24T20:51:47.441Z] ---> Running in da54d29d8700 [2020-09-24T20:51:47.441Z] Removing intermediate container 893c931043f3 [2020-09-24T20:51:47.441Z] ---> 181375364c7d [2020-09-24T20:51:47.441Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-24T20:51:47.441Z] ---> Running in 1b64066d9339 [2020-09-24T20:51:49.503Z] Removing intermediate container da54d29d8700 [2020-09-24T20:51:49.503Z] ---> 94d00c061d46 [2020-09-24T20:51:49.503Z] Step 21/22 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:51:50.083Z] ---> d2bab5c8092d [2020-09-24T20:51:50.083Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-24T20:51:50.083Z] ---> 1142a0f57d15 [2020-09-24T20:51:50.083Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-24T20:51:50.083Z] ---> 99c898e35a7b [2020-09-24T20:51:50.083Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-24T20:51:50.083Z] ---> 914a94fd5618 [2020-09-24T20:51:50.083Z] 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-24T20:51:50.083Z] ---> 73d70eb8fc71 [2020-09-24T20:51:50.083Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-24T20:51:50.083Z] ---> Running in a0c977082e46 [2020-09-24T20:51:50.083Z] ---> Running in 01f2c4ebe87e [2020-09-24T20:51:50.083Z] ---> Running in 703c2ac9d747 [2020-09-24T20:51:50.083Z] ---> Running in fafade64e4ee [2020-09-24T20:51:50.083Z] ---> Running in 16b8117b6872 [2020-09-24T20:51:50.554Z] ---> Running in 4805a9f2d1da [2020-09-24T20:51:51.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-24T20:51:51.192Z] Removing intermediate container 4805a9f2d1da [2020-09-24T20:51:51.192Z] ---> 6a768fc7f9e1 [2020-09-24T20:51:51.192Z] Step 22/22 : LABEL version=1.2.2-dev.32 [2020-09-24T20:51:51.467Z] ---> Running in 1aba87f39cf7 [2020-09-24T20:51:51.742Z] Removing intermediate container 1aba87f39cf7 [2020-09-24T20:51:51.742Z] ---> 9d4c3b1f36c0 [2020-09-24T20:51:51.742Z] [2020-09-24T20:51:51.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/core-command/core-command ./cmd/core-command [2020-09-24T20:51:52.010Z] Successfully built 9d4c3b1f36c0 [2020-09-24T20:51:52.010Z] Successfully tagged docker-core-command-go:latest [2020-09-24T20:51:52.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-24T20:51:52.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-24T20:51:52.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-24T20:51:52.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-24T20:51:54.936Z]  Building docker-core-command-go ... done  ---> 315e967d1fde [2020-09-24T20:51:54.936Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-24T20:51:54.936Z] Removing intermediate container 1b64066d9339 [2020-09-24T20:51:54.936Z] ---> af498829e59d [2020-09-24T20:51:54.936Z] [2020-09-24T20:51:54.936Z] Step 11/27 : FROM docker:latest [2020-09-24T20:51:54.936Z] ---> 809cc4dba987 [2020-09-24T20:51:54.936Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-24T20:51:54.936Z] ---> Running in 4185e5d3c1b9 [2020-09-24T20:51:55.284Z] ---> Running in 42b91a0bbb46 [2020-09-24T20:51:55.878Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/core-data/core-data ./cmd/core-data [2020-09-24T20:51:55.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:51:55.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:51:56.148Z] (1/2) Installing readline (8.0.4-r0) [2020-09-24T20:51:56.148Z] (2/2) Installing bash (5.0.17-r0) [2020-09-24T20:51:56.148Z] Executing bash-5.0.17-r0.post-install [2020-09-24T20:51:56.148Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:51:56.148Z] OK: 12 MiB in 22 packages [2020-09-24T20:51:57.117Z] Removing intermediate container 42b91a0bbb46 [2020-09-24T20:51:57.117Z] ---> c07dfbf2277c [2020-09-24T20:51:57.117Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-24T20:51:57.394Z] ---> Running in 2b266a17d44d [2020-09-24T20:51:59.394Z] Removing intermediate container c8f813155b5c [2020-09-24T20:51:59.394Z] ---> 31644ba068b2 [2020-09-24T20:51:59.394Z] [2020-09-24T20:51:59.394Z] Step 10/22 : FROM scratch [2020-09-24T20:51:59.394Z] ---> [2020-09-24T20:51:59.394Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-24T20:52:00.021Z] ---> Using cache [2020-09-24T20:52:00.022Z] ---> ba0b428e504a [2020-09-24T20:52:00.022Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-24T20:52:00.022Z] ---> Running in b1edf1e9d458 [2020-09-24T20:52:00.022Z] Removing intermediate container 2b266a17d44d [2020-09-24T20:52:00.022Z] ---> 1b3a025d38c0 [2020-09-24T20:52:00.022Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-24T20:52:00.303Z] ---> Running in eee871c0aba9 [2020-09-24T20:52:00.571Z] Removing intermediate container b1edf1e9d458 [2020-09-24T20:52:00.571Z] ---> 7f9ac0f2ae51 [2020-09-24T20:52:00.571Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T20:52:00.571Z] ---> Running in b017275dbd00 [2020-09-24T20:52:00.571Z] Removing intermediate container eee871c0aba9 [2020-09-24T20:52:00.571Z] ---> 032e56b4ab99 [2020-09-24T20:52:00.571Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-24T20:52:00.838Z] ---> Running in 7ab816fcf3b3 [2020-09-24T20:52:00.838Z] Removing intermediate container b017275dbd00 [2020-09-24T20:52:00.838Z] ---> 5b3198cd7502 [2020-09-24T20:52:00.838Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-24T20:52:01.124Z] Removing intermediate container 7ab816fcf3b3 [2020-09-24T20:52:01.124Z] ---> bd7c2950ed0c [2020-09-24T20:52:01.124Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-24T20:52:01.124Z] ---> Running in 8b57b61bcd33 [2020-09-24T20:52:01.124Z] ---> 5f7a0ec7ccd3 [2020-09-24T20:52:01.124Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-24T20:52:02.157Z] Removing intermediate container 8b57b61bcd33 [2020-09-24T20:52:02.157Z] ---> 767f17a58220 [2020-09-24T20:52:02.157Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-24T20:52:02.443Z] ---> 1491d33ee057 [2020-09-24T20:52:02.443Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-24T20:52:03.049Z] ---> e9a7c946b212 [2020-09-24T20:52:03.049Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-24T20:52:03.663Z] ---> 5ee9471373be [2020-09-24T20:52:03.663Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-24T20:52:03.663Z] ---> b5f2344b1e7c [2020-09-24T20:52:03.663Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-24T20:52:04.269Z] ---> f8201c313158 [2020-09-24T20:52:04.269Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-24T20:52:04.269Z] ---> Running in ea85e4036bba [2020-09-24T20:52:04.558Z] ---> e014b2e680e0 [2020-09-24T20:52:04.558Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-24T20:52:04.558Z] ---> Running in 78abe50cfc7e [2020-09-24T20:52:04.843Z] Removing intermediate container ea85e4036bba [2020-09-24T20:52:04.843Z] ---> c466c3654ece [2020-09-24T20:52:04.843Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:52:04.843Z] ---> Running in 8ac82bca06bb [2020-09-24T20:52:05.457Z] Removing intermediate container 8ac82bca06bb [2020-09-24T20:52:05.457Z] ---> 58984dd98785 [2020-09-24T20:52:05.457Z] Step 20/22 : LABEL arch=x86_64 [2020-09-24T20:52:05.457Z] ---> Running in 1f9e11c67cc3 [2020-09-24T20:52:05.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:52:05.729Z] Removing intermediate container 1f9e11c67cc3 [2020-09-24T20:52:05.729Z] ---> a6f7287040ab [2020-09-24T20:52:05.729Z] Step 21/22 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:05.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:52:06.006Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-24T20:52:06.006Z] (2/33) Installing expat (2.2.9-r1) [2020-09-24T20:52:06.006Z] (3/33) Installing libffi (3.3-r2) [2020-09-24T20:52:06.006Z] (4/33) Installing gdbm (1.13-r1) [2020-09-24T20:52:06.006Z] ---> Running in faa93ccae1c0 [2020-09-24T20:52:06.006Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-24T20:52:06.289Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-24T20:52:06.289Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-24T20:52:07.326Z] Removing intermediate container faa93ccae1c0 [2020-09-24T20:52:07.326Z] ---> 6786bb2c13b5 [2020-09-24T20:52:07.326Z] Step 22/22 : LABEL version=1.2.2-dev.32 [2020-09-24T20:52:09.949Z] ---> Running in ab6c130c60ad [2020-09-24T20:52:09.949Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-24T20:52:09.949Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-24T20:52:09.949Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-24T20:52:09.949Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-24T20:52:10.222Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-24T20:52:10.222Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-24T20:52:10.222Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-24T20:52:10.222Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-24T20:52:10.222Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-24T20:52:10.815Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-24T20:52:10.815Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-24T20:52:10.815Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-24T20:52:10.815Z] Removing intermediate container ab6c130c60ad [2020-09-24T20:52:10.815Z] ---> ff8824028fcc [2020-09-24T20:52:10.815Z] [2020-09-24T20:52:10.815Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-24T20:52:10.815Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-24T20:52:10.815Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-24T20:52:11.089Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-24T20:52:11.089Z] Successfully built ff8824028fcc [2020-09-24T20:52:11.089Z] Successfully tagged docker-support-logging-go:latest [2020-09-24T20:52:11.089Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-24T20:52:11.089Z]  Building docker-support-logging-go ... done (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-24T20:52:11.089Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-24T20:52:11.089Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-24T20:52:11.089Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-24T20:52:11.089Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-24T20:52:11.089Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-24T20:52:11.089Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-24T20:52:11.089Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-24T20:52:11.089Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-24T20:52:11.380Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:52:11.380Z] OK: 71 MiB in 55 packages [2020-09-24T20:52:19.773Z] Removing intermediate container 78abe50cfc7e [2020-09-24T20:52:19.773Z] ---> 6c31808c3cf7 [2020-09-24T20:52:19.773Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-24T20:52:19.773Z] ---> Running in c12de2923f14 [2020-09-24T20:52:21.417Z] Collecting docker-compose==1.23.2 [2020-09-24T20:52:21.417Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-24T20:52:22.374Z] Removing intermediate container 4185e5d3c1b9 [2020-09-24T20:52:22.374Z] ---> 4f205fd7f601 [2020-09-24T20:52:22.374Z] [2020-09-24T20:52:22.374Z] Step 10/23 : FROM alpine [2020-09-24T20:52:22.374Z] ---> a24bb4013296 [2020-09-24T20:52:22.374Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T20:52:22.643Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-24T20:52:22.643Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-24T20:52:22.643Z] ---> Running in d87c9e74d64c [2020-09-24T20:52:22.643Z] Removing intermediate container d87c9e74d64c [2020-09-24T20:52:22.643Z] ---> e615936ce8af [2020-09-24T20:52:22.643Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-24T20:52:22.909Z] ---> Running in 8633dd229e69 [2020-09-24T20:52:22.909Z] Removing intermediate container 8633dd229e69 [2020-09-24T20:52:22.909Z] ---> 6cf8bdca7e64 [2020-09-24T20:52:22.909Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-24T20:52:22.909Z] ---> Running in 6672a35c89b1 [2020-09-24T20:52:23.174Z] 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-24T20:52:23.174Z] Removing intermediate container 6672a35c89b1 [2020-09-24T20:52:23.174Z] ---> 1054f1f209c3 [2020-09-24T20:52:23.174Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:52:23.174Z] ---> Running in d678149e8368 [2020-09-24T20:52:23.174Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-24T20:52:23.174Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-24T20:52:23.448Z] Collecting docopt<0.7,>=0.6.1 [2020-09-24T20:52:23.449Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-24T20:52:24.031Z] Collecting jsonschema<3,>=2.5.1 [2020-09-24T20:52:24.031Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-24T20:52:24.301Z] Collecting PyYAML<4,>=3.10 [2020-09-24T20:52:24.301Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-24T20:52:24.301Z] Removing intermediate container d678149e8368 [2020-09-24T20:52:24.301Z] ---> 3417e9da679b [2020-09-24T20:52:24.301Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-24T20:52:24.301Z] ---> Running in eb4b2b044a30 [2020-09-24T20:52:24.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:52:25.156Z] Collecting cached-property<2,>=1.2.0 [2020-09-24T20:52:25.156Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-24T20:52:25.430Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-24T20:52:25.430Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-24T20:52:25.430Z] Collecting docker<4.0,>=3.6.0 [2020-09-24T20:52:25.430Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-24T20:52:25.703Z] Collecting texttable<0.10,>=0.9.0 [2020-09-24T20:52:25.703Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-24T20:52:25.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:52:26.295Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-24T20:52:26.295Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-24T20:52:26.295Z] 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-24T20:52:26.295Z] Collecting idna<2.8,>=2.5 [2020-09-24T20:52:26.295Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-24T20:52:26.295Z] 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-24T20:52:26.581Z] Collecting docker-pycreds>=0.4.0 [2020-09-24T20:52:26.581Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-24T20:52:26.581Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-24T20:52:26.581Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-24T20:52:26.581Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-24T20:52:26.581Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-24T20:52:26.581Z] Installing collected packages: dockerpty, urllib3, idna, requests, docopt, jsonschema, PyYAML, cached-property, websocket-client, docker-pycreds, docker, texttable, docker-compose [2020-09-24T20:52:26.581Z] Running setup.py install for dockerpty: started [2020-09-24T20:52:26.581Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-24T20:52:26.850Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-24T20:52:26.850Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-24T20:52:27.117Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-24T20:52:27.117Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-24T20:52:27.117Z] Attempting uninstall: urllib3 [2020-09-24T20:52:27.117Z] Found existing installation: urllib3 1.25.9 [2020-09-24T20:52:27.117Z] Uninstalling urllib3-1.25.9: [2020-09-24T20:52:27.383Z] Successfully uninstalled urllib3-1.25.9 [2020-09-24T20:52:27.383Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-24T20:52:27.383Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:52:27.383Z] OK: 8 MiB in 19 packages [2020-09-24T20:52:27.383Z] Attempting uninstall: idna [2020-09-24T20:52:27.383Z] Found existing installation: idna 2.9 [2020-09-24T20:52:27.383Z] Uninstalling idna-2.9: [2020-09-24T20:52:27.383Z] Successfully uninstalled idna-2.9 [2020-09-24T20:52:27.650Z] Attempting uninstall: requests [2020-09-24T20:52:27.650Z] Found existing installation: requests 2.23.0 [2020-09-24T20:52:27.650Z] Uninstalling requests-2.23.0: [2020-09-24T20:52:27.650Z] Successfully uninstalled requests-2.23.0 [2020-09-24T20:52:29.059Z] Running setup.py install for docopt: started [2020-09-24T20:52:29.329Z] Removing intermediate container eb4b2b044a30 [2020-09-24T20:52:29.329Z] ---> d766239586bc [2020-09-24T20:52:29.329Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-24T20:52:29.594Z] ---> 6ebede0fb21d [2020-09-24T20:52:29.594Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-24T20:52:29.594Z] Running setup.py install for docopt: finished with status 'done' [2020-09-24T20:52:29.594Z] Running setup.py install for PyYAML: started [2020-09-24T20:52:30.189Z] ---> 51a5d961ee29 [2020-09-24T20:52:30.189Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-24T20:52:30.189Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-24T20:52:31.147Z] ---> 4e6e6e567b06 [2020-09-24T20:52:31.147Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-24T20:52:31.147Z] ---> Running in 58e0cc68688a [2020-09-24T20:52:31.147Z] Running setup.py install for texttable: started [2020-09-24T20:52:31.414Z] Removing intermediate container 58e0cc68688a [2020-09-24T20:52:31.414Z] ---> 7cb731c3a01e [2020-09-24T20:52:31.414Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:52:31.414Z] ---> Running in dce82e09a98a [2020-09-24T20:52:31.680Z] Running setup.py install for texttable: finished with status 'done' [2020-09-24T20:52:31.680Z] Removing intermediate container dce82e09a98a [2020-09-24T20:52:31.680Z] ---> 095bdec9163f [2020-09-24T20:52:31.680Z] Step 21/23 : LABEL arch=x86_64 [2020-09-24T20:52:31.680Z] ---> Running in fe032718fd0c [2020-09-24T20:52:31.953Z] 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-24T20:52:32.937Z] Removing intermediate container fe032718fd0c [2020-09-24T20:52:32.937Z] ---> 7fbf6eecbec8 [2020-09-24T20:52:32.937Z] Step 22/23 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:32.938Z] ---> Running in fddd456632af [2020-09-24T20:52:33.212Z] Removing intermediate container fddd456632af [2020-09-24T20:52:33.212Z] ---> cf452b617048 [2020-09-24T20:52:33.212Z] Step 23/23 : LABEL version=1.2.2-dev.32 [2020-09-24T20:52:33.212Z] ---> Running in 1b31b45425c0 [2020-09-24T20:52:33.485Z] Removing intermediate container 1b31b45425c0 [2020-09-24T20:52:33.485Z] ---> 56746eec5a5b [2020-09-24T20:52:33.485Z] [2020-09-24T20:52:33.485Z] Successfully built 56746eec5a5b [2020-09-24T20:52:33.485Z] Successfully tagged docker-core-data-go:latest [2020-09-24T20:52:35.006Z]  Building docker-core-data-go ... done Removing intermediate container c12de2923f14 [2020-09-24T20:52:35.006Z] ---> dd9276f9bbf4 [2020-09-24T20:52:35.006Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-24T20:52:35.006Z] ---> Running in 38c51c430764 [2020-09-24T20:52:35.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:52:35.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:52:35.590Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T20:52:35.590Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-24T20:52:35.590Z] (3/3) Installing curl (7.69.1-r1) [2020-09-24T20:52:35.590Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:52:35.590Z] OK: 72 MiB in 58 packages [2020-09-24T20:52:36.175Z] Removing intermediate container 38c51c430764 [2020-09-24T20:52:36.175Z] ---> 94ea8c59b112 [2020-09-24T20:52:36.175Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-24T20:52:36.175Z] ---> Running in 07c4ff42e4b3 [2020-09-24T20:52:36.452Z] Removing intermediate container 07c4ff42e4b3 [2020-09-24T20:52:36.452Z] ---> eb974725604e [2020-09-24T20:52:36.452Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:52:36.452Z] ---> Running in 2095ea7c5f42 [2020-09-24T20:52:36.727Z] Removing intermediate container 2095ea7c5f42 [2020-09-24T20:52:36.727Z] ---> 5eb455050af6 [2020-09-24T20:52:36.727Z] Step 25/27 : LABEL arch=x86_64 [2020-09-24T20:52:36.727Z] ---> Running in 1827c0804eac [2020-09-24T20:52:36.727Z] Removing intermediate container 1827c0804eac [2020-09-24T20:52:36.727Z] ---> 9eb292b6af8c [2020-09-24T20:52:36.727Z] Step 26/27 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:36.995Z] ---> Running in dce5712330a2 [2020-09-24T20:52:36.995Z] Removing intermediate container dce5712330a2 [2020-09-24T20:52:36.995Z] ---> 48a2c33c93de [2020-09-24T20:52:36.995Z] Step 27/27 : LABEL version=1.2.2-dev.32 [2020-09-24T20:52:37.266Z] ---> Running in 0790bd8739d1 [2020-09-24T20:52:37.266Z] Removing intermediate container 0790bd8739d1 [2020-09-24T20:52:37.266Z] ---> a2eff3552a78 [2020-09-24T20:52:37.266Z] [2020-09-24T20:52:37.535Z] Successfully built a2eff3552a78 [2020-09-24T20:52:37.535Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-24T20:52:37.835Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-24T20:52:37.845Z] $ docker stop --time=1 5e857cc7b3ae904097abb9520a0bb882f13a57dd3edb0db99a30c3d09933d017 [2020-09-24T20:52:39.477Z] $ docker rm -f 5e857cc7b3ae904097abb9520a0bb882f13a57dd3edb0db99a30c3d09933d017 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T20:52:40.092Z] + docker images [2020-09-24T20:52:40.092Z] + grep docker [2020-09-24T20:52:40.092Z] docker-sys-mgmt-agent-go latest a2eff3552a78 2 seconds ago 290MB [2020-09-24T20:52:40.092Z] docker-core-data-go latest 56746eec5a5b 6 seconds ago 23.6MB [2020-09-24T20:52:40.092Z] docker-support-logging-go latest ff8824028fcc 29 seconds ago 11.1MB [2020-09-24T20:52:40.092Z] docker-core-command-go latest 9d4c3b1f36c0 48 seconds ago 12.2MB [2020-09-24T20:52:40.092Z] docker-core-metadata-go latest 2147b68557f0 About a minute ago 13.5MB [2020-09-24T20:52:40.092Z] docker-security-secretstore-setup-go latest f0b61053524a About a minute ago 32.4MB [2020-09-24T20:52:40.092Z] docker-support-notifications-go latest b4fc78358e2d About a minute ago 13.6MB [2020-09-24T20:52:40.092Z] docker-support-scheduler-go latest 646c887ec0fd 2 minutes ago 12.3MB [2020-09-24T20:52:40.092Z] docker-security-proxy-setup-go latest 9bba4e7d5e80 2 minutes ago 15.8MB [2020-09-24T20:52:40.092Z] docker-security-secrets-setup-go latest d9a9cd6a3de4 2 minutes ago 24MB [2020-09-24T20:52:40.092Z] 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-24T20:52:41.608Z] provisioning config files... [2020-09-24T20:52:41.694Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/147@tmp/config2947368545487169972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:52:42.244Z] ---> docker-login.sh [2020-09-24T20:52:42.244Z] nexus3.edgexfoundry.org:10001 [2020-09-24T20:52:42.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:52:42.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:52:42.543Z] Configure a credential helper to remove this warning. See [2020-09-24T20:52:42.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:52:42.543Z] [2020-09-24T20:52:42.543Z] Login Succeeded [2020-09-24T20:52:42.543Z] nexus3.edgexfoundry.org:10002 [2020-09-24T20:52:42.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:52:42.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:52:42.543Z] Configure a credential helper to remove this warning. See [2020-09-24T20:52:42.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:52:42.543Z] [2020-09-24T20:52:42.543Z] Login Succeeded [2020-09-24T20:52:42.543Z] nexus3.edgexfoundry.org:10003 [2020-09-24T20:52:42.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:52:42.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:52:42.826Z] Configure a credential helper to remove this warning. See [2020-09-24T20:52:42.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:52:42.826Z] [2020-09-24T20:52:42.826Z] Login Succeeded [2020-09-24T20:52:42.826Z] nexus3.edgexfoundry.org:10004 [2020-09-24T20:52:43.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:52:43.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:52:43.097Z] Configure a credential helper to remove this warning. See [2020-09-24T20:52:43.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:52:43.097Z] [2020-09-24T20:52:43.097Z] Login Succeeded [2020-09-24T20:52:43.097Z] docker.io [2020-09-24T20:52:43.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:52:43.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:52:43.369Z] Configure a credential helper to remove this warning. See [2020-09-24T20:52:43.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:52:43.369Z] [2020-09-24T20:52:43.369Z] Login Succeeded [2020-09-24T20:52:43.369Z] ---> docker-login.sh ends [Pipeline] } [2020-09-24T20:52:43.507Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:52:44.073Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-24T20:52:44.073Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:44.073Z] 1.2.2-dev.32 [2020-09-24T20:52:44.073Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:52:44.073Z] master [2020-09-24T20:52:44.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:45.143Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:45.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:45.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-24T20:52:45.791Z] aa5369c35128: Preparing [2020-09-24T20:52:45.791Z] 0ef7afa25075: Preparing [2020-09-24T20:52:45.791Z] 4dff45e52349: Preparing [2020-09-24T20:52:46.089Z] 4dff45e52349: Pushed [2020-09-24T20:52:46.089Z] aa5369c35128: Pushed [2020-09-24T20:52:47.143Z] 0ef7afa25075: Pushed [2020-09-24T20:52:47.737Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:a9bfd2f6f08f8a00f922a2c4e3beb743e711149444be51f52d7f609702fdb056 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:48.078Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:48.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.32 [2020-09-24T20:52:48.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-24T20:52:48.396Z] aa5369c35128: Preparing [2020-09-24T20:52:48.396Z] 0ef7afa25075: Preparing [2020-09-24T20:52:48.396Z] 4dff45e52349: Preparing [2020-09-24T20:52:48.396Z] 0ef7afa25075: Layer already exists [2020-09-24T20:52:48.396Z] 4dff45e52349: Layer already exists [2020-09-24T20:52:48.396Z] aa5369c35128: Layer already exists [2020-09-24T20:52:48.396Z] 1.2.2-dev.32: digest: sha256:a9bfd2f6f08f8a00f922a2c4e3beb743e711149444be51f52d7f609702fdb056 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:48.741Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:49.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:52:49.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-24T20:52:49.063Z] aa5369c35128: Preparing [2020-09-24T20:52:49.063Z] 0ef7afa25075: Preparing [2020-09-24T20:52:49.063Z] 4dff45e52349: Preparing [2020-09-24T20:52:49.063Z] 4dff45e52349: Layer already exists [2020-09-24T20:52:49.063Z] 0ef7afa25075: Layer already exists [2020-09-24T20:52:49.063Z] aa5369c35128: Layer already exists [2020-09-24T20:52:49.343Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:a9bfd2f6f08f8a00f922a2c4e3beb743e711149444be51f52d7f609702fdb056 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:49.738Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:50.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-24T20:52:50.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-24T20:52:50.259Z] aa5369c35128: Preparing [2020-09-24T20:52:50.259Z] 0ef7afa25075: Preparing [2020-09-24T20:52:50.259Z] 4dff45e52349: Preparing [2020-09-24T20:52:50.259Z] 4dff45e52349: Layer already exists [2020-09-24T20:52:50.259Z] aa5369c35128: Layer already exists [2020-09-24T20:52:50.259Z] 0ef7afa25075: Layer already exists [2020-09-24T20:52:50.259Z] master: digest: sha256:a9bfd2f6f08f8a00f922a2c4e3beb743e711149444be51f52d7f609702fdb056 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:52:50.568Z] ===================================================== [Pipeline] echo [2020-09-24T20:52:50.714Z] taggedImages: [2020-09-24T20:52:50.714Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:50.714Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.32 [2020-09-24T20:52:50.714Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:52:50.714Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-24T20:52:50.837Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-24T20:52:50.837Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:50.837Z] 1.2.2-dev.32 [2020-09-24T20:52:50.837Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:52:50.837Z] master [2020-09-24T20:52:50.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:51.632Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:51.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:51.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-24T20:52:51.947Z] 70cd20d9c999: Preparing [2020-09-24T20:52:51.947Z] 6967ed095fbf: Preparing [2020-09-24T20:52:51.947Z] d17f11a408dd: Preparing [2020-09-24T20:52:51.947Z] f5d7e6641dbd: Preparing [2020-09-24T20:52:51.947Z] d5783e1219f1: Preparing [2020-09-24T20:52:51.947Z] 50644c29ef5a: Preparing [2020-09-24T20:52:51.947Z] 50644c29ef5a: Waiting [2020-09-24T20:52:52.211Z] d17f11a408dd: Pushed [2020-09-24T20:52:52.211Z] 70cd20d9c999: Pushed [2020-09-24T20:52:52.211Z] d5783e1219f1: Pushed [2020-09-24T20:52:52.211Z] 50644c29ef5a: Layer already exists [2020-09-24T20:52:52.473Z] f5d7e6641dbd: Pushed [2020-09-24T20:52:53.903Z] 6967ed095fbf: Pushed [2020-09-24T20:52:53.903Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:9ac8494c8f1b9f8098598e29234fc8a46adf94bab9bada0ff430d7af55450944 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:54.499Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:54.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.32 [2020-09-24T20:52:54.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-24T20:52:54.828Z] 70cd20d9c999: Preparing [2020-09-24T20:52:54.828Z] 6967ed095fbf: Preparing [2020-09-24T20:52:54.828Z] d17f11a408dd: Preparing [2020-09-24T20:52:54.828Z] f5d7e6641dbd: Preparing [2020-09-24T20:52:54.828Z] d5783e1219f1: Preparing [2020-09-24T20:52:54.828Z] 50644c29ef5a: Preparing [2020-09-24T20:52:54.828Z] 50644c29ef5a: Waiting [2020-09-24T20:52:54.828Z] f5d7e6641dbd: Layer already exists [2020-09-24T20:52:54.828Z] d5783e1219f1: Layer already exists [2020-09-24T20:52:54.828Z] 6967ed095fbf: Layer already exists [2020-09-24T20:52:54.828Z] 70cd20d9c999: Layer already exists [2020-09-24T20:52:54.828Z] d17f11a408dd: Layer already exists [2020-09-24T20:52:54.828Z] 50644c29ef5a: Layer already exists [2020-09-24T20:52:54.828Z] 1.2.2-dev.32: digest: sha256:9ac8494c8f1b9f8098598e29234fc8a46adf94bab9bada0ff430d7af55450944 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:55.175Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:55.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:52:55.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-24T20:52:55.509Z] 70cd20d9c999: Preparing [2020-09-24T20:52:55.509Z] 6967ed095fbf: Preparing [2020-09-24T20:52:55.509Z] d17f11a408dd: Preparing [2020-09-24T20:52:55.510Z] f5d7e6641dbd: Preparing [2020-09-24T20:52:55.510Z] d5783e1219f1: Preparing [2020-09-24T20:52:55.510Z] 50644c29ef5a: Preparing [2020-09-24T20:52:55.510Z] 50644c29ef5a: Waiting [2020-09-24T20:52:55.510Z] 6967ed095fbf: Layer already exists [2020-09-24T20:52:55.510Z] 70cd20d9c999: Layer already exists [2020-09-24T20:52:55.510Z] d5783e1219f1: Layer already exists [2020-09-24T20:52:55.510Z] d17f11a408dd: Layer already exists [2020-09-24T20:52:55.510Z] f5d7e6641dbd: Layer already exists [2020-09-24T20:52:55.510Z] 50644c29ef5a: Layer already exists [2020-09-24T20:52:55.510Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:9ac8494c8f1b9f8098598e29234fc8a46adf94bab9bada0ff430d7af55450944 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:55.845Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:56.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-24T20:52:56.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-24T20:52:56.165Z] 70cd20d9c999: Preparing [2020-09-24T20:52:56.165Z] 6967ed095fbf: Preparing [2020-09-24T20:52:56.165Z] d17f11a408dd: Preparing [2020-09-24T20:52:56.165Z] f5d7e6641dbd: Preparing [2020-09-24T20:52:56.165Z] d5783e1219f1: Preparing [2020-09-24T20:52:56.165Z] 50644c29ef5a: Preparing [2020-09-24T20:52:56.165Z] 50644c29ef5a: Waiting [2020-09-24T20:52:56.435Z] d17f11a408dd: Layer already exists [2020-09-24T20:52:56.435Z] f5d7e6641dbd: Layer already exists [2020-09-24T20:52:56.435Z] 70cd20d9c999: Layer already exists [2020-09-24T20:52:56.435Z] 6967ed095fbf: Layer already exists [2020-09-24T20:52:56.435Z] d5783e1219f1: Layer already exists [2020-09-24T20:52:56.435Z] 50644c29ef5a: Layer already exists [2020-09-24T20:52:56.699Z] master: digest: sha256:9ac8494c8f1b9f8098598e29234fc8a46adf94bab9bada0ff430d7af55450944 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:52:56.926Z] ===================================================== [Pipeline] echo [2020-09-24T20:52:56.981Z] taggedImages: [2020-09-24T20:52:56.981Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:56.981Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.32 [2020-09-24T20:52:56.981Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:52:56.981Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-24T20:52:57.057Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-24T20:52:57.057Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:57.057Z] 1.2.2-dev.32 [2020-09-24T20:52:57.057Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:52:57.057Z] master [2020-09-24T20:52:57.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:57.619Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:57.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:52:57.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-24T20:52:57.952Z] f613fb3a28be: Preparing [2020-09-24T20:52:57.952Z] 52cce6ae04de: Preparing [2020-09-24T20:52:57.952Z] 49ce9185a589: Preparing [2020-09-24T20:52:58.221Z] f613fb3a28be: Pushed [2020-09-24T20:52:58.221Z] 49ce9185a589: Pushed [2020-09-24T20:52:59.699Z] 52cce6ae04de: Pushed [2020-09-24T20:52:59.699Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:eda6dbc964fa7a4109ecdcd4dff563ecb37bd34495377b290157d94c51b2b12f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:00.084Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:00.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.32 [2020-09-24T20:53:00.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-24T20:53:00.390Z] f613fb3a28be: Preparing [2020-09-24T20:53:00.390Z] 52cce6ae04de: Preparing [2020-09-24T20:53:00.390Z] 49ce9185a589: Preparing [2020-09-24T20:53:00.390Z] 49ce9185a589: Layer already exists [2020-09-24T20:53:00.390Z] 52cce6ae04de: Layer already exists [2020-09-24T20:53:00.390Z] f613fb3a28be: Layer already exists [2020-09-24T20:53:00.390Z] 1.2.2-dev.32: digest: sha256:eda6dbc964fa7a4109ecdcd4dff563ecb37bd34495377b290157d94c51b2b12f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:00.714Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:01.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:01.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-24T20:53:01.025Z] f613fb3a28be: Preparing [2020-09-24T20:53:01.025Z] 52cce6ae04de: Preparing [2020-09-24T20:53:01.025Z] 49ce9185a589: Preparing [2020-09-24T20:53:01.025Z] 52cce6ae04de: Layer already exists [2020-09-24T20:53:01.025Z] 49ce9185a589: Layer already exists [2020-09-24T20:53:01.025Z] f613fb3a28be: Layer already exists [2020-09-24T20:53:01.025Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:eda6dbc964fa7a4109ecdcd4dff563ecb37bd34495377b290157d94c51b2b12f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:01.374Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:01.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-24T20:53:01.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-24T20:53:01.691Z] f613fb3a28be: Preparing [2020-09-24T20:53:01.691Z] 52cce6ae04de: Preparing [2020-09-24T20:53:01.691Z] 49ce9185a589: Preparing [2020-09-24T20:53:01.691Z] 52cce6ae04de: Layer already exists [2020-09-24T20:53:01.691Z] f613fb3a28be: Layer already exists [2020-09-24T20:53:01.691Z] 49ce9185a589: Layer already exists [2020-09-24T20:53:01.691Z] master: digest: sha256:eda6dbc964fa7a4109ecdcd4dff563ecb37bd34495377b290157d94c51b2b12f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:53:02.135Z] ===================================================== [Pipeline] echo [2020-09-24T20:53:02.203Z] taggedImages: [2020-09-24T20:53:02.203Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:02.203Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.32 [2020-09-24T20:53:02.203Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:02.203Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-24T20:53:02.280Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-24T20:53:02.280Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:02.280Z] 1.2.2-dev.32 [2020-09-24T20:53:02.280Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:02.280Z] master [2020-09-24T20:53:02.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:02.953Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:03.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:03.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-24T20:53:03.294Z] 3b3f20d9af9b: Preparing [2020-09-24T20:53:03.294Z] cd9b4ffa68d4: Preparing [2020-09-24T20:53:03.294Z] 3d9aa36cd920: Preparing [2020-09-24T20:53:03.294Z] de4b06fccb2a: Preparing [2020-09-24T20:53:03.294Z] 50644c29ef5a: Preparing [2020-09-24T20:53:03.294Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:03.561Z] 3d9aa36cd920: Pushed [2020-09-24T20:53:03.561Z] cd9b4ffa68d4: Pushed [2020-09-24T20:53:03.836Z] de4b06fccb2a: Pushed [2020-09-24T20:53:04.418Z] 3b3f20d9af9b: Pushed [2020-09-24T20:53:04.689Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:5f418e9d402b8f3d263b191bf7dbb310b80c01e24fd675248bcfaebf260a428f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:05.008Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:05.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.32 [2020-09-24T20:53:05.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-24T20:53:05.319Z] 3b3f20d9af9b: Preparing [2020-09-24T20:53:05.319Z] cd9b4ffa68d4: Preparing [2020-09-24T20:53:05.319Z] 3d9aa36cd920: Preparing [2020-09-24T20:53:05.319Z] de4b06fccb2a: Preparing [2020-09-24T20:53:05.319Z] 50644c29ef5a: Preparing [2020-09-24T20:53:05.319Z] 3d9aa36cd920: Layer already exists [2020-09-24T20:53:05.319Z] cd9b4ffa68d4: Layer already exists [2020-09-24T20:53:05.319Z] de4b06fccb2a: Layer already exists [2020-09-24T20:53:05.319Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:05.319Z] 3b3f20d9af9b: Layer already exists [2020-09-24T20:53:05.319Z] 1.2.2-dev.32: digest: sha256:5f418e9d402b8f3d263b191bf7dbb310b80c01e24fd675248bcfaebf260a428f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:05.641Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:05.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:05.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-24T20:53:05.946Z] 3b3f20d9af9b: Preparing [2020-09-24T20:53:05.946Z] cd9b4ffa68d4: Preparing [2020-09-24T20:53:05.946Z] 3d9aa36cd920: Preparing [2020-09-24T20:53:05.946Z] de4b06fccb2a: Preparing [2020-09-24T20:53:05.946Z] 50644c29ef5a: Preparing [2020-09-24T20:53:05.946Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:05.946Z] 3d9aa36cd920: Layer already exists [2020-09-24T20:53:05.946Z] 3b3f20d9af9b: Layer already exists [2020-09-24T20:53:05.946Z] cd9b4ffa68d4: Layer already exists [2020-09-24T20:53:05.946Z] de4b06fccb2a: Layer already exists [2020-09-24T20:53:06.211Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:5f418e9d402b8f3d263b191bf7dbb310b80c01e24fd675248bcfaebf260a428f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:06.538Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:06.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-24T20:53:06.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-24T20:53:06.872Z] 3b3f20d9af9b: Preparing [2020-09-24T20:53:06.872Z] cd9b4ffa68d4: Preparing [2020-09-24T20:53:06.872Z] 3d9aa36cd920: Preparing [2020-09-24T20:53:06.872Z] de4b06fccb2a: Preparing [2020-09-24T20:53:06.872Z] 50644c29ef5a: Preparing [2020-09-24T20:53:06.872Z] 3d9aa36cd920: Layer already exists [2020-09-24T20:53:06.872Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:06.872Z] cd9b4ffa68d4: Layer already exists [2020-09-24T20:53:06.872Z] 3b3f20d9af9b: Layer already exists [2020-09-24T20:53:06.872Z] de4b06fccb2a: Layer already exists [2020-09-24T20:53:06.872Z] master: digest: sha256:5f418e9d402b8f3d263b191bf7dbb310b80c01e24fd675248bcfaebf260a428f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:53:07.134Z] ===================================================== [Pipeline] echo [2020-09-24T20:53:07.183Z] taggedImages: [2020-09-24T20:53:07.183Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:07.183Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.32 [2020-09-24T20:53:07.183Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:07.183Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-24T20:53:07.263Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-24T20:53:07.263Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:07.263Z] 1.2.2-dev.32 [2020-09-24T20:53:07.263Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:07.263Z] master [2020-09-24T20:53:07.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:07.810Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:08.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:08.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-24T20:53:08.145Z] 03eb72b6b0ac: Preparing [2020-09-24T20:53:08.145Z] cc7ff1b04a89: Preparing [2020-09-24T20:53:08.145Z] 0300d9ba3a1e: Preparing [2020-09-24T20:53:08.145Z] 041dfe01f649: Preparing [2020-09-24T20:53:08.145Z] 041dfe01f649: Preparing [2020-09-24T20:53:08.145Z] 21d29973c878: Preparing [2020-09-24T20:53:08.145Z] 8ef21bd83517: Preparing [2020-09-24T20:53:08.145Z] 1f9e143f16ac: Preparing [2020-09-24T20:53:08.145Z] 03eb72b6b0ac: Preparing [2020-09-24T20:53:08.145Z] a5dfd36ea885: Preparing [2020-09-24T20:53:08.145Z] 388f3b347422: Preparing [2020-09-24T20:53:08.145Z] 73085b3200b4: Preparing [2020-09-24T20:53:08.145Z] 50644c29ef5a: Preparing [2020-09-24T20:53:08.145Z] 8ef21bd83517: Waiting [2020-09-24T20:53:08.145Z] 1f9e143f16ac: Waiting [2020-09-24T20:53:08.145Z] a5dfd36ea885: Waiting [2020-09-24T20:53:08.145Z] 388f3b347422: Waiting [2020-09-24T20:53:08.145Z] 50644c29ef5a: Waiting [2020-09-24T20:53:08.432Z] 0300d9ba3a1e: Pushed [2020-09-24T20:53:08.432Z] 21d29973c878: Pushed [2020-09-24T20:53:08.432Z] cc7ff1b04a89: Pushed [2020-09-24T20:53:08.432Z] 041dfe01f649: Pushed [2020-09-24T20:53:08.432Z] 8ef21bd83517: Pushed [2020-09-24T20:53:08.432Z] a5dfd36ea885: Pushed [2020-09-24T20:53:08.432Z] 1f9e143f16ac: Pushed [2020-09-24T20:53:08.432Z] 388f3b347422: Pushed [2020-09-24T20:53:08.432Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:08.700Z] 73085b3200b4: Pushed [2020-09-24T20:53:09.276Z] 03eb72b6b0ac: Pushed [2020-09-24T20:53:09.276Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:713cf100377aabe84da76847eb8bff1ac09d9330f6395fd62e5ac30ea40bbf37 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:09.590Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:09.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.32 [2020-09-24T20:53:09.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-24T20:53:09.984Z] 03eb72b6b0ac: Preparing [2020-09-24T20:53:09.984Z] cc7ff1b04a89: Preparing [2020-09-24T20:53:09.984Z] 0300d9ba3a1e: Preparing [2020-09-24T20:53:09.984Z] 041dfe01f649: Preparing [2020-09-24T20:53:09.984Z] 041dfe01f649: Preparing [2020-09-24T20:53:09.984Z] 21d29973c878: Preparing [2020-09-24T20:53:09.984Z] 8ef21bd83517: Preparing [2020-09-24T20:53:09.984Z] 1f9e143f16ac: Preparing [2020-09-24T20:53:09.984Z] 03eb72b6b0ac: Preparing [2020-09-24T20:53:09.984Z] a5dfd36ea885: Preparing [2020-09-24T20:53:09.984Z] 388f3b347422: Preparing [2020-09-24T20:53:09.984Z] 73085b3200b4: Preparing [2020-09-24T20:53:09.984Z] 50644c29ef5a: Preparing [2020-09-24T20:53:09.984Z] 8ef21bd83517: Waiting [2020-09-24T20:53:09.984Z] 1f9e143f16ac: Waiting [2020-09-24T20:53:09.984Z] a5dfd36ea885: Waiting [2020-09-24T20:53:09.984Z] 388f3b347422: Waiting [2020-09-24T20:53:09.984Z] 73085b3200b4: Waiting [2020-09-24T20:53:09.984Z] 50644c29ef5a: Waiting [2020-09-24T20:53:09.984Z] cc7ff1b04a89: Layer already exists [2020-09-24T20:53:09.984Z] 041dfe01f649: Layer already exists [2020-09-24T20:53:09.984Z] 03eb72b6b0ac: Layer already exists [2020-09-24T20:53:09.984Z] 0300d9ba3a1e: Layer already exists [2020-09-24T20:53:09.984Z] 21d29973c878: Layer already exists [2020-09-24T20:53:09.984Z] 1f9e143f16ac: Layer already exists [2020-09-24T20:53:09.984Z] 8ef21bd83517: Layer already exists [2020-09-24T20:53:09.984Z] a5dfd36ea885: Layer already exists [2020-09-24T20:53:09.984Z] 73085b3200b4: Layer already exists [2020-09-24T20:53:09.984Z] 388f3b347422: Layer already exists [2020-09-24T20:53:09.984Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:09.984Z] 1.2.2-dev.32: digest: sha256:713cf100377aabe84da76847eb8bff1ac09d9330f6395fd62e5ac30ea40bbf37 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:10.310Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:10.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:10.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-24T20:53:10.629Z] 03eb72b6b0ac: Preparing [2020-09-24T20:53:10.629Z] cc7ff1b04a89: Preparing [2020-09-24T20:53:10.629Z] 0300d9ba3a1e: Preparing [2020-09-24T20:53:10.629Z] 041dfe01f649: Preparing [2020-09-24T20:53:10.629Z] 041dfe01f649: Preparing [2020-09-24T20:53:10.629Z] 21d29973c878: Preparing [2020-09-24T20:53:10.629Z] 8ef21bd83517: Preparing [2020-09-24T20:53:10.629Z] 1f9e143f16ac: Preparing [2020-09-24T20:53:10.629Z] 03eb72b6b0ac: Preparing [2020-09-24T20:53:10.629Z] a5dfd36ea885: Preparing [2020-09-24T20:53:10.629Z] 388f3b347422: Preparing [2020-09-24T20:53:10.629Z] 73085b3200b4: Preparing [2020-09-24T20:53:10.629Z] 50644c29ef5a: Preparing [2020-09-24T20:53:10.629Z] 1f9e143f16ac: Waiting [2020-09-24T20:53:10.629Z] a5dfd36ea885: Waiting [2020-09-24T20:53:10.629Z] 388f3b347422: Waiting [2020-09-24T20:53:10.629Z] 73085b3200b4: Waiting [2020-09-24T20:53:10.629Z] 50644c29ef5a: Waiting [2020-09-24T20:53:10.629Z] 8ef21bd83517: Waiting [2020-09-24T20:53:10.629Z] 21d29973c878: Layer already exists [2020-09-24T20:53:10.629Z] 03eb72b6b0ac: Layer already exists [2020-09-24T20:53:10.629Z] cc7ff1b04a89: Layer already exists [2020-09-24T20:53:10.629Z] 0300d9ba3a1e: Layer already exists [2020-09-24T20:53:10.629Z] 041dfe01f649: Layer already exists [2020-09-24T20:53:10.629Z] 8ef21bd83517: Layer already exists [2020-09-24T20:53:10.629Z] a5dfd36ea885: Layer already exists [2020-09-24T20:53:10.629Z] 388f3b347422: Layer already exists [2020-09-24T20:53:10.629Z] 1f9e143f16ac: Layer already exists [2020-09-24T20:53:10.629Z] 73085b3200b4: Layer already exists [2020-09-24T20:53:10.629Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:10.629Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:713cf100377aabe84da76847eb8bff1ac09d9330f6395fd62e5ac30ea40bbf37 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:10.955Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:11.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-24T20:53:11.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-24T20:53:11.270Z] 03eb72b6b0ac: Preparing [2020-09-24T20:53:11.270Z] cc7ff1b04a89: Preparing [2020-09-24T20:53:11.270Z] 0300d9ba3a1e: Preparing [2020-09-24T20:53:11.270Z] 041dfe01f649: Preparing [2020-09-24T20:53:11.270Z] 041dfe01f649: Preparing [2020-09-24T20:53:11.270Z] 21d29973c878: Preparing [2020-09-24T20:53:11.270Z] 8ef21bd83517: Preparing [2020-09-24T20:53:11.270Z] 1f9e143f16ac: Preparing [2020-09-24T20:53:11.270Z] 03eb72b6b0ac: Preparing [2020-09-24T20:53:11.270Z] a5dfd36ea885: Preparing [2020-09-24T20:53:11.270Z] 388f3b347422: Preparing [2020-09-24T20:53:11.270Z] 73085b3200b4: Preparing [2020-09-24T20:53:11.270Z] 50644c29ef5a: Preparing [2020-09-24T20:53:11.270Z] 8ef21bd83517: Waiting [2020-09-24T20:53:11.270Z] 1f9e143f16ac: Waiting [2020-09-24T20:53:11.270Z] a5dfd36ea885: Waiting [2020-09-24T20:53:11.270Z] 388f3b347422: Waiting [2020-09-24T20:53:11.270Z] 73085b3200b4: Waiting [2020-09-24T20:53:11.270Z] 50644c29ef5a: Waiting [2020-09-24T20:53:11.270Z] 03eb72b6b0ac: Layer already exists [2020-09-24T20:53:11.270Z] 0300d9ba3a1e: Layer already exists [2020-09-24T20:53:11.270Z] 041dfe01f649: Layer already exists [2020-09-24T20:53:11.270Z] cc7ff1b04a89: Layer already exists [2020-09-24T20:53:11.270Z] 21d29973c878: Layer already exists [2020-09-24T20:53:11.270Z] 8ef21bd83517: Layer already exists [2020-09-24T20:53:11.270Z] 1f9e143f16ac: Layer already exists [2020-09-24T20:53:11.270Z] a5dfd36ea885: Layer already exists [2020-09-24T20:53:11.270Z] 388f3b347422: Layer already exists [2020-09-24T20:53:11.270Z] 73085b3200b4: Layer already exists [2020-09-24T20:53:11.270Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:11.270Z] master: digest: sha256:713cf100377aabe84da76847eb8bff1ac09d9330f6395fd62e5ac30ea40bbf37 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:53:11.671Z] ===================================================== [Pipeline] echo [2020-09-24T20:53:11.771Z] taggedImages: [2020-09-24T20:53:11.771Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:11.771Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.32 [2020-09-24T20:53:11.771Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:11.771Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-24T20:53:11.895Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-24T20:53:11.895Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:11.895Z] 1.2.2-dev.32 [2020-09-24T20:53:11.896Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:11.896Z] master [2020-09-24T20:53:11.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:12.505Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:12.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:12.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-24T20:53:12.828Z] 8ed3b221e9f6: Preparing [2020-09-24T20:53:12.828Z] 10c8021eb85b: Preparing [2020-09-24T20:53:12.828Z] af74e1d860c1: Preparing [2020-09-24T20:53:12.828Z] 6b63e8daab4b: Preparing [2020-09-24T20:53:12.828Z] fcd43f831840: Preparing [2020-09-24T20:53:12.828Z] 3f27f26bce10: Preparing [2020-09-24T20:53:12.828Z] 40188eb70f9f: Preparing [2020-09-24T20:53:12.828Z] 4d3e7996367e: Preparing [2020-09-24T20:53:12.828Z] 23f388a15835: Preparing [2020-09-24T20:53:12.828Z] 7634b21dd6d3: Preparing [2020-09-24T20:53:12.828Z] 1b3ee35aacca: Preparing [2020-09-24T20:53:12.828Z] 3f27f26bce10: Waiting [2020-09-24T20:53:12.828Z] 40188eb70f9f: Waiting [2020-09-24T20:53:12.828Z] 4d3e7996367e: Waiting [2020-09-24T20:53:12.828Z] 23f388a15835: Waiting [2020-09-24T20:53:12.828Z] 7634b21dd6d3: Waiting [2020-09-24T20:53:12.828Z] 1b3ee35aacca: Waiting [2020-09-24T20:53:13.110Z] 10c8021eb85b: Pushed [2020-09-24T20:53:13.110Z] 8ed3b221e9f6: Pushed [2020-09-24T20:53:13.110Z] 40188eb70f9f: Pushed [2020-09-24T20:53:13.110Z] 3f27f26bce10: Pushed [2020-09-24T20:53:13.390Z] 4d3e7996367e: Pushed [2020-09-24T20:53:13.390Z] 23f388a15835: Pushed [2020-09-24T20:53:13.685Z] 1b3ee35aacca: Layer already exists [2020-09-24T20:53:13.967Z] af74e1d860c1: Pushed [2020-09-24T20:53:13.967Z] fcd43f831840: Pushed [2020-09-24T20:53:13.967Z] 6b63e8daab4b: Pushed [2020-09-24T20:53:14.230Z] 7634b21dd6d3: Pushed [2020-09-24T20:53:14.230Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:5a33b0bf04a4035019cad9d576164d13a56ceec03a7f819a9c39be0e642eb913 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:14.564Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:14.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-24T20:53:14.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.32 [2020-09-24T20:53:14.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-24T20:53:14.916Z] 8ed3b221e9f6: Preparing [2020-09-24T20:53:14.916Z] 10c8021eb85b: Preparing [2020-09-24T20:53:14.916Z] af74e1d860c1: Preparing [2020-09-24T20:53:14.916Z] 6b63e8daab4b: Preparing [2020-09-24T20:53:14.916Z] fcd43f831840: Preparing [2020-09-24T20:53:14.916Z] 3f27f26bce10: Preparing [2020-09-24T20:53:14.916Z] 40188eb70f9f: Preparing [2020-09-24T20:53:14.916Z] 4d3e7996367e: Preparing [2020-09-24T20:53:14.916Z] 23f388a15835: Preparing [2020-09-24T20:53:14.916Z] 7634b21dd6d3: Preparing [2020-09-24T20:53:14.916Z] 1b3ee35aacca: Preparing [2020-09-24T20:53:14.916Z] 3f27f26bce10: Waiting [2020-09-24T20:53:14.916Z] 40188eb70f9f: Waiting [2020-09-24T20:53:14.916Z] 4d3e7996367e: Waiting [2020-09-24T20:53:14.916Z] 23f388a15835: Waiting [2020-09-24T20:53:14.916Z] 7634b21dd6d3: Waiting [2020-09-24T20:53:14.916Z] 1b3ee35aacca: Waiting [2020-09-24T20:53:14.916Z] 10c8021eb85b: Layer already exists [2020-09-24T20:53:14.916Z] fcd43f831840: Layer already exists [2020-09-24T20:53:14.916Z] 8ed3b221e9f6: Layer already exists [2020-09-24T20:53:14.916Z] 6b63e8daab4b: Layer already exists [2020-09-24T20:53:14.916Z] af74e1d860c1: Layer already exists [2020-09-24T20:53:14.916Z] 4d3e7996367e: Layer already exists [2020-09-24T20:53:14.916Z] 3f27f26bce10: Layer already exists [2020-09-24T20:53:14.916Z] 40188eb70f9f: Layer already exists [2020-09-24T20:53:14.916Z] 7634b21dd6d3: Layer already exists [2020-09-24T20:53:14.916Z] 23f388a15835: Layer already exists [2020-09-24T20:53:14.916Z] 1b3ee35aacca: Layer already exists [2020-09-24T20:53:14.916Z] 1.2.2-dev.32: digest: sha256:5a33b0bf04a4035019cad9d576164d13a56ceec03a7f819a9c39be0e642eb913 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:15.247Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:15.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:15.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-24T20:53:15.568Z] 8ed3b221e9f6: Preparing [2020-09-24T20:53:15.568Z] 10c8021eb85b: Preparing [2020-09-24T20:53:15.568Z] af74e1d860c1: Preparing [2020-09-24T20:53:15.568Z] 6b63e8daab4b: Preparing [2020-09-24T20:53:15.568Z] fcd43f831840: Preparing [2020-09-24T20:53:15.568Z] 3f27f26bce10: Preparing [2020-09-24T20:53:15.568Z] 40188eb70f9f: Preparing [2020-09-24T20:53:15.568Z] 4d3e7996367e: Preparing [2020-09-24T20:53:15.568Z] 23f388a15835: Preparing [2020-09-24T20:53:15.568Z] 7634b21dd6d3: Preparing [2020-09-24T20:53:15.568Z] 1b3ee35aacca: Preparing [2020-09-24T20:53:15.568Z] 4d3e7996367e: Waiting [2020-09-24T20:53:15.568Z] 3f27f26bce10: Waiting [2020-09-24T20:53:15.568Z] 23f388a15835: Waiting [2020-09-24T20:53:15.568Z] 7634b21dd6d3: Waiting [2020-09-24T20:53:15.568Z] 1b3ee35aacca: Waiting [2020-09-24T20:53:15.568Z] 40188eb70f9f: Waiting [2020-09-24T20:53:15.568Z] fcd43f831840: Layer already exists [2020-09-24T20:53:15.568Z] 6b63e8daab4b: Layer already exists [2020-09-24T20:53:15.568Z] 8ed3b221e9f6: Layer already exists [2020-09-24T20:53:15.568Z] 10c8021eb85b: Layer already exists [2020-09-24T20:53:15.568Z] af74e1d860c1: Layer already exists [2020-09-24T20:53:15.568Z] 40188eb70f9f: Layer already exists [2020-09-24T20:53:15.568Z] 3f27f26bce10: Layer already exists [2020-09-24T20:53:15.568Z] 4d3e7996367e: Layer already exists [2020-09-24T20:53:15.568Z] 23f388a15835: Layer already exists [2020-09-24T20:53:15.568Z] 7634b21dd6d3: Layer already exists [2020-09-24T20:53:15.568Z] 1b3ee35aacca: Layer already exists [2020-09-24T20:53:15.568Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:5a33b0bf04a4035019cad9d576164d13a56ceec03a7f819a9c39be0e642eb913 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:15.908Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:16.169Z] Removing intermediate container 16b8117b6872 [2020-09-24T20:53:16.169Z] ---> e06a92b55e1f [2020-09-24T20:53:16.169Z] [2020-09-24T20:53:16.169Z] Step 10/20 : FROM alpine [2020-09-24T20:53:16.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-24T20:53:16.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-24T20:53:16.227Z] 8ed3b221e9f6: Preparing [2020-09-24T20:53:16.227Z] 10c8021eb85b: Preparing [2020-09-24T20:53:16.227Z] af74e1d860c1: Preparing [2020-09-24T20:53:16.227Z] 6b63e8daab4b: Preparing [2020-09-24T20:53:16.227Z] fcd43f831840: Preparing [2020-09-24T20:53:16.227Z] 3f27f26bce10: Preparing [2020-09-24T20:53:16.227Z] 40188eb70f9f: Preparing [2020-09-24T20:53:16.227Z] 4d3e7996367e: Preparing [2020-09-24T20:53:16.227Z] 23f388a15835: Preparing [2020-09-24T20:53:16.227Z] 7634b21dd6d3: Preparing [2020-09-24T20:53:16.227Z] 1b3ee35aacca: Preparing [2020-09-24T20:53:16.227Z] 3f27f26bce10: Waiting [2020-09-24T20:53:16.227Z] 40188eb70f9f: Waiting [2020-09-24T20:53:16.227Z] 4d3e7996367e: Waiting [2020-09-24T20:53:16.227Z] 23f388a15835: Waiting [2020-09-24T20:53:16.227Z] 7634b21dd6d3: Waiting [2020-09-24T20:53:16.227Z] 1b3ee35aacca: Waiting [2020-09-24T20:53:16.227Z] 10c8021eb85b: Layer already exists [2020-09-24T20:53:16.227Z] 6b63e8daab4b: Layer already exists [2020-09-24T20:53:16.227Z] fcd43f831840: Layer already exists [2020-09-24T20:53:16.227Z] 8ed3b221e9f6: Layer already exists [2020-09-24T20:53:16.227Z] af74e1d860c1: Layer already exists [2020-09-24T20:53:16.227Z] 23f388a15835: Layer already exists [2020-09-24T20:53:16.227Z] 40188eb70f9f: Layer already exists [2020-09-24T20:53:16.227Z] 3f27f26bce10: Layer already exists [2020-09-24T20:53:16.227Z] 7634b21dd6d3: Layer already exists [2020-09-24T20:53:16.227Z] 4d3e7996367e: Layer already exists [2020-09-24T20:53:16.227Z] 1b3ee35aacca: Layer already exists [2020-09-24T20:53:16.227Z] master: digest: sha256:5a33b0bf04a4035019cad9d576164d13a56ceec03a7f819a9c39be0e642eb913 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-09-24T20:53:16.446Z] latest: Pulling from library/alpine [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:53:16.507Z] ===================================================== [Pipeline] echo [2020-09-24T20:53:16.563Z] taggedImages: [2020-09-24T20:53:16.563Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:16.563Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.32 [2020-09-24T20:53:16.563Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:16.563Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-24T20:53:16.645Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-24T20:53:16.645Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:16.645Z] 1.2.2-dev.32 [2020-09-24T20:53:16.645Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:16.645Z] master [2020-09-24T20:53:16.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-09-24T20:53:16.726Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-24T20:53:16.726Z] Status: Downloaded newer image for alpine:latest [2020-09-24T20:53:16.726Z] ---> 62ee0e9f8440 [2020-09-24T20:53:16.726Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:17.024Z] ---> Running in 0be926de49fc [2020-09-24T20:53:17.210Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:17.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:17.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-24T20:53:17.533Z] 48a81d184063: Preparing [2020-09-24T20:53:17.533Z] a05645efd390: Preparing [2020-09-24T20:53:17.533Z] 18b38400b915: Preparing [2020-09-24T20:53:17.533Z] 9ef9d6dade06: Preparing [2020-09-24T20:53:17.533Z] 48a81d184063: Pushed [2020-09-24T20:53:17.533Z] 18b38400b915: Pushed [2020-09-24T20:53:17.814Z] 9ef9d6dade06: Pushed [2020-09-24T20:53:18.778Z] a05645efd390: Pushed [2020-09-24T20:53:18.820Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:a40e1115c6ee7557a0b0c4bfa337022581078966ad4064733da53e77d4244f8a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:19.170Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:19.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.32 [2020-09-24T20:53:19.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-24T20:53:19.534Z] 48a81d184063: Preparing [2020-09-24T20:53:19.534Z] a05645efd390: Preparing [2020-09-24T20:53:19.534Z] 18b38400b915: Preparing [2020-09-24T20:53:19.534Z] 9ef9d6dade06: Preparing [2020-09-24T20:53:19.534Z] a05645efd390: Layer already exists [2020-09-24T20:53:19.534Z] 48a81d184063: Layer already exists [2020-09-24T20:53:19.534Z] 9ef9d6dade06: Layer already exists [2020-09-24T20:53:19.534Z] 18b38400b915: Layer already exists [2020-09-24T20:53:19.534Z] 1.2.2-dev.32: digest: sha256:a40e1115c6ee7557a0b0c4bfa337022581078966ad4064733da53e77d4244f8a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:19.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:19.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:19.965Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:20.428Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:53:20.428Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:53:20.428Z] OK: 12620 distinct packages available [2020-09-24T20:53:20.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:20.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-24T20:53:20.575Z] 48a81d184063: Preparing [2020-09-24T20:53:20.575Z] a05645efd390: Preparing [2020-09-24T20:53:20.575Z] 18b38400b915: Preparing [2020-09-24T20:53:20.575Z] 9ef9d6dade06: Preparing [2020-09-24T20:53:20.575Z] 18b38400b915: Layer already exists [2020-09-24T20:53:20.575Z] a05645efd390: Layer already exists [2020-09-24T20:53:20.575Z] 48a81d184063: Layer already exists [2020-09-24T20:53:20.575Z] 9ef9d6dade06: Layer already exists [2020-09-24T20:53:20.575Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:a40e1115c6ee7557a0b0c4bfa337022581078966ad4064733da53e77d4244f8a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:20.910Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:21.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-24T20:53:21.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-24T20:53:21.238Z] 48a81d184063: Preparing [2020-09-24T20:53:21.238Z] a05645efd390: Preparing [2020-09-24T20:53:21.238Z] 18b38400b915: Preparing [2020-09-24T20:53:21.238Z] 9ef9d6dade06: Preparing [2020-09-24T20:53:21.238Z] a05645efd390: Layer already exists [2020-09-24T20:53:21.238Z] 18b38400b915: Layer already exists [2020-09-24T20:53:21.238Z] 48a81d184063: Layer already exists [2020-09-24T20:53:21.238Z] 9ef9d6dade06: Layer already exists [2020-09-24T20:53:21.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-24T20:53:21.509Z] master: digest: sha256:a40e1115c6ee7557a0b0c4bfa337022581078966ad4064733da53e77d4244f8a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-09-24T20:53:21.756Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-24T20:53:21.756Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T20:53:21.756Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-24T20:53:21.756Z] (4/4) Installing curl (7.69.1-r1) [2020-09-24T20:53:21.756Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:53:21.756Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:53:21.906Z] ===================================================== [Pipeline] echo [2020-09-24T20:53:21.985Z] taggedImages: [2020-09-24T20:53:21.985Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:21.985Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.32 [2020-09-24T20:53:21.985Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:21.985Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-24T20:53:22.068Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-24T20:53:22.069Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:22.069Z] 1.2.2-dev.32 [2020-09-24T20:53:22.069Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:22.069Z] master [2020-09-24T20:53:22.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-09-24T20:53:22.381Z] OK: 7 MiB in 18 packages [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:22.815Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:23.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:23.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-24T20:53:23.235Z] 4dcc58111bb1: Preparing [2020-09-24T20:53:23.235Z] 0bdf0c7d1d14: Preparing [2020-09-24T20:53:23.235Z] 42c884fef184: Preparing [2020-09-24T20:53:23.235Z] 365bd7dc6ffb: Preparing [2020-09-24T20:53:23.235Z] 91326a235f49: Preparing [2020-09-24T20:53:23.235Z] ff47eea432c1: Preparing [2020-09-24T20:53:23.235Z] ff47eea432c1: Waiting [2020-09-24T20:53:23.235Z] 4dcc58111bb1: Pushed [2020-09-24T20:53:23.235Z] 42c884fef184: Pushed [2020-09-24T20:53:23.235Z] 365bd7dc6ffb: Pushed [2020-09-24T20:53:23.540Z] 91326a235f49: Pushed [2020-09-24T20:53:23.540Z] ff47eea432c1: Pushed [2020-09-24T20:53:24.556Z] 0bdf0c7d1d14: Pushed [2020-09-24T20:53:24.829Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:ccc3d18f88b616c2f3d8831ce4afb7c347eceb5be02c1ae8636add515bc4e126 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:25.211Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:25.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.32 [2020-09-24T20:53:25.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-24T20:53:25.616Z] 4dcc58111bb1: Preparing [2020-09-24T20:53:25.616Z] 0bdf0c7d1d14: Preparing [2020-09-24T20:53:25.616Z] 42c884fef184: Preparing [2020-09-24T20:53:25.616Z] 365bd7dc6ffb: Preparing [2020-09-24T20:53:25.616Z] 91326a235f49: Preparing [2020-09-24T20:53:25.616Z] ff47eea432c1: Preparing [2020-09-24T20:53:25.616Z] ff47eea432c1: Waiting [2020-09-24T20:53:25.616Z] 91326a235f49: Layer already exists [2020-09-24T20:53:25.616Z] 0bdf0c7d1d14: Layer already exists [2020-09-24T20:53:25.616Z] 365bd7dc6ffb: Layer already exists [2020-09-24T20:53:25.616Z] 42c884fef184: Layer already exists [2020-09-24T20:53:25.616Z] 4dcc58111bb1: Layer already exists [2020-09-24T20:53:25.616Z] ff47eea432c1: Layer already exists [2020-09-24T20:53:25.616Z] 1.2.2-dev.32: digest: sha256:ccc3d18f88b616c2f3d8831ce4afb7c347eceb5be02c1ae8636add515bc4e126 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:26.054Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:26.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:26.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-24T20:53:26.480Z] 4dcc58111bb1: Preparing [2020-09-24T20:53:26.480Z] 0bdf0c7d1d14: Preparing [2020-09-24T20:53:26.480Z] 42c884fef184: Preparing [2020-09-24T20:53:26.480Z] 365bd7dc6ffb: Preparing [2020-09-24T20:53:26.480Z] 91326a235f49: Preparing [2020-09-24T20:53:26.480Z] ff47eea432c1: Preparing [2020-09-24T20:53:26.480Z] 42c884fef184: Layer already exists [2020-09-24T20:53:26.480Z] 365bd7dc6ffb: Layer already exists [2020-09-24T20:53:26.480Z] 0bdf0c7d1d14: Layer already exists [2020-09-24T20:53:26.480Z] 91326a235f49: Layer already exists [2020-09-24T20:53:26.480Z] 4dcc58111bb1: Layer already exists [2020-09-24T20:53:26.480Z] ff47eea432c1: Layer already exists [2020-09-24T20:53:27.026Z] Removing intermediate container 0be926de49fc [2020-09-24T20:53:27.026Z] ---> 314b28236254 [2020-09-24T20:53:27.026Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-24T20:53:27.026Z] ---> Running in d327a6d884e6 [2020-09-24T20:53:27.374Z] Removing intermediate container 01f2c4ebe87e [2020-09-24T20:53:27.374Z] ---> 97dca01075e2 [2020-09-24T20:53:27.374Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-24T20:53:27.517Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:ccc3d18f88b616c2f3d8831ce4afb7c347eceb5be02c1ae8636add515bc4e126 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:27.693Z] Removing intermediate container d327a6d884e6 [2020-09-24T20:53:27.693Z] ---> 17696486e9a0 [2020-09-24T20:53:27.693Z] Step 13/20 : WORKDIR /edgex [2020-09-24T20:53:27.693Z] ---> Running in c50f0f802bed [2020-09-24T20:53:27.906Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:28.013Z] ---> Running in 792773fb5ddd [2020-09-24T20:53:28.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-24T20:53:28.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-24T20:53:28.345Z] 4dcc58111bb1: Preparing [2020-09-24T20:53:28.345Z] 0bdf0c7d1d14: Preparing [2020-09-24T20:53:28.345Z] 42c884fef184: Preparing [2020-09-24T20:53:28.345Z] 365bd7dc6ffb: Preparing [2020-09-24T20:53:28.345Z] 91326a235f49: Preparing [2020-09-24T20:53:28.345Z] ff47eea432c1: Preparing [2020-09-24T20:53:28.345Z] ff47eea432c1: Waiting [2020-09-24T20:53:28.345Z] 4dcc58111bb1: Layer already exists [2020-09-24T20:53:28.345Z] 0bdf0c7d1d14: Layer already exists [2020-09-24T20:53:28.345Z] 365bd7dc6ffb: Layer already exists [2020-09-24T20:53:28.345Z] 42c884fef184: Layer already exists [2020-09-24T20:53:28.345Z] 91326a235f49: Layer already exists [2020-09-24T20:53:28.345Z] ff47eea432c1: Layer already exists [2020-09-24T20:53:28.345Z] master: digest: sha256:ccc3d18f88b616c2f3d8831ce4afb7c347eceb5be02c1ae8636add515bc4e126 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:53:28.735Z] ===================================================== [2020-09-24T20:53:28.749Z] Removing intermediate container 792773fb5ddd [2020-09-24T20:53:28.749Z] ---> 3bf6acb97868 [2020-09-24T20:53:28.749Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] echo [2020-09-24T20:53:28.818Z] taggedImages: [2020-09-24T20:53:28.818Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:28.818Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.32 [2020-09-24T20:53:28.818Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:28.818Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-24T20:53:28.941Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-24T20:53:28.941Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:28.941Z] 1.2.2-dev.32 [2020-09-24T20:53:28.941Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:28.941Z] master [2020-09-24T20:53:28.941Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:29.746Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:30.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:30.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-24T20:53:30.142Z] 4beeab1fa0a8: Preparing [2020-09-24T20:53:30.142Z] 467fab45d822: Preparing [2020-09-24T20:53:30.142Z] 2e8edf01b663: Preparing [2020-09-24T20:53:30.142Z] 2e8edf01b663: Pushed [2020-09-24T20:53:30.425Z] ---> c9e6b8aa2f7f [2020-09-24T20:53:30.425Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-24T20:53:30.431Z] 4beeab1fa0a8: Pushed [2020-09-24T20:53:30.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-24T20:53:31.488Z] 467fab45d822: Pushed [2020-09-24T20:53:31.794Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:5c6eb63f3416a08ffe3724a683db4f48aeb4f08489b392e1dd547ba1c72d2260 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:32.304Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:32.423Z] ---> cb5c83c9a1bd [2020-09-24T20:53:32.423Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-24T20:53:32.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.32 [2020-09-24T20:53:32.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-24T20:53:32.738Z] 4beeab1fa0a8: Preparing [2020-09-24T20:53:32.738Z] 467fab45d822: Preparing [2020-09-24T20:53:32.738Z] 2e8edf01b663: Preparing [2020-09-24T20:53:32.738Z] 2e8edf01b663: Layer already exists [2020-09-24T20:53:32.738Z] 4beeab1fa0a8: Layer already exists [2020-09-24T20:53:32.738Z] 467fab45d822: Layer already exists [2020-09-24T20:53:32.738Z] 1.2.2-dev.32: digest: sha256:5c6eb63f3416a08ffe3724a683db4f48aeb4f08489b392e1dd547ba1c72d2260 size: 944 [2020-09-24T20:53:32.751Z] ---> Running in 44b40013300a [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:33.258Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:33.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:33.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-24T20:53:33.752Z] 4beeab1fa0a8: Preparing [2020-09-24T20:53:33.752Z] 467fab45d822: Preparing [2020-09-24T20:53:33.752Z] 2e8edf01b663: Preparing [2020-09-24T20:53:33.752Z] 2e8edf01b663: Layer already exists [2020-09-24T20:53:33.752Z] 4beeab1fa0a8: Layer already exists [2020-09-24T20:53:33.752Z] 467fab45d822: Layer already exists [2020-09-24T20:53:33.752Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:5c6eb63f3416a08ffe3724a683db4f48aeb4f08489b392e1dd547ba1c72d2260 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:33.938Z] Removing intermediate container 44b40013300a [2020-09-24T20:53:33.938Z] ---> 7ed3cbc60d26 [2020-09-24T20:53:33.938Z] Step 17/20 : CMD ["--init=true"] [2020-09-24T20:53:34.261Z] ---> Running in 1dc38c6dc54a [2020-09-24T20:53:34.262Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:34.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-24T20:53:34.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-24T20:53:34.720Z] 4beeab1fa0a8: Preparing [2020-09-24T20:53:34.720Z] 467fab45d822: Preparing [2020-09-24T20:53:34.720Z] 2e8edf01b663: Preparing [2020-09-24T20:53:34.720Z] 2e8edf01b663: Layer already exists [2020-09-24T20:53:34.720Z] 467fab45d822: Layer already exists [2020-09-24T20:53:34.720Z] 4beeab1fa0a8: Layer already exists [2020-09-24T20:53:34.720Z] master: digest: sha256:5c6eb63f3416a08ffe3724a683db4f48aeb4f08489b392e1dd547ba1c72d2260 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [2020-09-24T20:53:34.941Z] Removing intermediate container fafade64e4ee [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:53:35.205Z] ===================================================== [2020-09-24T20:53:35.346Z] ---> 3e47391903cb [2020-09-24T20:53:35.346Z] [2020-09-24T20:53:35.346Z] Step 10/26 : FROM alpine:3.10 [2020-09-24T20:53:35.346Z] Removing intermediate container 1dc38c6dc54a [2020-09-24T20:53:35.346Z] ---> 1d6f93f07b68 [2020-09-24T20:53:35.346Z] Step 18/20 : LABEL arch=arm64 [2020-09-24T20:53:35.346Z] 3.10: Pulling from library/alpine [Pipeline] echo [2020-09-24T20:53:35.388Z] taggedImages: [2020-09-24T20:53:35.388Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:35.388Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.32 [2020-09-24T20:53:35.388Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:35.388Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-24T20:53:35.576Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-24T20:53:35.576Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:35.576Z] 1.2.2-dev.32 [2020-09-24T20:53:35.576Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:35.576Z] master [2020-09-24T20:53:35.576Z] ===================================================== [2020-09-24T20:53:35.692Z] ---> Running in 3465bd8f187e [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-09-24T20:53:35.996Z] Removing intermediate container c50f0f802bed [2020-09-24T20:53:35.996Z] ---> 2d0e05505dc7 [2020-09-24T20:53:35.996Z] [2020-09-24T20:53:35.996Z] Step 11/27 : FROM docker:latest [2020-09-24T20:53:35.996Z] ---> 45884bde0078 [2020-09-24T20:53:35.996Z] Step 12/27 : RUN apk add --no-cache bash [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:36.320Z] Removing intermediate container 3465bd8f187e [2020-09-24T20:53:36.320Z] ---> 292b97ec7732 [2020-09-24T20:53:36.320Z] Step 19/20 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:36.320Z] ---> Running in 605bc3a239e8 [2020-09-24T20:53:36.503Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:36.669Z] ---> Running in 0cbe8c7d94f9 [2020-09-24T20:53:37.035Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-24T20:53:37.035Z] Status: Downloaded newer image for alpine:3.10 [2020-09-24T20:53:37.035Z] ---> 536a684cf733 [2020-09-24T20:53:37.035Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-24T20:53:37.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:37.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-24T20:53:37.535Z] 6084a60fda1d: Preparing [2020-09-24T20:53:37.535Z] 12d5b968ff41: Preparing [2020-09-24T20:53:37.535Z] cd3ff2f4553e: Preparing [2020-09-24T20:53:37.535Z] 36e04461cb21: Preparing [2020-09-24T20:53:37.535Z] 22ec920de6e9: Preparing [2020-09-24T20:53:37.535Z] 0dd83efb94aa: Preparing [2020-09-24T20:53:37.535Z] 761d5f725101: Preparing [2020-09-24T20:53:37.535Z] 527eef706b20: Preparing [2020-09-24T20:53:37.535Z] 224742e9e948: Preparing [2020-09-24T20:53:37.535Z] 5391e5290f13: Preparing [2020-09-24T20:53:37.535Z] 13baed61c795: Preparing [2020-09-24T20:53:37.535Z] 51d6d3d09136: Preparing [2020-09-24T20:53:37.535Z] 1507bc794612: Preparing [2020-09-24T20:53:37.535Z] 50644c29ef5a: Preparing [2020-09-24T20:53:37.535Z] 0dd83efb94aa: Waiting [2020-09-24T20:53:37.535Z] 761d5f725101: Waiting [2020-09-24T20:53:37.535Z] 527eef706b20: Waiting [2020-09-24T20:53:37.535Z] 224742e9e948: Waiting [2020-09-24T20:53:37.535Z] 5391e5290f13: Waiting [2020-09-24T20:53:37.535Z] 13baed61c795: Waiting [2020-09-24T20:53:37.535Z] 51d6d3d09136: Waiting [2020-09-24T20:53:37.535Z] 1507bc794612: Waiting [2020-09-24T20:53:37.535Z] 50644c29ef5a: Waiting [2020-09-24T20:53:37.535Z] 22ec920de6e9: Pushed [2020-09-24T20:53:37.535Z] 6084a60fda1d: Pushed [2020-09-24T20:53:37.535Z] 36e04461cb21: Pushed [2020-09-24T20:53:37.784Z] Removing intermediate container 0cbe8c7d94f9 [2020-09-24T20:53:37.784Z] ---> c14f5e9c45b5 [2020-09-24T20:53:37.784Z] Step 20/20 : LABEL version=1.2.2-dev.32 [2020-09-24T20:53:37.784Z] ---> Running in db78a3e95af1 [2020-09-24T20:53:37.935Z] 761d5f725101: Pushed [2020-09-24T20:53:37.935Z] 527eef706b20: Layer already exists [2020-09-24T20:53:37.935Z] 224742e9e948: Layer already exists [2020-09-24T20:53:37.935Z] 5391e5290f13: Layer already exists [2020-09-24T20:53:37.935Z] 13baed61c795: Layer already exists [2020-09-24T20:53:37.935Z] 51d6d3d09136: Layer already exists [2020-09-24T20:53:37.935Z] 1507bc794612: Layer already exists [2020-09-24T20:53:37.935Z] 12d5b968ff41: Pushed [2020-09-24T20:53:37.935Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:38.166Z] ---> Running in 80dbcfbcc1f6 [2020-09-24T20:53:38.607Z] 0dd83efb94aa: Pushed [2020-09-24T20:53:38.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:38.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:39.235Z] Removing intermediate container 80dbcfbcc1f6 [2020-09-24T20:53:39.235Z] ---> a6e58535fc5d [2020-09-24T20:53:39.235Z] [2020-09-24T20:53:39.552Z] (1/2) Installing readline (8.0.4-r0) [2020-09-24T20:53:39.897Z] (2/2) Installing bash (5.0.17-r0) [2020-09-24T20:53:39.897Z] Executing bash-5.0.17-r0.post-install [2020-09-24T20:53:39.897Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:53:39.897Z] OK: 12 MiB in 22 packages [2020-09-24T20:53:39.897Z] Successfully built a6e58535fc5d [2020-09-24T20:53:39.897Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-24T20:53:39.897Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-09-24T20:53:40.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:40.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:41.309Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-24T20:53:41.309Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-24T20:53:41.309Z] OK: 10167 distinct packages available [2020-09-24T20:53:41.664Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-24T20:53:41.980Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-24T20:53:41.980Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-24T20:53:41.980Z] (4/5) Installing curl (7.66.0-r1) [2020-09-24T20:53:41.980Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-24T20:53:41.980Z] Executing busybox-1.30.1-r3.trigger [2020-09-24T20:53:41.980Z] Executing ca-certificates-20191127-r2.trigger [2020-09-24T20:53:42.190Z] cd3ff2f4553e: Pushed [2020-09-24T20:53:42.317Z] OK: 7 MiB in 19 packages [2020-09-24T20:53:42.539Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:80a1dd2800a20a2cda47359a8cf6b7f798a9d7e9d38d9616e55d7d9aceb6a4bf size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:43.006Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:43.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.32 [2020-09-24T20:53:43.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-24T20:53:43.433Z] 6084a60fda1d: Preparing [2020-09-24T20:53:43.433Z] 12d5b968ff41: Preparing [2020-09-24T20:53:43.433Z] cd3ff2f4553e: Preparing [2020-09-24T20:53:43.433Z] 36e04461cb21: Preparing [2020-09-24T20:53:43.433Z] 22ec920de6e9: Preparing [2020-09-24T20:53:43.433Z] 0dd83efb94aa: Preparing [2020-09-24T20:53:43.433Z] 761d5f725101: Preparing [2020-09-24T20:53:43.433Z] 527eef706b20: Preparing [2020-09-24T20:53:43.433Z] 224742e9e948: Preparing [2020-09-24T20:53:43.433Z] 5391e5290f13: Preparing [2020-09-24T20:53:43.433Z] 13baed61c795: Preparing [2020-09-24T20:53:43.433Z] 51d6d3d09136: Preparing [2020-09-24T20:53:43.433Z] 1507bc794612: Preparing [2020-09-24T20:53:43.433Z] 50644c29ef5a: Preparing [2020-09-24T20:53:43.433Z] 0dd83efb94aa: Waiting [2020-09-24T20:53:43.433Z] 51d6d3d09136: Waiting [2020-09-24T20:53:43.433Z] 761d5f725101: Waiting [2020-09-24T20:53:43.433Z] 1507bc794612: Waiting [2020-09-24T20:53:43.433Z] 50644c29ef5a: Waiting [2020-09-24T20:53:43.433Z] 527eef706b20: Waiting [2020-09-24T20:53:43.433Z] 224742e9e948: Waiting [2020-09-24T20:53:43.433Z] 5391e5290f13: Waiting [2020-09-24T20:53:43.433Z] 13baed61c795: Waiting [2020-09-24T20:53:43.433Z] 6084a60fda1d: Layer already exists [2020-09-24T20:53:43.433Z] 36e04461cb21: Layer already exists [2020-09-24T20:53:43.433Z] cd3ff2f4553e: Layer already exists [2020-09-24T20:53:43.433Z] 12d5b968ff41: Layer already exists [2020-09-24T20:53:43.433Z] 22ec920de6e9: Layer already exists [2020-09-24T20:53:43.433Z] 761d5f725101: Layer already exists [2020-09-24T20:53:43.433Z] 0dd83efb94aa: Layer already exists [2020-09-24T20:53:43.433Z] 527eef706b20: Layer already exists [2020-09-24T20:53:43.433Z] 224742e9e948: Layer already exists [2020-09-24T20:53:43.433Z] 5391e5290f13: Layer already exists [2020-09-24T20:53:43.433Z] 13baed61c795: Layer already exists [2020-09-24T20:53:43.433Z] 51d6d3d09136: Layer already exists [2020-09-24T20:53:43.433Z] 1507bc794612: Layer already exists [2020-09-24T20:53:43.433Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:43.433Z] 1.2.2-dev.32: digest: sha256:80a1dd2800a20a2cda47359a8cf6b7f798a9d7e9d38d9616e55d7d9aceb6a4bf size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:43.819Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:43.938Z] Removing intermediate container 605bc3a239e8 [2020-09-24T20:53:43.938Z] ---> d6e2513663c8 [2020-09-24T20:53:43.938Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-24T20:53:44.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:44.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-24T20:53:44.219Z] 6084a60fda1d: Preparing [2020-09-24T20:53:44.219Z] 12d5b968ff41: Preparing [2020-09-24T20:53:44.219Z] cd3ff2f4553e: Preparing [2020-09-24T20:53:44.219Z] 36e04461cb21: Preparing [2020-09-24T20:53:44.219Z] 22ec920de6e9: Preparing [2020-09-24T20:53:44.219Z] 0dd83efb94aa: Preparing [2020-09-24T20:53:44.219Z] 761d5f725101: Preparing [2020-09-24T20:53:44.219Z] 527eef706b20: Preparing [2020-09-24T20:53:44.219Z] 224742e9e948: Preparing [2020-09-24T20:53:44.219Z] 5391e5290f13: Preparing [2020-09-24T20:53:44.219Z] 13baed61c795: Preparing [2020-09-24T20:53:44.219Z] 51d6d3d09136: Preparing [2020-09-24T20:53:44.219Z] 1507bc794612: Preparing [2020-09-24T20:53:44.219Z] 50644c29ef5a: Preparing [2020-09-24T20:53:44.219Z] 224742e9e948: Waiting [2020-09-24T20:53:44.219Z] 5391e5290f13: Waiting [2020-09-24T20:53:44.219Z] 13baed61c795: Waiting [2020-09-24T20:53:44.219Z] 51d6d3d09136: Waiting [2020-09-24T20:53:44.219Z] 1507bc794612: Waiting [2020-09-24T20:53:44.219Z] 0dd83efb94aa: Waiting [2020-09-24T20:53:44.219Z] 50644c29ef5a: Waiting [2020-09-24T20:53:44.219Z] 761d5f725101: Waiting [2020-09-24T20:53:44.219Z] 527eef706b20: Waiting [2020-09-24T20:53:44.219Z] 12d5b968ff41: Layer already exists [2020-09-24T20:53:44.219Z] 22ec920de6e9: Layer already exists [2020-09-24T20:53:44.219Z] 6084a60fda1d: Layer already exists [2020-09-24T20:53:44.219Z] 36e04461cb21: Layer already exists [2020-09-24T20:53:44.219Z] cd3ff2f4553e: Layer already exists [2020-09-24T20:53:44.219Z] 5391e5290f13: Layer already exists [2020-09-24T20:53:44.219Z] 224742e9e948: Layer already exists [2020-09-24T20:53:44.219Z] 0dd83efb94aa: Layer already exists [2020-09-24T20:53:44.219Z] 527eef706b20: Layer already exists [2020-09-24T20:53:44.219Z] 761d5f725101: Layer already exists [2020-09-24T20:53:44.219Z] 1507bc794612: Layer already exists [2020-09-24T20:53:44.219Z] 13baed61c795: Layer already exists [2020-09-24T20:53:44.219Z] 51d6d3d09136: Layer already exists [2020-09-24T20:53:44.219Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:44.219Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:80a1dd2800a20a2cda47359a8cf6b7f798a9d7e9d38d9616e55d7d9aceb6a4bf size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:44.593Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:44.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-24T20:53:44.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-24T20:53:44.920Z] 6084a60fda1d: Preparing [2020-09-24T20:53:44.920Z] 12d5b968ff41: Preparing [2020-09-24T20:53:44.920Z] cd3ff2f4553e: Preparing [2020-09-24T20:53:44.920Z] 36e04461cb21: Preparing [2020-09-24T20:53:44.920Z] 22ec920de6e9: Preparing [2020-09-24T20:53:44.920Z] 0dd83efb94aa: Preparing [2020-09-24T20:53:44.920Z] 761d5f725101: Preparing [2020-09-24T20:53:44.920Z] 527eef706b20: Preparing [2020-09-24T20:53:44.920Z] 224742e9e948: Preparing [2020-09-24T20:53:44.920Z] 5391e5290f13: Preparing [2020-09-24T20:53:44.920Z] 13baed61c795: Preparing [2020-09-24T20:53:44.920Z] 51d6d3d09136: Preparing [2020-09-24T20:53:44.920Z] 1507bc794612: Preparing [2020-09-24T20:53:44.920Z] 50644c29ef5a: Preparing [2020-09-24T20:53:44.920Z] 761d5f725101: Waiting [2020-09-24T20:53:44.920Z] 527eef706b20: Waiting [2020-09-24T20:53:44.920Z] 224742e9e948: Waiting [2020-09-24T20:53:44.920Z] 5391e5290f13: Waiting [2020-09-24T20:53:44.920Z] 13baed61c795: Waiting [2020-09-24T20:53:44.920Z] 50644c29ef5a: Waiting [2020-09-24T20:53:44.920Z] 51d6d3d09136: Waiting [2020-09-24T20:53:44.920Z] 1507bc794612: Waiting [2020-09-24T20:53:44.920Z] 0dd83efb94aa: Waiting [2020-09-24T20:53:44.920Z] cd3ff2f4553e: Layer already exists [2020-09-24T20:53:44.920Z] 12d5b968ff41: Layer already exists [2020-09-24T20:53:44.920Z] 6084a60fda1d: Layer already exists [2020-09-24T20:53:44.920Z] 22ec920de6e9: Layer already exists [2020-09-24T20:53:44.920Z] 36e04461cb21: Layer already exists [2020-09-24T20:53:44.920Z] 224742e9e948: Layer already exists [2020-09-24T20:53:44.920Z] 0dd83efb94aa: Layer already exists [2020-09-24T20:53:44.920Z] 527eef706b20: Layer already exists [2020-09-24T20:53:44.920Z] 761d5f725101: Layer already exists [2020-09-24T20:53:44.920Z] 5391e5290f13: Layer already exists [2020-09-24T20:53:44.920Z] 13baed61c795: Layer already exists [2020-09-24T20:53:44.920Z] 1507bc794612: Layer already exists [2020-09-24T20:53:44.920Z] 51d6d3d09136: Layer already exists [2020-09-24T20:53:44.920Z] 50644c29ef5a: Layer already exists [2020-09-24T20:53:44.920Z] master: digest: sha256:80a1dd2800a20a2cda47359a8cf6b7f798a9d7e9d38d9616e55d7d9aceb6a4bf size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:53:45.295Z] ===================================================== [Pipeline] echo [2020-09-24T20:53:45.385Z] taggedImages: [2020-09-24T20:53:45.386Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:53:45.386Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.32 [2020-09-24T20:53:45.386Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:53:45.386Z] - 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 [2020-09-24T20:53:46.091Z] ---> Running in 478519c67739 [2020-09-24T20:53:46.091Z] Removing intermediate container a0c977082e46 [2020-09-24T20:53:46.091Z] ---> 55b25188211b [2020-09-24T20:53:46.091Z] [2020-09-24T20:53:46.091Z] Step 10/22 : FROM scratch [2020-09-24T20:53:46.091Z] ---> [2020-09-24T20:53:46.091Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T20:53:46.091Z] Removing intermediate container 703c2ac9d747 [2020-09-24T20:53:46.091Z] ---> 99fdb8b5513a [2020-09-24T20:53:46.091Z] [2020-09-24T20:53:46.091Z] Step 10/24 : FROM scratch [2020-09-24T20:53:46.091Z] ---> [2020-09-24T20:53:46.091Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T20:53:46.403Z] ---> Running in 00330e7ee41c [2020-09-24T20:53:46.403Z] ---> Running in ed58b9fe1bc7 [2020-09-24T20:53:47.031Z] Removing intermediate container db78a3e95af1 [2020-09-24T20:53:47.031Z] ---> d30ddc809681 [2020-09-24T20:53:47.031Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-24T20:53:47.031Z] Removing intermediate container 00330e7ee41c [2020-09-24T20:53:47.031Z] ---> 42751fd4b00a [2020-09-24T20:53:47.031Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-24T20:53:47.031Z] ---> Running in 2bf71f09eab1 [2020-09-24T20:53:47.031Z] ---> Running in c577b3215ceb [2020-09-24T20:53:47.323Z] Removing intermediate container ed58b9fe1bc7 [2020-09-24T20:53:47.323Z] ---> 38f522802683 [2020-09-24T20:53:47.323Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-24T20:53:47.323Z] ---> Running in def06bc5e496 [2020-09-24T20:53:47.987Z] Removing intermediate container c577b3215ceb [2020-09-24T20:53:47.987Z] ---> c393eab6c8bb [2020-09-24T20:53:47.987Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T20:53:48.649Z] Removing intermediate container def06bc5e496 [2020-09-24T20:53:48.649Z] ---> c24ca5499235 [2020-09-24T20:53:48.649Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-24T20:53:48.649Z] Removing intermediate container 2bf71f09eab1 [2020-09-24T20:53:48.649Z] ---> 1555e75128ce [2020-09-24T20:53:48.649Z] Step 13/26 : WORKDIR / [2020-09-24T20:53:49.006Z] ---> Running in 27eb081a1d16 [2020-09-24T20:53:49.327Z] ---> Running in b708128b9910 [2020-09-24T20:53:49.327Z] ---> Running in d301601345b8 [2020-09-24T20:53:50.047Z] Removing intermediate container b708128b9910 [2020-09-24T20:53:50.047Z] ---> 4c95270c4245 [2020-09-24T20:53:50.047Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-24T20:53:50.047Z] Removing intermediate container 27eb081a1d16 [2020-09-24T20:53:50.047Z] ---> 874500291cde [2020-09-24T20:53:50.047Z] Step 14/22 : WORKDIR / [2020-09-24T20:53:50.392Z] ---> Running in 400aae1beb6a [2020-09-24T20:53:50.392Z] Removing intermediate container 478519c67739 [2020-09-24T20:53:50.392Z] ---> b6c22b219fcb [2020-09-24T20:53:50.392Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-24T20:53:50.721Z] Removing intermediate container d301601345b8 [2020-09-24T20:53:50.721Z] ---> bd0547d9fd6b [2020-09-24T20:53:50.721Z] 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-24T20:53:51.038Z] ---> Running in a645e1f9f29e [2020-09-24T20:53:51.344Z] ---> 8f15c5896a7a [2020-09-24T20:53:51.344Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-24T20:53:51.663Z] Removing intermediate container 400aae1beb6a [2020-09-24T20:53:51.663Z] ---> 81f96be7b950 [2020-09-24T20:53:51.663Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-24T20:53:52.306Z] ---> cdd8c54e0705 [2020-09-24T20:53:52.306Z] 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-24T20:53:52.306Z] Removing intermediate container a645e1f9f29e [2020-09-24T20:53:52.306Z] ---> 5b1e6aefe47e [2020-09-24T20:53:52.306Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-24T20:53:53.005Z] ---> Running in 969793a5877d [2020-09-24T20:53:53.005Z] ---> e72bd565b2aa [2020-09-24T20:53:53.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-24T20:53:53.659Z] ---> ce9ae2e8475e [2020-09-24T20:53:53.659Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-24T20:53:53.659Z] ---> 8fe8889f842b [2020-09-24T20:53:53.659Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-24T20:53:53.991Z] Removing intermediate container 969793a5877d [2020-09-24T20:53:54.299Z] ---> af1940d606af [2020-09-24T20:53:54.299Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-24T20:53:54.943Z] ---> Running in bcbc0bb290d2 [2020-09-24T20:53:55.576Z] ---> 549dafb444a9 [2020-09-24T20:53:55.576Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-24T20:53:55.576Z] ---> 7ddd9d1debb6 [2020-09-24T20:53:55.576Z] ---> 6fc7e83a5d7e [2020-09-24T20:53:55.576Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-24T20:53:55.576Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-24T20:53:56.313Z] Removing intermediate container bcbc0bb290d2 [2020-09-24T20:53:56.313Z] ---> 1bdb009a0f53 [2020-09-24T20:53:56.313Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-24T20:53:56.615Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:53:56.616Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:53:56.616Z] ---> c793f845a727 [2020-09-24T20:53:56.616Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T20:53:56.616Z] ---> Using cache [2020-09-24T20:53:56.616Z] ---> fb27a978c1eb [2020-09-24T20:53:56.616Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:53:56.616Z] ---> Using cache [2020-09-24T20:53:56.616Z] ---> 21496ac8674c [2020-09-24T20:53:56.616Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-24T20:53:56.903Z] ---> bba81c5666d7 [2020-09-24T20:53:56.903Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-24T20:53:56.903Z] ---> Running in f893826b0a91 [2020-09-24T20:53:57.228Z] ---> Running in 8492c56ad423 [2020-09-24T20:53:57.229Z] ---> c3d31b90f547 [2020-09-24T20:53:57.229Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / ---> 94ea3a366bc6 [2020-09-24T20:53:57.229Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-24T20:53:57.229Z] [2020-09-24T20:53:57.884Z] Removing intermediate container 8492c56ad423 [2020-09-24T20:53:57.884Z] ---> 65a62091349a [2020-09-24T20:53:57.884Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:53:58.172Z] ---> 117fc57457f9 [2020-09-24T20:53:58.172Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-24T20:53:58.471Z] ---> Running in de5ca193ef6a [2020-09-24T20:53:58.773Z] ---> 920fbd3438ef [2020-09-24T20:53:58.773Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-24T20:53:58.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:58.773Z] ---> ced2ec3dd978 [2020-09-24T20:53:59.093Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-24T20:53:59.093Z] Removing intermediate container de5ca193ef6a [2020-09-24T20:53:59.093Z] ---> 6a99dd4700dc [2020-09-24T20:53:59.093Z] Step 20/22 : LABEL arch=arm64 [2020-09-24T20:53:59.375Z] ---> 335010d9b98f [2020-09-24T20:53:59.375Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-24T20:53:59.375Z] ---> Running in 9905e16ae14e [2020-09-24T20:54:00.022Z] ---> ca39c4848016 [2020-09-24T20:54:00.022Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-24T20:54:00.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:54:00.022Z] ---> b12782d7134d [2020-09-24T20:54:00.022Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-24T20:54:00.301Z] Removing intermediate container 9905e16ae14e [2020-09-24T20:54:00.301Z] ---> 4a4f7d57f6d2 [2020-09-24T20:54:00.301Z] Step 21/22 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:54:00.301Z] ---> Running in d3ee010d145e [2020-09-24T20:54:00.301Z] ---> 87b22d990f33 [2020-09-24T20:54:00.301Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-24T20:54:00.575Z] ---> Running in d93d7b723e37 [2020-09-24T20:54:00.575Z] ---> Running in 98c6bd09152b [2020-09-24T20:54:00.870Z] Removing intermediate container d3ee010d145e [2020-09-24T20:54:00.870Z] ---> 4866abb6e6d7 [2020-09-24T20:54:00.870Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:54:01.161Z] Removing intermediate container d93d7b723e37 [2020-09-24T20:54:01.161Z] ---> 1e3593f51a62 [2020-09-24T20:54:01.161Z] Step 22/22 : LABEL version=1.2.2-dev.32 [2020-09-24T20:54:01.477Z] ---> Running in d37417993e41 [2020-09-24T20:54:01.477Z] ---> d1b7578099e8 [2020-09-24T20:54:01.477Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-24T20:54:01.477Z] ---> Running in 782e94d1e8c0 [2020-09-24T20:54:01.789Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:54:01.789Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:54:01.789Z] OK: 12622 distinct packages available [2020-09-24T20:54:02.532Z] Removing intermediate container d37417993e41 [2020-09-24T20:54:02.532Z] ---> 3565c16bb0b0 [2020-09-24T20:54:02.532Z] Step 22/24 : LABEL arch=arm64 [2020-09-24T20:54:02.532Z] Removing intermediate container 782e94d1e8c0 [2020-09-24T20:54:02.532Z] ---> 1b7dfa82760c [2020-09-24T20:54:02.532Z] [2020-09-24T20:54:02.532Z] ---> Running in 438251fc9272 [2020-09-24T20:54:02.532Z] ---> 01901d2b7281 [2020-09-24T20:54:02.532Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-24T20:54:02.532Z] OK: 217 MiB in 51 packages [2020-09-24T20:54:02.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:54:02.862Z] ---> Running in d13d51d7dc86 [2020-09-24T20:54:02.862Z] Successfully built 1b7dfa82760c [2020-09-24T20:54:02.862Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-24T20:54:02.862Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-09-24T20:54:02.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:54:03.168Z] Removing intermediate container 438251fc9272 [2020-09-24T20:54:03.168Z] ---> c5394237eaa1 [2020-09-24T20:54:03.168Z] Step 23/24 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:54:03.468Z] OK: 217 MiB in 51 packages [2020-09-24T20:54:03.468Z] ---> Running in f4a635652374 [2020-09-24T20:54:03.819Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-24T20:54:03.819Z] (2/33) Installing expat (2.2.9-r1) [2020-09-24T20:54:03.819Z] (3/33) Installing libffi (3.3-r2) [2020-09-24T20:54:03.819Z] (4/33) Installing gdbm (1.13-r1) [2020-09-24T20:54:03.819Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-24T20:54:03.819Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-24T20:54:03.819Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-24T20:54:05.345Z] Removing intermediate container f4a635652374 [2020-09-24T20:54:05.345Z] ---> 7b2789102df2 [2020-09-24T20:54:05.345Z] Step 24/24 : LABEL version=1.2.2-dev.32 [2020-09-24T20:54:05.976Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-24T20:54:05.976Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-24T20:54:05.976Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-24T20:54:05.976Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-24T20:54:05.976Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-24T20:54:05.976Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-24T20:54:06.278Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-24T20:54:06.278Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-24T20:54:06.278Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-24T20:54:06.278Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-24T20:54:06.278Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-24T20:54:06.278Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-24T20:54:06.278Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-24T20:54:06.278Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-24T20:54:06.278Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-24T20:54:06.278Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-24T20:54:06.560Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-24T20:54:06.560Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-24T20:54:06.560Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-24T20:54:06.560Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-24T20:54:06.560Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-24T20:54:06.560Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-24T20:54:06.560Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-24T20:54:06.560Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-24T20:54:06.560Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-24T20:54:06.560Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-24T20:54:06.830Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:54:06.830Z] OK: 71 MiB in 55 packages [2020-09-24T20:54:07.450Z] ---> Running in 79f93342ee6d [2020-09-24T20:54:07.744Z] Removing intermediate container f893826b0a91 [2020-09-24T20:54:07.744Z] ---> d6375f85d356 [2020-09-24T20:54:07.744Z] Step 6/22 : COPY go.mod . [2020-09-24T20:54:08.410Z] Removing intermediate container 79f93342ee6d [2020-09-24T20:54:08.410Z] ---> bc0be5fa9d19 [2020-09-24T20:54:08.410Z] [2020-09-24T20:54:08.692Z] ---> 963926922409 [2020-09-24T20:54:08.692Z] Step 7/22 : RUN go mod download [2020-09-24T20:54:08.692Z] Removing intermediate container d13d51d7dc86 [2020-09-24T20:54:08.692Z] ---> c58f30f472fa [2020-09-24T20:54:08.692Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-24T20:54:08.971Z] Successfully built bc0be5fa9d19 [2020-09-24T20:54:08.971Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-24T20:54:08.971Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-09-24T20:54:09.245Z] ---> Running in 24a5b4812e46 [2020-09-24T20:54:09.245Z] ---> Running in 5344440d0bdb [2020-09-24T20:54:10.264Z] Removing intermediate container 5344440d0bdb [2020-09-24T20:54:10.264Z] ---> 4eefd7faef65 [2020-09-24T20:54:10.264Z] Step 24/26 : LABEL arch=arm64 [2020-09-24T20:54:10.264Z] ---> Running in 92db7204d653 [2020-09-24T20:54:11.282Z] Removing intermediate container 92db7204d653 [2020-09-24T20:54:11.282Z] ---> b74c9c5cf75a [2020-09-24T20:54:11.282Z] Step 25/26 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:54:12.313Z] ---> Running in ce3c12725c0d [2020-09-24T20:54:14.314Z] Removing intermediate container ce3c12725c0d [2020-09-24T20:54:14.314Z] ---> 875769bf834c [2020-09-24T20:54:14.314Z] Step 26/26 : LABEL version=1.2.2-dev.32 [2020-09-24T20:54:15.310Z] Removing intermediate container 24a5b4812e46 [2020-09-24T20:54:15.310Z] ---> 625540986695 [2020-09-24T20:54:15.310Z] Step 8/22 : COPY . . [2020-09-24T20:54:15.610Z] ---> Running in 31ef7e10c2a0 [2020-09-24T20:54:16.629Z] Removing intermediate container 31ef7e10c2a0 [2020-09-24T20:54:16.629Z] ---> a52c555118c6 [2020-09-24T20:54:16.629Z] [2020-09-24T20:54:16.629Z] Removing intermediate container 98c6bd09152b [2020-09-24T20:54:16.629Z] ---> 86d3f32a739c [2020-09-24T20:54:16.629Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-24T20:54:17.272Z] Successfully built a52c555118c6 [2020-09-24T20:54:17.272Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-24T20:54:17.272Z] Building docker-security-secrets-setup-go [2020-09-24T20:54:17.875Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 9b2dad413743 [2020-09-24T20:54:24.634Z] Collecting docker-compose==1.23.2 [2020-09-24T20:54:24.634Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-24T20:54:25.236Z] Collecting cached-property<2,>=1.2.0 [2020-09-24T20:54:25.236Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-24T20:54:26.234Z] Collecting docker<4.0,>=3.6.0 [2020-09-24T20:54:26.234Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-24T20:54:27.236Z] Collecting texttable<0.10,>=0.9.0 [2020-09-24T20:54:27.236Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-24T20:54:30.799Z] Collecting jsonschema<3,>=2.5.1 [2020-09-24T20:54:30.799Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-24T20:54:30.799Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:54:30.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:54:30.799Z] ---> c793f845a727 [2020-09-24T20:54:30.799Z] Step 3/22 : WORKDIR /edgex-go [2020-09-24T20:54:30.799Z] ---> Using cache [2020-09-24T20:54:30.799Z] ---> fb27a978c1eb [2020-09-24T20:54:30.799Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:54:30.799Z] ---> Using cache [2020-09-24T20:54:30.799Z] ---> 21496ac8674c [2020-09-24T20:54:30.799Z] Step 5/22 : RUN apk update && apk add make git [2020-09-24T20:54:30.799Z] ---> Using cache [2020-09-24T20:54:30.799Z] ---> 4d7a0177be66 [2020-09-24T20:54:30.799Z] Step 6/22 : COPY go.mod . [2020-09-24T20:54:30.799Z] ---> Using cache [2020-09-24T20:54:30.799Z] ---> 64920802eea8 [2020-09-24T20:54:30.799Z] Step 7/22 : RUN go mod download [2020-09-24T20:54:30.799Z] ---> Using cache [2020-09-24T20:54:30.799Z] ---> 6bc5c5e5c208 [2020-09-24T20:54:30.799Z] Step 8/22 : COPY . . [2020-09-24T20:54:30.799Z] ---> Using cache [2020-09-24T20:54:30.799Z] ---> 914a94fd5618 [2020-09-24T20:54:30.799Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-24T20:54:33.171Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-24T20:54:33.500Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-24T20:54:35.174Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-24T20:54:35.174Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-24T20:54:36.856Z] ---> Running in 2e984b59ca4d [2020-09-24T20:54:37.864Z] ---> 1560d1c9d7f4 [2020-09-24T20:54:37.864Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-24T20:54:38.484Z] ---> Running in 3f7518242132 [2020-09-24T20:54:39.968Z] Collecting PyYAML<4,>=3.10 [2020-09-24T20:54:39.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-24T20:54:39.968Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-24T20:54:41.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-24T20:54:43.478Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:54:43.478Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:54:43.478Z] ---> c793f845a727 [2020-09-24T20:54:43.478Z] Step 3/23 : WORKDIR /edgex-go [2020-09-24T20:54:43.478Z] ---> Using cache [2020-09-24T20:54:43.478Z] ---> fb27a978c1eb [2020-09-24T20:54:43.478Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:54:43.478Z] ---> Using cache [2020-09-24T20:54:43.478Z] ---> 21496ac8674c [2020-09-24T20:54:43.478Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-24T20:54:44.956Z] ---> Running in 5d312cf544d3 [2020-09-24T20:54:45.566Z] 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-24T20:54:46.575Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-24T20:54:46.575Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-24T20:54:47.194Z] Collecting docopt<0.7,>=0.6.1 [2020-09-24T20:54:47.194Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-24T20:54:48.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:54:50.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:54:51.246Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:54:51.246Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-24T20:54:51.246Z] ---> c793f845a727 [2020-09-24T20:54:51.246Z] Step 3/29 : WORKDIR /edgex-go [2020-09-24T20:54:51.246Z] ---> Using cache [2020-09-24T20:54:51.246Z] ---> fb27a978c1eb [2020-09-24T20:54:51.246Z] Step 4/29 : RUN apk update && apk add make git [2020-09-24T20:54:51.529Z] Collecting docker-pycreds>=0.4.0 [2020-09-24T20:54:51.529Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-24T20:54:51.808Z] ---> Running in 96c6baf3fe0b [2020-09-24T20:54:52.422Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:54:52.422Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:54:52.422Z] OK: 12622 distinct packages available [2020-09-24T20:54:53.429Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-24T20:54:53.429Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-24T20:54:53.710Z] OK: 217 MiB in 51 packages [2020-09-24T20:54:53.997Z] 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-24T20:54:53.997Z] 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-24T20:54:54.286Z] Collecting idna<2.8,>=2.5 [2020-09-24T20:54:54.286Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-24T20:54:54.572Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-24T20:54:54.572Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-24T20:54:54.572Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-24T20:54:54.572Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-24T20:54:54.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:54:55.867Z] Removing intermediate container 5d312cf544d3 [2020-09-24T20:54:55.867Z] ---> 540d183d715e [2020-09-24T20:54:55.867Z] Step 6/23 : COPY go.mod . [2020-09-24T20:54:56.180Z] Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, jsonschema, dockerpty, PyYAML, docopt, docker-compose [2020-09-24T20:54:56.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:54:56.862Z] Attempting uninstall: urllib3 [2020-09-24T20:54:56.862Z] Found existing installation: urllib3 1.25.9 [2020-09-24T20:54:56.862Z] Uninstalling urllib3-1.25.9: [2020-09-24T20:54:57.147Z] Successfully uninstalled urllib3-1.25.9 [2020-09-24T20:54:57.147Z] ---> c80bdd27f8f1 [2020-09-24T20:54:57.147Z] Step 7/23 : RUN go mod download [2020-09-24T20:54:57.435Z] ---> Running in 8642ce7e1640 [2020-09-24T20:54:58.048Z] Attempting uninstall: idna [2020-09-24T20:54:58.048Z] Found existing installation: idna 2.9 [2020-09-24T20:54:58.048Z] Uninstalling idna-2.9: [2020-09-24T20:54:58.327Z] Successfully uninstalled idna-2.9 [2020-09-24T20:54:58.609Z] v3.12.0-347-g3c903518cc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:54:58.609Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:54:58.609Z] OK: 12622 distinct packages available [2020-09-24T20:54:59.607Z] Attempting uninstall: requests [2020-09-24T20:54:59.607Z] Found existing installation: requests 2.23.0 [2020-09-24T20:54:59.607Z] Uninstalling requests-2.23.0: [2020-09-24T20:54:59.607Z] OK: 217 MiB in 51 packages [2020-09-24T20:54:59.896Z] Successfully uninstalled requests-2.23.0 [2020-09-24T20:55:01.956Z] Removing intermediate container 96c6baf3fe0b [2020-09-24T20:55:01.956Z] ---> 70533f5d9573 [2020-09-24T20:55:01.956Z] Step 5/29 : COPY go.mod . [2020-09-24T20:55:01.956Z] Running setup.py install for texttable: started [2020-09-24T20:55:03.433Z] ---> c7b8786086eb [2020-09-24T20:55:03.433Z] Step 6/29 : RUN go mod download [2020-09-24T20:55:03.433Z] ---> Running in 2f257edf3259 [2020-09-24T20:55:03.433Z] Removing intermediate container 8642ce7e1640 [2020-09-24T20:55:03.433Z] ---> 92d24ff83033 [2020-09-24T20:55:03.433Z] Step 8/23 : COPY . . [2020-09-24T20:55:06.108Z] Running setup.py install for texttable: finished with status 'done' [2020-09-24T20:55:07.136Z] Running setup.py install for dockerpty: started [2020-09-24T20:55:11.646Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-24T20:55:11.646Z] Running setup.py install for PyYAML: started [2020-09-24T20:55:12.255Z] Removing intermediate container 2f257edf3259 [2020-09-24T20:55:12.255Z] ---> 2e9d0110ce5a [2020-09-24T20:55:12.255Z] Step 7/29 : COPY . . [2020-09-24T20:55:14.948Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-24T20:55:14.948Z] Running setup.py install for docopt: started [2020-09-24T20:55:18.455Z] Running setup.py install for docopt: finished with status 'done' [2020-09-24T20:55:19.501Z] 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-24T20:55:27.988Z] ---> 5d19dc3ec660 [2020-09-24T20:55:27.989Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-24T20:55:28.263Z] ---> Running in 74e9123512fc [2020-09-24T20:55:29.263Z] Removing intermediate container 9b2dad413743 [2020-09-24T20:55:29.263Z] ---> ea44c23b4791 [2020-09-24T20:55:29.263Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-24T20:55:29.882Z] ---> Running in b2f9d378e9af [2020-09-24T20:55:31.871Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/core-data/core-data ./cmd/core-data [2020-09-24T20:55:32.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:55:33.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:55:34.164Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T20:55:34.164Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-24T20:55:34.164Z] (3/3) Installing curl (7.69.1-r1) [2020-09-24T20:55:34.164Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:55:34.444Z] OK: 71 MiB in 58 packages [2020-09-24T20:55:37.925Z] Removing intermediate container b2f9d378e9af [2020-09-24T20:55:37.925Z] ---> 03082bdf830c [2020-09-24T20:55:37.925Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-24T20:55:37.926Z] ---> Running in 65b60612af9d [2020-09-24T20:55:37.926Z] ---> 5418fa35a02d [2020-09-24T20:55:37.926Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-24T20:55:38.222Z] ---> Running in 39575a9610b0 [2020-09-24T20:55:38.524Z] Removing intermediate container 65b60612af9d [2020-09-24T20:55:38.524Z] ---> 46a80a8a0192 [2020-09-24T20:55:38.524Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:55:38.524Z] ---> Running in ff4966f86ec1 [2020-09-24T20:55:39.538Z] Removing intermediate container ff4966f86ec1 [2020-09-24T20:55:39.538Z] ---> b1d9944f0809 [2020-09-24T20:55:39.538Z] Step 25/27 : LABEL arch=arm64 [2020-09-24T20:55:39.815Z] ---> Running in fecd400deda8 [2020-09-24T20:55:40.450Z] Removing intermediate container fecd400deda8 [2020-09-24T20:55:40.450Z] ---> c37e715ff544 [2020-09-24T20:55:40.450Z] Step 26/27 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:55:40.450Z] ---> Running in c47d67fc25e9 [2020-09-24T20:55:40.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-24T20:55:41.374Z] Removing intermediate container c47d67fc25e9 [2020-09-24T20:55:41.374Z] ---> 80d55e909a27 [2020-09-24T20:55:41.374Z] Step 27/27 : LABEL version=1.2.2-dev.32 [2020-09-24T20:55:41.683Z] ---> Running in a5911bc78fbb [2020-09-24T20:55:42.294Z] Removing intermediate container a5911bc78fbb [2020-09-24T20:55:42.294Z] ---> 43efc33f235e [2020-09-24T20:55:42.294Z] [2020-09-24T20:55:42.599Z] Successfully built 43efc33f235e [2020-09-24T20:55:42.599Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-24T20:55:42.884Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-09-24T20:56:09.777Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-24T20:56:09.777Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-24T20:56:09.777Z] ---> c793f845a727 [2020-09-24T20:56:09.777Z] Step 3/21 : WORKDIR /edgex-go [2020-09-24T20:56:09.777Z] ---> Using cache [2020-09-24T20:56:09.777Z] ---> fb27a978c1eb [2020-09-24T20:56:09.777Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:56:09.777Z] ---> Using cache [2020-09-24T20:56:09.777Z] ---> 21496ac8674c [2020-09-24T20:56:09.777Z] Step 5/21 : RUN apk update && apk add make git [2020-09-24T20:56:09.777Z] ---> Using cache [2020-09-24T20:56:09.777Z] ---> 4d7a0177be66 [2020-09-24T20:56:09.777Z] Step 6/21 : COPY go.mod . [2020-09-24T20:56:09.777Z] ---> Using cache [2020-09-24T20:56:09.777Z] ---> 64920802eea8 [2020-09-24T20:56:09.777Z] Step 7/21 : RUN go mod download [2020-09-24T20:56:09.777Z] ---> Using cache [2020-09-24T20:56:09.777Z] ---> 6bc5c5e5c208 [2020-09-24T20:56:09.777Z] Step 8/21 : COPY . . [2020-09-24T20:56:09.777Z] ---> Using cache [2020-09-24T20:56:09.777Z] ---> 914a94fd5618 [2020-09-24T20:56:09.777Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-24T20:56:09.777Z] ---> Running in f190b736aaa5 [2020-09-24T20:56:10.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.32" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-24T20:56:32.977Z] Removing intermediate container 3f7518242132 [2020-09-24T20:56:32.977Z] ---> 1aa5b30e7138 [2020-09-24T20:56:32.977Z] [2020-09-24T20:56:32.977Z] Step 10/22 : FROM scratch [2020-09-24T20:56:32.977Z] ---> [2020-09-24T20:56:32.977Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-24T20:56:32.977Z] ---> Using cache [2020-09-24T20:56:32.977Z] ---> 38f522802683 [2020-09-24T20:56:32.977Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-24T20:56:32.977Z] ---> Running in 51d04373892d [2020-09-24T20:56:32.977Z] Removing intermediate container 51d04373892d [2020-09-24T20:56:32.977Z] ---> f129572fad0c [2020-09-24T20:56:32.977Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T20:56:32.977Z] ---> Running in 455e73e714c3 [2020-09-24T20:56:32.977Z] Removing intermediate container 455e73e714c3 [2020-09-24T20:56:32.977Z] ---> 2cf085388410 [2020-09-24T20:56:32.977Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-24T20:56:32.977Z] ---> ac4e0f10f8fb [2020-09-24T20:56:32.977Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-24T20:56:33.964Z] ---> 32d3f1b1507c [2020-09-24T20:56:33.964Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-24T20:56:35.432Z] ---> 2d4463a327d6 [2020-09-24T20:56:35.432Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-24T20:56:36.918Z] ---> 00839ee2fe04 [2020-09-24T20:56:36.918Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-24T20:56:36.918Z] ---> Running in 33fe16e62de0 [2020-09-24T20:56:37.529Z] Removing intermediate container 33fe16e62de0 [2020-09-24T20:56:37.529Z] ---> 4b9882c68abf [2020-09-24T20:56:37.529Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:56:37.807Z] ---> Running in c99b68904915 [2020-09-24T20:56:38.421Z] Removing intermediate container c99b68904915 [2020-09-24T20:56:38.421Z] ---> b8881d0d93f5 [2020-09-24T20:56:38.421Z] Step 20/22 : LABEL arch=arm64 [2020-09-24T20:56:38.705Z] ---> Running in 25e37a6f7967 [2020-09-24T20:56:39.327Z] Removing intermediate container 25e37a6f7967 [2020-09-24T20:56:39.327Z] ---> 8d29ee5bcc35 [2020-09-24T20:56:39.327Z] Step 21/22 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:56:39.327Z] ---> Running in ba64fca5c085 [2020-09-24T20:56:40.346Z] Removing intermediate container ba64fca5c085 [2020-09-24T20:56:40.346Z] ---> 086a853c2134 [2020-09-24T20:56:40.346Z] Step 22/22 : LABEL version=1.2.2-dev.32 [2020-09-24T20:56:40.346Z] ---> Running in 7dbf424ef6bb [2020-09-24T20:56:40.958Z] Removing intermediate container 7dbf424ef6bb [2020-09-24T20:56:40.958Z] ---> c3870fdd55dc [2020-09-24T20:56:40.958Z] [2020-09-24T20:56:41.245Z] Successfully built c3870fdd55dc [2020-09-24T20:56:41.245Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-24T20:56:56.430Z]  Building docker-support-logging-go ... done Removing intermediate container 2e984b59ca4d [2020-09-24T20:56:56.430Z] ---> 4eeb9e4d94c4 [2020-09-24T20:56:56.430Z] [2020-09-24T20:56:56.430Z] Step 10/22 : FROM scratch [2020-09-24T20:56:56.430Z] ---> [2020-09-24T20:56:56.430Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T20:56:56.430Z] ---> Using cache [2020-09-24T20:56:56.430Z] ---> 42751fd4b00a [2020-09-24T20:56:56.430Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-24T20:56:56.430Z] ---> Running in 7ab9331192d5 [2020-09-24T20:56:56.430Z] Removing intermediate container 7ab9331192d5 [2020-09-24T20:56:56.430Z] ---> 0810e19c28a5 [2020-09-24T20:56:56.430Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-24T20:56:56.430Z] ---> Running in 781e12f86462 [2020-09-24T20:56:56.430Z] Removing intermediate container 781e12f86462 [2020-09-24T20:56:56.430Z] ---> d20cbb8c84b3 [2020-09-24T20:56:56.430Z] Step 14/22 : WORKDIR / [2020-09-24T20:56:56.430Z] ---> Running in 15a453efc28a [2020-09-24T20:56:57.031Z] Removing intermediate container 15a453efc28a [2020-09-24T20:56:57.031Z] ---> 27b3079241f4 [2020-09-24T20:56:57.031Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-24T20:56:58.477Z] ---> bbec026c476c [2020-09-24T20:56:58.477Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-24T20:57:00.465Z] ---> ce8f11327530 [2020-09-24T20:57:00.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-24T20:57:01.536Z] ---> 0671659d0a5b [2020-09-24T20:57:01.536Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-24T20:57:01.536Z] ---> Running in a6305b81d603 [2020-09-24T20:57:02.223Z] Removing intermediate container a6305b81d603 [2020-09-24T20:57:02.223Z] ---> 8ecdbbb0308b [2020-09-24T20:57:02.223Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:57:02.503Z] ---> Running in 739ab1880831 [2020-09-24T20:57:03.127Z] Removing intermediate container 739ab1880831 [2020-09-24T20:57:03.127Z] ---> dc1fb88714f8 [2020-09-24T20:57:03.127Z] Step 20/22 : LABEL arch=arm64 [2020-09-24T20:57:03.127Z] ---> Running in dbacad815e42 [2020-09-24T20:57:03.765Z] Removing intermediate container dbacad815e42 [2020-09-24T20:57:03.765Z] ---> bd814411bbac [2020-09-24T20:57:03.765Z] Step 21/22 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:57:04.047Z] ---> Running in d3848df89418 [2020-09-24T20:57:04.748Z] Removing intermediate container d3848df89418 [2020-09-24T20:57:04.748Z] ---> 2bd2e7b5d9ee [2020-09-24T20:57:04.748Z] Step 22/22 : LABEL version=1.2.2-dev.32 [2020-09-24T20:57:04.748Z] ---> Running in caa706bd30a8 [2020-09-24T20:57:05.401Z] Removing intermediate container caa706bd30a8 [2020-09-24T20:57:05.674Z] ---> 13ffe434a336 [2020-09-24T20:57:05.674Z] [2020-09-24T20:57:05.949Z] Successfully built 13ffe434a336 [2020-09-24T20:57:06.228Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-24T20:57:09.629Z]  Building docker-core-metadata-go ... done Removing intermediate container 39575a9610b0 [2020-09-24T20:57:09.629Z] ---> b9a99f07d0c4 [2020-09-24T20:57:09.629Z] [2020-09-24T20:57:09.629Z] Step 9/29 : FROM alpine:latest [2020-09-24T20:57:09.629Z] ---> 62ee0e9f8440 [2020-09-24T20:57:09.629Z] 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-24T20:57:09.629Z] ---> Running in 694421c834e3 [2020-09-24T20:57:09.905Z] Removing intermediate container 694421c834e3 [2020-09-24T20:57:09.905Z] ---> 1676be5e4b69 [2020-09-24T20:57:09.905Z] Step 11/29 : USER root [2020-09-24T20:57:10.180Z] ---> Running in bc35645835d9 [2020-09-24T20:57:11.162Z] Removing intermediate container bc35645835d9 [2020-09-24T20:57:11.162Z] ---> 2616991c7258 [2020-09-24T20:57:11.162Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-24T20:57:11.162Z] ---> Running in 648d871cebfe [2020-09-24T20:57:13.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:57:13.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:57:14.411Z] v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-24T20:57:14.411Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-24T20:57:14.411Z] OK: 12620 distinct packages available [2020-09-24T20:57:15.400Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-24T20:57:15.400Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-24T20:57:15.400Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:57:15.676Z] Executing ca-certificates-20191127-r4.trigger [2020-09-24T20:57:15.952Z] OK: 6 MiB in 16 packages [2020-09-24T20:57:18.609Z] Removing intermediate container 648d871cebfe [2020-09-24T20:57:18.609Z] ---> 6d63df211102 [2020-09-24T20:57:18.609Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-24T20:57:18.609Z] ---> Running in fb499c4bf9d0 [2020-09-24T20:57:19.210Z] Removing intermediate container fb499c4bf9d0 [2020-09-24T20:57:19.210Z] ---> e64bca782e98 [2020-09-24T20:57:19.210Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-24T20:57:19.490Z] ---> Running in cdcd46cb4c90 [2020-09-24T20:57:20.099Z] Removing intermediate container cdcd46cb4c90 [2020-09-24T20:57:20.099Z] ---> 15917bf97fcd [2020-09-24T20:57:20.099Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-24T20:57:20.379Z] ---> Running in 894d3d185a00 [2020-09-24T20:57:24.696Z] Removing intermediate container 894d3d185a00 [2020-09-24T20:57:24.696Z] ---> 8acabcbc8e9b [2020-09-24T20:57:24.696Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-24T20:57:26.156Z] ---> 22c853160df1 [2020-09-24T20:57:26.156Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-24T20:57:27.613Z] ---> 030a1873f58e [2020-09-24T20:57:27.613Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-24T20:57:28.603Z] ---> a1d9252a23c5 [2020-09-24T20:57:28.603Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-24T20:57:30.051Z] ---> 6177d5565483 [2020-09-24T20:57:30.051Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-24T20:57:31.037Z] ---> fa46dd4a721d [2020-09-24T20:57:31.037Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-24T20:57:31.310Z] ---> Running in 774a5d29c0aa [2020-09-24T20:57:34.725Z] Removing intermediate container 774a5d29c0aa [2020-09-24T20:57:34.725Z] ---> ad220ac65adc [2020-09-24T20:57:34.725Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-24T20:57:35.754Z] ---> 653239db8786 [2020-09-24T20:57:35.754Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-24T20:57:35.754Z] ---> Running in d6c70b2aceee [2020-09-24T20:57:40.077Z] Removing intermediate container d6c70b2aceee [2020-09-24T20:57:40.077Z] ---> 7f221f319a4a [2020-09-24T20:57:40.077Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-24T20:57:40.077Z] ---> Running in 0f8f4baa2353 [2020-09-24T20:57:42.092Z] Removing intermediate container f190b736aaa5 [2020-09-24T20:57:42.092Z] ---> f5e1cfa02740 [2020-09-24T20:57:42.092Z] [2020-09-24T20:57:42.092Z] Step 10/21 : FROM scratch [2020-09-24T20:57:42.092Z] ---> [2020-09-24T20:57:42.092Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T20:57:42.364Z] ---> Using cache [2020-09-24T20:57:42.364Z] ---> 42751fd4b00a [2020-09-24T20:57:42.364Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-24T20:57:42.638Z] ---> Running in 35be1df71e64 [2020-09-24T20:57:43.240Z] Removing intermediate container 35be1df71e64 [2020-09-24T20:57:43.241Z] ---> e4075cf34b8c [2020-09-24T20:57:43.241Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-24T20:57:43.241Z] ---> Running in d79e549ddab4 [2020-09-24T20:57:43.515Z] Removing intermediate container 0f8f4baa2353 [2020-09-24T20:57:43.515Z] ---> 458185b359f5 [2020-09-24T20:57:43.515Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-24T20:57:43.515Z] ---> Running in c93aa027ff7e [2020-09-24T20:57:43.800Z] Removing intermediate container d79e549ddab4 [2020-09-24T20:57:43.800Z] ---> de6f491a3e3a [2020-09-24T20:57:43.800Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-24T20:57:44.407Z] Removing intermediate container c93aa027ff7e [2020-09-24T20:57:44.407Z] ---> 92235c634677 [2020-09-24T20:57:44.407Z] Step 26/29 : CMD [ "generate" ] [2020-09-24T20:57:44.407Z] ---> Running in a7bd03397d0f [2020-09-24T20:57:45.009Z] ---> 5bed0fd01a50 [2020-09-24T20:57:45.009Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-24T20:57:45.290Z] Removing intermediate container a7bd03397d0f [2020-09-24T20:57:45.290Z] ---> cd87c982cd58 [2020-09-24T20:57:45.290Z] Step 27/29 : LABEL arch=arm64 [2020-09-24T20:57:45.290Z] ---> Running in 634b80741e15 [2020-09-24T20:57:46.279Z] Removing intermediate container 634b80741e15 [2020-09-24T20:57:46.279Z] ---> 2b4af1373ce3 [2020-09-24T20:57:46.279Z] Step 28/29 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:57:46.877Z] ---> 11cd9c9468b5 [2020-09-24T20:57:46.877Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-24T20:57:46.877Z] ---> Running in d5d72a05b8c3 [2020-09-24T20:57:47.480Z] Removing intermediate container d5d72a05b8c3 [2020-09-24T20:57:47.480Z] ---> be6ae2acf549 [2020-09-24T20:57:47.480Z] Step 29/29 : LABEL version=1.2.2-dev.32 [2020-09-24T20:57:47.753Z] ---> 4300d288e9b6 [2020-09-24T20:57:47.753Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-24T20:57:47.753Z] ---> Running in d6cbfdccdb0a [2020-09-24T20:57:48.029Z] ---> Running in 7d3e6ac84e86 [2020-09-24T20:57:48.029Z] Removing intermediate container 74e9123512fc [2020-09-24T20:57:48.029Z] ---> b1d2ba7c5d37 [2020-09-24T20:57:48.029Z] [2020-09-24T20:57:48.029Z] Step 10/23 : FROM alpine [2020-09-24T20:57:48.029Z] ---> 62ee0e9f8440 [2020-09-24T20:57:48.029Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-24T20:57:48.304Z] ---> Running in 68581691a3f7 [2020-09-24T20:57:48.304Z] Removing intermediate container d6cbfdccdb0a [2020-09-24T20:57:48.304Z] ---> 1d83ab333123 [2020-09-24T20:57:48.304Z] [2020-09-24T20:57:48.901Z] Removing intermediate container 7d3e6ac84e86 [2020-09-24T20:57:48.901Z] ---> ccc0fe247b79 [2020-09-24T20:57:48.901Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:57:48.901Z] Successfully built 1d83ab333123 [2020-09-24T20:57:48.901Z] ---> Running in f8fc1c24d69d [2020-09-24T20:57:48.901Z] Removing intermediate container 68581691a3f7 [2020-09-24T20:57:48.901Z] ---> 64c1c332c785 [2020-09-24T20:57:48.901Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-24T20:57:48.901Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-24T20:57:49.172Z]  Building docker-security-secrets-setup-go ... done  ---> Running in ca63f2cb5301 [2020-09-24T20:57:49.441Z] Removing intermediate container f8fc1c24d69d [2020-09-24T20:57:49.441Z] ---> 5bafcd91ddef [2020-09-24T20:57:49.441Z] Step 19/21 : LABEL arch=arm64 [2020-09-24T20:57:49.719Z] Removing intermediate container ca63f2cb5301 [2020-09-24T20:57:49.719Z] ---> cdbbde9c588e [2020-09-24T20:57:49.719Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-24T20:57:49.719Z] ---> Running in d40a4017d7f8 [2020-09-24T20:57:49.719Z] ---> Running in 655c387dff22 [2020-09-24T20:57:49.989Z] Removing intermediate container d40a4017d7f8 [2020-09-24T20:57:49.989Z] ---> e93b1d23a6a9 [2020-09-24T20:57:49.989Z] Step 20/21 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:57:50.272Z] Removing intermediate container 655c387dff22 [2020-09-24T20:57:50.272Z] ---> b3297719e423 [2020-09-24T20:57:50.272Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:57:50.272Z] ---> Running in 970dddd7da89 [2020-09-24T20:57:50.272Z] ---> Running in 0d1892c95c2a [2020-09-24T20:57:50.870Z] Removing intermediate container 970dddd7da89 [2020-09-24T20:57:50.870Z] ---> fb7898d0f1a6 [2020-09-24T20:57:50.870Z] Step 21/21 : LABEL version=1.2.2-dev.32 [2020-09-24T20:57:50.870Z] ---> Running in 8d5a3b093a7a [2020-09-24T20:57:51.472Z] Removing intermediate container 8d5a3b093a7a [2020-09-24T20:57:51.472Z] ---> a1f190fa44ae [2020-09-24T20:57:51.472Z] [2020-09-24T20:57:51.745Z] Successfully built a1f190fa44ae [2020-09-24T20:57:51.745Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-24T20:57:53.188Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0d1892c95c2a [2020-09-24T20:57:53.188Z] ---> 7d151dd7c48c [2020-09-24T20:57:53.188Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-24T20:57:53.188Z] ---> Running in 719cf4bb6c9d [2020-09-24T20:57:54.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:57:55.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:57:56.184Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-24T20:57:56.184Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-24T20:57:56.184Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-24T20:57:56.455Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-24T20:57:56.727Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-24T20:57:56.727Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T20:57:56.997Z] OK: 8 MiB in 19 packages [2020-09-24T20:57:57.972Z] Removing intermediate container 719cf4bb6c9d [2020-09-24T20:57:57.972Z] ---> 8c9fee5940e1 [2020-09-24T20:57:57.972Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-24T20:57:58.953Z] ---> 2b492bba8a59 [2020-09-24T20:57:58.953Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-24T20:58:00.385Z] ---> 617edb254e76 [2020-09-24T20:58:00.385Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-24T20:58:00.985Z] ---> 41c75dded2ce [2020-09-24T20:58:00.985Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-24T20:58:01.257Z] ---> Running in 4f85561c8bd9 [2020-09-24T20:58:01.535Z] Removing intermediate container 4f85561c8bd9 [2020-09-24T20:58:01.535Z] ---> 8edcb1dddf9c [2020-09-24T20:58:01.535Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-24T20:58:01.813Z] ---> Running in 04685825372b [2020-09-24T20:58:02.421Z] Removing intermediate container 04685825372b [2020-09-24T20:58:02.421Z] ---> 1b0aaadfe1a0 [2020-09-24T20:58:02.421Z] Step 21/23 : LABEL arch=arm64 [2020-09-24T20:58:02.421Z] ---> Running in a84e46aab233 [2020-09-24T20:58:03.019Z] Removing intermediate container a84e46aab233 [2020-09-24T20:58:03.019Z] ---> 8dd9e5da0e83 [2020-09-24T20:58:03.019Z] Step 22/23 : LABEL git_sha=0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:03.019Z] ---> Running in 0b07c13c20bc [2020-09-24T20:58:03.614Z] Removing intermediate container 0b07c13c20bc [2020-09-24T20:58:03.614Z] ---> dd8cd8804990 [2020-09-24T20:58:03.614Z] Step 23/23 : LABEL version=1.2.2-dev.32 [2020-09-24T20:58:03.614Z] ---> Running in af55434e0fea [2020-09-24T20:58:04.208Z] Removing intermediate container af55434e0fea [2020-09-24T20:58:04.208Z] ---> 3ccdfb6d848c [2020-09-24T20:58:04.208Z] [2020-09-24T20:58:04.477Z] Successfully built 3ccdfb6d848c [2020-09-24T20:58:04.477Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-24T20:58:04.764Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-09-24T20:58:04.772Z] $ docker stop --time=1 9bf49561e5d1b900ccf8feb4ca9a019782cfdbdb2077be8e61e261e31e4eddd2 [2020-09-24T20:58:06.651Z] $ docker rm -f 9bf49561e5d1b900ccf8feb4ca9a019782cfdbdb2077be8e61e261e31e4eddd2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T20:58:07.290Z] + grep docker [2020-09-24T20:58:07.290Z] + docker images [2020-09-24T20:58:07.562Z] docker-core-data-go-arm64 latest 3ccdfb6d848c 4 seconds ago 22.2MB [2020-09-24T20:58:07.562Z] docker-support-scheduler-go-arm64 latest a1f190fa44ae 16 seconds ago 11.5MB [2020-09-24T20:58:07.562Z] docker-security-secrets-setup-go-arm64 latest 1d83ab333123 19 seconds ago 22.7MB [2020-09-24T20:58:07.562Z] docker-core-metadata-go-arm64 latest 13ffe434a336 About a minute ago 12.7MB [2020-09-24T20:58:07.562Z] docker-support-logging-go-arm64 latest c3870fdd55dc About a minute ago 10.6MB [2020-09-24T20:58:07.562Z] docker-sys-mgmt-agent-go-arm64 latest 43efc33f235e 2 minutes ago 270MB [2020-09-24T20:58:07.562Z] docker-security-secretstore-setup-go-arm64 latest a52c555118c6 3 minutes ago 30.8MB [2020-09-24T20:58:07.562Z] docker-support-notifications-go-arm64 latest bc0be5fa9d19 4 minutes ago 12.9MB [2020-09-24T20:58:07.562Z] docker-core-command-go-arm64 latest 1b7dfa82760c 4 minutes ago 11.4MB [2020-09-24T20:58:07.562Z] docker-security-proxy-setup-go-arm64 latest a6e58535fc5d 4 minutes ago 15.1MB [2020-09-24T20:58:07.562Z] 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-24T20:58:08.066Z] provisioning config files... [2020-09-24T20:58:08.116Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/147@tmp/config2339573725790784844tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:58:08.524Z] ---> docker-login.sh [2020-09-24T20:58:08.524Z] nexus3.edgexfoundry.org:10001 [2020-09-24T20:58:08.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:58:09.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:58:09.073Z] Configure a credential helper to remove this warning. See [2020-09-24T20:58:09.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:58:09.073Z] [2020-09-24T20:58:09.073Z] Login Succeeded [2020-09-24T20:58:09.073Z] nexus3.edgexfoundry.org:10002 [2020-09-24T20:58:09.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:58:09.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:58:09.670Z] Configure a credential helper to remove this warning. See [2020-09-24T20:58:09.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:58:09.670Z] [2020-09-24T20:58:09.670Z] Login Succeeded [2020-09-24T20:58:09.670Z] nexus3.edgexfoundry.org:10003 [2020-09-24T20:58:10.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:58:10.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:58:10.534Z] Configure a credential helper to remove this warning. See [2020-09-24T20:58:10.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:58:10.534Z] [2020-09-24T20:58:10.534Z] Login Succeeded [2020-09-24T20:58:10.534Z] nexus3.edgexfoundry.org:10004 [2020-09-24T20:58:10.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:58:11.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:58:11.084Z] Configure a credential helper to remove this warning. See [2020-09-24T20:58:11.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:58:11.084Z] [2020-09-24T20:58:11.084Z] Login Succeeded [2020-09-24T20:58:11.084Z] docker.io [2020-09-24T20:58:11.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-24T20:58:11.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-24T20:58:11.949Z] Configure a credential helper to remove this warning. See [2020-09-24T20:58:11.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-24T20:58:11.949Z] [2020-09-24T20:58:11.949Z] Login Succeeded [2020-09-24T20:58:11.949Z] ---> docker-login.sh ends [Pipeline] } [2020-09-24T20:58:11.966Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:58:12.194Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-24T20:58:12.194Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:12.194Z] 1.2.2-dev.32 [2020-09-24T20:58:12.194Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:12.194Z] master [2020-09-24T20:58:12.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:12.731Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:13.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:13.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-24T20:58:13.068Z] ec1342ea2808: Preparing [2020-09-24T20:58:13.068Z] 5201423343c7: Preparing [2020-09-24T20:58:13.068Z] fdd96cee826f: Preparing [2020-09-24T20:58:13.340Z] fdd96cee826f: Pushed [2020-09-24T20:58:13.340Z] ec1342ea2808: Pushed [2020-09-24T20:58:16.720Z] 5201423343c7: Pushed [2020-09-24T20:58:16.720Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:a00d38359472fe629bb97c3790fccd78df3c44ca0c2878f00e9293bf6a2a7fdb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:17.063Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:17.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:17.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-24T20:58:17.406Z] ec1342ea2808: Preparing [2020-09-24T20:58:17.406Z] 5201423343c7: Preparing [2020-09-24T20:58:17.406Z] fdd96cee826f: Preparing [2020-09-24T20:58:17.677Z] fdd96cee826f: Layer already exists [2020-09-24T20:58:17.677Z] 5201423343c7: Layer already exists [2020-09-24T20:58:17.677Z] ec1342ea2808: Layer already exists [2020-09-24T20:58:17.677Z] 1.2.2-dev.32: digest: sha256:a00d38359472fe629bb97c3790fccd78df3c44ca0c2878f00e9293bf6a2a7fdb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:18.152Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:18.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:18.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-24T20:58:18.790Z] ec1342ea2808: Preparing [2020-09-24T20:58:18.790Z] 5201423343c7: Preparing [2020-09-24T20:58:18.790Z] fdd96cee826f: Preparing [2020-09-24T20:58:19.064Z] 5201423343c7: Layer already exists [2020-09-24T20:58:19.064Z] ec1342ea2808: Layer already exists [2020-09-24T20:58:19.064Z] fdd96cee826f: Layer already exists [2020-09-24T20:58:19.064Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:a00d38359472fe629bb97c3790fccd78df3c44ca0c2878f00e9293bf6a2a7fdb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:19.414Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:19.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-24T20:58:19.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-24T20:58:19.771Z] ec1342ea2808: Preparing [2020-09-24T20:58:19.771Z] 5201423343c7: Preparing [2020-09-24T20:58:19.771Z] fdd96cee826f: Preparing [2020-09-24T20:58:20.052Z] fdd96cee826f: Layer already exists [2020-09-24T20:58:20.052Z] 5201423343c7: Layer already exists [2020-09-24T20:58:20.052Z] ec1342ea2808: Layer already exists [2020-09-24T20:58:20.052Z] master: digest: sha256:a00d38359472fe629bb97c3790fccd78df3c44ca0c2878f00e9293bf6a2a7fdb size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:58:20.294Z] ===================================================== [Pipeline] echo [2020-09-24T20:58:20.392Z] taggedImages: [2020-09-24T20:58:20.392Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:20.392Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:20.392Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:20.392Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-24T20:58:20.458Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-24T20:58:20.458Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:20.458Z] 1.2.2-dev.32 [2020-09-24T20:58:20.458Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:20.458Z] master [2020-09-24T20:58:20.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:21.383Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:21.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:21.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-24T20:58:21.719Z] ca6accdceec9: Preparing [2020-09-24T20:58:21.719Z] dcfc4d86477d: Preparing [2020-09-24T20:58:21.719Z] f956c2764c40: Preparing [2020-09-24T20:58:21.719Z] 6a67775b060d: Preparing [2020-09-24T20:58:21.719Z] 8720b6d30b59: Preparing [2020-09-24T20:58:21.719Z] e2f13739ad41: Preparing [2020-09-24T20:58:21.719Z] e2f13739ad41: Waiting [2020-09-24T20:58:22.007Z] 8720b6d30b59: Pushed [2020-09-24T20:58:22.007Z] f956c2764c40: Pushed [2020-09-24T20:58:22.007Z] ca6accdceec9: Pushed [2020-09-24T20:58:22.278Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:22.869Z] 6a67775b060d: Pushed [2020-09-24T20:58:25.477Z] dcfc4d86477d: Pushed [2020-09-24T20:58:25.748Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:bd4887c1944f83961fee3e8f5b029793772349ea44439a89d764c380a7ca719f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:26.092Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:26.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:26.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-24T20:58:26.430Z] ca6accdceec9: Preparing [2020-09-24T20:58:26.430Z] dcfc4d86477d: Preparing [2020-09-24T20:58:26.430Z] f956c2764c40: Preparing [2020-09-24T20:58:26.430Z] 6a67775b060d: Preparing [2020-09-24T20:58:26.430Z] 8720b6d30b59: Preparing [2020-09-24T20:58:26.430Z] e2f13739ad41: Preparing [2020-09-24T20:58:26.430Z] e2f13739ad41: Waiting [2020-09-24T20:58:26.701Z] ca6accdceec9: Layer already exists [2020-09-24T20:58:26.701Z] 6a67775b060d: Layer already exists [2020-09-24T20:58:26.701Z] f956c2764c40: Layer already exists [2020-09-24T20:58:26.701Z] 8720b6d30b59: Layer already exists [2020-09-24T20:58:26.701Z] dcfc4d86477d: Layer already exists [2020-09-24T20:58:26.701Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:26.701Z] 1.2.2-dev.32: digest: sha256:bd4887c1944f83961fee3e8f5b029793772349ea44439a89d764c380a7ca719f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:27.043Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:27.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:27.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-24T20:58:27.378Z] ca6accdceec9: Preparing [2020-09-24T20:58:27.378Z] dcfc4d86477d: Preparing [2020-09-24T20:58:27.378Z] f956c2764c40: Preparing [2020-09-24T20:58:27.378Z] 6a67775b060d: Preparing [2020-09-24T20:58:27.378Z] 8720b6d30b59: Preparing [2020-09-24T20:58:27.378Z] e2f13739ad41: Preparing [2020-09-24T20:58:27.378Z] e2f13739ad41: Waiting [2020-09-24T20:58:27.651Z] ca6accdceec9: Layer already exists [2020-09-24T20:58:27.651Z] 8720b6d30b59: Layer already exists [2020-09-24T20:58:27.651Z] f956c2764c40: Layer already exists [2020-09-24T20:58:27.651Z] 6a67775b060d: Layer already exists [2020-09-24T20:58:27.651Z] dcfc4d86477d: Layer already exists [2020-09-24T20:58:27.651Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:27.651Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:bd4887c1944f83961fee3e8f5b029793772349ea44439a89d764c380a7ca719f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:27.991Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:28.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-24T20:58:28.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-24T20:58:28.330Z] ca6accdceec9: Preparing [2020-09-24T20:58:28.330Z] dcfc4d86477d: Preparing [2020-09-24T20:58:28.330Z] f956c2764c40: Preparing [2020-09-24T20:58:28.330Z] 6a67775b060d: Preparing [2020-09-24T20:58:28.330Z] 8720b6d30b59: Preparing [2020-09-24T20:58:28.330Z] e2f13739ad41: Preparing [2020-09-24T20:58:28.330Z] e2f13739ad41: Waiting [2020-09-24T20:58:28.603Z] 8720b6d30b59: Layer already exists [2020-09-24T20:58:28.603Z] f956c2764c40: Layer already exists [2020-09-24T20:58:28.603Z] dcfc4d86477d: Layer already exists [2020-09-24T20:58:28.603Z] ca6accdceec9: Layer already exists [2020-09-24T20:58:28.603Z] 6a67775b060d: Layer already exists [2020-09-24T20:58:28.603Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:28.603Z] master: digest: sha256:bd4887c1944f83961fee3e8f5b029793772349ea44439a89d764c380a7ca719f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:58:28.793Z] ===================================================== [Pipeline] echo [2020-09-24T20:58:28.874Z] taggedImages: [2020-09-24T20:58:28.874Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:28.874Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:28.874Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:28.874Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-24T20:58:28.950Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-24T20:58:28.950Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:28.950Z] 1.2.2-dev.32 [2020-09-24T20:58:28.950Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:28.950Z] master [2020-09-24T20:58:28.950Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:29.472Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:29.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:29.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-24T20:58:29.812Z] 2f8fca849fbd: Preparing [2020-09-24T20:58:29.812Z] 1f6d676b1c69: Preparing [2020-09-24T20:58:29.812Z] eaa82329eed5: Preparing [2020-09-24T20:58:30.084Z] eaa82329eed5: Pushed [2020-09-24T20:58:30.084Z] 2f8fca849fbd: Pushed [2020-09-24T20:58:33.459Z] 1f6d676b1c69: Pushed [2020-09-24T20:58:33.459Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:4f73f8f4ed6675a3b3bf172355da1c4666d56330e852bef813acb26431f01f10 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:33.802Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:34.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:34.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-24T20:58:34.139Z] 2f8fca849fbd: Preparing [2020-09-24T20:58:34.139Z] 1f6d676b1c69: Preparing [2020-09-24T20:58:34.139Z] eaa82329eed5: Preparing [2020-09-24T20:58:34.411Z] eaa82329eed5: Layer already exists [2020-09-24T20:58:34.411Z] 1f6d676b1c69: Layer already exists [2020-09-24T20:58:34.411Z] 2f8fca849fbd: Layer already exists [2020-09-24T20:58:34.411Z] 1.2.2-dev.32: digest: sha256:4f73f8f4ed6675a3b3bf172355da1c4666d56330e852bef813acb26431f01f10 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:34.751Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:35.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:35.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-24T20:58:35.092Z] 2f8fca849fbd: Preparing [2020-09-24T20:58:35.092Z] 1f6d676b1c69: Preparing [2020-09-24T20:58:35.092Z] eaa82329eed5: Preparing [2020-09-24T20:58:35.364Z] 1f6d676b1c69: Layer already exists [2020-09-24T20:58:35.364Z] eaa82329eed5: Layer already exists [2020-09-24T20:58:35.364Z] 2f8fca849fbd: Layer already exists [2020-09-24T20:58:35.364Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:4f73f8f4ed6675a3b3bf172355da1c4666d56330e852bef813acb26431f01f10 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:35.705Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:36.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-24T20:58:36.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-24T20:58:36.045Z] 2f8fca849fbd: Preparing [2020-09-24T20:58:36.045Z] 1f6d676b1c69: Preparing [2020-09-24T20:58:36.045Z] eaa82329eed5: Preparing [2020-09-24T20:58:36.319Z] eaa82329eed5: Layer already exists [2020-09-24T20:58:36.319Z] 1f6d676b1c69: Layer already exists [2020-09-24T20:58:36.319Z] 2f8fca849fbd: Layer already exists [2020-09-24T20:58:36.319Z] master: digest: sha256:4f73f8f4ed6675a3b3bf172355da1c4666d56330e852bef813acb26431f01f10 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:58:36.522Z] ===================================================== [Pipeline] echo [2020-09-24T20:58:36.568Z] taggedImages: [2020-09-24T20:58:36.568Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:36.568Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:36.568Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:36.568Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-24T20:58:36.632Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-24T20:58:36.633Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:36.633Z] 1.2.2-dev.32 [2020-09-24T20:58:36.633Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:36.633Z] master [2020-09-24T20:58:36.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:37.165Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:37.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:37.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-24T20:58:37.504Z] 1b3dd24f4a37: Preparing [2020-09-24T20:58:37.504Z] be2c67785649: Preparing [2020-09-24T20:58:37.504Z] 20421669343f: Preparing [2020-09-24T20:58:37.504Z] 5ddc9ebd4b14: Preparing [2020-09-24T20:58:37.504Z] e2f13739ad41: Preparing [2020-09-24T20:58:37.775Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:37.775Z] 20421669343f: Pushed [2020-09-24T20:58:37.775Z] be2c67785649: Pushed [2020-09-24T20:58:38.372Z] 5ddc9ebd4b14: Pushed [2020-09-24T20:58:39.800Z] 1b3dd24f4a37: Pushed [2020-09-24T20:58:40.073Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:347922f907401c6211a51c13405b7d85267a6aa810461772b04b3ad227d485af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:40.424Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:40.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:40.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-24T20:58:40.766Z] 1b3dd24f4a37: Preparing [2020-09-24T20:58:40.766Z] be2c67785649: Preparing [2020-09-24T20:58:40.766Z] 20421669343f: Preparing [2020-09-24T20:58:40.766Z] 5ddc9ebd4b14: Preparing [2020-09-24T20:58:40.766Z] e2f13739ad41: Preparing [2020-09-24T20:58:41.039Z] 1b3dd24f4a37: Layer already exists [2020-09-24T20:58:41.039Z] 20421669343f: Layer already exists [2020-09-24T20:58:41.039Z] 5ddc9ebd4b14: Layer already exists [2020-09-24T20:58:41.039Z] be2c67785649: Layer already exists [2020-09-24T20:58:41.039Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:41.039Z] 1.2.2-dev.32: digest: sha256:347922f907401c6211a51c13405b7d85267a6aa810461772b04b3ad227d485af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:41.384Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:41.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:41.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-24T20:58:41.722Z] 1b3dd24f4a37: Preparing [2020-09-24T20:58:41.722Z] be2c67785649: Preparing [2020-09-24T20:58:41.722Z] 20421669343f: Preparing [2020-09-24T20:58:41.722Z] 5ddc9ebd4b14: Preparing [2020-09-24T20:58:41.722Z] e2f13739ad41: Preparing [2020-09-24T20:58:41.995Z] be2c67785649: Layer already exists [2020-09-24T20:58:41.995Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:41.996Z] 1b3dd24f4a37: Layer already exists [2020-09-24T20:58:41.996Z] 20421669343f: Layer already exists [2020-09-24T20:58:41.996Z] 5ddc9ebd4b14: Layer already exists [2020-09-24T20:58:41.996Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:347922f907401c6211a51c13405b7d85267a6aa810461772b04b3ad227d485af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:42.343Z] + 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-24T20:58:42.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-24T20:58:42.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-24T20:58:42.685Z] 1b3dd24f4a37: Preparing [2020-09-24T20:58:42.685Z] be2c67785649: Preparing [2020-09-24T20:58:42.685Z] 20421669343f: Preparing [2020-09-24T20:58:42.685Z] 5ddc9ebd4b14: Preparing [2020-09-24T20:58:42.685Z] e2f13739ad41: Preparing [2020-09-24T20:58:42.685Z] 5ddc9ebd4b14: Layer already exists [2020-09-24T20:58:42.685Z] 20421669343f: Layer already exists [2020-09-24T20:58:42.685Z] be2c67785649: Layer already exists [2020-09-24T20:58:42.685Z] 1b3dd24f4a37: Layer already exists [2020-09-24T20:58:42.685Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:42.957Z] master: digest: sha256:347922f907401c6211a51c13405b7d85267a6aa810461772b04b3ad227d485af size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:58:43.168Z] ===================================================== [Pipeline] echo [2020-09-24T20:58:43.212Z] taggedImages: [2020-09-24T20:58:43.213Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:43.213Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:43.213Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:43.213Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-24T20:58:43.284Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-24T20:58:43.284Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:43.284Z] 1.2.2-dev.32 [2020-09-24T20:58:43.284Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:43.284Z] master [2020-09-24T20:58:43.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:43.835Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:44.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:44.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-24T20:58:44.177Z] 4da785f388b1: Preparing [2020-09-24T20:58:44.177Z] 7424c3787bdf: Preparing [2020-09-24T20:58:44.177Z] 5e913b4b8aeb: Preparing [2020-09-24T20:58:44.177Z] 5edc00a8de89: Preparing [2020-09-24T20:58:44.177Z] 5edc00a8de89: Preparing [2020-09-24T20:58:44.177Z] 8eb5f34a282c: Preparing [2020-09-24T20:58:44.177Z] 0b674b46a04c: Preparing [2020-09-24T20:58:44.177Z] 67ae5c999663: Preparing [2020-09-24T20:58:44.177Z] 4da785f388b1: Preparing [2020-09-24T20:58:44.177Z] 36209015bb57: Preparing [2020-09-24T20:58:44.177Z] 1f4a11553ac8: Preparing [2020-09-24T20:58:44.178Z] 1213a349c2fe: Preparing [2020-09-24T20:58:44.178Z] e2f13739ad41: Preparing [2020-09-24T20:58:44.178Z] 36209015bb57: Waiting [2020-09-24T20:58:44.178Z] 0b674b46a04c: Waiting [2020-09-24T20:58:44.178Z] 1f4a11553ac8: Waiting [2020-09-24T20:58:44.178Z] 1213a349c2fe: Waiting [2020-09-24T20:58:44.178Z] e2f13739ad41: Waiting [2020-09-24T20:58:44.178Z] 67ae5c999663: Waiting [2020-09-24T20:58:44.452Z] 5edc00a8de89: Pushed [2020-09-24T20:58:44.725Z] 5e913b4b8aeb: Pushed [2020-09-24T20:58:44.725Z] 8eb5f34a282c: Pushed [2020-09-24T20:58:44.725Z] 7424c3787bdf: Pushed [2020-09-24T20:58:44.725Z] 0b674b46a04c: Pushed [2020-09-24T20:58:44.725Z] 36209015bb57: Pushed [2020-09-24T20:58:44.725Z] 67ae5c999663: Pushed [2020-09-24T20:58:44.996Z] 1f4a11553ac8: Pushed [2020-09-24T20:58:44.996Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:45.270Z] 1213a349c2fe: Pushed [2020-09-24T20:58:46.695Z] 4da785f388b1: Pushed [2020-09-24T20:58:46.965Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:82425b01a98c6e5421801880924e265300b4dcafd07c8ab553259edeafe4d932 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:47.311Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:47.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:47.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-24T20:58:47.651Z] 4da785f388b1: Preparing [2020-09-24T20:58:47.651Z] 7424c3787bdf: Preparing [2020-09-24T20:58:47.651Z] 5e913b4b8aeb: Preparing [2020-09-24T20:58:47.651Z] 5edc00a8de89: Preparing [2020-09-24T20:58:47.651Z] 5edc00a8de89: Preparing [2020-09-24T20:58:47.651Z] 8eb5f34a282c: Preparing [2020-09-24T20:58:47.651Z] 0b674b46a04c: Preparing [2020-09-24T20:58:47.651Z] 67ae5c999663: Preparing [2020-09-24T20:58:47.651Z] 4da785f388b1: Preparing [2020-09-24T20:58:47.651Z] 36209015bb57: Preparing [2020-09-24T20:58:47.651Z] 1f4a11553ac8: Preparing [2020-09-24T20:58:47.651Z] 1213a349c2fe: Preparing [2020-09-24T20:58:47.651Z] e2f13739ad41: Preparing [2020-09-24T20:58:47.651Z] 36209015bb57: Waiting [2020-09-24T20:58:47.651Z] 1f4a11553ac8: Waiting [2020-09-24T20:58:47.651Z] 0b674b46a04c: Waiting [2020-09-24T20:58:47.651Z] 67ae5c999663: Waiting [2020-09-24T20:58:47.651Z] 1213a349c2fe: Waiting [2020-09-24T20:58:47.651Z] e2f13739ad41: Waiting [2020-09-24T20:58:47.924Z] 4da785f388b1: Layer already exists [2020-09-24T20:58:47.924Z] 7424c3787bdf: Layer already exists [2020-09-24T20:58:47.924Z] 5e913b4b8aeb: Layer already exists [2020-09-24T20:58:47.924Z] 5edc00a8de89: Layer already exists [2020-09-24T20:58:47.924Z] 8eb5f34a282c: Layer already exists [2020-09-24T20:58:47.924Z] 36209015bb57: Layer already exists [2020-09-24T20:58:47.924Z] 0b674b46a04c: Layer already exists [2020-09-24T20:58:47.924Z] 1213a349c2fe: Layer already exists [2020-09-24T20:58:47.924Z] 67ae5c999663: Layer already exists [2020-09-24T20:58:47.924Z] 1f4a11553ac8: Layer already exists [2020-09-24T20:58:47.924Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:47.924Z] 1.2.2-dev.32: digest: sha256:82425b01a98c6e5421801880924e265300b4dcafd07c8ab553259edeafe4d932 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:48.266Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:48.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:48.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-24T20:58:48.608Z] 4da785f388b1: Preparing [2020-09-24T20:58:48.608Z] 7424c3787bdf: Preparing [2020-09-24T20:58:48.608Z] 5e913b4b8aeb: Preparing [2020-09-24T20:58:48.608Z] 5edc00a8de89: Preparing [2020-09-24T20:58:48.608Z] 5edc00a8de89: Preparing [2020-09-24T20:58:48.608Z] 8eb5f34a282c: Preparing [2020-09-24T20:58:48.608Z] 0b674b46a04c: Preparing [2020-09-24T20:58:48.608Z] 67ae5c999663: Preparing [2020-09-24T20:58:48.608Z] 4da785f388b1: Preparing [2020-09-24T20:58:48.608Z] 36209015bb57: Preparing [2020-09-24T20:58:48.608Z] 1f4a11553ac8: Preparing [2020-09-24T20:58:48.608Z] 1213a349c2fe: Preparing [2020-09-24T20:58:48.608Z] e2f13739ad41: Preparing [2020-09-24T20:58:48.608Z] 0b674b46a04c: Waiting [2020-09-24T20:58:48.609Z] 1f4a11553ac8: Waiting [2020-09-24T20:58:48.609Z] 67ae5c999663: Waiting [2020-09-24T20:58:48.609Z] 36209015bb57: Waiting [2020-09-24T20:58:48.609Z] 1213a349c2fe: Waiting [2020-09-24T20:58:48.609Z] e2f13739ad41: Waiting [2020-09-24T20:58:48.880Z] 5e913b4b8aeb: Layer already exists [2020-09-24T20:58:48.880Z] 7424c3787bdf: Layer already exists [2020-09-24T20:58:48.880Z] 8eb5f34a282c: Layer already exists [2020-09-24T20:58:48.880Z] 5edc00a8de89: Layer already exists [2020-09-24T20:58:48.880Z] 4da785f388b1: Layer already exists [2020-09-24T20:58:48.880Z] 67ae5c999663: Layer already exists [2020-09-24T20:58:48.880Z] 36209015bb57: Layer already exists [2020-09-24T20:58:48.880Z] 1f4a11553ac8: Layer already exists [2020-09-24T20:58:48.880Z] 0b674b46a04c: Layer already exists [2020-09-24T20:58:48.880Z] 1213a349c2fe: Layer already exists [2020-09-24T20:58:48.880Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:48.880Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:82425b01a98c6e5421801880924e265300b4dcafd07c8ab553259edeafe4d932 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:49.217Z] + 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-24T20:58:49.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-24T20:58:49.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-24T20:58:49.552Z] 4da785f388b1: Preparing [2020-09-24T20:58:49.552Z] 7424c3787bdf: Preparing [2020-09-24T20:58:49.552Z] 5e913b4b8aeb: Preparing [2020-09-24T20:58:49.552Z] 5edc00a8de89: Preparing [2020-09-24T20:58:49.552Z] 5edc00a8de89: Preparing [2020-09-24T20:58:49.552Z] 8eb5f34a282c: Preparing [2020-09-24T20:58:49.552Z] 0b674b46a04c: Preparing [2020-09-24T20:58:49.552Z] 67ae5c999663: Preparing [2020-09-24T20:58:49.552Z] 4da785f388b1: Preparing [2020-09-24T20:58:49.552Z] 36209015bb57: Preparing [2020-09-24T20:58:49.552Z] 1f4a11553ac8: Preparing [2020-09-24T20:58:49.552Z] 1213a349c2fe: Preparing [2020-09-24T20:58:49.552Z] e2f13739ad41: Preparing [2020-09-24T20:58:49.552Z] 1f4a11553ac8: Waiting [2020-09-24T20:58:49.552Z] 0b674b46a04c: Waiting [2020-09-24T20:58:49.552Z] 67ae5c999663: Waiting [2020-09-24T20:58:49.552Z] 36209015bb57: Waiting [2020-09-24T20:58:49.552Z] 1213a349c2fe: Waiting [2020-09-24T20:58:49.552Z] e2f13739ad41: Waiting [2020-09-24T20:58:49.823Z] 4da785f388b1: Layer already exists [2020-09-24T20:58:49.823Z] 5edc00a8de89: Layer already exists [2020-09-24T20:58:49.823Z] 8eb5f34a282c: Layer already exists [2020-09-24T20:58:49.823Z] 5e913b4b8aeb: Layer already exists [2020-09-24T20:58:49.823Z] 7424c3787bdf: Layer already exists [2020-09-24T20:58:49.823Z] 0b674b46a04c: Layer already exists [2020-09-24T20:58:49.823Z] 1213a349c2fe: Layer already exists [2020-09-24T20:58:49.823Z] 67ae5c999663: Layer already exists [2020-09-24T20:58:49.823Z] 36209015bb57: Layer already exists [2020-09-24T20:58:49.823Z] 1f4a11553ac8: Layer already exists [2020-09-24T20:58:49.823Z] e2f13739ad41: Layer already exists [2020-09-24T20:58:49.823Z] master: digest: sha256:82425b01a98c6e5421801880924e265300b4dcafd07c8ab553259edeafe4d932 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:58:50.011Z] ===================================================== [Pipeline] echo [2020-09-24T20:58:50.059Z] taggedImages: [2020-09-24T20:58:50.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:50.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:50.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:50.059Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-24T20:58:50.167Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-24T20:58:50.167Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:50.167Z] 1.2.2-dev.32 [2020-09-24T20:58:50.167Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:50.167Z] master [2020-09-24T20:58:50.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:50.833Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:51.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:51.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-24T20:58:51.195Z] 4ad27df35bc0: Preparing [2020-09-24T20:58:51.195Z] 1c17bb22107d: Preparing [2020-09-24T20:58:51.195Z] 06d8a2138692: Preparing [2020-09-24T20:58:51.195Z] bf514cbb2d6e: Preparing [2020-09-24T20:58:51.195Z] 87ffb45d1efd: Preparing [2020-09-24T20:58:51.195Z] e7164789ca58: Preparing [2020-09-24T20:58:51.195Z] c3f06228487f: Preparing [2020-09-24T20:58:51.195Z] 3aef7120fea4: Preparing [2020-09-24T20:58:51.195Z] 88f0259b15c6: Preparing [2020-09-24T20:58:51.195Z] 21a85599c82f: Preparing [2020-09-24T20:58:51.195Z] 66b385cf80cf: Preparing [2020-09-24T20:58:51.195Z] c3f06228487f: Waiting [2020-09-24T20:58:51.195Z] 3aef7120fea4: Waiting [2020-09-24T20:58:51.195Z] 88f0259b15c6: Waiting [2020-09-24T20:58:51.195Z] 21a85599c82f: Waiting [2020-09-24T20:58:51.195Z] 66b385cf80cf: Waiting [2020-09-24T20:58:51.195Z] e7164789ca58: Waiting [2020-09-24T20:58:51.985Z] 1c17bb22107d: Pushed [2020-09-24T20:58:51.985Z] 4ad27df35bc0: Pushed [2020-09-24T20:58:51.985Z] e7164789ca58: Pushed [2020-09-24T20:58:51.985Z] c3f06228487f: Pushed [2020-09-24T20:58:52.309Z] 3aef7120fea4: Pushed [2020-09-24T20:58:52.309Z] 88f0259b15c6: Pushed [2020-09-24T20:58:52.601Z] 66b385cf80cf: Layer already exists [2020-09-24T20:58:53.202Z] 21a85599c82f: Pushed [2020-09-24T20:58:53.795Z] 06d8a2138692: Pushed [2020-09-24T20:58:54.065Z] bf514cbb2d6e: Pushed [2020-09-24T20:58:54.065Z] 87ffb45d1efd: Pushed [2020-09-24T20:58:54.337Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:20f96c433bb1c5a0316bab8b18953c9ad103cec19b63f331c55ca18d23ed55e4 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:54.678Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:55.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:55.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-24T20:58:55.012Z] 4ad27df35bc0: Preparing [2020-09-24T20:58:55.012Z] 1c17bb22107d: Preparing [2020-09-24T20:58:55.012Z] 06d8a2138692: Preparing [2020-09-24T20:58:55.012Z] bf514cbb2d6e: Preparing [2020-09-24T20:58:55.012Z] 87ffb45d1efd: Preparing [2020-09-24T20:58:55.012Z] e7164789ca58: Preparing [2020-09-24T20:58:55.012Z] c3f06228487f: Preparing [2020-09-24T20:58:55.012Z] 3aef7120fea4: Preparing [2020-09-24T20:58:55.012Z] 88f0259b15c6: Preparing [2020-09-24T20:58:55.012Z] 21a85599c82f: Preparing [2020-09-24T20:58:55.012Z] 66b385cf80cf: Preparing [2020-09-24T20:58:55.012Z] 3aef7120fea4: Waiting [2020-09-24T20:58:55.012Z] 21a85599c82f: Waiting [2020-09-24T20:58:55.012Z] 88f0259b15c6: Waiting [2020-09-24T20:58:55.012Z] 66b385cf80cf: Waiting [2020-09-24T20:58:55.012Z] e7164789ca58: Waiting [2020-09-24T20:58:55.012Z] c3f06228487f: Waiting [2020-09-24T20:58:55.283Z] 87ffb45d1efd: Layer already exists [2020-09-24T20:58:55.283Z] 1c17bb22107d: Layer already exists [2020-09-24T20:58:55.283Z] 4ad27df35bc0: Layer already exists [2020-09-24T20:58:55.283Z] 06d8a2138692: Layer already exists [2020-09-24T20:58:55.283Z] bf514cbb2d6e: Layer already exists [2020-09-24T20:58:55.283Z] 88f0259b15c6: Layer already exists [2020-09-24T20:58:55.283Z] 3aef7120fea4: Layer already exists [2020-09-24T20:58:55.283Z] c3f06228487f: Layer already exists [2020-09-24T20:58:55.283Z] 21a85599c82f: Layer already exists [2020-09-24T20:58:55.283Z] e7164789ca58: Layer already exists [2020-09-24T20:58:55.283Z] 66b385cf80cf: Layer already exists [2020-09-24T20:58:55.283Z] 1.2.2-dev.32: digest: sha256:20f96c433bb1c5a0316bab8b18953c9ad103cec19b63f331c55ca18d23ed55e4 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:55.622Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:55.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:55.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-24T20:58:55.965Z] 4ad27df35bc0: Preparing [2020-09-24T20:58:55.965Z] 1c17bb22107d: Preparing [2020-09-24T20:58:55.965Z] 06d8a2138692: Preparing [2020-09-24T20:58:55.965Z] bf514cbb2d6e: Preparing [2020-09-24T20:58:55.965Z] 87ffb45d1efd: Preparing [2020-09-24T20:58:55.965Z] e7164789ca58: Preparing [2020-09-24T20:58:55.965Z] c3f06228487f: Preparing [2020-09-24T20:58:55.965Z] 3aef7120fea4: Preparing [2020-09-24T20:58:55.965Z] 88f0259b15c6: Preparing [2020-09-24T20:58:55.965Z] 21a85599c82f: Preparing [2020-09-24T20:58:55.965Z] 66b385cf80cf: Preparing [2020-09-24T20:58:55.965Z] 3aef7120fea4: Waiting [2020-09-24T20:58:55.965Z] 88f0259b15c6: Waiting [2020-09-24T20:58:55.965Z] 21a85599c82f: Waiting [2020-09-24T20:58:55.965Z] 66b385cf80cf: Waiting [2020-09-24T20:58:55.965Z] e7164789ca58: Waiting [2020-09-24T20:58:55.965Z] c3f06228487f: Waiting [2020-09-24T20:58:55.965Z] 06d8a2138692: Layer already exists [2020-09-24T20:58:55.965Z] bf514cbb2d6e: Layer already exists [2020-09-24T20:58:55.965Z] 87ffb45d1efd: Layer already exists [2020-09-24T20:58:56.290Z] 1c17bb22107d: Layer already exists [2020-09-24T20:58:56.290Z] 4ad27df35bc0: Layer already exists [2020-09-24T20:58:56.290Z] e7164789ca58: Layer already exists [2020-09-24T20:58:56.290Z] c3f06228487f: Layer already exists [2020-09-24T20:58:56.290Z] 3aef7120fea4: Layer already exists [2020-09-24T20:58:56.290Z] 88f0259b15c6: Layer already exists [2020-09-24T20:58:56.290Z] 21a85599c82f: Layer already exists [2020-09-24T20:58:56.290Z] 66b385cf80cf: Layer already exists [2020-09-24T20:58:56.290Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:20f96c433bb1c5a0316bab8b18953c9ad103cec19b63f331c55ca18d23ed55e4 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:56.629Z] + 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-24T20:58:56.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-24T20:58:56.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-24T20:58:56.961Z] 4ad27df35bc0: Preparing [2020-09-24T20:58:56.961Z] 1c17bb22107d: Preparing [2020-09-24T20:58:56.961Z] 06d8a2138692: Preparing [2020-09-24T20:58:56.961Z] bf514cbb2d6e: Preparing [2020-09-24T20:58:56.961Z] 87ffb45d1efd: Preparing [2020-09-24T20:58:56.961Z] e7164789ca58: Preparing [2020-09-24T20:58:56.961Z] c3f06228487f: Preparing [2020-09-24T20:58:56.961Z] 3aef7120fea4: Preparing [2020-09-24T20:58:56.961Z] 88f0259b15c6: Preparing [2020-09-24T20:58:56.961Z] 21a85599c82f: Preparing [2020-09-24T20:58:56.961Z] 66b385cf80cf: Preparing [2020-09-24T20:58:56.961Z] e7164789ca58: Waiting [2020-09-24T20:58:56.961Z] 88f0259b15c6: Waiting [2020-09-24T20:58:56.961Z] 21a85599c82f: Waiting [2020-09-24T20:58:56.961Z] 66b385cf80cf: Waiting [2020-09-24T20:58:56.961Z] c3f06228487f: Waiting [2020-09-24T20:58:56.961Z] 3aef7120fea4: Waiting [2020-09-24T20:58:57.232Z] 4ad27df35bc0: Layer already exists [2020-09-24T20:58:57.232Z] 06d8a2138692: Layer already exists [2020-09-24T20:58:57.232Z] bf514cbb2d6e: Layer already exists [2020-09-24T20:58:57.232Z] 1c17bb22107d: Layer already exists [2020-09-24T20:58:57.232Z] 87ffb45d1efd: Layer already exists [2020-09-24T20:58:57.232Z] e7164789ca58: Layer already exists [2020-09-24T20:58:57.232Z] 88f0259b15c6: Layer already exists [2020-09-24T20:58:57.232Z] 3aef7120fea4: Layer already exists [2020-09-24T20:58:57.232Z] c3f06228487f: Layer already exists [2020-09-24T20:58:57.232Z] 21a85599c82f: Layer already exists [2020-09-24T20:58:57.232Z] 66b385cf80cf: Layer already exists [2020-09-24T20:58:57.232Z] master: digest: sha256:20f96c433bb1c5a0316bab8b18953c9ad103cec19b63f331c55ca18d23ed55e4 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:58:57.418Z] ===================================================== [Pipeline] echo [2020-09-24T20:58:57.461Z] taggedImages: [2020-09-24T20:58:57.461Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:57.461Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.32 [2020-09-24T20:58:57.461Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:57.461Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-24T20:58:57.551Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-24T20:58:57.551Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:57.551Z] 1.2.2-dev.32 [2020-09-24T20:58:57.551Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:58:57.551Z] master [2020-09-24T20:58:57.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:58.054Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:58:58.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:58:58.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-24T20:58:58.390Z] 65f18afe8b3e: Preparing [2020-09-24T20:58:58.390Z] 1ceeb34015f7: Preparing [2020-09-24T20:58:58.390Z] 774b2240f35a: Preparing [2020-09-24T20:58:58.390Z] 49b0d0b28daa: Preparing [2020-09-24T20:58:58.671Z] 65f18afe8b3e: Pushed [2020-09-24T20:58:58.671Z] 774b2240f35a: Pushed [2020-09-24T20:58:58.941Z] 49b0d0b28daa: Pushed [2020-09-24T20:59:01.547Z] 1ceeb34015f7: Pushed [2020-09-24T20:59:01.547Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:61122f2245f73a2c8d4686f4fe673a03bcdf3d64e9638bd6d2edb1ad730b976c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:01.890Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:02.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.32 [2020-09-24T20:59:02.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-24T20:59:02.221Z] 65f18afe8b3e: Preparing [2020-09-24T20:59:02.221Z] 1ceeb34015f7: Preparing [2020-09-24T20:59:02.221Z] 774b2240f35a: Preparing [2020-09-24T20:59:02.221Z] 49b0d0b28daa: Preparing [2020-09-24T20:59:02.221Z] 774b2240f35a: Layer already exists [2020-09-24T20:59:02.221Z] 65f18afe8b3e: Layer already exists [2020-09-24T20:59:02.221Z] 49b0d0b28daa: Layer already exists [2020-09-24T20:59:02.491Z] 1ceeb34015f7: Layer already exists [2020-09-24T20:59:02.491Z] 1.2.2-dev.32: digest: sha256:61122f2245f73a2c8d4686f4fe673a03bcdf3d64e9638bd6d2edb1ad730b976c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:02.826Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:03.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:03.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-24T20:59:03.157Z] 65f18afe8b3e: Preparing [2020-09-24T20:59:03.157Z] 1ceeb34015f7: Preparing [2020-09-24T20:59:03.157Z] 774b2240f35a: Preparing [2020-09-24T20:59:03.157Z] 49b0d0b28daa: Preparing [2020-09-24T20:59:03.427Z] 774b2240f35a: Layer already exists [2020-09-24T20:59:03.427Z] 49b0d0b28daa: Layer already exists [2020-09-24T20:59:03.427Z] 65f18afe8b3e: Layer already exists [2020-09-24T20:59:03.427Z] 1ceeb34015f7: Layer already exists [2020-09-24T20:59:03.427Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:61122f2245f73a2c8d4686f4fe673a03bcdf3d64e9638bd6d2edb1ad730b976c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:03.763Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:04.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-24T20:59:04.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-24T20:59:04.097Z] 65f18afe8b3e: Preparing [2020-09-24T20:59:04.097Z] 1ceeb34015f7: Preparing [2020-09-24T20:59:04.097Z] 774b2240f35a: Preparing [2020-09-24T20:59:04.097Z] 49b0d0b28daa: Preparing [2020-09-24T20:59:04.368Z] 1ceeb34015f7: Layer already exists [2020-09-24T20:59:04.368Z] 49b0d0b28daa: Layer already exists [2020-09-24T20:59:04.368Z] 774b2240f35a: Layer already exists [2020-09-24T20:59:04.368Z] 65f18afe8b3e: Layer already exists [2020-09-24T20:59:04.368Z] master: digest: sha256:61122f2245f73a2c8d4686f4fe673a03bcdf3d64e9638bd6d2edb1ad730b976c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:59:04.567Z] ===================================================== [Pipeline] echo [2020-09-24T20:59:04.612Z] taggedImages: [2020-09-24T20:59:04.612Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:04.612Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.32 [2020-09-24T20:59:04.612Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:04.612Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-24T20:59:04.676Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-24T20:59:04.676Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:04.676Z] 1.2.2-dev.32 [2020-09-24T20:59:04.676Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:04.676Z] master [2020-09-24T20:59:04.676Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:05.191Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:05.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:05.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-24T20:59:05.530Z] caf4cfbf3cda: Preparing [2020-09-24T20:59:05.530Z] b12fc129371d: Preparing [2020-09-24T20:59:05.530Z] 7bc1ebfed549: Preparing [2020-09-24T20:59:05.530Z] 85c8bd0e0e3b: Preparing [2020-09-24T20:59:05.530Z] 3b794972670f: Preparing [2020-09-24T20:59:05.530Z] 79d3d4b304f2: Preparing [2020-09-24T20:59:05.530Z] 79d3d4b304f2: Waiting [2020-09-24T20:59:05.808Z] caf4cfbf3cda: Pushed [2020-09-24T20:59:05.808Z] 7bc1ebfed549: Pushed [2020-09-24T20:59:06.082Z] 85c8bd0e0e3b: Pushed [2020-09-24T20:59:06.082Z] 3b794972670f: Pushed [2020-09-24T20:59:06.354Z] 79d3d4b304f2: Pushed [2020-09-24T20:59:08.969Z] b12fc129371d: Pushed [2020-09-24T20:59:08.969Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:90662887f932cfba40df764ea3ce8018738a78acecf9c04fdd9f6ca621a85275 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:09.318Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:09.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.32 [2020-09-24T20:59:09.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-24T20:59:09.657Z] caf4cfbf3cda: Preparing [2020-09-24T20:59:09.657Z] b12fc129371d: Preparing [2020-09-24T20:59:09.657Z] 7bc1ebfed549: Preparing [2020-09-24T20:59:09.657Z] 85c8bd0e0e3b: Preparing [2020-09-24T20:59:09.657Z] 3b794972670f: Preparing [2020-09-24T20:59:09.657Z] 79d3d4b304f2: Preparing [2020-09-24T20:59:09.657Z] 79d3d4b304f2: Waiting [2020-09-24T20:59:09.657Z] 7bc1ebfed549: Layer already exists [2020-09-24T20:59:09.657Z] 85c8bd0e0e3b: Layer already exists [2020-09-24T20:59:09.657Z] caf4cfbf3cda: Layer already exists [2020-09-24T20:59:09.657Z] b12fc129371d: Layer already exists [2020-09-24T20:59:09.657Z] 3b794972670f: Layer already exists [2020-09-24T20:59:09.657Z] 79d3d4b304f2: Layer already exists [2020-09-24T20:59:09.928Z] 1.2.2-dev.32: digest: sha256:90662887f932cfba40df764ea3ce8018738a78acecf9c04fdd9f6ca621a85275 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:10.264Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:10.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:10.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-24T20:59:10.613Z] caf4cfbf3cda: Preparing [2020-09-24T20:59:10.613Z] b12fc129371d: Preparing [2020-09-24T20:59:10.613Z] 7bc1ebfed549: Preparing [2020-09-24T20:59:10.613Z] 85c8bd0e0e3b: Preparing [2020-09-24T20:59:10.613Z] 3b794972670f: Preparing [2020-09-24T20:59:10.613Z] 79d3d4b304f2: Preparing [2020-09-24T20:59:10.613Z] 79d3d4b304f2: Waiting [2020-09-24T20:59:10.613Z] 85c8bd0e0e3b: Layer already exists [2020-09-24T20:59:10.613Z] 7bc1ebfed549: Layer already exists [2020-09-24T20:59:10.613Z] 3b794972670f: Layer already exists [2020-09-24T20:59:10.613Z] b12fc129371d: Layer already exists [2020-09-24T20:59:10.613Z] caf4cfbf3cda: Layer already exists [2020-09-24T20:59:10.613Z] 79d3d4b304f2: Layer already exists [2020-09-24T20:59:10.884Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:90662887f932cfba40df764ea3ce8018738a78acecf9c04fdd9f6ca621a85275 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:11.225Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:11.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-24T20:59:11.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-24T20:59:11.559Z] caf4cfbf3cda: Preparing [2020-09-24T20:59:11.559Z] b12fc129371d: Preparing [2020-09-24T20:59:11.559Z] 7bc1ebfed549: Preparing [2020-09-24T20:59:11.559Z] 85c8bd0e0e3b: Preparing [2020-09-24T20:59:11.559Z] 3b794972670f: Preparing [2020-09-24T20:59:11.559Z] 79d3d4b304f2: Preparing [2020-09-24T20:59:11.559Z] 79d3d4b304f2: Waiting [2020-09-24T20:59:11.831Z] 7bc1ebfed549: Layer already exists [2020-09-24T20:59:11.831Z] b12fc129371d: Layer already exists [2020-09-24T20:59:11.831Z] 3b794972670f: Layer already exists [2020-09-24T20:59:11.831Z] 85c8bd0e0e3b: Layer already exists [2020-09-24T20:59:11.831Z] caf4cfbf3cda: Layer already exists [2020-09-24T20:59:11.831Z] 79d3d4b304f2: Layer already exists [2020-09-24T20:59:11.831Z] master: digest: sha256:90662887f932cfba40df764ea3ce8018738a78acecf9c04fdd9f6ca621a85275 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:59:12.025Z] ===================================================== [Pipeline] echo [2020-09-24T20:59:12.088Z] taggedImages: [2020-09-24T20:59:12.088Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:12.088Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.32 [2020-09-24T20:59:12.088Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:12.088Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-24T20:59:12.146Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-24T20:59:12.146Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:12.146Z] 1.2.2-dev.32 [2020-09-24T20:59:12.146Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:12.146Z] master [2020-09-24T20:59:12.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:12.637Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:12.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:12.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-24T20:59:12.973Z] c5e8299f2e39: Preparing [2020-09-24T20:59:12.973Z] 8a88b24a8772: Preparing [2020-09-24T20:59:12.973Z] 58067c098882: Preparing [2020-09-24T20:59:13.246Z] 58067c098882: Pushed [2020-09-24T20:59:13.246Z] c5e8299f2e39: Pushed [2020-09-24T20:59:15.880Z] 8a88b24a8772: Pushed [2020-09-24T20:59:16.151Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:4aa05bcf0964752bb56814a4262cb7f348045a1fe6e52bbf3543fa5f9b4430f7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:16.495Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:16.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.32 [2020-09-24T20:59:16.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-24T20:59:16.832Z] c5e8299f2e39: Preparing [2020-09-24T20:59:16.832Z] 8a88b24a8772: Preparing [2020-09-24T20:59:16.832Z] 58067c098882: Preparing [2020-09-24T20:59:17.103Z] 58067c098882: Layer already exists [2020-09-24T20:59:17.103Z] 8a88b24a8772: Layer already exists [2020-09-24T20:59:17.103Z] c5e8299f2e39: Layer already exists [2020-09-24T20:59:17.375Z] 1.2.2-dev.32: digest: sha256:4aa05bcf0964752bb56814a4262cb7f348045a1fe6e52bbf3543fa5f9b4430f7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:17.714Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:18.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:18.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-24T20:59:18.049Z] c5e8299f2e39: Preparing [2020-09-24T20:59:18.049Z] 8a88b24a8772: Preparing [2020-09-24T20:59:18.049Z] 58067c098882: Preparing [2020-09-24T20:59:18.049Z] 8a88b24a8772: Layer already exists [2020-09-24T20:59:18.049Z] c5e8299f2e39: Layer already exists [2020-09-24T20:59:18.049Z] 58067c098882: Layer already exists [2020-09-24T20:59:18.320Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:4aa05bcf0964752bb56814a4262cb7f348045a1fe6e52bbf3543fa5f9b4430f7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:18.657Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:18.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-24T20:59:18.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-24T20:59:18.987Z] c5e8299f2e39: Preparing [2020-09-24T20:59:18.987Z] 8a88b24a8772: Preparing [2020-09-24T20:59:18.987Z] 58067c098882: Preparing [2020-09-24T20:59:18.987Z] 8a88b24a8772: Layer already exists [2020-09-24T20:59:18.987Z] 58067c098882: Layer already exists [2020-09-24T20:59:18.987Z] c5e8299f2e39: Layer already exists [2020-09-24T20:59:19.258Z] master: digest: sha256:4aa05bcf0964752bb56814a4262cb7f348045a1fe6e52bbf3543fa5f9b4430f7 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:59:19.453Z] ===================================================== [Pipeline] echo [2020-09-24T20:59:19.499Z] taggedImages: [2020-09-24T20:59:19.499Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:19.499Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.32 [2020-09-24T20:59:19.499Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:19.499Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-24T20:59:19.566Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-24T20:59:19.566Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:19.566Z] 1.2.2-dev.32 [2020-09-24T20:59:19.566Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:19.566Z] master [2020-09-24T20:59:19.566Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:20.069Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:20.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:20.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-24T20:59:20.401Z] 76da6bf3a799: Preparing [2020-09-24T20:59:20.401Z] 6bc14084a819: Preparing [2020-09-24T20:59:20.401Z] 23ce6ec5074d: Preparing [2020-09-24T20:59:20.401Z] 63330332630f: Preparing [2020-09-24T20:59:20.401Z] 9b4b2bca7990: Preparing [2020-09-24T20:59:20.401Z] 74bf8c8b26c7: Preparing [2020-09-24T20:59:20.401Z] 73a1349f5fe3: Preparing [2020-09-24T20:59:20.401Z] f875f9e206db: Preparing [2020-09-24T20:59:20.401Z] 3994ac1dcb8b: Preparing [2020-09-24T20:59:20.401Z] 5f2247eaf593: Preparing [2020-09-24T20:59:20.401Z] 62d13be1b083: Preparing [2020-09-24T20:59:20.401Z] 94fdc660876c: Preparing [2020-09-24T20:59:20.401Z] 4e7279dfc0c0: Preparing [2020-09-24T20:59:20.401Z] e2f13739ad41: Preparing [2020-09-24T20:59:20.401Z] 3994ac1dcb8b: Waiting [2020-09-24T20:59:20.401Z] 5f2247eaf593: Waiting [2020-09-24T20:59:20.401Z] 62d13be1b083: Waiting [2020-09-24T20:59:20.401Z] 74bf8c8b26c7: Waiting [2020-09-24T20:59:20.401Z] 73a1349f5fe3: Waiting [2020-09-24T20:59:20.401Z] f875f9e206db: Waiting [2020-09-24T20:59:20.401Z] 4e7279dfc0c0: Waiting [2020-09-24T20:59:20.401Z] e2f13739ad41: Waiting [2020-09-24T20:59:20.999Z] 9b4b2bca7990: Pushed [2020-09-24T20:59:21.272Z] 76da6bf3a799: Pushed [2020-09-24T20:59:21.862Z] 63330332630f: Pushed [2020-09-24T20:59:21.862Z] f875f9e206db: Layer already exists [2020-09-24T20:59:21.862Z] 3994ac1dcb8b: Layer already exists [2020-09-24T20:59:21.862Z] 5f2247eaf593: Layer already exists [2020-09-24T20:59:21.862Z] 73a1349f5fe3: Pushed [2020-09-24T20:59:22.136Z] 62d13be1b083: Layer already exists [2020-09-24T20:59:22.136Z] 94fdc660876c: Layer already exists [2020-09-24T20:59:22.136Z] 4e7279dfc0c0: Layer already exists [2020-09-24T20:59:22.136Z] e2f13739ad41: Layer already exists [2020-09-24T20:59:22.406Z] 6bc14084a819: Pushed [2020-09-24T20:59:23.376Z] 74bf8c8b26c7: Pushed [2020-09-24T20:59:35.790Z] 23ce6ec5074d: Pushed [2020-09-24T20:59:35.790Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97: digest: sha256:dcbec139ec6ee7cd9a53299760bb6fa23ef73943a16279ad5db9efb2c4296898 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:36.145Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:36.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.32 [2020-09-24T20:59:36.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-24T20:59:36.496Z] 76da6bf3a799: Preparing [2020-09-24T20:59:36.496Z] 6bc14084a819: Preparing [2020-09-24T20:59:36.496Z] 23ce6ec5074d: Preparing [2020-09-24T20:59:36.496Z] 63330332630f: Preparing [2020-09-24T20:59:36.496Z] 9b4b2bca7990: Preparing [2020-09-24T20:59:36.496Z] 74bf8c8b26c7: Preparing [2020-09-24T20:59:36.496Z] 73a1349f5fe3: Preparing [2020-09-24T20:59:36.496Z] f875f9e206db: Preparing [2020-09-24T20:59:36.496Z] 3994ac1dcb8b: Preparing [2020-09-24T20:59:36.496Z] 5f2247eaf593: Preparing [2020-09-24T20:59:36.496Z] 62d13be1b083: Preparing [2020-09-24T20:59:36.496Z] 94fdc660876c: Preparing [2020-09-24T20:59:36.496Z] 4e7279dfc0c0: Preparing [2020-09-24T20:59:36.496Z] e2f13739ad41: Preparing [2020-09-24T20:59:36.496Z] 5f2247eaf593: Waiting [2020-09-24T20:59:36.496Z] 62d13be1b083: Waiting [2020-09-24T20:59:36.496Z] 74bf8c8b26c7: Waiting [2020-09-24T20:59:36.496Z] 94fdc660876c: Waiting [2020-09-24T20:59:36.496Z] 3994ac1dcb8b: Waiting [2020-09-24T20:59:36.496Z] 73a1349f5fe3: Waiting [2020-09-24T20:59:36.496Z] e2f13739ad41: Waiting [2020-09-24T20:59:36.496Z] 4e7279dfc0c0: Waiting [2020-09-24T20:59:36.496Z] f875f9e206db: Waiting [2020-09-24T20:59:36.496Z] 6bc14084a819: Layer already exists [2020-09-24T20:59:36.496Z] 23ce6ec5074d: Layer already exists [2020-09-24T20:59:36.767Z] 76da6bf3a799: Layer already exists [2020-09-24T20:59:36.767Z] 9b4b2bca7990: Layer already exists [2020-09-24T20:59:36.767Z] 63330332630f: Layer already exists [2020-09-24T20:59:36.767Z] 74bf8c8b26c7: Layer already exists [2020-09-24T20:59:36.767Z] f875f9e206db: Layer already exists [2020-09-24T20:59:36.767Z] 73a1349f5fe3: Layer already exists [2020-09-24T20:59:36.767Z] 3994ac1dcb8b: Layer already exists [2020-09-24T20:59:36.767Z] 5f2247eaf593: Layer already exists [2020-09-24T20:59:36.767Z] 62d13be1b083: Layer already exists [2020-09-24T20:59:36.767Z] 4e7279dfc0c0: Layer already exists [2020-09-24T20:59:36.767Z] 94fdc660876c: Layer already exists [2020-09-24T20:59:36.767Z] e2f13739ad41: Layer already exists [2020-09-24T20:59:36.767Z] 1.2.2-dev.32: digest: sha256:dcbec139ec6ee7cd9a53299760bb6fa23ef73943a16279ad5db9efb2c4296898 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:37.104Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:37.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:37.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-24T20:59:37.432Z] 76da6bf3a799: Preparing [2020-09-24T20:59:37.432Z] 6bc14084a819: Preparing [2020-09-24T20:59:37.432Z] 23ce6ec5074d: Preparing [2020-09-24T20:59:37.432Z] 63330332630f: Preparing [2020-09-24T20:59:37.432Z] 9b4b2bca7990: Preparing [2020-09-24T20:59:37.432Z] 74bf8c8b26c7: Preparing [2020-09-24T20:59:37.432Z] 73a1349f5fe3: Preparing [2020-09-24T20:59:37.432Z] f875f9e206db: Preparing [2020-09-24T20:59:37.432Z] 74bf8c8b26c7: Waiting [2020-09-24T20:59:37.432Z] 3994ac1dcb8b: Preparing [2020-09-24T20:59:37.432Z] 73a1349f5fe3: Waiting [2020-09-24T20:59:37.432Z] 5f2247eaf593: Preparing [2020-09-24T20:59:37.432Z] f875f9e206db: Waiting [2020-09-24T20:59:37.432Z] 62d13be1b083: Preparing [2020-09-24T20:59:37.432Z] 3994ac1dcb8b: Waiting [2020-09-24T20:59:37.432Z] 94fdc660876c: Preparing [2020-09-24T20:59:37.432Z] 4e7279dfc0c0: Preparing [2020-09-24T20:59:37.432Z] e2f13739ad41: Preparing [2020-09-24T20:59:37.432Z] 5f2247eaf593: Waiting [2020-09-24T20:59:37.432Z] 62d13be1b083: Waiting [2020-09-24T20:59:37.432Z] 4e7279dfc0c0: Waiting [2020-09-24T20:59:37.432Z] 94fdc660876c: Waiting [2020-09-24T20:59:37.432Z] e2f13739ad41: Waiting [2020-09-24T20:59:37.710Z] 9b4b2bca7990: Layer already exists [2020-09-24T20:59:37.710Z] 63330332630f: Layer already exists [2020-09-24T20:59:37.710Z] 76da6bf3a799: Layer already exists [2020-09-24T20:59:37.710Z] 6bc14084a819: Layer already exists [2020-09-24T20:59:37.710Z] 23ce6ec5074d: Layer already exists [2020-09-24T20:59:37.710Z] 73a1349f5fe3: Layer already exists [2020-09-24T20:59:37.710Z] 74bf8c8b26c7: Layer already exists [2020-09-24T20:59:37.710Z] 5f2247eaf593: Layer already exists [2020-09-24T20:59:37.710Z] f875f9e206db: Layer already exists [2020-09-24T20:59:37.710Z] 3994ac1dcb8b: Layer already exists [2020-09-24T20:59:37.710Z] e2f13739ad41: Layer already exists [2020-09-24T20:59:37.710Z] 94fdc660876c: Layer already exists [2020-09-24T20:59:37.710Z] 62d13be1b083: Layer already exists [2020-09-24T20:59:37.710Z] 4e7279dfc0c0: Layer already exists [2020-09-24T20:59:37.710Z] 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32: digest: sha256:dcbec139ec6ee7cd9a53299760bb6fa23ef73943a16279ad5db9efb2c4296898 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:38.049Z] + 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-24T20:59:38.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-24T20:59:38.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-24T20:59:38.382Z] 76da6bf3a799: Preparing [2020-09-24T20:59:38.382Z] 6bc14084a819: Preparing [2020-09-24T20:59:38.382Z] 23ce6ec5074d: Preparing [2020-09-24T20:59:38.382Z] 63330332630f: Preparing [2020-09-24T20:59:38.382Z] 9b4b2bca7990: Preparing [2020-09-24T20:59:38.382Z] 74bf8c8b26c7: Preparing [2020-09-24T20:59:38.382Z] 73a1349f5fe3: Preparing [2020-09-24T20:59:38.382Z] f875f9e206db: Preparing [2020-09-24T20:59:38.382Z] 3994ac1dcb8b: Preparing [2020-09-24T20:59:38.382Z] 5f2247eaf593: Preparing [2020-09-24T20:59:38.382Z] 62d13be1b083: Preparing [2020-09-24T20:59:38.382Z] 94fdc660876c: Preparing [2020-09-24T20:59:38.382Z] 4e7279dfc0c0: Preparing [2020-09-24T20:59:38.382Z] e2f13739ad41: Preparing [2020-09-24T20:59:38.382Z] 74bf8c8b26c7: Waiting [2020-09-24T20:59:38.382Z] 5f2247eaf593: Waiting [2020-09-24T20:59:38.382Z] 62d13be1b083: Waiting [2020-09-24T20:59:38.382Z] 73a1349f5fe3: Waiting [2020-09-24T20:59:38.382Z] f875f9e206db: Waiting [2020-09-24T20:59:38.382Z] 94fdc660876c: Waiting [2020-09-24T20:59:38.382Z] 4e7279dfc0c0: Waiting [2020-09-24T20:59:38.382Z] e2f13739ad41: Waiting [2020-09-24T20:59:38.382Z] 3994ac1dcb8b: Waiting [2020-09-24T20:59:38.654Z] 6bc14084a819: Layer already exists [2020-09-24T20:59:38.654Z] 23ce6ec5074d: Layer already exists [2020-09-24T20:59:38.654Z] 63330332630f: Layer already exists [2020-09-24T20:59:38.654Z] 76da6bf3a799: Layer already exists [2020-09-24T20:59:38.654Z] 9b4b2bca7990: Layer already exists [2020-09-24T20:59:38.654Z] 5f2247eaf593: Layer already exists [2020-09-24T20:59:38.654Z] 73a1349f5fe3: Layer already exists [2020-09-24T20:59:38.654Z] 74bf8c8b26c7: Layer already exists [2020-09-24T20:59:38.654Z] f875f9e206db: Layer already exists [2020-09-24T20:59:38.654Z] 3994ac1dcb8b: Layer already exists [2020-09-24T20:59:38.654Z] 94fdc660876c: Layer already exists [2020-09-24T20:59:38.654Z] 62d13be1b083: Layer already exists [2020-09-24T20:59:38.654Z] e2f13739ad41: Layer already exists [2020-09-24T20:59:38.654Z] 4e7279dfc0c0: Layer already exists [2020-09-24T20:59:38.654Z] master: digest: sha256:dcbec139ec6ee7cd9a53299760bb6fa23ef73943a16279ad5db9efb2c4296898 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-24T20:59:38.844Z] ===================================================== [Pipeline] echo [2020-09-24T20:59:38.941Z] taggedImages: [2020-09-24T20:59:38.941Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T20:59:38.941Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.32 [2020-09-24T20:59:38.941Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97-1.2.2-dev.32 [2020-09-24T20:59:38.941Z] - 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-24T20:59:40.343Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-24T20:59:40.345Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-24T20:59:40.448Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:40.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T20:59:40.842Z] [2020-09-24T20:59:40.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:41.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T20:59:41.202Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-24T20:59:41.202Z] cbdbe7a5bc2a: Already exists [2020-09-24T20:59:41.202Z] 408f87550127: Pulling fs layer [2020-09-24T20:59:41.202Z] fe522b08c979: Pulling fs layer [2020-09-24T20:59:41.202Z] 221eaa008020: Pulling fs layer [2020-09-24T20:59:41.202Z] 2a4607e5d6b9: Pulling fs layer [2020-09-24T20:59:41.202Z] 8f79b27c4fd2: Pulling fs layer [2020-09-24T20:59:41.202Z] e5c8dbe1645b: Pulling fs layer [2020-09-24T20:59:41.202Z] 23e8b3b47431: Pulling fs layer [2020-09-24T20:59:41.202Z] 5c568d65a230: Pulling fs layer [2020-09-24T20:59:41.202Z] 2a4607e5d6b9: Waiting [2020-09-24T20:59:41.202Z] 8f79b27c4fd2: Waiting [2020-09-24T20:59:41.202Z] e5c8dbe1645b: Waiting [2020-09-24T20:59:41.202Z] 23e8b3b47431: Waiting [2020-09-24T20:59:41.202Z] 5c568d65a230: Waiting [2020-09-24T20:59:41.202Z] fe522b08c979: Verifying Checksum [2020-09-24T20:59:41.202Z] fe522b08c979: Download complete [2020-09-24T20:59:41.202Z] 408f87550127: Verifying Checksum [2020-09-24T20:59:41.202Z] 2a4607e5d6b9: Verifying Checksum [2020-09-24T20:59:41.202Z] 2a4607e5d6b9: Download complete [2020-09-24T20:59:41.202Z] 8f79b27c4fd2: Verifying Checksum [2020-09-24T20:59:41.202Z] 8f79b27c4fd2: Download complete [2020-09-24T20:59:41.470Z] 408f87550127: Pull complete [2020-09-24T20:59:41.732Z] fe522b08c979: Pull complete [2020-09-24T20:59:42.680Z] e5c8dbe1645b: Verifying Checksum [2020-09-24T20:59:42.680Z] e5c8dbe1645b: Download complete [2020-09-24T20:59:43.633Z] 23e8b3b47431: Verifying Checksum [2020-09-24T20:59:43.633Z] 23e8b3b47431: Download complete [2020-09-24T20:59:43.633Z] 5c568d65a230: Verifying Checksum [2020-09-24T20:59:43.633Z] 5c568d65a230: Download complete [2020-09-24T20:59:45.039Z] 221eaa008020: Verifying Checksum [2020-09-24T20:59:45.039Z] 221eaa008020: Download complete [2020-09-24T20:59:53.224Z] 221eaa008020: Pull complete [2020-09-24T20:59:53.224Z] 2a4607e5d6b9: Pull complete [2020-09-24T20:59:53.224Z] 8f79b27c4fd2: Pull complete [2020-09-24T20:59:57.448Z] e5c8dbe1645b: Pull complete [2020-09-24T21:00:00.014Z] 23e8b3b47431: Pull complete [2020-09-24T21:00:01.412Z] 5c568d65a230: Pull complete [2020-09-24T21:00:01.412Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-24T21:00:01.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T21:00:01.412Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-24T21:00:01.625Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:00:01.692Z] $ 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/147:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:00:02.790Z] $ docker top dc8bc311ba50fdc47124af49704327b6a65d010aff510fac860cb36e42224ef4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:00:03.417Z] + snyk monitor '--org=edgex-jenkins' [2020-09-24T21:00:11.588Z] [2020-09-24T21:00:11.588Z] Monitoring /w/workspace/edgex-go/147 (github.com/edgexfoundry/edgex-go)... [2020-09-24T21:00:11.588Z] [2020-09-24T21:00:11.588Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/4e13319c-ced9-475c-8fd3-a0510007fac3 [2020-09-24T21:00:11.588Z] [2020-09-24T21:00:11.588Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-24T21:00:11.588Z] [2020-09-24T21:00:11.588Z] [2020-09-24T21:00:11.588Z] Snyk CLI supports Node.js 8 and higher. [2020-09-24T21:00:11.588Z] 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-24T21:00:11.588Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-24T21:00:11.588Z] [2020-09-24T21:00:11.588Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-24T21:00:11.588Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-24T21:00:11.607Z] $ docker stop --time=1 dc8bc311ba50fdc47124af49704327b6a65d010aff510fac860cb36e42224ef4 [2020-09-24T21:00:16.034Z] $ docker rm -f dc8bc311ba50fdc47124af49704327b6a65d010aff510fac860cb36e42224ef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:00:17.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:17.743Z] [2020-09-24T21:00:17.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:00:18.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:18.101Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-24T21:00:18.101Z] e7c96db7181b: Pulling fs layer [2020-09-24T21:00:18.101Z] 1868ca2cb446: Pulling fs layer [2020-09-24T21:00:18.101Z] 136be5d0fe8e: Pulling fs layer [2020-09-24T21:00:18.101Z] 894bfe63afcb: Pulling fs layer [2020-09-24T21:00:18.101Z] 894bfe63afcb: Waiting [2020-09-24T21:00:18.101Z] 1868ca2cb446: Verifying Checksum [2020-09-24T21:00:18.101Z] 1868ca2cb446: Download complete [2020-09-24T21:00:18.101Z] 136be5d0fe8e: Verifying Checksum [2020-09-24T21:00:18.101Z] 136be5d0fe8e: Download complete [2020-09-24T21:00:18.101Z] e7c96db7181b: Verifying Checksum [2020-09-24T21:00:18.101Z] e7c96db7181b: Download complete [2020-09-24T21:00:18.363Z] 894bfe63afcb: Verifying Checksum [2020-09-24T21:00:18.363Z] 894bfe63afcb: Download complete [2020-09-24T21:00:18.363Z] e7c96db7181b: Pull complete [2020-09-24T21:00:18.625Z] 1868ca2cb446: Pull complete [2020-09-24T21:00:18.886Z] 136be5d0fe8e: Pull complete [2020-09-24T21:00:19.148Z] 894bfe63afcb: Pull complete [2020-09-24T21:00:19.148Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-24T21:00:19.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:19.148Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-24T21:00:19.254Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:00:19.309Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:00:20.239Z] $ docker top 461982341e3742f2268f849d6fe77ea046587ef0649bb9d6cbfc0e4e9beeb6a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:00:20.831Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:00:20.831Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:00:23.572Z] $ docker stop --time=1 461982341e3742f2268f849d6fe77ea046587ef0649bb9d6cbfc0e4e9beeb6a2 [2020-09-24T21:00:24.937Z] $ docker rm -f 461982341e3742f2268f849d6fe77ea046587ef0649bb9d6cbfc0e4e9beeb6a2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:00:25.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:25.415Z] . [Pipeline] withDockerContainer [2020-09-24T21:00:25.530Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:00:25.583Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:00:26.187Z] $ docker top ef7b2aa7c896b373e0aa20cb8940b2e4da96c1d8534a3ca9059f9a5c4e7603b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:00:26.764Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:00:26.764Z] + tee [2020-09-24T21:00:26.764Z] clair timeout 1m0s [2020-09-24T21:00:26.764Z] docker timeout: 1m0s [2020-09-24T21:00:26.764Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:00:27.452Z] $ docker stop --time=1 ef7b2aa7c896b373e0aa20cb8940b2e4da96c1d8534a3ca9059f9a5c4e7603b6 [2020-09-24T21:00:28.811Z] $ docker rm -f ef7b2aa7c896b373e0aa20cb8940b2e4da96c1d8534a3ca9059f9a5c4e7603b6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:00:29.293Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:00:29.309Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-core-command-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:00:29.367Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:00:29.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:29.738Z] . [Pipeline] withDockerContainer [2020-09-24T21:00:29.849Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:00:29.897Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:00:30.566Z] $ docker top c6cd9003c8e7e335309f4c9535867ebd59598b10de21337b5da800a1d3c10df2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:00:31.133Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:00:31.133Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:00:36.689Z] $ docker stop --time=1 c6cd9003c8e7e335309f4c9535867ebd59598b10de21337b5da800a1d3c10df2 [2020-09-24T21:00:38.062Z] $ docker rm -f c6cd9003c8e7e335309f4c9535867ebd59598b10de21337b5da800a1d3c10df2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:00:38.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:38.547Z] . [Pipeline] withDockerContainer [2020-09-24T21:00:38.653Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:00:38.704Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:00:39.388Z] $ docker top eea29a5ca236f8d8bee97ae6e39fc2a67c7e3ec3a428b836e8c3f102ba51736e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:00:39.934Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:00:39.935Z] + tee [2020-09-24T21:00:39.935Z] clair timeout 1m0s [2020-09-24T21:00:39.935Z] docker timeout: 1m0s [2020-09-24T21:00:39.935Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:00:41.035Z] $ docker stop --time=1 eea29a5ca236f8d8bee97ae6e39fc2a67c7e3ec3a428b836e8c3f102ba51736e [2020-09-24T21:00:42.397Z] $ docker rm -f eea29a5ca236f8d8bee97ae6e39fc2a67c7e3ec3a428b836e8c3f102ba51736e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:00:42.920Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:00:42.935Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-core-data-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:00:42.996Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:00:43.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:43.352Z] . [Pipeline] withDockerContainer [2020-09-24T21:00:43.457Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:00:43.517Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:00:44.291Z] $ docker top 0063d599cd573053f21ddff17649d730c93e8002b08c51aa33e979a9172db1ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:00:44.910Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:00:44.910Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:00:47.702Z] $ docker stop --time=1 0063d599cd573053f21ddff17649d730c93e8002b08c51aa33e979a9172db1ea [2020-09-24T21:00:49.072Z] $ docker rm -f 0063d599cd573053f21ddff17649d730c93e8002b08c51aa33e979a9172db1ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:00:49.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:49.570Z] . [Pipeline] withDockerContainer [2020-09-24T21:00:49.683Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:00:49.736Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:00:50.441Z] $ docker top 37bad6f08a72fa0326a5f00007f4c9bd911f7819533538a8797b4a853553b76f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:00:51.065Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:00:51.065Z] + tee [2020-09-24T21:00:51.065Z] clair timeout 1m0s [2020-09-24T21:00:51.065Z] docker timeout: 1m0s [2020-09-24T21:00:51.065Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:00:51.757Z] $ docker stop --time=1 37bad6f08a72fa0326a5f00007f4c9bd911f7819533538a8797b4a853553b76f [2020-09-24T21:00:53.118Z] $ docker rm -f 37bad6f08a72fa0326a5f00007f4c9bd911f7819533538a8797b4a853553b76f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:00:53.653Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:00:53.668Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-core-metadata-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:00:53.738Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:00:54.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:00:54.095Z] . [Pipeline] withDockerContainer [2020-09-24T21:00:54.230Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:00:54.357Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:00:55.081Z] $ docker top 3f25ab84f09a67c42b5e4cba796887da8aa9912a19b8329702a11843706eb9a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:00:55.642Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:00:55.642Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:01:00.047Z] $ docker stop --time=1 3f25ab84f09a67c42b5e4cba796887da8aa9912a19b8329702a11843706eb9a7 [2020-09-24T21:01:01.418Z] $ docker rm -f 3f25ab84f09a67c42b5e4cba796887da8aa9912a19b8329702a11843706eb9a7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:01:01.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:01:01.948Z] . [Pipeline] withDockerContainer [2020-09-24T21:01:02.076Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:01:02.148Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:01:02.778Z] $ docker top ad3e9247717cfadb390233e6994420b2573b0417c108f2f990174f191675ce39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:01:03.348Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:01:03.348Z] + tee [2020-09-24T21:01:03.348Z] clair timeout 1m0s [2020-09-24T21:01:03.348Z] docker timeout: 1m0s [2020-09-24T21:01:03.348Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:01:04.416Z] $ docker stop --time=1 ad3e9247717cfadb390233e6994420b2573b0417c108f2f990174f191675ce39 [2020-09-24T21:01:05.816Z] $ docker rm -f ad3e9247717cfadb390233e6994420b2573b0417c108f2f990174f191675ce39 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:01:06.442Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:01:06.457Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-security-proxy-setup-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:01:06.516Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:01:06.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:01:06.862Z] . [Pipeline] withDockerContainer [2020-09-24T21:01:06.966Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:01:07.020Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:01:07.733Z] $ docker top 82c57442761896a39fb0263f16956e6f91cf7a04d5a9bff091ef31047a294cdd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:01:08.441Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:01:08.441Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:01:16.914Z] $ docker stop --time=1 82c57442761896a39fb0263f16956e6f91cf7a04d5a9bff091ef31047a294cdd [2020-09-24T21:01:18.346Z] $ docker rm -f 82c57442761896a39fb0263f16956e6f91cf7a04d5a9bff091ef31047a294cdd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:01:18.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:01:18.909Z] . [Pipeline] withDockerContainer [2020-09-24T21:01:19.060Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:01:19.134Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:01:19.920Z] $ docker top 4093675154cb10824cfb11667bf1600b6adc5a700d3920c20221f00e8e51fc57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:01:21.044Z] + + tee/klar [2020-09-24T21:01:21.044Z] nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:01:21.044Z] clair timeout 1m0s [2020-09-24T21:01:21.044Z] docker timeout: 1m0s [2020-09-24T21:01:21.044Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:01:22.651Z] $ docker stop --time=1 4093675154cb10824cfb11667bf1600b6adc5a700d3920c20221f00e8e51fc57 [2020-09-24T21:01:24.171Z] $ docker rm -f 4093675154cb10824cfb11667bf1600b6adc5a700d3920c20221f00e8e51fc57 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:01:24.853Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:01:24.877Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-security-secrets-setup-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:01:24.970Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:01:25.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:01:25.378Z] . [Pipeline] withDockerContainer [2020-09-24T21:01:25.568Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:01:25.655Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:01:26.407Z] $ docker top aa24aca77aa7296a9c3b516368d1b9abf5712d17b1f69976c82dcdb66a954814 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:01:27.087Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:01:27.087Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:01:37.450Z] $ docker stop --time=1 aa24aca77aa7296a9c3b516368d1b9abf5712d17b1f69976c82dcdb66a954814 [2020-09-24T21:01:38.850Z] $ docker rm -f aa24aca77aa7296a9c3b516368d1b9abf5712d17b1f69976c82dcdb66a954814 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:01:39.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:01:39.372Z] . [Pipeline] withDockerContainer [2020-09-24T21:01:39.499Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:01:39.575Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:01:40.413Z] $ docker top 67ad9a52a45cc7c7751152f37a235c7c59cd89f98fc9adda8f0e3994f22ba35c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:01:41.190Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:01:41.190Z] + tee [2020-09-24T21:01:41.190Z] clair timeout 1m0s [2020-09-24T21:01:41.190Z] docker timeout: 1m0s [2020-09-24T21:01:41.190Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:01:42.748Z] $ docker stop --time=1 67ad9a52a45cc7c7751152f37a235c7c59cd89f98fc9adda8f0e3994f22ba35c [2020-09-24T21:01:44.120Z] $ docker rm -f 67ad9a52a45cc7c7751152f37a235c7c59cd89f98fc9adda8f0e3994f22ba35c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:01:44.590Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:01:44.604Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-security-secretstore-setup-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:01:44.723Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:01:45.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:01:45.091Z] . [Pipeline] withDockerContainer [2020-09-24T21:01:45.203Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:01:45.260Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:01:45.863Z] $ docker top 7c201ed2c16e8dae2bdcb46073bfd33b7947b1b9d08a702199c2c94a59fbca45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:01:46.420Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:01:46.421Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:01:49.921Z] $ docker stop --time=1 7c201ed2c16e8dae2bdcb46073bfd33b7947b1b9d08a702199c2c94a59fbca45 [2020-09-24T21:01:51.635Z] $ docker rm -f 7c201ed2c16e8dae2bdcb46073bfd33b7947b1b9d08a702199c2c94a59fbca45 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:01:52.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:01:52.141Z] . [Pipeline] withDockerContainer [2020-09-24T21:01:52.246Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:01:52.297Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:01:53.034Z] $ docker top 4b00561c4a4924d01ea30e6acdd20170fe9591c5cb2b7ea3aad94db93aeb8ad0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:01:53.640Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:01:53.640Z] + tee [2020-09-24T21:01:53.640Z] clair timeout 1m0s [2020-09-24T21:01:53.640Z] docker timeout: 1m0s [2020-09-24T21:01:53.640Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:01:54.327Z] $ docker stop --time=1 4b00561c4a4924d01ea30e6acdd20170fe9591c5cb2b7ea3aad94db93aeb8ad0 [2020-09-24T21:01:55.688Z] $ docker rm -f 4b00561c4a4924d01ea30e6acdd20170fe9591c5cb2b7ea3aad94db93aeb8ad0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:01:56.166Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:01:56.179Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-support-logging-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:01:56.234Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:01:56.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:01:56.583Z] . [Pipeline] withDockerContainer [2020-09-24T21:01:56.789Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:01:56.905Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:01:57.626Z] $ docker top a773c751808bd91b6fde3fb108ff88750c31783eb8ad0e23fbaccd0f82907dcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:01:58.192Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:01:58.192Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:02:03.723Z] $ docker stop --time=1 a773c751808bd91b6fde3fb108ff88750c31783eb8ad0e23fbaccd0f82907dcb [2020-09-24T21:02:05.072Z] $ docker rm -f a773c751808bd91b6fde3fb108ff88750c31783eb8ad0e23fbaccd0f82907dcb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:02:05.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:02:05.548Z] . [Pipeline] withDockerContainer [2020-09-24T21:02:05.660Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:02:05.708Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:02:06.415Z] $ docker top 39c9d09d49e90958e5220a54083f29b5573e0dd2fee1a993a358bcea3559e399 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:02:06.986Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:02:06.986Z] + tee [2020-09-24T21:02:06.986Z] clair timeout 1m0s [2020-09-24T21:02:06.986Z] docker timeout: 1m0s [2020-09-24T21:02:06.986Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:02:08.050Z] $ docker stop --time=1 39c9d09d49e90958e5220a54083f29b5573e0dd2fee1a993a358bcea3559e399 [2020-09-24T21:02:09.399Z] $ docker rm -f 39c9d09d49e90958e5220a54083f29b5573e0dd2fee1a993a358bcea3559e399 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:02:09.871Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:02:09.884Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-support-notifications-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:02:09.938Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:02:10.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:02:10.278Z] . [Pipeline] withDockerContainer [2020-09-24T21:02:10.390Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:02:10.440Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:02:11.163Z] $ docker top 2d11ad64631b4a39bb11de0a4ada2f944d206f3fea94e9ec88247ebaaab7dfff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:02:11.715Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:02:11.715Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:02:14.492Z] $ docker stop --time=1 2d11ad64631b4a39bb11de0a4ada2f944d206f3fea94e9ec88247ebaaab7dfff [2020-09-24T21:02:15.882Z] $ docker rm -f 2d11ad64631b4a39bb11de0a4ada2f944d206f3fea94e9ec88247ebaaab7dfff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:02:16.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:02:16.373Z] . [Pipeline] withDockerContainer [2020-09-24T21:02:16.471Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:02:16.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:02:17.265Z] $ docker top 48d1436dff2eb4a4d096c34720d25cb7522c0c62616f36d5350999671f88cb5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:02:17.792Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:02:17.792Z] + tee [2020-09-24T21:02:17.792Z] clair timeout 1m0s [2020-09-24T21:02:17.792Z] docker timeout: 1m0s [2020-09-24T21:02:17.792Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:02:18.475Z] $ docker stop --time=1 48d1436dff2eb4a4d096c34720d25cb7522c0c62616f36d5350999671f88cb5c [2020-09-24T21:02:19.834Z] $ docker rm -f 48d1436dff2eb4a4d096c34720d25cb7522c0c62616f36d5350999671f88cb5c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:02:20.306Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:02:20.320Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-support-scheduler-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:02:20.434Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:02:20.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:02:20.781Z] . [Pipeline] withDockerContainer [2020-09-24T21:02:20.889Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:02:20.941Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:02:21.887Z] $ docker top bbb7b860db40f698a80b6438adaeabc7104b84065e8548d29c1d1ef4336f6795 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:02:22.443Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:02:22.443Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:02:37.529Z] $ docker stop --time=1 bbb7b860db40f698a80b6438adaeabc7104b84065e8548d29c1d1ef4336f6795 [2020-09-24T21:02:38.904Z] $ docker rm -f bbb7b860db40f698a80b6438adaeabc7104b84065e8548d29c1d1ef4336f6795 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:02:39.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:02:39.397Z] . [Pipeline] withDockerContainer [2020-09-24T21:02:39.500Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:02:39.549Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:02:40.332Z] $ docker top 926b3b17ff1139e93f5d85c3579c3fa110312cb1a54bb684d11e3972a53be54f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:02:40.913Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:02:40.913Z] + tee [2020-09-24T21:02:40.913Z] clair timeout 1m0s [2020-09-24T21:02:40.913Z] docker timeout: 1m0s [2020-09-24T21:02:40.913Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:02:42.435Z] $ docker stop --time=1 926b3b17ff1139e93f5d85c3579c3fa110312cb1a54bb684d11e3972a53be54f [2020-09-24T21:02:43.835Z] $ docker rm -f 926b3b17ff1139e93f5d85c3579c3fa110312cb1a54bb684d11e3972a53be54f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:02:44.335Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:02:44.348Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-sys-mgmt-agent-go_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:02:44.412Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:02:44.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:02:44.758Z] . [Pipeline] withDockerContainer [2020-09-24T21:02:44.868Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:02:44.915Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:02:45.543Z] $ docker top 26d49c86f8462125c96f0b41b2d183b4a8d88e1ac0fa6120f26a2c63e56ab7a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:02:46.058Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:02:46.058Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:02:48.758Z] $ docker stop --time=1 26d49c86f8462125c96f0b41b2d183b4a8d88e1ac0fa6120f26a2c63e56ab7a4 [2020-09-24T21:02:50.123Z] $ docker rm -f 26d49c86f8462125c96f0b41b2d183b4a8d88e1ac0fa6120f26a2c63e56ab7a4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:02:50.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:02:50.738Z] . [Pipeline] withDockerContainer [2020-09-24T21:02:50.843Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:02:50.891Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:02:51.604Z] $ docker top c68348a5cf122c76d431c5cdfe6708a6c1046cda11a1e0c72cf69849bef526d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:02:52.253Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:02:52.253Z] + tee [2020-09-24T21:02:52.253Z] clair timeout 1m0s [2020-09-24T21:02:52.253Z] docker timeout: 1m0s [2020-09-24T21:02:52.253Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:02:52.981Z] $ docker stop --time=1 c68348a5cf122c76d431c5cdfe6708a6c1046cda11a1e0c72cf69849bef526d5 [2020-09-24T21:02:54.338Z] $ docker rm -f c68348a5cf122c76d431c5cdfe6708a6c1046cda11a1e0c72cf69849bef526d5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:02:54.867Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:02:54.882Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-core-command-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:02:54.934Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:02:55.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:02:55.379Z] . [Pipeline] withDockerContainer [2020-09-24T21:02:55.483Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:02:55.528Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:02:56.238Z] $ docker top 06a533cded5f62dd13c9e3c085f4be51b2e9de6978c5923950fa2552c43d7c9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:02:56.778Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:02:56.778Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:02.433Z] $ docker stop --time=1 06a533cded5f62dd13c9e3c085f4be51b2e9de6978c5923950fa2552c43d7c9d [2020-09-24T21:03:03.844Z] $ docker rm -f 06a533cded5f62dd13c9e3c085f4be51b2e9de6978c5923950fa2552c43d7c9d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:03:04.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:03:04.333Z] . [Pipeline] withDockerContainer [2020-09-24T21:03:04.438Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:03:04.483Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:03:05.171Z] $ docker top ee57cc5043ea8b731974a4e01767a313b5592722e3e4cbef30d7341b1ff7da58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:03:05.692Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:03:05.692Z] + tee [2020-09-24T21:03:05.692Z] clair timeout 1m0s [2020-09-24T21:03:05.692Z] docker timeout: 1m0s [2020-09-24T21:03:05.692Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:06.741Z] $ docker stop --time=1 ee57cc5043ea8b731974a4e01767a313b5592722e3e4cbef30d7341b1ff7da58 [2020-09-24T21:03:08.126Z] $ docker rm -f ee57cc5043ea8b731974a4e01767a313b5592722e3e4cbef30d7341b1ff7da58 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:03:08.625Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:03:08.639Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-core-data-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:03:08.694Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:03:09.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:03:09.044Z] . [Pipeline] withDockerContainer [2020-09-24T21:03:09.150Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:03:09.198Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:03:09.862Z] $ docker top dbb7d3bf5e7bd03e91f107413348844f5f16e35f2d059fcb3f7728deffc098ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:03:10.421Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:03:10.421Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:13.139Z] $ docker stop --time=1 dbb7d3bf5e7bd03e91f107413348844f5f16e35f2d059fcb3f7728deffc098ca [2020-09-24T21:03:14.509Z] $ docker rm -f dbb7d3bf5e7bd03e91f107413348844f5f16e35f2d059fcb3f7728deffc098ca [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:03:14.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:03:14.993Z] . [Pipeline] withDockerContainer [2020-09-24T21:03:15.095Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:03:15.142Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:03:15.916Z] $ docker top d56565122c2575ea9013461b866a9f4084941ecdbf3c2f3f2f3d59fa848a059e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:03:16.493Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:03:16.493Z] + tee [2020-09-24T21:03:16.493Z] clair timeout 1m0s [2020-09-24T21:03:16.493Z] docker timeout: 1m0s [2020-09-24T21:03:16.493Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:17.197Z] $ docker stop --time=1 d56565122c2575ea9013461b866a9f4084941ecdbf3c2f3f2f3d59fa848a059e [2020-09-24T21:03:18.564Z] $ docker rm -f d56565122c2575ea9013461b866a9f4084941ecdbf3c2f3f2f3d59fa848a059e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:03:19.050Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:03:19.064Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-core-metadata-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:03:19.115Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:03:19.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:03:19.461Z] . [Pipeline] withDockerContainer [2020-09-24T21:03:19.563Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:03:19.689Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:03:20.374Z] $ docker top 69603c7b5782a790fa1cd5dfd0e7254a123e89c0323640fb50b5cf2ddfcdfedc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:03:20.994Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:03:20.994Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:25.452Z] $ docker stop --time=1 69603c7b5782a790fa1cd5dfd0e7254a123e89c0323640fb50b5cf2ddfcdfedc [2020-09-24T21:03:26.805Z] $ docker rm -f 69603c7b5782a790fa1cd5dfd0e7254a123e89c0323640fb50b5cf2ddfcdfedc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:03:27.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:03:27.267Z] . [Pipeline] withDockerContainer [2020-09-24T21:03:27.371Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:03:27.423Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:03:28.117Z] $ docker top c7ca83558532ddf87e01126301f36fc9c9ab94aa1b815e1f462d33e3b29f927c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:03:28.658Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:03:28.658Z] + tee [2020-09-24T21:03:28.658Z] clair timeout 1m0s [2020-09-24T21:03:28.658Z] docker timeout: 1m0s [2020-09-24T21:03:28.658Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:29.702Z] $ docker stop --time=1 c7ca83558532ddf87e01126301f36fc9c9ab94aa1b815e1f462d33e3b29f927c [2020-09-24T21:03:31.103Z] $ docker rm -f c7ca83558532ddf87e01126301f36fc9c9ab94aa1b815e1f462d33e3b29f927c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:03:31.591Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:03:31.604Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:03:31.663Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:03:32.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:03:32.000Z] . [Pipeline] withDockerContainer [2020-09-24T21:03:32.097Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:03:32.141Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:03:33.109Z] $ docker top b86391dda3264a662780cd0b0066d854bb8933e06879e775e25f6078ad6d1ddb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:03:33.730Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:03:33.730Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:42.111Z] $ docker stop --time=1 b86391dda3264a662780cd0b0066d854bb8933e06879e775e25f6078ad6d1ddb [2020-09-24T21:03:43.552Z] $ docker rm -f b86391dda3264a662780cd0b0066d854bb8933e06879e775e25f6078ad6d1ddb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:03:44.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:03:44.045Z] . [Pipeline] withDockerContainer [2020-09-24T21:03:44.167Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:03:44.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:03:44.963Z] $ docker top 9b49057ef3c8532142423e4e4088e2c3c8aea30a096d6b6ec0fc3e34911c434b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:03:45.490Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:03:45.490Z] + tee [2020-09-24T21:03:45.490Z] clair timeout 1m0s [2020-09-24T21:03:45.490Z] docker timeout: 1m0s [2020-09-24T21:03:45.490Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:46.991Z] $ docker stop --time=1 9b49057ef3c8532142423e4e4088e2c3c8aea30a096d6b6ec0fc3e34911c434b [2020-09-24T21:03:48.369Z] $ docker rm -f 9b49057ef3c8532142423e4e4088e2c3c8aea30a096d6b6ec0fc3e34911c434b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:03:48.873Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:03:48.893Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:03:48.947Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:03:49.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:03:49.294Z] . [Pipeline] withDockerContainer [2020-09-24T21:03:49.403Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:03:49.496Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:03:50.278Z] $ docker top 4085e63e0bac98559cff0da9324026731da0f51d782b0e02bf07c94a2251d0e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:03:50.882Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:03:50.882Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:03:59.601Z] $ docker stop --time=1 4085e63e0bac98559cff0da9324026731da0f51d782b0e02bf07c94a2251d0e6 [2020-09-24T21:04:01.092Z] $ docker rm -f 4085e63e0bac98559cff0da9324026731da0f51d782b0e02bf07c94a2251d0e6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:04:01.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:04:01.681Z] . [Pipeline] withDockerContainer [2020-09-24T21:04:01.791Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:04:01.837Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:04:02.536Z] $ docker top f6dcbc01ee9f672f6a3b30053e8025b8ef4cd7773b89e2ba6795b06f8c03fe52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:04:03.086Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:04:03.086Z] + tee [2020-09-24T21:04:03.086Z] clair timeout 1m0s [2020-09-24T21:04:03.086Z] docker timeout: 1m0s [2020-09-24T21:04:03.086Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:04:04.588Z] $ docker stop --time=1 f6dcbc01ee9f672f6a3b30053e8025b8ef4cd7773b89e2ba6795b06f8c03fe52 [2020-09-24T21:04:05.992Z] $ docker rm -f f6dcbc01ee9f672f6a3b30053e8025b8ef4cd7773b89e2ba6795b06f8c03fe52 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:04:06.492Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:04:06.507Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:04:06.561Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:04:07.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:04:07.021Z] . [Pipeline] withDockerContainer [2020-09-24T21:04:07.126Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:04:07.175Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:04:07.879Z] $ docker top 5f4c1929ddb99fbe6bfffb3da266daeb62162a3dfe9ee7ac8a4988703dfbd687 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:04:08.394Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:04:08.394Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:04:11.914Z] $ docker stop --time=1 5f4c1929ddb99fbe6bfffb3da266daeb62162a3dfe9ee7ac8a4988703dfbd687 [2020-09-24T21:04:13.280Z] $ docker rm -f 5f4c1929ddb99fbe6bfffb3da266daeb62162a3dfe9ee7ac8a4988703dfbd687 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:04:13.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:04:13.790Z] . [Pipeline] withDockerContainer [2020-09-24T21:04:13.892Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:04:13.949Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:04:14.705Z] $ docker top 194b89e591c486048677fddc1e77915c147eda404d2c522dd0fcc85793afcf51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:04:15.279Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:04:15.279Z] + tee [2020-09-24T21:04:15.279Z] clair timeout 1m0s [2020-09-24T21:04:15.279Z] docker timeout: 1m0s [2020-09-24T21:04:15.279Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:04:15.961Z] $ docker stop --time=1 194b89e591c486048677fddc1e77915c147eda404d2c522dd0fcc85793afcf51 [2020-09-24T21:04:17.333Z] $ docker rm -f 194b89e591c486048677fddc1e77915c147eda404d2c522dd0fcc85793afcf51 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:04:17.810Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:04:17.823Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-support-logging-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:04:17.878Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:04:18.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:04:18.248Z] . [Pipeline] withDockerContainer [2020-09-24T21:04:18.343Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:04:18.388Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:04:19.021Z] $ docker top 7375851f89e603c2e3d0dcea2f1d6e9af0f914886821f83a09f968416a81e6ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:04:19.558Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:04:19.559Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:04:25.016Z] $ docker stop --time=1 7375851f89e603c2e3d0dcea2f1d6e9af0f914886821f83a09f968416a81e6ee [2020-09-24T21:04:26.410Z] $ docker rm -f 7375851f89e603c2e3d0dcea2f1d6e9af0f914886821f83a09f968416a81e6ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:04:26.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:04:26.993Z] . [Pipeline] withDockerContainer [2020-09-24T21:04:27.104Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:04:27.154Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:04:27.889Z] $ docker top b3e79f34e2c8b9bb4e9a6aa6285beee9d2796e900c53c2328ab8e0ed40523c4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:04:28.452Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:04:28.453Z] + tee [2020-09-24T21:04:28.453Z] clair timeout 1m0s [2020-09-24T21:04:28.453Z] docker timeout: 1m0s [2020-09-24T21:04:28.453Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:04:29.508Z] $ docker stop --time=1 b3e79f34e2c8b9bb4e9a6aa6285beee9d2796e900c53c2328ab8e0ed40523c4c [2020-09-24T21:04:30.867Z] $ docker rm -f b3e79f34e2c8b9bb4e9a6aa6285beee9d2796e900c53c2328ab8e0ed40523c4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:04:31.366Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:04:31.509Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-support-notifications-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:04:31.599Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:04:32.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:04:32.024Z] . [Pipeline] withDockerContainer [2020-09-24T21:04:32.129Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:04:32.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:04:32.915Z] $ docker top 8089631c3f7a0389b50a663138492e50711e38adc51e667f1c21d23ecd65d6b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:04:33.433Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:04:33.433Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:04:36.147Z] $ docker stop --time=1 8089631c3f7a0389b50a663138492e50711e38adc51e667f1c21d23ecd65d6b8 [2020-09-24T21:04:37.508Z] $ docker rm -f 8089631c3f7a0389b50a663138492e50711e38adc51e667f1c21d23ecd65d6b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:04:38.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:04:38.004Z] . [Pipeline] withDockerContainer [2020-09-24T21:04:38.113Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:04:38.164Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:04:38.814Z] $ docker top edc5b44f7eac188866e22c2025e7727732b48a70e02106ca9562935b7834a1dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:04:39.362Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:04:39.362Z] + tee [2020-09-24T21:04:39.362Z] clair timeout 1m0s [2020-09-24T21:04:39.362Z] docker timeout: 1m0s [2020-09-24T21:04:39.362Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:04:40.050Z] $ docker stop --time=1 edc5b44f7eac188866e22c2025e7727732b48a70e02106ca9562935b7834a1dd [2020-09-24T21:04:41.461Z] $ docker rm -f edc5b44f7eac188866e22c2025e7727732b48a70e02106ca9562935b7834a1dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:04:41.960Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:04:41.977Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-support-scheduler-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:04:42.031Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:04:42.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:04:42.377Z] . [Pipeline] withDockerContainer [2020-09-24T21:04:42.515Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:04:42.578Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:04:43.436Z] $ docker top 0cee5cb6fdf04630a4640e01d06066651b4de15f4a13fc05bdbf10b0db0a32b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:04:44.036Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:04:44.036Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:04:59.136Z] $ docker stop --time=1 0cee5cb6fdf04630a4640e01d06066651b4de15f4a13fc05bdbf10b0db0a32b8 [2020-09-24T21:05:00.589Z] $ docker rm -f 0cee5cb6fdf04630a4640e01d06066651b4de15f4a13fc05bdbf10b0db0a32b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:05:01.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-24T21:05:01.169Z] . [Pipeline] withDockerContainer [2020-09-24T21:05:01.332Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:05:01.442Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:05:02.268Z] $ docker top efcfecb5337e19a06cd4115adf3a70064a9e37b145e393f160e663ccba94c7cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T21:05:03.067Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 [2020-09-24T21:05:03.067Z] clair timeout 1m0s [2020-09-24T21:05:03.067Z] docker timeout: 1m0s [2020-09-24T21:05:03.067Z] no whitelist file [2020-09-24T21:05:03.067Z] + tee [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-24T21:05:04.694Z] $ docker stop --time=1 efcfecb5337e19a06cd4115adf3a70064a9e37b145e393f160e663ccba94c7cf [2020-09-24T21:05:06.142Z] $ docker rm -f efcfecb5337e19a06cd4115adf3a70064a9e37b145e393f160e663ccba94c7cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-24T21:05:07.101Z] + mkdir -p /w/workspace/edgex-go/147/clair-reports [Pipeline] echo [2020-09-24T21:05:07.189Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/147/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_0f12b6345f82ca2bb02c895b17bbdd60d5a3af97.html [Pipeline] writeFile [Pipeline] step [2020-09-24T21:05:07.426Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-24T21:05:08.729Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T21:05:08.995Z] provisioning config files... [2020-09-24T21:05:09.037Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/147@tmp/config5823077861801218146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:05:09.696Z] --> edgex-publish-swagger.sh [2020-09-24T21:05:09.696Z] === Publish openapi/v1 API === [2020-09-24T21:05:09.696Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-24T21:05:09.696Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-24T21:05:09.696Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:09.696Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:11.044Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8563 0:00:01 0:00:01 --:--:-- 8567 100 10521 0 0 100 10521 0 8561 0:00:01 0:00:01 --:--:-- 8567 [2020-09-24T21:05:11.045Z] [2020-09-24T21:05:11.045Z] [2020-09-24T21:05:11.045Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-24T21:05:11.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:11.045Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:12.044Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30240 0:00:01 0:00:01 --:--:-- 30284 100 32556 0 0 100 32556 0 30234 0:00:01 0:00:01 --:--:-- 30284 [2020-09-24T21:05:12.044Z] [2020-09-24T21:05:12.044Z] [2020-09-24T21:05:12.044Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-24T21:05:12.044Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:12.044Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:13.545Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62282 0:00:01 0:00:01 --:--:-- 62316 100 73720 0 0 100 73720 0 62273 0:00:01 0:00:01 --:--:-- 62316 [2020-09-24T21:05:13.545Z] [2020-09-24T21:05:13.545Z] [2020-09-24T21:05:13.545Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-24T21:05:13.545Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:13.545Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:14.225Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12567 0:00:01 0:00:01 --:--:-- 12574 100 13580 0 0 100 13580 0 12565 0:00:01 0:00:01 --:--:-- 12574 [2020-09-24T21:05:14.225Z] [2020-09-24T21:05:14.225Z] [2020-09-24T21:05:14.225Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-24T21:05:14.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:14.225Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:15.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34896 0:00:01 0:00:01 --:--:-- 34909 100 38889 0 0 100 38889 0 34891 0:00:01 0:00:01 --:--:-- 34909 [2020-09-24T21:05:15.736Z] [2020-09-24T21:05:15.736Z] [2020-09-24T21:05:15.736Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-24T21:05:15.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:15.736Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:16.356Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 14036 0:00:01 0:00:01 --:--:-- 14051 100 14248 0 0 100 14248 0 14032 0:00:01 0:00:01 --:--:-- 14037 [2020-09-24T21:05:16.356Z] [2020-09-24T21:05:16.356Z] [2020-09-24T21:05:16.356Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-24T21:05:16.356Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:16.356Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:17.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4024 0:00:01 0:00:01 --:--:-- 4028 100 4109 0 0 100 4109 0 4024 0:00:01 0:00:01 --:--:-- 4028 [2020-09-24T21:05:17.789Z] [2020-09-24T21:05:17.789Z] [2020-09-24T21:05:17.789Z] === Publish openapi/v2 API === [2020-09-24T21:05:17.789Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-24T21:05:17.789Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-24T21:05:17.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:17.789Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:18.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 27012 0:00:01 0:00:01 --:--:-- 27018 100 30234 0 0 100 30234 0 27007 0:00:01 0:00:01 --:--:-- 27018 [2020-09-24T21:05:18.769Z] [2020-09-24T21:05:18.769Z] [2020-09-24T21:05:18.769Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-24T21:05:18.769Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:18.769Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:19.905Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 51026 0:00:01 0:00:01 --:--:-- 51048 [2020-09-24T21:05:19.905Z] [2020-09-24T21:05:19.905Z] [2020-09-24T21:05:19.905Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-24T21:05:19.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:19.905Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:20.864Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 62939 0:00:01 0:00:01 --:--:-- 62899 100 68246 0 0 100 68246 0 62928 0:00:01 0:00:01 --:--:-- 62899 [2020-09-24T21:05:20.864Z] [2020-09-24T21:05:20.864Z] [2020-09-24T21:05:20.864Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-24T21:05:20.864Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:20.864Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:22.323Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 23852 0:00:01 0:00:01 --:--:-- 23873 100 26165 0 0 100 26165 0 23849 0:00:01 0:00:01 --:--:-- 23873 [2020-09-24T21:05:22.323Z] [2020-09-24T21:05:22.323Z] [2020-09-24T21:05:22.323Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-24T21:05:22.323Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:22.324Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:23.942Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 52775 0:00:01 0:00:01 --:--:-- 52797 100 63410 0 0 100 63410 0 36373 0:00:01 0:00:01 --:--:-- 36379 [2020-09-24T21:05:23.942Z] [2020-09-24T21:05:23.942Z] [2020-09-24T21:05:23.942Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-24T21:05:23.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:23.942Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:24.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 40567 0:00:01 0:00:01 --:--:-- 40571 100 46049 0 0 100 46049 0 40560 0:00:01 0:00:01 --:--:-- 40536 [2020-09-24T21:05:24.908Z] [2020-09-24T21:05:24.908Z] [2020-09-24T21:05:24.908Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-24T21:05:24.908Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T21:05:24.908Z] Dload Upload Total Spent Left Speed [2020-09-24T21:05:26.314Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 21195 0:00:01 0:00:01 --:--:-- 21208 100 24114 0 0 100 24114 0 21190 0:00:01 0:00:01 --:--:-- 21208 [2020-09-24T21:05:26.314Z] [2020-09-24T21:05:26.314Z] [Pipeline] } [2020-09-24T21:05:26.331Z] 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-24T21:05:37.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:05:37.698Z] . [Pipeline] withDockerContainer [2020-09-24T21:05:37.822Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:05:37.871Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:05:38.798Z] $ docker top ee4ef16248561f3943c6f16153bb13b40e7ea1441c6b56c509c9e7d57a06c968 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:05:39.100Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:05:39.100Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:05:39.375Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:05:39.381Z] $ docker exec ee4ef16248561f3943c6f16153bb13b40e7ea1441c6b56c509c9e7d57a06c968 ssh-agent [2020-09-24T21:05:39.603Z] SSH_AUTH_SOCK=/tmp/ssh-tczSqVPcs0or/agent.11 [2020-09-24T21:05:39.603Z] SSH_AGENT_PID=17 [2020-09-24T21:05:39.611Z] Running ssh-add (command line suppressed) [2020-09-24T21:05:39.755Z] Identity added: /w/workspace/edgex-go/147@tmp/private_key_2049422993095794970.key (/w/workspace/edgex-go/147@tmp/private_key_2049422993095794970.key) [2020-09-24T21:05:39.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:05:40.146Z] + git semver tag [2020-09-24T21:05:40.146Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:05:40.146Z] # $GIT_DIR = /w/workspace/edgex-go/147/.git [2020-09-24T21:05:40.146Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/147 [2020-09-24T21:05:40.146Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:05:40.146Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:05:40.146Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:05:40.146Z] # $SEMVER_BRANCH = master [2020-09-24T21:05:40.146Z] # $SEMVER_DIR = /w/workspace/edgex-go/147/.semver [2020-09-24T21:05:40.146Z] # 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 HEAD [2020-09-24T21:05:40.722Z] # -> Force: false [2020-09-24T21:05:40.722Z] # 3dcd7a9c9685217b998dc560d879d2838aa1e365 refs/tags/v1.2.2-dev.32 [Pipeline] } [2020-09-24T21:05:40.738Z] $ docker exec --env ******** --env ******** ee4ef16248561f3943c6f16153bb13b40e7ea1441c6b56c509c9e7d57a06c968 ssh-agent -k [2020-09-24T21:05:40.901Z] unset SSH_AUTH_SOCK; [2020-09-24T21:05:40.901Z] unset SSH_AGENT_PID; [2020-09-24T21:05:40.901Z] echo Agent pid 17 killed; [2020-09-24T21:05:40.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:05:41.449Z] + git semver [Pipeline] } [2020-09-24T21:05:41.483Z] $ docker stop --time=1 ee4ef16248561f3943c6f16153bb13b40e7ea1441c6b56c509c9e7d57a06c968 [2020-09-24T21:05:42.861Z] $ docker rm -f ee4ef16248561f3943c6f16153bb13b40e7ea1441c6b56c509c9e7d57a06c968 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:05:43.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:05:43.539Z] [2020-09-24T21:05:43.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:05:43.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:05:43.879Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-24T21:05:43.879Z] ab5ef0e58194: Pulling fs layer [2020-09-24T21:05:43.879Z] 9712f1f96733: Pulling fs layer [2020-09-24T21:05:43.879Z] 63f879dbbcfc: Pulling fs layer [2020-09-24T21:05:43.879Z] 0d9ebad4ef96: Pulling fs layer [2020-09-24T21:05:43.879Z] e9a5061849ea: Pulling fs layer [2020-09-24T21:05:43.879Z] d747dcd14b5f: Pulling fs layer [2020-09-24T21:05:43.879Z] 2de7ff778b66: Pulling fs layer [2020-09-24T21:05:43.879Z] e9a5061849ea: Waiting [2020-09-24T21:05:43.879Z] d747dcd14b5f: Waiting [2020-09-24T21:05:43.879Z] 2de7ff778b66: Waiting [2020-09-24T21:05:43.879Z] 0d9ebad4ef96: Waiting [2020-09-24T21:05:43.879Z] 9712f1f96733: Verifying Checksum [2020-09-24T21:05:43.879Z] 9712f1f96733: Download complete [2020-09-24T21:05:46.438Z] 63f879dbbcfc: Verifying Checksum [2020-09-24T21:05:46.438Z] 63f879dbbcfc: Download complete [2020-09-24T21:05:46.438Z] e9a5061849ea: Verifying Checksum [2020-09-24T21:05:46.438Z] e9a5061849ea: Download complete [2020-09-24T21:05:46.438Z] d747dcd14b5f: Download complete [2020-09-24T21:05:46.706Z] 2de7ff778b66: Verifying Checksum [2020-09-24T21:05:46.706Z] 2de7ff778b66: Download complete [2020-09-24T21:05:47.279Z] 0d9ebad4ef96: Verifying Checksum [2020-09-24T21:05:47.279Z] ab5ef0e58194: Verifying Checksum [2020-09-24T21:05:47.279Z] ab5ef0e58194: Download complete [2020-09-24T21:05:51.516Z] ab5ef0e58194: Pull complete [2020-09-24T21:05:51.778Z] 9712f1f96733: Pull complete [2020-09-24T21:05:54.345Z] 63f879dbbcfc: Pull complete [2020-09-24T21:06:00.977Z] 0d9ebad4ef96: Pull complete [2020-09-24T21:06:01.552Z] e9a5061849ea: Pull complete [2020-09-24T21:06:01.818Z] d747dcd14b5f: Pull complete [2020-09-24T21:06:04.432Z] 2de7ff778b66: Pull complete [2020-09-24T21:06:04.432Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-24T21:06:04.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:06:04.432Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-24T21:06:04.646Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:06:04.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:06:08.799Z] $ docker top 31dfb6158c6b22eff00662576e15106ec4d3ca90b8dc8c64b6827706cb458498 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-24T21:06:09.020Z] provisioning config files... [2020-09-24T21:06:09.033Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/147@tmp/config5937113162366255707tmp [2020-09-24T21:06:09.055Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/147@tmp/config5998344995105228610tmp [2020-09-24T21:06:09.071Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/147@tmp/config2412544608825170522tmp [Pipeline] { [Pipeline] echo [2020-09-24T21:06:09.124Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:06:09.437Z] ---> sigul-configuration.sh [2020-09-24T21:06:09.437Z] gpg: directory `/root/.gnupg' created [2020-09-24T21:06:09.437Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-24T21:06:09.437Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-24T21:06:09.437Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-24T21:06:09.437Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-24T21:06:09.437Z] gpg: CAST5 encrypted data [2020-09-24T21:06:09.702Z] gpg: encrypted with 1 passphrase [2020-09-24T21:06:09.702Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-24T21:06:10.011Z] + mkdir /home/jenkins [2020-09-24T21:06:10.011Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-24T21:06:10.315Z] + 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-24T21:06:10.327Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:06:10.649Z] ---> sigul-install.sh [2020-09-24T21:06:18.947Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-24T21:06:19.423Z] + git tag --list [2020-09-24T21:06:19.423Z] 0.6.0 [2020-09-24T21:06:19.423Z] 0.6.1 [2020-09-24T21:06:19.423Z] 0.7.0 [2020-09-24T21:06:19.423Z] 0.7.1 [2020-09-24T21:06:19.423Z] v1.0.0 [2020-09-24T21:06:19.423Z] v1.0.1 [2020-09-24T21:06:19.423Z] v1.1.0 [2020-09-24T21:06:19.423Z] v1.2.0 [2020-09-24T21:06:19.423Z] v1.2.1 [2020-09-24T21:06:19.423Z] v1.2.2-dev.1 [2020-09-24T21:06:19.423Z] v1.2.2-dev.10 [2020-09-24T21:06:19.423Z] v1.2.2-dev.11 [2020-09-24T21:06:19.423Z] v1.2.2-dev.12 [2020-09-24T21:06:19.423Z] v1.2.2-dev.13 [2020-09-24T21:06:19.423Z] v1.2.2-dev.14 [2020-09-24T21:06:19.423Z] v1.2.2-dev.15 [2020-09-24T21:06:19.423Z] v1.2.2-dev.16 [2020-09-24T21:06:19.423Z] v1.2.2-dev.17 [2020-09-24T21:06:19.423Z] v1.2.2-dev.18 [2020-09-24T21:06:19.423Z] v1.2.2-dev.19 [2020-09-24T21:06:19.423Z] v1.2.2-dev.2 [2020-09-24T21:06:19.423Z] v1.2.2-dev.20 [2020-09-24T21:06:19.423Z] v1.2.2-dev.21 [2020-09-24T21:06:19.423Z] v1.2.2-dev.22 [2020-09-24T21:06:19.423Z] v1.2.2-dev.23 [2020-09-24T21:06:19.423Z] v1.2.2-dev.24 [2020-09-24T21:06:19.423Z] v1.2.2-dev.25 [2020-09-24T21:06:19.423Z] v1.2.2-dev.26 [2020-09-24T21:06:19.423Z] v1.2.2-dev.27 [2020-09-24T21:06:19.423Z] v1.2.2-dev.28 [2020-09-24T21:06:19.423Z] v1.2.2-dev.29 [2020-09-24T21:06:19.423Z] v1.2.2-dev.3 [2020-09-24T21:06:19.423Z] v1.2.2-dev.30 [2020-09-24T21:06:19.423Z] v1.2.2-dev.31 [2020-09-24T21:06:19.423Z] v1.2.2-dev.32 [2020-09-24T21:06:19.423Z] v1.2.2-dev.4 [2020-09-24T21:06:19.423Z] v1.2.2-dev.5 [2020-09-24T21:06:19.423Z] v1.2.2-dev.6 [2020-09-24T21:06:19.423Z] v1.2.2-dev.7 [2020-09-24T21:06:19.423Z] v1.2.2-dev.8 [2020-09-24T21:06:19.423Z] v1.2.2-dev.9 [Pipeline] sh [2020-09-24T21:06:20.042Z] + lftools sign git-tag v1.2.2-dev.32 [2020-09-24T21:06:21.477Z] Signing Git tag with Sigul... [2020-09-24T21:06:21.477Z] Signing v1.2.2-dev.32 [Pipeline] echo [2020-09-24T21:06:22.922Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:06:23.239Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-24T21:06:23.325Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-24T21:06:23.538Z] $ docker stop --time=1 31dfb6158c6b22eff00662576e15106ec4d3ca90b8dc8c64b6827706cb458498 [2020-09-24T21:06:25.586Z] $ docker rm -f 31dfb6158c6b22eff00662576e15106ec4d3ca90b8dc8c64b6827706cb458498 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:26.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:06:26.891Z] . [Pipeline] withDockerContainer [2020-09-24T21:06:27.118Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:06:27.310Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:06:28.187Z] $ docker top a4d3240d483d608905af4d1285e5e1a01b3d67b546eeeb8d6443b49fc578e557 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:06:28.561Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:06:28.561Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:06:28.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:06:28.827Z] $ docker exec a4d3240d483d608905af4d1285e5e1a01b3d67b546eeeb8d6443b49fc578e557 ssh-agent [2020-09-24T21:06:29.020Z] SSH_AUTH_SOCK=/tmp/ssh-Rho4l4tjQ3TW/agent.12 [2020-09-24T21:06:29.020Z] SSH_AGENT_PID=17 [2020-09-24T21:06:29.043Z] Running ssh-add (command line suppressed) [2020-09-24T21:06:29.181Z] Identity added: /w/workspace/edgex-go/147@tmp/private_key_818140905921451929.key (/w/workspace/edgex-go/147@tmp/private_key_818140905921451929.key) [2020-09-24T21:06:29.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:06:29.596Z] + git semver bump pre [2020-09-24T21:06:29.596Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:06:29.596Z] # $GIT_DIR = /w/workspace/edgex-go/147/.git [2020-09-24T21:06:29.596Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/147 [2020-09-24T21:06:29.596Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:06:29.596Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:06:29.596Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:06:29.596Z] # $SEMVER_BRANCH = master [2020-09-24T21:06:29.596Z] # $SEMVER_DIR = /w/workspace/edgex-go/147/.semver [2020-09-24T21:06:29.596Z] 1.2.2-dev.33 [Pipeline] } [2020-09-24T21:06:29.615Z] $ docker exec --env ******** --env ******** a4d3240d483d608905af4d1285e5e1a01b3d67b546eeeb8d6443b49fc578e557 ssh-agent -k [2020-09-24T21:06:29.753Z] unset SSH_AUTH_SOCK; [2020-09-24T21:06:29.753Z] unset SSH_AGENT_PID; [2020-09-24T21:06:29.753Z] echo Agent pid 17 killed; [2020-09-24T21:06:29.804Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:06:30.332Z] + git semver [Pipeline] } [2020-09-24T21:06:30.361Z] $ docker stop --time=1 a4d3240d483d608905af4d1285e5e1a01b3d67b546eeeb8d6443b49fc578e557 [2020-09-24T21:06:31.717Z] $ docker rm -f a4d3240d483d608905af4d1285e5e1a01b3d67b546eeeb8d6443b49fc578e557 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:32.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:06:32.349Z] . [Pipeline] withDockerContainer [2020-09-24T21:06:32.615Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:06:32.677Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:06:33.309Z] $ docker top 4446f7e1025981ed40334c82e5efd131ba62617637cbc398b2ff2472e3b700a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:06:33.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:06:33.716Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:06:33.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:06:33.914Z] $ docker exec 4446f7e1025981ed40334c82e5efd131ba62617637cbc398b2ff2472e3b700a0 ssh-agent [2020-09-24T21:06:34.106Z] SSH_AUTH_SOCK=/tmp/ssh-1Z5S4SEJZ4gT/agent.11 [2020-09-24T21:06:34.106Z] SSH_AGENT_PID=17 [2020-09-24T21:06:34.114Z] Running ssh-add (command line suppressed) [2020-09-24T21:06:34.247Z] Identity added: /w/workspace/edgex-go/147@tmp/private_key_923898728806436732.key (/w/workspace/edgex-go/147@tmp/private_key_923898728806436732.key) [2020-09-24T21:06:34.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:06:34.661Z] + git semver push [2020-09-24T21:06:34.661Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:06:34.661Z] # $GIT_DIR = /w/workspace/edgex-go/147/.git [2020-09-24T21:06:34.661Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/147 [2020-09-24T21:06:34.661Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:06:34.661Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:06:34.661Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:06:34.661Z] # $SEMVER_BRANCH = master [2020-09-24T21:06:34.661Z] # $SEMVER_DIR = /w/workspace/edgex-go/147/.semver [Pipeline] } [2020-09-24T21:06:44.705Z] $ docker exec --env ******** --env ******** 4446f7e1025981ed40334c82e5efd131ba62617637cbc398b2ff2472e3b700a0 ssh-agent -k [2020-09-24T21:06:44.863Z] unset SSH_AUTH_SOCK; [2020-09-24T21:06:44.863Z] unset SSH_AGENT_PID; [2020-09-24T21:06:44.863Z] echo Agent pid 17 killed; [2020-09-24T21:06:44.929Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:06:45.414Z] + git semver [Pipeline] } [2020-09-24T21:06:45.432Z] $ docker stop --time=1 4446f7e1025981ed40334c82e5efd131ba62617637cbc398b2ff2472e3b700a0 [2020-09-24T21:06:46.797Z] $ docker rm -f 4446f7e1025981ed40334c82e5efd131ba62617637cbc398b2ff2472e3b700a0 [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-24T21:06:47.775Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:06:48.648Z] ---> package-listing.sh [2020-09-24T21:06:48.648Z] ++ facter osfamily [2020-09-24T21:06:48.648Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T21:06:48.648Z] + OS_FAMILY=redhat [2020-09-24T21:06:48.648Z] + workspace=/w/workspace/edgex-go/147 [2020-09-24T21:06:48.648Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T21:06:48.648Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T21:06:48.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T21:06:48.648Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T21:06:48.648Z] + '[' /w/workspace/edgex-go/147 ']' [2020-09-24T21:06:48.648Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T21:06:48.648Z] + case "${OS_FAMILY}" in [2020-09-24T21:06:48.648Z] + rpm -qa [2020-09-24T21:06:48.648Z] + sort [2020-09-24T21:06:52.872Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T21:06:52.872Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T21:06:52.872Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T21:06:52.872Z] + '[' /w/workspace/edgex-go/147 ']' [2020-09-24T21:06:52.872Z] + mkdir -p /w/workspace/edgex-go/147/archives/ [2020-09-24T21:06:52.872Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/147/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:53.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:06:53.356Z] [2020-09-24T21:06:53.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:53.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:06:53.706Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T21:06:53.706Z] df20fa9351a1: Already exists [2020-09-24T21:06:53.706Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T21:06:53.706Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T21:06:53.706Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T21:06:53.706Z] 0dadc02b9964: Pulling fs layer [2020-09-24T21:06:53.706Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T21:06:53.706Z] 7a184a31f384: Pulling fs layer [2020-09-24T21:06:53.706Z] 0879bd2ef858: Pulling fs layer [2020-09-24T21:06:53.706Z] ce6a7cf60c04: Waiting [2020-09-24T21:06:53.706Z] 7a184a31f384: Waiting [2020-09-24T21:06:53.706Z] 0dadc02b9964: Waiting [2020-09-24T21:06:53.706Z] 0879bd2ef858: Waiting [2020-09-24T21:06:53.706Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T21:06:53.706Z] 46f8f816bc3b: Download complete [2020-09-24T21:06:53.706Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T21:06:53.975Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T21:06:53.975Z] ce6a7cf60c04: Download complete [2020-09-24T21:06:53.975Z] 7a184a31f384: Verifying Checksum [2020-09-24T21:06:53.975Z] 7a184a31f384: Download complete [2020-09-24T21:06:53.975Z] 0dadc02b9964: Verifying Checksum [2020-09-24T21:06:53.975Z] 0dadc02b9964: Download complete [2020-09-24T21:06:54.238Z] 36b3adc4ff6f: Pull complete [2020-09-24T21:06:54.238Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T21:06:54.238Z] 8ad3a11d3b57: Download complete [2020-09-24T21:06:54.814Z] 0879bd2ef858: Verifying Checksum [2020-09-24T21:06:54.814Z] 0879bd2ef858: Download complete [2020-09-24T21:06:55.076Z] 8ad3a11d3b57: Pull complete [2020-09-24T21:06:55.076Z] 46f8f816bc3b: Pull complete [2020-09-24T21:06:55.339Z] 0dadc02b9964: Pull complete [2020-09-24T21:06:55.601Z] ce6a7cf60c04: Pull complete [2020-09-24T21:06:55.601Z] 7a184a31f384: Pull complete [2020-09-24T21:06:58.918Z] 0879bd2ef858: Pull complete [2020-09-24T21:06:58.918Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T21:06:58.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:06:59.181Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T21:06:59.343Z] prd-centos7-docker-4c-2g-1240 does not seem to be running inside a container [2020-09-24T21:06:59.451Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/147 -v /w/workspace/edgex-go/147:/w/workspace/edgex-go/147:rw,z -v /w/workspace/edgex-go/147@tmp:/w/workspace/edgex-go/147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-24T21:07:03.930Z] $ docker top d64b76c40bb3ee8c6aa297289cdf76518d5fa0f251c965b02bc7dfcfd914d065 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:07:04.489Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T21:07:04.797Z] + ls /var/log/sa-host [2020-09-24T21:07:04.797Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T21:07:04.797Z] file_magic: OK [2020-09-24T21:07:04.797Z] HZ: Using current value: 100 [2020-09-24T21:07:04.797Z] file_header: OK [2020-09-24T21:07:04.797Z] 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-24T21:07:04.797Z] Statistics: [2020-09-24T21:07:04.797Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T21:07:04.797Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T21:07:04.797Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T21:07:04.797Z] file_magic: OK [2020-09-24T21:07:04.797Z] HZ: Using current value: 100 [2020-09-24T21:07:04.797Z] file_header: OK [2020-09-24T21:07:04.797Z] 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-24T21:07:04.797Z] Statistics: [2020-09-24T21:07:04.797Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T21:07:04.797Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T21:07:04.918Z] provisioning config files... [2020-09-24T21:07:04.935Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/147@tmp/config6030749386613952947tmp [Pipeline] { [Pipeline] echo [2020-09-24T21:07:05.003Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:07:05.302Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T21:07:05.312Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:07:05.614Z] ---> logs-deploy.sh [2020-09-24T21:07:05.614Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/147 [2020-09-24T21:07:05.614Z] INFO: archiving workspace using pattern(s): [2020-09-24T21:07:07.001Z] Archives upload complete. [2020-09-24T21:07:07.001Z] INFO: archiving logs to Nexus