Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8181 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/205 [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/205 # 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 Checking out Revision 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 # timeout=10 Commit message: "Merge pull request #2835 from weichou1229/issue-2826" > git rev-list --no-walk 23d78d8d6164cd46726267bd4b072740b98d7786 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T07:08:07.672Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T07:08:08.006Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T07:08:08.134Z] ========================================================= [2020-10-22T07:08:08.134Z] EdgeX Global Pipelines Version Info [2020-10-22T07:08:08.134Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:08:10.116Z] ------------------- [2020-10-22T07:08:10.116Z] stable info: [2020-10-22T07:08:10.116Z] ------------------- [2020-10-22T07:08:10.116Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T07:08:10.116Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T07:08:10.116Z] Message: update stable to v1.0.144 [2020-10-22T07:08:10.691Z] ------------------- [2020-10-22T07:08:10.691Z] experimental info: [2020-10-22T07:08:10.691Z] ------------------- [2020-10-22T07:08:10.691Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T07:08:10.691Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T07:08:10.691Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T07:08:11.081Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T07:08:11.188Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T07:08:11.314Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T07:08:11.429Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T07:08:11.571Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T07:08:11.676Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T07:08:11.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T07:08:11.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T07:08:11.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T07:08:12.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T07:08:12.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T07:08:12.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T07:08:12.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T07:08:12.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T07:08:12.628Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T07:08:12.730Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T07:08:12.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T07:08:12.967Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T07:08:13.076Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T07:08:13.171Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T07:08:13.284Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T07:08:13.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-22T07:08:13.502Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-22T07:08:13.605Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-22T07:08:13.727Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] echo [2020-10-22T07:08:13.815Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 162b99b [Pipeline] echo [2020-10-22T07:08:13.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T07:08:14.292Z] ++ 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-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T07:08:14.292Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T07:08:14.292Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T07:08:14.292Z] ++ cut -d/ -f2 [2020-10-22T07:08:14.292Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T07:08:14.365Z] 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-22T07:08:16.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T07:08:16.691Z] [2020-10-22T07:08:16.691Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:08:17.090Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T07:08:17.090Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T07:08:17.090Z] 31603596830f: Pulling fs layer [2020-10-22T07:08:17.090Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T07:08:17.090Z] 6ca5941a6612: Pulling fs layer [2020-10-22T07:08:17.090Z] ecc8261a40a4: Pulling fs layer [2020-10-22T07:08:17.090Z] ecc8261a40a4: Waiting [2020-10-22T07:08:17.090Z] 2a8b12db71e7: Download complete [2020-10-22T07:08:17.359Z] 31603596830f: Verifying Checksum [2020-10-22T07:08:17.359Z] 31603596830f: Download complete [2020-10-22T07:08:17.359Z] ecc8261a40a4: Download complete [2020-10-22T07:08:17.625Z] 6ca5941a6612: Verifying Checksum [2020-10-22T07:08:17.625Z] 6ca5941a6612: Download complete [2020-10-22T07:08:17.625Z] 31603596830f: Pull complete [2020-10-22T07:08:17.893Z] 2a8b12db71e7: Pull complete [2020-10-22T07:08:18.905Z] 6ca5941a6612: Pull complete [2020-10-22T07:08:18.905Z] ecc8261a40a4: Pull complete [2020-10-22T07:08:18.905Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T07:08:18.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T07:08:18.905Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T07:08:19.048Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:08:19.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:08:21.723Z] $ docker top cd3639ea65d0a8f84bb60f4c44f681c7424d3a09f8483425dde23616b5a4b3e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T07:08:22.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T07:08:22.161Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T07:08:22.393Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T07:08:22.403Z] $ docker exec cd3639ea65d0a8f84bb60f4c44f681c7424d3a09f8483425dde23616b5a4b3e6 ssh-agent [2020-10-22T07:08:22.575Z] SSH_AUTH_SOCK=/tmp/ssh-qnsUFoaK82Ic/agent.12 [2020-10-22T07:08:22.575Z] SSH_AGENT_PID=17 [2020-10-22T07:08:22.601Z] Running ssh-add (command line suppressed) [2020-10-22T07:08:22.831Z] Identity added: /w/workspace/edgex-go/205@tmp/private_key_6510805632961977394.key (/w/workspace/edgex-go/205@tmp/private_key_6510805632961977394.key) [2020-10-22T07:08:22.917Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T07:08:23.286Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T07:08:23.337Z] $ docker exec --env ******** --env ******** cd3639ea65d0a8f84bb60f4c44f681c7424d3a09f8483425dde23616b5a4b3e6 ssh-agent -k [2020-10-22T07:08:23.467Z] unset SSH_AUTH_SOCK; [2020-10-22T07:08:23.468Z] unset SSH_AGENT_PID; [2020-10-22T07:08:23.468Z] echo Agent pid 17 killed; [2020-10-22T07:08:23.513Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T07:08:23.748Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T07:08:23.748Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T07:08:23.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T07:08:23.933Z] $ docker exec cd3639ea65d0a8f84bb60f4c44f681c7424d3a09f8483425dde23616b5a4b3e6 ssh-agent [2020-10-22T07:08:24.098Z] SSH_AUTH_SOCK=/tmp/ssh-PgDNRgsrR0eF/agent.48 [2020-10-22T07:08:24.098Z] SSH_AGENT_PID=54 [2020-10-22T07:08:24.107Z] Running ssh-add (command line suppressed) [2020-10-22T07:08:24.234Z] Identity added: /w/workspace/edgex-go/205@tmp/private_key_5621326299034359942.key (/w/workspace/edgex-go/205@tmp/private_key_5621326299034359942.key) [2020-10-22T07:08:24.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T07:08:24.658Z] + git semver init [2020-10-22T07:08:24.658Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T07:08:24.658Z] # $GIT_DIR = /w/workspace/edgex-go/205/.git [2020-10-22T07:08:24.658Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/205 [2020-10-22T07:08:24.658Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T07:08:24.658Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T07:08:24.658Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T07:08:24.658Z] # $SEMVER_BRANCH = master [2020-10-22T07:08:24.658Z] # $SEMVER_TEMP = /tmp/semver-661033012 [2020-10-22T07:08:24.658Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T07:08:42.986Z] # '/tmp/semver-661033012' -> '/w/workspace/edgex-go/205/.semver' [2020-10-22T07:08:42.986Z] # -> Force: false [2020-10-22T07:08:42.987Z] # $SEMVER_DIR = /w/workspace/edgex-go/205/.semver [Pipeline] } [2020-10-22T07:08:43.004Z] $ docker exec --env ******** --env ******** cd3639ea65d0a8f84bb60f4c44f681c7424d3a09f8483425dde23616b5a4b3e6 ssh-agent -k [2020-10-22T07:08:43.200Z] unset SSH_AUTH_SOCK; [2020-10-22T07:08:43.201Z] unset SSH_AGENT_PID; [2020-10-22T07:08:43.201Z] echo Agent pid 54 killed; [2020-10-22T07:08:43.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T07:08:43.831Z] + git semver [Pipeline] } [2020-10-22T07:08:43.910Z] $ docker stop --time=1 cd3639ea65d0a8f84bb60f4c44f681c7424d3a09f8483425dde23616b5a4b3e6 [2020-10-22T07:08:45.508Z] $ docker rm -f cd3639ea65d0a8f84bb60f4c44f681c7424d3a09f8483425dde23616b5a4b3e6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:08:46.088Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T07:08:46.738Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T07:08:46.741Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.89 [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-22T07:08:47.387Z] ========================================================= [2020-10-22T07:08:47.387Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T07:08:47.387Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:08:47.758Z] + 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-22T07:08:52.101Z] Sending build context to Docker daemon 325.5MB [2020-10-22T07:08:52.101Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T07:08:52.101Z] Step 2/7 : FROM ${BASE} [2020-10-22T07:08:52.101Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T07:08:52.101Z] df20fa9351a1: Pulling fs layer [2020-10-22T07:08:52.101Z] ed8968b2872e: Pulling fs layer [2020-10-22T07:08:52.101Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T07:08:52.101Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T07:08:52.101Z] e73272ec9a57: Pulling fs layer [2020-10-22T07:08:52.101Z] 1e910a182e73: Pulling fs layer [2020-10-22T07:08:52.101Z] 4e634b169226: Pulling fs layer [2020-10-22T07:08:52.101Z] 1e910a182e73: Waiting [2020-10-22T07:08:52.101Z] e871e8e8d7a9: Waiting [2020-10-22T07:08:52.101Z] e73272ec9a57: Waiting [2020-10-22T07:08:52.101Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T07:08:52.101Z] ed8968b2872e: Verifying Checksum [2020-10-22T07:08:52.101Z] ed8968b2872e: Download complete [2020-10-22T07:08:52.101Z] e73272ec9a57: Verifying Checksum [2020-10-22T07:08:52.101Z] e73272ec9a57: Download complete [2020-10-22T07:08:52.101Z] 1e910a182e73: Verifying Checksum [2020-10-22T07:08:52.101Z] 1e910a182e73: Download complete [2020-10-22T07:08:52.101Z] df20fa9351a1: Verifying Checksum [2020-10-22T07:08:52.101Z] df20fa9351a1: Download complete [2020-10-22T07:08:52.382Z] df20fa9351a1: Pull complete [2020-10-22T07:08:52.382Z] ed8968b2872e: Pull complete [2020-10-22T07:08:52.662Z] a92cc7c5fd73: Pull complete [2020-10-22T07:08:55.273Z] 4e634b169226: Verifying Checksum [2020-10-22T07:08:55.273Z] 4e634b169226: Download complete [2020-10-22T07:08:56.264Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T07:08:56.264Z] e871e8e8d7a9: Download complete [2020-10-22T07:09:01.691Z] e871e8e8d7a9: Pull complete [2020-10-22T07:09:01.691Z] e73272ec9a57: Pull complete [2020-10-22T07:09:01.691Z] 1e910a182e73: Pull complete [2020-10-22T07:09:02.137Z] Still waiting to schedule task [2020-10-22T07:09:02.137Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-22T07:09:07.022Z] 4e634b169226: Pull complete [2020-10-22T07:09:07.023Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T07:09:07.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T07:09:07.023Z] ---> f7629b54cfaa [2020-10-22T07:09:07.023Z] 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-22T07:09:07.023Z] ---> Running in c87520258afa [2020-10-22T07:09:07.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:09:08.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:09:08.809Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T07:09:09.071Z] (2/12) Installing file (5.38-r0) [2020-10-22T07:09:09.071Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T07:09:09.071Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T07:09:14.379Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T07:09:14.379Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T07:09:14.379Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T07:09:14.379Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T07:09:14.643Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T07:09:14.643Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T07:09:14.643Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T07:09:14.907Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T07:09:14.907Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T07:09:14.907Z] OK: 233 MiB in 51 packages [2020-10-22T07:09:18.222Z] Removing intermediate container c87520258afa [2020-10-22T07:09:18.222Z] ---> d0d19809f2f8 [2020-10-22T07:09:18.223Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T07:09:18.486Z] ---> Running in 5870a980f9eb [2020-10-22T07:09:18.486Z] Removing intermediate container 5870a980f9eb [2020-10-22T07:09:18.486Z] ---> abc1b0d345d9 [2020-10-22T07:09:18.486Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T07:09:19.063Z] latest: Pulling from library/docker [2020-10-22T07:09:19.328Z] 188c0c94c7c5: Pulling fs layer [2020-10-22T07:09:19.328Z] 0c7c675703d6: Pulling fs layer [2020-10-22T07:09:19.328Z] cc8c12a437cb: Pulling fs layer [2020-10-22T07:09:19.328Z] c5dafad2182a: Pulling fs layer [2020-10-22T07:09:19.328Z] 5aa711733414: Pulling fs layer [2020-10-22T07:09:19.328Z] 058f73b55e4b: Pulling fs layer [2020-10-22T07:09:19.328Z] 8c9c664faf12: Pulling fs layer [2020-10-22T07:09:19.328Z] 5aa711733414: Waiting [2020-10-22T07:09:19.328Z] 058f73b55e4b: Waiting [2020-10-22T07:09:19.328Z] 8c9c664faf12: Waiting [2020-10-22T07:09:19.328Z] c5dafad2182a: Waiting [2020-10-22T07:09:19.328Z] cc8c12a437cb: Verifying Checksum [2020-10-22T07:09:19.328Z] cc8c12a437cb: Download complete [2020-10-22T07:09:19.328Z] 0c7c675703d6: Verifying Checksum [2020-10-22T07:09:19.328Z] 0c7c675703d6: Download complete [2020-10-22T07:09:19.328Z] 188c0c94c7c5: Verifying Checksum [2020-10-22T07:09:19.328Z] 188c0c94c7c5: Download complete [2020-10-22T07:09:19.593Z] 5aa711733414: Verifying Checksum [2020-10-22T07:09:19.593Z] 5aa711733414: Download complete [2020-10-22T07:09:19.593Z] 058f73b55e4b: Verifying Checksum [2020-10-22T07:09:19.593Z] 058f73b55e4b: Download complete [2020-10-22T07:09:19.593Z] 8c9c664faf12: Verifying Checksum [2020-10-22T07:09:19.593Z] 8c9c664faf12: Download complete [2020-10-22T07:09:19.857Z] 188c0c94c7c5: Pull complete [2020-10-22T07:09:20.120Z] 0c7c675703d6: Pull complete [2020-10-22T07:09:20.120Z] cc8c12a437cb: Pull complete [2020-10-22T07:09:20.385Z] c5dafad2182a: Verifying Checksum [2020-10-22T07:09:20.385Z] c5dafad2182a: Download complete [2020-10-22T07:09:22.956Z] c5dafad2182a: Pull complete [2020-10-22T07:09:22.956Z] 5aa711733414: Pull complete [2020-10-22T07:09:22.956Z] 058f73b55e4b: Pull complete [2020-10-22T07:09:23.222Z] 8c9c664faf12: Pull complete [2020-10-22T07:09:23.222Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T07:09:23.222Z] Status: Downloaded newer image for docker:latest [2020-10-22T07:09:25.155Z] ---> 5f547327f686 [2020-10-22T07:09:25.155Z] Step 6/7 : COPY go.mod . [2020-10-22T07:09:25.155Z] ---> f0e8441f2ea3 [2020-10-22T07:09:25.155Z] Step 7/7 : RUN go mod download [2020-10-22T07:09:25.418Z] ---> Running in 8fc3eee8483d [2020-10-22T07:09:47.430Z] Removing intermediate container 8fc3eee8483d [2020-10-22T07:09:47.430Z] ---> fedd02892ea0 [2020-10-22T07:09:47.430Z] Successfully built fedd02892ea0 [2020-10-22T07:09:47.430Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:09:47.752Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T07:09:47.752Z] . [Pipeline] withDockerContainer [2020-10-22T07:09:47.971Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:09:48.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:09:48.901Z] $ docker top b2ee2c15d0f69e9d13d60bd1d4e20e466c55a5fa5b1f85b030262dbacb4842ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T07:09:49.461Z] + go version [2020-10-22T07:09:49.461Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T07:09:49.480Z] $ docker stop --time=1 b2ee2c15d0f69e9d13d60bd1d4e20e466c55a5fa5b1f85b030262dbacb4842ff [2020-10-22T07:09:50.837Z] $ docker rm -f b2ee2c15d0f69e9d13d60bd1d4e20e466c55a5fa5b1f85b030262dbacb4842ff [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-22T07:09:54.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T07:09:54.206Z] [2020-10-22T07:09:54.206Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:09:54.568Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T07:09:54.568Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T07:09:54.568Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T07:09:54.568Z] ca9280d653b3: Pulling fs layer [2020-10-22T07:09:54.568Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T07:09:55.144Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-22T07:09:55.144Z] cbdbe7a5bc2a: Download complete [2020-10-22T07:09:55.407Z] ca9280d653b3: Verifying Checksum [2020-10-22T07:09:55.407Z] ca9280d653b3: Download complete [2020-10-22T07:09:55.674Z] cbdbe7a5bc2a: Pull complete [2020-10-22T07:09:56.627Z] ca9280d653b3: Pull complete [2020-10-22T07:09:56.627Z] 7e9c9ca2126c: Download complete [2020-10-22T07:10:03.257Z] 7e9c9ca2126c: Pull complete [2020-10-22T07:10:03.257Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T07:10:03.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T07:10:03.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T07:10:03.386Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:10:03.463Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:10:06.661Z] $ docker top 8e7e3cb211c65fae41d4797ef129b268918b69f271c5a76c4edeefe4221d7dfe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T07:10:07.227Z] + docker-compose build --help [2020-10-22T07:10:07.227Z] + grep parallel [2020-10-22T07:10:08.177Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T07:10:08.196Z] $ docker stop --time=1 8e7e3cb211c65fae41d4797ef129b268918b69f271c5a76c4edeefe4221d7dfe [2020-10-22T07:10:09.531Z] $ docker rm -f 8e7e3cb211c65fae41d4797ef129b268918b69f271c5a76c4edeefe4221d7dfe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:10:10.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T07:10:10.184Z] . [Pipeline] withDockerContainer [2020-10-22T07:10:10.308Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:10:10.368Z] $ 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/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:10:11.053Z] $ docker top a24d3f8a8febd80f70ed98b5cedee4b8a4d5955c65f58c76ec801661afdaf11b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T07:10:11.572Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T07:10:12.522Z] Building docker-core-command-go ... [2020-10-22T07:10:12.522Z] Building docker-core-data-go ... [2020-10-22T07:10:12.522Z] Building docker-core-metadata-go ... [2020-10-22T07:10:12.522Z] Building docker-security-proxy-setup-go ... [2020-10-22T07:10:12.522Z] Building docker-security-secrets-setup-go ... [2020-10-22T07:10:12.522Z] Building docker-security-secretstore-setup-go ... [2020-10-22T07:10:12.522Z] Building docker-support-logging-go ... [2020-10-22T07:10:12.522Z] Building docker-support-notifications-go ... [2020-10-22T07:10:12.522Z] Building docker-support-scheduler-go ... [2020-10-22T07:10:12.522Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T07:10:12.522Z] Building docker-security-proxy-setup-go [2020-10-22T07:10:12.522Z] Building docker-core-data-go [2020-10-22T07:10:12.522Z] Building docker-support-logging-go [2020-10-22T07:10:12.522Z] Building docker-sys-mgmt-agent-go [2020-10-22T07:10:12.522Z] Building docker-core-metadata-go [2020-10-22T07:10:34.980Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:10:34.980Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:10:34.980Z] ---> fedd02892ea0 [2020-10-22T07:10:34.980Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T07:10:34.980Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:10:34.980Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:10:34.980Z] ---> fedd02892ea0 [2020-10-22T07:10:34.980Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T07:10:35.571Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:10:35.571Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:10:35.571Z] ---> fedd02892ea0 [2020-10-22T07:10:35.571Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T07:10:35.571Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:10:35.571Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:10:35.571Z] ---> fedd02892ea0 [2020-10-22T07:10:35.571Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T07:10:36.519Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:10:36.519Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:10:36.519Z] ---> fedd02892ea0 [2020-10-22T07:10:36.519Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T07:10:36.519Z] ---> Running in 2db9ad71272c [2020-10-22T07:10:37.105Z] ---> Running in 9c6063d835fb [2020-10-22T07:10:37.105Z] ---> Running in 7f12796e0b16 [2020-10-22T07:10:37.105Z] ---> Running in 5c1a400a99a5 [2020-10-22T07:10:37.105Z] ---> Running in c2b8f2f90360 [2020-10-22T07:10:37.375Z] Removing intermediate container 2db9ad71272c [2020-10-22T07:10:37.375Z] ---> 751341ddb8f2 [2020-10-22T07:10:37.375Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:10:37.375Z] Removing intermediate container 9c6063d835fb [2020-10-22T07:10:37.375Z] ---> e73da90e84c2 [2020-10-22T07:10:37.375Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:10:37.375Z] Removing intermediate container 5c1a400a99a5 [2020-10-22T07:10:37.375Z] ---> ce09033cb285 [2020-10-22T07:10:37.375Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:10:37.375Z] Removing intermediate container c2b8f2f90360 [2020-10-22T07:10:37.375Z] ---> 14f6d471b993 [2020-10-22T07:10:37.375Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:10:37.637Z] Removing intermediate container 7f12796e0b16 [2020-10-22T07:10:37.637Z] ---> 36adcc89f364 [2020-10-22T07:10:37.637Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:10:37.637Z] ---> Running in 584e71760042 [2020-10-22T07:10:37.637Z] ---> Running in 01c3c7874afe [2020-10-22T07:10:37.637Z] ---> Running in 8f6f47fe7528 [2020-10-22T07:10:37.637Z] ---> Running in 766a4a2e095e [2020-10-22T07:10:37.900Z] ---> Running in 7250834c7350 [2020-10-22T07:10:39.842Z] Removing intermediate container 584e71760042 [2020-10-22T07:10:39.842Z] ---> 080af7e0bba6 [2020-10-22T07:10:39.842Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T07:10:39.842Z] ---> Running in 34822c42786d [2020-10-22T07:10:39.842Z] Removing intermediate container 01c3c7874afe [2020-10-22T07:10:39.842Z] ---> 7a6f4e0a7b4a [2020-10-22T07:10:39.842Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T07:10:39.842Z] Removing intermediate container 8f6f47fe7528 [2020-10-22T07:10:39.842Z] ---> b675785f1130 [2020-10-22T07:10:39.842Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T07:10:40.106Z] ---> Running in 8479cf37c155 [2020-10-22T07:10:40.106Z] ---> Running in 5db348b086fd [2020-10-22T07:10:40.369Z] Removing intermediate container 766a4a2e095e [2020-10-22T07:10:40.369Z] ---> afdbcaaf737e [2020-10-22T07:10:40.369Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T07:10:40.369Z] Removing intermediate container 7250834c7350 [2020-10-22T07:10:40.369Z] ---> 6cd5bb251ca5 [2020-10-22T07:10:40.369Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T07:10:40.633Z] ---> Running in aca726a3bf44 [2020-10-22T07:10:40.633Z] ---> Running in f93b3251192a [2020-10-22T07:10:40.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:41.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:41.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:41.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:41.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:41.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:42.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:42.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:42.054Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:10:42.054Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:10:42.054Z] OK: 12752 distinct packages available [2020-10-22T07:10:42.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:42.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:10:42.321Z] OK: 233 MiB in 51 packages [2020-10-22T07:10:42.589Z] OK: 233 MiB in 51 packages [2020-10-22T07:10:42.589Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:10:42.589Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:10:42.589Z] OK: 12752 distinct packages available [2020-10-22T07:10:42.589Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:10:42.589Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:10:42.589Z] OK: 12752 distinct packages available [2020-10-22T07:10:42.861Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:10:42.862Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:10:42.862Z] OK: 12752 distinct packages available [2020-10-22T07:10:42.862Z] OK: 233 MiB in 51 packages [2020-10-22T07:10:42.862Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:10:42.862Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:10:42.862Z] OK: 12752 distinct packages available [2020-10-22T07:10:42.862Z] OK: 233 MiB in 51 packages [2020-10-22T07:10:43.125Z] OK: 233 MiB in 51 packages [2020-10-22T07:10:43.125Z] OK: 233 MiB in 51 packages [2020-10-22T07:10:43.125Z] Removing intermediate container 34822c42786d [2020-10-22T07:10:43.125Z] ---> 40b1cfe12b77 [2020-10-22T07:10:43.125Z] Step 6/22 : COPY go.mod . [2020-10-22T07:10:43.700Z] ---> c37ffe538704 [2020-10-22T07:10:43.700Z] Step 7/22 : RUN go mod download [2020-10-22T07:10:43.700Z] Removing intermediate container 5db348b086fd [2020-10-22T07:10:43.700Z] ---> 98ee91dba123 [2020-10-22T07:10:43.700Z] Step 6/23 : COPY go.mod . [2020-10-22T07:10:43.968Z] ---> Running in 7cc910c7296e [2020-10-22T07:10:43.968Z] Removing intermediate container 8479cf37c155 [2020-10-22T07:10:43.968Z] ---> 1b1261b447b2 [2020-10-22T07:10:43.968Z] Step 6/27 : COPY go.mod . [2020-10-22T07:10:43.968Z] ---> 7cad37545c8f [2020-10-22T07:10:43.968Z] Step 7/23 : RUN go mod download [2020-10-22T07:10:44.549Z] ---> Running in 37de5f7bb2f3 [2020-10-22T07:10:44.549Z] Removing intermediate container f93b3251192a [2020-10-22T07:10:44.549Z] ---> b4473cbaa7bd [2020-10-22T07:10:44.549Z] Step 6/22 : COPY go.mod . [2020-10-22T07:10:44.549Z] ---> 2de12812827c [2020-10-22T07:10:44.549Z] Step 7/27 : RUN go mod download [2020-10-22T07:10:44.549Z] Removing intermediate container aca726a3bf44 [2020-10-22T07:10:44.549Z] ---> 46fc2edc0094 [2020-10-22T07:10:44.549Z] Step 6/20 : COPY go.mod . [2020-10-22T07:10:44.822Z] ---> Running in bb24142fc750 [2020-10-22T07:10:44.822Z] ---> b79ea9a7549f [2020-10-22T07:10:44.822Z] Step 7/22 : RUN go mod download [2020-10-22T07:10:45.086Z] ---> Running in 4b8ca702f453 [2020-10-22T07:10:45.086Z] ---> bde216040791 [2020-10-22T07:10:45.086Z] Step 7/20 : RUN go mod download [2020-10-22T07:10:45.354Z] ---> Running in f03e33285e34 [2020-10-22T07:10:46.324Z] Removing intermediate container 7cc910c7296e [2020-10-22T07:10:46.324Z] ---> c66d610ed790 [2020-10-22T07:10:46.324Z] Step 8/22 : COPY . . [2020-10-22T07:10:46.324Z] Removing intermediate container 37de5f7bb2f3 [2020-10-22T07:10:46.324Z] ---> e7ad52a2864d [2020-10-22T07:10:46.324Z] Step 8/23 : COPY . . [2020-10-22T07:10:48.887Z] Removing intermediate container bb24142fc750 [2020-10-22T07:10:48.887Z] ---> c1f030c8371b [2020-10-22T07:10:48.887Z] Step 8/27 : COPY . . [2020-10-22T07:10:53.122Z] Removing intermediate container 4b8ca702f453 [2020-10-22T07:10:53.122Z] ---> a4734b9db4f1 [2020-10-22T07:10:53.122Z] Step 8/22 : COPY . . [2020-10-22T07:10:53.122Z] Removing intermediate container f03e33285e34 [2020-10-22T07:10:53.122Z] ---> 11938f9b8014 [2020-10-22T07:10:53.122Z] Step 8/20 : COPY . . [2020-10-22T07:10:53.196Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8182 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-22T07:10:53.258Z] Running in /w/workspace/edgex-go/205 [Pipeline] { [Pipeline] checkout [2020-10-22T07:10:58.610Z] using credential edgex-jenkins-ssh [2020-10-22T07:10:58.712Z] Cloning the remote Git repository [2020-10-22T07:10:58.775Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T07:10:58.885Z] > git init /w/workspace/edgex-go/205 # timeout=10 [2020-10-22T07:10:58.961Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T07:10:58.962Z] > git --version # timeout=10 [2020-10-22T07:10:58.981Z] > git --version # 'git version 2.17.1' [2020-10-22T07:10:58.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T07:10:59.070Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T07:11:16.922Z] Checking out Revision 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 (master) [2020-10-22T07:11:16.284Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T07:11:16.301Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T07:11:16.332Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T07:11:16.370Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T07:11:16.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T07:11:16.382Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T07:11:16.946Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T07:11:16.959Z] > git checkout -f 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 # timeout=10 [2020-10-22T07:11:20.010Z] ---> 3a6a837104d0 [2020-10-22T07:11:20.011Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T07:11:20.011Z] ---> a6b7605f1d24 [2020-10-22T07:11:20.011Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T07:11:20.960Z] ---> e2e4d1784f66 [2020-10-22T07:11:20.960Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T07:11:20.960Z] ---> Running in 5513f6c964d1 [2020-10-22T07:11:20.960Z] ---> Running in 35e68b766112 [2020-10-22T07:11:20.960Z] ---> 3413130a8a41 [2020-10-22T07:11:20.960Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T07:11:20.960Z] ---> Running in 7e113d984052 [2020-10-22T07:11:20.960Z] ---> d339de4cb565 [2020-10-22T07:11:20.960Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T07:11:21.225Z] ---> Running in aa8e4f73e182 [2020-10-22T07:11:21.225Z] ---> Running in 66b644c4b29c [2020-10-22T07:11:21.656Z] Commit message: "Merge pull request #2835 from weichou1229/issue-2826" [2020-10-22T07:11:22.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T07:11:22.185Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T07:11:22.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/support-logging/support-logging ./cmd/support-logging [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-22T07:11:22.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T07:11:22.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] echo [2020-10-22T07:11:22.719Z] ========================================================= [2020-10-22T07:11:22.719Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T07:11:22.719Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:11:23.702Z] + 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-22T07:11:26.370Z] Sending build context to Docker daemon 165.1MB [2020-10-22T07:11:26.370Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T07:11:26.370Z] Step 2/7 : FROM ${BASE} [2020-10-22T07:11:26.645Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T07:11:26.645Z] b538f80385f9: Pulling fs layer [2020-10-22T07:11:26.645Z] 74f711af9a0d: Pulling fs layer [2020-10-22T07:11:26.645Z] 99f96fe45779: Pulling fs layer [2020-10-22T07:11:26.645Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T07:11:26.645Z] 45590311c82a: Pulling fs layer [2020-10-22T07:11:26.645Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T07:11:26.645Z] 209524e5b208: Pulling fs layer [2020-10-22T07:11:26.645Z] 8529a6b9a6be: Waiting [2020-10-22T07:11:26.645Z] 45590311c82a: Waiting [2020-10-22T07:11:26.645Z] 69ca0ff8b7b3: Waiting [2020-10-22T07:11:26.645Z] 209524e5b208: Waiting [2020-10-22T07:11:26.645Z] 99f96fe45779: Download complete [2020-10-22T07:11:26.645Z] 74f711af9a0d: Verifying Checksum [2020-10-22T07:11:26.645Z] 74f711af9a0d: Download complete [2020-10-22T07:11:26.645Z] 45590311c82a: Verifying Checksum [2020-10-22T07:11:26.645Z] 45590311c82a: Download complete [2020-10-22T07:11:26.931Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T07:11:26.931Z] 69ca0ff8b7b3: Download complete [2020-10-22T07:11:26.931Z] b538f80385f9: Verifying Checksum [2020-10-22T07:11:26.931Z] b538f80385f9: Download complete [2020-10-22T07:11:27.555Z] b538f80385f9: Pull complete [2020-10-22T07:11:28.164Z] 74f711af9a0d: Pull complete [2020-10-22T07:11:28.775Z] 99f96fe45779: Pull complete [2020-10-22T07:11:29.387Z] 209524e5b208: Verifying Checksum [2020-10-22T07:11:30.373Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T07:11:30.373Z] 8529a6b9a6be: Download complete [2020-10-22T07:11:40.589Z] 8529a6b9a6be: Pull complete [2020-10-22T07:11:40.908Z] 45590311c82a: Pull complete [2020-10-22T07:11:41.184Z] 69ca0ff8b7b3: Pull complete [2020-10-22T07:11:45.538Z] 209524e5b208: Pull complete [2020-10-22T07:11:45.538Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T07:11:45.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T07:11:45.538Z] ---> 5bddaf1c2fca [2020-10-22T07:11:45.538Z] 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-22T07:11:48.999Z] ---> Running in cf7d29866c9a [2020-10-22T07:11:49.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:11:50.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:11:51.936Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T07:11:52.208Z] (2/12) Installing file (5.38-r0) [2020-10-22T07:11:52.208Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T07:11:52.208Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T07:11:54.786Z] Removing intermediate container aa8e4f73e182 [2020-10-22T07:11:54.786Z] ---> 492a4e5edf9e [2020-10-22T07:11:54.786Z] [2020-10-22T07:11:54.786Z] Step 10/20 : FROM alpine [2020-10-22T07:11:54.786Z] latest: Pulling from library/alpine [2020-10-22T07:11:54.786Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T07:11:54.786Z] Status: Downloaded newer image for alpine:latest [2020-10-22T07:11:54.786Z] ---> d6e46aa2470d [2020-10-22T07:11:54.786Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T07:11:54.786Z] Removing intermediate container 5513f6c964d1 [2020-10-22T07:11:54.786Z] ---> 5ee0ee9658b2 [2020-10-22T07:11:54.786Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T07:11:56.197Z] ---> Running in b49d1a07c9c7 [2020-10-22T07:11:56.197Z] ---> Running in 7eb912cc4471 [2020-10-22T07:11:56.469Z] Removing intermediate container 7e113d984052 [2020-10-22T07:11:56.469Z] ---> 58a0804cec59 [2020-10-22T07:11:56.469Z] [2020-10-22T07:11:56.469Z] Step 10/22 : FROM scratch [2020-10-22T07:11:56.469Z] ---> [2020-10-22T07:11:56.469Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T07:11:56.507Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T07:11:56.507Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T07:11:56.507Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T07:11:56.507Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T07:11:56.507Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T07:11:56.507Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T07:11:56.507Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T07:11:56.507Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T07:11:56.507Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T07:11:56.507Z] OK: 217 MiB in 51 packages [2020-10-22T07:11:56.740Z] ---> Running in 23171cfbc032 [2020-10-22T07:11:57.014Z] Removing intermediate container 23171cfbc032 [2020-10-22T07:11:57.014Z] ---> 81e7f56ca86d [2020-10-22T07:11:57.014Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T07:11:57.014Z] ---> Running in 12045e6edd83 [2020-10-22T07:11:57.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T07:11:57.287Z] Removing intermediate container 12045e6edd83 [2020-10-22T07:11:57.287Z] ---> 04e73800b968 [2020-10-22T07:11:57.287Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T07:11:57.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:11:57.287Z] ---> Running in d051e00ce9af [2020-10-22T07:11:57.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:11:57.816Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:11:57.816Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:11:57.816Z] OK: 12744 distinct packages available [2020-10-22T07:11:58.080Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T07:11:58.080Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T07:11:58.080Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T07:11:58.080Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T07:11:58.080Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:11:58.080Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T07:11:58.355Z] OK: 7 MiB in 18 packages [2020-10-22T07:11:58.355Z] Removing intermediate container d051e00ce9af [2020-10-22T07:11:58.356Z] ---> c30aa0aca0cf [2020-10-22T07:11:58.356Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T07:11:59.309Z] ---> a8877c9f54c7 [2020-10-22T07:11:59.309Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T07:11:59.597Z] Removing intermediate container b49d1a07c9c7 [2020-10-22T07:11:59.597Z] ---> a080a93948f0 [2020-10-22T07:11:59.597Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T07:11:59.597Z] ---> Running in ef3c4dd876c3 [2020-10-22T07:11:59.597Z] ---> cd1056104cf7 [2020-10-22T07:11:59.597Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T07:11:59.878Z] Removing intermediate container ef3c4dd876c3 [2020-10-22T07:11:59.878Z] ---> 8bc71c9d26ba [2020-10-22T07:11:59.878Z] Step 13/20 : WORKDIR /edgex [2020-10-22T07:12:00.826Z] Removing intermediate container cf7d29866c9a [2020-10-22T07:12:00.827Z] ---> b947c5e2d96e [2020-10-22T07:12:00.827Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T07:12:00.827Z] ---> Running in d6d993c0a53e [2020-10-22T07:12:00.829Z] Removing intermediate container 7eb912cc4471 [2020-10-22T07:12:00.829Z] ---> edc4c25585fc [2020-10-22T07:12:00.829Z] [2020-10-22T07:12:00.829Z] Step 11/27 : FROM docker:latest [2020-10-22T07:12:00.829Z] ---> 6972c414f322 [2020-10-22T07:12:00.829Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T07:12:01.104Z] Removing intermediate container d6d993c0a53e [2020-10-22T07:12:01.105Z] ---> 7e7a329bb77a [2020-10-22T07:12:01.105Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T07:12:01.698Z] latest: Pulling from library/docker [2020-10-22T07:12:01.698Z] 5f621e34cdf4: Pulling fs layer [2020-10-22T07:12:01.698Z] 85db56a05063: Pulling fs layer [2020-10-22T07:12:01.698Z] ccb67d6aeaaa: Pulling fs layer [2020-10-22T07:12:01.698Z] a0b19fc83503: Pulling fs layer [2020-10-22T07:12:01.698Z] 8eb508b41278: Pulling fs layer [2020-10-22T07:12:01.698Z] 37236713561e: Pulling fs layer [2020-10-22T07:12:01.698Z] 07c93f2b1b56: Pulling fs layer [2020-10-22T07:12:01.698Z] a0b19fc83503: Waiting [2020-10-22T07:12:01.698Z] 8eb508b41278: Waiting [2020-10-22T07:12:01.698Z] 37236713561e: Waiting [2020-10-22T07:12:01.698Z] 07c93f2b1b56: Waiting [2020-10-22T07:12:01.984Z] ccb67d6aeaaa: Verifying Checksum [2020-10-22T07:12:01.985Z] ccb67d6aeaaa: Download complete [2020-10-22T07:12:01.985Z] 85db56a05063: Download complete [2020-10-22T07:12:01.985Z] 5f621e34cdf4: Download complete [2020-10-22T07:12:01.985Z] 8eb508b41278: Download complete [2020-10-22T07:12:01.985Z] 37236713561e: Download complete [2020-10-22T07:12:02.229Z] ---> Running in 39de459754fe [2020-10-22T07:12:02.267Z] 07c93f2b1b56: Verifying Checksum [2020-10-22T07:12:02.267Z] 07c93f2b1b56: Download complete [2020-10-22T07:12:02.494Z] ---> Running in 8747d909031b [2020-10-22T07:12:02.494Z] ---> 010ce17b8c92 [2020-10-22T07:12:02.494Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T07:12:02.553Z] 5f621e34cdf4: Pull complete [2020-10-22T07:12:02.758Z] Removing intermediate container 66b644c4b29c [2020-10-22T07:12:02.758Z] ---> ef5752beb321 [2020-10-22T07:12:02.758Z] [2020-10-22T07:12:02.758Z] Step 10/22 : FROM scratch [2020-10-22T07:12:02.758Z] ---> [2020-10-22T07:12:02.758Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T07:12:03.162Z] 85db56a05063: Pull complete [2020-10-22T07:12:03.338Z] Removing intermediate container 39de459754fe [2020-10-22T07:12:03.338Z] ---> 5bf86ff00399 [2020-10-22T07:12:03.338Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T07:12:03.437Z] a0b19fc83503: Verifying Checksum [2020-10-22T07:12:03.438Z] a0b19fc83503: Download complete [2020-10-22T07:12:03.712Z] ccb67d6aeaaa: Pull complete [2020-10-22T07:12:04.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:04.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:04.559Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T07:12:04.559Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T07:12:04.559Z] Executing bash-5.0.17-r0.post-install [2020-10-22T07:12:04.559Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:12:04.559Z] OK: 12 MiB in 22 packages [2020-10-22T07:12:04.559Z] ---> Running in 80899b9030f6 [2020-10-22T07:12:04.559Z] ---> 483560a5eb26 [2020-10-22T07:12:04.559Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T07:12:05.520Z] ---> Running in 4758dbc66170 [2020-10-22T07:12:05.520Z] ---> b4be3d45235e [2020-10-22T07:12:05.520Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T07:12:05.783Z] Removing intermediate container 80899b9030f6 [2020-10-22T07:12:05.783Z] ---> db25c9d35986 [2020-10-22T07:12:05.783Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T07:12:05.783Z] Removing intermediate container 35e68b766112 [2020-10-22T07:12:05.783Z] ---> 484b3b6b130f [2020-10-22T07:12:05.783Z] [2020-10-22T07:12:05.783Z] Step 10/23 : FROM alpine [2020-10-22T07:12:05.783Z] ---> d6e46aa2470d [2020-10-22T07:12:05.783Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T07:12:05.783Z] ---> Running in 6dd2b8a3fe3b [2020-10-22T07:12:06.400Z] ---> Running in a985f6b0c666 [2020-10-22T07:12:06.664Z] Removing intermediate container 4758dbc66170 [2020-10-22T07:12:06.664Z] ---> 5f98522b52d4 [2020-10-22T07:12:06.664Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:12:06.664Z] Removing intermediate container 8747d909031b [2020-10-22T07:12:06.664Z] ---> 5a209328c131 [2020-10-22T07:12:06.664Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T07:12:06.664Z] ---> cec4bd229852 [2020-10-22T07:12:06.664Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T07:12:06.664Z] Removing intermediate container 6dd2b8a3fe3b [2020-10-22T07:12:06.664Z] ---> 28ecf6f1eeba [2020-10-22T07:12:06.664Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T07:12:06.927Z] ---> Running in aa11d024ea0e [2020-10-22T07:12:06.927Z] ---> Running in 2c52e1d394f4 [2020-10-22T07:12:06.927Z] ---> Running in eb5dfd9712da [2020-10-22T07:12:06.927Z] ---> Running in b820695c499e [2020-10-22T07:12:06.927Z] Removing intermediate container a985f6b0c666 [2020-10-22T07:12:06.927Z] ---> d26a0c0c8660 [2020-10-22T07:12:06.927Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T07:12:07.103Z] a0b19fc83503: Pull complete [2020-10-22T07:12:07.103Z] 8eb508b41278: Pull complete [2020-10-22T07:12:07.192Z] Removing intermediate container aa11d024ea0e [2020-10-22T07:12:07.192Z] ---> 18051feabf66 [2020-10-22T07:12:07.192Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T07:12:07.192Z] ---> Running in b1e4036e40a5 [2020-10-22T07:12:07.381Z] 37236713561e: Pull complete [2020-10-22T07:12:07.456Z] Removing intermediate container eb5dfd9712da [2020-10-22T07:12:07.456Z] ---> 38e081496700 [2020-10-22T07:12:07.456Z] Step 14/22 : WORKDIR / [2020-10-22T07:12:07.979Z] 07c93f2b1b56: Pull complete [2020-10-22T07:12:07.979Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T07:12:07.979Z] Status: Downloaded newer image for docker:latest [2020-10-22T07:12:08.403Z] ---> Running in 95f827f44dd2 [2020-10-22T07:12:08.403Z] Removing intermediate container b820695c499e [2020-10-22T07:12:08.403Z] ---> 0300855eb7c3 [2020-10-22T07:12:08.403Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T07:12:08.403Z] ---> Running in 27804fc0af70 [2020-10-22T07:12:08.669Z] ---> Running in a27314f4fb8b [2020-10-22T07:12:08.669Z] Removing intermediate container b1e4036e40a5 [2020-10-22T07:12:08.669Z] ---> 619d15b44e45 [2020-10-22T07:12:08.669Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T07:12:08.943Z] ---> Running in 482530288d03 [2020-10-22T07:12:08.944Z] Removing intermediate container 95f827f44dd2 [2020-10-22T07:12:08.944Z] ---> a93168f46ccf [2020-10-22T07:12:08.944Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T07:12:08.944Z] Removing intermediate container 27804fc0af70 [2020-10-22T07:12:08.944Z] ---> 3009865a911b [2020-10-22T07:12:08.944Z] Step 21/22 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:12:08.944Z] Removing intermediate container a27314f4fb8b [2020-10-22T07:12:08.944Z] ---> 9972680f6a7f [2020-10-22T07:12:08.944Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T07:12:08.944Z] ---> Running in 726292d36ea9 [2020-10-22T07:12:09.207Z] ---> Running in 66f024832df5 [2020-10-22T07:12:09.207Z] ---> 07398ead20b4 [2020-10-22T07:12:09.207Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T07:12:09.207Z] Removing intermediate container 482530288d03 [2020-10-22T07:12:09.207Z] ---> 043a4b407a40 [2020-10-22T07:12:09.207Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:12:09.468Z] Removing intermediate container 2c52e1d394f4 [2020-10-22T07:12:09.468Z] ---> 0768f56cf73b [2020-10-22T07:12:09.468Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T07:12:09.468Z] Removing intermediate container 726292d36ea9 [2020-10-22T07:12:09.468Z] ---> ff2f30ce51f9 [2020-10-22T07:12:09.468Z] Step 22/22 : LABEL version=1.2.2-dev.89 [2020-10-22T07:12:09.468Z] Removing intermediate container 66f024832df5 [2020-10-22T07:12:09.468Z] ---> f423584caffb [2020-10-22T07:12:09.468Z] Step 19/20 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:12:09.730Z] ---> Running in 4a397d3c4031 [2020-10-22T07:12:09.730Z] ---> Running in 3b0ba6e7743a [2020-10-22T07:12:09.993Z] ---> Running in 5d51154c2ea6 [2020-10-22T07:12:09.993Z] ---> Running in c8cb9892c36f [2020-10-22T07:12:09.993Z] ---> f1fd9585a08e [2020-10-22T07:12:09.993Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T07:12:10.256Z] Removing intermediate container 3b0ba6e7743a [2020-10-22T07:12:10.256Z] ---> d348e17f4733 [2020-10-22T07:12:10.256Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T07:12:10.256Z] Removing intermediate container 5d51154c2ea6 [2020-10-22T07:12:10.256Z] ---> 9a65ee117260 [2020-10-22T07:12:10.256Z] [2020-10-22T07:12:10.523Z] Removing intermediate container c8cb9892c36f [2020-10-22T07:12:10.523Z] ---> 841f51ce963b [2020-10-22T07:12:10.523Z] Step 20/20 : LABEL version=1.2.2-dev.89 [2020-10-22T07:12:10.523Z] ---> dc9fa7da9c26 [2020-10-22T07:12:10.523Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T07:12:10.523Z] ---> Running in 65338d55bf80 [2020-10-22T07:12:10.523Z] Successfully built 9a65ee117260 [2020-10-22T07:12:10.523Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T07:12:10.523Z] ---> Running in a21173e815b6 [2020-10-22T07:12:10.523Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-10-22T07:12:10.785Z] ---> Running in 65dcc882c265 [2020-10-22T07:12:10.785Z] Removing intermediate container 65338d55bf80 [2020-10-22T07:12:10.785Z] ---> 01d418093b57 [2020-10-22T07:12:10.785Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T07:12:11.055Z] ---> Running in 2bc3876b6b01 [2020-10-22T07:12:11.319Z] Removing intermediate container a21173e815b6 [2020-10-22T07:12:11.319Z] ---> eda159787442 [2020-10-22T07:12:11.319Z] [2020-10-22T07:12:11.319Z] Removing intermediate container 65dcc882c265 [2020-10-22T07:12:11.319Z] ---> ab6601687103 [2020-10-22T07:12:11.319Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:12:11.319Z] Successfully built eda159787442 [2020-10-22T07:12:11.371Z] ---> 6436f098dc11 [2020-10-22T07:12:11.371Z] Step 6/7 : COPY go.mod . [2020-10-22T07:12:11.590Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T07:12:11.590Z] Building docker-security-secrets-setup-go [2020-10-22T07:12:11.590Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4a397d3c4031 [2020-10-22T07:12:11.590Z] ---> 99320b1472e4 [2020-10-22T07:12:11.590Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T07:12:11.590Z] Removing intermediate container 2bc3876b6b01 [2020-10-22T07:12:11.590Z] ---> 0281e8a8c86b [2020-10-22T07:12:11.590Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T07:12:11.590Z] ---> Running in 393e7814c435 [2020-10-22T07:12:11.646Z] ---> 063eca07e245 [2020-10-22T07:12:11.646Z] Step 7/7 : RUN go mod download [2020-10-22T07:12:11.646Z] ---> Running in 14fd2345348c [2020-10-22T07:12:11.859Z] ---> Running in aa08a536f6b0 [2020-10-22T07:12:11.859Z] Removing intermediate container 393e7814c435 [2020-10-22T07:12:11.859Z] ---> 8993549a113b [2020-10-22T07:12:11.859Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T07:12:14.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:14.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:14.943Z] ---> Running in ec2ff5b2627c [2020-10-22T07:12:15.211Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T07:12:15.474Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T07:12:15.474Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T07:12:15.737Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T07:12:15.737Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T07:12:15.737Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:12:15.737Z] OK: 8 MiB in 19 packages [2020-10-22T07:12:16.692Z] ---> b6ff39984c4d [2020-10-22T07:12:16.692Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T07:12:16.692Z] Removing intermediate container ec2ff5b2627c [2020-10-22T07:12:16.692Z] ---> 6754b8a59c31 [2020-10-22T07:12:16.692Z] Step 21/22 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:12:16.692Z] ---> Running in ba8ee34dc785 [2020-10-22T07:12:16.972Z] ---> 46784f3244b1 [2020-10-22T07:12:16.972Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T07:12:16.972Z] Removing intermediate container aa08a536f6b0 [2020-10-22T07:12:16.972Z] ---> 35da9eb0521e [2020-10-22T07:12:16.972Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T07:12:17.924Z] Removing intermediate container ba8ee34dc785 [2020-10-22T07:12:17.924Z] ---> 982cb99eb3a5 [2020-10-22T07:12:17.924Z] Step 22/22 : LABEL version=1.2.2-dev.89 [2020-10-22T07:12:20.506Z] ---> Running in 023cdd1289c4 [2020-10-22T07:12:20.506Z] ---> 47ed6d6b1e7d [2020-10-22T07:12:20.506Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T07:12:21.917Z] ---> 1f62fc34d419 [2020-10-22T07:12:21.917Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T07:12:22.181Z] ---> Running in 7e38b34997f1 [2020-10-22T07:12:24.141Z] Removing intermediate container 023cdd1289c4 [2020-10-22T07:12:24.141Z] ---> b3203f6529e9 [2020-10-22T07:12:24.141Z] [2020-10-22T07:12:24.404Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:12:24.404Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:12:24.404Z] ---> fedd02892ea0 [2020-10-22T07:12:24.404Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T07:12:24.404Z] ---> Using cache [2020-10-22T07:12:24.404Z] ---> 36adcc89f364 [2020-10-22T07:12:24.404Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:12:24.404Z] ---> Using cache [2020-10-22T07:12:24.404Z] ---> 6cd5bb251ca5 [2020-10-22T07:12:24.404Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T07:12:24.404Z] ---> Using cache [2020-10-22T07:12:24.404Z] ---> 46fc2edc0094 [2020-10-22T07:12:24.404Z] Step 6/26 : COPY go.mod . [2020-10-22T07:12:24.404Z] ---> Using cache [2020-10-22T07:12:24.404Z] ---> bde216040791 [2020-10-22T07:12:24.404Z] Step 7/26 : RUN go mod download [2020-10-22T07:12:24.404Z] ---> Using cache [2020-10-22T07:12:24.404Z] ---> 11938f9b8014 [2020-10-22T07:12:24.404Z] Step 8/26 : COPY . . [2020-10-22T07:12:24.404Z] ---> Using cache [2020-10-22T07:12:24.404Z] ---> 3413130a8a41 [2020-10-22T07:12:24.404Z] 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-22T07:12:24.404Z] Successfully built b3203f6529e9 [2020-10-22T07:12:24.666Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T07:12:24.666Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-10-22T07:12:24.929Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:12:24.929Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T07:12:26.330Z] ---> fedd02892ea0 [2020-10-22T07:12:26.330Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T07:12:26.330Z] ---> Using cache [2020-10-22T07:12:26.330Z] ---> 36adcc89f364 [2020-10-22T07:12:26.330Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T07:12:27.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:27.286Z] ---> e37102c88f87 [2020-10-22T07:12:27.286Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T07:12:27.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:27.552Z] ---> Running in eeb63d70f45a [2020-10-22T07:12:27.552Z] ---> Running in 338a0615ca77 [2020-10-22T07:12:27.552Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T07:12:28.132Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T07:12:28.132Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T07:12:28.132Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T07:12:28.396Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T07:12:28.396Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T07:12:28.396Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T07:12:29.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T07:12:30.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:30.600Z] ---> 82fbe9b147b9 [2020-10-22T07:12:30.600Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T07:12:30.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:31.465Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:12:31.465Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:12:31.465Z] OK: 12752 distinct packages available [2020-10-22T07:12:32.049Z] OK: 233 MiB in 51 packages [2020-10-22T07:12:32.638Z] ---> Running in 30a07da08be5 [2020-10-22T07:12:32.638Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T07:12:32.638Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T07:12:32.638Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T07:12:32.638Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T07:12:32.914Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T07:12:33.185Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T07:12:33.185Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T07:12:34.622Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T07:12:34.622Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T07:12:34.622Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T07:12:35.207Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T07:12:35.207Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T07:12:35.207Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T07:12:35.207Z] Removing intermediate container 30a07da08be5 [2020-10-22T07:12:35.207Z] ---> 33a9eaf3509a [2020-10-22T07:12:35.207Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:12:35.207Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T07:12:35.476Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T07:12:35.822Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T07:12:35.822Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T07:12:36.102Z] Removing intermediate container eeb63d70f45a [2020-10-22T07:12:36.102Z] ---> 09406c626096 [2020-10-22T07:12:36.102Z] Step 5/29 : COPY go.mod . [2020-10-22T07:12:36.102Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T07:12:36.102Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T07:12:36.102Z] ---> Running in 9f6945ea7a81 [2020-10-22T07:12:36.102Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T07:12:36.386Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T07:12:36.386Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T07:12:36.655Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T07:12:36.656Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:12:36.656Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:12:36.656Z] ---> fedd02892ea0 [2020-10-22T07:12:36.656Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T07:12:36.656Z] ---> Using cache [2020-10-22T07:12:36.656Z] ---> 36adcc89f364 [2020-10-22T07:12:36.656Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:12:36.656Z] ---> Using cache [2020-10-22T07:12:36.656Z] ---> 6cd5bb251ca5 [2020-10-22T07:12:36.656Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T07:12:37.604Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T07:12:37.865Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T07:12:38.127Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T07:12:38.461Z] Removing intermediate container 14fd2345348c [2020-10-22T07:12:38.461Z] ---> 13962b60e3f9 [2020-10-22T07:12:38.461Z] Successfully built 13962b60e3f9 [2020-10-22T07:12:38.462Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:12:38.704Z] ---> f36fd9f4eef7 [2020-10-22T07:12:38.704Z] Step 6/29 : RUN go mod download [2020-10-22T07:12:38.704Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:12:38.704Z] OK: 71 MiB in 55 packages [2020-10-22T07:12:38.868Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T07:12:38.868Z] . [Pipeline] withDockerContainer [2020-10-22T07:12:38.966Z] ---> Running in edfa82439e63 [2020-10-22T07:12:38.966Z] Removing intermediate container 9f6945ea7a81 [2020-10-22T07:12:38.966Z] ---> 256fa96ac7fd [2020-10-22T07:12:38.966Z] Step 21/23 : LABEL arch=x86_64 [2020-10-22T07:12:38.966Z] ---> Running in fd8c6f112dd2 [2020-10-22T07:12:38.966Z] ---> Running in 2e94cb01f9e5 [2020-10-22T07:12:39.151Z] prd-ubuntu18.04-docker-arm64-4c-16g-8182 does not seem to be running inside a container [2020-10-22T07:12:39.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:12:39.244Z] Removing intermediate container 2e94cb01f9e5 [2020-10-22T07:12:39.244Z] ---> 7db822d2e916 [2020-10-22T07:12:39.244Z] Step 22/23 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:12:39.533Z] ---> Running in 45b4e2089345 [2020-10-22T07:12:39.805Z] Removing intermediate container 45b4e2089345 [2020-10-22T07:12:39.805Z] ---> f1315debf77e [2020-10-22T07:12:39.805Z] Step 23/23 : LABEL version=1.2.2-dev.89 [2020-10-22T07:12:40.073Z] ---> Running in ce1574ef6a21 [2020-10-22T07:12:40.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:40.342Z] Removing intermediate container ce1574ef6a21 [2020-10-22T07:12:40.342Z] ---> 5591243b1e59 [2020-10-22T07:12:40.342Z] [2020-10-22T07:12:40.342Z] Successfully built 5591243b1e59 [2020-10-22T07:12:40.342Z] Successfully tagged docker-core-data-go:latest [2020-10-22T07:12:40.342Z] Building docker-support-scheduler-go [2020-10-22T07:12:40.937Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:12:41.165Z] $ docker top fbf15ac8c5a943b1cd474e5d31992ced11b0d114488b51680dd7ca45c7853f4d -eo pid,comm [2020-10-22T07:12:41.205Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:12:41.205Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:12:41.205Z] OK: 12752 distinct packages available [Pipeline] { [Pipeline] sh [2020-10-22T07:12:42.155Z] OK: 233 MiB in 51 packages [2020-10-22T07:12:42.628Z] + go version [2020-10-22T07:12:42.628Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T07:12:42.654Z] $ docker stop --time=1 fbf15ac8c5a943b1cd474e5d31992ced11b0d114488b51680dd7ca45c7853f4d [2020-10-22T07:12:44.601Z] $ docker rm -f fbf15ac8c5a943b1cd474e5d31992ced11b0d114488b51680dd7ca45c7853f4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-10-22T07:12:45.509Z] Removing intermediate container fd8c6f112dd2 [2020-10-22T07:12:45.509Z] ---> 67f9dd7d7e82 [2020-10-22T07:12:45.509Z] Step 7/29 : COPY . . [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:12:46.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T07:12:46.031Z] [2020-10-22T07:12:46.031Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:12:46.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T07:12:46.969Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-22T07:12:46.969Z] 29e5d40040c1: Pulling fs layer [2020-10-22T07:12:46.969Z] 1ce36da41761: Pulling fs layer [2020-10-22T07:12:46.969Z] 25b303627fd3: Pulling fs layer [2020-10-22T07:12:47.569Z] 29e5d40040c1: Verifying Checksum [2020-10-22T07:12:47.569Z] 29e5d40040c1: Download complete [2020-10-22T07:12:48.167Z] 1ce36da41761: Verifying Checksum [2020-10-22T07:12:48.167Z] 1ce36da41761: Download complete [2020-10-22T07:12:48.167Z] 29e5d40040c1: Pull complete [2020-10-22T07:12:49.602Z] 1ce36da41761: Pull complete [2020-10-22T07:12:49.754Z] Removing intermediate container edfa82439e63 [2020-10-22T07:12:49.754Z] ---> c04978c75503 [2020-10-22T07:12:49.754Z] Step 6/24 : COPY go.mod . [2020-10-22T07:12:49.880Z] 25b303627fd3: Verifying Checksum [2020-10-22T07:12:49.880Z] 25b303627fd3: Download complete [2020-10-22T07:12:54.005Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:12:54.005Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:12:54.005Z] ---> fedd02892ea0 [2020-10-22T07:12:54.005Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T07:12:54.005Z] ---> Using cache [2020-10-22T07:12:54.005Z] ---> 36adcc89f364 [2020-10-22T07:12:54.005Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:12:54.005Z] ---> Using cache [2020-10-22T07:12:54.005Z] ---> 6cd5bb251ca5 [2020-10-22T07:12:54.005Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T07:12:54.005Z] ---> Using cache [2020-10-22T07:12:54.005Z] ---> 46fc2edc0094 [2020-10-22T07:12:54.005Z] Step 6/21 : COPY go.mod . [2020-10-22T07:12:54.005Z] ---> Using cache [2020-10-22T07:12:54.005Z] ---> bde216040791 [2020-10-22T07:12:54.005Z] Step 7/21 : RUN go mod download [2020-10-22T07:12:54.005Z] ---> Using cache [2020-10-22T07:12:54.005Z] ---> 11938f9b8014 [2020-10-22T07:12:54.005Z] Step 8/21 : COPY . . [2020-10-22T07:12:54.267Z] ---> Using cache [2020-10-22T07:12:54.267Z] ---> 3413130a8a41 [2020-10-22T07:12:54.267Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T07:12:55.215Z] ---> 7caaece39a0b [2020-10-22T07:12:55.215Z] Step 7/24 : RUN go mod download [2020-10-22T07:12:55.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T07:12:56.983Z] ---> Running in 32a2824c6891 [2020-10-22T07:12:56.983Z] ---> Running in 4677a15f76fc [2020-10-22T07:12:59.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T07:13:00.035Z] 25b303627fd3: Pull complete [2020-10-22T07:13:00.035Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-22T07:13:00.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T07:13:00.035Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-22T07:13:00.259Z] Removing intermediate container 7e38b34997f1 [2020-10-22T07:13:00.259Z] ---> 303f6d6be146 [2020-10-22T07:13:00.259Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T07:13:00.267Z] prd-ubuntu18.04-docker-arm64-4c-16g-8182 does not seem to be running inside a container [2020-10-22T07:13:00.354Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:13:02.902Z] ---> Running in 6b404176a1d4 [2020-10-22T07:13:02.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T07:13:03.507Z] $ docker top e3d39c3beb8e53ab1c071f7b09c28cb1ff65cc23702a005d5bb09c7c2ba5f310 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T07:13:04.863Z] Removing intermediate container 32a2824c6891 [2020-10-22T07:13:04.863Z] ---> 5ef0cb05955c [2020-10-22T07:13:04.863Z] Step 8/24 : COPY . . [2020-10-22T07:13:04.955Z] + docker-compose build --help [2020-10-22T07:13:04.955Z] + grep parallel [2020-10-22T07:13:08.343Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T07:13:08.368Z] $ docker stop --time=1 e3d39c3beb8e53ab1c071f7b09c28cb1ff65cc23702a005d5bb09c7c2ba5f310 [2020-10-22T07:13:10.294Z] $ docker rm -f e3d39c3beb8e53ab1c071f7b09c28cb1ff65cc23702a005d5bb09c7c2ba5f310 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:13:11.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T07:13:11.114Z] . [Pipeline] withDockerContainer [2020-10-22T07:13:11.362Z] prd-ubuntu18.04-docker-arm64-4c-16g-8182 does not seem to be running inside a container [2020-10-22T07:13:11.448Z] $ 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/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:13:11.547Z] ---> 961c9eb030de [2020-10-22T07:13:11.547Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T07:13:12.144Z] ---> Running in 7547bb21a1c2 [2020-10-22T07:13:12.433Z] Collecting docker-compose==1.23.2 [2020-10-22T07:13:12.433Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T07:13:12.698Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T07:13:12.698Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T07:13:12.812Z] $ docker top 17825d32b8d51bae83f27c3c7e8d687490a3def2df09108fa0e5b057dad9a3a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T07:13:13.936Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T07:13:14.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T07:13:15.214Z] 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-22T07:13:16.166Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T07:13:16.166Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T07:13:17.116Z] Collecting PyYAML<4,>=3.10 [2020-10-22T07:13:17.382Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T07:13:17.382Z] Removing intermediate container 338a0615ca77 [2020-10-22T07:13:17.382Z] ---> b31b8c2d1b24 [2020-10-22T07:13:17.382Z] [2020-10-22T07:13:17.382Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T07:13:17.646Z] 3.10: Pulling from library/alpine [2020-10-22T07:13:18.356Z] Building docker-core-command-go ... [2020-10-22T07:13:18.356Z] Building docker-core-data-go ... [2020-10-22T07:13:18.356Z] Building docker-core-metadata-go ... [2020-10-22T07:13:18.356Z] Building docker-security-proxy-setup-go ... [2020-10-22T07:13:18.356Z] Building docker-security-secrets-setup-go ... [2020-10-22T07:13:18.356Z] Building docker-security-secretstore-setup-go ... [2020-10-22T07:13:18.356Z] Building docker-support-logging-go ... [2020-10-22T07:13:18.356Z] Building docker-support-notifications-go ... [2020-10-22T07:13:18.356Z] Building docker-support-scheduler-go ... [2020-10-22T07:13:18.356Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T07:13:18.356Z] Building docker-security-proxy-setup-go [2020-10-22T07:13:18.356Z] Building docker-support-notifications-go [2020-10-22T07:13:18.356Z] Building docker-sys-mgmt-agent-go [2020-10-22T07:13:18.356Z] Building docker-support-scheduler-go [2020-10-22T07:13:18.356Z] Building docker-core-metadata-go [2020-10-22T07:13:20.241Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T07:13:20.241Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T07:13:20.241Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T07:13:20.241Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T07:13:20.241Z] ---> be4e4bea2c2e [2020-10-22T07:13:20.241Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T07:13:20.832Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T07:13:20.832Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T07:13:21.425Z] ---> Running in acc729c08fad [2020-10-22T07:13:21.425Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T07:13:21.425Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T07:13:22.394Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T07:13:22.394Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T07:13:22.394Z] ---> 121235b5a29c [2020-10-22T07:13:22.394Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T07:13:22.394Z] ---> Running in 83cb291c4933 [2020-10-22T07:13:22.672Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T07:13:22.672Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T07:13:22.672Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T07:13:22.672Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T07:13:22.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:13:22.938Z] 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-22T07:13:22.938Z] 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-22T07:13:22.938Z] Collecting idna<2.8,>=2.5 [2020-10-22T07:13:22.938Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T07:13:23.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:13:23.210Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T07:13:23.210Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T07:13:23.210Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T07:13:23.210Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T07:13:23.210Z] OK: 10346 distinct packages available [2020-10-22T07:13:23.476Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T07:13:23.476Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T07:13:23.476Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T07:13:23.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T07:13:23.476Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T07:13:23.476Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T07:13:23.476Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T07:13:23.476Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T07:13:23.476Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T07:13:23.476Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T07:13:23.476Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T07:13:23.476Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T07:13:23.767Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T07:13:23.767Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T07:13:23.768Z] Installing collected packages: docopt, jsonschema, PyYAML, dockerpty, websocket-client, texttable, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-10-22T07:13:23.768Z] Running setup.py install for docopt: started [2020-10-22T07:13:23.768Z] OK: 7 MiB in 19 packages [2020-10-22T07:13:24.732Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T07:13:25.002Z] Running setup.py install for PyYAML: started [2020-10-22T07:13:26.457Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T07:13:26.457Z] Running setup.py install for dockerpty: started [2020-10-22T07:13:27.053Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T07:13:27.053Z] Running setup.py install for texttable: started [2020-10-22T07:13:27.053Z] Removing intermediate container acc729c08fad [2020-10-22T07:13:27.053Z] ---> 719138b17f2e [2020-10-22T07:13:27.053Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T07:13:27.324Z] Removing intermediate container 4677a15f76fc [2020-10-22T07:13:27.325Z] ---> 53d35b002dfc [2020-10-22T07:13:27.325Z] [2020-10-22T07:13:27.325Z] Step 10/21 : FROM scratch [2020-10-22T07:13:27.325Z] ---> [2020-10-22T07:13:27.325Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T07:13:27.596Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T07:13:27.869Z] ---> Using cache [2020-10-22T07:13:27.869Z] ---> db25c9d35986 [2020-10-22T07:13:27.869Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T07:13:27.869Z] Attempting uninstall: idna [2020-10-22T07:13:27.869Z] Found existing installation: idna 2.9 [2020-10-22T07:13:27.869Z] Uninstalling idna-2.9: [2020-10-22T07:13:27.869Z] ---> Running in 1f2d77f61907 [2020-10-22T07:13:27.869Z] Successfully uninstalled idna-2.9 [2020-10-22T07:13:28.141Z] ---> Running in 518b81762bf4 [2020-10-22T07:13:28.141Z] Attempting uninstall: urllib3 [2020-10-22T07:13:28.141Z] Found existing installation: urllib3 1.25.9 [2020-10-22T07:13:28.141Z] Removing intermediate container 1f2d77f61907 [2020-10-22T07:13:28.141Z] ---> 8b98cc06099f [2020-10-22T07:13:28.141Z] Step 13/26 : WORKDIR / [2020-10-22T07:13:28.141Z] Uninstalling urllib3-1.25.9: [2020-10-22T07:13:28.425Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T07:13:28.705Z] Removing intermediate container 518b81762bf4 [2020-10-22T07:13:28.705Z] ---> 567e22646155 [2020-10-22T07:13:28.705Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T07:13:28.705Z] ---> Running in 8cf8790676cf [2020-10-22T07:13:29.310Z] ---> Running in 615ba344ec45 [2020-10-22T07:13:29.310Z] Attempting uninstall: requests [2020-10-22T07:13:29.310Z] Found existing installation: requests 2.23.0 [2020-10-22T07:13:29.310Z] Uninstalling requests-2.23.0: [2020-10-22T07:13:29.310Z] Successfully uninstalled requests-2.23.0 [2020-10-22T07:13:29.909Z] Removing intermediate container 8cf8790676cf [2020-10-22T07:13:29.909Z] ---> fd39d540a3d9 [2020-10-22T07:13:29.909Z] 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-22T07:13:30.501Z] Removing intermediate container 615ba344ec45 [2020-10-22T07:13:30.501Z] ---> 1c74f8d0daa2 [2020-10-22T07:13:30.501Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T07:13:31.954Z] ---> ef64c2c24662 [2020-10-22T07:13:31.954Z] 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-22T07:13:31.954Z] ---> cc41a75cded3 [2020-10-22T07:13:31.954Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T07:13:32.241Z] 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-22T07:13:32.840Z] ---> da8aed1969c7 [2020-10-22T07:13:32.840Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T07:13:32.840Z] ---> b270b6fbd970 [2020-10-22T07:13:32.840Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T07:13:33.441Z] ---> 6c1bdd55ef28 [2020-10-22T07:13:33.441Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T07:13:33.441Z] ---> 2ae51aabb1d7 [2020-10-22T07:13:33.441Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T07:13:33.441Z] ---> Running in f4e1f19851b0 [2020-10-22T07:13:36.765Z] Removing intermediate container f4e1f19851b0 [2020-10-22T07:13:36.765Z] ---> 014ca1e64770 [2020-10-22T07:13:36.765Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:13:37.038Z] ---> 1ed902e660da [2020-10-22T07:13:37.038Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T07:13:37.628Z] ---> Running in f28c59ad0b06 [2020-10-22T07:13:39.031Z] Removing intermediate container 6b404176a1d4 [2020-10-22T07:13:39.031Z] ---> 11eaa796748e [2020-10-22T07:13:39.031Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T07:13:39.296Z] Removing intermediate container 7547bb21a1c2 [2020-10-22T07:13:39.297Z] ---> 4779d1420113 [2020-10-22T07:13:39.297Z] [2020-10-22T07:13:39.297Z] Step 9/29 : FROM alpine:latest [2020-10-22T07:13:39.297Z] ---> d6e46aa2470d [2020-10-22T07:13:39.297Z] 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-22T07:13:39.570Z] ---> f6845ce13204 [2020-10-22T07:13:39.570Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T07:13:39.838Z] ---> Running in 1b925af07319 [2020-10-22T07:13:40.102Z] Removing intermediate container f28c59ad0b06 [2020-10-22T07:13:40.102Z] ---> 1ece19114b41 [2020-10-22T07:13:40.102Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T07:13:40.102Z] ---> Running in 42cde9b581c2 [2020-10-22T07:13:40.371Z] ---> Running in 264c75a9e9bc [2020-10-22T07:13:40.371Z] ---> 969e9a02fad9 [2020-10-22T07:13:40.371Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T07:13:40.371Z] Removing intermediate container 42cde9b581c2 [2020-10-22T07:13:40.371Z] ---> fa2d2aafefeb [2020-10-22T07:13:40.371Z] Step 11/29 : USER root [2020-10-22T07:13:40.641Z] ---> Running in 2fca9f961aae [2020-10-22T07:13:40.641Z] Removing intermediate container 264c75a9e9bc [2020-10-22T07:13:40.641Z] ---> ecd96a8314d3 [2020-10-22T07:13:40.641Z] Step 20/21 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:13:40.904Z] ---> Running in cfa3202f84a4 [2020-10-22T07:13:40.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:13:40.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:13:40.904Z] Removing intermediate container 2fca9f961aae [2020-10-22T07:13:40.904Z] ---> 177ae4d9bed2 [2020-10-22T07:13:40.904Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T07:13:41.174Z] ---> Running in 75f67edbb694 [2020-10-22T07:13:41.174Z] ---> 996dcab2de2e [2020-10-22T07:13:41.174Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T07:13:41.174Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T07:13:41.174Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T07:13:41.174Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T07:13:41.174Z] Removing intermediate container cfa3202f84a4 [2020-10-22T07:13:41.174Z] ---> 98650d454b8d [2020-10-22T07:13:41.174Z] Step 21/21 : LABEL version=1.2.2-dev.89 [2020-10-22T07:13:41.174Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:13:41.174Z] OK: 72 MiB in 58 packages [2020-10-22T07:13:41.438Z] ---> Running in 6c1a1fb1b97e [2020-10-22T07:13:41.438Z] ---> 39790a133afb [2020-10-22T07:13:41.438Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T07:13:41.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T07:13:41.714Z] Removing intermediate container 6c1a1fb1b97e [2020-10-22T07:13:41.714Z] ---> f2ff51e4305c [2020-10-22T07:13:41.714Z] [2020-10-22T07:13:41.714Z] ---> Running in e24b3b4be636 [2020-10-22T07:13:41.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T07:13:41.985Z] Successfully built f2ff51e4305c [2020-10-22T07:13:41.985Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T07:13:41.985Z] Building docker-core-command-go [2020-10-22T07:13:42.252Z]  Building docker-support-scheduler-go ... done v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:13:42.252Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:13:42.252Z] OK: 12744 distinct packages available [2020-10-22T07:13:42.252Z] Removing intermediate container 1b925af07319 [2020-10-22T07:13:42.252Z] ---> 4504af137ad8 [2020-10-22T07:13:42.252Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T07:13:42.252Z] ---> Running in 13c5489d77c4 [2020-10-22T07:13:42.519Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T07:13:42.519Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T07:13:42.519Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:13:42.519Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T07:13:42.519Z] OK: 6 MiB in 16 packages [2020-10-22T07:13:47.219Z] Removing intermediate container 13c5489d77c4 [2020-10-22T07:13:47.219Z] ---> f65e5ff507a9 [2020-10-22T07:13:47.219Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:13:47.219Z] ---> Running in 4b33a81b29d8 [2020-10-22T07:13:47.219Z] Removing intermediate container 83cb291c4933 [2020-10-22T07:13:47.219Z] ---> ab9af524529c [2020-10-22T07:13:47.219Z] [2020-10-22T07:13:47.219Z] Step 10/24 : FROM scratch [2020-10-22T07:13:47.219Z] ---> [2020-10-22T07:13:47.219Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T07:13:47.219Z] ---> Using cache [2020-10-22T07:13:47.219Z] ---> 81e7f56ca86d [2020-10-22T07:13:47.219Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T07:13:48.175Z] ---> Running in 6d866732bc1a [2020-10-22T07:13:49.127Z] Removing intermediate container 4b33a81b29d8 [2020-10-22T07:13:49.127Z] ---> 61767b450763 [2020-10-22T07:13:49.127Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T07:13:49.701Z] Removing intermediate container e24b3b4be636 [2020-10-22T07:13:49.701Z] ---> dd0698322163 [2020-10-22T07:13:49.701Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T07:13:51.101Z] Removing intermediate container 6d866732bc1a [2020-10-22T07:13:51.101Z] ---> 71f2d3e41964 [2020-10-22T07:13:51.101Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T07:13:51.684Z] ---> Running in d7af557ab745 [2020-10-22T07:13:51.684Z] Removing intermediate container 75f67edbb694 [2020-10-22T07:13:51.684Z] ---> edf7fee151c7 [2020-10-22T07:13:51.684Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T07:13:53.623Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:13:53.623Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:13:53.623Z] ---> fedd02892ea0 [2020-10-22T07:13:53.623Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T07:13:53.623Z] ---> Using cache [2020-10-22T07:13:53.623Z] ---> 36adcc89f364 [2020-10-22T07:13:53.623Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:13:53.623Z] ---> Using cache [2020-10-22T07:13:53.623Z] ---> 6cd5bb251ca5 [2020-10-22T07:13:53.623Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T07:13:53.623Z] ---> Using cache [2020-10-22T07:13:53.623Z] ---> 46fc2edc0094 [2020-10-22T07:13:53.623Z] Step 6/22 : COPY go.mod . [2020-10-22T07:13:53.623Z] ---> Using cache [2020-10-22T07:13:53.623Z] ---> bde216040791 [2020-10-22T07:13:53.623Z] Step 7/22 : RUN go mod download [2020-10-22T07:13:53.623Z] ---> Using cache [2020-10-22T07:13:53.623Z] ---> 11938f9b8014 [2020-10-22T07:13:53.623Z] Step 8/22 : COPY . . [2020-10-22T07:13:53.623Z] ---> Using cache [2020-10-22T07:13:53.623Z] ---> 3413130a8a41 [2020-10-22T07:13:53.623Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T07:13:54.201Z] ---> Running in f2bc2fa5025b [2020-10-22T07:13:54.201Z] ---> Running in 868c53319cff [2020-10-22T07:13:54.201Z] ---> Running in 5a5e96d3fb4b [2020-10-22T07:13:54.201Z] ---> Running in 6cca6c013922 [2020-10-22T07:13:54.463Z] Removing intermediate container d7af557ab745 [2020-10-22T07:13:54.463Z] ---> 92067eba26ba [2020-10-22T07:13:54.463Z] Step 26/27 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:13:54.463Z] Removing intermediate container 868c53319cff [2020-10-22T07:13:54.463Z] ---> 2d9d05642ca1 [2020-10-22T07:13:54.463Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T07:13:54.727Z] ---> Running in 1459164f40c7 [2020-10-22T07:13:54.727Z] Removing intermediate container f2bc2fa5025b [2020-10-22T07:13:54.727Z] ---> 8759815a0ecd [2020-10-22T07:13:54.727Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T07:13:54.727Z] Removing intermediate container 6cca6c013922 [2020-10-22T07:13:54.727Z] ---> b041f4ea8467 [2020-10-22T07:13:54.727Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T07:13:54.990Z] ---> Running in 178a855ea221 [2020-10-22T07:13:54.990Z] ---> Running in 64c83c72f20f [2020-10-22T07:13:54.990Z] ---> c8e6d2a31c57 [2020-10-22T07:13:54.990Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T07:13:54.990Z] Removing intermediate container 1459164f40c7 [2020-10-22T07:13:54.990Z] ---> 5e95b3fdb205 [2020-10-22T07:13:54.990Z] Step 27/27 : LABEL version=1.2.2-dev.89 [2020-10-22T07:13:54.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T07:13:55.262Z] ---> Running in 4d91c29e16cb [2020-10-22T07:13:55.262Z] Removing intermediate container 178a855ea221 [2020-10-22T07:13:55.262Z] ---> e92cade2670d [2020-10-22T07:13:55.262Z] Step 25/26 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:13:55.262Z] Removing intermediate container 64c83c72f20f [2020-10-22T07:13:55.262Z] ---> 664dc7253a4f [2020-10-22T07:13:55.262Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T07:13:55.262Z] ---> Running in 7908c9890273 [2020-10-22T07:13:55.868Z] ---> Running in fd05d4df18d1 [2020-10-22T07:13:56.457Z] Removing intermediate container 4d91c29e16cb [2020-10-22T07:13:56.457Z] ---> 59774b467a6b [2020-10-22T07:13:56.457Z] [2020-10-22T07:13:56.728Z] ---> 8a280696bb4f [2020-10-22T07:13:56.728Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T07:13:56.728Z] Removing intermediate container 7908c9890273 [2020-10-22T07:13:56.728Z] ---> 552340277d80 [2020-10-22T07:13:56.728Z] Step 26/26 : LABEL version=1.2.2-dev.89 [2020-10-22T07:13:56.728Z] Successfully built 59774b467a6b [2020-10-22T07:13:56.728Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T07:13:57.003Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in bdda67495421 [2020-10-22T07:13:57.284Z] Removing intermediate container bdda67495421 [2020-10-22T07:13:57.284Z] ---> be8ee669a09a [2020-10-22T07:13:57.284Z] [2020-10-22T07:13:57.562Z] Successfully built be8ee669a09a [2020-10-22T07:13:57.562Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T07:13:57.562Z]  Building docker-security-secretstore-setup-go ... done  ---> 9cba362bdec4 [2020-10-22T07:13:57.562Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T07:13:58.175Z] ---> dbd1e7bf18d0 [2020-10-22T07:13:58.175Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T07:13:58.175Z] Removing intermediate container fd05d4df18d1 [2020-10-22T07:13:58.175Z] ---> f866c873d7a6 [2020-10-22T07:13:58.175Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T07:13:59.220Z] ---> 697840c7375d [2020-10-22T07:13:59.220Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T07:13:59.220Z] ---> ec5b60586b1d [2020-10-22T07:13:59.220Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T07:13:59.826Z] ---> ec941b3b2952 [2020-10-22T07:13:59.826Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T07:13:59.826Z] ---> e191413f0749 [2020-10-22T07:13:59.826Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T07:13:59.826Z] ---> Running in 63d9a4c50bf1 [2020-10-22T07:14:00.107Z] Removing intermediate container 63d9a4c50bf1 [2020-10-22T07:14:00.107Z] ---> a42331f1979a [2020-10-22T07:14:00.107Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:14:00.718Z] ---> 55c17ea8bdd8 [2020-10-22T07:14:00.718Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T07:14:00.718Z] ---> Running in 713c27a69561 [2020-10-22T07:14:00.986Z] Removing intermediate container 713c27a69561 [2020-10-22T07:14:00.986Z] ---> 3b4dba1fb662 [2020-10-22T07:14:00.986Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T07:14:01.253Z] ---> Running in 50fb14c0403d [2020-10-22T07:14:01.253Z] ---> 107e8bc42228 [2020-10-22T07:14:01.253Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T07:14:01.253Z] Removing intermediate container 50fb14c0403d [2020-10-22T07:14:01.253Z] ---> f3b09f7f0b00 [2020-10-22T07:14:01.253Z] Step 23/24 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:01.524Z] ---> Running in 23223d547f0a [2020-10-22T07:14:01.524Z] ---> 0188d91dfba7 [2020-10-22T07:14:01.524Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T07:14:01.790Z] ---> Running in a407e0127216 [2020-10-22T07:14:01.790Z] Removing intermediate container 23223d547f0a [2020-10-22T07:14:01.790Z] ---> 18ab03e5bcae [2020-10-22T07:14:01.790Z] Step 24/24 : LABEL version=1.2.2-dev.89 [2020-10-22T07:14:02.066Z] ---> Running in 4f9cbf41b9b3 [2020-10-22T07:14:02.358Z] Removing intermediate container 4f9cbf41b9b3 [2020-10-22T07:14:02.358Z] ---> 0f967a58a366 [2020-10-22T07:14:02.358Z] [2020-10-22T07:14:02.632Z] Successfully built 0f967a58a366 [2020-10-22T07:14:02.632Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T07:14:03.223Z]  Building docker-support-notifications-go ... done Removing intermediate container a407e0127216 [2020-10-22T07:14:03.223Z] ---> 72d5dbd1c366 [2020-10-22T07:14:03.223Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T07:14:04.190Z] ---> d0ae362d37ce [2020-10-22T07:14:04.190Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T07:14:04.461Z] ---> Running in d1077502342e [2020-10-22T07:14:05.422Z] Removing intermediate container d1077502342e [2020-10-22T07:14:05.422Z] ---> 15f40c4a914f [2020-10-22T07:14:05.422Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T07:14:05.422Z] ---> Running in 97ccecc9abb6 [2020-10-22T07:14:07.377Z] Removing intermediate container 97ccecc9abb6 [2020-10-22T07:14:07.377Z] ---> 7daae53c69d2 [2020-10-22T07:14:07.377Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T07:14:09.317Z] ---> Running in 26677f2e9361 [2020-10-22T07:14:09.317Z] Removing intermediate container 5a5e96d3fb4b [2020-10-22T07:14:09.317Z] ---> b666c370588a [2020-10-22T07:14:09.317Z] [2020-10-22T07:14:09.317Z] Step 10/22 : FROM scratch [2020-10-22T07:14:09.317Z] ---> [2020-10-22T07:14:09.317Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T07:14:09.317Z] ---> Using cache [2020-10-22T07:14:09.317Z] ---> db25c9d35986 [2020-10-22T07:14:09.317Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T07:14:09.317Z] Removing intermediate container 26677f2e9361 [2020-10-22T07:14:09.317Z] ---> cf2a675dbc7e [2020-10-22T07:14:09.317Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T07:14:09.317Z] ---> Running in 55e3786cb9e6 [2020-10-22T07:14:09.317Z] ---> Running in 4f312d999984 [2020-10-22T07:14:09.317Z] Removing intermediate container 55e3786cb9e6 [2020-10-22T07:14:09.317Z] ---> 3a05fe68618f [2020-10-22T07:14:09.317Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T07:14:09.583Z] ---> Running in 5bcd9c3e4e82 [2020-10-22T07:14:09.583Z] Removing intermediate container 4f312d999984 [2020-10-22T07:14:09.583Z] ---> 1ea58e16e73c [2020-10-22T07:14:09.583Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T07:14:09.583Z] ---> Running in 22a4e7aef06a [2020-10-22T07:14:09.583Z] Removing intermediate container 5bcd9c3e4e82 [2020-10-22T07:14:09.583Z] ---> cb82977dab6e [2020-10-22T07:14:09.583Z] Step 14/22 : WORKDIR / [2020-10-22T07:14:09.851Z] ---> Running in 12b484d53ea1 [2020-10-22T07:14:09.851Z] Removing intermediate container 22a4e7aef06a [2020-10-22T07:14:09.851Z] ---> e132e23c7393 [2020-10-22T07:14:09.851Z] Step 28/29 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:09.851Z] ---> Running in 55173aa2cbaa [2020-10-22T07:14:09.851Z] Removing intermediate container 12b484d53ea1 [2020-10-22T07:14:09.851Z] ---> 56b79eb0450d [2020-10-22T07:14:09.851Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T07:14:10.116Z] Removing intermediate container 55173aa2cbaa [2020-10-22T07:14:10.116Z] ---> 5791012f41bf [2020-10-22T07:14:10.116Z] Step 29/29 : LABEL version=1.2.2-dev.89 [2020-10-22T07:14:10.116Z] ---> Running in 6fa1d2eb80a7 [2020-10-22T07:14:10.116Z] ---> 11621a25b898 [2020-10-22T07:14:10.116Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T07:14:10.384Z] Removing intermediate container 6fa1d2eb80a7 [2020-10-22T07:14:10.384Z] ---> 237315c759f7 [2020-10-22T07:14:10.384Z] [2020-10-22T07:14:10.384Z] Successfully built 237315c759f7 [2020-10-22T07:14:10.384Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-22T07:14:10.655Z]  Building docker-security-secrets-setup-go ... done  ---> f37c8816145a [2020-10-22T07:14:10.655Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T07:14:10.919Z] ---> b259f74f7be7 [2020-10-22T07:14:10.919Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T07:14:10.919Z] ---> Running in c92df8b6ee0d [2020-10-22T07:14:11.189Z] Removing intermediate container c92df8b6ee0d [2020-10-22T07:14:11.189Z] ---> f13ab9addb24 [2020-10-22T07:14:11.189Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:14:11.189Z] ---> Running in e898c6b97d87 [2020-10-22T07:14:11.454Z] Removing intermediate container e898c6b97d87 [2020-10-22T07:14:11.454Z] ---> 7b9999fcdfc9 [2020-10-22T07:14:11.454Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T07:14:11.454Z] ---> Running in 978014d08021 [2020-10-22T07:14:11.719Z] Removing intermediate container 978014d08021 [2020-10-22T07:14:11.719Z] ---> 0e07ecfca5ed [2020-10-22T07:14:11.719Z] Step 21/22 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:11.719Z] ---> Running in 92703b39b295 [2020-10-22T07:14:11.719Z] Removing intermediate container 92703b39b295 [2020-10-22T07:14:11.719Z] ---> 68ab757a9601 [2020-10-22T07:14:11.719Z] Step 22/22 : LABEL version=1.2.2-dev.89 [2020-10-22T07:14:11.985Z] ---> Running in 3502342ae1ca [2020-10-22T07:14:11.985Z] Removing intermediate container 3502342ae1ca [2020-10-22T07:14:11.985Z] ---> 5e9dc5be5ca0 [2020-10-22T07:14:11.985Z] [2020-10-22T07:14:12.330Z] Successfully built 5e9dc5be5ca0 [2020-10-22T07:14:12.330Z] Successfully tagged docker-core-command-go:latest [2020-10-22T07:14:12.339Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-10-22T07:14:12.353Z] $ docker stop --time=1 a24d3f8a8febd80f70ed98b5cedee4b8a4d5955c65f58c76ec801661afdaf11b [2020-10-22T07:14:13.972Z] $ docker rm -f a24d3f8a8febd80f70ed98b5cedee4b8a4d5955c65f58c76ec801661afdaf11b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:14:14.550Z] + docker images [2020-10-22T07:14:14.550Z] + grep docker [2020-10-22T07:14:14.550Z] docker-core-command-go latest 5e9dc5be5ca0 3 seconds ago 12.2MB [2020-10-22T07:14:14.550Z] docker-security-secrets-setup-go latest 237315c759f7 4 seconds ago 24MB [2020-10-22T07:14:14.550Z] docker-support-notifications-go latest 0f967a58a366 12 seconds ago 13.6MB [2020-10-22T07:14:14.550Z] docker-security-secretstore-setup-go latest be8ee669a09a 17 seconds ago 32.4MB [2020-10-22T07:14:14.550Z] docker-sys-mgmt-agent-go latest 59774b467a6b 19 seconds ago 290MB [2020-10-22T07:14:14.550Z] docker-support-scheduler-go latest f2ff51e4305c 33 seconds ago 12.3MB [2020-10-22T07:14:14.550Z] docker-core-data-go latest 5591243b1e59 About a minute ago 23.6MB [2020-10-22T07:14:14.550Z] docker-core-metadata-go latest b3203f6529e9 About a minute ago 14.4MB [2020-10-22T07:14:14.550Z] docker-security-proxy-setup-go latest eda159787442 2 minutes ago 15.8MB [2020-10-22T07:14:14.550Z] docker-support-logging-go latest 9a65ee117260 2 minutes ago 11.1MB [2020-10-22T07:14:14.550Z] docker latest 6972c414f322 4 hours ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-22T07:14:14.901Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:14:14.901Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:14:14.901Z] ---> 13962b60e3f9 [2020-10-22T07:14:14.901Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T07:14:14.901Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:14:14.901Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:14:14.901Z] ---> 13962b60e3f9 [2020-10-22T07:14:14.901Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T07:14:14.901Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:14:14.901Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:14:14.901Z] ---> 13962b60e3f9 [2020-10-22T07:14:14.901Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T07:14:14.901Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:14:14.901Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:14:14.901Z] ---> 13962b60e3f9 [2020-10-22T07:14:14.901Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T07:14:14.902Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:14:14.902Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:14:14.902Z] ---> 13962b60e3f9 [2020-10-22T07:14:14.902Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T07:14:14.902Z] ---> Running in 8ee32d65ed82 [2020-10-22T07:14:14.902Z] ---> Running in a20286060bd5 [2020-10-22T07:14:14.902Z] ---> Running in b4100e903a20 [2020-10-22T07:14:14.902Z] ---> Running in 04eaa92d08e5 [2020-10-22T07:14:14.902Z] ---> Running in 2c46272900d2 [2020-10-22T07:14:14.902Z] Removing intermediate container 8ee32d65ed82 [2020-10-22T07:14:14.902Z] ---> 3333f32c9fdf [2020-10-22T07:14:14.902Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:14:14.902Z] Removing intermediate container 2c46272900d2 [2020-10-22T07:14:14.902Z] ---> 2a2d0f6f9fe6 [2020-10-22T07:14:14.902Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:14:14.902Z] Removing intermediate container b4100e903a20 [2020-10-22T07:14:14.902Z] ---> cf8c47ed8e5f [2020-10-22T07:14:14.902Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:14:14.902Z] Removing intermediate container 04eaa92d08e5 [2020-10-22T07:14:14.902Z] ---> 032228e66427 [2020-10-22T07:14:14.902Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:14:14.902Z] Removing intermediate container a20286060bd5 [2020-10-22T07:14:14.902Z] ---> cbf8b435b17a [2020-10-22T07:14:14.902Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:14:14.902Z] ---> Running in cc8ca2e36d8d [2020-10-22T07:14:14.902Z] ---> Running in 6d1b19767a59 [2020-10-22T07:14:14.902Z] ---> Running in ba0f5094a2b7 [2020-10-22T07:14:14.902Z] ---> Running in 59bb95876a42 [2020-10-22T07:14:14.902Z] ---> Running in 800a56c1e1cb [2020-10-22T07:14:14.902Z] Removing intermediate container cc8ca2e36d8d [2020-10-22T07:14:14.902Z] ---> 08670a711d26 [2020-10-22T07:14:14.902Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T07:14:14.902Z] ---> Running in 5b129ede65f5 [2020-10-22T07:14:14.902Z] Removing intermediate container 6d1b19767a59 [2020-10-22T07:14:14.902Z] ---> deb88dcd6c6c [2020-10-22T07:14:14.902Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2020-10-22T07:14:15.178Z] ---> Running in e1dedab02230 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-22T07:14:15.274Z] provisioning config files... [2020-10-22T07:14:15.324Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/205@tmp/config6102191448195241010tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:14:15.483Z] Removing intermediate container 800a56c1e1cb [2020-10-22T07:14:15.483Z] ---> 2eb792547751 [2020-10-22T07:14:15.483Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T07:14:15.483Z] Removing intermediate container 59bb95876a42 [2020-10-22T07:14:15.483Z] ---> ec464e4e9263 [2020-10-22T07:14:15.483Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T07:14:15.483Z] Removing intermediate container ba0f5094a2b7 [2020-10-22T07:14:15.484Z] ---> 66e70a51acab [2020-10-22T07:14:15.484Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T07:14:15.484Z] ---> Running in 415a81656ff6 [2020-10-22T07:14:15.730Z] ---> docker-login.sh [2020-10-22T07:14:15.730Z] nexus3.edgexfoundry.org:10001 [2020-10-22T07:14:15.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:14:15.762Z] ---> Running in 0241d9639f17 [2020-10-22T07:14:15.762Z] ---> Running in a1605496375f [2020-10-22T07:14:15.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:14:15.993Z] Configure a credential helper to remove this warning. See [2020-10-22T07:14:15.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:14:15.993Z] [2020-10-22T07:14:15.993Z] Login Succeeded [2020-10-22T07:14:15.993Z] nexus3.edgexfoundry.org:10002 [2020-10-22T07:14:15.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:14:15.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:14:15.993Z] Configure a credential helper to remove this warning. See [2020-10-22T07:14:15.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:14:15.993Z] [2020-10-22T07:14:15.993Z] Login Succeeded [2020-10-22T07:14:15.993Z] nexus3.edgexfoundry.org:10003 [2020-10-22T07:14:16.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:14:16.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:14:16.256Z] Configure a credential helper to remove this warning. See [2020-10-22T07:14:16.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:14:16.256Z] [2020-10-22T07:14:16.256Z] Login Succeeded [2020-10-22T07:14:16.256Z] nexus3.edgexfoundry.org:10004 [2020-10-22T07:14:16.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:14:16.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:14:16.519Z] Configure a credential helper to remove this warning. See [2020-10-22T07:14:16.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:14:16.519Z] [2020-10-22T07:14:16.519Z] Login Succeeded [2020-10-22T07:14:16.519Z] docker.io [2020-10-22T07:14:16.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:14:16.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:14:16.781Z] Configure a credential helper to remove this warning. See [2020-10-22T07:14:16.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:14:16.781Z] [2020-10-22T07:14:16.781Z] Login Succeeded [2020-10-22T07:14:16.781Z] ---> docker-login.sh ends [Pipeline] } [2020-10-22T07:14:16.792Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:17.118Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-22T07:14:17.118Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:17.118Z] 1.2.2-dev.89 [2020-10-22T07:14:17.118Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:17.118Z] master [2020-10-22T07:14:17.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-22T07:14:17.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:17.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:17.712Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:17.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:17.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:18.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:18.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:18.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:18.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T07:14:18.153Z] 39581bf16dbe: Preparing [2020-10-22T07:14:18.153Z] 4f996400a560: Preparing [2020-10-22T07:14:18.153Z] 0e0164f8d1fb: Preparing [2020-10-22T07:14:18.153Z] 0e0164f8d1fb: Pushed [2020-10-22T07:14:18.153Z] 39581bf16dbe: Pushed [2020-10-22T07:14:18.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:18.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:18.607Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:14:18.607Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:14:18.607Z] OK: 12623 distinct packages available [2020-10-22T07:14:18.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:18.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:14:19.106Z] 4f996400a560: Pushed [2020-10-22T07:14:19.195Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:14:19.196Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:14:19.196Z] OK: 12623 distinct packages available [2020-10-22T07:14:19.196Z] OK: 217 MiB in 51 packages [2020-10-22T07:14:19.368Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:660de90d4ed21f8a6a461d4be6e548b046a8e0ae9dbc8d72d6ca2a4a6bef07ad size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:19.677Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:19.816Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:14:19.816Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:14:19.816Z] OK: 12623 distinct packages available [2020-10-22T07:14:19.816Z] OK: 217 MiB in 51 packages [2020-10-22T07:14:19.816Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:14:19.816Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:14:19.816Z] OK: 12623 distinct packages available [2020-10-22T07:14:19.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.89 [2020-10-22T07:14:19.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T07:14:19.999Z] 39581bf16dbe: Preparing [2020-10-22T07:14:19.999Z] 4f996400a560: Preparing [2020-10-22T07:14:19.999Z] 0e0164f8d1fb: Preparing [2020-10-22T07:14:19.999Z] 39581bf16dbe: Layer already exists [2020-10-22T07:14:19.999Z] 0e0164f8d1fb: Layer already exists [2020-10-22T07:14:19.999Z] 4f996400a560: Layer already exists [2020-10-22T07:14:19.999Z] 1.2.2-dev.89: digest: sha256:660de90d4ed21f8a6a461d4be6e548b046a8e0ae9dbc8d72d6ca2a4a6bef07ad size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:20.101Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:14:20.101Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:14:20.101Z] OK: 12623 distinct packages available [2020-10-22T07:14:20.328Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:20.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:20.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T07:14:20.632Z] 39581bf16dbe: Preparing [2020-10-22T07:14:20.632Z] 4f996400a560: Preparing [2020-10-22T07:14:20.632Z] 0e0164f8d1fb: Preparing [2020-10-22T07:14:20.632Z] 0e0164f8d1fb: Layer already exists [2020-10-22T07:14:20.632Z] 39581bf16dbe: Layer already exists [2020-10-22T07:14:20.632Z] 4f996400a560: Layer already exists [2020-10-22T07:14:20.632Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:660de90d4ed21f8a6a461d4be6e548b046a8e0ae9dbc8d72d6ca2a4a6bef07ad size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:20.709Z] OK: 217 MiB in 51 packages [2020-10-22T07:14:20.709Z] OK: 217 MiB in 51 packages [2020-10-22T07:14:20.946Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:20.987Z] OK: 217 MiB in 51 packages [2020-10-22T07:14:21.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-22T07:14:21.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-22T07:14:21.255Z] 39581bf16dbe: Preparing [2020-10-22T07:14:21.255Z] 4f996400a560: Preparing [2020-10-22T07:14:21.255Z] 0e0164f8d1fb: Preparing [2020-10-22T07:14:21.255Z] 4f996400a560: Layer already exists [2020-10-22T07:14:21.255Z] 0e0164f8d1fb: Layer already exists [2020-10-22T07:14:21.255Z] 39581bf16dbe: Layer already exists [2020-10-22T07:14:21.255Z] master: digest: sha256:660de90d4ed21f8a6a461d4be6e548b046a8e0ae9dbc8d72d6ca2a4a6bef07ad size: 943 [2020-10-22T07:14:21.266Z] Removing intermediate container 5b129ede65f5 [2020-10-22T07:14:21.267Z] ---> 77b8ef6e8511 [2020-10-22T07:14:21.267Z] Step 6/27 : COPY go.mod . [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:21.518Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:21.576Z] taggedImages: [2020-10-22T07:14:21.576Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:21.576Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.89 [2020-10-22T07:14:21.576Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:21.576Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-22T07:14:21.664Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-22T07:14:21.664Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:21.664Z] 1.2.2-dev.89 [2020-10-22T07:14:21.664Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:21.664Z] master [2020-10-22T07:14:21.664Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-22T07:14:21.882Z] Removing intermediate container e1dedab02230 [2020-10-22T07:14:21.882Z] ---> a623a94e3f09 [2020-10-22T07:14:21.882Z] Step 6/24 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:22.165Z] ---> c50151bd3163 [2020-10-22T07:14:22.166Z] Step 7/27 : RUN go mod download [2020-10-22T07:14:22.166Z] Removing intermediate container 415a81656ff6 [2020-10-22T07:14:22.166Z] ---> f26014f500e7 [2020-10-22T07:14:22.166Z] Step 6/22 : COPY go.mod . [2020-10-22T07:14:22.181Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:22.454Z] ---> Running in 2370fa76d006 [2020-10-22T07:14:22.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:22.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T07:14:22.489Z] 52d4d5e4425b: Preparing [2020-10-22T07:14:22.489Z] aac5481e0294: Preparing [2020-10-22T07:14:22.489Z] f85114e93980: Preparing [2020-10-22T07:14:22.489Z] d1b84622f85a: Preparing [2020-10-22T07:14:22.489Z] c405c85a9c20: Preparing [2020-10-22T07:14:22.489Z] ace0eda3e3be: Preparing [2020-10-22T07:14:22.489Z] ace0eda3e3be: Waiting [2020-10-22T07:14:22.749Z] 52d4d5e4425b: Pushed [2020-10-22T07:14:22.749Z] f85114e93980: Pushed [2020-10-22T07:14:22.749Z] c405c85a9c20: Pushed [2020-10-22T07:14:22.749Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:22.749Z] d1b84622f85a: Pushed [2020-10-22T07:14:23.062Z] Removing intermediate container a1605496375f [2020-10-22T07:14:23.062Z] ---> 890fdb022716 [2020-10-22T07:14:23.062Z] Step 6/21 : COPY go.mod . [2020-10-22T07:14:23.062Z] Removing intermediate container 0241d9639f17 [2020-10-22T07:14:23.062Z] ---> 1388983b4a64 [2020-10-22T07:14:23.062Z] Step 6/20 : COPY go.mod . [2020-10-22T07:14:23.062Z] ---> 9b1b0edcea0a [2020-10-22T07:14:23.062Z] Step 7/24 : RUN go mod download [2020-10-22T07:14:23.334Z] ---> Running in a00e8212d81d [2020-10-22T07:14:23.615Z] ---> cb9aebdbdd6d [2020-10-22T07:14:23.615Z] Step 7/22 : RUN go mod download [2020-10-22T07:14:23.615Z] ---> Running in 722aaf986e1d [2020-10-22T07:14:23.899Z] ---> 4072081efbd3 [2020-10-22T07:14:23.899Z] Step 7/21 : RUN go mod download [2020-10-22T07:14:24.137Z] aac5481e0294: Pushed [2020-10-22T07:14:24.197Z] ---> 3956f69aefc9 [2020-10-22T07:14:24.197Z] Step 7/20 : RUN go mod download [2020-10-22T07:14:24.197Z] ---> Running in c0aa1d611849 [2020-10-22T07:14:24.398Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:82727c1609560f68cde5ccdc6c1cc6f77507f1c0c4f6da8372188576f817157f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:24.469Z] ---> Running in 58a69870a5d2 [2020-10-22T07:14:24.706Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:25.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.89 [2020-10-22T07:14:25.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T07:14:25.008Z] 52d4d5e4425b: Preparing [2020-10-22T07:14:25.008Z] aac5481e0294: Preparing [2020-10-22T07:14:25.008Z] f85114e93980: Preparing [2020-10-22T07:14:25.008Z] d1b84622f85a: Preparing [2020-10-22T07:14:25.008Z] c405c85a9c20: Preparing [2020-10-22T07:14:25.008Z] ace0eda3e3be: Preparing [2020-10-22T07:14:25.008Z] ace0eda3e3be: Waiting [2020-10-22T07:14:25.008Z] d1b84622f85a: Layer already exists [2020-10-22T07:14:25.008Z] c405c85a9c20: Layer already exists [2020-10-22T07:14:25.008Z] 52d4d5e4425b: Layer already exists [2020-10-22T07:14:25.008Z] aac5481e0294: Layer already exists [2020-10-22T07:14:25.008Z] f85114e93980: Layer already exists [2020-10-22T07:14:25.008Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:25.008Z] 1.2.2-dev.89: digest: sha256:82727c1609560f68cde5ccdc6c1cc6f77507f1c0c4f6da8372188576f817157f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:25.314Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:25.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:25.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T07:14:25.621Z] 52d4d5e4425b: Preparing [2020-10-22T07:14:25.621Z] aac5481e0294: Preparing [2020-10-22T07:14:25.621Z] f85114e93980: Preparing [2020-10-22T07:14:25.621Z] d1b84622f85a: Preparing [2020-10-22T07:14:25.621Z] c405c85a9c20: Preparing [2020-10-22T07:14:25.621Z] ace0eda3e3be: Preparing [2020-10-22T07:14:25.621Z] ace0eda3e3be: Waiting [2020-10-22T07:14:25.621Z] aac5481e0294: Layer already exists [2020-10-22T07:14:25.621Z] c405c85a9c20: Layer already exists [2020-10-22T07:14:25.621Z] 52d4d5e4425b: Layer already exists [2020-10-22T07:14:25.621Z] d1b84622f85a: Layer already exists [2020-10-22T07:14:25.621Z] f85114e93980: Layer already exists [2020-10-22T07:14:25.621Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:25.621Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:82727c1609560f68cde5ccdc6c1cc6f77507f1c0c4f6da8372188576f817157f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:25.933Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:26.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-22T07:14:26.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-22T07:14:26.241Z] 52d4d5e4425b: Preparing [2020-10-22T07:14:26.241Z] aac5481e0294: Preparing [2020-10-22T07:14:26.241Z] f85114e93980: Preparing [2020-10-22T07:14:26.241Z] d1b84622f85a: Preparing [2020-10-22T07:14:26.241Z] c405c85a9c20: Preparing [2020-10-22T07:14:26.241Z] ace0eda3e3be: Preparing [2020-10-22T07:14:26.241Z] ace0eda3e3be: Waiting [2020-10-22T07:14:26.241Z] c405c85a9c20: Layer already exists [2020-10-22T07:14:26.241Z] aac5481e0294: Layer already exists [2020-10-22T07:14:26.241Z] 52d4d5e4425b: Layer already exists [2020-10-22T07:14:26.241Z] f85114e93980: Layer already exists [2020-10-22T07:14:26.241Z] d1b84622f85a: Layer already exists [2020-10-22T07:14:26.241Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:26.241Z] master: digest: sha256:82727c1609560f68cde5ccdc6c1cc6f77507f1c0c4f6da8372188576f817157f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:26.444Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:26.493Z] taggedImages: [2020-10-22T07:14:26.493Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:26.493Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.89 [2020-10-22T07:14:26.493Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:26.493Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-22T07:14:26.564Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-22T07:14:26.564Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:26.564Z] 1.2.2-dev.89 [2020-10-22T07:14:26.564Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:26.564Z] master [2020-10-22T07:14:26.564Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:27.085Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:27.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:27.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T07:14:27.389Z] d1dea713b6b6: Preparing [2020-10-22T07:14:27.389Z] 46ac5e01393d: Preparing [2020-10-22T07:14:27.389Z] fcba20561474: Preparing [2020-10-22T07:14:27.653Z] d1dea713b6b6: Pushed [2020-10-22T07:14:27.653Z] fcba20561474: Pushed [2020-10-22T07:14:27.889Z] Removing intermediate container 2370fa76d006 [2020-10-22T07:14:27.889Z] ---> e255f4c231c1 [2020-10-22T07:14:27.889Z] Step 8/27 : COPY . . [2020-10-22T07:14:27.889Z] Removing intermediate container a00e8212d81d [2020-10-22T07:14:27.889Z] ---> 9823149f9d7f [2020-10-22T07:14:27.889Z] Step 8/24 : COPY . . [2020-10-22T07:14:29.060Z] 46ac5e01393d: Pushed [2020-10-22T07:14:29.060Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:4e8623de474974152ea2acd414a195ef21aca33bbf4b3a8c0bf244c46eb3b6ad size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:29.342Z] Removing intermediate container 722aaf986e1d [2020-10-22T07:14:29.342Z] ---> 005f27412be0 [2020-10-22T07:14:29.342Z] Step 8/22 : COPY . . [2020-10-22T07:14:29.380Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:29.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.89 [2020-10-22T07:14:29.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T07:14:29.682Z] d1dea713b6b6: Preparing [2020-10-22T07:14:29.682Z] 46ac5e01393d: Preparing [2020-10-22T07:14:29.682Z] fcba20561474: Preparing [2020-10-22T07:14:29.682Z] fcba20561474: Layer already exists [2020-10-22T07:14:29.682Z] d1dea713b6b6: Layer already exists [2020-10-22T07:14:29.682Z] 46ac5e01393d: Layer already exists [2020-10-22T07:14:29.682Z] 1.2.2-dev.89: digest: sha256:4e8623de474974152ea2acd414a195ef21aca33bbf4b3a8c0bf244c46eb3b6ad size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:29.943Z] Removing intermediate container 58a69870a5d2 [2020-10-22T07:14:29.944Z] ---> f633c2d1be29 [2020-10-22T07:14:29.944Z] Step 8/20 : COPY . . [2020-10-22T07:14:29.944Z] Removing intermediate container c0aa1d611849 [2020-10-22T07:14:29.944Z] ---> eb0672cc93dd [2020-10-22T07:14:29.944Z] Step 8/21 : COPY . . [2020-10-22T07:14:30.083Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:30.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:30.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T07:14:30.438Z] d1dea713b6b6: Preparing [2020-10-22T07:14:30.438Z] 46ac5e01393d: Preparing [2020-10-22T07:14:30.438Z] fcba20561474: Preparing [2020-10-22T07:14:30.438Z] 46ac5e01393d: Layer already exists [2020-10-22T07:14:30.438Z] d1dea713b6b6: Layer already exists [2020-10-22T07:14:30.438Z] fcba20561474: Layer already exists [2020-10-22T07:14:30.438Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:4e8623de474974152ea2acd414a195ef21aca33bbf4b3a8c0bf244c46eb3b6ad size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:30.760Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:31.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-22T07:14:31.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-22T07:14:31.077Z] d1dea713b6b6: Preparing [2020-10-22T07:14:31.077Z] 46ac5e01393d: Preparing [2020-10-22T07:14:31.077Z] fcba20561474: Preparing [2020-10-22T07:14:31.077Z] fcba20561474: Layer already exists [2020-10-22T07:14:31.077Z] d1dea713b6b6: Layer already exists [2020-10-22T07:14:31.077Z] 46ac5e01393d: Layer already exists [2020-10-22T07:14:31.077Z] master: digest: sha256:4e8623de474974152ea2acd414a195ef21aca33bbf4b3a8c0bf244c46eb3b6ad size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:31.279Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:31.337Z] taggedImages: [2020-10-22T07:14:31.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:31.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.89 [2020-10-22T07:14:31.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:31.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-22T07:14:31.415Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-22T07:14:31.415Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:31.415Z] 1.2.2-dev.89 [2020-10-22T07:14:31.415Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:31.415Z] master [2020-10-22T07:14:31.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:31.941Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:32.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:32.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T07:14:32.246Z] 57b7d07ffc9c: Preparing [2020-10-22T07:14:32.246Z] b00c359de4f3: Preparing [2020-10-22T07:14:32.246Z] 3d02877f2305: Preparing [2020-10-22T07:14:32.246Z] 3b3e3fdd472d: Preparing [2020-10-22T07:14:32.246Z] ace0eda3e3be: Preparing [2020-10-22T07:14:32.246Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:32.509Z] 3d02877f2305: Pushed [2020-10-22T07:14:32.509Z] b00c359de4f3: Pushed [2020-10-22T07:14:32.773Z] 3b3e3fdd472d: Pushed [2020-10-22T07:14:33.348Z] 57b7d07ffc9c: Pushed [2020-10-22T07:14:33.611Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:b68b9ee78686ee78d518511fcea57ddcd01abe1913e7c9690c42b8996dbd7a6f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:33.930Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:34.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.89 [2020-10-22T07:14:34.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T07:14:34.243Z] 57b7d07ffc9c: Preparing [2020-10-22T07:14:34.243Z] b00c359de4f3: Preparing [2020-10-22T07:14:34.243Z] 3d02877f2305: Preparing [2020-10-22T07:14:34.243Z] 3b3e3fdd472d: Preparing [2020-10-22T07:14:34.243Z] ace0eda3e3be: Preparing [2020-10-22T07:14:34.243Z] 3b3e3fdd472d: Layer already exists [2020-10-22T07:14:34.243Z] 3d02877f2305: Layer already exists [2020-10-22T07:14:34.243Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:34.243Z] b00c359de4f3: Layer already exists [2020-10-22T07:14:34.243Z] 57b7d07ffc9c: Layer already exists [2020-10-22T07:14:34.243Z] 1.2.2-dev.89: digest: sha256:b68b9ee78686ee78d518511fcea57ddcd01abe1913e7c9690c42b8996dbd7a6f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:34.555Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:34.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:34.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T07:14:34.897Z] 57b7d07ffc9c: Preparing [2020-10-22T07:14:34.897Z] b00c359de4f3: Preparing [2020-10-22T07:14:34.897Z] 3d02877f2305: Preparing [2020-10-22T07:14:34.897Z] 3b3e3fdd472d: Preparing [2020-10-22T07:14:34.897Z] ace0eda3e3be: Preparing [2020-10-22T07:14:34.897Z] 3d02877f2305: Layer already exists [2020-10-22T07:14:34.897Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:34.897Z] b00c359de4f3: Layer already exists [2020-10-22T07:14:34.897Z] 3b3e3fdd472d: Layer already exists [2020-10-22T07:14:34.897Z] 57b7d07ffc9c: Layer already exists [2020-10-22T07:14:34.897Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:b68b9ee78686ee78d518511fcea57ddcd01abe1913e7c9690c42b8996dbd7a6f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:35.207Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:35.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-22T07:14:35.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-22T07:14:35.508Z] 57b7d07ffc9c: Preparing [2020-10-22T07:14:35.508Z] b00c359de4f3: Preparing [2020-10-22T07:14:35.508Z] 3d02877f2305: Preparing [2020-10-22T07:14:35.508Z] 3b3e3fdd472d: Preparing [2020-10-22T07:14:35.508Z] ace0eda3e3be: Preparing [2020-10-22T07:14:35.508Z] 3d02877f2305: Layer already exists [2020-10-22T07:14:35.508Z] b00c359de4f3: Layer already exists [2020-10-22T07:14:35.508Z] 3b3e3fdd472d: Layer already exists [2020-10-22T07:14:35.508Z] 57b7d07ffc9c: Layer already exists [2020-10-22T07:14:35.508Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:35.508Z] master: digest: sha256:b68b9ee78686ee78d518511fcea57ddcd01abe1913e7c9690c42b8996dbd7a6f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:35.721Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:35.804Z] taggedImages: [2020-10-22T07:14:35.804Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:35.804Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.89 [2020-10-22T07:14:35.804Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:35.804Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-22T07:14:35.873Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-22T07:14:35.873Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:35.873Z] 1.2.2-dev.89 [2020-10-22T07:14:35.873Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:35.873Z] master [2020-10-22T07:14:35.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:36.452Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:36.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:36.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T07:14:36.773Z] db79595d682f: Preparing [2020-10-22T07:14:36.773Z] e3a0e0a37a8e: Preparing [2020-10-22T07:14:36.773Z] 5fd5dc59c8e2: Preparing [2020-10-22T07:14:36.773Z] f40b203195b1: Preparing [2020-10-22T07:14:36.773Z] f40b203195b1: Preparing [2020-10-22T07:14:36.773Z] 59d91890764e: Preparing [2020-10-22T07:14:36.773Z] f732118c798d: Preparing [2020-10-22T07:14:36.773Z] b21df544745f: Preparing [2020-10-22T07:14:36.773Z] db79595d682f: Preparing [2020-10-22T07:14:36.773Z] 4b53b313cf73: Preparing [2020-10-22T07:14:36.773Z] 2ef7df8b7bb6: Preparing [2020-10-22T07:14:36.773Z] 38e913287b27: Preparing [2020-10-22T07:14:36.773Z] ace0eda3e3be: Preparing [2020-10-22T07:14:36.773Z] 4b53b313cf73: Waiting [2020-10-22T07:14:36.773Z] ace0eda3e3be: Waiting [2020-10-22T07:14:36.773Z] 2ef7df8b7bb6: Waiting [2020-10-22T07:14:36.773Z] 38e913287b27: Waiting [2020-10-22T07:14:36.773Z] f732118c798d: Waiting [2020-10-22T07:14:36.773Z] b21df544745f: Waiting [2020-10-22T07:14:37.153Z] 59d91890764e: Pushed [2020-10-22T07:14:37.153Z] e3a0e0a37a8e: Pushed [2020-10-22T07:14:37.153Z] f40b203195b1: Pushed [2020-10-22T07:14:37.153Z] 5fd5dc59c8e2: Pushed [2020-10-22T07:14:37.153Z] f732118c798d: Pushed [2020-10-22T07:14:37.153Z] b21df544745f: Pushed [2020-10-22T07:14:37.153Z] 2ef7df8b7bb6: Pushed [2020-10-22T07:14:37.153Z] 4b53b313cf73: Pushed [2020-10-22T07:14:37.153Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:37.153Z] 38e913287b27: Pushed [2020-10-22T07:14:37.758Z] db79595d682f: Pushed [2020-10-22T07:14:38.021Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:df91beb99ff739b4f05cbb19bc59871bb9c1b99220f4b736813dbd0bc9159358 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:39.289Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:39.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.89 [2020-10-22T07:14:39.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T07:14:39.595Z] db79595d682f: Preparing [2020-10-22T07:14:39.595Z] e3a0e0a37a8e: Preparing [2020-10-22T07:14:39.595Z] 5fd5dc59c8e2: Preparing [2020-10-22T07:14:39.595Z] f40b203195b1: Preparing [2020-10-22T07:14:39.595Z] f40b203195b1: Preparing [2020-10-22T07:14:39.595Z] 59d91890764e: Preparing [2020-10-22T07:14:39.595Z] f732118c798d: Preparing [2020-10-22T07:14:39.595Z] b21df544745f: Preparing [2020-10-22T07:14:39.595Z] db79595d682f: Preparing [2020-10-22T07:14:39.595Z] 4b53b313cf73: Preparing [2020-10-22T07:14:39.595Z] 2ef7df8b7bb6: Preparing [2020-10-22T07:14:39.595Z] 38e913287b27: Preparing [2020-10-22T07:14:39.595Z] ace0eda3e3be: Preparing [2020-10-22T07:14:39.595Z] f732118c798d: Waiting [2020-10-22T07:14:39.595Z] b21df544745f: Waiting [2020-10-22T07:14:39.595Z] 4b53b313cf73: Waiting [2020-10-22T07:14:39.595Z] ace0eda3e3be: Waiting [2020-10-22T07:14:39.595Z] 2ef7df8b7bb6: Waiting [2020-10-22T07:14:39.595Z] 38e913287b27: Waiting [2020-10-22T07:14:39.595Z] f40b203195b1: Layer already exists [2020-10-22T07:14:39.595Z] 5fd5dc59c8e2: Layer already exists [2020-10-22T07:14:39.595Z] 59d91890764e: Layer already exists [2020-10-22T07:14:39.595Z] e3a0e0a37a8e: Layer already exists [2020-10-22T07:14:39.595Z] db79595d682f: Layer already exists [2020-10-22T07:14:39.595Z] f732118c798d: Layer already exists [2020-10-22T07:14:39.595Z] b21df544745f: Layer already exists [2020-10-22T07:14:39.595Z] 38e913287b27: Layer already exists [2020-10-22T07:14:39.595Z] 2ef7df8b7bb6: Layer already exists [2020-10-22T07:14:39.595Z] 4b53b313cf73: Layer already exists [2020-10-22T07:14:39.595Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:39.856Z] 1.2.2-dev.89: digest: sha256:df91beb99ff739b4f05cbb19bc59871bb9c1b99220f4b736813dbd0bc9159358 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:40.160Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:40.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:40.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T07:14:40.460Z] db79595d682f: Preparing [2020-10-22T07:14:40.460Z] e3a0e0a37a8e: Preparing [2020-10-22T07:14:40.460Z] 5fd5dc59c8e2: Preparing [2020-10-22T07:14:40.460Z] f40b203195b1: Preparing [2020-10-22T07:14:40.460Z] f40b203195b1: Preparing [2020-10-22T07:14:40.460Z] 59d91890764e: Preparing [2020-10-22T07:14:40.460Z] f732118c798d: Preparing [2020-10-22T07:14:40.460Z] b21df544745f: Preparing [2020-10-22T07:14:40.460Z] db79595d682f: Preparing [2020-10-22T07:14:40.460Z] 4b53b313cf73: Preparing [2020-10-22T07:14:40.460Z] 2ef7df8b7bb6: Preparing [2020-10-22T07:14:40.460Z] 38e913287b27: Preparing [2020-10-22T07:14:40.460Z] ace0eda3e3be: Preparing [2020-10-22T07:14:40.460Z] f732118c798d: Waiting [2020-10-22T07:14:40.460Z] b21df544745f: Waiting [2020-10-22T07:14:40.460Z] 4b53b313cf73: Waiting [2020-10-22T07:14:40.460Z] 2ef7df8b7bb6: Waiting [2020-10-22T07:14:40.460Z] 38e913287b27: Waiting [2020-10-22T07:14:40.460Z] ace0eda3e3be: Waiting [2020-10-22T07:14:40.460Z] 59d91890764e: Layer already exists [2020-10-22T07:14:40.460Z] 5fd5dc59c8e2: Layer already exists [2020-10-22T07:14:40.460Z] db79595d682f: Layer already exists [2020-10-22T07:14:40.460Z] e3a0e0a37a8e: Layer already exists [2020-10-22T07:14:40.460Z] f40b203195b1: Layer already exists [2020-10-22T07:14:40.460Z] b21df544745f: Layer already exists [2020-10-22T07:14:40.460Z] f732118c798d: Layer already exists [2020-10-22T07:14:40.460Z] 38e913287b27: Layer already exists [2020-10-22T07:14:40.460Z] 2ef7df8b7bb6: Layer already exists [2020-10-22T07:14:40.460Z] 4b53b313cf73: Layer already exists [2020-10-22T07:14:40.460Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:40.460Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:df91beb99ff739b4f05cbb19bc59871bb9c1b99220f4b736813dbd0bc9159358 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:40.773Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:41.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-22T07:14:41.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-22T07:14:41.076Z] db79595d682f: Preparing [2020-10-22T07:14:41.076Z] e3a0e0a37a8e: Preparing [2020-10-22T07:14:41.076Z] 5fd5dc59c8e2: Preparing [2020-10-22T07:14:41.076Z] f40b203195b1: Preparing [2020-10-22T07:14:41.076Z] f40b203195b1: Preparing [2020-10-22T07:14:41.076Z] 59d91890764e: Preparing [2020-10-22T07:14:41.076Z] f732118c798d: Preparing [2020-10-22T07:14:41.076Z] b21df544745f: Preparing [2020-10-22T07:14:41.076Z] db79595d682f: Preparing [2020-10-22T07:14:41.076Z] 4b53b313cf73: Preparing [2020-10-22T07:14:41.076Z] 2ef7df8b7bb6: Preparing [2020-10-22T07:14:41.076Z] 38e913287b27: Preparing [2020-10-22T07:14:41.076Z] ace0eda3e3be: Preparing [2020-10-22T07:14:41.076Z] b21df544745f: Waiting [2020-10-22T07:14:41.076Z] 4b53b313cf73: Waiting [2020-10-22T07:14:41.076Z] 2ef7df8b7bb6: Waiting [2020-10-22T07:14:41.076Z] 38e913287b27: Waiting [2020-10-22T07:14:41.076Z] ace0eda3e3be: Waiting [2020-10-22T07:14:41.076Z] f732118c798d: Waiting [2020-10-22T07:14:41.076Z] 59d91890764e: Layer already exists [2020-10-22T07:14:41.076Z] 5fd5dc59c8e2: Layer already exists [2020-10-22T07:14:41.076Z] db79595d682f: Layer already exists [2020-10-22T07:14:41.076Z] f40b203195b1: Layer already exists [2020-10-22T07:14:41.076Z] e3a0e0a37a8e: Layer already exists [2020-10-22T07:14:41.076Z] b21df544745f: Layer already exists [2020-10-22T07:14:41.076Z] f732118c798d: Layer already exists [2020-10-22T07:14:41.076Z] 2ef7df8b7bb6: Layer already exists [2020-10-22T07:14:41.076Z] 4b53b313cf73: Layer already exists [2020-10-22T07:14:41.076Z] 38e913287b27: Layer already exists [2020-10-22T07:14:41.076Z] ace0eda3e3be: Layer already exists [2020-10-22T07:14:41.076Z] master: digest: sha256:df91beb99ff739b4f05cbb19bc59871bb9c1b99220f4b736813dbd0bc9159358 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:41.268Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:41.319Z] taggedImages: [2020-10-22T07:14:41.319Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:41.319Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.89 [2020-10-22T07:14:41.319Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:41.319Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-22T07:14:41.403Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-22T07:14:41.403Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:41.403Z] 1.2.2-dev.89 [2020-10-22T07:14:41.403Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:41.403Z] master [2020-10-22T07:14:41.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:41.934Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:42.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:42.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T07:14:42.298Z] ed46e7c860a7: Preparing [2020-10-22T07:14:42.298Z] c1e5d33813ca: Preparing [2020-10-22T07:14:42.298Z] 3ecf9a1714df: Preparing [2020-10-22T07:14:42.298Z] f455a7f43007: Preparing [2020-10-22T07:14:42.298Z] bd20e4e98e98: Preparing [2020-10-22T07:14:42.298Z] 04d8864d337a: Preparing [2020-10-22T07:14:42.298Z] b555dd810c47: Preparing [2020-10-22T07:14:42.298Z] 2c6f32dcc3fa: Preparing [2020-10-22T07:14:42.298Z] 086b3525defa: Preparing [2020-10-22T07:14:42.298Z] 1f5e7f92207d: Preparing [2020-10-22T07:14:42.298Z] 1b3ee35aacca: Preparing [2020-10-22T07:14:42.298Z] 04d8864d337a: Waiting [2020-10-22T07:14:42.298Z] b555dd810c47: Waiting [2020-10-22T07:14:42.298Z] 2c6f32dcc3fa: Waiting [2020-10-22T07:14:42.298Z] 086b3525defa: Waiting [2020-10-22T07:14:42.298Z] 1f5e7f92207d: Waiting [2020-10-22T07:14:42.298Z] 1b3ee35aacca: Waiting [2020-10-22T07:14:42.298Z] c1e5d33813ca: Pushed [2020-10-22T07:14:42.571Z] ed46e7c860a7: Pushed [2020-10-22T07:14:42.571Z] b555dd810c47: Pushed [2020-10-22T07:14:42.571Z] 04d8864d337a: Pushed [2020-10-22T07:14:42.838Z] 2c6f32dcc3fa: Pushed [2020-10-22T07:14:42.838Z] 086b3525defa: Pushed [2020-10-22T07:14:42.838Z] 1b3ee35aacca: Layer already exists [2020-10-22T07:14:43.411Z] 3ecf9a1714df: Pushed [2020-10-22T07:14:43.411Z] f455a7f43007: Pushed [2020-10-22T07:14:43.411Z] bd20e4e98e98: Pushed [2020-10-22T07:14:43.411Z] 1f5e7f92207d: Pushed [2020-10-22T07:14:43.673Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:d1cb2326113112933054aca8306b5d388768150464340e22f61144d9b2ca3bcb size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:43.989Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:44.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.89 [2020-10-22T07:14:44.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T07:14:44.301Z] ed46e7c860a7: Preparing [2020-10-22T07:14:44.301Z] c1e5d33813ca: Preparing [2020-10-22T07:14:44.301Z] 3ecf9a1714df: Preparing [2020-10-22T07:14:44.301Z] f455a7f43007: Preparing [2020-10-22T07:14:44.301Z] bd20e4e98e98: Preparing [2020-10-22T07:14:44.301Z] 04d8864d337a: Preparing [2020-10-22T07:14:44.301Z] b555dd810c47: Preparing [2020-10-22T07:14:44.301Z] 2c6f32dcc3fa: Preparing [2020-10-22T07:14:44.301Z] 086b3525defa: Preparing [2020-10-22T07:14:44.301Z] 1f5e7f92207d: Preparing [2020-10-22T07:14:44.301Z] 1b3ee35aacca: Preparing [2020-10-22T07:14:44.301Z] b555dd810c47: Waiting [2020-10-22T07:14:44.301Z] 2c6f32dcc3fa: Waiting [2020-10-22T07:14:44.301Z] 086b3525defa: Waiting [2020-10-22T07:14:44.301Z] 1f5e7f92207d: Waiting [2020-10-22T07:14:44.301Z] 1b3ee35aacca: Waiting [2020-10-22T07:14:44.301Z] 04d8864d337a: Waiting [2020-10-22T07:14:44.301Z] c1e5d33813ca: Layer already exists [2020-10-22T07:14:44.301Z] bd20e4e98e98: Layer already exists [2020-10-22T07:14:44.301Z] f455a7f43007: Layer already exists [2020-10-22T07:14:44.301Z] 3ecf9a1714df: Layer already exists [2020-10-22T07:14:44.301Z] ed46e7c860a7: Layer already exists [2020-10-22T07:14:44.301Z] b555dd810c47: Layer already exists [2020-10-22T07:14:44.301Z] 04d8864d337a: Layer already exists [2020-10-22T07:14:44.301Z] 1f5e7f92207d: Layer already exists [2020-10-22T07:14:44.301Z] 086b3525defa: Layer already exists [2020-10-22T07:14:44.301Z] 2c6f32dcc3fa: Layer already exists [2020-10-22T07:14:44.301Z] 1b3ee35aacca: Layer already exists [2020-10-22T07:14:44.301Z] 1.2.2-dev.89: digest: sha256:d1cb2326113112933054aca8306b5d388768150464340e22f61144d9b2ca3bcb size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:44.613Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:44.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:44.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T07:14:44.917Z] ed46e7c860a7: Preparing [2020-10-22T07:14:44.917Z] c1e5d33813ca: Preparing [2020-10-22T07:14:44.917Z] 3ecf9a1714df: Preparing [2020-10-22T07:14:44.917Z] f455a7f43007: Preparing [2020-10-22T07:14:44.917Z] bd20e4e98e98: Preparing [2020-10-22T07:14:44.917Z] 04d8864d337a: Preparing [2020-10-22T07:14:44.917Z] b555dd810c47: Preparing [2020-10-22T07:14:44.917Z] 2c6f32dcc3fa: Preparing [2020-10-22T07:14:44.917Z] 086b3525defa: Preparing [2020-10-22T07:14:44.917Z] 1f5e7f92207d: Preparing [2020-10-22T07:14:44.917Z] 1b3ee35aacca: Preparing [2020-10-22T07:14:44.917Z] 2c6f32dcc3fa: Waiting [2020-10-22T07:14:44.917Z] 086b3525defa: Waiting [2020-10-22T07:14:44.917Z] 1b3ee35aacca: Waiting [2020-10-22T07:14:44.917Z] 1f5e7f92207d: Waiting [2020-10-22T07:14:44.917Z] 04d8864d337a: Waiting [2020-10-22T07:14:44.917Z] b555dd810c47: Waiting [2020-10-22T07:14:44.917Z] c1e5d33813ca: Layer already exists [2020-10-22T07:14:44.917Z] f455a7f43007: Layer already exists [2020-10-22T07:14:44.917Z] 3ecf9a1714df: Layer already exists [2020-10-22T07:14:44.917Z] ed46e7c860a7: Layer already exists [2020-10-22T07:14:44.917Z] bd20e4e98e98: Layer already exists [2020-10-22T07:14:44.917Z] b555dd810c47: Layer already exists [2020-10-22T07:14:44.917Z] 086b3525defa: Layer already exists [2020-10-22T07:14:44.917Z] 1f5e7f92207d: Layer already exists [2020-10-22T07:14:44.917Z] 04d8864d337a: Layer already exists [2020-10-22T07:14:44.917Z] 2c6f32dcc3fa: Layer already exists [2020-10-22T07:14:44.917Z] 1b3ee35aacca: Layer already exists [2020-10-22T07:14:44.917Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:d1cb2326113112933054aca8306b5d388768150464340e22f61144d9b2ca3bcb size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:45.111Z] ---> b3de8fcdec44 [2020-10-22T07:14:45.111Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T07:14:45.111Z] ---> 3a071535ca44 [2020-10-22T07:14:45.111Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T07:14:45.111Z] ---> 46b39e970982 [2020-10-22T07:14:45.111Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T07:14:45.111Z] ---> adceadba8fdd [2020-10-22T07:14:45.111Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T07:14:45.111Z] ---> Running in bb11f8575160 [2020-10-22T07:14:45.111Z] ---> Running in f2c604c21f85 [2020-10-22T07:14:45.111Z] ---> Running in 76f32b8b5af4 [2020-10-22T07:14:45.111Z] ---> Running in 81c17fb2f600 [2020-10-22T07:14:45.111Z] ---> 38172a72336c [2020-10-22T07:14:45.111Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T07:14:45.111Z] ---> Running in 53751a482e3e [2020-10-22T07:14:45.228Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:45.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-22T07:14:45.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-22T07:14:45.535Z] ed46e7c860a7: Preparing [2020-10-22T07:14:45.535Z] c1e5d33813ca: Preparing [2020-10-22T07:14:45.535Z] 3ecf9a1714df: Preparing [2020-10-22T07:14:45.535Z] f455a7f43007: Preparing [2020-10-22T07:14:45.535Z] bd20e4e98e98: Preparing [2020-10-22T07:14:45.535Z] 04d8864d337a: Preparing [2020-10-22T07:14:45.535Z] b555dd810c47: Preparing [2020-10-22T07:14:45.535Z] 2c6f32dcc3fa: Preparing [2020-10-22T07:14:45.535Z] 086b3525defa: Preparing [2020-10-22T07:14:45.535Z] 1f5e7f92207d: Preparing [2020-10-22T07:14:45.535Z] 1b3ee35aacca: Preparing [2020-10-22T07:14:45.535Z] 04d8864d337a: Waiting [2020-10-22T07:14:45.536Z] b555dd810c47: Waiting [2020-10-22T07:14:45.536Z] 2c6f32dcc3fa: Waiting [2020-10-22T07:14:45.536Z] 086b3525defa: Waiting [2020-10-22T07:14:45.536Z] 1f5e7f92207d: Waiting [2020-10-22T07:14:45.536Z] 1b3ee35aacca: Waiting [2020-10-22T07:14:45.536Z] c1e5d33813ca: Layer already exists [2020-10-22T07:14:45.536Z] f455a7f43007: Layer already exists [2020-10-22T07:14:45.536Z] ed46e7c860a7: Layer already exists [2020-10-22T07:14:45.536Z] bd20e4e98e98: Layer already exists [2020-10-22T07:14:45.536Z] 3ecf9a1714df: Layer already exists [2020-10-22T07:14:45.536Z] 04d8864d337a: Layer already exists [2020-10-22T07:14:45.536Z] b555dd810c47: Layer already exists [2020-10-22T07:14:45.536Z] 1f5e7f92207d: Layer already exists [2020-10-22T07:14:45.536Z] 086b3525defa: Layer already exists [2020-10-22T07:14:45.536Z] 2c6f32dcc3fa: Layer already exists [2020-10-22T07:14:45.536Z] 1b3ee35aacca: Layer already exists [2020-10-22T07:14:45.536Z] master: digest: sha256:d1cb2326113112933054aca8306b5d388768150464340e22f61144d9b2ca3bcb size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:45.768Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:45.829Z] taggedImages: [2020-10-22T07:14:45.829Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:45.829Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.89 [2020-10-22T07:14:45.829Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:45.829Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-22T07:14:45.901Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-22T07:14:45.901Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:45.901Z] 1.2.2-dev.89 [2020-10-22T07:14:45.901Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:45.901Z] master [2020-10-22T07:14:45.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:46.404Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:46.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:46.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T07:14:46.711Z] a3f7a50910d4: Preparing [2020-10-22T07:14:46.711Z] ac6ad2309710: Preparing [2020-10-22T07:14:46.711Z] 1f48c8382805: Preparing [2020-10-22T07:14:46.711Z] e8a28e2c2e85: Preparing [2020-10-22T07:14:46.711Z] a3f7a50910d4: Pushed [2020-10-22T07:14:46.711Z] 1f48c8382805: Pushed [2020-10-22T07:14:46.976Z] e8a28e2c2e85: Pushed [2020-10-22T07:14:47.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T07:14:47.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T07:14:47.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T07:14:47.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T07:14:47.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T07:14:47.921Z] ac6ad2309710: Pushed [2020-10-22T07:14:47.921Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:45368d81a2aaca8d00576a23842376738dbc07322f9a83b56c7637febe8c13b7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:48.231Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:48.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.89 [2020-10-22T07:14:48.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T07:14:48.559Z] a3f7a50910d4: Preparing [2020-10-22T07:14:48.559Z] ac6ad2309710: Preparing [2020-10-22T07:14:48.559Z] 1f48c8382805: Preparing [2020-10-22T07:14:48.559Z] e8a28e2c2e85: Preparing [2020-10-22T07:14:48.559Z] 1f48c8382805: Layer already exists [2020-10-22T07:14:48.559Z] e8a28e2c2e85: Layer already exists [2020-10-22T07:14:48.559Z] a3f7a50910d4: Layer already exists [2020-10-22T07:14:48.559Z] ac6ad2309710: Layer already exists [2020-10-22T07:14:48.559Z] 1.2.2-dev.89: digest: sha256:45368d81a2aaca8d00576a23842376738dbc07322f9a83b56c7637febe8c13b7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:48.868Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:49.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:49.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T07:14:49.174Z] a3f7a50910d4: Preparing [2020-10-22T07:14:49.174Z] ac6ad2309710: Preparing [2020-10-22T07:14:49.174Z] 1f48c8382805: Preparing [2020-10-22T07:14:49.174Z] e8a28e2c2e85: Preparing [2020-10-22T07:14:49.174Z] e8a28e2c2e85: Layer already exists [2020-10-22T07:14:49.174Z] 1f48c8382805: Layer already exists [2020-10-22T07:14:49.174Z] ac6ad2309710: Layer already exists [2020-10-22T07:14:49.174Z] a3f7a50910d4: Layer already exists [2020-10-22T07:14:49.174Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:45368d81a2aaca8d00576a23842376738dbc07322f9a83b56c7637febe8c13b7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:49.484Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:49.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-22T07:14:49.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-22T07:14:49.786Z] a3f7a50910d4: Preparing [2020-10-22T07:14:49.786Z] ac6ad2309710: Preparing [2020-10-22T07:14:49.786Z] 1f48c8382805: Preparing [2020-10-22T07:14:49.786Z] e8a28e2c2e85: Preparing [2020-10-22T07:14:49.786Z] e8a28e2c2e85: Layer already exists [2020-10-22T07:14:49.786Z] a3f7a50910d4: Layer already exists [2020-10-22T07:14:49.786Z] 1f48c8382805: Layer already exists [2020-10-22T07:14:49.786Z] ac6ad2309710: Layer already exists [2020-10-22T07:14:49.786Z] master: digest: sha256:45368d81a2aaca8d00576a23842376738dbc07322f9a83b56c7637febe8c13b7 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:50.016Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:50.072Z] taggedImages: [2020-10-22T07:14:50.072Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:50.072Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.89 [2020-10-22T07:14:50.072Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:50.072Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-22T07:14:50.184Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-22T07:14:50.184Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:50.184Z] 1.2.2-dev.89 [2020-10-22T07:14:50.184Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:50.184Z] master [2020-10-22T07:14:50.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:50.738Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:51.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:51.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T07:14:51.040Z] a262b5e74a57: Preparing [2020-10-22T07:14:51.040Z] c244206f2e44: Preparing [2020-10-22T07:14:51.040Z] 6fbc8345fe65: Preparing [2020-10-22T07:14:51.040Z] 14d0a812520f: Preparing [2020-10-22T07:14:51.040Z] 92e50cffd5a4: Preparing [2020-10-22T07:14:51.040Z] 0138f2e91e02: Preparing [2020-10-22T07:14:51.040Z] 0138f2e91e02: Waiting [2020-10-22T07:14:51.303Z] 6fbc8345fe65: Pushed [2020-10-22T07:14:51.303Z] 92e50cffd5a4: Pushed [2020-10-22T07:14:51.303Z] a262b5e74a57: Pushed [2020-10-22T07:14:51.303Z] 14d0a812520f: Pushed [2020-10-22T07:14:51.565Z] 0138f2e91e02: Pushed [2020-10-22T07:14:52.510Z] c244206f2e44: Pushed [2020-10-22T07:14:52.510Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:165767a0d4120dead7f4ec01fa962859389966f251a1f8edd6f69403e7245531 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:52.820Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:53.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.89 [2020-10-22T07:14:53.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T07:14:53.198Z] a262b5e74a57: Preparing [2020-10-22T07:14:53.198Z] c244206f2e44: Preparing [2020-10-22T07:14:53.198Z] 6fbc8345fe65: Preparing [2020-10-22T07:14:53.198Z] 14d0a812520f: Preparing [2020-10-22T07:14:53.198Z] 92e50cffd5a4: Preparing [2020-10-22T07:14:53.198Z] 0138f2e91e02: Preparing [2020-10-22T07:14:53.198Z] 0138f2e91e02: Waiting [2020-10-22T07:14:53.198Z] c244206f2e44: Layer already exists [2020-10-22T07:14:53.198Z] 14d0a812520f: Layer already exists [2020-10-22T07:14:53.198Z] 6fbc8345fe65: Layer already exists [2020-10-22T07:14:53.198Z] a262b5e74a57: Layer already exists [2020-10-22T07:14:53.198Z] 92e50cffd5a4: Layer already exists [2020-10-22T07:14:53.198Z] 0138f2e91e02: Layer already exists [2020-10-22T07:14:53.198Z] 1.2.2-dev.89: digest: sha256:165767a0d4120dead7f4ec01fa962859389966f251a1f8edd6f69403e7245531 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:53.553Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:53.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:53.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T07:14:53.853Z] a262b5e74a57: Preparing [2020-10-22T07:14:53.853Z] c244206f2e44: Preparing [2020-10-22T07:14:53.853Z] 6fbc8345fe65: Preparing [2020-10-22T07:14:53.853Z] 14d0a812520f: Preparing [2020-10-22T07:14:53.853Z] 92e50cffd5a4: Preparing [2020-10-22T07:14:53.853Z] 0138f2e91e02: Preparing [2020-10-22T07:14:53.853Z] 0138f2e91e02: Waiting [2020-10-22T07:14:53.853Z] 6fbc8345fe65: Layer already exists [2020-10-22T07:14:53.853Z] a262b5e74a57: Layer already exists [2020-10-22T07:14:53.853Z] c244206f2e44: Layer already exists [2020-10-22T07:14:53.853Z] 92e50cffd5a4: Layer already exists [2020-10-22T07:14:53.853Z] 14d0a812520f: Layer already exists [2020-10-22T07:14:53.853Z] 0138f2e91e02: Layer already exists [2020-10-22T07:14:53.853Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:165767a0d4120dead7f4ec01fa962859389966f251a1f8edd6f69403e7245531 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:54.167Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:54.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-22T07:14:54.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-22T07:14:54.466Z] a262b5e74a57: Preparing [2020-10-22T07:14:54.466Z] c244206f2e44: Preparing [2020-10-22T07:14:54.466Z] 6fbc8345fe65: Preparing [2020-10-22T07:14:54.466Z] 14d0a812520f: Preparing [2020-10-22T07:14:54.466Z] 92e50cffd5a4: Preparing [2020-10-22T07:14:54.466Z] 0138f2e91e02: Preparing [2020-10-22T07:14:54.466Z] 0138f2e91e02: Waiting [2020-10-22T07:14:54.466Z] a262b5e74a57: Layer already exists [2020-10-22T07:14:54.466Z] 6fbc8345fe65: Layer already exists [2020-10-22T07:14:54.466Z] c244206f2e44: Layer already exists [2020-10-22T07:14:54.466Z] 92e50cffd5a4: Layer already exists [2020-10-22T07:14:54.466Z] 14d0a812520f: Layer already exists [2020-10-22T07:14:54.466Z] 0138f2e91e02: Layer already exists [2020-10-22T07:14:54.466Z] master: digest: sha256:165767a0d4120dead7f4ec01fa962859389966f251a1f8edd6f69403e7245531 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:54.669Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:54.722Z] taggedImages: [2020-10-22T07:14:54.722Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:54.722Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.89 [2020-10-22T07:14:54.722Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:54.722Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-22T07:14:54.785Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-22T07:14:54.785Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:54.785Z] 1.2.2-dev.89 [2020-10-22T07:14:54.785Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:54.785Z] master [2020-10-22T07:14:54.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:55.284Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:55.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:55.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T07:14:55.594Z] d31839f4754c: Preparing [2020-10-22T07:14:55.594Z] 62271adc7116: Preparing [2020-10-22T07:14:55.595Z] 12fafb7103b6: Preparing [2020-10-22T07:14:55.595Z] d31839f4754c: Pushed [2020-10-22T07:14:55.595Z] 12fafb7103b6: Pushed [2020-10-22T07:14:56.983Z] 62271adc7116: Pushed [2020-10-22T07:14:56.983Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:64b11c882f85badfa9030868c589792020e5be946394dcb8b717b775a88c1b03 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:57.293Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:57.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.89 [2020-10-22T07:14:57.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T07:14:57.595Z] d31839f4754c: Preparing [2020-10-22T07:14:57.595Z] 62271adc7116: Preparing [2020-10-22T07:14:57.595Z] 12fafb7103b6: Preparing [2020-10-22T07:14:57.595Z] d31839f4754c: Layer already exists [2020-10-22T07:14:57.595Z] 12fafb7103b6: Layer already exists [2020-10-22T07:14:57.595Z] 62271adc7116: Layer already exists [2020-10-22T07:14:57.595Z] 1.2.2-dev.89: digest: sha256:64b11c882f85badfa9030868c589792020e5be946394dcb8b717b775a88c1b03 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:57.907Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:58.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:58.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T07:14:58.248Z] d31839f4754c: Preparing [2020-10-22T07:14:58.248Z] 62271adc7116: Preparing [2020-10-22T07:14:58.248Z] 12fafb7103b6: Preparing [2020-10-22T07:14:58.248Z] 12fafb7103b6: Layer already exists [2020-10-22T07:14:58.248Z] d31839f4754c: Layer already exists [2020-10-22T07:14:58.248Z] 62271adc7116: Layer already exists [2020-10-22T07:14:58.248Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:64b11c882f85badfa9030868c589792020e5be946394dcb8b717b775a88c1b03 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:58.556Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:58.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-22T07:14:58.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-22T07:14:58.854Z] d31839f4754c: Preparing [2020-10-22T07:14:58.854Z] 62271adc7116: Preparing [2020-10-22T07:14:58.854Z] 12fafb7103b6: Preparing [2020-10-22T07:14:58.854Z] 62271adc7116: Layer already exists [2020-10-22T07:14:58.854Z] d31839f4754c: Layer already exists [2020-10-22T07:14:58.854Z] 12fafb7103b6: Layer already exists [2020-10-22T07:14:58.854Z] master: digest: sha256:64b11c882f85badfa9030868c589792020e5be946394dcb8b717b775a88c1b03 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:14:59.069Z] ===================================================== [Pipeline] echo [2020-10-22T07:14:59.117Z] taggedImages: [2020-10-22T07:14:59.117Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:59.117Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.89 [2020-10-22T07:14:59.117Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:59.117Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-22T07:14:59.184Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-22T07:14:59.184Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:14:59.184Z] 1.2.2-dev.89 [2020-10-22T07:14:59.184Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:14:59.184Z] master [2020-10-22T07:14:59.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:14:59.676Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:15:00.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:15:00.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T07:15:00.017Z] 08771379f4c0: Preparing [2020-10-22T07:15:00.017Z] 08f3429d72c6: Preparing [2020-10-22T07:15:00.017Z] 58f3820d5031: Preparing [2020-10-22T07:15:00.017Z] 13a59178e5ed: Preparing [2020-10-22T07:15:00.017Z] 01200cd02e7c: Preparing [2020-10-22T07:15:00.017Z] 0cc9ed935142: Preparing [2020-10-22T07:15:00.017Z] f6c0f6d3ebf0: Preparing [2020-10-22T07:15:00.017Z] 1d278c39f50a: Preparing [2020-10-22T07:15:00.017Z] 3730a0890c46: Preparing [2020-10-22T07:15:00.017Z] 383f309b5d37: Preparing [2020-10-22T07:15:00.017Z] e1a73c32da76: Preparing [2020-10-22T07:15:00.017Z] 31b11ec6ff38: Preparing [2020-10-22T07:15:00.017Z] 911954e2fe49: Preparing [2020-10-22T07:15:00.017Z] ace0eda3e3be: Preparing [2020-10-22T07:15:00.017Z] 3730a0890c46: Waiting [2020-10-22T07:15:00.017Z] e1a73c32da76: Waiting [2020-10-22T07:15:00.017Z] 31b11ec6ff38: Waiting [2020-10-22T07:15:00.017Z] 911954e2fe49: Waiting [2020-10-22T07:15:00.017Z] ace0eda3e3be: Waiting [2020-10-22T07:15:00.017Z] 383f309b5d37: Waiting [2020-10-22T07:15:00.017Z] f6c0f6d3ebf0: Waiting [2020-10-22T07:15:00.017Z] 1d278c39f50a: Waiting [2020-10-22T07:15:00.017Z] 01200cd02e7c: Pushed [2020-10-22T07:15:00.290Z] 08771379f4c0: Pushed [2020-10-22T07:15:00.570Z] 13a59178e5ed: Pushed [2020-10-22T07:15:00.570Z] 1d278c39f50a: Layer already exists [2020-10-22T07:15:00.570Z] 3730a0890c46: Layer already exists [2020-10-22T07:15:00.570Z] 383f309b5d37: Layer already exists [2020-10-22T07:15:00.570Z] f6c0f6d3ebf0: Pushed [2020-10-22T07:15:00.570Z] e1a73c32da76: Layer already exists [2020-10-22T07:15:00.570Z] 31b11ec6ff38: Layer already exists [2020-10-22T07:15:00.570Z] 911954e2fe49: Layer already exists [2020-10-22T07:15:00.570Z] ace0eda3e3be: Layer already exists [2020-10-22T07:15:00.832Z] 08f3429d72c6: Pushed [2020-10-22T07:15:01.447Z] 0cc9ed935142: Pushed [2020-10-22T07:15:08.123Z] 58f3820d5031: Pushed [2020-10-22T07:15:08.123Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:525073ad90faf49b518cb6bd5a826aa29ce5b2674adbdef6b7434fc5568f7800 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:15:08.460Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:15:08.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.89 [2020-10-22T07:15:08.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T07:15:08.763Z] 08771379f4c0: Preparing [2020-10-22T07:15:08.763Z] 08f3429d72c6: Preparing [2020-10-22T07:15:08.763Z] 58f3820d5031: Preparing [2020-10-22T07:15:08.763Z] 13a59178e5ed: Preparing [2020-10-22T07:15:08.763Z] 01200cd02e7c: Preparing [2020-10-22T07:15:08.763Z] 0cc9ed935142: Preparing [2020-10-22T07:15:08.763Z] f6c0f6d3ebf0: Preparing [2020-10-22T07:15:08.763Z] 1d278c39f50a: Preparing [2020-10-22T07:15:08.763Z] 3730a0890c46: Preparing [2020-10-22T07:15:08.763Z] 383f309b5d37: Preparing [2020-10-22T07:15:08.763Z] e1a73c32da76: Preparing [2020-10-22T07:15:08.763Z] 31b11ec6ff38: Preparing [2020-10-22T07:15:08.763Z] 911954e2fe49: Preparing [2020-10-22T07:15:08.763Z] ace0eda3e3be: Preparing [2020-10-22T07:15:08.763Z] 383f309b5d37: Waiting [2020-10-22T07:15:08.763Z] e1a73c32da76: Waiting [2020-10-22T07:15:08.763Z] 31b11ec6ff38: Waiting [2020-10-22T07:15:08.763Z] 0cc9ed935142: Waiting [2020-10-22T07:15:08.763Z] f6c0f6d3ebf0: Waiting [2020-10-22T07:15:08.763Z] 1d278c39f50a: Waiting [2020-10-22T07:15:08.763Z] ace0eda3e3be: Waiting [2020-10-22T07:15:08.763Z] 3730a0890c46: Waiting [2020-10-22T07:15:08.763Z] 911954e2fe49: Waiting [2020-10-22T07:15:08.763Z] 01200cd02e7c: Layer already exists [2020-10-22T07:15:08.763Z] 13a59178e5ed: Layer already exists [2020-10-22T07:15:08.763Z] 58f3820d5031: Layer already exists [2020-10-22T07:15:08.763Z] 08771379f4c0: Layer already exists [2020-10-22T07:15:08.763Z] 08f3429d72c6: Layer already exists [2020-10-22T07:15:08.763Z] 3730a0890c46: Layer already exists [2020-10-22T07:15:08.763Z] 0cc9ed935142: Layer already exists [2020-10-22T07:15:08.763Z] 383f309b5d37: Layer already exists [2020-10-22T07:15:08.763Z] 1d278c39f50a: Layer already exists [2020-10-22T07:15:08.763Z] f6c0f6d3ebf0: Layer already exists [2020-10-22T07:15:08.763Z] e1a73c32da76: Layer already exists [2020-10-22T07:15:08.763Z] 911954e2fe49: Layer already exists [2020-10-22T07:15:08.763Z] ace0eda3e3be: Layer already exists [2020-10-22T07:15:08.763Z] 31b11ec6ff38: Layer already exists [2020-10-22T07:15:08.763Z] 1.2.2-dev.89: digest: sha256:525073ad90faf49b518cb6bd5a826aa29ce5b2674adbdef6b7434fc5568f7800 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:15:09.156Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:15:09.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:15:09.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T07:15:09.454Z] 08771379f4c0: Preparing [2020-10-22T07:15:09.454Z] 08f3429d72c6: Preparing [2020-10-22T07:15:09.454Z] 58f3820d5031: Preparing [2020-10-22T07:15:09.454Z] 13a59178e5ed: Preparing [2020-10-22T07:15:09.454Z] 01200cd02e7c: Preparing [2020-10-22T07:15:09.454Z] 0cc9ed935142: Preparing [2020-10-22T07:15:09.454Z] f6c0f6d3ebf0: Preparing [2020-10-22T07:15:09.454Z] 1d278c39f50a: Preparing [2020-10-22T07:15:09.454Z] 3730a0890c46: Preparing [2020-10-22T07:15:09.454Z] 383f309b5d37: Preparing [2020-10-22T07:15:09.454Z] e1a73c32da76: Preparing [2020-10-22T07:15:09.454Z] 31b11ec6ff38: Preparing [2020-10-22T07:15:09.454Z] 911954e2fe49: Preparing [2020-10-22T07:15:09.454Z] ace0eda3e3be: Preparing [2020-10-22T07:15:09.454Z] 0cc9ed935142: Waiting [2020-10-22T07:15:09.454Z] f6c0f6d3ebf0: Waiting [2020-10-22T07:15:09.454Z] 383f309b5d37: Waiting [2020-10-22T07:15:09.454Z] e1a73c32da76: Waiting [2020-10-22T07:15:09.454Z] 1d278c39f50a: Waiting [2020-10-22T07:15:09.454Z] 3730a0890c46: Waiting [2020-10-22T07:15:09.454Z] 31b11ec6ff38: Waiting [2020-10-22T07:15:09.454Z] ace0eda3e3be: Waiting [2020-10-22T07:15:09.454Z] 911954e2fe49: Waiting [2020-10-22T07:15:09.454Z] 01200cd02e7c: Layer already exists [2020-10-22T07:15:09.454Z] 13a59178e5ed: Layer already exists [2020-10-22T07:15:09.454Z] 08771379f4c0: Layer already exists [2020-10-22T07:15:09.454Z] 58f3820d5031: Layer already exists [2020-10-22T07:15:09.454Z] 08f3429d72c6: Layer already exists [2020-10-22T07:15:09.454Z] 0cc9ed935142: Layer already exists [2020-10-22T07:15:09.454Z] f6c0f6d3ebf0: Layer already exists [2020-10-22T07:15:09.454Z] 1d278c39f50a: Layer already exists [2020-10-22T07:15:09.454Z] 383f309b5d37: Layer already exists [2020-10-22T07:15:09.454Z] 3730a0890c46: Layer already exists [2020-10-22T07:15:09.454Z] e1a73c32da76: Layer already exists [2020-10-22T07:15:09.454Z] 31b11ec6ff38: Layer already exists [2020-10-22T07:15:09.454Z] 911954e2fe49: Layer already exists [2020-10-22T07:15:09.454Z] ace0eda3e3be: Layer already exists [2020-10-22T07:15:09.454Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:525073ad90faf49b518cb6bd5a826aa29ce5b2674adbdef6b7434fc5568f7800 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:15:09.767Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:15:10.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-22T07:15:10.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-22T07:15:10.075Z] 08771379f4c0: Preparing [2020-10-22T07:15:10.075Z] 08f3429d72c6: Preparing [2020-10-22T07:15:10.075Z] 58f3820d5031: Preparing [2020-10-22T07:15:10.075Z] 13a59178e5ed: Preparing [2020-10-22T07:15:10.075Z] 01200cd02e7c: Preparing [2020-10-22T07:15:10.075Z] 0cc9ed935142: Preparing [2020-10-22T07:15:10.075Z] f6c0f6d3ebf0: Preparing [2020-10-22T07:15:10.075Z] 1d278c39f50a: Preparing [2020-10-22T07:15:10.075Z] 3730a0890c46: Preparing [2020-10-22T07:15:10.075Z] 383f309b5d37: Preparing [2020-10-22T07:15:10.075Z] e1a73c32da76: Preparing [2020-10-22T07:15:10.075Z] 31b11ec6ff38: Preparing [2020-10-22T07:15:10.075Z] 911954e2fe49: Preparing [2020-10-22T07:15:10.075Z] ace0eda3e3be: Preparing [2020-10-22T07:15:10.075Z] 0cc9ed935142: Waiting [2020-10-22T07:15:10.075Z] f6c0f6d3ebf0: Waiting [2020-10-22T07:15:10.075Z] 1d278c39f50a: Waiting [2020-10-22T07:15:10.075Z] 3730a0890c46: Waiting [2020-10-22T07:15:10.075Z] 383f309b5d37: Waiting [2020-10-22T07:15:10.075Z] e1a73c32da76: Waiting [2020-10-22T07:15:10.075Z] 31b11ec6ff38: Waiting [2020-10-22T07:15:10.075Z] 911954e2fe49: Waiting [2020-10-22T07:15:10.075Z] ace0eda3e3be: Waiting [2020-10-22T07:15:10.075Z] 08771379f4c0: Layer already exists [2020-10-22T07:15:10.075Z] 13a59178e5ed: Layer already exists [2020-10-22T07:15:10.075Z] 58f3820d5031: Layer already exists [2020-10-22T07:15:10.075Z] 01200cd02e7c: Layer already exists [2020-10-22T07:15:10.075Z] 08f3429d72c6: Layer already exists [2020-10-22T07:15:10.075Z] f6c0f6d3ebf0: Layer already exists [2020-10-22T07:15:10.075Z] 0cc9ed935142: Layer already exists [2020-10-22T07:15:10.075Z] 3730a0890c46: Layer already exists [2020-10-22T07:15:10.075Z] 1d278c39f50a: Layer already exists [2020-10-22T07:15:10.075Z] 383f309b5d37: Layer already exists [2020-10-22T07:15:10.075Z] e1a73c32da76: Layer already exists [2020-10-22T07:15:10.075Z] 31b11ec6ff38: Layer already exists [2020-10-22T07:15:10.075Z] ace0eda3e3be: Layer already exists [2020-10-22T07:15:10.075Z] 911954e2fe49: Layer already exists [2020-10-22T07:15:10.075Z] master: digest: sha256:525073ad90faf49b518cb6bd5a826aa29ce5b2674adbdef6b7434fc5568f7800 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:15:10.333Z] ===================================================== [Pipeline] echo [2020-10-22T07:15:10.382Z] taggedImages: [2020-10-22T07:15:10.382Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:15:10.382Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.89 [2020-10-22T07:15:10.382Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:15:10.382Z] - 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-22T07:16:09.588Z] Removing intermediate container 76f32b8b5af4 [2020-10-22T07:16:09.588Z] ---> a73ab4047899 [2020-10-22T07:16:09.588Z] [2020-10-22T07:16:09.588Z] Step 10/20 : FROM alpine [2020-10-22T07:16:09.588Z] latest: Pulling from library/alpine [2020-10-22T07:16:10.202Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T07:16:10.202Z] Status: Downloaded newer image for alpine:latest [2020-10-22T07:16:10.202Z] ---> 2e77e061c27f [2020-10-22T07:16:10.202Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T07:16:10.484Z] ---> Running in bda88bd977b2 [2020-10-22T07:16:13.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:16:13.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:16:14.312Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:16:14.312Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:16:14.312Z] OK: 12615 distinct packages available [2020-10-22T07:16:15.471Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T07:16:15.471Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T07:16:15.471Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T07:16:15.471Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T07:16:15.471Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:16:15.471Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T07:16:15.838Z] OK: 7 MiB in 18 packages [2020-10-22T07:16:18.679Z] Removing intermediate container bb11f8575160 [2020-10-22T07:16:18.679Z] ---> 72a14c1db1be [2020-10-22T07:16:18.679Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T07:16:18.679Z] Removing intermediate container bda88bd977b2 [2020-10-22T07:16:18.679Z] ---> 09fa9db15974 [2020-10-22T07:16:18.679Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T07:16:18.974Z] ---> Running in 3a39829b6223 [2020-10-22T07:16:18.974Z] ---> Running in 4e97d98dc104 [2020-10-22T07:16:19.994Z] Removing intermediate container 4e97d98dc104 [2020-10-22T07:16:19.994Z] ---> e325b8ab4c57 [2020-10-22T07:16:19.994Z] Step 13/20 : WORKDIR /edgex [2020-10-22T07:16:20.280Z] ---> Running in 29dc3476ea35 [2020-10-22T07:16:20.886Z] Removing intermediate container 29dc3476ea35 [2020-10-22T07:16:20.886Z] ---> 95f098bd00b3 [2020-10-22T07:16:20.886Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T07:16:21.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T07:16:22.112Z] ---> d65e463782b3 [2020-10-22T07:16:22.112Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T07:16:23.591Z] ---> 9028828dec6a [2020-10-22T07:16:23.877Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T07:16:23.877Z] ---> Running in 4ce468956b06 [2020-10-22T07:16:24.879Z] Removing intermediate container 4ce468956b06 [2020-10-22T07:16:24.879Z] ---> f41e9510f94b [2020-10-22T07:16:24.879Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T07:16:24.879Z] ---> Running in d10a1e5f9cf5 [2020-10-22T07:16:25.897Z] Removing intermediate container d10a1e5f9cf5 [2020-10-22T07:16:25.897Z] ---> 3fbaaa1e4f11 [2020-10-22T07:16:25.897Z] Step 18/20 : LABEL arch=arm64 [2020-10-22T07:16:25.897Z] ---> Running in b854dcac5383 [2020-10-22T07:16:26.924Z] Removing intermediate container b854dcac5383 [2020-10-22T07:16:26.924Z] ---> 7697d046b1e4 [2020-10-22T07:16:26.924Z] Step 19/20 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:16:27.241Z] ---> Running in 33a1d930cd04 [2020-10-22T07:16:28.051Z] Removing intermediate container 33a1d930cd04 [2020-10-22T07:16:28.051Z] ---> ec6f10bf6854 [2020-10-22T07:16:28.051Z] Step 20/20 : LABEL version=1.2.2-dev.89 [2020-10-22T07:16:28.051Z] Removing intermediate container 3a39829b6223 [2020-10-22T07:16:28.051Z] ---> ab8fcd6c8164 [2020-10-22T07:16:28.051Z] [2020-10-22T07:16:28.051Z] Step 11/27 : FROM docker:latest [2020-10-22T07:16:28.051Z] ---> 5d4db4dc0692 [2020-10-22T07:16:28.051Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T07:16:28.377Z] ---> Running in e4571ca41425 [2020-10-22T07:16:28.377Z] ---> Running in 2380007425f8 [2020-10-22T07:16:29.060Z] Removing intermediate container 2380007425f8 [2020-10-22T07:16:29.060Z] ---> 2caa9144490a [2020-10-22T07:16:29.060Z] [2020-10-22T07:16:30.012Z] Successfully built 2caa9144490a [2020-10-22T07:16:30.012Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-22T07:16:30.012Z] Building docker-security-secretstore-setup-go [2020-10-22T07:16:31.191Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:16:31.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:16:32.152Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T07:16:32.152Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T07:16:32.152Z] Executing bash-5.0.17-r0.post-install [2020-10-22T07:16:32.152Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:16:32.152Z] OK: 12 MiB in 22 packages [2020-10-22T07:16:35.215Z] Removing intermediate container e4571ca41425 [2020-10-22T07:16:35.215Z] ---> 4b703e95ad06 [2020-10-22T07:16:35.582Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T07:16:35.582Z] ---> Running in 76b9f76363bf [2020-10-22T07:16:42.606Z] Removing intermediate container 76b9f76363bf [2020-10-22T07:16:42.606Z] ---> b864d191d2b9 [2020-10-22T07:16:42.606Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T07:16:43.632Z] Removing intermediate container 53751a482e3e [2020-10-22T07:16:43.632Z] ---> 26c61a6437cf [2020-10-22T07:16:43.632Z] [2020-10-22T07:16:43.632Z] Step 10/21 : FROM scratch [2020-10-22T07:16:43.632Z] ---> [2020-10-22T07:16:43.632Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T07:16:43.632Z] ---> Running in f3a56d507c42 [2020-10-22T07:16:43.632Z] Removing intermediate container 81c17fb2f600 [2020-10-22T07:16:43.632Z] ---> 21b413f9fc1d [2020-10-22T07:16:43.632Z] [2020-10-22T07:16:43.632Z] Step 10/24 : FROM scratch [2020-10-22T07:16:43.632Z] ---> [2020-10-22T07:16:43.632Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T07:16:44.645Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:16:44.645Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:16:44.645Z] ---> 13962b60e3f9 [2020-10-22T07:16:44.645Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T07:16:44.645Z] ---> Using cache [2020-10-22T07:16:44.645Z] ---> cbf8b435b17a [2020-10-22T07:16:44.645Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:16:44.645Z] ---> Using cache [2020-10-22T07:16:44.645Z] ---> 2eb792547751 [2020-10-22T07:16:44.645Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T07:16:44.645Z] ---> Using cache [2020-10-22T07:16:44.645Z] ---> f26014f500e7 [2020-10-22T07:16:44.645Z] Step 6/26 : COPY go.mod . [2020-10-22T07:16:44.645Z] ---> Using cache [2020-10-22T07:16:44.645Z] ---> cb9aebdbdd6d [2020-10-22T07:16:44.645Z] Step 7/26 : RUN go mod download [2020-10-22T07:16:44.645Z] ---> Using cache [2020-10-22T07:16:44.645Z] ---> 005f27412be0 [2020-10-22T07:16:44.645Z] Step 8/26 : COPY . . [2020-10-22T07:16:44.928Z] ---> Using cache [2020-10-22T07:16:44.928Z] ---> 3a071535ca44 [2020-10-22T07:16:44.928Z] 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-22T07:16:44.928Z] ---> Running in 5555bbe66917 [2020-10-22T07:16:44.928Z] ---> Running in c92871eb83ee [2020-10-22T07:16:45.207Z] ---> Running in 0416354e71a6 [2020-10-22T07:16:45.207Z] Removing intermediate container f3a56d507c42 [2020-10-22T07:16:45.207Z] ---> 0d8d1fe4fb65 [2020-10-22T07:16:45.207Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T07:16:45.493Z] ---> Running in 951c8cb4d7f0 [2020-10-22T07:16:45.494Z] Removing intermediate container 5555bbe66917 [2020-10-22T07:16:45.494Z] ---> aa2855847267 [2020-10-22T07:16:45.494Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T07:16:45.494Z] Removing intermediate container c92871eb83ee [2020-10-22T07:16:45.494Z] ---> 851f66ccbed8 [2020-10-22T07:16:45.494Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T07:16:45.769Z] ---> Running in 01d6c60e39a3 [2020-10-22T07:16:45.769Z] ---> Running in 5838bd8cd97a [2020-10-22T07:16:46.043Z] Removing intermediate container 951c8cb4d7f0 [2020-10-22T07:16:46.043Z] ---> d0335daf714e [2020-10-22T07:16:46.043Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T07:16:46.317Z] ---> Running in cefdc1f1fdfd [2020-10-22T07:16:46.317Z] Removing intermediate container 01d6c60e39a3 [2020-10-22T07:16:46.317Z] ---> 172c353d34d6 [2020-10-22T07:16:46.317Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T07:16:46.596Z] Removing intermediate container 5838bd8cd97a [2020-10-22T07:16:46.596Z] ---> ae32dfc5a324 [2020-10-22T07:16:46.596Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T07:16:46.596Z] ---> Running in 524114f26188 [2020-10-22T07:16:46.876Z] ---> Running in 8278a3ba64af [2020-10-22T07:16:46.876Z] Removing intermediate container cefdc1f1fdfd [2020-10-22T07:16:46.876Z] ---> d9d19373fdaa [2020-10-22T07:16:46.876Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T07:16:47.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T07:16:47.155Z] Removing intermediate container 524114f26188 [2020-10-22T07:16:47.155Z] ---> ef54acb45a59 [2020-10-22T07:16:47.155Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T07:16:47.429Z] Removing intermediate container 8278a3ba64af [2020-10-22T07:16:47.429Z] ---> b8a93398b1d6 [2020-10-22T07:16:47.429Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T07:16:49.465Z] ---> b8f55d2ca129 [2020-10-22T07:16:49.465Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T07:16:49.465Z] ---> b65adc0ac543 [2020-10-22T07:16:49.465Z] ---> cf83b3f9b656 [2020-10-22T07:16:49.465Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T07:16:49.465Z] [2020-10-22T07:16:50.937Z] ---> 2a69a5c56057 [2020-10-22T07:16:51.215Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T07:16:51.492Z] ---> 2dfd857833ce [2020-10-22T07:16:51.492Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T07:16:52.981Z] ---> c2f391c94424 [2020-10-22T07:16:52.981Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T07:16:53.600Z] ---> 9f7918837749 [2020-10-22T07:16:53.600Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T07:16:54.209Z] ---> Running in 87a6c5875a8a [2020-10-22T07:16:54.492Z] ---> 9492e083978b [2020-10-22T07:16:54.492Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T07:16:54.492Z] ---> 4d83ee8e6b66 [2020-10-22T07:16:54.492Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T07:16:54.783Z] ---> Running in 2a6b0854eddb [2020-10-22T07:16:56.800Z] Removing intermediate container 2a6b0854eddb [2020-10-22T07:16:56.800Z] ---> c175b090d934 [2020-10-22T07:16:56.800Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:16:56.800Z] ---> 611dcbbccc4d [2020-10-22T07:16:56.800Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T07:16:57.081Z] ---> Running in c5aefb15c100 [2020-10-22T07:16:57.081Z] Removing intermediate container f2c604c21f85 [2020-10-22T07:16:57.081Z] ---> 35fa90ac0972 [2020-10-22T07:16:57.081Z] [2020-10-22T07:16:57.081Z] Step 10/22 : FROM scratch [2020-10-22T07:16:57.081Z] ---> [2020-10-22T07:16:57.081Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T07:16:57.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:16:57.362Z] ---> Using cache [2020-10-22T07:16:57.362Z] ---> 851f66ccbed8 [2020-10-22T07:16:57.362Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T07:16:57.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:16:57.642Z] ---> Running in 6b023b2989a9 [2020-10-22T07:16:57.921Z] Removing intermediate container c5aefb15c100 [2020-10-22T07:16:57.921Z] ---> 3df47c913d57 [2020-10-22T07:16:57.921Z] Step 19/21 : LABEL arch=arm64 [2020-10-22T07:16:58.201Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T07:16:58.201Z] ---> Running in f139151f81bc [2020-10-22T07:16:58.201Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T07:16:58.201Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T07:16:58.201Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T07:16:58.201Z] Removing intermediate container 6b023b2989a9 [2020-10-22T07:16:58.201Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T07:16:58.201Z] ---> 83373f4266f5 [2020-10-22T07:16:58.201Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T07:16:58.201Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T07:16:58.489Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T07:16:58.489Z] ---> Running in 0e1884a66cda [2020-10-22T07:16:59.514Z] ---> 228894197ba5 [2020-10-22T07:16:59.514Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T07:16:59.514Z] Removing intermediate container 0e1884a66cda [2020-10-22T07:16:59.810Z] ---> 2f57e790f381 [2020-10-22T07:16:59.810Z] Step 14/22 : WORKDIR / [2020-10-22T07:16:59.810Z] Removing intermediate container f139151f81bc [2020-10-22T07:16:59.810Z] ---> 1b7893889e45 [2020-10-22T07:16:59.810Z] Step 20/21 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:17:00.092Z] ---> Running in 572a9a48c387 [2020-10-22T07:17:00.093Z] ---> Running in a7358198c634 [2020-10-22T07:17:00.699Z] ---> cf2fbe3784f3 [2020-10-22T07:17:00.699Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T07:17:00.988Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T07:17:00.988Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T07:17:00.988Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T07:17:00.988Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T07:17:00.988Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T07:17:00.988Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T07:17:00.988Z] ---> Running in b8aa6b9d2c18 [2020-10-22T07:17:00.988Z] Removing intermediate container a7358198c634 [2020-10-22T07:17:00.988Z] ---> 147a328c89f5 [2020-10-22T07:17:00.988Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T07:17:00.988Z] Removing intermediate container 572a9a48c387 [2020-10-22T07:17:00.988Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T07:17:00.988Z] ---> 677251a45515 [2020-10-22T07:17:00.988Z] Step 21/21 : LABEL version=1.2.2-dev.89 [2020-10-22T07:17:01.274Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T07:17:01.274Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T07:17:01.274Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T07:17:01.274Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T07:17:01.274Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T07:17:01.562Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T07:17:01.562Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T07:17:01.562Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T07:17:01.562Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T07:17:01.562Z] ---> Running in 6c9944fd7df5 [2020-10-22T07:17:01.562Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T07:17:01.562Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T07:17:01.562Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T07:17:01.562Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T07:17:01.844Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T07:17:01.844Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T07:17:01.844Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T07:17:01.844Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T07:17:01.844Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T07:17:01.844Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T07:17:01.844Z] Removing intermediate container b8aa6b9d2c18 [2020-10-22T07:17:01.844Z] ---> 8442c99ed99b [2020-10-22T07:17:01.844Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:17:02.127Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:17:02.127Z] OK: 71 MiB in 55 packages [2020-10-22T07:17:02.127Z] ---> 6b79b752aa34 [2020-10-22T07:17:02.127Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T07:17:02.407Z] ---> Running in a1a0b63a3ad0 [2020-10-22T07:17:02.407Z] Removing intermediate container 6c9944fd7df5 [2020-10-22T07:17:02.407Z] ---> a16bcdc6fd9e [2020-10-22T07:17:02.407Z] [2020-10-22T07:17:03.016Z] Successfully built a16bcdc6fd9e [2020-10-22T07:17:03.307Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-22T07:17:03.307Z] Building docker-security-secrets-setup-go [2020-10-22T07:17:03.307Z]  Building docker-support-scheduler-go ... done Removing intermediate container a1a0b63a3ad0 [2020-10-22T07:17:03.307Z] ---> 5faad3286c1b [2020-10-22T07:17:03.307Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T07:17:03.914Z] ---> Running in 0636a2e85959 [2020-10-22T07:17:05.386Z] Removing intermediate container 0636a2e85959 [2020-10-22T07:17:05.386Z] ---> b03e01685333 [2020-10-22T07:17:05.386Z] Step 23/24 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:17:06.394Z] ---> f2f7c65fffda [2020-10-22T07:17:06.394Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T07:17:06.669Z] ---> Running in 6c8afe27a34a [2020-10-22T07:17:07.667Z] Removing intermediate container 6c8afe27a34a [2020-10-22T07:17:07.667Z] ---> ead3f266ede3 [2020-10-22T07:17:07.667Z] Step 24/24 : LABEL version=1.2.2-dev.89 [2020-10-22T07:17:07.667Z] ---> d61242c0caec [2020-10-22T07:17:07.667Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T07:17:07.667Z] ---> Running in 101601dfee31 [2020-10-22T07:17:07.947Z] ---> Running in 4a51de69af27 [2020-10-22T07:17:08.951Z] Removing intermediate container 101601dfee31 [2020-10-22T07:17:08.952Z] ---> a300503b8e24 [2020-10-22T07:17:08.952Z] [2020-10-22T07:17:08.952Z] Removing intermediate container 4a51de69af27 [2020-10-22T07:17:08.952Z] ---> 83bd6dd73530 [2020-10-22T07:17:08.952Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:17:09.227Z] ---> Running in 75720f8b3f32 [2020-10-22T07:17:09.827Z] Successfully built a300503b8e24 [2020-10-22T07:17:09.827Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-22T07:17:09.827Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-10-22T07:17:10.458Z] Removing intermediate container 75720f8b3f32 [2020-10-22T07:17:10.458Z] ---> e48ea37cde85 [2020-10-22T07:17:10.458Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T07:17:11.074Z] ---> Running in 09d613f52358 [2020-10-22T07:17:12.058Z] Removing intermediate container 09d613f52358 [2020-10-22T07:17:12.058Z] ---> e4d2c1fa78cc [2020-10-22T07:17:12.058Z] Step 21/22 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:17:12.333Z] ---> Running in fe3dacadb2eb [2020-10-22T07:17:12.946Z] Removing intermediate container 87a6c5875a8a [2020-10-22T07:17:12.946Z] ---> e27be0206abe [2020-10-22T07:17:12.946Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T07:17:13.570Z] ---> Running in 584f44f05bf0 [2020-10-22T07:17:14.173Z] Removing intermediate container fe3dacadb2eb [2020-10-22T07:17:14.173Z] ---> 4b66d872f272 [2020-10-22T07:17:14.173Z] Step 22/22 : LABEL version=1.2.2-dev.89 [2020-10-22T07:17:14.776Z] ---> Running in eb1d4924ab73 [2020-10-22T07:17:15.771Z] Removing intermediate container eb1d4924ab73 [2020-10-22T07:17:15.771Z] ---> 4c5a6fb456f5 [2020-10-22T07:17:15.771Z] [2020-10-22T07:17:16.381Z] Successfully built 4c5a6fb456f5 [2020-10-22T07:17:16.381Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-22T07:17:16.381Z] Building docker-core-data-go [2020-10-22T07:17:19.788Z]  Building docker-core-metadata-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:17:19.788Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T07:17:19.788Z] ---> 13962b60e3f9 [2020-10-22T07:17:19.788Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T07:17:19.788Z] ---> Using cache [2020-10-22T07:17:19.788Z] ---> cbf8b435b17a [2020-10-22T07:17:19.788Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T07:17:21.242Z] ---> Running in 7918ddb3f358 [2020-10-22T07:17:21.844Z] Collecting docker-compose==1.23.2 [2020-10-22T07:17:22.126Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T07:17:23.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:17:23.585Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T07:17:23.585Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T07:17:24.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:17:24.460Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T07:17:24.460Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T07:17:24.735Z] 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-22T07:17:25.016Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T07:17:25.016Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T07:17:25.303Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:17:25.303Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:17:25.303Z] OK: 12623 distinct packages available [2020-10-22T07:17:26.297Z] OK: 217 MiB in 51 packages [2020-10-22T07:17:26.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T07:17:29.543Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T07:17:29.543Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T07:17:29.817Z] Removing intermediate container 7918ddb3f358 [2020-10-22T07:17:29.817Z] ---> 95c89daef787 [2020-10-22T07:17:29.817Z] Step 5/29 : COPY go.mod . [2020-10-22T07:17:30.426Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T07:17:30.426Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T07:17:30.710Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:17:30.710Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:17:30.710Z] ---> 13962b60e3f9 [2020-10-22T07:17:30.710Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T07:17:30.710Z] ---> Using cache [2020-10-22T07:17:30.710Z] ---> cbf8b435b17a [2020-10-22T07:17:30.710Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:17:30.710Z] ---> Using cache [2020-10-22T07:17:30.710Z] ---> 2eb792547751 [2020-10-22T07:17:30.710Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T07:17:30.710Z] ---> Using cache [2020-10-22T07:17:30.710Z] ---> f26014f500e7 [2020-10-22T07:17:30.710Z] Step 6/22 : COPY go.mod . [2020-10-22T07:17:30.710Z] ---> Using cache [2020-10-22T07:17:30.710Z] ---> cb9aebdbdd6d [2020-10-22T07:17:30.710Z] Step 7/22 : RUN go mod download [2020-10-22T07:17:30.710Z] ---> Using cache [2020-10-22T07:17:30.710Z] ---> 005f27412be0 [2020-10-22T07:17:30.710Z] Step 8/22 : COPY . . [2020-10-22T07:17:30.710Z] ---> Using cache [2020-10-22T07:17:30.710Z] ---> 3a071535ca44 [2020-10-22T07:17:30.710Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T07:17:31.707Z] ---> e82cce997a5b [2020-10-22T07:17:31.707Z] Step 6/29 : RUN go mod download [2020-10-22T07:17:31.707Z] ---> Running in f56291126776 [2020-10-22T07:17:31.989Z] ---> Running in 53165629d748 [2020-10-22T07:17:33.445Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T07:17:33.445Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T07:17:34.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T07:17:35.450Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:17:35.450Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:17:35.450Z] ---> 13962b60e3f9 [2020-10-22T07:17:35.450Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T07:17:35.450Z] ---> Using cache [2020-10-22T07:17:35.450Z] ---> cbf8b435b17a [2020-10-22T07:17:35.450Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:17:35.450Z] ---> Using cache [2020-10-22T07:17:35.450Z] ---> 2eb792547751 [2020-10-22T07:17:35.450Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T07:17:36.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T07:17:36.054Z] ---> Running in 7fe6751c67ab [2020-10-22T07:17:36.339Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T07:17:36.339Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T07:17:37.336Z] Removing intermediate container 53165629d748 [2020-10-22T07:17:37.336Z] ---> ae10fbd61a70 [2020-10-22T07:17:37.336Z] Step 7/29 : COPY . . [2020-10-22T07:17:37.336Z] Collecting PyYAML<4,>=3.10 [2020-10-22T07:17:37.336Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T07:17:38.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:17:40.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:17:41.711Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:17:41.711Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:17:41.711Z] OK: 12623 distinct packages available [2020-10-22T07:17:41.989Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T07:17:41.989Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T07:17:42.772Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T07:17:42.772Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T07:17:43.065Z] OK: 217 MiB in 51 packages [2020-10-22T07:17:43.735Z] Collecting idna<2.8,>=2.5 [2020-10-22T07:17:43.735Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T07:17:43.735Z] 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-22T07:17:44.855Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T07:17:44.855Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T07:17:45.857Z] 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-22T07:17:45.857Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T07:17:45.857Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T07:17:45.857Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T07:17:45.857Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T07:17:46.840Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, texttable, docopt, cached-property, PyYAML, jsonschema, docker-compose [2020-10-22T07:17:47.445Z] Removing intermediate container 7fe6751c67ab [2020-10-22T07:17:47.445Z] Attempting uninstall: idna [2020-10-22T07:17:47.445Z] ---> e4396ec3193d [2020-10-22T07:17:47.445Z] Step 6/23 : COPY go.mod . [2020-10-22T07:17:47.445Z] Found existing installation: idna 2.9 [2020-10-22T07:17:47.445Z] Uninstalling idna-2.9: [2020-10-22T07:17:47.724Z] Successfully uninstalled idna-2.9 [2020-10-22T07:17:48.326Z] Attempting uninstall: urllib3 [2020-10-22T07:17:48.326Z] Found existing installation: urllib3 1.25.9 [2020-10-22T07:17:48.326Z] Uninstalling urllib3-1.25.9: [2020-10-22T07:17:48.607Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T07:17:49.604Z] ---> b1ef87b03651 [2020-10-22T07:17:49.604Z] Step 7/23 : RUN go mod download [2020-10-22T07:17:49.893Z] Attempting uninstall: requests [2020-10-22T07:17:49.894Z] Found existing installation: requests 2.23.0 [2020-10-22T07:17:49.894Z] Uninstalling requests-2.23.0: [2020-10-22T07:17:49.894Z] ---> Running in 343fd178aac2 [2020-10-22T07:17:50.168Z] Successfully uninstalled requests-2.23.0 [2020-10-22T07:17:50.452Z] ---> facc510160d8 [2020-10-22T07:17:50.453Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T07:17:50.736Z] ---> Running in e472228494b4 [2020-10-22T07:17:50.736Z] Removing intermediate container 0416354e71a6 [2020-10-22T07:17:50.736Z] ---> 95760804754d [2020-10-22T07:17:50.736Z] [2020-10-22T07:17:50.736Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T07:17:51.355Z] 3.10: Pulling from library/alpine [2020-10-22T07:17:51.638Z] Running setup.py install for dockerpty: started [2020-10-22T07:17:53.188Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T07:17:53.188Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T07:17:53.188Z] ---> 536a684cf733 [2020-10-22T07:17:53.188Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T07:17:53.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T07:17:53.749Z] ---> Running in 9595b6bbd133 [2020-10-22T07:17:54.359Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T07:17:54.359Z] Running setup.py install for texttable: started [2020-10-22T07:17:55.397Z] Removing intermediate container 343fd178aac2 [2020-10-22T07:17:55.397Z] ---> bd4be6642651 [2020-10-22T07:17:55.397Z] Step 8/23 : COPY . . [2020-10-22T07:17:56.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:17:56.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:17:57.277Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T07:17:57.277Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T07:17:57.277Z] OK: 10167 distinct packages available [2020-10-22T07:17:57.277Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T07:17:57.277Z] Running setup.py install for docopt: started [2020-10-22T07:17:57.882Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T07:17:58.162Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T07:17:58.162Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T07:17:58.162Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T07:17:58.162Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T07:17:58.162Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T07:17:58.162Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T07:17:58.455Z] OK: 7 MiB in 19 packages [2020-10-22T07:18:01.085Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T07:18:01.086Z] Running setup.py install for PyYAML: started [2020-10-22T07:18:03.079Z] Removing intermediate container 9595b6bbd133 [2020-10-22T07:18:03.079Z] ---> dfc03bd84242 [2020-10-22T07:18:03.079Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T07:18:03.676Z] ---> Running in dc1ee8d83d07 [2020-10-22T07:18:04.279Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T07:18:05.272Z] Removing intermediate container dc1ee8d83d07 [2020-10-22T07:18:05.272Z] ---> b5182ad33b17 [2020-10-22T07:18:05.272Z] Step 13/26 : WORKDIR / [2020-10-22T07:18:05.550Z] ---> Running in 436602c57371 [2020-10-22T07:18:06.155Z] 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-22T07:18:06.429Z] Removing intermediate container 436602c57371 [2020-10-22T07:18:06.429Z] ---> f5420ed7db48 [2020-10-22T07:18:06.429Z] 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-22T07:18:06.704Z] ---> 766c0f30c8a8 [2020-10-22T07:18:06.704Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T07:18:06.979Z] ---> Running in 15248ac57afd [2020-10-22T07:18:07.587Z] ---> 1a731140b875 [2020-10-22T07:18:07.587Z] 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-22T07:18:09.033Z] ---> aee3a3c5d9d9 [2020-10-22T07:18:09.033Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T07:18:09.635Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T07:18:09.944Z] ---> 8c3aff0a51c9 [2020-10-22T07:18:09.944Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T07:18:11.395Z] ---> 5b7ebe9ee070 [2020-10-22T07:18:11.395Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T07:18:12.846Z] Removing intermediate container 584f44f05bf0 [2020-10-22T07:18:12.846Z] ---> 1dd673afb104 [2020-10-22T07:18:12.846Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T07:18:12.846Z] ---> Running in 413477a80e7c [2020-10-22T07:18:13.451Z] ---> 686eb895c4cb [2020-10-22T07:18:13.451Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T07:18:15.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:18:15.739Z] ---> df6277c5e064 [2020-10-22T07:18:15.739Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T07:18:16.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:18:16.617Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T07:18:16.617Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T07:18:16.617Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T07:18:16.617Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:18:16.617Z] OK: 71 MiB in 58 packages [2020-10-22T07:18:17.614Z] ---> da9d9808df8e [2020-10-22T07:18:17.614Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T07:18:18.605Z] ---> 6ce4bf1114d7 [2020-10-22T07:18:18.605Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T07:18:18.893Z] Removing intermediate container 413477a80e7c [2020-10-22T07:18:18.893Z] ---> 6aba7f3be672 [2020-10-22T07:18:18.893Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T07:18:18.893Z] ---> Running in 9da1a74e9b89 [2020-10-22T07:18:18.893Z] ---> Running in 392c075c7faa [2020-10-22T07:18:19.891Z] Removing intermediate container 392c075c7faa [2020-10-22T07:18:19.891Z] ---> 17a7cee47189 [2020-10-22T07:18:19.891Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:18:20.167Z] ---> Running in 83222521b94c [2020-10-22T07:18:20.771Z] Removing intermediate container 83222521b94c [2020-10-22T07:18:20.771Z] ---> 9bd839e8fedd [2020-10-22T07:18:20.771Z] Step 25/27 : LABEL arch=arm64 [2020-10-22T07:18:21.073Z] ---> Running in 8662e4ff3fb8 [2020-10-22T07:18:21.679Z] Removing intermediate container 8662e4ff3fb8 [2020-10-22T07:18:21.679Z] ---> 640a7e7ffb67 [2020-10-22T07:18:21.679Z] Step 26/27 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:18:21.957Z] ---> Running in 292af9cad96d [2020-10-22T07:18:22.569Z] Removing intermediate container 292af9cad96d [2020-10-22T07:18:22.851Z] ---> 34e3b49b56a7 [2020-10-22T07:18:22.851Z] Step 27/27 : LABEL version=1.2.2-dev.89 [2020-10-22T07:18:22.851Z] ---> Running in 7faa4d97e2dc [2020-10-22T07:18:23.135Z] Removing intermediate container 9da1a74e9b89 [2020-10-22T07:18:23.135Z] ---> 3190fd058298 [2020-10-22T07:18:23.135Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T07:18:23.411Z] ---> Running in eb5698e6bee9 [2020-10-22T07:18:23.691Z] Removing intermediate container 7faa4d97e2dc [2020-10-22T07:18:23.691Z] ---> 1a76141db912 [2020-10-22T07:18:23.691Z] [2020-10-22T07:18:24.300Z] Successfully built 1a76141db912 [2020-10-22T07:18:24.300Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-22T07:18:24.300Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go [2020-10-22T07:18:24.300Z] Removing intermediate container eb5698e6bee9 [2020-10-22T07:18:24.300Z] ---> 15b9f1f629e1 [2020-10-22T07:18:24.300Z] Step 24/26 : LABEL arch=arm64 [2020-10-22T07:18:24.575Z] ---> Running in a5264b10ae97 [2020-10-22T07:18:25.177Z] Removing intermediate container a5264b10ae97 [2020-10-22T07:18:25.178Z] ---> cb9e3ebbff78 [2020-10-22T07:18:25.178Z] Step 25/26 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:18:25.452Z] ---> Running in 9521588e57a3 [2020-10-22T07:18:26.445Z] Removing intermediate container 9521588e57a3 [2020-10-22T07:18:26.445Z] ---> b9e2767d87d7 [2020-10-22T07:18:26.445Z] Step 26/26 : LABEL version=1.2.2-dev.89 [2020-10-22T07:18:27.046Z] ---> Running in 80d9362c5c07 [2020-10-22T07:18:28.540Z] Removing intermediate container 80d9362c5c07 [2020-10-22T07:18:28.540Z] ---> 150ff8692ebd [2020-10-22T07:18:28.540Z] [2020-10-22T07:18:28.540Z] Successfully built 150ff8692ebd [2020-10-22T07:18:28.540Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-22T07:18:38.753Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T07:18:38.753Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T07:18:38.753Z] ---> 13962b60e3f9 [2020-10-22T07:18:38.753Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T07:18:38.753Z] ---> Using cache [2020-10-22T07:18:38.753Z] ---> cbf8b435b17a [2020-10-22T07:18:38.753Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:18:38.753Z] ---> Using cache [2020-10-22T07:18:38.753Z] ---> 2eb792547751 [2020-10-22T07:18:38.753Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T07:18:40.204Z] ---> Running in 98b71a44bf20 [2020-10-22T07:18:42.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:18:43.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:18:45.443Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:18:45.443Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:18:45.443Z] OK: 12623 distinct packages available [2020-10-22T07:18:46.044Z] OK: 217 MiB in 51 packages [2020-10-22T07:18:47.034Z] OK: 217 MiB in 51 packages [2020-10-22T07:18:49.028Z] Removing intermediate container 98b71a44bf20 [2020-10-22T07:18:49.028Z] ---> 10d32bd017de [2020-10-22T07:18:49.028Z] Step 6/22 : COPY go.mod . [2020-10-22T07:18:49.698Z] ---> e62acd813425 [2020-10-22T07:18:49.698Z] Step 7/22 : RUN go mod download [2020-10-22T07:18:50.132Z] ---> Running in 2abd0ad1b2ca [2020-10-22T07:18:54.690Z] Removing intermediate container 2abd0ad1b2ca [2020-10-22T07:18:54.690Z] ---> 5cefa107baec [2020-10-22T07:18:54.690Z] Step 8/22 : COPY . . [2020-10-22T07:19:07.131Z] ---> e4fa10ee339f [2020-10-22T07:19:07.131Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T07:19:07.131Z] ---> Running in 67c77ffb597d [2020-10-22T07:19:09.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.89" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T07:19:09.135Z] Removing intermediate container e472228494b4 [2020-10-22T07:19:09.135Z] ---> 8aa6983d87c2 [2020-10-22T07:19:09.135Z] [2020-10-22T07:19:09.135Z] Step 9/29 : FROM alpine:latest [2020-10-22T07:19:09.135Z] ---> 2e77e061c27f [2020-10-22T07:19:09.135Z] 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-22T07:19:09.742Z] ---> Running in 2d43cf44d819 [2020-10-22T07:19:10.773Z] Removing intermediate container 2d43cf44d819 [2020-10-22T07:19:10.773Z] ---> ef0827c1665e [2020-10-22T07:19:10.773Z] Step 11/29 : USER root [2020-10-22T07:19:10.773Z] ---> Running in e6a71b6b8efc [2020-10-22T07:19:11.377Z] Removing intermediate container f56291126776 [2020-10-22T07:19:11.377Z] ---> df4e846a15e2 [2020-10-22T07:19:11.377Z] [2020-10-22T07:19:11.377Z] Step 10/22 : FROM scratch [2020-10-22T07:19:11.377Z] ---> [2020-10-22T07:19:11.377Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T07:19:11.662Z] ---> Using cache [2020-10-22T07:19:11.662Z] ---> 851f66ccbed8 [2020-10-22T07:19:11.662Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T07:19:11.662Z] Removing intermediate container e6a71b6b8efc [2020-10-22T07:19:11.662Z] ---> e8a053f77f5e [2020-10-22T07:19:11.662Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T07:19:11.662Z] ---> Running in d646be6170b5 [2020-10-22T07:19:11.948Z] ---> Running in de311dd50f86 [2020-10-22T07:19:12.567Z] Removing intermediate container d646be6170b5 [2020-10-22T07:19:12.567Z] ---> d874fd5f6bd1 [2020-10-22T07:19:12.567Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T07:19:12.846Z] ---> Running in 8ea7b4ea0095 [2020-10-22T07:19:13.453Z] Removing intermediate container 8ea7b4ea0095 [2020-10-22T07:19:13.453Z] ---> 61417ea8aba1 [2020-10-22T07:19:13.454Z] Step 14/22 : WORKDIR / [2020-10-22T07:19:13.729Z] ---> Running in 11a40fdc8709 [2020-10-22T07:19:14.341Z] Removing intermediate container 11a40fdc8709 [2020-10-22T07:19:14.341Z] ---> 24a411639854 [2020-10-22T07:19:14.341Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T07:19:14.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:19:14.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:19:15.543Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T07:19:15.543Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T07:19:15.543Z] OK: 12615 distinct packages available [2020-10-22T07:19:15.543Z] ---> d161e62f1f0d [2020-10-22T07:19:15.543Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T07:19:16.532Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T07:19:16.532Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T07:19:16.532Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:19:16.806Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T07:19:17.083Z] OK: 6 MiB in 16 packages [2020-10-22T07:19:17.686Z] ---> 63687f81a76d [2020-10-22T07:19:17.686Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T07:19:19.129Z] ---> 8df92614922b [2020-10-22T07:19:19.129Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T07:19:19.129Z] ---> Running in be107e36746d [2020-10-22T07:19:19.734Z] Removing intermediate container de311dd50f86 [2020-10-22T07:19:19.734Z] ---> a4d40f760115 [2020-10-22T07:19:19.734Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T07:19:20.016Z] ---> Running in b85b016f4f54 [2020-10-22T07:19:20.016Z] Removing intermediate container be107e36746d [2020-10-22T07:19:20.016Z] ---> b1d5c0e8a7a3 [2020-10-22T07:19:20.016Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:19:20.308Z] ---> Running in 28f337e668cd [2020-10-22T07:19:20.585Z] Removing intermediate container b85b016f4f54 [2020-10-22T07:19:20.585Z] ---> b1202c801532 [2020-10-22T07:19:20.585Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T07:19:20.862Z] ---> Running in d46d6a9c028c [2020-10-22T07:19:21.137Z] Removing intermediate container 28f337e668cd [2020-10-22T07:19:21.137Z] ---> fe4fad29327f [2020-10-22T07:19:21.137Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T07:19:21.412Z] ---> Running in 56d7b31bbb0b [2020-10-22T07:19:21.688Z] Removing intermediate container d46d6a9c028c [2020-10-22T07:19:21.688Z] ---> fae3735b0fb1 [2020-10-22T07:19:21.688Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T07:19:21.976Z] ---> Running in ded3c5d67270 [2020-10-22T07:19:22.255Z] Removing intermediate container 56d7b31bbb0b [2020-10-22T07:19:22.255Z] ---> f596ab15d2c8 [2020-10-22T07:19:22.255Z] Step 21/22 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:19:22.531Z] ---> Running in 7d19c10e5545 [2020-10-22T07:19:23.517Z] Removing intermediate container 7d19c10e5545 [2020-10-22T07:19:23.517Z] ---> d2e91056aa75 [2020-10-22T07:19:23.517Z] Step 22/22 : LABEL version=1.2.2-dev.89 [2020-10-22T07:19:23.791Z] ---> Running in 7a800bc4b840 [2020-10-22T07:19:24.393Z] Removing intermediate container 7a800bc4b840 [2020-10-22T07:19:24.393Z] ---> 02d971a0995e [2020-10-22T07:19:24.393Z] [2020-10-22T07:19:24.670Z] Successfully built 02d971a0995e [2020-10-22T07:19:24.947Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-22T07:19:26.395Z]  Building docker-core-command-go ... done Removing intermediate container ded3c5d67270 [2020-10-22T07:19:26.395Z] ---> c8c4d0bd5f19 [2020-10-22T07:19:26.395Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T07:19:27.847Z] ---> 8a1d47dcae96 [2020-10-22T07:19:27.847Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T07:19:28.838Z] ---> 58802b5a534a [2020-10-22T07:19:28.838Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T07:19:29.856Z] ---> 90805823159f [2020-10-22T07:19:29.856Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T07:19:31.315Z] ---> 9ef33cca8e82 [2020-10-22T07:19:31.315Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T07:19:32.301Z] ---> 3497f8d50187 [2020-10-22T07:19:32.301Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T07:19:32.301Z] ---> Running in 6da4e736ff9b [2020-10-22T07:19:36.630Z] Removing intermediate container 6da4e736ff9b [2020-10-22T07:19:36.630Z] ---> 984f015b3af1 [2020-10-22T07:19:36.630Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T07:19:36.906Z] ---> 8f344dda7506 [2020-10-22T07:19:36.906Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T07:19:37.185Z] ---> Running in 802c5b332e96 [2020-10-22T07:19:40.613Z] Removing intermediate container 802c5b332e96 [2020-10-22T07:19:40.613Z] ---> 873b49d61eda [2020-10-22T07:19:40.613Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T07:19:40.905Z] ---> Running in c49def2b0bc5 [2020-10-22T07:19:45.257Z] Removing intermediate container c49def2b0bc5 [2020-10-22T07:19:45.257Z] ---> 4af5db5a7d01 [2020-10-22T07:19:45.257Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T07:19:45.257Z] ---> Running in 63b285274c79 [2020-10-22T07:19:45.533Z] Removing intermediate container 63b285274c79 [2020-10-22T07:19:45.533Z] ---> b794a8d1ef08 [2020-10-22T07:19:45.533Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T07:19:45.810Z] ---> Running in 8363cabc3167 [2020-10-22T07:19:46.797Z] Removing intermediate container 8363cabc3167 [2020-10-22T07:19:46.797Z] ---> 80d3578b57a5 [2020-10-22T07:19:46.797Z] Step 27/29 : LABEL arch=arm64 [2020-10-22T07:19:46.797Z] ---> Running in 6093d4ff5c64 [2020-10-22T07:19:47.396Z] Removing intermediate container 6093d4ff5c64 [2020-10-22T07:19:47.396Z] ---> 0883eee3cf46 [2020-10-22T07:19:47.396Z] Step 28/29 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:19:47.396Z] ---> Running in 55d3ac0cd59e [2020-10-22T07:19:48.384Z] Removing intermediate container 55d3ac0cd59e [2020-10-22T07:19:48.384Z] ---> 683f5501ae67 [2020-10-22T07:19:48.384Z] Step 29/29 : LABEL version=1.2.2-dev.89 [2020-10-22T07:19:48.384Z] ---> Running in 3c5a66484d2c [2020-10-22T07:19:48.992Z] Removing intermediate container 3c5a66484d2c [2020-10-22T07:19:48.992Z] ---> b4d1b0866245 [2020-10-22T07:19:48.992Z] [2020-10-22T07:19:49.273Z] Successfully built b4d1b0866245 [2020-10-22T07:19:49.558Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-22T07:19:53.904Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 15248ac57afd [2020-10-22T07:19:53.904Z] ---> 6111667d60f7 [2020-10-22T07:19:53.904Z] [2020-10-22T07:19:53.904Z] Step 10/23 : FROM alpine [2020-10-22T07:19:53.904Z] ---> 2e77e061c27f [2020-10-22T07:19:53.904Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T07:19:53.904Z] ---> Running in 45167305d403 [2020-10-22T07:19:53.904Z] Removing intermediate container 45167305d403 [2020-10-22T07:19:53.904Z] ---> 27369ab6a9b5 [2020-10-22T07:19:53.904Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T07:19:54.194Z] ---> Running in 36c560bd8507 [2020-10-22T07:19:54.477Z] Removing intermediate container 36c560bd8507 [2020-10-22T07:19:54.477Z] ---> dd22894790a7 [2020-10-22T07:19:54.477Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T07:19:54.756Z] ---> Running in d0b92a0f676c [2020-10-22T07:19:55.372Z] Removing intermediate container d0b92a0f676c [2020-10-22T07:19:55.372Z] ---> 4232e7534baa [2020-10-22T07:19:55.372Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T07:19:55.372Z] ---> Running in f11dea8737d8 [2020-10-22T07:19:58.029Z] Removing intermediate container 67c77ffb597d [2020-10-22T07:19:58.029Z] ---> 5766bb7dd647 [2020-10-22T07:19:58.029Z] [2020-10-22T07:19:58.029Z] Step 10/22 : FROM scratch [2020-10-22T07:19:58.029Z] ---> [2020-10-22T07:19:58.029Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T07:19:58.029Z] ---> Using cache [2020-10-22T07:19:58.029Z] ---> aa2855847267 [2020-10-22T07:19:58.029Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T07:19:58.029Z] ---> Running in df563cd87773 [2020-10-22T07:19:58.306Z] Removing intermediate container f11dea8737d8 [2020-10-22T07:19:58.306Z] ---> c372e70b2b90 [2020-10-22T07:19:58.306Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T07:19:58.621Z] Removing intermediate container df563cd87773 [2020-10-22T07:19:58.621Z] ---> d6093bf5e90c [2020-10-22T07:19:58.621Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T07:19:58.621Z] ---> Running in e63b605763f5 [2020-10-22T07:19:58.621Z] ---> Running in 630454c6b001 [2020-10-22T07:19:59.225Z] Removing intermediate container 630454c6b001 [2020-10-22T07:19:59.226Z] ---> b60e20d8e2c2 [2020-10-22T07:19:59.226Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T07:19:59.825Z] ---> 8a29685f70cc [2020-10-22T07:19:59.825Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T07:20:00.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T07:20:00.706Z] ---> e0972f321254 [2020-10-22T07:20:00.706Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T07:20:00.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T07:20:01.603Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T07:20:01.603Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T07:20:01.603Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T07:20:01.879Z] ---> d54c37f41d2c [2020-10-22T07:20:01.879Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T07:20:01.879Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T07:20:01.879Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T07:20:02.156Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T07:20:02.156Z] OK: 8 MiB in 19 packages [2020-10-22T07:20:02.753Z] ---> f2225dc436fd [2020-10-22T07:20:02.753Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T07:20:02.753Z] ---> Running in 26e49d6914f0 [2020-10-22T07:20:03.351Z] Removing intermediate container 26e49d6914f0 [2020-10-22T07:20:03.351Z] ---> 4c83dc0b860a [2020-10-22T07:20:03.351Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:20:03.351Z] Removing intermediate container e63b605763f5 [2020-10-22T07:20:03.351Z] ---> 9310eae74ed2 [2020-10-22T07:20:03.351Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T07:20:03.351Z] ---> Running in 173f660abf68 [2020-10-22T07:20:03.999Z] Removing intermediate container 173f660abf68 [2020-10-22T07:20:03.999Z] ---> 11fd031c314a [2020-10-22T07:20:03.999Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T07:20:03.999Z] ---> 6cb7c93510e5 [2020-10-22T07:20:03.999Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T07:20:03.999Z] ---> Running in c0abbba123ac [2020-10-22T07:20:04.694Z] Removing intermediate container c0abbba123ac [2020-10-22T07:20:04.694Z] ---> 5e8b311a3427 [2020-10-22T07:20:04.694Z] Step 21/22 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:04.694Z] ---> Running in 142df52ab699 [2020-10-22T07:20:05.329Z] Removing intermediate container 142df52ab699 [2020-10-22T07:20:05.329Z] ---> 5a570990f9bd [2020-10-22T07:20:05.329Z] Step 22/22 : LABEL version=1.2.2-dev.89 [2020-10-22T07:20:05.329Z] ---> 25ca54d693b6 [2020-10-22T07:20:05.329Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T07:20:05.625Z] ---> Running in 875e02ae2528 [2020-10-22T07:20:06.233Z] Removing intermediate container 875e02ae2528 [2020-10-22T07:20:06.233Z] ---> 18524c98da1e [2020-10-22T07:20:06.233Z] [2020-10-22T07:20:06.233Z] ---> 7e864aba0d6c [2020-10-22T07:20:06.233Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T07:20:06.233Z] Successfully built 18524c98da1e [2020-10-22T07:20:06.509Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-22T07:20:06.509Z]  Building docker-support-logging-go ... done  ---> Running in aacb5837d9ec [2020-10-22T07:20:07.111Z] Removing intermediate container aacb5837d9ec [2020-10-22T07:20:07.111Z] ---> 548787192a8a [2020-10-22T07:20:07.111Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T07:20:07.111Z] ---> Running in 10b9720b1882 [2020-10-22T07:20:07.387Z] Removing intermediate container 10b9720b1882 [2020-10-22T07:20:07.387Z] ---> 6dd67e523650 [2020-10-22T07:20:07.387Z] Step 21/23 : LABEL arch=arm64 [2020-10-22T07:20:07.663Z] ---> Running in e1cde193f995 [2020-10-22T07:20:07.937Z] Removing intermediate container e1cde193f995 [2020-10-22T07:20:07.937Z] ---> a7ff345d6871 [2020-10-22T07:20:07.937Z] Step 22/23 : LABEL git_sha=162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:08.213Z] ---> Running in 4a3700593590 [2020-10-22T07:20:08.493Z] Removing intermediate container 4a3700593590 [2020-10-22T07:20:08.493Z] ---> 9a358a19f160 [2020-10-22T07:20:08.493Z] Step 23/23 : LABEL version=1.2.2-dev.89 [2020-10-22T07:20:08.770Z] ---> Running in 969b6f291d11 [2020-10-22T07:20:09.064Z] Removing intermediate container 969b6f291d11 [2020-10-22T07:20:09.064Z] ---> 9ac7aaf0e665 [2020-10-22T07:20:09.064Z] [2020-10-22T07:20:09.342Z] Successfully built 9ac7aaf0e665 [2020-10-22T07:20:09.342Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-22T07:20:09.963Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-22T07:20:09.965Z] $ docker stop --time=1 17825d32b8d51bae83f27c3c7e8d687490a3def2df09108fa0e5b057dad9a3a0 [2020-10-22T07:20:11.872Z] $ docker rm -f 17825d32b8d51bae83f27c3c7e8d687490a3def2df09108fa0e5b057dad9a3a0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:20:12.533Z] + docker images [2020-10-22T07:20:12.534Z] + grep docker [2020-10-22T07:20:12.805Z] docker-core-data-go-arm64 latest 9ac7aaf0e665 4 seconds ago 22.2MB [2020-10-22T07:20:12.805Z] docker-support-logging-go-arm64 latest 18524c98da1e 7 seconds ago 10.6MB [2020-10-22T07:20:12.805Z] docker-security-secrets-setup-go-arm64 latest b4d1b0866245 24 seconds ago 22.7MB [2020-10-22T07:20:12.805Z] docker-core-command-go-arm64 latest 02d971a0995e 48 seconds ago 11.4MB [2020-10-22T07:20:12.805Z] docker-security-secretstore-setup-go-arm64 latest 150ff8692ebd About a minute ago 30.8MB [2020-10-22T07:20:12.805Z] docker-sys-mgmt-agent-go-arm64 latest 1a76141db912 About a minute ago 270MB [2020-10-22T07:20:12.805Z] docker-core-metadata-go-arm64 latest 4c5a6fb456f5 2 minutes ago 13.5MB [2020-10-22T07:20:12.805Z] docker-support-notifications-go-arm64 latest a300503b8e24 3 minutes ago 12.9MB [2020-10-22T07:20:12.805Z] docker-support-scheduler-go-arm64 latest a16bcdc6fd9e 3 minutes ago 11.5MB [2020-10-22T07:20:12.805Z] docker-security-proxy-setup-go-arm64 latest 2caa9144490a 3 minutes ago 15.1MB [2020-10-22T07:20:12.805Z] docker latest 5d4db4dc0692 4 hours 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-22T07:20:13.909Z] provisioning config files... [2020-10-22T07:20:13.997Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/205@tmp/config390087366212990062tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:20:14.406Z] ---> docker-login.sh [2020-10-22T07:20:14.406Z] nexus3.edgexfoundry.org:10001 [2020-10-22T07:20:14.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:20:14.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:20:14.951Z] Configure a credential helper to remove this warning. See [2020-10-22T07:20:14.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:20:14.951Z] [2020-10-22T07:20:14.951Z] Login Succeeded [2020-10-22T07:20:14.951Z] nexus3.edgexfoundry.org:10002 [2020-10-22T07:20:15.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:20:16.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:20:16.652Z] Configure a credential helper to remove this warning. See [2020-10-22T07:20:16.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:20:16.652Z] [2020-10-22T07:20:16.652Z] Login Succeeded [2020-10-22T07:20:16.652Z] nexus3.edgexfoundry.org:10003 [2020-10-22T07:20:16.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:20:17.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:20:17.519Z] Configure a credential helper to remove this warning. See [2020-10-22T07:20:17.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:20:17.519Z] [2020-10-22T07:20:17.519Z] Login Succeeded [2020-10-22T07:20:17.519Z] nexus3.edgexfoundry.org:10004 [2020-10-22T07:20:17.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:20:18.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:20:18.065Z] Configure a credential helper to remove this warning. See [2020-10-22T07:20:18.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:20:18.065Z] [2020-10-22T07:20:18.065Z] Login Succeeded [2020-10-22T07:20:18.065Z] docker.io [2020-10-22T07:20:18.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-22T07:20:18.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-22T07:20:18.925Z] Configure a credential helper to remove this warning. See [2020-10-22T07:20:18.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-22T07:20:18.925Z] [2020-10-22T07:20:18.925Z] Login Succeeded [2020-10-22T07:20:18.925Z] ---> docker-login.sh ends [Pipeline] } [2020-10-22T07:20:18.942Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:20:19.472Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-22T07:20:19.472Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:19.472Z] 1.2.2-dev.89 [2020-10-22T07:20:19.472Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:19.472Z] master [2020-10-22T07:20:19.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:20.104Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:20.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:20.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T07:20:20.441Z] 261183773414: Preparing [2020-10-22T07:20:20.441Z] a9aed2b3b25c: Preparing [2020-10-22T07:20:20.441Z] a7dbaadb89ac: Preparing [2020-10-22T07:20:21.861Z] 261183773414: Pushed [2020-10-22T07:20:22.132Z] a7dbaadb89ac: Pushed [2020-10-22T07:20:24.751Z] a9aed2b3b25c: Pushed [2020-10-22T07:20:24.751Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:66e205628e0d81fdd2de036f9b3d99fc1cef0a561ce688a2e7e839cfaddab633 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:25.088Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:25.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:25.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T07:20:25.421Z] 261183773414: Preparing [2020-10-22T07:20:25.421Z] a9aed2b3b25c: Preparing [2020-10-22T07:20:25.421Z] a7dbaadb89ac: Preparing [2020-10-22T07:20:25.690Z] a9aed2b3b25c: Layer already exists [2020-10-22T07:20:25.690Z] a7dbaadb89ac: Layer already exists [2020-10-22T07:20:25.690Z] 261183773414: Layer already exists [2020-10-22T07:20:25.690Z] 1.2.2-dev.89: digest: sha256:66e205628e0d81fdd2de036f9b3d99fc1cef0a561ce688a2e7e839cfaddab633 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:26.028Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:26.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:26.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T07:20:26.365Z] 261183773414: Preparing [2020-10-22T07:20:26.365Z] a9aed2b3b25c: Preparing [2020-10-22T07:20:26.365Z] a7dbaadb89ac: Preparing [2020-10-22T07:20:26.635Z] 261183773414: Layer already exists [2020-10-22T07:20:26.635Z] a9aed2b3b25c: Layer already exists [2020-10-22T07:20:26.635Z] a7dbaadb89ac: Layer already exists [2020-10-22T07:20:26.635Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:66e205628e0d81fdd2de036f9b3d99fc1cef0a561ce688a2e7e839cfaddab633 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:26.976Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:27.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-22T07:20:27.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-22T07:20:27.310Z] 261183773414: Preparing [2020-10-22T07:20:27.310Z] a9aed2b3b25c: Preparing [2020-10-22T07:20:27.310Z] a7dbaadb89ac: Preparing [2020-10-22T07:20:27.584Z] a7dbaadb89ac: Layer already exists [2020-10-22T07:20:27.584Z] 261183773414: Layer already exists [2020-10-22T07:20:27.584Z] a9aed2b3b25c: Layer already exists [2020-10-22T07:20:27.584Z] master: digest: sha256:66e205628e0d81fdd2de036f9b3d99fc1cef0a561ce688a2e7e839cfaddab633 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:20:27.866Z] ===================================================== [Pipeline] echo [2020-10-22T07:20:27.914Z] taggedImages: [2020-10-22T07:20:27.914Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:27.914Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:27.914Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:27.914Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-22T07:20:27.980Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-22T07:20:27.981Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:27.981Z] 1.2.2-dev.89 [2020-10-22T07:20:27.981Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:27.981Z] master [2020-10-22T07:20:27.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:28.564Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:28.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:28.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T07:20:28.897Z] d84f52b2fce4: Preparing [2020-10-22T07:20:28.897Z] 2e2ae375d1fe: Preparing [2020-10-22T07:20:28.897Z] 38fcd4aa2e3f: Preparing [2020-10-22T07:20:28.897Z] 91a5553f7860: Preparing [2020-10-22T07:20:28.897Z] ee40ddfa021e: Preparing [2020-10-22T07:20:28.897Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:28.897Z] cd3761cfa1d9: Waiting [2020-10-22T07:20:29.167Z] ee40ddfa021e: Pushed [2020-10-22T07:20:29.437Z] 38fcd4aa2e3f: Pushed [2020-10-22T07:20:29.437Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:29.437Z] d84f52b2fce4: Pushed [2020-10-22T07:20:30.036Z] 91a5553f7860: Pushed [2020-10-22T07:20:32.637Z] 2e2ae375d1fe: Pushed [2020-10-22T07:20:32.637Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:26d38f783cb159301818d538b2856c5e21f0b682f0bd09ea6b24ea09704b2446 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:32.982Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:33.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:33.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T07:20:33.317Z] d84f52b2fce4: Preparing [2020-10-22T07:20:33.317Z] 2e2ae375d1fe: Preparing [2020-10-22T07:20:33.317Z] 38fcd4aa2e3f: Preparing [2020-10-22T07:20:33.317Z] 91a5553f7860: Preparing [2020-10-22T07:20:33.317Z] ee40ddfa021e: Preparing [2020-10-22T07:20:33.317Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:33.317Z] cd3761cfa1d9: Waiting [2020-10-22T07:20:33.317Z] 2e2ae375d1fe: Layer already exists [2020-10-22T07:20:33.589Z] 91a5553f7860: Layer already exists [2020-10-22T07:20:33.589Z] ee40ddfa021e: Layer already exists [2020-10-22T07:20:33.589Z] 38fcd4aa2e3f: Layer already exists [2020-10-22T07:20:33.589Z] d84f52b2fce4: Layer already exists [2020-10-22T07:20:33.589Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:33.589Z] 1.2.2-dev.89: digest: sha256:26d38f783cb159301818d538b2856c5e21f0b682f0bd09ea6b24ea09704b2446 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:33.956Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:34.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:34.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T07:20:34.295Z] d84f52b2fce4: Preparing [2020-10-22T07:20:34.295Z] 2e2ae375d1fe: Preparing [2020-10-22T07:20:34.295Z] 38fcd4aa2e3f: Preparing [2020-10-22T07:20:34.295Z] 91a5553f7860: Preparing [2020-10-22T07:20:34.295Z] ee40ddfa021e: Preparing [2020-10-22T07:20:34.295Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:34.295Z] cd3761cfa1d9: Waiting [2020-10-22T07:20:34.565Z] 91a5553f7860: Layer already exists [2020-10-22T07:20:34.565Z] ee40ddfa021e: Layer already exists [2020-10-22T07:20:34.565Z] d84f52b2fce4: Layer already exists [2020-10-22T07:20:34.565Z] 2e2ae375d1fe: Layer already exists [2020-10-22T07:20:34.565Z] 38fcd4aa2e3f: Layer already exists [2020-10-22T07:20:34.565Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:34.565Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:26d38f783cb159301818d538b2856c5e21f0b682f0bd09ea6b24ea09704b2446 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:34.903Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:35.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-22T07:20:35.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-22T07:20:35.267Z] d84f52b2fce4: Preparing [2020-10-22T07:20:35.267Z] 2e2ae375d1fe: Preparing [2020-10-22T07:20:35.267Z] 38fcd4aa2e3f: Preparing [2020-10-22T07:20:35.267Z] 91a5553f7860: Preparing [2020-10-22T07:20:35.267Z] ee40ddfa021e: Preparing [2020-10-22T07:20:35.267Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:35.267Z] cd3761cfa1d9: Waiting [2020-10-22T07:20:35.547Z] 2e2ae375d1fe: Layer already exists [2020-10-22T07:20:35.547Z] d84f52b2fce4: Layer already exists [2020-10-22T07:20:35.547Z] ee40ddfa021e: Layer already exists [2020-10-22T07:20:35.547Z] 91a5553f7860: Layer already exists [2020-10-22T07:20:35.547Z] 38fcd4aa2e3f: Layer already exists [2020-10-22T07:20:35.547Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:35.547Z] master: digest: sha256:26d38f783cb159301818d538b2856c5e21f0b682f0bd09ea6b24ea09704b2446 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:20:35.745Z] ===================================================== [Pipeline] echo [2020-10-22T07:20:35.791Z] taggedImages: [2020-10-22T07:20:35.791Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:35.791Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:35.791Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:35.791Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-22T07:20:35.857Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-22T07:20:35.857Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:35.857Z] 1.2.2-dev.89 [2020-10-22T07:20:35.857Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:35.857Z] master [2020-10-22T07:20:35.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:36.378Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:36.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:36.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T07:20:36.731Z] 5f15193cf57d: Preparing [2020-10-22T07:20:36.731Z] bf386f798065: Preparing [2020-10-22T07:20:36.731Z] 25f6ca3a1dd6: Preparing [2020-10-22T07:20:37.003Z] 25f6ca3a1dd6: Pushed [2020-10-22T07:20:37.003Z] 5f15193cf57d: Pushed [2020-10-22T07:20:40.383Z] bf386f798065: Pushed [2020-10-22T07:20:40.383Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:bacc0c99cfc3c04ab785282aefbd4d23c326507e970eb1fbd9bd77917b0f403e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:40.729Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:41.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:41.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T07:20:41.076Z] 5f15193cf57d: Preparing [2020-10-22T07:20:41.076Z] bf386f798065: Preparing [2020-10-22T07:20:41.076Z] 25f6ca3a1dd6: Preparing [2020-10-22T07:20:41.076Z] 5f15193cf57d: Layer already exists [2020-10-22T07:20:41.076Z] 25f6ca3a1dd6: Layer already exists [2020-10-22T07:20:41.076Z] bf386f798065: Layer already exists [2020-10-22T07:20:41.349Z] 1.2.2-dev.89: digest: sha256:bacc0c99cfc3c04ab785282aefbd4d23c326507e970eb1fbd9bd77917b0f403e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:41.693Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:42.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:42.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T07:20:42.026Z] 5f15193cf57d: Preparing [2020-10-22T07:20:42.026Z] bf386f798065: Preparing [2020-10-22T07:20:42.026Z] 25f6ca3a1dd6: Preparing [2020-10-22T07:20:42.026Z] bf386f798065: Layer already exists [2020-10-22T07:20:42.026Z] 25f6ca3a1dd6: Layer already exists [2020-10-22T07:20:42.026Z] 5f15193cf57d: Layer already exists [2020-10-22T07:20:42.300Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:bacc0c99cfc3c04ab785282aefbd4d23c326507e970eb1fbd9bd77917b0f403e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:42.645Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:42.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-22T07:20:42.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-22T07:20:42.983Z] 5f15193cf57d: Preparing [2020-10-22T07:20:42.983Z] bf386f798065: Preparing [2020-10-22T07:20:42.983Z] 25f6ca3a1dd6: Preparing [2020-10-22T07:20:43.254Z] bf386f798065: Layer already exists [2020-10-22T07:20:43.254Z] 25f6ca3a1dd6: Layer already exists [2020-10-22T07:20:43.254Z] 5f15193cf57d: Layer already exists [2020-10-22T07:20:43.254Z] master: digest: sha256:bacc0c99cfc3c04ab785282aefbd4d23c326507e970eb1fbd9bd77917b0f403e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:20:43.495Z] ===================================================== [Pipeline] echo [2020-10-22T07:20:43.583Z] taggedImages: [2020-10-22T07:20:43.583Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:43.583Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:43.583Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:43.583Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-22T07:20:43.700Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-22T07:20:43.700Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:43.700Z] 1.2.2-dev.89 [2020-10-22T07:20:43.700Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:43.700Z] master [2020-10-22T07:20:43.700Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:44.297Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:44.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:44.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T07:20:44.637Z] 0f269fa020f7: Preparing [2020-10-22T07:20:44.637Z] bc2cbb752b28: Preparing [2020-10-22T07:20:44.637Z] 5412294eeee9: Preparing [2020-10-22T07:20:44.637Z] 1116cb8d6168: Preparing [2020-10-22T07:20:44.637Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:44.913Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:44.913Z] bc2cbb752b28: Pushed [2020-10-22T07:20:44.913Z] 5412294eeee9: Pushed [2020-10-22T07:20:45.505Z] 1116cb8d6168: Pushed [2020-10-22T07:20:46.936Z] 0f269fa020f7: Pushed [2020-10-22T07:20:47.207Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:e786ec5309988ebaacbaaf6b447ac55476d77bbf8a20e9493586b686923ece08 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:47.553Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:47.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:47.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T07:20:47.889Z] 0f269fa020f7: Preparing [2020-10-22T07:20:47.889Z] bc2cbb752b28: Preparing [2020-10-22T07:20:47.889Z] 5412294eeee9: Preparing [2020-10-22T07:20:47.889Z] 1116cb8d6168: Preparing [2020-10-22T07:20:47.889Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:48.162Z] bc2cbb752b28: Layer already exists [2020-10-22T07:20:48.162Z] 5412294eeee9: Layer already exists [2020-10-22T07:20:48.162Z] 1116cb8d6168: Layer already exists [2020-10-22T07:20:48.162Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:48.162Z] 0f269fa020f7: Layer already exists [2020-10-22T07:20:48.162Z] 1.2.2-dev.89: digest: sha256:e786ec5309988ebaacbaaf6b447ac55476d77bbf8a20e9493586b686923ece08 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:48.504Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:48.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:48.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T07:20:48.843Z] 0f269fa020f7: Preparing [2020-10-22T07:20:48.843Z] bc2cbb752b28: Preparing [2020-10-22T07:20:48.843Z] 5412294eeee9: Preparing [2020-10-22T07:20:48.843Z] 1116cb8d6168: Preparing [2020-10-22T07:20:48.843Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:48.843Z] bc2cbb752b28: Layer already exists [2020-10-22T07:20:48.843Z] 1116cb8d6168: Layer already exists [2020-10-22T07:20:48.843Z] 0f269fa020f7: Layer already exists [2020-10-22T07:20:48.843Z] 5412294eeee9: Layer already exists [2020-10-22T07:20:49.115Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:49.115Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:e786ec5309988ebaacbaaf6b447ac55476d77bbf8a20e9493586b686923ece08 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:49.460Z] + 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-22T07:20:49.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-22T07:20:49.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-22T07:20:49.797Z] 0f269fa020f7: Preparing [2020-10-22T07:20:49.797Z] bc2cbb752b28: Preparing [2020-10-22T07:20:49.797Z] 5412294eeee9: Preparing [2020-10-22T07:20:49.797Z] 1116cb8d6168: Preparing [2020-10-22T07:20:49.797Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:50.070Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:50.070Z] bc2cbb752b28: Layer already exists [2020-10-22T07:20:50.070Z] 0f269fa020f7: Layer already exists [2020-10-22T07:20:50.070Z] 1116cb8d6168: Layer already exists [2020-10-22T07:20:50.070Z] 5412294eeee9: Layer already exists [2020-10-22T07:20:50.070Z] master: digest: sha256:e786ec5309988ebaacbaaf6b447ac55476d77bbf8a20e9493586b686923ece08 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:20:50.304Z] ===================================================== [Pipeline] echo [2020-10-22T07:20:50.364Z] taggedImages: [2020-10-22T07:20:50.364Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:50.364Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:50.364Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:50.364Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-22T07:20:50.434Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-22T07:20:50.434Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:50.434Z] 1.2.2-dev.89 [2020-10-22T07:20:50.434Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:50.434Z] master [2020-10-22T07:20:50.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:50.941Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:51.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:51.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T07:20:51.280Z] d10fb5c82d70: Preparing [2020-10-22T07:20:51.280Z] fbea970aece8: Preparing [2020-10-22T07:20:51.280Z] 9aa327da3cb3: Preparing [2020-10-22T07:20:51.280Z] 6ba874bd5bf1: Preparing [2020-10-22T07:20:51.280Z] 6ba874bd5bf1: Preparing [2020-10-22T07:20:51.280Z] 59a68f9975ad: Preparing [2020-10-22T07:20:51.280Z] e833241f53e9: Preparing [2020-10-22T07:20:51.280Z] 758111c192c3: Preparing [2020-10-22T07:20:51.280Z] d10fb5c82d70: Preparing [2020-10-22T07:20:51.280Z] 1fe21ce2e59f: Preparing [2020-10-22T07:20:51.280Z] c86e51d8cdfc: Preparing [2020-10-22T07:20:51.280Z] 82ec3637d244: Preparing [2020-10-22T07:20:51.280Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:51.280Z] 1fe21ce2e59f: Waiting [2020-10-22T07:20:51.280Z] c86e51d8cdfc: Waiting [2020-10-22T07:20:51.280Z] 82ec3637d244: Waiting [2020-10-22T07:20:51.280Z] e833241f53e9: Waiting [2020-10-22T07:20:51.280Z] 758111c192c3: Waiting [2020-10-22T07:20:51.280Z] cd3761cfa1d9: Waiting [2020-10-22T07:20:51.563Z] 9aa327da3cb3: Pushed [2020-10-22T07:20:51.563Z] 59a68f9975ad: Pushed [2020-10-22T07:20:51.837Z] 6ba874bd5bf1: Pushed [2020-10-22T07:20:51.837Z] fbea970aece8: Pushed [2020-10-22T07:20:51.837Z] e833241f53e9: Pushed [2020-10-22T07:20:51.837Z] 758111c192c3: Pushed [2020-10-22T07:20:51.837Z] c86e51d8cdfc: Pushed [2020-10-22T07:20:52.109Z] 1fe21ce2e59f: Pushed [2020-10-22T07:20:52.109Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:52.380Z] 82ec3637d244: Pushed [2020-10-22T07:20:53.804Z] d10fb5c82d70: Pushed [2020-10-22T07:20:54.076Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:572685d87ce9d5eb9482945a94eaf53460dddf79c82e4ad7f1f4b6a25921429f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:54.432Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:54.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:54.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T07:20:54.765Z] d10fb5c82d70: Preparing [2020-10-22T07:20:54.765Z] fbea970aece8: Preparing [2020-10-22T07:20:54.765Z] 9aa327da3cb3: Preparing [2020-10-22T07:20:54.765Z] 6ba874bd5bf1: Preparing [2020-10-22T07:20:54.765Z] 6ba874bd5bf1: Preparing [2020-10-22T07:20:54.765Z] 59a68f9975ad: Preparing [2020-10-22T07:20:54.765Z] e833241f53e9: Preparing [2020-10-22T07:20:54.765Z] 758111c192c3: Preparing [2020-10-22T07:20:54.765Z] d10fb5c82d70: Preparing [2020-10-22T07:20:54.765Z] 1fe21ce2e59f: Preparing [2020-10-22T07:20:54.765Z] c86e51d8cdfc: Preparing [2020-10-22T07:20:54.765Z] 82ec3637d244: Preparing [2020-10-22T07:20:54.765Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:54.765Z] e833241f53e9: Waiting [2020-10-22T07:20:54.765Z] 758111c192c3: Waiting [2020-10-22T07:20:54.765Z] 1fe21ce2e59f: Waiting [2020-10-22T07:20:54.765Z] cd3761cfa1d9: Waiting [2020-10-22T07:20:54.765Z] c86e51d8cdfc: Waiting [2020-10-22T07:20:54.765Z] 82ec3637d244: Waiting [2020-10-22T07:20:55.036Z] 9aa327da3cb3: Layer already exists [2020-10-22T07:20:55.036Z] d10fb5c82d70: Layer already exists [2020-10-22T07:20:55.036Z] 59a68f9975ad: Layer already exists [2020-10-22T07:20:55.036Z] 6ba874bd5bf1: Layer already exists [2020-10-22T07:20:55.036Z] fbea970aece8: Layer already exists [2020-10-22T07:20:55.036Z] c86e51d8cdfc: Layer already exists [2020-10-22T07:20:55.036Z] e833241f53e9: Layer already exists [2020-10-22T07:20:55.036Z] 82ec3637d244: Layer already exists [2020-10-22T07:20:55.036Z] 1fe21ce2e59f: Layer already exists [2020-10-22T07:20:55.036Z] 758111c192c3: Layer already exists [2020-10-22T07:20:55.036Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:55.036Z] 1.2.2-dev.89: digest: sha256:572685d87ce9d5eb9482945a94eaf53460dddf79c82e4ad7f1f4b6a25921429f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:55.375Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:55.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:55.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T07:20:55.713Z] d10fb5c82d70: Preparing [2020-10-22T07:20:55.713Z] fbea970aece8: Preparing [2020-10-22T07:20:55.713Z] 9aa327da3cb3: Preparing [2020-10-22T07:20:55.713Z] 6ba874bd5bf1: Preparing [2020-10-22T07:20:55.713Z] 6ba874bd5bf1: Preparing [2020-10-22T07:20:55.713Z] 59a68f9975ad: Preparing [2020-10-22T07:20:55.713Z] e833241f53e9: Preparing [2020-10-22T07:20:55.713Z] 758111c192c3: Preparing [2020-10-22T07:20:55.713Z] d10fb5c82d70: Preparing [2020-10-22T07:20:55.713Z] 1fe21ce2e59f: Preparing [2020-10-22T07:20:55.713Z] c86e51d8cdfc: Preparing [2020-10-22T07:20:55.713Z] 82ec3637d244: Preparing [2020-10-22T07:20:55.713Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:55.713Z] 758111c192c3: Waiting [2020-10-22T07:20:55.713Z] 1fe21ce2e59f: Waiting [2020-10-22T07:20:55.713Z] e833241f53e9: Waiting [2020-10-22T07:20:55.713Z] c86e51d8cdfc: Waiting [2020-10-22T07:20:55.713Z] cd3761cfa1d9: Waiting [2020-10-22T07:20:55.713Z] 82ec3637d244: Waiting [2020-10-22T07:20:55.989Z] d10fb5c82d70: Layer already exists [2020-10-22T07:20:55.989Z] 9aa327da3cb3: Layer already exists [2020-10-22T07:20:55.989Z] 59a68f9975ad: Layer already exists [2020-10-22T07:20:55.989Z] fbea970aece8: Layer already exists [2020-10-22T07:20:55.989Z] 6ba874bd5bf1: Layer already exists [2020-10-22T07:20:55.989Z] e833241f53e9: Layer already exists [2020-10-22T07:20:55.989Z] 758111c192c3: Layer already exists [2020-10-22T07:20:55.989Z] c86e51d8cdfc: Layer already exists [2020-10-22T07:20:55.989Z] 1fe21ce2e59f: Layer already exists [2020-10-22T07:20:55.989Z] 82ec3637d244: Layer already exists [2020-10-22T07:20:55.989Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:55.989Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:572685d87ce9d5eb9482945a94eaf53460dddf79c82e4ad7f1f4b6a25921429f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:56.331Z] + 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-22T07:20:56.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-22T07:20:56.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-22T07:20:56.664Z] d10fb5c82d70: Preparing [2020-10-22T07:20:56.664Z] fbea970aece8: Preparing [2020-10-22T07:20:56.664Z] 9aa327da3cb3: Preparing [2020-10-22T07:20:56.664Z] 6ba874bd5bf1: Preparing [2020-10-22T07:20:56.664Z] 6ba874bd5bf1: Preparing [2020-10-22T07:20:56.664Z] 59a68f9975ad: Preparing [2020-10-22T07:20:56.664Z] e833241f53e9: Preparing [2020-10-22T07:20:56.664Z] 758111c192c3: Preparing [2020-10-22T07:20:56.664Z] d10fb5c82d70: Preparing [2020-10-22T07:20:56.664Z] 1fe21ce2e59f: Preparing [2020-10-22T07:20:56.664Z] c86e51d8cdfc: Preparing [2020-10-22T07:20:56.664Z] 82ec3637d244: Preparing [2020-10-22T07:20:56.664Z] cd3761cfa1d9: Preparing [2020-10-22T07:20:56.664Z] e833241f53e9: Waiting [2020-10-22T07:20:56.664Z] 758111c192c3: Waiting [2020-10-22T07:20:56.664Z] 1fe21ce2e59f: Waiting [2020-10-22T07:20:56.664Z] c86e51d8cdfc: Waiting [2020-10-22T07:20:56.664Z] 82ec3637d244: Waiting [2020-10-22T07:20:56.664Z] cd3761cfa1d9: Waiting [2020-10-22T07:20:56.936Z] d10fb5c82d70: Layer already exists [2020-10-22T07:20:56.936Z] 59a68f9975ad: Layer already exists [2020-10-22T07:20:56.936Z] fbea970aece8: Layer already exists [2020-10-22T07:20:56.936Z] 6ba874bd5bf1: Layer already exists [2020-10-22T07:20:56.936Z] 9aa327da3cb3: Layer already exists [2020-10-22T07:20:56.936Z] e833241f53e9: Layer already exists [2020-10-22T07:20:56.936Z] 758111c192c3: Layer already exists [2020-10-22T07:20:56.936Z] 1fe21ce2e59f: Layer already exists [2020-10-22T07:20:56.936Z] 82ec3637d244: Layer already exists [2020-10-22T07:20:56.936Z] c86e51d8cdfc: Layer already exists [2020-10-22T07:20:56.936Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:20:56.936Z] master: digest: sha256:572685d87ce9d5eb9482945a94eaf53460dddf79c82e4ad7f1f4b6a25921429f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:20:57.222Z] ===================================================== [Pipeline] echo [2020-10-22T07:20:57.277Z] taggedImages: [2020-10-22T07:20:57.277Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:57.277Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.89 [2020-10-22T07:20:57.277Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:57.277Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-22T07:20:57.385Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-22T07:20:57.385Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:57.385Z] 1.2.2-dev.89 [2020-10-22T07:20:57.385Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:20:57.385Z] master [2020-10-22T07:20:57.385Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:57.965Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:20:58.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:20:58.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T07:20:58.301Z] d5609996b4bc: Preparing [2020-10-22T07:20:58.301Z] a6b1fa4c267e: Preparing [2020-10-22T07:20:58.301Z] e8eb6f307d16: Preparing [2020-10-22T07:20:58.301Z] 8e04821b860a: Preparing [2020-10-22T07:20:58.301Z] 06a5e2b6c702: Preparing [2020-10-22T07:20:58.301Z] 7801e2402fc7: Preparing [2020-10-22T07:20:58.301Z] 457f7dea0608: Preparing [2020-10-22T07:20:58.301Z] 5aa140b160cd: Preparing [2020-10-22T07:20:58.301Z] ecc07e795cc6: Preparing [2020-10-22T07:20:58.301Z] 43d46a0a5914: Preparing [2020-10-22T07:20:58.301Z] 66b385cf80cf: Preparing [2020-10-22T07:20:58.301Z] 7801e2402fc7: Waiting [2020-10-22T07:20:58.301Z] ecc07e795cc6: Waiting [2020-10-22T07:20:58.301Z] 43d46a0a5914: Waiting [2020-10-22T07:20:58.301Z] 5aa140b160cd: Waiting [2020-10-22T07:20:58.301Z] 457f7dea0608: Waiting [2020-10-22T07:20:58.752Z] d5609996b4bc: Pushed [2020-10-22T07:20:58.752Z] a6b1fa4c267e: Pushed [2020-10-22T07:20:59.060Z] 7801e2402fc7: Pushed [2020-10-22T07:20:59.060Z] 457f7dea0608: Pushed [2020-10-22T07:20:59.363Z] 5aa140b160cd: Pushed [2020-10-22T07:20:59.363Z] ecc07e795cc6: Pushed [2020-10-22T07:20:59.363Z] 66b385cf80cf: Layer already exists [2020-10-22T07:21:00.429Z] 43d46a0a5914: Pushed [2020-10-22T07:21:01.022Z] e8eb6f307d16: Pushed [2020-10-22T07:21:01.022Z] 06a5e2b6c702: Pushed [2020-10-22T07:21:01.294Z] 8e04821b860a: Pushed [2020-10-22T07:21:01.566Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:b302e0a9320194a3d63ce2a2fb9275d8935d0445da750c4af056d91f8aa9ea89 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:01.931Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:02.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:02.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T07:21:02.281Z] d5609996b4bc: Preparing [2020-10-22T07:21:02.281Z] a6b1fa4c267e: Preparing [2020-10-22T07:21:02.281Z] e8eb6f307d16: Preparing [2020-10-22T07:21:02.281Z] 8e04821b860a: Preparing [2020-10-22T07:21:02.281Z] 06a5e2b6c702: Preparing [2020-10-22T07:21:02.281Z] 7801e2402fc7: Preparing [2020-10-22T07:21:02.281Z] 457f7dea0608: Preparing [2020-10-22T07:21:02.281Z] 5aa140b160cd: Preparing [2020-10-22T07:21:02.281Z] ecc07e795cc6: Preparing [2020-10-22T07:21:02.281Z] 43d46a0a5914: Preparing [2020-10-22T07:21:02.281Z] 66b385cf80cf: Preparing [2020-10-22T07:21:02.281Z] 5aa140b160cd: Waiting [2020-10-22T07:21:02.281Z] ecc07e795cc6: Waiting [2020-10-22T07:21:02.281Z] 66b385cf80cf: Waiting [2020-10-22T07:21:02.281Z] 7801e2402fc7: Waiting [2020-10-22T07:21:02.281Z] 43d46a0a5914: Waiting [2020-10-22T07:21:02.281Z] 457f7dea0608: Waiting [2020-10-22T07:21:02.281Z] e8eb6f307d16: Layer already exists [2020-10-22T07:21:02.281Z] a6b1fa4c267e: Layer already exists [2020-10-22T07:21:02.281Z] 8e04821b860a: Layer already exists [2020-10-22T07:21:02.281Z] d5609996b4bc: Layer already exists [2020-10-22T07:21:02.281Z] 06a5e2b6c702: Layer already exists [2020-10-22T07:21:02.553Z] 7801e2402fc7: Layer already exists [2020-10-22T07:21:02.553Z] 5aa140b160cd: Layer already exists [2020-10-22T07:21:02.553Z] 457f7dea0608: Layer already exists [2020-10-22T07:21:02.553Z] ecc07e795cc6: Layer already exists [2020-10-22T07:21:02.553Z] 43d46a0a5914: Layer already exists [2020-10-22T07:21:02.553Z] 66b385cf80cf: Layer already exists [2020-10-22T07:21:02.553Z] 1.2.2-dev.89: digest: sha256:b302e0a9320194a3d63ce2a2fb9275d8935d0445da750c4af056d91f8aa9ea89 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:02.897Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:03.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:03.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T07:21:03.234Z] d5609996b4bc: Preparing [2020-10-22T07:21:03.234Z] a6b1fa4c267e: Preparing [2020-10-22T07:21:03.234Z] e8eb6f307d16: Preparing [2020-10-22T07:21:03.234Z] 8e04821b860a: Preparing [2020-10-22T07:21:03.234Z] 06a5e2b6c702: Preparing [2020-10-22T07:21:03.234Z] 7801e2402fc7: Preparing [2020-10-22T07:21:03.234Z] 457f7dea0608: Preparing [2020-10-22T07:21:03.234Z] 5aa140b160cd: Preparing [2020-10-22T07:21:03.234Z] ecc07e795cc6: Preparing [2020-10-22T07:21:03.234Z] 43d46a0a5914: Preparing [2020-10-22T07:21:03.234Z] 7801e2402fc7: Waiting [2020-10-22T07:21:03.234Z] ecc07e795cc6: Waiting [2020-10-22T07:21:03.234Z] 66b385cf80cf: Preparing [2020-10-22T07:21:03.234Z] 457f7dea0608: Waiting [2020-10-22T07:21:03.234Z] 43d46a0a5914: Waiting [2020-10-22T07:21:03.234Z] 66b385cf80cf: Waiting [2020-10-22T07:21:03.234Z] 5aa140b160cd: Waiting [2020-10-22T07:21:03.234Z] 8e04821b860a: Layer already exists [2020-10-22T07:21:03.234Z] 06a5e2b6c702: Layer already exists [2020-10-22T07:21:03.234Z] e8eb6f307d16: Layer already exists [2020-10-22T07:21:03.234Z] a6b1fa4c267e: Layer already exists [2020-10-22T07:21:03.234Z] d5609996b4bc: Layer already exists [2020-10-22T07:21:03.234Z] 457f7dea0608: Layer already exists [2020-10-22T07:21:03.234Z] 7801e2402fc7: Layer already exists [2020-10-22T07:21:03.505Z] 5aa140b160cd: Layer already exists [2020-10-22T07:21:03.505Z] ecc07e795cc6: Layer already exists [2020-10-22T07:21:03.505Z] 43d46a0a5914: Layer already exists [2020-10-22T07:21:03.505Z] 66b385cf80cf: Layer already exists [2020-10-22T07:21:03.505Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:b302e0a9320194a3d63ce2a2fb9275d8935d0445da750c4af056d91f8aa9ea89 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:03.874Z] + 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-22T07:21:04.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-22T07:21:04.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-22T07:21:04.211Z] d5609996b4bc: Preparing [2020-10-22T07:21:04.211Z] a6b1fa4c267e: Preparing [2020-10-22T07:21:04.211Z] e8eb6f307d16: Preparing [2020-10-22T07:21:04.211Z] 8e04821b860a: Preparing [2020-10-22T07:21:04.211Z] 06a5e2b6c702: Preparing [2020-10-22T07:21:04.211Z] 7801e2402fc7: Preparing [2020-10-22T07:21:04.211Z] 457f7dea0608: Preparing [2020-10-22T07:21:04.211Z] 5aa140b160cd: Preparing [2020-10-22T07:21:04.211Z] ecc07e795cc6: Preparing [2020-10-22T07:21:04.211Z] 43d46a0a5914: Preparing [2020-10-22T07:21:04.211Z] 66b385cf80cf: Preparing [2020-10-22T07:21:04.211Z] 7801e2402fc7: Waiting [2020-10-22T07:21:04.211Z] 457f7dea0608: Waiting [2020-10-22T07:21:04.211Z] 5aa140b160cd: Waiting [2020-10-22T07:21:04.211Z] 43d46a0a5914: Waiting [2020-10-22T07:21:04.211Z] 66b385cf80cf: Waiting [2020-10-22T07:21:04.211Z] ecc07e795cc6: Waiting [2020-10-22T07:21:04.211Z] a6b1fa4c267e: Layer already exists [2020-10-22T07:21:04.211Z] d5609996b4bc: Layer already exists [2020-10-22T07:21:04.211Z] 06a5e2b6c702: Layer already exists [2020-10-22T07:21:04.211Z] 8e04821b860a: Layer already exists [2020-10-22T07:21:04.211Z] e8eb6f307d16: Layer already exists [2020-10-22T07:21:04.211Z] ecc07e795cc6: Layer already exists [2020-10-22T07:21:04.211Z] 457f7dea0608: Layer already exists [2020-10-22T07:21:04.211Z] 43d46a0a5914: Layer already exists [2020-10-22T07:21:04.211Z] 7801e2402fc7: Layer already exists [2020-10-22T07:21:04.211Z] 5aa140b160cd: Layer already exists [2020-10-22T07:21:04.482Z] 66b385cf80cf: Layer already exists [2020-10-22T07:21:04.482Z] master: digest: sha256:b302e0a9320194a3d63ce2a2fb9275d8935d0445da750c4af056d91f8aa9ea89 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:21:04.689Z] ===================================================== [Pipeline] echo [2020-10-22T07:21:04.737Z] taggedImages: [2020-10-22T07:21:04.738Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:04.738Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:04.738Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:04.738Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-22T07:21:04.919Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-22T07:21:04.919Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:04.919Z] 1.2.2-dev.89 [2020-10-22T07:21:04.919Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:04.919Z] master [2020-10-22T07:21:04.919Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:05.440Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:05.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:05.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T07:21:05.772Z] 42ccec78e1a0: Preparing [2020-10-22T07:21:05.772Z] ea4db238d26c: Preparing [2020-10-22T07:21:05.772Z] e63043707abc: Preparing [2020-10-22T07:21:05.772Z] 9c2029509a3e: Preparing [2020-10-22T07:21:06.048Z] 42ccec78e1a0: Pushed [2020-10-22T07:21:06.048Z] e63043707abc: Pushed [2020-10-22T07:21:06.319Z] 9c2029509a3e: Pushed [2020-10-22T07:21:08.283Z] ea4db238d26c: Pushed [2020-10-22T07:21:08.553Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:a25643b8dc53d4edf9651adde59fb89c983749b85f643c1b4c24d27d61f4ca96 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:08.891Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:09.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:09.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T07:21:09.225Z] 42ccec78e1a0: Preparing [2020-10-22T07:21:09.225Z] ea4db238d26c: Preparing [2020-10-22T07:21:09.225Z] e63043707abc: Preparing [2020-10-22T07:21:09.225Z] 9c2029509a3e: Preparing [2020-10-22T07:21:09.225Z] ea4db238d26c: Layer already exists [2020-10-22T07:21:09.225Z] e63043707abc: Layer already exists [2020-10-22T07:21:09.225Z] 9c2029509a3e: Layer already exists [2020-10-22T07:21:09.225Z] 42ccec78e1a0: Layer already exists [2020-10-22T07:21:09.496Z] 1.2.2-dev.89: digest: sha256:a25643b8dc53d4edf9651adde59fb89c983749b85f643c1b4c24d27d61f4ca96 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:09.838Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:10.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:10.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T07:21:10.175Z] 42ccec78e1a0: Preparing [2020-10-22T07:21:10.175Z] ea4db238d26c: Preparing [2020-10-22T07:21:10.175Z] e63043707abc: Preparing [2020-10-22T07:21:10.175Z] 9c2029509a3e: Preparing [2020-10-22T07:21:10.175Z] ea4db238d26c: Layer already exists [2020-10-22T07:21:10.175Z] e63043707abc: Layer already exists [2020-10-22T07:21:10.175Z] 42ccec78e1a0: Layer already exists [2020-10-22T07:21:10.175Z] 9c2029509a3e: Layer already exists [2020-10-22T07:21:10.446Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:a25643b8dc53d4edf9651adde59fb89c983749b85f643c1b4c24d27d61f4ca96 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:10.787Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:11.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-22T07:21:11.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-22T07:21:11.122Z] 42ccec78e1a0: Preparing [2020-10-22T07:21:11.122Z] ea4db238d26c: Preparing [2020-10-22T07:21:11.122Z] e63043707abc: Preparing [2020-10-22T07:21:11.122Z] 9c2029509a3e: Preparing [2020-10-22T07:21:11.122Z] e63043707abc: Layer already exists [2020-10-22T07:21:11.122Z] ea4db238d26c: Layer already exists [2020-10-22T07:21:11.122Z] 42ccec78e1a0: Layer already exists [2020-10-22T07:21:11.393Z] 9c2029509a3e: Layer already exists [2020-10-22T07:21:11.393Z] master: digest: sha256:a25643b8dc53d4edf9651adde59fb89c983749b85f643c1b4c24d27d61f4ca96 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:21:11.580Z] ===================================================== [Pipeline] echo [2020-10-22T07:21:11.621Z] taggedImages: [2020-10-22T07:21:11.622Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:11.622Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:11.622Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:11.622Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-22T07:21:11.681Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-22T07:21:11.681Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:11.681Z] 1.2.2-dev.89 [2020-10-22T07:21:11.681Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:11.681Z] master [2020-10-22T07:21:11.681Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:12.217Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:12.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:12.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T07:21:12.551Z] 70b600dc7ff8: Preparing [2020-10-22T07:21:12.551Z] 2a790f357fee: Preparing [2020-10-22T07:21:12.551Z] 1df14768edfd: Preparing [2020-10-22T07:21:12.551Z] 82145f209dbe: Preparing [2020-10-22T07:21:12.551Z] 28dd96c7ad5f: Preparing [2020-10-22T07:21:12.551Z] 4de74a9657f7: Preparing [2020-10-22T07:21:12.551Z] 4de74a9657f7: Waiting [2020-10-22T07:21:13.144Z] 1df14768edfd: Pushed [2020-10-22T07:21:13.144Z] 28dd96c7ad5f: Pushed [2020-10-22T07:21:13.144Z] 70b600dc7ff8: Pushed [2020-10-22T07:21:13.144Z] 82145f209dbe: Pushed [2020-10-22T07:21:13.419Z] 4de74a9657f7: Pushed [2020-10-22T07:21:16.028Z] 2a790f357fee: Pushed [2020-10-22T07:21:16.028Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:e0b86f1b135e21b7bb997a2f777555bdeaecadaa745b5361f79c7ed226d5d5da size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:16.373Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:16.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:16.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T07:21:16.713Z] 70b600dc7ff8: Preparing [2020-10-22T07:21:16.713Z] 2a790f357fee: Preparing [2020-10-22T07:21:16.713Z] 1df14768edfd: Preparing [2020-10-22T07:21:16.713Z] 82145f209dbe: Preparing [2020-10-22T07:21:16.713Z] 28dd96c7ad5f: Preparing [2020-10-22T07:21:16.713Z] 4de74a9657f7: Preparing [2020-10-22T07:21:16.713Z] 4de74a9657f7: Waiting [2020-10-22T07:21:16.713Z] 70b600dc7ff8: Layer already exists [2020-10-22T07:21:16.713Z] 2a790f357fee: Layer already exists [2020-10-22T07:21:16.713Z] 1df14768edfd: Layer already exists [2020-10-22T07:21:16.985Z] 28dd96c7ad5f: Layer already exists [2020-10-22T07:21:16.985Z] 82145f209dbe: Layer already exists [2020-10-22T07:21:16.985Z] 4de74a9657f7: Layer already exists [2020-10-22T07:21:16.985Z] 1.2.2-dev.89: digest: sha256:e0b86f1b135e21b7bb997a2f777555bdeaecadaa745b5361f79c7ed226d5d5da size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:17.339Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:17.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:17.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T07:21:17.674Z] 70b600dc7ff8: Preparing [2020-10-22T07:21:17.674Z] 2a790f357fee: Preparing [2020-10-22T07:21:17.674Z] 1df14768edfd: Preparing [2020-10-22T07:21:17.674Z] 82145f209dbe: Preparing [2020-10-22T07:21:17.674Z] 28dd96c7ad5f: Preparing [2020-10-22T07:21:17.674Z] 4de74a9657f7: Preparing [2020-10-22T07:21:17.674Z] 4de74a9657f7: Waiting [2020-10-22T07:21:17.674Z] 70b600dc7ff8: Layer already exists [2020-10-22T07:21:17.674Z] 1df14768edfd: Layer already exists [2020-10-22T07:21:17.674Z] 2a790f357fee: Layer already exists [2020-10-22T07:21:17.674Z] 82145f209dbe: Layer already exists [2020-10-22T07:21:17.674Z] 28dd96c7ad5f: Layer already exists [2020-10-22T07:21:17.674Z] 4de74a9657f7: Layer already exists [2020-10-22T07:21:17.944Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:e0b86f1b135e21b7bb997a2f777555bdeaecadaa745b5361f79c7ed226d5d5da size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:18.288Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:18.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-22T07:21:18.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-22T07:21:18.625Z] 70b600dc7ff8: Preparing [2020-10-22T07:21:18.625Z] 2a790f357fee: Preparing [2020-10-22T07:21:18.625Z] 1df14768edfd: Preparing [2020-10-22T07:21:18.625Z] 82145f209dbe: Preparing [2020-10-22T07:21:18.625Z] 28dd96c7ad5f: Preparing [2020-10-22T07:21:18.625Z] 4de74a9657f7: Preparing [2020-10-22T07:21:18.625Z] 4de74a9657f7: Waiting [2020-10-22T07:21:18.897Z] 82145f209dbe: Layer already exists [2020-10-22T07:21:18.897Z] 2a790f357fee: Layer already exists [2020-10-22T07:21:18.897Z] 70b600dc7ff8: Layer already exists [2020-10-22T07:21:18.897Z] 28dd96c7ad5f: Layer already exists [2020-10-22T07:21:18.897Z] 1df14768edfd: Layer already exists [2020-10-22T07:21:18.897Z] 4de74a9657f7: Layer already exists [2020-10-22T07:21:18.897Z] master: digest: sha256:e0b86f1b135e21b7bb997a2f777555bdeaecadaa745b5361f79c7ed226d5d5da size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:21:19.096Z] ===================================================== [Pipeline] echo [2020-10-22T07:21:19.146Z] taggedImages: [2020-10-22T07:21:19.146Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:19.146Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:19.146Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:19.146Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-22T07:21:19.213Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-22T07:21:19.213Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:19.213Z] 1.2.2-dev.89 [2020-10-22T07:21:19.213Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:19.213Z] master [2020-10-22T07:21:19.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:19.781Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:20.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:20.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T07:21:20.125Z] df00995c435d: Preparing [2020-10-22T07:21:20.125Z] 22d6cd27a5c0: Preparing [2020-10-22T07:21:20.125Z] c00f09b9ff29: Preparing [2020-10-22T07:21:20.397Z] df00995c435d: Pushed [2020-10-22T07:21:20.397Z] c00f09b9ff29: Pushed [2020-10-22T07:21:23.769Z] 22d6cd27a5c0: Pushed [2020-10-22T07:21:23.769Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:72b5b8d2f5e0daf8665a5902dadcfa07b3a0d3b31ec63a3e1d0bf7c90d0b46ff size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:24.126Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:24.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:24.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T07:21:24.504Z] df00995c435d: Preparing [2020-10-22T07:21:24.504Z] 22d6cd27a5c0: Preparing [2020-10-22T07:21:24.504Z] c00f09b9ff29: Preparing [2020-10-22T07:21:24.504Z] df00995c435d: Layer already exists [2020-10-22T07:21:24.504Z] c00f09b9ff29: Layer already exists [2020-10-22T07:21:24.504Z] 22d6cd27a5c0: Layer already exists [2020-10-22T07:21:24.780Z] 1.2.2-dev.89: digest: sha256:72b5b8d2f5e0daf8665a5902dadcfa07b3a0d3b31ec63a3e1d0bf7c90d0b46ff size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:25.170Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:25.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:25.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T07:21:25.515Z] df00995c435d: Preparing [2020-10-22T07:21:25.515Z] 22d6cd27a5c0: Preparing [2020-10-22T07:21:25.515Z] c00f09b9ff29: Preparing [2020-10-22T07:21:25.515Z] 22d6cd27a5c0: Layer already exists [2020-10-22T07:21:25.515Z] c00f09b9ff29: Layer already exists [2020-10-22T07:21:25.515Z] df00995c435d: Layer already exists [2020-10-22T07:21:25.788Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:72b5b8d2f5e0daf8665a5902dadcfa07b3a0d3b31ec63a3e1d0bf7c90d0b46ff size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:26.133Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:26.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-22T07:21:26.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-22T07:21:26.472Z] df00995c435d: Preparing [2020-10-22T07:21:26.472Z] 22d6cd27a5c0: Preparing [2020-10-22T07:21:26.472Z] c00f09b9ff29: Preparing [2020-10-22T07:21:26.744Z] c00f09b9ff29: Layer already exists [2020-10-22T07:21:26.744Z] df00995c435d: Layer already exists [2020-10-22T07:21:26.744Z] 22d6cd27a5c0: Layer already exists [2020-10-22T07:21:26.744Z] master: digest: sha256:72b5b8d2f5e0daf8665a5902dadcfa07b3a0d3b31ec63a3e1d0bf7c90d0b46ff size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:21:26.995Z] ===================================================== [Pipeline] echo [2020-10-22T07:21:27.044Z] taggedImages: [2020-10-22T07:21:27.044Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:27.044Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:27.044Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:27.044Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-22T07:21:27.110Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-22T07:21:27.110Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:27.110Z] 1.2.2-dev.89 [2020-10-22T07:21:27.110Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:27.110Z] master [2020-10-22T07:21:27.110Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:27.628Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:27.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:27.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T07:21:27.967Z] 37b032713367: Preparing [2020-10-22T07:21:27.967Z] 166c50a60709: Preparing [2020-10-22T07:21:27.967Z] 2ead394e4783: Preparing [2020-10-22T07:21:27.967Z] f3e2b0da6fd2: Preparing [2020-10-22T07:21:27.967Z] 3155f57fe164: Preparing [2020-10-22T07:21:27.967Z] a0228dd66975: Preparing [2020-10-22T07:21:27.967Z] 790c21ebc7e3: Preparing [2020-10-22T07:21:27.967Z] 52543ddb2901: Preparing [2020-10-22T07:21:27.967Z] 9f553b275599: Preparing [2020-10-22T07:21:27.967Z] 3a47579f0cd1: Preparing [2020-10-22T07:21:27.967Z] cd6d79ebbfb6: Preparing [2020-10-22T07:21:27.967Z] 3e7dc55cab04: Preparing [2020-10-22T07:21:27.967Z] b2e85fd0898f: Preparing [2020-10-22T07:21:27.967Z] cd3761cfa1d9: Preparing [2020-10-22T07:21:27.967Z] 9f553b275599: Waiting [2020-10-22T07:21:27.967Z] 3a47579f0cd1: Waiting [2020-10-22T07:21:27.967Z] a0228dd66975: Waiting [2020-10-22T07:21:27.967Z] 790c21ebc7e3: Waiting [2020-10-22T07:21:27.967Z] 52543ddb2901: Waiting [2020-10-22T07:21:27.967Z] cd6d79ebbfb6: Waiting [2020-10-22T07:21:27.967Z] b2e85fd0898f: Waiting [2020-10-22T07:21:27.967Z] cd3761cfa1d9: Waiting [2020-10-22T07:21:27.967Z] 3e7dc55cab04: Waiting [2020-10-22T07:21:28.567Z] 3155f57fe164: Pushed [2020-10-22T07:21:28.844Z] 37b032713367: Pushed [2020-10-22T07:21:29.452Z] f3e2b0da6fd2: Pushed [2020-10-22T07:21:29.452Z] 52543ddb2901: Layer already exists [2020-10-22T07:21:29.452Z] 9f553b275599: Layer already exists [2020-10-22T07:21:29.452Z] 3a47579f0cd1: Layer already exists [2020-10-22T07:21:29.452Z] 790c21ebc7e3: Pushed [2020-10-22T07:21:29.452Z] 3e7dc55cab04: Layer already exists [2020-10-22T07:21:29.452Z] cd6d79ebbfb6: Layer already exists [2020-10-22T07:21:29.452Z] b2e85fd0898f: Layer already exists [2020-10-22T07:21:29.452Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:21:30.050Z] 166c50a60709: Pushed [2020-10-22T07:21:31.030Z] a0228dd66975: Pushed [2020-10-22T07:21:41.170Z] 2ead394e4783: Pushed [2020-10-22T07:21:41.170Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62: digest: sha256:8318df6ada41ed81d5c6da8f4063bddb4b0ab74e37bafd4bd63441fcdb69701e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:41.508Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:41.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:41.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T07:21:41.844Z] 37b032713367: Preparing [2020-10-22T07:21:41.844Z] 166c50a60709: Preparing [2020-10-22T07:21:41.844Z] 2ead394e4783: Preparing [2020-10-22T07:21:41.844Z] f3e2b0da6fd2: Preparing [2020-10-22T07:21:41.844Z] 3155f57fe164: Preparing [2020-10-22T07:21:41.844Z] a0228dd66975: Preparing [2020-10-22T07:21:41.844Z] 790c21ebc7e3: Preparing [2020-10-22T07:21:41.844Z] 52543ddb2901: Preparing [2020-10-22T07:21:41.844Z] 9f553b275599: Preparing [2020-10-22T07:21:41.844Z] 3a47579f0cd1: Preparing [2020-10-22T07:21:41.844Z] cd6d79ebbfb6: Preparing [2020-10-22T07:21:41.844Z] 3e7dc55cab04: Preparing [2020-10-22T07:21:41.844Z] b2e85fd0898f: Preparing [2020-10-22T07:21:41.844Z] cd3761cfa1d9: Preparing [2020-10-22T07:21:41.844Z] a0228dd66975: Waiting [2020-10-22T07:21:41.844Z] 790c21ebc7e3: Waiting [2020-10-22T07:21:41.844Z] 3a47579f0cd1: Waiting [2020-10-22T07:21:41.844Z] 52543ddb2901: Waiting [2020-10-22T07:21:41.844Z] cd6d79ebbfb6: Waiting [2020-10-22T07:21:41.844Z] 9f553b275599: Waiting [2020-10-22T07:21:41.844Z] 3e7dc55cab04: Waiting [2020-10-22T07:21:41.844Z] cd3761cfa1d9: Waiting [2020-10-22T07:21:41.844Z] b2e85fd0898f: Waiting [2020-10-22T07:21:41.844Z] 3155f57fe164: Layer already exists [2020-10-22T07:21:41.844Z] f3e2b0da6fd2: Layer already exists [2020-10-22T07:21:41.844Z] 2ead394e4783: Layer already exists [2020-10-22T07:21:41.844Z] 166c50a60709: Layer already exists [2020-10-22T07:21:41.844Z] 37b032713367: Layer already exists [2020-10-22T07:21:42.116Z] a0228dd66975: Layer already exists [2020-10-22T07:21:42.116Z] 790c21ebc7e3: Layer already exists [2020-10-22T07:21:42.116Z] 3a47579f0cd1: Layer already exists [2020-10-22T07:21:42.116Z] 52543ddb2901: Layer already exists [2020-10-22T07:21:42.116Z] 9f553b275599: Layer already exists [2020-10-22T07:21:42.116Z] 3e7dc55cab04: Layer already exists [2020-10-22T07:21:42.116Z] b2e85fd0898f: Layer already exists [2020-10-22T07:21:42.116Z] cd6d79ebbfb6: Layer already exists [2020-10-22T07:21:42.116Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:21:42.116Z] 1.2.2-dev.89: digest: sha256:8318df6ada41ed81d5c6da8f4063bddb4b0ab74e37bafd4bd63441fcdb69701e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:42.453Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:42.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:42.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T07:21:42.788Z] 37b032713367: Preparing [2020-10-22T07:21:42.788Z] 166c50a60709: Preparing [2020-10-22T07:21:42.788Z] 2ead394e4783: Preparing [2020-10-22T07:21:42.788Z] f3e2b0da6fd2: Preparing [2020-10-22T07:21:42.788Z] 3155f57fe164: Preparing [2020-10-22T07:21:42.788Z] a0228dd66975: Preparing [2020-10-22T07:21:42.788Z] 790c21ebc7e3: Preparing [2020-10-22T07:21:42.788Z] 52543ddb2901: Preparing [2020-10-22T07:21:42.788Z] 9f553b275599: Preparing [2020-10-22T07:21:42.788Z] 3a47579f0cd1: Preparing [2020-10-22T07:21:42.788Z] cd6d79ebbfb6: Preparing [2020-10-22T07:21:42.788Z] 3e7dc55cab04: Preparing [2020-10-22T07:21:42.788Z] b2e85fd0898f: Preparing [2020-10-22T07:21:42.788Z] cd3761cfa1d9: Preparing [2020-10-22T07:21:42.788Z] 9f553b275599: Waiting [2020-10-22T07:21:42.788Z] 3a47579f0cd1: Waiting [2020-10-22T07:21:42.788Z] cd6d79ebbfb6: Waiting [2020-10-22T07:21:42.788Z] 3e7dc55cab04: Waiting [2020-10-22T07:21:42.788Z] a0228dd66975: Waiting [2020-10-22T07:21:42.788Z] b2e85fd0898f: Waiting [2020-10-22T07:21:42.788Z] 790c21ebc7e3: Waiting [2020-10-22T07:21:42.788Z] 52543ddb2901: Waiting [2020-10-22T07:21:42.788Z] cd3761cfa1d9: Waiting [2020-10-22T07:21:43.058Z] 3155f57fe164: Layer already exists [2020-10-22T07:21:43.058Z] 2ead394e4783: Layer already exists [2020-10-22T07:21:43.058Z] 166c50a60709: Layer already exists [2020-10-22T07:21:43.058Z] 37b032713367: Layer already exists [2020-10-22T07:21:43.058Z] f3e2b0da6fd2: Layer already exists [2020-10-22T07:21:43.058Z] a0228dd66975: Layer already exists [2020-10-22T07:21:43.058Z] 790c21ebc7e3: Layer already exists [2020-10-22T07:21:43.058Z] 52543ddb2901: Layer already exists [2020-10-22T07:21:43.058Z] 3a47579f0cd1: Layer already exists [2020-10-22T07:21:43.058Z] 9f553b275599: Layer already exists [2020-10-22T07:21:43.058Z] cd6d79ebbfb6: Layer already exists [2020-10-22T07:21:43.058Z] 3e7dc55cab04: Layer already exists [2020-10-22T07:21:43.058Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:21:43.058Z] b2e85fd0898f: Layer already exists [2020-10-22T07:21:43.058Z] 162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89: digest: sha256:8318df6ada41ed81d5c6da8f4063bddb4b0ab74e37bafd4bd63441fcdb69701e size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:43.395Z] + 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-22T07:21:43.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-22T07:21:43.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-22T07:21:43.733Z] 37b032713367: Preparing [2020-10-22T07:21:43.733Z] 166c50a60709: Preparing [2020-10-22T07:21:43.733Z] 2ead394e4783: Preparing [2020-10-22T07:21:43.733Z] f3e2b0da6fd2: Preparing [2020-10-22T07:21:43.733Z] 3155f57fe164: Preparing [2020-10-22T07:21:43.733Z] a0228dd66975: Preparing [2020-10-22T07:21:43.733Z] 790c21ebc7e3: Preparing [2020-10-22T07:21:43.733Z] 52543ddb2901: Preparing [2020-10-22T07:21:43.733Z] 9f553b275599: Preparing [2020-10-22T07:21:43.733Z] a0228dd66975: Waiting [2020-10-22T07:21:43.733Z] 790c21ebc7e3: Waiting [2020-10-22T07:21:43.733Z] 52543ddb2901: Waiting [2020-10-22T07:21:43.733Z] 3a47579f0cd1: Preparing [2020-10-22T07:21:43.733Z] 9f553b275599: Waiting [2020-10-22T07:21:43.733Z] cd6d79ebbfb6: Preparing [2020-10-22T07:21:43.733Z] 3e7dc55cab04: Preparing [2020-10-22T07:21:43.733Z] b2e85fd0898f: Preparing [2020-10-22T07:21:43.733Z] cd3761cfa1d9: Preparing [2020-10-22T07:21:43.733Z] 3a47579f0cd1: Waiting [2020-10-22T07:21:43.733Z] cd6d79ebbfb6: Waiting [2020-10-22T07:21:43.733Z] 3e7dc55cab04: Waiting [2020-10-22T07:21:43.733Z] cd3761cfa1d9: Waiting [2020-10-22T07:21:43.733Z] b2e85fd0898f: Waiting [2020-10-22T07:21:43.733Z] f3e2b0da6fd2: Layer already exists [2020-10-22T07:21:43.733Z] 166c50a60709: Layer already exists [2020-10-22T07:21:43.733Z] 37b032713367: Layer already exists [2020-10-22T07:21:43.733Z] 3155f57fe164: Layer already exists [2020-10-22T07:21:43.733Z] 2ead394e4783: Layer already exists [2020-10-22T07:21:43.733Z] 52543ddb2901: Layer already exists [2020-10-22T07:21:43.733Z] 790c21ebc7e3: Layer already exists [2020-10-22T07:21:43.733Z] a0228dd66975: Layer already exists [2020-10-22T07:21:43.733Z] 3a47579f0cd1: Layer already exists [2020-10-22T07:21:43.733Z] 9f553b275599: Layer already exists [2020-10-22T07:21:44.021Z] cd6d79ebbfb6: Layer already exists [2020-10-22T07:21:44.021Z] b2e85fd0898f: Layer already exists [2020-10-22T07:21:44.021Z] 3e7dc55cab04: Layer already exists [2020-10-22T07:21:44.021Z] cd3761cfa1d9: Layer already exists [2020-10-22T07:21:44.021Z] master: digest: sha256:8318df6ada41ed81d5c6da8f4063bddb4b0ab74e37bafd4bd63441fcdb69701e size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-22T07:21:44.286Z] ===================================================== [Pipeline] echo [2020-10-22T07:21:44.337Z] taggedImages: [2020-10-22T07:21:44.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:21:44.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.89 [2020-10-22T07:21:44.337Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62-1.2.2-dev.89 [2020-10-22T07:21:44.337Z] - 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-22T07:21:46.371Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-22T07:21:46.372Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-22T07:21:46.482Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:46.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T07:21:46.847Z] [2020-10-22T07:21:46.847Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:21:47.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T07:21:47.206Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-22T07:21:47.206Z] cbdbe7a5bc2a: Already exists [2020-10-22T07:21:47.206Z] 408f87550127: Pulling fs layer [2020-10-22T07:21:47.206Z] fe522b08c979: Pulling fs layer [2020-10-22T07:21:47.206Z] 221eaa008020: Pulling fs layer [2020-10-22T07:21:47.206Z] 2a4607e5d6b9: Pulling fs layer [2020-10-22T07:21:47.206Z] 8f79b27c4fd2: Pulling fs layer [2020-10-22T07:21:47.206Z] e5c8dbe1645b: Pulling fs layer [2020-10-22T07:21:47.206Z] 23e8b3b47431: Pulling fs layer [2020-10-22T07:21:47.206Z] 5c568d65a230: Pulling fs layer [2020-10-22T07:21:47.206Z] e5c8dbe1645b: Waiting [2020-10-22T07:21:47.206Z] 23e8b3b47431: Waiting [2020-10-22T07:21:47.206Z] 5c568d65a230: Waiting [2020-10-22T07:21:47.206Z] 2a4607e5d6b9: Waiting [2020-10-22T07:21:47.206Z] 8f79b27c4fd2: Waiting [2020-10-22T07:21:47.206Z] fe522b08c979: Verifying Checksum [2020-10-22T07:21:47.206Z] fe522b08c979: Download complete [2020-10-22T07:21:47.206Z] 408f87550127: Verifying Checksum [2020-10-22T07:21:47.206Z] 2a4607e5d6b9: Verifying Checksum [2020-10-22T07:21:47.206Z] 2a4607e5d6b9: Download complete [2020-10-22T07:21:47.206Z] 8f79b27c4fd2: Verifying Checksum [2020-10-22T07:21:47.206Z] 8f79b27c4fd2: Download complete [2020-10-22T07:21:47.470Z] 408f87550127: Pull complete [2020-10-22T07:21:47.732Z] fe522b08c979: Pull complete [2020-10-22T07:21:49.130Z] e5c8dbe1645b: Verifying Checksum [2020-10-22T07:21:49.130Z] e5c8dbe1645b: Download complete [2020-10-22T07:21:50.532Z] 23e8b3b47431: Verifying Checksum [2020-10-22T07:21:50.532Z] 23e8b3b47431: Download complete [2020-10-22T07:21:50.532Z] 5c568d65a230: Verifying Checksum [2020-10-22T07:21:50.532Z] 5c568d65a230: Download complete [2020-10-22T07:21:52.455Z] 221eaa008020: Verifying Checksum [2020-10-22T07:21:52.455Z] 221eaa008020: Download complete [2020-10-22T07:21:57.782Z] 221eaa008020: Pull complete [2020-10-22T07:21:58.044Z] 2a4607e5d6b9: Pull complete [2020-10-22T07:21:58.309Z] 8f79b27c4fd2: Pull complete [2020-10-22T07:22:02.537Z] e5c8dbe1645b: Pull complete [2020-10-22T07:22:06.762Z] 23e8b3b47431: Pull complete [2020-10-22T07:22:07.719Z] 5c568d65a230: Pull complete [2020-10-22T07:22:07.982Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-22T07:22:07.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T07:22:07.982Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-22T07:22:08.185Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:22:08.254Z] $ 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/205:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:22:09.430Z] $ docker top 51a2e4cca78141d2eded46d0768de8e474da762e1a0557d463ecab03b95be384 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T07:22:09.994Z] + snyk monitor '--org=edgex-jenkins' [2020-10-22T07:22:18.247Z] [2020-10-22T07:22:18.247Z] Monitoring /w/workspace/edgex-go/205 (github.com/edgexfoundry/edgex-go)... [2020-10-22T07:22:18.247Z] [2020-10-22T07:22:18.247Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/08a586bf-f188-4666-8df5-11210483d03e [2020-10-22T07:22:18.247Z] [2020-10-22T07:22:18.247Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-22T07:22:18.247Z] [2020-10-22T07:22:18.247Z] [2020-10-22T07:22:18.247Z] Snyk CLI supports Node.js 8 and higher. [2020-10-22T07:22:18.247Z] 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-22T07:22:18.247Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-22T07:22:18.247Z] [2020-10-22T07:22:18.247Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-22T07:22:18.247Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-22T07:22:18.247Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-22T07:22:18.247Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-22T07:22:18.266Z] $ docker stop --time=1 51a2e4cca78141d2eded46d0768de8e474da762e1a0557d463ecab03b95be384 [2020-10-22T07:22:21.345Z] $ docker rm -f 51a2e4cca78141d2eded46d0768de8e474da762e1a0557d463ecab03b95be384 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:22:23.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:22:23.214Z] [2020-10-22T07:22:23.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:22:23.566Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:22:23.567Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-22T07:22:23.567Z] e7c96db7181b: Pulling fs layer [2020-10-22T07:22:23.567Z] 1868ca2cb446: Pulling fs layer [2020-10-22T07:22:23.567Z] 136be5d0fe8e: Pulling fs layer [2020-10-22T07:22:23.567Z] 894bfe63afcb: Pulling fs layer [2020-10-22T07:22:23.567Z] 894bfe63afcb: Waiting [2020-10-22T07:22:23.567Z] 1868ca2cb446: Verifying Checksum [2020-10-22T07:22:23.567Z] 1868ca2cb446: Download complete [2020-10-22T07:22:23.567Z] 136be5d0fe8e: Verifying Checksum [2020-10-22T07:22:23.567Z] 136be5d0fe8e: Download complete [2020-10-22T07:22:23.567Z] e7c96db7181b: Verifying Checksum [2020-10-22T07:22:23.567Z] e7c96db7181b: Download complete [2020-10-22T07:22:23.830Z] 894bfe63afcb: Verifying Checksum [2020-10-22T07:22:23.830Z] 894bfe63afcb: Download complete [2020-10-22T07:22:24.095Z] e7c96db7181b: Pull complete [2020-10-22T07:22:24.095Z] 1868ca2cb446: Pull complete [2020-10-22T07:22:24.362Z] 136be5d0fe8e: Pull complete [2020-10-22T07:22:24.625Z] 894bfe63afcb: Pull complete [2020-10-22T07:22:24.625Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-22T07:22:24.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:22:24.625Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-22T07:22:24.731Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:22:24.785Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:22:26.197Z] $ docker top 39196496629ce1fb3d696ddac7796b1fba4c66dc8bcd556b635eb8ff6569e44a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:22:26.843Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:22:26.843Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:22:29.639Z] $ docker stop --time=1 39196496629ce1fb3d696ddac7796b1fba4c66dc8bcd556b635eb8ff6569e44a [2020-10-22T07:22:31.139Z] $ docker rm -f 39196496629ce1fb3d696ddac7796b1fba4c66dc8bcd556b635eb8ff6569e44a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:22:31.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:22:31.665Z] . [Pipeline] withDockerContainer [2020-10-22T07:22:31.793Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:22:31.848Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:22:32.846Z] $ docker top 9e1229d10a0d51edb1295cadaf30669d463ee03448f5f8214487411c015a3420 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:22:33.460Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:22:33.460Z] + tee [2020-10-22T07:22:33.460Z] clair timeout 1m0s [2020-10-22T07:22:33.460Z] docker timeout: 1m0s [2020-10-22T07:22:33.460Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:22:34.161Z] $ docker stop --time=1 9e1229d10a0d51edb1295cadaf30669d463ee03448f5f8214487411c015a3420 [2020-10-22T07:22:35.601Z] $ docker rm -f 9e1229d10a0d51edb1295cadaf30669d463ee03448f5f8214487411c015a3420 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:22:36.217Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:22:36.233Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-core-command-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:22:36.305Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:22:36.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:22:36.690Z] . [Pipeline] withDockerContainer [2020-10-22T07:22:36.800Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:22:36.859Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:22:37.767Z] $ docker top a250c03f7904cab3bfe6ecb74b4a485cf9ecebe53d054ce6405e984ec191e7c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:22:38.313Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:22:38.313Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:22:43.819Z] $ docker stop --time=1 a250c03f7904cab3bfe6ecb74b4a485cf9ecebe53d054ce6405e984ec191e7c4 [2020-10-22T07:22:45.264Z] $ docker rm -f a250c03f7904cab3bfe6ecb74b4a485cf9ecebe53d054ce6405e984ec191e7c4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:22:45.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:22:45.777Z] . [Pipeline] withDockerContainer [2020-10-22T07:22:45.881Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:22:45.932Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:22:46.774Z] $ docker top 5593dad1afe6de3b0a2d2a775b09137adf44887d26e65cce2017a6ce3c703084 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:22:47.387Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:22:47.387Z] + tee [2020-10-22T07:22:47.387Z] clair timeout 1m0s [2020-10-22T07:22:47.387Z] docker timeout: 1m0s [2020-10-22T07:22:47.387Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:22:48.464Z] $ docker stop --time=1 5593dad1afe6de3b0a2d2a775b09137adf44887d26e65cce2017a6ce3c703084 [2020-10-22T07:22:49.813Z] $ docker rm -f 5593dad1afe6de3b0a2d2a775b09137adf44887d26e65cce2017a6ce3c703084 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:22:50.308Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:22:50.327Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-core-data-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:22:50.439Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:22:50.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:22:50.798Z] . [Pipeline] withDockerContainer [2020-10-22T07:22:50.906Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:22:50.974Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:22:51.956Z] $ docker top 795f21192de7023a2fc6102010c6ce3d769852247fc65c06f2f8ef26ec4d84ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:22:52.544Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:22:52.544Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:22:55.520Z] $ docker stop --time=1 795f21192de7023a2fc6102010c6ce3d769852247fc65c06f2f8ef26ec4d84ad [2020-10-22T07:22:57.008Z] $ docker rm -f 795f21192de7023a2fc6102010c6ce3d769852247fc65c06f2f8ef26ec4d84ad [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:22:57.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:22:57.568Z] . [Pipeline] withDockerContainer [2020-10-22T07:22:57.680Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:22:57.725Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:22:58.707Z] $ docker top db6bd4db8eac3dcbbd5bd26d5b6430d135a4fb5a5c24104863604ea74f881d38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:22:59.279Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:22:59.279Z] + tee [2020-10-22T07:22:59.279Z] clair timeout 1m0s [2020-10-22T07:22:59.279Z] docker timeout: 1m0s [2020-10-22T07:22:59.279Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:22:59.973Z] $ docker stop --time=1 db6bd4db8eac3dcbbd5bd26d5b6430d135a4fb5a5c24104863604ea74f881d38 [2020-10-22T07:23:01.402Z] $ docker rm -f db6bd4db8eac3dcbbd5bd26d5b6430d135a4fb5a5c24104863604ea74f881d38 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:23:01.922Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:23:01.941Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-core-metadata-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:23:02.056Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:23:02.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:23:02.436Z] . [Pipeline] withDockerContainer [2020-10-22T07:23:02.606Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:23:02.666Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:23:03.537Z] $ docker top 7110bda763426b2f548a8058bdd57e97b8e6110f39543361ca18bd93de599d84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:23:04.100Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:23:04.101Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:23:08.562Z] $ docker stop --time=1 7110bda763426b2f548a8058bdd57e97b8e6110f39543361ca18bd93de599d84 [2020-10-22T07:23:10.082Z] $ docker rm -f 7110bda763426b2f548a8058bdd57e97b8e6110f39543361ca18bd93de599d84 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:23:10.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:23:10.574Z] . [Pipeline] withDockerContainer [2020-10-22T07:23:10.694Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:23:10.748Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:23:11.455Z] $ docker top fd97eee9b5c65f27445ec0cb4888cd222d74d364ecebbb74271609b45c6ab4d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:23:12.124Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:23:12.125Z] + tee [2020-10-22T07:23:12.125Z] clair timeout 1m0s [2020-10-22T07:23:12.125Z] docker timeout: 1m0s [2020-10-22T07:23:12.125Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:23:13.192Z] $ docker stop --time=1 fd97eee9b5c65f27445ec0cb4888cd222d74d364ecebbb74271609b45c6ab4d7 [2020-10-22T07:23:14.678Z] $ docker rm -f fd97eee9b5c65f27445ec0cb4888cd222d74d364ecebbb74271609b45c6ab4d7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:23:15.207Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:23:15.222Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-security-proxy-setup-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:23:15.276Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:23:15.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:23:15.653Z] . [Pipeline] withDockerContainer [2020-10-22T07:23:15.875Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:23:16.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:23:16.817Z] $ docker top ea37b3e41f263472293b05e7ecf04a065e454028c52d2d93b4cc15be3f996621 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:23:17.511Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:23:17.511Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:23:26.007Z] $ docker stop --time=1 ea37b3e41f263472293b05e7ecf04a065e454028c52d2d93b4cc15be3f996621 [2020-10-22T07:23:27.479Z] $ docker rm -f ea37b3e41f263472293b05e7ecf04a065e454028c52d2d93b4cc15be3f996621 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:23:28.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:23:28.031Z] . [Pipeline] withDockerContainer [2020-10-22T07:23:28.177Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:23:28.261Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:23:28.969Z] $ docker top fafca19d25a322f2594a69343f862885160f13598d7aede02a60deb2b109161b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:23:29.558Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:23:29.558Z] + tee [2020-10-22T07:23:29.558Z] clair timeout 1m0s [2020-10-22T07:23:29.558Z] docker timeout: 1m0s [2020-10-22T07:23:29.558Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:23:31.159Z] $ docker stop --time=1 fafca19d25a322f2594a69343f862885160f13598d7aede02a60deb2b109161b [2020-10-22T07:23:32.511Z] $ docker rm -f fafca19d25a322f2594a69343f862885160f13598d7aede02a60deb2b109161b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:23:33.029Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:23:33.044Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-security-secrets-setup-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:23:33.123Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:23:33.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:23:33.585Z] . [Pipeline] withDockerContainer [2020-10-22T07:23:33.710Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:23:33.785Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:23:34.525Z] $ docker top baabf87626d846ece59e2a3596f767279efcc81f0f67f0ba5dd89d5a624925a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:23:35.132Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:23:35.132Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:23:43.550Z] $ docker stop --time=1 baabf87626d846ece59e2a3596f767279efcc81f0f67f0ba5dd89d5a624925a0 [2020-10-22T07:23:44.949Z] $ docker rm -f baabf87626d846ece59e2a3596f767279efcc81f0f67f0ba5dd89d5a624925a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:23:45.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:23:45.488Z] . [Pipeline] withDockerContainer [2020-10-22T07:23:45.643Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:23:45.726Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:23:46.540Z] $ docker top ca8a5bd73ec2e82af8c9185b0c3dbf24d74881c60933115c1e480eee0a5ad455 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:23:47.156Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:23:47.156Z] + tee [2020-10-22T07:23:47.156Z] clair timeout 1m0s [2020-10-22T07:23:47.156Z] docker timeout: 1m0s [2020-10-22T07:23:47.156Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:23:48.728Z] $ docker stop --time=1 ca8a5bd73ec2e82af8c9185b0c3dbf24d74881c60933115c1e480eee0a5ad455 [2020-10-22T07:23:50.140Z] $ docker rm -f ca8a5bd73ec2e82af8c9185b0c3dbf24d74881c60933115c1e480eee0a5ad455 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:23:50.687Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:23:50.703Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-security-secretstore-setup-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:23:50.788Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:23:51.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:23:51.173Z] . [Pipeline] withDockerContainer [2020-10-22T07:23:51.305Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:23:51.354Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:23:52.060Z] $ docker top 7f80998f5fdd369d6f937950a97313df4fc738d988897877da00c4695a030449 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:23:52.663Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:23:52.663Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:23:56.282Z] $ docker stop --time=1 7f80998f5fdd369d6f937950a97313df4fc738d988897877da00c4695a030449 [2020-10-22T07:23:57.663Z] $ docker rm -f 7f80998f5fdd369d6f937950a97313df4fc738d988897877da00c4695a030449 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:23:58.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:23:58.308Z] . [Pipeline] withDockerContainer [2020-10-22T07:23:58.501Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:23:58.650Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:23:59.426Z] $ docker top e4bf9bf6f781764a65d03c37ecd3b89abbbbddc00cb797d4e5da2d52739643a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:24:00.040Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:24:00.040Z] + tee [2020-10-22T07:24:00.040Z] clair timeout 1m0s [2020-10-22T07:24:00.040Z] docker timeout: 1m0s [2020-10-22T07:24:00.040Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:24:00.730Z] $ docker stop --time=1 e4bf9bf6f781764a65d03c37ecd3b89abbbbddc00cb797d4e5da2d52739643a7 [2020-10-22T07:24:02.146Z] $ docker rm -f e4bf9bf6f781764a65d03c37ecd3b89abbbbddc00cb797d4e5da2d52739643a7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:24:02.648Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:24:02.662Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-support-logging-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:24:02.719Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:24:03.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:24:03.067Z] . [Pipeline] withDockerContainer [2020-10-22T07:24:03.169Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:24:03.219Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:24:03.874Z] $ docker top e0edc9663215194588b89defabdd9deddb15cc01e3f272caa62e290c695ca551 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:24:04.399Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:24:04.399Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:24:10.206Z] $ docker stop --time=1 e0edc9663215194588b89defabdd9deddb15cc01e3f272caa62e290c695ca551 [2020-10-22T07:24:11.575Z] $ docker rm -f e0edc9663215194588b89defabdd9deddb15cc01e3f272caa62e290c695ca551 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:24:12.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:24:12.081Z] . [Pipeline] withDockerContainer [2020-10-22T07:24:12.198Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:24:12.245Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:24:12.949Z] $ docker top b909541f3684eed31cae5851f7328d5ae4b9b01cb0798e917fc11187162301bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:24:13.996Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:24:13.996Z] + tee [2020-10-22T07:24:13.996Z] clair timeout 1m0s [2020-10-22T07:24:13.997Z] docker timeout: 1m0s [2020-10-22T07:24:13.997Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:24:15.059Z] $ docker stop --time=1 b909541f3684eed31cae5851f7328d5ae4b9b01cb0798e917fc11187162301bb [2020-10-22T07:24:16.447Z] $ docker rm -f b909541f3684eed31cae5851f7328d5ae4b9b01cb0798e917fc11187162301bb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:24:16.933Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:24:16.946Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-support-notifications-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:24:17.006Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:24:17.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:24:17.355Z] . [Pipeline] withDockerContainer [2020-10-22T07:24:17.454Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:24:17.497Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:24:18.274Z] $ docker top 9c5407f7d259accb62dd49bf109a876f4495fe532a47ded2f8fa6e2593749286 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:24:19.083Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:24:19.083Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:24:22.569Z] $ docker stop --time=1 9c5407f7d259accb62dd49bf109a876f4495fe532a47ded2f8fa6e2593749286 [2020-10-22T07:24:23.958Z] $ docker rm -f 9c5407f7d259accb62dd49bf109a876f4495fe532a47ded2f8fa6e2593749286 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:24:24.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:24:24.572Z] . [Pipeline] withDockerContainer [2020-10-22T07:24:24.679Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:24:24.730Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:24:25.376Z] $ docker top 92242c08d92412c0ae639fb39b7c52e1651b27c00413d8ab78b5874b206d18e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:24:25.950Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:24:25.950Z] + tee [2020-10-22T07:24:25.950Z] clair timeout 1m0s [2020-10-22T07:24:25.950Z] docker timeout: 1m0s [2020-10-22T07:24:25.950Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:24:26.692Z] $ docker stop --time=1 92242c08d92412c0ae639fb39b7c52e1651b27c00413d8ab78b5874b206d18e2 [2020-10-22T07:24:28.054Z] $ docker rm -f 92242c08d92412c0ae639fb39b7c52e1651b27c00413d8ab78b5874b206d18e2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:24:28.547Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:24:28.562Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-support-scheduler-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:24:28.659Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:24:29.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:24:29.000Z] . [Pipeline] withDockerContainer [2020-10-22T07:24:29.106Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:24:29.151Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:24:29.826Z] $ docker top c15df4be84d611c913bd9c180b045df59985e6aeb344262c381492c8e2f9b5e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:24:30.441Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:24:30.441Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:24:45.596Z] $ docker stop --time=1 c15df4be84d611c913bd9c180b045df59985e6aeb344262c381492c8e2f9b5e8 [2020-10-22T07:24:47.066Z] $ docker rm -f c15df4be84d611c913bd9c180b045df59985e6aeb344262c381492c8e2f9b5e8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:24:47.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:24:47.626Z] . [Pipeline] withDockerContainer [2020-10-22T07:24:47.733Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:24:47.784Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:24:48.554Z] $ docker top ecfbe2c4093f048c3fc2e5c4d78e6190d33eaef219ac5b9feaab17d98564eac0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:24:49.103Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:24:49.103Z] + tee [2020-10-22T07:24:49.103Z] clair timeout 1m0s [2020-10-22T07:24:49.103Z] docker timeout: 1m0s [2020-10-22T07:24:49.103Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:24:50.638Z] $ docker stop --time=1 ecfbe2c4093f048c3fc2e5c4d78e6190d33eaef219ac5b9feaab17d98564eac0 [2020-10-22T07:24:51.974Z] $ docker rm -f ecfbe2c4093f048c3fc2e5c4d78e6190d33eaef219ac5b9feaab17d98564eac0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:24:52.449Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:24:52.464Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-sys-mgmt-agent-go_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:24:52.519Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:24:52.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:24:52.874Z] . [Pipeline] withDockerContainer [2020-10-22T07:24:52.981Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:24:53.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:24:53.694Z] $ docker top f402f13093f91a56ceccec041acea07cee1df376de869a38839460f9dd804eca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:24:54.245Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:24:54.245Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:24:57.009Z] $ docker stop --time=1 f402f13093f91a56ceccec041acea07cee1df376de869a38839460f9dd804eca [2020-10-22T07:24:58.360Z] $ docker rm -f f402f13093f91a56ceccec041acea07cee1df376de869a38839460f9dd804eca [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:24:58.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:24:58.869Z] . [Pipeline] withDockerContainer [2020-10-22T07:24:58.974Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:24:59.019Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:24:59.748Z] $ docker top 5f0406fadadca1d45279714da091afaac014200ab4ff657405d60c9a8425e649 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:00.331Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:00.331Z] + tee [2020-10-22T07:25:00.331Z] clair timeout 1m0s [2020-10-22T07:25:00.331Z] docker timeout: 1m0s [2020-10-22T07:25:00.331Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:01.019Z] $ docker stop --time=1 5f0406fadadca1d45279714da091afaac014200ab4ff657405d60c9a8425e649 [2020-10-22T07:25:02.396Z] $ docker rm -f 5f0406fadadca1d45279714da091afaac014200ab4ff657405d60c9a8425e649 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:25:02.934Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:25:02.948Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-core-command-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:25:03.005Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:03.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:03.353Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:03.486Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:03.538Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:04.503Z] $ docker top a0dc3bd129acfa88d5d9e3e9302ff589f27b52ea82a5eee2d12fdb4b1b0d54b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:05.096Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:05.096Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:10.563Z] $ docker stop --time=1 a0dc3bd129acfa88d5d9e3e9302ff589f27b52ea82a5eee2d12fdb4b1b0d54b8 [2020-10-22T07:25:11.921Z] $ docker rm -f a0dc3bd129acfa88d5d9e3e9302ff589f27b52ea82a5eee2d12fdb4b1b0d54b8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:12.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:12.395Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:12.495Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:12.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:13.147Z] $ docker top 056191fcf046d38de8a09a146ef3c9d9ba5d01ddfb37a01965c5f2b1f0864891 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:13.806Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:13.806Z] + tee [2020-10-22T07:25:13.806Z] clair timeout 1m0s [2020-10-22T07:25:13.806Z] docker timeout: 1m0s [2020-10-22T07:25:13.806Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:14.915Z] $ docker stop --time=1 056191fcf046d38de8a09a146ef3c9d9ba5d01ddfb37a01965c5f2b1f0864891 [2020-10-22T07:25:16.255Z] $ docker rm -f 056191fcf046d38de8a09a146ef3c9d9ba5d01ddfb37a01965c5f2b1f0864891 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:25:16.714Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:25:16.729Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-core-data-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:25:16.785Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:17.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:17.128Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:17.243Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:17.288Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:18.006Z] $ docker top 3ccb5974fb38cc2d1f6483c57e0fc82861db146fc30886e54d1756d23fe48f9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:18.570Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:18.570Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:21.274Z] $ docker stop --time=1 3ccb5974fb38cc2d1f6483c57e0fc82861db146fc30886e54d1756d23fe48f9f [2020-10-22T07:25:22.633Z] $ docker rm -f 3ccb5974fb38cc2d1f6483c57e0fc82861db146fc30886e54d1756d23fe48f9f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:23.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:23.139Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:23.284Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:23.337Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:24.145Z] $ docker top f647b262c0ab77f40a87b66f026e44bd5d1cccd791d9fc020c2a72e6c9a4187b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:24.687Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:24.687Z] + tee [2020-10-22T07:25:24.687Z] clair timeout 1m0s [2020-10-22T07:25:24.687Z] docker timeout: 1m0s [2020-10-22T07:25:24.687Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:25.432Z] $ docker stop --time=1 f647b262c0ab77f40a87b66f026e44bd5d1cccd791d9fc020c2a72e6c9a4187b [2020-10-22T07:25:26.814Z] $ docker rm -f f647b262c0ab77f40a87b66f026e44bd5d1cccd791d9fc020c2a72e6c9a4187b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:25:27.304Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:25:27.320Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-core-metadata-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:25:27.377Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:27.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:27.728Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:27.832Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:27.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:28.514Z] $ docker top 5d22d95983cbc2fdd28554fae00e6449df7915fd088ab7ea14208acad2b69ad9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:29.055Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:29.055Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:33.438Z] $ docker stop --time=1 5d22d95983cbc2fdd28554fae00e6449df7915fd088ab7ea14208acad2b69ad9 [2020-10-22T07:25:34.785Z] $ docker rm -f 5d22d95983cbc2fdd28554fae00e6449df7915fd088ab7ea14208acad2b69ad9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:35.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:35.276Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:35.387Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:35.431Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:36.112Z] $ docker top cb1c4497d8213288d32da6de7ed42f1cc77d0551135a64b95b93a1f4550eb240 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:36.669Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:36.670Z] + tee [2020-10-22T07:25:36.670Z] clair timeout 1m0s [2020-10-22T07:25:36.670Z] docker timeout: 1m0s [2020-10-22T07:25:36.670Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:37.719Z] $ docker stop --time=1 cb1c4497d8213288d32da6de7ed42f1cc77d0551135a64b95b93a1f4550eb240 [2020-10-22T07:25:39.061Z] $ docker rm -f cb1c4497d8213288d32da6de7ed42f1cc77d0551135a64b95b93a1f4550eb240 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:25:39.544Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:25:39.557Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:25:39.691Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:40.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:40.034Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:40.170Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:40.215Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:40.933Z] $ docker top fb50721318bb78417ba2d60e7c875fb9d65d8c4f13062424fc45a34da7f402a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:41.495Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:41.495Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:49.821Z] $ docker stop --time=1 fb50721318bb78417ba2d60e7c875fb9d65d8c4f13062424fc45a34da7f402a4 [2020-10-22T07:25:51.255Z] $ docker rm -f fb50721318bb78417ba2d60e7c875fb9d65d8c4f13062424fc45a34da7f402a4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:51.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:51.758Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:51.899Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:51.949Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:52.651Z] $ docker top 4da6f91c24d0c9516cb41711a016d66a0bb4703b7044eb1b85bccf55c98220fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:53.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:25:53.210Z] + tee [2020-10-22T07:25:53.210Z] clair timeout 1m0s [2020-10-22T07:25:53.210Z] docker timeout: 1m0s [2020-10-22T07:25:53.210Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:25:54.781Z] $ docker stop --time=1 4da6f91c24d0c9516cb41711a016d66a0bb4703b7044eb1b85bccf55c98220fd [2020-10-22T07:25:56.176Z] $ docker rm -f 4da6f91c24d0c9516cb41711a016d66a0bb4703b7044eb1b85bccf55c98220fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:25:56.715Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:25:56.732Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:25:56.784Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:25:57.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:25:57.139Z] . [Pipeline] withDockerContainer [2020-10-22T07:25:57.254Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:25:57.380Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:25:58.126Z] $ docker top b95631ba1b4f0151fba08f9da5609a2318323ad8c0749373712472bd4151a0b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:25:58.712Z] + tee [2020-10-22T07:25:58.712Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:26:07.113Z] $ docker stop --time=1 b95631ba1b4f0151fba08f9da5609a2318323ad8c0749373712472bd4151a0b0 [2020-10-22T07:26:08.547Z] $ docker rm -f b95631ba1b4f0151fba08f9da5609a2318323ad8c0749373712472bd4151a0b0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:26:09.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:26:09.049Z] . [Pipeline] withDockerContainer [2020-10-22T07:26:09.160Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:26:09.214Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:26:09.972Z] $ docker top 11ae71d2a72919e647f58975466a44b3a973953f0a81ad2582dbe558ae7c29e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:26:10.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:26:10.548Z] + tee [2020-10-22T07:26:10.548Z] clair timeout 1m0s [2020-10-22T07:26:10.548Z] docker timeout: 1m0s [2020-10-22T07:26:10.548Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:26:12.105Z] $ docker stop --time=1 11ae71d2a72919e647f58975466a44b3a973953f0a81ad2582dbe558ae7c29e8 [2020-10-22T07:26:13.500Z] $ docker rm -f 11ae71d2a72919e647f58975466a44b3a973953f0a81ad2582dbe558ae7c29e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:26:13.995Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:26:14.012Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:26:14.080Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:26:14.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:26:14.428Z] . [Pipeline] withDockerContainer [2020-10-22T07:26:14.526Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:26:14.606Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:26:15.286Z] $ docker top 865931d9d0b505e760917915af23fa99118a6e75ab2c73239cc46e39904b4b77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:26:15.903Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:26:15.903Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:26:19.372Z] $ docker stop --time=1 865931d9d0b505e760917915af23fa99118a6e75ab2c73239cc46e39904b4b77 [2020-10-22T07:26:20.734Z] $ docker rm -f 865931d9d0b505e760917915af23fa99118a6e75ab2c73239cc46e39904b4b77 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:26:21.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:26:21.213Z] . [Pipeline] withDockerContainer [2020-10-22T07:26:21.316Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:26:21.361Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:26:22.046Z] $ docker top 08b0ad445ab101c138c97f3b2bab639f9cecb410c2851f7d00aa3f8db7a5a530 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:26:22.582Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:26:22.582Z] + tee [2020-10-22T07:26:22.582Z] clair timeout 1m0s [2020-10-22T07:26:22.582Z] docker timeout: 1m0s [2020-10-22T07:26:22.582Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:26:23.257Z] $ docker stop --time=1 08b0ad445ab101c138c97f3b2bab639f9cecb410c2851f7d00aa3f8db7a5a530 [2020-10-22T07:26:24.630Z] $ docker rm -f 08b0ad445ab101c138c97f3b2bab639f9cecb410c2851f7d00aa3f8db7a5a530 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:26:25.211Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:26:25.233Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-support-logging-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:26:25.302Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:26:25.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:26:25.759Z] . [Pipeline] withDockerContainer [2020-10-22T07:26:25.936Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:26:26.227Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:26:26.933Z] $ docker top b721d7d614d43744f6b9abb05d619203c0dded8dd485eb7468fb6379b330bf45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:26:27.524Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:26:27.524Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:26:33.100Z] $ docker stop --time=1 b721d7d614d43744f6b9abb05d619203c0dded8dd485eb7468fb6379b330bf45 [2020-10-22T07:26:34.492Z] $ docker rm -f b721d7d614d43744f6b9abb05d619203c0dded8dd485eb7468fb6379b330bf45 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:26:35.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:26:35.037Z] . [Pipeline] withDockerContainer [2020-10-22T07:26:35.143Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:26:35.220Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:26:35.945Z] $ docker top 572e7044368f866046d7bff81ab6bdade8ac8157beaa897411e64a3c2675fa60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:26:36.536Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:26:36.536Z] + tee [2020-10-22T07:26:36.536Z] clair timeout 1m0s [2020-10-22T07:26:36.536Z] docker timeout: 1m0s [2020-10-22T07:26:36.536Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:26:37.787Z] $ docker stop --time=1 572e7044368f866046d7bff81ab6bdade8ac8157beaa897411e64a3c2675fa60 [2020-10-22T07:26:39.696Z] $ docker rm -f 572e7044368f866046d7bff81ab6bdade8ac8157beaa897411e64a3c2675fa60 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:26:40.622Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:26:40.637Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-support-notifications-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:26:40.693Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:26:41.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:26:41.124Z] . [Pipeline] withDockerContainer [2020-10-22T07:26:41.248Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:26:41.369Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:26:42.270Z] $ docker top d381bff90b6c5d3033e850799a845bdaaaaeb49c8d0088021a7a6668512cf482 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:26:43.056Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:26:43.057Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:26:45.790Z] $ docker stop --time=1 d381bff90b6c5d3033e850799a845bdaaaaeb49c8d0088021a7a6668512cf482 [2020-10-22T07:26:47.143Z] $ docker rm -f d381bff90b6c5d3033e850799a845bdaaaaeb49c8d0088021a7a6668512cf482 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:26:47.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:26:47.660Z] . [Pipeline] withDockerContainer [2020-10-22T07:26:47.807Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:26:47.862Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:26:48.580Z] $ docker top aec870b4118792d391a38a5b5650b9d7e86358f10e47403b17c116d14ee308e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:26:49.172Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:26:49.172Z] + tee [2020-10-22T07:26:49.172Z] clair timeout 1m0s [2020-10-22T07:26:49.172Z] docker timeout: 1m0s [2020-10-22T07:26:49.172Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:26:49.852Z] $ docker stop --time=1 aec870b4118792d391a38a5b5650b9d7e86358f10e47403b17c116d14ee308e3 [2020-10-22T07:26:51.241Z] $ docker rm -f aec870b4118792d391a38a5b5650b9d7e86358f10e47403b17c116d14ee308e3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:26:51.725Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:26:51.740Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-support-scheduler-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:26:51.794Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:26:52.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:26:52.140Z] . [Pipeline] withDockerContainer [2020-10-22T07:26:52.255Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:26:52.313Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:26:53.166Z] $ docker top 271a5aa7bfb5ce9b19f83eb4b9f02e67266db26dcbfea9ef2bd4e8cc7d82c914 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:26:53.821Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:26:53.821Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:27:08.926Z] $ docker stop --time=1 271a5aa7bfb5ce9b19f83eb4b9f02e67266db26dcbfea9ef2bd4e8cc7d82c914 [2020-10-22T07:27:10.544Z] $ docker rm -f 271a5aa7bfb5ce9b19f83eb4b9f02e67266db26dcbfea9ef2bd4e8cc7d82c914 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:27:11.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-22T07:27:11.108Z] . [Pipeline] withDockerContainer [2020-10-22T07:27:11.225Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:27:11.293Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:27:12.023Z] $ docker top e7c74886cdc890db0a3359c7b5917ac004e2c339f6a0518583334871cc7847b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-22T07:27:12.552Z] + tee [2020-10-22T07:27:12.553Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:162b99b7e0c347402baf6c674fcfa28cc1a4ff62 [2020-10-22T07:27:12.553Z] clair timeout 1m0s [2020-10-22T07:27:12.553Z] docker timeout: 1m0s [2020-10-22T07:27:12.553Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T07:27:14.064Z] $ docker stop --time=1 e7c74886cdc890db0a3359c7b5917ac004e2c339f6a0518583334871cc7847b7 [2020-10-22T07:27:15.412Z] $ docker rm -f e7c74886cdc890db0a3359c7b5917ac004e2c339f6a0518583334871cc7847b7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T07:27:16.015Z] + mkdir -p /w/workspace/edgex-go/205/clair-reports [Pipeline] echo [2020-10-22T07:27:16.037Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/205/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_162b99b7e0c347402baf6c674fcfa28cc1a4ff62.html [Pipeline] writeFile [Pipeline] step [2020-10-22T07:27:16.094Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-22T07:27:16.503Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T07:27:16.556Z] provisioning config files... [2020-10-22T07:27:16.575Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/205@tmp/config6749312690331501354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:27:16.977Z] --> edgex-publish-swagger.sh [2020-10-22T07:27:16.977Z] === Publish openapi/v1 API === [2020-10-22T07:27:16.977Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-22T07:27:16.977Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-22T07:27:16.977Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:16.977Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:18.181Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8288 0:00:01 0:00:01 --:--:-- 8290 100 10521 0 0 100 10521 0 8286 0:00:01 0:00:01 --:--:-- 8290 [2020-10-22T07:27:18.181Z] [2020-10-22T07:27:18.181Z] [2020-10-22T07:27:18.181Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-22T07:27:18.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:18.181Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:19.569Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27348 0:00:01 0:00:01 --:--:-- 27357 100 32556 0 0 100 32556 0 27343 0:00:01 0:00:01 --:--:-- 27357 [2020-10-22T07:27:19.569Z] [2020-10-22T07:27:19.569Z] [2020-10-22T07:27:19.569Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-22T07:27:19.569Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:19.569Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:20.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 64723 0:00:01 0:00:01 --:--:-- 64780 100 73720 0 0 100 73720 0 64709 0:00:01 0:00:01 --:--:-- 64723 [2020-10-22T07:27:20.519Z] [2020-10-22T07:27:20.519Z] [2020-10-22T07:27:20.519Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-22T07:27:20.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:20.519Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:21.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11659 0:00:01 0:00:01 --:--:-- 11666 100 13580 0 0 100 13580 0 11657 0:00:01 0:00:01 --:--:-- 11666 [2020-10-22T07:27:21.906Z] [2020-10-22T07:27:21.906Z] [2020-10-22T07:27:21.906Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-22T07:27:21.906Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:21.906Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:22.867Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34205 0:00:01 0:00:01 --:--:-- 34233 100 38889 0 0 100 38889 0 34200 0:00:01 0:00:01 --:--:-- 34233 [2020-10-22T07:27:22.867Z] [2020-10-22T07:27:22.867Z] [2020-10-22T07:27:22.867Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-22T07:27:22.867Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:22.867Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:24.080Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11722 0:00:01 0:00:01 --:--:-- 11717 100 14248 0 0 100 14248 0 11489 0:00:01 0:00:01 --:--:-- 11490 [2020-10-22T07:27:24.080Z] [2020-10-22T07:27:24.080Z] [2020-10-22T07:27:24.080Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-22T07:27:24.080Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:24.080Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:25.467Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3699 0:00:01 0:00:01 --:--:-- 3701 100 4109 0 0 100 4109 0 3698 0:00:01 0:00:01 --:--:-- 3701 [2020-10-22T07:27:25.467Z] [2020-10-22T07:27:25.467Z] [2020-10-22T07:27:25.467Z] === Publish openapi/v2 API === [2020-10-22T07:27:25.467Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-22T07:27:25.467Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-22T07:27:25.468Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:25.468Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:26.425Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25710 0:00:01 0:00:01 --:--:-- 25727 100 29535 0 0 100 29535 0 25706 0:00:01 0:00:01 --:--:-- 25727 [2020-10-22T07:27:26.425Z] [2020-10-22T07:27:26.425Z] [2020-10-22T07:27:26.425Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-22T07:27:26.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:26.425Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:27.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 59897 0:00:01 0:00:01 --:--:-- 59952 100 65648 0 0 100 65648 0 59885 0:00:01 0:00:01 --:--:-- 59897 [2020-10-22T07:27:27.813Z] [2020-10-22T07:27:27.813Z] [2020-10-22T07:27:27.813Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-22T07:27:27.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:27.813Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:28.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 119k 0 0 100 119k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2020-10-22T07:27:28.757Z] [2020-10-22T07:27:28.757Z] [2020-10-22T07:27:28.757Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-22T07:27:28.757Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:28.757Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:30.158Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20991 0:00:01 0:00:01 --:--:-- 21002 100 23691 0 0 100 23691 0 20987 0:00:01 0:00:01 --:--:-- 21002 [2020-10-22T07:27:30.158Z] [2020-10-22T07:27:30.158Z] [2020-10-22T07:27:30.158Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-22T07:27:30.158Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:30.158Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:31.104Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57782 0:00:01 0:00:01 --:--:-- 57833 [2020-10-22T07:27:31.104Z] [2020-10-22T07:27:31.104Z] [2020-10-22T07:27:31.104Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-22T07:27:31.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:31.104Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:32.047Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42340 0:00:01 0:00:01 --:--:-- 42383 [2020-10-22T07:27:32.047Z] [2020-10-22T07:27:32.047Z] [2020-10-22T07:27:32.047Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-22T07:27:32.047Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T07:27:32.047Z] Dload Upload Total Spent Left Speed [2020-10-22T07:27:33.431Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 23525 0:00:01 0:00:01 --:--:-- 23536 100 23725 0 0 100 23725 0 23521 0:00:01 0:00:01 --:--:-- 23536 [2020-10-22T07:27:33.431Z] [2020-10-22T07:27:33.431Z] [Pipeline] } [2020-10-22T07:27:33.441Z] 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-22T07:27:34.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T07:27:34.216Z] . [Pipeline] withDockerContainer [2020-10-22T07:27:34.320Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:27:34.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:27:35.237Z] $ docker top 02e0590086d013668083968ab7969afac216f351c7eda7d15d83a8717992b7aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T07:27:35.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T07:27:35.601Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T07:27:35.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T07:27:35.856Z] $ docker exec 02e0590086d013668083968ab7969afac216f351c7eda7d15d83a8717992b7aa ssh-agent [2020-10-22T07:27:36.041Z] SSH_AUTH_SOCK=/tmp/ssh-klUiQpnGlIHH/agent.12 [2020-10-22T07:27:36.041Z] SSH_AGENT_PID=18 [2020-10-22T07:27:36.051Z] Running ssh-add (command line suppressed) [2020-10-22T07:27:36.189Z] Identity added: /w/workspace/edgex-go/205@tmp/private_key_8587880779598492402.key (/w/workspace/edgex-go/205@tmp/private_key_8587880779598492402.key) [2020-10-22T07:27:36.246Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T07:27:36.578Z] + git semver tag [2020-10-22T07:27:36.842Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T07:27:36.842Z] # $GIT_DIR = /w/workspace/edgex-go/205/.git [2020-10-22T07:27:36.842Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/205 [2020-10-22T07:27:36.842Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T07:27:36.842Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T07:27:36.842Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T07:27:36.842Z] # $SEMVER_BRANCH = master [2020-10-22T07:27:36.842Z] # $SEMVER_DIR = /w/workspace/edgex-go/205/.semver [2020-10-22T07:27:36.842Z] # 162b99b7e0c347402baf6c674fcfa28cc1a4ff62 HEAD [2020-10-22T07:27:37.424Z] # -> Force: false [2020-10-22T07:27:37.424Z] # 04632ef49abbbecf8f577edfd4b20a5c8149121d refs/tags/v1.2.2-dev.89 [Pipeline] } [2020-10-22T07:27:37.441Z] $ docker exec --env ******** --env ******** 02e0590086d013668083968ab7969afac216f351c7eda7d15d83a8717992b7aa ssh-agent -k [2020-10-22T07:27:37.601Z] unset SSH_AUTH_SOCK; [2020-10-22T07:27:37.601Z] unset SSH_AGENT_PID; [2020-10-22T07:27:37.601Z] echo Agent pid 18 killed; [2020-10-22T07:27:37.664Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T07:27:38.129Z] + git semver [Pipeline] } [2020-10-22T07:27:38.150Z] $ docker stop --time=1 02e0590086d013668083968ab7969afac216f351c7eda7d15d83a8717992b7aa [2020-10-22T07:27:39.533Z] $ docker rm -f 02e0590086d013668083968ab7969afac216f351c7eda7d15d83a8717992b7aa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:27:40.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T07:27:40.149Z] [2020-10-22T07:27:40.149Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:27:40.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T07:27:40.512Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-22T07:27:40.512Z] ab5ef0e58194: Pulling fs layer [2020-10-22T07:27:40.512Z] 9712f1f96733: Pulling fs layer [2020-10-22T07:27:40.512Z] 63f879dbbcfc: Pulling fs layer [2020-10-22T07:27:40.512Z] 0d9ebad4ef96: Pulling fs layer [2020-10-22T07:27:40.512Z] e9a5061849ea: Pulling fs layer [2020-10-22T07:27:40.512Z] d747dcd14b5f: Pulling fs layer [2020-10-22T07:27:40.512Z] 2de7ff778b66: Pulling fs layer [2020-10-22T07:27:40.512Z] 0d9ebad4ef96: Waiting [2020-10-22T07:27:40.512Z] e9a5061849ea: Waiting [2020-10-22T07:27:40.512Z] d747dcd14b5f: Waiting [2020-10-22T07:27:40.512Z] 2de7ff778b66: Waiting [2020-10-22T07:27:40.512Z] 9712f1f96733: Download complete [2020-10-22T07:27:43.067Z] 63f879dbbcfc: Verifying Checksum [2020-10-22T07:27:43.067Z] 63f879dbbcfc: Download complete [2020-10-22T07:27:43.067Z] e9a5061849ea: Verifying Checksum [2020-10-22T07:27:43.067Z] e9a5061849ea: Download complete [2020-10-22T07:27:43.067Z] d747dcd14b5f: Verifying Checksum [2020-10-22T07:27:43.067Z] d747dcd14b5f: Download complete [2020-10-22T07:27:43.331Z] 2de7ff778b66: Verifying Checksum [2020-10-22T07:27:43.331Z] 2de7ff778b66: Download complete [2020-10-22T07:27:43.908Z] ab5ef0e58194: Verifying Checksum [2020-10-22T07:27:43.908Z] ab5ef0e58194: Download complete [2020-10-22T07:27:43.908Z] 0d9ebad4ef96: Verifying Checksum [2020-10-22T07:27:43.908Z] 0d9ebad4ef96: Download complete [2020-10-22T07:27:49.219Z] ab5ef0e58194: Pull complete [2020-10-22T07:27:49.219Z] 9712f1f96733: Pull complete [2020-10-22T07:27:51.143Z] 63f879dbbcfc: Pull complete [2020-10-22T07:27:57.779Z] 0d9ebad4ef96: Pull complete [2020-10-22T07:28:01.489Z] e9a5061849ea: Pull complete [2020-10-22T07:28:01.489Z] d747dcd14b5f: Pull complete [2020-10-22T07:28:02.900Z] 2de7ff778b66: Pull complete [2020-10-22T07:28:03.162Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-22T07:28:03.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T07:28:03.162Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-22T07:28:03.348Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:28:03.400Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:28:07.676Z] $ docker top d04ffad929c5bd7e8ff0f8302678e1de3e2aa592e6e9657bb0164a1074a6972a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-22T07:28:07.951Z] provisioning config files... [2020-10-22T07:28:07.964Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/205@tmp/config5557574440793522701tmp [2020-10-22T07:28:07.981Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/205@tmp/config1193353459027708857tmp [2020-10-22T07:28:07.996Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/205@tmp/config7626857442861681088tmp [Pipeline] { [Pipeline] echo [2020-10-22T07:28:08.051Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:28:08.354Z] ---> sigul-configuration.sh [2020-10-22T07:28:08.354Z] gpg: directory `/root/.gnupg' created [2020-10-22T07:28:08.354Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-22T07:28:08.354Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-22T07:28:08.354Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-22T07:28:08.354Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-22T07:28:08.354Z] gpg: CAST5 encrypted data [2020-10-22T07:28:08.618Z] gpg: encrypted with 1 passphrase [2020-10-22T07:28:08.618Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-22T07:28:08.919Z] + mkdir /home/jenkins [2020-10-22T07:28:08.919Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-22T07:28:09.216Z] + 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-22T07:28:09.228Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:28:09.520Z] ---> sigul-install.sh [2020-10-22T07:28:16.138Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-22T07:28:16.444Z] + git tag --list [2020-10-22T07:28:16.445Z] 0.6.0 [2020-10-22T07:28:16.445Z] 0.6.1 [2020-10-22T07:28:16.445Z] 0.7.0 [2020-10-22T07:28:16.445Z] 0.7.1 [2020-10-22T07:28:16.445Z] v1.0.0 [2020-10-22T07:28:16.445Z] v1.0.1 [2020-10-22T07:28:16.445Z] v1.1.0 [2020-10-22T07:28:16.445Z] v1.2.0 [2020-10-22T07:28:16.445Z] v1.2.1 [2020-10-22T07:28:16.445Z] v1.2.2-dev.1 [2020-10-22T07:28:16.445Z] v1.2.2-dev.10 [2020-10-22T07:28:16.445Z] v1.2.2-dev.11 [2020-10-22T07:28:16.445Z] v1.2.2-dev.12 [2020-10-22T07:28:16.445Z] v1.2.2-dev.13 [2020-10-22T07:28:16.445Z] v1.2.2-dev.14 [2020-10-22T07:28:16.445Z] v1.2.2-dev.15 [2020-10-22T07:28:16.445Z] v1.2.2-dev.16 [2020-10-22T07:28:16.445Z] v1.2.2-dev.17 [2020-10-22T07:28:16.445Z] v1.2.2-dev.18 [2020-10-22T07:28:16.445Z] v1.2.2-dev.19 [2020-10-22T07:28:16.445Z] v1.2.2-dev.2 [2020-10-22T07:28:16.445Z] v1.2.2-dev.20 [2020-10-22T07:28:16.445Z] v1.2.2-dev.21 [2020-10-22T07:28:16.445Z] v1.2.2-dev.22 [2020-10-22T07:28:16.445Z] v1.2.2-dev.23 [2020-10-22T07:28:16.445Z] v1.2.2-dev.24 [2020-10-22T07:28:16.445Z] v1.2.2-dev.25 [2020-10-22T07:28:16.445Z] v1.2.2-dev.26 [2020-10-22T07:28:16.445Z] v1.2.2-dev.27 [2020-10-22T07:28:16.445Z] v1.2.2-dev.28 [2020-10-22T07:28:16.445Z] v1.2.2-dev.29 [2020-10-22T07:28:16.445Z] v1.2.2-dev.3 [2020-10-22T07:28:16.445Z] v1.2.2-dev.30 [2020-10-22T07:28:16.445Z] v1.2.2-dev.31 [2020-10-22T07:28:16.445Z] v1.2.2-dev.32 [2020-10-22T07:28:16.445Z] v1.2.2-dev.33 [2020-10-22T07:28:16.445Z] v1.2.2-dev.34 [2020-10-22T07:28:16.445Z] v1.2.2-dev.35 [2020-10-22T07:28:16.445Z] v1.2.2-dev.36 [2020-10-22T07:28:16.445Z] v1.2.2-dev.37 [2020-10-22T07:28:16.445Z] v1.2.2-dev.38 [2020-10-22T07:28:16.445Z] v1.2.2-dev.39 [2020-10-22T07:28:16.445Z] v1.2.2-dev.4 [2020-10-22T07:28:16.445Z] v1.2.2-dev.40 [2020-10-22T07:28:16.445Z] v1.2.2-dev.41 [2020-10-22T07:28:16.445Z] v1.2.2-dev.42 [2020-10-22T07:28:16.445Z] v1.2.2-dev.43 [2020-10-22T07:28:16.445Z] v1.2.2-dev.44 [2020-10-22T07:28:16.445Z] v1.2.2-dev.45 [2020-10-22T07:28:16.445Z] v1.2.2-dev.46 [2020-10-22T07:28:16.445Z] v1.2.2-dev.47 [2020-10-22T07:28:16.445Z] v1.2.2-dev.48 [2020-10-22T07:28:16.445Z] v1.2.2-dev.49 [2020-10-22T07:28:16.445Z] v1.2.2-dev.5 [2020-10-22T07:28:16.445Z] v1.2.2-dev.50 [2020-10-22T07:28:16.445Z] v1.2.2-dev.51 [2020-10-22T07:28:16.445Z] v1.2.2-dev.52 [2020-10-22T07:28:16.445Z] v1.2.2-dev.53 [2020-10-22T07:28:16.445Z] v1.2.2-dev.54 [2020-10-22T07:28:16.445Z] v1.2.2-dev.55 [2020-10-22T07:28:16.445Z] v1.2.2-dev.56 [2020-10-22T07:28:16.445Z] v1.2.2-dev.57 [2020-10-22T07:28:16.445Z] v1.2.2-dev.58 [2020-10-22T07:28:16.445Z] v1.2.2-dev.59 [2020-10-22T07:28:16.445Z] v1.2.2-dev.6 [2020-10-22T07:28:16.445Z] v1.2.2-dev.60 [2020-10-22T07:28:16.445Z] v1.2.2-dev.61 [2020-10-22T07:28:16.445Z] v1.2.2-dev.62 [2020-10-22T07:28:16.445Z] v1.2.2-dev.63 [2020-10-22T07:28:16.445Z] v1.2.2-dev.64 [2020-10-22T07:28:16.445Z] v1.2.2-dev.65 [2020-10-22T07:28:16.445Z] v1.2.2-dev.66 [2020-10-22T07:28:16.445Z] v1.2.2-dev.67 [2020-10-22T07:28:16.445Z] v1.2.2-dev.68 [2020-10-22T07:28:16.445Z] v1.2.2-dev.69 [2020-10-22T07:28:16.445Z] v1.2.2-dev.7 [2020-10-22T07:28:16.445Z] v1.2.2-dev.70 [2020-10-22T07:28:16.445Z] v1.2.2-dev.71 [2020-10-22T07:28:16.445Z] v1.2.2-dev.72 [2020-10-22T07:28:16.445Z] v1.2.2-dev.73 [2020-10-22T07:28:16.445Z] v1.2.2-dev.74 [2020-10-22T07:28:16.445Z] v1.2.2-dev.75 [2020-10-22T07:28:16.445Z] v1.2.2-dev.76 [2020-10-22T07:28:16.445Z] v1.2.2-dev.77 [2020-10-22T07:28:16.445Z] v1.2.2-dev.78 [2020-10-22T07:28:16.445Z] v1.2.2-dev.79 [2020-10-22T07:28:16.445Z] v1.2.2-dev.8 [2020-10-22T07:28:16.445Z] v1.2.2-dev.80 [2020-10-22T07:28:16.445Z] v1.2.2-dev.81 [2020-10-22T07:28:16.445Z] v1.2.2-dev.82 [2020-10-22T07:28:16.445Z] v1.2.2-dev.83 [2020-10-22T07:28:16.445Z] v1.2.2-dev.84 [2020-10-22T07:28:16.445Z] v1.2.2-dev.85 [2020-10-22T07:28:16.445Z] v1.2.2-dev.86 [2020-10-22T07:28:16.445Z] v1.2.2-dev.87 [2020-10-22T07:28:16.445Z] v1.2.2-dev.88 [2020-10-22T07:28:16.445Z] v1.2.2-dev.89 [2020-10-22T07:28:16.445Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-22T07:28:16.797Z] + lftools sign git-tag v1.2.2-dev.89 [2020-10-22T07:28:18.186Z] Signing Git tag with Sigul... [2020-10-22T07:28:18.186Z] Signing v1.2.2-dev.89 [Pipeline] echo [2020-10-22T07:28:19.587Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:28:19.883Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-22T07:28:19.892Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-22T07:28:20.013Z] $ docker stop --time=1 d04ffad929c5bd7e8ff0f8302678e1de3e2aa592e6e9657bb0164a1074a6972a [2020-10-22T07:28:22.005Z] $ docker rm -f d04ffad929c5bd7e8ff0f8302678e1de3e2aa592e6e9657bb0164a1074a6972a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:28:22.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T07:28:22.953Z] . [Pipeline] withDockerContainer [2020-10-22T07:28:23.071Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:28:23.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:28:23.888Z] $ docker top dbc45c9908aa60f1b3bd56efea0c535cb05e06fe18c2ccbf7b7bb0dfc4ce547a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T07:28:24.297Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T07:28:24.297Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T07:28:24.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T07:28:24.517Z] $ docker exec dbc45c9908aa60f1b3bd56efea0c535cb05e06fe18c2ccbf7b7bb0dfc4ce547a ssh-agent [2020-10-22T07:28:24.702Z] SSH_AUTH_SOCK=/tmp/ssh-nd5xJ5z4ezVQ/agent.12 [2020-10-22T07:28:24.702Z] SSH_AGENT_PID=17 [2020-10-22T07:28:24.710Z] Running ssh-add (command line suppressed) [2020-10-22T07:28:24.851Z] Identity added: /w/workspace/edgex-go/205@tmp/private_key_3925038537810746129.key (/w/workspace/edgex-go/205@tmp/private_key_3925038537810746129.key) [2020-10-22T07:28:24.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T07:28:25.259Z] + git semver bump pre [2020-10-22T07:28:25.259Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T07:28:25.259Z] # $GIT_DIR = /w/workspace/edgex-go/205/.git [2020-10-22T07:28:25.259Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/205 [2020-10-22T07:28:25.259Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T07:28:25.259Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T07:28:25.259Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T07:28:25.259Z] # $SEMVER_BRANCH = master [2020-10-22T07:28:25.259Z] # $SEMVER_DIR = /w/workspace/edgex-go/205/.semver [2020-10-22T07:28:25.259Z] 1.2.2-dev.90 [Pipeline] } [2020-10-22T07:28:25.274Z] $ docker exec --env ******** --env ******** dbc45c9908aa60f1b3bd56efea0c535cb05e06fe18c2ccbf7b7bb0dfc4ce547a ssh-agent -k [2020-10-22T07:28:25.425Z] unset SSH_AUTH_SOCK; [2020-10-22T07:28:25.425Z] unset SSH_AGENT_PID; [2020-10-22T07:28:25.425Z] echo Agent pid 17 killed; [2020-10-22T07:28:25.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T07:28:25.985Z] + git semver [Pipeline] } [2020-10-22T07:28:26.003Z] $ docker stop --time=1 dbc45c9908aa60f1b3bd56efea0c535cb05e06fe18c2ccbf7b7bb0dfc4ce547a [2020-10-22T07:28:27.363Z] $ docker rm -f dbc45c9908aa60f1b3bd56efea0c535cb05e06fe18c2ccbf7b7bb0dfc4ce547a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:28:27.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T07:28:27.909Z] . [Pipeline] withDockerContainer [2020-10-22T07:28:28.012Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:28:28.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-22T07:28:28.781Z] $ docker top d1a646a3be22e59da457031d08606d352249b7653348104b13bbac386020557e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T07:28:29.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T07:28:29.104Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T07:28:29.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T07:28:29.324Z] $ docker exec d1a646a3be22e59da457031d08606d352249b7653348104b13bbac386020557e ssh-agent [2020-10-22T07:28:29.502Z] SSH_AUTH_SOCK=/tmp/ssh-TjQvtTnmocml/agent.11 [2020-10-22T07:28:29.502Z] SSH_AGENT_PID=16 [2020-10-22T07:28:29.509Z] Running ssh-add (command line suppressed) [2020-10-22T07:28:29.643Z] Identity added: /w/workspace/edgex-go/205@tmp/private_key_2929548526826345525.key (/w/workspace/edgex-go/205@tmp/private_key_2929548526826345525.key) [2020-10-22T07:28:29.707Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T07:28:30.051Z] + git semver push [2020-10-22T07:28:30.051Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T07:28:30.051Z] # $GIT_DIR = /w/workspace/edgex-go/205/.git [2020-10-22T07:28:30.051Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/205 [2020-10-22T07:28:30.051Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T07:28:30.051Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T07:28:30.051Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T07:28:30.051Z] # $SEMVER_BRANCH = master [2020-10-22T07:28:30.051Z] # $SEMVER_DIR = /w/workspace/edgex-go/205/.semver [Pipeline] } [2020-10-22T07:28:40.091Z] $ docker exec --env ******** --env ******** d1a646a3be22e59da457031d08606d352249b7653348104b13bbac386020557e ssh-agent -k [2020-10-22T07:28:40.284Z] unset SSH_AUTH_SOCK; [2020-10-22T07:28:40.284Z] unset SSH_AGENT_PID; [2020-10-22T07:28:40.284Z] echo Agent pid 16 killed; [2020-10-22T07:28:40.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T07:28:40.922Z] + git semver [Pipeline] } [2020-10-22T07:28:40.944Z] $ docker stop --time=1 d1a646a3be22e59da457031d08606d352249b7653348104b13bbac386020557e [2020-10-22T07:28:42.326Z] $ docker rm -f d1a646a3be22e59da457031d08606d352249b7653348104b13bbac386020557e [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-22T07:28:43.345Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:28:44.291Z] ---> package-listing.sh [2020-10-22T07:28:44.291Z] ++ facter osfamily [2020-10-22T07:28:44.291Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T07:28:44.291Z] + OS_FAMILY=redhat [2020-10-22T07:28:44.291Z] + workspace=/w/workspace/edgex-go/205 [2020-10-22T07:28:44.291Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T07:28:44.291Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T07:28:44.291Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T07:28:44.291Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T07:28:44.291Z] + '[' /w/workspace/edgex-go/205 ']' [2020-10-22T07:28:44.291Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T07:28:44.291Z] + case "${OS_FAMILY}" in [2020-10-22T07:28:44.291Z] + rpm -qa [2020-10-22T07:28:44.291Z] + sort [2020-10-22T07:28:48.506Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T07:28:48.506Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T07:28:48.506Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T07:28:48.506Z] + '[' /w/workspace/edgex-go/205 ']' [2020-10-22T07:28:48.506Z] + mkdir -p /w/workspace/edgex-go/205/archives/ [2020-10-22T07:28:48.506Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/205/archives/ [Pipeline] echo [2020-10-22T07:28:48.521Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/205/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T07:28:48.812Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:28:49.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T07:28:49.117Z] [2020-10-22T07:28:49.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T07:28:49.478Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T07:28:49.478Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T07:28:49.478Z] df20fa9351a1: Already exists [2020-10-22T07:28:49.478Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T07:28:49.478Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T07:28:49.478Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T07:28:49.478Z] 93b61091891f: Pulling fs layer [2020-10-22T07:28:49.478Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T07:28:49.478Z] 5e14af77c1be: Pulling fs layer [2020-10-22T07:28:49.478Z] 01666e4c0597: Pulling fs layer [2020-10-22T07:28:49.478Z] aa168da1d23b: Pulling fs layer [2020-10-22T07:28:49.478Z] 93b61091891f: Waiting [2020-10-22T07:28:49.478Z] 5e14af77c1be: Waiting [2020-10-22T07:28:49.478Z] 93b9cdb0e59b: Waiting [2020-10-22T07:28:49.478Z] 01666e4c0597: Waiting [2020-10-22T07:28:49.478Z] aa168da1d23b: Waiting [2020-10-22T07:28:49.478Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T07:28:49.478Z] 46f8f816bc3b: Download complete [2020-10-22T07:28:49.478Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T07:28:49.478Z] 36b3adc4ff6f: Download complete [2020-10-22T07:28:49.478Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T07:28:49.478Z] 93b9cdb0e59b: Download complete [2020-10-22T07:28:49.741Z] 5e14af77c1be: Download complete [2020-10-22T07:28:49.741Z] 01666e4c0597: Verifying Checksum [2020-10-22T07:28:49.741Z] 01666e4c0597: Download complete [2020-10-22T07:28:49.741Z] 93b61091891f: Verifying Checksum [2020-10-22T07:28:49.741Z] 93b61091891f: Download complete [2020-10-22T07:28:50.037Z] 36b3adc4ff6f: Pull complete [2020-10-22T07:28:50.309Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T07:28:50.309Z] 8ad3a11d3b57: Download complete [2020-10-22T07:28:51.706Z] 8ad3a11d3b57: Pull complete [2020-10-22T07:28:51.968Z] aa168da1d23b: Verifying Checksum [2020-10-22T07:28:51.968Z] aa168da1d23b: Download complete [2020-10-22T07:28:52.542Z] 46f8f816bc3b: Pull complete [2020-10-22T07:28:53.124Z] 93b61091891f: Pull complete [2020-10-22T07:28:53.390Z] 93b9cdb0e59b: Pull complete [2020-10-22T07:28:53.390Z] 5e14af77c1be: Pull complete [2020-10-22T07:28:53.655Z] 01666e4c0597: Pull complete [2020-10-22T07:29:01.904Z] aa168da1d23b: Pull complete [2020-10-22T07:29:01.904Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T07:29:01.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T07:29:01.904Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T07:29:02.130Z] prd-centos7-docker-4c-2g-8181 does not seem to be running inside a container [2020-10-22T07:29:02.187Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/205/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/205 -v /w/workspace/edgex-go/205:/w/workspace/edgex-go/205:rw,z -v /w/workspace/edgex-go/205@tmp:/w/workspace/edgex-go/205@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T07:29:05.352Z] $ docker top 41428b0835f721107886338b1428ce900f1ece19f67952fa17aaef792eef6d33 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T07:29:05.934Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T07:29:06.233Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T07:29:06.543Z] + ls /var/log/sa-host [2020-10-22T07:29:06.543Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T07:29:06.543Z] file_magic: OK [2020-10-22T07:29:06.543Z] HZ: Using current value: 100 [2020-10-22T07:29:06.543Z] file_header: OK [2020-10-22T07:29:06.543Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T07:29:06.543Z] Statistics: [2020-10-22T07:29:06.543Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T07:29:06.543Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T07:29:06.543Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T07:29:06.543Z] file_magic: OK [2020-10-22T07:29:06.543Z] HZ: Using current value: 100 [2020-10-22T07:29:06.543Z] file_header: OK [2020-10-22T07:29:06.543Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T07:29:06.543Z] Statistics: [2020-10-22T07:29:06.543Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T07:29:06.543Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T07:29:07.247Z] provisioning config files... [2020-10-22T07:29:07.270Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/205@tmp/config6426776874849707558tmp [Pipeline] { [Pipeline] echo [2020-10-22T07:29:07.332Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:29:07.627Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T07:29:07.636Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T07:29:07.728Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:29:08.026Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T07:29:08.037Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:29:08.333Z] ---> sudo-logs.sh [2020-10-22T07:29:08.333Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T07:29:08.347Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:29:08.644Z] ---> job-cost.sh [2020-10-22T07:29:08.644Z] lf-activate-venv: SKIPPING [2020-10-22T07:29:08.644Z] INFO: No Stack... [2020-10-22T07:29:09.596Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T07:29:10.171Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T07:29:10.184Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T07:29:10.674Z] ---> logs-deploy.sh [2020-10-22T07:29:10.674Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/205 [2020-10-22T07:29:10.674Z] INFO: archiving workspace using pattern(s): [2020-10-22T07:29:12.597Z] Archives upload complete. [2020-10-22T07:29:12.597Z] INFO: archiving logs to Nexus