Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c53c6110231c23d325d1b3c1e00c5fc26ac542f6 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-6301 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/196 [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/196 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c53c6110231c23d325d1b3c1e00c5fc26ac542f6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c53c6110231c23d325d1b3c1e00c5fc26ac542f6 # timeout=10 Commit message: "Merge pull request #2818 from tonyespy/fixup-pr-template" > git rev-list --no-walk ac3e8062abd2d502e6786212d70751ef8e8769d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T17:02:10.043Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T17:02:10.371Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T17:02:10.651Z] ========================================================= [2020-10-19T17:02:10.651Z] EdgeX Global Pipelines Version Info [2020-10-19T17:02:10.651Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:02:12.315Z] ------------------- [2020-10-19T17:02:12.315Z] stable info: [2020-10-19T17:02:12.315Z] ------------------- [2020-10-19T17:02:12.315Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T17:02:12.315Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T17:02:12.315Z] Message: update stable to v1.0.144 [2020-10-19T17:02:13.270Z] ------------------- [2020-10-19T17:02:13.270Z] experimental info: [2020-10-19T17:02:13.270Z] ------------------- [2020-10-19T17:02:13.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T17:02:13.270Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T17:02:13.270Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-19T17:02:13.676Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-19T17:02:13.779Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-19T17:02:13.877Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T17:02:14.034Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T17:02:14.135Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T17:02:14.235Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T17:02:14.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T17:02:14.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-19T17:02:14.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-19T17:02:14.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-19T17:02:14.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T17:02:14.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T17:02:14.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T17:02:15.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T17:02:15.163Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T17:02:15.267Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T17:02:15.402Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-19T17:02:15.500Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T17:02:15.646Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-19T17:02:15.819Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-19T17:02:15.929Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-19T17:02:16.030Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-19T17:02:16.127Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-19T17:02:16.221Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-19T17:02:16.321Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] echo [2020-10-19T17:02:16.415Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c53c611 [Pipeline] echo [2020-10-19T17:02:16.513Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-19T17:02:16.961Z] ++ 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-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/core-command/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/core-data/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-19T17:02:16.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-19T17:02:16.961Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-19T17:02:16.961Z] ++ cut -d/ -f2 [2020-10-19T17:02:16.961Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-19T17:02:17.109Z] 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-19T17:02:18.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:02:18.854Z] [2020-10-19T17:02:18.854Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:02:19.242Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:02:19.242Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T17:02:19.242Z] 31603596830f: Pulling fs layer [2020-10-19T17:02:19.242Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T17:02:19.242Z] 6ca5941a6612: Pulling fs layer [2020-10-19T17:02:19.242Z] ecc8261a40a4: Pulling fs layer [2020-10-19T17:02:19.242Z] ecc8261a40a4: Waiting [2020-10-19T17:02:19.242Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T17:02:19.242Z] 2a8b12db71e7: Download complete [2020-10-19T17:02:19.530Z] 31603596830f: Verifying Checksum [2020-10-19T17:02:19.530Z] 31603596830f: Download complete [2020-10-19T17:02:19.820Z] ecc8261a40a4: Verifying Checksum [2020-10-19T17:02:19.820Z] ecc8261a40a4: Download complete [2020-10-19T17:02:19.820Z] 6ca5941a6612: Verifying Checksum [2020-10-19T17:02:19.820Z] 6ca5941a6612: Download complete [2020-10-19T17:02:19.820Z] 31603596830f: Pull complete [2020-10-19T17:02:20.105Z] 2a8b12db71e7: Pull complete [2020-10-19T17:02:20.710Z] 6ca5941a6612: Pull complete [2020-10-19T17:02:20.988Z] ecc8261a40a4: Pull complete [2020-10-19T17:02:20.988Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T17:02:20.988Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:02:20.988Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T17:02:21.152Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:02:21.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:02:23.691Z] $ docker top a974bbd90d44faa9148d3df761bcc3ee72b0f7532fa1555b0e182587c0d782e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T17:02:23.995Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T17:02:23.995Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T17:02:24.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T17:02:24.237Z] $ docker exec a974bbd90d44faa9148d3df761bcc3ee72b0f7532fa1555b0e182587c0d782e9 ssh-agent [2020-10-19T17:02:24.412Z] SSH_AUTH_SOCK=/tmp/ssh-0OqEYmuoVry6/agent.11 [2020-10-19T17:02:24.412Z] SSH_AGENT_PID=16 [2020-10-19T17:02:24.433Z] Running ssh-add (command line suppressed) [2020-10-19T17:02:24.550Z] Identity added: /w/workspace/edgex-go/196@tmp/private_key_6253318393668790210.key (/w/workspace/edgex-go/196@tmp/private_key_6253318393668790210.key) [2020-10-19T17:02:24.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T17:02:25.144Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T17:02:25.175Z] $ docker exec --env ******** --env ******** a974bbd90d44faa9148d3df761bcc3ee72b0f7532fa1555b0e182587c0d782e9 ssh-agent -k [2020-10-19T17:02:25.309Z] unset SSH_AUTH_SOCK; [2020-10-19T17:02:25.310Z] unset SSH_AGENT_PID; [2020-10-19T17:02:25.310Z] echo Agent pid 16 killed; [2020-10-19T17:02:25.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T17:02:25.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T17:02:25.604Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T17:02:25.784Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T17:02:25.788Z] $ docker exec a974bbd90d44faa9148d3df761bcc3ee72b0f7532fa1555b0e182587c0d782e9 ssh-agent [2020-10-19T17:02:25.954Z] SSH_AUTH_SOCK=/tmp/ssh-JukrIF7T3wz5/agent.46 [2020-10-19T17:02:25.954Z] SSH_AGENT_PID=51 [2020-10-19T17:02:25.965Z] Running ssh-add (command line suppressed) [2020-10-19T17:02:26.085Z] Identity added: /w/workspace/edgex-go/196@tmp/private_key_6717037852745556408.key (/w/workspace/edgex-go/196@tmp/private_key_6717037852745556408.key) [2020-10-19T17:02:26.139Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T17:02:26.507Z] + git semver init [2020-10-19T17:02:26.508Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T17:02:26.508Z] # $GIT_DIR = /w/workspace/edgex-go/196/.git [2020-10-19T17:02:26.508Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/196 [2020-10-19T17:02:26.508Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T17:02:26.508Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T17:02:26.508Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T17:02:26.508Z] # $SEMVER_BRANCH = master [2020-10-19T17:02:26.508Z] # $SEMVER_TEMP = /tmp/semver-174035970 [2020-10-19T17:02:26.508Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-19T17:02:44.902Z] # '/tmp/semver-174035970' -> '/w/workspace/edgex-go/196/.semver' [2020-10-19T17:02:44.902Z] # -> Force: false [2020-10-19T17:02:44.902Z] # $SEMVER_DIR = /w/workspace/edgex-go/196/.semver [Pipeline] } [2020-10-19T17:02:44.934Z] $ docker exec --env ******** --env ******** a974bbd90d44faa9148d3df761bcc3ee72b0f7532fa1555b0e182587c0d782e9 ssh-agent -k [2020-10-19T17:02:45.122Z] unset SSH_AUTH_SOCK; [2020-10-19T17:02:45.123Z] unset SSH_AGENT_PID; [2020-10-19T17:02:45.123Z] echo Agent pid 51 killed; [2020-10-19T17:02:45.195Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T17:02:45.761Z] + git semver [Pipeline] } [2020-10-19T17:02:45.814Z] $ docker stop --time=1 a974bbd90d44faa9148d3df761bcc3ee72b0f7532fa1555b0e182587c0d782e9 [2020-10-19T17:02:47.464Z] $ docker rm -f a974bbd90d44faa9148d3df761bcc3ee72b0f7532fa1555b0e182587c0d782e9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:02:48.082Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T17:02:48.737Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T17:02:48.742Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.80 [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-19T17:02:49.489Z] ========================================================= [2020-10-19T17:02:49.489Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T17:02:49.489Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:02:49.882Z] + 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-19T17:02:54.268Z] Sending build context to Docker daemon 325.3MB [2020-10-19T17:02:54.268Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T17:02:54.268Z] Step 2/7 : FROM ${BASE} [2020-10-19T17:02:54.268Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T17:02:54.268Z] df20fa9351a1: Pulling fs layer [2020-10-19T17:02:54.268Z] ed8968b2872e: Pulling fs layer [2020-10-19T17:02:54.268Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T17:02:54.268Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T17:02:54.268Z] e73272ec9a57: Pulling fs layer [2020-10-19T17:02:54.268Z] 1e910a182e73: Pulling fs layer [2020-10-19T17:02:54.268Z] 4e634b169226: Pulling fs layer [2020-10-19T17:02:54.268Z] e871e8e8d7a9: Waiting [2020-10-19T17:02:54.268Z] e73272ec9a57: Waiting [2020-10-19T17:02:54.268Z] 1e910a182e73: Waiting [2020-10-19T17:02:54.268Z] 4e634b169226: Waiting [2020-10-19T17:02:54.268Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T17:02:54.268Z] a92cc7c5fd73: Download complete [2020-10-19T17:02:54.268Z] ed8968b2872e: Verifying Checksum [2020-10-19T17:02:54.268Z] ed8968b2872e: Download complete [2020-10-19T17:02:54.268Z] e73272ec9a57: Download complete [2020-10-19T17:02:54.268Z] 1e910a182e73: Verifying Checksum [2020-10-19T17:02:54.268Z] 1e910a182e73: Download complete [2020-10-19T17:02:54.562Z] df20fa9351a1: Verifying Checksum [2020-10-19T17:02:54.562Z] df20fa9351a1: Download complete [2020-10-19T17:02:54.870Z] df20fa9351a1: Pull complete [2020-10-19T17:02:55.157Z] ed8968b2872e: Pull complete [2020-10-19T17:02:55.157Z] a92cc7c5fd73: Pull complete [2020-10-19T17:02:57.827Z] 4e634b169226: Verifying Checksum [2020-10-19T17:02:57.827Z] 4e634b169226: Download complete [2020-10-19T17:02:58.428Z] e871e8e8d7a9: Download complete [2020-10-19T17:03:03.894Z] e871e8e8d7a9: Pull complete [2020-10-19T17:03:03.894Z] e73272ec9a57: Pull complete [2020-10-19T17:03:03.894Z] 1e910a182e73: Pull complete [2020-10-19T17:03:04.257Z] Still waiting to schedule task [2020-10-19T17:03:04.258Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-19T17:03:12.233Z] 4e634b169226: Pull complete [2020-10-19T17:03:12.233Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T17:03:12.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T17:03:12.233Z] ---> f7629b54cfaa [2020-10-19T17:03:12.234Z] 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-19T17:03:12.519Z] ---> Running in f92fea6ea127 [2020-10-19T17:03:13.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:03:14.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:03:14.418Z] (1/12) Installing libmagic (5.38-r0) [2020-10-19T17:03:14.697Z] (2/12) Installing file (5.38-r0) [2020-10-19T17:03:14.697Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-19T17:03:14.986Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-19T17:03:17.614Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-19T17:03:17.876Z] (6/12) Installing patch (2.7.6-r6) [2020-10-19T17:03:17.876Z] (7/12) Installing build-base (0.5-r2) [2020-10-19T17:03:17.876Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-19T17:03:18.148Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-19T17:03:18.149Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-19T17:03:18.149Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-19T17:03:18.422Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-19T17:03:18.422Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:03:18.422Z] OK: 233 MiB in 51 packages [2020-10-19T17:03:21.863Z] Removing intermediate container f92fea6ea127 [2020-10-19T17:03:21.863Z] ---> 594f97eb9b00 [2020-10-19T17:03:21.863Z] Step 4/7 : WORKDIR /edgex-go [2020-10-19T17:03:22.151Z] ---> Running in 6f0377afbf83 [2020-10-19T17:03:22.151Z] Removing intermediate container 6f0377afbf83 [2020-10-19T17:03:22.151Z] ---> edb3c6fdfe27 [2020-10-19T17:03:22.151Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-19T17:03:22.788Z] latest: Pulling from library/docker [2020-10-19T17:03:23.103Z] df20fa9351a1: Already exists [2020-10-19T17:03:23.103Z] 25ad7478873d: Pulling fs layer [2020-10-19T17:03:23.103Z] 4684f6177b5d: Pulling fs layer [2020-10-19T17:03:23.103Z] 8ba584e970af: Pulling fs layer [2020-10-19T17:03:23.103Z] 3cdc74d2b06d: Pulling fs layer [2020-10-19T17:03:23.103Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-19T17:03:23.103Z] fca0ccc462d5: Pulling fs layer [2020-10-19T17:03:23.103Z] 3cdc74d2b06d: Waiting [2020-10-19T17:03:23.103Z] 4cf5a0d07c1f: Waiting [2020-10-19T17:03:23.103Z] fca0ccc462d5: Waiting [2020-10-19T17:03:23.103Z] 4684f6177b5d: Verifying Checksum [2020-10-19T17:03:23.103Z] 4684f6177b5d: Download complete [2020-10-19T17:03:23.403Z] 25ad7478873d: Verifying Checksum [2020-10-19T17:03:23.403Z] 25ad7478873d: Download complete [2020-10-19T17:03:23.403Z] 3cdc74d2b06d: Verifying Checksum [2020-10-19T17:03:23.403Z] 3cdc74d2b06d: Download complete [2020-10-19T17:03:23.403Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-19T17:03:23.403Z] 4cf5a0d07c1f: Download complete [2020-10-19T17:03:23.403Z] fca0ccc462d5: Verifying Checksum [2020-10-19T17:03:23.403Z] 25ad7478873d: Pull complete [2020-10-19T17:03:23.701Z] 4684f6177b5d: Pull complete [2020-10-19T17:03:24.422Z] 8ba584e970af: Verifying Checksum [2020-10-19T17:03:24.422Z] 8ba584e970af: Download complete [2020-10-19T17:03:26.469Z] 8ba584e970af: Pull complete [2020-10-19T17:03:26.746Z] 3cdc74d2b06d: Pull complete [2020-10-19T17:03:26.746Z] 4cf5a0d07c1f: Pull complete [2020-10-19T17:03:26.746Z] fca0ccc462d5: Pull complete [2020-10-19T17:03:26.746Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-19T17:03:27.016Z] Status: Downloaded newer image for docker:latest [2020-10-19T17:03:28.450Z] ---> 500209eda0eb [2020-10-19T17:03:28.450Z] Step 6/7 : COPY go.mod . [2020-10-19T17:03:28.739Z] ---> a0962dd3a887 [2020-10-19T17:03:28.739Z] Step 7/7 : RUN go mod download [2020-10-19T17:03:28.739Z] ---> Running in 4abb380a048b [2020-10-19T17:03:51.011Z] Removing intermediate container 4abb380a048b [2020-10-19T17:03:51.011Z] ---> 320030312aaf [2020-10-19T17:03:51.011Z] Successfully built 320030312aaf [2020-10-19T17:03:51.011Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:03:51.336Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T17:03:51.336Z] . [Pipeline] withDockerContainer [2020-10-19T17:03:51.440Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:03:51.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:03:52.194Z] $ docker top 26c01698570bd62cdc28491d2b4246b13628a454a0b673330f154ac99addc2b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:03:52.709Z] + go version [2020-10-19T17:03:52.709Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T17:03:52.730Z] $ docker stop --time=1 26c01698570bd62cdc28491d2b4246b13628a454a0b673330f154ac99addc2b4 [2020-10-19T17:03:54.117Z] $ docker rm -f 26c01698570bd62cdc28491d2b4246b13628a454a0b673330f154ac99addc2b4 [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-19T17:03:57.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-19T17:03:57.866Z] [2020-10-19T17:03:57.866Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:03:58.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-19T17:03:58.237Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-19T17:03:58.237Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-19T17:03:58.237Z] ca9280d653b3: Pulling fs layer [2020-10-19T17:03:58.237Z] 7e9c9ca2126c: Pulling fs layer [2020-10-19T17:03:58.833Z] cbdbe7a5bc2a: Download complete [2020-10-19T17:03:59.109Z] cbdbe7a5bc2a: Pull complete [2020-10-19T17:03:59.109Z] ca9280d653b3: Verifying Checksum [2020-10-19T17:03:59.109Z] ca9280d653b3: Download complete [2020-10-19T17:04:00.070Z] ca9280d653b3: Pull complete [2020-10-19T17:04:00.648Z] 7e9c9ca2126c: Verifying Checksum [2020-10-19T17:04:00.648Z] 7e9c9ca2126c: Download complete [2020-10-19T17:04:07.333Z] 7e9c9ca2126c: Pull complete [2020-10-19T17:04:07.333Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-19T17:04:07.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-19T17:04:07.333Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-19T17:04:07.639Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:04:08.132Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:04:08.987Z] $ docker top 7714a83d025b948af2a6ad5accb6250715df24696ba01f4ebc2ea2e4a3f014fa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:04:09.548Z] + docker-compose build --help [2020-10-19T17:04:09.548Z] + grep parallel [2020-10-19T17:04:10.544Z] --parallel Build images in parallel. [Pipeline] } [2020-10-19T17:04:10.568Z] $ docker stop --time=1 7714a83d025b948af2a6ad5accb6250715df24696ba01f4ebc2ea2e4a3f014fa [2020-10-19T17:04:11.955Z] $ docker rm -f 7714a83d025b948af2a6ad5accb6250715df24696ba01f4ebc2ea2e4a3f014fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:04:12.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-19T17:04:12.629Z] . [Pipeline] withDockerContainer [2020-10-19T17:04:12.820Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:04:12.943Z] $ 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/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:04:13.619Z] $ docker top 8ba8c301e5e3354ee048dc96cb93c56231454cc9c4d23e28d823617717ed790d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:04:14.150Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-19T17:04:15.145Z] Building docker-core-command-go ... [2020-10-19T17:04:15.145Z] Building docker-core-data-go ... [2020-10-19T17:04:15.145Z] Building docker-core-metadata-go ... [2020-10-19T17:04:15.145Z] Building docker-security-proxy-setup-go ... [2020-10-19T17:04:15.145Z] Building docker-security-secrets-setup-go ... [2020-10-19T17:04:15.145Z] Building docker-security-secretstore-setup-go ... [2020-10-19T17:04:15.145Z] Building docker-support-logging-go ... [2020-10-19T17:04:15.145Z] Building docker-support-notifications-go ... [2020-10-19T17:04:15.145Z] Building docker-support-scheduler-go ... [2020-10-19T17:04:15.145Z] Building docker-sys-mgmt-agent-go ... [2020-10-19T17:04:15.145Z] Building docker-core-command-go [2020-10-19T17:04:15.145Z] Building docker-security-proxy-setup-go [2020-10-19T17:04:15.145Z] Building docker-core-metadata-go [2020-10-19T17:04:15.145Z] Building docker-support-logging-go [2020-10-19T17:04:15.145Z] Building docker-security-secretstore-setup-go [2020-10-19T17:04:37.489Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:04:37.489Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:04:37.489Z] ---> 320030312aaf [2020-10-19T17:04:37.489Z] Step 3/22 : WORKDIR /edgex-go [2020-10-19T17:04:37.489Z] [2020-10-19T17:04:37.489Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:04:37.489Z] ---> 320030312aaf [2020-10-19T17:04:37.489Z] Step 3/26 : WORKDIR /edgex-go [2020-10-19T17:04:37.489Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:04:37.489Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:04:37.489Z] ---> 320030312aaf [2020-10-19T17:04:37.489Z] Step 3/22 : WORKDIR /edgex-go [2020-10-19T17:04:37.489Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:04:37.489Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:04:37.489Z] ---> 320030312aaf [2020-10-19T17:04:37.489Z] Step 3/20 : WORKDIR /edgex-go [2020-10-19T17:04:37.766Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:04:37.766Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:04:37.766Z] ---> 320030312aaf [2020-10-19T17:04:37.766Z] Step 3/22 : WORKDIR /edgex-go [2020-10-19T17:04:38.755Z] ---> Running in c29a25f2216d [2020-10-19T17:04:38.755Z] ---> Running in 32e16d5fb700 [2020-10-19T17:04:38.755Z] ---> Running in 2988d42656c8 [2020-10-19T17:04:38.755Z] ---> Running in 8a0317c94537 [2020-10-19T17:04:38.755Z] ---> Running in 598e87e02b15 [2020-10-19T17:04:39.033Z] Removing intermediate container 598e87e02b15 [2020-10-19T17:04:39.033Z] ---> b02a15c4ccd2 [2020-10-19T17:04:39.033Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:04:39.033Z] Removing intermediate container 8a0317c94537 [2020-10-19T17:04:39.033Z] ---> 220cc82042f4 [2020-10-19T17:04:39.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:04:39.034Z] Removing intermediate container 2988d42656c8 [2020-10-19T17:04:39.034Z] ---> 913f1625974b [2020-10-19T17:04:39.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:04:39.034Z] Removing intermediate container c29a25f2216d [2020-10-19T17:04:39.034Z] ---> 502b52d4942e [2020-10-19T17:04:39.034Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:04:39.314Z] Removing intermediate container 32e16d5fb700 [2020-10-19T17:04:39.314Z] ---> 7668a1bd0f40 [2020-10-19T17:04:39.314Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:04:39.314Z] ---> Running in 86a26327d893 [2020-10-19T17:04:39.314Z] ---> Running in e1d89feeb5ca [2020-10-19T17:04:39.314Z] ---> Running in 60e5bab7a702 [2020-10-19T17:04:39.314Z] ---> Running in 0860e6776eaf [2020-10-19T17:04:39.314Z] ---> Running in 0bf7701ee2cb [2020-10-19T17:04:41.309Z] Removing intermediate container 86a26327d893 [2020-10-19T17:04:41.309Z] ---> fc940eac2c3a [2020-10-19T17:04:41.309Z] Step 5/22 : RUN apk update && apk add make git [2020-10-19T17:04:41.309Z] ---> Running in 9a66c0dedbc7 [2020-10-19T17:04:41.309Z] Removing intermediate container e1d89feeb5ca [2020-10-19T17:04:41.309Z] ---> 5303e7dc760d [2020-10-19T17:04:41.309Z] Step 5/26 : RUN apk update && apk add make git [2020-10-19T17:04:41.595Z] ---> Running in 09fda9f348dd [2020-10-19T17:04:41.595Z] Removing intermediate container 60e5bab7a702 [2020-10-19T17:04:41.595Z] ---> 4f4bf04b704a [2020-10-19T17:04:41.595Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-19T17:04:41.888Z] ---> Running in 34cc5c0bf3ef [2020-10-19T17:04:42.171Z] Removing intermediate container 0860e6776eaf [2020-10-19T17:04:42.171Z] ---> 5d719cb39baa [2020-10-19T17:04:42.171Z] Step 5/20 : RUN apk update && apk add make git [2020-10-19T17:04:42.171Z] Removing intermediate container 0bf7701ee2cb [2020-10-19T17:04:42.171Z] ---> eba631067a37 [2020-10-19T17:04:42.171Z] Step 5/22 : RUN apk update && apk add make git [2020-10-19T17:04:42.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:42.444Z] ---> Running in b09ca4762d88 [2020-10-19T17:04:42.444Z] ---> Running in 6e69bc9aa060 [2020-10-19T17:04:42.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:42.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:43.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:43.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:43.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:43.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:43.275Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:04:43.275Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:04:43.275Z] OK: 12752 distinct packages available [2020-10-19T17:04:43.548Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:04:43.548Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:04:43.548Z] OK: 12752 distinct packages available [2020-10-19T17:04:43.548Z] OK: 233 MiB in 51 packages [2020-10-19T17:04:43.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:43.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:43.830Z] OK: 233 MiB in 51 packages [2020-10-19T17:04:44.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:04:44.114Z] Removing intermediate container 9a66c0dedbc7 [2020-10-19T17:04:44.114Z] ---> f33c45d8d563 [2020-10-19T17:04:44.114Z] Step 6/22 : COPY go.mod . [2020-10-19T17:04:44.399Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:04:44.399Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:04:44.399Z] OK: 12752 distinct packages available [2020-10-19T17:04:44.399Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:04:44.399Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:04:44.399Z] OK: 12752 distinct packages available [2020-10-19T17:04:44.399Z] Removing intermediate container 09fda9f348dd [2020-10-19T17:04:44.399Z] ---> 4dcc246d371f [2020-10-19T17:04:44.399Z] Step 6/26 : COPY go.mod . [2020-10-19T17:04:44.399Z] ---> 8c67a25867b3 [2020-10-19T17:04:44.399Z] Step 7/22 : RUN go mod download [2020-10-19T17:04:44.399Z] OK: 233 MiB in 51 packages [2020-10-19T17:04:44.399Z] OK: 233 MiB in 51 packages [2020-10-19T17:04:44.679Z] ---> Running in 9cb23f86a967 [2020-10-19T17:04:44.957Z] ---> 4370aafbe5c3 [2020-10-19T17:04:44.957Z] Step 7/26 : RUN go mod download [2020-10-19T17:04:44.957Z] ---> Running in dfc76f8e69e3 [2020-10-19T17:04:45.558Z] Removing intermediate container 6e69bc9aa060 [2020-10-19T17:04:45.558Z] ---> 0da82beb157f [2020-10-19T17:04:45.558Z] Step 6/22 : COPY go.mod . [2020-10-19T17:04:45.558Z] Removing intermediate container b09ca4762d88 [2020-10-19T17:04:45.558Z] ---> da5a059554e4 [2020-10-19T17:04:45.558Z] Step 6/20 : COPY go.mod . [2020-10-19T17:04:45.830Z] ---> 3e8536b3d2af [2020-10-19T17:04:45.830Z] Step 7/22 : RUN go mod download [2020-10-19T17:04:45.830Z] ---> Running in 0ebf270a2c3f [2020-10-19T17:04:45.830Z] ---> 4413c4544b4b [2020-10-19T17:04:45.830Z] Step 7/20 : RUN go mod download [2020-10-19T17:04:46.093Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:04:46.093Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:04:46.093Z] OK: 12752 distinct packages available [2020-10-19T17:04:46.093Z] ---> Running in db1843f28779 [2020-10-19T17:04:46.369Z] OK: 233 MiB in 51 packages [2020-10-19T17:04:46.649Z] OK: 233 MiB in 51 packages [2020-10-19T17:04:46.649Z] Removing intermediate container 9cb23f86a967 [2020-10-19T17:04:46.649Z] ---> bd4ec2583c65 [2020-10-19T17:04:46.649Z] Step 8/22 : COPY . . [2020-10-19T17:04:46.939Z] Removing intermediate container dfc76f8e69e3 [2020-10-19T17:04:46.939Z] ---> 0fcd32660e40 [2020-10-19T17:04:46.939Z] Step 8/26 : COPY . . [2020-10-19T17:04:51.256Z] Removing intermediate container 34cc5c0bf3ef [2020-10-19T17:04:51.256Z] ---> 23ac66cc953d [2020-10-19T17:04:51.256Z] Step 6/22 : COPY go.mod . [2020-10-19T17:04:52.747Z] Removing intermediate container 0ebf270a2c3f [2020-10-19T17:04:52.747Z] ---> 35c2ff6c8ca5 [2020-10-19T17:04:52.747Z] Step 8/22 : COPY . . [2020-10-19T17:04:54.213Z] ---> 8d36a12c3990 [2020-10-19T17:04:54.213Z] Step 7/22 : RUN go mod download [2020-10-19T17:04:54.494Z] Removing intermediate container db1843f28779 [2020-10-19T17:04:54.494Z] ---> 2d6df9fe3b37 [2020-10-19T17:04:54.494Z] Step 8/20 : COPY . . [2020-10-19T17:04:59.939Z] ---> Running in 16c8d377ab51 [2020-10-19T17:05:11.709Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6302 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-19T17:05:11.767Z] Running in /w/workspace/edgex-go/196 [Pipeline] { [Pipeline] checkout [2020-10-19T17:05:12.406Z] ---> 3acd3f497e80 [2020-10-19T17:05:12.406Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-19T17:05:12.406Z] ---> dd6dbc41c10f [2020-10-19T17:05:12.406Z] 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-19T17:05:12.406Z] Removing intermediate container 16c8d377ab51 [2020-10-19T17:05:12.406Z] ---> 4a13cfb32748 [2020-10-19T17:05:12.406Z] Step 8/22 : COPY . . [2020-10-19T17:05:12.406Z] ---> Running in 6131e3e0446d [2020-10-19T17:05:12.406Z] ---> Running in 33f9d7f4416d [2020-10-19T17:05:16.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/core-command/core-command ./cmd/core-command [2020-10-19T17:05:16.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-19T17:05:17.926Z] using credential edgex-jenkins-ssh [2020-10-19T17:05:17.985Z] Cloning the remote Git repository [2020-10-19T17:05:18.724Z] ---> 80f234b4a107 [2020-10-19T17:05:18.724Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-19T17:05:18.724Z] ---> 7b4dea3928d2 [2020-10-19T17:05:18.724Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-19T17:05:18.724Z] ---> Running in 414b5b20bdf2 [2020-10-19T17:05:18.724Z] ---> Running in 13854663ad3c [2020-10-19T17:05:18.052Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-19T17:05:18.172Z] > git init /w/workspace/edgex-go/196 # timeout=10 [2020-10-19T17:05:18.250Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-19T17:05:18.251Z] > git --version # timeout=10 [2020-10-19T17:05:18.271Z] > git --version # 'git version 2.17.1' [2020-10-19T17:05:18.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T17:05:18.343Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T17:05:22.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-19T17:05:22.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-19T17:05:27.624Z] ---> 89f7e0193a46 [2020-10-19T17:05:27.624Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-19T17:05:27.624Z] ---> Running in 5be726f94dd4 [2020-10-19T17:05:28.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-19T17:05:33.493Z] Checking out Revision c53c6110231c23d325d1b3c1e00c5fc26ac542f6 (master) [2020-10-19T17:05:32.858Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-19T17:05:32.873Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T17:05:32.904Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-19T17:05:32.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-19T17:05:32.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T17:05:32.961Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T17:05:33.531Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T17:05:33.551Z] > git checkout -f c53c6110231c23d325d1b3c1e00c5fc26ac542f6 # timeout=10 [2020-10-19T17:05:38.176Z] Commit message: "Merge pull request #2818 from tonyespy/fixup-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T17:05:39.303Z] ========================================================= [2020-10-19T17:05:39.303Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T17:05:39.303Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:05:40.271Z] + 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-19T17:05:41.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-19T17:05:42.965Z] Sending build context to Docker daemon 164.9MB [2020-10-19T17:05:42.965Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T17:05:42.965Z] Step 2/7 : FROM ${BASE} [2020-10-19T17:05:43.256Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T17:05:43.256Z] b538f80385f9: Pulling fs layer [2020-10-19T17:05:43.256Z] 74f711af9a0d: Pulling fs layer [2020-10-19T17:05:43.256Z] 99f96fe45779: Pulling fs layer [2020-10-19T17:05:43.256Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T17:05:43.256Z] 45590311c82a: Pulling fs layer [2020-10-19T17:05:43.256Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T17:05:43.256Z] 209524e5b208: Pulling fs layer [2020-10-19T17:05:43.256Z] 45590311c82a: Waiting [2020-10-19T17:05:43.256Z] 69ca0ff8b7b3: Waiting [2020-10-19T17:05:43.256Z] 209524e5b208: Waiting [2020-10-19T17:05:43.256Z] 8529a6b9a6be: Waiting [2020-10-19T17:05:43.256Z] 99f96fe45779: Verifying Checksum [2020-10-19T17:05:43.256Z] 99f96fe45779: Download complete [2020-10-19T17:05:43.256Z] 74f711af9a0d: Verifying Checksum [2020-10-19T17:05:43.256Z] 74f711af9a0d: Download complete [2020-10-19T17:05:43.256Z] 45590311c82a: Verifying Checksum [2020-10-19T17:05:43.256Z] 45590311c82a: Download complete [2020-10-19T17:05:43.897Z] 69ca0ff8b7b3: Download complete [2020-10-19T17:05:44.200Z] b538f80385f9: Verifying Checksum [2020-10-19T17:05:44.200Z] b538f80385f9: Download complete [2020-10-19T17:05:44.915Z] b538f80385f9: Pull complete [2020-10-19T17:05:44.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-19T17:05:45.208Z] 74f711af9a0d: Pull complete [2020-10-19T17:05:45.512Z] 99f96fe45779: Pull complete [2020-10-19T17:05:46.525Z] 209524e5b208: Verifying Checksum [2020-10-19T17:05:46.525Z] 209524e5b208: Download complete [2020-10-19T17:05:47.963Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T17:05:47.963Z] 8529a6b9a6be: Download complete [2020-10-19T17:05:53.394Z] Removing intermediate container 414b5b20bdf2 [2020-10-19T17:05:53.395Z] ---> 309e82e607d6 [2020-10-19T17:05:53.395Z] [2020-10-19T17:05:53.395Z] Step 10/20 : FROM alpine [2020-10-19T17:05:53.395Z] Removing intermediate container 33f9d7f4416d [2020-10-19T17:05:53.395Z] ---> deb4fd44d5f8 [2020-10-19T17:05:53.395Z] [2020-10-19T17:05:53.395Z] Step 10/26 : FROM alpine:3.10 [2020-10-19T17:05:53.395Z] Removing intermediate container 6131e3e0446d [2020-10-19T17:05:53.395Z] ---> 388660ab5fc5 [2020-10-19T17:05:53.395Z] [2020-10-19T17:05:53.395Z] Step 10/22 : FROM scratch [2020-10-19T17:05:53.395Z] ---> [2020-10-19T17:05:53.395Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-19T17:05:53.395Z] latest: Pulling from library/alpine [2020-10-19T17:05:53.395Z] 3.10: Pulling from library/alpine [2020-10-19T17:05:53.395Z] ---> Running in 65df6d6d2475 [2020-10-19T17:05:53.677Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-19T17:05:53.677Z] Status: Downloaded newer image for alpine:latest [2020-10-19T17:05:53.677Z] ---> a24bb4013296 [2020-10-19T17:05:53.677Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-19T17:05:53.677Z] ---> Running in 831aac83c6be [2020-10-19T17:05:53.953Z] Removing intermediate container 65df6d6d2475 [2020-10-19T17:05:53.953Z] ---> 96ecce9cc223 [2020-10-19T17:05:53.953Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-19T17:05:53.953Z] ---> Running in c6c5af1befa7 [2020-10-19T17:05:54.219Z] Removing intermediate container c6c5af1befa7 [2020-10-19T17:05:54.219Z] ---> d7af78fbb038 [2020-10-19T17:05:54.219Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-19T17:05:54.490Z] ---> Running in 0c56f59a6d05 [2020-10-19T17:05:54.490Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-19T17:05:54.490Z] Status: Downloaded newer image for alpine:3.10 [2020-10-19T17:05:54.490Z] ---> be4e4bea2c2e [2020-10-19T17:05:54.490Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-19T17:05:54.490Z] ---> Running in 1fdb1192056f [2020-10-19T17:05:54.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:05:54.760Z] Removing intermediate container 0c56f59a6d05 [2020-10-19T17:05:54.760Z] ---> 7675e5ed40f7 [2020-10-19T17:05:54.760Z] Step 14/22 : WORKDIR / [2020-10-19T17:05:54.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:05:54.760Z] ---> Running in fcab1c7d0866 [2020-10-19T17:05:55.044Z] v3.12.0-448-ga6d3ab8a4d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:05:55.044Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:05:55.044Z] OK: 12750 distinct packages available [2020-10-19T17:05:55.343Z] Removing intermediate container fcab1c7d0866 [2020-10-19T17:05:55.343Z] ---> 08639b0b8669 [2020-10-19T17:05:55.343Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-19T17:05:55.343Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-19T17:05:55.343Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-19T17:05:55.343Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-19T17:05:55.343Z] (4/4) Installing curl (7.69.1-r1) [2020-10-19T17:05:55.343Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:05:55.343Z] Executing ca-certificates-20191127-r4.trigger [2020-10-19T17:05:55.343Z] OK: 7 MiB in 18 packages [2020-10-19T17:05:55.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:05:55.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:05:55.885Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-19T17:05:55.885Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-19T17:05:55.885Z] OK: 10346 distinct packages available [2020-10-19T17:05:56.147Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-19T17:05:56.409Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-19T17:05:56.409Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-19T17:05:56.409Z] (4/5) Installing curl (7.66.0-r1) [2020-10-19T17:05:56.409Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-19T17:05:56.409Z] Executing busybox-1.30.1-r3.trigger [2020-10-19T17:05:56.409Z] Executing ca-certificates-20191127-r2.trigger [2020-10-19T17:05:56.409Z] OK: 7 MiB in 19 packages [2020-10-19T17:05:56.684Z] ---> aa86055dc913 [2020-10-19T17:05:56.684Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-19T17:05:58.169Z] 8529a6b9a6be: Pull complete [2020-10-19T17:05:58.170Z] 45590311c82a: Pull complete [2020-10-19T17:05:58.170Z] 69ca0ff8b7b3: Pull complete [2020-10-19T17:05:59.253Z] Removing intermediate container 5be726f94dd4 [2020-10-19T17:05:59.253Z] ---> 34aa1dfd7b92 [2020-10-19T17:05:59.253Z] [2020-10-19T17:05:59.253Z] Step 10/22 : FROM scratch [2020-10-19T17:05:59.253Z] ---> [2020-10-19T17:05:59.253Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-19T17:05:59.253Z] ---> ec5f3e008c82 [2020-10-19T17:05:59.253Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-19T17:05:59.519Z] ---> Running in 188f526375b6 [2020-10-19T17:06:00.093Z] Removing intermediate container 831aac83c6be [2020-10-19T17:06:00.093Z] ---> 17527cd11fd7 [2020-10-19T17:06:00.093Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-19T17:06:00.093Z] Removing intermediate container 188f526375b6 [2020-10-19T17:06:00.093Z] ---> f608afb73881 [2020-10-19T17:06:00.093Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-19T17:06:00.354Z] ---> 6d93f48f48b0 [2020-10-19T17:06:00.354Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-19T17:06:00.619Z] ---> Running in abbce9a1502d [2020-10-19T17:06:00.882Z] ---> Running in 7d7bf365a7f2 [2020-10-19T17:06:02.274Z] ---> Running in c06bff45d63e [2020-10-19T17:06:02.498Z] 209524e5b208: Pull complete [2020-10-19T17:06:02.498Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T17:06:02.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T17:06:02.498Z] ---> 5bddaf1c2fca [2020-10-19T17:06:02.498Z] 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-19T17:06:02.538Z] Removing intermediate container 1fdb1192056f [2020-10-19T17:06:02.538Z] ---> 9f6c4bbbbd1b [2020-10-19T17:06:02.538Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-19T17:06:02.538Z] Removing intermediate container abbce9a1502d [2020-10-19T17:06:02.538Z] ---> 90a89831b009 [2020-10-19T17:06:02.538Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-19T17:06:02.538Z] Removing intermediate container 7d7bf365a7f2 [2020-10-19T17:06:02.538Z] ---> af0678b4ad26 [2020-10-19T17:06:02.538Z] Step 13/20 : WORKDIR /edgex [2020-10-19T17:06:02.799Z] Removing intermediate container 13854663ad3c [2020-10-19T17:06:02.799Z] ---> 17e438178fa5 [2020-10-19T17:06:02.799Z] [2020-10-19T17:06:02.799Z] Step 10/22 : FROM scratch [2020-10-19T17:06:02.799Z] ---> [2020-10-19T17:06:02.799Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-19T17:06:02.799Z] ---> Running in 86da0cb1c742 [2020-10-19T17:06:02.799Z] ---> Running in c922bac064b1 [2020-10-19T17:06:02.799Z] ---> Using cache [2020-10-19T17:06:02.799Z] ---> 96ecce9cc223 [2020-10-19T17:06:02.799Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-19T17:06:02.799Z] ---> Running in 6c524ea6d167 [2020-10-19T17:06:02.799Z] Removing intermediate container c06bff45d63e [2020-10-19T17:06:02.799Z] ---> f98596bce657 [2020-10-19T17:06:02.799Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:06:02.799Z] ---> Running in 2a5be9829367 [2020-10-19T17:06:03.061Z] ---> Running in 34639f2fa8ea [2020-10-19T17:06:03.061Z] Removing intermediate container c922bac064b1 [2020-10-19T17:06:03.061Z] ---> e9ccda3e64fd [2020-10-19T17:06:03.061Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-19T17:06:03.061Z] Removing intermediate container 86da0cb1c742 [2020-10-19T17:06:03.061Z] ---> f63d1dc97f04 [2020-10-19T17:06:03.061Z] Step 13/26 : WORKDIR / [2020-10-19T17:06:03.061Z] Removing intermediate container 2a5be9829367 [2020-10-19T17:06:03.061Z] ---> 86c5614bba25 [2020-10-19T17:06:03.061Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-19T17:06:03.323Z] Removing intermediate container 6c524ea6d167 [2020-10-19T17:06:03.323Z] ---> 36147416a78e [2020-10-19T17:06:03.323Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-19T17:06:03.323Z] ---> Running in 88de883da377 [2020-10-19T17:06:03.323Z] ---> Running in 065988dbbbc1 [2020-10-19T17:06:03.586Z] Removing intermediate container 34639f2fa8ea [2020-10-19T17:06:03.586Z] ---> 5c98ced6cb89 [2020-10-19T17:06:03.586Z] Step 20/22 : LABEL arch=x86_64 [2020-10-19T17:06:03.586Z] ---> 4453d2059a2d [2020-10-19T17:06:03.586Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-19T17:06:04.173Z] Removing intermediate container 88de883da377 [2020-10-19T17:06:04.173Z] ---> 99984b8eae5d [2020-10-19T17:06:04.173Z] Step 14/22 : WORKDIR / [2020-10-19T17:06:04.173Z] ---> f30017cf37ad [2020-10-19T17:06:04.173Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-19T17:06:04.173Z] ---> Running in b8e5816bffeb [2020-10-19T17:06:04.439Z] ---> Running in 2fd26f9e7fbb [2020-10-19T17:06:04.439Z] Removing intermediate container 065988dbbbc1 [2020-10-19T17:06:04.439Z] ---> 951f8fbf3ce1 [2020-10-19T17:06:04.439Z] 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-19T17:06:04.439Z] ---> ca98d70ce048 [2020-10-19T17:06:04.439Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-19T17:06:04.705Z] Removing intermediate container b8e5816bffeb [2020-10-19T17:06:04.705Z] ---> dea3dec47b52 [2020-10-19T17:06:04.705Z] Step 21/22 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:06:04.705Z] ---> Running in d38411ed6d2b [2020-10-19T17:06:04.972Z] Removing intermediate container 2fd26f9e7fbb [2020-10-19T17:06:04.972Z] ---> 734feb96c365 [2020-10-19T17:06:04.972Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-19T17:06:04.972Z] ---> 6c8745b4c749 [2020-10-19T17:06:04.972Z] 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-19T17:06:04.972Z] ---> 75ae4a0a5bce [2020-10-19T17:06:04.972Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-19T17:06:05.151Z] ---> Running in b8cd3f12e40f [2020-10-19T17:06:05.235Z] Removing intermediate container d38411ed6d2b [2020-10-19T17:06:05.235Z] ---> caba27a75be5 [2020-10-19T17:06:05.235Z] Step 22/22 : LABEL version=1.2.2-dev.80 [2020-10-19T17:06:05.235Z] ---> Running in b7f30cbe7a6f [2020-10-19T17:06:05.235Z] ---> 9ad06e3261ab [2020-10-19T17:06:05.235Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-19T17:06:05.500Z] ---> 33a7e3be2ae3 [2020-10-19T17:06:05.500Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-19T17:06:05.500Z] ---> Running in 19f3d8720143 [2020-10-19T17:06:05.500Z] ---> a337a566d99e [2020-10-19T17:06:05.500Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-19T17:06:05.500Z] Removing intermediate container b7f30cbe7a6f [2020-10-19T17:06:05.500Z] ---> 594832b142d2 [2020-10-19T17:06:05.500Z] Step 17/20 : CMD ["--init=true"] [2020-10-19T17:06:05.768Z] ---> 5e3876de52ee [2020-10-19T17:06:05.768Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-19T17:06:05.768Z] ---> Running in ed6b29932eae [2020-10-19T17:06:05.768Z] Removing intermediate container 19f3d8720143 [2020-10-19T17:06:05.768Z] ---> 45f5379e540e [2020-10-19T17:06:05.768Z] [2020-10-19T17:06:05.768Z] ---> Running in 51c92f12fcee [2020-10-19T17:06:06.030Z] ---> 3f057a906a64 [2020-10-19T17:06:06.030Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-19T17:06:06.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:06:06.605Z] ---> 1dce2c5c5a04 [2020-10-19T17:06:06.605Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-19T17:06:06.605Z] Successfully built 45f5379e540e [2020-10-19T17:06:06.605Z] Successfully tagged docker-core-command-go:latest [2020-10-19T17:06:06.605Z] Building docker-sys-mgmt-agent-go [2020-10-19T17:06:06.605Z]  Building docker-core-command-go ... done Removing intermediate container ed6b29932eae [2020-10-19T17:06:06.605Z] ---> 2eff5444f781 [2020-10-19T17:06:06.605Z] Step 18/20 : LABEL arch=x86_64 [2020-10-19T17:06:06.885Z] Removing intermediate container 51c92f12fcee [2020-10-19T17:06:06.885Z] ---> 8468188af4ce [2020-10-19T17:06:06.885Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:06:06.885Z] ---> 0062957c7dcf [2020-10-19T17:06:06.885Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-19T17:06:06.885Z] ---> Running in b40f11315a07 [2020-10-19T17:06:06.885Z] ---> Running in 4c3391e5eed2 [2020-10-19T17:06:06.885Z] ---> e7b5d8ed1b40 [2020-10-19T17:06:06.885Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-19T17:06:07.184Z] ---> Running in 2a10608511d5 [2020-10-19T17:06:07.463Z] Removing intermediate container b40f11315a07 [2020-10-19T17:06:07.463Z] ---> a693b823fdc0 [2020-10-19T17:06:07.463Z] Step 19/20 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:06:07.463Z] Removing intermediate container 4c3391e5eed2 [2020-10-19T17:06:07.463Z] ---> e7b39e4063f1 [2020-10-19T17:06:07.463Z] Step 20/22 : LABEL arch=x86_64 [2020-10-19T17:06:07.761Z] ---> Running in 51fd48e9d847 [2020-10-19T17:06:07.761Z] Removing intermediate container 2a10608511d5 [2020-10-19T17:06:07.761Z] ---> 2e87d9a94379 [2020-10-19T17:06:07.761Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:06:07.761Z] ---> Running in be697f118c7a [2020-10-19T17:06:07.761Z] ---> 2d291dd2a1c7 [2020-10-19T17:06:07.761Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-19T17:06:08.044Z] ---> Running in 85588f932458 [2020-10-19T17:06:08.044Z] Removing intermediate container 51fd48e9d847 [2020-10-19T17:06:08.044Z] ---> 253575ff5482 [2020-10-19T17:06:08.044Z] Step 20/20 : LABEL version=1.2.2-dev.80 [2020-10-19T17:06:08.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:06:09.497Z] Removing intermediate container be697f118c7a [2020-10-19T17:06:09.497Z] ---> cf2ff9de21eb [2020-10-19T17:06:09.497Z] Step 21/22 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:06:09.619Z] (1/12) Installing libmagic (5.38-r0) [2020-10-19T17:06:09.891Z] (2/12) Installing file (5.38-r0) [2020-10-19T17:06:09.891Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-19T17:06:10.074Z] Removing intermediate container 85588f932458 [2020-10-19T17:06:10.074Z] ---> 7e72a720e71a [2020-10-19T17:06:10.074Z] Step 20/22 : LABEL arch=x86_64 [2020-10-19T17:06:10.074Z] ---> Running in 2114bd54290c [2020-10-19T17:06:10.163Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-19T17:06:10.337Z] ---> Running in aa7168929290 [2020-10-19T17:06:10.599Z] ---> 85b94263ff67 [2020-10-19T17:06:10.599Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-19T17:06:10.867Z] ---> Running in 32953d0fa722 [2020-10-19T17:06:10.867Z] Removing intermediate container 2114bd54290c [2020-10-19T17:06:10.867Z] ---> 6ab3c6f7f3f8 [2020-10-19T17:06:10.867Z] [2020-10-19T17:06:11.128Z] Successfully built 6ab3c6f7f3f8 [2020-10-19T17:06:11.128Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-19T17:06:11.128Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-10-19T17:06:13.073Z] Removing intermediate container aa7168929290 [2020-10-19T17:06:13.073Z] ---> 3adf15b08999 [2020-10-19T17:06:13.073Z] Step 22/22 : LABEL version=1.2.2-dev.80 [2020-10-19T17:06:13.661Z] Removing intermediate container 32953d0fa722 [2020-10-19T17:06:13.661Z] ---> 1283f063b51b [2020-10-19T17:06:13.661Z] Step 21/22 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:06:16.270Z] ---> 4c65918078f9 [2020-10-19T17:06:16.271Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-19T17:06:16.271Z] ---> Running in 050a153145cb [2020-10-19T17:06:16.545Z] ---> Running in 9ce4f0f97138 [2020-10-19T17:06:17.492Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:06:17.492Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:06:17.492Z] ---> 320030312aaf [2020-10-19T17:06:17.492Z] Step 3/27 : WORKDIR /edgex-go [2020-10-19T17:06:17.492Z] ---> Using cache [2020-10-19T17:06:17.492Z] ---> 7668a1bd0f40 [2020-10-19T17:06:17.492Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:06:17.492Z] ---> Using cache [2020-10-19T17:06:17.492Z] ---> eba631067a37 [2020-10-19T17:06:17.492Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-19T17:06:18.069Z] ---> 401719d69cf1 [2020-10-19T17:06:18.069Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-19T17:06:18.069Z] Removing intermediate container 050a153145cb [2020-10-19T17:06:18.069Z] ---> 1f7849da77e5 [2020-10-19T17:06:18.069Z] [2020-10-19T17:06:18.069Z] Removing intermediate container 9ce4f0f97138 [2020-10-19T17:06:18.069Z] ---> 20fd29cb6490 [2020-10-19T17:06:18.069Z] Step 22/22 : LABEL version=1.2.2-dev.80 [2020-10-19T17:06:18.332Z] Successfully built 1f7849da77e5 [2020-10-19T17:06:18.913Z] Successfully tagged docker-support-logging-go:latest [2020-10-19T17:06:18.913Z] Building docker-support-scheduler-go [2020-10-19T17:06:18.913Z]  Building docker-support-logging-go ... done  ---> Running in 8119d4d6905f [2020-10-19T17:06:18.913Z] ---> Running in eda331aa670e [2020-10-19T17:06:18.913Z] ---> Running in 5912dd3d517a [2020-10-19T17:06:21.554Z] Removing intermediate container 5912dd3d517a [2020-10-19T17:06:21.555Z] ---> 356008753fb7 [2020-10-19T17:06:21.555Z] [2020-10-19T17:06:21.555Z] Successfully built 356008753fb7 [2020-10-19T17:06:21.555Z] Successfully tagged docker-core-metadata-go:latest [2020-10-19T17:06:21.555Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-10-19T17:06:22.570Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-19T17:06:22.570Z] (6/12) Installing patch (2.7.6-r6) [2020-10-19T17:06:22.570Z] (7/12) Installing build-base (0.5-r2) [2020-10-19T17:06:22.570Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-19T17:06:22.570Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-19T17:06:22.570Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-19T17:06:22.570Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-19T17:06:22.570Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-19T17:06:22.570Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:06:22.570Z] OK: 217 MiB in 51 packages [2020-10-19T17:06:23.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:06:23.779Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:06:23.779Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:06:23.779Z] ---> 320030312aaf [2020-10-19T17:06:23.779Z] Step 3/24 : WORKDIR /edgex-go [2020-10-19T17:06:23.779Z] ---> Using cache [2020-10-19T17:06:23.779Z] ---> 7668a1bd0f40 [2020-10-19T17:06:23.779Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:06:23.779Z] ---> Using cache [2020-10-19T17:06:23.779Z] ---> eba631067a37 [2020-10-19T17:06:23.779Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-19T17:06:24.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:06:24.621Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:06:24.621Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:06:24.621Z] OK: 12752 distinct packages available [2020-10-19T17:06:24.885Z] OK: 233 MiB in 51 packages [2020-10-19T17:06:25.867Z] ---> Running in 00ba8cf6e33a [2020-10-19T17:06:26.891Z] Removing intermediate container b8cd3f12e40f [2020-10-19T17:06:26.891Z] ---> 1013a1495729 [2020-10-19T17:06:26.891Z] Step 4/7 : WORKDIR /edgex-go [2020-10-19T17:06:26.891Z] ---> Running in c88b307e1e06 [2020-10-19T17:06:26.891Z] Removing intermediate container c88b307e1e06 [2020-10-19T17:06:26.891Z] ---> 0e6321747fad [2020-10-19T17:06:26.891Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-19T17:06:27.161Z] latest: Pulling from library/docker [2020-10-19T17:06:27.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:06:27.432Z] b538f80385f9: Already exists [2020-10-19T17:06:27.432Z] 259a493cd78d: Pulling fs layer [2020-10-19T17:06:27.432Z] b8e66b5100f5: Pulling fs layer [2020-10-19T17:06:27.432Z] 7f8258a56ab6: Pulling fs layer [2020-10-19T17:06:27.432Z] 75a0a0ebb566: Pulling fs layer [2020-10-19T17:06:27.432Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-19T17:06:27.432Z] 294320357d30: Pulling fs layer [2020-10-19T17:06:27.432Z] 75a0a0ebb566: Waiting [2020-10-19T17:06:27.432Z] 294320357d30: Waiting [2020-10-19T17:06:27.432Z] 4a2c62f0a2a3: Waiting [2020-10-19T17:06:27.711Z] b8e66b5100f5: Verifying Checksum [2020-10-19T17:06:27.711Z] b8e66b5100f5: Download complete [2020-10-19T17:06:27.711Z] 259a493cd78d: Download complete [2020-10-19T17:06:27.711Z] 75a0a0ebb566: Verifying Checksum [2020-10-19T17:06:27.711Z] 75a0a0ebb566: Download complete [2020-10-19T17:06:27.711Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-19T17:06:27.711Z] 4a2c62f0a2a3: Download complete [2020-10-19T17:06:27.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:06:27.987Z] 294320357d30: Verifying Checksum [2020-10-19T17:06:27.987Z] 294320357d30: Download complete [2020-10-19T17:06:28.144Z] Removing intermediate container eda331aa670e [2020-10-19T17:06:28.144Z] ---> bb8019703c96 [2020-10-19T17:06:28.144Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-19T17:06:28.260Z] 259a493cd78d: Pull complete [2020-10-19T17:06:28.414Z] Removing intermediate container 8119d4d6905f [2020-10-19T17:06:28.414Z] ---> 61af5aa692c3 [2020-10-19T17:06:28.415Z] Step 6/27 : COPY go.mod . [2020-10-19T17:06:28.859Z] b8e66b5100f5: Pull complete [2020-10-19T17:06:28.859Z] 7f8258a56ab6: Verifying Checksum [2020-10-19T17:06:28.859Z] 7f8258a56ab6: Download complete [2020-10-19T17:06:29.012Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:06:29.012Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:06:29.012Z] OK: 12752 distinct packages available [2020-10-19T17:06:29.299Z] ---> Running in 1ede6971acd3 [2020-10-19T17:06:29.570Z] OK: 233 MiB in 51 packages [2020-10-19T17:06:29.570Z] ---> 07ab3d7715d0 [2020-10-19T17:06:29.570Z] Step 7/27 : RUN go mod download [2020-10-19T17:06:32.247Z] 7f8258a56ab6: Pull complete [2020-10-19T17:06:32.247Z] 75a0a0ebb566: Pull complete [2020-10-19T17:06:32.841Z] 4a2c62f0a2a3: Pull complete [2020-10-19T17:06:32.946Z] ---> Running in b3a648a1eb0d [2020-10-19T17:06:32.946Z] Removing intermediate container 1ede6971acd3 [2020-10-19T17:06:32.946Z] ---> e4e3ac6d957a [2020-10-19T17:06:32.946Z] Step 24/26 : LABEL arch=x86_64 [2020-10-19T17:06:33.115Z] 294320357d30: Pull complete [2020-10-19T17:06:33.115Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-19T17:06:33.115Z] Status: Downloaded newer image for docker:latest [2020-10-19T17:06:33.605Z] ---> Running in 7febca7e6256 [2020-10-19T17:06:33.605Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:06:33.605Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:06:33.605Z] ---> 320030312aaf [2020-10-19T17:06:33.605Z] Step 3/21 : WORKDIR /edgex-go [2020-10-19T17:06:33.605Z] ---> Using cache [2020-10-19T17:06:33.605Z] ---> 7668a1bd0f40 [2020-10-19T17:06:33.605Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:06:33.605Z] ---> Using cache [2020-10-19T17:06:33.605Z] ---> eba631067a37 [2020-10-19T17:06:33.605Z] Step 5/21 : RUN apk update && apk add make git [2020-10-19T17:06:33.605Z] ---> Using cache [2020-10-19T17:06:33.605Z] ---> 0da82beb157f [2020-10-19T17:06:33.605Z] Step 6/21 : COPY go.mod . [2020-10-19T17:06:33.605Z] ---> Using cache [2020-10-19T17:06:33.605Z] ---> 3e8536b3d2af [2020-10-19T17:06:33.605Z] Step 7/21 : RUN go mod download [2020-10-19T17:06:33.605Z] ---> Using cache [2020-10-19T17:06:33.605Z] ---> 35c2ff6c8ca5 [2020-10-19T17:06:33.605Z] Step 8/21 : COPY . . [2020-10-19T17:06:33.605Z] ---> Using cache [2020-10-19T17:06:33.605Z] ---> 7b4dea3928d2 [2020-10-19T17:06:33.605Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-19T17:06:33.872Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:06:33.872Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-19T17:06:33.872Z] ---> 320030312aaf [2020-10-19T17:06:33.872Z] Step 3/29 : WORKDIR /edgex-go [2020-10-19T17:06:33.872Z] ---> Using cache [2020-10-19T17:06:33.872Z] ---> 7668a1bd0f40 [2020-10-19T17:06:33.872Z] Step 4/29 : RUN apk update && apk add make git [2020-10-19T17:06:34.834Z] Removing intermediate container 00ba8cf6e33a [2020-10-19T17:06:34.834Z] ---> 15f4b981ec19 [2020-10-19T17:06:34.834Z] Step 6/24 : COPY go.mod . [2020-10-19T17:06:34.834Z] ---> Running in 408c0ffc4847 [2020-10-19T17:06:34.834Z] ---> Running in c3f7551cf609 [2020-10-19T17:06:34.834Z] Removing intermediate container 7febca7e6256 [2020-10-19T17:06:34.834Z] ---> 5d41049cc8ec [2020-10-19T17:06:34.834Z] Step 25/26 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:06:35.098Z] ---> Running in 288d5e9a974d [2020-10-19T17:06:35.098Z] ---> 695fbd2bab8f [2020-10-19T17:06:35.098Z] Step 7/24 : RUN go mod download [2020-10-19T17:06:35.364Z] ---> Running in c287bbaaed43 [2020-10-19T17:06:35.364Z] Removing intermediate container 288d5e9a974d [2020-10-19T17:06:35.364Z] ---> d50ddc77cbac [2020-10-19T17:06:35.364Z] Step 26/26 : LABEL version=1.2.2-dev.80 [2020-10-19T17:06:35.636Z] ---> Running in 02b934274c2c [2020-10-19T17:06:35.907Z] Removing intermediate container 02b934274c2c [2020-10-19T17:06:35.907Z] ---> c080f11b3853 [2020-10-19T17:06:35.907Z] [2020-10-19T17:06:35.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-19T17:06:35.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:06:35.907Z] Successfully built c080f11b3853 [2020-10-19T17:06:35.907Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-19T17:06:35.907Z] Building docker-core-data-go [2020-10-19T17:06:36.196Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b3a648a1eb0d [2020-10-19T17:06:36.196Z] ---> 7b3b5c55977a [2020-10-19T17:06:36.196Z] Step 8/27 : COPY . . [2020-10-19T17:06:36.504Z] ---> 69457c5ab0eb [2020-10-19T17:06:36.504Z] Step 6/7 : COPY go.mod . [2020-10-19T17:06:36.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:06:37.105Z] ---> 5ecf1dc30aa3 [2020-10-19T17:06:37.105Z] Step 7/7 : RUN go mod download [2020-10-19T17:06:37.105Z] ---> Running in 2b36abcc6067 [2020-10-19T17:06:37.779Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:06:37.779Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:06:37.779Z] OK: 12752 distinct packages available [2020-10-19T17:06:38.758Z] OK: 233 MiB in 51 packages [2020-10-19T17:06:44.142Z] Removing intermediate container c287bbaaed43 [2020-10-19T17:06:44.142Z] ---> 789ebb6c4def [2020-10-19T17:06:44.142Z] Step 8/24 : COPY . . [2020-10-19T17:06:47.576Z] Removing intermediate container c3f7551cf609 [2020-10-19T17:06:47.576Z] ---> 8233bfb72fe6 [2020-10-19T17:06:47.576Z] Step 5/29 : COPY go.mod . [2020-10-19T17:06:50.954Z] ---> b01f4867c89b [2020-10-19T17:06:50.954Z] Step 6/29 : RUN go mod download [2020-10-19T17:06:51.915Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:06:51.915Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:06:51.916Z] ---> 320030312aaf [2020-10-19T17:06:51.916Z] Step 3/23 : WORKDIR /edgex-go [2020-10-19T17:06:51.916Z] ---> Using cache [2020-10-19T17:06:51.916Z] ---> 7668a1bd0f40 [2020-10-19T17:06:51.916Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:06:52.187Z] ---> Using cache [2020-10-19T17:06:52.187Z] ---> eba631067a37 [2020-10-19T17:06:52.187Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-19T17:06:53.640Z] ---> Running in 0fc01f86fb75 [2020-10-19T17:06:54.247Z] ---> Running in 9c651fd245fc [2020-10-19T17:06:57.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:06:57.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:06:58.839Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:06:58.839Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:06:58.839Z] OK: 12752 distinct packages available [2020-10-19T17:06:59.445Z] OK: 233 MiB in 51 packages [2020-10-19T17:07:02.857Z] ---> 6aa271260ddf [2020-10-19T17:07:02.857Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-19T17:07:03.125Z] ---> Running in 0b5b5771386b [2020-10-19T17:07:03.391Z] Removing intermediate container 0fc01f86fb75 [2020-10-19T17:07:03.391Z] ---> 16499998200b [2020-10-19T17:07:03.391Z] Step 7/29 : COPY . . [2020-10-19T17:07:03.391Z] ---> 206e070e4bb8 [2020-10-19T17:07:03.391Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-19T17:07:03.667Z] ---> Running in 91a4a29cfea7 [2020-10-19T17:07:03.667Z] Removing intermediate container 9c651fd245fc [2020-10-19T17:07:03.667Z] ---> b0eee97f87bd [2020-10-19T17:07:03.667Z] Step 6/23 : COPY go.mod . [2020-10-19T17:07:03.931Z] Removing intermediate container 2b36abcc6067 [2020-10-19T17:07:03.932Z] ---> 31ae7b921d14 [2020-10-19T17:07:03.932Z] Successfully built 31ae7b921d14 [2020-10-19T17:07:03.932Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:07:04.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-19T17:07:04.335Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T17:07:04.335Z] . [Pipeline] withDockerContainer [2020-10-19T17:07:04.613Z] prd-ubuntu18.04-docker-arm64-4c-16g-6302 does not seem to be running inside a container [2020-10-19T17:07:04.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:07:06.538Z] $ docker top 934547acc7cb174bbe3c12742a2d30cf1217c25b6c7375890dbef5849f880dc9 -eo pid,comm [2020-10-19T17:07:06.816Z] ---> 614a0b1091b2 [2020-10-19T17:07:06.816Z] Step 7/23 : RUN go mod download [Pipeline] { [Pipeline] sh [2020-10-19T17:07:07.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-19T17:07:07.961Z] + go version [2020-10-19T17:07:07.961Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T17:07:07.989Z] $ docker stop --time=1 934547acc7cb174bbe3c12742a2d30cf1217c25b6c7375890dbef5849f880dc9 [2020-10-19T17:07:09.668Z] ---> Running in 36800edac13c [2020-10-19T17:07:09.881Z] $ docker rm -f 934547acc7cb174bbe3c12742a2d30cf1217c25b6c7375890dbef5849f880dc9 [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-19T17:07:11.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-19T17:07:11.335Z] [2020-10-19T17:07:11.335Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:07:11.741Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-19T17:07:11.741Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-19T17:07:11.741Z] 29e5d40040c1: Pulling fs layer [2020-10-19T17:07:11.741Z] 1ce36da41761: Pulling fs layer [2020-10-19T17:07:11.741Z] 25b303627fd3: Pulling fs layer [2020-10-19T17:07:12.017Z] 29e5d40040c1: Verifying Checksum [2020-10-19T17:07:12.017Z] 29e5d40040c1: Download complete [2020-10-19T17:07:12.619Z] 29e5d40040c1: Pull complete [2020-10-19T17:07:12.619Z] 1ce36da41761: Verifying Checksum [2020-10-19T17:07:12.619Z] 1ce36da41761: Download complete [2020-10-19T17:07:14.055Z] 1ce36da41761: Pull complete [2020-10-19T17:07:14.333Z] 25b303627fd3: Verifying Checksum [2020-10-19T17:07:14.333Z] 25b303627fd3: Download complete [2020-10-19T17:07:17.943Z] Removing intermediate container 408c0ffc4847 [2020-10-19T17:07:17.943Z] ---> 05be52e93ab0 [2020-10-19T17:07:17.943Z] [2020-10-19T17:07:17.943Z] Step 10/21 : FROM scratch [2020-10-19T17:07:17.944Z] ---> [2020-10-19T17:07:17.944Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-19T17:07:17.944Z] ---> Using cache [2020-10-19T17:07:17.944Z] ---> 96ecce9cc223 [2020-10-19T17:07:17.944Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-19T17:07:18.542Z] ---> Running in f843b4b3588a [2020-10-19T17:07:19.131Z] Removing intermediate container 36800edac13c [2020-10-19T17:07:19.131Z] ---> bc5fc4dea8f4 [2020-10-19T17:07:19.131Z] Step 8/23 : COPY . . [2020-10-19T17:07:20.112Z] Removing intermediate container f843b4b3588a [2020-10-19T17:07:20.112Z] ---> 934cc2f17618 [2020-10-19T17:07:20.112Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-19T17:07:20.705Z] ---> Running in 12d1cb152bff [2020-10-19T17:07:24.490Z] 25b303627fd3: Pull complete [2020-10-19T17:07:24.490Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-19T17:07:24.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-19T17:07:24.490Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-19T17:07:24.724Z] prd-ubuntu18.04-docker-arm64-4c-16g-6302 does not seem to be running inside a container [2020-10-19T17:07:24.805Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:07:27.360Z] Removing intermediate container 12d1cb152bff [2020-10-19T17:07:27.360Z] ---> ab39d05f76a5 [2020-10-19T17:07:27.360Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-19T17:07:27.360Z] ---> e3a36d9cd744 [2020-10-19T17:07:27.360Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-19T17:07:28.089Z] $ docker top 0fc2ca2d28ce8d79ab9929c1cd39d32fc579f1897a4163b1356987a305eddd86 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:07:28.792Z] ---> Running in f05694a472d6 [2020-10-19T17:07:29.061Z] ---> 052879c33e5c [2020-10-19T17:07:29.061Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-19T17:07:29.476Z] + docker-compose build --help [2020-10-19T17:07:29.476Z] + grep parallel [2020-10-19T17:07:31.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-19T17:07:32.841Z] --parallel Build images in parallel. [Pipeline] } [2020-10-19T17:07:32.868Z] $ docker stop --time=1 0fc2ca2d28ce8d79ab9929c1cd39d32fc579f1897a4163b1356987a305eddd86 [2020-10-19T17:07:33.598Z] ---> 25c617ced052 [2020-10-19T17:07:33.598Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-19T17:07:33.598Z] ---> d8a20be46061 [2020-10-19T17:07:33.598Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-19T17:07:33.598Z] ---> Running in 75fb0b0b999d [2020-10-19T17:07:33.870Z] ---> 01f58aea8016 [2020-10-19T17:07:33.870Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-19T17:07:34.460Z] ---> Running in eb4114c071e4 [2020-10-19T17:07:34.909Z] $ docker rm -f 0fc2ca2d28ce8d79ab9929c1cd39d32fc579f1897a4163b1356987a305eddd86 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:07:35.436Z] Removing intermediate container eb4114c071e4 [2020-10-19T17:07:35.437Z] ---> 8c1e6b8c2aae [2020-10-19T17:07:35.437Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:07:35.437Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/core-data/core-data ./cmd/core-data [2020-10-19T17:07:35.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-19T17:07:35.720Z] . [Pipeline] withDockerContainer [2020-10-19T17:07:35.992Z] prd-ubuntu18.04-docker-arm64-4c-16g-6302 does not seem to be running inside a container [2020-10-19T17:07:36.037Z] ---> Running in 2105b1c28e43 [2020-10-19T17:07:36.037Z] Removing intermediate container 0b5b5771386b [2020-10-19T17:07:36.037Z] ---> 73bc267d0d2d [2020-10-19T17:07:36.037Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-19T17:07:36.037Z] ---> Running in 32e6f3314653 [2020-10-19T17:07:36.080Z] $ 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/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:07:36.306Z] Removing intermediate container 2105b1c28e43 [2020-10-19T17:07:36.306Z] ---> d25b43e5e33b [2020-10-19T17:07:36.306Z] Step 19/21 : LABEL arch=x86_64 [2020-10-19T17:07:36.585Z] ---> Running in 30e5a0426acd [2020-10-19T17:07:36.861Z] Removing intermediate container 30e5a0426acd [2020-10-19T17:07:36.861Z] ---> 3a656484ca38 [2020-10-19T17:07:36.861Z] Step 20/21 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:07:37.132Z] ---> Running in 9400330012c1 [2020-10-19T17:07:37.511Z] $ docker top 382eabc4d53d98c987ef5f546fe86673ba9e19062b46efd38852494d1fd852e1 -eo pid,comm [2020-10-19T17:07:37.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] { [Pipeline] sh [2020-10-19T17:07:38.578Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-19T17:07:39.130Z] Removing intermediate container 9400330012c1 [2020-10-19T17:07:39.130Z] ---> cad858d8d3db [2020-10-19T17:07:39.130Z] Step 21/21 : LABEL version=1.2.2-dev.80 [2020-10-19T17:07:40.545Z] ---> Running in 69f636141641 [2020-10-19T17:07:40.545Z] Removing intermediate container 91a4a29cfea7 [2020-10-19T17:07:40.545Z] ---> b18ec6ca504c [2020-10-19T17:07:40.545Z] [2020-10-19T17:07:40.545Z] Step 10/24 : FROM scratch [2020-10-19T17:07:40.545Z] ---> [2020-10-19T17:07:40.545Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-19T17:07:41.142Z] ---> Using cache [2020-10-19T17:07:41.142Z] ---> f608afb73881 [2020-10-19T17:07:41.142Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-19T17:07:41.142Z] Removing intermediate container 32e6f3314653 [2020-10-19T17:07:41.143Z] ---> 29156a456f42 [2020-10-19T17:07:41.143Z] [2020-10-19T17:07:41.143Z] Step 11/27 : FROM docker:latest [2020-10-19T17:07:41.143Z] ---> 809cc4dba987 [2020-10-19T17:07:41.143Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-19T17:07:41.143Z] Removing intermediate container 69f636141641 [2020-10-19T17:07:41.143Z] ---> 94a233d61ff5 [2020-10-19T17:07:41.143Z] [2020-10-19T17:07:41.143Z] ---> Running in e9a9e12f1f0e [2020-10-19T17:07:41.408Z] ---> Running in e584be67a580 [2020-10-19T17:07:41.408Z] Successfully built 94a233d61ff5 [2020-10-19T17:07:41.408Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-19T17:07:41.954Z] Building docker-core-command-go ... [2020-10-19T17:07:41.954Z] Building docker-core-data-go ... [2020-10-19T17:07:41.954Z] Building docker-core-metadata-go ... [2020-10-19T17:07:41.954Z] Building docker-security-proxy-setup-go ... [2020-10-19T17:07:41.954Z] Building docker-security-secrets-setup-go ... [2020-10-19T17:07:41.954Z] Building docker-security-secretstore-setup-go ... [2020-10-19T17:07:41.954Z] Building docker-support-logging-go ... [2020-10-19T17:07:41.954Z] Building docker-support-notifications-go ... [2020-10-19T17:07:41.954Z] Building docker-support-scheduler-go ... [2020-10-19T17:07:41.954Z] Building docker-sys-mgmt-agent-go ... [2020-10-19T17:07:41.954Z] Building docker-core-command-go [2020-10-19T17:07:41.954Z] Building docker-core-data-go [2020-10-19T17:07:41.954Z] Building docker-support-notifications-go [2020-10-19T17:07:41.954Z] Building docker-core-metadata-go [2020-10-19T17:07:41.954Z] Building docker-security-proxy-setup-go [2020-10-19T17:07:42.387Z]  Building docker-support-scheduler-go ... done Removing intermediate container e9a9e12f1f0e [2020-10-19T17:07:42.387Z] ---> 3046367b8963 [2020-10-19T17:07:42.387Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T17:07:42.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:07:42.387Z] ---> Running in 2dc19b9e5c94 [2020-10-19T17:07:42.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:07:42.667Z] (1/2) Installing readline (8.0.4-r0) [2020-10-19T17:07:42.667Z] Removing intermediate container 2dc19b9e5c94 [2020-10-19T17:07:42.667Z] ---> 5895505c208b [2020-10-19T17:07:42.667Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-19T17:07:42.667Z] (2/2) Installing bash (5.0.17-r0) [2020-10-19T17:07:42.667Z] Executing bash-5.0.17-r0.post-install [2020-10-19T17:07:42.667Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:07:42.945Z] OK: 12 MiB in 22 packages [2020-10-19T17:07:43.568Z] ---> 905a8dd1a7d8 [2020-10-19T17:07:43.568Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-19T17:07:45.548Z] Removing intermediate container e584be67a580 [2020-10-19T17:07:45.548Z] ---> ee0d3d570dc4 [2020-10-19T17:07:45.548Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-19T17:07:46.503Z] ---> Running in 9a4d36511444 [2020-10-19T17:07:46.503Z] ---> a4d490c80197 [2020-10-19T17:07:46.503Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-19T17:07:47.097Z] ---> 11bf483c5440 [2020-10-19T17:07:47.097Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-19T17:07:49.036Z] ---> 4bae43cd58d0 [2020-10-19T17:07:49.036Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-19T17:07:49.647Z] Removing intermediate container 9a4d36511444 [2020-10-19T17:07:49.647Z] ---> 8639b1116e3d [2020-10-19T17:07:49.647Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-19T17:07:49.929Z] ---> 3e5a8417d48f [2020-10-19T17:07:49.929Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-19T17:07:50.894Z] ---> Running in abb6e83d9735 [2020-10-19T17:07:51.490Z] ---> 283425d3be96 [2020-10-19T17:07:51.490Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-19T17:07:51.490Z] Removing intermediate container f05694a472d6 [2020-10-19T17:07:51.490Z] ---> 79ce54680c66 [2020-10-19T17:07:51.490Z] [2020-10-19T17:07:51.490Z] Step 9/29 : FROM alpine:latest [2020-10-19T17:07:51.490Z] ---> a24bb4013296 [2020-10-19T17:07:51.490Z] 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-19T17:07:51.490Z] ---> Running in 6940e070db98 [2020-10-19T17:07:51.761Z] Removing intermediate container abb6e83d9735 [2020-10-19T17:07:51.761Z] ---> 3b904c48baa4 [2020-10-19T17:07:51.761Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-19T17:07:51.761Z] ---> Running in 6bd11d092bad [2020-10-19T17:07:52.031Z] ---> Running in 938abb48763c [2020-10-19T17:07:52.031Z] Removing intermediate container 6940e070db98 [2020-10-19T17:07:52.031Z] ---> e3ba9e3cde87 [2020-10-19T17:07:52.031Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:07:52.297Z] ---> Running in 3bd94ef47599 [2020-10-19T17:07:52.297Z] Removing intermediate container 6bd11d092bad [2020-10-19T17:07:52.297Z] ---> 6e3c43bdea20 [2020-10-19T17:07:52.297Z] Step 11/29 : USER root [2020-10-19T17:07:52.297Z] Removing intermediate container 938abb48763c [2020-10-19T17:07:52.297Z] ---> 6acce196b6de [2020-10-19T17:07:52.297Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-19T17:07:52.874Z] Removing intermediate container 3bd94ef47599 [2020-10-19T17:07:52.874Z] ---> 948934a674a3 [2020-10-19T17:07:52.874Z] Step 22/24 : LABEL arch=x86_64 [2020-10-19T17:07:52.874Z] ---> Running in fa45b7734967 [2020-10-19T17:07:52.874Z] ---> Running in fd691fa2e50e [2020-10-19T17:07:53.156Z] ---> Running in c18100161054 [2020-10-19T17:07:53.156Z] Removing intermediate container fd691fa2e50e [2020-10-19T17:07:53.156Z] ---> 84ff4be90add [2020-10-19T17:07:53.156Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-19T17:07:53.156Z] Removing intermediate container fa45b7734967 [2020-10-19T17:07:53.156Z] ---> 676ee8bda660 [2020-10-19T17:07:53.156Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-19T17:07:53.156Z] ---> Running in 3a7c0576f874 [2020-10-19T17:07:53.420Z] Removing intermediate container c18100161054 [2020-10-19T17:07:53.420Z] ---> 992daac5188b [2020-10-19T17:07:53.420Z] Step 23/24 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:07:53.683Z] ---> Running in c97700e02423 [2020-10-19T17:07:53.683Z] ---> 58695188531b [2020-10-19T17:07:53.683Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-19T17:07:53.954Z] Removing intermediate container c97700e02423 [2020-10-19T17:07:53.954Z] ---> 2965f4a805c4 [2020-10-19T17:07:53.954Z] Step 24/24 : LABEL version=1.2.2-dev.80 [2020-10-19T17:07:53.954Z] ---> Running in 5877b0615c55 [2020-10-19T17:07:53.954Z] ---> 11005835a1cd [2020-10-19T17:07:53.954Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-19T17:07:54.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:07:54.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:07:54.244Z] Removing intermediate container 5877b0615c55 [2020-10-19T17:07:54.244Z] ---> 0247c9014907 [2020-10-19T17:07:54.244Z] [2020-10-19T17:07:54.507Z] v3.12.0-448-ga6d3ab8a4d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:07:54.507Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:07:54.507Z] OK: 12750 distinct packages available [2020-10-19T17:07:54.507Z] Successfully built 0247c9014907 [2020-10-19T17:07:54.507Z] Successfully tagged docker-support-notifications-go:latest [2020-10-19T17:07:54.507Z] ---> 9854e5f81f94 [2020-10-19T17:07:54.507Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-19T17:07:54.769Z]  Building docker-support-notifications-go ... done  ---> Running in 1ea99b71fc23 [2020-10-19T17:07:54.769Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-19T17:07:54.769Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-19T17:07:54.769Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:07:54.769Z] Executing ca-certificates-20191127-r4.trigger [2020-10-19T17:07:55.342Z] OK: 6 MiB in 16 packages [2020-10-19T17:07:57.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:07:57.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:07:57.904Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-19T17:07:57.904Z] (2/33) Installing expat (2.2.9-r1) [2020-10-19T17:07:57.904Z] (3/33) Installing libffi (3.3-r2) [2020-10-19T17:07:57.904Z] (4/33) Installing gdbm (1.13-r1) [2020-10-19T17:07:58.169Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-19T17:07:58.169Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-19T17:07:58.169Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-19T17:07:58.169Z] Removing intermediate container 3a7c0576f874 [2020-10-19T17:07:58.169Z] ---> 676a6a18dc67 [2020-10-19T17:07:58.169Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-19T17:07:59.120Z] ---> Running in 1c254d305c0c [2020-10-19T17:07:59.120Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-19T17:07:59.120Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-19T17:07:59.120Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-19T17:07:59.120Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-19T17:07:59.698Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-19T17:08:02.257Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-19T17:08:02.257Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-19T17:08:02.832Z] Removing intermediate container 1c254d305c0c [2020-10-19T17:08:02.832Z] ---> 88f57be4e5dd [2020-10-19T17:08:02.832Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-19T17:08:03.094Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-19T17:08:03.671Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-19T17:08:03.671Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-19T17:08:04.628Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-19T17:08:04.628Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-19T17:08:04.889Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-19T17:08:04.889Z] ---> Running in 37b605e96363 [2020-10-19T17:08:04.889Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-19T17:08:05.151Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-19T17:08:05.151Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-19T17:08:05.151Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-19T17:08:05.151Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-19T17:08:05.151Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-19T17:08:05.151Z] Removing intermediate container 75fb0b0b999d [2020-10-19T17:08:05.151Z] ---> 68a155e06202 [2020-10-19T17:08:05.151Z] [2020-10-19T17:08:05.151Z] Step 10/23 : FROM alpine [2020-10-19T17:08:05.151Z] ---> a24bb4013296 [2020-10-19T17:08:05.151Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-19T17:08:05.726Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-19T17:08:05.726Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-19T17:08:05.726Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-19T17:08:05.726Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-19T17:08:05.726Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-19T17:08:05.726Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-19T17:08:05.726Z] Removing intermediate container 37b605e96363 [2020-10-19T17:08:05.726Z] ---> 3446a97514ac [2020-10-19T17:08:05.726Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-19T17:08:05.726Z] ---> Running in b132bf1881b7 [2020-10-19T17:08:05.726Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-19T17:08:07.114Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:08:07.114Z] OK: 71 MiB in 55 packages [2020-10-19T17:08:07.376Z] ---> Running in 8bbb696a664a [2020-10-19T17:08:07.377Z] Removing intermediate container b132bf1881b7 [2020-10-19T17:08:07.377Z] ---> 58dead210f4f [2020-10-19T17:08:07.377Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-19T17:08:07.641Z] ---> Running in 7603ac3d9ad7 [2020-10-19T17:08:08.377Z] Removing intermediate container 7603ac3d9ad7 [2020-10-19T17:08:08.377Z] ---> 4855a8f5aaf0 [2020-10-19T17:08:08.377Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-19T17:08:13.793Z] ---> Running in 795324440a82 [2020-10-19T17:08:13.793Z] Removing intermediate container 795324440a82 [2020-10-19T17:08:13.793Z] ---> 1f0e1c3fc2f5 [2020-10-19T17:08:13.793Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:08:13.793Z] Removing intermediate container 1ea99b71fc23 [2020-10-19T17:08:13.793Z] ---> 3f10bce32985 [2020-10-19T17:08:13.793Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-19T17:08:13.793Z] ---> Running in a04b8bd02b0a [2020-10-19T17:08:13.793Z] ---> Running in b834e1ea3791 [2020-10-19T17:08:13.793Z] Removing intermediate container 8bbb696a664a [2020-10-19T17:08:13.793Z] ---> 11b3b541b50f [2020-10-19T17:08:13.793Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-19T17:08:13.793Z] ---> c1d073201201 [2020-10-19T17:08:13.793Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-19T17:08:14.057Z] ---> a0d0868697d0 [2020-10-19T17:08:14.057Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-19T17:08:14.329Z] Removing intermediate container b834e1ea3791 [2020-10-19T17:08:14.329Z] ---> 2916b983db7d [2020-10-19T17:08:14.329Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-19T17:08:14.329Z] ---> 61ebf6033a65 [2020-10-19T17:08:14.329Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-19T17:08:14.329Z] ---> Running in 0facb0d20cbb [2020-10-19T17:08:15.305Z] ---> 4855343239a3 [2020-10-19T17:08:15.305Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-19T17:08:15.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:08:15.583Z] Collecting docker-compose==1.23.2 [2020-10-19T17:08:15.583Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-19T17:08:15.583Z] ---> 5bcdd1bf034e [2020-10-19T17:08:15.583Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-19T17:08:15.884Z] ---> Running in 9c6fbdb2359d [2020-10-19T17:08:15.884Z] Collecting docopt<0.7,>=0.6.1 [2020-10-19T17:08:15.884Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-19T17:08:16.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:08:16.535Z] Collecting PyYAML<4,>=3.10 [2020-10-19T17:08:16.535Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-19T17:08:16.959Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-19T17:08:17.588Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-19T17:08:17.588Z] Removing intermediate container 9c6fbdb2359d [2020-10-19T17:08:17.588Z] ---> 9e0dc4231f37 [2020-10-19T17:08:17.588Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-19T17:08:17.588Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-19T17:08:17.588Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-19T17:08:17.588Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-19T17:08:17.588Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-19T17:08:17.956Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-19T17:08:17.956Z] ---> e29f190517e1 [2020-10-19T17:08:17.956Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-19T17:08:17.956Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:08:17.956Z] OK: 8 MiB in 19 packages [2020-10-19T17:08:17.956Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-19T17:08:17.956Z] ---> Running in 7b28f82b4a63 [2020-10-19T17:08:17.956Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-19T17:08:18.382Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-19T17:08:18.382Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-19T17:08:18.679Z] Removing intermediate container 0facb0d20cbb [2020-10-19T17:08:18.679Z] ---> 513fa14a0359 [2020-10-19T17:08:18.679Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-19T17:08:18.679Z] Collecting jsonschema<3,>=2.5.1 [2020-10-19T17:08:18.679Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-19T17:08:18.986Z] 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-19T17:08:18.986Z] Collecting texttable<0.10,>=0.9.0 [2020-10-19T17:08:18.986Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-19T17:08:18.986Z] ---> f40b7a8ced6f [2020-10-19T17:08:18.986Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-19T17:08:18.986Z] Removing intermediate container 7b28f82b4a63 [2020-10-19T17:08:18.986Z] ---> 850a45d1df90 [2020-10-19T17:08:18.986Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-19T17:08:19.290Z] ---> Running in bc9e3beca338 [2020-10-19T17:08:19.655Z] Collecting docker<4.0,>=3.6.0 [2020-10-19T17:08:19.655Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-19T17:08:20.839Z] ---> f5b202469eca [2020-10-19T17:08:20.839Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-19T17:08:20.839Z] Collecting cached-property<2,>=1.2.0 [2020-10-19T17:08:20.839Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-19T17:08:20.839Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-19T17:08:20.839Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-19T17:08:20.839Z] ---> faefb2bf9933 [2020-10-19T17:08:20.839Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-19T17:08:20.839Z] Collecting idna<2.8,>=2.5 [2020-10-19T17:08:20.839Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-19T17:08:20.839Z] 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-19T17:08:20.839Z] 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-19T17:08:21.301Z] ---> Running in 78a766985ccc [2020-10-19T17:08:21.301Z] Collecting docker-pycreds>=0.4.0 [2020-10-19T17:08:21.301Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-19T17:08:21.301Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-19T17:08:21.301Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-19T17:08:21.301Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-19T17:08:21.301Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-19T17:08:21.301Z] Removing intermediate container 78a766985ccc [2020-10-19T17:08:21.301Z] ---> d6330cec6fbb [2020-10-19T17:08:21.301Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:08:21.301Z] Installing collected packages: docopt, PyYAML, urllib3, idna, requests, websocket-client, dockerpty, jsonschema, texttable, docker-pycreds, docker, cached-property, docker-compose [2020-10-19T17:08:21.301Z] Running setup.py install for docopt: started [2020-10-19T17:08:21.301Z] ---> Running in 50f857eb3a96 [2020-10-19T17:08:21.301Z] Removing intermediate container bc9e3beca338 [2020-10-19T17:08:21.301Z] ---> 9739976dc242 [2020-10-19T17:08:21.301Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-19T17:08:21.301Z] ---> Running in fbab81abcb3d [2020-10-19T17:08:21.788Z] Removing intermediate container 50f857eb3a96 [2020-10-19T17:08:21.788Z] ---> 9db85cd0afa8 [2020-10-19T17:08:21.788Z] Step 21/23 : LABEL arch=x86_64 [2020-10-19T17:08:21.788Z] ---> Running in 757df94412ea [2020-10-19T17:08:21.788Z] Removing intermediate container fbab81abcb3d [2020-10-19T17:08:21.788Z] ---> 8e31f6f59ba4 [2020-10-19T17:08:21.788Z] Step 26/29 : CMD [ "generate" ] [2020-10-19T17:08:21.788Z] ---> Running in 1de596c7b17b [2020-10-19T17:08:21.788Z] Running setup.py install for docopt: finished with status 'done' [2020-10-19T17:08:21.788Z] Running setup.py install for PyYAML: started [2020-10-19T17:08:21.788Z] Removing intermediate container 757df94412ea [2020-10-19T17:08:21.788Z] ---> cb8b59af3025 [2020-10-19T17:08:21.788Z] Step 22/23 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:22.333Z] ---> Running in 77c3655e67b7 [2020-10-19T17:08:22.333Z] Removing intermediate container 1de596c7b17b [2020-10-19T17:08:22.333Z] ---> 2786b1754058 [2020-10-19T17:08:22.333Z] Step 27/29 : LABEL arch=x86_64 [2020-10-19T17:08:22.333Z] ---> Running in e6a8d06bba3a [2020-10-19T17:08:22.333Z] Removing intermediate container 77c3655e67b7 [2020-10-19T17:08:22.333Z] ---> ebb9046d3458 [2020-10-19T17:08:22.333Z] Step 23/23 : LABEL version=1.2.2-dev.80 [2020-10-19T17:08:22.333Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-19T17:08:22.333Z] Attempting uninstall: urllib3 [2020-10-19T17:08:22.333Z] Found existing installation: urllib3 1.25.9 [2020-10-19T17:08:22.333Z] Uninstalling urllib3-1.25.9: [2020-10-19T17:08:22.333Z] ---> Running in 0eca9fcbf0ef [2020-10-19T17:08:22.788Z] Successfully uninstalled urllib3-1.25.9 [2020-10-19T17:08:22.788Z] Removing intermediate container e6a8d06bba3a [2020-10-19T17:08:22.788Z] ---> 5fb955dbe1ae [2020-10-19T17:08:22.788Z] Step 28/29 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:23.170Z] ---> Running in 0d8d1ed7ce8a [2020-10-19T17:08:23.170Z] Removing intermediate container 0eca9fcbf0ef [2020-10-19T17:08:23.170Z] ---> 7a1ec1cd4658 [2020-10-19T17:08:23.170Z] [2020-10-19T17:08:23.170Z] Attempting uninstall: idna [2020-10-19T17:08:23.170Z] Found existing installation: idna 2.9 [2020-10-19T17:08:23.170Z] Uninstalling idna-2.9: [2020-10-19T17:08:23.170Z] Successfully built 7a1ec1cd4658 [2020-10-19T17:08:23.170Z] Successfully uninstalled idna-2.9 [2020-10-19T17:08:23.558Z] Successfully tagged docker-core-data-go:latest [2020-10-19T17:08:23.558Z]  Building docker-core-data-go ... done Removing intermediate container 0d8d1ed7ce8a [2020-10-19T17:08:23.558Z] ---> 94dc68c6a0b7 [2020-10-19T17:08:23.558Z] Step 29/29 : LABEL version=1.2.2-dev.80 [2020-10-19T17:08:23.558Z] Attempting uninstall: requests [2020-10-19T17:08:23.558Z] Found existing installation: requests 2.23.0 [2020-10-19T17:08:23.558Z] Uninstalling requests-2.23.0: [2020-10-19T17:08:23.889Z] Successfully uninstalled requests-2.23.0 [2020-10-19T17:08:23.889Z] ---> Running in c5b970cf5fb6 [2020-10-19T17:08:23.889Z] Running setup.py install for dockerpty: started [2020-10-19T17:08:24.193Z] Removing intermediate container c5b970cf5fb6 [2020-10-19T17:08:24.193Z] ---> 45344e46143d [2020-10-19T17:08:24.193Z] [2020-10-19T17:08:24.193Z] Successfully built 45344e46143d [2020-10-19T17:08:24.193Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-19T17:08:24.514Z]  Building docker-security-secrets-setup-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2020-10-19T17:08:24.514Z] Running setup.py install for texttable: started [2020-10-19T17:08:25.138Z] Running setup.py install for texttable: finished with status 'done' [2020-10-19T17:08:25.738Z] 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-19T17:08:29.164Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:08:29.164Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:08:29.164Z] ---> 31ae7b921d14 [2020-10-19T17:08:29.164Z] Step 3/22 : WORKDIR /edgex-go [2020-10-19T17:08:29.165Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:08:29.165Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:08:29.165Z] ---> 31ae7b921d14 [2020-10-19T17:08:29.165Z] Step 3/23 : WORKDIR /edgex-go [2020-10-19T17:08:29.165Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:08:29.165Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:08:29.165Z] ---> 31ae7b921d14 [2020-10-19T17:08:29.165Z] Step 3/20 : WORKDIR /edgex-go [2020-10-19T17:08:29.165Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:08:29.165Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:08:29.165Z] ---> 31ae7b921d14 [2020-10-19T17:08:29.165Z] Step 3/22 : WORKDIR /edgex-go [2020-10-19T17:08:29.165Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:08:29.165Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:08:29.165Z] ---> 31ae7b921d14 [2020-10-19T17:08:29.165Z] Step 3/24 : WORKDIR /edgex-go [2020-10-19T17:08:30.104Z] Removing intermediate container a04b8bd02b0a [2020-10-19T17:08:30.104Z] ---> 881ecd5647ca [2020-10-19T17:08:30.104Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-19T17:08:30.104Z] ---> Running in d3a316d10a0f [2020-10-19T17:08:30.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:08:30.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:08:30.378Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-19T17:08:30.378Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-19T17:08:30.378Z] (3/3) Installing curl (7.69.1-r1) [2020-10-19T17:08:30.378Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:08:30.378Z] OK: 72 MiB in 58 packages [2020-10-19T17:08:30.669Z] Removing intermediate container d3a316d10a0f [2020-10-19T17:08:30.669Z] ---> 88319f78648a [2020-10-19T17:08:30.669Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-19T17:08:30.958Z] ---> Running in b830a600c020 [2020-10-19T17:08:30.958Z] Removing intermediate container b830a600c020 [2020-10-19T17:08:30.958Z] ---> b9aefe3bfe77 [2020-10-19T17:08:30.958Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:08:30.958Z] ---> Running in 2be0510d8714 [2020-10-19T17:08:31.205Z] ---> Running in 6cb86c0125c1 [2020-10-19T17:08:31.205Z] ---> Running in 031f15f5ed77 [2020-10-19T17:08:31.205Z] ---> Running in c8b00a3cb2ca [2020-10-19T17:08:31.205Z] ---> Running in 9a2e1afd9c26 [2020-10-19T17:08:31.205Z] ---> Running in 55c065025394 [2020-10-19T17:08:31.235Z] Removing intermediate container 2be0510d8714 [2020-10-19T17:08:31.235Z] ---> 4d5027e62d56 [2020-10-19T17:08:31.235Z] Step 25/27 : LABEL arch=x86_64 [2020-10-19T17:08:31.235Z] ---> Running in 153037324cd3 [2020-10-19T17:08:31.506Z] Removing intermediate container 153037324cd3 [2020-10-19T17:08:31.506Z] ---> a3bed25469af [2020-10-19T17:08:31.506Z] Step 26/27 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:31.506Z] ---> Running in 1012f8099346 [2020-10-19T17:08:31.774Z] Removing intermediate container 1012f8099346 [2020-10-19T17:08:31.774Z] ---> b1ce212595b0 [2020-10-19T17:08:31.774Z] Step 27/27 : LABEL version=1.2.2-dev.80 [2020-10-19T17:08:31.774Z] ---> Running in 5bf90f5e2177 [2020-10-19T17:08:31.822Z] Removing intermediate container 031f15f5ed77 [2020-10-19T17:08:31.822Z] ---> 0a8d368e25d1 [2020-10-19T17:08:31.822Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:08:32.041Z] Removing intermediate container 5bf90f5e2177 [2020-10-19T17:08:32.041Z] ---> 6657d63900f7 [2020-10-19T17:08:32.041Z] [2020-10-19T17:08:32.041Z] Successfully built 6657d63900f7 [2020-10-19T17:08:32.041Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-19T17:08:32.106Z] Removing intermediate container c8b00a3cb2ca [2020-10-19T17:08:32.106Z] ---> afc751512ce3 [2020-10-19T17:08:32.106Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:08:32.106Z] Removing intermediate container 6cb86c0125c1 [2020-10-19T17:08:32.106Z] ---> 5e8904eede26 [2020-10-19T17:08:32.106Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:08:32.106Z] Removing intermediate container 55c065025394 [2020-10-19T17:08:32.106Z] ---> 8d5cc61bae8e [2020-10-19T17:08:32.106Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:08:32.106Z] Removing intermediate container 9a2e1afd9c26 [2020-10-19T17:08:32.106Z] ---> 35ffe5769681 [2020-10-19T17:08:32.106Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:08:32.106Z] ---> Running in ce9ff553512d [2020-10-19T17:08:32.106Z] ---> Running in 10c2a81d32f1 [2020-10-19T17:08:32.347Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-19T17:08:32.368Z] $ docker stop --time=1 8ba8c301e5e3354ee048dc96cb93c56231454cc9c4d23e28d823617717ed790d [2020-10-19T17:08:32.394Z] ---> Running in 457c500a09d8 [2020-10-19T17:08:32.394Z] ---> Running in 0e8465b233a2 [2020-10-19T17:08:32.394Z] ---> Running in 5f51ccdf81bb [2020-10-19T17:08:33.938Z] $ docker rm -f 8ba8c301e5e3354ee048dc96cb93c56231454cc9c4d23e28d823617717ed790d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:08:34.594Z] + docker images [2020-10-19T17:08:34.594Z] + grep docker [2020-10-19T17:08:34.594Z] docker-sys-mgmt-agent-go latest 6657d63900f7 3 seconds ago 290MB [2020-10-19T17:08:34.594Z] docker-security-secrets-setup-go latest 45344e46143d 11 seconds ago 24MB [2020-10-19T17:08:34.594Z] docker-core-data-go latest 7a1ec1cd4658 12 seconds ago 23.6MB [2020-10-19T17:08:34.594Z] docker-support-notifications-go latest 0247c9014907 40 seconds ago 13.6MB [2020-10-19T17:08:34.594Z] docker-support-scheduler-go latest 94a233d61ff5 54 seconds ago 12.3MB [2020-10-19T17:08:34.594Z] docker-security-secretstore-setup-go latest c080f11b3853 About a minute ago 32.4MB [2020-10-19T17:08:34.594Z] docker-core-metadata-go latest 356008753fb7 2 minutes ago 14.4MB [2020-10-19T17:08:34.594Z] docker-support-logging-go latest 1f7849da77e5 2 minutes ago 11.1MB [2020-10-19T17:08:34.594Z] docker-security-proxy-setup-go latest 6ab3c6f7f3f8 2 minutes ago 15.8MB [2020-10-19T17:08:34.594Z] docker-core-command-go latest 45f5379e540e 2 minutes ago 12.2MB [2020-10-19T17:08:34.594Z] docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-19T17:08:35.293Z] provisioning config files... [2020-10-19T17:08:35.359Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/196@tmp/config9024172060339584954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:08:35.818Z] ---> docker-login.sh [2020-10-19T17:08:35.818Z] nexus3.edgexfoundry.org:10001 [2020-10-19T17:08:35.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:08:36.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:08:36.080Z] Configure a credential helper to remove this warning. See [2020-10-19T17:08:36.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:08:36.080Z] [2020-10-19T17:08:36.080Z] Login Succeeded [2020-10-19T17:08:36.080Z] nexus3.edgexfoundry.org:10002 [2020-10-19T17:08:36.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:08:36.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:08:36.341Z] Configure a credential helper to remove this warning. See [2020-10-19T17:08:36.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:08:36.341Z] [2020-10-19T17:08:36.341Z] Login Succeeded [2020-10-19T17:08:36.341Z] nexus3.edgexfoundry.org:10003 [2020-10-19T17:08:36.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:08:36.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:08:36.341Z] Configure a credential helper to remove this warning. See [2020-10-19T17:08:36.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:08:36.341Z] [2020-10-19T17:08:36.341Z] Login Succeeded [2020-10-19T17:08:36.341Z] nexus3.edgexfoundry.org:10004 [2020-10-19T17:08:36.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:08:36.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:08:36.603Z] Configure a credential helper to remove this warning. See [2020-10-19T17:08:36.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:08:36.603Z] [2020-10-19T17:08:36.603Z] Login Succeeded [2020-10-19T17:08:36.603Z] docker.io [2020-10-19T17:08:36.745Z] Removing intermediate container ce9ff553512d [2020-10-19T17:08:36.745Z] ---> 11ba0063d6b1 [2020-10-19T17:08:36.745Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-19T17:08:36.745Z] ---> Running in 708264564aec [2020-10-19T17:08:36.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:08:37.020Z] Removing intermediate container 10c2a81d32f1 [2020-10-19T17:08:37.020Z] ---> 191a4e8a05ba [2020-10-19T17:08:37.020Z] Step 5/20 : RUN apk update && apk add make git [2020-10-19T17:08:37.020Z] ---> Running in 8575c0187f4b [2020-10-19T17:08:37.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:08:37.127Z] Configure a credential helper to remove this warning. See [2020-10-19T17:08:37.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:08:37.127Z] [2020-10-19T17:08:37.127Z] Login Succeeded [2020-10-19T17:08:37.127Z] ---> docker-login.sh ends [Pipeline] } [2020-10-19T17:08:37.136Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-10-19T17:08:37.297Z] Removing intermediate container 0e8465b233a2 [2020-10-19T17:08:37.297Z] ---> 59bfa5e46f09 [2020-10-19T17:08:37.297Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] echo [2020-10-19T17:08:37.361Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-19T17:08:37.361Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:37.361Z] 1.2.2-dev.80 [2020-10-19T17:08:37.361Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:37.361Z] master [2020-10-19T17:08:37.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-19T17:08:37.574Z] ---> Running in 80011208f364 [2020-10-19T17:08:37.574Z] Removing intermediate container 5f51ccdf81bb [2020-10-19T17:08:37.574Z] Removing intermediate container 457c500a09d8 [2020-10-19T17:08:37.574Z] ---> 9c2ed7e9f54a [2020-10-19T17:08:37.574Z] ---> 8ce2b4b6c8b4 [2020-10-19T17:08:37.574Z] Step 5/22 : RUN apk update && apk add make gitStep 5/22 : RUN apk update && apk add make git [2020-10-19T17:08:37.574Z] [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:37.850Z] ---> Running in 2d1e882d204b [2020-10-19T17:08:37.850Z] ---> Running in 0938be44c24f [2020-10-19T17:08:37.877Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:38.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:38.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-19T17:08:38.192Z] 31f1b192b8d4: Preparing [2020-10-19T17:08:38.192Z] a8b761285d0c: Preparing [2020-10-19T17:08:38.192Z] c2c1d5376652: Preparing [2020-10-19T17:08:38.453Z] c2c1d5376652: Pushed [2020-10-19T17:08:38.453Z] 31f1b192b8d4: Pushed [2020-10-19T17:08:38.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:39.400Z] a8b761285d0c: Pushed [2020-10-19T17:08:39.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:39.669Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:a874554dba93baa582fa183469a708609b911d0fb61f459b7f5c64946c66337d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:39.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:40.018Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:40.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:40.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:40.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:40.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:40.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.80 [2020-10-19T17:08:40.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-19T17:08:40.324Z] 31f1b192b8d4: Preparing [2020-10-19T17:08:40.324Z] a8b761285d0c: Preparing [2020-10-19T17:08:40.324Z] c2c1d5376652: Preparing [2020-10-19T17:08:40.324Z] 31f1b192b8d4: Layer already exists [2020-10-19T17:08:40.324Z] a8b761285d0c: Layer already exists [2020-10-19T17:08:40.324Z] c2c1d5376652: Layer already exists [2020-10-19T17:08:40.324Z] 1.2.2-dev.80: digest: sha256:a874554dba93baa582fa183469a708609b911d0fb61f459b7f5c64946c66337d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:40.593Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:08:40.593Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:08:40.593Z] OK: 12623 distinct packages available [2020-10-19T17:08:40.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:40.643Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:40.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:40.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-19T17:08:40.945Z] 31f1b192b8d4: Preparing [2020-10-19T17:08:40.945Z] a8b761285d0c: Preparing [2020-10-19T17:08:40.945Z] c2c1d5376652: Preparing [2020-10-19T17:08:40.945Z] 31f1b192b8d4: Layer already exists [2020-10-19T17:08:40.945Z] a8b761285d0c: Layer already exists [2020-10-19T17:08:40.945Z] c2c1d5376652: Layer already exists [2020-10-19T17:08:40.945Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:a874554dba93baa582fa183469a708609b911d0fb61f459b7f5c64946c66337d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:41.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:41.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:08:41.193Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:08:41.193Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:08:41.193Z] OK: 12623 distinct packages available [2020-10-19T17:08:41.252Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:41.485Z] OK: 217 MiB in 51 packages [2020-10-19T17:08:41.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-19T17:08:41.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-19T17:08:41.553Z] 31f1b192b8d4: Preparing [2020-10-19T17:08:41.553Z] a8b761285d0c: Preparing [2020-10-19T17:08:41.553Z] c2c1d5376652: Preparing [2020-10-19T17:08:41.553Z] c2c1d5376652: Layer already exists [2020-10-19T17:08:41.553Z] a8b761285d0c: Layer already exists [2020-10-19T17:08:41.553Z] 31f1b192b8d4: Layer already exists [2020-10-19T17:08:41.553Z] master: digest: sha256:a874554dba93baa582fa183469a708609b911d0fb61f459b7f5c64946c66337d size: 943 [2020-10-19T17:08:41.761Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:08:41.761Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:08:41.761Z] OK: 12623 distinct packages available [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:08:42.033Z] ===================================================== [Pipeline] echo [2020-10-19T17:08:42.082Z] taggedImages: [2020-10-19T17:08:42.082Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:42.082Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.80 [2020-10-19T17:08:42.082Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:42.082Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-19T17:08:42.152Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-19T17:08:42.152Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:42.152Z] 1.2.2-dev.80 [2020-10-19T17:08:42.152Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:42.152Z] master [2020-10-19T17:08:42.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:42.382Z] OK: 217 MiB in 51 packages [2020-10-19T17:08:42.657Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:08:42.657Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:08:42.657Z] OK: 12623 distinct packages available [2020-10-19T17:08:42.657Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:08:42.657Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:08:42.657Z] OK: 12623 distinct packages available [2020-10-19T17:08:42.668Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:42.936Z] OK: 217 MiB in 51 packages [2020-10-19T17:08:42.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:42.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-19T17:08:42.970Z] 8a97b5400aab: Preparing [2020-10-19T17:08:42.970Z] 2f7847a06bac: Preparing [2020-10-19T17:08:42.970Z] e9f20db22cc7: Preparing [2020-10-19T17:08:42.970Z] 8c4968bb9614: Preparing [2020-10-19T17:08:42.970Z] afbe50c56bc3: Preparing [2020-10-19T17:08:42.970Z] 50644c29ef5a: Preparing [2020-10-19T17:08:42.970Z] 50644c29ef5a: Waiting [2020-10-19T17:08:43.225Z] Removing intermediate container 708264564aec [2020-10-19T17:08:43.225Z] ---> 624e4072c2ae [2020-10-19T17:08:43.225Z] Step 6/24 : COPY go.mod . [2020-10-19T17:08:43.231Z] e9f20db22cc7: Pushed [2020-10-19T17:08:43.231Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:43.231Z] 8a97b5400aab: Pushed [2020-10-19T17:08:43.231Z] afbe50c56bc3: Pushed [2020-10-19T17:08:43.231Z] 8c4968bb9614: Pushed [2020-10-19T17:08:43.502Z] OK: 217 MiB in 51 packages [2020-10-19T17:08:43.777Z] OK: 217 MiB in 51 packages [2020-10-19T17:08:44.383Z] Removing intermediate container 8575c0187f4b [2020-10-19T17:08:44.383Z] ---> a0687c93d4a1 [2020-10-19T17:08:44.383Z] Step 6/20 : COPY go.mod . [2020-10-19T17:08:44.383Z] ---> 8900429a75b5 [2020-10-19T17:08:44.383Z] Step 7/24 : RUN go mod download [2020-10-19T17:08:44.618Z] 2f7847a06bac: Pushed [2020-10-19T17:08:44.618Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:be2a1367f2661e336de71fee726e8223cc8e5c03106f3c729d89dd23a5c7fdaf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:44.665Z] ---> Running in 3f317e108c4a [2020-10-19T17:08:44.939Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.80 [2020-10-19T17:08:44.946Z] Removing intermediate container 80011208f364 [2020-10-19T17:08:44.946Z] ---> 1d06ade91c2a [2020-10-19T17:08:44.946Z] Step 6/23 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:45.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.80 [2020-10-19T17:08:45.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-19T17:08:45.308Z] 8a97b5400aab: Preparing [2020-10-19T17:08:45.308Z] 2f7847a06bac: Preparing [2020-10-19T17:08:45.308Z] e9f20db22cc7: Preparing [2020-10-19T17:08:45.308Z] 8c4968bb9614: Preparing [2020-10-19T17:08:45.308Z] afbe50c56bc3: Preparing [2020-10-19T17:08:45.308Z] 50644c29ef5a: Preparing [2020-10-19T17:08:45.308Z] 50644c29ef5a: Waiting [2020-10-19T17:08:45.308Z] afbe50c56bc3: Layer already exists [2020-10-19T17:08:45.308Z] 8c4968bb9614: Layer already exists [2020-10-19T17:08:45.308Z] 2f7847a06bac: Layer already exists [2020-10-19T17:08:45.308Z] 8a97b5400aab: Layer already exists [2020-10-19T17:08:45.308Z] e9f20db22cc7: Layer already exists [2020-10-19T17:08:45.308Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:45.308Z] 1.2.2-dev.80: digest: sha256:be2a1367f2661e336de71fee726e8223cc8e5c03106f3c729d89dd23a5c7fdaf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:45.596Z] Removing intermediate container 2d1e882d204b [2020-10-19T17:08:45.596Z] ---> 9b46796d9cc2 [2020-10-19T17:08:45.596Z] Step 6/22 : COPY go.mod . [2020-10-19T17:08:45.596Z] ---> 5cbca7525e77 [2020-10-19T17:08:45.596Z] Step 7/20 : RUN go mod download [2020-10-19T17:08:45.675Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:45.887Z] Removing intermediate container 0938be44c24f [2020-10-19T17:08:45.887Z] ---> d57ef442b8ad [2020-10-19T17:08:45.887Z] Step 6/22 : COPY go.mod . [2020-10-19T17:08:45.887Z] ---> 367d1fc556fb [2020-10-19T17:08:45.887Z] Step 7/23 : RUN go mod download [2020-10-19T17:08:45.887Z] ---> Running in cf7d5c8aeafa [2020-10-19T17:08:46.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:46.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-19T17:08:46.081Z] 8a97b5400aab: Preparing [2020-10-19T17:08:46.081Z] 2f7847a06bac: Preparing [2020-10-19T17:08:46.081Z] e9f20db22cc7: Preparing [2020-10-19T17:08:46.081Z] 8c4968bb9614: Preparing [2020-10-19T17:08:46.081Z] afbe50c56bc3: Preparing [2020-10-19T17:08:46.081Z] 50644c29ef5a: Preparing [2020-10-19T17:08:46.081Z] 50644c29ef5a: Waiting [2020-10-19T17:08:46.081Z] 8a97b5400aab: Layer already exists [2020-10-19T17:08:46.081Z] afbe50c56bc3: Layer already exists [2020-10-19T17:08:46.081Z] 8c4968bb9614: Layer already exists [2020-10-19T17:08:46.081Z] e9f20db22cc7: Layer already exists [2020-10-19T17:08:46.081Z] 2f7847a06bac: Layer already exists [2020-10-19T17:08:46.081Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:46.081Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:be2a1367f2661e336de71fee726e8223cc8e5c03106f3c729d89dd23a5c7fdaf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:46.175Z] ---> Running in f91da721dac8 [2020-10-19T17:08:46.507Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:46.785Z] ---> feb49f33574d [2020-10-19T17:08:46.785Z] Step 7/22 : RUN go mod download [2020-10-19T17:08:46.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-19T17:08:46.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-19T17:08:46.869Z] 8a97b5400aab: Preparing [2020-10-19T17:08:46.869Z] 2f7847a06bac: Preparing [2020-10-19T17:08:46.869Z] e9f20db22cc7: Preparing [2020-10-19T17:08:46.869Z] 8c4968bb9614: Preparing [2020-10-19T17:08:46.869Z] afbe50c56bc3: Preparing [2020-10-19T17:08:46.869Z] 50644c29ef5a: Preparing [2020-10-19T17:08:46.869Z] 50644c29ef5a: Waiting [2020-10-19T17:08:46.869Z] afbe50c56bc3: Layer already exists [2020-10-19T17:08:46.869Z] 8a97b5400aab: Layer already exists [2020-10-19T17:08:46.869Z] e9f20db22cc7: Layer already exists [2020-10-19T17:08:46.869Z] 2f7847a06bac: Layer already exists [2020-10-19T17:08:46.869Z] 8c4968bb9614: Layer already exists [2020-10-19T17:08:46.869Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:46.869Z] master: digest: sha256:be2a1367f2661e336de71fee726e8223cc8e5c03106f3c729d89dd23a5c7fdaf size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-19T17:08:47.085Z] ---> 735ae4ca46ba [2020-10-19T17:08:47.085Z] Step 7/22 : RUN go mod download [2020-10-19T17:08:47.085Z] ---> Running in 4f56f95c0aaa [Pipeline] echo [2020-10-19T17:08:47.136Z] ===================================================== [Pipeline] echo [2020-10-19T17:08:47.195Z] taggedImages: [2020-10-19T17:08:47.195Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:47.195Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.80 [2020-10-19T17:08:47.195Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:47.195Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-19T17:08:47.311Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-19T17:08:47.311Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:47.311Z] 1.2.2-dev.80 [2020-10-19T17:08:47.311Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:47.311Z] master [2020-10-19T17:08:47.311Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-19T17:08:47.416Z] ---> Running in c1eeda0c9fc2 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:47.899Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:48.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:48.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-19T17:08:48.303Z] e514864419cc: Preparing [2020-10-19T17:08:48.303Z] 9a7d31731aa3: Preparing [2020-10-19T17:08:48.303Z] 2710de577fcf: Preparing [2020-10-19T17:08:48.589Z] e514864419cc: Pushed [2020-10-19T17:08:48.589Z] 2710de577fcf: Pushed [2020-10-19T17:08:49.535Z] Removing intermediate container 3f317e108c4a [2020-10-19T17:08:49.535Z] ---> 47ca5645f27a [2020-10-19T17:08:49.535Z] Step 8/24 : COPY . . [2020-10-19T17:08:49.596Z] 9a7d31731aa3: Pushed [2020-10-19T17:08:49.866Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:0cf2dc32a1cd408e32b59ee0345b6f027f0760af4f3b7f4bbca70c228a1a0149 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:50.203Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:50.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.80 [2020-10-19T17:08:50.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-19T17:08:50.534Z] e514864419cc: Preparing [2020-10-19T17:08:50.534Z] 9a7d31731aa3: Preparing [2020-10-19T17:08:50.534Z] 2710de577fcf: Preparing [2020-10-19T17:08:50.534Z] 9a7d31731aa3: Layer already exists [2020-10-19T17:08:50.534Z] 2710de577fcf: Layer already exists [2020-10-19T17:08:50.534Z] e514864419cc: Layer already exists [2020-10-19T17:08:50.534Z] 1.2.2-dev.80: digest: sha256:0cf2dc32a1cd408e32b59ee0345b6f027f0760af4f3b7f4bbca70c228a1a0149 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:50.930Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:51.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:51.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-19T17:08:51.333Z] e514864419cc: Preparing [2020-10-19T17:08:51.333Z] 9a7d31731aa3: Preparing [2020-10-19T17:08:51.333Z] 2710de577fcf: Preparing [2020-10-19T17:08:51.333Z] e514864419cc: Layer already exists [2020-10-19T17:08:51.333Z] 2710de577fcf: Layer already exists [2020-10-19T17:08:51.333Z] 9a7d31731aa3: Layer already exists [2020-10-19T17:08:51.333Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:0cf2dc32a1cd408e32b59ee0345b6f027f0760af4f3b7f4bbca70c228a1a0149 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:51.618Z] Removing intermediate container f91da721dac8 [2020-10-19T17:08:51.619Z] ---> fabfd3d775b7 [2020-10-19T17:08:51.619Z] Removing intermediate container cf7d5c8aeafa [2020-10-19T17:08:51.619Z] ---> 30aae627b3be [2020-10-19T17:08:51.619Z] Step 8/20 : COPY . . [2020-10-19T17:08:51.619Z] Step 8/23 : COPY . . [2020-10-19T17:08:51.707Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:52.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-19T17:08:52.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-19T17:08:52.106Z] e514864419cc: Preparing [2020-10-19T17:08:52.106Z] 9a7d31731aa3: Preparing [2020-10-19T17:08:52.106Z] 2710de577fcf: Preparing [2020-10-19T17:08:52.106Z] e514864419cc: Layer already exists [2020-10-19T17:08:52.106Z] 2710de577fcf: Layer already exists [2020-10-19T17:08:52.106Z] 9a7d31731aa3: Layer already exists [2020-10-19T17:08:52.106Z] master: digest: sha256:0cf2dc32a1cd408e32b59ee0345b6f027f0760af4f3b7f4bbca70c228a1a0149 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-19T17:08:52.233Z] Removing intermediate container c1eeda0c9fc2 [2020-10-19T17:08:52.233Z] ---> 47db4205fcd9 [2020-10-19T17:08:52.233Z] Step 8/22 : COPY . . [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:08:52.388Z] ===================================================== [Pipeline] echo [2020-10-19T17:08:52.436Z] taggedImages: [2020-10-19T17:08:52.436Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:52.436Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.80 [2020-10-19T17:08:52.436Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:52.436Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-19T17:08:52.512Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-19T17:08:52.512Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:52.512Z] 1.2.2-dev.80 [2020-10-19T17:08:52.512Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:52.512Z] master [2020-10-19T17:08:52.512Z] ===================================================== [2020-10-19T17:08:52.513Z] Removing intermediate container 4f56f95c0aaa [2020-10-19T17:08:52.513Z] ---> 8ce6171531a1 [2020-10-19T17:08:52.513Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:53.077Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:53.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:53.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-19T17:08:53.479Z] cc20adca0657: Preparing [2020-10-19T17:08:53.479Z] c3aee0313a9b: Preparing [2020-10-19T17:08:53.479Z] d0d6db6ebe15: Preparing [2020-10-19T17:08:53.479Z] ca566f31bd5f: Preparing [2020-10-19T17:08:53.479Z] 50644c29ef5a: Preparing [2020-10-19T17:08:53.479Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:53.769Z] c3aee0313a9b: Pushed [2020-10-19T17:08:53.769Z] d0d6db6ebe15: Pushed [2020-10-19T17:08:54.062Z] ca566f31bd5f: Pushed [2020-10-19T17:08:54.698Z] cc20adca0657: Pushed [2020-10-19T17:08:54.699Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:1a42ae000d6cee03fa97226172bba0d9159e3d4bd719df01f9dde1df27d0d8e0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:55.144Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:55.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.80 [2020-10-19T17:08:55.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-19T17:08:55.470Z] cc20adca0657: Preparing [2020-10-19T17:08:55.470Z] c3aee0313a9b: Preparing [2020-10-19T17:08:55.470Z] d0d6db6ebe15: Preparing [2020-10-19T17:08:55.470Z] ca566f31bd5f: Preparing [2020-10-19T17:08:55.470Z] 50644c29ef5a: Preparing [2020-10-19T17:08:55.470Z] c3aee0313a9b: Layer already exists [2020-10-19T17:08:55.470Z] cc20adca0657: Layer already exists [2020-10-19T17:08:55.470Z] ca566f31bd5f: Layer already exists [2020-10-19T17:08:55.470Z] d0d6db6ebe15: Layer already exists [2020-10-19T17:08:55.470Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:55.470Z] 1.2.2-dev.80: digest: sha256:1a42ae000d6cee03fa97226172bba0d9159e3d4bd719df01f9dde1df27d0d8e0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:55.809Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:56.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:56.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-19T17:08:56.200Z] cc20adca0657: Preparing [2020-10-19T17:08:56.200Z] c3aee0313a9b: Preparing [2020-10-19T17:08:56.200Z] d0d6db6ebe15: Preparing [2020-10-19T17:08:56.200Z] ca566f31bd5f: Preparing [2020-10-19T17:08:56.200Z] 50644c29ef5a: Preparing [2020-10-19T17:08:56.200Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:56.200Z] ca566f31bd5f: Layer already exists [2020-10-19T17:08:56.200Z] c3aee0313a9b: Layer already exists [2020-10-19T17:08:56.200Z] cc20adca0657: Layer already exists [2020-10-19T17:08:56.200Z] d0d6db6ebe15: Layer already exists [2020-10-19T17:08:56.200Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:1a42ae000d6cee03fa97226172bba0d9159e3d4bd719df01f9dde1df27d0d8e0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:56.615Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:56.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-19T17:08:56.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-19T17:08:56.935Z] cc20adca0657: Preparing [2020-10-19T17:08:56.935Z] c3aee0313a9b: Preparing [2020-10-19T17:08:56.935Z] d0d6db6ebe15: Preparing [2020-10-19T17:08:56.935Z] ca566f31bd5f: Preparing [2020-10-19T17:08:56.935Z] 50644c29ef5a: Preparing [2020-10-19T17:08:56.935Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:56.935Z] d0d6db6ebe15: Layer already exists [2020-10-19T17:08:56.935Z] c3aee0313a9b: Layer already exists [2020-10-19T17:08:56.935Z] ca566f31bd5f: Layer already exists [2020-10-19T17:08:56.935Z] cc20adca0657: Layer already exists [2020-10-19T17:08:56.935Z] master: digest: sha256:1a42ae000d6cee03fa97226172bba0d9159e3d4bd719df01f9dde1df27d0d8e0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:08:57.238Z] ===================================================== [Pipeline] echo [2020-10-19T17:08:57.331Z] taggedImages: [2020-10-19T17:08:57.331Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:57.331Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.80 [2020-10-19T17:08:57.331Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:57.331Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-19T17:08:57.417Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-19T17:08:57.417Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:57.417Z] 1.2.2-dev.80 [2020-10-19T17:08:57.417Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:08:57.417Z] master [2020-10-19T17:08:57.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:57.968Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:08:58.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:08:58.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-19T17:08:58.629Z] abc4eda0178b: Preparing [2020-10-19T17:08:58.629Z] 7151164f23e8: Preparing [2020-10-19T17:08:58.629Z] 65911c7ca954: Preparing [2020-10-19T17:08:58.629Z] 566f2cab7e0d: Preparing [2020-10-19T17:08:58.629Z] 566f2cab7e0d: Preparing [2020-10-19T17:08:58.629Z] fa1d75cb3bef: Preparing [2020-10-19T17:08:58.629Z] 6d84b700e7b8: Preparing [2020-10-19T17:08:58.629Z] 9a2a2667c6ed: Preparing [2020-10-19T17:08:58.629Z] abc4eda0178b: Preparing [2020-10-19T17:08:58.629Z] 10352c21a2da: Preparing [2020-10-19T17:08:58.629Z] 43d636807734: Preparing [2020-10-19T17:08:58.629Z] d2a0e90e2f69: Preparing [2020-10-19T17:08:58.629Z] 50644c29ef5a: Preparing [2020-10-19T17:08:58.629Z] 9a2a2667c6ed: Waiting [2020-10-19T17:08:58.629Z] 6d84b700e7b8: Waiting [2020-10-19T17:08:58.629Z] 43d636807734: Waiting [2020-10-19T17:08:58.629Z] 10352c21a2da: Waiting [2020-10-19T17:08:58.629Z] d2a0e90e2f69: Waiting [2020-10-19T17:08:58.629Z] 50644c29ef5a: Waiting [2020-10-19T17:08:58.911Z] fa1d75cb3bef: Pushed [2020-10-19T17:08:58.911Z] 65911c7ca954: Pushed [2020-10-19T17:08:58.911Z] 566f2cab7e0d: Pushed [2020-10-19T17:08:58.911Z] 7151164f23e8: Pushed [2020-10-19T17:08:59.184Z] 10352c21a2da: Pushed [2020-10-19T17:08:59.184Z] 6d84b700e7b8: Pushed [2020-10-19T17:08:59.184Z] 43d636807734: Pushed [2020-10-19T17:08:59.184Z] 9a2a2667c6ed: Pushed [2020-10-19T17:08:59.184Z] 50644c29ef5a: Layer already exists [2020-10-19T17:08:59.482Z] d2a0e90e2f69: Pushed [2020-10-19T17:08:59.761Z] abc4eda0178b: Pushed [2020-10-19T17:09:00.037Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:84a8f0769a6b563ec18d29e732209a52c05fe9afd57efc94df61c91c88da1ae0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:00.363Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:00.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.80 [2020-10-19T17:09:00.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-19T17:09:00.693Z] abc4eda0178b: Preparing [2020-10-19T17:09:00.693Z] 7151164f23e8: Preparing [2020-10-19T17:09:00.693Z] 65911c7ca954: Preparing [2020-10-19T17:09:00.693Z] 566f2cab7e0d: Preparing [2020-10-19T17:09:00.693Z] 566f2cab7e0d: Preparing [2020-10-19T17:09:00.693Z] fa1d75cb3bef: Preparing [2020-10-19T17:09:00.693Z] 6d84b700e7b8: Preparing [2020-10-19T17:09:00.693Z] 9a2a2667c6ed: Preparing [2020-10-19T17:09:00.693Z] abc4eda0178b: Preparing [2020-10-19T17:09:00.693Z] 10352c21a2da: Preparing [2020-10-19T17:09:00.693Z] 43d636807734: Preparing [2020-10-19T17:09:00.693Z] d2a0e90e2f69: Preparing [2020-10-19T17:09:00.693Z] 50644c29ef5a: Preparing [2020-10-19T17:09:00.693Z] 10352c21a2da: Waiting [2020-10-19T17:09:00.693Z] 43d636807734: Waiting [2020-10-19T17:09:00.693Z] d2a0e90e2f69: Waiting [2020-10-19T17:09:00.693Z] 6d84b700e7b8: Waiting [2020-10-19T17:09:00.693Z] 9a2a2667c6ed: Waiting [2020-10-19T17:09:00.693Z] 50644c29ef5a: Waiting [2020-10-19T17:09:00.693Z] fa1d75cb3bef: Layer already exists [2020-10-19T17:09:00.693Z] abc4eda0178b: Layer already exists [2020-10-19T17:09:00.693Z] 7151164f23e8: Layer already exists [2020-10-19T17:09:00.693Z] 566f2cab7e0d: Layer already exists [2020-10-19T17:09:00.693Z] 65911c7ca954: Layer already exists [2020-10-19T17:09:00.693Z] 9a2a2667c6ed: Layer already exists [2020-10-19T17:09:00.693Z] 43d636807734: Layer already exists [2020-10-19T17:09:00.693Z] 6d84b700e7b8: Layer already exists [2020-10-19T17:09:00.693Z] d2a0e90e2f69: Layer already exists [2020-10-19T17:09:00.693Z] 50644c29ef5a: Layer already exists [2020-10-19T17:09:00.693Z] 10352c21a2da: Layer already exists [2020-10-19T17:09:00.693Z] 1.2.2-dev.80: digest: sha256:84a8f0769a6b563ec18d29e732209a52c05fe9afd57efc94df61c91c88da1ae0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:01.000Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:01.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:01.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-19T17:09:01.299Z] abc4eda0178b: Preparing [2020-10-19T17:09:01.299Z] 7151164f23e8: Preparing [2020-10-19T17:09:01.299Z] 65911c7ca954: Preparing [2020-10-19T17:09:01.299Z] 566f2cab7e0d: Preparing [2020-10-19T17:09:01.299Z] 566f2cab7e0d: Preparing [2020-10-19T17:09:01.299Z] fa1d75cb3bef: Preparing [2020-10-19T17:09:01.299Z] 6d84b700e7b8: Preparing [2020-10-19T17:09:01.299Z] 9a2a2667c6ed: Preparing [2020-10-19T17:09:01.299Z] abc4eda0178b: Preparing [2020-10-19T17:09:01.299Z] 10352c21a2da: Preparing [2020-10-19T17:09:01.299Z] 43d636807734: Preparing [2020-10-19T17:09:01.299Z] d2a0e90e2f69: Preparing [2020-10-19T17:09:01.299Z] 50644c29ef5a: Preparing [2020-10-19T17:09:01.299Z] 6d84b700e7b8: Waiting [2020-10-19T17:09:01.299Z] 9a2a2667c6ed: Waiting [2020-10-19T17:09:01.299Z] 10352c21a2da: Waiting [2020-10-19T17:09:01.299Z] 43d636807734: Waiting [2020-10-19T17:09:01.299Z] d2a0e90e2f69: Waiting [2020-10-19T17:09:01.299Z] 50644c29ef5a: Waiting [2020-10-19T17:09:01.299Z] 566f2cab7e0d: Layer already exists [2020-10-19T17:09:01.299Z] 7151164f23e8: Layer already exists [2020-10-19T17:09:01.299Z] 65911c7ca954: Layer already exists [2020-10-19T17:09:01.299Z] fa1d75cb3bef: Layer already exists [2020-10-19T17:09:01.299Z] abc4eda0178b: Layer already exists [2020-10-19T17:09:01.299Z] 6d84b700e7b8: Layer already exists [2020-10-19T17:09:01.299Z] d2a0e90e2f69: Layer already exists [2020-10-19T17:09:01.299Z] 9a2a2667c6ed: Layer already exists [2020-10-19T17:09:01.299Z] 10352c21a2da: Layer already exists [2020-10-19T17:09:01.299Z] 43d636807734: Layer already exists [2020-10-19T17:09:01.299Z] 50644c29ef5a: Layer already exists [2020-10-19T17:09:01.563Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:84a8f0769a6b563ec18d29e732209a52c05fe9afd57efc94df61c91c88da1ae0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:01.872Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:02.178Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-19T17:09:02.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-19T17:09:02.178Z] abc4eda0178b: Preparing [2020-10-19T17:09:02.178Z] 7151164f23e8: Preparing [2020-10-19T17:09:02.178Z] 65911c7ca954: Preparing [2020-10-19T17:09:02.178Z] 566f2cab7e0d: Preparing [2020-10-19T17:09:02.178Z] 566f2cab7e0d: Preparing [2020-10-19T17:09:02.178Z] fa1d75cb3bef: Preparing [2020-10-19T17:09:02.178Z] 6d84b700e7b8: Preparing [2020-10-19T17:09:02.178Z] 9a2a2667c6ed: Preparing [2020-10-19T17:09:02.178Z] abc4eda0178b: Preparing [2020-10-19T17:09:02.178Z] 10352c21a2da: Preparing [2020-10-19T17:09:02.178Z] 43d636807734: Preparing [2020-10-19T17:09:02.178Z] d2a0e90e2f69: Preparing [2020-10-19T17:09:02.178Z] 50644c29ef5a: Preparing [2020-10-19T17:09:02.178Z] 6d84b700e7b8: Waiting [2020-10-19T17:09:02.178Z] 9a2a2667c6ed: Waiting [2020-10-19T17:09:02.178Z] 10352c21a2da: Waiting [2020-10-19T17:09:02.178Z] 43d636807734: Waiting [2020-10-19T17:09:02.178Z] d2a0e90e2f69: Waiting [2020-10-19T17:09:02.178Z] 50644c29ef5a: Waiting [2020-10-19T17:09:02.178Z] 65911c7ca954: Layer already exists [2020-10-19T17:09:02.178Z] 566f2cab7e0d: Layer already exists [2020-10-19T17:09:02.178Z] fa1d75cb3bef: Layer already exists [2020-10-19T17:09:02.178Z] abc4eda0178b: Layer already exists [2020-10-19T17:09:02.178Z] 7151164f23e8: Layer already exists [2020-10-19T17:09:02.178Z] 10352c21a2da: Layer already exists [2020-10-19T17:09:02.178Z] 9a2a2667c6ed: Layer already exists [2020-10-19T17:09:02.178Z] d2a0e90e2f69: Layer already exists [2020-10-19T17:09:02.178Z] 43d636807734: Layer already exists [2020-10-19T17:09:02.178Z] 6d84b700e7b8: Layer already exists [2020-10-19T17:09:02.178Z] 50644c29ef5a: Layer already exists [2020-10-19T17:09:02.440Z] master: digest: sha256:84a8f0769a6b563ec18d29e732209a52c05fe9afd57efc94df61c91c88da1ae0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:09:02.724Z] ===================================================== [Pipeline] echo [2020-10-19T17:09:02.774Z] taggedImages: [2020-10-19T17:09:02.774Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:02.775Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.80 [2020-10-19T17:09:02.775Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:02.775Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-19T17:09:02.843Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-19T17:09:02.843Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:02.843Z] 1.2.2-dev.80 [2020-10-19T17:09:02.843Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:02.843Z] master [2020-10-19T17:09:02.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:03.358Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:03.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:03.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-19T17:09:03.658Z] 24b7d0fb73c0: Preparing [2020-10-19T17:09:03.658Z] 047649005ad0: Preparing [2020-10-19T17:09:03.658Z] 3f81f74f1336: Preparing [2020-10-19T17:09:03.658Z] 9922e73855aa: Preparing [2020-10-19T17:09:03.658Z] d34493a033e2: Preparing [2020-10-19T17:09:03.658Z] 2c5f7d349c25: Preparing [2020-10-19T17:09:03.658Z] 644860b53076: Preparing [2020-10-19T17:09:03.658Z] 08052e7b5ae9: Preparing [2020-10-19T17:09:03.658Z] 4e628f42bca0: Preparing [2020-10-19T17:09:03.658Z] 0c31f7f3ebe9: Preparing [2020-10-19T17:09:03.658Z] 1b3ee35aacca: Preparing [2020-10-19T17:09:03.658Z] 08052e7b5ae9: Waiting [2020-10-19T17:09:03.658Z] 4e628f42bca0: Waiting [2020-10-19T17:09:03.658Z] 0c31f7f3ebe9: Waiting [2020-10-19T17:09:03.658Z] 1b3ee35aacca: Waiting [2020-10-19T17:09:03.658Z] 2c5f7d349c25: Waiting [2020-10-19T17:09:03.658Z] 644860b53076: Waiting [2020-10-19T17:09:03.921Z] 24b7d0fb73c0: Pushed [2020-10-19T17:09:03.921Z] 047649005ad0: Pushed [2020-10-19T17:09:03.921Z] 2c5f7d349c25: Pushed [2020-10-19T17:09:03.921Z] 644860b53076: Pushed [2020-10-19T17:09:04.323Z] 08052e7b5ae9: Pushed [2020-10-19T17:09:04.323Z] 4e628f42bca0: Pushed [2020-10-19T17:09:04.323Z] 1b3ee35aacca: Layer already exists [2020-10-19T17:09:04.621Z] 3f81f74f1336: Pushed [2020-10-19T17:09:04.621Z] d34493a033e2: Pushed [2020-10-19T17:09:04.889Z] 0c31f7f3ebe9: Pushed [2020-10-19T17:09:04.889Z] 9922e73855aa: Pushed [2020-10-19T17:09:04.889Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:d72f5a6500547cee3fb614d2037bf5c0ca1b93a53944ba8395cdd7226d70bddf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:05.457Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:05.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.80 [2020-10-19T17:09:05.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-19T17:09:05.764Z] 24b7d0fb73c0: Preparing [2020-10-19T17:09:05.764Z] 047649005ad0: Preparing [2020-10-19T17:09:05.764Z] 3f81f74f1336: Preparing [2020-10-19T17:09:05.764Z] 9922e73855aa: Preparing [2020-10-19T17:09:05.764Z] d34493a033e2: Preparing [2020-10-19T17:09:05.764Z] 2c5f7d349c25: Preparing [2020-10-19T17:09:05.764Z] 644860b53076: Preparing [2020-10-19T17:09:05.764Z] 08052e7b5ae9: Preparing [2020-10-19T17:09:05.764Z] 4e628f42bca0: Preparing [2020-10-19T17:09:05.764Z] 0c31f7f3ebe9: Preparing [2020-10-19T17:09:05.764Z] 1b3ee35aacca: Preparing [2020-10-19T17:09:05.764Z] 2c5f7d349c25: Waiting [2020-10-19T17:09:05.764Z] 0c31f7f3ebe9: Waiting [2020-10-19T17:09:05.764Z] 644860b53076: Waiting [2020-10-19T17:09:05.764Z] 1b3ee35aacca: Waiting [2020-10-19T17:09:05.764Z] 08052e7b5ae9: Waiting [2020-10-19T17:09:05.764Z] 9922e73855aa: Layer already exists [2020-10-19T17:09:05.764Z] 047649005ad0: Layer already exists [2020-10-19T17:09:05.764Z] 24b7d0fb73c0: Layer already exists [2020-10-19T17:09:05.764Z] d34493a033e2: Layer already exists [2020-10-19T17:09:05.764Z] 3f81f74f1336: Layer already exists [2020-10-19T17:09:05.764Z] 644860b53076: Layer already exists [2020-10-19T17:09:05.764Z] 2c5f7d349c25: Layer already exists [2020-10-19T17:09:05.764Z] 08052e7b5ae9: Layer already exists [2020-10-19T17:09:05.764Z] 0c31f7f3ebe9: Layer already exists [2020-10-19T17:09:05.764Z] 4e628f42bca0: Layer already exists [2020-10-19T17:09:05.764Z] 1b3ee35aacca: Layer already exists [2020-10-19T17:09:05.764Z] 1.2.2-dev.80: digest: sha256:d72f5a6500547cee3fb614d2037bf5c0ca1b93a53944ba8395cdd7226d70bddf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:06.070Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:06.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:06.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-19T17:09:06.370Z] 24b7d0fb73c0: Preparing [2020-10-19T17:09:06.370Z] 047649005ad0: Preparing [2020-10-19T17:09:06.370Z] 3f81f74f1336: Preparing [2020-10-19T17:09:06.370Z] 9922e73855aa: Preparing [2020-10-19T17:09:06.370Z] d34493a033e2: Preparing [2020-10-19T17:09:06.370Z] 2c5f7d349c25: Preparing [2020-10-19T17:09:06.370Z] 644860b53076: Preparing [2020-10-19T17:09:06.370Z] 08052e7b5ae9: Preparing [2020-10-19T17:09:06.370Z] 4e628f42bca0: Preparing [2020-10-19T17:09:06.370Z] 0c31f7f3ebe9: Preparing [2020-10-19T17:09:06.370Z] 1b3ee35aacca: Preparing [2020-10-19T17:09:06.371Z] 2c5f7d349c25: Waiting [2020-10-19T17:09:06.371Z] 644860b53076: Waiting [2020-10-19T17:09:06.371Z] 4e628f42bca0: Waiting [2020-10-19T17:09:06.371Z] 1b3ee35aacca: Waiting [2020-10-19T17:09:06.371Z] 0c31f7f3ebe9: Waiting [2020-10-19T17:09:06.371Z] 08052e7b5ae9: Waiting [2020-10-19T17:09:06.371Z] 047649005ad0: Layer already exists [2020-10-19T17:09:06.371Z] d34493a033e2: Layer already exists [2020-10-19T17:09:06.371Z] 24b7d0fb73c0: Layer already exists [2020-10-19T17:09:06.371Z] 9922e73855aa: Layer already exists [2020-10-19T17:09:06.371Z] 3f81f74f1336: Layer already exists [2020-10-19T17:09:06.371Z] 2c5f7d349c25: Layer already exists [2020-10-19T17:09:06.371Z] 644860b53076: Layer already exists [2020-10-19T17:09:06.371Z] 0c31f7f3ebe9: Layer already exists [2020-10-19T17:09:06.371Z] 4e628f42bca0: Layer already exists [2020-10-19T17:09:06.371Z] 08052e7b5ae9: Layer already exists [2020-10-19T17:09:06.371Z] 1b3ee35aacca: Layer already exists [2020-10-19T17:09:06.371Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:d72f5a6500547cee3fb614d2037bf5c0ca1b93a53944ba8395cdd7226d70bddf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:06.678Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:06.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-19T17:09:06.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-19T17:09:06.974Z] 24b7d0fb73c0: Preparing [2020-10-19T17:09:06.974Z] 047649005ad0: Preparing [2020-10-19T17:09:06.974Z] 3f81f74f1336: Preparing [2020-10-19T17:09:06.974Z] 9922e73855aa: Preparing [2020-10-19T17:09:06.974Z] d34493a033e2: Preparing [2020-10-19T17:09:06.974Z] 2c5f7d349c25: Preparing [2020-10-19T17:09:06.974Z] 644860b53076: Preparing [2020-10-19T17:09:06.974Z] 08052e7b5ae9: Preparing [2020-10-19T17:09:06.974Z] 4e628f42bca0: Preparing [2020-10-19T17:09:06.974Z] 0c31f7f3ebe9: Preparing [2020-10-19T17:09:06.974Z] 1b3ee35aacca: Preparing [2020-10-19T17:09:06.974Z] 2c5f7d349c25: Waiting [2020-10-19T17:09:06.974Z] 644860b53076: Waiting [2020-10-19T17:09:06.974Z] 08052e7b5ae9: Waiting [2020-10-19T17:09:06.974Z] 4e628f42bca0: Waiting [2020-10-19T17:09:06.974Z] 0c31f7f3ebe9: Waiting [2020-10-19T17:09:06.974Z] 1b3ee35aacca: Waiting [2020-10-19T17:09:06.974Z] 047649005ad0: Layer already exists [2020-10-19T17:09:06.974Z] d34493a033e2: Layer already exists [2020-10-19T17:09:06.974Z] 24b7d0fb73c0: Layer already exists [2020-10-19T17:09:06.974Z] 3f81f74f1336: Layer already exists [2020-10-19T17:09:06.974Z] 9922e73855aa: Layer already exists [2020-10-19T17:09:06.974Z] 644860b53076: Layer already exists [2020-10-19T17:09:06.974Z] 08052e7b5ae9: Layer already exists [2020-10-19T17:09:06.974Z] 0c31f7f3ebe9: Layer already exists [2020-10-19T17:09:06.974Z] 4e628f42bca0: Layer already exists [2020-10-19T17:09:06.974Z] 2c5f7d349c25: Layer already exists [2020-10-19T17:09:06.974Z] 1b3ee35aacca: Layer already exists [2020-10-19T17:09:07.236Z] master: digest: sha256:d72f5a6500547cee3fb614d2037bf5c0ca1b93a53944ba8395cdd7226d70bddf size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:09:07.433Z] ===================================================== [Pipeline] echo [2020-10-19T17:09:07.487Z] taggedImages: [2020-10-19T17:09:07.487Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:07.487Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.80 [2020-10-19T17:09:07.487Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:07.487Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-19T17:09:07.551Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-19T17:09:07.551Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:07.551Z] 1.2.2-dev.80 [2020-10-19T17:09:07.551Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:07.551Z] master [2020-10-19T17:09:07.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:07.944Z] ---> 60467a7ec52c [2020-10-19T17:09:07.944Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-19T17:09:07.944Z] ---> 06485a43b3fa [2020-10-19T17:09:07.944Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-19T17:09:07.944Z] ---> 79800be445f4 [2020-10-19T17:09:07.944Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-19T17:09:07.944Z] ---> fd59cf8319f8 [2020-10-19T17:09:07.944Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-19T17:09:07.944Z] ---> 5b511ab2ef2e [2020-10-19T17:09:07.944Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-19T17:09:07.944Z] ---> Running in 2de9e17a2d04 [2020-10-19T17:09:07.944Z] ---> Running in cd78742f66f6 [2020-10-19T17:09:07.944Z] ---> Running in 7b0b930ef57f [2020-10-19T17:09:07.944Z] ---> Running in 6a38714591f4 [2020-10-19T17:09:07.944Z] ---> Running in 2aac417e4d31 [2020-10-19T17:09:08.030Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:08.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:08.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-19T17:09:08.334Z] d174b458301d: Preparing [2020-10-19T17:09:08.334Z] bb7ef6eea30b: Preparing [2020-10-19T17:09:08.334Z] a50669d898f9: Preparing [2020-10-19T17:09:08.334Z] 36f19f7e555f: Preparing [2020-10-19T17:09:08.596Z] a50669d898f9: Pushed [2020-10-19T17:09:08.596Z] d174b458301d: Pushed [2020-10-19T17:09:08.596Z] 36f19f7e555f: Pushed [2020-10-19T17:09:08.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-19T17:09:09.211Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/core-data/core-data ./cmd/core-data [2020-10-19T17:09:09.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/core-command/core-command ./cmd/core-command [2020-10-19T17:09:09.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-19T17:09:09.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-19T17:09:09.540Z] bb7ef6eea30b: Pushed [2020-10-19T17:09:09.801Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:f0faf5174fa7adf70840a03d89ad9bbbb13483854160fbb60f12e0d06eb60475 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:10.110Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:10.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.80 [2020-10-19T17:09:10.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-19T17:09:10.412Z] d174b458301d: Preparing [2020-10-19T17:09:10.412Z] bb7ef6eea30b: Preparing [2020-10-19T17:09:10.412Z] a50669d898f9: Preparing [2020-10-19T17:09:10.412Z] 36f19f7e555f: Preparing [2020-10-19T17:09:10.412Z] a50669d898f9: Layer already exists [2020-10-19T17:09:10.412Z] 36f19f7e555f: Layer already exists [2020-10-19T17:09:10.412Z] bb7ef6eea30b: Layer already exists [2020-10-19T17:09:10.412Z] d174b458301d: Layer already exists [2020-10-19T17:09:10.412Z] 1.2.2-dev.80: digest: sha256:f0faf5174fa7adf70840a03d89ad9bbbb13483854160fbb60f12e0d06eb60475 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:10.717Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:11.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:11.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-19T17:09:11.019Z] d174b458301d: Preparing [2020-10-19T17:09:11.019Z] bb7ef6eea30b: Preparing [2020-10-19T17:09:11.019Z] a50669d898f9: Preparing [2020-10-19T17:09:11.019Z] 36f19f7e555f: Preparing [2020-10-19T17:09:11.019Z] bb7ef6eea30b: Layer already exists [2020-10-19T17:09:11.019Z] d174b458301d: Layer already exists [2020-10-19T17:09:11.019Z] a50669d898f9: Layer already exists [2020-10-19T17:09:11.019Z] 36f19f7e555f: Layer already exists [2020-10-19T17:09:11.019Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:f0faf5174fa7adf70840a03d89ad9bbbb13483854160fbb60f12e0d06eb60475 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:11.325Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:11.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-19T17:09:11.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-19T17:09:11.624Z] d174b458301d: Preparing [2020-10-19T17:09:11.624Z] bb7ef6eea30b: Preparing [2020-10-19T17:09:11.624Z] a50669d898f9: Preparing [2020-10-19T17:09:11.624Z] 36f19f7e555f: Preparing [2020-10-19T17:09:11.624Z] bb7ef6eea30b: Layer already exists [2020-10-19T17:09:11.624Z] d174b458301d: Layer already exists [2020-10-19T17:09:11.624Z] 36f19f7e555f: Layer already exists [2020-10-19T17:09:11.624Z] a50669d898f9: Layer already exists [2020-10-19T17:09:11.624Z] master: digest: sha256:f0faf5174fa7adf70840a03d89ad9bbbb13483854160fbb60f12e0d06eb60475 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:09:11.836Z] ===================================================== [Pipeline] echo [2020-10-19T17:09:11.886Z] taggedImages: [2020-10-19T17:09:11.886Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:11.886Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.80 [2020-10-19T17:09:11.886Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:11.886Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-19T17:09:11.994Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-19T17:09:11.994Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:11.994Z] 1.2.2-dev.80 [2020-10-19T17:09:11.994Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:11.994Z] master [2020-10-19T17:09:11.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:12.485Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:12.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:12.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-19T17:09:12.784Z] fef1964a4ad3: Preparing [2020-10-19T17:09:12.784Z] f042d1d69712: Preparing [2020-10-19T17:09:12.784Z] d4531ff08320: Preparing [2020-10-19T17:09:12.784Z] 0de6d11d02cb: Preparing [2020-10-19T17:09:12.784Z] 322c71447347: Preparing [2020-10-19T17:09:12.784Z] fe6a63ff530f: Preparing [2020-10-19T17:09:12.784Z] fe6a63ff530f: Waiting [2020-10-19T17:09:13.046Z] fef1964a4ad3: Pushed [2020-10-19T17:09:13.046Z] 322c71447347: Pushed [2020-10-19T17:09:13.046Z] d4531ff08320: Pushed [2020-10-19T17:09:13.046Z] 0de6d11d02cb: Pushed [2020-10-19T17:09:13.307Z] fe6a63ff530f: Pushed [2020-10-19T17:09:14.256Z] f042d1d69712: Pushed [2020-10-19T17:09:14.256Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:7f3f2d39d1b9489043be035dde03e8734e75e619a8fe1d86d6b6dbf504e23018 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:14.569Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:14.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.80 [2020-10-19T17:09:14.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-19T17:09:14.869Z] fef1964a4ad3: Preparing [2020-10-19T17:09:14.869Z] f042d1d69712: Preparing [2020-10-19T17:09:14.869Z] d4531ff08320: Preparing [2020-10-19T17:09:14.869Z] 0de6d11d02cb: Preparing [2020-10-19T17:09:14.869Z] 322c71447347: Preparing [2020-10-19T17:09:14.869Z] fe6a63ff530f: Preparing [2020-10-19T17:09:14.869Z] fe6a63ff530f: Waiting [2020-10-19T17:09:14.869Z] 0de6d11d02cb: Layer already exists [2020-10-19T17:09:14.869Z] d4531ff08320: Layer already exists [2020-10-19T17:09:14.869Z] fef1964a4ad3: Layer already exists [2020-10-19T17:09:14.870Z] 322c71447347: Layer already exists [2020-10-19T17:09:14.870Z] f042d1d69712: Layer already exists [2020-10-19T17:09:14.870Z] fe6a63ff530f: Layer already exists [2020-10-19T17:09:14.870Z] 1.2.2-dev.80: digest: sha256:7f3f2d39d1b9489043be035dde03e8734e75e619a8fe1d86d6b6dbf504e23018 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:15.179Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:15.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:15.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-19T17:09:15.484Z] fef1964a4ad3: Preparing [2020-10-19T17:09:15.484Z] f042d1d69712: Preparing [2020-10-19T17:09:15.484Z] d4531ff08320: Preparing [2020-10-19T17:09:15.484Z] 0de6d11d02cb: Preparing [2020-10-19T17:09:15.484Z] 322c71447347: Preparing [2020-10-19T17:09:15.484Z] fe6a63ff530f: Preparing [2020-10-19T17:09:15.484Z] fe6a63ff530f: Waiting [2020-10-19T17:09:15.484Z] 0de6d11d02cb: Layer already exists [2020-10-19T17:09:15.484Z] 322c71447347: Layer already exists [2020-10-19T17:09:15.484Z] fef1964a4ad3: Layer already exists [2020-10-19T17:09:15.484Z] d4531ff08320: Layer already exists [2020-10-19T17:09:15.484Z] f042d1d69712: Layer already exists [2020-10-19T17:09:15.484Z] fe6a63ff530f: Layer already exists [2020-10-19T17:09:15.484Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:7f3f2d39d1b9489043be035dde03e8734e75e619a8fe1d86d6b6dbf504e23018 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:15.788Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:16.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-19T17:09:16.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-19T17:09:16.086Z] fef1964a4ad3: Preparing [2020-10-19T17:09:16.086Z] f042d1d69712: Preparing [2020-10-19T17:09:16.086Z] d4531ff08320: Preparing [2020-10-19T17:09:16.086Z] 0de6d11d02cb: Preparing [2020-10-19T17:09:16.086Z] 322c71447347: Preparing [2020-10-19T17:09:16.086Z] fe6a63ff530f: Preparing [2020-10-19T17:09:16.086Z] fe6a63ff530f: Waiting [2020-10-19T17:09:16.086Z] f042d1d69712: Layer already exists [2020-10-19T17:09:16.086Z] 322c71447347: Layer already exists [2020-10-19T17:09:16.086Z] fef1964a4ad3: Layer already exists [2020-10-19T17:09:16.086Z] d4531ff08320: Layer already exists [2020-10-19T17:09:16.086Z] 0de6d11d02cb: Layer already exists [2020-10-19T17:09:16.086Z] fe6a63ff530f: Layer already exists [2020-10-19T17:09:16.086Z] master: digest: sha256:7f3f2d39d1b9489043be035dde03e8734e75e619a8fe1d86d6b6dbf504e23018 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:09:16.318Z] ===================================================== [Pipeline] echo [2020-10-19T17:09:16.366Z] taggedImages: [2020-10-19T17:09:16.366Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:16.366Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.80 [2020-10-19T17:09:16.366Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:16.366Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-19T17:09:16.432Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-19T17:09:16.432Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:16.432Z] 1.2.2-dev.80 [2020-10-19T17:09:16.432Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:16.432Z] master [2020-10-19T17:09:16.432Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:16.904Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:17.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:17.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-19T17:09:17.203Z] 80811de709ec: Preparing [2020-10-19T17:09:17.203Z] 6a30509ac984: Preparing [2020-10-19T17:09:17.203Z] d9e0db7b3bf2: Preparing [2020-10-19T17:09:17.203Z] 80811de709ec: Pushed [2020-10-19T17:09:17.468Z] d9e0db7b3bf2: Pushed [2020-10-19T17:09:18.414Z] 6a30509ac984: Pushed [2020-10-19T17:09:18.675Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:2c1a3b54a37e65a5135943c59be5eb01d6d448e150ecd8b0842633bc9609c877 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:18.979Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:19.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.80 [2020-10-19T17:09:19.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-19T17:09:19.272Z] 80811de709ec: Preparing [2020-10-19T17:09:19.272Z] 6a30509ac984: Preparing [2020-10-19T17:09:19.272Z] d9e0db7b3bf2: Preparing [2020-10-19T17:09:19.272Z] d9e0db7b3bf2: Layer already exists [2020-10-19T17:09:19.272Z] 6a30509ac984: Layer already exists [2020-10-19T17:09:19.272Z] 80811de709ec: Layer already exists [2020-10-19T17:09:19.272Z] 1.2.2-dev.80: digest: sha256:2c1a3b54a37e65a5135943c59be5eb01d6d448e150ecd8b0842633bc9609c877 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:19.571Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:19.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:19.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-19T17:09:19.866Z] 80811de709ec: Preparing [2020-10-19T17:09:19.866Z] 6a30509ac984: Preparing [2020-10-19T17:09:19.866Z] d9e0db7b3bf2: Preparing [2020-10-19T17:09:19.866Z] 6a30509ac984: Layer already exists [2020-10-19T17:09:19.866Z] 80811de709ec: Layer already exists [2020-10-19T17:09:19.866Z] d9e0db7b3bf2: Layer already exists [2020-10-19T17:09:19.866Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:2c1a3b54a37e65a5135943c59be5eb01d6d448e150ecd8b0842633bc9609c877 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:20.171Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:20.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-19T17:09:20.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-19T17:09:20.606Z] 80811de709ec: Preparing [2020-10-19T17:09:20.606Z] 6a30509ac984: Preparing [2020-10-19T17:09:20.606Z] d9e0db7b3bf2: Preparing [2020-10-19T17:09:20.606Z] 80811de709ec: Layer already exists [2020-10-19T17:09:20.606Z] d9e0db7b3bf2: Layer already exists [2020-10-19T17:09:20.606Z] 6a30509ac984: Layer already exists [2020-10-19T17:09:20.606Z] master: digest: sha256:2c1a3b54a37e65a5135943c59be5eb01d6d448e150ecd8b0842633bc9609c877 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:09:20.789Z] ===================================================== [Pipeline] echo [2020-10-19T17:09:20.839Z] taggedImages: [2020-10-19T17:09:20.839Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:20.839Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.80 [2020-10-19T17:09:20.839Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:20.839Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-19T17:09:20.904Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-19T17:09:20.904Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:20.904Z] 1.2.2-dev.80 [2020-10-19T17:09:20.904Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:20.904Z] master [2020-10-19T17:09:20.904Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:21.427Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:21.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:21.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-19T17:09:21.738Z] 5cecd572a478: Preparing [2020-10-19T17:09:21.738Z] 252582105a68: Preparing [2020-10-19T17:09:21.738Z] a2fe135736fd: Preparing [2020-10-19T17:09:21.738Z] cc40b2417289: Preparing [2020-10-19T17:09:21.738Z] e1f4d3a994ea: Preparing [2020-10-19T17:09:21.738Z] 12cf6e6317d9: Preparing [2020-10-19T17:09:21.738Z] f716f6938da4: Preparing [2020-10-19T17:09:21.738Z] 527eef706b20: Preparing [2020-10-19T17:09:21.738Z] 224742e9e948: Preparing [2020-10-19T17:09:21.738Z] 5391e5290f13: Preparing [2020-10-19T17:09:21.738Z] 13baed61c795: Preparing [2020-10-19T17:09:21.738Z] 51d6d3d09136: Preparing [2020-10-19T17:09:21.738Z] 1507bc794612: Preparing [2020-10-19T17:09:21.738Z] 50644c29ef5a: Preparing [2020-10-19T17:09:21.738Z] 5391e5290f13: Waiting [2020-10-19T17:09:21.738Z] 13baed61c795: Waiting [2020-10-19T17:09:21.738Z] 527eef706b20: Waiting [2020-10-19T17:09:21.738Z] 12cf6e6317d9: Waiting [2020-10-19T17:09:21.738Z] f716f6938da4: Waiting [2020-10-19T17:09:21.738Z] 224742e9e948: Waiting [2020-10-19T17:09:21.738Z] 51d6d3d09136: Waiting [2020-10-19T17:09:21.738Z] 50644c29ef5a: Waiting [2020-10-19T17:09:21.738Z] 1507bc794612: Waiting [2020-10-19T17:09:22.028Z] e1f4d3a994ea: Pushed [2020-10-19T17:09:22.028Z] 5cecd572a478: Pushed [2020-10-19T17:09:22.310Z] cc40b2417289: Pushed [2020-10-19T17:09:22.310Z] 527eef706b20: Layer already exists [2020-10-19T17:09:22.310Z] 224742e9e948: Layer already exists [2020-10-19T17:09:22.310Z] 5391e5290f13: Layer already exists [2020-10-19T17:09:22.310Z] f716f6938da4: Pushed [2020-10-19T17:09:22.310Z] 13baed61c795: Layer already exists [2020-10-19T17:09:22.310Z] 51d6d3d09136: Layer already exists [2020-10-19T17:09:22.310Z] 1507bc794612: Layer already exists [2020-10-19T17:09:22.310Z] 50644c29ef5a: Layer already exists [2020-10-19T17:09:22.310Z] 252582105a68: Pushed [2020-10-19T17:09:23.293Z] 12cf6e6317d9: Pushed [2020-10-19T17:09:26.606Z] a2fe135736fd: Pushed [2020-10-19T17:09:26.606Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:4a44f024302ef77b6b38ea267ab22b6bdf337efcea2369d5b8018ebab2c7af32 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:26.911Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:27.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.80 [2020-10-19T17:09:27.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-19T17:09:27.206Z] 5cecd572a478: Preparing [2020-10-19T17:09:27.206Z] 252582105a68: Preparing [2020-10-19T17:09:27.206Z] a2fe135736fd: Preparing [2020-10-19T17:09:27.206Z] cc40b2417289: Preparing [2020-10-19T17:09:27.206Z] e1f4d3a994ea: Preparing [2020-10-19T17:09:27.206Z] 12cf6e6317d9: Preparing [2020-10-19T17:09:27.206Z] f716f6938da4: Preparing [2020-10-19T17:09:27.206Z] 527eef706b20: Preparing [2020-10-19T17:09:27.206Z] 224742e9e948: Preparing [2020-10-19T17:09:27.206Z] 5391e5290f13: Preparing [2020-10-19T17:09:27.206Z] 13baed61c795: Preparing [2020-10-19T17:09:27.206Z] 51d6d3d09136: Preparing [2020-10-19T17:09:27.206Z] 1507bc794612: Preparing [2020-10-19T17:09:27.206Z] 50644c29ef5a: Preparing [2020-10-19T17:09:27.206Z] 527eef706b20: Waiting [2020-10-19T17:09:27.206Z] 224742e9e948: Waiting [2020-10-19T17:09:27.206Z] 5391e5290f13: Waiting [2020-10-19T17:09:27.206Z] 13baed61c795: Waiting [2020-10-19T17:09:27.206Z] 51d6d3d09136: Waiting [2020-10-19T17:09:27.206Z] 12cf6e6317d9: Waiting [2020-10-19T17:09:27.206Z] 1507bc794612: Waiting [2020-10-19T17:09:27.206Z] 50644c29ef5a: Waiting [2020-10-19T17:09:27.206Z] f716f6938da4: Waiting [2020-10-19T17:09:27.206Z] 252582105a68: Layer already exists [2020-10-19T17:09:27.206Z] cc40b2417289: Layer already exists [2020-10-19T17:09:27.206Z] e1f4d3a994ea: Layer already exists [2020-10-19T17:09:27.206Z] 5cecd572a478: Layer already exists [2020-10-19T17:09:27.206Z] 12cf6e6317d9: Layer already exists [2020-10-19T17:09:27.206Z] a2fe135736fd: Layer already exists [2020-10-19T17:09:27.206Z] 527eef706b20: Layer already exists [2020-10-19T17:09:27.206Z] f716f6938da4: Layer already exists [2020-10-19T17:09:27.206Z] 5391e5290f13: Layer already exists [2020-10-19T17:09:27.206Z] 224742e9e948: Layer already exists [2020-10-19T17:09:27.206Z] 13baed61c795: Layer already exists [2020-10-19T17:09:27.206Z] 51d6d3d09136: Layer already exists [2020-10-19T17:09:27.206Z] 1507bc794612: Layer already exists [2020-10-19T17:09:27.206Z] 50644c29ef5a: Layer already exists [2020-10-19T17:09:27.470Z] 1.2.2-dev.80: digest: sha256:4a44f024302ef77b6b38ea267ab22b6bdf337efcea2369d5b8018ebab2c7af32 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:27.772Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:28.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:28.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-19T17:09:28.332Z] 5cecd572a478: Preparing [2020-10-19T17:09:28.332Z] 252582105a68: Preparing [2020-10-19T17:09:28.332Z] a2fe135736fd: Preparing [2020-10-19T17:09:28.332Z] cc40b2417289: Preparing [2020-10-19T17:09:28.332Z] e1f4d3a994ea: Preparing [2020-10-19T17:09:28.332Z] 12cf6e6317d9: Preparing [2020-10-19T17:09:28.332Z] f716f6938da4: Preparing [2020-10-19T17:09:28.332Z] 527eef706b20: Preparing [2020-10-19T17:09:28.332Z] 224742e9e948: Preparing [2020-10-19T17:09:28.332Z] 5391e5290f13: Preparing [2020-10-19T17:09:28.332Z] 13baed61c795: Preparing [2020-10-19T17:09:28.332Z] 51d6d3d09136: Preparing [2020-10-19T17:09:28.332Z] 1507bc794612: Preparing [2020-10-19T17:09:28.332Z] 50644c29ef5a: Preparing [2020-10-19T17:09:28.332Z] f716f6938da4: Waiting [2020-10-19T17:09:28.332Z] 12cf6e6317d9: Waiting [2020-10-19T17:09:28.332Z] 527eef706b20: Waiting [2020-10-19T17:09:28.332Z] 224742e9e948: Waiting [2020-10-19T17:09:28.332Z] 5391e5290f13: Waiting [2020-10-19T17:09:28.332Z] 13baed61c795: Waiting [2020-10-19T17:09:28.332Z] 51d6d3d09136: Waiting [2020-10-19T17:09:28.332Z] 1507bc794612: Waiting [2020-10-19T17:09:28.332Z] 50644c29ef5a: Waiting [2020-10-19T17:09:28.332Z] 252582105a68: Layer already exists [2020-10-19T17:09:28.332Z] e1f4d3a994ea: Layer already exists [2020-10-19T17:09:28.332Z] cc40b2417289: Layer already exists [2020-10-19T17:09:28.332Z] 5cecd572a478: Layer already exists [2020-10-19T17:09:28.332Z] a2fe135736fd: Layer already exists [2020-10-19T17:09:28.332Z] f716f6938da4: Layer already exists [2020-10-19T17:09:28.332Z] 12cf6e6317d9: Layer already exists [2020-10-19T17:09:28.332Z] 224742e9e948: Layer already exists [2020-10-19T17:09:28.332Z] 5391e5290f13: Layer already exists [2020-10-19T17:09:28.332Z] 527eef706b20: Layer already exists [2020-10-19T17:09:28.332Z] 13baed61c795: Layer already exists [2020-10-19T17:09:28.332Z] 51d6d3d09136: Layer already exists [2020-10-19T17:09:28.332Z] 1507bc794612: Layer already exists [2020-10-19T17:09:28.332Z] 50644c29ef5a: Layer already exists [2020-10-19T17:09:28.592Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:4a44f024302ef77b6b38ea267ab22b6bdf337efcea2369d5b8018ebab2c7af32 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:28.893Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:09:29.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-19T17:09:29.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-19T17:09:29.190Z] 5cecd572a478: Preparing [2020-10-19T17:09:29.190Z] 252582105a68: Preparing [2020-10-19T17:09:29.190Z] a2fe135736fd: Preparing [2020-10-19T17:09:29.190Z] cc40b2417289: Preparing [2020-10-19T17:09:29.190Z] e1f4d3a994ea: Preparing [2020-10-19T17:09:29.190Z] 12cf6e6317d9: Preparing [2020-10-19T17:09:29.190Z] f716f6938da4: Preparing [2020-10-19T17:09:29.190Z] 527eef706b20: Preparing [2020-10-19T17:09:29.190Z] 224742e9e948: Preparing [2020-10-19T17:09:29.190Z] 5391e5290f13: Preparing [2020-10-19T17:09:29.190Z] 13baed61c795: Preparing [2020-10-19T17:09:29.190Z] 51d6d3d09136: Preparing [2020-10-19T17:09:29.190Z] 1507bc794612: Preparing [2020-10-19T17:09:29.190Z] 50644c29ef5a: Preparing [2020-10-19T17:09:29.190Z] 12cf6e6317d9: Waiting [2020-10-19T17:09:29.190Z] f716f6938da4: Waiting [2020-10-19T17:09:29.190Z] 527eef706b20: Waiting [2020-10-19T17:09:29.190Z] 224742e9e948: Waiting [2020-10-19T17:09:29.190Z] 5391e5290f13: Waiting [2020-10-19T17:09:29.190Z] 13baed61c795: Waiting [2020-10-19T17:09:29.190Z] 51d6d3d09136: Waiting [2020-10-19T17:09:29.190Z] 1507bc794612: Waiting [2020-10-19T17:09:29.190Z] 50644c29ef5a: Waiting [2020-10-19T17:09:29.190Z] 252582105a68: Layer already exists [2020-10-19T17:09:29.190Z] e1f4d3a994ea: Layer already exists [2020-10-19T17:09:29.190Z] cc40b2417289: Layer already exists [2020-10-19T17:09:29.190Z] a2fe135736fd: Layer already exists [2020-10-19T17:09:29.190Z] 5cecd572a478: Layer already exists [2020-10-19T17:09:29.190Z] 12cf6e6317d9: Layer already exists [2020-10-19T17:09:29.190Z] f716f6938da4: Layer already exists [2020-10-19T17:09:29.190Z] 224742e9e948: Layer already exists [2020-10-19T17:09:29.190Z] 5391e5290f13: Layer already exists [2020-10-19T17:09:29.190Z] 527eef706b20: Layer already exists [2020-10-19T17:09:29.190Z] 13baed61c795: Layer already exists [2020-10-19T17:09:29.190Z] 51d6d3d09136: Layer already exists [2020-10-19T17:09:29.190Z] 50644c29ef5a: Layer already exists [2020-10-19T17:09:29.190Z] 1507bc794612: Layer already exists [2020-10-19T17:09:29.450Z] master: digest: sha256:4a44f024302ef77b6b38ea267ab22b6bdf337efcea2369d5b8018ebab2c7af32 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:09:29.653Z] ===================================================== [Pipeline] echo [2020-10-19T17:09:29.700Z] taggedImages: [2020-10-19T17:09:29.700Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:09:29.700Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.80 [2020-10-19T17:09:29.700Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:09:29.700Z] - 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-19T17:10:46.489Z] Removing intermediate container cd78742f66f6 [2020-10-19T17:10:46.490Z] ---> 2360321859da [2020-10-19T17:10:46.490Z] [2020-10-19T17:10:46.490Z] Step 10/20 : FROM alpine [2020-10-19T17:10:46.490Z] latest: Pulling from library/alpine [2020-10-19T17:10:46.490Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-19T17:10:46.490Z] Status: Downloaded newer image for alpine:latest [2020-10-19T17:10:46.490Z] ---> 62ee0e9f8440 [2020-10-19T17:10:46.490Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-19T17:10:46.490Z] ---> Running in 27a5aa6d706f [2020-10-19T17:10:46.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:10:46.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:10:46.490Z] v3.12.0-448-ga6d3ab8a4d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:10:46.490Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:10:46.490Z] OK: 12621 distinct packages available [2020-10-19T17:10:46.490Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-19T17:10:46.490Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-19T17:10:46.490Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-19T17:10:46.490Z] (4/4) Installing curl (7.69.1-r1) [2020-10-19T17:10:46.490Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:10:46.490Z] Executing ca-certificates-20191127-r4.trigger [2020-10-19T17:10:46.490Z] OK: 7 MiB in 18 packages [2020-10-19T17:10:46.490Z] Removing intermediate container 27a5aa6d706f [2020-10-19T17:10:46.490Z] ---> a8691bdc9b8d [2020-10-19T17:10:46.490Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-19T17:10:46.490Z] ---> Running in 19b2f2842f0a [2020-10-19T17:10:46.490Z] Removing intermediate container 19b2f2842f0a [2020-10-19T17:10:46.490Z] ---> 5cd0c8244270 [2020-10-19T17:10:46.490Z] Step 13/20 : WORKDIR /edgex [2020-10-19T17:10:46.490Z] ---> Running in e4a86c63edb1 [2020-10-19T17:10:46.490Z] Removing intermediate container e4a86c63edb1 [2020-10-19T17:10:46.490Z] ---> 698db078b207 [2020-10-19T17:10:46.490Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-19T17:10:46.490Z] ---> 98a14b277dbf [2020-10-19T17:10:46.490Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-19T17:10:47.981Z] ---> 88d848a40f71 [2020-10-19T17:10:47.981Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-19T17:10:47.981Z] ---> Running in 6dbd4f7c90f8 [2020-10-19T17:10:48.596Z] Removing intermediate container 6dbd4f7c90f8 [2020-10-19T17:10:48.596Z] ---> 746865786e2e [2020-10-19T17:10:48.596Z] Step 17/20 : CMD ["--init=true"] [2020-10-19T17:10:48.875Z] ---> Running in be444fdd9ac2 [2020-10-19T17:10:49.500Z] Removing intermediate container be444fdd9ac2 [2020-10-19T17:10:49.500Z] ---> fc26ef53b239 [2020-10-19T17:10:49.500Z] Step 18/20 : LABEL arch=arm64 [2020-10-19T17:10:49.783Z] ---> Running in e1c65ef24dac [2020-10-19T17:10:50.390Z] Removing intermediate container e1c65ef24dac [2020-10-19T17:10:50.390Z] ---> ab16cad959a3 [2020-10-19T17:10:50.390Z] Step 19/20 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:10:50.669Z] ---> Running in ab5bed307430 [2020-10-19T17:10:51.271Z] Removing intermediate container ab5bed307430 [2020-10-19T17:10:51.271Z] ---> 35e17ddb1e49 [2020-10-19T17:10:51.271Z] Step 20/20 : LABEL version=1.2.2-dev.80 [2020-10-19T17:10:51.553Z] ---> Running in 744c7912a2f3 [2020-10-19T17:10:52.162Z] Removing intermediate container 744c7912a2f3 [2020-10-19T17:10:52.162Z] ---> cb81231e5511 [2020-10-19T17:10:52.162Z] [2020-10-19T17:10:52.438Z] Successfully built cb81231e5511 [2020-10-19T17:10:52.438Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-19T17:10:52.438Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-10-19T17:11:04.905Z] Removing intermediate container 2de9e17a2d04 [2020-10-19T17:11:04.905Z] ---> a6b627999e19 [2020-10-19T17:11:04.905Z] [2020-10-19T17:11:04.905Z] Step 10/24 : FROM scratch [2020-10-19T17:11:04.905Z] ---> [2020-10-19T17:11:04.905Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-19T17:11:05.904Z] ---> Running in 9a50ca42ab56 [2020-10-19T17:11:06.896Z] Removing intermediate container 7b0b930ef57f [2020-10-19T17:11:06.896Z] ---> b7488f4887b1 [2020-10-19T17:11:06.896Z] [2020-10-19T17:11:06.896Z] Step 10/22 : FROM scratch [2020-10-19T17:11:06.896Z] ---> [2020-10-19T17:11:06.896Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-19T17:11:06.896Z] Removing intermediate container 9a50ca42ab56 [2020-10-19T17:11:06.896Z] ---> 9cd098119885 [2020-10-19T17:11:06.896Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-19T17:11:07.179Z] ---> Running in 58906ca870bf [2020-10-19T17:11:07.459Z] ---> Running in 659aa830eaba [2020-10-19T17:11:07.459Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:11:07.459Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:11:07.459Z] ---> 31ae7b921d14 [2020-10-19T17:11:07.459Z] Step 3/21 : WORKDIR /edgex-go [2020-10-19T17:11:07.459Z] ---> Using cache [2020-10-19T17:11:07.459Z] ---> 8d5cc61bae8e [2020-10-19T17:11:07.459Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:11:07.459Z] ---> Using cache [2020-10-19T17:11:07.459Z] ---> 59bfa5e46f09 [2020-10-19T17:11:07.459Z] Step 5/21 : RUN apk update && apk add make git [2020-10-19T17:11:07.734Z] ---> Running in 8e5c165acf46 [2020-10-19T17:11:08.349Z] Removing intermediate container 58906ca870bf [2020-10-19T17:11:08.349Z] Removing intermediate container 659aa830eaba [2020-10-19T17:11:08.349Z] ---> 9cee4b4558dd [2020-10-19T17:11:08.349Z] ---> 3ee829b410c7 [2020-10-19T17:11:08.349Z] Step 13/24 : EXPOSE $APP_PORTStep 12/22 : ENV APP_PORT=48082 [2020-10-19T17:11:08.349Z] [2020-10-19T17:11:08.349Z] ---> Running in 2118056fdd00 [2020-10-19T17:11:08.349Z] ---> Running in 8a315c0af008 [2020-10-19T17:11:09.345Z] Removing intermediate container 8a315c0af008 [2020-10-19T17:11:09.345Z] ---> db52ec12915b [2020-10-19T17:11:09.345Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-19T17:11:09.345Z] Removing intermediate container 2118056fdd00 [2020-10-19T17:11:09.345Z] ---> ce17d8df77ef [2020-10-19T17:11:09.345Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-19T17:11:09.627Z] ---> Running in 8e24b2cfa02e [2020-10-19T17:11:09.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:11:10.520Z] Removing intermediate container 8e24b2cfa02e [2020-10-19T17:11:10.520Z] ---> bbbc7966432b [2020-10-19T17:11:10.520Z] Step 14/22 : WORKDIR / [2020-10-19T17:11:10.520Z] ---> Running in 68c083f37365 [2020-10-19T17:11:10.802Z] ---> fa4058d5cac0 [2020-10-19T17:11:10.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:11:10.802Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-19T17:11:11.413Z] Removing intermediate container 68c083f37365 [2020-10-19T17:11:11.413Z] ---> 0e43007ed140 [2020-10-19T17:11:11.413Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-19T17:11:11.693Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:11:11.693Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:11:11.693Z] OK: 12623 distinct packages available [2020-10-19T17:11:12.693Z] ---> 4187791820a5 [2020-10-19T17:11:12.693Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-19T17:11:12.693Z] OK: 217 MiB in 51 packages [2020-10-19T17:11:12.693Z] ---> 37eeeec5ee31 [2020-10-19T17:11:12.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-19T17:11:15.351Z] Removing intermediate container 8e5c165acf46 [2020-10-19T17:11:15.351Z] ---> 6b6253ff7614 [2020-10-19T17:11:15.351Z] Step 6/21 : COPY go.mod . [2020-10-19T17:11:15.351Z] ---> 2a51ced5edcc [2020-10-19T17:11:15.351Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-19T17:11:15.351Z] ---> ae3b292123a5 [2020-10-19T17:11:15.351Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-19T17:11:16.357Z] ---> 2bb8106443c2 [2020-10-19T17:11:16.357Z] Step 7/21 : RUN go mod download [2020-10-19T17:11:16.637Z] ---> Running in 35076c663104 [2020-10-19T17:11:16.919Z] ---> 6548e2b9f352 [2020-10-19T17:11:16.919Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-19T17:11:16.919Z] ---> 095bfa7760dd [2020-10-19T17:11:16.919Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-19T17:11:17.205Z] ---> Running in 074d6266c992 [2020-10-19T17:11:17.916Z] Removing intermediate container 074d6266c992 [2020-10-19T17:11:17.916Z] ---> 2922ea380bd8 [2020-10-19T17:11:17.916Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:11:18.612Z] ---> Running in 90f8307326e2 [2020-10-19T17:11:20.680Z] ---> c89782eb0c2a [2020-10-19T17:11:20.680Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-19T17:11:20.680Z] Removing intermediate container 90f8307326e2 [2020-10-19T17:11:20.680Z] ---> af26ce1caf81 [2020-10-19T17:11:20.680Z] Step 20/22 : LABEL arch=arm64 [2020-10-19T17:11:20.957Z] ---> Running in a1aaba82ea9c [2020-10-19T17:11:21.955Z] Removing intermediate container a1aaba82ea9c [2020-10-19T17:11:21.955Z] ---> 986d79b4a094 [2020-10-19T17:11:21.955Z] Step 21/22 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:11:22.234Z] ---> b82a74b4ef76 [2020-10-19T17:11:22.234Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-19T17:11:22.234Z] ---> Running in 6cd1c72da9b7 [2020-10-19T17:11:22.234Z] Removing intermediate container 35076c663104 [2020-10-19T17:11:22.234Z] ---> 821c3bd589d3 [2020-10-19T17:11:22.234Z] Step 8/21 : COPY . . [2020-10-19T17:11:22.522Z] ---> Running in 6cd59769c9e2 [2020-10-19T17:11:22.813Z] Removing intermediate container 2aac417e4d31 [2020-10-19T17:11:22.813Z] ---> bcb248705c8b [2020-10-19T17:11:22.813Z] [2020-10-19T17:11:22.813Z] Step 10/22 : FROM scratch [2020-10-19T17:11:22.813Z] ---> [2020-10-19T17:11:22.813Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-19T17:11:22.813Z] ---> Using cache [2020-10-19T17:11:22.813Z] ---> 3ee829b410c7 [2020-10-19T17:11:22.813Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-19T17:11:23.127Z] ---> Running in 4cf5650efb0e [2020-10-19T17:11:23.127Z] Removing intermediate container 6cd1c72da9b7 [2020-10-19T17:11:23.127Z] ---> 712ca198e64a [2020-10-19T17:11:23.127Z] Step 22/22 : LABEL version=1.2.2-dev.80 [2020-10-19T17:11:23.413Z] Removing intermediate container 6cd59769c9e2 [2020-10-19T17:11:23.413Z] ---> 79d6e5729cd4 [2020-10-19T17:11:23.413Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:11:23.698Z] ---> Running in 61941cb6a24c [2020-10-19T17:11:24.708Z] ---> Running in f80b64e76fc4 [2020-10-19T17:11:24.708Z] Removing intermediate container 4cf5650efb0e [2020-10-19T17:11:24.708Z] ---> 1bddae049579 [2020-10-19T17:11:24.708Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-19T17:11:24.986Z] ---> Running in b2802d8b4af9 [2020-10-19T17:11:24.986Z] Removing intermediate container 61941cb6a24c [2020-10-19T17:11:24.986Z] ---> c3f706768991 [2020-10-19T17:11:24.986Z] [2020-10-19T17:11:25.620Z] Successfully built c3f706768991 [2020-10-19T17:11:25.620Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-19T17:11:25.620Z] Building docker-sys-mgmt-agent-go [2020-10-19T17:11:25.620Z] Removing intermediate container f80b64e76fc4 [2020-10-19T17:11:25.620Z]  Building docker-core-command-go ... done  ---> 195fa328d368 [2020-10-19T17:11:25.620Z] Step 22/24 : LABEL arch=arm64 [2020-10-19T17:11:26.248Z] ---> Running in ca5ecb6f83c9 [2020-10-19T17:11:26.248Z] Removing intermediate container b2802d8b4af9 [2020-10-19T17:11:26.248Z] ---> b5ec85113209 [2020-10-19T17:11:26.248Z] Step 14/22 : WORKDIR / [2020-10-19T17:11:26.532Z] ---> Running in 45d1b7fd6d95 [2020-10-19T17:11:28.529Z] Removing intermediate container ca5ecb6f83c9 [2020-10-19T17:11:28.529Z] ---> 3e7c367d7453 [2020-10-19T17:11:28.529Z] Step 23/24 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:11:29.531Z] Removing intermediate container 45d1b7fd6d95 [2020-10-19T17:11:29.531Z] ---> eb2b30389337 [2020-10-19T17:11:29.531Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-19T17:11:29.806Z] ---> Running in a967ffc85c2f [2020-10-19T17:11:31.252Z] Removing intermediate container a967ffc85c2f [2020-10-19T17:11:31.253Z] ---> 1bf21a37c8f9 [2020-10-19T17:11:31.253Z] Step 24/24 : LABEL version=1.2.2-dev.80 [2020-10-19T17:11:31.532Z] ---> 0ba5b9f4b621 [2020-10-19T17:11:31.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-19T17:11:31.810Z] ---> 16ae023e4eaa [2020-10-19T17:11:31.810Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-19T17:11:31.810Z] ---> Running in 5a7d993ea0e4 [2020-10-19T17:11:32.449Z] Removing intermediate container 6a38714591f4 [2020-10-19T17:11:32.449Z] ---> c30ff0d10ea7 [2020-10-19T17:11:32.449Z] [2020-10-19T17:11:32.449Z] Step 10/23 : FROM alpine [2020-10-19T17:11:32.449Z] ---> 62ee0e9f8440 [2020-10-19T17:11:32.449Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-19T17:11:33.056Z] ---> Running in 9bb1b59a3ca5 [2020-10-19T17:11:34.059Z] ---> Running in 899196185ad2 [2020-10-19T17:11:34.059Z] Removing intermediate container 5a7d993ea0e4 [2020-10-19T17:11:34.059Z] ---> 500897e62219 [2020-10-19T17:11:34.059Z] [2020-10-19T17:11:34.335Z] ---> 8551c5b7df2f [2020-10-19T17:11:34.335Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-19T17:11:34.612Z] Successfully built 500897e62219 [2020-10-19T17:11:34.612Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-19T17:11:34.612Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-10-19T17:11:35.228Z] Removing intermediate container 899196185ad2 [2020-10-19T17:11:35.228Z] ---> b3892c9ba752 [2020-10-19T17:11:35.228Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-19T17:11:35.228Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:11:35.228Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:11:35.228Z] ---> 31ae7b921d14 [2020-10-19T17:11:35.228Z] Step 3/27 : WORKDIR /edgex-go [2020-10-19T17:11:35.228Z] ---> Using cache [2020-10-19T17:11:35.228Z] ---> 8d5cc61bae8e [2020-10-19T17:11:35.228Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:11:35.228Z] ---> Using cache [2020-10-19T17:11:35.228Z] ---> 59bfa5e46f09 [2020-10-19T17:11:35.228Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-19T17:11:35.228Z] ---> Running in ff950665de96 [2020-10-19T17:11:35.510Z] ---> Running in 1d4f3309f83f [2020-10-19T17:11:35.784Z] ---> 2652e8b0cd86 [2020-10-19T17:11:35.784Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-19T17:11:36.071Z] ---> Running in ef983eab4397 [2020-10-19T17:11:36.071Z] Removing intermediate container 1d4f3309f83f [2020-10-19T17:11:36.071Z] ---> 4320be3dd76c [2020-10-19T17:11:36.071Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-19T17:11:36.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-19T17:11:36.979Z] ---> Running in 00c150714dab [2020-10-19T17:11:37.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:11:37.712Z] Removing intermediate container ef983eab4397 [2020-10-19T17:11:37.712Z] ---> f8b75be423da [2020-10-19T17:11:37.712Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:11:38.008Z] Removing intermediate container 00c150714dab [2020-10-19T17:11:38.008Z] ---> 07573063d977 [2020-10-19T17:11:38.008Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:11:38.489Z] ---> Running in d164948e7ae5 [2020-10-19T17:11:38.489Z] ---> Running in 84d430935867 [2020-10-19T17:11:38.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:11:39.294Z] Removing intermediate container d164948e7ae5 [2020-10-19T17:11:39.294Z] ---> e57562a1d1b7 [2020-10-19T17:11:39.294Z] Step 20/22 : LABEL arch=arm64 [2020-10-19T17:11:39.294Z] ---> Running in 414c6d2f5c4f [2020-10-19T17:11:39.613Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:11:39.613Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:11:39.613Z] OK: 12623 distinct packages available [2020-10-19T17:11:40.559Z] Removing intermediate container 414c6d2f5c4f [2020-10-19T17:11:40.559Z] ---> a38a210c6d79 [2020-10-19T17:11:40.559Z] Step 21/22 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:11:40.559Z] ---> Running in 553e25bac2ac [2020-10-19T17:11:40.559Z] OK: 217 MiB in 51 packages [2020-10-19T17:11:41.215Z] Removing intermediate container 553e25bac2ac [2020-10-19T17:11:41.216Z] ---> 2a164295ed83 [2020-10-19T17:11:41.216Z] Step 22/22 : LABEL version=1.2.2-dev.80 [2020-10-19T17:11:41.852Z] ---> Running in a87a644c46ae [2020-10-19T17:11:42.747Z] Removing intermediate container a87a644c46ae [2020-10-19T17:11:42.747Z] ---> 5aadda77969c [2020-10-19T17:11:42.747Z] [2020-10-19T17:11:43.100Z] Removing intermediate container 84d430935867 [2020-10-19T17:11:43.100Z] ---> b85a8994e566 [2020-10-19T17:11:43.100Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-19T17:11:43.100Z] Removing intermediate container ff950665de96 [2020-10-19T17:11:43.100Z] ---> 189696c6912b [2020-10-19T17:11:43.100Z] Step 6/27 : COPY go.mod . [2020-10-19T17:11:43.490Z] Successfully built 5aadda77969c [2020-10-19T17:11:43.490Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-19T17:11:43.490Z] Building docker-security-secrets-setup-go [2020-10-19T17:11:43.490Z]  Building docker-core-metadata-go ... done  ---> Running in cf0440c13ecd [2020-10-19T17:11:45.062Z] ---> ad3833adaff0 [2020-10-19T17:11:45.062Z] Step 7/27 : RUN go mod download [2020-10-19T17:11:46.053Z] ---> Running in c42d6584665a [2020-10-19T17:11:46.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:11:48.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:11:50.739Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-19T17:11:50.740Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-19T17:11:50.740Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:11:50.740Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:11:50.740Z] ---> 31ae7b921d14 [2020-10-19T17:11:50.740Z] Step 3/26 : WORKDIR /edgex-go [2020-10-19T17:11:50.740Z] ---> Using cache [2020-10-19T17:11:50.740Z] ---> 8d5cc61bae8e [2020-10-19T17:11:50.740Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:11:50.740Z] ---> Using cache [2020-10-19T17:11:50.740Z] ---> 59bfa5e46f09 [2020-10-19T17:11:50.740Z] Step 5/26 : RUN apk update && apk add make git [2020-10-19T17:11:50.740Z] ---> Using cache [2020-10-19T17:11:50.740Z] ---> 6b6253ff7614 [2020-10-19T17:11:50.740Z] Step 6/26 : COPY go.mod . [2020-10-19T17:11:50.740Z] ---> Using cache [2020-10-19T17:11:50.740Z] ---> 2bb8106443c2 [2020-10-19T17:11:50.740Z] Step 7/26 : RUN go mod download [2020-10-19T17:11:50.740Z] ---> Using cache [2020-10-19T17:11:50.740Z] ---> 821c3bd589d3 [2020-10-19T17:11:50.740Z] Step 8/26 : COPY . . [2020-10-19T17:11:50.740Z] ---> Using cache [2020-10-19T17:11:50.740Z] ---> 16ae023e4eaa [2020-10-19T17:11:50.740Z] 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-19T17:11:50.740Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-19T17:11:51.756Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-19T17:11:51.756Z] ---> Running in 8797068e60bf [2020-10-19T17:11:52.033Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-19T17:11:52.033Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:11:52.033Z] OK: 8 MiB in 19 packages [2020-10-19T17:11:52.311Z] Removing intermediate container c42d6584665a [2020-10-19T17:11:52.311Z] ---> 2e8017781e4a [2020-10-19T17:11:52.311Z] Step 8/27 : COPY . . [2020-10-19T17:11:54.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-19T17:11:55.259Z] Removing intermediate container cf0440c13ecd [2020-10-19T17:11:55.259Z] ---> 6774aa2a0af6 [2020-10-19T17:11:55.259Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-19T17:11:58.705Z] ---> 88fa20df2c79 [2020-10-19T17:11:58.705Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-19T17:12:01.424Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:12:01.424Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-19T17:12:01.424Z] ---> 31ae7b921d14 [2020-10-19T17:12:01.424Z] Step 3/29 : WORKDIR /edgex-go [2020-10-19T17:12:01.424Z] ---> Using cache [2020-10-19T17:12:01.424Z] ---> 8d5cc61bae8e [2020-10-19T17:12:01.424Z] Step 4/29 : RUN apk update && apk add make git [2020-10-19T17:12:02.043Z] ---> 45db795607d5 [2020-10-19T17:12:02.043Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-19T17:12:02.043Z] ---> Running in c473588dedfa [2020-10-19T17:12:05.497Z] ---> 22646c40bb43 [2020-10-19T17:12:05.497Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-19T17:12:05.774Z] ---> Running in ce296e20d1ca [2020-10-19T17:12:06.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:12:06.662Z] Removing intermediate container ce296e20d1ca [2020-10-19T17:12:06.663Z] ---> 4bd3882f003a [2020-10-19T17:12:06.663Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:12:06.947Z] ---> Running in 8e9fab71838a [2020-10-19T17:12:07.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:12:08.162Z] Removing intermediate container 8e9fab71838a [2020-10-19T17:12:08.162Z] ---> 391f5a4e429e [2020-10-19T17:12:08.162Z] Step 21/23 : LABEL arch=arm64 [2020-10-19T17:12:08.162Z] ---> Running in 50288a3417a7 [2020-10-19T17:12:09.153Z] Removing intermediate container 50288a3417a7 [2020-10-19T17:12:09.153Z] ---> ad7609891b7f [2020-10-19T17:12:09.153Z] Step 22/23 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:12:09.427Z] ---> Running in 8a6e044e5bbd [2020-10-19T17:12:09.701Z] ---> c6234d154cdf [2020-10-19T17:12:09.701Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-19T17:12:09.701Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:12:09.701Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:12:09.701Z] OK: 12623 distinct packages available [2020-10-19T17:12:09.983Z] ---> Running in 6434a8e57cf3 [2020-10-19T17:12:09.983Z] Removing intermediate container 8a6e044e5bbd [2020-10-19T17:12:09.983Z] ---> 6cbffe7a4add [2020-10-19T17:12:09.983Z] Step 23/23 : LABEL version=1.2.2-dev.80 [2020-10-19T17:12:10.259Z] ---> Running in 603c812e01a1 [2020-10-19T17:12:10.869Z] OK: 217 MiB in 51 packages [2020-10-19T17:12:11.147Z] Removing intermediate container 603c812e01a1 [2020-10-19T17:12:11.147Z] ---> 6ff69a6732e5 [2020-10-19T17:12:11.147Z] [2020-10-19T17:12:11.754Z] Successfully built 6ff69a6732e5 [2020-10-19T17:12:11.754Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-19T17:12:11.754Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-19T17:12:12.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-19T17:12:12.739Z] Removing intermediate container c473588dedfa [2020-10-19T17:12:12.739Z] ---> 83ac5301b9c2 [2020-10-19T17:12:12.739Z] Step 5/29 : COPY go.mod . [2020-10-19T17:12:14.728Z] ---> 67614046b2b1 [2020-10-19T17:12:14.728Z] Step 6/29 : RUN go mod download [2020-10-19T17:12:15.331Z] ---> Running in 39f620b5b0f1 [2020-10-19T17:12:22.110Z] Removing intermediate container 39f620b5b0f1 [2020-10-19T17:12:22.110Z] ---> fb9c22d0b60f [2020-10-19T17:12:22.110Z] Step 7/29 : COPY . . [2020-10-19T17:12:26.522Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-19T17:12:26.522Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-19T17:12:26.522Z] ---> 31ae7b921d14 [2020-10-19T17:12:26.522Z] Step 3/22 : WORKDIR /edgex-go [2020-10-19T17:12:26.522Z] ---> Using cache [2020-10-19T17:12:26.522Z] ---> 8d5cc61bae8e [2020-10-19T17:12:26.522Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T17:12:26.522Z] ---> Using cache [2020-10-19T17:12:26.522Z] ---> 59bfa5e46f09 [2020-10-19T17:12:26.522Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-19T17:12:28.511Z] ---> Running in 07058c3ff2d0 [2020-10-19T17:12:31.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:12:32.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:12:34.610Z] v3.12.0-448-ga6d3ab8a4d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:12:34.610Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:12:34.610Z] OK: 12623 distinct packages available [2020-10-19T17:12:35.223Z] ---> a26a5a668c32 [2020-10-19T17:12:35.223Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-19T17:12:35.223Z] ---> Running in 670d35e08dac [2020-10-19T17:12:35.505Z] OK: 217 MiB in 51 packages [2020-10-19T17:12:36.605Z] OK: 217 MiB in 51 packages [2020-10-19T17:12:38.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-19T17:12:38.444Z] Removing intermediate container 07058c3ff2d0 [2020-10-19T17:12:38.444Z] ---> b79dd11fbedb [2020-10-19T17:12:38.444Z] Step 6/22 : COPY go.mod . [2020-10-19T17:12:39.474Z] ---> 93b993dc608e [2020-10-19T17:12:39.474Z] Step 7/22 : RUN go mod download [2020-10-19T17:12:39.755Z] ---> Running in 22ddf7821923 [2020-10-19T17:12:45.207Z] Removing intermediate container 22ddf7821923 [2020-10-19T17:12:45.207Z] ---> 74b08c714425 [2020-10-19T17:12:45.207Z] Step 8/22 : COPY . . [2020-10-19T17:12:57.657Z] ---> b2bcc9a9b8de [2020-10-19T17:12:57.657Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-19T17:12:57.657Z] ---> Running in a6f1c2af6202 [2020-10-19T17:12:59.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-19T17:13:04.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-19T17:13:06.022Z] Removing intermediate container 9bb1b59a3ca5 [2020-10-19T17:13:06.022Z] ---> c279b91db9ea [2020-10-19T17:13:06.022Z] [2020-10-19T17:13:06.022Z] Step 10/21 : FROM scratch [2020-10-19T17:13:06.022Z] ---> [2020-10-19T17:13:06.023Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-19T17:13:06.023Z] ---> Using cache [2020-10-19T17:13:06.023Z] ---> 3ee829b410c7 [2020-10-19T17:13:06.023Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-19T17:13:06.023Z] ---> Running in 8b2ef7ea404c [2020-10-19T17:13:06.625Z] Removing intermediate container 8b2ef7ea404c [2020-10-19T17:13:06.625Z] ---> 04822e58d7be [2020-10-19T17:13:06.625Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-19T17:13:06.901Z] ---> Running in ecedc327a77a [2020-10-19T17:13:07.515Z] Removing intermediate container ecedc327a77a [2020-10-19T17:13:07.515Z] ---> d0d441d1b17d [2020-10-19T17:13:07.515Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-19T17:13:08.513Z] ---> ebc7baf39cb6 [2020-10-19T17:13:08.513Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-19T17:13:10.513Z] ---> d4abd447ea0f [2020-10-19T17:13:10.513Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-19T17:13:11.967Z] ---> 8ebebe88cb80 [2020-10-19T17:13:11.967Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-19T17:13:11.967Z] ---> Running in 41e00d958347 [2020-10-19T17:13:12.583Z] Removing intermediate container 41e00d958347 [2020-10-19T17:13:12.583Z] ---> 77b0194d88e3 [2020-10-19T17:13:12.583Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:13:12.583Z] ---> Running in 070edac59db1 [2020-10-19T17:13:13.580Z] Removing intermediate container 070edac59db1 [2020-10-19T17:13:13.580Z] ---> 3d931fa0724e [2020-10-19T17:13:13.580Z] Step 19/21 : LABEL arch=arm64 [2020-10-19T17:13:13.580Z] ---> Running in e9cdbba98930 [2020-10-19T17:13:14.204Z] Removing intermediate container e9cdbba98930 [2020-10-19T17:13:14.204Z] ---> 3d19cf1f9d47 [2020-10-19T17:13:14.204Z] Step 20/21 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:13:14.488Z] ---> Running in 7e0ebfe24f0c [2020-10-19T17:13:15.102Z] Removing intermediate container 7e0ebfe24f0c [2020-10-19T17:13:15.102Z] ---> b56fbd8f7a84 [2020-10-19T17:13:15.102Z] Step 21/21 : LABEL version=1.2.2-dev.80 [2020-10-19T17:13:15.389Z] ---> Running in 6fbe9b877fb2 [2020-10-19T17:13:15.999Z] Removing intermediate container 6fbe9b877fb2 [2020-10-19T17:13:15.999Z] ---> 66a530047b94 [2020-10-19T17:13:15.999Z] [2020-10-19T17:13:15.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-19T17:13:16.278Z] Successfully built 66a530047b94 [2020-10-19T17:13:16.278Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-19T17:13:28.743Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8797068e60bf [2020-10-19T17:13:28.743Z] ---> 5be9ea00c06d [2020-10-19T17:13:28.743Z] [2020-10-19T17:13:28.743Z] Step 10/26 : FROM alpine:3.10 [2020-10-19T17:13:28.743Z] 3.10: Pulling from library/alpine [2020-10-19T17:13:28.743Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-19T17:13:28.743Z] Status: Downloaded newer image for alpine:3.10 [2020-10-19T17:13:28.743Z] ---> 536a684cf733 [2020-10-19T17:13:28.743Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-19T17:13:29.020Z] ---> Running in 45a8b279a2bf [2020-10-19T17:13:31.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:13:31.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:13:32.570Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-19T17:13:32.570Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-19T17:13:32.570Z] OK: 10167 distinct packages available [2020-10-19T17:13:33.167Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-19T17:13:33.167Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-19T17:13:33.167Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-19T17:13:33.167Z] (4/5) Installing curl (7.66.0-r1) [2020-10-19T17:13:33.167Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-19T17:13:33.167Z] Executing busybox-1.30.1-r3.trigger [2020-10-19T17:13:33.441Z] Executing ca-certificates-20191127-r2.trigger [2020-10-19T17:13:33.719Z] OK: 7 MiB in 19 packages [2020-10-19T17:13:36.372Z] Removing intermediate container 45a8b279a2bf [2020-10-19T17:13:36.372Z] ---> 96f245a8451f [2020-10-19T17:13:36.372Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-19T17:13:36.372Z] ---> Running in 84d0409a71d5 [2020-10-19T17:13:36.979Z] Removing intermediate container 84d0409a71d5 [2020-10-19T17:13:36.979Z] ---> b5b0e0833818 [2020-10-19T17:13:36.979Z] Step 13/26 : WORKDIR / [2020-10-19T17:13:37.265Z] ---> Running in 10fbd79337ed [2020-10-19T17:13:38.265Z] Removing intermediate container 10fbd79337ed [2020-10-19T17:13:38.265Z] ---> bfc297dddbc8 [2020-10-19T17:13:38.265Z] 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-19T17:13:39.737Z] Removing intermediate container 6434a8e57cf3 [2020-10-19T17:13:39.737Z] ---> 161e1bf090b5 [2020-10-19T17:13:39.737Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-19T17:13:39.737Z] ---> 5c576e977461 [2020-10-19T17:13:39.737Z] 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-19T17:13:40.019Z] ---> Running in 8704582bdd9c [2020-10-19T17:13:41.027Z] ---> 5ec4c5fb3b70 [2020-10-19T17:13:41.027Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-19T17:13:42.022Z] ---> f9cfb07ff970 [2020-10-19T17:13:42.022Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-19T17:13:42.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.80" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-19T17:13:43.290Z] ---> 9b225b5d0a2b [2020-10-19T17:13:43.290Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-19T17:13:45.315Z] ---> dddb58b28f65 [2020-10-19T17:13:45.315Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-19T17:13:47.337Z] ---> 27e016e10611 [2020-10-19T17:13:47.337Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-19T17:13:47.614Z] Removing intermediate container 8704582bdd9c [2020-10-19T17:13:47.614Z] ---> 13b00132e6bd [2020-10-19T17:13:47.614Z] [2020-10-19T17:13:47.614Z] Step 11/27 : FROM docker:latest [2020-10-19T17:13:47.614Z] ---> 45884bde0078 [2020-10-19T17:13:47.614Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-19T17:13:47.893Z] ---> Running in e73e7a9b87ad [2020-10-19T17:13:48.170Z] Removing intermediate container 670d35e08dac [2020-10-19T17:13:48.170Z] ---> 8c0567cdf0d1 [2020-10-19T17:13:48.170Z] [2020-10-19T17:13:48.170Z] Step 9/29 : FROM alpine:latest [2020-10-19T17:13:48.170Z] ---> 62ee0e9f8440 [2020-10-19T17:13:48.170Z] 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-19T17:13:48.458Z] ---> Running in 50b56f3174cd [2020-10-19T17:13:49.479Z] ---> af09ba302c14 [2020-10-19T17:13:49.479Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-19T17:13:49.757Z] Removing intermediate container 50b56f3174cd [2020-10-19T17:13:49.757Z] ---> 11856e221186 [2020-10-19T17:13:49.757Z] Step 11/29 : USER root [2020-10-19T17:13:50.033Z] ---> Running in b802753a0a30 [2020-10-19T17:13:50.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:13:50.645Z] Removing intermediate container b802753a0a30 [2020-10-19T17:13:50.645Z] ---> 03d86107a0bd [2020-10-19T17:13:50.645Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-19T17:13:50.645Z] ---> 63e5b873dc55 [2020-10-19T17:13:50.645Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-19T17:13:50.925Z] ---> Running in 62cdf710195c [2020-10-19T17:13:50.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:13:50.925Z] ---> Running in c0b5a012101a [2020-10-19T17:13:51.530Z] (1/2) Installing readline (8.0.4-r0) [2020-10-19T17:13:51.806Z] (2/2) Installing bash (5.0.17-r0) [2020-10-19T17:13:51.806Z] Executing bash-5.0.17-r0.post-install [2020-10-19T17:13:51.806Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:13:51.806Z] OK: 12 MiB in 22 packages [2020-10-19T17:13:53.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:13:53.808Z] Removing intermediate container e73e7a9b87ad [2020-10-19T17:13:53.808Z] ---> d1da215dbc41 [2020-10-19T17:13:53.808Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-19T17:13:53.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:13:54.084Z] ---> Running in e01a1f94e227 [2020-10-19T17:13:54.691Z] v3.12.0-448-ga6d3ab8a4d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-19T17:13:54.691Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-19T17:13:54.691Z] OK: 12621 distinct packages available [2020-10-19T17:13:55.294Z] Removing intermediate container c0b5a012101a [2020-10-19T17:13:55.294Z] ---> f4ba4f3c8d2f [2020-10-19T17:13:55.294Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-19T17:13:55.294Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-19T17:13:55.294Z] ---> Running in 241ce7556704 [2020-10-19T17:13:55.573Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-19T17:13:55.573Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:13:55.573Z] Executing ca-certificates-20191127-r4.trigger [2020-10-19T17:13:55.852Z] OK: 6 MiB in 16 packages [2020-10-19T17:13:56.132Z] Removing intermediate container 241ce7556704 [2020-10-19T17:13:56.132Z] ---> 49f4796a5657 [2020-10-19T17:13:56.132Z] Step 24/26 : LABEL arch=arm64 [2020-10-19T17:13:56.132Z] ---> Running in 2cad3f6a45e9 [2020-10-19T17:13:57.128Z] Removing intermediate container 2cad3f6a45e9 [2020-10-19T17:13:57.128Z] ---> 7394df3c360b [2020-10-19T17:13:57.128Z] Step 25/26 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:13:57.128Z] ---> Running in c2f86aa2f6ba [2020-10-19T17:13:57.737Z] Removing intermediate container e01a1f94e227 [2020-10-19T17:13:57.737Z] ---> 144c08735b12 [2020-10-19T17:13:57.737Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-19T17:13:58.013Z] Removing intermediate container c2f86aa2f6ba [2020-10-19T17:13:58.013Z] ---> d8b25550219a [2020-10-19T17:13:58.013Z] Step 26/26 : LABEL version=1.2.2-dev.80 [2020-10-19T17:13:58.013Z] Removing intermediate container 62cdf710195c [2020-10-19T17:13:58.013Z] ---> 5bb8be117b81 [2020-10-19T17:13:58.013Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-19T17:13:58.013Z] ---> Running in 637ef6e097e0 [2020-10-19T17:13:58.013Z] ---> Running in 366d8dd53d14 [2020-10-19T17:13:58.294Z] ---> Running in 04c0c27fd6ef [2020-10-19T17:13:58.574Z] Removing intermediate container 637ef6e097e0 [2020-10-19T17:13:58.574Z] ---> f3bee64dabf8 [2020-10-19T17:13:58.574Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-19T17:13:58.857Z] Removing intermediate container 366d8dd53d14 [2020-10-19T17:13:58.857Z] ---> c704114f92fe [2020-10-19T17:13:58.857Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-19T17:13:58.857Z] ---> Running in 6fea8f621986 [2020-10-19T17:13:58.857Z] Removing intermediate container 04c0c27fd6ef [2020-10-19T17:13:58.857Z] ---> d1f58ed0367a [2020-10-19T17:13:58.857Z] [2020-10-19T17:13:59.460Z] ---> Running in 83b2d95b73e8 [2020-10-19T17:13:59.460Z] Successfully built d1f58ed0367a [2020-10-19T17:13:59.460Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-19T17:13:59.460Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6fea8f621986 [2020-10-19T17:13:59.460Z] ---> b07dd786cebe [2020-10-19T17:13:59.460Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-19T17:13:59.736Z] ---> Running in e140d3c666de [2020-10-19T17:14:00.013Z] Removing intermediate container 83b2d95b73e8 [2020-10-19T17:14:00.013Z] ---> e643bc8dbe43 [2020-10-19T17:14:00.013Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-19T17:14:00.013Z] ---> Running in d71aeb0207a3 [2020-10-19T17:14:00.304Z] Removing intermediate container e140d3c666de [2020-10-19T17:14:00.304Z] ---> d841b6fd3ccc [2020-10-19T17:14:00.304Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-19T17:14:02.487Z] ---> 7d655ac1a461 [2020-10-19T17:14:02.487Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-19T17:14:02.813Z] Removing intermediate container a6f1c2af6202 [2020-10-19T17:14:02.813Z] ---> 9322a8a1dd26 [2020-10-19T17:14:02.813Z] [2020-10-19T17:14:02.813Z] Step 10/22 : FROM scratch [2020-10-19T17:14:02.813Z] ---> [2020-10-19T17:14:02.813Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-19T17:14:03.094Z] ---> Using cache [2020-10-19T17:14:03.094Z] ---> 9cd098119885 [2020-10-19T17:14:03.094Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-19T17:14:03.371Z] ---> Running in 38148552067d [2020-10-19T17:14:03.651Z] ---> b90211cc3ac5 [2020-10-19T17:14:03.651Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-19T17:14:03.651Z] Removing intermediate container d71aeb0207a3 [2020-10-19T17:14:03.651Z] ---> 06a641a2e438 [2020-10-19T17:14:03.651Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-19T17:14:03.925Z] Removing intermediate container 38148552067d [2020-10-19T17:14:03.925Z] ---> 26f53deb410c [2020-10-19T17:14:03.925Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-19T17:14:03.925Z] ---> Running in 938c8dc146d9 [2020-10-19T17:14:04.529Z] ---> 48a29d45ced1 [2020-10-19T17:14:04.529Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-19T17:14:04.803Z] Removing intermediate container 938c8dc146d9 [2020-10-19T17:14:04.803Z] ---> a2be5746efdb [2020-10-19T17:14:04.803Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-19T17:14:04.803Z] ---> Running in c71dd1031a17 [2020-10-19T17:14:05.077Z] ---> ec44f6356990 [2020-10-19T17:14:05.077Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-19T17:14:05.678Z] ---> d3415886e1b6 [2020-10-19T17:14:05.678Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-19T17:14:05.955Z] ---> 2887b76cd669 [2020-10-19T17:14:05.955Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-19T17:14:06.550Z] ---> 8be31e4071fe [2020-10-19T17:14:06.550Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-19T17:14:06.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:14:06.828Z] ---> b17d4b9c3de1 [2020-10-19T17:14:06.828Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-19T17:14:06.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:14:07.431Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-19T17:14:07.431Z] (2/33) Installing expat (2.2.9-r1) [2020-10-19T17:14:07.431Z] (3/33) Installing libffi (3.3-r2) [2020-10-19T17:14:07.431Z] (4/33) Installing gdbm (1.13-r1) [2020-10-19T17:14:07.431Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-19T17:14:07.431Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-19T17:14:07.431Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-19T17:14:08.022Z] ---> bc7f322b7ed6 [2020-10-19T17:14:08.022Z] ---> f095454a0cca [2020-10-19T17:14:08.022Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-19T17:14:08.022Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-19T17:14:09.447Z] ---> 15573bc5c95b [2020-10-19T17:14:09.447Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-19T17:14:09.447Z] ---> 083298bb163f [2020-10-19T17:14:09.447Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-19T17:14:09.447Z] ---> Running in 40fb6d4b3323 [2020-10-19T17:14:09.447Z] ---> Running in 46ddf89b73dc [2020-10-19T17:14:09.720Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-19T17:14:09.720Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-19T17:14:09.720Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-19T17:14:09.720Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-19T17:14:09.720Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-19T17:14:09.720Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-19T17:14:09.720Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-19T17:14:09.989Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-19T17:14:09.989Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-19T17:14:09.989Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-19T17:14:09.989Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-19T17:14:09.990Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-19T17:14:09.990Z] Removing intermediate container 46ddf89b73dc [2020-10-19T17:14:09.990Z] ---> 3543049c942c [2020-10-19T17:14:09.990Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:14:09.990Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-19T17:14:09.990Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-19T17:14:09.990Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-19T17:14:09.990Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-19T17:14:10.262Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-19T17:14:10.262Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-19T17:14:10.262Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-19T17:14:10.262Z] ---> Running in ef2673cf3684 [2020-10-19T17:14:10.262Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-19T17:14:10.262Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-19T17:14:10.262Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-19T17:14:10.262Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-19T17:14:10.262Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-19T17:14:10.262Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-19T17:14:10.262Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-19T17:14:10.532Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:14:10.532Z] OK: 71 MiB in 55 packages [2020-10-19T17:14:10.807Z] Removing intermediate container ef2673cf3684 [2020-10-19T17:14:10.807Z] ---> b30c53720a9c [2020-10-19T17:14:10.807Z] Step 20/22 : LABEL arch=arm64 [2020-10-19T17:14:10.807Z] ---> Running in f7eb650e900e [2020-10-19T17:14:11.791Z] Removing intermediate container f7eb650e900e [2020-10-19T17:14:11.791Z] ---> 52b3022d9809 [2020-10-19T17:14:11.791Z] Step 21/22 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:14:11.791Z] ---> Running in 0a86877ab090 [2020-10-19T17:14:12.063Z] Removing intermediate container 40fb6d4b3323 [2020-10-19T17:14:12.063Z] ---> d58636c21c52 [2020-10-19T17:14:12.063Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-19T17:14:12.348Z] Removing intermediate container 0a86877ab090 [2020-10-19T17:14:12.348Z] ---> 977212f03c46 [2020-10-19T17:14:12.348Z] Step 22/22 : LABEL version=1.2.2-dev.80 [2020-10-19T17:14:12.626Z] ---> Running in 844358deca88 [2020-10-19T17:14:12.901Z] ---> 9993cdb22381 [2020-10-19T17:14:12.901Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-19T17:14:13.172Z] ---> Running in 2329dd1f0905 [2020-10-19T17:14:13.172Z] Removing intermediate container 844358deca88 [2020-10-19T17:14:13.172Z] ---> 7ccb75d7dcdc [2020-10-19T17:14:13.172Z] [2020-10-19T17:14:13.771Z] Successfully built 7ccb75d7dcdc [2020-10-19T17:14:13.771Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-19T17:14:16.391Z]  Building docker-support-logging-go ... done Removing intermediate container 2329dd1f0905 [2020-10-19T17:14:16.391Z] ---> 0cf324c79751 [2020-10-19T17:14:16.391Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-19T17:14:16.391Z] ---> Running in 5b305ae4966c [2020-10-19T17:14:16.391Z] Removing intermediate container c71dd1031a17 [2020-10-19T17:14:16.391Z] ---> 1e7f00f70e91 [2020-10-19T17:14:16.391Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-19T17:14:16.664Z] ---> Running in e0d58df9e690 [2020-10-19T17:14:19.280Z] Removing intermediate container 5b305ae4966c [2020-10-19T17:14:19.280Z] ---> 8c38d5e39701 [2020-10-19T17:14:19.280Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-19T17:14:19.552Z] ---> Running in c31bb7ce96ec [2020-10-19T17:14:20.145Z] Removing intermediate container c31bb7ce96ec [2020-10-19T17:14:20.145Z] ---> f2e7678b3516 [2020-10-19T17:14:20.145Z] Step 26/29 : CMD [ "generate" ] [2020-10-19T17:14:20.145Z] ---> Running in 71fc3fd59f56 [2020-10-19T17:14:20.742Z] Removing intermediate container 71fc3fd59f56 [2020-10-19T17:14:20.742Z] ---> 70cec4e6ecb3 [2020-10-19T17:14:20.742Z] Step 27/29 : LABEL arch=arm64 [2020-10-19T17:14:20.742Z] ---> Running in da1b7e0c332c [2020-10-19T17:14:21.337Z] Removing intermediate container da1b7e0c332c [2020-10-19T17:14:21.337Z] ---> 87edc4af2120 [2020-10-19T17:14:21.337Z] Step 28/29 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:14:21.337Z] ---> Running in e25b098c8d2c [2020-10-19T17:14:21.928Z] Removing intermediate container e25b098c8d2c [2020-10-19T17:14:21.928Z] ---> 2836ed446901 [2020-10-19T17:14:21.928Z] Step 29/29 : LABEL version=1.2.2-dev.80 [2020-10-19T17:14:21.928Z] ---> Running in 7fc0a310e0cc [2020-10-19T17:14:22.198Z] Collecting docker-compose==1.23.2 [2020-10-19T17:14:22.470Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-19T17:14:22.470Z] Removing intermediate container 7fc0a310e0cc [2020-10-19T17:14:22.470Z] ---> f559c089a81d [2020-10-19T17:14:22.470Z] [2020-10-19T17:14:22.741Z] Successfully built f559c089a81d [2020-10-19T17:14:23.013Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-19T17:14:23.013Z]  Building docker-security-secrets-setup-go ... done Collecting docopt<0.7,>=0.6.1 [2020-10-19T17:14:23.013Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-19T17:14:25.051Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-19T17:14:25.051Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-19T17:14:25.642Z] Collecting docker<4.0,>=3.6.0 [2020-10-19T17:14:25.642Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-19T17:14:26.233Z] Collecting cached-property<2,>=1.2.0 [2020-10-19T17:14:26.233Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-19T17:14:26.822Z] Collecting PyYAML<4,>=3.10 [2020-10-19T17:14:26.822Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-19T17:14:30.187Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-19T17:14:30.187Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-19T17:14:31.611Z] 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-19T17:14:31.611Z] Collecting jsonschema<3,>=2.5.1 [2020-10-19T17:14:31.881Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-19T17:14:32.847Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-19T17:14:32.847Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-19T17:14:33.122Z] Collecting texttable<0.10,>=0.9.0 [2020-10-19T17:14:33.122Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-19T17:14:35.089Z] Collecting docker-pycreds>=0.4.0 [2020-10-19T17:14:35.089Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-19T17:14:35.679Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-19T17:14:35.679Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-19T17:14:35.679Z] 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-19T17:14:35.952Z] Collecting idna<2.8,>=2.5 [2020-10-19T17:14:35.952Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-19T17:14:35.952Z] 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-19T17:14:35.952Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-19T17:14:35.952Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-19T17:14:35.952Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-19T17:14:35.952Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-19T17:14:36.925Z] Installing collected packages: docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, PyYAML, dockerpty, jsonschema, texttable, docker-compose [2020-10-19T17:14:36.925Z] Running setup.py install for docopt: started [2020-10-19T17:14:38.893Z] Running setup.py install for docopt: finished with status 'done' [2020-10-19T17:14:38.893Z] Attempting uninstall: urllib3 [2020-10-19T17:14:38.893Z] Found existing installation: urllib3 1.25.9 [2020-10-19T17:14:38.893Z] Uninstalling urllib3-1.25.9: [2020-10-19T17:14:38.893Z] Successfully uninstalled urllib3-1.25.9 [2020-10-19T17:14:39.480Z] Attempting uninstall: idna [2020-10-19T17:14:39.480Z] Found existing installation: idna 2.9 [2020-10-19T17:14:39.480Z] Uninstalling idna-2.9: [2020-10-19T17:14:39.480Z] Successfully uninstalled idna-2.9 [2020-10-19T17:14:40.069Z] Attempting uninstall: requests [2020-10-19T17:14:40.069Z] Found existing installation: requests 2.23.0 [2020-10-19T17:14:40.069Z] Uninstalling requests-2.23.0: [2020-10-19T17:14:40.340Z] Successfully uninstalled requests-2.23.0 [2020-10-19T17:14:41.314Z] Running setup.py install for PyYAML: started [2020-10-19T17:14:43.278Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-19T17:14:43.278Z] Running setup.py install for dockerpty: started [2020-10-19T17:14:45.240Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-19T17:14:45.240Z] Running setup.py install for texttable: started [2020-10-19T17:14:47.205Z] Running setup.py install for texttable: finished with status 'done' [2020-10-19T17:14:47.794Z] 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-19T17:14:51.172Z] Removing intermediate container e0d58df9e690 [2020-10-19T17:14:51.172Z] ---> 4635a468b5d5 [2020-10-19T17:14:51.172Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-19T17:14:51.448Z] ---> Running in 0fa4468da3b6 [2020-10-19T17:14:52.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T17:14:52.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:14:53.472Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-19T17:14:53.472Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-19T17:14:53.472Z] (3/3) Installing curl (7.69.1-r1) [2020-10-19T17:14:53.472Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:14:53.742Z] OK: 71 MiB in 58 packages [2020-10-19T17:14:54.717Z] Removing intermediate container 0fa4468da3b6 [2020-10-19T17:14:54.717Z] ---> f41562ec8b82 [2020-10-19T17:14:54.717Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-19T17:14:54.992Z] ---> Running in 3daa52dacdc0 [2020-10-19T17:14:55.268Z] Removing intermediate container 3daa52dacdc0 [2020-10-19T17:14:55.268Z] ---> 4d62b76eaaf7 [2020-10-19T17:14:55.268Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T17:14:55.542Z] ---> Running in 46313fbccf59 [2020-10-19T17:14:56.137Z] Removing intermediate container 46313fbccf59 [2020-10-19T17:14:56.137Z] ---> 9da3345791b6 [2020-10-19T17:14:56.137Z] Step 25/27 : LABEL arch=arm64 [2020-10-19T17:14:56.137Z] ---> Running in 16d53eb80a16 [2020-10-19T17:14:56.413Z] Removing intermediate container 16d53eb80a16 [2020-10-19T17:14:56.413Z] ---> a0eeb1f1104f [2020-10-19T17:14:56.413Z] Step 26/27 : LABEL git_sha=c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:14:56.685Z] ---> Running in 7fa5df42cca0 [2020-10-19T17:14:57.280Z] Removing intermediate container 7fa5df42cca0 [2020-10-19T17:14:57.280Z] ---> 6b517fdb1eab [2020-10-19T17:14:57.280Z] Step 27/27 : LABEL version=1.2.2-dev.80 [2020-10-19T17:14:57.280Z] ---> Running in 7b452fd48ef7 [2020-10-19T17:14:57.870Z] Removing intermediate container 7b452fd48ef7 [2020-10-19T17:14:57.870Z] ---> b4b1758613db [2020-10-19T17:14:57.870Z] [2020-10-19T17:14:58.143Z] Successfully built b4b1758613db [2020-10-19T17:14:58.143Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-19T17:14:58.430Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-19T17:14:58.437Z] $ docker stop --time=1 382eabc4d53d98c987ef5f546fe86673ba9e19062b46efd38852494d1fd852e1 [2020-10-19T17:15:00.368Z] $ docker rm -f 382eabc4d53d98c987ef5f546fe86673ba9e19062b46efd38852494d1fd852e1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:15:01.238Z] + + dockergrep images docker [2020-10-19T17:15:01.238Z] [2020-10-19T17:15:01.514Z] docker-sys-mgmt-agent-go-arm64 latest b4b1758613db 4 seconds ago 270MB [2020-10-19T17:15:01.514Z] docker-security-secrets-setup-go-arm64 latest f559c089a81d 39 seconds ago 22.7MB [2020-10-19T17:15:01.514Z] docker-support-logging-go-arm64 latest 7ccb75d7dcdc 49 seconds ago 10.6MB [2020-10-19T17:15:01.514Z] docker-security-secretstore-setup-go-arm64 latest d1f58ed0367a About a minute ago 30.8MB [2020-10-19T17:15:01.514Z] docker-support-scheduler-go-arm64 latest 66a530047b94 About a minute ago 11.5MB [2020-10-19T17:15:01.514Z] docker-core-data-go-arm64 latest 6ff69a6732e5 2 minutes ago 22.2MB [2020-10-19T17:15:01.514Z] docker-core-metadata-go-arm64 latest 5aadda77969c 3 minutes ago 13.4MB [2020-10-19T17:15:01.514Z] docker-support-notifications-go-arm64 latest 500897e62219 3 minutes ago 12.9MB [2020-10-19T17:15:01.514Z] docker-core-command-go-arm64 latest c3f706768991 3 minutes ago 11.4MB [2020-10-19T17:15:01.514Z] docker-security-proxy-setup-go-arm64 latest cb81231e5511 4 minutes ago 15.1MB [2020-10-19T17:15:01.514Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-19T17:15:02.233Z] provisioning config files... [2020-10-19T17:15:02.328Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/196@tmp/config1447207703155806657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:15:02.851Z] ---> docker-login.sh [2020-10-19T17:15:02.851Z] nexus3.edgexfoundry.org:10001 [2020-10-19T17:15:03.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:15:03.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:15:03.419Z] Configure a credential helper to remove this warning. See [2020-10-19T17:15:03.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:15:03.419Z] [2020-10-19T17:15:03.419Z] Login Succeeded [2020-10-19T17:15:03.419Z] nexus3.edgexfoundry.org:10002 [2020-10-19T17:15:04.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:15:04.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:15:04.024Z] Configure a credential helper to remove this warning. See [2020-10-19T17:15:04.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:15:04.024Z] [2020-10-19T17:15:04.024Z] Login Succeeded [2020-10-19T17:15:04.024Z] nexus3.edgexfoundry.org:10003 [2020-10-19T17:15:04.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:15:04.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:15:04.628Z] Configure a credential helper to remove this warning. See [2020-10-19T17:15:04.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:15:04.628Z] [2020-10-19T17:15:04.628Z] Login Succeeded [2020-10-19T17:15:04.628Z] nexus3.edgexfoundry.org:10004 [2020-10-19T17:15:05.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:15:05.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:15:05.223Z] Configure a credential helper to remove this warning. See [2020-10-19T17:15:05.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:15:05.223Z] [2020-10-19T17:15:05.223Z] Login Succeeded [2020-10-19T17:15:05.223Z] docker.io [2020-10-19T17:15:05.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T17:15:06.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T17:15:06.085Z] Configure a credential helper to remove this warning. See [2020-10-19T17:15:06.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T17:15:06.085Z] [2020-10-19T17:15:06.085Z] Login Succeeded [2020-10-19T17:15:06.085Z] ---> docker-login.sh ends [Pipeline] } [2020-10-19T17:15:06.102Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:15:06.352Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-19T17:15:06.352Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:06.352Z] 1.2.2-dev.80 [2020-10-19T17:15:06.352Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:06.352Z] master [2020-10-19T17:15:06.352Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:06.912Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:07.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:07.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-19T17:15:07.257Z] 3e56c4794992: Preparing [2020-10-19T17:15:07.257Z] d256af2138bf: Preparing [2020-10-19T17:15:07.257Z] dcde6fc021e5: Preparing [2020-10-19T17:15:07.528Z] dcde6fc021e5: Pushed [2020-10-19T17:15:07.528Z] 3e56c4794992: Pushed [2020-10-19T17:15:10.900Z] d256af2138bf: Pushed [2020-10-19T17:15:10.900Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:f38db381f6065bce86fa6d0f94e686f392afc156487681aebe66c48e0d2b0c60 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:11.243Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:11.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:11.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-19T17:15:11.576Z] 3e56c4794992: Preparing [2020-10-19T17:15:11.576Z] d256af2138bf: Preparing [2020-10-19T17:15:11.576Z] dcde6fc021e5: Preparing [2020-10-19T17:15:11.576Z] dcde6fc021e5: Layer already exists [2020-10-19T17:15:11.576Z] 3e56c4794992: Layer already exists [2020-10-19T17:15:11.576Z] d256af2138bf: Layer already exists [2020-10-19T17:15:11.844Z] 1.2.2-dev.80: digest: sha256:f38db381f6065bce86fa6d0f94e686f392afc156487681aebe66c48e0d2b0c60 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:12.178Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:12.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:12.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-19T17:15:12.506Z] 3e56c4794992: Preparing [2020-10-19T17:15:12.506Z] d256af2138bf: Preparing [2020-10-19T17:15:12.506Z] dcde6fc021e5: Preparing [2020-10-19T17:15:12.506Z] d256af2138bf: Layer already exists [2020-10-19T17:15:12.506Z] dcde6fc021e5: Layer already exists [2020-10-19T17:15:12.506Z] 3e56c4794992: Layer already exists [2020-10-19T17:15:12.777Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:f38db381f6065bce86fa6d0f94e686f392afc156487681aebe66c48e0d2b0c60 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:13.124Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:13.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-19T17:15:13.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-19T17:15:13.459Z] 3e56c4794992: Preparing [2020-10-19T17:15:13.459Z] d256af2138bf: Preparing [2020-10-19T17:15:13.459Z] dcde6fc021e5: Preparing [2020-10-19T17:15:13.730Z] dcde6fc021e5: Layer already exists [2020-10-19T17:15:13.730Z] d256af2138bf: Layer already exists [2020-10-19T17:15:13.730Z] 3e56c4794992: Layer already exists [2020-10-19T17:15:13.730Z] master: digest: sha256:f38db381f6065bce86fa6d0f94e686f392afc156487681aebe66c48e0d2b0c60 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:15:13.941Z] ===================================================== [Pipeline] echo [2020-10-19T17:15:13.992Z] taggedImages: [2020-10-19T17:15:13.992Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:13.992Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:13.992Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:13.992Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-19T17:15:14.070Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-19T17:15:14.070Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:14.070Z] 1.2.2-dev.80 [2020-10-19T17:15:14.070Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:14.070Z] master [2020-10-19T17:15:14.070Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:14.630Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:14.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:14.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-19T17:15:14.981Z] f94bbea277cb: Preparing [2020-10-19T17:15:14.981Z] 2a145a5172f3: Preparing [2020-10-19T17:15:14.981Z] 70e22556d257: Preparing [2020-10-19T17:15:14.981Z] b84c1d00ec33: Preparing [2020-10-19T17:15:14.981Z] d56bad39351f: Preparing [2020-10-19T17:15:14.981Z] e2f13739ad41: Preparing [2020-10-19T17:15:14.981Z] e2f13739ad41: Waiting [2020-10-19T17:15:15.253Z] 70e22556d257: Pushed [2020-10-19T17:15:15.524Z] f94bbea277cb: Pushed [2020-10-19T17:15:15.524Z] d56bad39351f: Pushed [2020-10-19T17:15:15.524Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:16.114Z] b84c1d00ec33: Pushed [2020-10-19T17:15:18.719Z] 2a145a5172f3: Pushed [2020-10-19T17:15:18.719Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:066ad4be0ed986bf1080d83b0380a843fe392d18240408713c5f5e52c451dbb2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:19.065Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:19.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:19.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-19T17:15:19.403Z] f94bbea277cb: Preparing [2020-10-19T17:15:19.403Z] 2a145a5172f3: Preparing [2020-10-19T17:15:19.403Z] 70e22556d257: Preparing [2020-10-19T17:15:19.403Z] b84c1d00ec33: Preparing [2020-10-19T17:15:19.403Z] d56bad39351f: Preparing [2020-10-19T17:15:19.403Z] e2f13739ad41: Preparing [2020-10-19T17:15:19.403Z] e2f13739ad41: Waiting [2020-10-19T17:15:19.403Z] b84c1d00ec33: Layer already exists [2020-10-19T17:15:19.403Z] f94bbea277cb: Layer already exists [2020-10-19T17:15:19.403Z] 2a145a5172f3: Layer already exists [2020-10-19T17:15:19.403Z] d56bad39351f: Layer already exists [2020-10-19T17:15:19.403Z] 70e22556d257: Layer already exists [2020-10-19T17:15:19.674Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:19.674Z] 1.2.2-dev.80: digest: sha256:066ad4be0ed986bf1080d83b0380a843fe392d18240408713c5f5e52c451dbb2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:20.019Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:20.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:20.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-19T17:15:20.359Z] f94bbea277cb: Preparing [2020-10-19T17:15:20.359Z] 2a145a5172f3: Preparing [2020-10-19T17:15:20.359Z] 70e22556d257: Preparing [2020-10-19T17:15:20.359Z] b84c1d00ec33: Preparing [2020-10-19T17:15:20.359Z] d56bad39351f: Preparing [2020-10-19T17:15:20.359Z] e2f13739ad41: Preparing [2020-10-19T17:15:20.359Z] e2f13739ad41: Waiting [2020-10-19T17:15:20.359Z] 70e22556d257: Layer already exists [2020-10-19T17:15:20.359Z] 2a145a5172f3: Layer already exists [2020-10-19T17:15:20.359Z] b84c1d00ec33: Layer already exists [2020-10-19T17:15:20.359Z] d56bad39351f: Layer already exists [2020-10-19T17:15:20.359Z] f94bbea277cb: Layer already exists [2020-10-19T17:15:20.359Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:20.630Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:066ad4be0ed986bf1080d83b0380a843fe392d18240408713c5f5e52c451dbb2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:20.969Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:21.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-19T17:15:21.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-19T17:15:21.311Z] f94bbea277cb: Preparing [2020-10-19T17:15:21.311Z] 2a145a5172f3: Preparing [2020-10-19T17:15:21.311Z] 70e22556d257: Preparing [2020-10-19T17:15:21.311Z] b84c1d00ec33: Preparing [2020-10-19T17:15:21.311Z] d56bad39351f: Preparing [2020-10-19T17:15:21.311Z] e2f13739ad41: Preparing [2020-10-19T17:15:21.311Z] e2f13739ad41: Waiting [2020-10-19T17:15:21.581Z] 2a145a5172f3: Layer already exists [2020-10-19T17:15:21.581Z] d56bad39351f: Layer already exists [2020-10-19T17:15:21.581Z] 70e22556d257: Layer already exists [2020-10-19T17:15:21.581Z] f94bbea277cb: Layer already exists [2020-10-19T17:15:21.581Z] b84c1d00ec33: Layer already exists [2020-10-19T17:15:21.581Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:21.581Z] master: digest: sha256:066ad4be0ed986bf1080d83b0380a843fe392d18240408713c5f5e52c451dbb2 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:15:21.793Z] ===================================================== [Pipeline] echo [2020-10-19T17:15:21.837Z] taggedImages: [2020-10-19T17:15:21.837Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:21.837Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:21.837Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:21.837Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-19T17:15:21.905Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-19T17:15:21.905Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:21.905Z] 1.2.2-dev.80 [2020-10-19T17:15:21.905Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:21.905Z] master [2020-10-19T17:15:21.905Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:22.459Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:22.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:22.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-19T17:15:22.790Z] 9df6b5f15d6b: Preparing [2020-10-19T17:15:22.790Z] 5fc8bbf1d172: Preparing [2020-10-19T17:15:22.790Z] 6d7bb5fd5c49: Preparing [2020-10-19T17:15:23.061Z] 6d7bb5fd5c49: Pushed [2020-10-19T17:15:23.061Z] 9df6b5f15d6b: Pushed [2020-10-19T17:15:26.424Z] 5fc8bbf1d172: Pushed [2020-10-19T17:15:26.424Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:e87ad46d6fe07a821683e10cafe262af943106a535aefff9272f0a3341c55022 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:26.760Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:27.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:27.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-19T17:15:27.093Z] 9df6b5f15d6b: Preparing [2020-10-19T17:15:27.093Z] 5fc8bbf1d172: Preparing [2020-10-19T17:15:27.093Z] 6d7bb5fd5c49: Preparing [2020-10-19T17:15:27.365Z] 6d7bb5fd5c49: Layer already exists [2020-10-19T17:15:27.365Z] 9df6b5f15d6b: Layer already exists [2020-10-19T17:15:27.365Z] 5fc8bbf1d172: Layer already exists [2020-10-19T17:15:27.365Z] 1.2.2-dev.80: digest: sha256:e87ad46d6fe07a821683e10cafe262af943106a535aefff9272f0a3341c55022 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:27.702Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:28.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:28.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-19T17:15:28.035Z] 9df6b5f15d6b: Preparing [2020-10-19T17:15:28.035Z] 5fc8bbf1d172: Preparing [2020-10-19T17:15:28.035Z] 6d7bb5fd5c49: Preparing [2020-10-19T17:15:28.309Z] 6d7bb5fd5c49: Layer already exists [2020-10-19T17:15:28.309Z] 5fc8bbf1d172: Layer already exists [2020-10-19T17:15:28.309Z] 9df6b5f15d6b: Layer already exists [2020-10-19T17:15:28.309Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:e87ad46d6fe07a821683e10cafe262af943106a535aefff9272f0a3341c55022 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:28.668Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:29.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-19T17:15:29.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-19T17:15:29.032Z] 9df6b5f15d6b: Preparing [2020-10-19T17:15:29.032Z] 5fc8bbf1d172: Preparing [2020-10-19T17:15:29.032Z] 6d7bb5fd5c49: Preparing [2020-10-19T17:15:29.032Z] 5fc8bbf1d172: Layer already exists [2020-10-19T17:15:29.032Z] 9df6b5f15d6b: Layer already exists [2020-10-19T17:15:29.032Z] 6d7bb5fd5c49: Layer already exists [2020-10-19T17:15:29.302Z] master: digest: sha256:e87ad46d6fe07a821683e10cafe262af943106a535aefff9272f0a3341c55022 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:15:29.511Z] ===================================================== [Pipeline] echo [2020-10-19T17:15:29.560Z] taggedImages: [2020-10-19T17:15:29.560Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:29.560Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:29.560Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:29.560Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-19T17:15:29.624Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-19T17:15:29.624Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:29.624Z] 1.2.2-dev.80 [2020-10-19T17:15:29.624Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:29.624Z] master [2020-10-19T17:15:29.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:30.144Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:30.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:30.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-19T17:15:30.483Z] 5c3d55e35dca: Preparing [2020-10-19T17:15:30.483Z] 4f7caa0958b2: Preparing [2020-10-19T17:15:30.483Z] df0bb9400469: Preparing [2020-10-19T17:15:30.483Z] 64018cf7c831: Preparing [2020-10-19T17:15:30.483Z] e2f13739ad41: Preparing [2020-10-19T17:15:30.753Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:30.753Z] 4f7caa0958b2: Pushed [2020-10-19T17:15:30.753Z] df0bb9400469: Pushed [2020-10-19T17:15:31.348Z] 64018cf7c831: Pushed [2020-10-19T17:15:32.771Z] 5c3d55e35dca: Pushed [2020-10-19T17:15:33.362Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:542227dc255b3d33ea71b9bd1ecd87ead270bd3a505d909fed267005d5512c44 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:33.703Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:34.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:34.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-19T17:15:34.040Z] 5c3d55e35dca: Preparing [2020-10-19T17:15:34.040Z] 4f7caa0958b2: Preparing [2020-10-19T17:15:34.040Z] df0bb9400469: Preparing [2020-10-19T17:15:34.040Z] 64018cf7c831: Preparing [2020-10-19T17:15:34.040Z] e2f13739ad41: Preparing [2020-10-19T17:15:34.040Z] 4f7caa0958b2: Layer already exists [2020-10-19T17:15:34.040Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:34.040Z] df0bb9400469: Layer already exists [2020-10-19T17:15:34.040Z] 64018cf7c831: Layer already exists [2020-10-19T17:15:34.040Z] 5c3d55e35dca: Layer already exists [2020-10-19T17:15:34.311Z] 1.2.2-dev.80: digest: sha256:542227dc255b3d33ea71b9bd1ecd87ead270bd3a505d909fed267005d5512c44 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:34.661Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:34.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:34.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-19T17:15:34.997Z] 5c3d55e35dca: Preparing [2020-10-19T17:15:34.997Z] 4f7caa0958b2: Preparing [2020-10-19T17:15:34.997Z] df0bb9400469: Preparing [2020-10-19T17:15:34.997Z] 64018cf7c831: Preparing [2020-10-19T17:15:34.997Z] e2f13739ad41: Preparing [2020-10-19T17:15:35.270Z] 5c3d55e35dca: Layer already exists [2020-10-19T17:15:35.270Z] df0bb9400469: Layer already exists [2020-10-19T17:15:35.270Z] 64018cf7c831: Layer already exists [2020-10-19T17:15:35.270Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:35.270Z] 4f7caa0958b2: Layer already exists [2020-10-19T17:15:35.270Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:542227dc255b3d33ea71b9bd1ecd87ead270bd3a505d909fed267005d5512c44 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:35.618Z] + 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-19T17:15:35.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-19T17:15:35.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-19T17:15:35.954Z] 5c3d55e35dca: Preparing [2020-10-19T17:15:35.954Z] 4f7caa0958b2: Preparing [2020-10-19T17:15:35.954Z] df0bb9400469: Preparing [2020-10-19T17:15:35.954Z] 64018cf7c831: Preparing [2020-10-19T17:15:35.954Z] e2f13739ad41: Preparing [2020-10-19T17:15:36.224Z] df0bb9400469: Layer already exists [2020-10-19T17:15:36.224Z] 64018cf7c831: Layer already exists [2020-10-19T17:15:36.224Z] 4f7caa0958b2: Layer already exists [2020-10-19T17:15:36.224Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:36.224Z] 5c3d55e35dca: Layer already exists [2020-10-19T17:15:36.224Z] master: digest: sha256:542227dc255b3d33ea71b9bd1ecd87ead270bd3a505d909fed267005d5512c44 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:15:36.411Z] ===================================================== [Pipeline] echo [2020-10-19T17:15:36.492Z] taggedImages: [2020-10-19T17:15:36.492Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:36.492Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:36.492Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:36.492Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-19T17:15:36.566Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-19T17:15:36.566Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:36.566Z] 1.2.2-dev.80 [2020-10-19T17:15:36.566Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:36.566Z] master [2020-10-19T17:15:36.566Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:37.080Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:37.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:37.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-19T17:15:37.414Z] f0fcf3a03e3f: Preparing [2020-10-19T17:15:37.414Z] a74e4c49951d: Preparing [2020-10-19T17:15:37.414Z] 7f245d05d10d: Preparing [2020-10-19T17:15:37.414Z] 71a2fd344043: Preparing [2020-10-19T17:15:37.414Z] 71a2fd344043: Preparing [2020-10-19T17:15:37.414Z] f4480e8bc046: Preparing [2020-10-19T17:15:37.414Z] f39756ee6e18: Preparing [2020-10-19T17:15:37.414Z] 027469c37369: Preparing [2020-10-19T17:15:37.414Z] f0fcf3a03e3f: Preparing [2020-10-19T17:15:37.414Z] 541d1d3fb476: Preparing [2020-10-19T17:15:37.414Z] c71097e459ee: Preparing [2020-10-19T17:15:37.414Z] 8341e789659b: Preparing [2020-10-19T17:15:37.414Z] e2f13739ad41: Preparing [2020-10-19T17:15:37.414Z] 541d1d3fb476: Waiting [2020-10-19T17:15:37.414Z] 027469c37369: Waiting [2020-10-19T17:15:37.414Z] f39756ee6e18: Waiting [2020-10-19T17:15:37.414Z] c71097e459ee: Waiting [2020-10-19T17:15:37.414Z] 8341e789659b: Waiting [2020-10-19T17:15:37.414Z] e2f13739ad41: Waiting [2020-10-19T17:15:38.017Z] a74e4c49951d: Pushed [2020-10-19T17:15:38.017Z] 7f245d05d10d: Pushed [2020-10-19T17:15:38.017Z] f4480e8bc046: Pushed [2020-10-19T17:15:38.017Z] 71a2fd344043: Pushed [2020-10-19T17:15:38.292Z] 541d1d3fb476: Pushed [2020-10-19T17:15:38.292Z] c71097e459ee: Pushed [2020-10-19T17:15:38.292Z] f39756ee6e18: Pushed [2020-10-19T17:15:38.292Z] 027469c37369: Pushed [2020-10-19T17:15:38.292Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:38.885Z] 8341e789659b: Pushed [2020-10-19T17:15:40.311Z] f0fcf3a03e3f: Pushed [2020-10-19T17:15:40.311Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:7cc2044850d82ee4b6e5a56b67bb7aa6ec7672ee21a6b660d221bcedf9c5392c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:40.655Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:40.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:40.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-19T17:15:40.995Z] f0fcf3a03e3f: Preparing [2020-10-19T17:15:40.995Z] a74e4c49951d: Preparing [2020-10-19T17:15:40.995Z] 7f245d05d10d: Preparing [2020-10-19T17:15:40.995Z] 71a2fd344043: Preparing [2020-10-19T17:15:40.995Z] 71a2fd344043: Preparing [2020-10-19T17:15:40.995Z] f4480e8bc046: Preparing [2020-10-19T17:15:40.995Z] f39756ee6e18: Preparing [2020-10-19T17:15:40.995Z] 027469c37369: Preparing [2020-10-19T17:15:40.995Z] f0fcf3a03e3f: Preparing [2020-10-19T17:15:40.995Z] 541d1d3fb476: Preparing [2020-10-19T17:15:40.995Z] c71097e459ee: Preparing [2020-10-19T17:15:40.995Z] 8341e789659b: Preparing [2020-10-19T17:15:40.995Z] e2f13739ad41: Preparing [2020-10-19T17:15:40.995Z] 541d1d3fb476: Waiting [2020-10-19T17:15:40.995Z] c71097e459ee: Waiting [2020-10-19T17:15:40.995Z] 8341e789659b: Waiting [2020-10-19T17:15:40.995Z] e2f13739ad41: Waiting [2020-10-19T17:15:40.995Z] f39756ee6e18: Waiting [2020-10-19T17:15:40.995Z] 027469c37369: Waiting [2020-10-19T17:15:40.995Z] f4480e8bc046: Layer already exists [2020-10-19T17:15:40.995Z] f0fcf3a03e3f: Layer already exists [2020-10-19T17:15:40.995Z] 71a2fd344043: Layer already exists [2020-10-19T17:15:40.995Z] 7f245d05d10d: Layer already exists [2020-10-19T17:15:40.995Z] a74e4c49951d: Layer already exists [2020-10-19T17:15:41.267Z] 541d1d3fb476: Layer already exists [2020-10-19T17:15:41.268Z] 027469c37369: Layer already exists [2020-10-19T17:15:41.268Z] f39756ee6e18: Layer already exists [2020-10-19T17:15:41.268Z] 8341e789659b: Layer already exists [2020-10-19T17:15:41.268Z] c71097e459ee: Layer already exists [2020-10-19T17:15:41.268Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:41.268Z] 1.2.2-dev.80: digest: sha256:7cc2044850d82ee4b6e5a56b67bb7aa6ec7672ee21a6b660d221bcedf9c5392c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:41.606Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:41.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:41.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-19T17:15:41.937Z] f0fcf3a03e3f: Preparing [2020-10-19T17:15:41.937Z] a74e4c49951d: Preparing [2020-10-19T17:15:41.937Z] 7f245d05d10d: Preparing [2020-10-19T17:15:41.937Z] 71a2fd344043: Preparing [2020-10-19T17:15:41.937Z] 71a2fd344043: Preparing [2020-10-19T17:15:41.937Z] f4480e8bc046: Preparing [2020-10-19T17:15:41.937Z] f39756ee6e18: Preparing [2020-10-19T17:15:41.937Z] 027469c37369: Preparing [2020-10-19T17:15:41.937Z] f0fcf3a03e3f: Preparing [2020-10-19T17:15:41.937Z] 541d1d3fb476: Preparing [2020-10-19T17:15:41.937Z] c71097e459ee: Preparing [2020-10-19T17:15:41.937Z] 8341e789659b: Preparing [2020-10-19T17:15:41.937Z] e2f13739ad41: Preparing [2020-10-19T17:15:41.937Z] f39756ee6e18: Waiting [2020-10-19T17:15:41.937Z] 027469c37369: Waiting [2020-10-19T17:15:41.937Z] 541d1d3fb476: Waiting [2020-10-19T17:15:41.937Z] c71097e459ee: Waiting [2020-10-19T17:15:41.937Z] 8341e789659b: Waiting [2020-10-19T17:15:41.937Z] e2f13739ad41: Waiting [2020-10-19T17:15:42.209Z] 71a2fd344043: Layer already exists [2020-10-19T17:15:42.209Z] f4480e8bc046: Layer already exists [2020-10-19T17:15:42.209Z] 7f245d05d10d: Layer already exists [2020-10-19T17:15:42.209Z] a74e4c49951d: Layer already exists [2020-10-19T17:15:42.209Z] f0fcf3a03e3f: Layer already exists [2020-10-19T17:15:42.209Z] f39756ee6e18: Layer already exists [2020-10-19T17:15:42.209Z] 8341e789659b: Layer already exists [2020-10-19T17:15:42.209Z] 541d1d3fb476: Layer already exists [2020-10-19T17:15:42.209Z] 027469c37369: Layer already exists [2020-10-19T17:15:42.209Z] c71097e459ee: Layer already exists [2020-10-19T17:15:42.209Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:42.209Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:7cc2044850d82ee4b6e5a56b67bb7aa6ec7672ee21a6b660d221bcedf9c5392c size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:42.549Z] + 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-19T17:15:42.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-19T17:15:42.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-19T17:15:42.885Z] f0fcf3a03e3f: Preparing [2020-10-19T17:15:42.885Z] a74e4c49951d: Preparing [2020-10-19T17:15:42.885Z] 7f245d05d10d: Preparing [2020-10-19T17:15:42.885Z] 71a2fd344043: Preparing [2020-10-19T17:15:42.885Z] 71a2fd344043: Preparing [2020-10-19T17:15:42.885Z] f4480e8bc046: Preparing [2020-10-19T17:15:42.885Z] f39756ee6e18: Preparing [2020-10-19T17:15:42.885Z] 027469c37369: Preparing [2020-10-19T17:15:42.885Z] f0fcf3a03e3f: Preparing [2020-10-19T17:15:42.885Z] 541d1d3fb476: Preparing [2020-10-19T17:15:42.885Z] c71097e459ee: Preparing [2020-10-19T17:15:42.885Z] 8341e789659b: Preparing [2020-10-19T17:15:42.885Z] e2f13739ad41: Preparing [2020-10-19T17:15:42.885Z] 027469c37369: Waiting [2020-10-19T17:15:42.885Z] 541d1d3fb476: Waiting [2020-10-19T17:15:42.885Z] c71097e459ee: Waiting [2020-10-19T17:15:42.885Z] 8341e789659b: Waiting [2020-10-19T17:15:42.885Z] e2f13739ad41: Waiting [2020-10-19T17:15:42.885Z] f39756ee6e18: Waiting [2020-10-19T17:15:43.156Z] 7f245d05d10d: Layer already exists [2020-10-19T17:15:43.156Z] f0fcf3a03e3f: Layer already exists [2020-10-19T17:15:43.156Z] f4480e8bc046: Layer already exists [2020-10-19T17:15:43.156Z] a74e4c49951d: Layer already exists [2020-10-19T17:15:43.156Z] 71a2fd344043: Layer already exists [2020-10-19T17:15:43.156Z] f39756ee6e18: Layer already exists [2020-10-19T17:15:43.156Z] 8341e789659b: Layer already exists [2020-10-19T17:15:43.156Z] c71097e459ee: Layer already exists [2020-10-19T17:15:43.156Z] 541d1d3fb476: Layer already exists [2020-10-19T17:15:43.156Z] 027469c37369: Layer already exists [2020-10-19T17:15:43.156Z] e2f13739ad41: Layer already exists [2020-10-19T17:15:43.156Z] master: digest: sha256:7cc2044850d82ee4b6e5a56b67bb7aa6ec7672ee21a6b660d221bcedf9c5392c size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:15:43.422Z] ===================================================== [Pipeline] echo [2020-10-19T17:15:43.473Z] taggedImages: [2020-10-19T17:15:43.473Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:43.473Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:43.473Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:43.473Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-19T17:15:43.547Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-19T17:15:43.547Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:43.547Z] 1.2.2-dev.80 [2020-10-19T17:15:43.547Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:43.547Z] master [2020-10-19T17:15:43.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:44.057Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:44.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:44.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-19T17:15:44.395Z] 86413d2cdb41: Preparing [2020-10-19T17:15:44.395Z] b8efd501efd4: Preparing [2020-10-19T17:15:44.395Z] b9338590c583: Preparing [2020-10-19T17:15:44.395Z] c9bf008cd7c2: Preparing [2020-10-19T17:15:44.395Z] 002817095e45: Preparing [2020-10-19T17:15:44.395Z] 546c929e6471: Preparing [2020-10-19T17:15:44.395Z] ca1428225c44: Preparing [2020-10-19T17:15:44.395Z] 36d0cc4f009f: Preparing [2020-10-19T17:15:44.395Z] 4043b6de2923: Preparing [2020-10-19T17:15:44.395Z] 1d01a89c09bf: Preparing [2020-10-19T17:15:44.395Z] 66b385cf80cf: Preparing [2020-10-19T17:15:44.395Z] 36d0cc4f009f: Waiting [2020-10-19T17:15:44.395Z] 66b385cf80cf: Waiting [2020-10-19T17:15:44.395Z] 1d01a89c09bf: Waiting [2020-10-19T17:15:44.395Z] 546c929e6471: Waiting [2020-10-19T17:15:44.395Z] ca1428225c44: Waiting [2020-10-19T17:15:44.993Z] b8efd501efd4: Pushed [2020-10-19T17:15:44.993Z] 86413d2cdb41: Pushed [2020-10-19T17:15:44.993Z] ca1428225c44: Pushed [2020-10-19T17:15:44.993Z] 546c929e6471: Pushed [2020-10-19T17:15:45.272Z] 4043b6de2923: Pushed [2020-10-19T17:15:45.272Z] 36d0cc4f009f: Pushed [2020-10-19T17:15:45.547Z] 66b385cf80cf: Layer already exists [2020-10-19T17:15:45.822Z] 1d01a89c09bf: Pushed [2020-10-19T17:15:46.799Z] b9338590c583: Pushed [2020-10-19T17:15:47.069Z] 002817095e45: Pushed [2020-10-19T17:15:47.069Z] c9bf008cd7c2: Pushed [2020-10-19T17:15:47.340Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:06e553b174e114a27af88cc468d9a0bee3f680c2ddd74b6ac8fd3630d43c8f30 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:47.678Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:48.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:48.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-19T17:15:48.018Z] 86413d2cdb41: Preparing [2020-10-19T17:15:48.018Z] b8efd501efd4: Preparing [2020-10-19T17:15:48.018Z] b9338590c583: Preparing [2020-10-19T17:15:48.018Z] c9bf008cd7c2: Preparing [2020-10-19T17:15:48.018Z] 002817095e45: Preparing [2020-10-19T17:15:48.018Z] 546c929e6471: Preparing [2020-10-19T17:15:48.018Z] ca1428225c44: Preparing [2020-10-19T17:15:48.018Z] 36d0cc4f009f: Preparing [2020-10-19T17:15:48.018Z] 4043b6de2923: Preparing [2020-10-19T17:15:48.018Z] 1d01a89c09bf: Preparing [2020-10-19T17:15:48.018Z] 66b385cf80cf: Preparing [2020-10-19T17:15:48.018Z] 36d0cc4f009f: Waiting [2020-10-19T17:15:48.018Z] 4043b6de2923: Waiting [2020-10-19T17:15:48.018Z] 546c929e6471: Waiting [2020-10-19T17:15:48.018Z] 1d01a89c09bf: Waiting [2020-10-19T17:15:48.018Z] 66b385cf80cf: Waiting [2020-10-19T17:15:48.018Z] b8efd501efd4: Layer already exists [2020-10-19T17:15:48.018Z] b9338590c583: Layer already exists [2020-10-19T17:15:48.018Z] c9bf008cd7c2: Layer already exists [2020-10-19T17:15:48.018Z] 86413d2cdb41: Layer already exists [2020-10-19T17:15:48.018Z] 002817095e45: Layer already exists [2020-10-19T17:15:48.018Z] ca1428225c44: Layer already exists [2020-10-19T17:15:48.288Z] 1d01a89c09bf: Layer already exists [2020-10-19T17:15:48.288Z] 36d0cc4f009f: Layer already exists [2020-10-19T17:15:48.288Z] 546c929e6471: Layer already exists [2020-10-19T17:15:48.288Z] 4043b6de2923: Layer already exists [2020-10-19T17:15:48.288Z] 66b385cf80cf: Layer already exists [2020-10-19T17:15:48.288Z] 1.2.2-dev.80: digest: sha256:06e553b174e114a27af88cc468d9a0bee3f680c2ddd74b6ac8fd3630d43c8f30 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:48.631Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:48.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:48.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-19T17:15:48.967Z] 86413d2cdb41: Preparing [2020-10-19T17:15:48.967Z] b8efd501efd4: Preparing [2020-10-19T17:15:48.967Z] b9338590c583: Preparing [2020-10-19T17:15:48.967Z] c9bf008cd7c2: Preparing [2020-10-19T17:15:48.967Z] 002817095e45: Preparing [2020-10-19T17:15:48.967Z] 546c929e6471: Preparing [2020-10-19T17:15:48.967Z] ca1428225c44: Preparing [2020-10-19T17:15:48.967Z] 36d0cc4f009f: Preparing [2020-10-19T17:15:48.967Z] 4043b6de2923: Preparing [2020-10-19T17:15:48.967Z] 1d01a89c09bf: Preparing [2020-10-19T17:15:48.967Z] 66b385cf80cf: Preparing [2020-10-19T17:15:48.967Z] 36d0cc4f009f: Waiting [2020-10-19T17:15:48.967Z] 4043b6de2923: Waiting [2020-10-19T17:15:48.967Z] 1d01a89c09bf: Waiting [2020-10-19T17:15:48.967Z] 546c929e6471: Waiting [2020-10-19T17:15:48.967Z] ca1428225c44: Waiting [2020-10-19T17:15:48.967Z] 66b385cf80cf: Waiting [2020-10-19T17:15:48.967Z] c9bf008cd7c2: Layer already exists [2020-10-19T17:15:48.967Z] 86413d2cdb41: Layer already exists [2020-10-19T17:15:48.967Z] 002817095e45: Layer already exists [2020-10-19T17:15:48.967Z] b8efd501efd4: Layer already exists [2020-10-19T17:15:48.967Z] b9338590c583: Layer already exists [2020-10-19T17:15:48.967Z] 546c929e6471: Layer already exists [2020-10-19T17:15:48.967Z] ca1428225c44: Layer already exists [2020-10-19T17:15:48.967Z] 36d0cc4f009f: Layer already exists [2020-10-19T17:15:48.967Z] 1d01a89c09bf: Layer already exists [2020-10-19T17:15:48.967Z] 4043b6de2923: Layer already exists [2020-10-19T17:15:49.241Z] 66b385cf80cf: Layer already exists [2020-10-19T17:15:49.241Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:06e553b174e114a27af88cc468d9a0bee3f680c2ddd74b6ac8fd3630d43c8f30 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:49.583Z] + 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-19T17:15:49.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-19T17:15:49.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-19T17:15:49.949Z] 86413d2cdb41: Preparing [2020-10-19T17:15:49.949Z] b8efd501efd4: Preparing [2020-10-19T17:15:49.949Z] b9338590c583: Preparing [2020-10-19T17:15:49.949Z] c9bf008cd7c2: Preparing [2020-10-19T17:15:49.949Z] 002817095e45: Preparing [2020-10-19T17:15:49.949Z] 546c929e6471: Preparing [2020-10-19T17:15:49.949Z] ca1428225c44: Preparing [2020-10-19T17:15:49.949Z] 36d0cc4f009f: Preparing [2020-10-19T17:15:49.949Z] 4043b6de2923: Preparing [2020-10-19T17:15:49.949Z] 1d01a89c09bf: Preparing [2020-10-19T17:15:49.949Z] 66b385cf80cf: Preparing [2020-10-19T17:15:49.949Z] 36d0cc4f009f: Waiting [2020-10-19T17:15:49.949Z] 4043b6de2923: Waiting [2020-10-19T17:15:49.949Z] 1d01a89c09bf: Waiting [2020-10-19T17:15:49.949Z] 66b385cf80cf: Waiting [2020-10-19T17:15:49.949Z] 546c929e6471: Waiting [2020-10-19T17:15:49.949Z] ca1428225c44: Waiting [2020-10-19T17:15:49.949Z] 002817095e45: Layer already exists [2020-10-19T17:15:49.949Z] b8efd501efd4: Layer already exists [2020-10-19T17:15:49.949Z] b9338590c583: Layer already exists [2020-10-19T17:15:49.949Z] 86413d2cdb41: Layer already exists [2020-10-19T17:15:49.949Z] c9bf008cd7c2: Layer already exists [2020-10-19T17:15:49.949Z] 36d0cc4f009f: Layer already exists [2020-10-19T17:15:49.949Z] ca1428225c44: Layer already exists [2020-10-19T17:15:49.949Z] 546c929e6471: Layer already exists [2020-10-19T17:15:50.219Z] 4043b6de2923: Layer already exists [2020-10-19T17:15:50.219Z] 1d01a89c09bf: Layer already exists [2020-10-19T17:15:50.219Z] 66b385cf80cf: Layer already exists [2020-10-19T17:15:50.219Z] master: digest: sha256:06e553b174e114a27af88cc468d9a0bee3f680c2ddd74b6ac8fd3630d43c8f30 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:15:50.477Z] ===================================================== [Pipeline] echo [2020-10-19T17:15:50.527Z] taggedImages: [2020-10-19T17:15:50.527Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:50.527Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:50.527Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:50.527Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-19T17:15:50.589Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-19T17:15:50.589Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:50.589Z] 1.2.2-dev.80 [2020-10-19T17:15:50.589Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:50.589Z] master [2020-10-19T17:15:50.589Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:51.103Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:51.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:51.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-19T17:15:51.443Z] b9fbc6d3ee99: Preparing [2020-10-19T17:15:51.443Z] 1d1224c49d23: Preparing [2020-10-19T17:15:51.443Z] fcf07691b589: Preparing [2020-10-19T17:15:51.443Z] 1405ca8e7aef: Preparing [2020-10-19T17:15:51.728Z] b9fbc6d3ee99: Pushed [2020-10-19T17:15:51.728Z] fcf07691b589: Pushed [2020-10-19T17:15:52.024Z] 1405ca8e7aef: Pushed [2020-10-19T17:15:54.668Z] 1d1224c49d23: Pushed [2020-10-19T17:15:54.668Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:373b9a55a840aa6416a193dc306e60cab1e3475a52ac83efbef2eac365df2d87 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:55.004Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:55.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:55.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-19T17:15:55.333Z] b9fbc6d3ee99: Preparing [2020-10-19T17:15:55.333Z] 1d1224c49d23: Preparing [2020-10-19T17:15:55.333Z] fcf07691b589: Preparing [2020-10-19T17:15:55.333Z] 1405ca8e7aef: Preparing [2020-10-19T17:15:55.333Z] 1d1224c49d23: Layer already exists [2020-10-19T17:15:55.333Z] b9fbc6d3ee99: Layer already exists [2020-10-19T17:15:55.333Z] fcf07691b589: Layer already exists [2020-10-19T17:15:55.333Z] 1405ca8e7aef: Layer already exists [2020-10-19T17:15:55.600Z] 1.2.2-dev.80: digest: sha256:373b9a55a840aa6416a193dc306e60cab1e3475a52ac83efbef2eac365df2d87 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:55.936Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:56.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:56.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-19T17:15:56.270Z] b9fbc6d3ee99: Preparing [2020-10-19T17:15:56.270Z] 1d1224c49d23: Preparing [2020-10-19T17:15:56.270Z] fcf07691b589: Preparing [2020-10-19T17:15:56.270Z] 1405ca8e7aef: Preparing [2020-10-19T17:15:56.270Z] b9fbc6d3ee99: Layer already exists [2020-10-19T17:15:56.541Z] fcf07691b589: Layer already exists [2020-10-19T17:15:56.541Z] 1405ca8e7aef: Layer already exists [2020-10-19T17:15:56.541Z] 1d1224c49d23: Layer already exists [2020-10-19T17:15:56.541Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:373b9a55a840aa6416a193dc306e60cab1e3475a52ac83efbef2eac365df2d87 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:56.880Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:57.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-19T17:15:57.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-19T17:15:57.216Z] b9fbc6d3ee99: Preparing [2020-10-19T17:15:57.216Z] 1d1224c49d23: Preparing [2020-10-19T17:15:57.216Z] fcf07691b589: Preparing [2020-10-19T17:15:57.216Z] 1405ca8e7aef: Preparing [2020-10-19T17:15:57.216Z] 1405ca8e7aef: Layer already exists [2020-10-19T17:15:57.216Z] fcf07691b589: Layer already exists [2020-10-19T17:15:57.216Z] 1d1224c49d23: Layer already exists [2020-10-19T17:15:57.216Z] b9fbc6d3ee99: Layer already exists [2020-10-19T17:15:57.486Z] master: digest: sha256:373b9a55a840aa6416a193dc306e60cab1e3475a52ac83efbef2eac365df2d87 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:15:57.702Z] ===================================================== [Pipeline] echo [2020-10-19T17:15:57.774Z] taggedImages: [2020-10-19T17:15:57.774Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:57.774Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.80 [2020-10-19T17:15:57.774Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:57.774Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-19T17:15:57.844Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-19T17:15:57.844Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:57.844Z] 1.2.2-dev.80 [2020-10-19T17:15:57.844Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:15:57.844Z] master [2020-10-19T17:15:57.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:58.401Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:15:58.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:15:58.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-19T17:15:58.734Z] 1f5b88b4e8f3: Preparing [2020-10-19T17:15:58.734Z] c46f4fd037ad: Preparing [2020-10-19T17:15:58.734Z] e7e9dcb57bbd: Preparing [2020-10-19T17:15:58.734Z] 9b7ffc5eb1ac: Preparing [2020-10-19T17:15:58.734Z] 5168753075f7: Preparing [2020-10-19T17:15:58.734Z] 4b2341356a16: Preparing [2020-10-19T17:15:58.734Z] 4b2341356a16: Waiting [2020-10-19T17:15:59.004Z] 1f5b88b4e8f3: Pushed [2020-10-19T17:15:59.004Z] e7e9dcb57bbd: Pushed [2020-10-19T17:15:59.004Z] 9b7ffc5eb1ac: Pushed [2020-10-19T17:15:59.004Z] 5168753075f7: Pushed [2020-10-19T17:15:59.275Z] 4b2341356a16: Pushed [2020-10-19T17:16:01.875Z] c46f4fd037ad: Pushed [2020-10-19T17:16:01.875Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:7d51a9ffc5df52ac688a8e618a7f12f925c2bdc074ab9225102584064f5ea022 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:02.211Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:02.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.80 [2020-10-19T17:16:02.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-19T17:16:02.540Z] 1f5b88b4e8f3: Preparing [2020-10-19T17:16:02.540Z] c46f4fd037ad: Preparing [2020-10-19T17:16:02.540Z] e7e9dcb57bbd: Preparing [2020-10-19T17:16:02.540Z] 9b7ffc5eb1ac: Preparing [2020-10-19T17:16:02.540Z] 5168753075f7: Preparing [2020-10-19T17:16:02.540Z] 4b2341356a16: Preparing [2020-10-19T17:16:02.540Z] 4b2341356a16: Waiting [2020-10-19T17:16:02.540Z] 1f5b88b4e8f3: Layer already exists [2020-10-19T17:16:02.540Z] c46f4fd037ad: Layer already exists [2020-10-19T17:16:02.540Z] 9b7ffc5eb1ac: Layer already exists [2020-10-19T17:16:02.540Z] e7e9dcb57bbd: Layer already exists [2020-10-19T17:16:02.540Z] 5168753075f7: Layer already exists [2020-10-19T17:16:02.540Z] 4b2341356a16: Layer already exists [2020-10-19T17:16:02.808Z] 1.2.2-dev.80: digest: sha256:7d51a9ffc5df52ac688a8e618a7f12f925c2bdc074ab9225102584064f5ea022 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:03.147Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:03.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:16:03.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-19T17:16:03.478Z] 1f5b88b4e8f3: Preparing [2020-10-19T17:16:03.478Z] c46f4fd037ad: Preparing [2020-10-19T17:16:03.478Z] e7e9dcb57bbd: Preparing [2020-10-19T17:16:03.478Z] 9b7ffc5eb1ac: Preparing [2020-10-19T17:16:03.478Z] 5168753075f7: Preparing [2020-10-19T17:16:03.478Z] 4b2341356a16: Preparing [2020-10-19T17:16:03.478Z] 4b2341356a16: Waiting [2020-10-19T17:16:03.478Z] 1f5b88b4e8f3: Layer already exists [2020-10-19T17:16:03.478Z] 5168753075f7: Layer already exists [2020-10-19T17:16:03.478Z] e7e9dcb57bbd: Layer already exists [2020-10-19T17:16:03.478Z] c46f4fd037ad: Layer already exists [2020-10-19T17:16:03.478Z] 9b7ffc5eb1ac: Layer already exists [2020-10-19T17:16:03.750Z] 4b2341356a16: Layer already exists [2020-10-19T17:16:03.750Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:7d51a9ffc5df52ac688a8e618a7f12f925c2bdc074ab9225102584064f5ea022 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:04.091Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:04.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-19T17:16:04.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-19T17:16:04.426Z] 1f5b88b4e8f3: Preparing [2020-10-19T17:16:04.426Z] c46f4fd037ad: Preparing [2020-10-19T17:16:04.426Z] e7e9dcb57bbd: Preparing [2020-10-19T17:16:04.426Z] 9b7ffc5eb1ac: Preparing [2020-10-19T17:16:04.426Z] 5168753075f7: Preparing [2020-10-19T17:16:04.426Z] 4b2341356a16: Preparing [2020-10-19T17:16:04.426Z] 4b2341356a16: Waiting [2020-10-19T17:16:04.697Z] 1f5b88b4e8f3: Layer already exists [2020-10-19T17:16:04.697Z] e7e9dcb57bbd: Layer already exists [2020-10-19T17:16:04.697Z] c46f4fd037ad: Layer already exists [2020-10-19T17:16:04.697Z] 9b7ffc5eb1ac: Layer already exists [2020-10-19T17:16:04.697Z] 5168753075f7: Layer already exists [2020-10-19T17:16:04.697Z] 4b2341356a16: Layer already exists [2020-10-19T17:16:04.697Z] master: digest: sha256:7d51a9ffc5df52ac688a8e618a7f12f925c2bdc074ab9225102584064f5ea022 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:16:04.915Z] ===================================================== [Pipeline] echo [2020-10-19T17:16:04.962Z] taggedImages: [2020-10-19T17:16:04.962Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:16:04.963Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.80 [2020-10-19T17:16:04.963Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:16:04.963Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-19T17:16:05.031Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-19T17:16:05.031Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:16:05.031Z] 1.2.2-dev.80 [2020-10-19T17:16:05.031Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:16:05.031Z] master [2020-10-19T17:16:05.031Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:05.548Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:05.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:16:05.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-19T17:16:05.884Z] 0701452ad7a9: Preparing [2020-10-19T17:16:05.884Z] 0bba1faa2230: Preparing [2020-10-19T17:16:05.884Z] bbcd7d4a05c4: Preparing [2020-10-19T17:16:06.155Z] bbcd7d4a05c4: Pushed [2020-10-19T17:16:06.155Z] 0701452ad7a9: Pushed [2020-10-19T17:16:09.525Z] 0bba1faa2230: Pushed [2020-10-19T17:16:09.525Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:72f275225f028b3af76f4fc3750fed5ce45d25d6ff9ab27867414c04e7bae7da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:09.862Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:10.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.80 [2020-10-19T17:16:10.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-19T17:16:10.195Z] 0701452ad7a9: Preparing [2020-10-19T17:16:10.195Z] 0bba1faa2230: Preparing [2020-10-19T17:16:10.195Z] bbcd7d4a05c4: Preparing [2020-10-19T17:16:10.195Z] 0701452ad7a9: Layer already exists [2020-10-19T17:16:10.195Z] bbcd7d4a05c4: Layer already exists [2020-10-19T17:16:10.195Z] 0bba1faa2230: Layer already exists [2020-10-19T17:16:10.475Z] 1.2.2-dev.80: digest: sha256:72f275225f028b3af76f4fc3750fed5ce45d25d6ff9ab27867414c04e7bae7da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:10.813Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:11.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:16:11.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-19T17:16:11.145Z] 0701452ad7a9: Preparing [2020-10-19T17:16:11.145Z] 0bba1faa2230: Preparing [2020-10-19T17:16:11.145Z] bbcd7d4a05c4: Preparing [2020-10-19T17:16:11.145Z] 0bba1faa2230: Layer already exists [2020-10-19T17:16:11.428Z] 0701452ad7a9: Layer already exists [2020-10-19T17:16:11.428Z] bbcd7d4a05c4: Layer already exists [2020-10-19T17:16:11.428Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:72f275225f028b3af76f4fc3750fed5ce45d25d6ff9ab27867414c04e7bae7da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:11.783Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:12.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-19T17:16:12.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-19T17:16:12.124Z] 0701452ad7a9: Preparing [2020-10-19T17:16:12.124Z] 0bba1faa2230: Preparing [2020-10-19T17:16:12.124Z] bbcd7d4a05c4: Preparing [2020-10-19T17:16:12.395Z] bbcd7d4a05c4: Layer already exists [2020-10-19T17:16:12.395Z] 0bba1faa2230: Layer already exists [2020-10-19T17:16:12.395Z] 0701452ad7a9: Layer already exists [2020-10-19T17:16:12.395Z] master: digest: sha256:72f275225f028b3af76f4fc3750fed5ce45d25d6ff9ab27867414c04e7bae7da size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:16:12.622Z] ===================================================== [Pipeline] echo [2020-10-19T17:16:12.669Z] taggedImages: [2020-10-19T17:16:12.669Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:16:12.669Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.80 [2020-10-19T17:16:12.669Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:16:12.669Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-19T17:16:12.736Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-19T17:16:12.736Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:16:12.736Z] 1.2.2-dev.80 [2020-10-19T17:16:12.736Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:16:12.736Z] master [2020-10-19T17:16:12.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:13.313Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:13.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:16:13.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-19T17:16:13.652Z] 16e30409bbbe: Preparing [2020-10-19T17:16:13.652Z] cc57de7e554e: Preparing [2020-10-19T17:16:13.652Z] b86a04515462: Preparing [2020-10-19T17:16:13.652Z] 2bdd5e8be08c: Preparing [2020-10-19T17:16:13.652Z] 66eedf6a3a47: Preparing [2020-10-19T17:16:13.652Z] 00325efc4ba0: Preparing [2020-10-19T17:16:13.652Z] 9582896351ab: Preparing [2020-10-19T17:16:13.652Z] f875f9e206db: Preparing [2020-10-19T17:16:13.652Z] 3994ac1dcb8b: Preparing [2020-10-19T17:16:13.652Z] 5f2247eaf593: Preparing [2020-10-19T17:16:13.652Z] 62d13be1b083: Preparing [2020-10-19T17:16:13.652Z] 94fdc660876c: Preparing [2020-10-19T17:16:13.652Z] 4e7279dfc0c0: Preparing [2020-10-19T17:16:13.652Z] e2f13739ad41: Preparing [2020-10-19T17:16:13.652Z] 3994ac1dcb8b: Waiting [2020-10-19T17:16:13.652Z] 5f2247eaf593: Waiting [2020-10-19T17:16:13.652Z] 62d13be1b083: Waiting [2020-10-19T17:16:13.652Z] 94fdc660876c: Waiting [2020-10-19T17:16:13.652Z] 4e7279dfc0c0: Waiting [2020-10-19T17:16:13.652Z] e2f13739ad41: Waiting [2020-10-19T17:16:13.652Z] 00325efc4ba0: Waiting [2020-10-19T17:16:13.652Z] f875f9e206db: Waiting [2020-10-19T17:16:13.652Z] 9582896351ab: Waiting [2020-10-19T17:16:14.262Z] 66eedf6a3a47: Pushed [2020-10-19T17:16:14.564Z] 16e30409bbbe: Pushed [2020-10-19T17:16:15.158Z] 2bdd5e8be08c: Pushed [2020-10-19T17:16:15.158Z] f875f9e206db: Layer already exists [2020-10-19T17:16:15.158Z] 3994ac1dcb8b: Layer already exists [2020-10-19T17:16:15.158Z] 5f2247eaf593: Layer already exists [2020-10-19T17:16:15.158Z] 62d13be1b083: Layer already exists [2020-10-19T17:16:15.158Z] 9582896351ab: Pushed [2020-10-19T17:16:15.158Z] 94fdc660876c: Layer already exists [2020-10-19T17:16:15.158Z] 4e7279dfc0c0: Layer already exists [2020-10-19T17:16:15.158Z] e2f13739ad41: Layer already exists [2020-10-19T17:16:15.755Z] cc57de7e554e: Pushed [2020-10-19T17:16:16.755Z] 00325efc4ba0: Pushed [2020-10-19T17:16:27.080Z] b86a04515462: Pushed [2020-10-19T17:16:27.080Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6: digest: sha256:bf8059177171fca1c04814795e5caa204c3802b5d3b1d165607bb70fe045c0ac size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:27.489Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:27.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.80 [2020-10-19T17:16:27.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-19T17:16:27.929Z] 16e30409bbbe: Preparing [2020-10-19T17:16:27.929Z] cc57de7e554e: Preparing [2020-10-19T17:16:27.929Z] b86a04515462: Preparing [2020-10-19T17:16:27.929Z] 2bdd5e8be08c: Preparing [2020-10-19T17:16:27.929Z] 66eedf6a3a47: Preparing [2020-10-19T17:16:27.929Z] 00325efc4ba0: Preparing [2020-10-19T17:16:27.929Z] 9582896351ab: Preparing [2020-10-19T17:16:27.929Z] f875f9e206db: Preparing [2020-10-19T17:16:27.929Z] 3994ac1dcb8b: Preparing [2020-10-19T17:16:27.929Z] 5f2247eaf593: Preparing [2020-10-19T17:16:27.929Z] 62d13be1b083: Preparing [2020-10-19T17:16:27.929Z] 94fdc660876c: Preparing [2020-10-19T17:16:27.929Z] 4e7279dfc0c0: Preparing [2020-10-19T17:16:27.929Z] e2f13739ad41: Preparing [2020-10-19T17:16:27.929Z] 9582896351ab: Waiting [2020-10-19T17:16:27.929Z] f875f9e206db: Waiting [2020-10-19T17:16:27.929Z] 3994ac1dcb8b: Waiting [2020-10-19T17:16:27.929Z] 5f2247eaf593: Waiting [2020-10-19T17:16:27.929Z] 62d13be1b083: Waiting [2020-10-19T17:16:27.929Z] 94fdc660876c: Waiting [2020-10-19T17:16:27.929Z] 4e7279dfc0c0: Waiting [2020-10-19T17:16:27.929Z] e2f13739ad41: Waiting [2020-10-19T17:16:27.929Z] 00325efc4ba0: Waiting [2020-10-19T17:16:27.929Z] cc57de7e554e: Layer already exists [2020-10-19T17:16:27.929Z] 16e30409bbbe: Layer already exists [2020-10-19T17:16:27.929Z] b86a04515462: Layer already exists [2020-10-19T17:16:27.929Z] 2bdd5e8be08c: Layer already exists [2020-10-19T17:16:27.929Z] 66eedf6a3a47: Layer already exists [2020-10-19T17:16:27.929Z] f875f9e206db: Layer already exists [2020-10-19T17:16:27.929Z] 00325efc4ba0: Layer already exists [2020-10-19T17:16:27.929Z] 3994ac1dcb8b: Layer already exists [2020-10-19T17:16:27.929Z] 9582896351ab: Layer already exists [2020-10-19T17:16:27.929Z] 5f2247eaf593: Layer already exists [2020-10-19T17:16:28.204Z] 94fdc660876c: Layer already exists [2020-10-19T17:16:28.204Z] 62d13be1b083: Layer already exists [2020-10-19T17:16:28.204Z] 4e7279dfc0c0: Layer already exists [2020-10-19T17:16:28.204Z] e2f13739ad41: Layer already exists [2020-10-19T17:16:28.204Z] 1.2.2-dev.80: digest: sha256:bf8059177171fca1c04814795e5caa204c3802b5d3b1d165607bb70fe045c0ac size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:28.555Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:28.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:16:28.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-19T17:16:28.893Z] 16e30409bbbe: Preparing [2020-10-19T17:16:28.893Z] cc57de7e554e: Preparing [2020-10-19T17:16:28.893Z] b86a04515462: Preparing [2020-10-19T17:16:28.893Z] 2bdd5e8be08c: Preparing [2020-10-19T17:16:28.893Z] 66eedf6a3a47: Preparing [2020-10-19T17:16:28.893Z] 00325efc4ba0: Preparing [2020-10-19T17:16:28.893Z] 9582896351ab: Preparing [2020-10-19T17:16:28.893Z] f875f9e206db: Preparing [2020-10-19T17:16:28.893Z] 3994ac1dcb8b: Preparing [2020-10-19T17:16:28.893Z] 5f2247eaf593: Preparing [2020-10-19T17:16:28.893Z] 62d13be1b083: Preparing [2020-10-19T17:16:28.893Z] 94fdc660876c: Preparing [2020-10-19T17:16:28.893Z] 4e7279dfc0c0: Preparing [2020-10-19T17:16:28.893Z] e2f13739ad41: Preparing [2020-10-19T17:16:28.893Z] 00325efc4ba0: Waiting [2020-10-19T17:16:28.893Z] 9582896351ab: Waiting [2020-10-19T17:16:28.893Z] f875f9e206db: Waiting [2020-10-19T17:16:28.893Z] 3994ac1dcb8b: Waiting [2020-10-19T17:16:28.893Z] 5f2247eaf593: Waiting [2020-10-19T17:16:28.893Z] 62d13be1b083: Waiting [2020-10-19T17:16:28.893Z] 94fdc660876c: Waiting [2020-10-19T17:16:28.893Z] 4e7279dfc0c0: Waiting [2020-10-19T17:16:28.893Z] e2f13739ad41: Waiting [2020-10-19T17:16:28.893Z] cc57de7e554e: Layer already exists [2020-10-19T17:16:28.893Z] 2bdd5e8be08c: Layer already exists [2020-10-19T17:16:28.893Z] b86a04515462: Layer already exists [2020-10-19T17:16:28.893Z] 66eedf6a3a47: Layer already exists [2020-10-19T17:16:28.893Z] 16e30409bbbe: Layer already exists [2020-10-19T17:16:28.893Z] f875f9e206db: Layer already exists [2020-10-19T17:16:28.893Z] 00325efc4ba0: Layer already exists [2020-10-19T17:16:28.893Z] 5f2247eaf593: Layer already exists [2020-10-19T17:16:28.893Z] 9582896351ab: Layer already exists [2020-10-19T17:16:28.893Z] 3994ac1dcb8b: Layer already exists [2020-10-19T17:16:29.162Z] 94fdc660876c: Layer already exists [2020-10-19T17:16:29.162Z] 62d13be1b083: Layer already exists [2020-10-19T17:16:29.162Z] 4e7279dfc0c0: Layer already exists [2020-10-19T17:16:29.162Z] e2f13739ad41: Layer already exists [2020-10-19T17:16:29.162Z] c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80: digest: sha256:bf8059177171fca1c04814795e5caa204c3802b5d3b1d165607bb70fe045c0ac size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:29.515Z] + 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-19T17:16:29.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-19T17:16:29.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-19T17:16:29.856Z] 16e30409bbbe: Preparing [2020-10-19T17:16:29.856Z] cc57de7e554e: Preparing [2020-10-19T17:16:29.856Z] b86a04515462: Preparing [2020-10-19T17:16:29.856Z] 2bdd5e8be08c: Preparing [2020-10-19T17:16:29.856Z] 66eedf6a3a47: Preparing [2020-10-19T17:16:29.856Z] 00325efc4ba0: Preparing [2020-10-19T17:16:29.856Z] 9582896351ab: Preparing [2020-10-19T17:16:29.856Z] f875f9e206db: Preparing [2020-10-19T17:16:29.856Z] 3994ac1dcb8b: Preparing [2020-10-19T17:16:29.856Z] 5f2247eaf593: Preparing [2020-10-19T17:16:29.856Z] 62d13be1b083: Preparing [2020-10-19T17:16:29.856Z] 94fdc660876c: Preparing [2020-10-19T17:16:29.856Z] 4e7279dfc0c0: Preparing [2020-10-19T17:16:29.856Z] e2f13739ad41: Preparing [2020-10-19T17:16:29.856Z] 3994ac1dcb8b: Waiting [2020-10-19T17:16:29.856Z] 4e7279dfc0c0: Waiting [2020-10-19T17:16:29.856Z] 5f2247eaf593: Waiting [2020-10-19T17:16:29.856Z] 62d13be1b083: Waiting [2020-10-19T17:16:29.856Z] 94fdc660876c: Waiting [2020-10-19T17:16:29.856Z] 00325efc4ba0: Waiting [2020-10-19T17:16:29.856Z] 9582896351ab: Waiting [2020-10-19T17:16:29.856Z] f875f9e206db: Waiting [2020-10-19T17:16:29.856Z] e2f13739ad41: Waiting [2020-10-19T17:16:29.856Z] 16e30409bbbe: Layer already exists [2020-10-19T17:16:29.856Z] 66eedf6a3a47: Layer already exists [2020-10-19T17:16:29.856Z] 2bdd5e8be08c: Layer already exists [2020-10-19T17:16:29.856Z] cc57de7e554e: Layer already exists [2020-10-19T17:16:29.856Z] b86a04515462: Layer already exists [2020-10-19T17:16:29.856Z] 9582896351ab: Layer already exists [2020-10-19T17:16:29.856Z] f875f9e206db: Layer already exists [2020-10-19T17:16:29.856Z] 3994ac1dcb8b: Layer already exists [2020-10-19T17:16:29.856Z] 00325efc4ba0: Layer already exists [2020-10-19T17:16:29.856Z] 5f2247eaf593: Layer already exists [2020-10-19T17:16:30.131Z] 62d13be1b083: Layer already exists [2020-10-19T17:16:30.131Z] 94fdc660876c: Layer already exists [2020-10-19T17:16:30.131Z] 4e7279dfc0c0: Layer already exists [2020-10-19T17:16:30.131Z] e2f13739ad41: Layer already exists [2020-10-19T17:16:30.131Z] master: digest: sha256:bf8059177171fca1c04814795e5caa204c3802b5d3b1d165607bb70fe045c0ac size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T17:16:30.358Z] ===================================================== [Pipeline] echo [2020-10-19T17:16:30.430Z] taggedImages: [2020-10-19T17:16:30.430Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:16:30.430Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.80 [2020-10-19T17:16:30.430Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6-1.2.2-dev.80 [2020-10-19T17:16:30.430Z] - 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-19T17:16:32.318Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-19T17:16:32.321Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-19T17:16:32.371Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:32.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T17:16:32.737Z] [2020-10-19T17:16:32.737Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:16:33.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T17:16:33.098Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-19T17:16:33.098Z] cbdbe7a5bc2a: Already exists [2020-10-19T17:16:33.098Z] 408f87550127: Pulling fs layer [2020-10-19T17:16:33.098Z] fe522b08c979: Pulling fs layer [2020-10-19T17:16:33.098Z] 221eaa008020: Pulling fs layer [2020-10-19T17:16:33.098Z] 2a4607e5d6b9: Pulling fs layer [2020-10-19T17:16:33.098Z] 8f79b27c4fd2: Pulling fs layer [2020-10-19T17:16:33.098Z] e5c8dbe1645b: Pulling fs layer [2020-10-19T17:16:33.098Z] 23e8b3b47431: Pulling fs layer [2020-10-19T17:16:33.098Z] 5c568d65a230: Pulling fs layer [2020-10-19T17:16:33.098Z] 8f79b27c4fd2: Waiting [2020-10-19T17:16:33.098Z] e5c8dbe1645b: Waiting [2020-10-19T17:16:33.098Z] 2a4607e5d6b9: Waiting [2020-10-19T17:16:33.098Z] 23e8b3b47431: Waiting [2020-10-19T17:16:33.098Z] 5c568d65a230: Waiting [2020-10-19T17:16:33.098Z] fe522b08c979: Verifying Checksum [2020-10-19T17:16:33.098Z] fe522b08c979: Download complete [2020-10-19T17:16:33.098Z] 408f87550127: Download complete [2020-10-19T17:16:33.098Z] 2a4607e5d6b9: Verifying Checksum [2020-10-19T17:16:33.098Z] 2a4607e5d6b9: Download complete [2020-10-19T17:16:33.098Z] 8f79b27c4fd2: Verifying Checksum [2020-10-19T17:16:33.098Z] 8f79b27c4fd2: Download complete [2020-10-19T17:16:33.368Z] 408f87550127: Pull complete [2020-10-19T17:16:33.652Z] fe522b08c979: Pull complete [2020-10-19T17:16:35.651Z] e5c8dbe1645b: Verifying Checksum [2020-10-19T17:16:35.651Z] e5c8dbe1645b: Download complete [2020-10-19T17:16:37.093Z] 23e8b3b47431: Verifying Checksum [2020-10-19T17:16:37.093Z] 23e8b3b47431: Download complete [2020-10-19T17:16:37.681Z] 5c568d65a230: Verifying Checksum [2020-10-19T17:16:37.681Z] 5c568d65a230: Download complete [2020-10-19T17:16:39.647Z] 221eaa008020: Verifying Checksum [2020-10-19T17:16:39.647Z] 221eaa008020: Download complete [2020-10-19T17:16:46.333Z] 221eaa008020: Pull complete [2020-10-19T17:16:46.334Z] 2a4607e5d6b9: Pull complete [2020-10-19T17:16:46.334Z] 8f79b27c4fd2: Pull complete [2020-10-19T17:16:50.550Z] e5c8dbe1645b: Pull complete [2020-10-19T17:16:55.853Z] 23e8b3b47431: Pull complete [2020-10-19T17:16:57.245Z] 5c568d65a230: Pull complete [2020-10-19T17:16:57.508Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-19T17:16:57.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T17:16:57.508Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-19T17:16:57.689Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:16:57.747Z] $ 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/196:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:16:59.224Z] $ docker top 7cb23fee7a474bde9b9d22b3a842f1c551af46bb646e7919452f0eb317ec2551 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:16:59.812Z] + snyk monitor '--org=edgex-jenkins' [2020-10-19T17:17:14.819Z] [2020-10-19T17:17:14.819Z] Monitoring /w/workspace/edgex-go/196 (github.com/edgexfoundry/edgex-go)... [2020-10-19T17:17:14.819Z] [2020-10-19T17:17:14.819Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a904febd-9d14-44f6-bc24-bd4176816344 [2020-10-19T17:17:14.819Z] [2020-10-19T17:17:14.819Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-19T17:17:14.819Z] [2020-10-19T17:17:14.819Z] [2020-10-19T17:17:14.819Z] Snyk CLI supports Node.js 8 and higher. [2020-10-19T17:17:14.819Z] 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-19T17:17:14.819Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-19T17:17:14.819Z] [2020-10-19T17:17:14.819Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-19T17:17:14.819Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-19T17:17:14.819Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-19T17:17:14.819Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-19T17:17:14.838Z] $ docker stop --time=1 7cb23fee7a474bde9b9d22b3a842f1c551af46bb646e7919452f0eb317ec2551 [2020-10-19T17:17:17.789Z] $ docker rm -f 7cb23fee7a474bde9b9d22b3a842f1c551af46bb646e7919452f0eb317ec2551 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:17:19.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:19.457Z] [2020-10-19T17:17:19.457Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:17:19.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:19.803Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-19T17:17:19.803Z] e7c96db7181b: Pulling fs layer [2020-10-19T17:17:19.803Z] 1868ca2cb446: Pulling fs layer [2020-10-19T17:17:19.803Z] 136be5d0fe8e: Pulling fs layer [2020-10-19T17:17:19.803Z] 894bfe63afcb: Pulling fs layer [2020-10-19T17:17:19.803Z] 894bfe63afcb: Waiting [2020-10-19T17:17:19.803Z] 1868ca2cb446: Verifying Checksum [2020-10-19T17:17:19.803Z] 1868ca2cb446: Download complete [2020-10-19T17:17:19.803Z] 136be5d0fe8e: Verifying Checksum [2020-10-19T17:17:19.803Z] 136be5d0fe8e: Download complete [2020-10-19T17:17:19.803Z] e7c96db7181b: Verifying Checksum [2020-10-19T17:17:19.803Z] e7c96db7181b: Download complete [2020-10-19T17:17:20.068Z] 894bfe63afcb: Verifying Checksum [2020-10-19T17:17:20.068Z] 894bfe63afcb: Download complete [2020-10-19T17:17:20.329Z] e7c96db7181b: Pull complete [2020-10-19T17:17:20.329Z] 1868ca2cb446: Pull complete [2020-10-19T17:17:20.592Z] 136be5d0fe8e: Pull complete [2020-10-19T17:17:20.855Z] 894bfe63afcb: Pull complete [2020-10-19T17:17:20.855Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-19T17:17:20.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:20.855Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-19T17:17:20.954Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:17:20.997Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:17:21.760Z] $ docker top 5a39c6cdc93791efda8dfc4ae1c9da8487d3ef31e33f1530a8bdc27d0e61c74f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:17:22.287Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:17:22.287Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:17:24.992Z] $ docker stop --time=1 5a39c6cdc93791efda8dfc4ae1c9da8487d3ef31e33f1530a8bdc27d0e61c74f [2020-10-19T17:17:26.369Z] $ docker rm -f 5a39c6cdc93791efda8dfc4ae1c9da8487d3ef31e33f1530a8bdc27d0e61c74f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:17:26.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:26.854Z] . [Pipeline] withDockerContainer [2020-10-19T17:17:26.954Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:17:26.997Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:17:27.708Z] $ docker top 7632ba854ee41fc674b709bfd757f7d9002b1842b4ac668fda824660a1337557 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:17:28.240Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:17:28.240Z] + tee [2020-10-19T17:17:28.240Z] clair timeout 1m0s [2020-10-19T17:17:28.240Z] docker timeout: 1m0s [2020-10-19T17:17:28.240Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:17:28.926Z] $ docker stop --time=1 7632ba854ee41fc674b709bfd757f7d9002b1842b4ac668fda824660a1337557 [2020-10-19T17:17:30.483Z] $ docker rm -f 7632ba854ee41fc674b709bfd757f7d9002b1842b4ac668fda824660a1337557 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:17:30.968Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:17:30.981Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-core-command-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:17:31.059Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:17:31.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:31.479Z] . [Pipeline] withDockerContainer [2020-10-19T17:17:31.583Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:17:31.630Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:17:32.381Z] $ docker top 664a0334e78b9de82a2e5a0f5865bf47de68b4ed60aa4c6e31cf4c1236d29f40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:17:32.907Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:17:32.908Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:17:38.360Z] $ docker stop --time=1 664a0334e78b9de82a2e5a0f5865bf47de68b4ed60aa4c6e31cf4c1236d29f40 [2020-10-19T17:17:39.733Z] $ docker rm -f 664a0334e78b9de82a2e5a0f5865bf47de68b4ed60aa4c6e31cf4c1236d29f40 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:17:40.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:40.226Z] . [Pipeline] withDockerContainer [2020-10-19T17:17:40.347Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:17:40.394Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:17:41.025Z] $ docker top 8e92b1adf69eae9668adcf5e313cb9a77a78deb3573bba2b537ddde5feb2cba1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:17:41.549Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:17:41.549Z] + tee [2020-10-19T17:17:41.549Z] clair timeout 1m0s [2020-10-19T17:17:41.549Z] docker timeout: 1m0s [2020-10-19T17:17:41.549Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:17:42.590Z] $ docker stop --time=1 8e92b1adf69eae9668adcf5e313cb9a77a78deb3573bba2b537ddde5feb2cba1 [2020-10-19T17:17:43.975Z] $ docker rm -f 8e92b1adf69eae9668adcf5e313cb9a77a78deb3573bba2b537ddde5feb2cba1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:17:44.464Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:17:44.477Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-core-data-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:17:44.528Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:17:44.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:44.957Z] . [Pipeline] withDockerContainer [2020-10-19T17:17:45.060Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:17:45.108Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:17:45.841Z] $ docker top 45b291802946ad51fb673327358606ac32668138773a971447d29b6b410d31d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:17:46.383Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:17:46.384Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:17:49.072Z] $ docker stop --time=1 45b291802946ad51fb673327358606ac32668138773a971447d29b6b410d31d3 [2020-10-19T17:17:50.434Z] $ docker rm -f 45b291802946ad51fb673327358606ac32668138773a971447d29b6b410d31d3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:17:50.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:50.913Z] . [Pipeline] withDockerContainer [2020-10-19T17:17:51.020Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:17:51.070Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:17:51.785Z] $ docker top 62fb1c9f93655f8b9bcb07fdf8793302e7cfe2b7c5e0eaa93a7ac6e3b2d52af9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:17:52.315Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:17:52.315Z] + tee [2020-10-19T17:17:52.315Z] clair timeout 1m0s [2020-10-19T17:17:52.315Z] docker timeout: 1m0s [2020-10-19T17:17:52.315Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:17:53.005Z] $ docker stop --time=1 62fb1c9f93655f8b9bcb07fdf8793302e7cfe2b7c5e0eaa93a7ac6e3b2d52af9 [2020-10-19T17:17:54.377Z] $ docker rm -f 62fb1c9f93655f8b9bcb07fdf8793302e7cfe2b7c5e0eaa93a7ac6e3b2d52af9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:17:54.889Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:17:54.901Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-core-metadata-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:17:54.949Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:17:55.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:17:55.364Z] . [Pipeline] withDockerContainer [2020-10-19T17:17:55.464Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:17:55.517Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:17:56.213Z] $ docker top 30f154870fd66624855a0975e6008d20d12ae77cb449e2291e12696cb8519792 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:17:56.777Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:17:56.777Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:01.130Z] $ docker stop --time=1 30f154870fd66624855a0975e6008d20d12ae77cb449e2291e12696cb8519792 [2020-10-19T17:18:02.501Z] $ docker rm -f 30f154870fd66624855a0975e6008d20d12ae77cb449e2291e12696cb8519792 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:03.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:03.010Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:03.111Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:03.154Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:18:03.875Z] $ docker top a03e997b3782f44747b9ad5d666cac26bcd2fb7400f30e84981d3bf0b998a069 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:18:04.430Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:18:04.431Z] + tee [2020-10-19T17:18:04.431Z] clair timeout 1m0s [2020-10-19T17:18:04.431Z] docker timeout: 1m0s [2020-10-19T17:18:04.431Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:05.102Z] $ docker stop --time=1 a03e997b3782f44747b9ad5d666cac26bcd2fb7400f30e84981d3bf0b998a069 [2020-10-19T17:18:06.504Z] $ docker rm -f a03e997b3782f44747b9ad5d666cac26bcd2fb7400f30e84981d3bf0b998a069 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:18:07.059Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:18:07.075Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-security-proxy-setup-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:18:07.130Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:07.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:07.501Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:07.605Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:07.653Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:18:08.285Z] $ docker top c401efe22da24aeca33dc24b9ea00eb259156dec7b6f4c9fe167350dc9b374a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:18:08.811Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:18:08.811Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:15.552Z] $ docker stop --time=1 c401efe22da24aeca33dc24b9ea00eb259156dec7b6f4c9fe167350dc9b374a1 [2020-10-19T17:18:16.925Z] $ docker rm -f c401efe22da24aeca33dc24b9ea00eb259156dec7b6f4c9fe167350dc9b374a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:17.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:17.402Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:17.502Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:17.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:18:18.238Z] $ docker top 4acc2ba168339f3a650aed92c8572197db6ff6282d5f26f646e0c478d0257b35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:18:18.767Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:18:18.767Z] + tee [2020-10-19T17:18:18.767Z] clair timeout 1m0s [2020-10-19T17:18:18.767Z] docker timeout: 1m0s [2020-10-19T17:18:18.767Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:20.274Z] $ docker stop --time=1 4acc2ba168339f3a650aed92c8572197db6ff6282d5f26f646e0c478d0257b35 [2020-10-19T17:18:21.634Z] $ docker rm -f 4acc2ba168339f3a650aed92c8572197db6ff6282d5f26f646e0c478d0257b35 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:18:22.186Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:18:22.252Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-security-secrets-setup-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:18:22.338Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:22.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:22.679Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:22.790Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:22.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:18:23.587Z] $ docker top 1cd5bf4a9f736af156ac2f119919263e399d8a56482ab2de1a0e52d5c2f40f13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:18:24.183Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:18:24.183Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:32.585Z] $ docker stop --time=1 1cd5bf4a9f736af156ac2f119919263e399d8a56482ab2de1a0e52d5c2f40f13 [2020-10-19T17:18:33.965Z] $ docker rm -f 1cd5bf4a9f736af156ac2f119919263e399d8a56482ab2de1a0e52d5c2f40f13 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:34.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:34.431Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:34.530Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:34.575Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:18:35.254Z] $ docker top 454c79b3d1f04775fbef4eddadfc8db7c055edaa2b03825234fbc7538b59384e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:18:35.806Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:18:35.806Z] + tee [2020-10-19T17:18:35.806Z] clair timeout 1m0s [2020-10-19T17:18:35.806Z] docker timeout: 1m0s [2020-10-19T17:18:35.806Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:37.305Z] $ docker stop --time=1 454c79b3d1f04775fbef4eddadfc8db7c055edaa2b03825234fbc7538b59384e [2020-10-19T17:18:38.661Z] $ docker rm -f 454c79b3d1f04775fbef4eddadfc8db7c055edaa2b03825234fbc7538b59384e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:18:39.131Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:18:39.145Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-security-secretstore-setup-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:18:39.195Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:39.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:39.536Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:39.645Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:39.692Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:18:40.406Z] $ docker top 983cd8f1e704d24859d8bba5bc196fa0797d7123089a4dd48c2b2d98f8c45cd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:18:40.959Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:18:40.959Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:44.414Z] $ docker stop --time=1 983cd8f1e704d24859d8bba5bc196fa0797d7123089a4dd48c2b2d98f8c45cd3 [2020-10-19T17:18:45.861Z] $ docker rm -f 983cd8f1e704d24859d8bba5bc196fa0797d7123089a4dd48c2b2d98f8c45cd3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:46.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:46.423Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:46.533Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:46.582Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:18:47.251Z] $ docker top bd492fa5dd8dba49f67012799ffeddc26bcbc0a3b9e40154f25af9795b4a9aca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:18:47.758Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:18:47.758Z] + tee [2020-10-19T17:18:47.758Z] clair timeout 1m0s [2020-10-19T17:18:47.758Z] docker timeout: 1m0s [2020-10-19T17:18:47.758Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:48.429Z] $ docker stop --time=1 bd492fa5dd8dba49f67012799ffeddc26bcbc0a3b9e40154f25af9795b4a9aca [2020-10-19T17:18:49.800Z] $ docker rm -f bd492fa5dd8dba49f67012799ffeddc26bcbc0a3b9e40154f25af9795b4a9aca [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:18:50.267Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:18:50.280Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-support-logging-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:18:50.334Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:50.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:50.672Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:50.773Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:50.818Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:18:51.482Z] $ docker top a27d5b3cefa4f6e3044936b0979ef5c1e4156cb7522f2d6e29eae89267c4ce23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:18:52.035Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:18:52.035Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:18:57.473Z] $ docker stop --time=1 a27d5b3cefa4f6e3044936b0979ef5c1e4156cb7522f2d6e29eae89267c4ce23 [2020-10-19T17:18:58.938Z] $ docker rm -f a27d5b3cefa4f6e3044936b0979ef5c1e4156cb7522f2d6e29eae89267c4ce23 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:18:59.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:18:59.688Z] . [Pipeline] withDockerContainer [2020-10-19T17:18:59.788Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:18:59.833Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:00.540Z] $ docker top 8fa8223bc606dec511186feeb4847e0fcc5c3893ddbb92484b5cbb4844456552 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:01.161Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:01.161Z] + tee [2020-10-19T17:19:01.161Z] clair timeout 1m0s [2020-10-19T17:19:01.161Z] docker timeout: 1m0s [2020-10-19T17:19:01.161Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:02.209Z] $ docker stop --time=1 8fa8223bc606dec511186feeb4847e0fcc5c3893ddbb92484b5cbb4844456552 [2020-10-19T17:19:03.649Z] $ docker rm -f 8fa8223bc606dec511186feeb4847e0fcc5c3893ddbb92484b5cbb4844456552 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:19:04.172Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:19:04.185Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-support-notifications-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:19:04.242Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:19:04.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:19:04.581Z] . [Pipeline] withDockerContainer [2020-10-19T17:19:04.683Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:19:04.726Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:05.397Z] $ docker top fbb60062a1f43f55f10e79272866dec1865a1047769bbba10f206a5fcb4dfec6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:05.924Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:05.924Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:08.635Z] $ docker stop --time=1 fbb60062a1f43f55f10e79272866dec1865a1047769bbba10f206a5fcb4dfec6 [2020-10-19T17:19:10.012Z] $ docker rm -f fbb60062a1f43f55f10e79272866dec1865a1047769bbba10f206a5fcb4dfec6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:19:10.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:19:10.536Z] . [Pipeline] withDockerContainer [2020-10-19T17:19:10.638Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:19:10.685Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:11.418Z] $ docker top ce1355b6af187609ff6860c2360ed3373e341ad6034c0f7ceb86ca4d973f3a19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:11.982Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:11.982Z] + tee [2020-10-19T17:19:11.982Z] clair timeout 1m0s [2020-10-19T17:19:11.982Z] docker timeout: 1m0s [2020-10-19T17:19:11.982Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:12.650Z] $ docker stop --time=1 ce1355b6af187609ff6860c2360ed3373e341ad6034c0f7ceb86ca4d973f3a19 [2020-10-19T17:19:14.011Z] $ docker rm -f ce1355b6af187609ff6860c2360ed3373e341ad6034c0f7ceb86ca4d973f3a19 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:19:14.491Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:19:14.505Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-support-scheduler-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:19:14.559Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:19:14.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:19:14.901Z] . [Pipeline] withDockerContainer [2020-10-19T17:19:15.005Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:19:15.051Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:15.790Z] $ docker top 3971a06954322876df6412165cb09ff14738025493e42e62f00d658f7e282f39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:16.345Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:16.345Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:31.481Z] $ docker stop --time=1 3971a06954322876df6412165cb09ff14738025493e42e62f00d658f7e282f39 [2020-10-19T17:19:32.850Z] $ docker rm -f 3971a06954322876df6412165cb09ff14738025493e42e62f00d658f7e282f39 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:19:33.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:19:33.344Z] . [Pipeline] withDockerContainer [2020-10-19T17:19:33.452Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:19:33.494Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:34.106Z] $ docker top d1cb83472a2c2bf300c16820b83be129cd5901e36fb0c571e8ed67e68e8c0453 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:34.644Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:34.644Z] + tee [2020-10-19T17:19:34.644Z] clair timeout 1m0s [2020-10-19T17:19:34.644Z] docker timeout: 1m0s [2020-10-19T17:19:34.644Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:36.144Z] $ docker stop --time=1 d1cb83472a2c2bf300c16820b83be129cd5901e36fb0c571e8ed67e68e8c0453 [2020-10-19T17:19:37.512Z] $ docker rm -f d1cb83472a2c2bf300c16820b83be129cd5901e36fb0c571e8ed67e68e8c0453 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:19:37.997Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:19:38.011Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-sys-mgmt-agent-go_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:19:38.072Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:19:38.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:19:38.420Z] . [Pipeline] withDockerContainer [2020-10-19T17:19:38.517Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:19:38.557Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:39.250Z] $ docker top 980bb597dc5fb609d26b4fd952ec10f6f445f7f2f465a7420f596b6630b6737d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:39.805Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:39.805Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:42.528Z] $ docker stop --time=1 980bb597dc5fb609d26b4fd952ec10f6f445f7f2f465a7420f596b6630b6737d [2020-10-19T17:19:43.960Z] $ docker rm -f 980bb597dc5fb609d26b4fd952ec10f6f445f7f2f465a7420f596b6630b6737d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:19:44.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:19:44.438Z] . [Pipeline] withDockerContainer [2020-10-19T17:19:44.539Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:19:44.579Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:45.316Z] $ docker top cbbed520a5aed0c8022608443c53cb5fb1340c586766013c533b02e1aa001f66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:45.854Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:45.854Z] + tee [2020-10-19T17:19:45.854Z] clair timeout 1m0s [2020-10-19T17:19:45.854Z] docker timeout: 1m0s [2020-10-19T17:19:45.854Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:46.524Z] $ docker stop --time=1 cbbed520a5aed0c8022608443c53cb5fb1340c586766013c533b02e1aa001f66 [2020-10-19T17:19:47.978Z] $ docker rm -f cbbed520a5aed0c8022608443c53cb5fb1340c586766013c533b02e1aa001f66 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:19:48.482Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:19:48.494Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-core-command-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:19:48.548Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:19:48.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:19:48.894Z] . [Pipeline] withDockerContainer [2020-10-19T17:19:49.006Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:19:49.052Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:49.715Z] $ docker top 92f825fd4812a6b6595549b57ca6fb6fe6e4513f610f66e0d442f462bdb6fd57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:50.247Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:50.247Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:55.739Z] $ docker stop --time=1 92f825fd4812a6b6595549b57ca6fb6fe6e4513f610f66e0d442f462bdb6fd57 [2020-10-19T17:19:57.104Z] $ docker rm -f 92f825fd4812a6b6595549b57ca6fb6fe6e4513f610f66e0d442f462bdb6fd57 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:19:57.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:19:57.583Z] . [Pipeline] withDockerContainer [2020-10-19T17:19:57.685Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:19:57.726Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:19:58.399Z] $ docker top 325566c9a7c7fb500bfea5373451205698e7225d0764a089003c64186b949d8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:19:58.948Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:19:58.948Z] + tee [2020-10-19T17:19:58.948Z] clair timeout 1m0s [2020-10-19T17:19:58.948Z] docker timeout: 1m0s [2020-10-19T17:19:58.948Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:19:59.993Z] $ docker stop --time=1 325566c9a7c7fb500bfea5373451205698e7225d0764a089003c64186b949d8e [2020-10-19T17:20:01.353Z] $ docker rm -f 325566c9a7c7fb500bfea5373451205698e7225d0764a089003c64186b949d8e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:20:01.904Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:20:01.919Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-core-data-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:20:01.976Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:02.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:02.324Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:02.433Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:02.574Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:20:03.305Z] $ docker top 699af5af756fa78da4db1014ff858cd2f4c254dc1187cb55c832be23549ac6fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:20:03.847Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:20:03.847Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:20:06.581Z] $ docker stop --time=1 699af5af756fa78da4db1014ff858cd2f4c254dc1187cb55c832be23549ac6fe [2020-10-19T17:20:07.982Z] $ docker rm -f 699af5af756fa78da4db1014ff858cd2f4c254dc1187cb55c832be23549ac6fe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:08.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:08.466Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:08.569Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:08.614Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:20:09.341Z] $ docker top 12b99afe4b1c273655707cca3744a853ebc453909973a4456317d4cbcacdcf50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:20:09.865Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:20:09.865Z] + tee [2020-10-19T17:20:09.865Z] clair timeout 1m0s [2020-10-19T17:20:09.865Z] docker timeout: 1m0s [2020-10-19T17:20:09.865Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:20:10.583Z] $ docker stop --time=1 12b99afe4b1c273655707cca3744a853ebc453909973a4456317d4cbcacdcf50 [2020-10-19T17:20:11.938Z] $ docker rm -f 12b99afe4b1c273655707cca3744a853ebc453909973a4456317d4cbcacdcf50 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:20:12.409Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:20:12.424Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-core-metadata-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:20:12.477Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:12.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:12.825Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:12.924Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:12.966Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:20:13.607Z] $ docker top a77c82d73c3257056d1f203c48f49dbd09cdcf4ae805ff53ab9aa8cf80e8c002 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:20:14.175Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:20:14.175Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:20:18.541Z] $ docker stop --time=1 a77c82d73c3257056d1f203c48f49dbd09cdcf4ae805ff53ab9aa8cf80e8c002 [2020-10-19T17:20:19.985Z] $ docker rm -f a77c82d73c3257056d1f203c48f49dbd09cdcf4ae805ff53ab9aa8cf80e8c002 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:20.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:20.634Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:20.738Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:20.779Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:20:21.486Z] $ docker top cf243860e59110d38cfcf839715b2d25af019cf6ced0f791169036ee7b246307 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:20:22.049Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:20:22.049Z] + tee [2020-10-19T17:20:22.049Z] clair timeout 1m0s [2020-10-19T17:20:22.049Z] docker timeout: 1m0s [2020-10-19T17:20:22.049Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:20:23.093Z] $ docker stop --time=1 cf243860e59110d38cfcf839715b2d25af019cf6ced0f791169036ee7b246307 [2020-10-19T17:20:24.462Z] $ docker rm -f cf243860e59110d38cfcf839715b2d25af019cf6ced0f791169036ee7b246307 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:20:24.952Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:20:24.965Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:20:25.015Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:25.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:25.359Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:25.461Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:25.505Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:20:26.251Z] $ docker top 671cc7c3d67896ccbc6a6b187bcf0a7485b2da27ccd1828bb02636e185755d74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:20:26.986Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:20:26.986Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:20:35.293Z] $ docker stop --time=1 671cc7c3d67896ccbc6a6b187bcf0a7485b2da27ccd1828bb02636e185755d74 [2020-10-19T17:20:36.675Z] $ docker rm -f 671cc7c3d67896ccbc6a6b187bcf0a7485b2da27ccd1828bb02636e185755d74 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:37.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:37.142Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:37.249Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:37.293Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:20:38.044Z] $ docker top c190b55393f04f189f1f9f3724b6759ecdda0c1d7f32a2a2f084f8443eb6af43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:20:38.653Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:20:38.653Z] + tee [2020-10-19T17:20:38.653Z] clair timeout 1m0s [2020-10-19T17:20:38.653Z] docker timeout: 1m0s [2020-10-19T17:20:38.653Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:20:40.143Z] $ docker stop --time=1 c190b55393f04f189f1f9f3724b6759ecdda0c1d7f32a2a2f084f8443eb6af43 [2020-10-19T17:20:41.519Z] $ docker rm -f c190b55393f04f189f1f9f3724b6759ecdda0c1d7f32a2a2f084f8443eb6af43 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:20:42.016Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:20:42.028Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:20:42.079Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:42.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:42.425Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:42.529Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:42.569Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:20:43.268Z] $ docker top 57a8cbc4d48c6fe768b0218267dcf3adf27adf03e3c2fbc74735131481c4adc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:20:43.875Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:20:43.875Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:20:52.230Z] $ docker stop --time=1 57a8cbc4d48c6fe768b0218267dcf3adf27adf03e3c2fbc74735131481c4adc9 [2020-10-19T17:20:53.678Z] $ docker rm -f 57a8cbc4d48c6fe768b0218267dcf3adf27adf03e3c2fbc74735131481c4adc9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:54.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:54.163Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:54.264Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:54.311Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:20:55.019Z] $ docker top 0c37d7a53ab761726ba7c6e2812bb0a59af13e2c6c83f1f129a262405cb7595b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:20:55.571Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:20:55.571Z] + tee [2020-10-19T17:20:55.571Z] clair timeout 1m0s [2020-10-19T17:20:55.571Z] docker timeout: 1m0s [2020-10-19T17:20:55.571Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:20:57.077Z] $ docker stop --time=1 0c37d7a53ab761726ba7c6e2812bb0a59af13e2c6c83f1f129a262405cb7595b [2020-10-19T17:20:58.462Z] $ docker rm -f 0c37d7a53ab761726ba7c6e2812bb0a59af13e2c6c83f1f129a262405cb7595b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:20:58.968Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:20:58.988Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:20:59.041Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:20:59.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:20:59.382Z] . [Pipeline] withDockerContainer [2020-10-19T17:20:59.502Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:20:59.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:21:00.228Z] $ docker top 5b932a25c730f63b1ef771be6eb959aa8520694cc13af15f8cd86ef46428489c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:21:00.928Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:21:00.928Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:21:04.501Z] $ docker stop --time=1 5b932a25c730f63b1ef771be6eb959aa8520694cc13af15f8cd86ef46428489c [2020-10-19T17:21:05.909Z] $ docker rm -f 5b932a25c730f63b1ef771be6eb959aa8520694cc13af15f8cd86ef46428489c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:21:06.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:21:06.402Z] . [Pipeline] withDockerContainer [2020-10-19T17:21:06.532Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:21:06.575Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:21:07.265Z] $ docker top 75faa83c0f16b7c6d3a638d3b149b37aa1f5845bb5f25ca65f5d9d205949fee8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:21:07.784Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:21:07.784Z] + tee [2020-10-19T17:21:07.784Z] clair timeout 1m0s [2020-10-19T17:21:07.784Z] docker timeout: 1m0s [2020-10-19T17:21:07.784Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:21:08.472Z] $ docker stop --time=1 75faa83c0f16b7c6d3a638d3b149b37aa1f5845bb5f25ca65f5d9d205949fee8 [2020-10-19T17:21:09.863Z] $ docker rm -f 75faa83c0f16b7c6d3a638d3b149b37aa1f5845bb5f25ca65f5d9d205949fee8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:21:10.335Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:21:10.348Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-support-logging-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:21:10.484Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:21:10.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:21:10.915Z] . [Pipeline] withDockerContainer [2020-10-19T17:21:11.017Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:21:11.066Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:21:11.701Z] $ docker top 9bfabc4c2791cd0e3b8754060c745bef3f28100cf8f40e047a21aa0f68b256bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:21:12.248Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:21:12.248Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:21:17.725Z] $ docker stop --time=1 9bfabc4c2791cd0e3b8754060c745bef3f28100cf8f40e047a21aa0f68b256bb [2020-10-19T17:21:19.162Z] $ docker rm -f 9bfabc4c2791cd0e3b8754060c745bef3f28100cf8f40e047a21aa0f68b256bb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:21:19.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:21:19.662Z] . [Pipeline] withDockerContainer [2020-10-19T17:21:19.762Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:21:19.803Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:21:20.574Z] $ docker top 0468f164aa251218a88c72684470439b4043eebe456984d2c3357d67af36a4af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:21:21.133Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:21:21.133Z] + tee [2020-10-19T17:21:21.133Z] clair timeout 1m0s [2020-10-19T17:21:21.133Z] docker timeout: 1m0s [2020-10-19T17:21:21.133Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:21:22.182Z] $ docker stop --time=1 0468f164aa251218a88c72684470439b4043eebe456984d2c3357d67af36a4af [2020-10-19T17:21:23.571Z] $ docker rm -f 0468f164aa251218a88c72684470439b4043eebe456984d2c3357d67af36a4af [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:21:24.059Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:21:24.072Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-support-notifications-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:21:24.127Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:21:24.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:21:24.468Z] . [Pipeline] withDockerContainer [2020-10-19T17:21:24.568Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:21:24.671Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:21:25.331Z] $ docker top 7a8ce6d3dfd54c7c69747d4a8ea428ffbbfa63fb7ba00f5f126cbfc7204db407 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:21:25.963Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:21:25.964Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:21:28.661Z] $ docker stop --time=1 7a8ce6d3dfd54c7c69747d4a8ea428ffbbfa63fb7ba00f5f126cbfc7204db407 [2020-10-19T17:21:30.020Z] $ docker rm -f 7a8ce6d3dfd54c7c69747d4a8ea428ffbbfa63fb7ba00f5f126cbfc7204db407 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:21:30.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:21:30.492Z] . [Pipeline] withDockerContainer [2020-10-19T17:21:30.593Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:21:30.635Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:21:31.318Z] $ docker top efdaa5a6535734ab5466a4b7c23eec1c261a310eeb71331f19c955e1b5c56fb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:21:31.860Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:21:31.861Z] + tee [2020-10-19T17:21:31.861Z] clair timeout 1m0s [2020-10-19T17:21:31.861Z] docker timeout: 1m0s [2020-10-19T17:21:31.861Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:21:32.557Z] $ docker stop --time=1 efdaa5a6535734ab5466a4b7c23eec1c261a310eeb71331f19c955e1b5c56fb6 [2020-10-19T17:21:33.930Z] $ docker rm -f efdaa5a6535734ab5466a4b7c23eec1c261a310eeb71331f19c955e1b5c56fb6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:21:34.422Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:21:34.435Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-support-scheduler-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:21:34.488Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:21:34.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:21:34.826Z] . [Pipeline] withDockerContainer [2020-10-19T17:21:34.926Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:21:34.969Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:21:35.703Z] $ docker top 3f5d4cc5733e2b7ef97f09f5aee4638338ab82eb919015bfd1a8d4b0dba8cafe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:21:36.274Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:21:36.274Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:21:51.401Z] $ docker stop --time=1 3f5d4cc5733e2b7ef97f09f5aee4638338ab82eb919015bfd1a8d4b0dba8cafe [2020-10-19T17:21:52.809Z] $ docker rm -f 3f5d4cc5733e2b7ef97f09f5aee4638338ab82eb919015bfd1a8d4b0dba8cafe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:21:53.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T17:21:53.286Z] . [Pipeline] withDockerContainer [2020-10-19T17:21:53.391Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:21:53.435Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:21:54.095Z] $ docker top 72fdc1006933cf0d74b3fa88d5c35588b042612cfe0fd28edf07e70c429f073e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T17:21:54.615Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c53c6110231c23d325d1b3c1e00c5fc26ac542f6 [2020-10-19T17:21:54.615Z] + tee [2020-10-19T17:21:54.615Z] clair timeout 1m0s [2020-10-19T17:21:54.615Z] docker timeout: 1m0s [2020-10-19T17:21:54.615Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T17:21:56.127Z] $ docker stop --time=1 72fdc1006933cf0d74b3fa88d5c35588b042612cfe0fd28edf07e70c429f073e [2020-10-19T17:21:57.497Z] $ docker rm -f 72fdc1006933cf0d74b3fa88d5c35588b042612cfe0fd28edf07e70c429f073e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:21:58.000Z] + mkdir -p /w/workspace/edgex-go/196/clair-reports [Pipeline] echo [2020-10-19T17:21:58.014Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/196/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_c53c6110231c23d325d1b3c1e00c5fc26ac542f6.html [Pipeline] writeFile [Pipeline] step [2020-10-19T17:21:58.064Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-19T17:21:58.530Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T17:21:58.578Z] provisioning config files... [2020-10-19T17:21:58.589Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/196@tmp/config8500551472793091463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:21:58.957Z] --> edgex-publish-swagger.sh [2020-10-19T17:21:58.957Z] === Publish openapi/v1 API === [2020-10-19T17:21:58.957Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-19T17:21:58.957Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-19T17:21:58.957Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:21:58.957Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:00.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8705 0:00:01 0:00:01 --:--:-- 8716 100 10521 0 0 100 10521 0 8703 0:00:01 0:00:01 --:--:-- 8709 [2020-10-19T17:22:00.347Z] [2020-10-19T17:22:00.347Z] [2020-10-19T17:22:00.347Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-19T17:22:00.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:00.347Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:01.622Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27066 0:00:01 0:00:01 --:--:-- 27084 100 32556 0 0 100 32556 0 22516 0:00:01 0:00:01 --:--:-- 22530 [2020-10-19T17:22:01.622Z] [2020-10-19T17:22:01.622Z] [2020-10-19T17:22:01.622Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-19T17:22:01.622Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:01.622Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:02.825Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65803 0:00:01 0:00:01 --:--:-- 65880 [2020-10-19T17:22:02.825Z] [2020-10-19T17:22:02.825Z] [2020-10-19T17:22:02.825Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-19T17:22:02.825Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:02.825Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:04.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12037 0:00:01 0:00:01 --:--:-- 12039 100 13580 0 0 100 13580 0 12035 0:00:01 0:00:01 --:--:-- 12028 [2020-10-19T17:22:04.211Z] [2020-10-19T17:22:04.211Z] [2020-10-19T17:22:04.211Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-19T17:22:04.211Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:04.211Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:05.154Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32350 0:00:01 0:00:01 --:--:-- 32380 100 38889 0 0 100 38889 0 30144 0:00:01 0:00:01 --:--:-- 30169 [2020-10-19T17:22:05.154Z] [2020-10-19T17:22:05.154Z] [2020-10-19T17:22:05.154Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-19T17:22:05.154Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:05.154Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:06.539Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12117 0:00:01 0:00:01 --:--:-- 12125 100 14248 0 0 100 14248 0 12114 0:00:01 0:00:01 --:--:-- 12125 [2020-10-19T17:22:06.539Z] [2020-10-19T17:22:06.539Z] [2020-10-19T17:22:06.539Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-19T17:22:06.539Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:06.539Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:07.486Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3857 0:00:01 0:00:01 --:--:-- 3858 100 4109 0 0 100 4109 0 3856 0:00:01 0:00:01 --:--:-- 3858 [2020-10-19T17:22:07.486Z] [2020-10-19T17:22:07.486Z] [2020-10-19T17:22:07.486Z] === Publish openapi/v2 API === [2020-10-19T17:22:07.486Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-19T17:22:07.486Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-19T17:22:07.486Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:07.486Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:08.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25116 0:00:01 0:00:01 --:--:-- 25136 100 29535 0 0 100 29535 0 25113 0:00:01 0:00:01 --:--:-- 25136 [2020-10-19T17:22:08.870Z] [2020-10-19T17:22:08.870Z] [2020-10-19T17:22:08.870Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-19T17:22:08.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:08.870Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:09.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 58598 0:00:01 0:00:01 --:--:-- 58614 [2020-10-19T17:22:09.812Z] [2020-10-19T17:22:09.812Z] [2020-10-19T17:22:09.812Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-19T17:22:09.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:09.812Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:11.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k [2020-10-19T17:22:11.020Z] [2020-10-19T17:22:11.020Z] [2020-10-19T17:22:11.020Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-19T17:22:11.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:11.020Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:12.406Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21291 0:00:01 0:00:01 --:--:-- 21304 100 23691 0 0 100 23691 0 21288 0:00:01 0:00:01 --:--:-- 21304 [2020-10-19T17:22:12.407Z] [2020-10-19T17:22:12.407Z] [2020-10-19T17:22:12.407Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-19T17:22:12.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:12.407Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:13.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 58176 0:00:01 0:00:01 --:--:-- 58208 100 62691 0 0 100 62691 0 58166 0:00:01 0:00:01 --:--:-- 58208 [2020-10-19T17:22:13.347Z] [2020-10-19T17:22:13.347Z] [2020-10-19T17:22:13.347Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-19T17:22:13.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:13.347Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:14.292Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 40691 0:00:01 0:00:01 --:--:-- 40703 100 46198 0 0 100 46198 0 40684 0:00:01 0:00:01 --:--:-- 40703 [2020-10-19T17:22:14.292Z] [2020-10-19T17:22:14.292Z] [2020-10-19T17:22:14.292Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-19T17:22:14.292Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T17:22:14.292Z] Dload Upload Total Spent Left Speed [2020-10-19T17:22:15.686Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21824 0:00:01 0:00:01 --:--:-- 21846 100 23725 0 0 100 23725 0 21820 0:00:01 0:00:01 --:--:-- 21826 [2020-10-19T17:22:15.686Z] [2020-10-19T17:22:15.686Z] [Pipeline] } [2020-10-19T17:22:15.695Z] 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-19T17:22:16.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:22:16.746Z] . [Pipeline] withDockerContainer [2020-10-19T17:22:16.850Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:22:16.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:22:17.658Z] $ docker top ac5e1d0736a1b15a0cba121d36cbc7359aede3bc18eb4d35550ff328c00de303 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T17:22:18.008Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T17:22:18.009Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T17:22:18.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T17:22:18.253Z] $ docker exec ac5e1d0736a1b15a0cba121d36cbc7359aede3bc18eb4d35550ff328c00de303 ssh-agent [2020-10-19T17:22:18.442Z] SSH_AUTH_SOCK=/tmp/ssh-qtKzQhimi4qV/agent.12 [2020-10-19T17:22:18.442Z] SSH_AGENT_PID=18 [2020-10-19T17:22:18.450Z] Running ssh-add (command line suppressed) [2020-10-19T17:22:18.589Z] Identity added: /w/workspace/edgex-go/196@tmp/private_key_5092298794754113004.key (/w/workspace/edgex-go/196@tmp/private_key_5092298794754113004.key) [2020-10-19T17:22:18.647Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T17:22:19.001Z] + git semver tag [2020-10-19T17:22:19.264Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T17:22:19.264Z] # $GIT_DIR = /w/workspace/edgex-go/196/.git [2020-10-19T17:22:19.264Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/196 [2020-10-19T17:22:19.264Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T17:22:19.264Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T17:22:19.264Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T17:22:19.264Z] # $SEMVER_BRANCH = master [2020-10-19T17:22:19.264Z] # $SEMVER_DIR = /w/workspace/edgex-go/196/.semver [2020-10-19T17:22:19.264Z] # c53c6110231c23d325d1b3c1e00c5fc26ac542f6 HEAD [2020-10-19T17:22:19.838Z] # -> Force: false [2020-10-19T17:22:19.839Z] # 3a9bf5acdd98455fd9de0066b05fe9a12eb744f4 refs/tags/v1.2.2-dev.80 [Pipeline] } [2020-10-19T17:22:19.850Z] $ docker exec --env ******** --env ******** ac5e1d0736a1b15a0cba121d36cbc7359aede3bc18eb4d35550ff328c00de303 ssh-agent -k [2020-10-19T17:22:19.997Z] unset SSH_AUTH_SOCK; [2020-10-19T17:22:19.997Z] unset SSH_AGENT_PID; [2020-10-19T17:22:19.997Z] echo Agent pid 18 killed; [2020-10-19T17:22:20.057Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T17:22:20.666Z] + git semver [Pipeline] } [2020-10-19T17:22:20.680Z] $ docker stop --time=1 ac5e1d0736a1b15a0cba121d36cbc7359aede3bc18eb4d35550ff328c00de303 [2020-10-19T17:22:22.054Z] $ docker rm -f ac5e1d0736a1b15a0cba121d36cbc7359aede3bc18eb4d35550ff328c00de303 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:22:22.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T17:22:22.680Z] [2020-10-19T17:22:22.680Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:22:23.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T17:22:23.033Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-19T17:22:23.033Z] ab5ef0e58194: Pulling fs layer [2020-10-19T17:22:23.033Z] 9712f1f96733: Pulling fs layer [2020-10-19T17:22:23.033Z] 63f879dbbcfc: Pulling fs layer [2020-10-19T17:22:23.033Z] 0d9ebad4ef96: Pulling fs layer [2020-10-19T17:22:23.033Z] e9a5061849ea: Pulling fs layer [2020-10-19T17:22:23.033Z] d747dcd14b5f: Pulling fs layer [2020-10-19T17:22:23.033Z] 2de7ff778b66: Pulling fs layer [2020-10-19T17:22:23.033Z] 0d9ebad4ef96: Waiting [2020-10-19T17:22:23.033Z] d747dcd14b5f: Waiting [2020-10-19T17:22:23.033Z] 2de7ff778b66: Waiting [2020-10-19T17:22:23.033Z] e9a5061849ea: Waiting [2020-10-19T17:22:23.033Z] 9712f1f96733: Download complete [2020-10-19T17:22:25.583Z] 63f879dbbcfc: Verifying Checksum [2020-10-19T17:22:25.583Z] 63f879dbbcfc: Download complete [2020-10-19T17:22:25.583Z] e9a5061849ea: Verifying Checksum [2020-10-19T17:22:25.583Z] e9a5061849ea: Download complete [2020-10-19T17:22:25.583Z] d747dcd14b5f: Verifying Checksum [2020-10-19T17:22:25.583Z] d747dcd14b5f: Download complete [2020-10-19T17:22:25.844Z] 0d9ebad4ef96: Verifying Checksum [2020-10-19T17:22:25.844Z] 0d9ebad4ef96: Download complete [2020-10-19T17:22:25.844Z] 2de7ff778b66: Verifying Checksum [2020-10-19T17:22:25.844Z] 2de7ff778b66: Download complete [2020-10-19T17:22:26.105Z] ab5ef0e58194: Verifying Checksum [2020-10-19T17:22:26.106Z] ab5ef0e58194: Download complete [2020-10-19T17:22:30.350Z] ab5ef0e58194: Pull complete [2020-10-19T17:22:30.614Z] 9712f1f96733: Pull complete [2020-10-19T17:22:33.932Z] 63f879dbbcfc: Pull complete [2020-10-19T17:22:39.262Z] 0d9ebad4ef96: Pull complete [2020-10-19T17:22:39.526Z] e9a5061849ea: Pull complete [2020-10-19T17:22:39.794Z] d747dcd14b5f: Pull complete [2020-10-19T17:22:43.126Z] 2de7ff778b66: Pull complete [2020-10-19T17:22:43.126Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-19T17:22:43.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T17:22:43.126Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-19T17:22:43.350Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:22:43.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:22:47.073Z] $ docker top e08e56b5a5adb3549a52fa0853c58fe484fccd9a0428c76db1636374a8b7f706 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-19T17:22:47.377Z] provisioning config files... [2020-10-19T17:22:47.386Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/196@tmp/config8405862596809225825tmp [2020-10-19T17:22:47.403Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/196@tmp/config6735166382072306944tmp [2020-10-19T17:22:47.417Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/196@tmp/config5556885766899894541tmp [Pipeline] { [Pipeline] echo [2020-10-19T17:22:47.480Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:22:47.787Z] ---> sigul-configuration.sh [2020-10-19T17:22:47.787Z] gpg: directory `/root/.gnupg' created [2020-10-19T17:22:47.787Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-19T17:22:47.787Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-19T17:22:47.787Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-19T17:22:47.787Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-19T17:22:47.787Z] gpg: CAST5 encrypted data [2020-10-19T17:22:47.787Z] gpg: encrypted with 1 passphrase [2020-10-19T17:22:47.787Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-19T17:22:48.351Z] + mkdir /home/jenkins [2020-10-19T17:22:48.351Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-19T17:22:48.651Z] + 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-19T17:22:48.662Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:22:48.960Z] ---> sigul-install.sh [2020-10-19T17:22:54.268Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-19T17:22:54.566Z] + git tag --list [2020-10-19T17:22:54.566Z] 0.6.0 [2020-10-19T17:22:54.566Z] 0.6.1 [2020-10-19T17:22:54.566Z] 0.7.0 [2020-10-19T17:22:54.566Z] 0.7.1 [2020-10-19T17:22:54.566Z] v1.0.0 [2020-10-19T17:22:54.566Z] v1.0.1 [2020-10-19T17:22:54.566Z] v1.1.0 [2020-10-19T17:22:54.566Z] v1.2.0 [2020-10-19T17:22:54.566Z] v1.2.1 [2020-10-19T17:22:54.566Z] v1.2.2-dev.1 [2020-10-19T17:22:54.566Z] v1.2.2-dev.10 [2020-10-19T17:22:54.566Z] v1.2.2-dev.11 [2020-10-19T17:22:54.566Z] v1.2.2-dev.12 [2020-10-19T17:22:54.566Z] v1.2.2-dev.13 [2020-10-19T17:22:54.566Z] v1.2.2-dev.14 [2020-10-19T17:22:54.566Z] v1.2.2-dev.15 [2020-10-19T17:22:54.566Z] v1.2.2-dev.16 [2020-10-19T17:22:54.566Z] v1.2.2-dev.17 [2020-10-19T17:22:54.566Z] v1.2.2-dev.18 [2020-10-19T17:22:54.566Z] v1.2.2-dev.19 [2020-10-19T17:22:54.566Z] v1.2.2-dev.2 [2020-10-19T17:22:54.566Z] v1.2.2-dev.20 [2020-10-19T17:22:54.566Z] v1.2.2-dev.21 [2020-10-19T17:22:54.566Z] v1.2.2-dev.22 [2020-10-19T17:22:54.566Z] v1.2.2-dev.23 [2020-10-19T17:22:54.566Z] v1.2.2-dev.24 [2020-10-19T17:22:54.566Z] v1.2.2-dev.25 [2020-10-19T17:22:54.566Z] v1.2.2-dev.26 [2020-10-19T17:22:54.566Z] v1.2.2-dev.27 [2020-10-19T17:22:54.566Z] v1.2.2-dev.28 [2020-10-19T17:22:54.566Z] v1.2.2-dev.29 [2020-10-19T17:22:54.566Z] v1.2.2-dev.3 [2020-10-19T17:22:54.566Z] v1.2.2-dev.30 [2020-10-19T17:22:54.566Z] v1.2.2-dev.31 [2020-10-19T17:22:54.566Z] v1.2.2-dev.32 [2020-10-19T17:22:54.566Z] v1.2.2-dev.33 [2020-10-19T17:22:54.566Z] v1.2.2-dev.34 [2020-10-19T17:22:54.566Z] v1.2.2-dev.35 [2020-10-19T17:22:54.566Z] v1.2.2-dev.36 [2020-10-19T17:22:54.566Z] v1.2.2-dev.37 [2020-10-19T17:22:54.566Z] v1.2.2-dev.38 [2020-10-19T17:22:54.566Z] v1.2.2-dev.39 [2020-10-19T17:22:54.566Z] v1.2.2-dev.4 [2020-10-19T17:22:54.566Z] v1.2.2-dev.40 [2020-10-19T17:22:54.566Z] v1.2.2-dev.41 [2020-10-19T17:22:54.566Z] v1.2.2-dev.42 [2020-10-19T17:22:54.566Z] v1.2.2-dev.43 [2020-10-19T17:22:54.566Z] v1.2.2-dev.44 [2020-10-19T17:22:54.566Z] v1.2.2-dev.45 [2020-10-19T17:22:54.566Z] v1.2.2-dev.46 [2020-10-19T17:22:54.566Z] v1.2.2-dev.47 [2020-10-19T17:22:54.566Z] v1.2.2-dev.48 [2020-10-19T17:22:54.566Z] v1.2.2-dev.49 [2020-10-19T17:22:54.566Z] v1.2.2-dev.5 [2020-10-19T17:22:54.566Z] v1.2.2-dev.50 [2020-10-19T17:22:54.566Z] v1.2.2-dev.51 [2020-10-19T17:22:54.566Z] v1.2.2-dev.52 [2020-10-19T17:22:54.566Z] v1.2.2-dev.53 [2020-10-19T17:22:54.566Z] v1.2.2-dev.54 [2020-10-19T17:22:54.566Z] v1.2.2-dev.55 [2020-10-19T17:22:54.566Z] v1.2.2-dev.56 [2020-10-19T17:22:54.566Z] v1.2.2-dev.57 [2020-10-19T17:22:54.566Z] v1.2.2-dev.58 [2020-10-19T17:22:54.566Z] v1.2.2-dev.59 [2020-10-19T17:22:54.566Z] v1.2.2-dev.6 [2020-10-19T17:22:54.566Z] v1.2.2-dev.60 [2020-10-19T17:22:54.566Z] v1.2.2-dev.61 [2020-10-19T17:22:54.566Z] v1.2.2-dev.62 [2020-10-19T17:22:54.566Z] v1.2.2-dev.63 [2020-10-19T17:22:54.566Z] v1.2.2-dev.64 [2020-10-19T17:22:54.566Z] v1.2.2-dev.65 [2020-10-19T17:22:54.566Z] v1.2.2-dev.66 [2020-10-19T17:22:54.566Z] v1.2.2-dev.67 [2020-10-19T17:22:54.566Z] v1.2.2-dev.68 [2020-10-19T17:22:54.566Z] v1.2.2-dev.69 [2020-10-19T17:22:54.566Z] v1.2.2-dev.7 [2020-10-19T17:22:54.566Z] v1.2.2-dev.70 [2020-10-19T17:22:54.566Z] v1.2.2-dev.71 [2020-10-19T17:22:54.566Z] v1.2.2-dev.72 [2020-10-19T17:22:54.566Z] v1.2.2-dev.73 [2020-10-19T17:22:54.566Z] v1.2.2-dev.74 [2020-10-19T17:22:54.566Z] v1.2.2-dev.75 [2020-10-19T17:22:54.566Z] v1.2.2-dev.76 [2020-10-19T17:22:54.566Z] v1.2.2-dev.77 [2020-10-19T17:22:54.566Z] v1.2.2-dev.78 [2020-10-19T17:22:54.566Z] v1.2.2-dev.79 [2020-10-19T17:22:54.566Z] v1.2.2-dev.8 [2020-10-19T17:22:54.566Z] v1.2.2-dev.80 [2020-10-19T17:22:54.566Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-19T17:22:54.867Z] + lftools sign git-tag v1.2.2-dev.80 [2020-10-19T17:22:55.813Z] Signing Git tag with Sigul... [2020-10-19T17:22:55.813Z] Signing v1.2.2-dev.80 [Pipeline] echo [2020-10-19T17:22:57.221Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:22:57.521Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-19T17:22:57.532Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-19T17:22:57.649Z] $ docker stop --time=1 e08e56b5a5adb3549a52fa0853c58fe484fccd9a0428c76db1636374a8b7f706 [2020-10-19T17:22:59.911Z] $ docker rm -f e08e56b5a5adb3549a52fa0853c58fe484fccd9a0428c76db1636374a8b7f706 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:23:01.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:23:01.090Z] . [Pipeline] withDockerContainer [2020-10-19T17:23:01.198Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:23:01.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:23:01.984Z] $ docker top 8f778073491d21be75817fa8ac830f646a5c952737af4b4fad4e1431e98a80a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T17:23:02.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T17:23:02.318Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T17:23:02.538Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T17:23:02.540Z] $ docker exec 8f778073491d21be75817fa8ac830f646a5c952737af4b4fad4e1431e98a80a1 ssh-agent [2020-10-19T17:23:02.739Z] SSH_AUTH_SOCK=/tmp/ssh-IBIAUDO15wMh/agent.11 [2020-10-19T17:23:02.739Z] SSH_AGENT_PID=16 [2020-10-19T17:23:02.751Z] Running ssh-add (command line suppressed) [2020-10-19T17:23:02.888Z] Identity added: /w/workspace/edgex-go/196@tmp/private_key_2433320685969286284.key (/w/workspace/edgex-go/196@tmp/private_key_2433320685969286284.key) [2020-10-19T17:23:02.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T17:23:03.290Z] + git semver bump pre [2020-10-19T17:23:03.291Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T17:23:03.291Z] # $GIT_DIR = /w/workspace/edgex-go/196/.git [2020-10-19T17:23:03.291Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/196 [2020-10-19T17:23:03.291Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T17:23:03.291Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T17:23:03.291Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T17:23:03.291Z] # $SEMVER_BRANCH = master [2020-10-19T17:23:03.291Z] # $SEMVER_DIR = /w/workspace/edgex-go/196/.semver [2020-10-19T17:23:03.291Z] 1.2.2-dev.81 [Pipeline] } [2020-10-19T17:23:03.301Z] $ docker exec --env ******** --env ******** 8f778073491d21be75817fa8ac830f646a5c952737af4b4fad4e1431e98a80a1 ssh-agent -k [2020-10-19T17:23:03.434Z] unset SSH_AUTH_SOCK; [2020-10-19T17:23:03.434Z] unset SSH_AGENT_PID; [2020-10-19T17:23:03.434Z] echo Agent pid 16 killed; [2020-10-19T17:23:03.491Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T17:23:03.948Z] + git semver [Pipeline] } [2020-10-19T17:23:03.968Z] $ docker stop --time=1 8f778073491d21be75817fa8ac830f646a5c952737af4b4fad4e1431e98a80a1 [2020-10-19T17:23:05.394Z] $ docker rm -f 8f778073491d21be75817fa8ac830f646a5c952737af4b4fad4e1431e98a80a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:23:06.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:23:06.032Z] . [Pipeline] withDockerContainer [2020-10-19T17:23:06.135Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:23:06.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:23:06.926Z] $ docker top 65c7d6a54eddf68e835a4578706881daa7f6a9d4d0f4b4b42535ec027ca3481f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T17:23:07.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T17:23:07.229Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T17:23:07.432Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T17:23:07.435Z] $ docker exec 65c7d6a54eddf68e835a4578706881daa7f6a9d4d0f4b4b42535ec027ca3481f ssh-agent [2020-10-19T17:23:07.615Z] SSH_AUTH_SOCK=/tmp/ssh-SiQC61mSxdqL/agent.12 [2020-10-19T17:23:07.615Z] SSH_AGENT_PID=17 [2020-10-19T17:23:07.622Z] Running ssh-add (command line suppressed) [2020-10-19T17:23:07.748Z] Identity added: /w/workspace/edgex-go/196@tmp/private_key_2214311608091916922.key (/w/workspace/edgex-go/196@tmp/private_key_2214311608091916922.key) [2020-10-19T17:23:07.807Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T17:23:08.164Z] + git semver push [2020-10-19T17:23:08.164Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T17:23:08.164Z] # $GIT_DIR = /w/workspace/edgex-go/196/.git [2020-10-19T17:23:08.164Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/196 [2020-10-19T17:23:08.164Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T17:23:08.164Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T17:23:08.164Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T17:23:08.164Z] # $SEMVER_BRANCH = master [2020-10-19T17:23:08.164Z] # $SEMVER_DIR = /w/workspace/edgex-go/196/.semver [Pipeline] } [2020-10-19T17:23:18.651Z] $ docker exec --env ******** --env ******** 65c7d6a54eddf68e835a4578706881daa7f6a9d4d0f4b4b42535ec027ca3481f ssh-agent -k [2020-10-19T17:23:18.777Z] unset SSH_AUTH_SOCK; [2020-10-19T17:23:18.777Z] unset SSH_AGENT_PID; [2020-10-19T17:23:18.777Z] echo Agent pid 17 killed; [2020-10-19T17:23:18.935Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T17:23:19.800Z] + git semver [Pipeline] } [2020-10-19T17:23:19.968Z] $ docker stop --time=1 65c7d6a54eddf68e835a4578706881daa7f6a9d4d0f4b4b42535ec027ca3481f [2020-10-19T17:23:21.514Z] $ docker rm -f 65c7d6a54eddf68e835a4578706881daa7f6a9d4d0f4b4b42535ec027ca3481f [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-19T17:23:23.285Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:23:24.056Z] ---> package-listing.sh [2020-10-19T17:23:24.056Z] ++ facter osfamily [2020-10-19T17:23:24.056Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T17:23:24.056Z] + OS_FAMILY=redhat [2020-10-19T17:23:24.056Z] + workspace=/w/workspace/edgex-go/196 [2020-10-19T17:23:24.056Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T17:23:24.056Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T17:23:24.056Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T17:23:24.056Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T17:23:24.056Z] + '[' /w/workspace/edgex-go/196 ']' [2020-10-19T17:23:24.056Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T17:23:24.056Z] + case "${OS_FAMILY}" in [2020-10-19T17:23:24.056Z] + rpm -qa [2020-10-19T17:23:24.056Z] + sort [2020-10-19T17:23:28.456Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T17:23:28.456Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T17:23:28.456Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T17:23:28.456Z] + '[' /w/workspace/edgex-go/196 ']' [2020-10-19T17:23:28.456Z] + mkdir -p /w/workspace/edgex-go/196/archives/ [2020-10-19T17:23:28.456Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/196/archives/ [Pipeline] echo [2020-10-19T17:23:28.475Z] 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/196/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T17:23:28.774Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:23:29.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T17:23:29.121Z] [2020-10-19T17:23:29.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:23:29.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T17:23:29.661Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T17:23:29.661Z] df20fa9351a1: Already exists [2020-10-19T17:23:29.661Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T17:23:29.661Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T17:23:29.661Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T17:23:29.661Z] 93b61091891f: Pulling fs layer [2020-10-19T17:23:29.661Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T17:23:29.661Z] 5e14af77c1be: Pulling fs layer [2020-10-19T17:23:29.661Z] 01666e4c0597: Pulling fs layer [2020-10-19T17:23:29.661Z] aa168da1d23b: Pulling fs layer [2020-10-19T17:23:29.661Z] 93b61091891f: Waiting [2020-10-19T17:23:29.661Z] 93b9cdb0e59b: Waiting [2020-10-19T17:23:29.661Z] 01666e4c0597: Waiting [2020-10-19T17:23:29.661Z] aa168da1d23b: Waiting [2020-10-19T17:23:29.661Z] 5e14af77c1be: Waiting [2020-10-19T17:23:29.661Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T17:23:29.661Z] 46f8f816bc3b: Download complete [2020-10-19T17:23:29.661Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T17:23:29.661Z] 36b3adc4ff6f: Download complete [2020-10-19T17:23:29.661Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T17:23:29.661Z] 93b9cdb0e59b: Download complete [2020-10-19T17:23:29.929Z] 5e14af77c1be: Verifying Checksum [2020-10-19T17:23:29.929Z] 5e14af77c1be: Download complete [2020-10-19T17:23:29.929Z] 93b61091891f: Verifying Checksum [2020-10-19T17:23:29.929Z] 93b61091891f: Download complete [2020-10-19T17:23:29.929Z] 01666e4c0597: Verifying Checksum [2020-10-19T17:23:29.929Z] 01666e4c0597: Download complete [2020-10-19T17:23:30.193Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T17:23:30.193Z] 8ad3a11d3b57: Download complete [2020-10-19T17:23:30.465Z] 36b3adc4ff6f: Pull complete [2020-10-19T17:23:31.461Z] 8ad3a11d3b57: Pull complete [2020-10-19T17:23:31.461Z] 46f8f816bc3b: Pull complete [2020-10-19T17:23:32.424Z] aa168da1d23b: Verifying Checksum [2020-10-19T17:23:32.424Z] aa168da1d23b: Download complete [2020-10-19T17:23:32.704Z] 93b61091891f: Pull complete [2020-10-19T17:23:32.971Z] 93b9cdb0e59b: Pull complete [2020-10-19T17:23:33.237Z] 5e14af77c1be: Pull complete [2020-10-19T17:23:33.500Z] 01666e4c0597: Pull complete [2020-10-19T17:23:40.196Z] aa168da1d23b: Pull complete [2020-10-19T17:23:40.196Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T17:23:40.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T17:23:40.196Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T17:23:40.348Z] prd-centos7-docker-4c-2g-6301 does not seem to be running inside a container [2020-10-19T17:23:40.394Z] $ 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/196/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/196 -v /w/workspace/edgex-go/196:/w/workspace/edgex-go/196:rw,z -v /w/workspace/edgex-go/196@tmp:/w/workspace/edgex-go/196@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-19T17:23:43.378Z] $ docker top 23075019efa3bfaa7aca49ce161c6f44dc281b0d3f2c76901c9b1f10c62b5083 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:23:43.964Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T17:23:44.266Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T17:23:44.567Z] + ls /var/log/sa-host [2020-10-19T17:23:44.567Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T17:23:44.567Z] file_magic: OK [2020-10-19T17:23:44.567Z] HZ: Using current value: 100 [2020-10-19T17:23:44.567Z] file_header: OK [2020-10-19T17:23:44.567Z] 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-19T17:23:44.567Z] Statistics: [2020-10-19T17:23:44.567Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T17:23:44.567Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T17:23:44.567Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T17:23:44.567Z] file_magic: OK [2020-10-19T17:23:44.567Z] HZ: Using current value: 100 [2020-10-19T17:23:44.567Z] file_header: OK [2020-10-19T17:23:44.567Z] 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-19T17:23:44.567Z] Statistics: [2020-10-19T17:23:44.567Z] 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-19T17:23:44.567Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T17:23:45.213Z] provisioning config files... [2020-10-19T17:23:45.227Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/196@tmp/config2657188830553180933tmp [Pipeline] { [Pipeline] echo [2020-10-19T17:23:45.297Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:23:46.449Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T17:23:46.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T17:23:46.581Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:23:46.883Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T17:23:46.893Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:23:47.188Z] ---> sudo-logs.sh [2020-10-19T17:23:47.188Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T17:23:47.198Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:23:47.493Z] ---> job-cost.sh [2020-10-19T17:23:47.493Z] lf-activate-venv: SKIPPING [2020-10-19T17:23:47.493Z] INFO: No Stack... [2020-10-19T17:23:48.434Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T17:23:49.006Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T17:23:49.019Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:23:49.313Z] ---> logs-deploy.sh [2020-10-19T17:23:49.313Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/196 [2020-10-19T17:23:49.313Z] INFO: archiving workspace using pattern(s): [2020-10-19T17:23:50.697Z] Archives upload complete. [2020-10-19T17:23:50.697Z] INFO: archiving logs to Nexus