Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d9e5544168fa65d70e3b4e2a5a846c36277168af 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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, goVersion:1.13, 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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1262 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/132 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/132 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision d9e5544168fa65d70e3b4e2a5a846c36277168af (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9e5544168fa65d70e3b4e2a5a846c36277168af # timeout=10 Commit message: "Merge pull request #2679 from lenny-intel/unitTests" > git rev-list --no-walk 016a25bfa3c74bf8a86852979d1368c9b238eb44 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-03T10:08:27.001Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-03T10:08:27.216Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-03T10:08:27.298Z] ========================================================= [2020-09-03T10:08:27.298Z] EdgeX Global Pipelines Version Info [2020-09-03T10:08:27.298Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:08:29.673Z] ------------------- [2020-09-03T10:08:29.673Z] stable info: [2020-09-03T10:08:29.673Z] ------------------- [2020-09-03T10:08:29.673Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T10:08:29.673Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T10:08:29.673Z] Message: update stable to v1.0.117 [2020-09-03T10:08:30.662Z] ------------------- [2020-09-03T10:08:30.662Z] experimental info: [2020-09-03T10:08:30.662Z] ------------------- [2020-09-03T10:08:30.662Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T10:08:30.662Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T10:08:30.662Z] Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-03T10:08:31.127Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-03T10:08:31.223Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-03T10:08:31.379Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-03T10:08:31.455Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-03T10:08:31.549Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-03T10:08:31.638Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-03T10:08:31.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-03T10:08:31.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-03T10:08:31.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-03T10:08:32.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-03T10:08:32.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-03T10:08:32.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-03T10:08:32.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-03T10:08:32.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-03T10:08:32.495Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T10:08:32.586Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T10:08:32.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-03T10:08:32.740Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-03T10:08:32.865Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-03T10:08:32.947Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-03T10:08:33.022Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-03T10:08:33.097Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-03T10:08:33.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-03T10:08:33.300Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-03T10:08:33.379Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] echo [2020-09-03T10:08:33.456Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d9e5544 [Pipeline] echo [2020-09-03T10:08:33.536Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-03T10:08:33.927Z] ++ 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-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/core-command/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/core-data/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-03T10:08:33.927Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-03T10:08:33.927Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-03T10:08:33.927Z] ++ cut -d/ -f2 [2020-09-03T10:08:33.927Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-03T10:08:34.024Z] 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-03T10:08:35.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T10:08:35.517Z] [2020-09-03T10:08:35.517Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:08:35.883Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T10:08:36.169Z] latest: Pulling from edgex-devops/git-semver [2020-09-03T10:08:36.169Z] 31603596830f: Pulling fs layer [2020-09-03T10:08:36.169Z] 2a8b12db71e7: Pulling fs layer [2020-09-03T10:08:36.169Z] 6ca5941a6612: Pulling fs layer [2020-09-03T10:08:36.169Z] ecc8261a40a4: Pulling fs layer [2020-09-03T10:08:36.169Z] ecc8261a40a4: Waiting [2020-09-03T10:08:36.169Z] 2a8b12db71e7: Verifying Checksum [2020-09-03T10:08:36.169Z] 2a8b12db71e7: Download complete [2020-09-03T10:08:36.169Z] 31603596830f: Verifying Checksum [2020-09-03T10:08:36.169Z] 31603596830f: Download complete [2020-09-03T10:08:36.169Z] 6ca5941a6612: Verifying Checksum [2020-09-03T10:08:36.169Z] 6ca5941a6612: Download complete [2020-09-03T10:08:36.451Z] ecc8261a40a4: Verifying Checksum [2020-09-03T10:08:36.451Z] ecc8261a40a4: Download complete [2020-09-03T10:08:36.740Z] 31603596830f: Pull complete [2020-09-03T10:08:37.017Z] 2a8b12db71e7: Pull complete [2020-09-03T10:08:38.210Z] 6ca5941a6612: Pull complete [2020-09-03T10:08:38.522Z] ecc8261a40a4: Pull complete [2020-09-03T10:08:38.803Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-03T10:08:38.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T10:08:38.803Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-03T10:08:38.986Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:08:39.188Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:08:41.288Z] $ docker top 0ab30dec9ff8d256d7975064ea13eaf5da24c43b06ac5e593e5158dd387736c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T10:08:41.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T10:08:41.624Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T10:08:41.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T10:08:41.944Z] $ docker exec 0ab30dec9ff8d256d7975064ea13eaf5da24c43b06ac5e593e5158dd387736c0 ssh-agent [2020-09-03T10:08:42.412Z] SSH_AUTH_SOCK=/tmp/ssh-w0ex1q0pm8Xj/agent.11 [2020-09-03T10:08:42.412Z] SSH_AGENT_PID=16 [2020-09-03T10:08:42.428Z] Running ssh-add (command line suppressed) [2020-09-03T10:08:42.573Z] Identity added: /w/workspace/edgex-go/132@tmp/private_key_3786969889032947341.key (/w/workspace/edgex-go/132@tmp/private_key_3786969889032947341.key) [2020-09-03T10:08:42.687Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T10:08:43.078Z] + git describe --exact-match --tags HEAD [2020-09-03T10:08:43.078Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-03T10:08:43.114Z] $ docker exec --env ******** --env ******** 0ab30dec9ff8d256d7975064ea13eaf5da24c43b06ac5e593e5158dd387736c0 ssh-agent -k [2020-09-03T10:08:43.253Z] unset SSH_AUTH_SOCK; [2020-09-03T10:08:43.254Z] unset SSH_AGENT_PID; [2020-09-03T10:08:43.254Z] echo Agent pid 16 killed; [2020-09-03T10:08:43.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-03T10:08:43.429Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-03T10:08:43.429Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-03T10:08:43.532Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T10:08:43.532Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T10:08:43.921Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T10:08:43.928Z] $ docker exec 0ab30dec9ff8d256d7975064ea13eaf5da24c43b06ac5e593e5158dd387736c0 ssh-agent [2020-09-03T10:08:44.146Z] SSH_AUTH_SOCK=/tmp/ssh-RcMtQy2M71Pu/agent.45 [2020-09-03T10:08:44.146Z] SSH_AGENT_PID=50 [2020-09-03T10:08:44.167Z] Running ssh-add (command line suppressed) [2020-09-03T10:08:44.316Z] Identity added: /w/workspace/edgex-go/132@tmp/private_key_8800937926926691366.key (/w/workspace/edgex-go/132@tmp/private_key_8800937926926691366.key) [2020-09-03T10:08:44.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T10:08:44.742Z] + git semver init [2020-09-03T10:08:44.742Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T10:08:44.742Z] # $GIT_DIR = /w/workspace/edgex-go/132/.git [2020-09-03T10:08:44.742Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/132 [2020-09-03T10:08:44.742Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T10:08:44.742Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T10:08:44.742Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T10:08:44.742Z] # $SEMVER_BRANCH = master [2020-09-03T10:08:44.742Z] # $SEMVER_TEMP = /tmp/semver-286168793 [2020-09-03T10:08:44.742Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-03T10:09:24.085Z] # '/tmp/semver-286168793' -> '/w/workspace/edgex-go/132/.semver' [2020-09-03T10:09:24.085Z] # -> Force: false [2020-09-03T10:09:24.085Z] # $SEMVER_DIR = /w/workspace/edgex-go/132/.semver [Pipeline] } [2020-09-03T10:09:24.102Z] $ docker exec --env ******** --env ******** 0ab30dec9ff8d256d7975064ea13eaf5da24c43b06ac5e593e5158dd387736c0 ssh-agent -k [2020-09-03T10:09:24.385Z] unset SSH_AUTH_SOCK; [2020-09-03T10:09:24.386Z] unset SSH_AGENT_PID; [2020-09-03T10:09:24.386Z] echo Agent pid 50 killed; [2020-09-03T10:09:24.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T10:09:24.988Z] + git semver [Pipeline] } [2020-09-03T10:09:25.013Z] $ docker stop --time=1 0ab30dec9ff8d256d7975064ea13eaf5da24c43b06ac5e593e5158dd387736c0 [2020-09-03T10:09:26.547Z] $ docker rm -f 0ab30dec9ff8d256d7975064ea13eaf5da24c43b06ac5e593e5158dd387736c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-03T10:09:46.865Z] Stashed 37 file(s) [Pipeline] echo [2020-09-03T10:09:46.867Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.20 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-09-03T10:09:47.387Z] ========================================================= [2020-09-03T10:09:47.387Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-03T10:09:47.387Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:09:47.779Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-03T10:09:56.478Z] Sending build context to Docker daemon 323.1MB [2020-09-03T10:09:56.478Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T10:09:56.478Z] Step 2/7 : FROM ${BASE} [2020-09-03T10:09:56.478Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-03T10:09:56.478Z] df20fa9351a1: Pulling fs layer [2020-09-03T10:09:56.478Z] ed8968b2872e: Pulling fs layer [2020-09-03T10:09:56.478Z] a92cc7c5fd73: Pulling fs layer [2020-09-03T10:09:56.478Z] 2dd03ba5bac4: Pulling fs layer [2020-09-03T10:09:56.478Z] 1e091d79d1de: Pulling fs layer [2020-09-03T10:09:56.478Z] 481702a1767f: Pulling fs layer [2020-09-03T10:09:56.478Z] f64a6f60c768: Pulling fs layer [2020-09-03T10:09:56.478Z] e78d2573fc39: Pulling fs layer [2020-09-03T10:09:56.478Z] e876d2f968b6: Pulling fs layer [2020-09-03T10:09:56.478Z] ce8a83651883: Pulling fs layer [2020-09-03T10:09:56.478Z] 07967f4d0e4b: Pulling fs layer [2020-09-03T10:09:56.478Z] f64a6f60c768: Waiting [2020-09-03T10:09:56.478Z] e78d2573fc39: Waiting [2020-09-03T10:09:56.478Z] 2dd03ba5bac4: Waiting [2020-09-03T10:09:56.478Z] 1e091d79d1de: Waiting [2020-09-03T10:09:56.478Z] e876d2f968b6: Waiting [2020-09-03T10:09:56.478Z] 481702a1767f: Waiting [2020-09-03T10:09:56.478Z] ce8a83651883: Waiting [2020-09-03T10:09:56.478Z] 07967f4d0e4b: Waiting [2020-09-03T10:09:56.478Z] a92cc7c5fd73: Verifying Checksum [2020-09-03T10:09:56.478Z] a92cc7c5fd73: Download complete [2020-09-03T10:09:56.478Z] ed8968b2872e: Verifying Checksum [2020-09-03T10:09:56.478Z] ed8968b2872e: Download complete [2020-09-03T10:09:56.478Z] 1e091d79d1de: Verifying Checksum [2020-09-03T10:09:56.478Z] 1e091d79d1de: Download complete [2020-09-03T10:09:56.478Z] 481702a1767f: Verifying Checksum [2020-09-03T10:09:56.478Z] 481702a1767f: Download complete [2020-09-03T10:09:56.478Z] df20fa9351a1: Verifying Checksum [2020-09-03T10:09:56.478Z] df20fa9351a1: Download complete [2020-09-03T10:09:56.478Z] df20fa9351a1: Pull complete [2020-09-03T10:09:57.271Z] ed8968b2872e: Pull complete [2020-09-03T10:09:57.600Z] a92cc7c5fd73: Pull complete [2020-09-03T10:09:58.850Z] f64a6f60c768: Verifying Checksum [2020-09-03T10:09:58.850Z] f64a6f60c768: Download complete [2020-09-03T10:09:58.850Z] e876d2f968b6: Verifying Checksum [2020-09-03T10:09:58.850Z] e876d2f968b6: Download complete [2020-09-03T10:09:59.776Z] e78d2573fc39: Verifying Checksum [2020-09-03T10:09:59.776Z] e78d2573fc39: Download complete [2020-09-03T10:10:00.078Z] 2dd03ba5bac4: Verifying Checksum [2020-09-03T10:10:00.078Z] 2dd03ba5bac4: Download complete [2020-09-03T10:10:00.377Z] 07967f4d0e4b: Verifying Checksum [2020-09-03T10:10:00.377Z] 07967f4d0e4b: Download complete [2020-09-03T10:10:00.377Z] ce8a83651883: Verifying Checksum [2020-09-03T10:10:00.377Z] ce8a83651883: Download complete [2020-09-03T10:10:02.207Z] Still waiting to schedule task [2020-09-03T10:10:02.207Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-03T10:10:10.838Z] 2dd03ba5bac4: Pull complete [2020-09-03T10:10:10.838Z] 1e091d79d1de: Pull complete [2020-09-03T10:10:10.838Z] 481702a1767f: Pull complete [2020-09-03T10:10:15.161Z] f64a6f60c768: Pull complete [2020-09-03T10:10:18.548Z] e78d2573fc39: Pull complete [2020-09-03T10:10:18.816Z] e876d2f968b6: Pull complete [2020-09-03T10:10:19.814Z] ce8a83651883: Pull complete [2020-09-03T10:10:21.266Z] 07967f4d0e4b: Pull complete [2020-09-03T10:10:21.266Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-03T10:10:21.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-03T10:10:21.266Z] ---> 5d7c900382c6 [2020-09-03T10:10:21.266Z] 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-03T10:10:21.887Z] ---> Running in 6696e5f349f9 [2020-09-03T10:10:22.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:10:23.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:10:24.075Z] (1/12) Installing libmagic (5.38-r0) [2020-09-03T10:10:24.667Z] (2/12) Installing file (5.38-r0) [2020-09-03T10:10:24.952Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-03T10:10:24.952Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-03T10:10:29.314Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-03T10:10:29.314Z] (6/12) Installing patch (2.7.6-r6) [2020-09-03T10:10:29.578Z] (7/12) Installing build-base (0.5-r2) [2020-09-03T10:10:29.578Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-03T10:10:29.578Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-03T10:10:29.852Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-03T10:10:29.852Z] (11/12) Installing libzmq (4.3.2-r0) [2020-09-03T10:10:29.852Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-09-03T10:10:30.161Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:10:30.161Z] OK: 233 MiB in 51 packages [2020-09-03T10:10:34.434Z] Removing intermediate container 6696e5f349f9 [2020-09-03T10:10:34.434Z] ---> 551c144089ca [2020-09-03T10:10:34.434Z] Step 4/7 : WORKDIR /edgex-go [2020-09-03T10:10:34.434Z] ---> Running in a3e9abb44735 [2020-09-03T10:10:34.701Z] Removing intermediate container a3e9abb44735 [2020-09-03T10:10:34.701Z] ---> a2f2ae48a59f [2020-09-03T10:10:34.701Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-03T10:10:34.965Z] latest: Pulling from library/docker [2020-09-03T10:10:34.965Z] df20fa9351a1: Already exists [2020-09-03T10:10:34.965Z] 25ad7478873d: Pulling fs layer [2020-09-03T10:10:34.965Z] 4684f6177b5d: Pulling fs layer [2020-09-03T10:10:34.965Z] 46e300cec669: Pulling fs layer [2020-09-03T10:10:34.965Z] 63038576ad94: Pulling fs layer [2020-09-03T10:10:34.965Z] 0fdb76c4706c: Pulling fs layer [2020-09-03T10:10:34.965Z] cb7edeffdfd5: Pulling fs layer [2020-09-03T10:10:34.965Z] 63038576ad94: Waiting [2020-09-03T10:10:34.965Z] 0fdb76c4706c: Waiting [2020-09-03T10:10:34.965Z] cb7edeffdfd5: Waiting [2020-09-03T10:10:35.323Z] 4684f6177b5d: Verifying Checksum [2020-09-03T10:10:35.323Z] 4684f6177b5d: Download complete [2020-09-03T10:10:35.697Z] 25ad7478873d: Verifying Checksum [2020-09-03T10:10:35.698Z] 25ad7478873d: Download complete [2020-09-03T10:10:35.698Z] 63038576ad94: Verifying Checksum [2020-09-03T10:10:35.698Z] 63038576ad94: Download complete [2020-09-03T10:10:35.698Z] 0fdb76c4706c: Verifying Checksum [2020-09-03T10:10:35.698Z] 0fdb76c4706c: Download complete [2020-09-03T10:10:36.122Z] cb7edeffdfd5: Verifying Checksum [2020-09-03T10:10:36.122Z] cb7edeffdfd5: Download complete [2020-09-03T10:10:36.122Z] 25ad7478873d: Pull complete [2020-09-03T10:10:36.122Z] 4684f6177b5d: Pull complete [2020-09-03T10:10:38.417Z] 46e300cec669: Verifying Checksum [2020-09-03T10:10:38.417Z] 46e300cec669: Download complete [2020-09-03T10:10:41.824Z] 46e300cec669: Pull complete [2020-09-03T10:10:41.824Z] 63038576ad94: Pull complete [2020-09-03T10:10:41.824Z] 0fdb76c4706c: Pull complete [2020-09-03T10:10:42.092Z] cb7edeffdfd5: Pull complete [2020-09-03T10:10:42.092Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-03T10:10:42.092Z] Status: Downloaded newer image for docker:latest [2020-09-03T10:10:44.783Z] ---> ff944bcff88a [2020-09-03T10:10:44.783Z] Step 6/7 : COPY go.mod . [2020-09-03T10:10:44.783Z] ---> 15a0e507da6e [2020-09-03T10:10:44.783Z] Step 7/7 : RUN go mod download [2020-09-03T10:10:44.783Z] ---> Running in 6ec118f2d9a8 [2020-09-03T10:10:48.151Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-03T10:10:48.151Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T10:10:48.151Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-03T10:10:48.151Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T10:10:48.151Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-03T10:10:48.151Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T10:10:48.151Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T10:10:48.151Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T10:10:48.151Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-03T10:10:48.151Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T10:10:48.151Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-03T10:10:48.151Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T10:10:48.151Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-03T10:10:48.151Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-03T10:10:48.151Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-03T10:10:48.151Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-03T10:10:48.151Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-03T10:10:48.151Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-03T10:10:48.151Z] go: finding github.com/fatih/color v1.7.0 [2020-09-03T10:10:48.151Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-03T10:10:48.151Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T10:10:48.151Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-03T10:10:48.151Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T10:10:48.151Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T10:10:48.413Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T10:10:48.413Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T10:10:48.413Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T10:10:48.413Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T10:10:48.413Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-03T10:10:48.413Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T10:10:48.413Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T10:10:48.413Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-03T10:10:48.413Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T10:10:48.413Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T10:10:48.683Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T10:10:48.683Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-03T10:10:48.683Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-03T10:10:48.683Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T10:10:48.683Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T10:10:48.683Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-03T10:10:48.683Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-03T10:10:48.683Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T10:10:48.683Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-03T10:10:48.953Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-03T10:10:48.953Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-03T10:10:48.953Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-03T10:10:49.218Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T10:10:49.218Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-03T10:10:49.218Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T10:10:49.218Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T10:10:49.218Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T10:10:49.218Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-03T10:10:49.218Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-03T10:10:49.218Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-03T10:10:49.218Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T10:10:49.218Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T10:10:49.482Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T10:10:49.482Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-03T10:10:49.482Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T10:10:49.482Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T10:10:49.482Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T10:10:49.482Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-03T10:10:49.482Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-03T10:10:49.482Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-03T10:10:49.745Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-03T10:10:49.745Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-03T10:10:49.745Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-03T10:10:49.745Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-03T10:10:49.745Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T10:10:49.745Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T10:10:49.745Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T10:10:49.745Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-03T10:10:49.745Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-03T10:10:49.745Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T10:10:49.745Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T10:10:49.745Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T10:10:50.014Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-03T10:10:50.014Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T10:10:50.014Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-03T10:10:50.014Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-03T10:10:50.014Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-03T10:10:50.014Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-03T10:10:50.014Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T10:10:50.014Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T10:10:50.014Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T10:10:50.014Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-03T10:10:50.014Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-03T10:10:50.301Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-03T10:10:50.301Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T10:11:08.699Z] Removing intermediate container 6ec118f2d9a8 [2020-09-03T10:11:08.699Z] ---> 5dc7a3d32161 [2020-09-03T10:11:08.699Z] Successfully built 5dc7a3d32161 [2020-09-03T10:11:08.699Z] Successfully tagged ci-base-image-x86_64:latest [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-03T10:11:11.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T10:11:12.195Z] [2020-09-03T10:11:12.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:11:12.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T10:11:12.577Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-03T10:11:12.577Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-03T10:11:12.577Z] ca9280d653b3: Pulling fs layer [2020-09-03T10:11:12.577Z] 7e9c9ca2126c: Pulling fs layer [2020-09-03T10:11:12.577Z] cbdbe7a5bc2a: Download complete [2020-09-03T10:11:13.189Z] ca9280d653b3: Verifying Checksum [2020-09-03T10:11:13.189Z] ca9280d653b3: Download complete [2020-09-03T10:11:13.189Z] cbdbe7a5bc2a: Pull complete [2020-09-03T10:11:14.796Z] 7e9c9ca2126c: Download complete [2020-09-03T10:11:15.075Z] ca9280d653b3: Pull complete [2020-09-03T10:11:23.536Z] 7e9c9ca2126c: Pull complete [2020-09-03T10:11:23.536Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-03T10:11:23.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T10:11:23.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-03T10:11:23.714Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:11:23.795Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:11:25.190Z] $ docker top 35da78ed94af0d1fa10cfad2edcf45af45464bb1e38dea9e08b049217b5a5da1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T10:11:25.696Z] + docker-compose build --help [2020-09-03T10:11:25.696Z] + grep parallel [2020-09-03T10:11:27.100Z] --parallel Build images in parallel. [Pipeline] } [2020-09-03T10:11:27.122Z] $ docker stop --time=1 35da78ed94af0d1fa10cfad2edcf45af45464bb1e38dea9e08b049217b5a5da1 [2020-09-03T10:11:28.622Z] $ docker rm -f 35da78ed94af0d1fa10cfad2edcf45af45464bb1e38dea9e08b049217b5a5da1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:11:29.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-03T10:11:29.200Z] . [Pipeline] withDockerContainer [2020-09-03T10:11:29.350Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:11:29.465Z] $ 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/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:11:30.206Z] $ docker top db9e0b4e680fb474d850895a0119a8bb828aa3b5c9a1980f099faeb84c2edc59 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T10:11:31.162Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-03T10:11:32.632Z] Building docker-core-command-go ... [2020-09-03T10:11:32.632Z] Building docker-core-data-go ... [2020-09-03T10:11:32.632Z] Building docker-core-metadata-go ... [2020-09-03T10:11:32.632Z] Building docker-security-proxy-setup-go ... [2020-09-03T10:11:32.632Z] Building docker-security-secrets-setup-go ... [2020-09-03T10:11:32.632Z] Building docker-security-secretstore-setup-go ... [2020-09-03T10:11:32.632Z] Building docker-support-logging-go ... [2020-09-03T10:11:32.632Z] Building docker-support-notifications-go ... [2020-09-03T10:11:32.632Z] Building docker-support-scheduler-go ... [2020-09-03T10:11:32.632Z] Building docker-sys-mgmt-agent-go ... [2020-09-03T10:11:32.632Z] Building docker-security-secretstore-setup-go [2020-09-03T10:11:32.632Z] Building docker-security-secrets-setup-go [2020-09-03T10:11:32.632Z] Building docker-security-proxy-setup-go [2020-09-03T10:11:32.632Z] Building docker-support-notifications-go [2020-09-03T10:11:32.632Z] Building docker-support-logging-go [2020-09-03T10:11:54.463Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1263 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-03T10:11:54.504Z] Running in /w/workspace/edgex-go/132 [Pipeline] { [Pipeline] checkout [2020-09-03T10:11:59.144Z] using credential edgex-jenkins-ssh [2020-09-03T10:11:59.196Z] Cloning the remote Git repository [2020-09-03T10:11:59.196Z] Cloning with configured refspecs honoured and without tags [2020-09-03T10:11:59.241Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-03T10:11:59.342Z] > git init /w/workspace/edgex-go/132 # timeout=10 [2020-09-03T10:11:59.407Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-03T10:11:59.408Z] > git --version # timeout=10 [2020-09-03T10:11:59.425Z] > git --version # 'git version 2.17.1' [2020-09-03T10:11:59.427Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T10:11:59.488Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T10:12:05.228Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:12:05.228Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:12:05.228Z] ---> 5dc7a3d32161 [2020-09-03T10:12:05.228Z] Step 3/20 : WORKDIR /edgex-go [2020-09-03T10:12:05.228Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:12:05.228Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:12:05.228Z] ---> 5dc7a3d32161 [2020-09-03T10:12:05.228Z] Step 3/26 : WORKDIR /edgex-go [2020-09-03T10:12:05.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:12:05.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:12:05.228Z] ---> 5dc7a3d32161 [2020-09-03T10:12:05.228Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T10:12:05.228Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:12:05.228Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:12:05.228Z] ---> 5dc7a3d32161 [2020-09-03T10:12:05.228Z] Step 3/24 : WORKDIR /edgex-go [2020-09-03T10:12:05.228Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:12:05.228Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-03T10:12:05.228Z] ---> 5dc7a3d32161 [2020-09-03T10:12:05.228Z] Step 3/29 : WORKDIR /edgex-go [2020-09-03T10:12:05.228Z] ---> Running in cbd11ea46c74 [2020-09-03T10:12:05.228Z] ---> Running in f288efcb402e [2020-09-03T10:12:05.228Z] ---> Running in a2b740afbe2c [2020-09-03T10:12:05.228Z] ---> Running in 48acda40ce51 [2020-09-03T10:12:05.228Z] ---> Running in be552d4b4709 [2020-09-03T10:12:05.228Z] Removing intermediate container a2b740afbe2c [2020-09-03T10:12:05.228Z] ---> 4010fe2a0d99 [2020-09-03T10:12:05.228Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:12:05.228Z] Removing intermediate container cbd11ea46c74 [2020-09-03T10:12:05.228Z] ---> 3484e397c8a6 [2020-09-03T10:12:05.228Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:12:05.228Z] Removing intermediate container f288efcb402e [2020-09-03T10:12:05.228Z] ---> 120802b2dad3 [2020-09-03T10:12:05.228Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:12:05.228Z] Removing intermediate container 48acda40ce51 [2020-09-03T10:12:05.228Z] ---> b37fc6b01d23 [2020-09-03T10:12:05.228Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:12:05.228Z] Removing intermediate container be552d4b4709 [2020-09-03T10:12:05.228Z] ---> cb66158a601c [2020-09-03T10:12:05.228Z] Step 4/29 : RUN apk update && apk add make git [2020-09-03T10:12:05.228Z] ---> Running in e08b1a375074 [2020-09-03T10:12:05.228Z] ---> Running in da99b3458393 [2020-09-03T10:12:05.228Z] ---> Running in 9017a6ad7ffd [2020-09-03T10:12:05.228Z] ---> Running in 99e99171ca80 [2020-09-03T10:12:05.228Z] ---> Running in ac9cea1168e7 [2020-09-03T10:12:05.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:06.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:06.406Z] Removing intermediate container 99e99171ca80 [2020-09-03T10:12:06.406Z] ---> dd885daeb6b8 [2020-09-03T10:12:06.406Z] Step 5/20 : RUN apk update && apk add make git [2020-09-03T10:12:06.679Z] Removing intermediate container e08b1a375074 [2020-09-03T10:12:06.679Z] ---> 76e2bcbde38f [2020-09-03T10:12:06.679Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-03T10:12:06.679Z] Removing intermediate container da99b3458393 [2020-09-03T10:12:06.679Z] ---> 743435495798 [2020-09-03T10:12:06.679Z] Step 5/26 : RUN apk update && apk add make git [2020-09-03T10:12:06.679Z] ---> Running in c2b99c5d4a7d [2020-09-03T10:12:06.679Z] ---> Running in 40382b29cc61 [2020-09-03T10:12:06.679Z] ---> Running in 7fe992d56aa8 [2020-09-03T10:12:06.981Z] Removing intermediate container 9017a6ad7ffd [2020-09-03T10:12:06.981Z] ---> a8b4179be479 [2020-09-03T10:12:06.981Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-03T10:12:06.981Z] ---> Running in 3222a011ae08 [2020-09-03T10:12:06.981Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:12:06.981Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:12:06.981Z] OK: 12746 distinct packages available [2020-09-03T10:12:07.622Z] OK: 233 MiB in 51 packages [2020-09-03T10:12:08.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:08.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:08.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:08.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:08.831Z] Removing intermediate container ac9cea1168e7 [2020-09-03T10:12:08.831Z] ---> 67f172251989 [2020-09-03T10:12:08.831Z] Step 5/29 : COPY go.mod . [2020-09-03T10:12:08.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:09.120Z] ---> 4752f3001373 [2020-09-03T10:12:09.120Z] Step 6/29 : RUN go mod download [2020-09-03T10:12:09.120Z] ---> Running in 048d76517775 [2020-09-03T10:12:09.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:09.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:09.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:12:09.434Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:12:09.434Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:12:09.434Z] OK: 12746 distinct packages available [2020-09-03T10:12:09.763Z] OK: 233 MiB in 51 packages [2020-09-03T10:12:10.108Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:12:10.108Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:12:10.108Z] OK: 12746 distinct packages available [2020-09-03T10:12:10.108Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:12:10.108Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:12:10.108Z] OK: 12746 distinct packages available [2020-09-03T10:12:10.108Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:12:10.108Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:12:10.108Z] OK: 12746 distinct packages available [2020-09-03T10:12:10.386Z] OK: 233 MiB in 51 packages [2020-09-03T10:12:10.386Z] OK: 233 MiB in 51 packages [2020-09-03T10:12:10.386Z] OK: 233 MiB in 51 packages [2020-09-03T10:12:10.386Z] OK: 233 MiB in 51 packages [2020-09-03T10:12:11.823Z] Removing intermediate container c2b99c5d4a7d [2020-09-03T10:12:11.823Z] ---> df7c8afcc616 [2020-09-03T10:12:11.823Z] Step 6/22 : COPY go.mod . [2020-09-03T10:12:12.098Z] Removing intermediate container 3222a011ae08 [2020-09-03T10:12:12.098Z] ---> e8270e11f15f [2020-09-03T10:12:12.098Z] Step 6/24 : COPY go.mod . [2020-09-03T10:12:12.374Z] ---> e13796cdf2d0 [2020-09-03T10:12:12.374Z] Step 7/22 : RUN go mod download [2020-09-03T10:12:12.374Z] Removing intermediate container 7fe992d56aa8 [2020-09-03T10:12:12.374Z] ---> ec60e350a568 [2020-09-03T10:12:12.374Z] Step 6/20 : COPY go.mod . [2020-09-03T10:12:12.374Z] Removing intermediate container 048d76517775 [2020-09-03T10:12:12.374Z] ---> 74675835fa77 [2020-09-03T10:12:12.374Z] Step 7/29 : COPY . . [2020-09-03T10:12:12.374Z] Removing intermediate container 40382b29cc61 [2020-09-03T10:12:12.374Z] ---> b0db55b7162e [2020-09-03T10:12:12.374Z] Step 6/26 : COPY go.mod . [2020-09-03T10:12:12.649Z] ---> Running in d23c10e02dae [2020-09-03T10:12:12.649Z] ---> bc2b60cd757e [2020-09-03T10:12:12.649Z] Step 7/24 : RUN go mod download [2020-09-03T10:12:13.737Z] ---> Running in d1d98853be91 [2020-09-03T10:12:13.737Z] ---> 20401a4b2b0b [2020-09-03T10:12:13.737Z] Step 7/26 : RUN go mod download [2020-09-03T10:12:14.016Z] ---> a8d02adb129a [2020-09-03T10:12:14.016Z] Step 7/20 : RUN go mod download [2020-09-03T10:12:15.065Z] ---> Running in fdbb39c6fd46 [2020-09-03T10:12:15.065Z] ---> Running in fe5b8a752fd2 [2020-09-03T10:12:17.000Z] Fetching without tags [2020-09-03T10:12:17.125Z] Removing intermediate container d23c10e02dae [2020-09-03T10:12:17.125Z] ---> b265a6a02136 [2020-09-03T10:12:17.125Z] Step 8/22 : COPY . . [2020-09-03T10:12:17.565Z] Checking out Revision d9e5544168fa65d70e3b4e2a5a846c36277168af (master) [2020-09-03T10:12:16.955Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-03T10:12:16.977Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T10:12:17.003Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-03T10:12:17.026Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-03T10:12:17.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T10:12:17.041Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T10:12:17.600Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T10:12:17.625Z] > git checkout -f d9e5544168fa65d70e3b4e2a5a846c36277168af # timeout=10 [2020-09-03T10:12:21.804Z] Removing intermediate container d1d98853be91 [2020-09-03T10:12:21.804Z] ---> f38216222a14 [2020-09-03T10:12:21.804Z] Step 8/24 : COPY . . [2020-09-03T10:12:22.262Z] Commit message: "Merge pull request #2679 from lenny-intel/unitTests" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-03T10:12:24.671Z] Removing intermediate container fdbb39c6fd46 [2020-09-03T10:12:24.671Z] ---> 2a2d91bcdd86 [2020-09-03T10:12:24.671Z] Step 8/26 : COPY . . [2020-09-03T10:12:25.272Z] Removing intermediate container fe5b8a752fd2 [2020-09-03T10:12:25.272Z] ---> af2b0df8c87d [2020-09-03T10:12:25.272Z] Step 8/20 : COPY . . [Pipeline] echo [2020-09-03T10:12:34.574Z] ========================================================= [2020-09-03T10:12:34.574Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-03T10:12:34.574Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:12:35.539Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-03T10:12:39.857Z] Sending build context to Docker daemon 323.1MB [2020-09-03T10:12:39.857Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T10:12:39.857Z] Step 2/7 : FROM ${BASE} [2020-09-03T10:12:39.857Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-03T10:12:39.857Z] b538f80385f9: Pulling fs layer [2020-09-03T10:12:39.857Z] 74f711af9a0d: Pulling fs layer [2020-09-03T10:12:39.857Z] 99f96fe45779: Pulling fs layer [2020-09-03T10:12:39.857Z] fd7a069fd194: Pulling fs layer [2020-09-03T10:12:39.857Z] 66aa3694b03b: Pulling fs layer [2020-09-03T10:12:39.857Z] 170f70906a0f: Pulling fs layer [2020-09-03T10:12:39.857Z] ad7c5574e4b9: Pulling fs layer [2020-09-03T10:12:39.857Z] e772456be8f7: Pulling fs layer [2020-09-03T10:12:39.857Z] c890913d741a: Pulling fs layer [2020-09-03T10:12:39.857Z] 2480fcc9aa5a: Pulling fs layer [2020-09-03T10:12:39.857Z] 09adf4765672: Pulling fs layer [2020-09-03T10:12:39.857Z] fd7a069fd194: Waiting [2020-09-03T10:12:39.857Z] 66aa3694b03b: Waiting [2020-09-03T10:12:39.857Z] 170f70906a0f: Waiting [2020-09-03T10:12:39.857Z] ad7c5574e4b9: Waiting [2020-09-03T10:12:39.857Z] e772456be8f7: Waiting [2020-09-03T10:12:39.857Z] c890913d741a: Waiting [2020-09-03T10:12:39.857Z] 2480fcc9aa5a: Waiting [2020-09-03T10:12:39.857Z] 09adf4765672: Waiting [2020-09-03T10:12:40.133Z] 99f96fe45779: Verifying Checksum [2020-09-03T10:12:40.133Z] 99f96fe45779: Download complete [2020-09-03T10:12:40.133Z] 74f711af9a0d: Verifying Checksum [2020-09-03T10:12:40.133Z] 74f711af9a0d: Download complete [2020-09-03T10:12:40.133Z] 66aa3694b03b: Download complete [2020-09-03T10:12:40.133Z] 170f70906a0f: Verifying Checksum [2020-09-03T10:12:40.133Z] 170f70906a0f: Download complete [2020-09-03T10:12:40.133Z] b538f80385f9: Verifying Checksum [2020-09-03T10:12:40.133Z] b538f80385f9: Download complete [2020-09-03T10:12:41.040Z] ---> f55b61d776ba [2020-09-03T10:12:41.041Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-03T10:12:41.041Z] ---> Running in fad3902d5777 [2020-09-03T10:12:41.120Z] b538f80385f9: Pull complete [2020-09-03T10:12:41.726Z] 74f711af9a0d: Pull complete [2020-09-03T10:12:42.000Z] 99f96fe45779: Pull complete [2020-09-03T10:12:42.602Z] ad7c5574e4b9: Verifying Checksum [2020-09-03T10:12:42.602Z] ad7c5574e4b9: Download complete [2020-09-03T10:12:42.602Z] c890913d741a: Verifying Checksum [2020-09-03T10:12:42.602Z] c890913d741a: Download complete [2020-09-03T10:12:44.041Z] 2480fcc9aa5a: Verifying Checksum [2020-09-03T10:12:44.041Z] 2480fcc9aa5a: Download complete [2020-09-03T10:12:44.315Z] 09adf4765672: Verifying Checksum [2020-09-03T10:12:44.315Z] 09adf4765672: Download complete [2020-09-03T10:12:45.295Z] fd7a069fd194: Verifying Checksum [2020-09-03T10:12:45.295Z] fd7a069fd194: Download complete [2020-09-03T10:12:45.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-03T10:12:45.891Z] e772456be8f7: Verifying Checksum [2020-09-03T10:12:45.891Z] e772456be8f7: Download complete [2020-09-03T10:12:53.975Z] ---> 7c0f9909d426 [2020-09-03T10:12:53.975Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-03T10:12:53.975Z] ---> e95efea22b1a [2020-09-03T10:12:53.975Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-03T10:12:53.975Z] ---> Running in c8e2a0e68ca3 [2020-09-03T10:12:53.975Z] ---> Running in 95584fa7d49d [2020-09-03T10:12:54.242Z] ---> c45cd121d439 [2020-09-03T10:12:54.242Z] 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-03T10:12:54.242Z] ---> a61b816744ad [2020-09-03T10:12:54.242Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-03T10:12:54.517Z] ---> Running in 6acb6e5fa15e [2020-09-03T10:12:54.517Z] ---> Running in 070f6a19fa63 [2020-09-03T10:12:55.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-03T10:12:55.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-03T10:12:55.847Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-03T10:12:55.847Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-03T10:12:58.301Z] fd7a069fd194: Pull complete [2020-09-03T10:12:58.301Z] 66aa3694b03b: Pull complete [2020-09-03T10:12:58.301Z] 170f70906a0f: Pull complete [2020-09-03T10:13:01.706Z] ad7c5574e4b9: Pull complete [2020-09-03T10:13:06.056Z] e772456be8f7: Pull complete [2020-09-03T10:13:06.343Z] c890913d741a: Pull complete [2020-09-03T10:13:08.971Z] 2480fcc9aa5a: Pull complete [2020-09-03T10:13:09.245Z] 09adf4765672: Pull complete [2020-09-03T10:13:09.245Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-03T10:13:09.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-03T10:13:09.518Z] ---> 2248a725d1cf [2020-09-03T10:13:09.518Z] 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-03T10:13:13.813Z] ---> Running in 28fb475f4c0c [2020-09-03T10:13:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:13:16.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:13:17.191Z] (1/12) Installing libmagic (5.38-r0) [2020-09-03T10:13:17.463Z] (2/12) Installing file (5.38-r0) [2020-09-03T10:13:17.736Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-03T10:13:17.736Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-03T10:13:18.592Z] Removing intermediate container fad3902d5777 [2020-09-03T10:13:18.592Z] ---> 775fec9d3511 [2020-09-03T10:13:18.592Z] [2020-09-03T10:13:18.592Z] Step 9/29 : FROM alpine:latest [2020-09-03T10:13:18.592Z] latest: Pulling from library/alpine [2020-09-03T10:13:18.899Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T10:13:18.899Z] Status: Downloaded newer image for alpine:latest [2020-09-03T10:13:18.899Z] ---> a24bb4013296 [2020-09-03T10:13:18.899Z] 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-03T10:13:19.184Z] ---> Running in ec7fa69ecee8 [2020-09-03T10:13:20.638Z] Removing intermediate container ec7fa69ecee8 [2020-09-03T10:13:20.638Z] ---> ca50a78f188f [2020-09-03T10:13:20.638Z] Step 11/29 : USER root [2020-09-03T10:13:20.927Z] ---> Running in 9b6435df1ad6 [2020-09-03T10:13:21.244Z] Removing intermediate container 9b6435df1ad6 [2020-09-03T10:13:21.244Z] ---> 11afb561b87a [2020-09-03T10:13:21.244Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-03T10:13:21.615Z] ---> Running in 4603f554237e [2020-09-03T10:13:23.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:13:23.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:13:23.964Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:13:23.964Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:13:23.964Z] OK: 12746 distinct packages available [2020-09-03T10:13:24.651Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-03T10:13:24.651Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-03T10:13:24.983Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:13:24.983Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T10:13:24.983Z] OK: 6 MiB in 16 packages [2020-09-03T10:13:25.985Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-03T10:13:25.985Z] (6/12) Installing patch (2.7.6-r6) [2020-09-03T10:13:25.985Z] (7/12) Installing build-base (0.5-r2) [2020-09-03T10:13:25.985Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-03T10:13:25.985Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-03T10:13:25.985Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-03T10:13:26.255Z] (11/12) Installing libzmq (4.3.2-r0) [2020-09-03T10:13:26.255Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-09-03T10:13:26.526Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:13:26.526Z] OK: 217 MiB in 51 packages [2020-09-03T10:13:28.580Z] Removing intermediate container 4603f554237e [2020-09-03T10:13:28.580Z] ---> 222278a3b83f [2020-09-03T10:13:28.580Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-03T10:13:28.580Z] ---> Running in c27de93b47e1 [2020-09-03T10:13:28.910Z] Removing intermediate container c27de93b47e1 [2020-09-03T10:13:28.910Z] ---> 8816dddaf541 [2020-09-03T10:13:28.910Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-03T10:13:29.197Z] ---> Running in 2d371e3baad7 [2020-09-03T10:13:30.082Z] Removing intermediate container 2d371e3baad7 [2020-09-03T10:13:30.082Z] ---> 698bd982fdc9 [2020-09-03T10:13:30.082Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-03T10:13:30.386Z] ---> Running in 6e4e6d3d6a51 [2020-09-03T10:13:30.817Z] Removing intermediate container 28fb475f4c0c [2020-09-03T10:13:30.817Z] ---> 1c04f743382e [2020-09-03T10:13:30.817Z] Step 4/7 : WORKDIR /edgex-go [2020-09-03T10:13:30.817Z] ---> Running in 3c7ca4222396 [2020-09-03T10:13:31.405Z] Removing intermediate container 3c7ca4222396 [2020-09-03T10:13:31.405Z] ---> b62c80ad6bab [2020-09-03T10:13:31.405Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-03T10:13:31.678Z] latest: Pulling from library/docker [2020-09-03T10:13:31.678Z] b538f80385f9: Already exists [2020-09-03T10:13:31.678Z] 259a493cd78d: Pulling fs layer [2020-09-03T10:13:31.678Z] b8e66b5100f5: Pulling fs layer [2020-09-03T10:13:31.678Z] 39dc9c94d07c: Pulling fs layer [2020-09-03T10:13:31.678Z] 551b823b3b82: Pulling fs layer [2020-09-03T10:13:31.678Z] 3c52a74df98c: Pulling fs layer [2020-09-03T10:13:31.678Z] 6c9b121b6998: Pulling fs layer [2020-09-03T10:13:31.678Z] 3c52a74df98c: Waiting [2020-09-03T10:13:31.678Z] 551b823b3b82: Waiting [2020-09-03T10:13:31.678Z] 6c9b121b6998: Waiting [2020-09-03T10:13:32.277Z] b8e66b5100f5: Verifying Checksum [2020-09-03T10:13:32.277Z] b8e66b5100f5: Download complete [2020-09-03T10:13:32.551Z] 259a493cd78d: Download complete [2020-09-03T10:13:32.551Z] 551b823b3b82: Verifying Checksum [2020-09-03T10:13:32.551Z] 551b823b3b82: Download complete [2020-09-03T10:13:32.831Z] 6c9b121b6998: Verifying Checksum [2020-09-03T10:13:32.831Z] 6c9b121b6998: Download complete [2020-09-03T10:13:32.831Z] 3c52a74df98c: Verifying Checksum [2020-09-03T10:13:32.831Z] 3c52a74df98c: Download complete [2020-09-03T10:13:33.104Z] 39dc9c94d07c: Verifying Checksum [2020-09-03T10:13:33.104Z] 39dc9c94d07c: Download complete [2020-09-03T10:13:33.104Z] 259a493cd78d: Pull complete [2020-09-03T10:13:33.697Z] b8e66b5100f5: Pull complete [2020-09-03T10:13:34.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-03T10:13:34.563Z] Removing intermediate container 6e4e6d3d6a51 [2020-09-03T10:13:34.563Z] ---> c7a730d99a94 [2020-09-03T10:13:34.563Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-03T10:13:37.094Z] 39dc9c94d07c: Pull complete [2020-09-03T10:13:37.094Z] 551b823b3b82: Pull complete [2020-09-03T10:13:37.367Z] 3c52a74df98c: Pull complete [2020-09-03T10:13:37.467Z] ---> 3ffc791f038b [2020-09-03T10:13:37.467Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-03T10:13:37.649Z] 6c9b121b6998: Pull complete [2020-09-03T10:13:37.649Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-03T10:13:37.649Z] Status: Downloaded newer image for docker:latest [2020-09-03T10:13:39.533Z] Removing intermediate container 6acb6e5fa15e [2020-09-03T10:13:39.533Z] ---> a5d11d37503d [2020-09-03T10:13:39.533Z] [2020-09-03T10:13:39.533Z] Step 10/20 : FROM alpine [2020-09-03T10:13:39.533Z] ---> a24bb4013296 [2020-09-03T10:13:39.533Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-03T10:13:39.533Z] Removing intermediate container c8e2a0e68ca3 [2020-09-03T10:13:39.533Z] ---> ab82139a0ae8 [2020-09-03T10:13:39.533Z] [2020-09-03T10:13:39.533Z] Step 10/22 : FROM scratch [2020-09-03T10:13:39.533Z] ---> [2020-09-03T10:13:39.533Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T10:13:39.533Z] ---> 2f67af3d6692 [2020-09-03T10:13:39.533Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-03T10:13:39.533Z] ---> Running in 9c2e96107341 [2020-09-03T10:13:40.083Z] ---> Running in 4176c7e22194 [2020-09-03T10:13:40.083Z] ---> 36a67995fd67 [2020-09-03T10:13:40.083Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-03T10:13:40.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-03T10:13:41.029Z] ---> 46a505ba90f3 [2020-09-03T10:13:41.029Z] Step 6/7 : COPY go.mod . [2020-09-03T10:13:41.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:13:41.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:13:41.621Z] ---> 03246f5238c9 [2020-09-03T10:13:41.621Z] Step 7/7 : RUN go mod download [2020-09-03T10:13:41.621Z] ---> Running in a02e5887b4e4 [2020-09-03T10:13:41.631Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:13:41.631Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:13:41.631Z] OK: 12746 distinct packages available [2020-09-03T10:13:41.899Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-03T10:13:41.899Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T10:13:41.899Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-03T10:13:41.899Z] (4/4) Installing curl (7.69.1-r0) [2020-09-03T10:13:41.899Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:13:42.172Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T10:13:42.172Z] OK: 7 MiB in 18 packages [2020-09-03T10:13:43.135Z] Removing intermediate container 4176c7e22194 [2020-09-03T10:13:43.135Z] ---> 586d41907472 [2020-09-03T10:13:43.135Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-03T10:13:43.473Z] ---> b09d6fd5d447 [2020-09-03T10:13:43.473Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-03T10:13:44.236Z] ---> Running in 82373bd01515 [2020-09-03T10:13:45.000Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-03T10:13:45.000Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-03T10:13:45.000Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-09-03T10:13:45.000Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-03T10:13:45.000Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-03T10:13:45.000Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-03T10:13:45.000Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-03T10:13:45.000Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-03T10:13:45.000Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-09-03T10:13:45.000Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-03T10:13:45.000Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-09-03T10:13:45.213Z] ---> 59f0c6f0bb05 [2020-09-03T10:13:45.214Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-03T10:13:45.214Z] Removing intermediate container 82373bd01515 [2020-09-03T10:13:45.214Z] ---> 3d77ade4e26d [2020-09-03T10:13:45.214Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T10:13:45.271Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-03T10:13:45.271Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-03T10:13:45.271Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-03T10:13:45.271Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.74 [2020-09-03T10:13:45.271Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-09-03T10:13:45.271Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-09-03T10:13:45.271Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-03T10:13:45.271Z] go: finding github.com/fatih/color v1.7.0 [2020-09-03T10:13:45.271Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-03T10:13:45.489Z] Removing intermediate container 95584fa7d49d [2020-09-03T10:13:45.489Z] ---> 365b08f50553 [2020-09-03T10:13:45.489Z] [2020-09-03T10:13:45.489Z] Step 10/24 : FROM scratch [2020-09-03T10:13:45.489Z] ---> [2020-09-03T10:13:45.489Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T10:13:45.489Z] ---> Using cache [2020-09-03T10:13:45.489Z] ---> 586d41907472 [2020-09-03T10:13:45.489Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-03T10:13:45.489Z] ---> Running in d2deee28517a [2020-09-03T10:13:45.542Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T10:13:45.542Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-09-03T10:13:45.542Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T10:13:45.542Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T10:13:45.542Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T10:13:45.542Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T10:13:45.542Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T10:13:45.542Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T10:13:45.542Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-03T10:13:45.542Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T10:13:45.542Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-03T10:13:45.756Z] ---> Running in 70b453e6614b [2020-09-03T10:13:45.756Z] ---> Running in 703fbeb7f4af [2020-09-03T10:13:45.811Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-03T10:13:45.811Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-03T10:13:45.811Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T10:13:45.811Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-03T10:13:45.811Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-03T10:13:45.811Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-03T10:13:45.811Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-03T10:13:45.811Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-03T10:13:45.811Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-03T10:13:45.811Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-03T10:13:46.081Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-03T10:13:46.333Z] Removing intermediate container 9c2e96107341 [2020-09-03T10:13:46.333Z] ---> fba11d5bdaff [2020-09-03T10:13:46.333Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T10:13:46.350Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-03T10:13:46.350Z] go: finding github.com/imdario/mergo v0.3.6 [2020-09-03T10:13:46.350Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T10:13:46.350Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-03T10:13:46.350Z] go: finding github.com/kr/pty v1.1.1 [2020-09-03T10:13:46.350Z] go: finding github.com/kr/text v0.1.0 [2020-09-03T10:13:46.350Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T10:13:46.350Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-03T10:13:46.350Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-03T10:13:46.620Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-03T10:13:46.620Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-03T10:13:46.620Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-03T10:13:46.890Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-03T10:13:46.890Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-03T10:13:46.890Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-03T10:13:46.890Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-03T10:13:46.890Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-03T10:13:46.890Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T10:13:46.890Z] go: finding github.com/posener/complete v1.1.1 [2020-09-03T10:13:46.890Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-09-03T10:13:46.890Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-03T10:13:46.890Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-03T10:13:46.890Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T10:13:47.164Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T10:13:47.164Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-03T10:13:47.164Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T10:13:47.164Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-09-03T10:13:47.164Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-03T10:13:47.164Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-03T10:13:47.164Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-03T10:13:47.164Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T10:13:47.164Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T10:13:47.164Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-03T10:13:47.295Z] Removing intermediate container 70b453e6614b [2020-09-03T10:13:47.295Z] ---> a1ed31b7a876 [2020-09-03T10:13:47.295Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-03T10:13:47.295Z] Removing intermediate container 703fbeb7f4af [2020-09-03T10:13:47.295Z] ---> 3ec0a51d07d4 [2020-09-03T10:13:47.295Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-03T10:13:47.295Z] Removing intermediate container 070f6a19fa63 [2020-09-03T10:13:47.295Z] ---> 1a0a39e171dd [2020-09-03T10:13:47.295Z] [2020-09-03T10:13:47.295Z] Step 10/26 : FROM alpine:3.10 [2020-09-03T10:13:47.451Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-09-03T10:13:47.451Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-03T10:13:47.451Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-03T10:13:47.451Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T10:13:47.558Z] ---> Running in 39dae6d5259c [2020-09-03T10:13:47.558Z] ---> Running in 7ab18dea0529 [2020-09-03T10:13:47.828Z] 3.10: Pulling from library/alpine [2020-09-03T10:13:47.828Z] Removing intermediate container 7ab18dea0529 [2020-09-03T10:13:47.828Z] ---> b65d8a12d730 [2020-09-03T10:13:47.828Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-03T10:13:47.828Z] ---> 990c64fc4511 [2020-09-03T10:13:47.828Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-03T10:13:47.828Z] Removing intermediate container 39dae6d5259c [2020-09-03T10:13:47.828Z] ---> d79ab4345f88 [2020-09-03T10:13:47.828Z] Step 13/20 : WORKDIR /edgex [2020-09-03T10:13:47.828Z] ---> Running in cfaf51347642 [2020-09-03T10:13:48.100Z] Removing intermediate container d2deee28517a [2020-09-03T10:13:48.100Z] ---> dca69fb2f139 [2020-09-03T10:13:48.100Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T10:13:48.100Z] ---> 033e16592c54 [2020-09-03T10:13:48.100Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-03T10:13:48.370Z] ---> 012d59ec6404 [2020-09-03T10:13:48.370Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-03T10:13:49.391Z] Removing intermediate container cfaf51347642 [2020-09-03T10:13:49.391Z] ---> 1a7ad24447cd [2020-09-03T10:13:49.391Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-03T10:13:49.391Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-03T10:13:49.671Z] Status: Downloaded newer image for alpine:3.10 [2020-09-03T10:13:49.671Z] ---> f24d97e1e42d [2020-09-03T10:13:49.671Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T10:13:49.671Z] ---> be4e4bea2c2e [2020-09-03T10:13:49.671Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-03T10:13:49.671Z] ---> bf9b1357f498 [2020-09-03T10:13:49.671Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-03T10:13:49.990Z] ---> dbf581592022 [2020-09-03T10:13:49.990Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-03T10:13:49.990Z] ---> Running in 3e8710c58424 [2020-09-03T10:13:49.990Z] ---> Running in 31417b605dbe [2020-09-03T10:13:50.264Z] ---> 28d33e2e8c62 [2020-09-03T10:13:50.264Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-03T10:13:50.264Z] ---> bab06526e07d [2020-09-03T10:13:50.264Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-03T10:13:50.554Z] ---> Running in 041337e2474c [2020-09-03T10:13:50.554Z] ---> 7e166d3d6e53 [2020-09-03T10:13:50.554Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-03T10:13:51.222Z] Removing intermediate container 041337e2474c [2020-09-03T10:13:51.222Z] ---> bb328e9a73a9 [2020-09-03T10:13:51.222Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:13:51.575Z] ---> Running in 99aff0e6481a [2020-09-03T10:13:51.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:13:51.575Z] ---> 6b0f70fca906 [2020-09-03T10:13:51.575Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-03T10:13:51.575Z] ---> fb1dfe18a62e [2020-09-03T10:13:51.575Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-03T10:13:51.919Z] ---> Running in 83347a6d3bbe [2020-09-03T10:13:51.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:13:52.198Z] v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-03T10:13:52.198Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-03T10:13:52.198Z] OK: 10346 distinct packages available [2020-09-03T10:13:52.198Z] Removing intermediate container 99aff0e6481a [2020-09-03T10:13:52.198Z] ---> 85743ef7832a [2020-09-03T10:13:52.198Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T10:13:52.459Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-03T10:13:52.459Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-03T10:13:52.459Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-03T10:13:52.459Z] (4/5) Installing curl (7.66.0-r0) [2020-09-03T10:13:52.459Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-03T10:13:52.459Z] Executing busybox-1.30.1-r3.trigger [2020-09-03T10:13:52.459Z] Executing ca-certificates-20191127-r2.trigger [2020-09-03T10:13:52.738Z] OK: 7 MiB in 19 packages [2020-09-03T10:13:53.427Z] ---> Running in d9f68783fd5d [2020-09-03T10:13:53.427Z] Removing intermediate container 83347a6d3bbe [2020-09-03T10:13:53.427Z] ---> daf84f023896 [2020-09-03T10:13:53.427Z] Step 17/20 : CMD ["--init=true"] [2020-09-03T10:13:53.427Z] ---> 1d7cf725663b [2020-09-03T10:13:53.427Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-03T10:13:53.765Z] ---> Running in a92667053247 [2020-09-03T10:13:53.765Z] Removing intermediate container 3e8710c58424 [2020-09-03T10:13:53.765Z] ---> d62407699a6f [2020-09-03T10:13:53.765Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-03T10:13:53.765Z] Removing intermediate container d9f68783fd5d [2020-09-03T10:13:53.765Z] ---> d86d7acd989b [2020-09-03T10:13:53.765Z] Step 21/22 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:13:54.050Z] ---> Running in 8f754ac73b02 [2020-09-03T10:13:54.384Z] ---> Running in 35ac15e06a8d [2020-09-03T10:13:54.713Z] Removing intermediate container a92667053247 [2020-09-03T10:13:54.713Z] ---> dc44dff66bd5 [2020-09-03T10:13:54.713Z] Step 18/20 : LABEL arch=x86_64 [2020-09-03T10:13:54.713Z] ---> b82e7e3b48d3 [2020-09-03T10:13:54.713Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-03T10:13:54.713Z] Removing intermediate container 31417b605dbe [2020-09-03T10:13:54.713Z] ---> d125d0ece60c [2020-09-03T10:13:54.713Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T10:13:54.988Z] ---> Running in ef2766eb1296 [2020-09-03T10:13:55.330Z] ---> Running in 192de353091f [2020-09-03T10:13:55.330Z] ---> Running in 8c6e1cc0f2a2 [2020-09-03T10:13:55.330Z] Removing intermediate container 35ac15e06a8d [2020-09-03T10:13:55.330Z] ---> e2652fb7b022 [2020-09-03T10:13:55.330Z] Step 22/22 : LABEL version=1.2.2-dev.20 [2020-09-03T10:13:55.330Z] ---> Running in b226767208ad [2020-09-03T10:13:56.051Z] Removing intermediate container ef2766eb1296 [2020-09-03T10:13:56.051Z] ---> 7fa494646df3 [2020-09-03T10:13:56.051Z] Step 19/20 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:13:56.051Z] Removing intermediate container 8c6e1cc0f2a2 [2020-09-03T10:13:56.051Z] ---> e110f3d1a3dd [2020-09-03T10:13:56.051Z] Step 13/26 : WORKDIR / [2020-09-03T10:13:56.051Z] Removing intermediate container 192de353091f [2020-09-03T10:13:56.051Z] ---> 73e560118be8 [2020-09-03T10:13:56.051Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:13:56.051Z] Removing intermediate container b226767208ad [2020-09-03T10:13:56.051Z] ---> e76aadd0734c [2020-09-03T10:13:56.051Z] [2020-09-03T10:13:56.051Z] ---> Running in d34cb38b671c [2020-09-03T10:13:56.051Z] ---> Running in 5223f13d4abc [2020-09-03T10:13:56.051Z] ---> Running in e496b859c00f [2020-09-03T10:13:56.664Z] Removing intermediate container e496b859c00f [2020-09-03T10:13:56.664Z] ---> d071c75ddb25 [2020-09-03T10:13:56.664Z] Step 22/24 : LABEL arch=x86_64 [2020-09-03T10:13:56.664Z] Successfully built e76aadd0734c [2020-09-03T10:13:56.664Z] Removing intermediate container d34cb38b671c [2020-09-03T10:13:56.664Z] ---> 2059e86092a0 [2020-09-03T10:13:56.664Z] Step 20/20 : LABEL version=1.2.2-dev.20 [2020-09-03T10:13:56.664Z] Successfully tagged docker-support-logging-go:latest [2020-09-03T10:13:56.664Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-09-03T10:13:56.664Z] Removing intermediate container 5223f13d4abc [2020-09-03T10:13:56.664Z] ---> cd89060a6aa3 [2020-09-03T10:13:56.664Z] 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-03T10:13:56.664Z] ---> Running in 36312642874e [2020-09-03T10:13:56.664Z] ---> Running in 6c192f148252 [2020-09-03T10:13:57.286Z] Removing intermediate container 8f754ac73b02 [2020-09-03T10:13:57.286Z] ---> 1eaeb55611a9 [2020-09-03T10:13:57.286Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T10:13:57.286Z] Removing intermediate container 6c192f148252 [2020-09-03T10:13:57.286Z] ---> 1bd92a628f6e [2020-09-03T10:13:57.286Z] [2020-09-03T10:13:57.286Z] Removing intermediate container 36312642874e [2020-09-03T10:13:57.286Z] ---> 053b6f8aaf78 [2020-09-03T10:13:57.286Z] Step 23/24 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:13:57.650Z] ---> Running in 31adb90f730e [2020-09-03T10:13:57.650Z] ---> e266b831d4c3 [2020-09-03T10:13:57.650Z] 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-03T10:13:57.650Z] Successfully built 1bd92a628f6e [2020-09-03T10:13:57.967Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-03T10:13:57.967Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-09-03T10:13:57.967Z] ---> Running in a043d598577d [2020-09-03T10:13:58.562Z] Removing intermediate container 31adb90f730e [2020-09-03T10:13:58.562Z] ---> dfe00613b5ab [2020-09-03T10:13:58.562Z] Step 26/29 : CMD [ "generate" ] [2020-09-03T10:13:58.840Z] Removing intermediate container a043d598577d [2020-09-03T10:13:58.840Z] ---> febfe33b3c68 [2020-09-03T10:13:58.840Z] Step 24/24 : LABEL version=1.2.2-dev.20 [2020-09-03T10:13:58.840Z] ---> 8aac80e24934 [2020-09-03T10:13:58.840Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-03T10:14:01.449Z] ---> Running in 061dc72e0226 [2020-09-03T10:14:01.449Z] ---> Running in d6560c53275f [2020-09-03T10:14:02.036Z] ---> 19036479f938 [2020-09-03T10:14:02.036Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-03T10:14:02.036Z] Removing intermediate container d6560c53275f [2020-09-03T10:14:02.036Z] ---> 5aff0a70de6c [2020-09-03T10:14:02.036Z] Step 27/29 : LABEL arch=x86_64 [2020-09-03T10:14:02.036Z] Removing intermediate container 061dc72e0226 [2020-09-03T10:14:02.036Z] ---> cd74753ca856 [2020-09-03T10:14:02.036Z] [2020-09-03T10:14:02.301Z] ---> Running in 67e5f650980d [2020-09-03T10:14:02.301Z] Successfully built cd74753ca856 [2020-09-03T10:14:02.301Z] Successfully tagged docker-support-notifications-go:latest [2020-09-03T10:14:02.301Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-09-03T10:14:02.301Z] ---> 4d78ef4d0d89 [2020-09-03T10:14:02.301Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-03T10:14:02.574Z] Removing intermediate container 67e5f650980d [2020-09-03T10:14:02.574Z] ---> 99bbf7e0f409 [2020-09-03T10:14:02.574Z] Step 28/29 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:14:03.599Z] ---> Running in db0ebc294efb [2020-09-03T10:14:04.227Z] ---> 7af0cc744753 [2020-09-03T10:14:04.227Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-03T10:14:05.780Z] Removing intermediate container db0ebc294efb [2020-09-03T10:14:05.780Z] ---> 51d2849a3165 [2020-09-03T10:14:05.780Z] Step 29/29 : LABEL version=1.2.2-dev.20 [2020-09-03T10:14:06.072Z] ---> Running in ea7bf9fa0ef2 [2020-09-03T10:14:06.350Z] ---> abbf7acd06be [2020-09-03T10:14:06.350Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-03T10:14:07.375Z] Removing intermediate container ea7bf9fa0ef2 [2020-09-03T10:14:07.375Z] ---> fd97f2947ab5 [2020-09-03T10:14:07.375Z] [2020-09-03T10:14:08.012Z] Successfully built fd97f2947ab5 [2020-09-03T10:14:08.012Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-03T10:14:08.012Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-09-03T10:14:08.305Z] ---> ec8cf4f6bb46 [2020-09-03T10:14:08.305Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T10:14:09.596Z] Removing intermediate container a02e5887b4e4 [2020-09-03T10:14:09.596Z] ---> 878258d5aa0a [2020-09-03T10:14:09.596Z] Successfully built 878258d5aa0a [2020-09-03T10:14:09.596Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-09-03T10:14:09.921Z] ---> ce8370a374b0 [2020-09-03T10:14:09.921Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:14:10.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T10:14:10.494Z] [2020-09-03T10:14:10.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:14:10.904Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T10:14:10.904Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-03T10:14:10.904Z] 29e5d40040c1: Pulling fs layer [2020-09-03T10:14:10.904Z] 1ce36da41761: Pulling fs layer [2020-09-03T10:14:10.904Z] 25b303627fd3: Pulling fs layer [2020-09-03T10:14:11.177Z] 29e5d40040c1: Download complete [2020-09-03T10:14:11.488Z] ---> Running in 61b696fca510 [2020-09-03T10:14:11.772Z] 29e5d40040c1: Pull complete [2020-09-03T10:14:11.772Z] 1ce36da41761: Verifying Checksum [2020-09-03T10:14:11.772Z] 1ce36da41761: Download complete [2020-09-03T10:14:12.748Z] 1ce36da41761: Pull complete [2020-09-03T10:14:13.339Z] 25b303627fd3: Verifying Checksum [2020-09-03T10:14:13.339Z] 25b303627fd3: Download complete [2020-09-03T10:14:18.597Z] Removing intermediate container 61b696fca510 [2020-09-03T10:14:18.597Z] ---> 4f4ad22d4213 [2020-09-03T10:14:18.597Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T10:14:19.342Z] ---> Running in 51bcffe1f44b [2020-09-03T10:14:20.332Z] Removing intermediate container 51bcffe1f44b [2020-09-03T10:14:20.333Z] ---> 24310ed11235 [2020-09-03T10:14:20.333Z] Step 24/26 : LABEL arch=x86_64 [2020-09-03T10:14:20.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:14:20.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:14:20.967Z] ---> 5dc7a3d32161 [2020-09-03T10:14:20.967Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T10:14:20.967Z] ---> Using cache [2020-09-03T10:14:20.967Z] ---> cb66158a601c [2020-09-03T10:14:20.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:14:21.574Z] ---> Running in e567fcf32d42 [2020-09-03T10:14:22.218Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:14:22.218Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:14:22.218Z] ---> 5dc7a3d32161 [2020-09-03T10:14:22.218Z] Step 3/27 : WORKDIR /edgex-go [2020-09-03T10:14:22.218Z] ---> Using cache [2020-09-03T10:14:22.218Z] ---> cb66158a601c [2020-09-03T10:14:22.218Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:14:22.823Z] ---> Running in f6e715c3e79a [2020-09-03T10:14:23.114Z] ---> Running in b76ed25884b5 [2020-09-03T10:14:23.391Z] Removing intermediate container e567fcf32d42 [2020-09-03T10:14:23.391Z] ---> e0548ac6a183 [2020-09-03T10:14:23.391Z] Step 25/26 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:14:23.496Z] 25b303627fd3: Pull complete [2020-09-03T10:14:23.496Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-03T10:14:23.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T10:14:23.496Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-03T10:14:23.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-1263 does not seem to be running inside a container [2020-09-03T10:14:23.847Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:14:24.007Z] ---> Running in 4dc2f412b5bc [2020-09-03T10:14:24.992Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:14:24.992Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:14:24.992Z] ---> 5dc7a3d32161 [2020-09-03T10:14:24.992Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T10:14:24.992Z] ---> Using cache [2020-09-03T10:14:24.992Z] ---> cb66158a601c [2020-09-03T10:14:24.992Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:14:25.262Z] Removing intermediate container 4dc2f412b5bc [2020-09-03T10:14:25.262Z] ---> c776f4179df5 [2020-09-03T10:14:25.262Z] Step 26/26 : LABEL version=1.2.2-dev.20 [2020-09-03T10:14:25.639Z] ---> Running in 1dba2016864e [2020-09-03T10:14:25.639Z] ---> Running in ff52de5097ab [2020-09-03T10:14:26.393Z] Removing intermediate container ff52de5097ab [2020-09-03T10:14:26.393Z] ---> 6e8c0d9396dc [2020-09-03T10:14:26.393Z] [2020-09-03T10:14:26.777Z] Successfully built 6e8c0d9396dc [2020-09-03T10:14:26.777Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-03T10:14:26.777Z] Building docker-core-data-go [2020-09-03T10:14:27.056Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f6e715c3e79a [2020-09-03T10:14:27.056Z] ---> 7ccb009240fe [2020-09-03T10:14:27.056Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T10:14:27.250Z] $ docker top fa587fc91b6c59637a142152b85e6f6a824fdf7706d6a8b56b0a2d38d4ad40cb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T10:14:28.168Z] Removing intermediate container b76ed25884b5 [2020-09-03T10:14:28.168Z] ---> eee8787aa551 [2020-09-03T10:14:28.168Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-03T10:14:28.605Z] + docker-compose build --help [2020-09-03T10:14:28.605Z] + grep parallel [2020-09-03T10:14:28.829Z] ---> Running in 48d3c67c7b48 [2020-09-03T10:14:28.829Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:14:28.829Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:14:28.829Z] ---> 5dc7a3d32161 [2020-09-03T10:14:28.829Z] Step 3/21 : WORKDIR /edgex-go [2020-09-03T10:14:28.829Z] ---> Using cache [2020-09-03T10:14:28.829Z] ---> cb66158a601c [2020-09-03T10:14:28.830Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:14:28.830Z] ---> Using cache [2020-09-03T10:14:28.830Z] ---> eee8787aa551 [2020-09-03T10:14:28.830Z] Step 5/21 : RUN apk update && apk add make git [2020-09-03T10:14:29.818Z] ---> Running in d199a90622f9 [2020-09-03T10:14:29.818Z] ---> Running in 503dacbaccc0 [2020-09-03T10:14:30.100Z] Removing intermediate container 1dba2016864e [2020-09-03T10:14:30.100Z] ---> b6b2b9b06fc5 [2020-09-03T10:14:30.100Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T10:14:31.083Z] ---> Running in f98ca15007f8 [2020-09-03T10:14:31.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:31.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:31.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:31.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:32.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:32.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:32.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:32.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:32.953Z] --parallel Build images in parallel. [Pipeline] } [2020-09-03T10:14:33.018Z] $ docker stop --time=1 fa587fc91b6c59637a142152b85e6f6a824fdf7706d6a8b56b0a2d38d4ad40cb [2020-09-03T10:14:33.190Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:14:33.190Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:14:33.190Z] OK: 12746 distinct packages available [2020-09-03T10:14:33.804Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:14:33.804Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:14:33.804Z] OK: 12746 distinct packages available [2020-09-03T10:14:33.804Z] OK: 233 MiB in 51 packages [2020-09-03T10:14:34.094Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:14:34.094Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:14:34.094Z] OK: 12746 distinct packages available [2020-09-03T10:14:34.094Z] OK: 233 MiB in 51 packages [2020-09-03T10:14:34.385Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:14:34.385Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:14:34.385Z] OK: 12746 distinct packages available [2020-09-03T10:14:34.385Z] OK: 233 MiB in 51 packages [2020-09-03T10:14:35.000Z] OK: 233 MiB in 51 packages [2020-09-03T10:14:35.061Z] $ docker rm -f fa587fc91b6c59637a142152b85e6f6a824fdf7706d6a8b56b0a2d38d4ad40cb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:14:35.580Z] Removing intermediate container d199a90622f9 [2020-09-03T10:14:35.580Z] ---> d597a5efb9f6 [2020-09-03T10:14:35.580Z] Step 6/27 : COPY go.mod . [2020-09-03T10:14:35.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-03T10:14:35.796Z] . [Pipeline] withDockerContainer [2020-09-03T10:14:35.876Z] Removing intermediate container 503dacbaccc0 [2020-09-03T10:14:35.877Z] ---> ef6eab55bd64 [2020-09-03T10:14:35.877Z] Step 6/21 : COPY go.mod . [2020-09-03T10:14:35.877Z] Removing intermediate container 48d3c67c7b48 [2020-09-03T10:14:35.877Z] ---> 67386b89f7e3 [2020-09-03T10:14:35.877Z] Step 6/22 : COPY go.mod . [2020-09-03T10:14:36.069Z] prd-ubuntu18.04-docker-arm64-4c-16g-1263 does not seem to be running inside a container [2020-09-03T10:14:36.159Z] ---> 7628f9bfdbd6 [2020-09-03T10:14:36.159Z] Step 7/27 : RUN go mod download [2020-09-03T10:14:36.196Z] $ 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/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:14:36.484Z] ---> Running in 6a9960ab6331 [2020-09-03T10:14:37.096Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:14:37.096Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:14:37.096Z] ---> 5dc7a3d32161 [2020-09-03T10:14:37.096Z] Step 3/23 : WORKDIR /edgex-go [2020-09-03T10:14:37.096Z] ---> Using cache [2020-09-03T10:14:37.096Z] ---> cb66158a601c [2020-09-03T10:14:37.096Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:14:37.096Z] ---> Using cache [2020-09-03T10:14:37.096Z] ---> b6b2b9b06fc5 [2020-09-03T10:14:37.096Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-03T10:14:37.648Z] $ docker top 73b968d36e743d603a623d0f265659fba8db69014e7fac98164f5d41af92fd10 -eo pid,comm [2020-09-03T10:14:37.694Z] Removing intermediate container f98ca15007f8 [2020-09-03T10:14:37.695Z] ---> 73d0835f5859 [2020-09-03T10:14:37.695Z] Step 6/22 : COPY go.mod . [2020-09-03T10:14:37.695Z] ---> 14939b6247f1 [2020-09-03T10:14:37.695Z] Step 7/22 : RUN go mod download [2020-09-03T10:14:37.695Z] ---> Running in 1fe55b35fff4 [2020-09-03T10:14:37.695Z] ---> 600ad013d639 [2020-09-03T10:14:37.695Z] Step 7/21 : RUN go mod download [2020-09-03T10:14:37.695Z] ---> Running in 93673a6e1f79 [Pipeline] { [2020-09-03T10:14:37.966Z] ---> Running in c6d32481b109 [2020-09-03T10:14:37.966Z] ---> e12dc9ae0e31 [2020-09-03T10:14:37.966Z] Step 7/22 : RUN go mod download [Pipeline] sh [2020-09-03T10:14:38.233Z] ---> Running in 46098f577d49 [2020-09-03T10:14:38.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:38.627Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-03T10:14:39.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:14:40.259Z] Removing intermediate container c6d32481b109 [2020-09-03T10:14:40.259Z] ---> 9fff9cc1c3bb [2020-09-03T10:14:40.259Z] Step 8/21 : COPY . . [2020-09-03T10:14:40.259Z] Removing intermediate container 93673a6e1f79 [2020-09-03T10:14:40.259Z] ---> 9d9c99eebbe0 [2020-09-03T10:14:40.259Z] Step 8/22 : COPY . . [2020-09-03T10:14:40.259Z] Removing intermediate container 6a9960ab6331 [2020-09-03T10:14:40.259Z] ---> 6f082fc8e856 [2020-09-03T10:14:40.260Z] Step 8/27 : COPY . . [2020-09-03T10:14:40.260Z] Removing intermediate container 46098f577d49 [2020-09-03T10:14:40.260Z] ---> d67eff9bcfd6 [2020-09-03T10:14:40.260Z] Step 8/22 : COPY . . [2020-09-03T10:14:40.705Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:14:40.705Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:14:40.705Z] OK: 12746 distinct packages available [2020-09-03T10:14:40.974Z] OK: 233 MiB in 51 packages [2020-09-03T10:14:41.999Z] Building docker-core-command-go ... [2020-09-03T10:14:41.999Z] Building docker-core-data-go ... [2020-09-03T10:14:41.999Z] Building docker-core-metadata-go ... [2020-09-03T10:14:41.999Z] Building docker-security-proxy-setup-go ... [2020-09-03T10:14:41.999Z] Building docker-security-secrets-setup-go ... [2020-09-03T10:14:41.999Z] Building docker-security-secretstore-setup-go ... [2020-09-03T10:14:41.999Z] Building docker-support-logging-go ... [2020-09-03T10:14:41.999Z] Building docker-support-notifications-go ... [2020-09-03T10:14:41.999Z] Building docker-support-scheduler-go ... [2020-09-03T10:14:41.999Z] Building docker-sys-mgmt-agent-go ... [2020-09-03T10:14:41.999Z] Building docker-support-scheduler-go [2020-09-03T10:14:41.999Z] Building docker-core-metadata-go [2020-09-03T10:14:41.999Z] Building docker-security-proxy-setup-go [2020-09-03T10:14:41.999Z] Building docker-sys-mgmt-agent-go [2020-09-03T10:14:41.999Z] Building docker-core-data-go [2020-09-03T10:14:47.930Z] Removing intermediate container 1fe55b35fff4 [2020-09-03T10:14:47.930Z] ---> 8d3a4fc9e42e [2020-09-03T10:14:47.930Z] Step 6/23 : COPY go.mod . [2020-09-03T10:14:49.867Z] ---> d4033a7008ca [2020-09-03T10:14:49.867Z] Step 7/23 : RUN go mod download [2020-09-03T10:14:51.393Z] ---> Running in 15ed6c6d8838 [2020-09-03T10:15:01.821Z] Removing intermediate container 15ed6c6d8838 [2020-09-03T10:15:01.821Z] ---> 78e997403e09 [2020-09-03T10:15:01.821Z] Step 8/23 : COPY . . [2020-09-03T10:15:07.268Z] ---> ca0c3cdd0b31 [2020-09-03T10:15:07.268Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-03T10:15:07.268Z] ---> 3b787bf60d7b [2020-09-03T10:15:07.268Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-03T10:15:07.539Z] ---> 114c07f7d5d2 [2020-09-03T10:15:07.539Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-03T10:15:07.539Z] ---> 81cfc44f400b [2020-09-03T10:15:07.539Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-03T10:15:08.138Z] ---> Running in 2938ad44e12d [2020-09-03T10:15:08.138Z] ---> Running in 9150b20cac70 [2020-09-03T10:15:08.138Z] ---> Running in b9e6de433f2d [2020-09-03T10:15:08.138Z] ---> Running in db163ee2397a [2020-09-03T10:15:10.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/core-command/core-command ./cmd/core-command [2020-09-03T10:15:10.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-03T10:15:10.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-03T10:15:10.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-03T10:15:15.173Z] ---> e7fd15658de7 [2020-09-03T10:15:15.173Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-03T10:15:15.764Z] ---> Running in ba86b9b165c0 [2020-09-03T10:15:17.233Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/core-data/core-data ./cmd/core-data [2020-09-03T10:16:03.751Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:16:03.751Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:16:03.751Z] ---> 878258d5aa0a [2020-09-03T10:16:03.751Z] Step 3/20 : WORKDIR /edgex-go [2020-09-03T10:16:03.751Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:16:03.751Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:16:03.751Z] ---> 878258d5aa0a [2020-09-03T10:16:03.751Z] Step 3/23 : WORKDIR /edgex-go [2020-09-03T10:16:03.751Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:16:03.751Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:16:03.751Z] ---> 878258d5aa0a [2020-09-03T10:16:03.751Z] Step 3/27 : WORKDIR /edgex-go [2020-09-03T10:16:03.751Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:16:03.751Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:16:03.751Z] ---> 878258d5aa0a [2020-09-03T10:16:03.751Z] Step 3/21 : WORKDIR /edgex-go [2020-09-03T10:16:03.751Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:16:03.751Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:16:03.751Z] ---> 878258d5aa0a [2020-09-03T10:16:03.751Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T10:16:04.341Z] ---> Running in 5ae1ff71ea85 [2020-09-03T10:16:04.342Z] ---> Running in f353610643a3 [2020-09-03T10:16:04.342Z] ---> Running in 8424857f9f66 [2020-09-03T10:16:04.342Z] ---> Running in e68862c5bf1e [2020-09-03T10:16:04.342Z] ---> Running in 74a65977481c [2020-09-03T10:16:04.817Z] Removing intermediate container b9e6de433f2d [2020-09-03T10:16:04.818Z] ---> 4e254a5029f9 [2020-09-03T10:16:04.818Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-03T10:16:04.818Z] ---> Running in 3363835a3bd9 [2020-09-03T10:16:04.937Z] Removing intermediate container 8424857f9f66 [2020-09-03T10:16:04.938Z] ---> b108f314bcdd [2020-09-03T10:16:04.938Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:16:05.209Z] Removing intermediate container f353610643a3 [2020-09-03T10:16:05.209Z] ---> 0a42f542512d [2020-09-03T10:16:05.209Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:16:05.209Z] Removing intermediate container e68862c5bf1e [2020-09-03T10:16:05.209Z] ---> 492633d809d4 [2020-09-03T10:16:05.209Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:16:05.209Z] Removing intermediate container 74a65977481c [2020-09-03T10:16:05.209Z] ---> e218b9b5d66d [2020-09-03T10:16:05.209Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:16:05.209Z] Removing intermediate container 5ae1ff71ea85 [2020-09-03T10:16:05.209Z] ---> 0a4d6075e474 [2020-09-03T10:16:05.209Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:16:05.209Z] ---> Running in 5029f28230f4 [2020-09-03T10:16:05.482Z] ---> Running in 69ee85a3ab63 [2020-09-03T10:16:05.482Z] ---> Running in 2cca1a34271c [2020-09-03T10:16:05.482Z] ---> Running in 7dedf107e3b2 [2020-09-03T10:16:05.482Z] ---> Running in 73d9afafe6b9 [2020-09-03T10:16:07.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-03T10:16:09.840Z] Removing intermediate container 5029f28230f4 [2020-09-03T10:16:09.840Z] ---> 663dafe01c03 [2020-09-03T10:16:09.840Z] Step 5/20 : RUN apk update && apk add make git [2020-09-03T10:16:09.840Z] Removing intermediate container 69ee85a3ab63 [2020-09-03T10:16:09.840Z] ---> 628485b3972f [2020-09-03T10:16:09.840Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-03T10:16:10.113Z] ---> Running in 5e38737a8938 [2020-09-03T10:16:10.113Z] ---> Running in f0b4d25d9fc2 [2020-09-03T10:16:10.113Z] Removing intermediate container 2cca1a34271c [2020-09-03T10:16:10.113Z] ---> 48455ab1792e [2020-09-03T10:16:10.113Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-03T10:16:10.240Z] Removing intermediate container 9150b20cac70 [2020-09-03T10:16:10.240Z] ---> 1136a19618b3 [2020-09-03T10:16:10.240Z] [2020-09-03T10:16:10.240Z] Step 10/22 : FROM scratch [2020-09-03T10:16:10.240Z] ---> [2020-09-03T10:16:10.240Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T10:16:10.393Z] Removing intermediate container 7dedf107e3b2 [2020-09-03T10:16:10.393Z] ---> d0696a3d6b24 [2020-09-03T10:16:10.393Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T10:16:10.393Z] Removing intermediate container 73d9afafe6b9 [2020-09-03T10:16:10.393Z] ---> b9eee4009f26 [2020-09-03T10:16:10.393Z] Step 5/21 : RUN apk update && apk add make git [2020-09-03T10:16:10.670Z] ---> Running in 1f7ee50f62a6 [2020-09-03T10:16:10.670Z] ---> Running in b4ac8040ae20 [2020-09-03T10:16:10.954Z] ---> Running in 8528a75e7623 [2020-09-03T10:16:12.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:12.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:13.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:13.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:13.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:13.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:13.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:14.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:14.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:14.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:16:14.605Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:16:14.605Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:16:14.605Z] OK: 12617 distinct packages available [2020-09-03T10:16:14.879Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:16:14.879Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:16:14.879Z] OK: 12617 distinct packages available [2020-09-03T10:16:15.154Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:16:15.154Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:16:15.154Z] OK: 12617 distinct packages available [2020-09-03T10:16:15.429Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:16:15.429Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:16:15.429Z] OK: 12617 distinct packages available [2020-09-03T10:16:15.429Z] OK: 217 MiB in 51 packages [2020-09-03T10:16:15.429Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:16:15.429Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:16:15.429Z] OK: 12617 distinct packages available [2020-09-03T10:16:15.623Z] ---> Running in 23198337a138 [2020-09-03T10:16:15.623Z] Removing intermediate container db163ee2397a [2020-09-03T10:16:15.623Z] ---> 414ee3cbba30 [2020-09-03T10:16:15.623Z] [2020-09-03T10:16:15.623Z] Step 10/21 : FROM scratch [2020-09-03T10:16:15.623Z] ---> [2020-09-03T10:16:15.623Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T10:16:15.706Z] OK: 217 MiB in 51 packages [2020-09-03T10:16:16.313Z] OK: 217 MiB in 51 packages [2020-09-03T10:16:16.313Z] OK: 217 MiB in 51 packages [2020-09-03T10:16:16.592Z] OK: 217 MiB in 51 packages [2020-09-03T10:16:16.597Z] Removing intermediate container 3363835a3bd9 [2020-09-03T10:16:16.597Z] ---> 6370f95e2ef9 [2020-09-03T10:16:16.597Z] [2020-09-03T10:16:16.597Z] Step 11/27 : FROM docker:latest [2020-09-03T10:16:16.597Z] ---> 81f5749c9058 [2020-09-03T10:16:16.597Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-03T10:16:16.597Z] Removing intermediate container 23198337a138 [2020-09-03T10:16:16.597Z] ---> 4aaaf196b630 [2020-09-03T10:16:16.597Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-03T10:16:16.597Z] ---> Running in 2794addd7e9a [2020-09-03T10:16:16.597Z] Removing intermediate container 2938ad44e12d [2020-09-03T10:16:16.597Z] ---> 0aeb8c6ae2cf [2020-09-03T10:16:16.597Z] [2020-09-03T10:16:16.597Z] Step 10/22 : FROM scratch [2020-09-03T10:16:16.597Z] ---> [2020-09-03T10:16:16.597Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T10:16:16.597Z] ---> Using cache [2020-09-03T10:16:16.597Z] ---> 4aaaf196b630 [2020-09-03T10:16:16.597Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-03T10:16:16.597Z] ---> Running in ecf561748e29 [2020-09-03T10:16:16.597Z] ---> Running in 26db19224585 [2020-09-03T10:16:16.870Z] ---> Running in 7936f2a149e0 [2020-09-03T10:16:16.870Z] Removing intermediate container 2794addd7e9a [2020-09-03T10:16:16.870Z] ---> 48b0c041a2bd [2020-09-03T10:16:16.870Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-03T10:16:17.179Z] ---> Running in f9d6c90ecf0d [2020-09-03T10:16:17.179Z] Removing intermediate container ecf561748e29 [2020-09-03T10:16:17.179Z] ---> 30a1a8eedb45 [2020-09-03T10:16:17.179Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T10:16:17.179Z] Removing intermediate container 7936f2a149e0 [2020-09-03T10:16:17.179Z] ---> a4396ecc3b6a [2020-09-03T10:16:17.179Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T10:16:17.462Z] ---> Running in 6b87d0e46835 [2020-09-03T10:16:17.462Z] ---> Running in d921d820b426 [2020-09-03T10:16:17.462Z] Removing intermediate container f9d6c90ecf0d [2020-09-03T10:16:17.462Z] ---> d1a6b90bcbfe [2020-09-03T10:16:17.462Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-03T10:16:17.573Z] Removing intermediate container 5e38737a8938 [2020-09-03T10:16:17.573Z] ---> 817b270b003d [2020-09-03T10:16:17.573Z] Step 6/27 : COPY go.mod . [2020-09-03T10:16:17.731Z] ---> Running in c76a877319fe [2020-09-03T10:16:17.731Z] Removing intermediate container 6b87d0e46835 [2020-09-03T10:16:17.731Z] ---> 171a7ccd2ca2 [2020-09-03T10:16:17.731Z] Step 14/22 : WORKDIR / [2020-09-03T10:16:17.731Z] Removing intermediate container d921d820b426 [2020-09-03T10:16:17.731Z] ---> c08d9bf449c3 [2020-09-03T10:16:17.731Z] Step 14/22 : WORKDIR / [2020-09-03T10:16:17.731Z] ---> Running in 8f0c9c310b87 [2020-09-03T10:16:17.849Z] Removing intermediate container f0b4d25d9fc2 [2020-09-03T10:16:17.849Z] ---> ae50a2f11092 [2020-09-03T10:16:17.849Z] Step 6/20 : COPY go.mod . [2020-09-03T10:16:17.849Z] Removing intermediate container 1f7ee50f62a6 [2020-09-03T10:16:17.849Z] ---> bd7c3670a4ed [2020-09-03T10:16:17.849Z] Step 6/23 : COPY go.mod . [2020-09-03T10:16:18.011Z] ---> Running in 6eaaa7a23d1e [2020-09-03T10:16:18.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:16:18.011Z] Removing intermediate container c76a877319fe [2020-09-03T10:16:18.011Z] ---> c1daff990774 [2020-09-03T10:16:18.011Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-03T10:16:18.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:16:18.011Z] Removing intermediate container 8f0c9c310b87 [2020-09-03T10:16:18.011Z] ---> 5d4fb3b4035e [2020-09-03T10:16:18.011Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-03T10:16:18.126Z] Removing intermediate container 8528a75e7623 [2020-09-03T10:16:18.126Z] ---> 376cf099c97e [2020-09-03T10:16:18.126Z] Step 6/21 : COPY go.mod . [2020-09-03T10:16:18.291Z] Removing intermediate container 6eaaa7a23d1e [2020-09-03T10:16:18.291Z] ---> b2d9d521f44e [2020-09-03T10:16:18.291Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-03T10:16:18.291Z] (1/2) Installing readline (8.0.4-r0) [2020-09-03T10:16:18.291Z] (2/2) Installing bash (5.0.17-r0) [2020-09-03T10:16:18.291Z] Executing bash-5.0.17-r0.post-install [2020-09-03T10:16:18.291Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:16:18.402Z] Removing intermediate container b4ac8040ae20 [2020-09-03T10:16:18.402Z] ---> 59b882db9c6e [2020-09-03T10:16:18.402Z] Step 6/22 : COPY go.mod . [2020-09-03T10:16:18.402Z] ---> ee71d46a74e9 [2020-09-03T10:16:18.402Z] Step 7/27 : RUN go mod download [2020-09-03T10:16:18.558Z] OK: 12 MiB in 22 packages [2020-09-03T10:16:18.558Z] ---> 81e735be6d94 [2020-09-03T10:16:18.558Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-03T10:16:18.558Z] ---> 2e4484b47926 [2020-09-03T10:16:18.558Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-03T10:16:18.687Z] ---> Running in f140f1c5e7d1 [2020-09-03T10:16:18.688Z] ---> 75453fd5f262 [2020-09-03T10:16:18.688Z] Step 7/23 : RUN go mod download [2020-09-03T10:16:18.833Z] ---> ed862e34f716 [2020-09-03T10:16:18.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-03T10:16:18.959Z] ---> 56a9fa5ed250 [2020-09-03T10:16:18.959Z] Step 7/20 : RUN go mod download [2020-09-03T10:16:19.231Z] ---> Running in 82920045dbb3 [2020-09-03T10:16:19.231Z] ---> a981a44585f4 [2020-09-03T10:16:19.231Z] Step 7/21 : RUN go mod download [2020-09-03T10:16:19.231Z] ---> Running in 628c74b6dccd [2020-09-03T10:16:19.463Z] Removing intermediate container 26db19224585 [2020-09-03T10:16:19.463Z] ---> 720d08f7a8b2 [2020-09-03T10:16:19.463Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-03T10:16:19.506Z] ---> e5c700fc2944 [2020-09-03T10:16:19.507Z] Step 7/22 : RUN go mod download [2020-09-03T10:16:19.507Z] ---> Running in 79f7dc5b9a9b [2020-09-03T10:16:19.775Z] ---> d786ba676f80 [2020-09-03T10:16:19.776Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-03T10:16:19.785Z] ---> Running in b624ee1945a9 [2020-09-03T10:16:20.042Z] ---> Running in 4f3597d23674 [2020-09-03T10:16:22.628Z] ---> d69e39899cc4 [2020-09-03T10:16:22.628Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-03T10:16:22.628Z] ---> f86a80e718e6 [2020-09-03T10:16:22.628Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-03T10:16:22.628Z] ---> 36c68159c2e3 [2020-09-03T10:16:22.628Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-03T10:16:22.628Z] ---> Running in 1052a5b95ec7 [2020-09-03T10:16:22.628Z] Removing intermediate container ba86b9b165c0 [2020-09-03T10:16:22.628Z] ---> d75e28517974 [2020-09-03T10:16:22.628Z] [2020-09-03T10:16:22.628Z] Step 10/23 : FROM alpine [2020-09-03T10:16:22.628Z] ---> a24bb4013296 [2020-09-03T10:16:22.628Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T10:16:22.905Z] ---> Running in 57257fcc46b4 [2020-09-03T10:16:22.905Z] ---> b2fcfebe60e2 [2020-09-03T10:16:22.905Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-03T10:16:22.905Z] ---> 24711821723f [2020-09-03T10:16:22.905Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-03T10:16:23.202Z] Removing intermediate container 1052a5b95ec7 [2020-09-03T10:16:23.202Z] ---> b5d8c99b74e7 [2020-09-03T10:16:23.202Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:16:23.202Z] ---> Running in 9b3c73623aa1 [2020-09-03T10:16:23.202Z] ---> Running in 302ffe5d1aa0 [2020-09-03T10:16:23.481Z] Removing intermediate container 57257fcc46b4 [2020-09-03T10:16:23.481Z] ---> 1bc9b5f3f563 [2020-09-03T10:16:23.482Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-03T10:16:23.482Z] ---> Running in 3d668ca5167e [2020-09-03T10:16:23.482Z] ---> Running in c67707a1f914 [2020-09-03T10:16:23.482Z] Removing intermediate container 9b3c73623aa1 [2020-09-03T10:16:23.482Z] ---> b0bd3e24cf63 [2020-09-03T10:16:23.482Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:16:23.773Z] Removing intermediate container 302ffe5d1aa0 [2020-09-03T10:16:23.773Z] ---> 997a786d22a6 [2020-09-03T10:16:23.773Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:16:23.773Z] ---> Running in 797bcd3069ec [2020-09-03T10:16:23.773Z] Removing intermediate container 3d668ca5167e [2020-09-03T10:16:23.773Z] ---> d8fe076ad92f [2020-09-03T10:16:23.773Z] Step 19/21 : LABEL arch=x86_64 [2020-09-03T10:16:24.076Z] ---> Running in c9a75a1d1f14 [2020-09-03T10:16:24.076Z] Removing intermediate container 4f3597d23674 [2020-09-03T10:16:24.076Z] ---> afa2e8e82971 [2020-09-03T10:16:24.076Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-03T10:16:24.076Z] Removing intermediate container c67707a1f914 [2020-09-03T10:16:24.076Z] ---> 78ce7741064e [2020-09-03T10:16:24.076Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-03T10:16:24.076Z] ---> Running in b26d7f6c6b70 [2020-09-03T10:16:24.076Z] ---> Running in 2a345534769c [2020-09-03T10:16:24.302Z] Removing intermediate container f140f1c5e7d1 [2020-09-03T10:16:24.302Z] ---> f546a679fc6f [2020-09-03T10:16:24.302Z] Step 8/27 : COPY . . [2020-09-03T10:16:24.352Z] ---> Running in 424598bc41d6 [2020-09-03T10:16:24.352Z] Removing intermediate container c9a75a1d1f14 [2020-09-03T10:16:24.352Z] ---> a022cb094282 [2020-09-03T10:16:24.352Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T10:16:24.352Z] Removing intermediate container 797bcd3069ec [2020-09-03T10:16:24.352Z] ---> 42dc0b28861d [2020-09-03T10:16:24.352Z] Step 20/22 : LABEL arch=x86_64 [2020-09-03T10:16:24.622Z] Removing intermediate container b26d7f6c6b70 [2020-09-03T10:16:24.622Z] ---> 727dc22824ec [2020-09-03T10:16:24.622Z] Step 20/21 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:16:24.622Z] ---> Running in b0d0e3a5ebc0 [2020-09-03T10:16:24.622Z] Removing intermediate container 2a345534769c [2020-09-03T10:16:24.622Z] ---> a4519ca91d11 [2020-09-03T10:16:24.622Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-03T10:16:25.615Z] ---> Running in 643e5c24274b [2020-09-03T10:16:25.615Z] Removing intermediate container 424598bc41d6 [2020-09-03T10:16:25.615Z] ---> 62e2386951b9 [2020-09-03T10:16:25.615Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:16:25.615Z] ---> Running in 236cc37bce22 [2020-09-03T10:16:25.615Z] ---> Running in b0bbfa3a9610 [2020-09-03T10:16:25.751Z] Removing intermediate container 82920045dbb3 [2020-09-03T10:16:25.751Z] ---> 5d7cf84ec1dc [2020-09-03T10:16:25.751Z] Step 8/23 : COPY . . [2020-09-03T10:16:25.903Z] Removing intermediate container b0d0e3a5ebc0 [2020-09-03T10:16:25.903Z] ---> 07ef21e6cb42 [2020-09-03T10:16:25.903Z] Step 21/22 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:16:25.903Z] ---> Running in 89eb45d8335a [2020-09-03T10:16:26.180Z] ---> Running in 3ae4170ce6e0 [2020-09-03T10:16:26.180Z] Removing intermediate container 643e5c24274b [2020-09-03T10:16:26.180Z] ---> 827caa1c2ebb [2020-09-03T10:16:26.180Z] Step 21/22 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:16:26.180Z] Removing intermediate container 236cc37bce22 [2020-09-03T10:16:26.180Z] ---> c81440613d37 [2020-09-03T10:16:26.180Z] Step 21/21 : LABEL version=1.2.2-dev.20 [2020-09-03T10:16:26.180Z] Removing intermediate container b0bbfa3a9610 [2020-09-03T10:16:26.180Z] ---> 299daaf1771c [2020-09-03T10:16:26.180Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-03T10:16:26.501Z] ---> Running in bc04fdb29fed [2020-09-03T10:16:26.501Z] ---> Running in 336ca5fd256d [2020-09-03T10:16:26.501Z] ---> Running in c7a1bc82de2f [2020-09-03T10:16:26.501Z] Removing intermediate container 3ae4170ce6e0 [2020-09-03T10:16:26.501Z] ---> ea892d6b171d [2020-09-03T10:16:26.501Z] Step 22/22 : LABEL version=1.2.2-dev.20 [2020-09-03T10:16:26.747Z] Removing intermediate container 628c74b6dccd [2020-09-03T10:16:26.747Z] ---> 2aef6bc7d817 [2020-09-03T10:16:26.747Z] Step 8/20 : COPY . . [2020-09-03T10:16:26.747Z] Removing intermediate container b624ee1945a9 [2020-09-03T10:16:26.747Z] ---> b064bb09b009 [2020-09-03T10:16:26.747Z] Step 8/22 : COPY . . [2020-09-03T10:16:26.747Z] Removing intermediate container 79f7dc5b9a9b [2020-09-03T10:16:26.747Z] ---> b8a9840c925d [2020-09-03T10:16:26.747Z] Step 8/21 : COPY . . [2020-09-03T10:16:26.788Z] ---> Running in c8680a63a55c [2020-09-03T10:16:26.788Z] Removing intermediate container bc04fdb29fed [2020-09-03T10:16:26.788Z] ---> de1528238a00 [2020-09-03T10:16:26.788Z] [2020-09-03T10:16:26.788Z] Removing intermediate container 336ca5fd256d [2020-09-03T10:16:26.788Z] ---> d566446d025a [2020-09-03T10:16:26.788Z] Step 22/22 : LABEL version=1.2.2-dev.20 [2020-09-03T10:16:26.788Z] Removing intermediate container c7a1bc82de2f [2020-09-03T10:16:26.789Z] ---> af058c762ad8 [2020-09-03T10:16:26.789Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-03T10:16:27.078Z] ---> Running in 4abf688cf6a3 [2020-09-03T10:16:27.078Z] Removing intermediate container c8680a63a55c [2020-09-03T10:16:27.078Z] ---> 2e207688b011 [2020-09-03T10:16:27.078Z] [2020-09-03T10:16:27.078Z] Successfully built de1528238a00 [2020-09-03T10:16:27.355Z] Successfully built 2e207688b011 [2020-09-03T10:16:27.650Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-03T10:16:27.650Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-core-metadata-go:latest [2020-09-03T10:16:27.650Z]  Building docker-core-metadata-go ... done Removing intermediate container 4abf688cf6a3 [2020-09-03T10:16:27.650Z] ---> f73c1135db3c [2020-09-03T10:16:27.650Z] [2020-09-03T10:16:27.650Z] ---> d133d38a302f [2020-09-03T10:16:27.650Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-03T10:16:27.948Z] Successfully built f73c1135db3c [2020-09-03T10:16:27.948Z] Successfully tagged docker-core-command-go:latest [2020-09-03T10:16:27.948Z]  Building docker-core-command-go ... done Removing intermediate container 89eb45d8335a [2020-09-03T10:16:27.948Z] ---> aa1d5a94fe43 [2020-09-03T10:16:27.948Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-03T10:16:27.948Z] ---> Running in 5081d1dccfc0 [2020-09-03T10:16:28.261Z] ---> e465f7da54de [2020-09-03T10:16:28.261Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-03T10:16:28.862Z] ---> 92c3f30953fc [2020-09-03T10:16:28.862Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-03T10:16:28.862Z] ---> Running in 01637bb065d7 [2020-09-03T10:16:28.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:16:29.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:16:29.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:16:29.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:16:29.790Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-03T10:16:30.084Z] (2/33) Installing expat (2.2.9-r1) [2020-09-03T10:16:30.084Z] (3/33) Installing libffi (3.3-r2) [2020-09-03T10:16:30.084Z] (4/33) Installing gdbm (1.13-r1) [2020-09-03T10:16:30.084Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-03T10:16:30.084Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-03T10:16:30.084Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-03T10:16:31.078Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-03T10:16:31.078Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-03T10:16:31.381Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-03T10:16:31.381Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-03T10:16:31.381Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-03T10:16:31.381Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-03T10:16:31.381Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-03T10:16:31.381Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-03T10:16:31.381Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-03T10:16:31.381Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-03T10:16:31.381Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-03T10:16:31.381Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-03T10:16:31.381Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-03T10:16:31.381Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-03T10:16:31.381Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-03T10:16:31.719Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-03T10:16:31.719Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-03T10:16:31.719Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-03T10:16:31.719Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-03T10:16:31.719Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-03T10:16:31.719Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-03T10:16:31.719Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-03T10:16:31.719Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-03T10:16:31.719Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-03T10:16:31.719Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-03T10:16:31.719Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-03T10:16:31.719Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-03T10:16:31.719Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-03T10:16:31.719Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-03T10:16:32.066Z] (4/5) Installing libzmq (4.3.2-r0) [2020-09-03T10:16:32.066Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:16:32.066Z] OK: 71 MiB in 55 packages [2020-09-03T10:16:32.066Z] (5/5) Installing zeromq (4.3.2-r0) [2020-09-03T10:16:32.384Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:16:32.384Z] OK: 8 MiB in 19 packages [2020-09-03T10:16:37.935Z] Removing intermediate container 5081d1dccfc0 [2020-09-03T10:16:37.935Z] ---> a9ba777168c9 [2020-09-03T10:16:37.935Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-03T10:16:41.435Z] ---> e3904b6f072a [2020-09-03T10:16:41.435Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-03T10:16:43.411Z] ---> 5b4695e990fe [2020-09-03T10:16:43.411Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-03T10:16:43.411Z] Removing intermediate container 01637bb065d7 [2020-09-03T10:16:43.411Z] ---> 3465632171a5 [2020-09-03T10:16:43.411Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-03T10:16:43.411Z] ---> Running in bb31d0733f7c [2020-09-03T10:16:43.705Z] ---> 51c2d941c5cd [2020-09-03T10:16:43.705Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-03T10:16:43.705Z] ---> Running in 2a1db3eed0d3 [2020-09-03T10:16:43.977Z] Removing intermediate container 2a1db3eed0d3 [2020-09-03T10:16:43.977Z] ---> 213ab1df3a12 [2020-09-03T10:16:43.977Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:16:43.977Z] ---> Running in 02a24dad2d0f [2020-09-03T10:16:44.571Z] Removing intermediate container 02a24dad2d0f [2020-09-03T10:16:44.571Z] ---> d584e2454fac [2020-09-03T10:16:44.571Z] Step 21/23 : LABEL arch=x86_64 [2020-09-03T10:16:44.571Z] ---> Running in 593d6a46cfdd [2020-09-03T10:16:44.571Z] Removing intermediate container 593d6a46cfdd [2020-09-03T10:16:44.571Z] ---> 428c59bb1f36 [2020-09-03T10:16:44.571Z] Step 22/23 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:16:44.854Z] ---> Running in f57f16e5d2bf [2020-09-03T10:16:45.139Z] Removing intermediate container f57f16e5d2bf [2020-09-03T10:16:45.139Z] ---> bdd10a9daf4e [2020-09-03T10:16:45.139Z] Step 23/23 : LABEL version=1.2.2-dev.20 [2020-09-03T10:16:45.139Z] ---> Running in a3bbd1bcd528 [2020-09-03T10:16:45.139Z] Collecting docker-compose==1.23.2 [2020-09-03T10:16:45.423Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-03T10:16:45.423Z] Removing intermediate container a3bbd1bcd528 [2020-09-03T10:16:45.423Z] ---> 9d1245cdc8b3 [2020-09-03T10:16:45.423Z] [2020-09-03T10:16:45.423Z] Successfully built 9d1245cdc8b3 [2020-09-03T10:16:45.423Z] Successfully tagged docker-core-data-go:latest [2020-09-03T10:16:45.712Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-03T10:16:45.712Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-03T10:16:45.980Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-03T10:16:45.980Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-03T10:16:46.601Z] Collecting jsonschema<3,>=2.5.1 [2020-09-03T10:16:46.601Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-03T10:16:46.601Z] Collecting docopt<0.7,>=0.6.1 [2020-09-03T10:16:46.601Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-03T10:16:47.661Z] Collecting PyYAML<4,>=3.10 [2020-09-03T10:16:47.661Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-03T10:16:48.636Z] Collecting cached-property<2,>=1.2.0 [2020-09-03T10:16:48.636Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-03T10:16:48.636Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-03T10:16:48.636Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-03T10:16:48.636Z] 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-03T10:16:48.904Z] Collecting texttable<0.10,>=0.9.0 [2020-09-03T10:16:48.904Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-03T10:16:48.971Z] ---> 9fd00bf9eaae [2020-09-03T10:16:48.971Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-03T10:16:48.971Z] ---> Running in 78ff0d348c06 [2020-09-03T10:16:48.971Z] ---> a92049d1d34d [2020-09-03T10:16:48.971Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-03T10:16:48.971Z] ---> f35fb4db11c3 [2020-09-03T10:16:48.971Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-03T10:16:48.971Z] ---> 8d4ce972c20f [2020-09-03T10:16:48.971Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-03T10:16:48.971Z] ---> ec508a2b8e54 [2020-09-03T10:16:48.971Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-03T10:16:48.971Z] ---> Running in 7b4311defb3b [2020-09-03T10:16:48.971Z] ---> Running in 883f98cc4b3e [2020-09-03T10:16:48.971Z] ---> Running in d1b14a804668 [2020-09-03T10:16:48.971Z] ---> Running in 58e52b529ba8 [2020-09-03T10:16:48.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-03T10:16:49.488Z] Collecting docker<4.0,>=3.6.0 [2020-09-03T10:16:49.488Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-03T10:16:49.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-03T10:16:49.753Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-03T10:16:49.753Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-03T10:16:49.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-03T10:16:50.018Z] Collecting idna<2.8,>=2.5 [2020-09-03T10:16:50.018Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-03T10:16:50.018Z] 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-03T10:16:50.018Z] 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-03T10:16:50.018Z] Collecting docker-pycreds>=0.4.0 [2020-09-03T10:16:50.018Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-03T10:16:50.018Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-03T10:16:50.019Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-03T10:16:50.019Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-03T10:16:50.019Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-03T10:16:50.126Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/core-data/core-data ./cmd/core-data [2020-09-03T10:16:50.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-03T10:16:50.308Z] Installing collected packages: urllib3, idna, requests, dockerpty, jsonschema, docopt, PyYAML, cached-property, websocket-client, texttable, docker-pycreds, docker, docker-compose [2020-09-03T10:16:50.308Z] Attempting uninstall: urllib3 [2020-09-03T10:16:50.308Z] Found existing installation: urllib3 1.25.9 [2020-09-03T10:16:50.308Z] Uninstalling urllib3-1.25.9: [2020-09-03T10:16:50.576Z] Successfully uninstalled urllib3-1.25.9 [2020-09-03T10:16:50.849Z] Attempting uninstall: idna [2020-09-03T10:16:50.849Z] Found existing installation: idna 2.9 [2020-09-03T10:16:50.849Z] Uninstalling idna-2.9: [2020-09-03T10:16:50.849Z] Successfully uninstalled idna-2.9 [2020-09-03T10:16:51.116Z] Attempting uninstall: requests [2020-09-03T10:16:51.116Z] Found existing installation: requests 2.23.0 [2020-09-03T10:16:51.116Z] Uninstalling requests-2.23.0: [2020-09-03T10:16:51.116Z] Successfully uninstalled requests-2.23.0 [2020-09-03T10:16:51.398Z] Running setup.py install for dockerpty: started [2020-09-03T10:16:52.026Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-03T10:16:52.026Z] Running setup.py install for docopt: started [2020-09-03T10:16:53.244Z] Running setup.py install for docopt: finished with status 'done' [2020-09-03T10:16:53.244Z] Running setup.py install for PyYAML: started [2020-09-03T10:16:53.642Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-03T10:16:53.972Z] Running setup.py install for texttable: started [2020-09-03T10:16:54.590Z] Running setup.py install for texttable: finished with status 'done' [2020-09-03T10:16:55.197Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-03T10:16:58.603Z] Removing intermediate container bb31d0733f7c [2020-09-03T10:16:58.603Z] ---> ca0e7611338b [2020-09-03T10:16:58.603Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-03T10:16:58.603Z] ---> Running in 1607cd6270d4 [2020-09-03T10:17:00.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T10:17:00.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T10:17:00.362Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T10:17:00.362Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-03T10:17:00.362Z] (3/3) Installing curl (7.69.1-r0) [2020-09-03T10:17:00.362Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:17:00.362Z] OK: 72 MiB in 58 packages [2020-09-03T10:17:01.558Z] Removing intermediate container 1607cd6270d4 [2020-09-03T10:17:01.558Z] ---> a54a6d826930 [2020-09-03T10:17:01.558Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-03T10:17:01.558Z] ---> Running in 7191564a9959 [2020-09-03T10:17:01.558Z] Removing intermediate container 7191564a9959 [2020-09-03T10:17:01.558Z] ---> 46e5704ca575 [2020-09-03T10:17:01.558Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:17:01.558Z] ---> Running in 386f9c058f63 [2020-09-03T10:17:01.823Z] Removing intermediate container 386f9c058f63 [2020-09-03T10:17:01.824Z] ---> f73cbe3e6b1e [2020-09-03T10:17:01.824Z] Step 25/27 : LABEL arch=x86_64 [2020-09-03T10:17:01.824Z] ---> Running in 92581f3da1d9 [2020-09-03T10:17:02.095Z] Removing intermediate container 92581f3da1d9 [2020-09-03T10:17:02.095Z] ---> 294cf7e828cc [2020-09-03T10:17:02.095Z] Step 26/27 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:02.095Z] ---> Running in 371e82258f43 [2020-09-03T10:17:02.369Z] Removing intermediate container 371e82258f43 [2020-09-03T10:17:02.369Z] ---> 4a8e036c83f6 [2020-09-03T10:17:02.369Z] Step 27/27 : LABEL version=1.2.2-dev.20 [2020-09-03T10:17:02.369Z] ---> Running in 1083b7fff811 [2020-09-03T10:17:02.632Z] Removing intermediate container 1083b7fff811 [2020-09-03T10:17:02.632Z] ---> ebd3a7ba81af [2020-09-03T10:17:02.632Z] [2020-09-03T10:17:02.632Z] Successfully built ebd3a7ba81af [2020-09-03T10:17:02.895Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-03T10:17:03.199Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-03T10:17:03.222Z] $ docker stop --time=1 db9e0b4e680fb474d850895a0119a8bb828aa3b5c9a1980f099faeb84c2edc59 [2020-09-03T10:17:04.944Z] $ docker rm -f db9e0b4e680fb474d850895a0119a8bb828aa3b5c9a1980f099faeb84c2edc59 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:17:05.800Z] + docker images [2020-09-03T10:17:05.801Z] + grep docker [2020-09-03T10:17:05.801Z] docker-sys-mgmt-agent-go latest ebd3a7ba81af 3 seconds ago 284MB [2020-09-03T10:17:05.801Z] docker-core-data-go latest 9d1245cdc8b3 20 seconds ago 24.5MB [2020-09-03T10:17:05.801Z] docker-core-command-go latest f73c1135db3c 38 seconds ago 13MB [2020-09-03T10:17:05.801Z] docker-support-scheduler-go latest de1528238a00 39 seconds ago 13.1MB [2020-09-03T10:17:05.801Z] docker-core-metadata-go latest 2e207688b011 39 seconds ago 14.4MB [2020-09-03T10:17:05.801Z] docker-security-secretstore-setup-go latest 6e8c0d9396dc 2 minutes ago 33.9MB [2020-09-03T10:17:05.801Z] docker-security-secrets-setup-go latest fd97f2947ab5 2 minutes ago 25.1MB [2020-09-03T10:17:05.801Z] docker-support-notifications-go latest cd74753ca856 3 minutes ago 14.5MB [2020-09-03T10:17:05.801Z] docker-security-proxy-setup-go latest 1bd92a628f6e 3 minutes ago 16.4MB [2020-09-03T10:17:05.801Z] docker-support-logging-go latest e76aadd0734c 3 minutes ago 11.8MB [2020-09-03T10:17:05.801Z] docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-03T10:17:06.248Z] provisioning config files... [2020-09-03T10:17:06.290Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/132@tmp/config891674618501300824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:17:06.705Z] ---> docker-login.sh [2020-09-03T10:17:06.705Z] nexus3.edgexfoundry.org:10001 [2020-09-03T10:17:07.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:17:07.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:17:07.296Z] Configure a credential helper to remove this warning. See [2020-09-03T10:17:07.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:17:07.296Z] [2020-09-03T10:17:07.296Z] Login Succeeded [2020-09-03T10:17:07.296Z] nexus3.edgexfoundry.org:10002 [2020-09-03T10:17:07.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:17:07.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:17:07.622Z] Configure a credential helper to remove this warning. See [2020-09-03T10:17:07.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:17:07.622Z] [2020-09-03T10:17:07.622Z] Login Succeeded [2020-09-03T10:17:07.622Z] nexus3.edgexfoundry.org:10003 [2020-09-03T10:17:07.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:17:07.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:17:07.919Z] Configure a credential helper to remove this warning. See [2020-09-03T10:17:07.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:17:07.919Z] [2020-09-03T10:17:07.919Z] Login Succeeded [2020-09-03T10:17:07.919Z] nexus3.edgexfoundry.org:10004 [2020-09-03T10:17:08.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:17:08.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:17:08.523Z] Configure a credential helper to remove this warning. See [2020-09-03T10:17:08.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:17:08.523Z] [2020-09-03T10:17:08.523Z] Login Succeeded [2020-09-03T10:17:08.523Z] docker.io [2020-09-03T10:17:08.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:17:09.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:17:09.391Z] Configure a credential helper to remove this warning. See [2020-09-03T10:17:09.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:17:09.391Z] [2020-09-03T10:17:09.391Z] Login Succeeded [2020-09-03T10:17:09.391Z] ---> docker-login.sh ends [Pipeline] } [2020-09-03T10:17:09.409Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:09.603Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-03T10:17:09.603Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:09.603Z] 1.2.2-dev.20 [2020-09-03T10:17:09.603Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:09.603Z] master [2020-09-03T10:17:09.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:10.060Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:10.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:10.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T10:17:10.383Z] 362525389b35: Preparing [2020-09-03T10:17:10.383Z] 91a58917b88b: Preparing [2020-09-03T10:17:10.383Z] d66b8efe5547: Preparing [2020-09-03T10:17:10.660Z] 362525389b35: Pushed [2020-09-03T10:17:10.660Z] d66b8efe5547: Pushed [2020-09-03T10:17:12.600Z] 91a58917b88b: Pushed [2020-09-03T10:17:13.193Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:584c922b20136d88f6ec747fee5b98af182335e86f1ba253b8bef187e8d54249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:13.521Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:13.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.20 [2020-09-03T10:17:13.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T10:17:13.830Z] 362525389b35: Preparing [2020-09-03T10:17:13.830Z] 91a58917b88b: Preparing [2020-09-03T10:17:13.830Z] d66b8efe5547: Preparing [2020-09-03T10:17:14.094Z] d66b8efe5547: Layer already exists [2020-09-03T10:17:14.094Z] 362525389b35: Layer already exists [2020-09-03T10:17:14.094Z] 91a58917b88b: Layer already exists [2020-09-03T10:17:14.094Z] 1.2.2-dev.20: digest: sha256:584c922b20136d88f6ec747fee5b98af182335e86f1ba253b8bef187e8d54249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:14.406Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:14.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:14.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T10:17:14.731Z] 362525389b35: Preparing [2020-09-03T10:17:14.731Z] 91a58917b88b: Preparing [2020-09-03T10:17:14.731Z] d66b8efe5547: Preparing [2020-09-03T10:17:14.731Z] 362525389b35: Layer already exists [2020-09-03T10:17:14.731Z] d66b8efe5547: Layer already exists [2020-09-03T10:17:14.731Z] 91a58917b88b: Layer already exists [2020-09-03T10:17:14.731Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:584c922b20136d88f6ec747fee5b98af182335e86f1ba253b8bef187e8d54249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:15.316Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:15.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-03T10:17:15.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-03T10:17:15.645Z] 362525389b35: Preparing [2020-09-03T10:17:15.645Z] 91a58917b88b: Preparing [2020-09-03T10:17:15.645Z] d66b8efe5547: Preparing [2020-09-03T10:17:15.645Z] 362525389b35: Layer already exists [2020-09-03T10:17:15.645Z] d66b8efe5547: Layer already exists [2020-09-03T10:17:15.645Z] 91a58917b88b: Layer already exists [2020-09-03T10:17:15.907Z] master: digest: sha256:584c922b20136d88f6ec747fee5b98af182335e86f1ba253b8bef187e8d54249 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:16.072Z] ===================================================== [Pipeline] echo [2020-09-03T10:17:16.116Z] taggedImages: [2020-09-03T10:17:16.116Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:16.116Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.20 [2020-09-03T10:17:16.116Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:16.116Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-03T10:17:16.200Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-03T10:17:16.200Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:16.200Z] 1.2.2-dev.20 [2020-09-03T10:17:16.200Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:16.200Z] master [2020-09-03T10:17:16.200Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:16.670Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:17.187Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:17.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T10:17:17.187Z] 55c0eb88f5e8: Preparing [2020-09-03T10:17:17.187Z] eb912dd070b4: Preparing [2020-09-03T10:17:17.187Z] 0c34e1592e82: Preparing [2020-09-03T10:17:17.187Z] 0b3a2ed8cd3d: Preparing [2020-09-03T10:17:17.187Z] 1e1a9679fad2: Preparing [2020-09-03T10:17:17.187Z] 50644c29ef5a: Preparing [2020-09-03T10:17:17.187Z] 50644c29ef5a: Waiting [2020-09-03T10:17:17.459Z] 0c34e1592e82: Pushed [2020-09-03T10:17:17.459Z] 1e1a9679fad2: Pushed [2020-09-03T10:17:17.459Z] 55c0eb88f5e8: Pushed [2020-09-03T10:17:17.459Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:17.733Z] 0b3a2ed8cd3d: Pushed [2020-09-03T10:17:19.722Z] eb912dd070b4: Pushed [2020-09-03T10:17:19.722Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:c417f769b2ac748e4055a7f21023ffe3efacc3e2ff17c734ad9933768e209ea6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:20.037Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:20.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.20 [2020-09-03T10:17:20.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T10:17:20.378Z] 55c0eb88f5e8: Preparing [2020-09-03T10:17:20.378Z] eb912dd070b4: Preparing [2020-09-03T10:17:20.378Z] 0c34e1592e82: Preparing [2020-09-03T10:17:20.378Z] 0b3a2ed8cd3d: Preparing [2020-09-03T10:17:20.378Z] 1e1a9679fad2: Preparing [2020-09-03T10:17:20.378Z] 50644c29ef5a: Preparing [2020-09-03T10:17:20.378Z] 50644c29ef5a: Waiting [2020-09-03T10:17:20.378Z] eb912dd070b4: Layer already exists [2020-09-03T10:17:20.378Z] 1e1a9679fad2: Layer already exists [2020-09-03T10:17:20.378Z] 0b3a2ed8cd3d: Layer already exists [2020-09-03T10:17:20.378Z] 55c0eb88f5e8: Layer already exists [2020-09-03T10:17:20.378Z] 0c34e1592e82: Layer already exists [2020-09-03T10:17:20.378Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:20.723Z] 1.2.2-dev.20: digest: sha256:c417f769b2ac748e4055a7f21023ffe3efacc3e2ff17c734ad9933768e209ea6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:21.064Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:21.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:21.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T10:17:21.405Z] 55c0eb88f5e8: Preparing [2020-09-03T10:17:21.405Z] eb912dd070b4: Preparing [2020-09-03T10:17:21.405Z] 0c34e1592e82: Preparing [2020-09-03T10:17:21.405Z] 0b3a2ed8cd3d: Preparing [2020-09-03T10:17:21.405Z] 1e1a9679fad2: Preparing [2020-09-03T10:17:21.405Z] 50644c29ef5a: Preparing [2020-09-03T10:17:21.405Z] 50644c29ef5a: Waiting [2020-09-03T10:17:21.405Z] 55c0eb88f5e8: Layer already exists [2020-09-03T10:17:21.405Z] eb912dd070b4: Layer already exists [2020-09-03T10:17:21.405Z] 0c34e1592e82: Layer already exists [2020-09-03T10:17:21.405Z] 0b3a2ed8cd3d: Layer already exists [2020-09-03T10:17:21.405Z] 1e1a9679fad2: Layer already exists [2020-09-03T10:17:21.669Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:21.669Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:c417f769b2ac748e4055a7f21023ffe3efacc3e2ff17c734ad9933768e209ea6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:21.983Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:22.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-03T10:17:22.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-03T10:17:22.299Z] 55c0eb88f5e8: Preparing [2020-09-03T10:17:22.299Z] eb912dd070b4: Preparing [2020-09-03T10:17:22.299Z] 0c34e1592e82: Preparing [2020-09-03T10:17:22.299Z] 0b3a2ed8cd3d: Preparing [2020-09-03T10:17:22.299Z] 1e1a9679fad2: Preparing [2020-09-03T10:17:22.299Z] 50644c29ef5a: Preparing [2020-09-03T10:17:22.299Z] 50644c29ef5a: Waiting [2020-09-03T10:17:22.299Z] 1e1a9679fad2: Layer already exists [2020-09-03T10:17:22.299Z] 0c34e1592e82: Layer already exists [2020-09-03T10:17:22.299Z] eb912dd070b4: Layer already exists [2020-09-03T10:17:22.299Z] 0b3a2ed8cd3d: Layer already exists [2020-09-03T10:17:22.299Z] 55c0eb88f5e8: Layer already exists [2020-09-03T10:17:22.299Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:22.299Z] master: digest: sha256:c417f769b2ac748e4055a7f21023ffe3efacc3e2ff17c734ad9933768e209ea6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:22.531Z] ===================================================== [Pipeline] echo [2020-09-03T10:17:22.569Z] taggedImages: [2020-09-03T10:17:22.569Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:22.569Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.20 [2020-09-03T10:17:22.569Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:22.569Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-03T10:17:22.628Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-03T10:17:22.628Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:22.628Z] 1.2.2-dev.20 [2020-09-03T10:17:22.628Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:22.628Z] master [2020-09-03T10:17:22.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:23.356Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:23.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:23.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T10:17:23.673Z] 5c7587e5694a: Preparing [2020-09-03T10:17:23.673Z] e2fd4f9f06d8: Preparing [2020-09-03T10:17:23.673Z] 7edfc283a952: Preparing [2020-09-03T10:17:23.954Z] 7edfc283a952: Pushed [2020-09-03T10:17:23.954Z] 5c7587e5694a: Pushed [2020-09-03T10:17:25.915Z] e2fd4f9f06d8: Pushed [2020-09-03T10:17:25.915Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:4e14ed9a555f65d820b9e038fd076404d01f71169786cc38fb25b991fa7c2b2e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:26.277Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:26.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.20 [2020-09-03T10:17:26.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T10:17:26.574Z] 5c7587e5694a: Preparing [2020-09-03T10:17:26.574Z] e2fd4f9f06d8: Preparing [2020-09-03T10:17:26.574Z] 7edfc283a952: Preparing [2020-09-03T10:17:26.574Z] 7edfc283a952: Layer already exists [2020-09-03T10:17:26.574Z] 5c7587e5694a: Layer already exists [2020-09-03T10:17:26.574Z] e2fd4f9f06d8: Layer already exists [2020-09-03T10:17:26.574Z] 1.2.2-dev.20: digest: sha256:4e14ed9a555f65d820b9e038fd076404d01f71169786cc38fb25b991fa7c2b2e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:26.885Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:27.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:27.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T10:17:27.191Z] 5c7587e5694a: Preparing [2020-09-03T10:17:27.191Z] e2fd4f9f06d8: Preparing [2020-09-03T10:17:27.191Z] 7edfc283a952: Preparing [2020-09-03T10:17:27.191Z] 7edfc283a952: Layer already exists [2020-09-03T10:17:27.191Z] 5c7587e5694a: Layer already exists [2020-09-03T10:17:27.191Z] e2fd4f9f06d8: Layer already exists [2020-09-03T10:17:27.191Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:4e14ed9a555f65d820b9e038fd076404d01f71169786cc38fb25b991fa7c2b2e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:27.536Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:27.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-03T10:17:27.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-03T10:17:27.842Z] 5c7587e5694a: Preparing [2020-09-03T10:17:27.842Z] e2fd4f9f06d8: Preparing [2020-09-03T10:17:27.842Z] 7edfc283a952: Preparing [2020-09-03T10:17:27.842Z] 7edfc283a952: Layer already exists [2020-09-03T10:17:27.842Z] e2fd4f9f06d8: Layer already exists [2020-09-03T10:17:27.842Z] 5c7587e5694a: Layer already exists [2020-09-03T10:17:27.842Z] master: digest: sha256:4e14ed9a555f65d820b9e038fd076404d01f71169786cc38fb25b991fa7c2b2e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:27.999Z] ===================================================== [Pipeline] echo [2020-09-03T10:17:28.058Z] taggedImages: [2020-09-03T10:17:28.058Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:28.058Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.20 [2020-09-03T10:17:28.058Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:28.058Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-03T10:17:28.136Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-03T10:17:28.136Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:28.136Z] 1.2.2-dev.20 [2020-09-03T10:17:28.136Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:28.136Z] master [2020-09-03T10:17:28.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:28.657Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:29.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:29.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T10:17:29.270Z] 5b5dcefa3623: Preparing [2020-09-03T10:17:29.270Z] ec32d1cf41fe: Preparing [2020-09-03T10:17:29.270Z] 504ed71631d7: Preparing [2020-09-03T10:17:29.270Z] 406e4cddf40c: Preparing [2020-09-03T10:17:29.270Z] 50644c29ef5a: Preparing [2020-09-03T10:17:29.270Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:29.533Z] ec32d1cf41fe: Pushed [2020-09-03T10:17:29.533Z] 504ed71631d7: Pushed [2020-09-03T10:17:30.126Z] 406e4cddf40c: Pushed [2020-09-03T10:17:30.699Z] 5b5dcefa3623: Pushed [2020-09-03T10:17:30.699Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:b63cb29ff32090f7d62c026ae870275d62197ba5656e68acede4a577680ea344 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:31.033Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:31.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.20 [2020-09-03T10:17:31.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T10:17:31.358Z] 5b5dcefa3623: Preparing [2020-09-03T10:17:31.358Z] ec32d1cf41fe: Preparing [2020-09-03T10:17:31.358Z] 504ed71631d7: Preparing [2020-09-03T10:17:31.358Z] 406e4cddf40c: Preparing [2020-09-03T10:17:31.358Z] 50644c29ef5a: Preparing [2020-09-03T10:17:31.358Z] ec32d1cf41fe: Layer already exists [2020-09-03T10:17:31.358Z] 5b5dcefa3623: Layer already exists [2020-09-03T10:17:31.358Z] 504ed71631d7: Layer already exists [2020-09-03T10:17:31.358Z] 406e4cddf40c: Layer already exists [2020-09-03T10:17:31.358Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:31.358Z] 1.2.2-dev.20: digest: sha256:b63cb29ff32090f7d62c026ae870275d62197ba5656e68acede4a577680ea344 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:31.727Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:32.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:32.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T10:17:32.054Z] 5b5dcefa3623: Preparing [2020-09-03T10:17:32.054Z] ec32d1cf41fe: Preparing [2020-09-03T10:17:32.054Z] 504ed71631d7: Preparing [2020-09-03T10:17:32.054Z] 406e4cddf40c: Preparing [2020-09-03T10:17:32.054Z] 50644c29ef5a: Preparing [2020-09-03T10:17:32.054Z] 406e4cddf40c: Layer already exists [2020-09-03T10:17:32.054Z] 504ed71631d7: Layer already exists [2020-09-03T10:17:32.054Z] ec32d1cf41fe: Layer already exists [2020-09-03T10:17:32.054Z] 5b5dcefa3623: Layer already exists [2020-09-03T10:17:32.054Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:32.318Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:b63cb29ff32090f7d62c026ae870275d62197ba5656e68acede4a577680ea344 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:32.636Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:33.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-03T10:17:33.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-03T10:17:33.216Z] 5b5dcefa3623: Preparing [2020-09-03T10:17:33.216Z] ec32d1cf41fe: Preparing [2020-09-03T10:17:33.216Z] 504ed71631d7: Preparing [2020-09-03T10:17:33.216Z] 406e4cddf40c: Preparing [2020-09-03T10:17:33.216Z] 50644c29ef5a: Preparing [2020-09-03T10:17:33.482Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:33.482Z] ec32d1cf41fe: Layer already exists [2020-09-03T10:17:33.482Z] 5b5dcefa3623: Layer already exists [2020-09-03T10:17:33.482Z] 406e4cddf40c: Layer already exists [2020-09-03T10:17:33.482Z] 504ed71631d7: Layer already exists [2020-09-03T10:17:33.482Z] master: digest: sha256:b63cb29ff32090f7d62c026ae870275d62197ba5656e68acede4a577680ea344 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:33.710Z] ===================================================== [Pipeline] echo [2020-09-03T10:17:33.751Z] taggedImages: [2020-09-03T10:17:33.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:33.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.20 [2020-09-03T10:17:33.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:33.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-03T10:17:33.805Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-03T10:17:33.805Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:33.805Z] 1.2.2-dev.20 [2020-09-03T10:17:33.805Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:33.805Z] master [2020-09-03T10:17:33.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:34.362Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:34.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:34.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T10:17:34.734Z] a66256225225: Preparing [2020-09-03T10:17:34.734Z] 99e21bf8510c: Preparing [2020-09-03T10:17:34.734Z] 9c52edc01503: Preparing [2020-09-03T10:17:34.734Z] 2b066b833b77: Preparing [2020-09-03T10:17:34.734Z] 2b066b833b77: Preparing [2020-09-03T10:17:34.734Z] 1ad38efe8353: Preparing [2020-09-03T10:17:34.734Z] 85101cb04226: Preparing [2020-09-03T10:17:34.734Z] bb2787f9d89c: Preparing [2020-09-03T10:17:34.734Z] a66256225225: Preparing [2020-09-03T10:17:34.734Z] 5f588f2e1d8d: Preparing [2020-09-03T10:17:34.734Z] a3782cb422bd: Preparing [2020-09-03T10:17:34.734Z] fc0b7ab26330: Preparing [2020-09-03T10:17:34.734Z] 50644c29ef5a: Preparing [2020-09-03T10:17:34.734Z] 85101cb04226: Waiting [2020-09-03T10:17:34.734Z] bb2787f9d89c: Waiting [2020-09-03T10:17:34.734Z] a3782cb422bd: Waiting [2020-09-03T10:17:34.734Z] fc0b7ab26330: Waiting [2020-09-03T10:17:34.734Z] 50644c29ef5a: Waiting [2020-09-03T10:17:34.734Z] 5f588f2e1d8d: Waiting [2020-09-03T10:17:35.161Z] 99e21bf8510c: Pushed [2020-09-03T10:17:35.161Z] 9c52edc01503: Pushed [2020-09-03T10:17:35.161Z] 2b066b833b77: Pushed [2020-09-03T10:17:35.161Z] 1ad38efe8353: Pushed [2020-09-03T10:17:35.487Z] 85101cb04226: Pushed [2020-09-03T10:17:35.487Z] a3782cb422bd: Pushed [2020-09-03T10:17:35.487Z] bb2787f9d89c: Pushed [2020-09-03T10:17:35.487Z] 5f588f2e1d8d: Pushed [2020-09-03T10:17:35.487Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:36.171Z] fc0b7ab26330: Pushed [2020-09-03T10:17:36.171Z] a66256225225: Pushed [2020-09-03T10:17:36.433Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:1d7e3c5e068532fe28314dfc060e64a30de8f5ecf3e86c6ebcae99db0ff45a02 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:36.739Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:37.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.20 [2020-09-03T10:17:37.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T10:17:37.103Z] a66256225225: Preparing [2020-09-03T10:17:37.103Z] 99e21bf8510c: Preparing [2020-09-03T10:17:37.103Z] 9c52edc01503: Preparing [2020-09-03T10:17:37.103Z] 2b066b833b77: Preparing [2020-09-03T10:17:37.103Z] 2b066b833b77: Preparing [2020-09-03T10:17:37.103Z] 1ad38efe8353: Preparing [2020-09-03T10:17:37.103Z] 85101cb04226: Preparing [2020-09-03T10:17:37.103Z] bb2787f9d89c: Preparing [2020-09-03T10:17:37.103Z] a66256225225: Preparing [2020-09-03T10:17:37.103Z] 5f588f2e1d8d: Preparing [2020-09-03T10:17:37.103Z] a3782cb422bd: Preparing [2020-09-03T10:17:37.103Z] fc0b7ab26330: Preparing [2020-09-03T10:17:37.103Z] 50644c29ef5a: Preparing [2020-09-03T10:17:37.103Z] 85101cb04226: Waiting [2020-09-03T10:17:37.103Z] bb2787f9d89c: Waiting [2020-09-03T10:17:37.103Z] 5f588f2e1d8d: Waiting [2020-09-03T10:17:37.103Z] a3782cb422bd: Waiting [2020-09-03T10:17:37.103Z] fc0b7ab26330: Waiting [2020-09-03T10:17:37.103Z] 50644c29ef5a: Waiting [2020-09-03T10:17:37.380Z] 1ad38efe8353: Layer already exists [2020-09-03T10:17:37.380Z] 2b066b833b77: Layer already exists [2020-09-03T10:17:37.380Z] a66256225225: Layer already exists [2020-09-03T10:17:37.380Z] 99e21bf8510c: Layer already exists [2020-09-03T10:17:37.380Z] 9c52edc01503: Layer already exists [2020-09-03T10:17:37.380Z] fc0b7ab26330: Layer already exists [2020-09-03T10:17:37.380Z] 85101cb04226: Layer already exists [2020-09-03T10:17:37.380Z] bb2787f9d89c: Layer already exists [2020-09-03T10:17:37.380Z] 5f588f2e1d8d: Layer already exists [2020-09-03T10:17:37.380Z] a3782cb422bd: Layer already exists [2020-09-03T10:17:37.380Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:37.380Z] 1.2.2-dev.20: digest: sha256:1d7e3c5e068532fe28314dfc060e64a30de8f5ecf3e86c6ebcae99db0ff45a02 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:37.797Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:38.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:38.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T10:17:38.211Z] a66256225225: Preparing [2020-09-03T10:17:38.211Z] 99e21bf8510c: Preparing [2020-09-03T10:17:38.211Z] 9c52edc01503: Preparing [2020-09-03T10:17:38.211Z] 2b066b833b77: Preparing [2020-09-03T10:17:38.211Z] 2b066b833b77: Preparing [2020-09-03T10:17:38.211Z] 1ad38efe8353: Preparing [2020-09-03T10:17:38.211Z] 85101cb04226: Preparing [2020-09-03T10:17:38.211Z] bb2787f9d89c: Preparing [2020-09-03T10:17:38.211Z] a66256225225: Preparing [2020-09-03T10:17:38.211Z] 5f588f2e1d8d: Preparing [2020-09-03T10:17:38.211Z] a3782cb422bd: Preparing [2020-09-03T10:17:38.211Z] fc0b7ab26330: Preparing [2020-09-03T10:17:38.211Z] 50644c29ef5a: Preparing [2020-09-03T10:17:38.211Z] 85101cb04226: Waiting [2020-09-03T10:17:38.211Z] bb2787f9d89c: Waiting [2020-09-03T10:17:38.211Z] fc0b7ab26330: Waiting [2020-09-03T10:17:38.211Z] 5f588f2e1d8d: Waiting [2020-09-03T10:17:38.211Z] 50644c29ef5a: Waiting [2020-09-03T10:17:38.211Z] a3782cb422bd: Waiting [2020-09-03T10:17:38.211Z] a66256225225: Layer already exists [2020-09-03T10:17:38.211Z] 1ad38efe8353: Layer already exists [2020-09-03T10:17:38.211Z] 2b066b833b77: Layer already exists [2020-09-03T10:17:38.211Z] 9c52edc01503: Layer already exists [2020-09-03T10:17:38.211Z] 99e21bf8510c: Layer already exists [2020-09-03T10:17:38.211Z] 85101cb04226: Layer already exists [2020-09-03T10:17:38.211Z] bb2787f9d89c: Layer already exists [2020-09-03T10:17:38.211Z] 5f588f2e1d8d: Layer already exists [2020-09-03T10:17:38.211Z] a3782cb422bd: Layer already exists [2020-09-03T10:17:38.211Z] fc0b7ab26330: Layer already exists [2020-09-03T10:17:38.211Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:38.211Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:1d7e3c5e068532fe28314dfc060e64a30de8f5ecf3e86c6ebcae99db0ff45a02 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:38.532Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:38.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-03T10:17:38.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-03T10:17:38.841Z] a66256225225: Preparing [2020-09-03T10:17:38.841Z] 99e21bf8510c: Preparing [2020-09-03T10:17:38.841Z] 9c52edc01503: Preparing [2020-09-03T10:17:38.841Z] 2b066b833b77: Preparing [2020-09-03T10:17:38.841Z] 2b066b833b77: Preparing [2020-09-03T10:17:38.841Z] 1ad38efe8353: Preparing [2020-09-03T10:17:38.841Z] 85101cb04226: Preparing [2020-09-03T10:17:38.841Z] bb2787f9d89c: Preparing [2020-09-03T10:17:38.841Z] a66256225225: Preparing [2020-09-03T10:17:38.841Z] 5f588f2e1d8d: Preparing [2020-09-03T10:17:38.841Z] a3782cb422bd: Preparing [2020-09-03T10:17:38.841Z] fc0b7ab26330: Preparing [2020-09-03T10:17:38.841Z] 50644c29ef5a: Preparing [2020-09-03T10:17:38.841Z] 85101cb04226: Waiting [2020-09-03T10:17:38.841Z] bb2787f9d89c: Waiting [2020-09-03T10:17:38.841Z] 5f588f2e1d8d: Waiting [2020-09-03T10:17:38.841Z] a3782cb422bd: Waiting [2020-09-03T10:17:38.841Z] 50644c29ef5a: Waiting [2020-09-03T10:17:38.841Z] 99e21bf8510c: Layer already exists [2020-09-03T10:17:38.841Z] a66256225225: Layer already exists [2020-09-03T10:17:38.841Z] 1ad38efe8353: Layer already exists [2020-09-03T10:17:38.841Z] 9c52edc01503: Layer already exists [2020-09-03T10:17:38.841Z] 2b066b833b77: Layer already exists [2020-09-03T10:17:38.841Z] fc0b7ab26330: Layer already exists [2020-09-03T10:17:39.181Z] bb2787f9d89c: Layer already exists [2020-09-03T10:17:39.181Z] 85101cb04226: Layer already exists [2020-09-03T10:17:39.181Z] 5f588f2e1d8d: Layer already exists [2020-09-03T10:17:39.181Z] a3782cb422bd: Layer already exists [2020-09-03T10:17:39.181Z] 50644c29ef5a: Layer already exists [2020-09-03T10:17:39.181Z] master: digest: sha256:1d7e3c5e068532fe28314dfc060e64a30de8f5ecf3e86c6ebcae99db0ff45a02 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:39.357Z] ===================================================== [Pipeline] echo [2020-09-03T10:17:39.395Z] taggedImages: [2020-09-03T10:17:39.395Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:39.395Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.20 [2020-09-03T10:17:39.395Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:39.395Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-03T10:17:39.473Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-03T10:17:39.473Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:39.473Z] 1.2.2-dev.20 [2020-09-03T10:17:39.473Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:39.473Z] master [2020-09-03T10:17:39.473Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:40.085Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:40.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:40.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T10:17:40.714Z] 6ea683008600: Preparing [2020-09-03T10:17:40.714Z] 1a55da911d5f: Preparing [2020-09-03T10:17:40.714Z] c32e27e50618: Preparing [2020-09-03T10:17:40.714Z] d89efd014d61: Preparing [2020-09-03T10:17:40.714Z] 5ca0287bd67c: Preparing [2020-09-03T10:17:40.714Z] 16f71b7a2295: Preparing [2020-09-03T10:17:40.714Z] 30b29d169ca4: Preparing [2020-09-03T10:17:40.714Z] ada080f13864: Preparing [2020-09-03T10:17:40.714Z] 898fa59fdff0: Preparing [2020-09-03T10:17:40.714Z] b881b213583e: Preparing [2020-09-03T10:17:40.714Z] 1b3ee35aacca: Preparing [2020-09-03T10:17:40.714Z] ada080f13864: Waiting [2020-09-03T10:17:40.714Z] 898fa59fdff0: Waiting [2020-09-03T10:17:40.714Z] b881b213583e: Waiting [2020-09-03T10:17:40.714Z] 16f71b7a2295: Waiting [2020-09-03T10:17:40.714Z] 1b3ee35aacca: Waiting [2020-09-03T10:17:40.714Z] 30b29d169ca4: Waiting [2020-09-03T10:17:41.007Z] 1a55da911d5f: Pushed [2020-09-03T10:17:41.007Z] 6ea683008600: Pushed [2020-09-03T10:17:41.287Z] 30b29d169ca4: Pushed [2020-09-03T10:17:41.287Z] 16f71b7a2295: Pushed [2020-09-03T10:17:41.770Z] ada080f13864: Pushed [2020-09-03T10:17:41.770Z] 898fa59fdff0: Pushed [2020-09-03T10:17:41.770Z] 1b3ee35aacca: Layer already exists [2020-09-03T10:17:42.049Z] c32e27e50618: Pushed [2020-09-03T10:17:42.312Z] d89efd014d61: Pushed [2020-09-03T10:17:42.312Z] 5ca0287bd67c: Pushed [2020-09-03T10:17:42.581Z] b881b213583e: Pushed [2020-09-03T10:17:42.846Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:496497da0b471c3f37c16c28903ed4b466caa5e847231af643ef31ba2cfdd0d7 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:43.178Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:43.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.20 [2020-09-03T10:17:43.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T10:17:43.781Z] 6ea683008600: Preparing [2020-09-03T10:17:43.781Z] 1a55da911d5f: Preparing [2020-09-03T10:17:43.781Z] c32e27e50618: Preparing [2020-09-03T10:17:43.781Z] d89efd014d61: Preparing [2020-09-03T10:17:43.781Z] 5ca0287bd67c: Preparing [2020-09-03T10:17:43.781Z] 16f71b7a2295: Preparing [2020-09-03T10:17:43.781Z] 30b29d169ca4: Preparing [2020-09-03T10:17:43.781Z] ada080f13864: Preparing [2020-09-03T10:17:43.781Z] 898fa59fdff0: Preparing [2020-09-03T10:17:43.781Z] b881b213583e: Preparing [2020-09-03T10:17:43.781Z] 1b3ee35aacca: Preparing [2020-09-03T10:17:43.781Z] 16f71b7a2295: Waiting [2020-09-03T10:17:43.781Z] 30b29d169ca4: Waiting [2020-09-03T10:17:43.781Z] 898fa59fdff0: Waiting [2020-09-03T10:17:43.781Z] ada080f13864: Waiting [2020-09-03T10:17:43.781Z] b881b213583e: Waiting [2020-09-03T10:17:43.781Z] 1b3ee35aacca: Waiting [2020-09-03T10:17:43.781Z] 1a55da911d5f: Layer already exists [2020-09-03T10:17:43.781Z] c32e27e50618: Layer already exists [2020-09-03T10:17:43.781Z] 5ca0287bd67c: Layer already exists [2020-09-03T10:17:43.781Z] d89efd014d61: Layer already exists [2020-09-03T10:17:43.781Z] 6ea683008600: Layer already exists [2020-09-03T10:17:43.781Z] 898fa59fdff0: Layer already exists [2020-09-03T10:17:43.781Z] ada080f13864: Layer already exists [2020-09-03T10:17:43.781Z] 16f71b7a2295: Layer already exists [2020-09-03T10:17:43.781Z] 30b29d169ca4: Layer already exists [2020-09-03T10:17:43.781Z] b881b213583e: Layer already exists [2020-09-03T10:17:43.781Z] 1b3ee35aacca: Layer already exists [2020-09-03T10:17:44.052Z] 1.2.2-dev.20: digest: sha256:496497da0b471c3f37c16c28903ed4b466caa5e847231af643ef31ba2cfdd0d7 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:44.422Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:44.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:44.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T10:17:44.753Z] 6ea683008600: Preparing [2020-09-03T10:17:44.753Z] 1a55da911d5f: Preparing [2020-09-03T10:17:44.753Z] c32e27e50618: Preparing [2020-09-03T10:17:44.753Z] d89efd014d61: Preparing [2020-09-03T10:17:44.753Z] 5ca0287bd67c: Preparing [2020-09-03T10:17:44.753Z] 16f71b7a2295: Preparing [2020-09-03T10:17:44.753Z] 30b29d169ca4: Preparing [2020-09-03T10:17:44.753Z] ada080f13864: Preparing [2020-09-03T10:17:44.753Z] 898fa59fdff0: Preparing [2020-09-03T10:17:44.753Z] b881b213583e: Preparing [2020-09-03T10:17:44.753Z] 1b3ee35aacca: Preparing [2020-09-03T10:17:44.753Z] 16f71b7a2295: Waiting [2020-09-03T10:17:44.753Z] 30b29d169ca4: Waiting [2020-09-03T10:17:44.753Z] ada080f13864: Waiting [2020-09-03T10:17:44.753Z] 898fa59fdff0: Waiting [2020-09-03T10:17:44.753Z] 1b3ee35aacca: Waiting [2020-09-03T10:17:44.753Z] b881b213583e: Waiting [2020-09-03T10:17:44.753Z] 6ea683008600: Layer already exists [2020-09-03T10:17:44.753Z] d89efd014d61: Layer already exists [2020-09-03T10:17:44.753Z] c32e27e50618: Layer already exists [2020-09-03T10:17:44.753Z] 5ca0287bd67c: Layer already exists [2020-09-03T10:17:44.753Z] 1a55da911d5f: Layer already exists [2020-09-03T10:17:44.753Z] 30b29d169ca4: Layer already exists [2020-09-03T10:17:44.753Z] ada080f13864: Layer already exists [2020-09-03T10:17:44.753Z] 16f71b7a2295: Layer already exists [2020-09-03T10:17:44.753Z] 898fa59fdff0: Layer already exists [2020-09-03T10:17:44.753Z] b881b213583e: Layer already exists [2020-09-03T10:17:44.753Z] 1b3ee35aacca: Layer already exists [2020-09-03T10:17:44.753Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:496497da0b471c3f37c16c28903ed4b466caa5e847231af643ef31ba2cfdd0d7 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:45.074Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:45.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-03T10:17:45.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-03T10:17:45.907Z] 6ea683008600: Preparing [2020-09-03T10:17:45.907Z] 1a55da911d5f: Preparing [2020-09-03T10:17:45.907Z] c32e27e50618: Preparing [2020-09-03T10:17:45.907Z] d89efd014d61: Preparing [2020-09-03T10:17:45.907Z] 5ca0287bd67c: Preparing [2020-09-03T10:17:45.907Z] 16f71b7a2295: Preparing [2020-09-03T10:17:45.907Z] 30b29d169ca4: Preparing [2020-09-03T10:17:45.907Z] ada080f13864: Preparing [2020-09-03T10:17:45.907Z] 898fa59fdff0: Preparing [2020-09-03T10:17:45.907Z] b881b213583e: Preparing [2020-09-03T10:17:45.907Z] 1b3ee35aacca: Preparing [2020-09-03T10:17:45.907Z] 16f71b7a2295: Waiting [2020-09-03T10:17:45.907Z] 30b29d169ca4: Waiting [2020-09-03T10:17:45.907Z] ada080f13864: Waiting [2020-09-03T10:17:45.907Z] 898fa59fdff0: Waiting [2020-09-03T10:17:45.907Z] b881b213583e: Waiting [2020-09-03T10:17:45.907Z] 1b3ee35aacca: Waiting [2020-09-03T10:17:46.205Z] c32e27e50618: Layer already exists [2020-09-03T10:17:46.205Z] 6ea683008600: Layer already exists [2020-09-03T10:17:46.205Z] d89efd014d61: Layer already exists [2020-09-03T10:17:46.205Z] 1a55da911d5f: Layer already exists [2020-09-03T10:17:46.205Z] 5ca0287bd67c: Layer already exists [2020-09-03T10:17:46.205Z] ada080f13864: Layer already exists [2020-09-03T10:17:46.205Z] 30b29d169ca4: Layer already exists [2020-09-03T10:17:46.205Z] 16f71b7a2295: Layer already exists [2020-09-03T10:17:46.205Z] 898fa59fdff0: Layer already exists [2020-09-03T10:17:46.205Z] b881b213583e: Layer already exists [2020-09-03T10:17:46.205Z] 1b3ee35aacca: Layer already exists [2020-09-03T10:17:46.205Z] master: digest: sha256:496497da0b471c3f37c16c28903ed4b466caa5e847231af643ef31ba2cfdd0d7 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:46.374Z] ===================================================== [Pipeline] echo [2020-09-03T10:17:46.414Z] taggedImages: [2020-09-03T10:17:46.414Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:46.414Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.20 [2020-09-03T10:17:46.414Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:46.414Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-03T10:17:46.470Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-03T10:17:46.470Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:46.470Z] 1.2.2-dev.20 [2020-09-03T10:17:46.470Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:46.470Z] master [2020-09-03T10:17:46.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:47.002Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:47.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:47.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T10:17:47.691Z] 14f4c9145d26: Preparing [2020-09-03T10:17:47.691Z] b0932a8f9379: Preparing [2020-09-03T10:17:47.691Z] 2bd5c14da7fe: Preparing [2020-09-03T10:17:47.691Z] eb6d7b512268: Preparing [2020-09-03T10:17:47.962Z] 2bd5c14da7fe: Pushed [2020-09-03T10:17:47.962Z] 14f4c9145d26: Pushed [2020-09-03T10:17:48.319Z] eb6d7b512268: Pushed [2020-09-03T10:17:49.317Z] b0932a8f9379: Pushed [2020-09-03T10:17:49.583Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:a9bdd27655469deaa978cef584cbcffacfc8906e2d18ab59f3900165baa297f9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:49.920Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:50.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.20 [2020-09-03T10:17:50.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T10:17:50.573Z] 14f4c9145d26: Preparing [2020-09-03T10:17:50.573Z] b0932a8f9379: Preparing [2020-09-03T10:17:50.573Z] 2bd5c14da7fe: Preparing [2020-09-03T10:17:50.573Z] eb6d7b512268: Preparing [2020-09-03T10:17:50.573Z] b0932a8f9379: Layer already exists [2020-09-03T10:17:50.573Z] 14f4c9145d26: Layer already exists [2020-09-03T10:17:50.573Z] eb6d7b512268: Layer already exists [2020-09-03T10:17:50.573Z] 2bd5c14da7fe: Layer already exists [2020-09-03T10:17:50.573Z] 1.2.2-dev.20: digest: sha256:a9bdd27655469deaa978cef584cbcffacfc8906e2d18ab59f3900165baa297f9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:50.982Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:51.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:51.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T10:17:51.617Z] 14f4c9145d26: Preparing [2020-09-03T10:17:51.617Z] b0932a8f9379: Preparing [2020-09-03T10:17:51.617Z] 2bd5c14da7fe: Preparing [2020-09-03T10:17:51.617Z] eb6d7b512268: Preparing [2020-09-03T10:17:51.617Z] eb6d7b512268: Layer already exists [2020-09-03T10:17:51.617Z] 14f4c9145d26: Layer already exists [2020-09-03T10:17:51.617Z] b0932a8f9379: Layer already exists [2020-09-03T10:17:51.617Z] 2bd5c14da7fe: Layer already exists [2020-09-03T10:17:51.884Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:a9bdd27655469deaa978cef584cbcffacfc8906e2d18ab59f3900165baa297f9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:52.235Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:52.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-03T10:17:52.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-03T10:17:52.547Z] 14f4c9145d26: Preparing [2020-09-03T10:17:52.547Z] b0932a8f9379: Preparing [2020-09-03T10:17:52.547Z] 2bd5c14da7fe: Preparing [2020-09-03T10:17:52.547Z] eb6d7b512268: Preparing [2020-09-03T10:17:52.547Z] eb6d7b512268: Layer already exists [2020-09-03T10:17:52.547Z] b0932a8f9379: Layer already exists [2020-09-03T10:17:52.547Z] 14f4c9145d26: Layer already exists [2020-09-03T10:17:52.547Z] 2bd5c14da7fe: Layer already exists [2020-09-03T10:17:52.810Z] master: digest: sha256:a9bdd27655469deaa978cef584cbcffacfc8906e2d18ab59f3900165baa297f9 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:52.976Z] ===================================================== [Pipeline] echo [2020-09-03T10:17:53.014Z] taggedImages: [2020-09-03T10:17:53.014Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:53.014Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.20 [2020-09-03T10:17:53.014Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:53.014Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-03T10:17:53.066Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-03T10:17:53.066Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:53.066Z] 1.2.2-dev.20 [2020-09-03T10:17:53.066Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:53.066Z] master [2020-09-03T10:17:53.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:53.545Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:53.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:53.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T10:17:53.853Z] 0ac312ddf685: Preparing [2020-09-03T10:17:53.853Z] 8ebde8efe35f: Preparing [2020-09-03T10:17:53.853Z] 90892e7aeb5d: Preparing [2020-09-03T10:17:53.853Z] ddeb584f16dd: Preparing [2020-09-03T10:17:53.853Z] 9c9b097e0f04: Preparing [2020-09-03T10:17:53.853Z] facad9683c39: Preparing [2020-09-03T10:17:53.853Z] facad9683c39: Waiting [2020-09-03T10:17:54.152Z] 0ac312ddf685: Pushed [2020-09-03T10:17:54.152Z] 90892e7aeb5d: Pushed [2020-09-03T10:17:54.152Z] ddeb584f16dd: Pushed [2020-09-03T10:17:54.152Z] facad9683c39: Pushed [2020-09-03T10:17:54.421Z] 9c9b097e0f04: Pushed [2020-09-03T10:17:55.878Z] 8ebde8efe35f: Pushed [2020-09-03T10:17:55.878Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:4f5b4778ec721f1ef4e0b65a2f44fdffe5a9581066bbb61b024b5aedb50cb449 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:56.187Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:56.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.20 [2020-09-03T10:17:56.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T10:17:56.761Z] 0ac312ddf685: Preparing [2020-09-03T10:17:56.761Z] 8ebde8efe35f: Preparing [2020-09-03T10:17:56.761Z] 90892e7aeb5d: Preparing [2020-09-03T10:17:56.761Z] ddeb584f16dd: Preparing [2020-09-03T10:17:56.761Z] 9c9b097e0f04: Preparing [2020-09-03T10:17:56.761Z] facad9683c39: Preparing [2020-09-03T10:17:56.761Z] facad9683c39: Waiting [2020-09-03T10:17:56.761Z] ddeb584f16dd: Layer already exists [2020-09-03T10:17:56.761Z] 0ac312ddf685: Layer already exists [2020-09-03T10:17:56.761Z] 8ebde8efe35f: Layer already exists [2020-09-03T10:17:56.761Z] 9c9b097e0f04: Layer already exists [2020-09-03T10:17:56.761Z] 90892e7aeb5d: Layer already exists [2020-09-03T10:17:56.761Z] facad9683c39: Layer already exists [2020-09-03T10:17:56.761Z] 1.2.2-dev.20: digest: sha256:4f5b4778ec721f1ef4e0b65a2f44fdffe5a9581066bbb61b024b5aedb50cb449 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:57.085Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:57.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:57.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T10:17:57.389Z] 0ac312ddf685: Preparing [2020-09-03T10:17:57.389Z] 8ebde8efe35f: Preparing [2020-09-03T10:17:57.389Z] 90892e7aeb5d: Preparing [2020-09-03T10:17:57.389Z] ddeb584f16dd: Preparing [2020-09-03T10:17:57.389Z] 9c9b097e0f04: Preparing [2020-09-03T10:17:57.389Z] facad9683c39: Preparing [2020-09-03T10:17:57.389Z] facad9683c39: Waiting [2020-09-03T10:17:57.389Z] 0ac312ddf685: Layer already exists [2020-09-03T10:17:57.389Z] 9c9b097e0f04: Layer already exists [2020-09-03T10:17:57.389Z] 90892e7aeb5d: Layer already exists [2020-09-03T10:17:57.389Z] ddeb584f16dd: Layer already exists [2020-09-03T10:17:57.389Z] 8ebde8efe35f: Layer already exists [2020-09-03T10:17:57.389Z] facad9683c39: Layer already exists [2020-09-03T10:17:57.652Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:4f5b4778ec721f1ef4e0b65a2f44fdffe5a9581066bbb61b024b5aedb50cb449 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:57.970Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:58.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-03T10:17:58.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-03T10:17:58.273Z] 0ac312ddf685: Preparing [2020-09-03T10:17:58.273Z] 8ebde8efe35f: Preparing [2020-09-03T10:17:58.273Z] 90892e7aeb5d: Preparing [2020-09-03T10:17:58.273Z] ddeb584f16dd: Preparing [2020-09-03T10:17:58.273Z] 9c9b097e0f04: Preparing [2020-09-03T10:17:58.273Z] facad9683c39: Preparing [2020-09-03T10:17:58.273Z] facad9683c39: Waiting [2020-09-03T10:17:58.273Z] 9c9b097e0f04: Layer already exists [2020-09-03T10:17:58.273Z] 8ebde8efe35f: Layer already exists [2020-09-03T10:17:58.273Z] 0ac312ddf685: Layer already exists [2020-09-03T10:17:58.273Z] 90892e7aeb5d: Layer already exists [2020-09-03T10:17:58.273Z] ddeb584f16dd: Layer already exists [2020-09-03T10:17:58.273Z] facad9683c39: Layer already exists [2020-09-03T10:17:58.587Z] master: digest: sha256:4f5b4778ec721f1ef4e0b65a2f44fdffe5a9581066bbb61b024b5aedb50cb449 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:17:58.759Z] ===================================================== [Pipeline] echo [2020-09-03T10:17:58.798Z] taggedImages: [2020-09-03T10:17:58.798Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:58.798Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.20 [2020-09-03T10:17:58.798Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:58.798Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-03T10:17:58.885Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-03T10:17:58.885Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:17:58.885Z] 1.2.2-dev.20 [2020-09-03T10:17:58.885Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:17:58.885Z] master [2020-09-03T10:17:58.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:17:59.447Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:00.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:18:00.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T10:18:00.329Z] 0b6657cc4ceb: Preparing [2020-09-03T10:18:00.329Z] 2565d50ac5cb: Preparing [2020-09-03T10:18:00.329Z] e88fbc2abc7a: Preparing [2020-09-03T10:18:00.329Z] 0b6657cc4ceb: Pushed [2020-09-03T10:18:00.329Z] e88fbc2abc7a: Pushed [2020-09-03T10:18:02.350Z] 2565d50ac5cb: Pushed [2020-09-03T10:18:02.350Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:94533556ef046b7aa20785a7d6a1611199ac908c3fafe74c0b8abcf7e767c537 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:02.680Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:03.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.20 [2020-09-03T10:18:03.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T10:18:03.330Z] 0b6657cc4ceb: Preparing [2020-09-03T10:18:03.330Z] 2565d50ac5cb: Preparing [2020-09-03T10:18:03.330Z] e88fbc2abc7a: Preparing [2020-09-03T10:18:03.330Z] 2565d50ac5cb: Layer already exists [2020-09-03T10:18:03.330Z] 0b6657cc4ceb: Layer already exists [2020-09-03T10:18:03.330Z] e88fbc2abc7a: Layer already exists [2020-09-03T10:18:03.330Z] 1.2.2-dev.20: digest: sha256:94533556ef046b7aa20785a7d6a1611199ac908c3fafe74c0b8abcf7e767c537 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:03.724Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:04.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:18:04.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T10:18:04.030Z] 0b6657cc4ceb: Preparing [2020-09-03T10:18:04.030Z] 2565d50ac5cb: Preparing [2020-09-03T10:18:04.030Z] e88fbc2abc7a: Preparing [2020-09-03T10:18:04.030Z] 0b6657cc4ceb: Layer already exists [2020-09-03T10:18:04.030Z] e88fbc2abc7a: Layer already exists [2020-09-03T10:18:04.030Z] 2565d50ac5cb: Layer already exists [2020-09-03T10:18:04.030Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:94533556ef046b7aa20785a7d6a1611199ac908c3fafe74c0b8abcf7e767c537 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:04.400Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:04.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-03T10:18:04.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-03T10:18:04.973Z] 0b6657cc4ceb: Preparing [2020-09-03T10:18:04.973Z] 2565d50ac5cb: Preparing [2020-09-03T10:18:04.973Z] e88fbc2abc7a: Preparing [2020-09-03T10:18:04.973Z] 0b6657cc4ceb: Layer already exists [2020-09-03T10:18:04.973Z] e88fbc2abc7a: Layer already exists [2020-09-03T10:18:04.973Z] 2565d50ac5cb: Layer already exists [2020-09-03T10:18:04.973Z] master: digest: sha256:94533556ef046b7aa20785a7d6a1611199ac908c3fafe74c0b8abcf7e767c537 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:18:05.130Z] ===================================================== [Pipeline] echo [2020-09-03T10:18:05.169Z] taggedImages: [2020-09-03T10:18:05.170Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:18:05.170Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.20 [2020-09-03T10:18:05.170Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:18:05.170Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-03T10:18:05.222Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-03T10:18:05.222Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:18:05.222Z] 1.2.2-dev.20 [2020-09-03T10:18:05.222Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:18:05.222Z] master [2020-09-03T10:18:05.222Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:05.695Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:06.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:18:06.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T10:18:06.061Z] 7a6e9b765d7f: Preparing [2020-09-03T10:18:06.061Z] 1b835c2acf63: Preparing [2020-09-03T10:18:06.061Z] cc65935217f2: Preparing [2020-09-03T10:18:06.061Z] f287b089b093: Preparing [2020-09-03T10:18:06.061Z] f4df4bc33aca: Preparing [2020-09-03T10:18:06.061Z] 8e4af882599e: Preparing [2020-09-03T10:18:06.061Z] af90489811df: Preparing [2020-09-03T10:18:06.061Z] 8890c171a12b: Preparing [2020-09-03T10:18:06.061Z] 4ae5bd84d450: Preparing [2020-09-03T10:18:06.061Z] 723a561964c8: Preparing [2020-09-03T10:18:06.061Z] 78764725b56c: Preparing [2020-09-03T10:18:06.061Z] 51d6d3d09136: Preparing [2020-09-03T10:18:06.061Z] 1507bc794612: Preparing [2020-09-03T10:18:06.061Z] 50644c29ef5a: Preparing [2020-09-03T10:18:06.061Z] 8e4af882599e: Waiting [2020-09-03T10:18:06.061Z] af90489811df: Waiting [2020-09-03T10:18:06.061Z] 8890c171a12b: Waiting [2020-09-03T10:18:06.061Z] 4ae5bd84d450: Waiting [2020-09-03T10:18:06.061Z] 723a561964c8: Waiting [2020-09-03T10:18:06.061Z] 78764725b56c: Waiting [2020-09-03T10:18:06.061Z] 51d6d3d09136: Waiting [2020-09-03T10:18:06.061Z] 1507bc794612: Waiting [2020-09-03T10:18:06.061Z] 50644c29ef5a: Waiting [2020-09-03T10:18:06.363Z] f4df4bc33aca: Pushed [2020-09-03T10:18:06.746Z] 7a6e9b765d7f: Pushed [2020-09-03T10:18:07.744Z] f287b089b093: Pushed [2020-09-03T10:18:07.744Z] 8890c171a12b: Layer already exists [2020-09-03T10:18:07.744Z] af90489811df: Pushed [2020-09-03T10:18:07.744Z] 1b835c2acf63: Pushed [2020-09-03T10:18:07.744Z] 4ae5bd84d450: Layer already exists [2020-09-03T10:18:08.046Z] 78764725b56c: Layer already exists [2020-09-03T10:18:08.046Z] 51d6d3d09136: Layer already exists [2020-09-03T10:18:08.046Z] 723a561964c8: Layer already exists [2020-09-03T10:18:08.046Z] 1507bc794612: Layer already exists [2020-09-03T10:18:08.046Z] 50644c29ef5a: Layer already exists [2020-09-03T10:18:08.662Z] 8e4af882599e: Pushed [2020-09-03T10:18:11.945Z] Removing intermediate container 58e52b529ba8 [2020-09-03T10:18:11.945Z] ---> 1fbc044c5bd9 [2020-09-03T10:18:11.945Z] [2020-09-03T10:18:11.945Z] Step 10/20 : FROM alpine [2020-09-03T10:18:12.222Z] latest: Pulling from library/alpine [2020-09-03T10:18:12.494Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-03T10:18:12.494Z] Status: Downloaded newer image for alpine:latest [2020-09-03T10:18:12.494Z] ---> 62ee0e9f8440 [2020-09-03T10:18:12.494Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-03T10:18:12.767Z] ---> Running in aabe442f2952 [2020-09-03T10:18:13.188Z] cc65935217f2: Pushed [2020-09-03T10:18:13.460Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:a0bdfa4b71849684ed59e41c2b90a3915c8ae09fc02bb44deb62698d22676f77 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:13.777Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:14.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.20 [2020-09-03T10:18:14.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T10:18:14.095Z] 7a6e9b765d7f: Preparing [2020-09-03T10:18:14.095Z] 1b835c2acf63: Preparing [2020-09-03T10:18:14.095Z] cc65935217f2: Preparing [2020-09-03T10:18:14.096Z] f287b089b093: Preparing [2020-09-03T10:18:14.096Z] f4df4bc33aca: Preparing [2020-09-03T10:18:14.096Z] 8e4af882599e: Preparing [2020-09-03T10:18:14.096Z] af90489811df: Preparing [2020-09-03T10:18:14.096Z] 8890c171a12b: Preparing [2020-09-03T10:18:14.096Z] 4ae5bd84d450: Preparing [2020-09-03T10:18:14.096Z] 723a561964c8: Preparing [2020-09-03T10:18:14.096Z] 78764725b56c: Preparing [2020-09-03T10:18:14.096Z] 51d6d3d09136: Preparing [2020-09-03T10:18:14.096Z] 1507bc794612: Preparing [2020-09-03T10:18:14.096Z] 50644c29ef5a: Preparing [2020-09-03T10:18:14.096Z] 4ae5bd84d450: Waiting [2020-09-03T10:18:14.096Z] 723a561964c8: Waiting [2020-09-03T10:18:14.096Z] 78764725b56c: Waiting [2020-09-03T10:18:14.096Z] 8e4af882599e: Waiting [2020-09-03T10:18:14.096Z] af90489811df: Waiting [2020-09-03T10:18:14.096Z] 51d6d3d09136: Waiting [2020-09-03T10:18:14.096Z] 1507bc794612: Waiting [2020-09-03T10:18:14.096Z] 50644c29ef5a: Waiting [2020-09-03T10:18:14.096Z] 8890c171a12b: Waiting [2020-09-03T10:18:14.096Z] 1b835c2acf63: Layer already exists [2020-09-03T10:18:14.096Z] cc65935217f2: Layer already exists [2020-09-03T10:18:14.096Z] 7a6e9b765d7f: Layer already exists [2020-09-03T10:18:14.096Z] f4df4bc33aca: Layer already exists [2020-09-03T10:18:14.096Z] f287b089b093: Layer already exists [2020-09-03T10:18:14.394Z] 4ae5bd84d450: Layer already exists [2020-09-03T10:18:14.394Z] af90489811df: Layer already exists [2020-09-03T10:18:14.394Z] 8e4af882599e: Layer already exists [2020-09-03T10:18:14.394Z] 723a561964c8: Layer already exists [2020-09-03T10:18:14.394Z] 8890c171a12b: Layer already exists [2020-09-03T10:18:14.394Z] 51d6d3d09136: Layer already exists [2020-09-03T10:18:14.394Z] 1507bc794612: Layer already exists [2020-09-03T10:18:14.394Z] 50644c29ef5a: Layer already exists [2020-09-03T10:18:14.394Z] 78764725b56c: Layer already exists [2020-09-03T10:18:14.394Z] 1.2.2-dev.20: digest: sha256:a0bdfa4b71849684ed59e41c2b90a3915c8ae09fc02bb44deb62698d22676f77 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:14.760Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:15.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:18:15.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T10:18:15.257Z] 7a6e9b765d7f: Preparing [2020-09-03T10:18:15.257Z] 1b835c2acf63: Preparing [2020-09-03T10:18:15.257Z] cc65935217f2: Preparing [2020-09-03T10:18:15.257Z] f287b089b093: Preparing [2020-09-03T10:18:15.257Z] f4df4bc33aca: Preparing [2020-09-03T10:18:15.257Z] 8e4af882599e: Preparing [2020-09-03T10:18:15.257Z] af90489811df: Preparing [2020-09-03T10:18:15.257Z] 8890c171a12b: Preparing [2020-09-03T10:18:15.257Z] 4ae5bd84d450: Preparing [2020-09-03T10:18:15.257Z] 723a561964c8: Preparing [2020-09-03T10:18:15.257Z] 78764725b56c: Preparing [2020-09-03T10:18:15.257Z] 51d6d3d09136: Preparing [2020-09-03T10:18:15.257Z] 1507bc794612: Preparing [2020-09-03T10:18:15.257Z] 50644c29ef5a: Preparing [2020-09-03T10:18:15.257Z] 8e4af882599e: Waiting [2020-09-03T10:18:15.257Z] af90489811df: Waiting [2020-09-03T10:18:15.257Z] 8890c171a12b: Waiting [2020-09-03T10:18:15.257Z] 4ae5bd84d450: Waiting [2020-09-03T10:18:15.257Z] 723a561964c8: Waiting [2020-09-03T10:18:15.257Z] 78764725b56c: Waiting [2020-09-03T10:18:15.257Z] 51d6d3d09136: Waiting [2020-09-03T10:18:15.257Z] 1507bc794612: Waiting [2020-09-03T10:18:15.257Z] 50644c29ef5a: Waiting [2020-09-03T10:18:15.257Z] f287b089b093: Layer already exists [2020-09-03T10:18:15.257Z] 7a6e9b765d7f: Layer already exists [2020-09-03T10:18:15.257Z] f4df4bc33aca: Layer already exists [2020-09-03T10:18:15.257Z] 1b835c2acf63: Layer already exists [2020-09-03T10:18:15.257Z] cc65935217f2: Layer already exists [2020-09-03T10:18:15.257Z] 8890c171a12b: Layer already exists [2020-09-03T10:18:15.257Z] 723a561964c8: Layer already exists [2020-09-03T10:18:15.257Z] 4ae5bd84d450: Layer already exists [2020-09-03T10:18:15.257Z] 8e4af882599e: Layer already exists [2020-09-03T10:18:15.257Z] af90489811df: Layer already exists [2020-09-03T10:18:15.257Z] 1507bc794612: Layer already exists [2020-09-03T10:18:15.257Z] 51d6d3d09136: Layer already exists [2020-09-03T10:18:15.257Z] 50644c29ef5a: Layer already exists [2020-09-03T10:18:15.257Z] 78764725b56c: Layer already exists [2020-09-03T10:18:15.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:18:15.519Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:a0bdfa4b71849684ed59e41c2b90a3915c8ae09fc02bb44deb62698d22676f77 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:15.882Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:18:15.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:18:16.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-03T10:18:16.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-03T10:18:16.491Z] 7a6e9b765d7f: Preparing [2020-09-03T10:18:16.491Z] 1b835c2acf63: Preparing [2020-09-03T10:18:16.491Z] cc65935217f2: Preparing [2020-09-03T10:18:16.491Z] f287b089b093: Preparing [2020-09-03T10:18:16.491Z] f4df4bc33aca: Preparing [2020-09-03T10:18:16.491Z] 8e4af882599e: Preparing [2020-09-03T10:18:16.491Z] af90489811df: Preparing [2020-09-03T10:18:16.491Z] 8890c171a12b: Preparing [2020-09-03T10:18:16.491Z] 4ae5bd84d450: Preparing [2020-09-03T10:18:16.491Z] 723a561964c8: Preparing [2020-09-03T10:18:16.491Z] 78764725b56c: Preparing [2020-09-03T10:18:16.491Z] 51d6d3d09136: Preparing [2020-09-03T10:18:16.491Z] 1507bc794612: Preparing [2020-09-03T10:18:16.491Z] 50644c29ef5a: Preparing [2020-09-03T10:18:16.491Z] 4ae5bd84d450: Waiting [2020-09-03T10:18:16.491Z] 723a561964c8: Waiting [2020-09-03T10:18:16.491Z] 78764725b56c: Waiting [2020-09-03T10:18:16.491Z] 51d6d3d09136: Waiting [2020-09-03T10:18:16.491Z] 1507bc794612: Waiting [2020-09-03T10:18:16.491Z] 50644c29ef5a: Waiting [2020-09-03T10:18:16.491Z] 8e4af882599e: Waiting [2020-09-03T10:18:16.491Z] af90489811df: Waiting [2020-09-03T10:18:16.491Z] 8890c171a12b: Waiting [2020-09-03T10:18:16.491Z] 1b835c2acf63: Layer already exists [2020-09-03T10:18:16.491Z] cc65935217f2: Layer already exists [2020-09-03T10:18:16.491Z] f4df4bc33aca: Layer already exists [2020-09-03T10:18:16.491Z] 7a6e9b765d7f: Layer already exists [2020-09-03T10:18:16.491Z] f287b089b093: Layer already exists [2020-09-03T10:18:16.491Z] af90489811df: Layer already exists [2020-09-03T10:18:16.491Z] 8e4af882599e: Layer already exists [2020-09-03T10:18:16.491Z] 8890c171a12b: Layer already exists [2020-09-03T10:18:16.491Z] 4ae5bd84d450: Layer already exists [2020-09-03T10:18:16.491Z] 78764725b56c: Layer already exists [2020-09-03T10:18:16.491Z] 51d6d3d09136: Layer already exists [2020-09-03T10:18:16.491Z] 723a561964c8: Layer already exists [2020-09-03T10:18:16.491Z] 1507bc794612: Layer already exists [2020-09-03T10:18:16.606Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:18:16.606Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:18:16.606Z] OK: 12617 distinct packages available [2020-09-03T10:18:16.796Z] 50644c29ef5a: Layer already exists [2020-09-03T10:18:16.796Z] master: digest: sha256:a0bdfa4b71849684ed59e41c2b90a3915c8ae09fc02bb44deb62698d22676f77 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:18:16.973Z] ===================================================== [Pipeline] echo [2020-09-03T10:18:17.014Z] taggedImages: [2020-09-03T10:18:17.014Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:18:17.014Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.20 [2020-09-03T10:18:17.014Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:18:17.014Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2020-09-03T10:18:17.610Z] (1/4) Installing ca-certificates (20191127-r4) [Pipeline] } [2020-09-03T10:18:17.901Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T10:18:17.901Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-03T10:18:17.901Z] (4/4) Installing curl (7.69.1-r0) [2020-09-03T10:18:17.901Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:18:17.901Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T10:18:18.522Z] OK: 7 MiB in 18 packages [2020-09-03T10:18:21.967Z] Removing intermediate container aabe442f2952 [2020-09-03T10:18:21.967Z] ---> c21da7e4161e [2020-09-03T10:18:21.967Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T10:18:21.967Z] ---> Running in a03337059abf [2020-09-03T10:18:22.246Z] Removing intermediate container 78ff0d348c06 [2020-09-03T10:18:22.246Z] ---> cb338fbae289 [2020-09-03T10:18:22.246Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-03T10:18:22.524Z] ---> Running in 2cbb39581257 [2020-09-03T10:18:22.825Z] Removing intermediate container a03337059abf [2020-09-03T10:18:22.825Z] ---> c840dbb6317b [2020-09-03T10:18:22.825Z] Step 13/20 : WORKDIR /edgex [2020-09-03T10:18:23.120Z] ---> Running in a71ce7f63f6e [2020-09-03T10:18:24.124Z] Removing intermediate container a71ce7f63f6e [2020-09-03T10:18:24.124Z] ---> 91e1236c516a [2020-09-03T10:18:24.124Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-03T10:18:25.567Z] ---> 8bae50d433c9 [2020-09-03T10:18:25.567Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-03T10:18:25.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-03T10:18:27.571Z] ---> 43279b3ef00e [2020-09-03T10:18:27.571Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-03T10:18:27.571Z] ---> Running in ea236da07d2b [2020-09-03T10:18:28.183Z] Removing intermediate container ea236da07d2b [2020-09-03T10:18:28.183Z] ---> 1f18d66aafb8 [2020-09-03T10:18:28.183Z] Step 17/20 : CMD ["--init=true"] [2020-09-03T10:18:28.183Z] ---> Running in a004d8691d2f [2020-09-03T10:18:29.199Z] Removing intermediate container a004d8691d2f [2020-09-03T10:18:29.199Z] ---> 916e2160f36e [2020-09-03T10:18:29.199Z] Step 18/20 : LABEL arch=arm64 [2020-09-03T10:18:29.199Z] ---> Running in 3343ed4bfc0a [2020-09-03T10:18:30.199Z] Removing intermediate container 3343ed4bfc0a [2020-09-03T10:18:30.199Z] ---> 6c30336cb265 [2020-09-03T10:18:30.199Z] Step 19/20 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:18:30.199Z] ---> Running in d0f26976f213 [2020-09-03T10:18:31.204Z] Removing intermediate container 2cbb39581257 [2020-09-03T10:18:31.204Z] ---> e8998a41a0dc [2020-09-03T10:18:31.204Z] [2020-09-03T10:18:31.204Z] Step 11/27 : FROM docker:latest [2020-09-03T10:18:31.204Z] ---> ce9d55ae87f1 [2020-09-03T10:18:31.204Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-03T10:18:31.204Z] Removing intermediate container d0f26976f213 [2020-09-03T10:18:31.204Z] ---> 23276cff56f6 [2020-09-03T10:18:31.204Z] Step 20/20 : LABEL version=1.2.2-dev.20 [2020-09-03T10:18:31.507Z] ---> Running in 2f2e9a73d79c [2020-09-03T10:18:31.507Z] ---> Running in 1666f834192c [2020-09-03T10:18:32.955Z] Removing intermediate container 1666f834192c [2020-09-03T10:18:32.955Z] ---> 35b1ae648af7 [2020-09-03T10:18:32.955Z] [2020-09-03T10:18:33.232Z] Successfully built 35b1ae648af7 [2020-09-03T10:18:33.232Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-03T10:18:33.232Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-09-03T10:18:33.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:18:34.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:18:35.094Z] (1/2) Installing readline (8.0.4-r0) [2020-09-03T10:18:35.094Z] (2/2) Installing bash (5.0.17-r0) [2020-09-03T10:18:35.094Z] Executing bash-5.0.17-r0.post-install [2020-09-03T10:18:35.094Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:18:35.094Z] OK: 12 MiB in 22 packages [2020-09-03T10:18:39.464Z] Removing intermediate container 2f2e9a73d79c [2020-09-03T10:18:39.464Z] ---> da96839d5188 [2020-09-03T10:18:39.464Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-03T10:18:39.464Z] ---> Running in d3225a1226c4 [2020-09-03T10:18:44.959Z] Removing intermediate container 7b4311defb3b [2020-09-03T10:18:44.959Z] ---> 2d4b07673b58 [2020-09-03T10:18:44.959Z] [2020-09-03T10:18:44.959Z] Step 10/21 : FROM scratch [2020-09-03T10:18:44.959Z] ---> [2020-09-03T10:18:44.959Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T10:18:45.561Z] ---> Running in 8f1bb944b065 [2020-09-03T10:18:45.844Z] Removing intermediate container d3225a1226c4 [2020-09-03T10:18:45.844Z] ---> 8b7bab49e167 [2020-09-03T10:18:45.844Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-03T10:18:46.122Z] Removing intermediate container 8f1bb944b065 [2020-09-03T10:18:46.122Z] ---> e85a895ed2ad [2020-09-03T10:18:46.122Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-03T10:18:46.401Z] ---> Running in 7e21f5e05e39 [2020-09-03T10:18:46.401Z] ---> Running in 250554e9eba3 [2020-09-03T10:18:47.917Z] Removing intermediate container 250554e9eba3 [2020-09-03T10:18:47.917Z] ---> 9e29db323517 [2020-09-03T10:18:47.917Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-03T10:18:47.917Z] Removing intermediate container 7e21f5e05e39 [2020-09-03T10:18:47.917Z] ---> adfeab56aecf [2020-09-03T10:18:47.917Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-03T10:18:48.225Z] ---> Running in 6c7235f42175 [2020-09-03T10:18:48.520Z] ---> Running in 94513f17ec0a [2020-09-03T10:18:49.773Z] Removing intermediate container 6c7235f42175 [2020-09-03T10:18:49.773Z] ---> ae158ec847fe [2020-09-03T10:18:49.773Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-03T10:18:50.079Z] Removing intermediate container 94513f17ec0a [2020-09-03T10:18:50.079Z] ---> 9e2caadf91c1 [2020-09-03T10:18:50.079Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-03T10:18:50.676Z] ---> Running in e12c48a89e0a [2020-09-03T10:18:51.282Z] ---> 1e27b95082a5 [2020-09-03T10:18:51.282Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-03T10:18:51.899Z] Removing intermediate container e12c48a89e0a [2020-09-03T10:18:51.899Z] ---> aab01fe439d3 [2020-09-03T10:18:51.899Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-03T10:18:54.547Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:18:54.548Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:18:54.548Z] ---> 878258d5aa0a [2020-09-03T10:18:54.548Z] Step 3/24 : WORKDIR /edgex-go [2020-09-03T10:18:54.548Z] ---> Using cache [2020-09-03T10:18:54.548Z] ---> 0a4d6075e474 [2020-09-03T10:18:54.548Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:18:54.548Z] ---> Using cache [2020-09-03T10:18:54.548Z] ---> b9eee4009f26 [2020-09-03T10:18:54.548Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-03T10:18:54.548Z] ---> d79750c2727f [2020-09-03T10:18:54.548Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-03T10:18:54.548Z] ---> Running in 4585246b1e69 [2020-09-03T10:18:54.548Z] ---> 600a863b99eb [2020-09-03T10:18:54.548Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-03T10:18:54.827Z] Removing intermediate container d1b14a804668 [2020-09-03T10:18:54.827Z] ---> 87a647d455af [2020-09-03T10:18:54.827Z] [2020-09-03T10:18:54.827Z] Step 10/22 : FROM scratch [2020-09-03T10:18:54.827Z] ---> [2020-09-03T10:18:54.827Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T10:18:55.104Z] ---> Using cache [2020-09-03T10:18:55.104Z] ---> e85a895ed2ad [2020-09-03T10:18:55.104Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-03T10:18:55.381Z] ---> Running in 44c1e9dfc017 [2020-09-03T10:18:55.659Z] ---> b491b5e622ef [2020-09-03T10:18:55.659Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-03T10:18:55.659Z] ---> eb5ad43551fd [2020-09-03T10:18:55.659Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-03T10:18:55.935Z] ---> Running in 3a4587a49b17 [2020-09-03T10:18:56.211Z] Removing intermediate container 44c1e9dfc017 [2020-09-03T10:18:56.211Z] ---> b9dca3b7c0a3 [2020-09-03T10:18:56.211Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T10:18:56.485Z] ---> Running in 7f178fac6e6e [2020-09-03T10:18:56.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:18:56.762Z] Removing intermediate container 3a4587a49b17 [2020-09-03T10:18:56.762Z] ---> 1ded194b9668 [2020-09-03T10:18:56.762Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:18:57.046Z] ---> Running in 2647a16072c3 [2020-09-03T10:18:57.046Z] Removing intermediate container 7f178fac6e6e [2020-09-03T10:18:57.046Z] ---> 99fe7ce97f1a [2020-09-03T10:18:57.046Z] Step 14/22 : WORKDIR / [2020-09-03T10:18:57.322Z] ---> b9deacb5291c [2020-09-03T10:18:57.322Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-03T10:18:57.616Z] ---> Running in ddb1abde667c [2020-09-03T10:18:57.616Z] ---> Running in faa20176918b [2020-09-03T10:18:57.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:18:57.892Z] Removing intermediate container 2647a16072c3 [2020-09-03T10:18:57.892Z] ---> 73b07e964496 [2020-09-03T10:18:57.892Z] Step 19/21 : LABEL arch=arm64 [2020-09-03T10:18:58.167Z] ---> Running in e96ce0f1ec1e [2020-09-03T10:18:58.448Z] Removing intermediate container ddb1abde667c [2020-09-03T10:18:58.448Z] ---> df8403334330 [2020-09-03T10:18:58.448Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-03T10:18:59.064Z] Removing intermediate container e96ce0f1ec1e [2020-09-03T10:18:59.064Z] ---> c6a94f319076 [2020-09-03T10:18:59.064Z] Step 20/21 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:18:59.064Z] ---> Running in bc7d26c8ce8e [2020-09-03T10:18:59.346Z] ---> 6011fb7d0b69 [2020-09-03T10:18:59.346Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-03T10:18:59.346Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:18:59.346Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:18:59.346Z] OK: 12617 distinct packages available [2020-09-03T10:18:59.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:18:59.960Z] Removing intermediate container bc7d26c8ce8e [2020-09-03T10:18:59.960Z] ---> 9b42d5eb644c [2020-09-03T10:18:59.960Z] Step 21/21 : LABEL version=1.2.2-dev.20 [2020-09-03T10:18:59.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:19:00.565Z] ---> Running in 6410c80a4659 [2020-09-03T10:19:00.565Z] OK: 217 MiB in 51 packages [2020-09-03T10:19:00.840Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-03T10:19:00.840Z] (2/33) Installing expat (2.2.9-r1) [2020-09-03T10:19:00.840Z] (3/33) Installing libffi (3.3-r2) [2020-09-03T10:19:00.840Z] (4/33) Installing gdbm (1.13-r1) [2020-09-03T10:19:00.840Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-03T10:19:00.840Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-03T10:19:00.840Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-03T10:19:01.819Z] Removing intermediate container 6410c80a4659 [2020-09-03T10:19:01.819Z] ---> 8fbcac3293f3 [2020-09-03T10:19:01.819Z] [2020-09-03T10:19:02.091Z] Successfully built 8fbcac3293f3 [2020-09-03T10:19:02.366Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-03T10:19:02.366Z] Building docker-security-secrets-setup-go [2020-09-03T10:19:02.366Z] ---> 975c7b0cb686 [2020-09-03T10:19:02.366Z]  Building docker-support-scheduler-go ... done Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-03T10:19:03.368Z] Removing intermediate container 4585246b1e69 [2020-09-03T10:19:03.368Z] ---> d1ed6866e8eb [2020-09-03T10:19:03.368Z] Step 6/24 : COPY go.mod . [2020-09-03T10:19:03.967Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-03T10:19:03.967Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-03T10:19:03.967Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-03T10:19:03.967Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-03T10:19:03.967Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-03T10:19:03.967Z] ---> 02c4092ac062 [2020-09-03T10:19:03.967Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-03T10:19:03.967Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-03T10:19:04.242Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-03T10:19:04.242Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-03T10:19:04.242Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-03T10:19:04.242Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-03T10:19:04.242Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-03T10:19:04.598Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-03T10:19:04.598Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-03T10:19:04.598Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-03T10:19:04.598Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-03T10:19:04.598Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-03T10:19:04.598Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-03T10:19:04.598Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-03T10:19:04.598Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-03T10:19:04.874Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-03T10:19:04.874Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-03T10:19:04.874Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-03T10:19:04.874Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-03T10:19:04.874Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-03T10:19:04.874Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-03T10:19:04.874Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-03T10:19:04.874Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:19:05.145Z] OK: 71 MiB in 55 packages [2020-09-03T10:19:05.742Z] ---> fe594622814d [2020-09-03T10:19:05.742Z] Step 7/24 : RUN go mod download [2020-09-03T10:19:05.742Z] ---> Running in 8799e98eeee7 [2020-09-03T10:19:06.353Z] ---> Running in e00d7ed1f581 [2020-09-03T10:19:07.373Z] Removing intermediate container 8799e98eeee7 [2020-09-03T10:19:07.373Z] ---> 742853d9383e [2020-09-03T10:19:07.373Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:19:08.373Z] ---> Running in 25c6fda55d7e [2020-09-03T10:19:09.347Z] Removing intermediate container 25c6fda55d7e [2020-09-03T10:19:09.347Z] ---> 19f4bb832a54 [2020-09-03T10:19:09.347Z] Step 20/22 : LABEL arch=arm64 [2020-09-03T10:19:09.616Z] ---> Running in 8ce2c9f8ec10 [2020-09-03T10:19:10.213Z] Removing intermediate container 883f98cc4b3e [2020-09-03T10:19:10.213Z] ---> 7ef93b12bd37 [2020-09-03T10:19:10.213Z] [2020-09-03T10:19:10.213Z] Step 10/23 : FROM alpine [2020-09-03T10:19:10.213Z] ---> 62ee0e9f8440 [2020-09-03T10:19:10.213Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T10:19:10.491Z] Removing intermediate container 8ce2c9f8ec10 [2020-09-03T10:19:10.492Z] ---> 6ffd7154605d [2020-09-03T10:19:10.492Z] Step 21/22 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:19:11.088Z] ---> Running in 77d920f890ba [2020-09-03T10:19:11.370Z] ---> Running in 1e9775bc8321 [2020-09-03T10:19:11.974Z] Removing intermediate container 77d920f890ba [2020-09-03T10:19:11.974Z] ---> 628920372806 [2020-09-03T10:19:11.974Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-03T10:19:12.260Z] Removing intermediate container 1e9775bc8321 [2020-09-03T10:19:12.260Z] ---> a460a98cd191 [2020-09-03T10:19:12.260Z] Step 22/22 : LABEL version=1.2.2-dev.20 [2020-09-03T10:19:12.859Z] ---> Running in dd7cf8485987 [2020-09-03T10:19:12.859Z] Removing intermediate container e00d7ed1f581 [2020-09-03T10:19:12.859Z] ---> cbe257f8c82c [2020-09-03T10:19:12.859Z] Step 8/24 : COPY . . [2020-09-03T10:19:13.140Z] ---> Running in 8739b87b6c65 [2020-09-03T10:19:13.744Z] Removing intermediate container dd7cf8485987 [2020-09-03T10:19:13.744Z] ---> 2f292a146b41 [2020-09-03T10:19:13.744Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-03T10:19:14.021Z] Removing intermediate container 8739b87b6c65 [2020-09-03T10:19:14.021Z] ---> d40a34f45d1f [2020-09-03T10:19:14.021Z] [2020-09-03T10:19:14.311Z] ---> Running in 5b901b766308 [2020-09-03T10:19:14.311Z] Successfully built d40a34f45d1f [2020-09-03T10:19:14.311Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-03T10:19:14.311Z] Building docker-support-logging-go [2020-09-03T10:19:15.321Z]  Building docker-core-metadata-go ... done Removing intermediate container 5b901b766308 [2020-09-03T10:19:15.321Z] ---> 7793522651cb [2020-09-03T10:19:15.321Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:19:15.605Z] Removing intermediate container faa20176918b [2020-09-03T10:19:15.605Z] ---> ddf0e8cadce9 [2020-09-03T10:19:15.605Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-03T10:19:16.213Z] ---> Running in d44033ebc5b6 [2020-09-03T10:19:16.815Z] ---> Running in e92a125351b2 [2020-09-03T10:19:23.609Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:19:23.609Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-03T10:19:23.609Z] ---> 878258d5aa0a [2020-09-03T10:19:23.609Z] Step 3/29 : WORKDIR /edgex-go [2020-09-03T10:19:23.609Z] ---> Using cache [2020-09-03T10:19:23.609Z] ---> 0a4d6075e474 [2020-09-03T10:19:23.609Z] Step 4/29 : RUN apk update && apk add make git [2020-09-03T10:19:23.609Z] ---> Running in 88a14e0f8bb0 [2020-09-03T10:19:24.219Z] Collecting docker-compose==1.23.2 [2020-09-03T10:19:24.219Z] Removing intermediate container d44033ebc5b6 [2020-09-03T10:19:24.219Z] ---> 64eac638d3a9 [2020-09-03T10:19:24.219Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-03T10:19:24.219Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-03T10:19:24.826Z] ---> Running in 0a318f9385d5 [2020-09-03T10:19:25.105Z] Collecting docopt<0.7,>=0.6.1 [2020-09-03T10:19:25.105Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-03T10:19:25.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:19:26.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:19:26.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:19:27.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:19:27.782Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:19:27.782Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:19:27.782Z] OK: 12617 distinct packages available [2020-09-03T10:19:28.412Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-03T10:19:28.412Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-03T10:19:28.412Z] OK: 217 MiB in 51 packages [2020-09-03T10:19:28.703Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-03T10:19:28.703Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-03T10:19:28.703Z] 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-03T10:19:28.986Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-03T10:19:29.264Z] (4/5) Installing libzmq (4.3.2-r0) [2020-09-03T10:19:29.264Z] Collecting docker<4.0,>=3.6.0 [2020-09-03T10:19:29.264Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-03T10:19:29.546Z] (5/5) Installing zeromq (4.3.2-r0) [2020-09-03T10:19:29.546Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:19:29.546Z] OK: 8 MiB in 19 packages [2020-09-03T10:19:31.668Z] Collecting jsonschema<3,>=2.5.1 [2020-09-03T10:19:31.668Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-03T10:19:32.675Z] Removing intermediate container 88a14e0f8bb0 [2020-09-03T10:19:32.675Z] ---> 221b63a602cc [2020-09-03T10:19:32.675Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-03T10:19:32.675Z] ---> d2d51f015f9b [2020-09-03T10:19:32.675Z] Step 5/29 : COPY go.mod . [2020-09-03T10:19:32.675Z] Collecting PyYAML<4,>=3.10 [2020-09-03T10:19:32.675Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-03T10:19:33.283Z] ---> Running in 8bf7b327c801 [2020-09-03T10:19:33.283Z] Removing intermediate container 0a318f9385d5 [2020-09-03T10:19:33.283Z] ---> f64504b3b178 [2020-09-03T10:19:33.283Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-03T10:19:33.560Z] ---> a142362d52c3 [2020-09-03T10:19:33.560Z] Step 6/29 : RUN go mod download [2020-09-03T10:19:34.172Z] ---> Running in 054c4b515b5a [2020-09-03T10:19:34.783Z] ---> 91d2407756fc [2020-09-03T10:19:34.783Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-03T10:19:35.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-03T10:19:36.814Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:19:36.815Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:19:36.815Z] ---> 878258d5aa0a [2020-09-03T10:19:36.815Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T10:19:36.815Z] ---> Using cache [2020-09-03T10:19:36.815Z] ---> 0a4d6075e474 [2020-09-03T10:19:36.815Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:19:36.815Z] ---> Using cache [2020-09-03T10:19:36.815Z] ---> b9eee4009f26 [2020-09-03T10:19:36.815Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-03T10:19:37.098Z] ---> Running in 5a468389f226 [2020-09-03T10:19:37.381Z] Collecting cached-property<2,>=1.2.0 [2020-09-03T10:19:37.381Z] ---> 6111a3caafdf [2020-09-03T10:19:37.381Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-03T10:19:37.381Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-03T10:19:37.995Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-03T10:19:37.995Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-03T10:19:38.614Z] ---> 25f10f4d3ad9 [2020-09-03T10:19:38.614Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-03T10:19:38.906Z] Collecting texttable<0.10,>=0.9.0 [2020-09-03T10:19:38.906Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-03T10:19:38.906Z] ---> Running in a6b2566002b6 [2020-09-03T10:19:38.906Z] Removing intermediate container 054c4b515b5a [2020-09-03T10:19:38.907Z] ---> 4f4b4a5f8e41 [2020-09-03T10:19:38.907Z] Step 7/29 : COPY . . [2020-09-03T10:19:39.521Z] Removing intermediate container a6b2566002b6 [2020-09-03T10:19:39.521Z] ---> d516d262385d [2020-09-03T10:19:39.521Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:19:39.800Z] ---> Running in 33f0f3b34335 [2020-09-03T10:19:39.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:19:40.816Z] Removing intermediate container 33f0f3b34335 [2020-09-03T10:19:40.816Z] ---> c91760201754 [2020-09-03T10:19:40.816Z] Step 21/23 : LABEL arch=arm64 [2020-09-03T10:19:40.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:19:41.428Z] ---> Running in 5965615e29c4 [2020-09-03T10:19:41.713Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-03T10:19:41.994Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-03T10:19:42.280Z] v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:19:42.280Z] v3.12.0-289-g2479258131 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:19:42.280Z] OK: 12617 distinct packages available [2020-09-03T10:19:42.565Z] Removing intermediate container 5965615e29c4 [2020-09-03T10:19:42.565Z] ---> 571525def430 [2020-09-03T10:19:42.565Z] Step 22/23 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:19:43.190Z] OK: 217 MiB in 51 packages [2020-09-03T10:19:43.190Z] ---> Running in 906635b93456 [2020-09-03T10:19:44.199Z] OK: 217 MiB in 51 packages [2020-09-03T10:19:44.199Z] Removing intermediate container 906635b93456 [2020-09-03T10:19:44.199Z] ---> e113875b4dd4 [2020-09-03T10:19:44.199Z] Step 23/23 : LABEL version=1.2.2-dev.20 [2020-09-03T10:19:44.199Z] 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-03T10:19:44.200Z] 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-03T10:19:44.488Z] ---> Running in 6a8484afe5d7 [2020-09-03T10:19:45.109Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-03T10:19:45.109Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-03T10:19:45.385Z] Collecting idna<2.8,>=2.5 [2020-09-03T10:19:45.385Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-03T10:19:45.664Z] Removing intermediate container 6a8484afe5d7 [2020-09-03T10:19:45.664Z] ---> 44934186d142 [2020-09-03T10:19:45.664Z] [2020-09-03T10:19:45.941Z] Collecting docker-pycreds>=0.4.0 [2020-09-03T10:19:45.941Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-03T10:19:45.941Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-03T10:19:45.941Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-03T10:19:45.941Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-03T10:19:45.941Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-03T10:19:46.551Z] Removing intermediate container 5a468389f226 [2020-09-03T10:19:46.551Z] ---> 15eddc9f9b5a [2020-09-03T10:19:46.551Z] Step 6/22 : COPY go.mod . [2020-09-03T10:19:46.551Z] Successfully built 44934186d142 [2020-09-03T10:19:46.551Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-03T10:19:46.551Z] Building docker-core-command-go [2020-09-03T10:19:47.556Z]  Building docker-core-data-go ... done Installing collected packages: docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, cached-property, texttable, dockerpty, docker-compose [2020-09-03T10:19:47.556Z] Running setup.py install for docopt: started [2020-09-03T10:19:48.171Z] ---> 6435d0725e77 [2020-09-03T10:19:48.171Z] Step 7/22 : RUN go mod download [2020-09-03T10:19:48.788Z] ---> Running in 1660bc3f5c15 [2020-09-03T10:19:50.256Z] Running setup.py install for docopt: finished with status 'done' [2020-09-03T10:19:50.256Z] Attempting uninstall: urllib3 [2020-09-03T10:19:50.256Z] Found existing installation: urllib3 1.25.9 [2020-09-03T10:19:50.256Z] Uninstalling urllib3-1.25.9: [2020-09-03T10:19:50.540Z] Successfully uninstalled urllib3-1.25.9 [2020-09-03T10:19:51.544Z] Attempting uninstall: idna [2020-09-03T10:19:51.544Z] Found existing installation: idna 2.9 [2020-09-03T10:19:51.544Z] Uninstalling idna-2.9: [2020-09-03T10:19:51.544Z] Successfully uninstalled idna-2.9 [2020-09-03T10:19:52.543Z] Attempting uninstall: requests [2020-09-03T10:19:52.543Z] Found existing installation: requests 2.23.0 [2020-09-03T10:19:52.543Z] Uninstalling requests-2.23.0: [2020-09-03T10:19:52.543Z] Successfully uninstalled requests-2.23.0 [2020-09-03T10:19:56.904Z] Running setup.py install for PyYAML: started [2020-09-03T10:19:57.517Z] Removing intermediate container 1660bc3f5c15 [2020-09-03T10:19:57.518Z] ---> 2a528e2b641a [2020-09-03T10:19:57.518Z] Step 8/22 : COPY . . [2020-09-03T10:19:58.991Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-03T10:19:58.991Z] Running setup.py install for texttable: started [2020-09-03T10:19:59.601Z] ---> 8d260d23813c [2020-09-03T10:19:59.601Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-03T10:20:00.210Z] ---> Running in bd7913352b94 [2020-09-03T10:20:01.682Z] Running setup.py install for texttable: finished with status 'done' [2020-09-03T10:20:01.682Z] Running setup.py install for dockerpty: started [2020-09-03T10:20:03.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-03T10:20:04.164Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-03T10:20:05.654Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-03T10:20:10.050Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:20:10.050Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:20:10.050Z] ---> 878258d5aa0a [2020-09-03T10:20:10.050Z] Step 3/22 : WORKDIR /edgex-go [2020-09-03T10:20:10.050Z] ---> Using cache [2020-09-03T10:20:10.050Z] ---> 0a4d6075e474 [2020-09-03T10:20:10.050Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:20:10.050Z] ---> Using cache [2020-09-03T10:20:10.050Z] ---> b9eee4009f26 [2020-09-03T10:20:10.050Z] Step 5/22 : RUN apk update && apk add make git [2020-09-03T10:20:10.050Z] ---> Using cache [2020-09-03T10:20:10.050Z] ---> 376cf099c97e [2020-09-03T10:20:10.050Z] Step 6/22 : COPY go.mod . [2020-09-03T10:20:10.050Z] ---> Using cache [2020-09-03T10:20:10.050Z] ---> a981a44585f4 [2020-09-03T10:20:10.050Z] Step 7/22 : RUN go mod download [2020-09-03T10:20:10.050Z] ---> Using cache [2020-09-03T10:20:10.050Z] ---> b8a9840c925d [2020-09-03T10:20:10.050Z] Step 8/22 : COPY . . [2020-09-03T10:20:10.050Z] ---> Using cache [2020-09-03T10:20:10.050Z] ---> ec508a2b8e54 [2020-09-03T10:20:10.050Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-03T10:20:11.075Z] ---> Running in 4332bbfe0aa9 [2020-09-03T10:20:13.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/core-command/core-command ./cmd/core-command [2020-09-03T10:20:14.755Z] Removing intermediate container e92a125351b2 [2020-09-03T10:20:14.755Z] ---> a31af65aea2d [2020-09-03T10:20:14.755Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-03T10:20:15.369Z] ---> Running in ca93982915d7 [2020-09-03T10:20:18.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:20:19.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:20:19.764Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T10:20:19.764Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-03T10:20:19.764Z] (3/3) Installing curl (7.69.1-r0) [2020-09-03T10:20:19.764Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:20:19.764Z] OK: 71 MiB in 58 packages [2020-09-03T10:20:22.459Z] ---> 9d1934af9b42 [2020-09-03T10:20:22.459Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-03T10:20:22.741Z] Removing intermediate container ca93982915d7 [2020-09-03T10:20:22.741Z] ---> b93ae8f8245a [2020-09-03T10:20:22.741Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-03T10:20:22.741Z] ---> Running in 1d11aaf9703e [2020-09-03T10:20:23.031Z] ---> Running in 233520e8125a [2020-09-03T10:20:24.031Z] Removing intermediate container 233520e8125a [2020-09-03T10:20:24.031Z] ---> 29051cd67c83 [2020-09-03T10:20:24.031Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:20:24.031Z] ---> Running in ce62ab0bbec6 [2020-09-03T10:20:24.641Z] Removing intermediate container ce62ab0bbec6 [2020-09-03T10:20:24.641Z] ---> bd4388378127 [2020-09-03T10:20:24.641Z] Step 25/27 : LABEL arch=arm64 [2020-09-03T10:20:24.916Z] ---> Running in dbd5252b4fcc [2020-09-03T10:20:25.515Z] Removing intermediate container dbd5252b4fcc [2020-09-03T10:20:25.515Z] ---> 665cb805feb3 [2020-09-03T10:20:25.515Z] Step 26/27 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:20:25.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-03T10:20:25.515Z] ---> Running in c49aa1df3121 [2020-09-03T10:20:26.498Z] Removing intermediate container c49aa1df3121 [2020-09-03T10:20:26.498Z] ---> d81d97f46083 [2020-09-03T10:20:26.498Z] Step 27/27 : LABEL version=1.2.2-dev.20 [2020-09-03T10:20:26.498Z] ---> Running in 90334e6ab6c0 [2020-09-03T10:20:27.102Z] Removing intermediate container 90334e6ab6c0 [2020-09-03T10:20:27.102Z] ---> 73d69d5e5235 [2020-09-03T10:20:27.102Z] [2020-09-03T10:20:27.383Z] Successfully built 73d69d5e5235 [2020-09-03T10:20:27.660Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-03T10:20:27.660Z] Building docker-security-secretstore-setup-go [2020-09-03T10:20:54.629Z]  Building docker-sys-mgmt-agent-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-09-03T10:20:54.629Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-03T10:20:54.629Z] ---> 878258d5aa0a [2020-09-03T10:20:54.629Z] Step 3/26 : WORKDIR /edgex-go [2020-09-03T10:20:54.629Z] ---> Using cache [2020-09-03T10:20:54.629Z] ---> 0a4d6075e474 [2020-09-03T10:20:54.629Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T10:20:54.629Z] ---> Using cache [2020-09-03T10:20:54.629Z] ---> b9eee4009f26 [2020-09-03T10:20:54.629Z] Step 5/26 : RUN apk update && apk add make git [2020-09-03T10:20:54.629Z] ---> Using cache [2020-09-03T10:20:54.629Z] ---> 376cf099c97e [2020-09-03T10:20:54.629Z] Step 6/26 : COPY go.mod . [2020-09-03T10:20:54.629Z] ---> Using cache [2020-09-03T10:20:54.629Z] ---> a981a44585f4 [2020-09-03T10:20:54.629Z] Step 7/26 : RUN go mod download [2020-09-03T10:20:54.629Z] ---> Using cache [2020-09-03T10:20:54.629Z] ---> b8a9840c925d [2020-09-03T10:20:54.629Z] Step 8/26 : COPY . . [2020-09-03T10:20:54.629Z] ---> Using cache [2020-09-03T10:20:54.629Z] ---> ec508a2b8e54 [2020-09-03T10:20:54.629Z] 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-03T10:20:54.629Z] ---> Running in 2eb35a849a8e [2020-09-03T10:20:54.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-03T10:21:21.829Z] Removing intermediate container 8bf7b327c801 [2020-09-03T10:21:21.829Z] ---> 966b3535c9ff [2020-09-03T10:21:21.829Z] [2020-09-03T10:21:21.829Z] Step 10/24 : FROM scratch [2020-09-03T10:21:21.829Z] ---> [2020-09-03T10:21:21.829Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T10:21:21.829Z] ---> Running in dafb053b128a [2020-09-03T10:21:22.105Z] Removing intermediate container dafb053b128a [2020-09-03T10:21:22.105Z] ---> 0ee62296a7c1 [2020-09-03T10:21:22.105Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-03T10:21:22.105Z] ---> Running in 0e068149a0f6 [2020-09-03T10:21:23.560Z] Removing intermediate container 0e068149a0f6 [2020-09-03T10:21:23.560Z] ---> 9308544c3b75 [2020-09-03T10:21:23.560Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-03T10:21:23.560Z] ---> Running in d08adc748729 [2020-09-03T10:21:23.560Z] Removing intermediate container bd7913352b94 [2020-09-03T10:21:23.560Z] ---> 406a664ebf76 [2020-09-03T10:21:23.560Z] [2020-09-03T10:21:23.560Z] Step 9/29 : FROM alpine:latest [2020-09-03T10:21:23.560Z] ---> 62ee0e9f8440 [2020-09-03T10:21:23.560Z] 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-03T10:21:23.834Z] ---> Running in 8b994d3ccc3c [2020-09-03T10:21:24.436Z] Removing intermediate container d08adc748729 [2020-09-03T10:21:24.436Z] ---> 3d0c89e10f47 [2020-09-03T10:21:24.436Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-03T10:21:24.720Z] Removing intermediate container 8b994d3ccc3c [2020-09-03T10:21:24.721Z] ---> deb60b7f4a9b [2020-09-03T10:21:24.721Z] Step 11/29 : USER root [2020-09-03T10:21:24.995Z] ---> Running in 0c7c08d48851 [2020-09-03T10:21:25.607Z] ---> f9de1484336b [2020-09-03T10:21:25.607Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-03T10:21:25.607Z] Removing intermediate container 0c7c08d48851 [2020-09-03T10:21:25.607Z] ---> 0883a8b44e55 [2020-09-03T10:21:25.607Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-03T10:21:25.883Z] ---> Running in 900e091f13db [2020-09-03T10:21:27.871Z] ---> 8df5177a861b [2020-09-03T10:21:27.871Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-03T10:21:28.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:21:29.139Z] ---> beaf42eb307c [2020-09-03T10:21:29.139Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-03T10:21:29.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:21:30.129Z] v3.12.0-283-g612cd12ab6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-03T10:21:30.129Z] v3.12.0-289-g2479258131 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-03T10:21:30.129Z] OK: 12617 distinct packages available [2020-09-03T10:21:30.405Z] ---> 18f7bd985816 [2020-09-03T10:21:30.405Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-03T10:21:31.019Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-03T10:21:31.019Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-03T10:21:31.019Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T10:21:31.019Z] Executing ca-certificates-20191127-r4.trigger [2020-09-03T10:21:31.304Z] OK: 6 MiB in 16 packages [2020-09-03T10:21:32.312Z] ---> 9ae74d9531a9 [2020-09-03T10:21:32.312Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-03T10:21:33.770Z] ---> d629d32319f8 [2020-09-03T10:21:33.770Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-03T10:21:34.050Z] Removing intermediate container 900e091f13db [2020-09-03T10:21:34.050Z] ---> 7b3a1f7817bd [2020-09-03T10:21:34.050Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-03T10:21:34.050Z] ---> Running in 83b957b4f4ff [2020-09-03T10:21:34.327Z] ---> Running in 3833b92f5e2b [2020-09-03T10:21:34.939Z] Removing intermediate container 83b957b4f4ff [2020-09-03T10:21:34.939Z] ---> 36f869e32668 [2020-09-03T10:21:34.939Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:21:34.939Z] ---> Running in ffee465ba920 [2020-09-03T10:21:34.939Z] Removing intermediate container 3833b92f5e2b [2020-09-03T10:21:34.939Z] ---> 9a3ddff057a4 [2020-09-03T10:21:34.939Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-03T10:21:35.219Z] ---> Running in e31d2b31bdd0 [2020-09-03T10:21:35.827Z] Removing intermediate container ffee465ba920 [2020-09-03T10:21:35.827Z] ---> db5df082ceca [2020-09-03T10:21:35.827Z] Step 22/24 : LABEL arch=arm64 [2020-09-03T10:21:36.104Z] ---> Running in 864401f4be84 [2020-09-03T10:21:36.104Z] Removing intermediate container e31d2b31bdd0 [2020-09-03T10:21:36.104Z] ---> f7fe353e4440 [2020-09-03T10:21:36.104Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-03T10:21:36.381Z] ---> Running in 952954ac2a8f [2020-09-03T10:21:36.993Z] Removing intermediate container 864401f4be84 [2020-09-03T10:21:36.993Z] ---> ceef4fabe96f [2020-09-03T10:21:36.993Z] Step 23/24 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:21:36.993Z] ---> Running in e19dc8cc0ab9 [2020-09-03T10:21:37.987Z] Removing intermediate container e19dc8cc0ab9 [2020-09-03T10:21:37.987Z] ---> b152c3ec3af8 [2020-09-03T10:21:37.987Z] Step 24/24 : LABEL version=1.2.2-dev.20 [2020-09-03T10:21:37.987Z] ---> Running in 5d2c0a3790e5 [2020-09-03T10:21:38.602Z] Removing intermediate container 5d2c0a3790e5 [2020-09-03T10:21:38.602Z] ---> cfa28b74f855 [2020-09-03T10:21:38.602Z] [2020-09-03T10:21:38.889Z] Successfully built cfa28b74f855 [2020-09-03T10:21:39.175Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-03T10:21:41.299Z]  Building docker-support-notifications-go ... done Removing intermediate container 952954ac2a8f [2020-09-03T10:21:41.299Z] ---> 03b1ae553176 [2020-09-03T10:21:41.299Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-03T10:21:42.387Z] ---> 6a4a263c867a [2020-09-03T10:21:42.387Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-03T10:21:43.836Z] ---> 188535abd82b [2020-09-03T10:21:43.836Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-03T10:21:44.827Z] ---> ed4b96aae4d0 [2020-09-03T10:21:44.827Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-03T10:21:45.830Z] ---> d7821043e7e1 [2020-09-03T10:21:45.830Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-03T10:21:47.302Z] ---> 4fa032cded2d [2020-09-03T10:21:47.302Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-03T10:21:47.302Z] ---> Running in 156aca6a7462 [2020-09-03T10:21:51.657Z] Removing intermediate container 156aca6a7462 [2020-09-03T10:21:51.657Z] ---> 8fba7f059f52 [2020-09-03T10:21:51.657Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T10:21:52.263Z] ---> df5197c5755e [2020-09-03T10:21:52.263Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T10:21:52.538Z] ---> Running in 3c9dc5fcc28a [2020-09-03T10:21:56.845Z] Removing intermediate container 3c9dc5fcc28a [2020-09-03T10:21:56.845Z] ---> 4bcfacc500de [2020-09-03T10:21:56.845Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-03T10:21:56.845Z] ---> Running in 1cb0799aeeab [2020-09-03T10:22:00.239Z] Removing intermediate container 1d11aaf9703e [2020-09-03T10:22:00.239Z] ---> b34df590e5cb [2020-09-03T10:22:00.239Z] [2020-09-03T10:22:00.239Z] Step 10/22 : FROM scratch [2020-09-03T10:22:00.239Z] ---> [2020-09-03T10:22:00.239Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-03T10:22:00.239Z] ---> Using cache [2020-09-03T10:22:00.239Z] ---> 0ee62296a7c1 [2020-09-03T10:22:00.239Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-03T10:22:00.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-03T10:22:00.239Z] ---> Running in 97affa9aa7f2 [2020-09-03T10:22:00.853Z] Removing intermediate container 1cb0799aeeab [2020-09-03T10:22:00.853Z] ---> fc7b4ce3f9ca [2020-09-03T10:22:00.853Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T10:22:00.853Z] Removing intermediate container 97affa9aa7f2 [2020-09-03T10:22:00.853Z] ---> 2106b0a0ea20 [2020-09-03T10:22:00.853Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T10:22:01.131Z] ---> Running in 123ce2543369 [2020-09-03T10:22:01.131Z] ---> Running in da6adcbaa550 [2020-09-03T10:22:01.411Z] Removing intermediate container 4332bbfe0aa9 [2020-09-03T10:22:01.411Z] ---> f41954c9664b [2020-09-03T10:22:01.411Z] [2020-09-03T10:22:01.411Z] Step 10/22 : FROM scratch [2020-09-03T10:22:01.411Z] ---> [2020-09-03T10:22:01.411Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-03T10:22:01.685Z] ---> Using cache [2020-09-03T10:22:01.685Z] ---> e85a895ed2ad [2020-09-03T10:22:01.685Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-03T10:22:01.958Z] Removing intermediate container da6adcbaa550 [2020-09-03T10:22:01.958Z] ---> f1524b6ec1ff [2020-09-03T10:22:01.958Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-03T10:22:01.958Z] Removing intermediate container 123ce2543369 [2020-09-03T10:22:01.958Z] ---> 594c83e3bf2e [2020-09-03T10:22:01.958Z] Step 26/29 : CMD [ "generate" ] [2020-09-03T10:22:01.958Z] ---> Running in f335286a2a96 [2020-09-03T10:22:02.245Z] ---> Running in ae7a73bcc992 [2020-09-03T10:22:02.521Z] Removing intermediate container f335286a2a96 [2020-09-03T10:22:02.521Z] ---> 8da08d9d259d [2020-09-03T10:22:02.521Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-03T10:22:02.804Z] ---> Running in f4a9f73320c6 [2020-09-03T10:22:02.804Z] Removing intermediate container ae7a73bcc992 [2020-09-03T10:22:02.804Z] ---> 9cc2383f4516 [2020-09-03T10:22:02.804Z] Step 27/29 : LABEL arch=arm64 [2020-09-03T10:22:03.084Z] ---> b1e6d24e4f56 [2020-09-03T10:22:03.084Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-03T10:22:03.084Z] ---> Running in 4e6789f7d9a1 [2020-09-03T10:22:03.361Z] Removing intermediate container f4a9f73320c6 [2020-09-03T10:22:03.361Z] ---> 48d7c46ab438 [2020-09-03T10:22:03.361Z] Step 14/22 : WORKDIR / [2020-09-03T10:22:03.635Z] ---> Running in 1f69e8411b1b [2020-09-03T10:22:03.635Z] Removing intermediate container 4e6789f7d9a1 [2020-09-03T10:22:03.635Z] ---> 5f91ea1f2c43 [2020-09-03T10:22:03.635Z] Step 28/29 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:03.910Z] ---> Running in 2725016825a1 [2020-09-03T10:22:04.192Z] ---> 5e6d3227b00c [2020-09-03T10:22:04.192Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-03T10:22:04.192Z] Removing intermediate container 1f69e8411b1b [2020-09-03T10:22:04.192Z] ---> 4594eeacc695 [2020-09-03T10:22:04.192Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-03T10:22:04.464Z] Removing intermediate container 2725016825a1 [2020-09-03T10:22:04.464Z] ---> aec1947a7ff7 [2020-09-03T10:22:04.464Z] Step 29/29 : LABEL version=1.2.2-dev.20 [2020-09-03T10:22:04.737Z] ---> Running in faf692e7c7d1 [2020-09-03T10:22:05.336Z] ---> f74d5826a5b9 [2020-09-03T10:22:05.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-03T10:22:05.608Z] Removing intermediate container faf692e7c7d1 [2020-09-03T10:22:05.608Z] ---> d76d493274b2 [2020-09-03T10:22:05.608Z] [2020-09-03T10:22:05.608Z] ---> 99405ce95a71 [2020-09-03T10:22:05.608Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-03T10:22:06.209Z] Successfully built d76d493274b2 [2020-09-03T10:22:06.209Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-03T10:22:06.800Z]  Building docker-security-secrets-setup-go ... done  ---> dd57b156b9e2 [2020-09-03T10:22:06.800Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-03T10:22:07.076Z] ---> 0e163a444080 [2020-09-03T10:22:07.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-03T10:22:07.076Z] ---> Running in 5882efcc3720 [2020-09-03T10:22:07.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.20" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-03T10:22:07.676Z] Removing intermediate container 5882efcc3720 [2020-09-03T10:22:07.676Z] ---> b278c06e9337 [2020-09-03T10:22:07.676Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:22:07.676Z] ---> Running in c182fa9e901f [2020-09-03T10:22:07.950Z] ---> b6f717b7cf93 [2020-09-03T10:22:07.950Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-03T10:22:08.224Z] ---> Running in 3c6d97c31c91 [2020-09-03T10:22:08.497Z] Removing intermediate container c182fa9e901f [2020-09-03T10:22:08.497Z] ---> f994e02193b9 [2020-09-03T10:22:08.497Z] Step 20/22 : LABEL arch=arm64 [2020-09-03T10:22:08.497Z] ---> Running in ec55d3d3086f [2020-09-03T10:22:08.769Z] Removing intermediate container 3c6d97c31c91 [2020-09-03T10:22:08.769Z] ---> 714e85440163 [2020-09-03T10:22:08.769Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-03T10:22:08.769Z] ---> Running in e93705740e5f [2020-09-03T10:22:09.039Z] Removing intermediate container ec55d3d3086f [2020-09-03T10:22:09.039Z] ---> ec51872cbd92 [2020-09-03T10:22:09.039Z] Step 21/22 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:09.322Z] ---> Running in 72235eaa8fb1 [2020-09-03T10:22:09.322Z] Removing intermediate container e93705740e5f [2020-09-03T10:22:09.322Z] ---> 77bdfa2d9923 [2020-09-03T10:22:09.322Z] Step 20/22 : LABEL arch=arm64 [2020-09-03T10:22:09.594Z] ---> Running in f4fe4a0d3ee5 [2020-09-03T10:22:09.866Z] Removing intermediate container 72235eaa8fb1 [2020-09-03T10:22:09.866Z] ---> 25227c930659 [2020-09-03T10:22:09.866Z] Step 22/22 : LABEL version=1.2.2-dev.20 [2020-09-03T10:22:09.866Z] ---> Running in 8a5fe85a8985 [2020-09-03T10:22:10.143Z] Removing intermediate container f4fe4a0d3ee5 [2020-09-03T10:22:10.143Z] ---> f0775dabaa04 [2020-09-03T10:22:10.143Z] Step 21/22 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:10.143Z] ---> Running in 4db8bfb869b2 [2020-09-03T10:22:10.426Z] Removing intermediate container 8a5fe85a8985 [2020-09-03T10:22:10.426Z] ---> b3f650090c6c [2020-09-03T10:22:10.426Z] [2020-09-03T10:22:10.703Z] Successfully built b3f650090c6c [2020-09-03T10:22:10.703Z] Removing intermediate container 4db8bfb869b2 [2020-09-03T10:22:10.703Z] ---> 28bb0ad2fa31 [2020-09-03T10:22:10.704Z] Step 22/22 : LABEL version=1.2.2-dev.20 [2020-09-03T10:22:10.704Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-03T10:22:10.979Z]  Building docker-support-logging-go ... done  ---> Running in e9f3a40ef047 [2020-09-03T10:22:11.581Z] Removing intermediate container e9f3a40ef047 [2020-09-03T10:22:11.581Z] ---> b32b017d857e [2020-09-03T10:22:11.581Z] [2020-09-03T10:22:11.860Z] Successfully built b32b017d857e [2020-09-03T10:22:11.860Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-03T10:22:14.472Z]  Building docker-core-command-go ... done Removing intermediate container 2eb35a849a8e [2020-09-03T10:22:14.472Z] ---> 5488f5dcccec [2020-09-03T10:22:14.472Z] [2020-09-03T10:22:14.472Z] Step 10/26 : FROM alpine:3.10 [2020-09-03T10:22:14.472Z] 3.10: Pulling from library/alpine [2020-09-03T10:22:15.898Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-03T10:22:15.898Z] Status: Downloaded newer image for alpine:3.10 [2020-09-03T10:22:15.898Z] ---> 536a684cf733 [2020-09-03T10:22:15.898Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-03T10:22:15.898Z] ---> Running in 6150d069bbdb [2020-09-03T10:22:17.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-03T10:22:17.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-03T10:22:18.182Z] v3.10.5-80-g5ce579e003 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-03T10:22:18.183Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-03T10:22:18.183Z] OK: 10167 distinct packages available [2020-09-03T10:22:18.451Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-03T10:22:18.451Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-03T10:22:18.723Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-03T10:22:18.723Z] (4/5) Installing curl (7.66.0-r0) [2020-09-03T10:22:18.723Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-03T10:22:18.723Z] Executing busybox-1.30.1-r3.trigger [2020-09-03T10:22:18.723Z] Executing ca-certificates-20191127-r2.trigger [2020-09-03T10:22:18.723Z] OK: 7 MiB in 19 packages [2020-09-03T10:22:20.150Z] Removing intermediate container 6150d069bbdb [2020-09-03T10:22:20.150Z] ---> b4017ffdd54f [2020-09-03T10:22:20.150Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-03T10:22:20.425Z] ---> Running in 3ed6d64eca52 [2020-09-03T10:22:21.021Z] Removing intermediate container 3ed6d64eca52 [2020-09-03T10:22:21.021Z] ---> 9888d0a88ae7 [2020-09-03T10:22:21.021Z] Step 13/26 : WORKDIR / [2020-09-03T10:22:21.021Z] ---> Running in 2f995bf62a26 [2020-09-03T10:22:21.610Z] Removing intermediate container 2f995bf62a26 [2020-09-03T10:22:21.610Z] ---> ed60b033f78d [2020-09-03T10:22:21.610Z] 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-03T10:22:22.202Z] ---> 9dc7bf5b9a89 [2020-09-03T10:22:22.202Z] 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-03T10:22:23.196Z] ---> ce0e480e3e8d [2020-09-03T10:22:23.196Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-03T10:22:23.827Z] ---> 48a719197ba5 [2020-09-03T10:22:23.827Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-03T10:22:24.434Z] ---> 0fedf0974cbd [2020-09-03T10:22:24.434Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-03T10:22:25.864Z] ---> 3d7d15b8cfd3 [2020-09-03T10:22:25.864Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-03T10:22:26.900Z] ---> 8d1225c7ab56 [2020-09-03T10:22:26.900Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-03T10:22:27.880Z] ---> 59b4bdb4d87d [2020-09-03T10:22:27.880Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-03T10:22:28.481Z] ---> 5140d0784f3d [2020-09-03T10:22:28.481Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-03T10:22:28.756Z] ---> Running in 1f75549b90f0 [2020-09-03T10:22:31.378Z] Removing intermediate container 1f75549b90f0 [2020-09-03T10:22:31.378Z] ---> 69861e4e7e36 [2020-09-03T10:22:31.378Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-03T10:22:31.378Z] ---> Running in 7234736fcdf6 [2020-09-03T10:22:31.649Z] Removing intermediate container 7234736fcdf6 [2020-09-03T10:22:31.649Z] ---> bfa2da57941a [2020-09-03T10:22:31.649Z] Step 24/26 : LABEL arch=arm64 [2020-09-03T10:22:31.649Z] ---> Running in e9b5db4c8282 [2020-09-03T10:22:32.239Z] Removing intermediate container e9b5db4c8282 [2020-09-03T10:22:32.239Z] ---> f57b73221927 [2020-09-03T10:22:32.239Z] Step 25/26 : LABEL git_sha=d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:32.239Z] ---> Running in a2bf6a527b0d [2020-09-03T10:22:32.509Z] Removing intermediate container a2bf6a527b0d [2020-09-03T10:22:32.509Z] ---> 91bdedbe747d [2020-09-03T10:22:32.509Z] Step 26/26 : LABEL version=1.2.2-dev.20 [2020-09-03T10:22:32.778Z] ---> Running in 8dc68377473f [2020-09-03T10:22:33.047Z] Removing intermediate container 8dc68377473f [2020-09-03T10:22:33.047Z] ---> 428e6019b64b [2020-09-03T10:22:33.047Z] [2020-09-03T10:22:33.637Z] Successfully built 428e6019b64b [2020-09-03T10:22:33.637Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-03T10:22:33.653Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-09-03T10:22:33.743Z] $ docker stop --time=1 73b968d36e743d603a623d0f265659fba8db69014e7fac98164f5d41af92fd10 [2020-09-03T10:22:35.551Z] $ docker rm -f 73b968d36e743d603a623d0f265659fba8db69014e7fac98164f5d41af92fd10 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:22:36.134Z] + docker images [2020-09-03T10:22:36.134Z] + grep docker [2020-09-03T10:22:36.407Z] docker-security-secretstore-setup-go-arm64 latest 428e6019b64b 4 seconds ago 32.6MB [2020-09-03T10:22:36.407Z] docker-core-command-go-arm64 latest b32b017d857e 25 seconds ago 12.4MB [2020-09-03T10:22:36.407Z] docker-support-logging-go-arm64 latest b3f650090c6c 26 seconds ago 11.4MB [2020-09-03T10:22:36.407Z] docker-security-secrets-setup-go-arm64 latest d76d493274b2 31 seconds ago 24.2MB [2020-09-03T10:22:36.407Z] docker-support-notifications-go-arm64 latest cfa28b74f855 58 seconds ago 13.9MB [2020-09-03T10:22:36.407Z] docker-sys-mgmt-agent-go-arm64 latest 73d69d5e5235 2 minutes ago 266MB [2020-09-03T10:22:36.407Z] docker-core-data-go-arm64 latest 44934186d142 2 minutes ago 23.3MB [2020-09-03T10:22:36.407Z] docker-core-metadata-go-arm64 latest d40a34f45d1f 3 minutes ago 13.8MB [2020-09-03T10:22:36.407Z] docker-support-scheduler-go-arm64 latest 8fbcac3293f3 3 minutes ago 12.6MB [2020-09-03T10:22:36.407Z] docker-security-proxy-setup-go-arm64 latest 35b1ae648af7 4 minutes ago 15.8MB [2020-09-03T10:22:36.407Z] docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-03T10:22:36.843Z] provisioning config files... [2020-09-03T10:22:36.883Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/132@tmp/config1380914455498938395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:22:37.289Z] ---> docker-login.sh [2020-09-03T10:22:37.289Z] nexus3.edgexfoundry.org:10001 [2020-09-03T10:22:37.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:22:37.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:22:37.829Z] Configure a credential helper to remove this warning. See [2020-09-03T10:22:37.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:22:37.829Z] [2020-09-03T10:22:37.829Z] Login Succeeded [2020-09-03T10:22:37.829Z] nexus3.edgexfoundry.org:10002 [2020-09-03T10:22:38.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:22:38.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:22:38.427Z] Configure a credential helper to remove this warning. See [2020-09-03T10:22:38.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:22:38.427Z] [2020-09-03T10:22:38.427Z] Login Succeeded [2020-09-03T10:22:38.427Z] nexus3.edgexfoundry.org:10003 [2020-09-03T10:22:38.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:22:38.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:22:38.973Z] Configure a credential helper to remove this warning. See [2020-09-03T10:22:38.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:22:38.973Z] [2020-09-03T10:22:38.973Z] Login Succeeded [2020-09-03T10:22:38.973Z] nexus3.edgexfoundry.org:10004 [2020-09-03T10:22:39.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:22:39.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:22:39.583Z] Configure a credential helper to remove this warning. See [2020-09-03T10:22:39.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:22:39.583Z] [2020-09-03T10:22:39.583Z] Login Succeeded [2020-09-03T10:22:39.583Z] docker.io [2020-09-03T10:22:40.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-03T10:22:40.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-03T10:22:40.439Z] Configure a credential helper to remove this warning. See [2020-09-03T10:22:40.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-03T10:22:40.439Z] [2020-09-03T10:22:40.439Z] Login Succeeded [2020-09-03T10:22:40.439Z] ---> docker-login.sh ends [Pipeline] } [2020-09-03T10:22:40.453Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:22:40.787Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-03T10:22:40.787Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:40.787Z] 1.2.2-dev.20 [2020-09-03T10:22:40.787Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:22:40.787Z] master [2020-09-03T10:22:40.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:41.306Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:41.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:41.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T10:22:41.646Z] 38fd3cdf047a: Preparing [2020-09-03T10:22:41.646Z] 90326cf0f847: Preparing [2020-09-03T10:22:41.646Z] 3a77f21d2684: Preparing [2020-09-03T10:22:41.916Z] 38fd3cdf047a: Pushed [2020-09-03T10:22:41.916Z] 3a77f21d2684: Pushed [2020-09-03T10:22:45.280Z] 90326cf0f847: Pushed [2020-09-03T10:22:45.280Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:85da545ba47083158207f5ae70bb6ed28165d4176376766c9366e0196d862b59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:45.634Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:45.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.20 [2020-09-03T10:22:45.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T10:22:45.971Z] 38fd3cdf047a: Preparing [2020-09-03T10:22:45.971Z] 90326cf0f847: Preparing [2020-09-03T10:22:45.971Z] 3a77f21d2684: Preparing [2020-09-03T10:22:45.971Z] 3a77f21d2684: Layer already exists [2020-09-03T10:22:45.971Z] 90326cf0f847: Layer already exists [2020-09-03T10:22:45.971Z] 38fd3cdf047a: Layer already exists [2020-09-03T10:22:46.240Z] 1.2.2-dev.20: digest: sha256:85da545ba47083158207f5ae70bb6ed28165d4176376766c9366e0196d862b59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:46.577Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:46.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:22:46.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T10:22:46.914Z] 38fd3cdf047a: Preparing [2020-09-03T10:22:46.914Z] 90326cf0f847: Preparing [2020-09-03T10:22:46.914Z] 3a77f21d2684: Preparing [2020-09-03T10:22:46.914Z] 38fd3cdf047a: Layer already exists [2020-09-03T10:22:46.914Z] 3a77f21d2684: Layer already exists [2020-09-03T10:22:46.914Z] 90326cf0f847: Layer already exists [2020-09-03T10:22:47.183Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:85da545ba47083158207f5ae70bb6ed28165d4176376766c9366e0196d862b59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:47.529Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:47.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-03T10:22:47.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-03T10:22:47.896Z] 38fd3cdf047a: Preparing [2020-09-03T10:22:47.896Z] 90326cf0f847: Preparing [2020-09-03T10:22:47.896Z] 3a77f21d2684: Preparing [2020-09-03T10:22:47.896Z] 3a77f21d2684: Layer already exists [2020-09-03T10:22:48.175Z] 38fd3cdf047a: Layer already exists [2020-09-03T10:22:48.175Z] 90326cf0f847: Layer already exists [2020-09-03T10:22:48.175Z] master: digest: sha256:85da545ba47083158207f5ae70bb6ed28165d4176376766c9366e0196d862b59 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:22:48.350Z] ===================================================== [Pipeline] echo [2020-09-03T10:22:48.388Z] taggedImages: [2020-09-03T10:22:48.388Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:48.388Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.20 [2020-09-03T10:22:48.388Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:22:48.388Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-03T10:22:48.449Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-03T10:22:48.449Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:48.449Z] 1.2.2-dev.20 [2020-09-03T10:22:48.449Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:22:48.449Z] master [2020-09-03T10:22:48.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:48.932Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:49.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:49.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T10:22:49.293Z] 7fe671b6f356: Preparing [2020-09-03T10:22:49.293Z] 01c93cd17f17: Preparing [2020-09-03T10:22:49.293Z] bfd2009d64a0: Preparing [2020-09-03T10:22:49.293Z] 470ed8a58742: Preparing [2020-09-03T10:22:49.293Z] 949f224703a3: Preparing [2020-09-03T10:22:49.293Z] e2f13739ad41: Preparing [2020-09-03T10:22:49.293Z] e2f13739ad41: Waiting [2020-09-03T10:22:49.573Z] 949f224703a3: Pushed [2020-09-03T10:22:49.573Z] bfd2009d64a0: Pushed [2020-09-03T10:22:49.573Z] 7fe671b6f356: Pushed [2020-09-03T10:22:49.573Z] e2f13739ad41: Layer already exists [2020-09-03T10:22:50.166Z] 470ed8a58742: Pushed [2020-09-03T10:22:53.538Z] 01c93cd17f17: Pushed [2020-09-03T10:22:53.539Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:74ba66c7c69e18fb56ae4688f907cb214e8424c5d7b4ccfa2539f25410d353ba size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:53.874Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:54.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.20 [2020-09-03T10:22:54.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T10:22:54.205Z] 7fe671b6f356: Preparing [2020-09-03T10:22:54.205Z] 01c93cd17f17: Preparing [2020-09-03T10:22:54.205Z] bfd2009d64a0: Preparing [2020-09-03T10:22:54.205Z] 470ed8a58742: Preparing [2020-09-03T10:22:54.205Z] 949f224703a3: Preparing [2020-09-03T10:22:54.205Z] e2f13739ad41: Preparing [2020-09-03T10:22:54.205Z] e2f13739ad41: Waiting [2020-09-03T10:22:54.205Z] 01c93cd17f17: Layer already exists [2020-09-03T10:22:54.205Z] 7fe671b6f356: Layer already exists [2020-09-03T10:22:54.205Z] 949f224703a3: Layer already exists [2020-09-03T10:22:54.205Z] bfd2009d64a0: Layer already exists [2020-09-03T10:22:54.205Z] 470ed8a58742: Layer already exists [2020-09-03T10:22:54.205Z] e2f13739ad41: Layer already exists [2020-09-03T10:22:54.475Z] 1.2.2-dev.20: digest: sha256:74ba66c7c69e18fb56ae4688f907cb214e8424c5d7b4ccfa2539f25410d353ba size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:54.808Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:55.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:22:55.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T10:22:55.139Z] 7fe671b6f356: Preparing [2020-09-03T10:22:55.139Z] 01c93cd17f17: Preparing [2020-09-03T10:22:55.139Z] bfd2009d64a0: Preparing [2020-09-03T10:22:55.139Z] 470ed8a58742: Preparing [2020-09-03T10:22:55.139Z] 949f224703a3: Preparing [2020-09-03T10:22:55.139Z] e2f13739ad41: Preparing [2020-09-03T10:22:55.139Z] e2f13739ad41: Waiting [2020-09-03T10:22:55.139Z] 470ed8a58742: Layer already exists [2020-09-03T10:22:55.411Z] 949f224703a3: Layer already exists [2020-09-03T10:22:55.411Z] 7fe671b6f356: Layer already exists [2020-09-03T10:22:55.411Z] bfd2009d64a0: Layer already exists [2020-09-03T10:22:55.411Z] 01c93cd17f17: Layer already exists [2020-09-03T10:22:55.411Z] e2f13739ad41: Layer already exists [2020-09-03T10:22:55.411Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:74ba66c7c69e18fb56ae4688f907cb214e8424c5d7b4ccfa2539f25410d353ba size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:55.748Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:56.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-03T10:22:56.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-03T10:22:56.090Z] 7fe671b6f356: Preparing [2020-09-03T10:22:56.090Z] 01c93cd17f17: Preparing [2020-09-03T10:22:56.090Z] bfd2009d64a0: Preparing [2020-09-03T10:22:56.090Z] 470ed8a58742: Preparing [2020-09-03T10:22:56.090Z] 949f224703a3: Preparing [2020-09-03T10:22:56.090Z] e2f13739ad41: Preparing [2020-09-03T10:22:56.090Z] e2f13739ad41: Waiting [2020-09-03T10:22:56.090Z] 01c93cd17f17: Layer already exists [2020-09-03T10:22:56.090Z] 7fe671b6f356: Layer already exists [2020-09-03T10:22:56.090Z] 470ed8a58742: Layer already exists [2020-09-03T10:22:56.090Z] bfd2009d64a0: Layer already exists [2020-09-03T10:22:56.090Z] 949f224703a3: Layer already exists [2020-09-03T10:22:56.090Z] e2f13739ad41: Layer already exists [2020-09-03T10:22:56.360Z] master: digest: sha256:74ba66c7c69e18fb56ae4688f907cb214e8424c5d7b4ccfa2539f25410d353ba size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:22:56.525Z] ===================================================== [Pipeline] echo [2020-09-03T10:22:56.565Z] taggedImages: [2020-09-03T10:22:56.565Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:56.565Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.20 [2020-09-03T10:22:56.565Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:22:56.565Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-03T10:22:56.618Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-03T10:22:56.618Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:56.618Z] 1.2.2-dev.20 [2020-09-03T10:22:56.618Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:22:56.618Z] master [2020-09-03T10:22:56.618Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:57.092Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:22:57.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:22:57.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T10:22:57.424Z] 79692b6cbc00: Preparing [2020-09-03T10:22:57.424Z] 3250ace6d886: Preparing [2020-09-03T10:22:57.424Z] 9d26a8ff5e76: Preparing [2020-09-03T10:22:57.694Z] 9d26a8ff5e76: Pushed [2020-09-03T10:22:57.694Z] 79692b6cbc00: Pushed [2020-09-03T10:23:01.064Z] 3250ace6d886: Pushed [2020-09-03T10:23:01.333Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:20aea2ecf02ddac4d77d5b28a4257a9279d83b4c0e5de3d47146e6938d5c06c7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:01.667Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:01.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:01.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T10:23:01.997Z] 79692b6cbc00: Preparing [2020-09-03T10:23:01.997Z] 3250ace6d886: Preparing [2020-09-03T10:23:01.997Z] 9d26a8ff5e76: Preparing [2020-09-03T10:23:01.997Z] 79692b6cbc00: Layer already exists [2020-09-03T10:23:01.997Z] 9d26a8ff5e76: Layer already exists [2020-09-03T10:23:01.997Z] 3250ace6d886: Layer already exists [2020-09-03T10:23:02.265Z] 1.2.2-dev.20: digest: sha256:20aea2ecf02ddac4d77d5b28a4257a9279d83b4c0e5de3d47146e6938d5c06c7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:02.596Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:02.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:02.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T10:23:02.923Z] 79692b6cbc00: Preparing [2020-09-03T10:23:02.923Z] 3250ace6d886: Preparing [2020-09-03T10:23:02.923Z] 9d26a8ff5e76: Preparing [2020-09-03T10:23:02.923Z] 9d26a8ff5e76: Layer already exists [2020-09-03T10:23:02.923Z] 3250ace6d886: Layer already exists [2020-09-03T10:23:02.923Z] 79692b6cbc00: Layer already exists [2020-09-03T10:23:02.923Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:20aea2ecf02ddac4d77d5b28a4257a9279d83b4c0e5de3d47146e6938d5c06c7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:03.524Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:03.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-03T10:23:03.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-03T10:23:03.852Z] 79692b6cbc00: Preparing [2020-09-03T10:23:03.852Z] 3250ace6d886: Preparing [2020-09-03T10:23:03.852Z] 9d26a8ff5e76: Preparing [2020-09-03T10:23:03.852Z] 9d26a8ff5e76: Layer already exists [2020-09-03T10:23:03.852Z] 3250ace6d886: Layer already exists [2020-09-03T10:23:03.852Z] 79692b6cbc00: Layer already exists [2020-09-03T10:23:04.119Z] master: digest: sha256:20aea2ecf02ddac4d77d5b28a4257a9279d83b4c0e5de3d47146e6938d5c06c7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:23:04.341Z] ===================================================== [Pipeline] echo [2020-09-03T10:23:04.387Z] taggedImages: [2020-09-03T10:23:04.387Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:04.387Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:04.387Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:04.387Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-03T10:23:04.446Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-03T10:23:04.446Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:04.446Z] 1.2.2-dev.20 [2020-09-03T10:23:04.446Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:04.446Z] master [2020-09-03T10:23:04.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:04.936Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:05.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:05.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T10:23:05.354Z] 6faf712a6214: Preparing [2020-09-03T10:23:05.354Z] 2cb4d7285000: Preparing [2020-09-03T10:23:05.354Z] 30a505894aa6: Preparing [2020-09-03T10:23:05.354Z] ae98b72d96f2: Preparing [2020-09-03T10:23:05.354Z] e2f13739ad41: Preparing [2020-09-03T10:23:05.654Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:05.654Z] 2cb4d7285000: Pushed [2020-09-03T10:23:05.654Z] 30a505894aa6: Pushed [2020-09-03T10:23:06.256Z] ae98b72d96f2: Pushed [2020-09-03T10:23:08.216Z] 6faf712a6214: Pushed [2020-09-03T10:23:08.216Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:a45d0d9d61dbb50f7971e8bd164e41631990cfa0da1ff25c2d5e816d84ed863b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:08.550Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:08.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:08.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T10:23:08.896Z] 6faf712a6214: Preparing [2020-09-03T10:23:08.896Z] 2cb4d7285000: Preparing [2020-09-03T10:23:08.896Z] 30a505894aa6: Preparing [2020-09-03T10:23:08.896Z] ae98b72d96f2: Preparing [2020-09-03T10:23:08.896Z] e2f13739ad41: Preparing [2020-09-03T10:23:08.896Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:08.896Z] ae98b72d96f2: Layer already exists [2020-09-03T10:23:08.896Z] 6faf712a6214: Layer already exists [2020-09-03T10:23:08.896Z] 2cb4d7285000: Layer already exists [2020-09-03T10:23:08.896Z] 30a505894aa6: Layer already exists [2020-09-03T10:23:09.167Z] 1.2.2-dev.20: digest: sha256:a45d0d9d61dbb50f7971e8bd164e41631990cfa0da1ff25c2d5e816d84ed863b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:09.502Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:09.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:09.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T10:23:09.839Z] 6faf712a6214: Preparing [2020-09-03T10:23:09.839Z] 2cb4d7285000: Preparing [2020-09-03T10:23:09.839Z] 30a505894aa6: Preparing [2020-09-03T10:23:09.839Z] ae98b72d96f2: Preparing [2020-09-03T10:23:09.839Z] e2f13739ad41: Preparing [2020-09-03T10:23:09.839Z] 2cb4d7285000: Layer already exists [2020-09-03T10:23:09.839Z] 6faf712a6214: Layer already exists [2020-09-03T10:23:09.839Z] ae98b72d96f2: Layer already exists [2020-09-03T10:23:09.839Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:09.839Z] 30a505894aa6: Layer already exists [2020-09-03T10:23:10.109Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:a45d0d9d61dbb50f7971e8bd164e41631990cfa0da1ff25c2d5e816d84ed863b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:10.445Z] + 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-03T10:23:10.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-03T10:23:10.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-03T10:23:10.776Z] 6faf712a6214: Preparing [2020-09-03T10:23:10.776Z] 2cb4d7285000: Preparing [2020-09-03T10:23:10.776Z] 30a505894aa6: Preparing [2020-09-03T10:23:10.776Z] ae98b72d96f2: Preparing [2020-09-03T10:23:10.776Z] e2f13739ad41: Preparing [2020-09-03T10:23:10.776Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:10.776Z] ae98b72d96f2: Layer already exists [2020-09-03T10:23:10.776Z] 30a505894aa6: Layer already exists [2020-09-03T10:23:10.776Z] 2cb4d7285000: Layer already exists [2020-09-03T10:23:10.776Z] 6faf712a6214: Layer already exists [2020-09-03T10:23:11.046Z] master: digest: sha256:a45d0d9d61dbb50f7971e8bd164e41631990cfa0da1ff25c2d5e816d84ed863b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:23:11.220Z] ===================================================== [Pipeline] echo [2020-09-03T10:23:11.258Z] taggedImages: [2020-09-03T10:23:11.258Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:11.258Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:11.258Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:11.258Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-03T10:23:11.311Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-03T10:23:11.311Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:11.311Z] 1.2.2-dev.20 [2020-09-03T10:23:11.311Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:11.311Z] master [2020-09-03T10:23:11.311Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:11.847Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:12.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:12.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T10:23:12.176Z] 4e99f2fd8e5b: Preparing [2020-09-03T10:23:12.176Z] 64a09ef28554: Preparing [2020-09-03T10:23:12.176Z] 433aa7e0f0d2: Preparing [2020-09-03T10:23:12.176Z] b446777471fc: Preparing [2020-09-03T10:23:12.176Z] b446777471fc: Preparing [2020-09-03T10:23:12.176Z] 0eafd6ad06d2: Preparing [2020-09-03T10:23:12.176Z] c1fd890a79cf: Preparing [2020-09-03T10:23:12.176Z] 9857206547c7: Preparing [2020-09-03T10:23:12.176Z] 4e99f2fd8e5b: Preparing [2020-09-03T10:23:12.176Z] d9a6827e5c47: Preparing [2020-09-03T10:23:12.176Z] 31c99f44a4ab: Preparing [2020-09-03T10:23:12.176Z] 584898b33704: Preparing [2020-09-03T10:23:12.176Z] e2f13739ad41: Preparing [2020-09-03T10:23:12.176Z] c1fd890a79cf: Waiting [2020-09-03T10:23:12.176Z] 9857206547c7: Waiting [2020-09-03T10:23:12.176Z] d9a6827e5c47: Waiting [2020-09-03T10:23:12.176Z] e2f13739ad41: Waiting [2020-09-03T10:23:12.176Z] 31c99f44a4ab: Waiting [2020-09-03T10:23:12.176Z] 584898b33704: Waiting [2020-09-03T10:23:12.447Z] 0eafd6ad06d2: Pushed [2020-09-03T10:23:12.447Z] 64a09ef28554: Pushed [2020-09-03T10:23:12.447Z] b446777471fc: Pushed [2020-09-03T10:23:12.447Z] 433aa7e0f0d2: Pushed [2020-09-03T10:23:12.716Z] c1fd890a79cf: Pushed [2020-09-03T10:23:12.716Z] 9857206547c7: Pushed [2020-09-03T10:23:12.716Z] d9a6827e5c47: Pushed [2020-09-03T10:23:12.716Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:12.716Z] 31c99f44a4ab: Pushed [2020-09-03T10:23:12.986Z] 584898b33704: Pushed [2020-09-03T10:23:14.939Z] 4e99f2fd8e5b: Pushed [2020-09-03T10:23:14.939Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:19f15723062c3d88b2baab40c076aedf99b50796776936ddfdf9b9595367484e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:15.294Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:15.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:15.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T10:23:15.627Z] 4e99f2fd8e5b: Preparing [2020-09-03T10:23:15.627Z] 64a09ef28554: Preparing [2020-09-03T10:23:15.627Z] 433aa7e0f0d2: Preparing [2020-09-03T10:23:15.627Z] b446777471fc: Preparing [2020-09-03T10:23:15.627Z] b446777471fc: Preparing [2020-09-03T10:23:15.627Z] 0eafd6ad06d2: Preparing [2020-09-03T10:23:15.627Z] c1fd890a79cf: Preparing [2020-09-03T10:23:15.627Z] 9857206547c7: Preparing [2020-09-03T10:23:15.627Z] 4e99f2fd8e5b: Preparing [2020-09-03T10:23:15.627Z] d9a6827e5c47: Preparing [2020-09-03T10:23:15.627Z] 31c99f44a4ab: Preparing [2020-09-03T10:23:15.627Z] 584898b33704: Preparing [2020-09-03T10:23:15.627Z] e2f13739ad41: Preparing [2020-09-03T10:23:15.627Z] c1fd890a79cf: Waiting [2020-09-03T10:23:15.627Z] 9857206547c7: Waiting [2020-09-03T10:23:15.627Z] 584898b33704: Waiting [2020-09-03T10:23:15.627Z] d9a6827e5c47: Waiting [2020-09-03T10:23:15.627Z] 31c99f44a4ab: Waiting [2020-09-03T10:23:15.627Z] e2f13739ad41: Waiting [2020-09-03T10:23:15.627Z] 64a09ef28554: Layer already exists [2020-09-03T10:23:15.627Z] 4e99f2fd8e5b: Layer already exists [2020-09-03T10:23:15.627Z] b446777471fc: Layer already exists [2020-09-03T10:23:15.627Z] 0eafd6ad06d2: Layer already exists [2020-09-03T10:23:15.627Z] 433aa7e0f0d2: Layer already exists [2020-09-03T10:23:15.627Z] 31c99f44a4ab: Layer already exists [2020-09-03T10:23:15.627Z] d9a6827e5c47: Layer already exists [2020-09-03T10:23:15.627Z] c1fd890a79cf: Layer already exists [2020-09-03T10:23:15.627Z] 9857206547c7: Layer already exists [2020-09-03T10:23:15.627Z] 584898b33704: Layer already exists [2020-09-03T10:23:15.896Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:15.896Z] 1.2.2-dev.20: digest: sha256:19f15723062c3d88b2baab40c076aedf99b50796776936ddfdf9b9595367484e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:16.232Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:16.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:16.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T10:23:16.564Z] 4e99f2fd8e5b: Preparing [2020-09-03T10:23:16.564Z] 64a09ef28554: Preparing [2020-09-03T10:23:16.564Z] 433aa7e0f0d2: Preparing [2020-09-03T10:23:16.564Z] b446777471fc: Preparing [2020-09-03T10:23:16.564Z] b446777471fc: Preparing [2020-09-03T10:23:16.564Z] 0eafd6ad06d2: Preparing [2020-09-03T10:23:16.564Z] c1fd890a79cf: Preparing [2020-09-03T10:23:16.564Z] 9857206547c7: Preparing [2020-09-03T10:23:16.564Z] 4e99f2fd8e5b: Preparing [2020-09-03T10:23:16.564Z] d9a6827e5c47: Preparing [2020-09-03T10:23:16.564Z] 31c99f44a4ab: Preparing [2020-09-03T10:23:16.564Z] 584898b33704: Preparing [2020-09-03T10:23:16.564Z] e2f13739ad41: Preparing [2020-09-03T10:23:16.564Z] c1fd890a79cf: Waiting [2020-09-03T10:23:16.564Z] 9857206547c7: Waiting [2020-09-03T10:23:16.564Z] 584898b33704: Waiting [2020-09-03T10:23:16.564Z] e2f13739ad41: Waiting [2020-09-03T10:23:16.564Z] d9a6827e5c47: Waiting [2020-09-03T10:23:16.564Z] 31c99f44a4ab: Waiting [2020-09-03T10:23:16.564Z] 433aa7e0f0d2: Layer already exists [2020-09-03T10:23:16.564Z] 0eafd6ad06d2: Layer already exists [2020-09-03T10:23:16.564Z] 64a09ef28554: Layer already exists [2020-09-03T10:23:16.564Z] 4e99f2fd8e5b: Layer already exists [2020-09-03T10:23:16.564Z] b446777471fc: Layer already exists [2020-09-03T10:23:16.564Z] c1fd890a79cf: Layer already exists [2020-09-03T10:23:16.564Z] 9857206547c7: Layer already exists [2020-09-03T10:23:16.564Z] d9a6827e5c47: Layer already exists [2020-09-03T10:23:16.564Z] 584898b33704: Layer already exists [2020-09-03T10:23:16.564Z] 31c99f44a4ab: Layer already exists [2020-09-03T10:23:16.564Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:16.833Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:19f15723062c3d88b2baab40c076aedf99b50796776936ddfdf9b9595367484e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:17.169Z] + 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-03T10:23:17.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-03T10:23:17.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-03T10:23:17.510Z] 4e99f2fd8e5b: Preparing [2020-09-03T10:23:17.510Z] 64a09ef28554: Preparing [2020-09-03T10:23:17.510Z] 433aa7e0f0d2: Preparing [2020-09-03T10:23:17.510Z] b446777471fc: Preparing [2020-09-03T10:23:17.510Z] b446777471fc: Preparing [2020-09-03T10:23:17.510Z] 0eafd6ad06d2: Preparing [2020-09-03T10:23:17.510Z] c1fd890a79cf: Preparing [2020-09-03T10:23:17.510Z] 9857206547c7: Preparing [2020-09-03T10:23:17.510Z] 4e99f2fd8e5b: Preparing [2020-09-03T10:23:17.510Z] d9a6827e5c47: Preparing [2020-09-03T10:23:17.510Z] 31c99f44a4ab: Preparing [2020-09-03T10:23:17.510Z] 584898b33704: Preparing [2020-09-03T10:23:17.510Z] e2f13739ad41: Preparing [2020-09-03T10:23:17.510Z] c1fd890a79cf: Waiting [2020-09-03T10:23:17.510Z] d9a6827e5c47: Waiting [2020-09-03T10:23:17.510Z] 9857206547c7: Waiting [2020-09-03T10:23:17.510Z] 31c99f44a4ab: Waiting [2020-09-03T10:23:17.510Z] e2f13739ad41: Waiting [2020-09-03T10:23:17.510Z] 584898b33704: Waiting [2020-09-03T10:23:17.510Z] b446777471fc: Layer already exists [2020-09-03T10:23:17.510Z] 433aa7e0f0d2: Layer already exists [2020-09-03T10:23:17.510Z] 0eafd6ad06d2: Layer already exists [2020-09-03T10:23:17.510Z] 4e99f2fd8e5b: Layer already exists [2020-09-03T10:23:17.510Z] 64a09ef28554: Layer already exists [2020-09-03T10:23:17.781Z] d9a6827e5c47: Layer already exists [2020-09-03T10:23:17.781Z] 9857206547c7: Layer already exists [2020-09-03T10:23:17.781Z] 584898b33704: Layer already exists [2020-09-03T10:23:17.781Z] 31c99f44a4ab: Layer already exists [2020-09-03T10:23:17.781Z] c1fd890a79cf: Layer already exists [2020-09-03T10:23:17.781Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:17.781Z] master: digest: sha256:19f15723062c3d88b2baab40c076aedf99b50796776936ddfdf9b9595367484e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:23:17.956Z] ===================================================== [Pipeline] echo [2020-09-03T10:23:18.047Z] taggedImages: [2020-09-03T10:23:18.047Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:18.047Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:18.047Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:18.047Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-03T10:23:18.105Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-03T10:23:18.105Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:18.105Z] 1.2.2-dev.20 [2020-09-03T10:23:18.105Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:18.105Z] master [2020-09-03T10:23:18.105Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:18.694Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:19.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:19.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T10:23:19.029Z] 24afd1fac348: Preparing [2020-09-03T10:23:19.029Z] 5c6c03c0bd75: Preparing [2020-09-03T10:23:19.029Z] 82b9f1d51e1e: Preparing [2020-09-03T10:23:19.029Z] 35eaf3fbd505: Preparing [2020-09-03T10:23:19.029Z] bc09210c4b14: Preparing [2020-09-03T10:23:19.029Z] d10c0d36ad6d: Preparing [2020-09-03T10:23:19.029Z] c263db4d89db: Preparing [2020-09-03T10:23:19.029Z] 54c0f887d598: Preparing [2020-09-03T10:23:19.029Z] 03056d5568ed: Preparing [2020-09-03T10:23:19.029Z] 530824f549b3: Preparing [2020-09-03T10:23:19.029Z] 66b385cf80cf: Preparing [2020-09-03T10:23:19.029Z] c263db4d89db: Waiting [2020-09-03T10:23:19.029Z] 54c0f887d598: Waiting [2020-09-03T10:23:19.029Z] 530824f549b3: Waiting [2020-09-03T10:23:19.029Z] 03056d5568ed: Waiting [2020-09-03T10:23:19.029Z] 66b385cf80cf: Waiting [2020-09-03T10:23:19.029Z] d10c0d36ad6d: Waiting [2020-09-03T10:23:19.298Z] 24afd1fac348: Pushed [2020-09-03T10:23:19.298Z] 5c6c03c0bd75: Pushed [2020-09-03T10:23:19.582Z] d10c0d36ad6d: Pushed [2020-09-03T10:23:19.582Z] c263db4d89db: Pushed [2020-09-03T10:23:19.582Z] 54c0f887d598: Pushed [2020-09-03T10:23:19.857Z] 03056d5568ed: Pushed [2020-09-03T10:23:20.129Z] 66b385cf80cf: Layer already exists [2020-09-03T10:23:20.404Z] 530824f549b3: Pushed [2020-09-03T10:23:21.384Z] 82b9f1d51e1e: Pushed [2020-09-03T10:23:21.384Z] bc09210c4b14: Pushed [2020-09-03T10:23:21.977Z] 35eaf3fbd505: Pushed [2020-09-03T10:23:21.977Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:afe2e961a757cdfac97774c7d849672f9ba1f5000ee4f0dbe288b6958b403d1d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:22.368Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:22.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:22.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T10:23:22.713Z] 24afd1fac348: Preparing [2020-09-03T10:23:22.713Z] 5c6c03c0bd75: Preparing [2020-09-03T10:23:22.713Z] 82b9f1d51e1e: Preparing [2020-09-03T10:23:22.713Z] 35eaf3fbd505: Preparing [2020-09-03T10:23:22.713Z] bc09210c4b14: Preparing [2020-09-03T10:23:22.713Z] d10c0d36ad6d: Preparing [2020-09-03T10:23:22.713Z] c263db4d89db: Preparing [2020-09-03T10:23:22.713Z] 54c0f887d598: Preparing [2020-09-03T10:23:22.713Z] 03056d5568ed: Preparing [2020-09-03T10:23:22.713Z] 530824f549b3: Preparing [2020-09-03T10:23:22.713Z] 66b385cf80cf: Preparing [2020-09-03T10:23:22.713Z] d10c0d36ad6d: Waiting [2020-09-03T10:23:22.713Z] c263db4d89db: Waiting [2020-09-03T10:23:22.713Z] 54c0f887d598: Waiting [2020-09-03T10:23:22.713Z] 03056d5568ed: Waiting [2020-09-03T10:23:22.713Z] 530824f549b3: Waiting [2020-09-03T10:23:22.713Z] 66b385cf80cf: Waiting [2020-09-03T10:23:22.987Z] bc09210c4b14: Layer already exists [2020-09-03T10:23:22.987Z] 82b9f1d51e1e: Layer already exists [2020-09-03T10:23:22.987Z] 5c6c03c0bd75: Layer already exists [2020-09-03T10:23:22.987Z] 35eaf3fbd505: Layer already exists [2020-09-03T10:23:22.987Z] 24afd1fac348: Layer already exists [2020-09-03T10:23:22.987Z] c263db4d89db: Layer already exists [2020-09-03T10:23:22.987Z] 54c0f887d598: Layer already exists [2020-09-03T10:23:22.987Z] d10c0d36ad6d: Layer already exists [2020-09-03T10:23:22.987Z] 03056d5568ed: Layer already exists [2020-09-03T10:23:22.987Z] 530824f549b3: Layer already exists [2020-09-03T10:23:22.987Z] 66b385cf80cf: Layer already exists [2020-09-03T10:23:22.987Z] 1.2.2-dev.20: digest: sha256:afe2e961a757cdfac97774c7d849672f9ba1f5000ee4f0dbe288b6958b403d1d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:23.332Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:23.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:23.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T10:23:23.658Z] 24afd1fac348: Preparing [2020-09-03T10:23:23.658Z] 5c6c03c0bd75: Preparing [2020-09-03T10:23:23.658Z] 82b9f1d51e1e: Preparing [2020-09-03T10:23:23.658Z] 35eaf3fbd505: Preparing [2020-09-03T10:23:23.658Z] bc09210c4b14: Preparing [2020-09-03T10:23:23.658Z] d10c0d36ad6d: Preparing [2020-09-03T10:23:23.658Z] c263db4d89db: Preparing [2020-09-03T10:23:23.658Z] 54c0f887d598: Preparing [2020-09-03T10:23:23.658Z] 03056d5568ed: Preparing [2020-09-03T10:23:23.658Z] 530824f549b3: Preparing [2020-09-03T10:23:23.658Z] 66b385cf80cf: Preparing [2020-09-03T10:23:23.658Z] 54c0f887d598: Waiting [2020-09-03T10:23:23.658Z] d10c0d36ad6d: Waiting [2020-09-03T10:23:23.658Z] 03056d5568ed: Waiting [2020-09-03T10:23:23.658Z] c263db4d89db: Waiting [2020-09-03T10:23:23.658Z] 530824f549b3: Waiting [2020-09-03T10:23:23.658Z] 66b385cf80cf: Waiting [2020-09-03T10:23:23.658Z] 5c6c03c0bd75: Layer already exists [2020-09-03T10:23:23.658Z] 24afd1fac348: Layer already exists [2020-09-03T10:23:23.658Z] bc09210c4b14: Layer already exists [2020-09-03T10:23:23.658Z] 82b9f1d51e1e: Layer already exists [2020-09-03T10:23:23.658Z] 35eaf3fbd505: Layer already exists [2020-09-03T10:23:23.658Z] d10c0d36ad6d: Layer already exists [2020-09-03T10:23:23.658Z] 54c0f887d598: Layer already exists [2020-09-03T10:23:23.658Z] c263db4d89db: Layer already exists [2020-09-03T10:23:23.658Z] 530824f549b3: Layer already exists [2020-09-03T10:23:23.658Z] 03056d5568ed: Layer already exists [2020-09-03T10:23:23.658Z] 66b385cf80cf: Layer already exists [2020-09-03T10:23:23.927Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:afe2e961a757cdfac97774c7d849672f9ba1f5000ee4f0dbe288b6958b403d1d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:24.257Z] + 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-03T10:23:24.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-03T10:23:24.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-03T10:23:24.585Z] 24afd1fac348: Preparing [2020-09-03T10:23:24.585Z] 5c6c03c0bd75: Preparing [2020-09-03T10:23:24.585Z] 82b9f1d51e1e: Preparing [2020-09-03T10:23:24.585Z] 35eaf3fbd505: Preparing [2020-09-03T10:23:24.585Z] bc09210c4b14: Preparing [2020-09-03T10:23:24.585Z] d10c0d36ad6d: Preparing [2020-09-03T10:23:24.585Z] c263db4d89db: Preparing [2020-09-03T10:23:24.585Z] 54c0f887d598: Preparing [2020-09-03T10:23:24.585Z] 03056d5568ed: Preparing [2020-09-03T10:23:24.585Z] 530824f549b3: Preparing [2020-09-03T10:23:24.585Z] 66b385cf80cf: Preparing [2020-09-03T10:23:24.585Z] d10c0d36ad6d: Waiting [2020-09-03T10:23:24.585Z] c263db4d89db: Waiting [2020-09-03T10:23:24.585Z] 54c0f887d598: Waiting [2020-09-03T10:23:24.585Z] 03056d5568ed: Waiting [2020-09-03T10:23:24.585Z] 66b385cf80cf: Waiting [2020-09-03T10:23:24.585Z] bc09210c4b14: Layer already exists [2020-09-03T10:23:24.585Z] 82b9f1d51e1e: Layer already exists [2020-09-03T10:23:24.585Z] 5c6c03c0bd75: Layer already exists [2020-09-03T10:23:24.585Z] 35eaf3fbd505: Layer already exists [2020-09-03T10:23:24.585Z] 24afd1fac348: Layer already exists [2020-09-03T10:23:24.585Z] 54c0f887d598: Layer already exists [2020-09-03T10:23:24.585Z] d10c0d36ad6d: Layer already exists [2020-09-03T10:23:24.585Z] 530824f549b3: Layer already exists [2020-09-03T10:23:24.585Z] c263db4d89db: Layer already exists [2020-09-03T10:23:24.585Z] 03056d5568ed: Layer already exists [2020-09-03T10:23:24.855Z] 66b385cf80cf: Layer already exists [2020-09-03T10:23:24.855Z] master: digest: sha256:afe2e961a757cdfac97774c7d849672f9ba1f5000ee4f0dbe288b6958b403d1d size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:23:25.115Z] ===================================================== [Pipeline] echo [2020-09-03T10:23:25.160Z] taggedImages: [2020-09-03T10:23:25.160Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:25.160Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:25.160Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:25.160Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-03T10:23:25.233Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-03T10:23:25.233Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:25.233Z] 1.2.2-dev.20 [2020-09-03T10:23:25.233Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:25.233Z] master [2020-09-03T10:23:25.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:25.746Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:26.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:26.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T10:23:26.093Z] c5177f689ee9: Preparing [2020-09-03T10:23:26.093Z] bf6c104186fb: Preparing [2020-09-03T10:23:26.093Z] 0615a9901702: Preparing [2020-09-03T10:23:26.093Z] f7eac3a39950: Preparing [2020-09-03T10:23:26.365Z] 0615a9901702: Pushed [2020-09-03T10:23:26.365Z] c5177f689ee9: Pushed [2020-09-03T10:23:26.635Z] f7eac3a39950: Pushed [2020-09-03T10:23:29.244Z] bf6c104186fb: Pushed [2020-09-03T10:23:29.244Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:af2e6de2527294c8419614ab0c3a56ff78a0170a1099b9c71e696deed19ac5f5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:29.582Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:29.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:29.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T10:23:29.919Z] c5177f689ee9: Preparing [2020-09-03T10:23:29.919Z] bf6c104186fb: Preparing [2020-09-03T10:23:29.919Z] 0615a9901702: Preparing [2020-09-03T10:23:29.919Z] f7eac3a39950: Preparing [2020-09-03T10:23:29.919Z] f7eac3a39950: Layer already exists [2020-09-03T10:23:29.919Z] bf6c104186fb: Layer already exists [2020-09-03T10:23:29.919Z] c5177f689ee9: Layer already exists [2020-09-03T10:23:29.919Z] 0615a9901702: Layer already exists [2020-09-03T10:23:30.191Z] 1.2.2-dev.20: digest: sha256:af2e6de2527294c8419614ab0c3a56ff78a0170a1099b9c71e696deed19ac5f5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:30.533Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:30.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:30.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T10:23:30.864Z] c5177f689ee9: Preparing [2020-09-03T10:23:30.864Z] bf6c104186fb: Preparing [2020-09-03T10:23:30.864Z] 0615a9901702: Preparing [2020-09-03T10:23:30.864Z] f7eac3a39950: Preparing [2020-09-03T10:23:30.864Z] c5177f689ee9: Layer already exists [2020-09-03T10:23:30.864Z] f7eac3a39950: Layer already exists [2020-09-03T10:23:30.864Z] 0615a9901702: Layer already exists [2020-09-03T10:23:30.864Z] bf6c104186fb: Layer already exists [2020-09-03T10:23:31.139Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:af2e6de2527294c8419614ab0c3a56ff78a0170a1099b9c71e696deed19ac5f5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:31.483Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:31.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-03T10:23:31.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-03T10:23:31.808Z] c5177f689ee9: Preparing [2020-09-03T10:23:31.808Z] bf6c104186fb: Preparing [2020-09-03T10:23:31.808Z] 0615a9901702: Preparing [2020-09-03T10:23:31.808Z] f7eac3a39950: Preparing [2020-09-03T10:23:31.808Z] f7eac3a39950: Layer already exists [2020-09-03T10:23:31.808Z] 0615a9901702: Layer already exists [2020-09-03T10:23:31.808Z] bf6c104186fb: Layer already exists [2020-09-03T10:23:31.808Z] c5177f689ee9: Layer already exists [2020-09-03T10:23:32.078Z] master: digest: sha256:af2e6de2527294c8419614ab0c3a56ff78a0170a1099b9c71e696deed19ac5f5 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:23:32.273Z] ===================================================== [Pipeline] echo [2020-09-03T10:23:32.334Z] taggedImages: [2020-09-03T10:23:32.334Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:32.334Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:32.334Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:32.334Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-03T10:23:32.385Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-03T10:23:32.385Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:32.385Z] 1.2.2-dev.20 [2020-09-03T10:23:32.385Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:32.385Z] master [2020-09-03T10:23:32.385Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:32.876Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:33.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:33.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T10:23:33.210Z] 21445751bae2: Preparing [2020-09-03T10:23:33.210Z] c00d0e643d8e: Preparing [2020-09-03T10:23:33.210Z] b1fa40492ae4: Preparing [2020-09-03T10:23:33.210Z] 6571262b9a46: Preparing [2020-09-03T10:23:33.210Z] 3dc3cc3870b2: Preparing [2020-09-03T10:23:33.210Z] f49d65983367: Preparing [2020-09-03T10:23:33.210Z] f49d65983367: Waiting [2020-09-03T10:23:33.484Z] b1fa40492ae4: Pushed [2020-09-03T10:23:33.485Z] 21445751bae2: Pushed [2020-09-03T10:23:33.485Z] 6571262b9a46: Pushed [2020-09-03T10:23:33.485Z] 3dc3cc3870b2: Pushed [2020-09-03T10:23:33.758Z] f49d65983367: Pushed [2020-09-03T10:23:36.362Z] c00d0e643d8e: Pushed [2020-09-03T10:23:36.634Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:853d17dd7938252d48e7b84682d4ba4cbeab4dea32e4acddf36fda49f519040a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:36.990Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:37.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:37.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T10:23:37.356Z] 21445751bae2: Preparing [2020-09-03T10:23:37.356Z] c00d0e643d8e: Preparing [2020-09-03T10:23:37.356Z] b1fa40492ae4: Preparing [2020-09-03T10:23:37.356Z] 6571262b9a46: Preparing [2020-09-03T10:23:37.356Z] 3dc3cc3870b2: Preparing [2020-09-03T10:23:37.356Z] f49d65983367: Preparing [2020-09-03T10:23:37.356Z] f49d65983367: Waiting [2020-09-03T10:23:37.356Z] c00d0e643d8e: Layer already exists [2020-09-03T10:23:37.356Z] b1fa40492ae4: Layer already exists [2020-09-03T10:23:37.356Z] 3dc3cc3870b2: Layer already exists [2020-09-03T10:23:37.356Z] 6571262b9a46: Layer already exists [2020-09-03T10:23:37.356Z] 21445751bae2: Layer already exists [2020-09-03T10:23:37.632Z] f49d65983367: Layer already exists [2020-09-03T10:23:37.632Z] 1.2.2-dev.20: digest: sha256:853d17dd7938252d48e7b84682d4ba4cbeab4dea32e4acddf36fda49f519040a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:38.017Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:38.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:38.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T10:23:38.346Z] 21445751bae2: Preparing [2020-09-03T10:23:38.346Z] c00d0e643d8e: Preparing [2020-09-03T10:23:38.346Z] b1fa40492ae4: Preparing [2020-09-03T10:23:38.346Z] 6571262b9a46: Preparing [2020-09-03T10:23:38.346Z] 3dc3cc3870b2: Preparing [2020-09-03T10:23:38.346Z] f49d65983367: Preparing [2020-09-03T10:23:38.346Z] f49d65983367: Waiting [2020-09-03T10:23:38.616Z] 6571262b9a46: Layer already exists [2020-09-03T10:23:38.616Z] c00d0e643d8e: Layer already exists [2020-09-03T10:23:38.616Z] 21445751bae2: Layer already exists [2020-09-03T10:23:38.616Z] 3dc3cc3870b2: Layer already exists [2020-09-03T10:23:38.616Z] b1fa40492ae4: Layer already exists [2020-09-03T10:23:38.616Z] f49d65983367: Layer already exists [2020-09-03T10:23:38.616Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:853d17dd7938252d48e7b84682d4ba4cbeab4dea32e4acddf36fda49f519040a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:38.952Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:39.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-03T10:23:39.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-03T10:23:39.285Z] 21445751bae2: Preparing [2020-09-03T10:23:39.285Z] c00d0e643d8e: Preparing [2020-09-03T10:23:39.285Z] b1fa40492ae4: Preparing [2020-09-03T10:23:39.285Z] 6571262b9a46: Preparing [2020-09-03T10:23:39.285Z] 3dc3cc3870b2: Preparing [2020-09-03T10:23:39.285Z] f49d65983367: Preparing [2020-09-03T10:23:39.285Z] f49d65983367: Waiting [2020-09-03T10:23:39.554Z] 3dc3cc3870b2: Layer already exists [2020-09-03T10:23:39.554Z] c00d0e643d8e: Layer already exists [2020-09-03T10:23:39.554Z] 21445751bae2: Layer already exists [2020-09-03T10:23:39.554Z] 6571262b9a46: Layer already exists [2020-09-03T10:23:39.554Z] b1fa40492ae4: Layer already exists [2020-09-03T10:23:39.554Z] f49d65983367: Layer already exists [2020-09-03T10:23:39.554Z] master: digest: sha256:853d17dd7938252d48e7b84682d4ba4cbeab4dea32e4acddf36fda49f519040a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:23:39.737Z] ===================================================== [Pipeline] echo [2020-09-03T10:23:39.780Z] taggedImages: [2020-09-03T10:23:39.780Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:39.780Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:39.780Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:39.780Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-03T10:23:39.833Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-03T10:23:39.833Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:39.833Z] 1.2.2-dev.20 [2020-09-03T10:23:39.833Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:39.833Z] master [2020-09-03T10:23:39.833Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:40.323Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:40.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:40.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T10:23:40.654Z] f65a32462633: Preparing [2020-09-03T10:23:40.654Z] 2534be54eb77: Preparing [2020-09-03T10:23:40.654Z] 95f8bb46dc0b: Preparing [2020-09-03T10:23:40.924Z] 95f8bb46dc0b: Pushed [2020-09-03T10:23:40.924Z] f65a32462633: Pushed [2020-09-03T10:23:44.288Z] 2534be54eb77: Pushed [2020-09-03T10:23:44.288Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:1da586768d984716a664704bdfe521992e471b9c843537704b5052b31d844bc2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:44.645Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:44.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:44.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T10:23:44.971Z] f65a32462633: Preparing [2020-09-03T10:23:44.971Z] 2534be54eb77: Preparing [2020-09-03T10:23:44.971Z] 95f8bb46dc0b: Preparing [2020-09-03T10:23:45.241Z] f65a32462633: Layer already exists [2020-09-03T10:23:45.241Z] 95f8bb46dc0b: Layer already exists [2020-09-03T10:23:45.241Z] 2534be54eb77: Layer already exists [2020-09-03T10:23:45.241Z] 1.2.2-dev.20: digest: sha256:1da586768d984716a664704bdfe521992e471b9c843537704b5052b31d844bc2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:45.575Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:45.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:45.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T10:23:45.902Z] f65a32462633: Preparing [2020-09-03T10:23:45.902Z] 2534be54eb77: Preparing [2020-09-03T10:23:45.902Z] 95f8bb46dc0b: Preparing [2020-09-03T10:23:45.902Z] 95f8bb46dc0b: Layer already exists [2020-09-03T10:23:45.902Z] 2534be54eb77: Layer already exists [2020-09-03T10:23:45.902Z] f65a32462633: Layer already exists [2020-09-03T10:23:46.173Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:1da586768d984716a664704bdfe521992e471b9c843537704b5052b31d844bc2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:46.507Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:46.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-03T10:23:46.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-03T10:23:46.849Z] f65a32462633: Preparing [2020-09-03T10:23:46.849Z] 2534be54eb77: Preparing [2020-09-03T10:23:46.849Z] 95f8bb46dc0b: Preparing [2020-09-03T10:23:46.849Z] 2534be54eb77: Layer already exists [2020-09-03T10:23:46.849Z] f65a32462633: Layer already exists [2020-09-03T10:23:46.849Z] 95f8bb46dc0b: Layer already exists [2020-09-03T10:23:47.122Z] master: digest: sha256:1da586768d984716a664704bdfe521992e471b9c843537704b5052b31d844bc2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:23:47.297Z] ===================================================== [Pipeline] echo [2020-09-03T10:23:47.342Z] taggedImages: [2020-09-03T10:23:47.342Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:47.342Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.20 [2020-09-03T10:23:47.342Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:47.342Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-03T10:23:47.395Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-03T10:23:47.395Z] d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:47.395Z] 1.2.2-dev.20 [2020-09-03T10:23:47.395Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:23:47.395Z] master [2020-09-03T10:23:47.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:47.888Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:23:48.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:23:48.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T10:23:48.230Z] e21fd8e817e6: Preparing [2020-09-03T10:23:48.230Z] 18bad880bf34: Preparing [2020-09-03T10:23:48.230Z] 16d80d6f45be: Preparing [2020-09-03T10:23:48.230Z] edd31b7b7cc5: Preparing [2020-09-03T10:23:48.230Z] 5d8a64405ee9: Preparing [2020-09-03T10:23:48.230Z] 18f61652dcb8: Preparing [2020-09-03T10:23:48.230Z] 39a0832de849: Preparing [2020-09-03T10:23:48.230Z] dcafda8adff7: Preparing [2020-09-03T10:23:48.230Z] 48d9eb58abf3: Preparing [2020-09-03T10:23:48.230Z] e5de615b7841: Preparing [2020-09-03T10:23:48.230Z] b0d752909cf9: Preparing [2020-09-03T10:23:48.230Z] 94fdc660876c: Preparing [2020-09-03T10:23:48.230Z] 4e7279dfc0c0: Preparing [2020-09-03T10:23:48.230Z] e2f13739ad41: Preparing [2020-09-03T10:23:48.230Z] 18f61652dcb8: Waiting [2020-09-03T10:23:48.230Z] 39a0832de849: Waiting [2020-09-03T10:23:48.230Z] dcafda8adff7: Waiting [2020-09-03T10:23:48.230Z] 48d9eb58abf3: Waiting [2020-09-03T10:23:48.230Z] e5de615b7841: Waiting [2020-09-03T10:23:48.230Z] 4e7279dfc0c0: Waiting [2020-09-03T10:23:48.230Z] b0d752909cf9: Waiting [2020-09-03T10:23:48.230Z] e2f13739ad41: Waiting [2020-09-03T10:23:48.230Z] 94fdc660876c: Waiting [2020-09-03T10:23:48.843Z] 5d8a64405ee9: Pushed [2020-09-03T10:23:48.843Z] e21fd8e817e6: Pushed [2020-09-03T10:23:49.436Z] edd31b7b7cc5: Pushed [2020-09-03T10:23:49.711Z] dcafda8adff7: Layer already exists [2020-09-03T10:23:49.711Z] 48d9eb58abf3: Layer already exists [2020-09-03T10:23:49.711Z] e5de615b7841: Layer already exists [2020-09-03T10:23:49.711Z] 39a0832de849: Pushed [2020-09-03T10:23:49.711Z] b0d752909cf9: Layer already exists [2020-09-03T10:23:49.711Z] 94fdc660876c: Layer already exists [2020-09-03T10:23:49.711Z] 4e7279dfc0c0: Layer already exists [2020-09-03T10:23:49.711Z] e2f13739ad41: Layer already exists [2020-09-03T10:23:50.303Z] 18bad880bf34: Pushed [2020-09-03T10:23:51.279Z] 18f61652dcb8: Pushed [2020-09-03T10:24:01.389Z] 16d80d6f45be: Pushed [2020-09-03T10:24:01.389Z] d9e5544168fa65d70e3b4e2a5a846c36277168af: digest: sha256:f5f12075fde4daa21e8231e0251a8de195874abee18a3fcf3af34ac7671d6cd3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:01.751Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:02.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.20 [2020-09-03T10:24:02.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T10:24:02.090Z] e21fd8e817e6: Preparing [2020-09-03T10:24:02.090Z] 18bad880bf34: Preparing [2020-09-03T10:24:02.090Z] 16d80d6f45be: Preparing [2020-09-03T10:24:02.090Z] edd31b7b7cc5: Preparing [2020-09-03T10:24:02.090Z] 5d8a64405ee9: Preparing [2020-09-03T10:24:02.090Z] 18f61652dcb8: Preparing [2020-09-03T10:24:02.090Z] 39a0832de849: Preparing [2020-09-03T10:24:02.090Z] dcafda8adff7: Preparing [2020-09-03T10:24:02.090Z] 48d9eb58abf3: Preparing [2020-09-03T10:24:02.090Z] e5de615b7841: Preparing [2020-09-03T10:24:02.090Z] b0d752909cf9: Preparing [2020-09-03T10:24:02.090Z] 94fdc660876c: Preparing [2020-09-03T10:24:02.090Z] 4e7279dfc0c0: Preparing [2020-09-03T10:24:02.090Z] e2f13739ad41: Preparing [2020-09-03T10:24:02.090Z] dcafda8adff7: Waiting [2020-09-03T10:24:02.090Z] 48d9eb58abf3: Waiting [2020-09-03T10:24:02.090Z] b0d752909cf9: Waiting [2020-09-03T10:24:02.090Z] 94fdc660876c: Waiting [2020-09-03T10:24:02.090Z] 4e7279dfc0c0: Waiting [2020-09-03T10:24:02.090Z] e2f13739ad41: Waiting [2020-09-03T10:24:02.090Z] 18f61652dcb8: Waiting [2020-09-03T10:24:02.090Z] 39a0832de849: Waiting [2020-09-03T10:24:02.090Z] e5de615b7841: Waiting [2020-09-03T10:24:02.360Z] e21fd8e817e6: Layer already exists [2020-09-03T10:24:02.360Z] 5d8a64405ee9: Layer already exists [2020-09-03T10:24:02.360Z] 18bad880bf34: Layer already exists [2020-09-03T10:24:02.360Z] 16d80d6f45be: Layer already exists [2020-09-03T10:24:02.360Z] edd31b7b7cc5: Layer already exists [2020-09-03T10:24:02.360Z] 48d9eb58abf3: Layer already exists [2020-09-03T10:24:02.360Z] 39a0832de849: Layer already exists [2020-09-03T10:24:02.360Z] 18f61652dcb8: Layer already exists [2020-09-03T10:24:02.360Z] dcafda8adff7: Layer already exists [2020-09-03T10:24:02.360Z] e5de615b7841: Layer already exists [2020-09-03T10:24:02.360Z] 94fdc660876c: Layer already exists [2020-09-03T10:24:02.360Z] b0d752909cf9: Layer already exists [2020-09-03T10:24:02.360Z] 4e7279dfc0c0: Layer already exists [2020-09-03T10:24:02.360Z] e2f13739ad41: Layer already exists [2020-09-03T10:24:02.360Z] 1.2.2-dev.20: digest: sha256:f5f12075fde4daa21e8231e0251a8de195874abee18a3fcf3af34ac7671d6cd3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:02.690Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:03.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:24:03.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T10:24:03.015Z] e21fd8e817e6: Preparing [2020-09-03T10:24:03.015Z] 18bad880bf34: Preparing [2020-09-03T10:24:03.015Z] 16d80d6f45be: Preparing [2020-09-03T10:24:03.015Z] edd31b7b7cc5: Preparing [2020-09-03T10:24:03.015Z] 5d8a64405ee9: Preparing [2020-09-03T10:24:03.015Z] 18f61652dcb8: Preparing [2020-09-03T10:24:03.015Z] 39a0832de849: Preparing [2020-09-03T10:24:03.015Z] dcafda8adff7: Preparing [2020-09-03T10:24:03.015Z] 48d9eb58abf3: Preparing [2020-09-03T10:24:03.015Z] e5de615b7841: Preparing [2020-09-03T10:24:03.015Z] b0d752909cf9: Preparing [2020-09-03T10:24:03.015Z] 94fdc660876c: Preparing [2020-09-03T10:24:03.015Z] 4e7279dfc0c0: Preparing [2020-09-03T10:24:03.015Z] e2f13739ad41: Preparing [2020-09-03T10:24:03.015Z] 48d9eb58abf3: Waiting [2020-09-03T10:24:03.015Z] 39a0832de849: Waiting [2020-09-03T10:24:03.015Z] e5de615b7841: Waiting [2020-09-03T10:24:03.015Z] b0d752909cf9: Waiting [2020-09-03T10:24:03.015Z] 94fdc660876c: Waiting [2020-09-03T10:24:03.015Z] 4e7279dfc0c0: Waiting [2020-09-03T10:24:03.015Z] e2f13739ad41: Waiting [2020-09-03T10:24:03.015Z] dcafda8adff7: Waiting [2020-09-03T10:24:03.015Z] 18f61652dcb8: Waiting [2020-09-03T10:24:03.015Z] 5d8a64405ee9: Layer already exists [2020-09-03T10:24:03.015Z] e21fd8e817e6: Layer already exists [2020-09-03T10:24:03.015Z] 18bad880bf34: Layer already exists [2020-09-03T10:24:03.015Z] 16d80d6f45be: Layer already exists [2020-09-03T10:24:03.015Z] edd31b7b7cc5: Layer already exists [2020-09-03T10:24:03.287Z] 39a0832de849: Layer already exists [2020-09-03T10:24:03.287Z] 18f61652dcb8: Layer already exists [2020-09-03T10:24:03.287Z] dcafda8adff7: Layer already exists [2020-09-03T10:24:03.287Z] e5de615b7841: Layer already exists [2020-09-03T10:24:03.287Z] 48d9eb58abf3: Layer already exists [2020-09-03T10:24:03.287Z] b0d752909cf9: Layer already exists [2020-09-03T10:24:03.287Z] 94fdc660876c: Layer already exists [2020-09-03T10:24:03.287Z] 4e7279dfc0c0: Layer already exists [2020-09-03T10:24:03.287Z] e2f13739ad41: Layer already exists [2020-09-03T10:24:03.287Z] d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20: digest: sha256:f5f12075fde4daa21e8231e0251a8de195874abee18a3fcf3af34ac7671d6cd3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:03.632Z] + 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-03T10:24:03.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-03T10:24:03.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-03T10:24:03.960Z] e21fd8e817e6: Preparing [2020-09-03T10:24:03.960Z] 18bad880bf34: Preparing [2020-09-03T10:24:03.960Z] 16d80d6f45be: Preparing [2020-09-03T10:24:03.960Z] edd31b7b7cc5: Preparing [2020-09-03T10:24:03.960Z] 5d8a64405ee9: Preparing [2020-09-03T10:24:03.960Z] 18f61652dcb8: Preparing [2020-09-03T10:24:03.960Z] 39a0832de849: Preparing [2020-09-03T10:24:03.960Z] dcafda8adff7: Preparing [2020-09-03T10:24:03.960Z] 48d9eb58abf3: Preparing [2020-09-03T10:24:03.960Z] e5de615b7841: Preparing [2020-09-03T10:24:03.960Z] b0d752909cf9: Preparing [2020-09-03T10:24:03.960Z] 94fdc660876c: Preparing [2020-09-03T10:24:03.960Z] 4e7279dfc0c0: Preparing [2020-09-03T10:24:03.960Z] e2f13739ad41: Preparing [2020-09-03T10:24:03.960Z] 18f61652dcb8: Waiting [2020-09-03T10:24:03.960Z] b0d752909cf9: Waiting [2020-09-03T10:24:03.960Z] 94fdc660876c: Waiting [2020-09-03T10:24:03.960Z] 39a0832de849: Waiting [2020-09-03T10:24:03.960Z] 4e7279dfc0c0: Waiting [2020-09-03T10:24:03.960Z] e2f13739ad41: Waiting [2020-09-03T10:24:03.960Z] 48d9eb58abf3: Waiting [2020-09-03T10:24:03.960Z] dcafda8adff7: Waiting [2020-09-03T10:24:03.960Z] e5de615b7841: Waiting [2020-09-03T10:24:03.960Z] 16d80d6f45be: Layer already exists [2020-09-03T10:24:03.960Z] 5d8a64405ee9: Layer already exists [2020-09-03T10:24:04.229Z] e21fd8e817e6: Layer already exists [2020-09-03T10:24:04.229Z] 18bad880bf34: Layer already exists [2020-09-03T10:24:04.229Z] edd31b7b7cc5: Layer already exists [2020-09-03T10:24:04.229Z] 18f61652dcb8: Layer already exists [2020-09-03T10:24:04.229Z] 39a0832de849: Layer already exists [2020-09-03T10:24:04.229Z] 48d9eb58abf3: Layer already exists [2020-09-03T10:24:04.229Z] dcafda8adff7: Layer already exists [2020-09-03T10:24:04.229Z] e5de615b7841: Layer already exists [2020-09-03T10:24:04.229Z] b0d752909cf9: Layer already exists [2020-09-03T10:24:04.229Z] 94fdc660876c: Layer already exists [2020-09-03T10:24:04.229Z] e2f13739ad41: Layer already exists [2020-09-03T10:24:04.229Z] 4e7279dfc0c0: Layer already exists [2020-09-03T10:24:04.229Z] master: digest: sha256:f5f12075fde4daa21e8231e0251a8de195874abee18a3fcf3af34ac7671d6cd3 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-03T10:24:04.402Z] ===================================================== [Pipeline] echo [2020-09-03T10:24:04.447Z] taggedImages: [2020-09-03T10:24:04.447Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:24:04.447Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.20 [2020-09-03T10:24:04.447Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af-1.2.2-dev.20 [2020-09-03T10:24:04.447Z] - 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-03T10:24:05.924Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-03T10:24:05.926Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-03T10:24:05.972Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:06.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T10:24:06.662Z] [2020-09-03T10:24:06.662Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:07.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T10:24:07.672Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-03T10:24:07.672Z] cbdbe7a5bc2a: Already exists [2020-09-03T10:24:07.672Z] 408f87550127: Pulling fs layer [2020-09-03T10:24:07.672Z] fe522b08c979: Pulling fs layer [2020-09-03T10:24:07.672Z] 221eaa008020: Pulling fs layer [2020-09-03T10:24:07.672Z] 2a4607e5d6b9: Pulling fs layer [2020-09-03T10:24:07.672Z] 8f79b27c4fd2: Pulling fs layer [2020-09-03T10:24:07.672Z] e5c8dbe1645b: Pulling fs layer [2020-09-03T10:24:07.672Z] 23e8b3b47431: Pulling fs layer [2020-09-03T10:24:07.672Z] 5c568d65a230: Pulling fs layer [2020-09-03T10:24:07.672Z] 8f79b27c4fd2: Waiting [2020-09-03T10:24:07.672Z] e5c8dbe1645b: Waiting [2020-09-03T10:24:07.672Z] 23e8b3b47431: Waiting [2020-09-03T10:24:07.672Z] 5c568d65a230: Waiting [2020-09-03T10:24:07.672Z] 2a4607e5d6b9: Waiting [2020-09-03T10:24:08.137Z] fe522b08c979: Verifying Checksum [2020-09-03T10:24:08.137Z] fe522b08c979: Download complete [2020-09-03T10:24:08.137Z] 2a4607e5d6b9: Verifying Checksum [2020-09-03T10:24:08.137Z] 2a4607e5d6b9: Download complete [2020-09-03T10:24:08.137Z] 408f87550127: Verifying Checksum [2020-09-03T10:24:08.137Z] 408f87550127: Download complete [2020-09-03T10:24:08.137Z] 8f79b27c4fd2: Verifying Checksum [2020-09-03T10:24:08.137Z] 8f79b27c4fd2: Download complete [2020-09-03T10:24:08.500Z] 408f87550127: Pull complete [2020-09-03T10:24:08.826Z] fe522b08c979: Pull complete [2020-09-03T10:24:09.531Z] e5c8dbe1645b: Verifying Checksum [2020-09-03T10:24:09.531Z] e5c8dbe1645b: Download complete [2020-09-03T10:24:10.405Z] 23e8b3b47431: Verifying Checksum [2020-09-03T10:24:10.405Z] 23e8b3b47431: Download complete [2020-09-03T10:24:11.960Z] 5c568d65a230: Verifying Checksum [2020-09-03T10:24:11.960Z] 5c568d65a230: Download complete [2020-09-03T10:24:11.960Z] 221eaa008020: Verifying Checksum [2020-09-03T10:24:11.960Z] 221eaa008020: Download complete [2020-09-03T10:24:20.320Z] 221eaa008020: Pull complete [2020-09-03T10:24:20.320Z] 2a4607e5d6b9: Pull complete [2020-09-03T10:24:20.602Z] 8f79b27c4fd2: Pull complete [2020-09-03T10:24:23.984Z] e5c8dbe1645b: Pull complete [2020-09-03T10:24:29.359Z] 23e8b3b47431: Pull complete [2020-09-03T10:24:30.035Z] 5c568d65a230: Pull complete [2020-09-03T10:24:30.035Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-03T10:24:30.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T10:24:30.035Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-03T10:24:30.596Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:24:30.712Z] $ 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/132:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:24:32.602Z] $ docker top 9cd7b330418fd504c2df4d84b9138edd171b66b98fdb3111af32337d8c4ee632 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T10:24:33.861Z] + snyk monitor '--org=edgex-jenkins' [2020-09-03T10:24:48.977Z] [2020-09-03T10:24:48.977Z] Monitoring /w/workspace/edgex-go/132 (github.com/edgexfoundry/edgex-go)... [2020-09-03T10:24:48.977Z] [2020-09-03T10:24:48.977Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f6195d3b-738e-4811-a003-de929d03a40f [2020-09-03T10:24:48.977Z] [2020-09-03T10:24:48.977Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-03T10:24:48.977Z] [2020-09-03T10:24:49.243Z] [2020-09-03T10:24:49.244Z] Snyk CLI supports Node.js 8 and higher. [2020-09-03T10:24:49.244Z] 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-03T10:24:49.244Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-03T10:24:49.244Z] [2020-09-03T10:24:49.244Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-03T10:24:49.244Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-03T10:24:49.267Z] $ docker stop --time=1 9cd7b330418fd504c2df4d84b9138edd171b66b98fdb3111af32337d8c4ee632 [2020-09-03T10:24:52.246Z] $ docker rm -f 9cd7b330418fd504c2df4d84b9138edd171b66b98fdb3111af32337d8c4ee632 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:54.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:24:54.264Z] [2020-09-03T10:24:54.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:24:54.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:24:54.612Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-03T10:24:54.612Z] e7c96db7181b: Pulling fs layer [2020-09-03T10:24:54.612Z] 1868ca2cb446: Pulling fs layer [2020-09-03T10:24:54.612Z] 136be5d0fe8e: Pulling fs layer [2020-09-03T10:24:54.612Z] 894bfe63afcb: Pulling fs layer [2020-09-03T10:24:54.612Z] 894bfe63afcb: Waiting [2020-09-03T10:24:54.612Z] 1868ca2cb446: Verifying Checksum [2020-09-03T10:24:54.612Z] 1868ca2cb446: Download complete [2020-09-03T10:24:54.612Z] 136be5d0fe8e: Verifying Checksum [2020-09-03T10:24:54.612Z] 136be5d0fe8e: Download complete [2020-09-03T10:24:54.612Z] e7c96db7181b: Download complete [2020-09-03T10:24:54.612Z] 894bfe63afcb: Verifying Checksum [2020-09-03T10:24:54.612Z] 894bfe63afcb: Download complete [2020-09-03T10:24:55.186Z] e7c96db7181b: Pull complete [2020-09-03T10:24:55.187Z] 1868ca2cb446: Pull complete [2020-09-03T10:24:55.451Z] 136be5d0fe8e: Pull complete [2020-09-03T10:24:56.040Z] 894bfe63afcb: Pull complete [2020-09-03T10:24:56.040Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-03T10:24:56.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:24:56.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-03T10:24:56.196Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:24:56.271Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:24:57.350Z] $ docker top d5b3a5dc9e8b6e43d449df9334695e6b924f23e531c8888e727332942ef54938 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:24:57.989Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:24:57.989Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:25:00.752Z] $ docker stop --time=1 d5b3a5dc9e8b6e43d449df9334695e6b924f23e531c8888e727332942ef54938 [2020-09-03T10:25:02.467Z] $ docker rm -f d5b3a5dc9e8b6e43d449df9334695e6b924f23e531c8888e727332942ef54938 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:25:03.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:25:03.371Z] . [Pipeline] withDockerContainer [2020-09-03T10:25:03.702Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:25:03.808Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:25:05.277Z] $ docker top 23f8fa407e3c94dfd35bf16d0397ffa3f9c3e449179221af9d9125e2aee0bae2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:25:06.225Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:25:06.225Z] + tee [2020-09-03T10:25:06.225Z] clair timeout 1m0s [2020-09-03T10:25:06.225Z] docker timeout: 1m0s [2020-09-03T10:25:06.225Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:25:06.921Z] $ docker stop --time=1 23f8fa407e3c94dfd35bf16d0397ffa3f9c3e449179221af9d9125e2aee0bae2 [2020-09-03T10:25:08.614Z] $ docker rm -f 23f8fa407e3c94dfd35bf16d0397ffa3f9c3e449179221af9d9125e2aee0bae2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:25:09.432Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:25:09.451Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-core-command-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:25:09.497Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:25:10.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:25:10.101Z] . [Pipeline] withDockerContainer [2020-09-03T10:25:10.367Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:25:10.456Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:25:11.500Z] $ docker top b1b331bfac64273880e687e5019cf8ee8b65d210a8761e139f0d8dad24ac36b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:25:12.238Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-core-data-go:d9e5544168fa65d70e3b4e2a5a846c36277168aftee [2020-09-03T10:25:12.239Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:25:17.831Z] $ docker stop --time=1 b1b331bfac64273880e687e5019cf8ee8b65d210a8761e139f0d8dad24ac36b9 [2020-09-03T10:25:19.518Z] $ docker rm -f b1b331bfac64273880e687e5019cf8ee8b65d210a8761e139f0d8dad24ac36b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:25:20.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:25:20.033Z] . [Pipeline] withDockerContainer [2020-09-03T10:25:20.336Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:25:20.427Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:25:21.595Z] $ docker top 54a343bc329b10f3f0dece8e51a945c95b018e152d3f0e6f7111a540bc0b9b0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:25:22.680Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:25:22.680Z] + tee [2020-09-03T10:25:22.680Z] clair timeout 1m0s [2020-09-03T10:25:22.680Z] docker timeout: 1m0s [2020-09-03T10:25:22.680Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:25:23.770Z] $ docker stop --time=1 54a343bc329b10f3f0dece8e51a945c95b018e152d3f0e6f7111a540bc0b9b0b [2020-09-03T10:25:25.394Z] $ docker rm -f 54a343bc329b10f3f0dece8e51a945c95b018e152d3f0e6f7111a540bc0b9b0b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:25:26.106Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:25:26.122Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-core-data-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:25:26.185Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:25:26.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:25:26.756Z] . [Pipeline] withDockerContainer [2020-09-03T10:25:26.919Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:25:27.006Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:25:28.298Z] $ docker top 5670eacb48387c8802630b62894a9fc34756c36443a7eb254022ed538db4aef6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:25:29.316Z] + tee [2020-09-03T10:25:29.316Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:25:32.045Z] $ docker stop --time=1 5670eacb48387c8802630b62894a9fc34756c36443a7eb254022ed538db4aef6 [2020-09-03T10:25:33.830Z] $ docker rm -f 5670eacb48387c8802630b62894a9fc34756c36443a7eb254022ed538db4aef6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:25:34.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:25:34.353Z] . [Pipeline] withDockerContainer [2020-09-03T10:25:34.492Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:25:34.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:25:35.663Z] $ docker top 66f0df47fd86cccf3256d153550c4f5d14d57b92a309d70a9bb2cf61694cbdc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:25:36.384Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:25:36.384Z] + tee [2020-09-03T10:25:36.384Z] clair timeout 1m0s [2020-09-03T10:25:36.384Z] docker timeout: 1m0s [2020-09-03T10:25:36.384Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:25:37.602Z] $ docker stop --time=1 66f0df47fd86cccf3256d153550c4f5d14d57b92a309d70a9bb2cf61694cbdc3 [2020-09-03T10:25:39.184Z] $ docker rm -f 66f0df47fd86cccf3256d153550c4f5d14d57b92a309d70a9bb2cf61694cbdc3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:25:39.669Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:25:39.680Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-core-metadata-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:25:39.725Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:25:40.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:25:40.114Z] . [Pipeline] withDockerContainer [2020-09-03T10:25:40.299Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:25:40.408Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:25:41.673Z] $ docker top f0c9f37dcbc9cb6bc7f7b1622a941de8c59099b404ec25b7c855ac859deb3ef1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:25:42.276Z] + + /klartee [2020-09-03T10:25:42.276Z] nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:25:46.663Z] $ docker stop --time=1 f0c9f37dcbc9cb6bc7f7b1622a941de8c59099b404ec25b7c855ac859deb3ef1 [2020-09-03T10:25:48.304Z] $ docker rm -f f0c9f37dcbc9cb6bc7f7b1622a941de8c59099b404ec25b7c855ac859deb3ef1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:25:48.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:25:48.807Z] . [Pipeline] withDockerContainer [2020-09-03T10:25:48.931Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:25:49.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:25:50.269Z] $ docker top a078b98f8b4d7bf678c3496ae931c8bcf24c3235a7dac325c39870356f4edf29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:25:51.247Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:25:51.247Z] + tee [2020-09-03T10:25:51.247Z] clair timeout 1m0s [2020-09-03T10:25:51.247Z] docker timeout: 1m0s [2020-09-03T10:25:51.247Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:25:52.504Z] $ docker stop --time=1 a078b98f8b4d7bf678c3496ae931c8bcf24c3235a7dac325c39870356f4edf29 [2020-09-03T10:25:53.981Z] $ docker rm -f a078b98f8b4d7bf678c3496ae931c8bcf24c3235a7dac325c39870356f4edf29 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:25:54.519Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:25:54.537Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-security-proxy-setup-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:25:54.586Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:25:54.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:25:54.965Z] . [Pipeline] withDockerContainer [2020-09-03T10:25:55.274Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:25:55.355Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:25:56.509Z] $ docker top ae2460a24683f6afcb6e51d6e3a331f5bb3a2d591375da96625d7f90e838bb99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:25:57.380Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:25:57.380Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:26:05.821Z] $ docker stop --time=1 ae2460a24683f6afcb6e51d6e3a331f5bb3a2d591375da96625d7f90e838bb99 [2020-09-03T10:26:07.423Z] $ docker rm -f ae2460a24683f6afcb6e51d6e3a331f5bb3a2d591375da96625d7f90e838bb99 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:26:08.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:26:08.019Z] . [Pipeline] withDockerContainer [2020-09-03T10:26:08.167Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:26:08.245Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:26:09.714Z] $ docker top 62109dd3f9adedfb07a0f0efd3571266ea05c14438933bb1c77b9259ddf5d4dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:26:10.379Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:26:10.379Z] + tee [2020-09-03T10:26:10.646Z] clair timeout 1m0s [2020-09-03T10:26:10.646Z] docker timeout: 1m0s [2020-09-03T10:26:10.646Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:26:12.257Z] $ docker stop --time=1 62109dd3f9adedfb07a0f0efd3571266ea05c14438933bb1c77b9259ddf5d4dc [2020-09-03T10:26:14.122Z] $ docker rm -f 62109dd3f9adedfb07a0f0efd3571266ea05c14438933bb1c77b9259ddf5d4dc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:26:14.607Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:26:14.619Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-security-secrets-setup-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:26:14.664Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:26:15.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:26:15.027Z] . [Pipeline] withDockerContainer [2020-09-03T10:26:15.152Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:26:15.203Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:26:16.526Z] $ docker top ff804c9de47308aa60760d0ea57c8f6c40adc2cb6406f5a162299d8dafdf8807 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:26:17.116Z] + + /klartee [2020-09-03T10:26:17.116Z] nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:26:25.512Z] $ docker stop --time=1 ff804c9de47308aa60760d0ea57c8f6c40adc2cb6406f5a162299d8dafdf8807 [2020-09-03T10:26:27.099Z] $ docker rm -f ff804c9de47308aa60760d0ea57c8f6c40adc2cb6406f5a162299d8dafdf8807 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:26:27.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:26:27.706Z] . [Pipeline] withDockerContainer [2020-09-03T10:26:28.088Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:26:28.162Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:26:29.116Z] $ docker top b1286acae4d56b31b25e8bbebb5e56699dc3118e8d40baed52126e5921094391 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:26:30.506Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:26:30.506Z] + tee [2020-09-03T10:26:30.506Z] clair timeout 1m0s [2020-09-03T10:26:30.506Z] docker timeout: 1m0s [2020-09-03T10:26:30.506Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:26:32.181Z] $ docker stop --time=1 b1286acae4d56b31b25e8bbebb5e56699dc3118e8d40baed52126e5921094391 [2020-09-03T10:26:34.027Z] $ docker rm -f b1286acae4d56b31b25e8bbebb5e56699dc3118e8d40baed52126e5921094391 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:26:34.699Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:26:34.719Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-security-secretstore-setup-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:26:34.773Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:26:35.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:26:35.152Z] . [Pipeline] withDockerContainer [2020-09-03T10:26:35.449Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:26:35.573Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:26:36.888Z] $ docker top 5112032d03f0067b90429b93cdc3a065079bae951486d74b9ae646364703e370 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:26:37.953Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:26:37.953Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:26:41.643Z] $ docker stop --time=1 5112032d03f0067b90429b93cdc3a065079bae951486d74b9ae646364703e370 [2020-09-03T10:26:43.236Z] $ docker rm -f 5112032d03f0067b90429b93cdc3a065079bae951486d74b9ae646364703e370 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:26:43.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:26:43.790Z] . [Pipeline] withDockerContainer [2020-09-03T10:26:43.918Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:26:43.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:26:45.034Z] $ docker top 1f8c551f5a22d50e62ab877de07c2df700af812c65c63cb08ade52a7b52f589a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:26:45.628Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:26:45.628Z] + tee [2020-09-03T10:26:45.628Z] clair timeout 1m0s [2020-09-03T10:26:45.628Z] docker timeout: 1m0s [2020-09-03T10:26:45.628Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:26:46.678Z] $ docker stop --time=1 1f8c551f5a22d50e62ab877de07c2df700af812c65c63cb08ade52a7b52f589a [2020-09-03T10:26:48.170Z] $ docker rm -f 1f8c551f5a22d50e62ab877de07c2df700af812c65c63cb08ade52a7b52f589a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:26:48.681Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:26:48.694Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-support-logging-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:26:48.744Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:26:49.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:26:49.445Z] . [Pipeline] withDockerContainer [2020-09-03T10:26:49.608Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:26:49.720Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:26:50.939Z] $ docker top 4d502d1d2d8962f9ba2c54a77f6f436f6fe9e625c8884b5faa127a3bd4e683f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:26:51.953Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:26:51.953Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:26:57.382Z] $ docker stop --time=1 4d502d1d2d8962f9ba2c54a77f6f436f6fe9e625c8884b5faa127a3bd4e683f7 [2020-09-03T10:26:58.783Z] $ docker rm -f 4d502d1d2d8962f9ba2c54a77f6f436f6fe9e625c8884b5faa127a3bd4e683f7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:26:59.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:26:59.304Z] . [Pipeline] withDockerContainer [2020-09-03T10:26:59.647Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:26:59.757Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:27:00.700Z] $ docker top b47d390370afd29b897eefa755a18fbc3edaa1fce6ba9ba6d4da01390965496f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:27:01.506Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:27:01.506Z] + tee [2020-09-03T10:27:01.506Z] clair timeout 1m0s [2020-09-03T10:27:01.506Z] docker timeout: 1m0s [2020-09-03T10:27:01.506Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:27:02.729Z] $ docker stop --time=1 b47d390370afd29b897eefa755a18fbc3edaa1fce6ba9ba6d4da01390965496f [2020-09-03T10:27:04.265Z] $ docker rm -f b47d390370afd29b897eefa755a18fbc3edaa1fce6ba9ba6d4da01390965496f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:27:04.806Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:27:04.818Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-support-notifications-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:27:04.872Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:27:05.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:27:05.311Z] . [Pipeline] withDockerContainer [2020-09-03T10:27:05.686Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:27:05.893Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:27:07.176Z] $ docker top 63a06536da1c745a5c25a30703145d68fd2c12e03381d85df867b1b5341f7621 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:27:07.928Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:27:07.928Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:27:10.747Z] $ docker stop --time=1 63a06536da1c745a5c25a30703145d68fd2c12e03381d85df867b1b5341f7621 [2020-09-03T10:27:12.488Z] $ docker rm -f 63a06536da1c745a5c25a30703145d68fd2c12e03381d85df867b1b5341f7621 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:27:13.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:27:13.052Z] . [Pipeline] withDockerContainer [2020-09-03T10:27:13.251Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:27:13.316Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:27:14.582Z] $ docker top e502fe27f8883703d87490b574296b4cf8543429ba4fb6eace3574ed75a753b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:27:15.777Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:27:15.777Z] + tee [2020-09-03T10:27:15.777Z] clair timeout 1m0s [2020-09-03T10:27:15.777Z] docker timeout: 1m0s [2020-09-03T10:27:15.777Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:27:16.756Z] $ docker stop --time=1 e502fe27f8883703d87490b574296b4cf8543429ba4fb6eace3574ed75a753b0 [2020-09-03T10:27:18.267Z] $ docker rm -f e502fe27f8883703d87490b574296b4cf8543429ba4fb6eace3574ed75a753b0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:27:18.848Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:27:18.862Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-support-scheduler-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:27:18.925Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:27:19.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:27:19.287Z] . [Pipeline] withDockerContainer [2020-09-03T10:27:19.419Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:27:19.479Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:27:20.334Z] $ docker top 958b548e5519f77282334171a0e863f7e6ba0c7c0745b66fa9f3a30922eab55a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:27:21.042Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:27:21.042Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:27:36.223Z] $ docker stop --time=1 958b548e5519f77282334171a0e863f7e6ba0c7c0745b66fa9f3a30922eab55a [2020-09-03T10:27:37.711Z] $ docker rm -f 958b548e5519f77282334171a0e863f7e6ba0c7c0745b66fa9f3a30922eab55a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:27:38.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:27:38.264Z] . [Pipeline] withDockerContainer [2020-09-03T10:27:38.458Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:27:38.512Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:27:39.459Z] $ docker top aef4e0ece1eccbcee7d1eb6fb99902722ea5928d77065f6d0f23d75c4509ceba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:27:40.062Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:27:40.062Z] + tee [2020-09-03T10:27:40.062Z] clair timeout 1m0s [2020-09-03T10:27:40.062Z] docker timeout: 1m0s [2020-09-03T10:27:40.062Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:27:42.235Z] $ docker stop --time=1 aef4e0ece1eccbcee7d1eb6fb99902722ea5928d77065f6d0f23d75c4509ceba [2020-09-03T10:27:44.238Z] $ docker rm -f aef4e0ece1eccbcee7d1eb6fb99902722ea5928d77065f6d0f23d75c4509ceba [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:27:44.850Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:27:44.862Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-sys-mgmt-agent-go_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:27:44.908Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:27:45.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:27:45.268Z] . [Pipeline] withDockerContainer [2020-09-03T10:27:45.402Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:27:45.493Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:27:46.389Z] $ docker top b06b7142d497231e24884f88014b2db9daa4fddb1881d06e7a33f7f2f3c5a40a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:27:47.293Z] + tee [2020-09-03T10:27:47.293Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:27:50.163Z] $ docker stop --time=1 b06b7142d497231e24884f88014b2db9daa4fddb1881d06e7a33f7f2f3c5a40a [2020-09-03T10:27:51.863Z] $ docker rm -f b06b7142d497231e24884f88014b2db9daa4fddb1881d06e7a33f7f2f3c5a40a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:27:52.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:27:52.424Z] . [Pipeline] withDockerContainer [2020-09-03T10:27:52.548Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:27:52.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:27:53.594Z] $ docker top acb28008775312b49c94aa2460ed7d3b7c2f14fa6b0f44c022b6419b1a0201a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:27:54.298Z] + tee [2020-09-03T10:27:54.298Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:27:54.563Z] clair timeout 1m0s [2020-09-03T10:27:54.563Z] docker timeout: 1m0s [2020-09-03T10:27:54.563Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:27:55.251Z] $ docker stop --time=1 acb28008775312b49c94aa2460ed7d3b7c2f14fa6b0f44c022b6419b1a0201a8 [2020-09-03T10:27:56.684Z] $ docker rm -f acb28008775312b49c94aa2460ed7d3b7c2f14fa6b0f44c022b6419b1a0201a8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:27:57.279Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:27:57.299Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-core-command-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:27:57.349Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:27:57.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:27:57.717Z] . [Pipeline] withDockerContainer [2020-09-03T10:27:57.862Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:27:57.972Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:27:58.831Z] $ docker top 7746427e5359ff95ffc89d3162c18eea1d656504119ec4031c0e5cb9859c6505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:27:59.451Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:27:59.451Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:28:04.896Z] $ docker stop --time=1 7746427e5359ff95ffc89d3162c18eea1d656504119ec4031c0e5cb9859c6505 [2020-09-03T10:28:06.351Z] $ docker rm -f 7746427e5359ff95ffc89d3162c18eea1d656504119ec4031c0e5cb9859c6505 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:28:06.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:28:06.839Z] . [Pipeline] withDockerContainer [2020-09-03T10:28:07.001Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:28:07.059Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:28:07.960Z] $ docker top 832af6d0aee4609df8fae427740f24fc2d69bb6ad567965480323d60e6c5df12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:28:08.652Z] + tee [2020-09-03T10:28:08.652Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:28:08.652Z] clair timeout 1m0s [2020-09-03T10:28:08.652Z] docker timeout: 1m0s [2020-09-03T10:28:08.652Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:28:09.736Z] $ docker stop --time=1 832af6d0aee4609df8fae427740f24fc2d69bb6ad567965480323d60e6c5df12 [2020-09-03T10:28:11.143Z] $ docker rm -f 832af6d0aee4609df8fae427740f24fc2d69bb6ad567965480323d60e6c5df12 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:28:11.628Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:28:11.645Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-core-data-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:28:11.699Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:28:12.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:28:12.096Z] . [Pipeline] withDockerContainer [2020-09-03T10:28:12.256Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:28:12.312Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:28:13.232Z] $ docker top a2191a52e8e55e5d27e7333346f99e2073c48411b080322d49261b8e1650e68b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:28:13.896Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:28:13.896Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:28:16.612Z] $ docker stop --time=1 a2191a52e8e55e5d27e7333346f99e2073c48411b080322d49261b8e1650e68b [2020-09-03T10:28:18.145Z] $ docker rm -f a2191a52e8e55e5d27e7333346f99e2073c48411b080322d49261b8e1650e68b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:28:18.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:28:18.626Z] . [Pipeline] withDockerContainer [2020-09-03T10:28:18.739Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:28:18.793Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:28:19.665Z] $ docker top c148570969516c20bc2d231598fe833a1337994e447985e273def352093989fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:28:20.214Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:28:20.214Z] + tee [2020-09-03T10:28:20.214Z] clair timeout 1m0s [2020-09-03T10:28:20.214Z] docker timeout: 1m0s [2020-09-03T10:28:20.214Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:28:20.886Z] $ docker stop --time=1 c148570969516c20bc2d231598fe833a1337994e447985e273def352093989fb [2020-09-03T10:28:22.341Z] $ docker rm -f c148570969516c20bc2d231598fe833a1337994e447985e273def352093989fb [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:28:22.903Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:28:22.916Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-core-metadata-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:28:22.972Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:28:23.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:28:23.311Z] . [Pipeline] withDockerContainer [2020-09-03T10:28:23.423Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:28:23.473Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:28:24.286Z] $ docker top 1e35b5362011d2e06fc8e32ee539c4c50e5a5b5a5570ffefd4c7c9b0adf1f01a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:28:24.822Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:28:24.823Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:28:29.244Z] $ docker stop --time=1 1e35b5362011d2e06fc8e32ee539c4c50e5a5b5a5570ffefd4c7c9b0adf1f01a [2020-09-03T10:28:30.682Z] $ docker rm -f 1e35b5362011d2e06fc8e32ee539c4c50e5a5b5a5570ffefd4c7c9b0adf1f01a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:28:31.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:28:31.253Z] . [Pipeline] withDockerContainer [2020-09-03T10:28:31.383Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:28:31.469Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:28:32.512Z] $ docker top 85e875ff51298cc1b3380f316c7f03598d3787c807d3779b17e48ad2e82008a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:28:33.172Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:28:33.172Z] + tee [2020-09-03T10:28:33.172Z] clair timeout 1m0s [2020-09-03T10:28:33.172Z] docker timeout: 1m0s [2020-09-03T10:28:33.172Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:28:34.354Z] $ docker stop --time=1 85e875ff51298cc1b3380f316c7f03598d3787c807d3779b17e48ad2e82008a1 [2020-09-03T10:28:36.017Z] $ docker rm -f 85e875ff51298cc1b3380f316c7f03598d3787c807d3779b17e48ad2e82008a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:28:36.524Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:28:36.536Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:28:36.583Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:28:37.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:28:37.002Z] . [Pipeline] withDockerContainer [2020-09-03T10:28:37.386Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:28:37.691Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:28:38.514Z] $ docker top dcd41ed6edb61936b75bbba8b9630e5d2c9dc711fffb75f3a7c6f317624362ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:28:39.505Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:28:39.505Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:28:46.292Z] $ docker stop --time=1 dcd41ed6edb61936b75bbba8b9630e5d2c9dc711fffb75f3a7c6f317624362ff [2020-09-03T10:28:47.923Z] $ docker rm -f dcd41ed6edb61936b75bbba8b9630e5d2c9dc711fffb75f3a7c6f317624362ff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:28:48.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:28:48.449Z] . [Pipeline] withDockerContainer [2020-09-03T10:28:48.806Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:28:48.861Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:28:49.680Z] $ docker top ccdd8d2d2655ec87b42ac9501a724ebf3bd78dd58b85b20727b4ace505fbc561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:28:50.620Z] + + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168aftee [2020-09-03T10:28:50.620Z] [2020-09-03T10:28:50.620Z] clair timeout 1m0s [2020-09-03T10:28:50.620Z] docker timeout: 1m0s [2020-09-03T10:28:50.620Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:28:52.218Z] $ docker stop --time=1 ccdd8d2d2655ec87b42ac9501a724ebf3bd78dd58b85b20727b4ace505fbc561 [2020-09-03T10:28:53.740Z] $ docker rm -f ccdd8d2d2655ec87b42ac9501a724ebf3bd78dd58b85b20727b4ace505fbc561 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:28:54.509Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:28:54.526Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:28:54.583Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:28:54.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:28:54.917Z] . [Pipeline] withDockerContainer [2020-09-03T10:28:55.057Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:28:55.147Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:28:56.305Z] $ docker top 92a91fdef372d69b0a2d05962370004edf328d687ffaf8bb3ad9379e3f981e59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:28:57.246Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:28:57.246Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:29:05.594Z] $ docker stop --time=1 92a91fdef372d69b0a2d05962370004edf328d687ffaf8bb3ad9379e3f981e59 [2020-09-03T10:29:07.723Z] $ docker rm -f 92a91fdef372d69b0a2d05962370004edf328d687ffaf8bb3ad9379e3f981e59 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:29:08.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:29:08.344Z] . [Pipeline] withDockerContainer [2020-09-03T10:29:08.629Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:29:08.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:29:09.792Z] $ docker top dbd867b397ecf6825e685d64721ead6d526e91dc86e5710d466e424edeeec99d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:29:10.748Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:29:10.748Z] + tee [2020-09-03T10:29:10.748Z] clair timeout 1m0s [2020-09-03T10:29:10.748Z] docker timeout: 1m0s [2020-09-03T10:29:10.748Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:29:12.238Z] $ docker stop --time=1 dbd867b397ecf6825e685d64721ead6d526e91dc86e5710d466e424edeeec99d [2020-09-03T10:29:13.675Z] $ docker rm -f dbd867b397ecf6825e685d64721ead6d526e91dc86e5710d466e424edeeec99d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:29:14.286Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:29:14.302Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:29:14.349Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:29:14.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:29:15.058Z] . [Pipeline] withDockerContainer [2020-09-03T10:29:15.243Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:29:15.432Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:29:16.711Z] $ docker top db65bb72d90403ffcadbced9c423c13c79e68f41d02bf36d0cae372d7e4610f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:29:17.360Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:29:17.360Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:29:20.862Z] $ docker stop --time=1 db65bb72d90403ffcadbced9c423c13c79e68f41d02bf36d0cae372d7e4610f6 [2020-09-03T10:29:22.354Z] $ docker rm -f db65bb72d90403ffcadbced9c423c13c79e68f41d02bf36d0cae372d7e4610f6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:29:22.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:29:22.864Z] . [Pipeline] withDockerContainer [2020-09-03T10:29:23.160Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:29:23.344Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:29:24.094Z] $ docker top d169977659d9b1281e8c2c5d2fbff7c4d8095d52d7d1fd6057731c10f05b01ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:29:24.757Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:29:24.757Z] + tee [2020-09-03T10:29:25.070Z] clair timeout 1m0s [2020-09-03T10:29:25.070Z] docker timeout: 1m0s [2020-09-03T10:29:25.070Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:29:25.867Z] $ docker stop --time=1 d169977659d9b1281e8c2c5d2fbff7c4d8095d52d7d1fd6057731c10f05b01ee [2020-09-03T10:29:27.349Z] $ docker rm -f d169977659d9b1281e8c2c5d2fbff7c4d8095d52d7d1fd6057731c10f05b01ee [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:29:27.867Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:29:27.880Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-support-logging-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:29:27.928Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:29:28.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:29:28.274Z] . [Pipeline] withDockerContainer [2020-09-03T10:29:28.401Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:29:28.457Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:29:29.360Z] $ docker top c9d411517565be136a4123b22671a0c84c63a74eb6cbc4c507ba0af86bd7ae83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:29:29.929Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:29:29.929Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:29:35.417Z] $ docker stop --time=1 c9d411517565be136a4123b22671a0c84c63a74eb6cbc4c507ba0af86bd7ae83 [2020-09-03T10:29:36.900Z] $ docker rm -f c9d411517565be136a4123b22671a0c84c63a74eb6cbc4c507ba0af86bd7ae83 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:29:37.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:29:37.406Z] . [Pipeline] withDockerContainer [2020-09-03T10:29:37.523Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:29:37.571Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:29:38.482Z] $ docker top af8fa31918dbb1a40521e7e897b9684dad1c08884031b56ed32e37890c05d6df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:29:39.396Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:29:39.396Z] + tee [2020-09-03T10:29:39.396Z] clair timeout 1m0s [2020-09-03T10:29:39.396Z] docker timeout: 1m0s [2020-09-03T10:29:39.396Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:29:40.544Z] $ docker stop --time=1 af8fa31918dbb1a40521e7e897b9684dad1c08884031b56ed32e37890c05d6df [2020-09-03T10:29:42.083Z] $ docker rm -f af8fa31918dbb1a40521e7e897b9684dad1c08884031b56ed32e37890c05d6df [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:29:42.671Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:29:42.686Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-support-notifications-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:29:42.733Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:29:43.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:29:43.080Z] . [Pipeline] withDockerContainer [2020-09-03T10:29:43.207Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:29:43.261Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:29:44.308Z] $ docker top 3ab88ac1c94f264722326d8969c5f92de023c70aa4c15c428bfda25e78d2e364 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:29:44.874Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:29:44.874Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:29:47.557Z] $ docker stop --time=1 3ab88ac1c94f264722326d8969c5f92de023c70aa4c15c428bfda25e78d2e364 [2020-09-03T10:29:48.958Z] $ docker rm -f 3ab88ac1c94f264722326d8969c5f92de023c70aa4c15c428bfda25e78d2e364 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:29:49.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:29:49.451Z] . [Pipeline] withDockerContainer [2020-09-03T10:29:49.622Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:29:49.670Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:29:50.567Z] $ docker top 819a1812040b4e7300a81e39626acbcc60649d13676e4ccab93a9c3099a70b4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:29:51.562Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:29:51.562Z] + tee [2020-09-03T10:29:51.562Z] clair timeout 1m0s [2020-09-03T10:29:51.562Z] docker timeout: 1m0s [2020-09-03T10:29:51.562Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:29:52.268Z] $ docker stop --time=1 819a1812040b4e7300a81e39626acbcc60649d13676e4ccab93a9c3099a70b4e [2020-09-03T10:29:53.767Z] $ docker rm -f 819a1812040b4e7300a81e39626acbcc60649d13676e4ccab93a9c3099a70b4e [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:29:54.411Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:29:54.445Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-support-scheduler-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:29:54.491Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:29:55.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:29:55.014Z] . [Pipeline] withDockerContainer [2020-09-03T10:29:55.172Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:29:55.256Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:29:56.218Z] $ docker top 0d4b4b87a01147ba784438778d2ee1299c96a02362d092cc9d19a027d994c2df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:29:56.858Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:29:56.858Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:30:12.133Z] $ docker stop --time=1 0d4b4b87a01147ba784438778d2ee1299c96a02362d092cc9d19a027d994c2df [2020-09-03T10:30:13.658Z] $ docker rm -f 0d4b4b87a01147ba784438778d2ee1299c96a02362d092cc9d19a027d994c2df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:30:14.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-03T10:30:14.280Z] . [Pipeline] withDockerContainer [2020-09-03T10:30:14.395Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:30:14.458Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:30:15.311Z] $ docker top f04ab406ac7cc9be93faacbe80d7a939bc8a2b53e1765fc950fc4119ed1880af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-03T10:30:15.866Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d9e5544168fa65d70e3b4e2a5a846c36277168af [2020-09-03T10:30:15.866Z] + tee [2020-09-03T10:30:15.866Z] clair timeout 1m0s [2020-09-03T10:30:15.866Z] docker timeout: 1m0s [2020-09-03T10:30:15.866Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T10:30:17.893Z] $ docker stop --time=1 f04ab406ac7cc9be93faacbe80d7a939bc8a2b53e1765fc950fc4119ed1880af [2020-09-03T10:30:19.590Z] $ docker rm -f f04ab406ac7cc9be93faacbe80d7a939bc8a2b53e1765fc950fc4119ed1880af [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-03T10:30:20.113Z] + mkdir -p /w/workspace/edgex-go/132/clair-reports [Pipeline] echo [2020-09-03T10:30:20.132Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/132/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_d9e5544168fa65d70e3b4e2a5a846c36277168af.html [Pipeline] writeFile [Pipeline] step [2020-09-03T10:30:20.218Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-03T10:30:20.834Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T10:30:20.928Z] provisioning config files... [2020-09-03T10:30:20.961Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/132@tmp/config4275607087395665908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:30:21.399Z] --> edgex-publish-swagger.sh [2020-09-03T10:30:21.400Z] === Publish openapi/v1 API === [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] === Publish openapi/v2 API === [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-09-03T10:30:21.400Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-03T10:30:21.400Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-03T10:30:21.400Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-03T10:30:21.410Z] 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-03T10:30:33.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T10:30:34.244Z] . [Pipeline] withDockerContainer [2020-09-03T10:30:34.746Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:30:34.837Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:30:36.829Z] $ docker top 44c00c6f34ff38b084daa8feb52fdef640321f4e921c6c1ab4f4dee8ed891565 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T10:30:37.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T10:30:37.244Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T10:30:37.696Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T10:30:37.702Z] $ docker exec 44c00c6f34ff38b084daa8feb52fdef640321f4e921c6c1ab4f4dee8ed891565 ssh-agent [2020-09-03T10:30:37.964Z] SSH_AUTH_SOCK=/tmp/ssh-f2XWaY1jrIhd/agent.11 [2020-09-03T10:30:37.964Z] SSH_AGENT_PID=16 [2020-09-03T10:30:37.977Z] Running ssh-add (command line suppressed) [2020-09-03T10:30:38.166Z] Identity added: /w/workspace/edgex-go/132@tmp/private_key_2029176143468073385.key (/w/workspace/edgex-go/132@tmp/private_key_2029176143468073385.key) [2020-09-03T10:30:38.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T10:30:38.605Z] + git semver tag [2020-09-03T10:30:38.918Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T10:30:38.918Z] # $GIT_DIR = /w/workspace/edgex-go/132/.git [2020-09-03T10:30:38.918Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/132 [2020-09-03T10:30:38.918Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T10:30:38.918Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T10:30:38.918Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T10:30:38.918Z] # $SEMVER_BRANCH = master [2020-09-03T10:30:38.918Z] # $SEMVER_DIR = /w/workspace/edgex-go/132/.semver [2020-09-03T10:30:38.918Z] # d9e5544168fa65d70e3b4e2a5a846c36277168af HEAD [2020-09-03T10:30:39.184Z] # -> Force: false [2020-09-03T10:30:39.184Z] # eefbb624bef7dbdceec056656a663ac5394f63c9 refs/tags/v1.2.2-dev.20 [Pipeline] } [2020-09-03T10:30:39.217Z] $ docker exec --env ******** --env ******** 44c00c6f34ff38b084daa8feb52fdef640321f4e921c6c1ab4f4dee8ed891565 ssh-agent -k [2020-09-03T10:30:39.377Z] unset SSH_AUTH_SOCK; [2020-09-03T10:30:39.378Z] unset SSH_AGENT_PID; [2020-09-03T10:30:39.378Z] echo Agent pid 16 killed; [2020-09-03T10:30:39.446Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T10:30:39.947Z] + git semver [Pipeline] } [2020-09-03T10:30:40.267Z] $ docker stop --time=1 44c00c6f34ff38b084daa8feb52fdef640321f4e921c6c1ab4f4dee8ed891565 [2020-09-03T10:30:41.866Z] $ docker rm -f 44c00c6f34ff38b084daa8feb52fdef640321f4e921c6c1ab4f4dee8ed891565 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:30:42.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T10:30:42.598Z] [2020-09-03T10:30:42.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:30:42.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T10:30:42.963Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-03T10:30:42.963Z] ab5ef0e58194: Pulling fs layer [2020-09-03T10:30:42.963Z] 9712f1f96733: Pulling fs layer [2020-09-03T10:30:42.963Z] 63f879dbbcfc: Pulling fs layer [2020-09-03T10:30:42.963Z] 0d9ebad4ef96: Pulling fs layer [2020-09-03T10:30:42.963Z] e9a5061849ea: Pulling fs layer [2020-09-03T10:30:42.963Z] d747dcd14b5f: Pulling fs layer [2020-09-03T10:30:42.963Z] 2de7ff778b66: Pulling fs layer [2020-09-03T10:30:42.963Z] e9a5061849ea: Waiting [2020-09-03T10:30:42.963Z] d747dcd14b5f: Waiting [2020-09-03T10:30:42.963Z] 0d9ebad4ef96: Waiting [2020-09-03T10:30:43.246Z] 9712f1f96733: Verifying Checksum [2020-09-03T10:30:43.246Z] 9712f1f96733: Download complete [2020-09-03T10:30:45.195Z] 63f879dbbcfc: Verifying Checksum [2020-09-03T10:30:45.195Z] 63f879dbbcfc: Download complete [2020-09-03T10:30:45.195Z] e9a5061849ea: Verifying Checksum [2020-09-03T10:30:45.195Z] e9a5061849ea: Download complete [2020-09-03T10:30:45.195Z] d747dcd14b5f: Verifying Checksum [2020-09-03T10:30:45.195Z] d747dcd14b5f: Download complete [2020-09-03T10:30:45.528Z] 0d9ebad4ef96: Verifying Checksum [2020-09-03T10:30:45.528Z] 0d9ebad4ef96: Download complete [2020-09-03T10:30:45.528Z] ab5ef0e58194: Verifying Checksum [2020-09-03T10:30:45.528Z] ab5ef0e58194: Download complete [2020-09-03T10:30:45.833Z] 2de7ff778b66: Verifying Checksum [2020-09-03T10:30:45.833Z] 2de7ff778b66: Download complete [2020-09-03T10:30:51.225Z] ab5ef0e58194: Pull complete [2020-09-03T10:30:51.225Z] 9712f1f96733: Pull complete [2020-09-03T10:30:53.889Z] 63f879dbbcfc: Pull complete [2020-09-03T10:31:04.012Z] 0d9ebad4ef96: Pull complete [2020-09-03T10:31:04.605Z] e9a5061849ea: Pull complete [2020-09-03T10:31:04.869Z] d747dcd14b5f: Pull complete [2020-09-03T10:31:07.521Z] 2de7ff778b66: Pull complete [2020-09-03T10:31:07.521Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-03T10:31:07.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T10:31:07.521Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-03T10:31:07.825Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:31:08.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:31:11.671Z] $ docker top e9dc3ae0580f146b34042eb21d627deb449f17444b8e8c59306e526931615a66 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-03T10:31:12.088Z] provisioning config files... [2020-09-03T10:31:12.115Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/132@tmp/config8039381780278384374tmp [2020-09-03T10:31:12.158Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/132@tmp/config4518197528410832414tmp [2020-09-03T10:31:12.216Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/132@tmp/config2710565311379271177tmp [Pipeline] { [Pipeline] echo [2020-09-03T10:31:12.300Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:31:12.671Z] ---> sigul-configuration.sh [2020-09-03T10:31:12.951Z] gpg: directory `/root/.gnupg' created [2020-09-03T10:31:12.951Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-03T10:31:12.951Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-03T10:31:12.951Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-03T10:31:12.951Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-03T10:31:12.951Z] gpg: CAST5 encrypted data [2020-09-03T10:31:12.951Z] gpg: encrypted with 1 passphrase [2020-09-03T10:31:12.951Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-03T10:31:13.326Z] + mkdir /home/jenkins [2020-09-03T10:31:13.326Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-03T10:31:13.745Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-09-03T10:31:14.046Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:31:14.748Z] ---> sigul-install.sh [2020-09-03T10:31:21.630Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-03T10:31:22.278Z] + git tag --list [2020-09-03T10:31:22.278Z] v1.2.2-dev.20 [Pipeline] sh [2020-09-03T10:31:22.665Z] + lftools sign git-tag v1.2.2-dev.20 [2020-09-03T10:31:24.713Z] Signing Git tag with Sigul... [2020-09-03T10:31:24.713Z] Signing v1.2.2-dev.20 [2020-09-03T10:31:25.328Z] 2020-09-03 10:31:25,216 WARNING: (child) Exception in child [2020-09-03T10:31:25.328Z] Traceback (most recent call last): [2020-09-03T10:31:25.328Z] File "/usr/share/sigul/double_tls.py", line 772, in __child [2020-09-03T10:31:25.328Z] socket_fd.force_handshake() [2020-09-03T10:31:25.328Z] NSPRError: (SEC_ERROR_UNTRUSTED_ISSUER) Peer's certificate issuer has been marked as not trusted by the user. [2020-09-03T10:31:25.328Z] ERROR: I/O error: NSPR connection reset [Pipeline] echo [2020-09-03T10:31:25.346Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:31:26.087Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-03T10:31:26.380Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-03T10:31:26.534Z] $ docker stop --time=1 e9dc3ae0580f146b34042eb21d627deb449f17444b8e8c59306e526931615a66 [2020-09-03T10:31:28.795Z] $ docker rm -f e9dc3ae0580f146b34042eb21d627deb449f17444b8e8c59306e526931615a66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:31:29.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T10:31:29.692Z] . [Pipeline] withDockerContainer [2020-09-03T10:31:30.119Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:31:30.860Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:31:31.846Z] $ docker top 0a0bdf1df21a8b271dd51365ffbccfbbb386e468a61e1dc948ca24762c26e3c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T10:31:32.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T10:31:32.216Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T10:31:32.777Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T10:31:32.782Z] $ docker exec 0a0bdf1df21a8b271dd51365ffbccfbbb386e468a61e1dc948ca24762c26e3c0 ssh-agent [2020-09-03T10:31:33.335Z] SSH_AUTH_SOCK=/tmp/ssh-wGcGJ8zlxaHl/agent.11 [2020-09-03T10:31:33.335Z] SSH_AGENT_PID=17 [2020-09-03T10:31:33.348Z] Running ssh-add (command line suppressed) [2020-09-03T10:31:33.662Z] Identity added: /w/workspace/edgex-go/132@tmp/private_key_590756403243716001.key (/w/workspace/edgex-go/132@tmp/private_key_590756403243716001.key) [2020-09-03T10:31:33.914Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T10:31:34.680Z] + git semver bump pre [2020-09-03T10:31:34.680Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T10:31:34.680Z] # $GIT_DIR = /w/workspace/edgex-go/132/.git [2020-09-03T10:31:34.680Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/132 [2020-09-03T10:31:34.680Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T10:31:34.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T10:31:34.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T10:31:34.680Z] # $SEMVER_BRANCH = master [2020-09-03T10:31:34.680Z] # $SEMVER_DIR = /w/workspace/edgex-go/132/.semver [2020-09-03T10:31:34.680Z] 1.2.2-dev.21 [Pipeline] } [2020-09-03T10:31:34.716Z] $ docker exec --env ******** --env ******** 0a0bdf1df21a8b271dd51365ffbccfbbb386e468a61e1dc948ca24762c26e3c0 ssh-agent -k [2020-09-03T10:31:35.071Z] unset SSH_AUTH_SOCK; [2020-09-03T10:31:35.072Z] unset SSH_AGENT_PID; [2020-09-03T10:31:35.072Z] echo Agent pid 17 killed; [2020-09-03T10:31:35.230Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T10:31:36.084Z] + git semver [Pipeline] } [2020-09-03T10:31:36.119Z] $ docker stop --time=1 0a0bdf1df21a8b271dd51365ffbccfbbb386e468a61e1dc948ca24762c26e3c0 [2020-09-03T10:31:37.713Z] $ docker rm -f 0a0bdf1df21a8b271dd51365ffbccfbbb386e468a61e1dc948ca24762c26e3c0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:31:38.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T10:31:38.295Z] . [Pipeline] withDockerContainer [2020-09-03T10:31:38.599Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:31:38.674Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:31:39.673Z] $ docker top 19e550b815e0d177c60d0fe99af54ef93ab5ada04fa01a3fe45af95219ead1cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T10:31:40.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T10:31:40.082Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T10:31:40.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T10:31:40.732Z] $ docker exec 19e550b815e0d177c60d0fe99af54ef93ab5ada04fa01a3fe45af95219ead1cd ssh-agent [2020-09-03T10:31:41.210Z] SSH_AUTH_SOCK=/tmp/ssh-Lq40j9X7BW81/agent.11 [2020-09-03T10:31:41.210Z] SSH_AGENT_PID=16 [2020-09-03T10:31:41.239Z] Running ssh-add (command line suppressed) [2020-09-03T10:31:41.585Z] Identity added: /w/workspace/edgex-go/132@tmp/private_key_6960692738047233438.key (/w/workspace/edgex-go/132@tmp/private_key_6960692738047233438.key) [2020-09-03T10:31:41.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T10:31:42.470Z] + git semver push [2020-09-03T10:31:42.470Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T10:31:42.470Z] # $GIT_DIR = /w/workspace/edgex-go/132/.git [2020-09-03T10:31:42.470Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/132 [2020-09-03T10:31:42.470Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T10:31:42.470Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T10:31:42.470Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T10:31:42.470Z] # $SEMVER_BRANCH = master [2020-09-03T10:31:42.470Z] # $SEMVER_DIR = /w/workspace/edgex-go/132/.semver [Pipeline] } [2020-09-03T10:31:55.001Z] $ docker exec --env ******** --env ******** 19e550b815e0d177c60d0fe99af54ef93ab5ada04fa01a3fe45af95219ead1cd ssh-agent -k [2020-09-03T10:31:55.316Z] unset SSH_AUTH_SOCK; [2020-09-03T10:31:55.317Z] unset SSH_AGENT_PID; [2020-09-03T10:31:55.317Z] echo Agent pid 16 killed; [2020-09-03T10:31:55.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T10:31:56.091Z] + git semver [Pipeline] } [2020-09-03T10:31:56.136Z] $ docker stop --time=1 19e550b815e0d177c60d0fe99af54ef93ab5ada04fa01a3fe45af95219ead1cd [2020-09-03T10:31:57.642Z] $ docker rm -f 19e550b815e0d177c60d0fe99af54ef93ab5ada04fa01a3fe45af95219ead1cd [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-03T10:31:58.579Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:31:59.534Z] ---> package-listing.sh [2020-09-03T10:31:59.534Z] ++ facter osfamily [2020-09-03T10:31:59.534Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-03T10:31:59.796Z] + OS_FAMILY=redhat [2020-09-03T10:31:59.796Z] + workspace=/w/workspace/edgex-go/132 [2020-09-03T10:31:59.796Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-03T10:31:59.796Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-03T10:31:59.796Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-03T10:31:59.796Z] + PACKAGES=/tmp/packages_start.txt [2020-09-03T10:31:59.796Z] + '[' /w/workspace/edgex-go/132 ']' [2020-09-03T10:31:59.796Z] + PACKAGES=/tmp/packages_end.txt [2020-09-03T10:31:59.796Z] + case "${OS_FAMILY}" in [2020-09-03T10:31:59.796Z] + rpm -qa [2020-09-03T10:31:59.796Z] + sort [2020-09-03T10:32:05.173Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-03T10:32:05.173Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-03T10:32:05.173Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-03T10:32:05.173Z] + '[' /w/workspace/edgex-go/132 ']' [2020-09-03T10:32:05.173Z] + mkdir -p /w/workspace/edgex-go/132/archives/ [2020-09-03T10:32:05.173Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/132/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:32:06.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T10:32:06.246Z] [2020-09-03T10:32:06.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-03T10:32:06.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T10:32:06.617Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-03T10:32:06.617Z] df20fa9351a1: Already exists [2020-09-03T10:32:06.617Z] 36b3adc4ff6f: Pulling fs layer [2020-09-03T10:32:06.617Z] 8ad3a11d3b57: Pulling fs layer [2020-09-03T10:32:06.617Z] 46f8f816bc3b: Pulling fs layer [2020-09-03T10:32:06.617Z] 0dadc02b9964: Pulling fs layer [2020-09-03T10:32:06.617Z] ce6a7cf60c04: Pulling fs layer [2020-09-03T10:32:06.617Z] 7a184a31f384: Pulling fs layer [2020-09-03T10:32:06.617Z] 0879bd2ef858: Pulling fs layer [2020-09-03T10:32:06.617Z] ce6a7cf60c04: Waiting [2020-09-03T10:32:06.617Z] 0879bd2ef858: Waiting [2020-09-03T10:32:06.617Z] 7a184a31f384: Waiting [2020-09-03T10:32:06.617Z] 0dadc02b9964: Waiting [2020-09-03T10:32:06.617Z] 46f8f816bc3b: Download complete [2020-09-03T10:32:06.617Z] 36b3adc4ff6f: Verifying Checksum [2020-09-03T10:32:06.617Z] 36b3adc4ff6f: Download complete [2020-09-03T10:32:06.923Z] ce6a7cf60c04: Verifying Checksum [2020-09-03T10:32:06.923Z] ce6a7cf60c04: Download complete [2020-09-03T10:32:06.923Z] 7a184a31f384: Verifying Checksum [2020-09-03T10:32:06.923Z] 7a184a31f384: Download complete [2020-09-03T10:32:06.923Z] 0dadc02b9964: Verifying Checksum [2020-09-03T10:32:06.923Z] 0dadc02b9964: Download complete [2020-09-03T10:32:07.214Z] 8ad3a11d3b57: Verifying Checksum [2020-09-03T10:32:07.214Z] 8ad3a11d3b57: Download complete [2020-09-03T10:32:07.214Z] 36b3adc4ff6f: Pull complete [2020-09-03T10:32:07.813Z] 0879bd2ef858: Verifying Checksum [2020-09-03T10:32:07.813Z] 0879bd2ef858: Download complete [2020-09-03T10:32:09.542Z] 8ad3a11d3b57: Pull complete [2020-09-03T10:32:09.542Z] 46f8f816bc3b: Pull complete [2020-09-03T10:32:09.847Z] 0dadc02b9964: Pull complete [2020-09-03T10:32:09.847Z] ce6a7cf60c04: Pull complete [2020-09-03T10:32:10.143Z] 7a184a31f384: Pull complete [2020-09-03T10:32:13.549Z] 0879bd2ef858: Pull complete [2020-09-03T10:32:13.549Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-03T10:32:13.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T10:32:13.549Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-03T10:32:13.761Z] prd-centos7-docker-4c-2g-1262 does not seem to be running inside a container [2020-09-03T10:32:13.872Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/132 -v /w/workspace/edgex-go/132:/w/workspace/edgex-go/132:rw,z -v /w/workspace/edgex-go/132@tmp:/w/workspace/edgex-go/132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T10:32:17.259Z] $ docker top 5101cc3240574d41217057f135a7efeab2b2e17fdb79856344bd1789cac09e6a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T10:32:17.905Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-03T10:32:18.251Z] + ls /var/log/sa-host [2020-09-03T10:32:18.251Z] + sadf -c /var/log/sa-host/sa03 [2020-09-03T10:32:18.251Z] file_magic: OK [2020-09-03T10:32:18.251Z] HZ: Using current value: 100 [2020-09-03T10:32:18.251Z] file_header: OK [2020-09-03T10:32:18.251Z] 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-03T10:32:18.251Z] Statistics: [2020-09-03T10:32:18.251Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T10:32:18.251Z] File successfully converted to sysstat format version 12.2.1 [2020-09-03T10:32:18.251Z] + sadf -c /var/log/sa-host/sa05 [2020-09-03T10:32:18.251Z] file_magic: OK [2020-09-03T10:32:18.251Z] HZ: Using current value: 100 [2020-09-03T10:32:18.251Z] file_header: OK [2020-09-03T10:32:18.251Z] 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-03T10:32:18.251Z] Statistics: [2020-09-03T10:32:18.251Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T10:32:18.251Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T10:32:18.306Z] provisioning config files... [2020-09-03T10:32:18.324Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/132@tmp/config412935393505921573tmp [Pipeline] { [Pipeline] echo [2020-09-03T10:32:18.380Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:32:18.713Z] ---> create-netrc.sh [Pipeline] echo [2020-09-03T10:32:18.730Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T10:32:19.062Z] ---> logs-deploy.sh [2020-09-03T10:32:19.062Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/132 [2020-09-03T10:32:19.062Z] INFO: archiving workspace using pattern(s): [2020-09-03T10:32:21.016Z] Archives upload complete. [2020-09-03T10:32:21.016Z] INFO: archiving logs to Nexus