Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d16f9af4789b1c810caf567d1912f559f3cf35d1 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-3750 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/164 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/164 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision d16f9af4789b1c810caf567d1912f559f3cf35d1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d16f9af4789b1c810caf567d1912f559f3cf35d1 # timeout=10 Commit message: "feat(metadata): Implement Metadata PUT /deviceprofile/uploadfile V2 API (#2751)" > git rev-list --no-walk ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T16:47:52.871Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T16:47:53.144Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T16:47:53.239Z] ========================================================= [2020-10-06T16:47:53.239Z] EdgeX Global Pipelines Version Info [2020-10-06T16:47:53.239Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T16:47:54.728Z] ------------------- [2020-10-06T16:47:54.728Z] stable info: [2020-10-06T16:47:54.728Z] ------------------- [2020-10-06T16:47:54.728Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T16:47:54.728Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T16:47:54.728Z] Message: update stable to v1.0.131 [2020-10-06T16:47:55.674Z] ------------------- [2020-10-06T16:47:55.674Z] experimental info: [2020-10-06T16:47:55.674Z] ------------------- [2020-10-06T16:47:55.674Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T16:47:55.674Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T16:47:55.674Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-06T16:47:55.931Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-06T16:47:56.022Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-06T16:47:56.117Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T16:47:56.206Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T16:47:56.293Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T16:47:56.383Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T16:47:56.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T16:47:56.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-06T16:47:56.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-06T16:47:56.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-06T16:47:56.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T16:47:56.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T16:47:57.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T16:47:57.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T16:47:57.187Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T16:47:57.298Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T16:47:57.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T16:47:57.463Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T16:47:57.545Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T16:47:57.627Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T16:47:57.712Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-06T16:47:57.803Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T16:47:57.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T16:47:57.973Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T16:47:58.082Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] echo [2020-10-06T16:47:58.165Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d16f9af [Pipeline] echo [2020-10-06T16:47:58.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-06T16:47:58.619Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-06T16:47:58.619Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.619Z] ++ dirname cmd/core-command/Dockerfile [2020-10-06T16:47:58.619Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.619Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-06T16:47:58.619Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.619Z] ++ dirname cmd/core-data/Dockerfile [2020-10-06T16:47:58.619Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-06T16:47:58.620Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.620Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-06T16:47:58.620Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-06T16:47:58.620Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.620Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-06T16:47:58.620Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-06T16:47:58.620Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.620Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-06T16:47:58.620Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-06T16:47:58.620Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.620Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-06T16:47:58.620Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-06T16:47:58.620Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.620Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-06T16:47:58.620Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-06T16:47:58.620Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.620Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-06T16:47:58.620Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-06T16:47:58.620Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.620Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-06T16:47:58.620Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-06T16:47:58.620Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T16:47:58.620Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-06T16:47:58.620Z] ++ cut -d/ -f2 [2020-10-06T16:47:58.620Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-06T16:47:58.688Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:48:00.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T16:48:00.001Z] [2020-10-06T16:48:00.001Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:48:00.397Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T16:48:00.397Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T16:48:00.397Z] 31603596830f: Pulling fs layer [2020-10-06T16:48:00.397Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T16:48:00.397Z] 6ca5941a6612: Pulling fs layer [2020-10-06T16:48:00.397Z] ecc8261a40a4: Pulling fs layer [2020-10-06T16:48:00.397Z] ecc8261a40a4: Waiting [2020-10-06T16:48:00.397Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T16:48:00.397Z] 2a8b12db71e7: Download complete [2020-10-06T16:48:00.659Z] 31603596830f: Verifying Checksum [2020-10-06T16:48:00.659Z] 31603596830f: Download complete [2020-10-06T16:48:00.659Z] ecc8261a40a4: Verifying Checksum [2020-10-06T16:48:00.659Z] ecc8261a40a4: Download complete [2020-10-06T16:48:00.659Z] 6ca5941a6612: Verifying Checksum [2020-10-06T16:48:00.659Z] 6ca5941a6612: Download complete [2020-10-06T16:48:00.922Z] 31603596830f: Pull complete [2020-10-06T16:48:00.922Z] 2a8b12db71e7: Pull complete [2020-10-06T16:48:01.497Z] 6ca5941a6612: Pull complete [2020-10-06T16:48:01.756Z] ecc8261a40a4: Pull complete [2020-10-06T16:48:01.756Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T16:48:01.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T16:48:01.756Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T16:48:01.857Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T16:48:01.910Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T16:48:04.316Z] $ docker top 3fcf01887581b81e657c0f842626e352ca065a091922e384c0f46cbe56c11d83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T16:48:04.581Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T16:48:04.581Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T16:48:04.767Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T16:48:04.777Z] $ docker exec 3fcf01887581b81e657c0f842626e352ca065a091922e384c0f46cbe56c11d83 ssh-agent [2020-10-06T16:48:04.932Z] SSH_AUTH_SOCK=/tmp/ssh-EkqymTVA9JGr/agent.11 [2020-10-06T16:48:04.932Z] SSH_AGENT_PID=17 [2020-10-06T16:48:04.943Z] Running ssh-add (command line suppressed) [2020-10-06T16:48:05.072Z] Identity added: /w/workspace/edgex-go/164@tmp/private_key_8708940470043602773.key (/w/workspace/edgex-go/164@tmp/private_key_8708940470043602773.key) [2020-10-06T16:48:05.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T16:48:05.453Z] + git describe --exact-match --tags HEAD [2020-10-06T16:48:05.453Z] fatal: no tag exactly matches 'd16f9af4789b1c810caf567d1912f559f3cf35d1' [Pipeline] } [2020-10-06T16:48:05.481Z] $ docker exec --env ******** --env ******** 3fcf01887581b81e657c0f842626e352ca065a091922e384c0f46cbe56c11d83 ssh-agent -k [2020-10-06T16:48:05.589Z] unset SSH_AUTH_SOCK; [2020-10-06T16:48:05.590Z] unset SSH_AGENT_PID; [2020-10-06T16:48:05.590Z] echo Agent pid 17 killed; [2020-10-06T16:48:05.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T16:48:05.717Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T16:48:05.717Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T16:48:05.849Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T16:48:05.849Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T16:48:05.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T16:48:06.007Z] $ docker exec 3fcf01887581b81e657c0f842626e352ca065a091922e384c0f46cbe56c11d83 ssh-agent [2020-10-06T16:48:06.147Z] SSH_AUTH_SOCK=/tmp/ssh-OLotzf1XlkwR/agent.45 [2020-10-06T16:48:06.147Z] SSH_AGENT_PID=50 [2020-10-06T16:48:06.154Z] Running ssh-add (command line suppressed) [2020-10-06T16:48:06.264Z] Identity added: /w/workspace/edgex-go/164@tmp/private_key_614532090734531789.key (/w/workspace/edgex-go/164@tmp/private_key_614532090734531789.key) [2020-10-06T16:48:06.304Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T16:48:06.634Z] + git semver init [2020-10-06T16:48:06.635Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T16:48:06.635Z] # $GIT_DIR = /w/workspace/edgex-go/164/.git [2020-10-06T16:48:06.635Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/164 [2020-10-06T16:48:06.635Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T16:48:06.635Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T16:48:06.635Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T16:48:06.635Z] # $SEMVER_BRANCH = master [2020-10-06T16:48:06.635Z] # $SEMVER_TEMP = /tmp/semver-015863931 [2020-10-06T16:48:06.635Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-06T16:48:24.837Z] # '/tmp/semver-015863931' -> '/w/workspace/edgex-go/164/.semver' [2020-10-06T16:48:24.837Z] # -> Force: false [2020-10-06T16:48:24.837Z] # $SEMVER_DIR = /w/workspace/edgex-go/164/.semver [Pipeline] } [2020-10-06T16:48:24.856Z] $ docker exec --env ******** --env ******** 3fcf01887581b81e657c0f842626e352ca065a091922e384c0f46cbe56c11d83 ssh-agent -k [2020-10-06T16:48:25.007Z] unset SSH_AUTH_SOCK; [2020-10-06T16:48:25.008Z] unset SSH_AGENT_PID; [2020-10-06T16:48:25.008Z] echo Agent pid 50 killed; [2020-10-06T16:48:25.056Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T16:48:25.636Z] + git semver [Pipeline] } [2020-10-06T16:48:25.659Z] $ docker stop --time=1 3fcf01887581b81e657c0f842626e352ca065a091922e384c0f46cbe56c11d83 [2020-10-06T16:48:27.313Z] $ docker rm -f 3fcf01887581b81e657c0f842626e352ca065a091922e384c0f46cbe56c11d83 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T16:48:40.369Z] Stashed 66 file(s) [Pipeline] echo [2020-10-06T16:48:40.373Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.49 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-06T16:48:40.995Z] ========================================================= [2020-10-06T16:48:40.995Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T16:48:40.995Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:48:41.343Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-06T16:48:44.649Z] Sending build context to Docker daemon 324.7MB [2020-10-06T16:48:44.649Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T16:48:44.649Z] Step 2/7 : FROM ${BASE} [2020-10-06T16:48:44.649Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T16:48:44.649Z] df20fa9351a1: Pulling fs layer [2020-10-06T16:48:44.649Z] ed8968b2872e: Pulling fs layer [2020-10-06T16:48:44.649Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T16:48:44.649Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T16:48:44.649Z] e73272ec9a57: Pulling fs layer [2020-10-06T16:48:44.649Z] 1e910a182e73: Pulling fs layer [2020-10-06T16:48:44.649Z] 4e634b169226: Pulling fs layer [2020-10-06T16:48:44.649Z] 1e910a182e73: Waiting [2020-10-06T16:48:44.649Z] e73272ec9a57: Waiting [2020-10-06T16:48:44.649Z] 4e634b169226: Waiting [2020-10-06T16:48:44.649Z] e871e8e8d7a9: Waiting [2020-10-06T16:48:44.911Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T16:48:44.911Z] a92cc7c5fd73: Download complete [2020-10-06T16:48:44.911Z] ed8968b2872e: Download complete [2020-10-06T16:48:44.911Z] e73272ec9a57: Verifying Checksum [2020-10-06T16:48:44.911Z] e73272ec9a57: Download complete [2020-10-06T16:48:44.911Z] 1e910a182e73: Verifying Checksum [2020-10-06T16:48:44.911Z] 1e910a182e73: Download complete [2020-10-06T16:48:44.912Z] df20fa9351a1: Verifying Checksum [2020-10-06T16:48:44.912Z] df20fa9351a1: Download complete [2020-10-06T16:48:45.173Z] df20fa9351a1: Pull complete [2020-10-06T16:48:45.173Z] ed8968b2872e: Pull complete [2020-10-06T16:48:45.434Z] a92cc7c5fd73: Pull complete [2020-10-06T16:48:47.360Z] 4e634b169226: Verifying Checksum [2020-10-06T16:48:47.360Z] 4e634b169226: Download complete [2020-10-06T16:48:47.630Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T16:48:47.630Z] e871e8e8d7a9: Download complete [2020-10-06T16:48:52.978Z] e871e8e8d7a9: Pull complete [2020-10-06T16:48:52.978Z] e73272ec9a57: Pull complete [2020-10-06T16:48:52.978Z] 1e910a182e73: Pull complete [2020-10-06T16:48:55.770Z] Still waiting to schedule task [2020-10-06T16:48:55.770Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-06T16:48:58.282Z] 4e634b169226: Pull complete [2020-10-06T16:48:58.282Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T16:48:58.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T16:48:58.282Z] ---> f7629b54cfaa [2020-10-06T16:48:58.282Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-06T16:48:58.282Z] ---> Running in 1b8ea8dcc8d8 [2020-10-06T16:48:58.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:48:59.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:49:00.002Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T16:49:00.264Z] (2/12) Installing file (5.38-r0) [2020-10-06T16:49:00.264Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T16:49:00.524Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T16:49:04.743Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T16:49:04.743Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T16:49:04.743Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T16:49:04.743Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T16:49:04.743Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T16:49:04.743Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T16:49:04.743Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T16:49:05.004Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T16:49:05.004Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:49:05.004Z] OK: 233 MiB in 51 packages [2020-10-06T16:49:08.336Z] Removing intermediate container 1b8ea8dcc8d8 [2020-10-06T16:49:08.336Z] ---> 29678b18e2a6 [2020-10-06T16:49:08.336Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T16:49:08.336Z] ---> Running in 973fa7b171eb [2020-10-06T16:49:08.336Z] Removing intermediate container 973fa7b171eb [2020-10-06T16:49:08.336Z] ---> 6bcb935125f8 [2020-10-06T16:49:08.336Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T16:49:08.336Z] latest: Pulling from library/docker [2020-10-06T16:49:08.599Z] df20fa9351a1: Already exists [2020-10-06T16:49:08.599Z] 25ad7478873d: Pulling fs layer [2020-10-06T16:49:08.599Z] 4684f6177b5d: Pulling fs layer [2020-10-06T16:49:08.599Z] 8ba584e970af: Pulling fs layer [2020-10-06T16:49:08.599Z] 3cdc74d2b06d: Pulling fs layer [2020-10-06T16:49:08.599Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-06T16:49:08.599Z] fca0ccc462d5: Pulling fs layer [2020-10-06T16:49:08.599Z] 3cdc74d2b06d: Waiting [2020-10-06T16:49:08.599Z] fca0ccc462d5: Waiting [2020-10-06T16:49:08.865Z] 4684f6177b5d: Verifying Checksum [2020-10-06T16:49:08.865Z] 4684f6177b5d: Download complete [2020-10-06T16:49:08.865Z] 25ad7478873d: Verifying Checksum [2020-10-06T16:49:08.865Z] 25ad7478873d: Download complete [2020-10-06T16:49:08.865Z] 3cdc74d2b06d: Verifying Checksum [2020-10-06T16:49:08.865Z] 3cdc74d2b06d: Download complete [2020-10-06T16:49:08.865Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-06T16:49:08.865Z] 4cf5a0d07c1f: Download complete [2020-10-06T16:49:09.134Z] 25ad7478873d: Pull complete [2020-10-06T16:49:09.134Z] fca0ccc462d5: Download complete [2020-10-06T16:49:09.134Z] 4684f6177b5d: Pull complete [2020-10-06T16:49:09.709Z] 8ba584e970af: Download complete [2020-10-06T16:49:12.261Z] 8ba584e970af: Pull complete [2020-10-06T16:49:12.261Z] 3cdc74d2b06d: Pull complete [2020-10-06T16:49:12.521Z] 4cf5a0d07c1f: Pull complete [2020-10-06T16:49:12.521Z] fca0ccc462d5: Pull complete [2020-10-06T16:49:12.521Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T16:49:12.521Z] Status: Downloaded newer image for docker:latest [2020-10-06T16:49:14.444Z] ---> 604aec48d954 [2020-10-06T16:49:14.444Z] Step 6/7 : COPY go.mod . [2020-10-06T16:49:14.444Z] ---> 1e3f18dc9120 [2020-10-06T16:49:14.444Z] Step 7/7 : RUN go mod download [2020-10-06T16:49:14.444Z] ---> Running in b8f74a86fd69 [2020-10-06T16:49:36.567Z] Removing intermediate container b8f74a86fd69 [2020-10-06T16:49:36.567Z] ---> a6cd5c475338 [2020-10-06T16:49:36.567Z] Successfully built a6cd5c475338 [2020-10-06T16:49:36.567Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:49:36.884Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T16:49:36.884Z] . [Pipeline] withDockerContainer [2020-10-06T16:49:36.981Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T16:49:37.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-06T16:49:37.671Z] $ docker top 8eed046925ef304bd24decc632ab08e35a981506b69d2f4e0f2c90d7bd275166 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T16:49:38.143Z] + go version [2020-10-06T16:49:38.143Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T16:49:38.159Z] $ docker stop --time=1 8eed046925ef304bd24decc632ab08e35a981506b69d2f4e0f2c90d7bd275166 [2020-10-06T16:49:39.465Z] $ docker rm -f 8eed046925ef304bd24decc632ab08e35a981506b69d2f4e0f2c90d7bd275166 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:49:43.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T16:49:43.631Z] [2020-10-06T16:49:43.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:49:43.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T16:49:43.974Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-06T16:49:43.974Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T16:49:43.974Z] ca9280d653b3: Pulling fs layer [2020-10-06T16:49:43.974Z] 7e9c9ca2126c: Pulling fs layer [2020-10-06T16:49:44.238Z] cbdbe7a5bc2a: Download complete [2020-10-06T16:49:44.809Z] ca9280d653b3: Verifying Checksum [2020-10-06T16:49:44.810Z] ca9280d653b3: Download complete [2020-10-06T16:49:44.810Z] cbdbe7a5bc2a: Pull complete [2020-10-06T16:49:45.788Z] ca9280d653b3: Pull complete [2020-10-06T16:49:46.064Z] 7e9c9ca2126c: Download complete [2020-10-06T16:49:51.487Z] 7e9c9ca2126c: Pull complete [2020-10-06T16:49:51.487Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-06T16:49:51.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T16:49:51.487Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-06T16:49:51.624Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T16:49:51.678Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-06T16:49:54.187Z] $ docker top cce1bc92d67a59132a4925e9153f75ce8baf4f9fe00bb19f647cfa8820b6088a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T16:49:54.670Z] + docker-compose build --help [2020-10-06T16:49:54.670Z] + grep parallel [2020-10-06T16:49:55.622Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T16:49:55.638Z] $ docker stop --time=1 cce1bc92d67a59132a4925e9153f75ce8baf4f9fe00bb19f647cfa8820b6088a [2020-10-06T16:49:56.963Z] $ docker rm -f cce1bc92d67a59132a4925e9153f75ce8baf4f9fe00bb19f647cfa8820b6088a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:49:57.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T16:49:57.617Z] . [Pipeline] withDockerContainer [2020-10-06T16:49:57.749Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T16:49:57.849Z] $ 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/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-06T16:49:58.375Z] $ docker top 1c146c80990be2c0b186515006664eeb3542f0f3acef0ed766d78b93f351e1f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T16:49:58.912Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T16:49:59.891Z] Building docker-core-command-go ... [2020-10-06T16:49:59.891Z] Building docker-core-data-go ... [2020-10-06T16:49:59.891Z] Building docker-core-metadata-go ... [2020-10-06T16:49:59.891Z] Building docker-security-proxy-setup-go ... [2020-10-06T16:49:59.891Z] Building docker-security-secrets-setup-go ... [2020-10-06T16:49:59.891Z] Building docker-security-secretstore-setup-go ... [2020-10-06T16:49:59.891Z] Building docker-support-logging-go ... [2020-10-06T16:49:59.891Z] Building docker-support-notifications-go ... [2020-10-06T16:49:59.891Z] Building docker-support-scheduler-go ... [2020-10-06T16:49:59.891Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T16:49:59.891Z] Building docker-core-data-go [2020-10-06T16:49:59.891Z] Building docker-support-scheduler-go [2020-10-06T16:49:59.891Z] Building docker-core-metadata-go [2020-10-06T16:49:59.891Z] Building docker-security-secretstore-setup-go [2020-10-06T16:49:59.891Z] Building docker-security-proxy-setup-go [2020-10-06T16:50:18.101Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:50:18.101Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:50:18.101Z] ---> a6cd5c475338 [2020-10-06T16:50:18.101Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T16:50:18.101Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:50:18.101Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:50:18.101Z] ---> a6cd5c475338 [2020-10-06T16:50:18.101Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T16:50:18.101Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:50:18.101Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:50:18.101Z] ---> a6cd5c475338 [2020-10-06T16:50:18.101Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T16:50:18.101Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:50:18.101Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:50:18.101Z] ---> a6cd5c475338 [2020-10-06T16:50:18.101Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T16:50:18.101Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:50:18.101Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:50:18.101Z] ---> a6cd5c475338 [2020-10-06T16:50:18.101Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T16:50:19.050Z] ---> Running in 2dcc0f28da98 [2020-10-06T16:50:19.050Z] ---> Running in 8d3415066bdc [2020-10-06T16:50:19.050Z] ---> Running in 843a934e3abe [2020-10-06T16:50:19.050Z] ---> Running in d1e1fb25f082 [2020-10-06T16:50:19.050Z] ---> Running in 1ae1bfeb5c25 [2020-10-06T16:50:19.050Z] Removing intermediate container 843a934e3abe [2020-10-06T16:50:19.050Z] ---> eabd3b468e60 [2020-10-06T16:50:19.050Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:50:19.050Z] Removing intermediate container 1ae1bfeb5c25 [2020-10-06T16:50:19.050Z] ---> ae49c92c1f5b [2020-10-06T16:50:19.050Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:50:19.050Z] Removing intermediate container 2dcc0f28da98 [2020-10-06T16:50:19.050Z] ---> 802e14fb47bd [2020-10-06T16:50:19.050Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:50:19.310Z] Removing intermediate container 8d3415066bdc [2020-10-06T16:50:19.310Z] ---> a7dbc9152812 [2020-10-06T16:50:19.310Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:50:19.310Z] Removing intermediate container d1e1fb25f082 [2020-10-06T16:50:19.310Z] ---> 4faded821c40 [2020-10-06T16:50:19.310Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:50:19.310Z] ---> Running in e3accfe8b03d [2020-10-06T16:50:19.310Z] ---> Running in 4528ad4b475c [2020-10-06T16:50:19.310Z] ---> Running in 85af349c8b26 [2020-10-06T16:50:19.310Z] ---> Running in 7afd57608d15 [2020-10-06T16:50:19.310Z] ---> Running in 4e9c20638d81 [2020-10-06T16:50:21.253Z] Removing intermediate container e3accfe8b03d [2020-10-06T16:50:21.253Z] ---> e537af9a0678 [2020-10-06T16:50:21.253Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T16:50:21.253Z] Removing intermediate container 4528ad4b475c [2020-10-06T16:50:21.253Z] ---> b8ccd0064991 [2020-10-06T16:50:21.253Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T16:50:21.253Z] Removing intermediate container 85af349c8b26 [2020-10-06T16:50:21.253Z] ---> 96ec2db1fba3 [2020-10-06T16:50:21.253Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T16:50:21.515Z] ---> Running in 28d787b26eea [2020-10-06T16:50:21.515Z] ---> Running in 4304fd2a5d92 [2020-10-06T16:50:21.515Z] ---> Running in 24d1501960d3 [2020-10-06T16:50:21.515Z] Removing intermediate container 7afd57608d15 [2020-10-06T16:50:21.515Z] ---> 8dab48fe8317 [2020-10-06T16:50:21.515Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T16:50:21.776Z] Removing intermediate container 4e9c20638d81 [2020-10-06T16:50:21.776Z] ---> c9e03a25683c [2020-10-06T16:50:21.776Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T16:50:21.776Z] ---> Running in d63c4329ceb9 [2020-10-06T16:50:21.776Z] ---> Running in adab31365ccf [2020-10-06T16:50:22.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:22.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:22.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:22.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:22.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:23.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:23.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:23.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:23.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:23.655Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:50:23.655Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:50:23.655Z] OK: 12752 distinct packages available [2020-10-06T16:50:23.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:50:23.919Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:50:23.919Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:50:23.919Z] OK: 12752 distinct packages available [2020-10-06T16:50:23.919Z] OK: 233 MiB in 51 packages [2020-10-06T16:50:23.919Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:50:23.919Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:50:23.919Z] OK: 12752 distinct packages available [2020-10-06T16:50:23.919Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:50:23.919Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:50:23.919Z] OK: 12752 distinct packages available [2020-10-06T16:50:23.919Z] OK: 233 MiB in 51 packages [2020-10-06T16:50:24.180Z] OK: 233 MiB in 51 packages [2020-10-06T16:50:24.180Z] OK: 233 MiB in 51 packages [2020-10-06T16:50:24.442Z] Removing intermediate container 4304fd2a5d92 [2020-10-06T16:50:24.442Z] ---> 645499a031db [2020-10-06T16:50:24.442Z] Step 6/21 : COPY go.mod . [2020-10-06T16:50:24.708Z] Removing intermediate container 28d787b26eea [2020-10-06T16:50:24.708Z] ---> 9f9013571cb2 [2020-10-06T16:50:24.708Z] Step 6/20 : COPY go.mod . [2020-10-06T16:50:24.971Z] ---> 1ec94fdd6ba6 [2020-10-06T16:50:24.971Z] Step 7/21 : RUN go mod download [2020-10-06T16:50:24.971Z] ---> Running in e0590539c3c5 [2020-10-06T16:50:25.232Z] Removing intermediate container adab31365ccf [2020-10-06T16:50:25.232Z] ---> 32faa538604d [2020-10-06T16:50:25.232Z] Step 6/22 : COPY go.mod . [2020-10-06T16:50:25.232Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:50:25.232Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:50:25.232Z] OK: 12752 distinct packages available [2020-10-06T16:50:25.232Z] Removing intermediate container d63c4329ceb9 [2020-10-06T16:50:25.232Z] ---> 400d83cff391 [2020-10-06T16:50:25.232Z] Step 6/23 : COPY go.mod . [2020-10-06T16:50:25.232Z] ---> 9f59affe1f8a [2020-10-06T16:50:25.232Z] Step 7/20 : RUN go mod download [2020-10-06T16:50:25.232Z] OK: 233 MiB in 51 packages [2020-10-06T16:50:25.501Z] ---> Running in 34bff1912f3b [2020-10-06T16:50:25.501Z] ---> 62880c1dab5a [2020-10-06T16:50:25.501Z] Step 7/23 : RUN go mod download [2020-10-06T16:50:25.501Z] ---> 27db4286dd7c [2020-10-06T16:50:25.501Z] Step 7/22 : RUN go mod download [2020-10-06T16:50:25.761Z] ---> Running in 93746b59ef4e [2020-10-06T16:50:25.761Z] ---> Running in cc8a6341a4ed [2020-10-06T16:50:26.346Z] Removing intermediate container 24d1501960d3 [2020-10-06T16:50:26.346Z] ---> cecba6b88941 [2020-10-06T16:50:26.346Z] Step 6/26 : COPY go.mod . [2020-10-06T16:50:26.932Z] ---> 63cece9899c4 [2020-10-06T16:50:26.932Z] Step 7/26 : RUN go mod download [2020-10-06T16:50:26.932Z] ---> Running in 30535f177d3c [2020-10-06T16:50:26.932Z] Removing intermediate container e0590539c3c5 [2020-10-06T16:50:26.932Z] ---> 9edeb6d39820 [2020-10-06T16:50:26.932Z] Step 8/21 : COPY . . [2020-10-06T16:50:30.392Z] Removing intermediate container 34bff1912f3b [2020-10-06T16:50:30.392Z] ---> d792c39004f4 [2020-10-06T16:50:30.392Z] Step 8/20 : COPY . . [2020-10-06T16:50:33.705Z] Removing intermediate container 93746b59ef4e [2020-10-06T16:50:33.705Z] ---> a2a3ded14396 [2020-10-06T16:50:33.705Z] Step 8/23 : COPY . . [2020-10-06T16:50:33.705Z] Removing intermediate container cc8a6341a4ed [2020-10-06T16:50:33.705Z] ---> 8aa909efbb6a [2020-10-06T16:50:33.705Z] Step 8/22 : COPY . . [2020-10-06T16:50:40.316Z] Removing intermediate container 30535f177d3c [2020-10-06T16:50:40.316Z] ---> 9a50b7344768 [2020-10-06T16:50:40.316Z] Step 8/26 : COPY . . [2020-10-06T16:50:42.236Z] ---> c17b80230083 [2020-10-06T16:50:42.236Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T16:50:50.406Z] ---> Running in aef65f0c4444 [2020-10-06T16:50:53.447Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3751 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-06T16:50:53.498Z] Running in /w/workspace/edgex-go/164 [Pipeline] { [Pipeline] checkout [2020-10-06T16:50:56.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-06T16:50:58.630Z] using credential edgex-jenkins-ssh [2020-10-06T16:50:58.688Z] Cloning the remote Git repository [2020-10-06T16:50:59.452Z] ---> 67cd7489602c [2020-10-06T16:50:59.452Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T16:50:59.452Z] ---> 0a3855a8446a [2020-10-06T16:50:59.452Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T16:50:59.452Z] ---> 92e98237cef7 [2020-10-06T16:50:59.452Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T16:50:59.452Z] ---> d31e213b5cc2 [2020-10-06T16:50:59.452Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-06T16:50:59.452Z] ---> Running in fb2064a5d936 [2020-10-06T16:50:59.717Z] ---> Running in 48e5a532d5cd [2020-10-06T16:50:59.717Z] ---> Running in fb5269783921 [2020-10-06T16:50:59.717Z] ---> Running in 225292b24d60 [2020-10-06T16:50:58.776Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-06T16:50:58.897Z] > git init /w/workspace/edgex-go/164 # timeout=10 [2020-10-06T16:50:58.972Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T16:50:58.973Z] > git --version # timeout=10 [2020-10-06T16:50:58.988Z] > git --version # 'git version 2.17.1' [2020-10-06T16:50:58.990Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T16:50:59.066Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T16:51:00.689Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/core-data/core-data ./cmd/core-data [2020-10-06T16:51:00.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-06T16:51:00.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-06T16:51:00.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-06T16:51:15.288Z] Checking out Revision d16f9af4789b1c810caf567d1912f559f3cf35d1 (master) [2020-10-06T16:51:14.653Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T16:51:14.668Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T16:51:14.693Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T16:51:14.728Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T16:51:14.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T16:51:14.776Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T16:51:15.320Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T16:51:15.334Z] > git checkout -f d16f9af4789b1c810caf567d1912f559f3cf35d1 # timeout=10 [2020-10-06T16:51:20.030Z] Commit message: "feat(metadata): Implement Metadata PUT /deviceprofile/uploadfile V2 API (#2751)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-06T16:51:27.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-06T16:51:27.648Z] Removing intermediate container aef65f0c4444 [2020-10-06T16:51:27.648Z] ---> 99479b045f9d [2020-10-06T16:51:27.648Z] [2020-10-06T16:51:27.648Z] Step 10/21 : FROM scratch [2020-10-06T16:51:27.648Z] ---> [2020-10-06T16:51:27.648Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T16:51:27.648Z] ---> Running in df5446343b65 [2020-10-06T16:51:27.648Z] Removing intermediate container df5446343b65 [2020-10-06T16:51:27.648Z] ---> f23fcbf05345 [2020-10-06T16:51:27.648Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T16:51:27.648Z] ---> Running in 9aca296bd5d3 [2020-10-06T16:51:27.648Z] Removing intermediate container 9aca296bd5d3 [2020-10-06T16:51:27.648Z] ---> ffaca6e9c344 [2020-10-06T16:51:27.648Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T16:51:27.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T16:51:27.927Z] ---> Running in 67003d0a4173 [2020-10-06T16:51:27.927Z] Removing intermediate container 225292b24d60 [2020-10-06T16:51:27.927Z] ---> 1d47b3e5ee49 [2020-10-06T16:51:27.927Z] [2020-10-06T16:51:27.927Z] Step 10/20 : FROM alpine [2020-10-06T16:51:28.204Z] Removing intermediate container 67003d0a4173 [2020-10-06T16:51:28.204Z] ---> f2cfdb9c27de [2020-10-06T16:51:28.204Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T16:51:28.477Z] latest: Pulling from library/alpine [2020-10-06T16:51:28.477Z] ---> 2224986e304d [2020-10-06T16:51:28.477Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T16:51:28.753Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T16:51:28.753Z] Status: Downloaded newer image for alpine:latest [2020-10-06T16:51:28.753Z] ---> a24bb4013296 [2020-10-06T16:51:28.753Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T16:51:28.753Z] ---> Running in 795713e9457b [2020-10-06T16:51:29.725Z] ---> d79c85f9a200 [2020-10-06T16:51:29.725Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T16:51:29.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:51:29.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:51:29.997Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:51:29.997Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:51:29.997Z] OK: 12750 distinct packages available [2020-10-06T16:51:29.997Z] ---> ea76f4426219 [2020-10-06T16:51:29.997Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T16:51:30.266Z] ---> Running in 1b9cbccdf839 [2020-10-06T16:51:30.266Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T16:51:30.532Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T16:51:30.532Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T16:51:30.533Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T16:51:30.533Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:51:30.533Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T16:51:30.533Z] OK: 7 MiB in 18 packages [2020-10-06T16:51:30.798Z] Removing intermediate container 1b9cbccdf839 [2020-10-06T16:51:30.799Z] ---> d369dcdfb9e6 [2020-10-06T16:51:30.799Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] echo [2020-10-06T16:51:32.526Z] ========================================================= [2020-10-06T16:51:32.526Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T16:51:32.526Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:51:33.412Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-06T16:51:34.138Z] ---> Running in 1d5e2dae2fd9 [2020-10-06T16:51:34.399Z] Removing intermediate container 1d5e2dae2fd9 [2020-10-06T16:51:34.399Z] ---> 043c3567b1c8 [2020-10-06T16:51:34.399Z] Step 19/21 : LABEL arch=x86_64 [2020-10-06T16:51:34.399Z] Removing intermediate container 48e5a532d5cd [2020-10-06T16:51:34.399Z] ---> 25f3219b47e6 [2020-10-06T16:51:34.399Z] [2020-10-06T16:51:34.399Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T16:51:34.660Z] 3.10: Pulling from library/alpine [2020-10-06T16:51:34.924Z] ---> Running in 8cda232196de [2020-10-06T16:51:35.221Z] Removing intermediate container 795713e9457b [2020-10-06T16:51:35.221Z] ---> efa4b579c242 [2020-10-06T16:51:35.221Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T16:51:35.491Z] ---> Running in fcb24a0c7b62 [2020-10-06T16:51:35.491Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T16:51:36.435Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T16:51:36.435Z] ---> be4e4bea2c2e [2020-10-06T16:51:36.435Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T16:51:37.009Z] Removing intermediate container 8cda232196de [2020-10-06T16:51:37.009Z] ---> ff700c510bfb [2020-10-06T16:51:37.009Z] Step 20/21 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:51:37.738Z] Sending build context to Docker daemon 324.7MB [2020-10-06T16:51:37.738Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T16:51:37.738Z] Step 2/7 : FROM ${BASE} [2020-10-06T16:51:37.738Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T16:51:37.738Z] b538f80385f9: Pulling fs layer [2020-10-06T16:51:37.738Z] 74f711af9a0d: Pulling fs layer [2020-10-06T16:51:37.738Z] 99f96fe45779: Pulling fs layer [2020-10-06T16:51:37.738Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T16:51:37.738Z] 45590311c82a: Pulling fs layer [2020-10-06T16:51:37.738Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T16:51:37.738Z] 209524e5b208: Pulling fs layer [2020-10-06T16:51:37.738Z] 8529a6b9a6be: Waiting [2020-10-06T16:51:37.738Z] 45590311c82a: Waiting [2020-10-06T16:51:37.738Z] 69ca0ff8b7b3: Waiting [2020-10-06T16:51:37.738Z] 209524e5b208: Waiting [2020-10-06T16:51:37.738Z] 99f96fe45779: Verifying Checksum [2020-10-06T16:51:37.738Z] 99f96fe45779: Download complete [2020-10-06T16:51:37.738Z] 74f711af9a0d: Verifying Checksum [2020-10-06T16:51:37.738Z] 74f711af9a0d: Download complete [2020-10-06T16:51:37.738Z] 45590311c82a: Verifying Checksum [2020-10-06T16:51:37.738Z] 45590311c82a: Download complete [2020-10-06T16:51:37.738Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T16:51:37.738Z] 69ca0ff8b7b3: Download complete [2020-10-06T16:51:38.337Z] b538f80385f9: Verifying Checksum [2020-10-06T16:51:38.337Z] b538f80385f9: Download complete [2020-10-06T16:51:38.923Z] ---> Running in c7087f585ccb [2020-10-06T16:51:38.923Z] Removing intermediate container fcb24a0c7b62 [2020-10-06T16:51:38.923Z] ---> 09ff86dd1547 [2020-10-06T16:51:38.923Z] Step 13/20 : WORKDIR /edgex [2020-10-06T16:51:38.923Z] ---> Running in 01be82d863ab [2020-10-06T16:51:38.923Z] Removing intermediate container fb2064a5d936 [2020-10-06T16:51:38.923Z] ---> 2bdb1d03b2a7 [2020-10-06T16:51:38.923Z] [2020-10-06T16:51:38.923Z] Step 10/23 : FROM alpine [2020-10-06T16:51:38.923Z] ---> a24bb4013296 [2020-10-06T16:51:38.923Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T16:51:38.923Z] Removing intermediate container fb5269783921 [2020-10-06T16:51:38.923Z] ---> 4005cdc1bb6a [2020-10-06T16:51:38.923Z] [2020-10-06T16:51:38.923Z] Step 10/22 : FROM scratch [2020-10-06T16:51:38.923Z] ---> [2020-10-06T16:51:38.923Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T16:51:38.940Z] b538f80385f9: Pull complete [2020-10-06T16:51:39.186Z] ---> Using cache [2020-10-06T16:51:39.186Z] ---> f23fcbf05345 [2020-10-06T16:51:39.186Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T16:51:39.186Z] ---> Running in 70c325b07925 [2020-10-06T16:51:39.186Z] ---> Running in ed502da9fb5c [2020-10-06T16:51:39.186Z] ---> Running in 1b0b2196b86d [2020-10-06T16:51:39.186Z] Removing intermediate container 01be82d863ab [2020-10-06T16:51:39.186Z] ---> a5f3349cbead [2020-10-06T16:51:39.186Z] Step 21/21 : LABEL version=1.2.2-dev.49 [2020-10-06T16:51:39.447Z] ---> Running in 09ded7a2990c [2020-10-06T16:51:39.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:51:39.447Z] Removing intermediate container ed502da9fb5c [2020-10-06T16:51:39.447Z] ---> 805494737da6 [2020-10-06T16:51:39.447Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T16:51:39.540Z] 74f711af9a0d: Pull complete [2020-10-06T16:51:39.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:51:39.709Z] Removing intermediate container 70c325b07925 [2020-10-06T16:51:39.709Z] ---> a587380708f2 [2020-10-06T16:51:39.709Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T16:51:39.709Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T16:51:39.709Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T16:51:39.709Z] OK: 10346 distinct packages available [2020-10-06T16:51:39.828Z] 99f96fe45779: Pull complete [2020-10-06T16:51:39.971Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T16:51:39.971Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T16:51:39.971Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T16:51:39.971Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T16:51:39.971Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T16:51:39.971Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T16:51:39.971Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T16:51:40.231Z] OK: 7 MiB in 19 packages [2020-10-06T16:51:40.231Z] Removing intermediate container 1b0b2196b86d [2020-10-06T16:51:40.231Z] ---> 1db67c27cd8c [2020-10-06T16:51:40.231Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T16:51:40.231Z] ---> Running in 2fb19e1e488c [2020-10-06T16:51:40.425Z] 209524e5b208: Verifying Checksum [2020-10-06T16:51:40.425Z] 209524e5b208: Download complete [2020-10-06T16:51:40.805Z] Removing intermediate container 09ded7a2990c [2020-10-06T16:51:40.805Z] ---> b18f8614a564 [2020-10-06T16:51:40.805Z] [2020-10-06T16:51:40.805Z] ---> Running in 761884f6496d [2020-10-06T16:51:40.805Z] ---> 98214c03aef2 [2020-10-06T16:51:40.805Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T16:51:40.805Z] Removing intermediate container 2fb19e1e488c [2020-10-06T16:51:40.805Z] ---> 748f25880ca4 [2020-10-06T16:51:40.805Z] Step 14/22 : WORKDIR / [2020-10-06T16:51:40.805Z] Successfully built b18f8614a564 [2020-10-06T16:51:40.805Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-06T16:51:40.805Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-10-06T16:51:41.067Z] ---> Running in 29ca739bca9b [2020-10-06T16:51:41.640Z] Removing intermediate container 761884f6496d [2020-10-06T16:51:41.640Z] ---> f9074eb9a4e9 [2020-10-06T16:51:41.640Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T16:51:41.857Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T16:51:41.857Z] 8529a6b9a6be: Download complete [2020-10-06T16:51:44.953Z] Removing intermediate container c7087f585ccb [2020-10-06T16:51:44.953Z] ---> aad8e31a963c [2020-10-06T16:51:44.953Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T16:51:44.953Z] ---> Running in 138b94d13a3d [2020-10-06T16:51:44.953Z] Removing intermediate container 29ca739bca9b [2020-10-06T16:51:44.953Z] ---> b5cb7054bcb5 [2020-10-06T16:51:44.953Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T16:51:45.528Z] ---> 94b8b8b60776 [2020-10-06T16:51:45.528Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T16:51:45.528Z] ---> Running in 7af9032bc9a8 [2020-10-06T16:51:45.791Z] ---> Running in 827bbc18c908 [2020-10-06T16:51:45.791Z] Removing intermediate container 138b94d13a3d [2020-10-06T16:51:45.791Z] ---> ad6704fe8e61 [2020-10-06T16:51:45.791Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:51:45.791Z] ---> 7b0cf8d094bd [2020-10-06T16:51:45.791Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T16:51:46.365Z] Removing intermediate container 7af9032bc9a8 [2020-10-06T16:51:46.365Z] ---> 8145185fc7d4 [2020-10-06T16:51:46.365Z] Step 13/26 : WORKDIR / [2020-10-06T16:51:46.365Z] ---> Running in 16e514243ceb [2020-10-06T16:51:48.291Z] Removing intermediate container 827bbc18c908 [2020-10-06T16:51:48.291Z] ---> bccd5de989e8 [2020-10-06T16:51:48.291Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T16:51:48.291Z] ---> Running in 98e279d38767 [2020-10-06T16:51:49.677Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:51:49.677Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T16:51:49.677Z] ---> a6cd5c475338 [2020-10-06T16:51:49.677Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T16:51:49.677Z] ---> Using cache [2020-10-06T16:51:49.677Z] ---> 4faded821c40 [2020-10-06T16:51:49.677Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T16:51:50.621Z] ---> 32574d48eade [2020-10-06T16:51:50.621Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T16:51:50.621Z] ---> Running in 6e1d9ac46b64 [2020-10-06T16:51:50.621Z] ---> Running in 546346c2150c [2020-10-06T16:51:50.891Z] Removing intermediate container 98e279d38767 [2020-10-06T16:51:50.891Z] ---> 2270d1fae4ac [2020-10-06T16:51:50.891Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-06T16:51:51.152Z] ---> eec42c546258 [2020-10-06T16:51:51.152Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T16:51:51.152Z] Removing intermediate container 6e1d9ac46b64 [2020-10-06T16:51:51.152Z] ---> ca094393c8d4 [2020-10-06T16:51:51.152Z] Step 18/20 : LABEL arch=x86_64 [2020-10-06T16:51:51.478Z] ---> Running in a0a03fa8cb60 [2020-10-06T16:51:51.478Z] ---> Running in 3d7f3a68bfb5 [2020-10-06T16:51:51.478Z] ---> 8adb9960bdb8 [2020-10-06T16:51:51.478Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-06T16:51:51.478Z] Removing intermediate container 16e514243ceb [2020-10-06T16:51:51.478Z] ---> ee6ba512d90e [2020-10-06T16:51:51.478Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T16:51:51.754Z] Removing intermediate container 3d7f3a68bfb5 [2020-10-06T16:51:51.754Z] ---> aa467e9db40d [2020-10-06T16:51:51.754Z] Step 19/20 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:51:51.754Z] ---> Running in 9ab6d2028068 [2020-10-06T16:51:51.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:51:51.754Z] Removing intermediate container a0a03fa8cb60 [2020-10-06T16:51:51.754Z] ---> 1d83984ef053 [2020-10-06T16:51:51.754Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:51:52.017Z] ---> 8e422c8e6ff5 [2020-10-06T16:51:52.017Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T16:51:52.017Z] ---> Running in 68e88eb1c674 [2020-10-06T16:51:52.017Z] ---> Running in 7277e3d021d8 [2020-10-06T16:51:52.031Z] 8529a6b9a6be: Pull complete [2020-10-06T16:51:52.279Z] ---> f97ec29b06a3 [2020-10-06T16:51:52.279Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T16:51:52.279Z] Removing intermediate container 68e88eb1c674 [2020-10-06T16:51:52.279Z] ---> 03a4f014484f [2020-10-06T16:51:52.279Z] Step 20/20 : LABEL version=1.2.2-dev.49 [2020-10-06T16:51:52.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:51:52.279Z] Removing intermediate container 7277e3d021d8 [2020-10-06T16:51:52.279Z] ---> bc8417bde6b9 [2020-10-06T16:51:52.279Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T16:51:52.307Z] 45590311c82a: Pull complete [2020-10-06T16:51:52.541Z] ---> Running in 2c56f7fad8b0 [2020-10-06T16:51:52.541Z] ---> Running in 526f60842c90 [2020-10-06T16:51:52.541Z] ---> a726a000baf2 [2020-10-06T16:51:52.541Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T16:51:52.582Z] 69ca0ff8b7b3: Pull complete [2020-10-06T16:51:52.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:51:52.802Z] Removing intermediate container 526f60842c90 [2020-10-06T16:51:52.802Z] ---> 79c1cf893a7d [2020-10-06T16:51:52.802Z] Step 21/22 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:51:53.064Z] Removing intermediate container 2c56f7fad8b0 [2020-10-06T16:51:53.064Z] ---> 36d44ad2af11 [2020-10-06T16:51:53.064Z] [2020-10-06T16:51:53.064Z] ---> Running in 7f498f9696f7 [2020-10-06T16:51:53.064Z] Successfully built 36d44ad2af11 [2020-10-06T16:51:53.064Z] ---> 12b8982239b0 [2020-10-06T16:51:53.064Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T16:51:53.064Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-06T16:51:53.064Z] Building docker-support-notifications-go [2020-10-06T16:51:53.326Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7f498f9696f7 [2020-10-06T16:51:53.326Z] ---> 725be6521182 [2020-10-06T16:51:53.326Z] Step 22/22 : LABEL version=1.2.2-dev.49 [2020-10-06T16:51:53.326Z] ---> Running in f5925cab8acd [2020-10-06T16:51:53.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:51:53.895Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:51:53.895Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:51:53.895Z] OK: 12752 distinct packages available [2020-10-06T16:51:54.156Z] OK: 233 MiB in 51 packages [2020-10-06T16:51:54.417Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T16:51:54.417Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T16:51:54.677Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T16:51:54.937Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T16:51:55.509Z] Removing intermediate container f5925cab8acd [2020-10-06T16:51:55.509Z] ---> 6f629d2d4533 [2020-10-06T16:51:55.509Z] [2020-10-06T16:51:55.771Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T16:51:55.771Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:51:55.771Z] OK: 8 MiB in 19 packages [2020-10-06T16:51:55.771Z] Successfully built 6f629d2d4533 [2020-10-06T16:51:55.771Z] Successfully tagged docker-core-metadata-go:latest [2020-10-06T16:51:55.771Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-10-06T16:51:56.356Z] ---> 467a13d864dd [2020-10-06T16:51:56.356Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T16:51:56.918Z] 209524e5b208: Pull complete [2020-10-06T16:51:56.919Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T16:51:56.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T16:51:56.919Z] ---> 5bddaf1c2fca [2020-10-06T16:51:56.919Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-06T16:52:00.328Z] ---> Running in 60e1d2029277 [2020-10-06T16:52:02.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:52:02.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:52:02.984Z] ---> 032ad55a06a5 [2020-10-06T16:52:02.984Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T16:52:03.248Z] Removing intermediate container 9ab6d2028068 [2020-10-06T16:52:03.248Z] ---> b9601e37d141 [2020-10-06T16:52:03.248Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T16:52:03.248Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:52:03.248Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:52:03.823Z] ---> a6cd5c475338 [2020-10-06T16:52:03.823Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T16:52:04.057Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T16:52:04.057Z] (2/12) Installing file (5.38-r0) [2020-10-06T16:52:04.057Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T16:52:04.084Z] ---> Using cache [2020-10-06T16:52:04.084Z] ---> 4faded821c40 [2020-10-06T16:52:04.084Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:52:04.084Z] ---> Using cache [2020-10-06T16:52:04.084Z] ---> c9e03a25683c [2020-10-06T16:52:04.084Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T16:52:04.084Z] ---> cbcc2308b4c1 [2020-10-06T16:52:04.084Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T16:52:04.331Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T16:52:04.345Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:52:04.345Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:52:04.345Z] ---> a6cd5c475338 [2020-10-06T16:52:04.345Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T16:52:04.345Z] ---> Using cache [2020-10-06T16:52:04.345Z] ---> 4faded821c40 [2020-10-06T16:52:04.345Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:52:04.345Z] ---> Using cache [2020-10-06T16:52:04.345Z] ---> c9e03a25683c [2020-10-06T16:52:04.345Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T16:52:04.345Z] ---> Using cache [2020-10-06T16:52:04.345Z] ---> 32faa538604d [2020-10-06T16:52:04.345Z] Step 6/22 : COPY go.mod . [2020-10-06T16:52:04.345Z] ---> Using cache [2020-10-06T16:52:04.345Z] ---> 27db4286dd7c [2020-10-06T16:52:04.345Z] Step 7/22 : RUN go mod download [2020-10-06T16:52:04.345Z] ---> Using cache [2020-10-06T16:52:04.345Z] ---> 8aa909efbb6a [2020-10-06T16:52:04.345Z] Step 8/22 : COPY . . [2020-10-06T16:52:04.345Z] ---> Using cache [2020-10-06T16:52:04.345Z] ---> 0a3855a8446a [2020-10-06T16:52:04.345Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T16:52:04.920Z] Removing intermediate container 546346c2150c [2020-10-06T16:52:04.920Z] ---> 72e9502c49cc [2020-10-06T16:52:04.920Z] Step 5/29 : COPY go.mod . [2020-10-06T16:52:05.187Z] ---> Running in 92c82a55cc47 [2020-10-06T16:52:05.187Z] ---> Running in 8e1df9b59d7a [2020-10-06T16:52:05.187Z] ---> 2085d396f047 [2020-10-06T16:52:05.187Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T16:52:05.187Z] ---> Running in c2b4959d01e5 [2020-10-06T16:52:05.451Z] ---> fbf172323d45 [2020-10-06T16:52:05.451Z] Step 6/29 : RUN go mod download [2020-10-06T16:52:05.451Z] ---> Running in 26b6d5ef9fe0 [2020-10-06T16:52:06.038Z] ---> 2181aa7d16e4 [2020-10-06T16:52:06.039Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T16:52:06.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:52:06.300Z] ---> f05e49dc1865 [2020-10-06T16:52:06.300Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T16:52:06.300Z] ---> Running in d0e2adf14e40 [2020-10-06T16:52:06.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/core-command/core-command ./cmd/core-command [2020-10-06T16:52:06.564Z] Removing intermediate container d0e2adf14e40 [2020-10-06T16:52:06.564Z] ---> 5d778f087a0d [2020-10-06T16:52:06.564Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:52:06.564Z] ---> Running in 370b0c185878 [2020-10-06T16:52:06.564Z] Removing intermediate container 8e1df9b59d7a [2020-10-06T16:52:06.564Z] ---> 216dcb05850e [2020-10-06T16:52:06.564Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T16:52:06.827Z] ---> Running in 3ac96031984b [2020-10-06T16:52:06.827Z] Removing intermediate container 370b0c185878 [2020-10-06T16:52:06.827Z] ---> b29f7667396c [2020-10-06T16:52:06.827Z] Step 21/23 : LABEL arch=x86_64 [2020-10-06T16:52:06.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:52:07.087Z] ---> Running in 084031da28ec [2020-10-06T16:52:07.088Z] Removing intermediate container 3ac96031984b [2020-10-06T16:52:07.088Z] ---> 888a1059ff77 [2020-10-06T16:52:07.088Z] Step 24/26 : LABEL arch=x86_64 [2020-10-06T16:52:07.363Z] ---> Running in 05643637654d [2020-10-06T16:52:07.363Z] Removing intermediate container 084031da28ec [2020-10-06T16:52:07.363Z] ---> cab26260175d [2020-10-06T16:52:07.363Z] Step 22/23 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:52:07.635Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:52:07.635Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:52:07.635Z] OK: 12752 distinct packages available [2020-10-06T16:52:07.635Z] ---> Running in c37b5ad0335f [2020-10-06T16:52:07.635Z] Removing intermediate container 05643637654d [2020-10-06T16:52:07.635Z] ---> 0e9f3d2f6cb8 [2020-10-06T16:52:07.635Z] Step 25/26 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:52:07.705Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T16:52:07.705Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T16:52:07.705Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T16:52:07.705Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T16:52:07.705Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T16:52:07.705Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T16:52:07.905Z] Removing intermediate container 26b6d5ef9fe0 [2020-10-06T16:52:07.906Z] ---> fe6bbf9336f3 [2020-10-06T16:52:07.906Z] Step 7/29 : COPY . . [2020-10-06T16:52:07.906Z] OK: 233 MiB in 51 packages [2020-10-06T16:52:07.906Z] ---> Running in a103ac160e5d [2020-10-06T16:52:07.981Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T16:52:07.981Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T16:52:07.981Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:52:07.981Z] OK: 217 MiB in 51 packages [2020-10-06T16:52:08.200Z] Removing intermediate container c37b5ad0335f [2020-10-06T16:52:08.200Z] ---> eb4c1c907ea8 [2020-10-06T16:52:08.200Z] Step 23/23 : LABEL version=1.2.2-dev.49 [2020-10-06T16:52:08.543Z] ---> Running in a2eff561c3ae [2020-10-06T16:52:09.495Z] Removing intermediate container a103ac160e5d [2020-10-06T16:52:09.495Z] ---> 5d8bfe777081 [2020-10-06T16:52:09.495Z] Step 26/26 : LABEL version=1.2.2-dev.49 [2020-10-06T16:52:12.306Z] Removing intermediate container 60e1d2029277 [2020-10-06T16:52:12.306Z] ---> aedd2076f27a [2020-10-06T16:52:12.306Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T16:52:12.306Z] ---> Running in 10e4d23bf3e2 [2020-10-06T16:52:12.883Z] ---> Running in f11db8122039 [2020-10-06T16:52:12.901Z] Removing intermediate container 10e4d23bf3e2 [2020-10-06T16:52:12.901Z] ---> 9aff37bf0b58 [2020-10-06T16:52:12.901Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T16:52:13.177Z] latest: Pulling from library/docker [2020-10-06T16:52:13.177Z] b538f80385f9: Already exists [2020-10-06T16:52:13.177Z] 259a493cd78d: Pulling fs layer [2020-10-06T16:52:13.177Z] b8e66b5100f5: Pulling fs layer [2020-10-06T16:52:13.177Z] 7f8258a56ab6: Pulling fs layer [2020-10-06T16:52:13.177Z] 75a0a0ebb566: Pulling fs layer [2020-10-06T16:52:13.177Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-06T16:52:13.177Z] 294320357d30: Pulling fs layer [2020-10-06T16:52:13.177Z] 4a2c62f0a2a3: Waiting [2020-10-06T16:52:13.177Z] 294320357d30: Waiting [2020-10-06T16:52:13.177Z] 75a0a0ebb566: Waiting [2020-10-06T16:52:13.452Z] b8e66b5100f5: Verifying Checksum [2020-10-06T16:52:13.452Z] b8e66b5100f5: Download complete [2020-10-06T16:52:13.452Z] 259a493cd78d: Verifying Checksum [2020-10-06T16:52:13.452Z] 75a0a0ebb566: Verifying Checksum [2020-10-06T16:52:13.452Z] 75a0a0ebb566: Download complete [2020-10-06T16:52:13.452Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-06T16:52:13.452Z] 4a2c62f0a2a3: Download complete [2020-10-06T16:52:13.465Z] Removing intermediate container a2eff561c3ae [2020-10-06T16:52:13.465Z] ---> 2a07ddac6608 [2020-10-06T16:52:13.465Z] [2020-10-06T16:52:13.465Z] Removing intermediate container 92c82a55cc47 [2020-10-06T16:52:13.465Z] ---> 77065c353e2a [2020-10-06T16:52:13.465Z] Step 6/24 : COPY go.mod . [2020-10-06T16:52:13.465Z] Successfully built 2a07ddac6608 [2020-10-06T16:52:13.728Z] 294320357d30: Verifying Checksum [2020-10-06T16:52:13.728Z] 294320357d30: Download complete [2020-10-06T16:52:14.002Z] 259a493cd78d: Pull complete [2020-10-06T16:52:14.610Z] b8e66b5100f5: Pull complete [2020-10-06T16:52:14.610Z] 7f8258a56ab6: Download complete [2020-10-06T16:52:14.874Z] Successfully tagged docker-core-data-go:latest [2020-10-06T16:52:14.874Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-06T16:52:16.830Z] Removing intermediate container f11db8122039 [2020-10-06T16:52:16.830Z] ---> b9065efc57c1 [2020-10-06T16:52:16.830Z] [2020-10-06T16:52:18.015Z] 7f8258a56ab6: Pull complete [2020-10-06T16:52:18.015Z] 75a0a0ebb566: Pull complete [2020-10-06T16:52:18.611Z] 4a2c62f0a2a3: Pull complete [2020-10-06T16:52:18.886Z] 294320357d30: Pull complete [2020-10-06T16:52:18.886Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T16:52:18.886Z] Status: Downloaded newer image for docker:latest [2020-10-06T16:52:20.150Z] Successfully built b9065efc57c1 [2020-10-06T16:52:20.151Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-06T16:52:20.151Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-10-06T16:52:20.427Z] ---> 5e9e3c843c73 [2020-10-06T16:52:20.427Z] Step 7/24 : RUN go mod download [2020-10-06T16:52:22.300Z] ---> a2c223b01896 [2020-10-06T16:52:22.300Z] Step 6/7 : COPY go.mod . [2020-10-06T16:52:22.894Z] ---> 1e604e63b632 [2020-10-06T16:52:22.894Z] Step 7/7 : RUN go mod download [2020-10-06T16:52:22.894Z] ---> Running in 9d84f1adcb46 [2020-10-06T16:52:25.752Z] ---> Running in 4042a20ca26f [2020-10-06T16:52:30.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:52:30.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:52:30.219Z] ---> a6cd5c475338 [2020-10-06T16:52:30.219Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T16:52:30.219Z] ---> Using cache [2020-10-06T16:52:30.219Z] ---> 4faded821c40 [2020-10-06T16:52:30.219Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:52:30.219Z] ---> Using cache [2020-10-06T16:52:30.219Z] ---> c9e03a25683c [2020-10-06T16:52:30.219Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T16:52:32.169Z] ---> Running in 6cc4190f8e77 [2020-10-06T16:52:32.169Z] ---> b7c19f4e8fd2 [2020-10-06T16:52:32.169Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T16:52:32.432Z] ---> Running in 82398bbc0709 [2020-10-06T16:52:33.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:52:33.831Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:52:33.831Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:52:33.831Z] ---> a6cd5c475338 [2020-10-06T16:52:33.831Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T16:52:33.831Z] ---> Using cache [2020-10-06T16:52:33.831Z] ---> 4faded821c40 [2020-10-06T16:52:33.831Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:52:33.831Z] ---> Using cache [2020-10-06T16:52:33.831Z] ---> c9e03a25683c [2020-10-06T16:52:33.831Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T16:52:34.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:52:34.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-06T16:52:34.933Z] Removing intermediate container 4042a20ca26f [2020-10-06T16:52:34.933Z] ---> a81a71565098 [2020-10-06T16:52:34.933Z] Step 8/24 : COPY . . [2020-10-06T16:52:34.933Z] ---> Running in 408e0ccfda94 [2020-10-06T16:52:34.933Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:52:34.933Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:52:34.933Z] OK: 12752 distinct packages available [2020-10-06T16:52:35.200Z] OK: 233 MiB in 51 packages [2020-10-06T16:52:35.480Z] OK: 233 MiB in 51 packages [2020-10-06T16:52:35.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:52:36.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:52:36.712Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:52:36.712Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:52:36.712Z] OK: 12752 distinct packages available [2020-10-06T16:52:37.275Z] OK: 233 MiB in 51 packages [2020-10-06T16:52:43.966Z] Removing intermediate container c2b4959d01e5 [2020-10-06T16:52:43.966Z] ---> 0755c520207b [2020-10-06T16:52:43.966Z] [2020-10-06T16:52:43.966Z] Step 10/22 : FROM scratch [2020-10-06T16:52:43.966Z] ---> [2020-10-06T16:52:43.966Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T16:52:46.557Z] ---> Using cache [2020-10-06T16:52:46.557Z] ---> f23fcbf05345 [2020-10-06T16:52:46.557Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T16:52:48.486Z] ---> Running in 7ffa7bb0e065 [2020-10-06T16:52:48.486Z] Removing intermediate container 6cc4190f8e77 [2020-10-06T16:52:48.486Z] ---> 3ae336acf244 [2020-10-06T16:52:48.486Z] Step 6/22 : COPY go.mod . [2020-10-06T16:52:48.769Z] Removing intermediate container 408e0ccfda94 [2020-10-06T16:52:48.769Z] ---> 373f30279d80 [2020-10-06T16:52:48.769Z] Step 6/27 : COPY go.mod . [2020-10-06T16:52:48.769Z] ---> 0923436e8346 [2020-10-06T16:52:48.769Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T16:52:48.769Z] Removing intermediate container 7ffa7bb0e065 [2020-10-06T16:52:48.769Z] ---> dc1e1ab80c7b [2020-10-06T16:52:48.769Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T16:52:49.100Z] ---> Running in 987833da5709 [2020-10-06T16:52:49.100Z] ---> Running in e791e6d91404 [2020-10-06T16:52:49.100Z] ---> acd2368045e5 [2020-10-06T16:52:49.100Z] Step 7/22 : RUN go mod download [2020-10-06T16:52:49.363Z] ---> 21361b070750 [2020-10-06T16:52:49.363Z] Step 7/27 : RUN go mod download [2020-10-06T16:52:49.639Z] ---> Running in 64003b9a2ecc [2020-10-06T16:52:49.639Z] ---> Running in 82126196449b [2020-10-06T16:52:49.701Z] Removing intermediate container 9d84f1adcb46 [2020-10-06T16:52:49.701Z] ---> 056f6d35818f [2020-10-06T16:52:49.701Z] Successfully built 056f6d35818f [2020-10-06T16:52:49.701Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:52:49.905Z] Removing intermediate container 987833da5709 [2020-10-06T16:52:49.906Z] ---> bcdb62f95102 [2020-10-06T16:52:49.906Z] Step 14/22 : WORKDIR / [2020-10-06T16:52:50.144Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T16:52:50.144Z] . [Pipeline] withDockerContainer [2020-10-06T16:52:50.185Z] ---> Running in 072589d2aa3a [2020-10-06T16:52:50.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-06T16:52:50.408Z] prd-ubuntu18.04-docker-arm64-4c-16g-3751 does not seem to be running inside a container [2020-10-06T16:52:50.470Z] Removing intermediate container 072589d2aa3a [2020-10-06T16:52:50.470Z] ---> 55e973b9d2e9 [2020-10-06T16:52:50.470Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T16:52:50.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-06T16:52:50.768Z] ---> f2ee173402bd [2020-10-06T16:52:50.768Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T16:52:51.751Z] ---> dcd85f06d1c7 [2020-10-06T16:52:51.751Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T16:52:52.025Z] Removing intermediate container 64003b9a2ecc [2020-10-06T16:52:52.025Z] ---> f658228a863b [2020-10-06T16:52:52.025Z] Step 8/22 : COPY . . [2020-10-06T16:52:52.322Z] Removing intermediate container 82126196449b [2020-10-06T16:52:52.322Z] ---> c2c74c0ccab0 [2020-10-06T16:52:52.322Z] Step 8/27 : COPY . . [2020-10-06T16:52:52.322Z] ---> 965358b482cd [2020-10-06T16:52:52.322Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T16:52:52.346Z] $ docker top 8d730e5040fd8c8fe5d4f603e060364252827cfc21a1687c9cb063bb6556ef06 -eo pid,comm [2020-10-06T16:52:52.606Z] ---> Running in bd395570fe95 [Pipeline] { [Pipeline] sh [2020-10-06T16:52:53.771Z] + go version [2020-10-06T16:52:53.771Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T16:52:53.810Z] $ docker stop --time=1 8d730e5040fd8c8fe5d4f603e060364252827cfc21a1687c9cb063bb6556ef06 [2020-10-06T16:52:55.823Z] $ docker rm -f 8d730e5040fd8c8fe5d4f603e060364252827cfc21a1687c9cb063bb6556ef06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:52:56.884Z] Removing intermediate container bd395570fe95 [2020-10-06T16:52:56.884Z] ---> a0f006e9ecce [2020-10-06T16:52:56.884Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:52:57.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T16:52:57.177Z] [2020-10-06T16:52:57.177Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:52:57.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T16:52:57.846Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-06T16:52:57.846Z] 29e5d40040c1: Pulling fs layer [2020-10-06T16:52:57.846Z] 1ce36da41761: Pulling fs layer [2020-10-06T16:52:57.846Z] 25b303627fd3: Pulling fs layer [2020-10-06T16:52:58.129Z] 29e5d40040c1: Verifying Checksum [2020-10-06T16:52:58.129Z] 29e5d40040c1: Download complete [2020-10-06T16:52:58.732Z] 1ce36da41761: Verifying Checksum [2020-10-06T16:52:58.732Z] 1ce36da41761: Download complete [2020-10-06T16:52:58.732Z] 29e5d40040c1: Pull complete [2020-10-06T16:53:00.173Z] 1ce36da41761: Pull complete [2020-10-06T16:53:00.173Z] 25b303627fd3: Verifying Checksum [2020-10-06T16:53:00.173Z] 25b303627fd3: Download complete [2020-10-06T16:53:02.241Z] ---> Running in ee1602137795 [2020-10-06T16:53:02.242Z] Removing intermediate container 82398bbc0709 [2020-10-06T16:53:02.242Z] ---> 592cf5856561 [2020-10-06T16:53:02.242Z] [2020-10-06T16:53:02.242Z] Step 9/29 : FROM alpine:latest [2020-10-06T16:53:02.242Z] ---> a24bb4013296 [2020-10-06T16:53:02.242Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-06T16:53:08.921Z] ---> Running in e4932e6c26a5 [2020-10-06T16:53:09.900Z] Removing intermediate container ee1602137795 [2020-10-06T16:53:09.900Z] ---> 94d321182fdf [2020-10-06T16:53:09.900Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T16:53:10.266Z] Removing intermediate container e4932e6c26a5 [2020-10-06T16:53:10.266Z] ---> 6288ac51b445 [2020-10-06T16:53:10.266Z] Step 11/29 : USER root [2020-10-06T16:53:10.367Z] 25b303627fd3: Pull complete [2020-10-06T16:53:10.367Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-06T16:53:10.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T16:53:10.367Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-06T16:53:10.655Z] prd-ubuntu18.04-docker-arm64-4c-16g-3751 does not seem to be running inside a container [2020-10-06T16:53:10.763Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-06T16:53:11.676Z] ---> Running in bc9ba96bda06 [2020-10-06T16:53:12.630Z] ---> Running in 2d5d82b4b454 [2020-10-06T16:53:12.630Z] Removing intermediate container bc9ba96bda06 [2020-10-06T16:53:12.630Z] ---> c27e38f26aba [2020-10-06T16:53:12.630Z] Step 21/22 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:53:12.630Z] ---> ad67c61575ab [2020-10-06T16:53:12.630Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T16:53:12.630Z] ---> 24e701c1d8a7 [2020-10-06T16:53:12.630Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T16:53:12.895Z] Removing intermediate container 2d5d82b4b454 [2020-10-06T16:53:12.895Z] ---> 178b27538de3 [2020-10-06T16:53:12.895Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T16:53:12.895Z] ---> Running in 7c3ec1c3e8fb [2020-10-06T16:53:12.895Z] ---> Running in 76dbc396f4ad [2020-10-06T16:53:12.895Z] ---> Running in 73c90b4db5bc [2020-10-06T16:53:12.895Z] ---> Running in e03a3c95c836 [2020-10-06T16:53:13.158Z] Removing intermediate container 7c3ec1c3e8fb [2020-10-06T16:53:13.158Z] ---> adc593d45067 [2020-10-06T16:53:13.158Z] Step 22/22 : LABEL version=1.2.2-dev.49 [2020-10-06T16:53:13.421Z] ---> Running in c158fcb61684 [2020-10-06T16:53:13.710Z] Removing intermediate container c158fcb61684 [2020-10-06T16:53:13.710Z] ---> 8ba062f085e6 [2020-10-06T16:53:13.710Z] [2020-10-06T16:53:13.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-06T16:53:13.977Z] Successfully built 8ba062f085e6 [2020-10-06T16:53:13.977Z] Successfully tagged docker-core-command-go:latest [2020-10-06T16:53:13.977Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-06T16:53:14.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:53:14.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:53:14.292Z] $ docker top bce646afbe9891699ddff45e782c1f3f908a1339f65b851f4d97ad81c98ca092 -eo pid,comm [2020-10-06T16:53:14.530Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:53:14.530Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:53:14.530Z] OK: 12750 distinct packages available [2020-10-06T16:53:14.530Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T16:53:14.530Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T16:53:14.530Z] Executing busybox-1.31.1-r16.trigger [Pipeline] { [2020-10-06T16:53:14.805Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T16:53:14.805Z] OK: 6 MiB in 16 packages [Pipeline] sh [2020-10-06T16:53:15.951Z] + grep parallel [2020-10-06T16:53:15.951Z] + docker-compose build --help [2020-10-06T16:53:18.194Z] Removing intermediate container e03a3c95c836 [2020-10-06T16:53:18.194Z] ---> 0b6afd364f21 [2020-10-06T16:53:18.194Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T16:53:19.151Z] ---> Running in 69e4f0f93d82 [2020-10-06T16:53:19.350Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T16:53:19.386Z] $ docker stop --time=1 bce646afbe9891699ddff45e782c1f3f908a1339f65b851f4d97ad81c98ca092 [2020-10-06T16:53:19.416Z] Removing intermediate container e791e6d91404 [2020-10-06T16:53:19.416Z] ---> 5d0fbd751b26 [2020-10-06T16:53:19.416Z] [2020-10-06T16:53:19.416Z] Step 10/24 : FROM scratch [2020-10-06T16:53:19.416Z] ---> [2020-10-06T16:53:19.416Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T16:53:19.684Z] Removing intermediate container 69e4f0f93d82 [2020-10-06T16:53:19.684Z] ---> b278c5d56881 [2020-10-06T16:53:19.684Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T16:53:19.684Z] ---> Running in ae12b0ee3b23 [2020-10-06T16:53:19.959Z] ---> Running in 9def465eacb3 [2020-10-06T16:53:19.959Z] Removing intermediate container ae12b0ee3b23 [2020-10-06T16:53:19.959Z] ---> b40198f81759 [2020-10-06T16:53:19.959Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T16:53:20.232Z] ---> Running in d56d7dd84474 [2020-10-06T16:53:20.232Z] Removing intermediate container 9def465eacb3 [2020-10-06T16:53:20.232Z] ---> 7acadcafa71f [2020-10-06T16:53:20.232Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T16:53:20.232Z] ---> Running in 0dcae6f0370a [2020-10-06T16:53:20.501Z] Removing intermediate container d56d7dd84474 [2020-10-06T16:53:20.501Z] ---> e53186df403d [2020-10-06T16:53:20.501Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T16:53:20.501Z] ---> Running in b5a07e11ba02 [2020-10-06T16:53:20.785Z] Removing intermediate container b5a07e11ba02 [2020-10-06T16:53:20.785Z] ---> 350db450d5f9 [2020-10-06T16:53:20.786Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T16:53:21.381Z] $ docker rm -f bce646afbe9891699ddff45e782c1f3f908a1339f65b851f4d97ad81c98ca092 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:53:22.218Z] ---> 25c0dccad932 [2020-10-06T16:53:22.218Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T16:53:22.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T16:53:22.302Z] . [Pipeline] withDockerContainer [2020-10-06T16:53:22.570Z] prd-ubuntu18.04-docker-arm64-4c-16g-3751 does not seem to be running inside a container [2020-10-06T16:53:22.674Z] $ 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/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-06T16:53:22.828Z] Removing intermediate container 0dcae6f0370a [2020-10-06T16:53:22.828Z] ---> a830f452d4a7 [2020-10-06T16:53:22.828Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T16:53:23.437Z] ---> 9484b2541239 [2020-10-06T16:53:23.437Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T16:53:23.719Z] ---> 2a1d70deb62b [2020-10-06T16:53:23.719Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T16:53:24.005Z] ---> 3c681af4027f [2020-10-06T16:53:24.005Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T16:53:24.005Z] ---> 0b4753729f02 [2020-10-06T16:53:24.005Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T16:53:24.096Z] $ docker top 6a6cdc85d5c37bdb0d94c3c2904946ac01d84d8b67779604d4d4f969b8f656d1 -eo pid,comm [2020-10-06T16:53:24.368Z] ---> 29900625b3eb [2020-10-06T16:53:24.368Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [Pipeline] { [Pipeline] sh [2020-10-06T16:53:24.644Z] ---> fbae69aec6f3 [2020-10-06T16:53:24.644Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T16:53:24.916Z] ---> 22c923c0e192 [2020-10-06T16:53:24.916Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T16:53:25.117Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T16:53:25.509Z] ---> 705a20806b73 [2020-10-06T16:53:25.509Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T16:53:25.509Z] ---> f1ea42fd9bc3 [2020-10-06T16:53:25.509Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T16:53:25.793Z] ---> Running in 4a4c4e3cf2a1 [2020-10-06T16:53:26.058Z] ---> 296677d22c85 [2020-10-06T16:53:26.058Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T16:53:26.332Z] ---> Running in cbae4d66fc85 [2020-10-06T16:53:26.916Z] Removing intermediate container cbae4d66fc85 [2020-10-06T16:53:26.916Z] ---> ed1fee467d40 [2020-10-06T16:53:26.916Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:53:27.505Z] ---> Running in be0a0dd1b6b9 [2020-10-06T16:53:27.771Z] Removing intermediate container be0a0dd1b6b9 [2020-10-06T16:53:27.771Z] ---> 260d0d7a8b9e [2020-10-06T16:53:27.771Z] Step 22/24 : LABEL arch=x86_64 [2020-10-06T16:53:28.034Z] ---> Running in 0252c5cf3aa5 [2020-10-06T16:53:28.034Z] Removing intermediate container 4a4c4e3cf2a1 [2020-10-06T16:53:28.034Z] ---> d77bc08a462b [2020-10-06T16:53:28.034Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T16:53:28.034Z] Removing intermediate container 0252c5cf3aa5 [2020-10-06T16:53:28.035Z] ---> 4284205950fd [2020-10-06T16:53:28.035Z] Step 23/24 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:53:28.298Z] ---> Running in 3ea0e61ab097 [2020-10-06T16:53:28.298Z] ---> 1eab84c3e6e8 [2020-10-06T16:53:28.298Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T16:53:28.493Z] Building docker-core-command-go ... [2020-10-06T16:53:28.493Z] Building docker-core-data-go ... [2020-10-06T16:53:28.493Z] Building docker-core-metadata-go ... [2020-10-06T16:53:28.493Z] Building docker-security-proxy-setup-go ... [2020-10-06T16:53:28.493Z] Building docker-security-secrets-setup-go ... [2020-10-06T16:53:28.493Z] Building docker-security-secretstore-setup-go ... [2020-10-06T16:53:28.493Z] Building docker-support-logging-go ... [2020-10-06T16:53:28.493Z] Building docker-support-notifications-go ... [2020-10-06T16:53:28.493Z] Building docker-support-scheduler-go ... [2020-10-06T16:53:28.493Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T16:53:28.493Z] Building docker-core-metadata-go [2020-10-06T16:53:28.493Z] Building docker-security-proxy-setup-go [2020-10-06T16:53:28.493Z] Building docker-core-data-go [2020-10-06T16:53:28.493Z] Building docker-security-secrets-setup-go [2020-10-06T16:53:28.493Z] Building docker-support-logging-go [2020-10-06T16:53:28.884Z] ---> Running in 4db8c0a1d7ea [2020-10-06T16:53:28.884Z] Removing intermediate container 3ea0e61ab097 [2020-10-06T16:53:28.884Z] ---> 2290ddf15120 [2020-10-06T16:53:28.884Z] Step 24/24 : LABEL version=1.2.2-dev.49 [2020-10-06T16:53:28.884Z] ---> Running in a794117ff7ab [2020-10-06T16:53:29.150Z] Removing intermediate container a794117ff7ab [2020-10-06T16:53:29.150Z] ---> acba04e02a60 [2020-10-06T16:53:29.150Z] [2020-10-06T16:53:29.732Z] Successfully built acba04e02a60 [2020-10-06T16:53:29.732Z] Successfully tagged docker-support-notifications-go:latest [2020-10-06T16:53:31.662Z]  Building docker-support-notifications-go ... done Removing intermediate container 76dbc396f4ad [2020-10-06T16:53:31.662Z] ---> 584506b7cb27 [2020-10-06T16:53:31.662Z] [2020-10-06T16:53:31.662Z] Step 10/22 : FROM scratch [2020-10-06T16:53:31.662Z] ---> [2020-10-06T16:53:31.662Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T16:53:31.662Z] Removing intermediate container 73c90b4db5bc [2020-10-06T16:53:31.662Z] ---> b761a9fb2618 [2020-10-06T16:53:31.662Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T16:53:31.662Z] ---> Using cache [2020-10-06T16:53:31.662Z] ---> b40198f81759 [2020-10-06T16:53:31.662Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T16:53:31.662Z] ---> Running in b545c3a0cbb1 [2020-10-06T16:53:31.662Z] Removing intermediate container 4db8c0a1d7ea [2020-10-06T16:53:31.662Z] ---> 953f723664ac [2020-10-06T16:53:31.662Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T16:53:31.925Z] ---> Running in 263aadf2c33d [2020-10-06T16:53:31.925Z] ---> Running in c1389a4499e9 [2020-10-06T16:53:32.188Z] Removing intermediate container 263aadf2c33d [2020-10-06T16:53:32.188Z] ---> 845dadb6febc [2020-10-06T16:53:32.188Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T16:53:32.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-06T16:53:32.456Z] ---> Running in d9c79eee2a61 [2020-10-06T16:53:32.456Z] Removing intermediate container d9c79eee2a61 [2020-10-06T16:53:32.456Z] ---> 8b5bd9297a56 [2020-10-06T16:53:32.456Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T16:53:33.046Z] ---> 862ff9e12c3f [2020-10-06T16:53:33.046Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T16:53:33.046Z] ---> 65f9de64fbc4 [2020-10-06T16:53:33.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T16:53:33.633Z] Removing intermediate container c1389a4499e9 [2020-10-06T16:53:33.633Z] ---> 34fb2f2b4192 [2020-10-06T16:53:33.633Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T16:53:33.633Z] Removing intermediate container b545c3a0cbb1 [2020-10-06T16:53:33.633Z] ---> 39586a9eae28 [2020-10-06T16:53:33.633Z] [2020-10-06T16:53:33.633Z] Step 11/27 : FROM docker:latest [2020-10-06T16:53:33.633Z] ---> 809cc4dba987 [2020-10-06T16:53:33.633Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T16:53:33.633Z] ---> Running in d2ccd96b72f0 [2020-10-06T16:53:33.633Z] ---> 194eda90b294 [2020-10-06T16:53:33.633Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T16:53:33.633Z] ---> Running in 17d28e3d4eca [2020-10-06T16:53:33.900Z] Removing intermediate container d2ccd96b72f0 [2020-10-06T16:53:33.900Z] ---> 882c16cc0be7 [2020-10-06T16:53:33.900Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T16:53:34.163Z] ---> 860ef993c7b5 [2020-10-06T16:53:34.163Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T16:53:34.163Z] ---> Running in 31739730619e [2020-10-06T16:53:34.163Z] ---> Running in 854e36a33ca6 [2020-10-06T16:53:34.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:53:34.428Z] Removing intermediate container 31739730619e [2020-10-06T16:53:34.428Z] ---> 1ef75ca30cb2 [2020-10-06T16:53:34.428Z] Step 27/29 : LABEL arch=x86_64 [2020-10-06T16:53:34.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:53:34.428Z] ---> Running in b4628a40e5e1 [2020-10-06T16:53:34.428Z] Removing intermediate container 854e36a33ca6 [2020-10-06T16:53:34.428Z] ---> a0ad264ed4bb [2020-10-06T16:53:34.428Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:53:34.428Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T16:53:34.428Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T16:53:34.428Z] Executing bash-5.0.17-r0.post-install [2020-10-06T16:53:34.428Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:53:35.379Z] OK: 12 MiB in 22 packages [2020-10-06T16:53:35.379Z] ---> Running in be62c9dfee10 [2020-10-06T16:53:35.379Z] Removing intermediate container b4628a40e5e1 [2020-10-06T16:53:35.379Z] ---> 602d04397a53 [2020-10-06T16:53:35.379Z] Step 28/29 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:53:35.644Z] ---> Running in 2b57fb0c67e2 [2020-10-06T16:53:35.644Z] Removing intermediate container be62c9dfee10 [2020-10-06T16:53:35.644Z] ---> d0cdbda9378f [2020-10-06T16:53:35.644Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T16:53:35.907Z] ---> Running in c974bf117fe0 [2020-10-06T16:53:35.907Z] Removing intermediate container 2b57fb0c67e2 [2020-10-06T16:53:35.907Z] ---> 72ec0cb2a29f [2020-10-06T16:53:35.907Z] Step 29/29 : LABEL version=1.2.2-dev.49 [2020-10-06T16:53:35.907Z] Removing intermediate container 17d28e3d4eca [2020-10-06T16:53:35.907Z] ---> d99392ca1695 [2020-10-06T16:53:35.907Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T16:53:36.170Z] ---> Running in e5cd06fcc97c [2020-10-06T16:53:36.170Z] ---> Running in 39a84eb17fdb [2020-10-06T16:53:36.170Z] Removing intermediate container c974bf117fe0 [2020-10-06T16:53:36.170Z] ---> 47ee6b794879 [2020-10-06T16:53:36.170Z] Step 21/22 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:53:36.434Z] ---> Running in 7ba16067c847 [2020-10-06T16:53:36.434Z] Removing intermediate container e5cd06fcc97c [2020-10-06T16:53:36.434Z] ---> a00a818f8bbd [2020-10-06T16:53:36.434Z] [2020-10-06T16:53:36.761Z] Successfully built a00a818f8bbd [2020-10-06T16:53:36.761Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-06T16:53:36.761Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 7ba16067c847 [2020-10-06T16:53:36.761Z] ---> 930308255a98 [2020-10-06T16:53:36.761Z] Step 22/22 : LABEL version=1.2.2-dev.49 [2020-10-06T16:53:36.761Z] ---> Running in 7e7b7a03d04c [2020-10-06T16:53:37.027Z] Removing intermediate container 7e7b7a03d04c [2020-10-06T16:53:37.027Z] ---> 73f277d7d8c5 [2020-10-06T16:53:37.027Z] [2020-10-06T16:53:37.027Z] Successfully built 73f277d7d8c5 [2020-10-06T16:53:37.027Z] Successfully tagged docker-support-logging-go:latest [2020-10-06T16:53:37.293Z]  Building docker-support-logging-go ... done Removing intermediate container 39a84eb17fdb [2020-10-06T16:53:37.293Z] ---> 8d4096adf8c3 [2020-10-06T16:53:37.293Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T16:53:37.293Z] ---> Running in a6a08cf59dc5 [2020-10-06T16:53:37.293Z] Removing intermediate container a6a08cf59dc5 [2020-10-06T16:53:37.293Z] ---> ebedfbe03e60 [2020-10-06T16:53:37.293Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T16:53:37.557Z] ---> Running in 231e7f60df85 [2020-10-06T16:53:37.821Z] Removing intermediate container 231e7f60df85 [2020-10-06T16:53:37.821Z] ---> 726f5b7b8da2 [2020-10-06T16:53:37.821Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T16:53:37.821Z] ---> Running in a728c6631edc [2020-10-06T16:53:38.084Z] Removing intermediate container a728c6631edc [2020-10-06T16:53:38.084Z] ---> 2afc3d2cbc7b [2020-10-06T16:53:38.084Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T16:53:38.347Z] ---> 59a7be744947 [2020-10-06T16:53:38.347Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T16:53:38.609Z] ---> 313416cc04cb [2020-10-06T16:53:38.609Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T16:53:38.873Z] ---> bb48da334f58 [2020-10-06T16:53:38.873Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T16:53:39.136Z] ---> Running in cad198c40286 [2020-10-06T16:53:39.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:53:39.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:53:39.664Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T16:53:39.664Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T16:53:39.664Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T16:53:39.664Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T16:53:39.664Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T16:53:39.664Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T16:53:39.664Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T16:53:40.625Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T16:53:40.625Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T16:53:40.625Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T16:53:40.625Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T16:53:40.625Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T16:53:40.625Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T16:53:40.625Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T16:53:40.625Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T16:53:40.625Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T16:53:40.625Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T16:53:40.887Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T16:53:40.887Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T16:53:40.887Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T16:53:40.887Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T16:53:40.887Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T16:53:40.887Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T16:53:40.887Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T16:53:40.887Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T16:53:40.887Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T16:53:40.887Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T16:53:40.887Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T16:53:40.887Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T16:53:40.887Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T16:53:40.887Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T16:53:40.887Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T16:53:40.887Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T16:53:41.153Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:53:41.153Z] OK: 71 MiB in 55 packages [2020-10-06T16:53:51.191Z] Removing intermediate container cad198c40286 [2020-10-06T16:53:51.191Z] ---> c0a1efcb40ec [2020-10-06T16:53:51.191Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T16:53:51.191Z] ---> Running in 29818d17183d [2020-10-06T16:53:51.454Z] Collecting docker-compose==1.23.2 [2020-10-06T16:53:51.454Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T16:53:51.719Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T16:53:51.719Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T16:53:52.297Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T16:53:52.297Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T16:53:52.561Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T16:53:52.561Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T16:53:52.561Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T16:53:52.561Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T16:53:53.138Z] Collecting PyYAML<4,>=3.10 [2020-10-06T16:53:53.138Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T16:53:53.714Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T16:53:53.715Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T16:53:53.978Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-06T16:53:53.978Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T16:53:53.978Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T16:53:54.242Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T16:53:54.242Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T16:53:54.506Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T16:53:54.506Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T16:53:54.779Z] Collecting idna<2.8,>=2.5 [2020-10-06T16:53:54.779Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T16:53:54.779Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T16:53:54.779Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T16:53:54.779Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-06T16:53:54.779Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-06T16:53:54.779Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T16:53:55.042Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T16:53:55.042Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T16:53:55.042Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T16:53:55.042Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T16:53:55.042Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T16:53:55.042Z] Installing collected packages: dockerpty, jsonschema, idna, urllib3, requests, docopt, PyYAML, websocket-client, docker-pycreds, docker, texttable, cached-property, docker-compose [2020-10-06T16:53:55.042Z] Running setup.py install for dockerpty: started [2020-10-06T16:53:55.620Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T16:53:55.620Z] Attempting uninstall: idna [2020-10-06T16:53:55.620Z] Found existing installation: idna 2.9 [2020-10-06T16:53:55.620Z] Uninstalling idna-2.9: [2020-10-06T16:53:55.620Z] Successfully uninstalled idna-2.9 [2020-10-06T16:53:55.886Z] Attempting uninstall: urllib3 [2020-10-06T16:53:55.886Z] Found existing installation: urllib3 1.25.9 [2020-10-06T16:53:55.886Z] Uninstalling urllib3-1.25.9: [2020-10-06T16:53:55.886Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T16:53:56.153Z] Attempting uninstall: requests [2020-10-06T16:53:56.153Z] Found existing installation: requests 2.23.0 [2020-10-06T16:53:56.153Z] Uninstalling requests-2.23.0: [2020-10-06T16:53:56.153Z] Successfully uninstalled requests-2.23.0 [2020-10-06T16:53:56.153Z] Running setup.py install for docopt: started [2020-10-06T16:53:56.730Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T16:53:56.730Z] Running setup.py install for PyYAML: started [2020-10-06T16:53:56.994Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T16:53:57.570Z] Running setup.py install for texttable: started [2020-10-06T16:53:57.833Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T16:53:58.096Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-06T16:54:01.417Z] Removing intermediate container 29818d17183d [2020-10-06T16:54:01.417Z] ---> acc302753849 [2020-10-06T16:54:01.417Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T16:54:01.417Z] ---> Running in 2482d0b0a4a8 [2020-10-06T16:54:01.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T16:54:01.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T16:54:01.999Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T16:54:01.999Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T16:54:01.999Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T16:54:01.999Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:54:01.999Z] OK: 72 MiB in 58 packages [2020-10-06T16:54:02.583Z] Removing intermediate container 2482d0b0a4a8 [2020-10-06T16:54:02.583Z] ---> bb8fe274071b [2020-10-06T16:54:02.583Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T16:54:02.583Z] ---> Running in 712a87ebd2b0 [2020-10-06T16:54:02.583Z] Removing intermediate container 712a87ebd2b0 [2020-10-06T16:54:02.583Z] ---> b4b6cf08426e [2020-10-06T16:54:02.583Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:54:02.851Z] ---> Running in 52a99ab489b1 [2020-10-06T16:54:02.851Z] Removing intermediate container 52a99ab489b1 [2020-10-06T16:54:02.851Z] ---> 00795f8116bd [2020-10-06T16:54:02.851Z] Step 25/27 : LABEL arch=x86_64 [2020-10-06T16:54:03.115Z] ---> Running in f21d1f3523bf [2020-10-06T16:54:03.115Z] Removing intermediate container f21d1f3523bf [2020-10-06T16:54:03.115Z] ---> dae7496d8e83 [2020-10-06T16:54:03.115Z] Step 26/27 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:03.115Z] ---> Running in 7b03700fc76b [2020-10-06T16:54:03.381Z] Removing intermediate container 7b03700fc76b [2020-10-06T16:54:03.381Z] ---> f18e7331b79d [2020-10-06T16:54:03.381Z] Step 27/27 : LABEL version=1.2.2-dev.49 [2020-10-06T16:54:03.381Z] ---> Running in b7761ddcaa15 [2020-10-06T16:54:03.644Z] Removing intermediate container b7761ddcaa15 [2020-10-06T16:54:03.644Z] ---> 444fdbaac1ca [2020-10-06T16:54:03.644Z] [2020-10-06T16:54:03.644Z] Successfully built 444fdbaac1ca [2020-10-06T16:54:03.907Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-06T16:54:04.185Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-06T16:54:04.195Z] $ docker stop --time=1 1c146c80990be2c0b186515006664eeb3542f0f3acef0ed766d78b93f351e1f2 [2020-10-06T16:54:05.681Z] $ docker rm -f 1c146c80990be2c0b186515006664eeb3542f0f3acef0ed766d78b93f351e1f2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T16:54:06.302Z] + docker images [2020-10-06T16:54:06.302Z] + grep docker [2020-10-06T16:54:06.302Z] docker-sys-mgmt-agent-go latest 444fdbaac1ca 3 seconds ago 290MB [2020-10-06T16:54:06.302Z] docker-security-secrets-setup-go latest a00a818f8bbd 30 seconds ago 24MB [2020-10-06T16:54:06.302Z] docker-support-logging-go latest 73f277d7d8c5 30 seconds ago 11.1MB [2020-10-06T16:54:06.302Z] docker-support-notifications-go latest acba04e02a60 38 seconds ago 13.6MB [2020-10-06T16:54:06.302Z] docker-core-command-go latest 8ba062f085e6 53 seconds ago 12.2MB [2020-10-06T16:54:06.302Z] docker-security-secretstore-setup-go latest b9065efc57c1 About a minute ago 32.4MB [2020-10-06T16:54:06.302Z] docker-core-data-go latest 2a07ddac6608 About a minute ago 23.6MB [2020-10-06T16:54:06.302Z] docker-core-metadata-go latest 6f629d2d4533 2 minutes ago 14.2MB [2020-10-06T16:54:06.302Z] docker-security-proxy-setup-go latest 36d44ad2af11 2 minutes ago 15.8MB [2020-10-06T16:54:06.302Z] docker-support-scheduler-go latest b18f8614a564 2 minutes ago 12.3MB [2020-10-06T16:54:06.302Z] docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-06T16:54:07.015Z] provisioning config files... [2020-10-06T16:54:07.062Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/164@tmp/config3159173399838276331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T16:54:07.429Z] ---> docker-login.sh [2020-10-06T16:54:07.430Z] nexus3.edgexfoundry.org:10001 [2020-10-06T16:54:07.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T16:54:07.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T16:54:07.690Z] Configure a credential helper to remove this warning. See [2020-10-06T16:54:07.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T16:54:07.690Z] [2020-10-06T16:54:07.690Z] Login Succeeded [2020-10-06T16:54:07.690Z] nexus3.edgexfoundry.org:10002 [2020-10-06T16:54:07.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T16:54:07.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T16:54:07.690Z] Configure a credential helper to remove this warning. See [2020-10-06T16:54:07.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T16:54:07.690Z] [2020-10-06T16:54:07.690Z] Login Succeeded [2020-10-06T16:54:07.690Z] nexus3.edgexfoundry.org:10003 [2020-10-06T16:54:07.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T16:54:07.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T16:54:07.951Z] Configure a credential helper to remove this warning. See [2020-10-06T16:54:07.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T16:54:07.951Z] [2020-10-06T16:54:07.951Z] Login Succeeded [2020-10-06T16:54:07.951Z] nexus3.edgexfoundry.org:10004 [2020-10-06T16:54:07.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T16:54:08.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T16:54:08.212Z] Configure a credential helper to remove this warning. See [2020-10-06T16:54:08.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T16:54:08.212Z] [2020-10-06T16:54:08.212Z] Login Succeeded [2020-10-06T16:54:08.212Z] docker.io [2020-10-06T16:54:08.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T16:54:08.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T16:54:08.472Z] Configure a credential helper to remove this warning. See [2020-10-06T16:54:08.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T16:54:08.472Z] [2020-10-06T16:54:08.472Z] Login Succeeded [2020-10-06T16:54:08.472Z] ---> docker-login.sh ends [Pipeline] } [2020-10-06T16:54:08.481Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:08.685Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-06T16:54:08.685Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:08.685Z] 1.2.2-dev.49 [2020-10-06T16:54:08.685Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:08.685Z] master [2020-10-06T16:54:08.685Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:09.180Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:09.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:09.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T16:54:09.477Z] dab4af8c9ffd: Preparing [2020-10-06T16:54:09.477Z] e1fb46a0543f: Preparing [2020-10-06T16:54:09.477Z] 9e9be06afebf: Preparing [2020-10-06T16:54:09.739Z] dab4af8c9ffd: Pushed [2020-10-06T16:54:09.739Z] 9e9be06afebf: Pushed [2020-10-06T16:54:10.687Z] e1fb46a0543f: Pushed [2020-10-06T16:54:10.688Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:5e927e319b311ef9b2a8e204035938261e6583b58af154582fc8ff92e1e7252b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:10.990Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:11.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.49 [2020-10-06T16:54:11.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T16:54:11.290Z] dab4af8c9ffd: Preparing [2020-10-06T16:54:11.290Z] e1fb46a0543f: Preparing [2020-10-06T16:54:11.290Z] 9e9be06afebf: Preparing [2020-10-06T16:54:11.290Z] e1fb46a0543f: Layer already exists [2020-10-06T16:54:11.290Z] dab4af8c9ffd: Layer already exists [2020-10-06T16:54:11.290Z] 9e9be06afebf: Layer already exists [2020-10-06T16:54:11.290Z] 1.2.2-dev.49: digest: sha256:5e927e319b311ef9b2a8e204035938261e6583b58af154582fc8ff92e1e7252b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:11.630Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:11.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:11.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T16:54:11.927Z] dab4af8c9ffd: Preparing [2020-10-06T16:54:11.927Z] e1fb46a0543f: Preparing [2020-10-06T16:54:11.927Z] 9e9be06afebf: Preparing [2020-10-06T16:54:11.927Z] e1fb46a0543f: Layer already exists [2020-10-06T16:54:11.927Z] dab4af8c9ffd: Layer already exists [2020-10-06T16:54:11.927Z] 9e9be06afebf: Layer already exists [2020-10-06T16:54:11.927Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:5e927e319b311ef9b2a8e204035938261e6583b58af154582fc8ff92e1e7252b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:12.230Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:12.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-06T16:54:12.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T16:54:12.524Z] dab4af8c9ffd: Preparing [2020-10-06T16:54:12.524Z] e1fb46a0543f: Preparing [2020-10-06T16:54:12.524Z] 9e9be06afebf: Preparing [2020-10-06T16:54:12.524Z] 9e9be06afebf: Layer already exists [2020-10-06T16:54:12.524Z] e1fb46a0543f: Layer already exists [2020-10-06T16:54:12.524Z] dab4af8c9ffd: Layer already exists [2020-10-06T16:54:12.524Z] master: digest: sha256:5e927e319b311ef9b2a8e204035938261e6583b58af154582fc8ff92e1e7252b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:12.711Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:12.772Z] taggedImages: [2020-10-06T16:54:12.772Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:12.772Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.49 [2020-10-06T16:54:12.772Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:12.772Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-06T16:54:12.838Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-06T16:54:12.838Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:12.838Z] 1.2.2-dev.49 [2020-10-06T16:54:12.838Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:12.838Z] master [2020-10-06T16:54:12.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:13.313Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:13.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:13.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T16:54:13.611Z] b07b98ca0743: Preparing [2020-10-06T16:54:13.611Z] f14c1d5f8c40: Preparing [2020-10-06T16:54:13.611Z] df6dd2139252: Preparing [2020-10-06T16:54:13.611Z] bcfed9303704: Preparing [2020-10-06T16:54:13.611Z] 73b58f09b980: Preparing [2020-10-06T16:54:13.611Z] 50644c29ef5a: Preparing [2020-10-06T16:54:13.611Z] 50644c29ef5a: Waiting [2020-10-06T16:54:13.611Z] df6dd2139252: Pushed [2020-10-06T16:54:13.872Z] 73b58f09b980: Pushed [2020-10-06T16:54:13.872Z] b07b98ca0743: Pushed [2020-10-06T16:54:13.872Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:13.872Z] bcfed9303704: Pushed [2020-10-06T16:54:15.256Z] f14c1d5f8c40: Pushed [2020-10-06T16:54:15.256Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:eab07c951ab14982589e5a1b0c2555090a11064e5bfcb90ce476575fe5324fc8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:15.559Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:15.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.49 [2020-10-06T16:54:15.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T16:54:15.894Z] b07b98ca0743: Preparing [2020-10-06T16:54:15.894Z] f14c1d5f8c40: Preparing [2020-10-06T16:54:15.894Z] df6dd2139252: Preparing [2020-10-06T16:54:15.894Z] bcfed9303704: Preparing [2020-10-06T16:54:15.894Z] 73b58f09b980: Preparing [2020-10-06T16:54:15.894Z] 50644c29ef5a: Preparing [2020-10-06T16:54:15.894Z] 50644c29ef5a: Waiting [2020-10-06T16:54:15.894Z] 73b58f09b980: Layer already exists [2020-10-06T16:54:15.894Z] df6dd2139252: Layer already exists [2020-10-06T16:54:15.894Z] bcfed9303704: Layer already exists [2020-10-06T16:54:15.894Z] b07b98ca0743: Layer already exists [2020-10-06T16:54:15.894Z] f14c1d5f8c40: Layer already exists [2020-10-06T16:54:15.894Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:15.894Z] 1.2.2-dev.49: digest: sha256:eab07c951ab14982589e5a1b0c2555090a11064e5bfcb90ce476575fe5324fc8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:16.200Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:16.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:16.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T16:54:16.501Z] b07b98ca0743: Preparing [2020-10-06T16:54:16.501Z] f14c1d5f8c40: Preparing [2020-10-06T16:54:16.501Z] df6dd2139252: Preparing [2020-10-06T16:54:16.501Z] bcfed9303704: Preparing [2020-10-06T16:54:16.501Z] 73b58f09b980: Preparing [2020-10-06T16:54:16.501Z] 50644c29ef5a: Preparing [2020-10-06T16:54:16.501Z] 50644c29ef5a: Waiting [2020-10-06T16:54:16.501Z] df6dd2139252: Layer already exists [2020-10-06T16:54:16.501Z] f14c1d5f8c40: Layer already exists [2020-10-06T16:54:16.501Z] b07b98ca0743: Layer already exists [2020-10-06T16:54:16.501Z] bcfed9303704: Layer already exists [2020-10-06T16:54:16.501Z] 73b58f09b980: Layer already exists [2020-10-06T16:54:16.501Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:16.501Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:eab07c951ab14982589e5a1b0c2555090a11064e5bfcb90ce476575fe5324fc8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:17.278Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:17.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-06T16:54:17.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T16:54:17.844Z] b07b98ca0743: Preparing [2020-10-06T16:54:17.844Z] f14c1d5f8c40: Preparing [2020-10-06T16:54:17.844Z] df6dd2139252: Preparing [2020-10-06T16:54:17.844Z] bcfed9303704: Preparing [2020-10-06T16:54:17.844Z] 73b58f09b980: Preparing [2020-10-06T16:54:17.844Z] 50644c29ef5a: Preparing [2020-10-06T16:54:17.844Z] b07b98ca0743: Layer already exists [2020-10-06T16:54:17.844Z] 73b58f09b980: Layer already exists [2020-10-06T16:54:17.844Z] bcfed9303704: Layer already exists [2020-10-06T16:54:17.844Z] f14c1d5f8c40: Layer already exists [2020-10-06T16:54:17.844Z] df6dd2139252: Layer already exists [2020-10-06T16:54:17.844Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:17.844Z] master: digest: sha256:eab07c951ab14982589e5a1b0c2555090a11064e5bfcb90ce476575fe5324fc8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:18.050Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:18.098Z] taggedImages: [2020-10-06T16:54:18.098Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:18.098Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.49 [2020-10-06T16:54:18.098Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:18.098Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-06T16:54:18.160Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-06T16:54:18.160Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:18.160Z] 1.2.2-dev.49 [2020-10-06T16:54:18.160Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:18.160Z] master [2020-10-06T16:54:18.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:18.649Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:18.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:18.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T16:54:18.947Z] ca66f40fd91b: Preparing [2020-10-06T16:54:18.947Z] ef349339a099: Preparing [2020-10-06T16:54:18.947Z] 7bbd0a35440d: Preparing [2020-10-06T16:54:18.947Z] 7bbd0a35440d: Pushed [2020-10-06T16:54:18.947Z] ca66f40fd91b: Pushed [2020-10-06T16:54:20.329Z] ef349339a099: Pushed [2020-10-06T16:54:20.329Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:a60cf6e193ccaa1a1d92c00e3442161ded9eef750eca7ab07b88efd7d0e7c143 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:20.662Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:20.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.49 [2020-10-06T16:54:20.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T16:54:20.962Z] ca66f40fd91b: Preparing [2020-10-06T16:54:20.962Z] ef349339a099: Preparing [2020-10-06T16:54:20.962Z] 7bbd0a35440d: Preparing [2020-10-06T16:54:20.962Z] ef349339a099: Layer already exists [2020-10-06T16:54:20.962Z] 7bbd0a35440d: Layer already exists [2020-10-06T16:54:20.962Z] ca66f40fd91b: Layer already exists [2020-10-06T16:54:20.962Z] 1.2.2-dev.49: digest: sha256:a60cf6e193ccaa1a1d92c00e3442161ded9eef750eca7ab07b88efd7d0e7c143 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:21.261Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:21.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:21.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T16:54:21.556Z] ca66f40fd91b: Preparing [2020-10-06T16:54:21.556Z] ef349339a099: Preparing [2020-10-06T16:54:21.556Z] 7bbd0a35440d: Preparing [2020-10-06T16:54:21.556Z] ef349339a099: Layer already exists [2020-10-06T16:54:21.556Z] 7bbd0a35440d: Layer already exists [2020-10-06T16:54:21.556Z] ca66f40fd91b: Layer already exists [2020-10-06T16:54:21.556Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:a60cf6e193ccaa1a1d92c00e3442161ded9eef750eca7ab07b88efd7d0e7c143 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:21.857Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:22.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-06T16:54:22.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T16:54:22.150Z] ca66f40fd91b: Preparing [2020-10-06T16:54:22.150Z] ef349339a099: Preparing [2020-10-06T16:54:22.150Z] 7bbd0a35440d: Preparing [2020-10-06T16:54:22.150Z] ef349339a099: Layer already exists [2020-10-06T16:54:22.150Z] ca66f40fd91b: Layer already exists [2020-10-06T16:54:22.150Z] 7bbd0a35440d: Layer already exists [2020-10-06T16:54:22.150Z] master: digest: sha256:a60cf6e193ccaa1a1d92c00e3442161ded9eef750eca7ab07b88efd7d0e7c143 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:22.348Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:22.394Z] taggedImages: [2020-10-06T16:54:22.394Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:22.394Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.49 [2020-10-06T16:54:22.394Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:22.394Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-06T16:54:22.457Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-06T16:54:22.457Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:22.457Z] 1.2.2-dev.49 [2020-10-06T16:54:22.457Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:22.457Z] master [2020-10-06T16:54:22.457Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:23.000Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:23.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:23.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T16:54:23.292Z] feec9beeefbe: Preparing [2020-10-06T16:54:23.292Z] ffdf5f53eddc: Preparing [2020-10-06T16:54:23.292Z] e13cfd07fb44: Preparing [2020-10-06T16:54:23.292Z] d4ae8b414dd7: Preparing [2020-10-06T16:54:23.292Z] 50644c29ef5a: Preparing [2020-10-06T16:54:23.292Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:23.292Z] ffdf5f53eddc: Pushed [2020-10-06T16:54:23.292Z] e13cfd07fb44: Pushed [2020-10-06T16:54:23.863Z] d4ae8b414dd7: Pushed [2020-10-06T16:54:24.123Z] feec9beeefbe: Pushed [2020-10-06T16:54:24.384Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:920edff5a7213ed05e374f7ec36c1f1824a41426bc6852d744cb99da03ce8b46 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:24.687Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:24.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.49 [2020-10-06T16:54:24.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T16:54:24.983Z] feec9beeefbe: Preparing [2020-10-06T16:54:24.983Z] ffdf5f53eddc: Preparing [2020-10-06T16:54:24.983Z] e13cfd07fb44: Preparing [2020-10-06T16:54:24.983Z] d4ae8b414dd7: Preparing [2020-10-06T16:54:24.983Z] 50644c29ef5a: Preparing [2020-10-06T16:54:24.983Z] d4ae8b414dd7: Layer already exists [2020-10-06T16:54:24.983Z] e13cfd07fb44: Layer already exists [2020-10-06T16:54:24.983Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:24.983Z] feec9beeefbe: Layer already exists [2020-10-06T16:54:24.983Z] ffdf5f53eddc: Layer already exists [2020-10-06T16:54:24.983Z] 1.2.2-dev.49: digest: sha256:920edff5a7213ed05e374f7ec36c1f1824a41426bc6852d744cb99da03ce8b46 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:25.284Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:25.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:25.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T16:54:25.580Z] feec9beeefbe: Preparing [2020-10-06T16:54:25.580Z] ffdf5f53eddc: Preparing [2020-10-06T16:54:25.580Z] e13cfd07fb44: Preparing [2020-10-06T16:54:25.580Z] d4ae8b414dd7: Preparing [2020-10-06T16:54:25.580Z] 50644c29ef5a: Preparing [2020-10-06T16:54:25.580Z] ffdf5f53eddc: Layer already exists [2020-10-06T16:54:25.580Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:25.580Z] feec9beeefbe: Layer already exists [2020-10-06T16:54:25.580Z] e13cfd07fb44: Layer already exists [2020-10-06T16:54:25.580Z] d4ae8b414dd7: Layer already exists [2020-10-06T16:54:25.580Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:920edff5a7213ed05e374f7ec36c1f1824a41426bc6852d744cb99da03ce8b46 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:25.884Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:26.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-06T16:54:26.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T16:54:26.175Z] feec9beeefbe: Preparing [2020-10-06T16:54:26.175Z] ffdf5f53eddc: Preparing [2020-10-06T16:54:26.175Z] e13cfd07fb44: Preparing [2020-10-06T16:54:26.175Z] d4ae8b414dd7: Preparing [2020-10-06T16:54:26.175Z] 50644c29ef5a: Preparing [2020-10-06T16:54:26.175Z] d4ae8b414dd7: Layer already exists [2020-10-06T16:54:26.175Z] e13cfd07fb44: Layer already exists [2020-10-06T16:54:26.175Z] feec9beeefbe: Layer already exists [2020-10-06T16:54:26.175Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:26.175Z] ffdf5f53eddc: Layer already exists [2020-10-06T16:54:26.436Z] master: digest: sha256:920edff5a7213ed05e374f7ec36c1f1824a41426bc6852d744cb99da03ce8b46 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:26.697Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:26.766Z] taggedImages: [2020-10-06T16:54:26.766Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:26.766Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.49 [2020-10-06T16:54:26.766Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:26.766Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-06T16:54:26.830Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-06T16:54:26.830Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:26.830Z] 1.2.2-dev.49 [2020-10-06T16:54:26.830Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:26.830Z] master [2020-10-06T16:54:26.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:27.300Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:27.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:27.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T16:54:27.592Z] 3c21d347e9b3: Preparing [2020-10-06T16:54:27.592Z] 1d0db51e615e: Preparing [2020-10-06T16:54:27.592Z] 6c2766c9855f: Preparing [2020-10-06T16:54:27.592Z] 83752e16a720: Preparing [2020-10-06T16:54:27.592Z] 83752e16a720: Preparing [2020-10-06T16:54:27.592Z] b10fcb6e4bb3: Preparing [2020-10-06T16:54:27.592Z] c6a3038f8b70: Preparing [2020-10-06T16:54:27.592Z] a3d404abb696: Preparing [2020-10-06T16:54:27.592Z] 3c21d347e9b3: Preparing [2020-10-06T16:54:27.592Z] f56a3012c508: Preparing [2020-10-06T16:54:27.592Z] 922f000d3e38: Preparing [2020-10-06T16:54:27.592Z] 7a630edc1283: Preparing [2020-10-06T16:54:27.592Z] 50644c29ef5a: Preparing [2020-10-06T16:54:27.592Z] c6a3038f8b70: Waiting [2020-10-06T16:54:27.592Z] a3d404abb696: Waiting [2020-10-06T16:54:27.592Z] f56a3012c508: Waiting [2020-10-06T16:54:27.592Z] 922f000d3e38: Waiting [2020-10-06T16:54:27.592Z] 7a630edc1283: Waiting [2020-10-06T16:54:27.592Z] 50644c29ef5a: Waiting [2020-10-06T16:54:27.852Z] 1d0db51e615e: Pushed [2020-10-06T16:54:27.852Z] 6c2766c9855f: Pushed [2020-10-06T16:54:27.852Z] 83752e16a720: Pushed [2020-10-06T16:54:27.852Z] b10fcb6e4bb3: Pushed [2020-10-06T16:54:27.852Z] c6a3038f8b70: Pushed [2020-10-06T16:54:27.852Z] f56a3012c508: Pushed [2020-10-06T16:54:27.852Z] a3d404abb696: Pushed [2020-10-06T16:54:27.852Z] 922f000d3e38: Pushed [2020-10-06T16:54:28.115Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:28.115Z] 7a630edc1283: Pushed [2020-10-06T16:54:28.375Z] 3c21d347e9b3: Pushed [2020-10-06T16:54:28.636Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:a16c0e314491f05b56735fe708085795b0f05ee72503111905a05175c1eda722 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:28.935Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:29.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.49 [2020-10-06T16:54:29.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T16:54:29.230Z] 3c21d347e9b3: Preparing [2020-10-06T16:54:29.230Z] 1d0db51e615e: Preparing [2020-10-06T16:54:29.230Z] 6c2766c9855f: Preparing [2020-10-06T16:54:29.230Z] 83752e16a720: Preparing [2020-10-06T16:54:29.230Z] 83752e16a720: Preparing [2020-10-06T16:54:29.230Z] b10fcb6e4bb3: Preparing [2020-10-06T16:54:29.230Z] c6a3038f8b70: Preparing [2020-10-06T16:54:29.230Z] a3d404abb696: Preparing [2020-10-06T16:54:29.230Z] 3c21d347e9b3: Preparing [2020-10-06T16:54:29.230Z] f56a3012c508: Preparing [2020-10-06T16:54:29.230Z] 922f000d3e38: Preparing [2020-10-06T16:54:29.230Z] 7a630edc1283: Preparing [2020-10-06T16:54:29.230Z] 50644c29ef5a: Preparing [2020-10-06T16:54:29.230Z] c6a3038f8b70: Waiting [2020-10-06T16:54:29.230Z] a3d404abb696: Waiting [2020-10-06T16:54:29.230Z] f56a3012c508: Waiting [2020-10-06T16:54:29.230Z] 50644c29ef5a: Waiting [2020-10-06T16:54:29.230Z] 922f000d3e38: Waiting [2020-10-06T16:54:29.230Z] 7a630edc1283: Waiting [2020-10-06T16:54:29.230Z] b10fcb6e4bb3: Layer already exists [2020-10-06T16:54:29.230Z] 6c2766c9855f: Layer already exists [2020-10-06T16:54:29.230Z] 1d0db51e615e: Layer already exists [2020-10-06T16:54:29.230Z] 3c21d347e9b3: Layer already exists [2020-10-06T16:54:29.230Z] 83752e16a720: Layer already exists [2020-10-06T16:54:29.230Z] a3d404abb696: Layer already exists [2020-10-06T16:54:29.230Z] c6a3038f8b70: Layer already exists [2020-10-06T16:54:29.230Z] 7a630edc1283: Layer already exists [2020-10-06T16:54:29.230Z] f56a3012c508: Layer already exists [2020-10-06T16:54:29.230Z] 922f000d3e38: Layer already exists [2020-10-06T16:54:29.230Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:29.230Z] 1.2.2-dev.49: digest: sha256:a16c0e314491f05b56735fe708085795b0f05ee72503111905a05175c1eda722 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:29.529Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:29.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:29.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T16:54:29.823Z] 3c21d347e9b3: Preparing [2020-10-06T16:54:29.823Z] 1d0db51e615e: Preparing [2020-10-06T16:54:29.823Z] 6c2766c9855f: Preparing [2020-10-06T16:54:29.823Z] 83752e16a720: Preparing [2020-10-06T16:54:29.823Z] 83752e16a720: Preparing [2020-10-06T16:54:29.823Z] b10fcb6e4bb3: Preparing [2020-10-06T16:54:29.823Z] c6a3038f8b70: Preparing [2020-10-06T16:54:29.823Z] a3d404abb696: Preparing [2020-10-06T16:54:29.823Z] 3c21d347e9b3: Preparing [2020-10-06T16:54:29.823Z] f56a3012c508: Preparing [2020-10-06T16:54:29.823Z] 922f000d3e38: Preparing [2020-10-06T16:54:29.823Z] 7a630edc1283: Preparing [2020-10-06T16:54:29.823Z] 50644c29ef5a: Preparing [2020-10-06T16:54:29.823Z] c6a3038f8b70: Waiting [2020-10-06T16:54:29.823Z] a3d404abb696: Waiting [2020-10-06T16:54:29.823Z] f56a3012c508: Waiting [2020-10-06T16:54:29.823Z] 922f000d3e38: Waiting [2020-10-06T16:54:29.823Z] 50644c29ef5a: Waiting [2020-10-06T16:54:29.823Z] 6c2766c9855f: Layer already exists [2020-10-06T16:54:29.823Z] 83752e16a720: Layer already exists [2020-10-06T16:54:29.823Z] b10fcb6e4bb3: Layer already exists [2020-10-06T16:54:29.823Z] 3c21d347e9b3: Layer already exists [2020-10-06T16:54:29.823Z] 1d0db51e615e: Layer already exists [2020-10-06T16:54:29.823Z] a3d404abb696: Layer already exists [2020-10-06T16:54:29.823Z] f56a3012c508: Layer already exists [2020-10-06T16:54:29.823Z] c6a3038f8b70: Layer already exists [2020-10-06T16:54:29.823Z] 7a630edc1283: Layer already exists [2020-10-06T16:54:29.823Z] 922f000d3e38: Layer already exists [2020-10-06T16:54:29.823Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:29.823Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:a16c0e314491f05b56735fe708085795b0f05ee72503111905a05175c1eda722 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:30.152Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:30.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-06T16:54:30.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T16:54:30.447Z] 3c21d347e9b3: Preparing [2020-10-06T16:54:30.448Z] 1d0db51e615e: Preparing [2020-10-06T16:54:30.448Z] 6c2766c9855f: Preparing [2020-10-06T16:54:30.448Z] 83752e16a720: Preparing [2020-10-06T16:54:30.448Z] 83752e16a720: Preparing [2020-10-06T16:54:30.448Z] b10fcb6e4bb3: Preparing [2020-10-06T16:54:30.448Z] c6a3038f8b70: Preparing [2020-10-06T16:54:30.448Z] a3d404abb696: Preparing [2020-10-06T16:54:30.448Z] 3c21d347e9b3: Preparing [2020-10-06T16:54:30.448Z] f56a3012c508: Preparing [2020-10-06T16:54:30.448Z] 922f000d3e38: Preparing [2020-10-06T16:54:30.448Z] 7a630edc1283: Preparing [2020-10-06T16:54:30.448Z] 50644c29ef5a: Preparing [2020-10-06T16:54:30.448Z] c6a3038f8b70: Waiting [2020-10-06T16:54:30.448Z] a3d404abb696: Waiting [2020-10-06T16:54:30.448Z] 7a630edc1283: Waiting [2020-10-06T16:54:30.448Z] 50644c29ef5a: Waiting [2020-10-06T16:54:30.448Z] f56a3012c508: Waiting [2020-10-06T16:54:30.448Z] 922f000d3e38: Waiting [2020-10-06T16:54:30.448Z] 83752e16a720: Layer already exists [2020-10-06T16:54:30.448Z] 1d0db51e615e: Layer already exists [2020-10-06T16:54:30.448Z] b10fcb6e4bb3: Layer already exists [2020-10-06T16:54:30.448Z] 6c2766c9855f: Layer already exists [2020-10-06T16:54:30.448Z] 3c21d347e9b3: Layer already exists [2020-10-06T16:54:30.448Z] a3d404abb696: Layer already exists [2020-10-06T16:54:30.448Z] c6a3038f8b70: Layer already exists [2020-10-06T16:54:30.448Z] f56a3012c508: Layer already exists [2020-10-06T16:54:30.448Z] 7a630edc1283: Layer already exists [2020-10-06T16:54:30.448Z] 922f000d3e38: Layer already exists [2020-10-06T16:54:30.448Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:30.448Z] master: digest: sha256:a16c0e314491f05b56735fe708085795b0f05ee72503111905a05175c1eda722 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:30.814Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:30.862Z] taggedImages: [2020-10-06T16:54:30.862Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:30.862Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.49 [2020-10-06T16:54:30.862Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:30.862Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-06T16:54:30.924Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-06T16:54:30.924Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:30.924Z] 1.2.2-dev.49 [2020-10-06T16:54:30.924Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:30.924Z] master [2020-10-06T16:54:30.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:31.457Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:31.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:31.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T16:54:31.780Z] 2216ac7ba0d1: Preparing [2020-10-06T16:54:31.780Z] 46647f875409: Preparing [2020-10-06T16:54:31.780Z] 9183f6917ebf: Preparing [2020-10-06T16:54:31.780Z] a2cd21c2f884: Preparing [2020-10-06T16:54:31.780Z] b8ad12708401: Preparing [2020-10-06T16:54:31.780Z] 92ccd45d3de4: Preparing [2020-10-06T16:54:31.780Z] 07f1232279bb: Preparing [2020-10-06T16:54:31.780Z] b9fa8237e0f1: Preparing [2020-10-06T16:54:31.780Z] d8b47e40fc5c: Preparing [2020-10-06T16:54:31.780Z] 9e70bbb8b636: Preparing [2020-10-06T16:54:31.780Z] 1b3ee35aacca: Preparing [2020-10-06T16:54:31.780Z] 92ccd45d3de4: Waiting [2020-10-06T16:54:31.780Z] b9fa8237e0f1: Waiting [2020-10-06T16:54:31.780Z] d8b47e40fc5c: Waiting [2020-10-06T16:54:31.780Z] 9e70bbb8b636: Waiting [2020-10-06T16:54:31.780Z] 07f1232279bb: Waiting [2020-10-06T16:54:31.780Z] 1b3ee35aacca: Waiting [2020-10-06T16:54:32.049Z] 2216ac7ba0d1: Pushed [2020-10-06T16:54:32.049Z] 46647f875409: Pushed [2020-10-06T16:54:32.049Z] 07f1232279bb: Pushed [2020-10-06T16:54:32.309Z] 92ccd45d3de4: Pushed [2020-10-06T16:54:32.309Z] b9fa8237e0f1: Pushed [2020-10-06T16:54:32.309Z] d8b47e40fc5c: Pushed [2020-10-06T16:54:32.309Z] 1b3ee35aacca: Layer already exists [2020-10-06T16:54:32.570Z] 9183f6917ebf: Pushed [2020-10-06T16:54:32.830Z] a2cd21c2f884: Pushed [2020-10-06T16:54:32.830Z] b8ad12708401: Pushed [2020-10-06T16:54:32.830Z] 9e70bbb8b636: Pushed [2020-10-06T16:54:33.092Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:f9b673c4b7b891cc871cec74a1e7cb22725fdf9098fc07cd32cbbd3a491a793e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:33.395Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:33.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.49 [2020-10-06T16:54:33.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T16:54:33.697Z] 2216ac7ba0d1: Preparing [2020-10-06T16:54:33.697Z] 46647f875409: Preparing [2020-10-06T16:54:33.697Z] 9183f6917ebf: Preparing [2020-10-06T16:54:33.697Z] a2cd21c2f884: Preparing [2020-10-06T16:54:33.697Z] b8ad12708401: Preparing [2020-10-06T16:54:33.697Z] 92ccd45d3de4: Preparing [2020-10-06T16:54:33.697Z] 07f1232279bb: Preparing [2020-10-06T16:54:33.697Z] b9fa8237e0f1: Preparing [2020-10-06T16:54:33.697Z] d8b47e40fc5c: Preparing [2020-10-06T16:54:33.697Z] 9e70bbb8b636: Preparing [2020-10-06T16:54:33.697Z] 1b3ee35aacca: Preparing [2020-10-06T16:54:33.697Z] 07f1232279bb: Waiting [2020-10-06T16:54:33.697Z] b9fa8237e0f1: Waiting [2020-10-06T16:54:33.697Z] d8b47e40fc5c: Waiting [2020-10-06T16:54:33.697Z] 9e70bbb8b636: Waiting [2020-10-06T16:54:33.697Z] 1b3ee35aacca: Waiting [2020-10-06T16:54:33.697Z] 92ccd45d3de4: Waiting [2020-10-06T16:54:33.697Z] b8ad12708401: Layer already exists [2020-10-06T16:54:33.697Z] 9183f6917ebf: Layer already exists [2020-10-06T16:54:33.697Z] 2216ac7ba0d1: Layer already exists [2020-10-06T16:54:33.697Z] a2cd21c2f884: Layer already exists [2020-10-06T16:54:33.697Z] 46647f875409: Layer already exists [2020-10-06T16:54:33.697Z] 07f1232279bb: Layer already exists [2020-10-06T16:54:33.697Z] 92ccd45d3de4: Layer already exists [2020-10-06T16:54:33.697Z] d8b47e40fc5c: Layer already exists [2020-10-06T16:54:33.697Z] 9e70bbb8b636: Layer already exists [2020-10-06T16:54:33.697Z] b9fa8237e0f1: Layer already exists [2020-10-06T16:54:33.697Z] 1b3ee35aacca: Layer already exists [2020-10-06T16:54:33.697Z] 1.2.2-dev.49: digest: sha256:f9b673c4b7b891cc871cec74a1e7cb22725fdf9098fc07cd32cbbd3a491a793e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:33.998Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:34.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:34.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T16:54:34.295Z] 2216ac7ba0d1: Preparing [2020-10-06T16:54:34.295Z] 46647f875409: Preparing [2020-10-06T16:54:34.295Z] 9183f6917ebf: Preparing [2020-10-06T16:54:34.295Z] a2cd21c2f884: Preparing [2020-10-06T16:54:34.295Z] b8ad12708401: Preparing [2020-10-06T16:54:34.295Z] 92ccd45d3de4: Preparing [2020-10-06T16:54:34.295Z] 07f1232279bb: Preparing [2020-10-06T16:54:34.295Z] b9fa8237e0f1: Preparing [2020-10-06T16:54:34.295Z] d8b47e40fc5c: Preparing [2020-10-06T16:54:34.295Z] 9e70bbb8b636: Preparing [2020-10-06T16:54:34.295Z] 1b3ee35aacca: Preparing [2020-10-06T16:54:34.295Z] 07f1232279bb: Waiting [2020-10-06T16:54:34.295Z] 92ccd45d3de4: Waiting [2020-10-06T16:54:34.295Z] b9fa8237e0f1: Waiting [2020-10-06T16:54:34.295Z] d8b47e40fc5c: Waiting [2020-10-06T16:54:34.295Z] 9e70bbb8b636: Waiting [2020-10-06T16:54:34.295Z] 1b3ee35aacca: Waiting [2020-10-06T16:54:34.295Z] 46647f875409: Layer already exists [2020-10-06T16:54:34.295Z] b8ad12708401: Layer already exists [2020-10-06T16:54:34.295Z] a2cd21c2f884: Layer already exists [2020-10-06T16:54:34.295Z] 9183f6917ebf: Layer already exists [2020-10-06T16:54:34.295Z] 2216ac7ba0d1: Layer already exists [2020-10-06T16:54:34.295Z] 07f1232279bb: Layer already exists [2020-10-06T16:54:34.295Z] b9fa8237e0f1: Layer already exists [2020-10-06T16:54:34.295Z] 92ccd45d3de4: Layer already exists [2020-10-06T16:54:34.295Z] 9e70bbb8b636: Layer already exists [2020-10-06T16:54:34.295Z] d8b47e40fc5c: Layer already exists [2020-10-06T16:54:34.295Z] 1b3ee35aacca: Layer already exists [2020-10-06T16:54:34.295Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:f9b673c4b7b891cc871cec74a1e7cb22725fdf9098fc07cd32cbbd3a491a793e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:34.593Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:34.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-06T16:54:34.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T16:54:34.885Z] 2216ac7ba0d1: Preparing [2020-10-06T16:54:34.885Z] 46647f875409: Preparing [2020-10-06T16:54:34.885Z] 9183f6917ebf: Preparing [2020-10-06T16:54:34.885Z] a2cd21c2f884: Preparing [2020-10-06T16:54:34.885Z] b8ad12708401: Preparing [2020-10-06T16:54:34.885Z] 92ccd45d3de4: Preparing [2020-10-06T16:54:34.885Z] 07f1232279bb: Preparing [2020-10-06T16:54:34.885Z] b9fa8237e0f1: Preparing [2020-10-06T16:54:34.885Z] d8b47e40fc5c: Preparing [2020-10-06T16:54:34.885Z] 9e70bbb8b636: Preparing [2020-10-06T16:54:34.885Z] 1b3ee35aacca: Preparing [2020-10-06T16:54:34.885Z] 92ccd45d3de4: Waiting [2020-10-06T16:54:34.885Z] 07f1232279bb: Waiting [2020-10-06T16:54:34.885Z] b9fa8237e0f1: Waiting [2020-10-06T16:54:34.885Z] 9e70bbb8b636: Waiting [2020-10-06T16:54:34.885Z] 1b3ee35aacca: Waiting [2020-10-06T16:54:34.885Z] d8b47e40fc5c: Waiting [2020-10-06T16:54:34.885Z] 2216ac7ba0d1: Layer already exists [2020-10-06T16:54:34.885Z] b8ad12708401: Layer already exists [2020-10-06T16:54:34.885Z] 9183f6917ebf: Layer already exists [2020-10-06T16:54:34.885Z] a2cd21c2f884: Layer already exists [2020-10-06T16:54:34.885Z] 46647f875409: Layer already exists [2020-10-06T16:54:34.885Z] 07f1232279bb: Layer already exists [2020-10-06T16:54:34.885Z] 92ccd45d3de4: Layer already exists [2020-10-06T16:54:34.885Z] b9fa8237e0f1: Layer already exists [2020-10-06T16:54:34.885Z] 9e70bbb8b636: Layer already exists [2020-10-06T16:54:34.885Z] d8b47e40fc5c: Layer already exists [2020-10-06T16:54:34.885Z] 1b3ee35aacca: Layer already exists [2020-10-06T16:54:34.885Z] master: digest: sha256:f9b673c4b7b891cc871cec74a1e7cb22725fdf9098fc07cd32cbbd3a491a793e size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:35.084Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:35.128Z] taggedImages: [2020-10-06T16:54:35.128Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:35.128Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.49 [2020-10-06T16:54:35.128Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:35.128Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-06T16:54:35.190Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-06T16:54:35.190Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:35.190Z] 1.2.2-dev.49 [2020-10-06T16:54:35.190Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:35.190Z] master [2020-10-06T16:54:35.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:35.647Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:35.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:35.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T16:54:35.944Z] 370bf1e3d828: Preparing [2020-10-06T16:54:35.944Z] 255befff4bb9: Preparing [2020-10-06T16:54:35.944Z] 2f1a9dac1f74: Preparing [2020-10-06T16:54:35.944Z] 5946dcbc91b8: Preparing [2020-10-06T16:54:36.206Z] 370bf1e3d828: Pushed [2020-10-06T16:54:36.206Z] 5946dcbc91b8: Pushed [2020-10-06T16:54:36.206Z] 2f1a9dac1f74: Pushed [2020-10-06T16:54:37.151Z] 255befff4bb9: Pushed [2020-10-06T16:54:37.151Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:1c8c19684da1170f4284333577d90edad77c91968f37e6edda99941f18f347aa size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:37.457Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:37.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.49 [2020-10-06T16:54:37.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T16:54:37.751Z] 370bf1e3d828: Preparing [2020-10-06T16:54:37.751Z] 255befff4bb9: Preparing [2020-10-06T16:54:37.751Z] 2f1a9dac1f74: Preparing [2020-10-06T16:54:37.751Z] 5946dcbc91b8: Preparing [2020-10-06T16:54:37.751Z] 2f1a9dac1f74: Layer already exists [2020-10-06T16:54:37.751Z] 255befff4bb9: Layer already exists [2020-10-06T16:54:37.751Z] 5946dcbc91b8: Layer already exists [2020-10-06T16:54:37.751Z] 370bf1e3d828: Layer already exists [2020-10-06T16:54:37.751Z] 1.2.2-dev.49: digest: sha256:1c8c19684da1170f4284333577d90edad77c91968f37e6edda99941f18f347aa size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:38.053Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:38.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:38.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T16:54:38.345Z] 370bf1e3d828: Preparing [2020-10-06T16:54:38.345Z] 255befff4bb9: Preparing [2020-10-06T16:54:38.345Z] 2f1a9dac1f74: Preparing [2020-10-06T16:54:38.345Z] 5946dcbc91b8: Preparing [2020-10-06T16:54:38.345Z] 5946dcbc91b8: Layer already exists [2020-10-06T16:54:38.345Z] 370bf1e3d828: Layer already exists [2020-10-06T16:54:38.345Z] 2f1a9dac1f74: Layer already exists [2020-10-06T16:54:38.345Z] 255befff4bb9: Layer already exists [2020-10-06T16:54:38.345Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:1c8c19684da1170f4284333577d90edad77c91968f37e6edda99941f18f347aa size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:38.643Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:38.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-06T16:54:38.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T16:54:38.935Z] 370bf1e3d828: Preparing [2020-10-06T16:54:38.935Z] 255befff4bb9: Preparing [2020-10-06T16:54:38.935Z] 2f1a9dac1f74: Preparing [2020-10-06T16:54:38.935Z] 5946dcbc91b8: Preparing [2020-10-06T16:54:38.935Z] 2f1a9dac1f74: Layer already exists [2020-10-06T16:54:38.935Z] 370bf1e3d828: Layer already exists [2020-10-06T16:54:38.935Z] 255befff4bb9: Layer already exists [2020-10-06T16:54:38.935Z] 5946dcbc91b8: Layer already exists [2020-10-06T16:54:38.935Z] master: digest: sha256:1c8c19684da1170f4284333577d90edad77c91968f37e6edda99941f18f347aa size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:39.113Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:39.160Z] taggedImages: [2020-10-06T16:54:39.160Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:39.160Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.49 [2020-10-06T16:54:39.160Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:39.160Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-06T16:54:39.222Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-06T16:54:39.222Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:39.222Z] 1.2.2-dev.49 [2020-10-06T16:54:39.222Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:39.222Z] master [2020-10-06T16:54:39.222Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:39.696Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:39.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:39.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T16:54:39.990Z] c7b68490be74: Preparing [2020-10-06T16:54:39.990Z] 7765cfa3b6bf: Preparing [2020-10-06T16:54:39.990Z] 616e362d0d53: Preparing [2020-10-06T16:54:39.990Z] 9c83393b17bd: Preparing [2020-10-06T16:54:39.990Z] 97d7ac2f62dc: Preparing [2020-10-06T16:54:39.990Z] 227de33c18a7: Preparing [2020-10-06T16:54:39.990Z] 227de33c18a7: Waiting [2020-10-06T16:54:40.250Z] 9c83393b17bd: Pushed [2020-10-06T16:54:40.250Z] c7b68490be74: Pushed [2020-10-06T16:54:40.250Z] 97d7ac2f62dc: Pushed [2020-10-06T16:54:40.250Z] 616e362d0d53: Pushed [2020-10-06T16:54:40.510Z] 227de33c18a7: Pushed [2020-10-06T16:54:41.080Z] 7765cfa3b6bf: Pushed [2020-10-06T16:54:41.340Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:cca42d1646449e490e185300185957f6ca1b7c81ab59e600580c6eeef7e8e238 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:41.638Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:41.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.49 [2020-10-06T16:54:41.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T16:54:41.932Z] c7b68490be74: Preparing [2020-10-06T16:54:41.932Z] 7765cfa3b6bf: Preparing [2020-10-06T16:54:41.932Z] 616e362d0d53: Preparing [2020-10-06T16:54:41.932Z] 9c83393b17bd: Preparing [2020-10-06T16:54:41.932Z] 97d7ac2f62dc: Preparing [2020-10-06T16:54:41.932Z] 227de33c18a7: Preparing [2020-10-06T16:54:41.932Z] 227de33c18a7: Waiting [2020-10-06T16:54:41.932Z] 97d7ac2f62dc: Layer already exists [2020-10-06T16:54:41.932Z] 616e362d0d53: Layer already exists [2020-10-06T16:54:41.932Z] 7765cfa3b6bf: Layer already exists [2020-10-06T16:54:41.932Z] 9c83393b17bd: Layer already exists [2020-10-06T16:54:41.932Z] c7b68490be74: Layer already exists [2020-10-06T16:54:41.932Z] 227de33c18a7: Layer already exists [2020-10-06T16:54:41.932Z] 1.2.2-dev.49: digest: sha256:cca42d1646449e490e185300185957f6ca1b7c81ab59e600580c6eeef7e8e238 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:42.229Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:42.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:42.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T16:54:42.521Z] c7b68490be74: Preparing [2020-10-06T16:54:42.521Z] 7765cfa3b6bf: Preparing [2020-10-06T16:54:42.521Z] 616e362d0d53: Preparing [2020-10-06T16:54:42.521Z] 9c83393b17bd: Preparing [2020-10-06T16:54:42.521Z] 97d7ac2f62dc: Preparing [2020-10-06T16:54:42.521Z] 227de33c18a7: Preparing [2020-10-06T16:54:42.521Z] 227de33c18a7: Waiting [2020-10-06T16:54:42.521Z] 7765cfa3b6bf: Layer already exists [2020-10-06T16:54:42.521Z] 97d7ac2f62dc: Layer already exists [2020-10-06T16:54:42.521Z] 616e362d0d53: Layer already exists [2020-10-06T16:54:42.521Z] c7b68490be74: Layer already exists [2020-10-06T16:54:42.521Z] 9c83393b17bd: Layer already exists [2020-10-06T16:54:42.521Z] 227de33c18a7: Layer already exists [2020-10-06T16:54:42.521Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:cca42d1646449e490e185300185957f6ca1b7c81ab59e600580c6eeef7e8e238 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:42.831Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:43.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-06T16:54:43.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T16:54:43.125Z] c7b68490be74: Preparing [2020-10-06T16:54:43.125Z] 7765cfa3b6bf: Preparing [2020-10-06T16:54:43.125Z] 616e362d0d53: Preparing [2020-10-06T16:54:43.125Z] 9c83393b17bd: Preparing [2020-10-06T16:54:43.125Z] 97d7ac2f62dc: Preparing [2020-10-06T16:54:43.125Z] 227de33c18a7: Preparing [2020-10-06T16:54:43.125Z] 227de33c18a7: Waiting [2020-10-06T16:54:43.125Z] 97d7ac2f62dc: Layer already exists [2020-10-06T16:54:43.125Z] c7b68490be74: Layer already exists [2020-10-06T16:54:43.125Z] 616e362d0d53: Layer already exists [2020-10-06T16:54:43.125Z] 7765cfa3b6bf: Layer already exists [2020-10-06T16:54:43.125Z] 9c83393b17bd: Layer already exists [2020-10-06T16:54:43.125Z] 227de33c18a7: Layer already exists [2020-10-06T16:54:43.125Z] master: digest: sha256:cca42d1646449e490e185300185957f6ca1b7c81ab59e600580c6eeef7e8e238 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:43.419Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:43.459Z] taggedImages: [2020-10-06T16:54:43.459Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:43.459Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.49 [2020-10-06T16:54:43.459Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:43.459Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-06T16:54:43.520Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-06T16:54:43.520Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:43.520Z] 1.2.2-dev.49 [2020-10-06T16:54:43.520Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:43.520Z] master [2020-10-06T16:54:43.520Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:43.999Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:44.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:44.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T16:54:44.293Z] a7a820311f1f: Preparing [2020-10-06T16:54:44.293Z] 70cc6582a747: Preparing [2020-10-06T16:54:44.293Z] e20368c97057: Preparing [2020-10-06T16:54:44.293Z] a7a820311f1f: Pushed [2020-10-06T16:54:44.293Z] e20368c97057: Pushed [2020-10-06T16:54:45.675Z] 70cc6582a747: Pushed [2020-10-06T16:54:45.675Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:769166a1f0d152bc9833b17305f9f4cd6d880578374ce036a0d6c8ca09fbd66f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:45.989Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:46.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.49 [2020-10-06T16:54:46.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T16:54:46.283Z] a7a820311f1f: Preparing [2020-10-06T16:54:46.283Z] 70cc6582a747: Preparing [2020-10-06T16:54:46.283Z] e20368c97057: Preparing [2020-10-06T16:54:46.283Z] a7a820311f1f: Layer already exists [2020-10-06T16:54:46.283Z] 70cc6582a747: Layer already exists [2020-10-06T16:54:46.283Z] e20368c97057: Layer already exists [2020-10-06T16:54:46.283Z] 1.2.2-dev.49: digest: sha256:769166a1f0d152bc9833b17305f9f4cd6d880578374ce036a0d6c8ca09fbd66f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:46.582Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:46.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:46.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T16:54:46.875Z] a7a820311f1f: Preparing [2020-10-06T16:54:46.875Z] 70cc6582a747: Preparing [2020-10-06T16:54:46.875Z] e20368c97057: Preparing [2020-10-06T16:54:46.875Z] 70cc6582a747: Layer already exists [2020-10-06T16:54:46.875Z] e20368c97057: Layer already exists [2020-10-06T16:54:46.875Z] a7a820311f1f: Layer already exists [2020-10-06T16:54:46.875Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:769166a1f0d152bc9833b17305f9f4cd6d880578374ce036a0d6c8ca09fbd66f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:47.175Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:47.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-06T16:54:47.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T16:54:47.472Z] a7a820311f1f: Preparing [2020-10-06T16:54:47.472Z] 70cc6582a747: Preparing [2020-10-06T16:54:47.472Z] e20368c97057: Preparing [2020-10-06T16:54:47.472Z] e20368c97057: Layer already exists [2020-10-06T16:54:47.472Z] a7a820311f1f: Layer already exists [2020-10-06T16:54:47.472Z] 70cc6582a747: Layer already exists [2020-10-06T16:54:47.472Z] master: digest: sha256:769166a1f0d152bc9833b17305f9f4cd6d880578374ce036a0d6c8ca09fbd66f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:47.662Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:47.706Z] taggedImages: [2020-10-06T16:54:47.706Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:47.706Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.49 [2020-10-06T16:54:47.706Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:47.706Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-06T16:54:47.766Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-06T16:54:47.766Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:47.766Z] 1.2.2-dev.49 [2020-10-06T16:54:47.766Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:47.766Z] master [2020-10-06T16:54:47.766Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:48.225Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:48.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:48.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T16:54:48.532Z] ff11f9cdd920: Preparing [2020-10-06T16:54:48.532Z] 5b531bafbb38: Preparing [2020-10-06T16:54:48.532Z] 098aad706719: Preparing [2020-10-06T16:54:48.532Z] 2231d3027000: Preparing [2020-10-06T16:54:48.532Z] e3066334c527: Preparing [2020-10-06T16:54:48.532Z] fa77cd6a3e81: Preparing [2020-10-06T16:54:48.532Z] d1ad26b3a88a: Preparing [2020-10-06T16:54:48.532Z] 527eef706b20: Preparing [2020-10-06T16:54:48.532Z] 224742e9e948: Preparing [2020-10-06T16:54:48.532Z] 5391e5290f13: Preparing [2020-10-06T16:54:48.532Z] 13baed61c795: Preparing [2020-10-06T16:54:48.532Z] 51d6d3d09136: Preparing [2020-10-06T16:54:48.532Z] 1507bc794612: Preparing [2020-10-06T16:54:48.532Z] 50644c29ef5a: Preparing [2020-10-06T16:54:48.532Z] fa77cd6a3e81: Waiting [2020-10-06T16:54:48.532Z] d1ad26b3a88a: Waiting [2020-10-06T16:54:48.532Z] 527eef706b20: Waiting [2020-10-06T16:54:48.532Z] 224742e9e948: Waiting [2020-10-06T16:54:48.532Z] 5391e5290f13: Waiting [2020-10-06T16:54:48.532Z] 13baed61c795: Waiting [2020-10-06T16:54:48.532Z] 51d6d3d09136: Waiting [2020-10-06T16:54:48.532Z] 1507bc794612: Waiting [2020-10-06T16:54:48.532Z] 50644c29ef5a: Waiting [2020-10-06T16:54:48.796Z] e3066334c527: Pushed [2020-10-06T16:54:48.796Z] ff11f9cdd920: Pushed [2020-10-06T16:54:48.796Z] 2231d3027000: Pushed [2020-10-06T16:54:49.056Z] 527eef706b20: Layer already exists [2020-10-06T16:54:49.056Z] 224742e9e948: Layer already exists [2020-10-06T16:54:49.056Z] 5391e5290f13: Layer already exists [2020-10-06T16:54:49.056Z] d1ad26b3a88a: Pushed [2020-10-06T16:54:49.056Z] 13baed61c795: Layer already exists [2020-10-06T16:54:49.056Z] 51d6d3d09136: Layer already exists [2020-10-06T16:54:49.056Z] 1507bc794612: Layer already exists [2020-10-06T16:54:49.056Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:49.056Z] 5b531bafbb38: Pushed [2020-10-06T16:54:49.630Z] fa77cd6a3e81: Pushed [2020-10-06T16:54:52.934Z] 098aad706719: Pushed [2020-10-06T16:54:52.934Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:ed3563ef51855681d51de333045a7db0520222119914c7efbfc1ae38ddcf045e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:53.233Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:53.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.49 [2020-10-06T16:54:53.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T16:54:53.524Z] ff11f9cdd920: Preparing [2020-10-06T16:54:53.524Z] 5b531bafbb38: Preparing [2020-10-06T16:54:53.524Z] 098aad706719: Preparing [2020-10-06T16:54:53.524Z] 2231d3027000: Preparing [2020-10-06T16:54:53.524Z] e3066334c527: Preparing [2020-10-06T16:54:53.524Z] fa77cd6a3e81: Preparing [2020-10-06T16:54:53.524Z] d1ad26b3a88a: Preparing [2020-10-06T16:54:53.524Z] 527eef706b20: Preparing [2020-10-06T16:54:53.524Z] 224742e9e948: Preparing [2020-10-06T16:54:53.524Z] 5391e5290f13: Preparing [2020-10-06T16:54:53.524Z] 13baed61c795: Preparing [2020-10-06T16:54:53.524Z] 51d6d3d09136: Preparing [2020-10-06T16:54:53.524Z] 1507bc794612: Preparing [2020-10-06T16:54:53.524Z] 50644c29ef5a: Preparing [2020-10-06T16:54:53.524Z] 5391e5290f13: Waiting [2020-10-06T16:54:53.524Z] 13baed61c795: Waiting [2020-10-06T16:54:53.524Z] 51d6d3d09136: Waiting [2020-10-06T16:54:53.524Z] 1507bc794612: Waiting [2020-10-06T16:54:53.524Z] 527eef706b20: Waiting [2020-10-06T16:54:53.524Z] fa77cd6a3e81: Waiting [2020-10-06T16:54:53.524Z] 224742e9e948: Waiting [2020-10-06T16:54:53.524Z] d1ad26b3a88a: Waiting [2020-10-06T16:54:53.524Z] 50644c29ef5a: Waiting [2020-10-06T16:54:53.524Z] ff11f9cdd920: Layer already exists [2020-10-06T16:54:53.524Z] 098aad706719: Layer already exists [2020-10-06T16:54:53.524Z] 2231d3027000: Layer already exists [2020-10-06T16:54:53.524Z] 5b531bafbb38: Layer already exists [2020-10-06T16:54:53.524Z] e3066334c527: Layer already exists [2020-10-06T16:54:53.524Z] d1ad26b3a88a: Layer already exists [2020-10-06T16:54:53.524Z] fa77cd6a3e81: Layer already exists [2020-10-06T16:54:53.524Z] 527eef706b20: Layer already exists [2020-10-06T16:54:53.524Z] 224742e9e948: Layer already exists [2020-10-06T16:54:53.524Z] 5391e5290f13: Layer already exists [2020-10-06T16:54:53.524Z] 13baed61c795: Layer already exists [2020-10-06T16:54:53.524Z] 1507bc794612: Layer already exists [2020-10-06T16:54:53.524Z] 51d6d3d09136: Layer already exists [2020-10-06T16:54:53.524Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:53.524Z] 1.2.2-dev.49: digest: sha256:ed3563ef51855681d51de333045a7db0520222119914c7efbfc1ae38ddcf045e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:53.821Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:54.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:54.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T16:54:54.151Z] ff11f9cdd920: Preparing [2020-10-06T16:54:54.151Z] 5b531bafbb38: Preparing [2020-10-06T16:54:54.151Z] 098aad706719: Preparing [2020-10-06T16:54:54.151Z] 2231d3027000: Preparing [2020-10-06T16:54:54.151Z] e3066334c527: Preparing [2020-10-06T16:54:54.151Z] fa77cd6a3e81: Preparing [2020-10-06T16:54:54.151Z] d1ad26b3a88a: Preparing [2020-10-06T16:54:54.151Z] 527eef706b20: Preparing [2020-10-06T16:54:54.151Z] 224742e9e948: Preparing [2020-10-06T16:54:54.151Z] 5391e5290f13: Preparing [2020-10-06T16:54:54.151Z] 13baed61c795: Preparing [2020-10-06T16:54:54.151Z] 51d6d3d09136: Preparing [2020-10-06T16:54:54.151Z] 1507bc794612: Preparing [2020-10-06T16:54:54.151Z] 50644c29ef5a: Preparing [2020-10-06T16:54:54.151Z] fa77cd6a3e81: Waiting [2020-10-06T16:54:54.151Z] d1ad26b3a88a: Waiting [2020-10-06T16:54:54.151Z] 527eef706b20: Waiting [2020-10-06T16:54:54.151Z] 224742e9e948: Waiting [2020-10-06T16:54:54.151Z] 5391e5290f13: Waiting [2020-10-06T16:54:54.151Z] 1507bc794612: Waiting [2020-10-06T16:54:54.151Z] 13baed61c795: Waiting [2020-10-06T16:54:54.151Z] 50644c29ef5a: Waiting [2020-10-06T16:54:54.151Z] 098aad706719: Layer already exists [2020-10-06T16:54:54.151Z] 5b531bafbb38: Layer already exists [2020-10-06T16:54:54.151Z] ff11f9cdd920: Layer already exists [2020-10-06T16:54:54.151Z] 2231d3027000: Layer already exists [2020-10-06T16:54:54.151Z] e3066334c527: Layer already exists [2020-10-06T16:54:54.151Z] fa77cd6a3e81: Layer already exists [2020-10-06T16:54:54.151Z] d1ad26b3a88a: Layer already exists [2020-10-06T16:54:54.151Z] 224742e9e948: Layer already exists [2020-10-06T16:54:54.151Z] 527eef706b20: Layer already exists [2020-10-06T16:54:54.151Z] 5391e5290f13: Layer already exists [2020-10-06T16:54:54.151Z] 13baed61c795: Layer already exists [2020-10-06T16:54:54.151Z] 1507bc794612: Layer already exists [2020-10-06T16:54:54.151Z] 51d6d3d09136: Layer already exists [2020-10-06T16:54:54.151Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:54.151Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:ed3563ef51855681d51de333045a7db0520222119914c7efbfc1ae38ddcf045e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:54.449Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T16:54:54.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-06T16:54:54.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T16:54:54.740Z] ff11f9cdd920: Preparing [2020-10-06T16:54:54.740Z] 5b531bafbb38: Preparing [2020-10-06T16:54:54.740Z] 098aad706719: Preparing [2020-10-06T16:54:54.740Z] 2231d3027000: Preparing [2020-10-06T16:54:54.740Z] e3066334c527: Preparing [2020-10-06T16:54:54.740Z] fa77cd6a3e81: Preparing [2020-10-06T16:54:54.740Z] d1ad26b3a88a: Preparing [2020-10-06T16:54:54.740Z] 527eef706b20: Preparing [2020-10-06T16:54:54.740Z] 224742e9e948: Preparing [2020-10-06T16:54:54.740Z] 5391e5290f13: Preparing [2020-10-06T16:54:54.740Z] 13baed61c795: Preparing [2020-10-06T16:54:54.740Z] 51d6d3d09136: Preparing [2020-10-06T16:54:54.740Z] 1507bc794612: Preparing [2020-10-06T16:54:54.740Z] 50644c29ef5a: Preparing [2020-10-06T16:54:54.740Z] fa77cd6a3e81: Waiting [2020-10-06T16:54:54.740Z] d1ad26b3a88a: Waiting [2020-10-06T16:54:54.740Z] 5391e5290f13: Waiting [2020-10-06T16:54:54.740Z] 527eef706b20: Waiting [2020-10-06T16:54:54.740Z] 224742e9e948: Waiting [2020-10-06T16:54:54.740Z] 13baed61c795: Waiting [2020-10-06T16:54:54.740Z] 1507bc794612: Waiting [2020-10-06T16:54:54.740Z] 50644c29ef5a: Waiting [2020-10-06T16:54:54.740Z] 51d6d3d09136: Waiting [2020-10-06T16:54:54.740Z] e3066334c527: Layer already exists [2020-10-06T16:54:54.740Z] 098aad706719: Layer already exists [2020-10-06T16:54:54.740Z] 5b531bafbb38: Layer already exists [2020-10-06T16:54:54.740Z] 2231d3027000: Layer already exists [2020-10-06T16:54:54.740Z] ff11f9cdd920: Layer already exists [2020-10-06T16:54:54.740Z] fa77cd6a3e81: Layer already exists [2020-10-06T16:54:54.740Z] 527eef706b20: Layer already exists [2020-10-06T16:54:54.740Z] d1ad26b3a88a: Layer already exists [2020-10-06T16:54:54.740Z] 5391e5290f13: Layer already exists [2020-10-06T16:54:54.740Z] 224742e9e948: Layer already exists [2020-10-06T16:54:54.740Z] 13baed61c795: Layer already exists [2020-10-06T16:54:54.740Z] 51d6d3d09136: Layer already exists [2020-10-06T16:54:54.740Z] 50644c29ef5a: Layer already exists [2020-10-06T16:54:54.740Z] 1507bc794612: Layer already exists [2020-10-06T16:54:54.740Z] master: digest: sha256:ed3563ef51855681d51de333045a7db0520222119914c7efbfc1ae38ddcf045e size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T16:54:54.905Z] ===================================================== [Pipeline] echo [2020-10-06T16:54:54.953Z] taggedImages: [2020-10-06T16:54:54.953Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:54:54.953Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.49 [2020-10-06T16:54:54.953Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T16:54:54.953Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T16:55:05.298Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:55:05.298Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T16:55:05.298Z] ---> 056f6d35818f [2020-10-06T16:55:05.298Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T16:55:05.298Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:55:05.298Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:55:05.298Z] ---> 056f6d35818f [2020-10-06T16:55:05.298Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T16:55:05.298Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:55:05.298Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:55:05.298Z] ---> 056f6d35818f [2020-10-06T16:55:05.298Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T16:55:05.298Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:55:05.298Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:55:05.298Z] ---> 056f6d35818f [2020-10-06T16:55:05.298Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T16:55:05.298Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:55:05.298Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:55:05.298Z] ---> 056f6d35818f [2020-10-06T16:55:05.298Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T16:55:05.298Z] ---> Running in dc63fe0d484d [2020-10-06T16:55:05.298Z] ---> Running in 26859a855ec9 [2020-10-06T16:55:05.298Z] ---> Running in 57a12e82b1c9 [2020-10-06T16:55:05.298Z] ---> Running in 49e2e7ff3485 [2020-10-06T16:55:05.298Z] ---> Running in 926edb04459e [2020-10-06T16:55:05.298Z] Removing intermediate container 49e2e7ff3485 [2020-10-06T16:55:05.298Z] ---> 77b66222e2d5 [2020-10-06T16:55:05.298Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T16:55:05.298Z] Removing intermediate container 926edb04459e [2020-10-06T16:55:05.298Z] ---> 067c06bd2a37 [2020-10-06T16:55:05.298Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:55:05.298Z] Removing intermediate container 57a12e82b1c9 [2020-10-06T16:55:05.298Z] ---> a071e124f33c [2020-10-06T16:55:05.298Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:55:05.298Z] Removing intermediate container dc63fe0d484d [2020-10-06T16:55:05.298Z] ---> 14454e569341 [2020-10-06T16:55:05.298Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:55:05.298Z] Removing intermediate container 26859a855ec9 [2020-10-06T16:55:05.298Z] ---> 9ccda83696e6 [2020-10-06T16:55:05.298Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:55:05.298Z] ---> Running in cc5fd3bfb8a2 [2020-10-06T16:55:05.298Z] ---> Running in acdc74248ca4 [2020-10-06T16:55:05.298Z] ---> Running in 5765d994a4d4 [2020-10-06T16:55:05.298Z] ---> Running in a48a38fa2e5a [2020-10-06T16:55:05.298Z] ---> Running in 2378e6648dd0 [2020-10-06T16:55:05.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:05.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:05.298Z] Removing intermediate container acdc74248ca4 [2020-10-06T16:55:05.298Z] ---> 019785eb3b23 [2020-10-06T16:55:05.298Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T16:55:05.298Z] ---> Running in a057c797e854 [2020-10-06T16:55:05.298Z] Removing intermediate container a48a38fa2e5a [2020-10-06T16:55:05.298Z] ---> edf2f3253450 [2020-10-06T16:55:05.298Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T16:55:05.298Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:55:05.298Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:55:05.298Z] OK: 12623 distinct packages available [2020-10-06T16:55:05.298Z] Removing intermediate container 5765d994a4d4 [2020-10-06T16:55:05.298Z] ---> 69ff3a7e86f1 [2020-10-06T16:55:05.298Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T16:55:05.298Z] ---> Running in 35fed5b4cef8 [2020-10-06T16:55:05.298Z] Removing intermediate container 2378e6648dd0 [2020-10-06T16:55:05.298Z] ---> 21c8749330d2 [2020-10-06T16:55:05.298Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T16:55:05.298Z] ---> Running in 2c059ed40514 [2020-10-06T16:55:05.298Z] OK: 217 MiB in 51 packages [2020-10-06T16:55:05.298Z] ---> Running in 86a044f8a1fb [2020-10-06T16:55:05.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:06.185Z] Removing intermediate container cc5fd3bfb8a2 [2020-10-06T16:55:06.185Z] ---> e65360fb1bcf [2020-10-06T16:55:06.185Z] Step 5/29 : COPY go.mod . [2020-10-06T16:55:06.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:06.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:06.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:06.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:07.074Z] ---> ff096b6c10b0 [2020-10-06T16:55:07.074Z] Step 6/29 : RUN go mod download [2020-10-06T16:55:07.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:07.074Z] ---> Running in 08b2ca55d0a9 [2020-10-06T16:55:07.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:07.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:55:07.633Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:55:07.633Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:55:07.633Z] OK: 12623 distinct packages available [2020-10-06T16:55:08.636Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:55:08.636Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:55:08.636Z] OK: 12623 distinct packages available [2020-10-06T16:55:08.636Z] OK: 217 MiB in 51 packages [2020-10-06T16:55:08.636Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:55:08.636Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:55:08.636Z] OK: 12623 distinct packages available [2020-10-06T16:55:08.928Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:55:08.929Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:55:08.929Z] OK: 12623 distinct packages available [2020-10-06T16:55:09.213Z] OK: 217 MiB in 51 packages [2020-10-06T16:55:09.486Z] OK: 217 MiB in 51 packages [2020-10-06T16:55:09.486Z] OK: 217 MiB in 51 packages [2020-10-06T16:55:09.763Z] OK: 217 MiB in 51 packages [2020-10-06T16:55:11.758Z] Removing intermediate container 35fed5b4cef8 [2020-10-06T16:55:11.758Z] ---> 8413e5b29110 [2020-10-06T16:55:11.758Z] Step 6/20 : COPY go.mod . [2020-10-06T16:55:11.758Z] Removing intermediate container a057c797e854 [2020-10-06T16:55:11.758Z] Removing intermediate container 2c059ed40514 [2020-10-06T16:55:11.758Z] ---> 7b91a615e5c4 [2020-10-06T16:55:11.758Z] ---> 6f65196d957b [2020-10-06T16:55:11.758Z] Step 6/23 : COPY go.mod . [2020-10-06T16:55:11.758Z] Step 6/22 : COPY go.mod . [2020-10-06T16:55:12.031Z] Removing intermediate container 08b2ca55d0a9 [2020-10-06T16:55:12.031Z] ---> 82d4facfd33b [2020-10-06T16:55:12.031Z] Step 7/29 : COPY . . [2020-10-06T16:55:12.031Z] Removing intermediate container 86a044f8a1fb [2020-10-06T16:55:12.031Z] ---> aca79956653f [2020-10-06T16:55:12.031Z] Step 6/22 : COPY go.mod . [2020-10-06T16:55:12.637Z] ---> d6896289fb9d [2020-10-06T16:55:12.637Z] Step 7/20 : RUN go mod download [2020-10-06T16:55:12.637Z] ---> Running in 98cff0cd4216 [2020-10-06T16:55:12.916Z] ---> 34ce92e65389 [2020-10-06T16:55:12.916Z] Step 7/22 : RUN go mod download [2020-10-06T16:55:12.916Z] ---> 761daef93f41 [2020-10-06T16:55:12.916Z] Step 7/23 : RUN go mod download [2020-10-06T16:55:13.909Z] ---> Running in 9fab8219fcd0 [2020-10-06T16:55:13.909Z] ---> Running in c3a4f35df3c3 [2020-10-06T16:55:14.191Z] ---> 8e4baad32f01 [2020-10-06T16:55:14.191Z] Step 7/22 : RUN go mod download [2020-10-06T16:55:15.502Z] ---> Running in f0374b2c4ac5 [2020-10-06T16:55:19.264Z] Removing intermediate container 98cff0cd4216 [2020-10-06T16:55:19.264Z] ---> 9e4f10311eaf [2020-10-06T16:55:19.264Z] Step 8/20 : COPY . . [2020-10-06T16:55:23.642Z] Removing intermediate container 9fab8219fcd0 [2020-10-06T16:55:23.642Z] ---> 9cbc10c58d1e [2020-10-06T16:55:23.642Z] Step 8/22 : COPY . . [2020-10-06T16:55:23.642Z] Removing intermediate container c3a4f35df3c3 [2020-10-06T16:55:23.642Z] ---> e17b16aacb88 [2020-10-06T16:55:23.642Z] Step 8/23 : COPY . . [2020-10-06T16:55:23.921Z] Removing intermediate container f0374b2c4ac5 [2020-10-06T16:55:23.921Z] ---> a8d3672bb764 [2020-10-06T16:55:23.921Z] Step 8/22 : COPY . . [2020-10-06T16:55:34.098Z] ---> bf767def8f46 [2020-10-06T16:55:34.098Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T16:55:37.491Z] ---> Running in 7d06ab7a5160 [2020-10-06T16:55:38.087Z] ---> 6c0fac5f71af [2020-10-06T16:55:38.088Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T16:55:39.524Z] ---> Running in 8a6e6a57b5c0 [2020-10-06T16:55:39.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-06T16:55:40.794Z] ---> 1a67f1fb4391 [2020-10-06T16:55:40.794Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T16:55:41.075Z] ---> ddfb97b70688 [2020-10-06T16:55:41.075Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T16:55:41.075Z] ---> Running in 053d766d3b6d [2020-10-06T16:55:41.349Z] ---> Running in 705a5fa11295 [2020-10-06T16:55:41.952Z] ---> 8dba25e96f79 [2020-10-06T16:55:41.952Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T16:55:42.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-06T16:55:42.228Z] ---> Running in 130089c8ad3e [2020-10-06T16:55:44.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-06T16:55:44.864Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/core-data/core-data ./cmd/core-data [2020-10-06T16:55:44.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-06T16:57:06.708Z] Removing intermediate container 7d06ab7a5160 [2020-10-06T16:57:06.708Z] ---> eec692e9ff3b [2020-10-06T16:57:06.708Z] [2020-10-06T16:57:06.708Z] Step 9/29 : FROM alpine:latest [2020-10-06T16:57:06.708Z] latest: Pulling from library/alpine [2020-10-06T16:57:06.708Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T16:57:06.708Z] Status: Downloaded newer image for alpine:latest [2020-10-06T16:57:06.708Z] ---> 62ee0e9f8440 [2020-10-06T16:57:06.708Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-06T16:57:06.708Z] ---> Running in 8aa1d6a0f0ea [2020-10-06T16:57:06.708Z] Removing intermediate container 8aa1d6a0f0ea [2020-10-06T16:57:06.708Z] ---> 1dd9b40d6719 [2020-10-06T16:57:06.708Z] Step 11/29 : USER root [2020-10-06T16:57:06.708Z] ---> Running in aab69f74641f [2020-10-06T16:57:06.708Z] Removing intermediate container aab69f74641f [2020-10-06T16:57:06.708Z] ---> 754ef914ee1e [2020-10-06T16:57:06.708Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T16:57:06.708Z] ---> Running in d6cdb5212e6f [2020-10-06T16:57:06.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:57:06.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:57:06.708Z] Removing intermediate container 8a6e6a57b5c0 [2020-10-06T16:57:06.708Z] ---> c9e0edafba33 [2020-10-06T16:57:06.708Z] [2020-10-06T16:57:06.708Z] Step 10/20 : FROM alpine [2020-10-06T16:57:06.708Z] ---> 62ee0e9f8440 [2020-10-06T16:57:06.708Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T16:57:06.708Z] ---> Running in c026a01864ed [2020-10-06T16:57:06.708Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:57:06.708Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:57:06.708Z] OK: 12621 distinct packages available [2020-10-06T16:57:06.708Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T16:57:06.708Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T16:57:06.708Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:57:06.708Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T16:57:06.708Z] OK: 6 MiB in 16 packages [2020-10-06T16:57:06.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:57:07.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:57:08.251Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:57:08.251Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:57:08.251Z] OK: 12621 distinct packages available [2020-10-06T16:57:08.530Z] Removing intermediate container d6cdb5212e6f [2020-10-06T16:57:08.530Z] ---> b19e4eafe1dc [2020-10-06T16:57:08.530Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T16:57:08.806Z] ---> Running in c5dd0f05e240 [2020-10-06T16:57:09.081Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T16:57:09.081Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T16:57:09.374Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T16:57:09.374Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T16:57:09.374Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:57:09.374Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T16:57:09.651Z] Removing intermediate container c5dd0f05e240 [2020-10-06T16:57:09.651Z] ---> 06d38ed2d47d [2020-10-06T16:57:09.651Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T16:57:09.651Z] OK: 7 MiB in 18 packages [2020-10-06T16:57:09.928Z] ---> Running in d2f42e1fb248 [2020-10-06T16:57:10.923Z] Removing intermediate container d2f42e1fb248 [2020-10-06T16:57:10.923Z] ---> 60cddb699323 [2020-10-06T16:57:10.923Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T16:57:10.923Z] ---> Running in 4f0242614acb [2020-10-06T16:57:12.918Z] Removing intermediate container c026a01864ed [2020-10-06T16:57:12.918Z] ---> 4a9d93eef010 [2020-10-06T16:57:12.918Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T16:57:12.918Z] ---> Running in 45f4cac561a2 [2020-10-06T16:57:13.526Z] Removing intermediate container 45f4cac561a2 [2020-10-06T16:57:13.526Z] ---> fc32c1c35989 [2020-10-06T16:57:13.526Z] Step 13/20 : WORKDIR /edgex [2020-10-06T16:57:13.815Z] ---> Running in 3b2fa67e047a [2020-10-06T16:57:14.828Z] Removing intermediate container 3b2fa67e047a [2020-10-06T16:57:14.828Z] ---> 6904fd7a4f56 [2020-10-06T16:57:14.828Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T16:57:15.121Z] Removing intermediate container 4f0242614acb [2020-10-06T16:57:15.121Z] ---> 0e67c4c5c9b1 [2020-10-06T16:57:15.121Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T16:57:16.594Z] ---> 2712c951f9b3 [2020-10-06T16:57:16.594Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T16:57:17.620Z] ---> caaff9d1c95b [2020-10-06T16:57:17.620Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T16:57:19.622Z] ---> 386436c25b98 [2020-10-06T16:57:19.622Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T16:57:19.622Z] ---> 9af1c9f77558 [2020-10-06T16:57:19.622Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T16:57:19.900Z] ---> Running in d80eeb0c28b9 [2020-10-06T16:57:21.355Z] Removing intermediate container 705a5fa11295 [2020-10-06T16:57:21.355Z] ---> 8751ec230c06 [2020-10-06T16:57:21.355Z] [2020-10-06T16:57:21.355Z] Step 10/22 : FROM scratch [2020-10-06T16:57:21.355Z] ---> [2020-10-06T16:57:21.355Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T16:57:21.355Z] ---> 7669b963c8f3 [2020-10-06T16:57:21.355Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T16:57:21.355Z] Removing intermediate container d80eeb0c28b9 [2020-10-06T16:57:21.355Z] ---> 4122f7ac9a6a [2020-10-06T16:57:21.355Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T16:57:21.355Z] ---> Running in eb71a16da7ab [2020-10-06T16:57:21.634Z] ---> Running in 389cb307dfdd [2020-10-06T16:57:22.240Z] Removing intermediate container eb71a16da7ab [2020-10-06T16:57:22.240Z] ---> fe6f6ec2e9c3 [2020-10-06T16:57:22.240Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T16:57:22.522Z] ---> Running in eab32b4e913d [2020-10-06T16:57:22.522Z] Removing intermediate container 389cb307dfdd [2020-10-06T16:57:22.522Z] ---> 0fbbf89065ea [2020-10-06T16:57:22.522Z] Step 18/20 : LABEL arch=arm64 [2020-10-06T16:57:22.800Z] ---> Running in 14ffe8e67840 [2020-10-06T16:57:22.800Z] ---> 43d70a174bed [2020-10-06T16:57:22.800Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T16:57:23.077Z] Removing intermediate container eab32b4e913d [2020-10-06T16:57:23.355Z] ---> 4ba99d114bfe [2020-10-06T16:57:23.355Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T16:57:23.355Z] ---> Running in b911ee6bb221 [2020-10-06T16:57:23.641Z] Removing intermediate container 14ffe8e67840 [2020-10-06T16:57:23.641Z] ---> 5629e79bec3a [2020-10-06T16:57:23.641Z] Step 19/20 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:57:24.253Z] ---> Running in b224877c7966 [2020-10-06T16:57:24.253Z] Removing intermediate container b911ee6bb221 [2020-10-06T16:57:24.253Z] ---> 6d42652d4fe0 [2020-10-06T16:57:24.253Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T16:57:24.533Z] ---> db1d0a5edf73 [2020-10-06T16:57:24.533Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T16:57:25.142Z] ---> Running in 159ac39dff70 [2020-10-06T16:57:25.142Z] Removing intermediate container b224877c7966 [2020-10-06T16:57:25.142Z] ---> d27018beb6f0 [2020-10-06T16:57:25.142Z] Step 20/20 : LABEL version=1.2.2-dev.49 [2020-10-06T16:57:25.429Z] ---> Running in a3366176690d [2020-10-06T16:57:26.038Z] ---> adbc818b2151 [2020-10-06T16:57:26.038Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T16:57:26.648Z] Removing intermediate container a3366176690d [2020-10-06T16:57:26.648Z] ---> e9247479aae4 [2020-10-06T16:57:26.648Z] [2020-10-06T16:57:27.259Z] Successfully built e9247479aae4 [2020-10-06T16:57:27.259Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-06T16:57:27.259Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-10-06T16:57:27.871Z] ---> d41fba179901 [2020-10-06T16:57:27.871Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T16:57:31.068Z] Removing intermediate container 159ac39dff70 [2020-10-06T16:57:31.068Z] ---> f008669ea4be [2020-10-06T16:57:31.068Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T16:57:31.068Z] ---> f05b91d07517 [2020-10-06T16:57:31.068Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T16:57:33.745Z] ---> 944cf98432cf [2020-10-06T16:57:33.745Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T16:57:33.745Z] ---> 25eacbdcd301 [2020-10-06T16:57:33.745Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T16:57:34.025Z] ---> Running in b2532f5d4b58 [2020-10-06T16:57:34.025Z] ---> Running in 80bca40af8c5 [2020-10-06T16:57:35.485Z] Removing intermediate container b2532f5d4b58 [2020-10-06T16:57:35.485Z] ---> 0b0f36dbbf98 [2020-10-06T16:57:35.485Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:57:35.485Z] ---> Running in 01b67c61b6cf [2020-10-06T16:57:36.091Z] Removing intermediate container 01b67c61b6cf [2020-10-06T16:57:36.091Z] ---> 2adbb647cdfe [2020-10-06T16:57:36.091Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T16:57:36.364Z] ---> Running in 05fc330af0f3 [2020-10-06T16:57:37.355Z] Removing intermediate container 05fc330af0f3 [2020-10-06T16:57:37.355Z] ---> e7828127f54d [2020-10-06T16:57:37.355Z] Step 21/22 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:57:37.958Z] ---> Running in b6f37a9a9527 [2020-10-06T16:57:38.952Z] Removing intermediate container 80bca40af8c5 [2020-10-06T16:57:38.952Z] ---> 841848df9ed3 [2020-10-06T16:57:38.952Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T16:57:38.952Z] Removing intermediate container b6f37a9a9527 [2020-10-06T16:57:38.952Z] ---> 408936ca86f8 [2020-10-06T16:57:38.952Z] Step 22/22 : LABEL version=1.2.2-dev.49 [2020-10-06T16:57:39.231Z] ---> Running in 34c39c9d8440 [2020-10-06T16:57:39.506Z] ---> Running in 5ac4807f42d9 [2020-10-06T16:57:40.500Z] Removing intermediate container 5ac4807f42d9 [2020-10-06T16:57:40.500Z] ---> 8614c4e7865b [2020-10-06T16:57:40.500Z] [2020-10-06T16:57:41.489Z] Successfully built 8614c4e7865b [2020-10-06T16:57:41.489Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-06T16:57:41.489Z] Building docker-core-command-go [2020-10-06T16:57:45.832Z]  Building docker-support-logging-go ... done Removing intermediate container 34c39c9d8440 [2020-10-06T16:57:45.832Z] ---> 4ef9b2941b33 [2020-10-06T16:57:45.832Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T16:57:46.109Z] ---> Running in 07a9c6820dcb [2020-10-06T16:57:47.577Z] Removing intermediate container 07a9c6820dcb [2020-10-06T16:57:47.577Z] ---> 7052e1ecf4dc [2020-10-06T16:57:47.577Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T16:57:48.584Z] ---> Running in 49736004deaf [2020-10-06T16:57:50.571Z] Removing intermediate container 49736004deaf [2020-10-06T16:57:50.571Z] ---> 9e9cf5c704c9 [2020-10-06T16:57:50.571Z] Step 27/29 : LABEL arch=arm64 [2020-10-06T16:57:51.184Z] Removing intermediate container 130089c8ad3e [2020-10-06T16:57:51.184Z] ---> 575b0ea2bc18 [2020-10-06T16:57:51.184Z] [2020-10-06T16:57:51.184Z] Step 10/22 : FROM scratch [2020-10-06T16:57:51.184Z] ---> [2020-10-06T16:57:51.184Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T16:57:51.462Z] ---> Running in 6a6e8a15f674 [2020-10-06T16:57:52.066Z] ---> Running in 18c3ab8f682a [2020-10-06T16:57:52.348Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:57:52.348Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:57:52.348Z] ---> 056f6d35818f [2020-10-06T16:57:52.348Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T16:57:52.348Z] ---> Using cache [2020-10-06T16:57:52.348Z] ---> 9ccda83696e6 [2020-10-06T16:57:52.348Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:57:52.348Z] ---> Using cache [2020-10-06T16:57:52.348Z] ---> 21c8749330d2 [2020-10-06T16:57:52.348Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T16:57:52.348Z] ---> Using cache [2020-10-06T16:57:52.348Z] ---> aca79956653f [2020-10-06T16:57:52.348Z] Step 6/21 : COPY go.mod . [2020-10-06T16:57:52.348Z] ---> Using cache [2020-10-06T16:57:52.348Z] ---> 8e4baad32f01 [2020-10-06T16:57:52.348Z] Step 7/21 : RUN go mod download [2020-10-06T16:57:52.348Z] ---> Using cache [2020-10-06T16:57:52.348Z] ---> a8d3672bb764 [2020-10-06T16:57:52.348Z] Step 8/21 : COPY . . [2020-10-06T16:57:52.348Z] ---> Using cache [2020-10-06T16:57:52.348Z] ---> 8dba25e96f79 [2020-10-06T16:57:52.348Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T16:57:52.627Z] Removing intermediate container 6a6e8a15f674 [2020-10-06T16:57:52.627Z] ---> 8163abbdc36e [2020-10-06T16:57:52.627Z] Step 28/29 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:57:52.905Z] ---> Running in f4c457a88e94 [2020-10-06T16:57:52.905Z] Removing intermediate container 18c3ab8f682a [2020-10-06T16:57:52.905Z] ---> b978245ac712 [2020-10-06T16:57:52.905Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T16:57:52.905Z] ---> Running in 898256cb3834 [2020-10-06T16:57:53.182Z] ---> Running in 3474dee51a99 [2020-10-06T16:57:53.788Z] Removing intermediate container 898256cb3834 [2020-10-06T16:57:53.788Z] ---> 40f5c041db2c [2020-10-06T16:57:53.788Z] Step 29/29 : LABEL version=1.2.2-dev.49 [2020-10-06T16:57:54.069Z] Removing intermediate container 3474dee51a99 [2020-10-06T16:57:54.069Z] ---> 2c9f8e34b9fe [2020-10-06T16:57:54.069Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T16:57:54.069Z] ---> Running in 9e51f6bd69eb [2020-10-06T16:57:54.343Z] ---> Running in 441de9ab82bd [2020-10-06T16:57:54.947Z] Removing intermediate container 9e51f6bd69eb [2020-10-06T16:57:54.947Z] ---> 11b29ea0d3c8 [2020-10-06T16:57:54.947Z] [2020-10-06T16:57:55.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-06T16:57:55.228Z] Removing intermediate container 441de9ab82bd [2020-10-06T16:57:55.228Z] ---> b2855fe5c020 [2020-10-06T16:57:55.228Z] Step 14/22 : WORKDIR / [2020-10-06T16:57:55.505Z] ---> Running in c3dd754cb555 [2020-10-06T16:57:55.780Z] Successfully built 11b29ea0d3c8 [2020-10-06T16:57:55.780Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-06T16:57:55.780Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-10-06T16:57:56.768Z] Removing intermediate container c3dd754cb555 [2020-10-06T16:57:56.768Z] ---> 646db22b558d [2020-10-06T16:57:56.768Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T16:57:58.225Z] ---> 691a95bb98b2 [2020-10-06T16:57:58.225Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T16:58:03.679Z] ---> 839c9261542e [2020-10-06T16:58:03.679Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T16:58:03.960Z] Removing intermediate container 053d766d3b6d [2020-10-06T16:58:03.960Z] ---> 71f6c3a5e1e7 [2020-10-06T16:58:03.960Z] [2020-10-06T16:58:03.960Z] Step 10/23 : FROM alpine [2020-10-06T16:58:03.960Z] ---> 62ee0e9f8440 [2020-10-06T16:58:03.960Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T16:58:05.417Z] ---> Running in d9431b3c7a47 [2020-10-06T16:58:05.417Z] ---> d092d30be9ef [2020-10-06T16:58:05.417Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T16:58:06.027Z] ---> Running in e26607cc242a [2020-10-06T16:58:06.308Z] Removing intermediate container d9431b3c7a47 [2020-10-06T16:58:06.308Z] ---> 907fb25b71a6 [2020-10-06T16:58:06.308Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T16:58:06.920Z] ---> Running in 9194f1875a44 [2020-10-06T16:58:06.920Z] Removing intermediate container e26607cc242a [2020-10-06T16:58:06.920Z] ---> 9a865dcd0e6c [2020-10-06T16:58:06.920Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:58:07.214Z] ---> Running in 887cc5a63628 [2020-10-06T16:58:07.491Z] Removing intermediate container 9194f1875a44 [2020-10-06T16:58:07.768Z] ---> 171e5dc5e88b [2020-10-06T16:58:07.768Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T16:58:08.063Z] ---> Running in f007184fc461 [2020-10-06T16:58:08.063Z] Removing intermediate container 887cc5a63628 [2020-10-06T16:58:08.063Z] ---> 32e3fe2f9d57 [2020-10-06T16:58:08.063Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T16:58:08.338Z] ---> Running in 2b97161f8f9a [2020-10-06T16:58:08.617Z] Removing intermediate container f007184fc461 [2020-10-06T16:58:08.617Z] ---> dcc38a36bbae [2020-10-06T16:58:08.617Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:58:08.895Z] ---> Running in 4cac18f8f3b4 [2020-10-06T16:58:09.513Z] Removing intermediate container 2b97161f8f9a [2020-10-06T16:58:09.513Z] ---> 9d2048a12ba7 [2020-10-06T16:58:09.513Z] Step 21/22 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:58:09.795Z] ---> Running in a73ce823608e [2020-10-06T16:58:11.258Z] Removing intermediate container a73ce823608e [2020-10-06T16:58:11.258Z] ---> 9ab282385649 [2020-10-06T16:58:11.258Z] Step 22/22 : LABEL version=1.2.2-dev.49 [2020-10-06T16:58:11.536Z] ---> Running in edd1390aae17 [2020-10-06T16:58:12.149Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:58:12.149Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:58:12.149Z] ---> 056f6d35818f [2020-10-06T16:58:12.149Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T16:58:12.150Z] ---> Using cache [2020-10-06T16:58:12.150Z] ---> 9ccda83696e6 [2020-10-06T16:58:12.150Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:58:12.150Z] ---> Using cache [2020-10-06T16:58:12.150Z] ---> 21c8749330d2 [2020-10-06T16:58:12.150Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T16:58:12.150Z] ---> Using cache [2020-10-06T16:58:12.150Z] ---> aca79956653f [2020-10-06T16:58:12.150Z] Step 6/22 : COPY go.mod . [2020-10-06T16:58:12.150Z] ---> Using cache [2020-10-06T16:58:12.150Z] ---> 8e4baad32f01 [2020-10-06T16:58:12.150Z] Step 7/22 : RUN go mod download [2020-10-06T16:58:12.150Z] ---> Using cache [2020-10-06T16:58:12.150Z] ---> a8d3672bb764 [2020-10-06T16:58:12.150Z] Step 8/22 : COPY . . [2020-10-06T16:58:12.432Z] ---> Using cache [2020-10-06T16:58:12.432Z] ---> 8dba25e96f79 [2020-10-06T16:58:12.432Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T16:58:13.339Z] ---> Running in c4ad2e93e770 [2020-10-06T16:58:13.339Z] Removing intermediate container edd1390aae17 [2020-10-06T16:58:13.339Z] ---> c89b28213dad [2020-10-06T16:58:13.339Z] [2020-10-06T16:58:14.902Z] Successfully built c89b28213dad [2020-10-06T16:58:14.902Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-06T16:58:14.902Z] Building docker-security-secretstore-setup-go [2020-10-06T16:58:14.902Z] Removing intermediate container 4cac18f8f3b4 [2020-10-06T16:58:14.902Z]  Building docker-core-metadata-go ... done  ---> e10665c03e7c [2020-10-06T16:58:14.902Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T16:58:15.508Z] ---> Running in 359c97637d42 [2020-10-06T16:58:16.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/core-command/core-command ./cmd/core-command [2020-10-06T16:58:18.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:58:18.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:58:19.380Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T16:58:19.380Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T16:58:19.658Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T16:58:19.935Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T16:58:20.213Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T16:58:20.213Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T16:58:20.213Z] OK: 8 MiB in 19 packages [2020-10-06T16:58:24.586Z] Removing intermediate container 359c97637d42 [2020-10-06T16:58:24.586Z] ---> f8c7c742cc2c [2020-10-06T16:58:24.586Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T16:58:26.601Z] ---> 105cd49f838f [2020-10-06T16:58:26.601Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T16:58:29.244Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:58:29.244Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:58:29.244Z] ---> 056f6d35818f [2020-10-06T16:58:29.244Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T16:58:29.244Z] ---> Using cache [2020-10-06T16:58:29.244Z] ---> 9ccda83696e6 [2020-10-06T16:58:29.244Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:58:29.244Z] ---> Using cache [2020-10-06T16:58:29.244Z] ---> 21c8749330d2 [2020-10-06T16:58:29.244Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T16:58:29.525Z] ---> Running in 5d348c9b5a0a [2020-10-06T16:58:29.810Z] ---> ba1393c6250e [2020-10-06T16:58:29.810Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T16:58:31.268Z] ---> 44beb2b2ddcd [2020-10-06T16:58:31.268Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T16:58:31.268Z] ---> Running in 3e2a57a7e0c4 [2020-10-06T16:58:32.260Z] Removing intermediate container 3e2a57a7e0c4 [2020-10-06T16:58:32.260Z] ---> 0dd5370d0ca8 [2020-10-06T16:58:32.260Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:58:32.260Z] ---> Running in 0e77340b2b91 [2020-10-06T16:58:32.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:58:33.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:58:33.253Z] Removing intermediate container 0e77340b2b91 [2020-10-06T16:58:33.253Z] ---> c2b161cd5f88 [2020-10-06T16:58:33.253Z] Step 21/23 : LABEL arch=arm64 [2020-10-06T16:58:33.538Z] ---> Running in 94c18069383a [2020-10-06T16:58:34.532Z] Removing intermediate container 94c18069383a [2020-10-06T16:58:34.532Z] ---> d628fdcaaf77 [2020-10-06T16:58:34.532Z] Step 22/23 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:58:34.532Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:58:34.532Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:58:34.532Z] OK: 12623 distinct packages available [2020-10-06T16:58:34.815Z] ---> Running in 0bd8658978d5 [2020-10-06T16:58:35.805Z] OK: 217 MiB in 51 packages [2020-10-06T16:58:35.806Z] Removing intermediate container 0bd8658978d5 [2020-10-06T16:58:35.806Z] ---> 45f27d7f5f7a [2020-10-06T16:58:35.806Z] Step 23/23 : LABEL version=1.2.2-dev.49 [2020-10-06T16:58:36.082Z] ---> Running in f5bde2ff63e4 [2020-10-06T16:58:37.525Z] Removing intermediate container f5bde2ff63e4 [2020-10-06T16:58:37.525Z] ---> 50f269b20bd4 [2020-10-06T16:58:37.525Z] [2020-10-06T16:58:38.130Z] Successfully built 50f269b20bd4 [2020-10-06T16:58:38.130Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-06T16:58:38.130Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2020-10-06T16:58:38.130Z] Removing intermediate container 5d348c9b5a0a [2020-10-06T16:58:38.130Z] ---> ee9533ceb5f9 [2020-10-06T16:58:38.130Z] Step 6/24 : COPY go.mod . [2020-10-06T16:58:39.593Z] ---> 334796ad2df8 [2020-10-06T16:58:39.593Z] Step 7/24 : RUN go mod download [2020-10-06T16:58:40.213Z] ---> Running in 8067251d4049 [2020-10-06T16:58:48.552Z] Removing intermediate container 8067251d4049 [2020-10-06T16:58:48.552Z] ---> 411856ae8199 [2020-10-06T16:58:48.552Z] Step 8/24 : COPY . . [2020-10-06T16:58:48.552Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:58:48.552Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:58:48.552Z] ---> 056f6d35818f [2020-10-06T16:58:48.552Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T16:58:48.552Z] ---> Using cache [2020-10-06T16:58:48.552Z] ---> 9ccda83696e6 [2020-10-06T16:58:48.552Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:58:48.552Z] ---> Using cache [2020-10-06T16:58:48.552Z] ---> 21c8749330d2 [2020-10-06T16:58:48.552Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T16:58:48.552Z] ---> Using cache [2020-10-06T16:58:48.552Z] ---> aca79956653f [2020-10-06T16:58:48.552Z] Step 6/26 : COPY go.mod . [2020-10-06T16:58:48.552Z] ---> Using cache [2020-10-06T16:58:48.552Z] ---> 8e4baad32f01 [2020-10-06T16:58:48.552Z] Step 7/26 : RUN go mod download [2020-10-06T16:58:48.552Z] ---> Using cache [2020-10-06T16:58:48.552Z] ---> a8d3672bb764 [2020-10-06T16:58:48.552Z] Step 8/26 : COPY . . [2020-10-06T16:58:48.552Z] ---> Using cache [2020-10-06T16:58:48.552Z] ---> 8dba25e96f79 [2020-10-06T16:58:48.552Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-06T16:58:48.552Z] ---> Running in ca335d3e36c6 [2020-10-06T16:58:51.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-06T16:59:06.328Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T16:59:06.328Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T16:59:06.328Z] ---> 056f6d35818f [2020-10-06T16:59:06.328Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T16:59:06.328Z] ---> Using cache [2020-10-06T16:59:06.328Z] ---> 9ccda83696e6 [2020-10-06T16:59:06.328Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T16:59:06.328Z] ---> Using cache [2020-10-06T16:59:06.328Z] ---> 21c8749330d2 [2020-10-06T16:59:06.328Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T16:59:09.049Z] ---> Running in f3be19b031e2 [2020-10-06T16:59:09.339Z] ---> 0966e3a61c49 [2020-10-06T16:59:09.339Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T16:59:09.622Z] ---> Running in 72b1b22b10c0 [2020-10-06T16:59:11.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T16:59:11.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-06T16:59:12.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T16:59:13.987Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T16:59:13.987Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T16:59:13.987Z] OK: 12623 distinct packages available [2020-10-06T16:59:14.988Z] OK: 217 MiB in 51 packages [2020-10-06T16:59:16.601Z] Removing intermediate container f3be19b031e2 [2020-10-06T16:59:16.601Z] ---> 8c2571056692 [2020-10-06T16:59:16.601Z] Step 6/27 : COPY go.mod . [2020-10-06T16:59:18.081Z] ---> a1d0e8eb0bfe [2020-10-06T16:59:18.081Z] Step 7/27 : RUN go mod download [2020-10-06T16:59:18.359Z] ---> Running in c9c2fff16e4b [2020-10-06T16:59:21.799Z] Removing intermediate container f4c457a88e94 [2020-10-06T16:59:21.799Z] ---> d8bf1b9d7766 [2020-10-06T16:59:21.799Z] [2020-10-06T16:59:21.799Z] Step 10/21 : FROM scratch [2020-10-06T16:59:21.799Z] ---> [2020-10-06T16:59:21.799Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T16:59:21.799Z] ---> Using cache [2020-10-06T16:59:21.799Z] ---> b978245ac712 [2020-10-06T16:59:21.799Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T16:59:21.799Z] ---> Running in 223b98fa335a [2020-10-06T16:59:22.416Z] Removing intermediate container 223b98fa335a [2020-10-06T16:59:22.416Z] ---> 9faa4e012b3e [2020-10-06T16:59:22.416Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T16:59:22.697Z] ---> Running in a4582c773b25 [2020-10-06T16:59:23.695Z] Removing intermediate container a4582c773b25 [2020-10-06T16:59:23.695Z] ---> 5380c7ca383d [2020-10-06T16:59:23.695Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T16:59:24.305Z] Removing intermediate container c9c2fff16e4b [2020-10-06T16:59:24.305Z] ---> bbe7076f3d68 [2020-10-06T16:59:24.305Z] Step 8/27 : COPY . . [2020-10-06T16:59:24.588Z] ---> 26969e95fb7e [2020-10-06T16:59:24.588Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T16:59:27.248Z] ---> 1b9471ac6eb4 [2020-10-06T16:59:27.248Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T16:59:29.258Z] ---> fb47b41192b4 [2020-10-06T16:59:29.259Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T16:59:29.259Z] ---> Running in 9e21148c7761 [2020-10-06T16:59:30.269Z] Removing intermediate container 9e21148c7761 [2020-10-06T16:59:30.269Z] ---> c52698edbc41 [2020-10-06T16:59:30.269Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T16:59:30.886Z] ---> Running in 353c058ddf1a [2020-10-06T16:59:31.908Z] Removing intermediate container 353c058ddf1a [2020-10-06T16:59:31.908Z] ---> e379bcb04525 [2020-10-06T16:59:31.908Z] Step 19/21 : LABEL arch=arm64 [2020-10-06T16:59:32.188Z] ---> Running in 91e68110a719 [2020-10-06T16:59:33.190Z] Removing intermediate container 91e68110a719 [2020-10-06T16:59:33.190Z] ---> ecd2f4ec1461 [2020-10-06T16:59:33.190Z] Step 20/21 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T16:59:33.190Z] ---> Running in b7544619b56f [2020-10-06T16:59:34.653Z] Removing intermediate container b7544619b56f [2020-10-06T16:59:34.653Z] ---> 0db32d6fb975 [2020-10-06T16:59:34.653Z] Step 21/21 : LABEL version=1.2.2-dev.49 [2020-10-06T16:59:34.653Z] ---> Running in c4b5409350b3 [2020-10-06T16:59:35.652Z] Removing intermediate container c4b5409350b3 [2020-10-06T16:59:35.652Z] ---> 0a6aba90ba9c [2020-10-06T16:59:35.652Z] [2020-10-06T16:59:36.651Z] Successfully built 0a6aba90ba9c [2020-10-06T16:59:36.651Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-06T16:59:43.443Z]  Building docker-support-scheduler-go ... done  ---> 71ecd94897d4 [2020-10-06T16:59:43.443Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T16:59:43.722Z] ---> Running in c4ae9eb2f75b [2020-10-06T16:59:46.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-06T16:59:56.600Z] Removing intermediate container c4ad2e93e770 [2020-10-06T16:59:56.600Z] ---> cac8b978f9a0 [2020-10-06T16:59:56.600Z] [2020-10-06T16:59:56.600Z] Step 10/22 : FROM scratch [2020-10-06T16:59:56.600Z] ---> [2020-10-06T16:59:56.600Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T16:59:56.600Z] ---> Using cache [2020-10-06T16:59:56.600Z] ---> b978245ac712 [2020-10-06T16:59:56.600Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T16:59:56.600Z] ---> Running in 36ecbc244f16 [2020-10-06T16:59:56.878Z] Removing intermediate container 36ecbc244f16 [2020-10-06T16:59:56.878Z] ---> c5e15d0e30a9 [2020-10-06T16:59:56.878Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T16:59:56.878Z] ---> Running in edd4ee711b8c [2020-10-06T16:59:57.490Z] Removing intermediate container edd4ee711b8c [2020-10-06T16:59:57.490Z] ---> 6cd6a9da8d79 [2020-10-06T16:59:57.490Z] Step 14/22 : WORKDIR / [2020-10-06T16:59:57.768Z] ---> Running in e8f42b2f8299 [2020-10-06T16:59:58.379Z] Removing intermediate container e8f42b2f8299 [2020-10-06T16:59:58.379Z] ---> 9f33486683eb [2020-10-06T16:59:58.379Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T16:59:59.373Z] ---> da6fee951812 [2020-10-06T16:59:59.373Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T17:00:00.840Z] ---> bb7b19dc1a4f [2020-10-06T17:00:00.840Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T17:00:02.340Z] ---> 7857c8ccaeef [2020-10-06T17:00:02.340Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T17:00:02.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-06T17:00:02.340Z] ---> Running in ea9c678931b9 [2020-10-06T17:00:02.977Z] Removing intermediate container ea9c678931b9 [2020-10-06T17:00:02.977Z] ---> 7596cde882a5 [2020-10-06T17:00:02.977Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T17:00:03.256Z] ---> Running in 22a06685e58d [2020-10-06T17:00:03.876Z] Removing intermediate container 22a06685e58d [2020-10-06T17:00:03.876Z] ---> 116f84f13f5a [2020-10-06T17:00:03.876Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T17:00:04.155Z] ---> Running in 696a594e67fd [2020-10-06T17:00:04.766Z] Removing intermediate container 696a594e67fd [2020-10-06T17:00:04.766Z] ---> bd1f6498e8b0 [2020-10-06T17:00:04.766Z] Step 21/22 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:00:04.766Z] ---> Running in 539f6ccea4d5 [2020-10-06T17:00:05.385Z] Removing intermediate container 539f6ccea4d5 [2020-10-06T17:00:05.385Z] ---> df8b62e7b10b [2020-10-06T17:00:05.385Z] Step 22/22 : LABEL version=1.2.2-dev.49 [2020-10-06T17:00:05.665Z] ---> Running in 3cf8da055865 [2020-10-06T17:00:06.275Z] Removing intermediate container 3cf8da055865 [2020-10-06T17:00:06.275Z] ---> bdbaca347f52 [2020-10-06T17:00:06.275Z] [2020-10-06T17:00:06.981Z] Successfully built bdbaca347f52 [2020-10-06T17:00:06.981Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-06T17:00:11.508Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T17:00:21.747Z] Removing intermediate container ca335d3e36c6 [2020-10-06T17:00:21.747Z] ---> e9d7d4787fdf [2020-10-06T17:00:21.747Z] [2020-10-06T17:00:21.747Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T17:00:22.743Z] 3.10: Pulling from library/alpine [2020-10-06T17:00:24.215Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T17:00:24.215Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T17:00:24.215Z] ---> 536a684cf733 [2020-10-06T17:00:24.215Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T17:00:24.505Z] ---> Running in 98e095a69b3e [2020-10-06T17:00:26.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-06T17:00:27.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-06T17:00:27.760Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T17:00:27.760Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T17:00:27.760Z] OK: 10167 distinct packages available [2020-10-06T17:00:28.043Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T17:00:28.323Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T17:00:28.323Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T17:00:28.323Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T17:00:28.323Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T17:00:28.323Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T17:00:28.323Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T17:00:28.607Z] OK: 7 MiB in 19 packages [2020-10-06T17:00:31.268Z] Removing intermediate container 98e095a69b3e [2020-10-06T17:00:31.268Z] ---> 7cbf795d6147 [2020-10-06T17:00:31.268Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T17:00:31.268Z] ---> Running in 84bc6cb04abd [2020-10-06T17:00:32.293Z] Removing intermediate container 84bc6cb04abd [2020-10-06T17:00:32.293Z] ---> 57fa55346cbd [2020-10-06T17:00:32.293Z] Step 13/26 : WORKDIR / [2020-10-06T17:00:32.293Z] ---> Running in 9f2c584a35ca [2020-10-06T17:00:33.290Z] Removing intermediate container 9f2c584a35ca [2020-10-06T17:00:33.290Z] ---> bcb019741c56 [2020-10-06T17:00:33.290Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-06T17:00:33.564Z] Removing intermediate container 72b1b22b10c0 [2020-10-06T17:00:33.564Z] ---> 4ad7adbebb20 [2020-10-06T17:00:33.564Z] [2020-10-06T17:00:33.564Z] Step 10/24 : FROM scratch [2020-10-06T17:00:33.564Z] ---> [2020-10-06T17:00:33.564Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T17:00:33.838Z] ---> Using cache [2020-10-06T17:00:33.838Z] ---> fe6f6ec2e9c3 [2020-10-06T17:00:33.838Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T17:00:33.838Z] ---> Running in 9651b4b750d3 [2020-10-06T17:00:34.113Z] ---> 02a5a96dcad6 [2020-10-06T17:00:34.113Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-06T17:00:34.392Z] Removing intermediate container 9651b4b750d3 [2020-10-06T17:00:34.392Z] ---> ed950031fa43 [2020-10-06T17:00:34.392Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T17:00:34.392Z] ---> Running in 1ac220f87c87 [2020-10-06T17:00:34.668Z] ---> 44ce4f3e3c34 [2020-10-06T17:00:34.668Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T17:00:34.953Z] Removing intermediate container 1ac220f87c87 [2020-10-06T17:00:34.953Z] ---> 69c79b690e98 [2020-10-06T17:00:34.953Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T17:00:35.558Z] ---> 2cce947b9edd [2020-10-06T17:00:35.558Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T17:00:35.843Z] ---> 37cc864d927c [2020-10-06T17:00:35.843Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T17:00:36.453Z] ---> 2f7c64932d72 [2020-10-06T17:00:36.453Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T17:00:37.441Z] ---> 5c273a3a2276 [2020-10-06T17:00:37.441Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T17:00:38.052Z] ---> fb2ee64c028a [2020-10-06T17:00:38.052Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T17:00:39.035Z] ---> ff51c95ef6e8 [2020-10-06T17:00:39.035Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T17:00:39.035Z] Removing intermediate container c4ae9eb2f75b [2020-10-06T17:00:39.035Z] ---> 4a0ee705983e [2020-10-06T17:00:39.035Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T17:00:39.310Z] ---> 7d239a8585cc [2020-10-06T17:00:39.310Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T17:00:39.310Z] ---> Running in 61f4d6a3fbcd [2020-10-06T17:00:39.912Z] ---> 6042098a169b [2020-10-06T17:00:39.912Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T17:00:40.508Z] ---> f17e14be371d [2020-10-06T17:00:40.508Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T17:00:41.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.49" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-06T17:00:41.386Z] ---> 5079eab70820 [2020-10-06T17:00:41.386Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T17:00:41.386Z] ---> efed261912a5 [2020-10-06T17:00:41.386Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T17:00:41.663Z] ---> Running in d28b0319143d [2020-10-06T17:00:42.268Z] ---> 77b27b8980d7 [2020-10-06T17:00:42.268Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T17:00:42.268Z] ---> Running in 9635b5bb3c5b [2020-10-06T17:00:42.874Z] Removing intermediate container 9635b5bb3c5b [2020-10-06T17:00:42.874Z] ---> ec8fc4ea9896 [2020-10-06T17:00:42.874Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T17:00:43.150Z] ---> Running in 361b907ab773 [2020-10-06T17:00:43.753Z] Removing intermediate container 361b907ab773 [2020-10-06T17:00:43.753Z] ---> bfdab3895e84 [2020-10-06T17:00:43.753Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T17:00:44.032Z] ---> Running in 3e71688008b8 [2020-10-06T17:00:44.032Z] Removing intermediate container 61f4d6a3fbcd [2020-10-06T17:00:44.032Z] ---> f6f2a87d74a7 [2020-10-06T17:00:44.032Z] [2020-10-06T17:00:44.032Z] Step 11/27 : FROM docker:latest [2020-10-06T17:00:44.032Z] ---> 45884bde0078 [2020-10-06T17:00:44.033Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T17:00:44.313Z] ---> Running in 92096684ccaa [2020-10-06T17:00:44.599Z] Removing intermediate container 3e71688008b8 [2020-10-06T17:00:44.599Z] ---> 94e0f161f262 [2020-10-06T17:00:44.599Z] Step 23/24 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:00:44.882Z] Removing intermediate container d28b0319143d [2020-10-06T17:00:44.882Z] ---> 479310307ac0 [2020-10-06T17:00:44.882Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T17:00:44.882Z] ---> Running in cfffc190c028 [2020-10-06T17:00:44.882Z] ---> Running in 4bf1a8f77b7d [2020-10-06T17:00:45.482Z] Removing intermediate container cfffc190c028 [2020-10-06T17:00:45.482Z] ---> 3cca2c90d29b [2020-10-06T17:00:45.482Z] Step 24/24 : LABEL version=1.2.2-dev.49 [2020-10-06T17:00:45.482Z] Removing intermediate container 4bf1a8f77b7d [2020-10-06T17:00:45.482Z] ---> be69b1187582 [2020-10-06T17:00:45.482Z] Step 24/26 : LABEL arch=arm64 [2020-10-06T17:00:45.482Z] ---> Running in 3b919dd5f1a3 [2020-10-06T17:00:45.757Z] ---> Running in 59b79b0c6990 [2020-10-06T17:00:46.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T17:00:46.038Z] Removing intermediate container 3b919dd5f1a3 [2020-10-06T17:00:46.038Z] ---> 80065ef1e1ff [2020-10-06T17:00:46.038Z] [2020-10-06T17:00:46.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T17:00:46.639Z] Removing intermediate container 59b79b0c6990 [2020-10-06T17:00:46.639Z] ---> 03009aa74072 [2020-10-06T17:00:46.639Z] Step 25/26 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:00:46.639Z] Successfully built 80065ef1e1ff [2020-10-06T17:00:46.639Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T17:00:46.639Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-06T17:00:46.639Z]  Building docker-support-notifications-go ... done (2/2) Installing bash (5.0.17-r0) [2020-10-06T17:00:46.639Z] Executing bash-5.0.17-r0.post-install [2020-10-06T17:00:46.639Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T17:00:46.639Z] OK: 12 MiB in 22 packages [2020-10-06T17:00:46.639Z] ---> Running in 6abd03372c4a [2020-10-06T17:00:47.240Z] Removing intermediate container 6abd03372c4a [2020-10-06T17:00:47.240Z] ---> 8e3506a91d60 [2020-10-06T17:00:47.240Z] Step 26/26 : LABEL version=1.2.2-dev.49 [2020-10-06T17:00:47.516Z] ---> Running in da4ef0444c88 [2020-10-06T17:00:47.794Z] Removing intermediate container da4ef0444c88 [2020-10-06T17:00:47.794Z] ---> 542bbeb39ac5 [2020-10-06T17:00:47.794Z] [2020-10-06T17:00:48.066Z] Removing intermediate container 92096684ccaa [2020-10-06T17:00:48.066Z] ---> 46c5a8539431 [2020-10-06T17:00:48.066Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T17:00:48.341Z] Successfully built 542bbeb39ac5 [2020-10-06T17:00:48.341Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-06T17:00:48.341Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in c86dc51110a7 [2020-10-06T17:00:50.965Z] Removing intermediate container c86dc51110a7 [2020-10-06T17:00:50.965Z] ---> 99c5e6a2c1bf [2020-10-06T17:00:50.965Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T17:00:50.965Z] ---> Running in 849d5279f6f6 [2020-10-06T17:00:51.239Z] Removing intermediate container 849d5279f6f6 [2020-10-06T17:00:51.239Z] ---> afc98a13a31b [2020-10-06T17:00:51.239Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T17:00:51.514Z] ---> Running in b0c7368bcf4c [2020-10-06T17:00:51.786Z] Removing intermediate container b0c7368bcf4c [2020-10-06T17:00:51.786Z] ---> 89969306fdd0 [2020-10-06T17:00:51.786Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T17:00:52.065Z] ---> Running in e0a01d5717be [2020-10-06T17:00:52.340Z] Removing intermediate container e0a01d5717be [2020-10-06T17:00:52.340Z] ---> 5e173e2c4aaf [2020-10-06T17:00:52.340Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T17:00:53.777Z] ---> 73dc30afaf8b [2020-10-06T17:00:53.777Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T17:00:54.411Z] ---> 69377f3b5ece [2020-10-06T17:00:54.411Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T17:00:55.030Z] ---> 9a0c59c632f1 [2020-10-06T17:00:55.030Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T17:00:55.321Z] ---> Running in ec1258a6b351 [2020-10-06T17:00:56.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T17:00:56.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T17:00:57.376Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T17:00:57.376Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T17:00:57.376Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T17:00:57.376Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T17:00:57.376Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T17:00:57.376Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T17:00:57.376Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T17:00:59.349Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T17:00:59.349Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T17:00:59.349Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T17:00:59.349Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T17:00:59.349Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T17:00:59.349Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T17:00:59.349Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T17:00:59.349Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T17:00:59.349Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T17:00:59.349Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T17:00:59.349Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T17:00:59.349Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T17:00:59.349Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T17:00:59.349Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T17:00:59.349Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T17:00:59.349Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T17:00:59.618Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T17:00:59.618Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T17:00:59.618Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T17:00:59.618Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T17:00:59.618Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T17:00:59.618Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T17:00:59.618Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T17:00:59.619Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T17:00:59.619Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T17:00:59.619Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T17:00:59.891Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T17:00:59.891Z] OK: 71 MiB in 55 packages [2020-10-06T17:01:06.598Z] Removing intermediate container ec1258a6b351 [2020-10-06T17:01:06.598Z] ---> cb0be617a651 [2020-10-06T17:01:06.598Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T17:01:06.598Z] ---> Running in 63c129470c8e [2020-10-06T17:01:10.902Z] Collecting docker-compose==1.23.2 [2020-10-06T17:01:10.902Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T17:01:11.877Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T17:01:11.877Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T17:01:12.152Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T17:01:12.152Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T17:01:14.246Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T17:01:14.246Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T17:01:16.386Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T17:01:16.386Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T17:01:16.710Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T17:01:16.710Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T17:01:16.710Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-06T17:01:17.005Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T17:01:17.005Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T17:01:17.629Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T17:01:17.630Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T17:01:20.380Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T17:01:20.380Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T17:01:20.656Z] Collecting PyYAML<4,>=3.10 [2020-10-06T17:01:20.656Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T17:01:24.123Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T17:01:24.123Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T17:01:24.123Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-06T17:01:24.123Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T17:01:24.123Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T17:01:24.399Z] Collecting idna<2.8,>=2.5 [2020-10-06T17:01:24.399Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T17:01:24.687Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-06T17:01:24.687Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T17:01:24.687Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T17:01:24.687Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T17:01:24.687Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T17:01:25.308Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, jsonschema, cached-property, texttable, PyYAML, docker-compose [2020-10-06T17:01:25.589Z] Attempting uninstall: urllib3 [2020-10-06T17:01:25.589Z] Found existing installation: urllib3 1.25.9 [2020-10-06T17:01:25.589Z] Uninstalling urllib3-1.25.9: [2020-10-06T17:01:25.879Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T17:01:26.517Z] Attempting uninstall: idna [2020-10-06T17:01:26.517Z] Found existing installation: idna 2.9 [2020-10-06T17:01:26.517Z] Uninstalling idna-2.9: [2020-10-06T17:01:26.517Z] Successfully uninstalled idna-2.9 [2020-10-06T17:01:27.139Z] Attempting uninstall: requests [2020-10-06T17:01:27.139Z] Found existing installation: requests 2.23.0 [2020-10-06T17:01:27.139Z] Uninstalling requests-2.23.0: [2020-10-06T17:01:27.139Z] Successfully uninstalled requests-2.23.0 [2020-10-06T17:01:28.162Z] Running setup.py install for docopt: started [2020-10-06T17:01:30.242Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T17:01:30.242Z] Running setup.py install for dockerpty: started [2020-10-06T17:01:31.782Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T17:01:32.078Z] Running setup.py install for texttable: started [2020-10-06T17:01:34.132Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T17:01:34.132Z] Running setup.py install for PyYAML: started [2020-10-06T17:01:36.196Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T17:01:36.829Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-06T17:01:40.405Z] Removing intermediate container 63c129470c8e [2020-10-06T17:01:40.406Z] ---> a2b632a5fe64 [2020-10-06T17:01:40.406Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T17:01:40.406Z] ---> Running in e4144afda5d2 [2020-10-06T17:01:41.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T17:01:41.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T17:01:42.568Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T17:01:42.568Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T17:01:42.568Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T17:01:42.568Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T17:01:42.568Z] OK: 71 MiB in 58 packages [2020-10-06T17:01:43.625Z] Removing intermediate container e4144afda5d2 [2020-10-06T17:01:43.625Z] ---> d1e279f36bf0 [2020-10-06T17:01:43.626Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T17:01:43.936Z] ---> Running in 4dd1912024a8 [2020-10-06T17:01:44.222Z] Removing intermediate container 4dd1912024a8 [2020-10-06T17:01:44.222Z] ---> 602dfd6213a8 [2020-10-06T17:01:44.222Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T17:01:44.514Z] ---> Running in c1809c1a14de [2020-10-06T17:01:45.168Z] Removing intermediate container c1809c1a14de [2020-10-06T17:01:45.168Z] ---> 6b87efe83df3 [2020-10-06T17:01:45.168Z] Step 25/27 : LABEL arch=arm64 [2020-10-06T17:01:45.168Z] ---> Running in 6ab2ab2cea90 [2020-10-06T17:01:45.815Z] Removing intermediate container 6ab2ab2cea90 [2020-10-06T17:01:45.815Z] ---> dc86bdb65eda [2020-10-06T17:01:45.815Z] Step 26/27 : LABEL git_sha=d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:01:46.110Z] ---> Running in 4bc6a400b80b [2020-10-06T17:01:46.729Z] Removing intermediate container 4bc6a400b80b [2020-10-06T17:01:46.729Z] ---> d46e8958eb3b [2020-10-06T17:01:46.729Z] Step 27/27 : LABEL version=1.2.2-dev.49 [2020-10-06T17:01:46.729Z] ---> Running in 1d5ef15dcd32 [2020-10-06T17:01:47.353Z] Removing intermediate container 1d5ef15dcd32 [2020-10-06T17:01:47.353Z] ---> 00e65c01e0db [2020-10-06T17:01:47.353Z] [2020-10-06T17:01:47.984Z] Successfully built 00e65c01e0db [2020-10-06T17:01:47.984Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-06T17:01:48.284Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-06T17:01:48.324Z] $ docker stop --time=1 6a6cdc85d5c37bdb0d94c3c2904946ac01d84d8b67779604d4d4f969b8f656d1 [2020-10-06T17:01:50.382Z] $ docker rm -f 6a6cdc85d5c37bdb0d94c3c2904946ac01d84d8b67779604d4d4f969b8f656d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:01:51.114Z] + grep docker [2020-10-06T17:01:51.114Z] + docker images [2020-10-06T17:01:51.388Z] docker-sys-mgmt-agent-go-arm64 latest 00e65c01e0db 4 seconds ago 270MB [2020-10-06T17:01:51.388Z] docker-security-secretstore-setup-go-arm64 latest 542bbeb39ac5 About a minute ago 30.8MB [2020-10-06T17:01:51.388Z] docker-support-notifications-go-arm64 latest 80065ef1e1ff About a minute ago 12.9MB [2020-10-06T17:01:51.388Z] docker-core-command-go-arm64 latest bdbaca347f52 About a minute ago 11.4MB [2020-10-06T17:01:51.388Z] docker-support-scheduler-go-arm64 latest 0a6aba90ba9c 2 minutes ago 11.5MB [2020-10-06T17:01:51.388Z] docker-core-data-go-arm64 latest 50f269b20bd4 3 minutes ago 22.2MB [2020-10-06T17:01:51.388Z] docker-core-metadata-go-arm64 latest c89b28213dad 3 minutes ago 13.2MB [2020-10-06T17:01:51.388Z] docker-security-secrets-setup-go-arm64 latest 11b29ea0d3c8 3 minutes ago 22.7MB [2020-10-06T17:01:51.388Z] docker-support-logging-go-arm64 latest 8614c4e7865b 4 minutes ago 10.6MB [2020-10-06T17:01:51.388Z] docker-security-proxy-setup-go-arm64 latest e9247479aae4 4 minutes ago 15.1MB [2020-10-06T17:01:51.388Z] docker latest 45884bde0078 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-06T17:01:52.009Z] provisioning config files... [2020-10-06T17:01:52.063Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/164@tmp/config7237337418679910081tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:01:52.468Z] ---> docker-login.sh [2020-10-06T17:01:52.468Z] nexus3.edgexfoundry.org:10001 [2020-10-06T17:01:52.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T17:01:53.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T17:01:53.013Z] Configure a credential helper to remove this warning. See [2020-10-06T17:01:53.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T17:01:53.013Z] [2020-10-06T17:01:53.013Z] Login Succeeded [2020-10-06T17:01:53.013Z] nexus3.edgexfoundry.org:10002 [2020-10-06T17:01:53.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T17:01:53.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T17:01:53.606Z] Configure a credential helper to remove this warning. See [2020-10-06T17:01:53.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T17:01:53.606Z] [2020-10-06T17:01:53.606Z] Login Succeeded [2020-10-06T17:01:53.606Z] nexus3.edgexfoundry.org:10003 [2020-10-06T17:01:54.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T17:01:54.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T17:01:54.200Z] Configure a credential helper to remove this warning. See [2020-10-06T17:01:54.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T17:01:54.200Z] [2020-10-06T17:01:54.200Z] Login Succeeded [2020-10-06T17:01:54.200Z] nexus3.edgexfoundry.org:10004 [2020-10-06T17:01:54.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T17:01:54.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T17:01:54.795Z] Configure a credential helper to remove this warning. See [2020-10-06T17:01:54.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T17:01:54.795Z] [2020-10-06T17:01:54.795Z] Login Succeeded [2020-10-06T17:01:54.795Z] docker.io [2020-10-06T17:01:55.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T17:01:55.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T17:01:55.659Z] Configure a credential helper to remove this warning. See [2020-10-06T17:01:55.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T17:01:55.659Z] [2020-10-06T17:01:55.659Z] Login Succeeded [2020-10-06T17:01:55.659Z] ---> docker-login.sh ends [Pipeline] } [2020-10-06T17:01:55.675Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:01:55.906Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-06T17:01:55.906Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:01:55.906Z] 1.2.2-dev.49 [2020-10-06T17:01:55.906Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:01:55.906Z] master [2020-10-06T17:01:55.906Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:01:56.448Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:01:56.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:01:56.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T17:01:56.781Z] fe3e9fc2f085: Preparing [2020-10-06T17:01:56.781Z] 1f05c31187b5: Preparing [2020-10-06T17:01:56.781Z] f7aec92267c9: Preparing [2020-10-06T17:01:57.051Z] f7aec92267c9: Pushed [2020-10-06T17:01:57.051Z] fe3e9fc2f085: Pushed [2020-10-06T17:01:59.652Z] 1f05c31187b5: Pushed [2020-10-06T17:01:59.923Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:6aed896c3732dc3c38dcc253f0deaac5c201964d4856fea793e8bbf166d75c8e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:00.263Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:00.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:00.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T17:02:00.874Z] fe3e9fc2f085: Preparing [2020-10-06T17:02:00.874Z] 1f05c31187b5: Preparing [2020-10-06T17:02:00.874Z] f7aec92267c9: Preparing [2020-10-06T17:02:01.144Z] f7aec92267c9: Layer already exists [2020-10-06T17:02:01.144Z] 1f05c31187b5: Layer already exists [2020-10-06T17:02:01.144Z] fe3e9fc2f085: Layer already exists [2020-10-06T17:02:01.144Z] 1.2.2-dev.49: digest: sha256:6aed896c3732dc3c38dcc253f0deaac5c201964d4856fea793e8bbf166d75c8e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:01.486Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:01.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:01.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T17:02:01.823Z] fe3e9fc2f085: Preparing [2020-10-06T17:02:01.823Z] 1f05c31187b5: Preparing [2020-10-06T17:02:01.823Z] f7aec92267c9: Preparing [2020-10-06T17:02:02.100Z] 1f05c31187b5: Layer already exists [2020-10-06T17:02:02.100Z] fe3e9fc2f085: Layer already exists [2020-10-06T17:02:02.100Z] f7aec92267c9: Layer already exists [2020-10-06T17:02:02.100Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:6aed896c3732dc3c38dcc253f0deaac5c201964d4856fea793e8bbf166d75c8e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:02.439Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:02.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-06T17:02:02.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T17:02:02.775Z] fe3e9fc2f085: Preparing [2020-10-06T17:02:02.775Z] 1f05c31187b5: Preparing [2020-10-06T17:02:02.775Z] f7aec92267c9: Preparing [2020-10-06T17:02:03.044Z] 1f05c31187b5: Layer already exists [2020-10-06T17:02:03.044Z] fe3e9fc2f085: Layer already exists [2020-10-06T17:02:03.044Z] f7aec92267c9: Layer already exists [2020-10-06T17:02:03.044Z] master: digest: sha256:6aed896c3732dc3c38dcc253f0deaac5c201964d4856fea793e8bbf166d75c8e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:02:03.241Z] ===================================================== [Pipeline] echo [2020-10-06T17:02:03.358Z] taggedImages: [2020-10-06T17:02:03.358Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:03.358Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:03.358Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:03.358Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-06T17:02:03.445Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-06T17:02:03.446Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:03.446Z] 1.2.2-dev.49 [2020-10-06T17:02:03.446Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:03.446Z] master [2020-10-06T17:02:03.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:03.997Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:04.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:04.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T17:02:04.356Z] ff4438830787: Preparing [2020-10-06T17:02:04.356Z] a0511d4dc529: Preparing [2020-10-06T17:02:04.356Z] 80552356188f: Preparing [2020-10-06T17:02:04.356Z] 29e31679acc4: Preparing [2020-10-06T17:02:04.356Z] 5f7a9a0f8833: Preparing [2020-10-06T17:02:04.356Z] e2f13739ad41: Preparing [2020-10-06T17:02:04.356Z] e2f13739ad41: Waiting [2020-10-06T17:02:04.950Z] ff4438830787: Pushed [2020-10-06T17:02:04.950Z] 80552356188f: Pushed [2020-10-06T17:02:04.950Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:04.950Z] 5f7a9a0f8833: Pushed [2020-10-06T17:02:05.543Z] 29e31679acc4: Pushed [2020-10-06T17:02:08.149Z] a0511d4dc529: Pushed [2020-10-06T17:02:08.421Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:8942c847b2ba729a156697e74963dbda7ef9d414a3c7ffc043793a48aaeb1309 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:08.772Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:09.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:09.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T17:02:09.108Z] ff4438830787: Preparing [2020-10-06T17:02:09.108Z] a0511d4dc529: Preparing [2020-10-06T17:02:09.108Z] 80552356188f: Preparing [2020-10-06T17:02:09.108Z] 29e31679acc4: Preparing [2020-10-06T17:02:09.108Z] 5f7a9a0f8833: Preparing [2020-10-06T17:02:09.108Z] e2f13739ad41: Preparing [2020-10-06T17:02:09.108Z] ff4438830787: Layer already exists [2020-10-06T17:02:09.108Z] 5f7a9a0f8833: Layer already exists [2020-10-06T17:02:09.108Z] a0511d4dc529: Layer already exists [2020-10-06T17:02:09.108Z] 80552356188f: Layer already exists [2020-10-06T17:02:09.108Z] 29e31679acc4: Layer already exists [2020-10-06T17:02:09.108Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:09.378Z] 1.2.2-dev.49: digest: sha256:8942c847b2ba729a156697e74963dbda7ef9d414a3c7ffc043793a48aaeb1309 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:09.717Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:10.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:10.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T17:02:10.056Z] ff4438830787: Preparing [2020-10-06T17:02:10.056Z] a0511d4dc529: Preparing [2020-10-06T17:02:10.056Z] 80552356188f: Preparing [2020-10-06T17:02:10.056Z] 29e31679acc4: Preparing [2020-10-06T17:02:10.056Z] 5f7a9a0f8833: Preparing [2020-10-06T17:02:10.056Z] e2f13739ad41: Preparing [2020-10-06T17:02:10.056Z] e2f13739ad41: Waiting [2020-10-06T17:02:10.327Z] a0511d4dc529: Layer already exists [2020-10-06T17:02:10.328Z] ff4438830787: Layer already exists [2020-10-06T17:02:10.328Z] 80552356188f: Layer already exists [2020-10-06T17:02:10.328Z] 5f7a9a0f8833: Layer already exists [2020-10-06T17:02:10.328Z] 29e31679acc4: Layer already exists [2020-10-06T17:02:10.328Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:10.328Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:8942c847b2ba729a156697e74963dbda7ef9d414a3c7ffc043793a48aaeb1309 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:10.673Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:11.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-06T17:02:11.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T17:02:11.014Z] ff4438830787: Preparing [2020-10-06T17:02:11.014Z] a0511d4dc529: Preparing [2020-10-06T17:02:11.014Z] 80552356188f: Preparing [2020-10-06T17:02:11.014Z] 29e31679acc4: Preparing [2020-10-06T17:02:11.014Z] 5f7a9a0f8833: Preparing [2020-10-06T17:02:11.014Z] e2f13739ad41: Preparing [2020-10-06T17:02:11.014Z] e2f13739ad41: Waiting [2020-10-06T17:02:11.285Z] 29e31679acc4: Layer already exists [2020-10-06T17:02:11.285Z] 5f7a9a0f8833: Layer already exists [2020-10-06T17:02:11.285Z] a0511d4dc529: Layer already exists [2020-10-06T17:02:11.285Z] 80552356188f: Layer already exists [2020-10-06T17:02:11.285Z] ff4438830787: Layer already exists [2020-10-06T17:02:11.285Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:11.285Z] master: digest: sha256:8942c847b2ba729a156697e74963dbda7ef9d414a3c7ffc043793a48aaeb1309 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:02:11.499Z] ===================================================== [Pipeline] echo [2020-10-06T17:02:11.550Z] taggedImages: [2020-10-06T17:02:11.550Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:11.550Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:11.550Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:11.550Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-06T17:02:11.624Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-06T17:02:11.624Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:11.624Z] 1.2.2-dev.49 [2020-10-06T17:02:11.624Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:11.624Z] master [2020-10-06T17:02:11.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:12.196Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:12.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:12.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T17:02:12.539Z] 07dcaf2747f8: Preparing [2020-10-06T17:02:12.539Z] 934445efd5f0: Preparing [2020-10-06T17:02:12.539Z] 4d022c6265c9: Preparing [2020-10-06T17:02:12.810Z] 4d022c6265c9: Pushed [2020-10-06T17:02:12.810Z] 07dcaf2747f8: Pushed [2020-10-06T17:02:16.186Z] 934445efd5f0: Pushed [2020-10-06T17:02:16.186Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:85bea4102603418ea8b75e9a58d2deed434aa8bfd950de5f149196314ffe2c6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:16.530Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:16.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:16.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T17:02:16.866Z] 07dcaf2747f8: Preparing [2020-10-06T17:02:16.866Z] 934445efd5f0: Preparing [2020-10-06T17:02:16.866Z] 4d022c6265c9: Preparing [2020-10-06T17:02:16.866Z] 934445efd5f0: Layer already exists [2020-10-06T17:02:16.866Z] 07dcaf2747f8: Layer already exists [2020-10-06T17:02:16.866Z] 4d022c6265c9: Layer already exists [2020-10-06T17:02:17.135Z] 1.2.2-dev.49: digest: sha256:85bea4102603418ea8b75e9a58d2deed434aa8bfd950de5f149196314ffe2c6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:17.475Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:17.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:17.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T17:02:17.809Z] 07dcaf2747f8: Preparing [2020-10-06T17:02:17.809Z] 934445efd5f0: Preparing [2020-10-06T17:02:17.809Z] 4d022c6265c9: Preparing [2020-10-06T17:02:17.809Z] 934445efd5f0: Layer already exists [2020-10-06T17:02:17.809Z] 07dcaf2747f8: Layer already exists [2020-10-06T17:02:17.809Z] 4d022c6265c9: Layer already exists [2020-10-06T17:02:18.079Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:85bea4102603418ea8b75e9a58d2deed434aa8bfd950de5f149196314ffe2c6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:18.420Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:18.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-06T17:02:18.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T17:02:18.758Z] 07dcaf2747f8: Preparing [2020-10-06T17:02:18.759Z] 934445efd5f0: Preparing [2020-10-06T17:02:18.759Z] 4d022c6265c9: Preparing [2020-10-06T17:02:18.759Z] 07dcaf2747f8: Layer already exists [2020-10-06T17:02:18.759Z] 4d022c6265c9: Layer already exists [2020-10-06T17:02:18.759Z] 934445efd5f0: Layer already exists [2020-10-06T17:02:19.028Z] master: digest: sha256:85bea4102603418ea8b75e9a58d2deed434aa8bfd950de5f149196314ffe2c6a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:02:19.256Z] ===================================================== [Pipeline] echo [2020-10-06T17:02:19.304Z] taggedImages: [2020-10-06T17:02:19.304Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:19.304Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:19.304Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:19.304Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-06T17:02:19.366Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-06T17:02:19.366Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:19.366Z] 1.2.2-dev.49 [2020-10-06T17:02:19.366Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:19.366Z] master [2020-10-06T17:02:19.366Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:19.856Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:20.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:20.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T17:02:20.236Z] 90416c5bc3ee: Preparing [2020-10-06T17:02:20.236Z] 6f9415bb1b10: Preparing [2020-10-06T17:02:20.236Z] 700eeb8d96d6: Preparing [2020-10-06T17:02:20.236Z] 371850e40ded: Preparing [2020-10-06T17:02:20.236Z] e2f13739ad41: Preparing [2020-10-06T17:02:20.543Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:20.543Z] 700eeb8d96d6: Pushed [2020-10-06T17:02:20.543Z] 6f9415bb1b10: Pushed [2020-10-06T17:02:21.167Z] 371850e40ded: Pushed [2020-10-06T17:02:23.128Z] 90416c5bc3ee: Pushed [2020-10-06T17:02:23.128Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:4b1b39c14e981f498f474e47f2e0e070b8a4bf33ede7bf43dfa4927a9e6eb546 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:23.469Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:23.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:23.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T17:02:23.805Z] 90416c5bc3ee: Preparing [2020-10-06T17:02:23.805Z] 6f9415bb1b10: Preparing [2020-10-06T17:02:23.805Z] 700eeb8d96d6: Preparing [2020-10-06T17:02:23.805Z] 371850e40ded: Preparing [2020-10-06T17:02:23.805Z] e2f13739ad41: Preparing [2020-10-06T17:02:24.076Z] 700eeb8d96d6: Layer already exists [2020-10-06T17:02:24.076Z] 90416c5bc3ee: Layer already exists [2020-10-06T17:02:24.076Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:24.076Z] 371850e40ded: Layer already exists [2020-10-06T17:02:24.076Z] 6f9415bb1b10: Layer already exists [2020-10-06T17:02:24.076Z] 1.2.2-dev.49: digest: sha256:4b1b39c14e981f498f474e47f2e0e070b8a4bf33ede7bf43dfa4927a9e6eb546 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:24.417Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:24.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:24.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T17:02:24.752Z] 90416c5bc3ee: Preparing [2020-10-06T17:02:24.752Z] 6f9415bb1b10: Preparing [2020-10-06T17:02:24.752Z] 700eeb8d96d6: Preparing [2020-10-06T17:02:24.752Z] 371850e40ded: Preparing [2020-10-06T17:02:24.752Z] e2f13739ad41: Preparing [2020-10-06T17:02:25.023Z] 6f9415bb1b10: Layer already exists [2020-10-06T17:02:25.023Z] 90416c5bc3ee: Layer already exists [2020-10-06T17:02:25.023Z] 700eeb8d96d6: Layer already exists [2020-10-06T17:02:25.023Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:25.023Z] 371850e40ded: Layer already exists [2020-10-06T17:02:25.023Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:4b1b39c14e981f498f474e47f2e0e070b8a4bf33ede7bf43dfa4927a9e6eb546 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:25.364Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:25.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-06T17:02:25.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T17:02:25.701Z] 90416c5bc3ee: Preparing [2020-10-06T17:02:25.701Z] 6f9415bb1b10: Preparing [2020-10-06T17:02:25.701Z] 700eeb8d96d6: Preparing [2020-10-06T17:02:25.701Z] 371850e40ded: Preparing [2020-10-06T17:02:25.701Z] e2f13739ad41: Preparing [2020-10-06T17:02:25.971Z] 90416c5bc3ee: Layer already exists [2020-10-06T17:02:25.971Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:25.971Z] 700eeb8d96d6: Layer already exists [2020-10-06T17:02:25.971Z] 371850e40ded: Layer already exists [2020-10-06T17:02:25.971Z] 6f9415bb1b10: Layer already exists [2020-10-06T17:02:25.971Z] master: digest: sha256:4b1b39c14e981f498f474e47f2e0e070b8a4bf33ede7bf43dfa4927a9e6eb546 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:02:26.175Z] ===================================================== [Pipeline] echo [2020-10-06T17:02:26.254Z] taggedImages: [2020-10-06T17:02:26.255Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:26.255Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:26.255Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:26.255Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-06T17:02:26.323Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-06T17:02:26.323Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:26.323Z] 1.2.2-dev.49 [2020-10-06T17:02:26.323Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:26.323Z] master [2020-10-06T17:02:26.323Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:26.878Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:27.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:27.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T17:02:27.211Z] 410dc4893e32: Preparing [2020-10-06T17:02:27.211Z] 93388e98e4d1: Preparing [2020-10-06T17:02:27.211Z] b818024fc55f: Preparing [2020-10-06T17:02:27.211Z] bfc5418371c9: Preparing [2020-10-06T17:02:27.211Z] bfc5418371c9: Preparing [2020-10-06T17:02:27.211Z] 5ccc4366480d: Preparing [2020-10-06T17:02:27.211Z] 508be980875b: Preparing [2020-10-06T17:02:27.211Z] 51b461f6664c: Preparing [2020-10-06T17:02:27.211Z] 410dc4893e32: Preparing [2020-10-06T17:02:27.211Z] c34861512963: Preparing [2020-10-06T17:02:27.211Z] 0181bce65115: Preparing [2020-10-06T17:02:27.211Z] 87c9665c832c: Preparing [2020-10-06T17:02:27.211Z] e2f13739ad41: Preparing [2020-10-06T17:02:27.211Z] 508be980875b: Waiting [2020-10-06T17:02:27.211Z] 0181bce65115: Waiting [2020-10-06T17:02:27.211Z] 87c9665c832c: Waiting [2020-10-06T17:02:27.211Z] 51b461f6664c: Waiting [2020-10-06T17:02:27.211Z] e2f13739ad41: Waiting [2020-10-06T17:02:27.211Z] c34861512963: Waiting [2020-10-06T17:02:27.483Z] bfc5418371c9: Pushed [2020-10-06T17:02:27.758Z] 93388e98e4d1: Pushed [2020-10-06T17:02:27.758Z] b818024fc55f: Pushed [2020-10-06T17:02:27.758Z] 5ccc4366480d: Pushed [2020-10-06T17:02:27.758Z] 508be980875b: Pushed [2020-10-06T17:02:28.027Z] 0181bce65115: Pushed [2020-10-06T17:02:28.027Z] 51b461f6664c: Pushed [2020-10-06T17:02:28.027Z] c34861512963: Pushed [2020-10-06T17:02:28.027Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:28.298Z] 87c9665c832c: Pushed [2020-10-06T17:02:29.720Z] 410dc4893e32: Pushed [2020-10-06T17:02:29.992Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:a7914fb587748f48d8331de41e597987077cc2e8cca9fc241ebb77b196d8c232 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:30.600Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:30.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:30.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T17:02:30.939Z] 410dc4893e32: Preparing [2020-10-06T17:02:30.939Z] 93388e98e4d1: Preparing [2020-10-06T17:02:30.939Z] b818024fc55f: Preparing [2020-10-06T17:02:30.939Z] bfc5418371c9: Preparing [2020-10-06T17:02:30.939Z] bfc5418371c9: Preparing [2020-10-06T17:02:30.939Z] 5ccc4366480d: Preparing [2020-10-06T17:02:30.939Z] 508be980875b: Preparing [2020-10-06T17:02:30.939Z] 51b461f6664c: Preparing [2020-10-06T17:02:30.939Z] 410dc4893e32: Preparing [2020-10-06T17:02:30.939Z] c34861512963: Preparing [2020-10-06T17:02:30.939Z] 0181bce65115: Preparing [2020-10-06T17:02:30.939Z] 87c9665c832c: Preparing [2020-10-06T17:02:30.939Z] e2f13739ad41: Preparing [2020-10-06T17:02:30.939Z] 508be980875b: Waiting [2020-10-06T17:02:30.939Z] 51b461f6664c: Waiting [2020-10-06T17:02:30.939Z] c34861512963: Waiting [2020-10-06T17:02:30.939Z] 0181bce65115: Waiting [2020-10-06T17:02:30.939Z] 87c9665c832c: Waiting [2020-10-06T17:02:30.939Z] e2f13739ad41: Waiting [2020-10-06T17:02:31.211Z] bfc5418371c9: Layer already exists [2020-10-06T17:02:31.211Z] 410dc4893e32: Layer already exists [2020-10-06T17:02:31.211Z] 93388e98e4d1: Layer already exists [2020-10-06T17:02:31.211Z] b818024fc55f: Layer already exists [2020-10-06T17:02:31.211Z] 5ccc4366480d: Layer already exists [2020-10-06T17:02:31.211Z] 508be980875b: Layer already exists [2020-10-06T17:02:31.211Z] c34861512963: Layer already exists [2020-10-06T17:02:31.211Z] 87c9665c832c: Layer already exists [2020-10-06T17:02:31.211Z] 0181bce65115: Layer already exists [2020-10-06T17:02:31.211Z] 51b461f6664c: Layer already exists [2020-10-06T17:02:31.211Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:31.211Z] 1.2.2-dev.49: digest: sha256:a7914fb587748f48d8331de41e597987077cc2e8cca9fc241ebb77b196d8c232 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:31.544Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:31.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:31.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T17:02:31.876Z] 410dc4893e32: Preparing [2020-10-06T17:02:31.876Z] 93388e98e4d1: Preparing [2020-10-06T17:02:31.876Z] b818024fc55f: Preparing [2020-10-06T17:02:31.876Z] bfc5418371c9: Preparing [2020-10-06T17:02:31.876Z] bfc5418371c9: Preparing [2020-10-06T17:02:31.876Z] 5ccc4366480d: Preparing [2020-10-06T17:02:31.876Z] 508be980875b: Preparing [2020-10-06T17:02:31.876Z] 51b461f6664c: Preparing [2020-10-06T17:02:31.876Z] 410dc4893e32: Preparing [2020-10-06T17:02:31.876Z] c34861512963: Preparing [2020-10-06T17:02:31.876Z] 0181bce65115: Preparing [2020-10-06T17:02:31.876Z] 87c9665c832c: Preparing [2020-10-06T17:02:31.876Z] e2f13739ad41: Preparing [2020-10-06T17:02:31.876Z] 508be980875b: Waiting [2020-10-06T17:02:31.876Z] 51b461f6664c: Waiting [2020-10-06T17:02:31.876Z] c34861512963: Waiting [2020-10-06T17:02:31.876Z] 87c9665c832c: Waiting [2020-10-06T17:02:31.876Z] e2f13739ad41: Waiting [2020-10-06T17:02:31.876Z] 0181bce65115: Waiting [2020-10-06T17:02:32.147Z] bfc5418371c9: Layer already exists [2020-10-06T17:02:32.147Z] 410dc4893e32: Layer already exists [2020-10-06T17:02:32.147Z] 93388e98e4d1: Layer already exists [2020-10-06T17:02:32.147Z] b818024fc55f: Layer already exists [2020-10-06T17:02:32.147Z] 5ccc4366480d: Layer already exists [2020-10-06T17:02:32.147Z] 51b461f6664c: Layer already exists [2020-10-06T17:02:32.147Z] c34861512963: Layer already exists [2020-10-06T17:02:32.147Z] 508be980875b: Layer already exists [2020-10-06T17:02:32.147Z] 0181bce65115: Layer already exists [2020-10-06T17:02:32.147Z] 87c9665c832c: Layer already exists [2020-10-06T17:02:32.147Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:32.147Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:a7914fb587748f48d8331de41e597987077cc2e8cca9fc241ebb77b196d8c232 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:32.482Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:32.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-06T17:02:32.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T17:02:32.814Z] 410dc4893e32: Preparing [2020-10-06T17:02:32.814Z] 93388e98e4d1: Preparing [2020-10-06T17:02:32.814Z] b818024fc55f: Preparing [2020-10-06T17:02:32.814Z] bfc5418371c9: Preparing [2020-10-06T17:02:32.814Z] bfc5418371c9: Preparing [2020-10-06T17:02:32.814Z] 5ccc4366480d: Preparing [2020-10-06T17:02:32.814Z] 508be980875b: Preparing [2020-10-06T17:02:32.814Z] 51b461f6664c: Preparing [2020-10-06T17:02:32.814Z] 410dc4893e32: Preparing [2020-10-06T17:02:32.814Z] c34861512963: Preparing [2020-10-06T17:02:32.814Z] 0181bce65115: Preparing [2020-10-06T17:02:32.814Z] 87c9665c832c: Preparing [2020-10-06T17:02:32.814Z] e2f13739ad41: Preparing [2020-10-06T17:02:32.814Z] 508be980875b: Waiting [2020-10-06T17:02:32.814Z] 51b461f6664c: Waiting [2020-10-06T17:02:32.814Z] c34861512963: Waiting [2020-10-06T17:02:32.814Z] 0181bce65115: Waiting [2020-10-06T17:02:32.814Z] 87c9665c832c: Waiting [2020-10-06T17:02:32.814Z] e2f13739ad41: Waiting [2020-10-06T17:02:32.814Z] 5ccc4366480d: Layer already exists [2020-10-06T17:02:32.814Z] b818024fc55f: Layer already exists [2020-10-06T17:02:32.814Z] 410dc4893e32: Layer already exists [2020-10-06T17:02:32.814Z] 93388e98e4d1: Layer already exists [2020-10-06T17:02:32.814Z] bfc5418371c9: Layer already exists [2020-10-06T17:02:32.814Z] 508be980875b: Layer already exists [2020-10-06T17:02:33.086Z] 51b461f6664c: Layer already exists [2020-10-06T17:02:33.086Z] 87c9665c832c: Layer already exists [2020-10-06T17:02:33.086Z] c34861512963: Layer already exists [2020-10-06T17:02:33.086Z] 0181bce65115: Layer already exists [2020-10-06T17:02:33.086Z] e2f13739ad41: Layer already exists [2020-10-06T17:02:33.086Z] master: digest: sha256:a7914fb587748f48d8331de41e597987077cc2e8cca9fc241ebb77b196d8c232 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:02:33.380Z] ===================================================== [Pipeline] echo [2020-10-06T17:02:33.425Z] taggedImages: [2020-10-06T17:02:33.425Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:33.425Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:33.425Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:33.425Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-06T17:02:33.492Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-06T17:02:33.492Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:33.492Z] 1.2.2-dev.49 [2020-10-06T17:02:33.492Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:33.492Z] master [2020-10-06T17:02:33.492Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:33.991Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:34.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:34.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T17:02:34.324Z] 5164556d9a91: Preparing [2020-10-06T17:02:34.324Z] c17a73813dc7: Preparing [2020-10-06T17:02:34.324Z] 2e4a79669497: Preparing [2020-10-06T17:02:34.324Z] b650d88152f8: Preparing [2020-10-06T17:02:34.324Z] 18274fceaa6e: Preparing [2020-10-06T17:02:34.324Z] 5011d17d4b1d: Preparing [2020-10-06T17:02:34.324Z] e31981d79a27: Preparing [2020-10-06T17:02:34.324Z] e1ee2d9effde: Preparing [2020-10-06T17:02:34.324Z] 822794e92824: Preparing [2020-10-06T17:02:34.324Z] bab7b9f505f5: Preparing [2020-10-06T17:02:34.324Z] 66b385cf80cf: Preparing [2020-10-06T17:02:34.324Z] 5011d17d4b1d: Waiting [2020-10-06T17:02:34.324Z] e1ee2d9effde: Waiting [2020-10-06T17:02:34.324Z] 822794e92824: Waiting [2020-10-06T17:02:34.324Z] bab7b9f505f5: Waiting [2020-10-06T17:02:34.324Z] e31981d79a27: Waiting [2020-10-06T17:02:34.324Z] 66b385cf80cf: Waiting [2020-10-06T17:02:34.596Z] c17a73813dc7: Pushed [2020-10-06T17:02:34.870Z] 5164556d9a91: Pushed [2020-10-06T17:02:34.870Z] 5011d17d4b1d: Pushed [2020-10-06T17:02:35.146Z] e31981d79a27: Pushed [2020-10-06T17:02:35.146Z] e1ee2d9effde: Pushed [2020-10-06T17:02:35.419Z] 822794e92824: Pushed [2020-10-06T17:02:35.419Z] 66b385cf80cf: Layer already exists [2020-10-06T17:02:36.204Z] bab7b9f505f5: Pushed [2020-10-06T17:02:36.797Z] 2e4a79669497: Pushed [2020-10-06T17:02:36.797Z] b650d88152f8: Pushed [2020-10-06T17:02:37.067Z] 18274fceaa6e: Pushed [2020-10-06T17:02:37.337Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:4c3582222e974104c7507dc1ce30f467f837cfcdfe50ae2e43b409135e5d2142 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:37.668Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:38.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:38.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T17:02:38.001Z] 5164556d9a91: Preparing [2020-10-06T17:02:38.001Z] c17a73813dc7: Preparing [2020-10-06T17:02:38.001Z] 2e4a79669497: Preparing [2020-10-06T17:02:38.001Z] b650d88152f8: Preparing [2020-10-06T17:02:38.001Z] 18274fceaa6e: Preparing [2020-10-06T17:02:38.001Z] 5011d17d4b1d: Preparing [2020-10-06T17:02:38.001Z] e31981d79a27: Preparing [2020-10-06T17:02:38.001Z] e1ee2d9effde: Preparing [2020-10-06T17:02:38.001Z] 822794e92824: Preparing [2020-10-06T17:02:38.001Z] bab7b9f505f5: Preparing [2020-10-06T17:02:38.001Z] 66b385cf80cf: Preparing [2020-10-06T17:02:38.001Z] e1ee2d9effde: Waiting [2020-10-06T17:02:38.001Z] 822794e92824: Waiting [2020-10-06T17:02:38.001Z] bab7b9f505f5: Waiting [2020-10-06T17:02:38.001Z] 5011d17d4b1d: Waiting [2020-10-06T17:02:38.001Z] 66b385cf80cf: Waiting [2020-10-06T17:02:38.001Z] e31981d79a27: Waiting [2020-10-06T17:02:38.001Z] b650d88152f8: Layer already exists [2020-10-06T17:02:38.001Z] 18274fceaa6e: Layer already exists [2020-10-06T17:02:38.001Z] 5164556d9a91: Layer already exists [2020-10-06T17:02:38.001Z] c17a73813dc7: Layer already exists [2020-10-06T17:02:38.001Z] 2e4a79669497: Layer already exists [2020-10-06T17:02:38.271Z] e31981d79a27: Layer already exists [2020-10-06T17:02:38.271Z] 5011d17d4b1d: Layer already exists [2020-10-06T17:02:38.271Z] 822794e92824: Layer already exists [2020-10-06T17:02:38.271Z] e1ee2d9effde: Layer already exists [2020-10-06T17:02:38.271Z] bab7b9f505f5: Layer already exists [2020-10-06T17:02:38.271Z] 66b385cf80cf: Layer already exists [2020-10-06T17:02:38.271Z] 1.2.2-dev.49: digest: sha256:4c3582222e974104c7507dc1ce30f467f837cfcdfe50ae2e43b409135e5d2142 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:38.618Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:38.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:38.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T17:02:38.946Z] 5164556d9a91: Preparing [2020-10-06T17:02:38.946Z] c17a73813dc7: Preparing [2020-10-06T17:02:38.946Z] 2e4a79669497: Preparing [2020-10-06T17:02:38.946Z] b650d88152f8: Preparing [2020-10-06T17:02:38.946Z] 18274fceaa6e: Preparing [2020-10-06T17:02:38.946Z] 5011d17d4b1d: Preparing [2020-10-06T17:02:38.946Z] e31981d79a27: Preparing [2020-10-06T17:02:38.946Z] e1ee2d9effde: Preparing [2020-10-06T17:02:38.946Z] 822794e92824: Preparing [2020-10-06T17:02:38.946Z] bab7b9f505f5: Preparing [2020-10-06T17:02:38.946Z] 66b385cf80cf: Preparing [2020-10-06T17:02:38.946Z] 5011d17d4b1d: Waiting [2020-10-06T17:02:38.946Z] e31981d79a27: Waiting [2020-10-06T17:02:38.946Z] e1ee2d9effde: Waiting [2020-10-06T17:02:38.946Z] 822794e92824: Waiting [2020-10-06T17:02:38.946Z] 66b385cf80cf: Waiting [2020-10-06T17:02:38.946Z] bab7b9f505f5: Waiting [2020-10-06T17:02:38.946Z] c17a73813dc7: Layer already exists [2020-10-06T17:02:38.946Z] 18274fceaa6e: Layer already exists [2020-10-06T17:02:38.946Z] 5164556d9a91: Layer already exists [2020-10-06T17:02:38.946Z] b650d88152f8: Layer already exists [2020-10-06T17:02:38.946Z] 2e4a79669497: Layer already exists [2020-10-06T17:02:38.946Z] 822794e92824: Layer already exists [2020-10-06T17:02:38.946Z] e31981d79a27: Layer already exists [2020-10-06T17:02:38.946Z] e1ee2d9effde: Layer already exists [2020-10-06T17:02:38.946Z] 5011d17d4b1d: Layer already exists [2020-10-06T17:02:38.946Z] bab7b9f505f5: Layer already exists [2020-10-06T17:02:39.216Z] 66b385cf80cf: Layer already exists [2020-10-06T17:02:39.216Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:4c3582222e974104c7507dc1ce30f467f837cfcdfe50ae2e43b409135e5d2142 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:39.550Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:39.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-06T17:02:39.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T17:02:39.879Z] 5164556d9a91: Preparing [2020-10-06T17:02:39.879Z] c17a73813dc7: Preparing [2020-10-06T17:02:39.879Z] 2e4a79669497: Preparing [2020-10-06T17:02:39.879Z] b650d88152f8: Preparing [2020-10-06T17:02:39.879Z] 18274fceaa6e: Preparing [2020-10-06T17:02:39.879Z] 5011d17d4b1d: Preparing [2020-10-06T17:02:39.879Z] e31981d79a27: Preparing [2020-10-06T17:02:39.879Z] e1ee2d9effde: Preparing [2020-10-06T17:02:39.879Z] 822794e92824: Preparing [2020-10-06T17:02:39.879Z] bab7b9f505f5: Preparing [2020-10-06T17:02:39.879Z] 66b385cf80cf: Preparing [2020-10-06T17:02:39.879Z] 5011d17d4b1d: Waiting [2020-10-06T17:02:39.879Z] e31981d79a27: Waiting [2020-10-06T17:02:39.879Z] e1ee2d9effde: Waiting [2020-10-06T17:02:39.879Z] 66b385cf80cf: Waiting [2020-10-06T17:02:39.879Z] 822794e92824: Waiting [2020-10-06T17:02:39.879Z] 5164556d9a91: Layer already exists [2020-10-06T17:02:39.879Z] b650d88152f8: Layer already exists [2020-10-06T17:02:39.879Z] 2e4a79669497: Layer already exists [2020-10-06T17:02:39.879Z] 18274fceaa6e: Layer already exists [2020-10-06T17:02:39.879Z] c17a73813dc7: Layer already exists [2020-10-06T17:02:39.879Z] 5011d17d4b1d: Layer already exists [2020-10-06T17:02:39.879Z] e31981d79a27: Layer already exists [2020-10-06T17:02:39.879Z] e1ee2d9effde: Layer already exists [2020-10-06T17:02:39.879Z] 822794e92824: Layer already exists [2020-10-06T17:02:39.879Z] bab7b9f505f5: Layer already exists [2020-10-06T17:02:40.149Z] 66b385cf80cf: Layer already exists [2020-10-06T17:02:40.149Z] master: digest: sha256:4c3582222e974104c7507dc1ce30f467f837cfcdfe50ae2e43b409135e5d2142 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:02:40.383Z] ===================================================== [Pipeline] echo [2020-10-06T17:02:40.427Z] taggedImages: [2020-10-06T17:02:40.427Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:40.427Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:40.427Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:40.427Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-06T17:02:40.494Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-06T17:02:40.494Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:40.494Z] 1.2.2-dev.49 [2020-10-06T17:02:40.494Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:40.494Z] master [2020-10-06T17:02:40.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:41.041Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:41.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:41.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T17:02:41.371Z] 1db38954be5d: Preparing [2020-10-06T17:02:41.371Z] 26ecd7824cef: Preparing [2020-10-06T17:02:41.371Z] afd07a2711e3: Preparing [2020-10-06T17:02:41.371Z] 2902fbd199b5: Preparing [2020-10-06T17:02:41.642Z] 1db38954be5d: Pushed [2020-10-06T17:02:41.642Z] afd07a2711e3: Pushed [2020-10-06T17:02:41.911Z] 2902fbd199b5: Pushed [2020-10-06T17:02:43.868Z] 26ecd7824cef: Pushed [2020-10-06T17:02:44.139Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:637709f5e7ef7eab014c1754719f2db51f2c031e54b64d9e3af47f421748ad7f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:44.480Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:44.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:44.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T17:02:44.812Z] 1db38954be5d: Preparing [2020-10-06T17:02:44.812Z] 26ecd7824cef: Preparing [2020-10-06T17:02:44.812Z] afd07a2711e3: Preparing [2020-10-06T17:02:44.812Z] 2902fbd199b5: Preparing [2020-10-06T17:02:44.812Z] afd07a2711e3: Layer already exists [2020-10-06T17:02:44.812Z] 1db38954be5d: Layer already exists [2020-10-06T17:02:45.081Z] 2902fbd199b5: Layer already exists [2020-10-06T17:02:45.081Z] 26ecd7824cef: Layer already exists [2020-10-06T17:02:45.081Z] 1.2.2-dev.49: digest: sha256:637709f5e7ef7eab014c1754719f2db51f2c031e54b64d9e3af47f421748ad7f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:45.415Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:45.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:45.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T17:02:45.747Z] 1db38954be5d: Preparing [2020-10-06T17:02:45.747Z] 26ecd7824cef: Preparing [2020-10-06T17:02:45.747Z] afd07a2711e3: Preparing [2020-10-06T17:02:45.747Z] 2902fbd199b5: Preparing [2020-10-06T17:02:45.747Z] afd07a2711e3: Layer already exists [2020-10-06T17:02:45.747Z] 2902fbd199b5: Layer already exists [2020-10-06T17:02:46.017Z] 1db38954be5d: Layer already exists [2020-10-06T17:02:46.017Z] 26ecd7824cef: Layer already exists [2020-10-06T17:02:46.017Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:637709f5e7ef7eab014c1754719f2db51f2c031e54b64d9e3af47f421748ad7f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:46.355Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:46.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-06T17:02:46.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T17:02:46.684Z] 1db38954be5d: Preparing [2020-10-06T17:02:46.684Z] 26ecd7824cef: Preparing [2020-10-06T17:02:46.684Z] afd07a2711e3: Preparing [2020-10-06T17:02:46.684Z] 2902fbd199b5: Preparing [2020-10-06T17:02:46.684Z] afd07a2711e3: Layer already exists [2020-10-06T17:02:46.684Z] 26ecd7824cef: Layer already exists [2020-10-06T17:02:46.684Z] 1db38954be5d: Layer already exists [2020-10-06T17:02:46.684Z] 2902fbd199b5: Layer already exists [2020-10-06T17:02:46.953Z] master: digest: sha256:637709f5e7ef7eab014c1754719f2db51f2c031e54b64d9e3af47f421748ad7f size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:02:47.159Z] ===================================================== [Pipeline] echo [2020-10-06T17:02:47.203Z] taggedImages: [2020-10-06T17:02:47.203Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:47.203Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:47.203Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:47.203Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-06T17:02:47.263Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-06T17:02:47.263Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:47.263Z] 1.2.2-dev.49 [2020-10-06T17:02:47.263Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:47.263Z] master [2020-10-06T17:02:47.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:47.771Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:48.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:48.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T17:02:48.112Z] a9e374cfcf07: Preparing [2020-10-06T17:02:48.112Z] ba3178b65f0b: Preparing [2020-10-06T17:02:48.112Z] 41b69b0af17d: Preparing [2020-10-06T17:02:48.112Z] 017b12a27285: Preparing [2020-10-06T17:02:48.112Z] e3c45ecee327: Preparing [2020-10-06T17:02:48.112Z] e7b1d1955ff7: Preparing [2020-10-06T17:02:48.112Z] e7b1d1955ff7: Waiting [2020-10-06T17:02:48.384Z] 41b69b0af17d: Pushed [2020-10-06T17:02:48.384Z] a9e374cfcf07: Pushed [2020-10-06T17:02:48.384Z] 017b12a27285: Pushed [2020-10-06T17:02:48.656Z] e3c45ecee327: Pushed [2020-10-06T17:02:48.656Z] e7b1d1955ff7: Pushed [2020-10-06T17:02:52.018Z] ba3178b65f0b: Pushed [2020-10-06T17:02:52.018Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:1e55424d803d563badb17be8f6dab5d1c38ef7b9c7914e0c5adffd1c64f13471 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:52.375Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:52.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:52.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T17:02:52.722Z] a9e374cfcf07: Preparing [2020-10-06T17:02:52.722Z] ba3178b65f0b: Preparing [2020-10-06T17:02:52.722Z] 41b69b0af17d: Preparing [2020-10-06T17:02:52.722Z] 017b12a27285: Preparing [2020-10-06T17:02:52.722Z] e3c45ecee327: Preparing [2020-10-06T17:02:52.722Z] e7b1d1955ff7: Preparing [2020-10-06T17:02:52.722Z] e7b1d1955ff7: Waiting [2020-10-06T17:02:52.993Z] a9e374cfcf07: Layer already exists [2020-10-06T17:02:52.993Z] 41b69b0af17d: Layer already exists [2020-10-06T17:02:52.993Z] e3c45ecee327: Layer already exists [2020-10-06T17:02:52.993Z] 017b12a27285: Layer already exists [2020-10-06T17:02:52.993Z] ba3178b65f0b: Layer already exists [2020-10-06T17:02:52.993Z] e7b1d1955ff7: Layer already exists [2020-10-06T17:02:52.993Z] 1.2.2-dev.49: digest: sha256:1e55424d803d563badb17be8f6dab5d1c38ef7b9c7914e0c5adffd1c64f13471 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:53.329Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:53.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:53.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T17:02:53.662Z] a9e374cfcf07: Preparing [2020-10-06T17:02:53.662Z] ba3178b65f0b: Preparing [2020-10-06T17:02:53.662Z] 41b69b0af17d: Preparing [2020-10-06T17:02:53.662Z] 017b12a27285: Preparing [2020-10-06T17:02:53.662Z] e3c45ecee327: Preparing [2020-10-06T17:02:53.662Z] e7b1d1955ff7: Preparing [2020-10-06T17:02:53.662Z] e7b1d1955ff7: Waiting [2020-10-06T17:02:53.662Z] 41b69b0af17d: Layer already exists [2020-10-06T17:02:53.932Z] ba3178b65f0b: Layer already exists [2020-10-06T17:02:53.932Z] a9e374cfcf07: Layer already exists [2020-10-06T17:02:53.932Z] e3c45ecee327: Layer already exists [2020-10-06T17:02:53.932Z] 017b12a27285: Layer already exists [2020-10-06T17:02:53.932Z] e7b1d1955ff7: Layer already exists [2020-10-06T17:02:53.932Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:1e55424d803d563badb17be8f6dab5d1c38ef7b9c7914e0c5adffd1c64f13471 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:54.270Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:54.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-06T17:02:54.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T17:02:54.601Z] a9e374cfcf07: Preparing [2020-10-06T17:02:54.601Z] ba3178b65f0b: Preparing [2020-10-06T17:02:54.601Z] 41b69b0af17d: Preparing [2020-10-06T17:02:54.601Z] 017b12a27285: Preparing [2020-10-06T17:02:54.601Z] e3c45ecee327: Preparing [2020-10-06T17:02:54.601Z] e7b1d1955ff7: Preparing [2020-10-06T17:02:54.601Z] e7b1d1955ff7: Waiting [2020-10-06T17:02:54.869Z] a9e374cfcf07: Layer already exists [2020-10-06T17:02:54.869Z] 017b12a27285: Layer already exists [2020-10-06T17:02:54.869Z] 41b69b0af17d: Layer already exists [2020-10-06T17:02:54.869Z] ba3178b65f0b: Layer already exists [2020-10-06T17:02:54.869Z] e3c45ecee327: Layer already exists [2020-10-06T17:02:54.869Z] e7b1d1955ff7: Layer already exists [2020-10-06T17:02:54.869Z] master: digest: sha256:1e55424d803d563badb17be8f6dab5d1c38ef7b9c7914e0c5adffd1c64f13471 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:02:55.125Z] ===================================================== [Pipeline] echo [2020-10-06T17:02:55.169Z] taggedImages: [2020-10-06T17:02:55.169Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:55.170Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.49 [2020-10-06T17:02:55.170Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:55.170Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-06T17:02:55.230Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-06T17:02:55.230Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:55.230Z] 1.2.2-dev.49 [2020-10-06T17:02:55.230Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:02:55.230Z] master [2020-10-06T17:02:55.230Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:55.792Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:02:56.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:02:56.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T17:02:56.133Z] 2e037e3dc2ae: Preparing [2020-10-06T17:02:56.133Z] a084333a21c2: Preparing [2020-10-06T17:02:56.133Z] 3c605fab84e6: Preparing [2020-10-06T17:02:56.404Z] 2e037e3dc2ae: Pushed [2020-10-06T17:02:56.404Z] 3c605fab84e6: Pushed [2020-10-06T17:02:59.771Z] a084333a21c2: Pushed [2020-10-06T17:02:59.771Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:d9bf1737871fcc826d6f833da6ef3093c78e8af4870a21022e5ee82c368a5f77 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:00.115Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:00.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.49 [2020-10-06T17:03:00.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T17:03:00.446Z] 2e037e3dc2ae: Preparing [2020-10-06T17:03:00.446Z] a084333a21c2: Preparing [2020-10-06T17:03:00.446Z] 3c605fab84e6: Preparing [2020-10-06T17:03:00.716Z] a084333a21c2: Layer already exists [2020-10-06T17:03:00.716Z] 3c605fab84e6: Layer already exists [2020-10-06T17:03:00.716Z] 2e037e3dc2ae: Layer already exists [2020-10-06T17:03:00.716Z] 1.2.2-dev.49: digest: sha256:d9bf1737871fcc826d6f833da6ef3093c78e8af4870a21022e5ee82c368a5f77 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:01.050Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:01.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:03:01.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T17:03:01.383Z] 2e037e3dc2ae: Preparing [2020-10-06T17:03:01.383Z] a084333a21c2: Preparing [2020-10-06T17:03:01.383Z] 3c605fab84e6: Preparing [2020-10-06T17:03:01.654Z] 3c605fab84e6: Layer already exists [2020-10-06T17:03:01.654Z] a084333a21c2: Layer already exists [2020-10-06T17:03:01.654Z] 2e037e3dc2ae: Layer already exists [2020-10-06T17:03:01.654Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:d9bf1737871fcc826d6f833da6ef3093c78e8af4870a21022e5ee82c368a5f77 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:01.998Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:02.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-06T17:03:02.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T17:03:02.359Z] 2e037e3dc2ae: Preparing [2020-10-06T17:03:02.359Z] a084333a21c2: Preparing [2020-10-06T17:03:02.359Z] 3c605fab84e6: Preparing [2020-10-06T17:03:02.359Z] 2e037e3dc2ae: Layer already exists [2020-10-06T17:03:02.359Z] a084333a21c2: Layer already exists [2020-10-06T17:03:02.359Z] 3c605fab84e6: Layer already exists [2020-10-06T17:03:02.630Z] master: digest: sha256:d9bf1737871fcc826d6f833da6ef3093c78e8af4870a21022e5ee82c368a5f77 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:03:02.829Z] ===================================================== [Pipeline] echo [2020-10-06T17:03:02.875Z] taggedImages: [2020-10-06T17:03:02.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:03:02.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.49 [2020-10-06T17:03:02.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:03:02.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-06T17:03:02.933Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-06T17:03:02.933Z] d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:03:02.933Z] 1.2.2-dev.49 [2020-10-06T17:03:02.933Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:03:02.933Z] master [2020-10-06T17:03:02.933Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:03.453Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:03.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:03:03.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T17:03:03.789Z] 8a6463b6e242: Preparing [2020-10-06T17:03:03.789Z] b4d00f385268: Preparing [2020-10-06T17:03:03.789Z] c6f3bef0f529: Preparing [2020-10-06T17:03:03.789Z] 4e5213e90a1e: Preparing [2020-10-06T17:03:03.789Z] 9d134845a051: Preparing [2020-10-06T17:03:03.789Z] 4f97e0fe22c2: Preparing [2020-10-06T17:03:03.789Z] 9fffcee5f6fd: Preparing [2020-10-06T17:03:03.789Z] f875f9e206db: Preparing [2020-10-06T17:03:03.789Z] 3994ac1dcb8b: Preparing [2020-10-06T17:03:03.789Z] 5f2247eaf593: Preparing [2020-10-06T17:03:03.789Z] 62d13be1b083: Preparing [2020-10-06T17:03:03.789Z] 4f97e0fe22c2: Waiting [2020-10-06T17:03:03.789Z] 94fdc660876c: Preparing [2020-10-06T17:03:03.789Z] 4e7279dfc0c0: Preparing [2020-10-06T17:03:03.789Z] 9fffcee5f6fd: Waiting [2020-10-06T17:03:03.789Z] e2f13739ad41: Preparing [2020-10-06T17:03:03.789Z] f875f9e206db: Waiting [2020-10-06T17:03:03.789Z] 3994ac1dcb8b: Waiting [2020-10-06T17:03:03.789Z] 5f2247eaf593: Waiting [2020-10-06T17:03:03.789Z] 4e7279dfc0c0: Waiting [2020-10-06T17:03:03.789Z] 62d13be1b083: Waiting [2020-10-06T17:03:03.789Z] e2f13739ad41: Waiting [2020-10-06T17:03:03.789Z] 94fdc660876c: Waiting [2020-10-06T17:03:04.388Z] 9d134845a051: Pushed [2020-10-06T17:03:04.388Z] 8a6463b6e242: Pushed [2020-10-06T17:03:04.994Z] 4e5213e90a1e: Pushed [2020-10-06T17:03:05.268Z] f875f9e206db: Layer already exists [2020-10-06T17:03:05.268Z] 3994ac1dcb8b: Layer already exists [2020-10-06T17:03:05.268Z] 5f2247eaf593: Layer already exists [2020-10-06T17:03:05.268Z] 9fffcee5f6fd: Pushed [2020-10-06T17:03:05.268Z] 62d13be1b083: Layer already exists [2020-10-06T17:03:05.268Z] 94fdc660876c: Layer already exists [2020-10-06T17:03:05.268Z] 4e7279dfc0c0: Layer already exists [2020-10-06T17:03:05.542Z] e2f13739ad41: Layer already exists [2020-10-06T17:03:05.815Z] b4d00f385268: Pushed [2020-10-06T17:03:06.788Z] 4f97e0fe22c2: Pushed [2020-10-06T17:03:16.950Z] c6f3bef0f529: Pushed [2020-10-06T17:03:16.950Z] d16f9af4789b1c810caf567d1912f559f3cf35d1: digest: sha256:ad0cfa603acc5900af6e24ea7aead27c12ea208794c02ab8b5fda1914ead0193 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:17.287Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:17.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.49 [2020-10-06T17:03:17.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T17:03:17.625Z] 8a6463b6e242: Preparing [2020-10-06T17:03:17.625Z] b4d00f385268: Preparing [2020-10-06T17:03:17.625Z] c6f3bef0f529: Preparing [2020-10-06T17:03:17.625Z] 4e5213e90a1e: Preparing [2020-10-06T17:03:17.625Z] 9d134845a051: Preparing [2020-10-06T17:03:17.625Z] 4f97e0fe22c2: Preparing [2020-10-06T17:03:17.625Z] 9fffcee5f6fd: Preparing [2020-10-06T17:03:17.625Z] f875f9e206db: Preparing [2020-10-06T17:03:17.625Z] 3994ac1dcb8b: Preparing [2020-10-06T17:03:17.625Z] 5f2247eaf593: Preparing [2020-10-06T17:03:17.625Z] 62d13be1b083: Preparing [2020-10-06T17:03:17.625Z] 94fdc660876c: Preparing [2020-10-06T17:03:17.625Z] 4e7279dfc0c0: Preparing [2020-10-06T17:03:17.625Z] e2f13739ad41: Preparing [2020-10-06T17:03:17.625Z] 94fdc660876c: Waiting [2020-10-06T17:03:17.625Z] 4e7279dfc0c0: Waiting [2020-10-06T17:03:17.625Z] e2f13739ad41: Waiting [2020-10-06T17:03:17.625Z] 5f2247eaf593: Waiting [2020-10-06T17:03:17.625Z] 62d13be1b083: Waiting [2020-10-06T17:03:17.625Z] 4f97e0fe22c2: Waiting [2020-10-06T17:03:17.625Z] 9fffcee5f6fd: Waiting [2020-10-06T17:03:17.625Z] f875f9e206db: Waiting [2020-10-06T17:03:17.625Z] 3994ac1dcb8b: Waiting [2020-10-06T17:03:17.625Z] c6f3bef0f529: Layer already exists [2020-10-06T17:03:17.898Z] 4e5213e90a1e: Layer already exists [2020-10-06T17:03:17.898Z] 9d134845a051: Layer already exists [2020-10-06T17:03:17.898Z] 8a6463b6e242: Layer already exists [2020-10-06T17:03:17.898Z] b4d00f385268: Layer already exists [2020-10-06T17:03:17.898Z] 3994ac1dcb8b: Layer already exists [2020-10-06T17:03:17.898Z] 4f97e0fe22c2: Layer already exists [2020-10-06T17:03:17.898Z] 9fffcee5f6fd: Layer already exists [2020-10-06T17:03:17.898Z] f875f9e206db: Layer already exists [2020-10-06T17:03:17.898Z] 5f2247eaf593: Layer already exists [2020-10-06T17:03:17.898Z] 62d13be1b083: Layer already exists [2020-10-06T17:03:17.898Z] 94fdc660876c: Layer already exists [2020-10-06T17:03:17.898Z] e2f13739ad41: Layer already exists [2020-10-06T17:03:17.898Z] 4e7279dfc0c0: Layer already exists [2020-10-06T17:03:17.898Z] 1.2.2-dev.49: digest: sha256:ad0cfa603acc5900af6e24ea7aead27c12ea208794c02ab8b5fda1914ead0193 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:18.242Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:18.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:03:18.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T17:03:18.574Z] 8a6463b6e242: Preparing [2020-10-06T17:03:18.574Z] b4d00f385268: Preparing [2020-10-06T17:03:18.574Z] c6f3bef0f529: Preparing [2020-10-06T17:03:18.574Z] 4e5213e90a1e: Preparing [2020-10-06T17:03:18.574Z] 9d134845a051: Preparing [2020-10-06T17:03:18.574Z] 4f97e0fe22c2: Preparing [2020-10-06T17:03:18.574Z] 9fffcee5f6fd: Preparing [2020-10-06T17:03:18.574Z] f875f9e206db: Preparing [2020-10-06T17:03:18.574Z] 3994ac1dcb8b: Preparing [2020-10-06T17:03:18.574Z] 5f2247eaf593: Preparing [2020-10-06T17:03:18.574Z] 62d13be1b083: Preparing [2020-10-06T17:03:18.574Z] 94fdc660876c: Preparing [2020-10-06T17:03:18.574Z] 4e7279dfc0c0: Preparing [2020-10-06T17:03:18.574Z] e2f13739ad41: Preparing [2020-10-06T17:03:18.574Z] 4f97e0fe22c2: Waiting [2020-10-06T17:03:18.574Z] 3994ac1dcb8b: Waiting [2020-10-06T17:03:18.574Z] 5f2247eaf593: Waiting [2020-10-06T17:03:18.574Z] 62d13be1b083: Waiting [2020-10-06T17:03:18.574Z] 94fdc660876c: Waiting [2020-10-06T17:03:18.574Z] 4e7279dfc0c0: Waiting [2020-10-06T17:03:18.574Z] e2f13739ad41: Waiting [2020-10-06T17:03:18.574Z] 9fffcee5f6fd: Waiting [2020-10-06T17:03:18.574Z] f875f9e206db: Waiting [2020-10-06T17:03:18.845Z] 8a6463b6e242: Layer already exists [2020-10-06T17:03:18.845Z] c6f3bef0f529: Layer already exists [2020-10-06T17:03:18.845Z] 9d134845a051: Layer already exists [2020-10-06T17:03:18.845Z] b4d00f385268: Layer already exists [2020-10-06T17:03:18.845Z] 4e5213e90a1e: Layer already exists [2020-10-06T17:03:18.845Z] 3994ac1dcb8b: Layer already exists [2020-10-06T17:03:18.845Z] 4f97e0fe22c2: Layer already exists [2020-10-06T17:03:18.845Z] f875f9e206db: Layer already exists [2020-10-06T17:03:18.845Z] 5f2247eaf593: Layer already exists [2020-10-06T17:03:18.845Z] 9fffcee5f6fd: Layer already exists [2020-10-06T17:03:18.845Z] 94fdc660876c: Layer already exists [2020-10-06T17:03:18.845Z] 62d13be1b083: Layer already exists [2020-10-06T17:03:18.845Z] e2f13739ad41: Layer already exists [2020-10-06T17:03:18.845Z] 4e7279dfc0c0: Layer already exists [2020-10-06T17:03:18.845Z] d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49: digest: sha256:ad0cfa603acc5900af6e24ea7aead27c12ea208794c02ab8b5fda1914ead0193 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:19.181Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:19.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-06T17:03:19.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T17:03:19.543Z] 8a6463b6e242: Preparing [2020-10-06T17:03:19.543Z] b4d00f385268: Preparing [2020-10-06T17:03:19.543Z] c6f3bef0f529: Preparing [2020-10-06T17:03:19.543Z] 4e5213e90a1e: Preparing [2020-10-06T17:03:19.543Z] 9d134845a051: Preparing [2020-10-06T17:03:19.543Z] 4f97e0fe22c2: Preparing [2020-10-06T17:03:19.543Z] 9fffcee5f6fd: Preparing [2020-10-06T17:03:19.543Z] f875f9e206db: Preparing [2020-10-06T17:03:19.543Z] 3994ac1dcb8b: Preparing [2020-10-06T17:03:19.543Z] 5f2247eaf593: Preparing [2020-10-06T17:03:19.543Z] 62d13be1b083: Preparing [2020-10-06T17:03:19.543Z] 94fdc660876c: Preparing [2020-10-06T17:03:19.543Z] 4e7279dfc0c0: Preparing [2020-10-06T17:03:19.543Z] e2f13739ad41: Preparing [2020-10-06T17:03:19.543Z] 9fffcee5f6fd: Waiting [2020-10-06T17:03:19.543Z] f875f9e206db: Waiting [2020-10-06T17:03:19.543Z] 3994ac1dcb8b: Waiting [2020-10-06T17:03:19.543Z] 5f2247eaf593: Waiting [2020-10-06T17:03:19.543Z] 4f97e0fe22c2: Waiting [2020-10-06T17:03:19.543Z] e2f13739ad41: Waiting [2020-10-06T17:03:19.543Z] 94fdc660876c: Waiting [2020-10-06T17:03:19.543Z] 4e7279dfc0c0: Waiting [2020-10-06T17:03:19.543Z] 9d134845a051: Layer already exists [2020-10-06T17:03:19.543Z] 4e5213e90a1e: Layer already exists [2020-10-06T17:03:19.543Z] b4d00f385268: Layer already exists [2020-10-06T17:03:19.543Z] c6f3bef0f529: Layer already exists [2020-10-06T17:03:19.543Z] 8a6463b6e242: Layer already exists [2020-10-06T17:03:19.815Z] 4f97e0fe22c2: Layer already exists [2020-10-06T17:03:19.815Z] 3994ac1dcb8b: Layer already exists [2020-10-06T17:03:19.815Z] 9fffcee5f6fd: Layer already exists [2020-10-06T17:03:19.815Z] f875f9e206db: Layer already exists [2020-10-06T17:03:19.815Z] 5f2247eaf593: Layer already exists [2020-10-06T17:03:19.815Z] 62d13be1b083: Layer already exists [2020-10-06T17:03:19.815Z] 94fdc660876c: Layer already exists [2020-10-06T17:03:19.815Z] e2f13739ad41: Layer already exists [2020-10-06T17:03:19.815Z] 4e7279dfc0c0: Layer already exists [2020-10-06T17:03:19.815Z] master: digest: sha256:ad0cfa603acc5900af6e24ea7aead27c12ea208794c02ab8b5fda1914ead0193 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T17:03:20.184Z] ===================================================== [Pipeline] echo [2020-10-06T17:03:20.322Z] taggedImages: [2020-10-06T17:03:20.322Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:03:20.322Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.49 [2020-10-06T17:03:20.322Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1-1.2.2-dev.49 [2020-10-06T17:03:20.322Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-06T17:03:22.476Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-06T17:03:22.478Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-06T17:03:22.530Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:22.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T17:03:22.879Z] [2020-10-06T17:03:22.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:03:23.228Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T17:03:23.228Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-06T17:03:23.228Z] cbdbe7a5bc2a: Already exists [2020-10-06T17:03:23.228Z] 408f87550127: Pulling fs layer [2020-10-06T17:03:23.228Z] fe522b08c979: Pulling fs layer [2020-10-06T17:03:23.228Z] 221eaa008020: Pulling fs layer [2020-10-06T17:03:23.228Z] 2a4607e5d6b9: Pulling fs layer [2020-10-06T17:03:23.228Z] 8f79b27c4fd2: Pulling fs layer [2020-10-06T17:03:23.228Z] e5c8dbe1645b: Pulling fs layer [2020-10-06T17:03:23.228Z] 23e8b3b47431: Pulling fs layer [2020-10-06T17:03:23.228Z] 5c568d65a230: Pulling fs layer [2020-10-06T17:03:23.228Z] 8f79b27c4fd2: Waiting [2020-10-06T17:03:23.228Z] e5c8dbe1645b: Waiting [2020-10-06T17:03:23.228Z] 23e8b3b47431: Waiting [2020-10-06T17:03:23.228Z] 5c568d65a230: Waiting [2020-10-06T17:03:23.228Z] 2a4607e5d6b9: Waiting [2020-10-06T17:03:23.228Z] fe522b08c979: Download complete [2020-10-06T17:03:23.228Z] 408f87550127: Verifying Checksum [2020-10-06T17:03:23.228Z] 408f87550127: Download complete [2020-10-06T17:03:23.228Z] 2a4607e5d6b9: Verifying Checksum [2020-10-06T17:03:23.228Z] 2a4607e5d6b9: Download complete [2020-10-06T17:03:23.228Z] 8f79b27c4fd2: Verifying Checksum [2020-10-06T17:03:23.228Z] 8f79b27c4fd2: Download complete [2020-10-06T17:03:23.489Z] 408f87550127: Pull complete [2020-10-06T17:03:23.489Z] fe522b08c979: Pull complete [2020-10-06T17:03:24.876Z] e5c8dbe1645b: Verifying Checksum [2020-10-06T17:03:24.876Z] e5c8dbe1645b: Download complete [2020-10-06T17:03:25.823Z] 23e8b3b47431: Verifying Checksum [2020-10-06T17:03:25.823Z] 23e8b3b47431: Download complete [2020-10-06T17:03:25.823Z] 5c568d65a230: Verifying Checksum [2020-10-06T17:03:25.823Z] 5c568d65a230: Download complete [2020-10-06T17:03:27.210Z] 221eaa008020: Verifying Checksum [2020-10-06T17:03:27.210Z] 221eaa008020: Download complete [2020-10-06T17:03:32.504Z] 221eaa008020: Pull complete [2020-10-06T17:03:32.504Z] 2a4607e5d6b9: Pull complete [2020-10-06T17:03:32.504Z] 8f79b27c4fd2: Pull complete [2020-10-06T17:03:35.823Z] e5c8dbe1645b: Pull complete [2020-10-06T17:03:40.090Z] 23e8b3b47431: Pull complete [2020-10-06T17:03:41.474Z] 5c568d65a230: Pull complete [2020-10-06T17:03:41.474Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-06T17:03:41.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T17:03:41.736Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-06T17:03:41.877Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:03:41.934Z] $ 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/164:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-06T17:03:43.026Z] $ docker top 4e6bac378e7c3c81aaeab500306a4a27778baafd6adf12527563700fb83f6885 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T17:03:43.573Z] + snyk monitor '--org=edgex-jenkins' [2020-10-06T17:03:58.482Z] [2020-10-06T17:03:58.482Z] Monitoring /w/workspace/edgex-go/164 (github.com/edgexfoundry/edgex-go)... [2020-10-06T17:03:58.482Z] [2020-10-06T17:03:58.482Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3655491f-1f3d-4e9d-93bc-829aa87f5276 [2020-10-06T17:03:58.482Z] [2020-10-06T17:03:58.482Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-06T17:03:58.482Z] [2020-10-06T17:03:58.482Z] [2020-10-06T17:03:58.482Z] Snyk CLI supports Node.js 8 and higher. [2020-10-06T17:03:58.483Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-06T17:03:58.483Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-06T17:03:58.483Z] [2020-10-06T17:03:58.483Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-06T17:03:58.483Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-06T17:03:58.498Z] $ docker stop --time=1 4e6bac378e7c3c81aaeab500306a4a27778baafd6adf12527563700fb83f6885 [2020-10-06T17:04:01.604Z] $ docker rm -f 4e6bac378e7c3c81aaeab500306a4a27778baafd6adf12527563700fb83f6885 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:03.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:03.325Z] [2020-10-06T17:04:03.325Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:03.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:03.671Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-06T17:04:03.671Z] e7c96db7181b: Pulling fs layer [2020-10-06T17:04:03.671Z] 1868ca2cb446: Pulling fs layer [2020-10-06T17:04:03.671Z] 136be5d0fe8e: Pulling fs layer [2020-10-06T17:04:03.671Z] 894bfe63afcb: Pulling fs layer [2020-10-06T17:04:03.671Z] 894bfe63afcb: Waiting [2020-10-06T17:04:03.671Z] 1868ca2cb446: Verifying Checksum [2020-10-06T17:04:03.672Z] 1868ca2cb446: Download complete [2020-10-06T17:04:03.672Z] 136be5d0fe8e: Verifying Checksum [2020-10-06T17:04:03.672Z] 136be5d0fe8e: Download complete [2020-10-06T17:04:03.672Z] e7c96db7181b: Verifying Checksum [2020-10-06T17:04:03.672Z] e7c96db7181b: Download complete [2020-10-06T17:04:03.933Z] 894bfe63afcb: Verifying Checksum [2020-10-06T17:04:03.933Z] 894bfe63afcb: Download complete [2020-10-06T17:04:03.933Z] e7c96db7181b: Pull complete [2020-10-06T17:04:04.193Z] 1868ca2cb446: Pull complete [2020-10-06T17:04:04.194Z] 136be5d0fe8e: Pull complete [2020-10-06T17:04:04.453Z] 894bfe63afcb: Pull complete [2020-10-06T17:04:04.453Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-06T17:04:04.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:04.715Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-06T17:04:04.810Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:04.867Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:05.628Z] $ docker top 6fd304204b9a74098210a8f94caaaf314e78ab61ee67bdbffaa5cf2217b8ed58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:06.178Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:04:06.178Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:08.920Z] $ docker stop --time=1 6fd304204b9a74098210a8f94caaaf314e78ab61ee67bdbffaa5cf2217b8ed58 [2020-10-06T17:04:10.241Z] $ docker rm -f 6fd304204b9a74098210a8f94caaaf314e78ab61ee67bdbffaa5cf2217b8ed58 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:10.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:10.717Z] . [Pipeline] withDockerContainer [2020-10-06T17:04:10.809Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:10.855Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:11.435Z] $ docker top f79cded0f123380f8f487643f74f9ca3ed8faa9f2415f4269bab9d4b73c419fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:11.942Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:04:11.942Z] + tee [2020-10-06T17:04:11.942Z] clair timeout 1m0s [2020-10-06T17:04:11.942Z] docker timeout: 1m0s [2020-10-06T17:04:11.942Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:12.620Z] $ docker stop --time=1 f79cded0f123380f8f487643f74f9ca3ed8faa9f2415f4269bab9d4b73c419fb [2020-10-06T17:04:13.960Z] $ docker rm -f f79cded0f123380f8f487643f74f9ca3ed8faa9f2415f4269bab9d4b73c419fb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:04:14.419Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:04:14.431Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-core-command-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:04:14.479Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:14.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:14.868Z] . [Pipeline] withDockerContainer [2020-10-06T17:04:14.980Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:15.030Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:15.958Z] $ docker top bba4262a2dae2fe30531d7570a3f3fd21f0cf332dc47f70da2a0afb7866c6535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:16.458Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-core-data-go:d16f9af4789b1c810caf567d1912f559f3cf35d1tee [2020-10-06T17:04:16.458Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:21.952Z] $ docker stop --time=1 bba4262a2dae2fe30531d7570a3f3fd21f0cf332dc47f70da2a0afb7866c6535 [2020-10-06T17:04:23.281Z] $ docker rm -f bba4262a2dae2fe30531d7570a3f3fd21f0cf332dc47f70da2a0afb7866c6535 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:23.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:23.779Z] . [Pipeline] withDockerContainer [2020-10-06T17:04:23.870Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:23.915Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:24.484Z] $ docker top 7285c44632ee210eb5bf39d867aeea0f2609a5d6469eddf0527f5e0798d68fa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:25.054Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:04:25.054Z] + tee [2020-10-06T17:04:25.054Z] clair timeout 1m0s [2020-10-06T17:04:25.054Z] docker timeout: 1m0s [2020-10-06T17:04:25.054Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:26.094Z] $ docker stop --time=1 7285c44632ee210eb5bf39d867aeea0f2609a5d6469eddf0527f5e0798d68fa9 [2020-10-06T17:04:27.421Z] $ docker rm -f 7285c44632ee210eb5bf39d867aeea0f2609a5d6469eddf0527f5e0798d68fa9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:04:27.885Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:04:27.897Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-core-data-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:04:27.944Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:28.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:28.277Z] . [Pipeline] withDockerContainer [2020-10-06T17:04:28.371Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:28.433Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:29.007Z] $ docker top 1a44d34e24f9be922c5f31d40a8531ffe5f6237a1ee3de8cb6665163f981b927 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:29.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:04:29.548Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:32.301Z] $ docker stop --time=1 1a44d34e24f9be922c5f31d40a8531ffe5f6237a1ee3de8cb6665163f981b927 [2020-10-06T17:04:33.647Z] $ docker rm -f 1a44d34e24f9be922c5f31d40a8531ffe5f6237a1ee3de8cb6665163f981b927 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:34.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:34.117Z] . [Pipeline] withDockerContainer [2020-10-06T17:04:34.208Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:34.250Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:34.844Z] $ docker top 088deaa56be195324e4a849b8919829a19e9ad8453f3a1b2426efb1d8956f307 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:35.340Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:04:35.340Z] + tee [2020-10-06T17:04:35.340Z] clair timeout 1m0s [2020-10-06T17:04:35.340Z] docker timeout: 1m0s [2020-10-06T17:04:35.340Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:36.011Z] $ docker stop --time=1 088deaa56be195324e4a849b8919829a19e9ad8453f3a1b2426efb1d8956f307 [2020-10-06T17:04:37.348Z] $ docker rm -f 088deaa56be195324e4a849b8919829a19e9ad8453f3a1b2426efb1d8956f307 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:04:37.789Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:04:37.806Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-core-metadata-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:04:37.867Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:38.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:38.202Z] . [Pipeline] withDockerContainer [2020-10-06T17:04:38.293Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:38.336Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:38.890Z] $ docker top e1e651317c81a91d9be2b4a16a1b2010a3adc033c5be66439ceafb8cdf18fd30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:39.399Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:04:39.399Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:43.744Z] $ docker stop --time=1 e1e651317c81a91d9be2b4a16a1b2010a3adc033c5be66439ceafb8cdf18fd30 [2020-10-06T17:04:45.076Z] $ docker rm -f e1e651317c81a91d9be2b4a16a1b2010a3adc033c5be66439ceafb8cdf18fd30 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:45.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:45.529Z] . [Pipeline] withDockerContainer [2020-10-06T17:04:45.619Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:45.658Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:46.229Z] $ docker top 0717140b52ace18297401a034e726a4a12cdf6d9f55932add9e76ccae9caeaae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:46.719Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:04:46.719Z] + tee [2020-10-06T17:04:46.719Z] clair timeout 1m0s [2020-10-06T17:04:46.719Z] docker timeout: 1m0s [2020-10-06T17:04:46.719Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:47.390Z] $ docker stop --time=1 0717140b52ace18297401a034e726a4a12cdf6d9f55932add9e76ccae9caeaae [2020-10-06T17:04:48.742Z] $ docker rm -f 0717140b52ace18297401a034e726a4a12cdf6d9f55932add9e76ccae9caeaae [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:04:49.193Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:04:49.205Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-security-proxy-setup-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:04:49.255Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:04:49.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:04:49.587Z] . [Pipeline] withDockerContainer [2020-10-06T17:04:49.674Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:04:49.725Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:04:50.315Z] $ docker top 97c60a580ed12d9b2d5e1184fca98491cfc768f5de7d0926273caab99ea3d585 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:04:50.970Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:04:50.971Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:04:59.320Z] $ docker stop --time=1 97c60a580ed12d9b2d5e1184fca98491cfc768f5de7d0926273caab99ea3d585 [2020-10-06T17:05:00.631Z] $ docker rm -f 97c60a580ed12d9b2d5e1184fca98491cfc768f5de7d0926273caab99ea3d585 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:01.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:01.076Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:01.162Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:01.277Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:01.823Z] $ docker top acfdfddc9f4094107ede2a170a623e69baceb0d9b3d6749c0b60094874778365 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:02.329Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:02.329Z] + tee [2020-10-06T17:05:02.329Z] clair timeout 1m0s [2020-10-06T17:05:02.329Z] docker timeout: 1m0s [2020-10-06T17:05:02.329Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:03.818Z] $ docker stop --time=1 acfdfddc9f4094107ede2a170a623e69baceb0d9b3d6749c0b60094874778365 [2020-10-06T17:05:05.149Z] $ docker rm -f acfdfddc9f4094107ede2a170a623e69baceb0d9b3d6749c0b60094874778365 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:05:05.600Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:05:05.614Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-security-secrets-setup-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:05:05.668Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:06.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:06.004Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:06.094Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:06.136Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:06.667Z] $ docker top 86117bf69b483cdd356d8d9bad44c5bc3d06a5b5cdd48a765a9f2caf11971fe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:07.219Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:07.220Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:15.549Z] $ docker stop --time=1 86117bf69b483cdd356d8d9bad44c5bc3d06a5b5cdd48a765a9f2caf11971fe0 [2020-10-06T17:05:16.866Z] $ docker rm -f 86117bf69b483cdd356d8d9bad44c5bc3d06a5b5cdd48a765a9f2caf11971fe0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:17.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:17.337Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:17.428Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:17.472Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:18.119Z] $ docker top f89276c8648c4db927d1283def9113978b9b95f23b80f2722a9241e7ac2fa616 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:18.666Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:18.666Z] + tee [2020-10-06T17:05:18.666Z] clair timeout 1m0s [2020-10-06T17:05:18.666Z] docker timeout: 1m0s [2020-10-06T17:05:18.666Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:20.209Z] $ docker stop --time=1 f89276c8648c4db927d1283def9113978b9b95f23b80f2722a9241e7ac2fa616 [2020-10-06T17:05:21.519Z] $ docker rm -f f89276c8648c4db927d1283def9113978b9b95f23b80f2722a9241e7ac2fa616 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:05:21.992Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:05:22.004Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-security-secretstore-setup-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:05:22.073Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:22.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:22.470Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:22.558Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:22.599Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:23.170Z] $ docker top ea887475efc98c0a1ab1c4d8b6d92def3bd0c1c4f1ac08a25e8c23e1581868c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:23.731Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:23.731Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:27.264Z] $ docker stop --time=1 ea887475efc98c0a1ab1c4d8b6d92def3bd0c1c4f1ac08a25e8c23e1581868c9 [2020-10-06T17:05:28.585Z] $ docker rm -f ea887475efc98c0a1ab1c4d8b6d92def3bd0c1c4f1ac08a25e8c23e1581868c9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:29.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:29.045Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:29.140Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:29.183Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:29.781Z] $ docker top 515d73e30551e3f7a9dcab52f1ae75036ef2b8d5a1f8b2685dadb8bc21b454f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:30.291Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:30.292Z] + tee [2020-10-06T17:05:30.292Z] clair timeout 1m0s [2020-10-06T17:05:30.292Z] docker timeout: 1m0s [2020-10-06T17:05:30.292Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:30.960Z] $ docker stop --time=1 515d73e30551e3f7a9dcab52f1ae75036ef2b8d5a1f8b2685dadb8bc21b454f1 [2020-10-06T17:05:32.380Z] $ docker rm -f 515d73e30551e3f7a9dcab52f1ae75036ef2b8d5a1f8b2685dadb8bc21b454f1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:05:32.857Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:05:32.869Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-support-logging-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:05:32.923Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:33.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:33.265Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:33.367Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:33.413Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:33.961Z] $ docker top 711a01d2876b9fa68719e5c36a392db9b69153c36ea3714841c5e9bb9f7dba91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:34.499Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:34.499Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:39.994Z] $ docker stop --time=1 711a01d2876b9fa68719e5c36a392db9b69153c36ea3714841c5e9bb9f7dba91 [2020-10-06T17:05:41.315Z] $ docker rm -f 711a01d2876b9fa68719e5c36a392db9b69153c36ea3714841c5e9bb9f7dba91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:41.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:41.756Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:41.843Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:41.888Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:42.517Z] $ docker top 325dc73941ed4cc7fd8da41e0c8e0a62a9a9981f108b59fdf86c33532a4c0a3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:43.025Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:43.025Z] + tee [2020-10-06T17:05:43.025Z] clair timeout 1m0s [2020-10-06T17:05:43.025Z] docker timeout: 1m0s [2020-10-06T17:05:43.025Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:44.079Z] $ docker stop --time=1 325dc73941ed4cc7fd8da41e0c8e0a62a9a9981f108b59fdf86c33532a4c0a3c [2020-10-06T17:05:45.390Z] $ docker rm -f 325dc73941ed4cc7fd8da41e0c8e0a62a9a9981f108b59fdf86c33532a4c0a3c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:05:45.822Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:05:45.834Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-support-notifications-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:05:45.890Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:46.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:46.221Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:46.347Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:46.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:46.952Z] $ docker top f29cdea8357a796d7cfd1ac76d838505a887ad5b49fd37867ee7ae5fe679d57c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:47.452Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:47.452Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:50.224Z] $ docker stop --time=1 f29cdea8357a796d7cfd1ac76d838505a887ad5b49fd37867ee7ae5fe679d57c [2020-10-06T17:05:51.552Z] $ docker rm -f f29cdea8357a796d7cfd1ac76d838505a887ad5b49fd37867ee7ae5fe679d57c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:52.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:52.106Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:52.193Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:52.234Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:52.798Z] $ docker top 93ae2dc18866b19bac2eec61e19e4d092c7982bc243da9091f165cba24b4805d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:53.274Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:53.274Z] + tee [2020-10-06T17:05:53.274Z] clair timeout 1m0s [2020-10-06T17:05:53.274Z] docker timeout: 1m0s [2020-10-06T17:05:53.274Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:05:53.941Z] $ docker stop --time=1 93ae2dc18866b19bac2eec61e19e4d092c7982bc243da9091f165cba24b4805d [2020-10-06T17:05:55.291Z] $ docker rm -f 93ae2dc18866b19bac2eec61e19e4d092c7982bc243da9091f165cba24b4805d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:05:55.745Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:05:55.757Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-support-scheduler-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:05:55.807Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:05:56.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:05:56.157Z] . [Pipeline] withDockerContainer [2020-10-06T17:05:56.258Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:05:56.297Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:05:56.890Z] $ docker top 1b803ecac7026936fd32e41bc3a00801366d68c1dc7b8aead5a45b987dbc092b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:05:57.371Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:05:57.371Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:12.526Z] $ docker stop --time=1 1b803ecac7026936fd32e41bc3a00801366d68c1dc7b8aead5a45b987dbc092b [2020-10-06T17:06:13.846Z] $ docker rm -f 1b803ecac7026936fd32e41bc3a00801366d68c1dc7b8aead5a45b987dbc092b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:06:14.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:06:14.324Z] . [Pipeline] withDockerContainer [2020-10-06T17:06:14.416Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:06:14.461Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:06:15.018Z] $ docker top 3ed17108e1b4ebbe267dadb14ebc44089d50bb51f5be7d46ec1c6cc2b7a8cf7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:06:15.545Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:06:15.545Z] + tee [2020-10-06T17:06:15.545Z] clair timeout 1m0s [2020-10-06T17:06:15.545Z] docker timeout: 1m0s [2020-10-06T17:06:15.545Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:17.035Z] $ docker stop --time=1 3ed17108e1b4ebbe267dadb14ebc44089d50bb51f5be7d46ec1c6cc2b7a8cf7a [2020-10-06T17:06:18.785Z] $ docker rm -f 3ed17108e1b4ebbe267dadb14ebc44089d50bb51f5be7d46ec1c6cc2b7a8cf7a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:06:19.238Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:06:19.252Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-sys-mgmt-agent-go_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:06:19.313Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:06:19.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:06:19.649Z] . [Pipeline] withDockerContainer [2020-10-06T17:06:19.742Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:06:19.812Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:06:20.396Z] $ docker top 972b2cbb9240ae4cec06e5cf4c843e0aa8dd35123cb0801d98a904601e3b38fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:06:20.963Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:06:20.963Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:23.666Z] $ docker stop --time=1 972b2cbb9240ae4cec06e5cf4c843e0aa8dd35123cb0801d98a904601e3b38fc [2020-10-06T17:06:25.627Z] $ docker rm -f 972b2cbb9240ae4cec06e5cf4c843e0aa8dd35123cb0801d98a904601e3b38fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:06:26.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:06:26.138Z] . [Pipeline] withDockerContainer [2020-10-06T17:06:26.237Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:06:26.278Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:06:26.846Z] $ docker top 00f417517c2c81d74238f86586227475eb4fb10e94a4e72771fc57ff7bfadb35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:06:27.344Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:06:27.344Z] + tee [2020-10-06T17:06:27.344Z] clair timeout 1m0s [2020-10-06T17:06:27.344Z] docker timeout: 1m0s [2020-10-06T17:06:27.344Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:28.029Z] $ docker stop --time=1 00f417517c2c81d74238f86586227475eb4fb10e94a4e72771fc57ff7bfadb35 [2020-10-06T17:06:29.354Z] $ docker rm -f 00f417517c2c81d74238f86586227475eb4fb10e94a4e72771fc57ff7bfadb35 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:06:29.815Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:06:29.828Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-core-command-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:06:29.892Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:06:30.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:06:30.248Z] . [Pipeline] withDockerContainer [2020-10-06T17:06:30.342Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:06:30.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:06:30.927Z] $ docker top 6c5155269e9fff231ad689ba4758904867414e80e0392c5503c049217d4dff5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:06:31.565Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:06:31.565Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:37.029Z] $ docker stop --time=1 6c5155269e9fff231ad689ba4758904867414e80e0392c5503c049217d4dff5c [2020-10-06T17:06:38.345Z] $ docker rm -f 6c5155269e9fff231ad689ba4758904867414e80e0392c5503c049217d4dff5c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:06:38.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:06:38.796Z] . [Pipeline] withDockerContainer [2020-10-06T17:06:38.884Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:06:38.931Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:06:39.455Z] $ docker top 54aabfa61eeb692d50c9abbdd8f8c84143f3baa6aad8567a659d86aa7ce5883d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:06:40.008Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:06:40.008Z] + tee [2020-10-06T17:06:40.008Z] clair timeout 1m0s [2020-10-06T17:06:40.008Z] docker timeout: 1m0s [2020-10-06T17:06:40.008Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:41.115Z] $ docker stop --time=1 54aabfa61eeb692d50c9abbdd8f8c84143f3baa6aad8567a659d86aa7ce5883d [2020-10-06T17:06:42.417Z] $ docker rm -f 54aabfa61eeb692d50c9abbdd8f8c84143f3baa6aad8567a659d86aa7ce5883d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:06:42.875Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:06:42.902Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-core-data-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:06:42.951Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:06:43.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:06:43.285Z] . [Pipeline] withDockerContainer [2020-10-06T17:06:43.377Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:06:43.428Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:06:44.004Z] $ docker top 708b252066e4fd81fa87d6e01ddb260582272ad5c11ddd0981e7e3baab9e9005 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:06:44.591Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:06:44.591Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:47.309Z] $ docker stop --time=1 708b252066e4fd81fa87d6e01ddb260582272ad5c11ddd0981e7e3baab9e9005 [2020-10-06T17:06:48.962Z] $ docker rm -f 708b252066e4fd81fa87d6e01ddb260582272ad5c11ddd0981e7e3baab9e9005 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:06:49.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:06:49.414Z] . [Pipeline] withDockerContainer [2020-10-06T17:06:49.506Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:06:49.550Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:06:50.115Z] $ docker top 2d6ec15c0d0430d6964ee8b40fe243446b016d1945b6a3de450629322dba5eb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:06:50.611Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:06:50.611Z] + tee [2020-10-06T17:06:50.611Z] clair timeout 1m0s [2020-10-06T17:06:50.611Z] docker timeout: 1m0s [2020-10-06T17:06:50.611Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:51.285Z] $ docker stop --time=1 2d6ec15c0d0430d6964ee8b40fe243446b016d1945b6a3de450629322dba5eb4 [2020-10-06T17:06:52.599Z] $ docker rm -f 2d6ec15c0d0430d6964ee8b40fe243446b016d1945b6a3de450629322dba5eb4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:06:53.042Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:06:53.055Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-core-metadata-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:06:53.111Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:06:53.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:06:53.455Z] . [Pipeline] withDockerContainer [2020-10-06T17:06:53.540Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:06:53.582Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:06:54.146Z] $ docker top 633891b955b0f26f9c8b83c3a349398b98e8c055211733dcbb0f82a119f1fb3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:06:54.661Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:06:54.661Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:06:59.041Z] $ docker stop --time=1 633891b955b0f26f9c8b83c3a349398b98e8c055211733dcbb0f82a119f1fb3c [2020-10-06T17:07:00.357Z] $ docker rm -f 633891b955b0f26f9c8b83c3a349398b98e8c055211733dcbb0f82a119f1fb3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:00.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:00.830Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:00.920Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:00.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:01.534Z] $ docker top 5ab1d24948a9efad95d3d33ecb6fb24a9dc57752464d6ad9799425ba7b6ea6ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:07:02.083Z] + tee [2020-10-06T17:07:02.083Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:07:02.083Z] clair timeout 1m0s [2020-10-06T17:07:02.084Z] docker timeout: 1m0s [2020-10-06T17:07:02.084Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:07:02.767Z] $ docker stop --time=1 5ab1d24948a9efad95d3d33ecb6fb24a9dc57752464d6ad9799425ba7b6ea6ce [2020-10-06T17:07:04.101Z] $ docker rm -f 5ab1d24948a9efad95d3d33ecb6fb24a9dc57752464d6ad9799425ba7b6ea6ce [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:07:04.545Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:07:04.558Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:07:04.609Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:04.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:04.979Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:05.069Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:05.106Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:05.698Z] $ docker top 5ece710b8a56523e1598d83e76150907394ca4d480a56bb27410a1a677892219 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:07:06.204Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:07:06.205Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:07:14.529Z] $ docker stop --time=1 5ece710b8a56523e1598d83e76150907394ca4d480a56bb27410a1a677892219 [2020-10-06T17:07:15.874Z] $ docker rm -f 5ece710b8a56523e1598d83e76150907394ca4d480a56bb27410a1a677892219 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:16.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:16.333Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:16.425Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:16.464Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:17.024Z] $ docker top 80d3edbb5418f7f0c779c8cb54d46fa471da915a899fae27cf0bfa28851fc8e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:07:17.514Z] + tee [2020-10-06T17:07:17.514Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:07:17.514Z] clair timeout 1m0s [2020-10-06T17:07:17.514Z] docker timeout: 1m0s [2020-10-06T17:07:17.514Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:07:19.008Z] $ docker stop --time=1 80d3edbb5418f7f0c779c8cb54d46fa471da915a899fae27cf0bfa28851fc8e4 [2020-10-06T17:07:20.351Z] $ docker rm -f 80d3edbb5418f7f0c779c8cb54d46fa471da915a899fae27cf0bfa28851fc8e4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:07:20.840Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:07:20.853Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:07:20.906Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:21.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:21.245Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:21.335Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:21.381Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:21.933Z] $ docker top 24da8066ef6c3f70b585fbb9e323d0cbbdbaa0a712df4e3f6db3aa9feff9cd53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:07:22.442Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:07:22.442Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:07:32.707Z] $ docker stop --time=1 24da8066ef6c3f70b585fbb9e323d0cbbdbaa0a712df4e3f6db3aa9feff9cd53 [2020-10-06T17:07:34.028Z] $ docker rm -f 24da8066ef6c3f70b585fbb9e323d0cbbdbaa0a712df4e3f6db3aa9feff9cd53 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:34.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:34.525Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:34.616Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:34.658Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:35.243Z] $ docker top 372ca4bec4afaac1b6b26086cf2b5aeb410df678733d503e784fd67dffd4a105 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:07:35.772Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:07:35.772Z] + tee [2020-10-06T17:07:35.772Z] clair timeout 1m0s [2020-10-06T17:07:35.772Z] docker timeout: 1m0s [2020-10-06T17:07:35.772Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:07:37.262Z] $ docker stop --time=1 372ca4bec4afaac1b6b26086cf2b5aeb410df678733d503e784fd67dffd4a105 [2020-10-06T17:07:38.590Z] $ docker rm -f 372ca4bec4afaac1b6b26086cf2b5aeb410df678733d503e784fd67dffd4a105 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:07:39.097Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:07:39.110Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:07:39.163Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:39.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:39.521Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:39.616Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:39.661Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:40.221Z] $ docker top 0b89c7f5d8f156979ab96dd578ba5f4ee1f935ba1261012c2714505eb257ec63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:07:40.754Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:07:40.754Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:07:44.226Z] $ docker stop --time=1 0b89c7f5d8f156979ab96dd578ba5f4ee1f935ba1261012c2714505eb257ec63 [2020-10-06T17:07:45.565Z] $ docker rm -f 0b89c7f5d8f156979ab96dd578ba5f4ee1f935ba1261012c2714505eb257ec63 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:46.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:46.034Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:46.130Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:46.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:46.730Z] $ docker top a34a06f75dc1f981fce848ff9c35095ab62e704010cdb3a886ee60e26c7932dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:07:47.241Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:07:47.241Z] + tee [2020-10-06T17:07:47.241Z] clair timeout 1m0s [2020-10-06T17:07:47.241Z] docker timeout: 1m0s [2020-10-06T17:07:47.241Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:07:47.913Z] $ docker stop --time=1 a34a06f75dc1f981fce848ff9c35095ab62e704010cdb3a886ee60e26c7932dd [2020-10-06T17:07:49.257Z] $ docker rm -f a34a06f75dc1f981fce848ff9c35095ab62e704010cdb3a886ee60e26c7932dd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:07:49.712Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:07:49.725Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-support-logging-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:07:49.785Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:50.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:50.111Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:50.201Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:50.241Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:50.831Z] $ docker top c2c178be5a1a8cf179e470de3f3c1e7765f5041ccee6d3657d6eedf31e6a803c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:07:51.347Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:07:51.347Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:07:56.803Z] $ docker stop --time=1 c2c178be5a1a8cf179e470de3f3c1e7765f5041ccee6d3657d6eedf31e6a803c [2020-10-06T17:07:58.193Z] $ docker rm -f c2c178be5a1a8cf179e470de3f3c1e7765f5041ccee6d3657d6eedf31e6a803c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:07:58.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:07:58.719Z] . [Pipeline] withDockerContainer [2020-10-06T17:07:58.818Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:07:58.860Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:07:59.457Z] $ docker top 5a7d902098981e0a93dd212f150395bdfdb43e20e5ba474873359642bf2da175 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:08:00.012Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:08:00.012Z] [2020-10-06T17:08:00.012Z] clair timeout 1m0s [2020-10-06T17:08:00.012Z] docker timeout: 1m0s [2020-10-06T17:08:00.012Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:08:01.055Z] $ docker stop --time=1 5a7d902098981e0a93dd212f150395bdfdb43e20e5ba474873359642bf2da175 [2020-10-06T17:08:02.399Z] $ docker rm -f 5a7d902098981e0a93dd212f150395bdfdb43e20e5ba474873359642bf2da175 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:08:02.855Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:08:02.867Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-support-notifications-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:08:02.917Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:08:03.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:08:03.258Z] . [Pipeline] withDockerContainer [2020-10-06T17:08:03.351Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:08:03.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:08:04.069Z] $ docker top 919cb2d3241eae09cd5278f477d1976b81f07c3ec1bdd6a9151da6097459d4bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:08:04.586Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:08:04.586Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:08:07.357Z] $ docker stop --time=1 919cb2d3241eae09cd5278f477d1976b81f07c3ec1bdd6a9151da6097459d4bb [2020-10-06T17:08:08.688Z] $ docker rm -f 919cb2d3241eae09cd5278f477d1976b81f07c3ec1bdd6a9151da6097459d4bb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:08:09.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:08:09.145Z] . [Pipeline] withDockerContainer [2020-10-06T17:08:09.235Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:08:09.277Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:08:09.834Z] $ docker top d62d7cae6329a16979dbe9f852576465fa0a514e85d3f03b2602377773d73877 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:08:10.339Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:08:10.339Z] + tee [2020-10-06T17:08:10.339Z] clair timeout 1m0s [2020-10-06T17:08:10.339Z] docker timeout: 1m0s [2020-10-06T17:08:10.339Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:08:11.007Z] $ docker stop --time=1 d62d7cae6329a16979dbe9f852576465fa0a514e85d3f03b2602377773d73877 [2020-10-06T17:08:12.358Z] $ docker rm -f d62d7cae6329a16979dbe9f852576465fa0a514e85d3f03b2602377773d73877 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:08:12.805Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:08:12.817Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-support-scheduler-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:08:12.866Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:08:13.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:08:13.202Z] . [Pipeline] withDockerContainer [2020-10-06T17:08:13.297Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:08:13.339Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:08:13.911Z] $ docker top 4e088ee3d0485896ec10012a34a6a5b0738bb0a1a5ececfc38544aab2f7ea560 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:08:14.426Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:08:14.426Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:08:29.695Z] $ docker stop --time=1 4e088ee3d0485896ec10012a34a6a5b0738bb0a1a5ececfc38544aab2f7ea560 [2020-10-06T17:08:31.053Z] $ docker rm -f 4e088ee3d0485896ec10012a34a6a5b0738bb0a1a5ececfc38544aab2f7ea560 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:08:31.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T17:08:31.544Z] . [Pipeline] withDockerContainer [2020-10-06T17:08:31.638Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:08:31.727Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-06T17:08:32.307Z] $ docker top 50e51d50976cb0ac940a10212d90595c259c9aa24ba228239dabdcd26d4653df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T17:08:32.839Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:d16f9af4789b1c810caf567d1912f559f3cf35d1 [2020-10-06T17:08:32.839Z] + tee [2020-10-06T17:08:32.839Z] clair timeout 1m0s [2020-10-06T17:08:32.839Z] docker timeout: 1m0s [2020-10-06T17:08:32.839Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T17:08:34.374Z] $ docker stop --time=1 50e51d50976cb0ac940a10212d90595c259c9aa24ba228239dabdcd26d4653df [2020-10-06T17:08:35.738Z] $ docker rm -f 50e51d50976cb0ac940a10212d90595c259c9aa24ba228239dabdcd26d4653df [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T17:08:36.225Z] + mkdir -p /w/workspace/edgex-go/164/clair-reports [Pipeline] echo [2020-10-06T17:08:36.239Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/164/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_d16f9af4789b1c810caf567d1912f559f3cf35d1.html [Pipeline] writeFile [Pipeline] step [2020-10-06T17:08:36.292Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-06T17:08:36.773Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T17:08:36.831Z] provisioning config files... [2020-10-06T17:08:36.844Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/164@tmp/config3931703199028198351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:08:37.214Z] --> edgex-publish-swagger.sh [2020-10-06T17:08:37.214Z] === Publish openapi/v1 API === [2020-10-06T17:08:37.214Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-06T17:08:37.214Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-06T17:08:37.214Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:37.214Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:38.595Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8915 0:00:01 0:00:01 --:--:-- 8923 100 10521 0 0 100 10521 0 8914 0:00:01 0:00:01 --:--:-- 8923 [2020-10-06T17:08:38.595Z] [2020-10-06T17:08:38.595Z] [2020-10-06T17:08:38.595Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-06T17:08:38.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:38.595Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:39.546Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 33059 --:--:-- --:--:-- --:--:-- 33051 100 32556 0 0 100 32556 0 33054 --:--:-- --:--:-- --:--:-- 33051 [2020-10-06T17:08:39.546Z] [2020-10-06T17:08:39.546Z] [2020-10-06T17:08:39.546Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-06T17:08:39.546Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:39.546Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:40.487Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 64925 0:00:01 0:00:01 --:--:-- 64951 100 73720 0 0 100 73720 0 64917 0:00:01 0:00:01 --:--:-- 64951 [2020-10-06T17:08:40.487Z] [2020-10-06T17:08:40.487Z] [2020-10-06T17:08:40.487Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-06T17:08:40.487Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:40.487Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:41.431Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13721 --:--:-- --:--:-- --:--:-- 13717 100 13580 0 0 100 13580 0 13719 --:--:-- --:--:-- --:--:-- 13717 [2020-10-06T17:08:41.431Z] [2020-10-06T17:08:41.431Z] [2020-10-06T17:08:41.431Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-06T17:08:41.431Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:41.431Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:42.820Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35778 0:00:01 0:00:01 --:--:-- 35809 100 38889 0 0 100 38889 0 35774 0:00:01 0:00:01 --:--:-- 35809 [2020-10-06T17:08:42.820Z] [2020-10-06T17:08:42.820Z] [2020-10-06T17:08:42.820Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-06T17:08:42.820Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:42.820Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:43.770Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 14201 0:00:01 0:00:01 --:--:-- 14205 100 14248 0 0 100 14248 0 14199 0:00:01 0:00:01 --:--:-- 14205 [2020-10-06T17:08:43.770Z] [2020-10-06T17:08:43.770Z] [2020-10-06T17:08:43.770Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-06T17:08:43.770Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:43.770Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:44.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3541 0:00:01 0:00:01 --:--:-- 3542 100 4109 0 0 100 4109 0 3531 0:00:01 0:00:01 --:--:-- 3533 [2020-10-06T17:08:44.724Z] [2020-10-06T17:08:44.724Z] [2020-10-06T17:08:44.724Z] === Publish openapi/v2 API === [2020-10-06T17:08:44.724Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-06T17:08:44.724Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-06T17:08:44.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:44.724Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:45.706Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 30318 --:--:-- --:--:-- --:--:-- 30294 100 30234 0 0 100 30234 0 30314 --:--:-- --:--:-- --:--:-- 30294 [2020-10-06T17:08:45.706Z] [2020-10-06T17:08:45.706Z] [2020-10-06T17:08:45.706Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-06T17:08:45.971Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:45.971Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:46.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 58418 0:00:01 0:00:01 --:--:-- 58475 100 58943 0 0 100 58943 0 58410 0:00:01 0:00:01 --:--:-- 58475 [2020-10-06T17:08:46.926Z] [2020-10-06T17:08:46.926Z] [2020-10-06T17:08:46.926Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-06T17:08:46.926Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:46.926Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:47.879Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 114k 0 0 100 114k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2020-10-06T17:08:47.879Z] [2020-10-06T17:08:47.879Z] [2020-10-06T17:08:47.879Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-06T17:08:48.197Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:48.197Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:49.148Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 22529 0:00:01 0:00:01 --:--:-- 22517 100 26165 0 0 100 26165 0 21935 0:00:01 0:00:01 --:--:-- 21932 [2020-10-06T17:08:49.148Z] [2020-10-06T17:08:49.148Z] [2020-10-06T17:08:49.148Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-06T17:08:49.148Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:49.148Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:50.557Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 59788 0:00:01 0:00:01 --:--:-- 59820 100 63410 0 0 100 63410 0 59780 0:00:01 0:00:01 --:--:-- 59820 [2020-10-06T17:08:50.557Z] [2020-10-06T17:08:50.557Z] [2020-10-06T17:08:50.557Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-06T17:08:50.557Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:50.557Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:51.551Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 43655 0:00:01 0:00:01 --:--:-- 43689 100 46049 0 0 100 46049 0 43649 0:00:01 0:00:01 --:--:-- 43689 [2020-10-06T17:08:51.551Z] [2020-10-06T17:08:51.551Z] [2020-10-06T17:08:51.551Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-06T17:08:51.551Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T17:08:51.551Z] Dload Upload Total Spent Left Speed [2020-10-06T17:08:52.518Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 25391 --:--:-- --:--:-- --:--:-- 25383 100 24114 0 0 100 24114 0 25387 --:--:-- --:--:-- --:--:-- 25383 [2020-10-06T17:08:52.518Z] [2020-10-06T17:08:52.518Z] [Pipeline] } [2020-10-06T17:08:52.527Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:09:01.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T17:09:01.977Z] . [Pipeline] withDockerContainer [2020-10-06T17:09:02.079Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:09:02.117Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T17:09:02.835Z] $ docker top ba8d4fa827ea682f4aab06999de128766c3f3aff4a55bbd0368e05dca6f0e0fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T17:09:03.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T17:09:03.121Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T17:09:03.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T17:09:03.320Z] $ docker exec ba8d4fa827ea682f4aab06999de128766c3f3aff4a55bbd0368e05dca6f0e0fc ssh-agent [2020-10-06T17:09:03.473Z] SSH_AUTH_SOCK=/tmp/ssh-4SVRqug8kRoq/agent.13 [2020-10-06T17:09:03.474Z] SSH_AGENT_PID=18 [2020-10-06T17:09:03.480Z] Running ssh-add (command line suppressed) [2020-10-06T17:09:03.601Z] Identity added: /w/workspace/edgex-go/164@tmp/private_key_6000974664039150930.key (/w/workspace/edgex-go/164@tmp/private_key_6000974664039150930.key) [2020-10-06T17:09:03.646Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T17:09:03.970Z] + git semver tag [2020-10-06T17:09:04.230Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T17:09:04.230Z] # $GIT_DIR = /w/workspace/edgex-go/164/.git [2020-10-06T17:09:04.230Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/164 [2020-10-06T17:09:04.230Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T17:09:04.230Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T17:09:04.230Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T17:09:04.230Z] # $SEMVER_BRANCH = master [2020-10-06T17:09:04.230Z] # $SEMVER_DIR = /w/workspace/edgex-go/164/.semver [2020-10-06T17:09:04.230Z] # d16f9af4789b1c810caf567d1912f559f3cf35d1 HEAD [2020-10-06T17:09:04.490Z] # -> Force: false [2020-10-06T17:09:04.490Z] # b89b5e83054b8d12e1e9150d31ab7ed6b8333e06 refs/tags/v1.2.2-dev.49 [Pipeline] } [2020-10-06T17:09:04.502Z] $ docker exec --env ******** --env ******** ba8d4fa827ea682f4aab06999de128766c3f3aff4a55bbd0368e05dca6f0e0fc ssh-agent -k [2020-10-06T17:09:04.621Z] unset SSH_AUTH_SOCK; [2020-10-06T17:09:04.621Z] unset SSH_AGENT_PID; [2020-10-06T17:09:04.622Z] echo Agent pid 18 killed; [2020-10-06T17:09:04.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T17:09:05.138Z] + git semver [Pipeline] } [2020-10-06T17:09:05.154Z] $ docker stop --time=1 ba8d4fa827ea682f4aab06999de128766c3f3aff4a55bbd0368e05dca6f0e0fc [2020-10-06T17:09:06.473Z] $ docker rm -f ba8d4fa827ea682f4aab06999de128766c3f3aff4a55bbd0368e05dca6f0e0fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:09:07.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T17:09:07.083Z] [2020-10-06T17:09:07.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:09:07.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T17:09:07.431Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T17:09:07.431Z] ab5ef0e58194: Pulling fs layer [2020-10-06T17:09:07.431Z] 9712f1f96733: Pulling fs layer [2020-10-06T17:09:07.431Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T17:09:07.431Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T17:09:07.431Z] e9a5061849ea: Pulling fs layer [2020-10-06T17:09:07.431Z] d747dcd14b5f: Pulling fs layer [2020-10-06T17:09:07.431Z] 2de7ff778b66: Pulling fs layer [2020-10-06T17:09:07.431Z] 0d9ebad4ef96: Waiting [2020-10-06T17:09:07.431Z] e9a5061849ea: Waiting [2020-10-06T17:09:07.431Z] d747dcd14b5f: Waiting [2020-10-06T17:09:07.431Z] 2de7ff778b66: Waiting [2020-10-06T17:09:07.431Z] 9712f1f96733: Verifying Checksum [2020-10-06T17:09:07.431Z] 9712f1f96733: Download complete [2020-10-06T17:09:08.815Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T17:09:08.815Z] 63f879dbbcfc: Download complete [2020-10-06T17:09:09.078Z] e9a5061849ea: Verifying Checksum [2020-10-06T17:09:09.078Z] e9a5061849ea: Download complete [2020-10-06T17:09:09.078Z] d747dcd14b5f: Verifying Checksum [2020-10-06T17:09:09.078Z] d747dcd14b5f: Download complete [2020-10-06T17:09:09.337Z] 2de7ff778b66: Verifying Checksum [2020-10-06T17:09:09.337Z] 2de7ff778b66: Download complete [2020-10-06T17:09:09.338Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T17:09:09.338Z] 0d9ebad4ef96: Download complete [2020-10-06T17:09:09.603Z] ab5ef0e58194: Download complete [2020-10-06T17:09:12.919Z] ab5ef0e58194: Pull complete [2020-10-06T17:09:12.919Z] 9712f1f96733: Pull complete [2020-10-06T17:09:15.468Z] 63f879dbbcfc: Pull complete [2020-10-06T17:09:20.761Z] 0d9ebad4ef96: Pull complete [2020-10-06T17:09:22.673Z] e9a5061849ea: Pull complete [2020-10-06T17:09:22.673Z] d747dcd14b5f: Pull complete [2020-10-06T17:09:25.975Z] 2de7ff778b66: Pull complete [2020-10-06T17:09:25.976Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T17:09:25.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T17:09:25.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T17:09:26.084Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:09:26.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-06T17:09:29.546Z] $ docker top 6b27964a246015c5941dc5f9c6c4a688e2acd1944adca176ba4433d6c3388f42 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T17:09:29.753Z] provisioning config files... [2020-10-06T17:09:29.765Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/164@tmp/config6073519031384146779tmp [2020-10-06T17:09:29.778Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/164@tmp/config2081989095369852810tmp [2020-10-06T17:09:29.793Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/164@tmp/config3920588040910086695tmp [Pipeline] { [Pipeline] echo [2020-10-06T17:09:29.848Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:09:30.137Z] ---> sigul-configuration.sh [2020-10-06T17:09:30.137Z] gpg: directory `/root/.gnupg' created [2020-10-06T17:09:30.137Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T17:09:30.137Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T17:09:30.137Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T17:09:30.137Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T17:09:30.137Z] gpg: CAST5 encrypted data [2020-10-06T17:09:30.397Z] gpg: encrypted with 1 passphrase [2020-10-06T17:09:30.397Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T17:09:30.693Z] + mkdir /home/jenkins [2020-10-06T17:09:30.693Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T17:09:30.986Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-06T17:09:30.995Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:09:31.285Z] ---> sigul-install.sh [2020-10-06T17:09:36.658Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T17:09:36.948Z] + git tag --list [2020-10-06T17:09:36.948Z] 0.6.0 [2020-10-06T17:09:36.948Z] 0.6.1 [2020-10-06T17:09:36.948Z] 0.7.0 [2020-10-06T17:09:36.948Z] 0.7.1 [2020-10-06T17:09:36.948Z] v1.0.0 [2020-10-06T17:09:36.948Z] v1.0.1 [2020-10-06T17:09:36.948Z] v1.1.0 [2020-10-06T17:09:36.948Z] v1.2.0 [2020-10-06T17:09:36.948Z] v1.2.1 [2020-10-06T17:09:36.948Z] v1.2.2-dev.1 [2020-10-06T17:09:36.948Z] v1.2.2-dev.10 [2020-10-06T17:09:36.948Z] v1.2.2-dev.11 [2020-10-06T17:09:36.948Z] v1.2.2-dev.12 [2020-10-06T17:09:36.948Z] v1.2.2-dev.13 [2020-10-06T17:09:36.948Z] v1.2.2-dev.14 [2020-10-06T17:09:36.948Z] v1.2.2-dev.15 [2020-10-06T17:09:36.948Z] v1.2.2-dev.16 [2020-10-06T17:09:36.948Z] v1.2.2-dev.17 [2020-10-06T17:09:36.948Z] v1.2.2-dev.18 [2020-10-06T17:09:36.948Z] v1.2.2-dev.19 [2020-10-06T17:09:36.948Z] v1.2.2-dev.2 [2020-10-06T17:09:36.948Z] v1.2.2-dev.20 [2020-10-06T17:09:36.948Z] v1.2.2-dev.21 [2020-10-06T17:09:36.948Z] v1.2.2-dev.22 [2020-10-06T17:09:36.948Z] v1.2.2-dev.23 [2020-10-06T17:09:36.948Z] v1.2.2-dev.24 [2020-10-06T17:09:36.948Z] v1.2.2-dev.25 [2020-10-06T17:09:36.948Z] v1.2.2-dev.26 [2020-10-06T17:09:36.948Z] v1.2.2-dev.27 [2020-10-06T17:09:36.948Z] v1.2.2-dev.28 [2020-10-06T17:09:36.948Z] v1.2.2-dev.29 [2020-10-06T17:09:36.948Z] v1.2.2-dev.3 [2020-10-06T17:09:36.948Z] v1.2.2-dev.30 [2020-10-06T17:09:36.948Z] v1.2.2-dev.31 [2020-10-06T17:09:36.948Z] v1.2.2-dev.32 [2020-10-06T17:09:36.948Z] v1.2.2-dev.33 [2020-10-06T17:09:36.948Z] v1.2.2-dev.34 [2020-10-06T17:09:36.948Z] v1.2.2-dev.35 [2020-10-06T17:09:36.948Z] v1.2.2-dev.36 [2020-10-06T17:09:36.948Z] v1.2.2-dev.37 [2020-10-06T17:09:36.948Z] v1.2.2-dev.38 [2020-10-06T17:09:36.948Z] v1.2.2-dev.39 [2020-10-06T17:09:36.948Z] v1.2.2-dev.4 [2020-10-06T17:09:36.948Z] v1.2.2-dev.40 [2020-10-06T17:09:36.948Z] v1.2.2-dev.41 [2020-10-06T17:09:36.948Z] v1.2.2-dev.42 [2020-10-06T17:09:36.948Z] v1.2.2-dev.43 [2020-10-06T17:09:36.948Z] v1.2.2-dev.44 [2020-10-06T17:09:36.948Z] v1.2.2-dev.45 [2020-10-06T17:09:36.948Z] v1.2.2-dev.46 [2020-10-06T17:09:36.948Z] v1.2.2-dev.47 [2020-10-06T17:09:36.948Z] v1.2.2-dev.48 [2020-10-06T17:09:36.948Z] v1.2.2-dev.49 [2020-10-06T17:09:36.948Z] v1.2.2-dev.5 [2020-10-06T17:09:36.948Z] v1.2.2-dev.6 [2020-10-06T17:09:36.948Z] v1.2.2-dev.7 [2020-10-06T17:09:36.948Z] v1.2.2-dev.8 [2020-10-06T17:09:36.948Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-06T17:09:37.242Z] + lftools sign git-tag v1.2.2-dev.49 [2020-10-06T17:09:38.182Z] Signing Git tag with Sigul... [2020-10-06T17:09:38.183Z] Signing v1.2.2-dev.49 [Pipeline] echo [2020-10-06T17:09:39.576Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:09:39.867Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T17:09:39.876Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T17:09:39.966Z] $ docker stop --time=1 6b27964a246015c5941dc5f9c6c4a688e2acd1944adca176ba4433d6c3388f42 [2020-10-06T17:09:41.741Z] $ docker rm -f 6b27964a246015c5941dc5f9c6c4a688e2acd1944adca176ba4433d6c3388f42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:09:42.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T17:09:42.651Z] . [Pipeline] withDockerContainer [2020-10-06T17:09:42.736Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:09:42.775Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T17:09:43.370Z] $ docker top 47d9cc7edaf08ba62ca468003dd010479dcfa6e45f44b8e7659771ecf0836fdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T17:09:43.660Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T17:09:43.660Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T17:09:43.831Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T17:09:43.836Z] $ docker exec 47d9cc7edaf08ba62ca468003dd010479dcfa6e45f44b8e7659771ecf0836fdb ssh-agent [2020-10-06T17:09:43.997Z] SSH_AUTH_SOCK=/tmp/ssh-WyTXsrMFCxyN/agent.12 [2020-10-06T17:09:43.997Z] SSH_AGENT_PID=17 [2020-10-06T17:09:44.004Z] Running ssh-add (command line suppressed) [2020-10-06T17:09:44.127Z] Identity added: /w/workspace/edgex-go/164@tmp/private_key_8132324177587102344.key (/w/workspace/edgex-go/164@tmp/private_key_8132324177587102344.key) [2020-10-06T17:09:44.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T17:09:44.558Z] + git semver bump pre [2020-10-06T17:09:44.558Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T17:09:44.558Z] # $GIT_DIR = /w/workspace/edgex-go/164/.git [2020-10-06T17:09:44.558Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/164 [2020-10-06T17:09:44.558Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T17:09:44.558Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T17:09:44.558Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T17:09:44.558Z] # $SEMVER_BRANCH = master [2020-10-06T17:09:44.558Z] # $SEMVER_DIR = /w/workspace/edgex-go/164/.semver [2020-10-06T17:09:44.558Z] 1.2.2-dev.50 [Pipeline] } [2020-10-06T17:09:44.570Z] $ docker exec --env ******** --env ******** 47d9cc7edaf08ba62ca468003dd010479dcfa6e45f44b8e7659771ecf0836fdb ssh-agent -k [2020-10-06T17:09:44.678Z] unset SSH_AUTH_SOCK; [2020-10-06T17:09:44.678Z] unset SSH_AGENT_PID; [2020-10-06T17:09:44.678Z] echo Agent pid 17 killed; [2020-10-06T17:09:44.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T17:09:45.175Z] + git semver [Pipeline] } [2020-10-06T17:09:45.191Z] $ docker stop --time=1 47d9cc7edaf08ba62ca468003dd010479dcfa6e45f44b8e7659771ecf0836fdb [2020-10-06T17:09:46.519Z] $ docker rm -f 47d9cc7edaf08ba62ca468003dd010479dcfa6e45f44b8e7659771ecf0836fdb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T17:09:47.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T17:09:47.003Z] . [Pipeline] withDockerContainer [2020-10-06T17:09:47.090Z] prd-centos7-docker-4c-2g-3750 does not seem to be running inside a container [2020-10-06T17:09:47.128Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/164 -v /w/workspace/edgex-go/164:/w/workspace/edgex-go/164:rw,z -v /w/workspace/edgex-go/164@tmp:/w/workspace/edgex-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T17:09:47.699Z] $ docker top 8934199db04d7e6a0cf8eaf50739247c6f92d1ad65de03d4085678d25f0c43ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T17:09:47.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T17:09:47.982Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T17:09:48.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T17:09:48.154Z] $ docker exec 8934199db04d7e6a0cf8eaf50739247c6f92d1ad65de03d4085678d25f0c43ab ssh-agent [2020-10-06T17:09:48.303Z] SSH_AUTH_SOCK=/tmp/ssh-IwibE1NORHyM/agent.11 [2020-10-06T17:09:48.303Z] SSH_AGENT_PID=16 [2020-10-06T17:09:48.309Z] Running ssh-add (command line suppressed) [2020-10-06T17:09:48.421Z] Identity added: /w/workspace/edgex-go/164@tmp/private_key_4618461056249163204.key (/w/workspace/edgex-go/164@tmp/private_key_4618461056249163204.key) [2020-10-06T17:09:48.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T17:09:48.795Z] + git semver push [2020-10-06T17:09:48.795Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T17:09:48.795Z] # $GIT_DIR = /w/workspace/edgex-go/164/.git [2020-10-06T17:09:48.795Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/164 [2020-10-06T17:09:48.795Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T17:09:48.795Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T17:09:48.795Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T17:09:48.795Z] # $SEMVER_BRANCH = master [2020-10-06T17:09:48.795Z] # $SEMVER_DIR = /w/workspace/edgex-go/164/.semver [Pipeline] } [2020-10-06T17:09:58.805Z] $ docker exec --env ******** --env ******** 8934199db04d7e6a0cf8eaf50739247c6f92d1ad65de03d4085678d25f0c43ab ssh-agent -k [2020-10-06T17:09:58.919Z] unset SSH_AUTH_SOCK; [2020-10-06T17:09:58.919Z] unset SSH_AGENT_PID; [2020-10-06T17:09:58.920Z] echo Agent pid 16 killed; [2020-10-06T17:09:58.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T17:09:59.484Z] + git semver [Pipeline] } [2020-10-06T17:09:59.501Z] $ docker stop --time=1 8934199db04d7e6a0cf8eaf50739247c6f92d1ad65de03d4085678d25f0c43ab [2020-10-06T17:10:00.823Z] $ docker rm -f 8934199db04d7e6a0cf8eaf50739247c6f92d1ad65de03d4085678d25f0c43ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:10:01.794Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:10:02.771Z] ---> package-listing.sh [2020-10-06T17:10:02.772Z] ++ facter osfamily [2020-10-06T17:10:02.772Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T17:10:02.772Z] + OS_FAMILY=redhat [2020-10-06T17:10:02.772Z] + workspace=/w/workspace/edgex-go/164 [2020-10-06T17:10:02.772Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T17:10:02.772Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T17:10:02.772Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T17:10:02.772Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T17:10:02.772Z] + '[' /w/workspace/edgex-go/164 ']' [2020-10-06T17:10:02.772Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T17:10:02.772Z] + case "${OS_FAMILY}" in [2020-10-06T17:10:02.772Z] + rpm -qa [2020-10-06T17:10:02.772Z] + sort [2020-10-06T17:10:06.985Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T17:10:06.985Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T17:10:06.985Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T17:10:06.985Z] + '[' /w/workspace/edgex-go/164 ']' [2020-10-06T17:10:06.985Z] + mkdir -p /w/workspace/edgex-go/164/archives/ [2020-10-06T17:10:06.985Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/164/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T17:10:07.633Z] provisioning config files... [2020-10-06T17:10:07.648Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/164@tmp/config5453981373922511500tmp [Pipeline] { [Pipeline] echo [2020-10-06T17:10:07.723Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:10:08.013Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T17:10:08.021Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T17:10:08.106Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:10:08.396Z] ---> python-tools-install.sh [2020-10-06T17:10:08.396Z] Generating Requirements File [2020-10-06T17:11:16.151Z] Python 3.6.8 [2020-10-06T17:11:16.151Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T17:11:16.151Z] appdirs==1.4.3 [2020-10-06T17:11:16.151Z] argcomplete==1.12.1 [2020-10-06T17:11:16.151Z] aspy.yaml==1.3.0 [2020-10-06T17:11:16.151Z] attrs==19.3.0 [2020-10-06T17:11:16.151Z] Babel==2.8.0 [2020-10-06T17:11:16.151Z] beautifulsoup4==4.8.2 [2020-10-06T17:11:16.151Z] boto3==1.11.6 [2020-10-06T17:11:16.151Z] botocore==1.14.6 [2020-10-06T17:11:16.151Z] bs4==0.0.1 [2020-10-06T17:11:16.151Z] cachetools==4.1.1 [2020-10-06T17:11:16.151Z] certifi==2019.11.28 [2020-10-06T17:11:16.151Z] cffi==1.14.3 [2020-10-06T17:11:16.151Z] cfgv==2.0.1 [2020-10-06T17:11:16.151Z] chardet==3.0.4 [2020-10-06T17:11:16.151Z] click==7.1 [2020-10-06T17:11:16.151Z] cliff==3.4.0 [2020-10-06T17:11:16.151Z] cmd2==1.3.11 [2020-10-06T17:11:16.151Z] colorama==0.4.3 [2020-10-06T17:11:16.151Z] cryptography==3.1.1 [2020-10-06T17:11:16.151Z] debtcollector==2.2.0 [2020-10-06T17:11:16.151Z] decorator==4.4.2 [2020-10-06T17:11:16.151Z] defusedxml==0.6.0 [2020-10-06T17:11:16.151Z] Deprecated==1.2.7 [2020-10-06T17:11:16.151Z] distlib==0.3.1 [2020-10-06T17:11:16.151Z] distro==1.2.0 [2020-10-06T17:11:16.151Z] dnspython==1.16.0 [2020-10-06T17:11:16.151Z] docker==4.2.0 [2020-10-06T17:11:16.151Z] docutils==0.15.2 [2020-10-06T17:11:16.151Z] dogpile.cache==1.0.2 [2020-10-06T17:11:16.151Z] email-validator==1.0.5 [2020-10-06T17:11:16.151Z] filelock==3.0.12 [2020-10-06T17:11:16.151Z] future==0.18.2 [2020-10-06T17:11:16.151Z] google-auth==1.22.1 [2020-10-06T17:11:16.151Z] httplib2==0.17.0 [2020-10-06T17:11:16.151Z] identify==1.4.11 [2020-10-06T17:11:16.151Z] idna==2.9 [2020-10-06T17:11:16.151Z] importlib-metadata==1.7.0 [2020-10-06T17:11:16.151Z] importlib-resources==1.5.0 [2020-10-06T17:11:16.151Z] iso8601==0.1.13 [2020-10-06T17:11:16.151Z] Jinja2==2.11.1 [2020-10-06T17:11:16.151Z] jmespath==0.10.0 [2020-10-06T17:11:16.151Z] jsonpatch==1.26 [2020-10-06T17:11:16.151Z] jsonpointer==2.0 [2020-10-06T17:11:16.151Z] jsonschema==3.2.0 [2020-10-06T17:11:16.151Z] keystoneauth1==4.2.1 [2020-10-06T17:11:16.151Z] kubernetes==11.0.0 [2020-10-06T17:11:16.151Z] lftools==0.34.2 [2020-10-06T17:11:16.151Z] lxml==4.5.0 [2020-10-06T17:11:16.151Z] MarkupSafe==0.23 [2020-10-06T17:11:16.151Z] msgpack==1.0.0 [2020-10-06T17:11:16.151Z] multi-key-dict==2.0.3 [2020-10-06T17:11:16.151Z] munch==2.5.0 [2020-10-06T17:11:16.151Z] netaddr==0.8.0 [2020-10-06T17:11:16.151Z] netifaces==0.10.9 [2020-10-06T17:11:16.151Z] niet==1.4.2 [2020-10-06T17:11:16.151Z] nodeenv==1.3.5 [2020-10-06T17:11:16.151Z] oauth2client==4.1.3 [2020-10-06T17:11:16.151Z] oauthlib==3.1.0 [2020-10-06T17:11:16.151Z] openstacksdk==0.50.0 [2020-10-06T17:11:16.151Z] os-client-config==2.1.0 [2020-10-06T17:11:16.151Z] os-service-types==1.7.0 [2020-10-06T17:11:16.151Z] osc-lib==2.2.1 [2020-10-06T17:11:16.151Z] oslo.config==8.3.2 [2020-10-06T17:11:16.151Z] oslo.context==3.1.1 [2020-10-06T17:11:16.151Z] oslo.i18n==5.0.1 [2020-10-06T17:11:16.151Z] oslo.log==4.4.0 [2020-10-06T17:11:16.151Z] oslo.serialization==4.0.1 [2020-10-06T17:11:16.151Z] oslo.utils==4.6.0 [2020-10-06T17:11:16.151Z] packaging==20.4 [2020-10-06T17:11:16.151Z] pbr==5.4.4 [2020-10-06T17:11:16.151Z] pluggy==0.13.1 [2020-10-06T17:11:16.151Z] prettytable==0.7.2 [2020-10-06T17:11:16.151Z] py==1.9.0 [2020-10-06T17:11:16.151Z] pyasn1==0.4.8 [2020-10-06T17:11:16.151Z] pyasn1-modules==0.2.8 [2020-10-06T17:11:16.151Z] pycparser==2.20 [2020-10-06T17:11:16.151Z] pygerrit2==2.0.10 [2020-10-06T17:11:16.151Z] PyGithub==1.46 [2020-10-06T17:11:16.151Z] pyinotify==0.9.6 [2020-10-06T17:11:16.151Z] PyJWT==1.7.1 [2020-10-06T17:11:16.151Z] pyparsing==2.4.7 [2020-10-06T17:11:16.151Z] pyperclip==1.8.0 [2020-10-06T17:11:16.151Z] pyroute2==0.4.13 [2020-10-06T17:11:16.151Z] pyrsistent==0.15.7 [2020-10-06T17:11:16.151Z] PySocks==1.6.8 [2020-10-06T17:11:16.151Z] python-cinderclient==7.2.0 [2020-10-06T17:11:16.151Z] python-dateutil==2.8.1 [2020-10-06T17:11:16.151Z] python-heatclient==2.2.1 [2020-10-06T17:11:16.151Z] python-jenkins==1.7.0 [2020-10-06T17:11:16.151Z] python-keystoneclient==4.1.1 [2020-10-06T17:11:16.151Z] python-magnumclient==3.2.1 [2020-10-06T17:11:16.151Z] python-novaclient==17.2.1 [2020-10-06T17:11:16.151Z] python-openstackclient==5.4.0 [2020-10-06T17:11:16.151Z] python-swiftclient==3.10.1 [2020-10-06T17:11:16.151Z] pytz==2020.1 [2020-10-06T17:11:16.151Z] PyYAML==5.3 [2020-10-06T17:11:16.151Z] requests==2.23.0 [2020-10-06T17:11:16.151Z] requests-oauthlib==1.3.0 [2020-10-06T17:11:16.151Z] requestsexceptions==1.4.0 [2020-10-06T17:11:16.151Z] rfc3986==1.4.0 [2020-10-06T17:11:16.151Z] rpm==4.11.3 [2020-10-06T17:11:16.151Z] rsa==4.0 [2020-10-06T17:11:16.151Z] ruamel.yaml==0.16.10 [2020-10-06T17:11:16.151Z] ruamel.yaml.clib==0.2.0 [2020-10-06T17:11:16.151Z] s3transfer==0.3.3 [2020-10-06T17:11:16.151Z] shade==1.27.2 [2020-10-06T17:11:16.151Z] simplejson==3.17.2 [2020-10-06T17:11:16.151Z] six==1.14.0 [2020-10-06T17:11:16.151Z] soupsieve==2.0 [2020-10-06T17:11:16.151Z] stevedore==3.2.2 [2020-10-06T17:11:16.151Z] tabulate==0.8.6 [2020-10-06T17:11:16.151Z] toml==0.10.0 [2020-10-06T17:11:16.151Z] tox==3.20.0 [2020-10-06T17:11:16.151Z] tqdm==4.43.0 [2020-10-06T17:11:16.151Z] urllib3==1.25.8 [2020-10-06T17:11:16.151Z] virtualenv==20.0.33 [2020-10-06T17:11:16.151Z] wcwidth==0.2.5 [2020-10-06T17:11:16.151Z] websocket-client==0.57.0 [2020-10-06T17:11:16.151Z] wrapt==1.12.1 [2020-10-06T17:11:16.151Z] xdg==3.0.2 [2020-10-06T17:11:16.151Z] xmltodict==0.12.0 [2020-10-06T17:11:16.151Z] yq==2.11.1 [2020-10-06T17:11:16.151Z] zipp==3.3.0 [2020-10-06T17:11:16.151Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:16.151Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T17:11:18.062Z] Python 2.7.5 [2020-10-06T17:11:18.062Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T17:11:18.633Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T17:11:18.633Z] ansible==2.9.7 [2020-10-06T17:11:18.633Z] Babel==0.9.6 [2020-10-06T17:11:18.633Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T17:11:18.633Z] beautifulsoup4==4.4.1 [2020-10-06T17:11:18.633Z] bodhi==2.11.0 [2020-10-06T17:11:18.633Z] bodhi-client==2.11.0 [2020-10-06T17:11:18.633Z] CCColUtils==1.4 [2020-10-06T17:11:18.633Z] cffi==1.6.0 [2020-10-06T17:11:18.633Z] chardet==2.2.1 [2020-10-06T17:11:18.633Z] click==6.7 [2020-10-06T17:11:18.633Z] cloud-init==18.5 [2020-10-06T17:11:18.633Z] configobj==4.7.2 [2020-10-06T17:11:18.633Z] cryptography==1.7.2 [2020-10-06T17:11:18.633Z] decorator==3.4.0 [2020-10-06T17:11:18.633Z] distro==1.2.0 [2020-10-06T17:11:18.633Z] enum34==1.0.4 [2020-10-06T17:11:18.633Z] fedpkg==1.38 [2020-10-06T17:11:18.633Z] futures==3.1.1 [2020-10-06T17:11:18.633Z] gitdb==0.6.4 [2020-10-06T17:11:18.633Z] GitPython==1.0.1 [2020-10-06T17:11:18.633Z] html5lib==0.999 [2020-10-06T17:11:18.633Z] httplib2==0.9.2 [2020-10-06T17:11:18.633Z] idna==2.4 [2020-10-06T17:11:18.633Z] iniparse==0.4 [2020-10-06T17:11:18.633Z] ipaddress==1.0.16 [2020-10-06T17:11:18.633Z] IPy==0.75 [2020-10-06T17:11:18.633Z] javapackages==1.0.0 [2020-10-06T17:11:18.633Z] Jinja2==2.7.2 [2020-10-06T17:11:18.633Z] jmespath==0.9.4 [2020-10-06T17:11:18.633Z] jsonpatch==1.2 [2020-10-06T17:11:18.633Z] jsonpointer==1.9 [2020-10-06T17:11:18.633Z] kerberos==1.1 [2020-10-06T17:11:18.633Z] kitchen==1.1.1 [2020-10-06T17:11:18.633Z] langtable==0.0.31 [2020-10-06T17:11:18.633Z] lockfile==0.9.1 [2020-10-06T17:11:18.633Z] lxml==3.2.1 [2020-10-06T17:11:18.633Z] MarkupSafe==0.11 [2020-10-06T17:11:18.633Z] munch==2.0.2 [2020-10-06T17:11:18.633Z] offtrac==0.1.0 [2020-10-06T17:11:18.633Z] openidc-client==0.6.0 [2020-10-06T17:11:18.633Z] packagedb-cli==2.14.1 [2020-10-06T17:11:18.633Z] paramiko==2.1.1 [2020-10-06T17:11:18.633Z] perf==0.1 [2020-10-06T17:11:18.633Z] ply==3.4 [2020-10-06T17:11:18.633Z] policycoreutils-default-encoding==0.1 [2020-10-06T17:11:18.633Z] prettytable==0.7.2 [2020-10-06T17:11:18.633Z] pyasn1==0.1.9 [2020-10-06T17:11:18.633Z] pycparser==2.14 [2020-10-06T17:11:18.633Z] pycurl==7.19.0 [2020-10-06T17:11:18.633Z] pygobject==3.22.0 [2020-10-06T17:11:18.633Z] pygpgme==0.3 [2020-10-06T17:11:18.633Z] pyliblzma==0.5.3 [2020-10-06T17:11:18.633Z] pyOpenSSL==0.13.1 [2020-10-06T17:11:18.633Z] pyparsing==1.5.6 [2020-10-06T17:11:18.633Z] pyserial==2.6 [2020-10-06T17:11:18.633Z] python-augeas==0.5.0 [2020-10-06T17:11:18.633Z] python-bugzilla==2.3.0 [2020-10-06T17:11:18.633Z] python-dateutil==1.5 [2020-10-06T17:11:18.633Z] python-fedora==0.10.0 [2020-10-06T17:11:18.633Z] python-linux-procfs==0.4.9 [2020-10-06T17:11:18.633Z] python-yubico==1.2.3 [2020-10-06T17:11:18.633Z] pyudev==0.15 [2020-10-06T17:11:18.633Z] pyusb==1.0.0b1 [2020-10-06T17:11:18.633Z] pyxattr==0.5.1 [2020-10-06T17:11:18.633Z] PyYAML==3.10 [2020-10-06T17:11:18.633Z] requests==2.6.0 [2020-10-06T17:11:18.633Z] requests-kerberos==0.7.0 [2020-10-06T17:11:18.633Z] rpkg==1.60 [2020-10-06T17:11:18.633Z] schedutils==0.4 [2020-10-06T17:11:18.633Z] seobject==0.1 [2020-10-06T17:11:18.633Z] sepolicy==1.1 [2020-10-06T17:11:18.633Z] six==1.9.0 [2020-10-06T17:11:18.633Z] smmap==0.9.0 [2020-10-06T17:11:18.633Z] urlgrabber==3.10 [2020-10-06T17:11:18.633Z] urllib3==1.10.2 [2020-10-06T17:11:18.633Z] virtualenv==15.1.0 [2020-10-06T17:11:18.633Z] yum-langpacks==0.4.2 [2020-10-06T17:11:18.633Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T17:11:18.643Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:11:18.933Z] ---> sudo-logs.sh [2020-10-06T17:11:18.933Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T17:11:19.203Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:11:19.492Z] ---> job-cost.sh [2020-10-06T17:11:20.066Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-m8p4 [2020-10-06T17:11:32.361Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:32.361Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:32.361Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:32.361Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:32.361Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:32.361Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:32.625Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:32.625Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:32.886Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:33.152Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:33.152Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:33.152Z] Cache entry deserialization failed, entry ignored [2020-10-06T17:11:35.725Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T17:12:02.524Z] lf-activate-venv(): INFO: Adding /tmp/venv-m8p4/bin to PATH [2020-10-06T17:12:02.524Z] INFO: No Stack... [2020-10-06T17:12:05.821Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T17:12:06.084Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T17:12:06.098Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T17:12:06.393Z] ---> logs-deploy.sh [2020-10-06T17:12:06.393Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/164 [2020-10-06T17:12:06.393Z] INFO: archiving workspace using pattern(s): [2020-10-06T17:12:08.305Z] Archives upload complete. [2020-10-06T17:12:08.305Z] INFO: archiving logs to Nexus [2020-10-06T17:12:09.245Z] ---> uname -a: [2020-10-06T17:12:09.245Z] Linux prd-centos7-docker-4c-2g-3750.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-06T17:12:09.245Z] [2020-10-06T17:12:09.245Z] [2020-10-06T17:12:09.245Z] ---> lscpu: [2020-10-06T17:12:09.245Z] Architecture: x86_64 [2020-10-06T17:12:09.245Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-06T17:12:09.245Z] Byte Order: Little Endian [2020-10-06T17:12:09.245Z] CPU(s): 4 [2020-10-06T17:12:09.245Z] On-line CPU(s) list: 0-3 [2020-10-06T17:12:09.245Z] Thread(s) per core: 1 [2020-10-06T17:12:09.245Z] Core(s) per socket: 1 [2020-10-06T17:12:09.245Z] Socket(s): 4 [2020-10-06T17:12:09.245Z] NUMA node(s): 1 [2020-10-06T17:12:09.245Z] Vendor ID: GenuineIntel [2020-10-06T17:12:09.245Z] CPU family: 6 [2020-10-06T17:12:09.245Z] Model: 44 [2020-10-06T17:12:09.245Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-06T17:12:09.245Z] Stepping: 1 [2020-10-06T17:12:09.245Z] CPU MHz: 2933.438 [2020-10-06T17:12:09.245Z] BogoMIPS: 5866.87 [2020-10-06T17:12:09.245Z] Virtualization: VT-x [2020-10-06T17:12:09.245Z] Hypervisor vendor: KVM [2020-10-06T17:12:09.245Z] Virtualization type: full [2020-10-06T17:12:09.245Z] L1d cache: 32K [2020-10-06T17:12:09.245Z] L1i cache: 32K [2020-10-06T17:12:09.245Z] L2 cache: 4096K [2020-10-06T17:12:09.245Z] L3 cache: 16384K [2020-10-06T17:12:09.245Z] NUMA node0 CPU(s): 0-3 [2020-10-06T17:12:09.245Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-06T17:12:09.245Z] [2020-10-06T17:12:09.245Z] [2020-10-06T17:12:09.245Z] ---> nproc: [2020-10-06T17:12:09.245Z] 4 [2020-10-06T17:12:09.245Z] [2020-10-06T17:12:09.245Z] [2020-10-06T17:12:09.245Z] ---> df -h: [2020-10-06T17:12:09.246Z] Filesystem Size Used Avail Use% Mounted on [2020-10-06T17:12:09.246Z] devtmpfs 887M 0 887M 0% /dev [2020-10-06T17:12:09.246Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-06T17:12:09.246Z] tmpfs 919M 17M 903M 2% /run [2020-10-06T17:12:09.246Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-06T17:12:09.246Z] /dev/vda1 50G 14G 37G 27% / [2020-10-06T17:12:09.246Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-06T17:12:09.246Z] tmpfs 184M 0 184M 0% /run/user/0 [2020-10-06T17:12:09.246Z] [2020-10-06T17:12:09.246Z] [2020-10-06T17:12:09.246Z] ---> free -m: [2020-10-06T17:12:09.246Z] total used free shared buff/cache available [2020-10-06T17:12:09.246Z] Mem: 1837 578 188 4 1070 1071 [2020-10-06T17:12:09.246Z] Swap: 1023 53 970 [2020-10-06T17:12:09.246Z] [2020-10-06T17:12:09.246Z]