Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3633 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/163 [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/163 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 # timeout=10 Commit message: "Merge pull request #2715 from cherrycl/issue-2702" > git rev-list --no-walk 890f92a9d8ed5a1b35c567ef67db74c505b78e03 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T04:53:41.734Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T04:53:42.096Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T04:53:42.207Z] ========================================================= [2020-10-06T04:53:42.207Z] EdgeX Global Pipelines Version Info [2020-10-06T04:53:42.207Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:53:45.161Z] ------------------- [2020-10-06T04:53:45.161Z] stable info: [2020-10-06T04:53:45.161Z] ------------------- [2020-10-06T04:53:45.161Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T04:53:45.161Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T04:53:45.161Z] Message: update stable to v1.0.131 [2020-10-06T04:53:46.222Z] ------------------- [2020-10-06T04:53:46.222Z] experimental info: [2020-10-06T04:53:46.222Z] ------------------- [2020-10-06T04:53:46.222Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T04:53:46.222Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T04:53:46.223Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-06T04:53:46.699Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-06T04:53:46.838Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-06T04:53:46.951Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T04:53:47.055Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T04:53:47.153Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T04:53:47.252Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T04:53:47.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T04:53:47.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-06T04:53:47.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-06T04:53:47.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-06T04:53:47.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T04:53:47.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T04:53:48.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T04:53:48.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T04:53:48.347Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T04:53:48.481Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T04:53:48.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T04:53:48.907Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T04:53:48.992Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T04:53:49.092Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T04:53:49.222Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-06T04:53:49.315Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T04:53:49.606Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T04:53:49.699Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T04:53:49.797Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] echo [2020-10-06T04:53:49.885Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ac35037 [Pipeline] echo [2020-10-06T04:53:49.989Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-06T04:53:50.608Z] ++ 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-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ dirname cmd/core-command/Dockerfile [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ dirname cmd/core-data/Dockerfile [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-06T04:53:50.608Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-06T04:53:50.608Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-06T04:53:50.608Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-06T04:53:50.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:53:50.608Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-06T04:53:50.608Z] ++ cut -d/ -f2 [2020-10-06T04:53:50.608Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-06T04:53:50.942Z] 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-06T04:53:52.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:53:53.438Z] [2020-10-06T04:53:53.438Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:53:54.454Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:53:54.977Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T04:53:54.977Z] 31603596830f: Pulling fs layer [2020-10-06T04:53:54.977Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T04:53:54.977Z] 6ca5941a6612: Pulling fs layer [2020-10-06T04:53:54.977Z] ecc8261a40a4: Pulling fs layer [2020-10-06T04:53:54.977Z] ecc8261a40a4: Waiting [2020-10-06T04:53:54.977Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T04:53:54.977Z] 2a8b12db71e7: Download complete [2020-10-06T04:53:56.443Z] 31603596830f: Verifying Checksum [2020-10-06T04:53:56.443Z] 31603596830f: Download complete [2020-10-06T04:53:57.147Z] 31603596830f: Pull complete [2020-10-06T04:53:57.147Z] 6ca5941a6612: Verifying Checksum [2020-10-06T04:53:57.147Z] 6ca5941a6612: Download complete [2020-10-06T04:53:57.431Z] ecc8261a40a4: Verifying Checksum [2020-10-06T04:53:57.431Z] ecc8261a40a4: Download complete [2020-10-06T04:53:57.431Z] 2a8b12db71e7: Pull complete [2020-10-06T04:53:58.958Z] 6ca5941a6612: Pull complete [2020-10-06T04:53:59.609Z] ecc8261a40a4: Pull complete [2020-10-06T04:53:59.609Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T04:53:59.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:53:59.609Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T04:54:00.031Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T04:54:00.228Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T04:54:03.176Z] $ docker top 35a739396045340ac8325514c9847908367e9025f186a61045c4b710b3b63cba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:54:03.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:54:03.542Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:54:03.952Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:54:03.960Z] $ docker exec 35a739396045340ac8325514c9847908367e9025f186a61045c4b710b3b63cba ssh-agent [2020-10-06T04:54:04.266Z] SSH_AUTH_SOCK=/tmp/ssh-LhbrI9hw3nlE/agent.12 [2020-10-06T04:54:04.266Z] SSH_AGENT_PID=18 [2020-10-06T04:54:04.301Z] Running ssh-add (command line suppressed) [2020-10-06T04:54:04.510Z] Identity added: /w/workspace/edgex-go/163@tmp/private_key_8200077826797184279.key (/w/workspace/edgex-go/163@tmp/private_key_8200077826797184279.key) [2020-10-06T04:54:04.639Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:54:05.133Z] + git describe --exact-match --tags HEAD [2020-10-06T04:54:05.133Z] fatal: no tag exactly matches 'ac35037bd2ce08bc2b79954fe4964b2bc7b9d609' [Pipeline] } [2020-10-06T04:54:05.169Z] $ docker exec --env ******** --env ******** 35a739396045340ac8325514c9847908367e9025f186a61045c4b710b3b63cba ssh-agent -k [2020-10-06T04:54:05.508Z] unset SSH_AUTH_SOCK; [2020-10-06T04:54:05.509Z] unset SSH_AGENT_PID; [2020-10-06T04:54:05.509Z] echo Agent pid 18 killed; [2020-10-06T04:54:05.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T04:54:05.692Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T04:54:05.692Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T04:54:05.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:54:05.798Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:54:06.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:54:06.181Z] $ docker exec 35a739396045340ac8325514c9847908367e9025f186a61045c4b710b3b63cba ssh-agent [2020-10-06T04:54:06.644Z] SSH_AUTH_SOCK=/tmp/ssh-STdGtsCMdfEs/agent.46 [2020-10-06T04:54:06.644Z] SSH_AGENT_PID=51 [2020-10-06T04:54:06.656Z] Running ssh-add (command line suppressed) [2020-10-06T04:54:06.934Z] Identity added: /w/workspace/edgex-go/163@tmp/private_key_8445508431097885408.key (/w/workspace/edgex-go/163@tmp/private_key_8445508431097885408.key) [2020-10-06T04:54:07.127Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:54:07.523Z] + git semver init [2020-10-06T04:54:07.523Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:54:07.523Z] # $GIT_DIR = /w/workspace/edgex-go/163/.git [2020-10-06T04:54:07.523Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/163 [2020-10-06T04:54:07.523Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:54:07.523Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:54:07.523Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:54:07.523Z] # $SEMVER_BRANCH = master [2020-10-06T04:54:07.832Z] # $SEMVER_TEMP = /tmp/semver-453679023 [2020-10-06T04:54:07.832Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-06T04:57:00.152Z] # '/tmp/semver-453679023' -> '/w/workspace/edgex-go/163/.semver' [2020-10-06T04:57:00.152Z] # -> Force: false [2020-10-06T04:57:00.152Z] # $SEMVER_DIR = /w/workspace/edgex-go/163/.semver [Pipeline] } [2020-10-06T04:57:00.180Z] $ docker exec --env ******** --env ******** 35a739396045340ac8325514c9847908367e9025f186a61045c4b710b3b63cba ssh-agent -k [2020-10-06T04:57:00.462Z] unset SSH_AUTH_SOCK; [2020-10-06T04:57:00.463Z] unset SSH_AGENT_PID; [2020-10-06T04:57:00.463Z] echo Agent pid 51 killed; [2020-10-06T04:57:00.566Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:57:01.061Z] + git semver [Pipeline] } [2020-10-06T04:57:01.085Z] $ docker stop --time=1 35a739396045340ac8325514c9847908367e9025f186a61045c4b710b3b63cba [2020-10-06T04:57:02.810Z] $ docker rm -f 35a739396045340ac8325514c9847908367e9025f186a61045c4b710b3b63cba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T04:57:21.139Z] Stashed 65 file(s) [Pipeline] echo [2020-10-06T04:57:21.143Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.48 [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-06T04:57:21.785Z] ========================================================= [2020-10-06T04:57:21.785Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T04:57:21.785Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:57:22.176Z] + 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-06T04:57:27.542Z] Sending build context to Docker daemon 324.7MB [2020-10-06T04:57:27.542Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T04:57:27.542Z] Step 2/7 : FROM ${BASE} [2020-10-06T04:57:27.542Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T04:57:27.542Z] df20fa9351a1: Pulling fs layer [2020-10-06T04:57:27.542Z] ed8968b2872e: Pulling fs layer [2020-10-06T04:57:27.542Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T04:57:27.542Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T04:57:27.542Z] e73272ec9a57: Pulling fs layer [2020-10-06T04:57:27.542Z] 1e910a182e73: Pulling fs layer [2020-10-06T04:57:27.542Z] 4e634b169226: Pulling fs layer [2020-10-06T04:57:27.542Z] e73272ec9a57: Waiting [2020-10-06T04:57:27.542Z] 1e910a182e73: Waiting [2020-10-06T04:57:27.542Z] e871e8e8d7a9: Waiting [2020-10-06T04:57:27.542Z] 4e634b169226: Waiting [2020-10-06T04:57:27.542Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T04:57:27.542Z] a92cc7c5fd73: Download complete [2020-10-06T04:57:27.838Z] ed8968b2872e: Download complete [2020-10-06T04:57:27.838Z] e73272ec9a57: Verifying Checksum [2020-10-06T04:57:27.838Z] e73272ec9a57: Download complete [2020-10-06T04:57:27.838Z] 1e910a182e73: Verifying Checksum [2020-10-06T04:57:27.838Z] 1e910a182e73: Download complete [2020-10-06T04:57:27.838Z] df20fa9351a1: Download complete [2020-10-06T04:57:28.427Z] df20fa9351a1: Pull complete [2020-10-06T04:57:28.700Z] ed8968b2872e: Pull complete [2020-10-06T04:57:29.006Z] a92cc7c5fd73: Pull complete [2020-10-06T04:57:31.700Z] 4e634b169226: Verifying Checksum [2020-10-06T04:57:31.700Z] 4e634b169226: Download complete [2020-10-06T04:57:32.301Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T04:57:32.301Z] e871e8e8d7a9: Download complete [2020-10-06T04:57:36.569Z] Still waiting to schedule task [2020-10-06T04:57:36.569Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-06T04:57:39.031Z] e871e8e8d7a9: Pull complete [2020-10-06T04:57:39.032Z] e73272ec9a57: Pull complete [2020-10-06T04:57:39.307Z] 1e910a182e73: Pull complete [2020-10-06T04:57:42.740Z] 4e634b169226: Pull complete [2020-10-06T04:57:42.740Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T04:57:42.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T04:57:42.740Z] ---> f7629b54cfaa [2020-10-06T04:57:42.740Z] 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-06T04:57:43.017Z] ---> Running in 3c9f9f95f816 [2020-10-06T04:57:44.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:57:44.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:57:45.930Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T04:57:46.215Z] (2/12) Installing file (5.38-r0) [2020-10-06T04:57:46.215Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T04:57:46.215Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T04:58:13.060Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T04:58:13.060Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T04:58:13.060Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T04:58:13.060Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T04:58:13.060Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T04:58:13.060Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T04:58:13.060Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T04:58:13.060Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T04:58:13.060Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:58:13.060Z] OK: 233 MiB in 51 packages [2020-10-06T04:58:14.040Z] Removing intermediate container 3c9f9f95f816 [2020-10-06T04:58:14.040Z] ---> ef01d60d8f61 [2020-10-06T04:58:14.040Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T04:58:14.040Z] ---> Running in 9c168afb2c48 [2020-10-06T04:58:14.324Z] Removing intermediate container 9c168afb2c48 [2020-10-06T04:58:14.324Z] ---> f89f5675d143 [2020-10-06T04:58:14.324Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T04:58:14.591Z] latest: Pulling from library/docker [2020-10-06T04:58:14.881Z] df20fa9351a1: Already exists [2020-10-06T04:58:14.881Z] 25ad7478873d: Pulling fs layer [2020-10-06T04:58:14.881Z] 4684f6177b5d: Pulling fs layer [2020-10-06T04:58:14.881Z] 8ba584e970af: Pulling fs layer [2020-10-06T04:58:14.881Z] 3cdc74d2b06d: Pulling fs layer [2020-10-06T04:58:14.881Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-06T04:58:14.881Z] fca0ccc462d5: Pulling fs layer [2020-10-06T04:58:14.881Z] 3cdc74d2b06d: Waiting [2020-10-06T04:58:14.881Z] 4cf5a0d07c1f: Waiting [2020-10-06T04:58:14.881Z] fca0ccc462d5: Waiting [2020-10-06T04:58:14.881Z] 4684f6177b5d: Verifying Checksum [2020-10-06T04:58:14.881Z] 4684f6177b5d: Download complete [2020-10-06T04:58:15.204Z] 25ad7478873d: Verifying Checksum [2020-10-06T04:58:15.204Z] 25ad7478873d: Download complete [2020-10-06T04:58:15.204Z] 3cdc74d2b06d: Verifying Checksum [2020-10-06T04:58:15.204Z] 3cdc74d2b06d: Download complete [2020-10-06T04:58:15.204Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-06T04:58:15.204Z] 4cf5a0d07c1f: Download complete [2020-10-06T04:58:15.514Z] fca0ccc462d5: Verifying Checksum [2020-10-06T04:58:15.514Z] fca0ccc462d5: Download complete [2020-10-06T04:58:15.514Z] 25ad7478873d: Pull complete [2020-10-06T04:58:15.817Z] 4684f6177b5d: Pull complete [2020-10-06T04:58:16.665Z] 8ba584e970af: Verifying Checksum [2020-10-06T04:58:16.665Z] 8ba584e970af: Download complete [2020-10-06T04:58:20.108Z] 8ba584e970af: Pull complete [2020-10-06T04:58:20.374Z] 3cdc74d2b06d: Pull complete [2020-10-06T04:58:20.374Z] 4cf5a0d07c1f: Pull complete [2020-10-06T04:58:20.641Z] fca0ccc462d5: Pull complete [2020-10-06T04:58:20.641Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T04:58:20.641Z] Status: Downloaded newer image for docker:latest [2020-10-06T04:58:22.621Z] ---> 94dab5bbe6d7 [2020-10-06T04:58:22.621Z] Step 6/7 : COPY go.mod . [2020-10-06T04:58:23.269Z] ---> 68917a104e8d [2020-10-06T04:58:23.269Z] Step 7/7 : RUN go mod download [2020-10-06T04:58:23.269Z] ---> Running in 883f7dae4589 [2020-10-06T04:58:46.346Z] Removing intermediate container 883f7dae4589 [2020-10-06T04:58:46.347Z] ---> d1be4865bee6 [2020-10-06T04:58:46.347Z] Successfully built d1be4865bee6 [2020-10-06T04:58:46.347Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:58:46.785Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T04:58:46.785Z] . [Pipeline] withDockerContainer [2020-10-06T04:58:46.926Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T04:58:47.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T04:58:48.270Z] $ docker top f13b0f140178109ea73a2798807dc2643ce2ad71cf7cb1fc34e6fc814f5fc44f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:58:49.226Z] + go version [2020-10-06T04:58:49.226Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T04:58:49.243Z] $ docker stop --time=1 f13b0f140178109ea73a2798807dc2643ce2ad71cf7cb1fc34e6fc814f5fc44f [2020-10-06T04:58:50.802Z] $ docker rm -f f13b0f140178109ea73a2798807dc2643ce2ad71cf7cb1fc34e6fc814f5fc44f [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-06T04:58:52.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T04:58:52.843Z] [2020-10-06T04:58:52.843Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:58:53.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T04:58:53.579Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-06T04:58:53.579Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T04:58:53.579Z] ca9280d653b3: Pulling fs layer [2020-10-06T04:58:53.579Z] 7e9c9ca2126c: Pulling fs layer [2020-10-06T04:58:54.314Z] cbdbe7a5bc2a: Download complete [2020-10-06T04:58:54.939Z] cbdbe7a5bc2a: Pull complete [2020-10-06T04:58:55.241Z] ca9280d653b3: Verifying Checksum [2020-10-06T04:58:55.241Z] ca9280d653b3: Download complete [2020-10-06T04:58:57.266Z] ca9280d653b3: Pull complete [2020-10-06T04:58:57.866Z] 7e9c9ca2126c: Verifying Checksum [2020-10-06T04:58:57.866Z] 7e9c9ca2126c: Download complete [2020-10-06T04:59:08.209Z] 7e9c9ca2126c: Pull complete [2020-10-06T04:59:08.209Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-06T04:59:08.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T04:59:08.209Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-06T04:59:08.440Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T04:59:08.528Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T04:59:10.867Z] $ docker top 08ccc7ff3735744d2fc7e01e1ffd85d18a46a4e90ae52d49529532ef2f9590ea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:59:11.594Z] + docker-compose build --help [2020-10-06T04:59:11.594Z] + grep parallel [2020-10-06T04:59:13.044Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T04:59:13.069Z] $ docker stop --time=1 08ccc7ff3735744d2fc7e01e1ffd85d18a46a4e90ae52d49529532ef2f9590ea [2020-10-06T04:59:14.651Z] $ docker rm -f 08ccc7ff3735744d2fc7e01e1ffd85d18a46a4e90ae52d49529532ef2f9590ea [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:59:15.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T04:59:15.380Z] . [Pipeline] withDockerContainer [2020-10-06T04:59:15.602Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T04:59:15.684Z] $ 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/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T04:59:16.701Z] $ docker top f3d87ce677bf4f4ae672271c3d5ba90725c6e728ad469a6f9545cf9ee659659f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:59:17.598Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T04:59:19.096Z] Building docker-core-command-go ... [2020-10-06T04:59:19.096Z] Building docker-core-data-go ... [2020-10-06T04:59:19.096Z] Building docker-core-metadata-go ... [2020-10-06T04:59:19.096Z] Building docker-security-proxy-setup-go ... [2020-10-06T04:59:19.096Z] Building docker-security-secrets-setup-go ... [2020-10-06T04:59:19.096Z] Building docker-security-secretstore-setup-go ... [2020-10-06T04:59:19.096Z] Building docker-support-logging-go ... [2020-10-06T04:59:19.096Z] Building docker-support-notifications-go ... [2020-10-06T04:59:19.096Z] Building docker-support-scheduler-go ... [2020-10-06T04:59:19.096Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T04:59:19.096Z] Building docker-security-secretstore-setup-go [2020-10-06T04:59:19.096Z] Building docker-support-notifications-go [2020-10-06T04:59:19.096Z] Building docker-support-scheduler-go [2020-10-06T04:59:19.096Z] Building docker-sys-mgmt-agent-go [2020-10-06T04:59:19.096Z] Building docker-core-metadata-go [2020-10-06T04:59:51.968Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:59:51.968Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:59:51.968Z] ---> d1be4865bee6 [2020-10-06T04:59:51.968Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T04:59:51.968Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:59:51.968Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:59:51.968Z] ---> d1be4865bee6 [2020-10-06T04:59:51.968Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T04:59:51.968Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:59:51.968Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:59:51.968Z] ---> d1be4865bee6 [2020-10-06T04:59:51.968Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T04:59:51.968Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:59:51.968Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:59:51.968Z] ---> d1be4865bee6 [2020-10-06T04:59:51.968Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T04:59:51.968Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:59:51.968Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:59:51.968Z] ---> d1be4865bee6 [2020-10-06T04:59:51.968Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T04:59:51.968Z] ---> Running in f0fe47510b32 [2020-10-06T04:59:51.968Z] ---> Running in 2ae137cdadb6 [2020-10-06T04:59:51.968Z] ---> Running in 7e82e43e845f [2020-10-06T04:59:51.968Z] ---> Running in 0976948dbf6c [2020-10-06T04:59:51.968Z] ---> Running in 9a7800785f2f [2020-10-06T04:59:51.968Z] Removing intermediate container 7e82e43e845f [2020-10-06T04:59:51.968Z] ---> d9199f248486 [2020-10-06T04:59:51.968Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:59:51.968Z] Removing intermediate container 2ae137cdadb6 [2020-10-06T04:59:51.968Z] ---> b15ca66b2e72 [2020-10-06T04:59:51.968Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:59:51.968Z] Removing intermediate container 0976948dbf6c [2020-10-06T04:59:51.968Z] ---> a7d954527ad2 [2020-10-06T04:59:51.968Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:59:51.968Z] Removing intermediate container 9a7800785f2f [2020-10-06T04:59:51.968Z] ---> edb59be0d56a [2020-10-06T04:59:51.968Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:59:51.968Z] Removing intermediate container f0fe47510b32 [2020-10-06T04:59:51.968Z] ---> a9b725498a08 [2020-10-06T04:59:51.968Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:59:51.968Z] ---> Running in c10488dac83e [2020-10-06T04:59:51.968Z] ---> Running in f8620c94283d [2020-10-06T04:59:51.968Z] ---> Running in 83e0b5ce61ba [2020-10-06T04:59:51.968Z] ---> Running in 89eb45f43dae [2020-10-06T04:59:51.968Z] ---> Running in 95bb447d27e5 [2020-10-06T04:59:53.677Z] Removing intermediate container f8620c94283d [2020-10-06T04:59:53.677Z] ---> 43d752b73742 [2020-10-06T04:59:53.677Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T04:59:53.677Z] Removing intermediate container c10488dac83e [2020-10-06T04:59:53.677Z] ---> a61af4227d68 [2020-10-06T04:59:53.677Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T04:59:53.677Z] ---> Running in 596c66530ee8 [2020-10-06T04:59:53.969Z] ---> Running in 0d4f034d1baf [2020-10-06T04:59:53.969Z] Removing intermediate container 83e0b5ce61ba [2020-10-06T04:59:53.969Z] ---> 1ed16dfa2b56 [2020-10-06T04:59:53.969Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T04:59:53.969Z] Removing intermediate container 89eb45f43dae [2020-10-06T04:59:53.969Z] ---> 8c516823242c [2020-10-06T04:59:53.969Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T04:59:54.253Z] Removing intermediate container 95bb447d27e5 [2020-10-06T04:59:54.253Z] ---> 52e8dd4a80e8 [2020-10-06T04:59:54.253Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T04:59:54.253Z] ---> Running in 293c8de9cf09 [2020-10-06T04:59:54.253Z] ---> Running in c0052902cde6 [2020-10-06T04:59:54.544Z] ---> Running in 172316b76193 [2020-10-06T04:59:55.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:55.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:55.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:55.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:55.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:56.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:56.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:57.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:57.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:57.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:59:57.990Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:59:57.990Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:59:57.990Z] OK: 12752 distinct packages available [2020-10-06T04:59:57.990Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:59:57.990Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:59:57.990Z] OK: 12752 distinct packages available [2020-10-06T04:59:57.990Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:59:57.990Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:59:57.990Z] OK: 12752 distinct packages available [2020-10-06T04:59:57.990Z] OK: 233 MiB in 51 packages [2020-10-06T04:59:58.411Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:59:58.411Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:59:58.411Z] OK: 12752 distinct packages available [2020-10-06T04:59:58.411Z] OK: 233 MiB in 51 packages [2020-10-06T04:59:58.411Z] OK: 233 MiB in 51 packages [2020-10-06T04:59:58.411Z] OK: 233 MiB in 51 packages [2020-10-06T04:59:58.411Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:59:58.411Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:59:58.411Z] OK: 12752 distinct packages available [2020-10-06T04:59:58.683Z] OK: 233 MiB in 51 packages [2020-10-06T04:59:58.974Z] Removing intermediate container 596c66530ee8 [2020-10-06T04:59:58.974Z] ---> 8fe219978d99 [2020-10-06T04:59:58.974Z] Step 6/27 : COPY go.mod . [2020-10-06T04:59:59.601Z] Removing intermediate container 0d4f034d1baf [2020-10-06T04:59:59.601Z] ---> 89f8ff075d18 [2020-10-06T04:59:59.601Z] Step 6/22 : COPY go.mod . [2020-10-06T04:59:59.601Z] Removing intermediate container 293c8de9cf09 [2020-10-06T04:59:59.601Z] ---> 8c8b1bb28dbd [2020-10-06T04:59:59.601Z] Step 6/26 : COPY go.mod . [2020-10-06T04:59:59.601Z] ---> 845b01a2f328 [2020-10-06T04:59:59.601Z] Step 7/27 : RUN go mod download [2020-10-06T04:59:59.897Z] ---> Running in 6d5a7eaf805d [2020-10-06T05:00:00.489Z] Removing intermediate container 172316b76193 [2020-10-06T05:00:00.489Z] ---> 011cdf73da61 [2020-10-06T05:00:00.489Z] Step 6/24 : COPY go.mod . [2020-10-06T05:00:00.489Z] Removing intermediate container c0052902cde6 [2020-10-06T05:00:00.490Z] ---> c96a5945af3b [2020-10-06T05:00:00.490Z] Step 6/21 : COPY go.mod . [2020-10-06T05:00:00.490Z] ---> 3cd3b2d69b17 [2020-10-06T05:00:00.490Z] Step 7/22 : RUN go mod download [2020-10-06T05:00:00.772Z] ---> 037c19352a88 [2020-10-06T05:00:00.772Z] Step 7/26 : RUN go mod download [2020-10-06T05:00:00.772Z] ---> Running in 5cf332df16c6 [2020-10-06T05:00:00.772Z] ---> Running in 1c817a1016a3 [2020-10-06T05:00:01.109Z] ---> 89fa0ed685dc [2020-10-06T05:00:01.109Z] Step 7/24 : RUN go mod download [2020-10-06T05:00:01.109Z] ---> e70bb32c5dab [2020-10-06T05:00:01.109Z] Step 7/21 : RUN go mod download [2020-10-06T05:00:01.109Z] ---> Running in e2f1b2709d71 [2020-10-06T05:00:01.383Z] ---> Running in 70491d1d7361 [2020-10-06T05:00:06.128Z] Removing intermediate container e2f1b2709d71 [2020-10-06T05:00:06.128Z] ---> 4006ed4ce7b6 [2020-10-06T05:00:06.128Z] Step 8/24 : COPY . . [2020-10-06T05:00:06.128Z] Removing intermediate container 6d5a7eaf805d [2020-10-06T05:00:06.128Z] ---> 6ef2714f1f74 [2020-10-06T05:00:06.128Z] Step 8/27 : COPY . . [2020-10-06T05:00:06.493Z] Removing intermediate container 1c817a1016a3 [2020-10-06T05:00:06.493Z] ---> d279df907d33 [2020-10-06T05:00:06.493Z] Step 8/26 : COPY . . [2020-10-06T05:00:07.154Z] Removing intermediate container 5cf332df16c6 [2020-10-06T05:00:07.154Z] ---> dd51ea69a808 [2020-10-06T05:00:07.154Z] Step 8/22 : COPY . . [2020-10-06T05:00:07.824Z] Removing intermediate container 70491d1d7361 [2020-10-06T05:00:07.824Z] ---> 0be137a05bc0 [2020-10-06T05:00:07.824Z] Step 8/21 : COPY . . [2020-10-06T05:00:34.704Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3639 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-06T05:00:34.825Z] Running in /w/workspace/edgex-go/163 [Pipeline] { [Pipeline] checkout [2020-10-06T05:00:40.517Z] using credential edgex-jenkins-ssh [2020-10-06T05:00:40.595Z] Cloning the remote Git repository [2020-10-06T05:00:40.703Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-06T05:00:40.832Z] > git init /w/workspace/edgex-go/163 # timeout=10 [2020-10-06T05:00:41.032Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T05:00:41.033Z] > git --version # timeout=10 [2020-10-06T05:00:41.052Z] > git --version # 'git version 2.17.1' [2020-10-06T05:00:41.053Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:00:41.136Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:00:47.364Z] ---> d4aae80e00d4 [2020-10-06T05:00:47.364Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T05:00:47.364Z] ---> 999d60523759 [2020-10-06T05:00:47.364Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T05:00:47.364Z] ---> Running in f838eb315241 [2020-10-06T05:00:47.364Z] ---> e047aaaf56ef [2020-10-06T05:00:47.364Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T05:00:47.364Z] ---> 168cb76bee94 [2020-10-06T05:00:47.364Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T05:00:47.364Z] ---> 96c70f60aec1 [2020-10-06T05:00:47.364Z] 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-06T05:00:47.364Z] ---> Running in d93f3b60db69 [2020-10-06T05:00:47.364Z] ---> Running in 3c738d4267ec [2020-10-06T05:00:47.364Z] ---> Running in 8b31115bcf53 [2020-10-06T05:00:47.364Z] ---> Running in 7e4e074aa787 [2020-10-06T05:00:47.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-06T05:00:47.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-06T05:00:47.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-06T05:00:47.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-06T05:00:47.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-06T05:00:56.333Z] Checking out Revision ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 (master) [2020-10-06T05:00:55.718Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T05:00:55.748Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:00:55.772Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T05:00:55.817Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T05:00:55.823Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:00:55.836Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T05:00:56.353Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T05:00:56.414Z] > git checkout -f ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 # timeout=10 [2020-10-06T05:01:01.015Z] Commit message: "Merge pull request #2715 from cherrycl/issue-2702" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T05:01:16.120Z] ========================================================= [2020-10-06T05:01:16.120Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T05:01:16.120Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:01:17.208Z] + 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-06T05:01:21.134Z] Sending build context to Docker daemon 324.7MB [2020-10-06T05:01:21.134Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T05:01:21.134Z] Step 2/7 : FROM ${BASE} [2020-10-06T05:01:21.498Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T05:01:21.498Z] b538f80385f9: Pulling fs layer [2020-10-06T05:01:21.498Z] 74f711af9a0d: Pulling fs layer [2020-10-06T05:01:21.498Z] 99f96fe45779: Pulling fs layer [2020-10-06T05:01:21.498Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T05:01:21.498Z] 45590311c82a: Pulling fs layer [2020-10-06T05:01:21.498Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T05:01:21.498Z] 209524e5b208: Pulling fs layer [2020-10-06T05:01:21.498Z] 45590311c82a: Waiting [2020-10-06T05:01:21.498Z] 8529a6b9a6be: Waiting [2020-10-06T05:01:21.498Z] 69ca0ff8b7b3: Waiting [2020-10-06T05:01:21.498Z] 209524e5b208: Waiting [2020-10-06T05:01:21.498Z] 99f96fe45779: Verifying Checksum [2020-10-06T05:01:21.498Z] 99f96fe45779: Download complete [2020-10-06T05:01:21.498Z] 74f711af9a0d: Verifying Checksum [2020-10-06T05:01:21.498Z] 74f711af9a0d: Download complete [2020-10-06T05:01:21.498Z] 45590311c82a: Verifying Checksum [2020-10-06T05:01:21.498Z] 45590311c82a: Download complete [2020-10-06T05:01:21.498Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T05:01:21.498Z] 69ca0ff8b7b3: Download complete [2020-10-06T05:01:22.129Z] b538f80385f9: Download complete [2020-10-06T05:01:22.771Z] b538f80385f9: Pull complete [2020-10-06T05:01:23.063Z] 74f711af9a0d: Pull complete [2020-10-06T05:01:23.681Z] 99f96fe45779: Pull complete [2020-10-06T05:01:24.690Z] 209524e5b208: Download complete [2020-10-06T05:01:25.726Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T05:01:25.726Z] 8529a6b9a6be: Download complete [2020-10-06T05:01:27.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-06T05:01:32.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T05:01:35.400Z] Removing intermediate container d93f3b60db69 [2020-10-06T05:01:35.400Z] ---> a59dc0be2a37 [2020-10-06T05:01:35.400Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T05:01:35.400Z] ---> Running in d02e340b4bc8 [2020-10-06T05:01:36.228Z] 8529a6b9a6be: Pull complete [2020-10-06T05:01:36.535Z] 45590311c82a: Pull complete [2020-10-06T05:01:36.825Z] 69ca0ff8b7b3: Pull complete [2020-10-06T05:01:37.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-06T05:01:41.299Z] 209524e5b208: Pull complete [2020-10-06T05:01:41.299Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T05:01:41.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T05:01:41.299Z] ---> 5bddaf1c2fca [2020-10-06T05:01:41.299Z] 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-06T05:01:44.169Z] Removing intermediate container 8b31115bcf53 [2020-10-06T05:01:44.169Z] Removing intermediate container f838eb315241 [2020-10-06T05:01:44.169Z] ---> 6b8f603da95c [2020-10-06T05:01:44.169Z] [2020-10-06T05:01:44.169Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T05:01:44.169Z] ---> 45abeb9e9d73 [2020-10-06T05:01:44.169Z] [2020-10-06T05:01:44.169Z] Step 10/24 : FROM scratch [2020-10-06T05:01:44.169Z] ---> [2020-10-06T05:01:44.169Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T05:01:44.169Z] Removing intermediate container 7e4e074aa787 [2020-10-06T05:01:44.169Z] ---> 3bc4c6aeb2ec [2020-10-06T05:01:44.169Z] [2020-10-06T05:01:44.169Z] Step 10/21 : FROM scratch [2020-10-06T05:01:44.169Z] ---> [2020-10-06T05:01:44.169Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T05:01:44.169Z] Removing intermediate container d02e340b4bc8 [2020-10-06T05:01:44.169Z] ---> 93aaa9ce1ebd [2020-10-06T05:01:44.169Z] [2020-10-06T05:01:44.169Z] Step 11/27 : FROM docker:latest [2020-10-06T05:01:44.169Z] ---> 809cc4dba987 [2020-10-06T05:01:44.169Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T05:01:44.169Z] ---> Running in 15853b1146ba [2020-10-06T05:01:44.169Z] ---> Running in 7c9d192abc30 [2020-10-06T05:01:44.169Z] 3.10: Pulling from library/alpine [2020-10-06T05:01:44.169Z] ---> Running in fdb5c0c7ab5a [2020-10-06T05:01:44.169Z] Removing intermediate container 15853b1146ba [2020-10-06T05:01:44.169Z] ---> 41ba51a87df5 [2020-10-06T05:01:44.169Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T05:01:44.510Z] Removing intermediate container 7c9d192abc30 [2020-10-06T05:01:44.510Z] ---> d6b9e1f42802 [2020-10-06T05:01:44.510Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T05:01:45.604Z] ---> Running in 0a69be54e1c4 [2020-10-06T05:01:45.604Z] ---> Running in 8c8a373ce608 [2020-10-06T05:01:45.604Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T05:01:45.604Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T05:01:45.604Z] ---> be4e4bea2c2e [2020-10-06T05:01:45.604Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T05:01:45.655Z] ---> Running in ec0f8d5ac8a2 [2020-10-06T05:01:46.338Z] Removing intermediate container 3c738d4267ec [2020-10-06T05:01:46.338Z] ---> 239669c7063a [2020-10-06T05:01:46.338Z] [2020-10-06T05:01:46.338Z] Step 10/22 : FROM scratch [2020-10-06T05:01:46.338Z] ---> [2020-10-06T05:01:46.338Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T05:01:46.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:01:46.338Z] ---> Running in fc6ce5044cf2 [2020-10-06T05:01:46.338Z] ---> Using cache [2020-10-06T05:01:46.338Z] ---> 41ba51a87df5 [2020-10-06T05:01:46.338Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T05:01:46.338Z] ---> Running in b7af8fd9cf40 [2020-10-06T05:01:46.338Z] Removing intermediate container 8c8a373ce608 [2020-10-06T05:01:46.338Z] ---> 1272ae454ae9 [2020-10-06T05:01:46.338Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T05:01:46.338Z] Removing intermediate container 0a69be54e1c4 [2020-10-06T05:01:46.338Z] ---> 147f11ee49a9 [2020-10-06T05:01:46.338Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T05:01:46.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:01:46.664Z] ---> Running in 72b2b5ce671e [2020-10-06T05:01:46.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:01:46.664Z] ---> Running in e364c1d05a18 [2020-10-06T05:01:46.664Z] Removing intermediate container b7af8fd9cf40 [2020-10-06T05:01:46.664Z] ---> c7b108136bbd [2020-10-06T05:01:46.664Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T05:01:46.664Z] ---> Running in 4e46efdbb9d6 [2020-10-06T05:01:46.933Z] Removing intermediate container 72b2b5ce671e [2020-10-06T05:01:46.933Z] ---> 4eda60d5963f [2020-10-06T05:01:46.933Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T05:01:46.933Z] Removing intermediate container e364c1d05a18 [2020-10-06T05:01:46.933Z] ---> 769e62f15fd5 [2020-10-06T05:01:46.933Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T05:01:46.933Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T05:01:46.933Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T05:01:46.933Z] Executing bash-5.0.17-r0.post-install [2020-10-06T05:01:47.210Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:01:47.210Z] OK: 12 MiB in 22 packages [2020-10-06T05:01:47.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:01:47.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:01:47.817Z] ---> 7546992d71db [2020-10-06T05:01:47.817Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T05:01:47.817Z] ---> 62c49e73ba08 [2020-10-06T05:01:47.817Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T05:01:47.817Z] Removing intermediate container 4e46efdbb9d6 [2020-10-06T05:01:47.817Z] ---> d82d39976ec2 [2020-10-06T05:01:47.817Z] Step 14/22 : WORKDIR / [2020-10-06T05:01:48.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:01:48.135Z] ---> Running in d6c5aaab632d [2020-10-06T05:01:48.135Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T05:01:48.135Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T05:01:48.135Z] OK: 10346 distinct packages available [2020-10-06T05:01:48.420Z] Removing intermediate container fdb5c0c7ab5a [2020-10-06T05:01:48.420Z] ---> 1751b140b682 [2020-10-06T05:01:48.420Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T05:01:48.420Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T05:01:48.607Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T05:01:48.715Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T05:01:48.716Z] Removing intermediate container d6c5aaab632d [2020-10-06T05:01:48.716Z] ---> 6fa97828742f [2020-10-06T05:01:48.716Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T05:01:48.716Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T05:01:48.716Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T05:01:48.716Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T05:01:48.716Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T05:01:48.716Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T05:01:48.716Z] ---> Running in 7197c57271b4 [2020-10-06T05:01:48.880Z] (2/12) Installing file (5.38-r0) [2020-10-06T05:01:48.880Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T05:01:48.988Z] OK: 7 MiB in 19 packages [2020-10-06T05:01:48.988Z] ---> 1c697aff3265 [2020-10-06T05:01:48.988Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T05:01:49.151Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T05:01:49.272Z] ---> cd04705f09c5 [2020-10-06T05:01:49.272Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T05:01:49.272Z] ---> 1928009d2fa4 [2020-10-06T05:01:49.272Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T05:01:50.291Z] ---> 0b269263181b [2020-10-06T05:01:50.292Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T05:01:50.292Z] ---> 1b6286af8b33 [2020-10-06T05:01:50.292Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T05:01:50.575Z] ---> Running in 8f4872d8e723 [2020-10-06T05:01:50.897Z] Removing intermediate container fc6ce5044cf2 [2020-10-06T05:01:50.897Z] ---> 8598db5ef973 [2020-10-06T05:01:50.897Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T05:01:50.897Z] ---> b9e09c148195 [2020-10-06T05:01:50.897Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T05:01:50.897Z] ---> Running in c4a78487419b [2020-10-06T05:01:50.897Z] ---> ab8d9556bed9 [2020-10-06T05:01:50.897Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T05:01:51.191Z] Removing intermediate container 8f4872d8e723 [2020-10-06T05:01:51.191Z] ---> aaccf0250739 [2020-10-06T05:01:51.191Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:01:51.191Z] ---> Running in 17d5e1eace60 [2020-10-06T05:01:51.191Z] Removing intermediate container 7197c57271b4 [2020-10-06T05:01:51.191Z] ---> 44dd44c150f0 [2020-10-06T05:01:51.191Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T05:01:51.480Z] Removing intermediate container c4a78487419b [2020-10-06T05:01:51.480Z] ---> 8f5e77b1a1ce [2020-10-06T05:01:51.480Z] Step 13/26 : WORKDIR / [2020-10-06T05:01:51.480Z] ---> d74083ad1b21 [2020-10-06T05:01:51.480Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T05:01:51.759Z] ---> Running in 69b49aa8ec0e [2020-10-06T05:01:51.759Z] ---> Running in b63e2973d00a [2020-10-06T05:01:51.759Z] Removing intermediate container 17d5e1eace60 [2020-10-06T05:01:51.759Z] ---> 9b04dbac1532 [2020-10-06T05:01:51.759Z] Step 19/21 : LABEL arch=x86_64 [2020-10-06T05:01:51.759Z] ---> Running in a89d0f070d0c [2020-10-06T05:01:52.033Z] ---> 75651663354c [2020-10-06T05:01:52.033Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T05:01:52.033Z] ---> Running in 8262bb1eb225 [2020-10-06T05:01:52.033Z] Removing intermediate container 69b49aa8ec0e [2020-10-06T05:01:52.033Z] ---> 682d3749878e [2020-10-06T05:01:52.033Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T05:01:52.321Z] Removing intermediate container a89d0f070d0c [2020-10-06T05:01:52.321Z] ---> 4aadbb293f37 [2020-10-06T05:01:52.321Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:01:52.321Z] Removing intermediate container b63e2973d00a [2020-10-06T05:01:52.321Z] ---> 124473dbc431 [2020-10-06T05:01:52.321Z] 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-06T05:01:52.321Z] ---> Running in 024d27a3ef52 [2020-10-06T05:01:52.321Z] Removing intermediate container 8262bb1eb225 [2020-10-06T05:01:52.321Z] ---> 6a6b98326bc5 [2020-10-06T05:01:52.321Z] Step 20/21 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:01:52.321Z] ---> Running in efd84a04877f [2020-10-06T05:01:52.531Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T05:01:52.531Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T05:01:52.531Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T05:01:52.531Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T05:01:52.531Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T05:01:52.608Z] ---> 51ffb71f59a3 [2020-10-06T05:01:52.609Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T05:01:52.609Z] ---> Running in 7db81a7013ba [2020-10-06T05:01:52.609Z] ---> Running in e53470c0150d [2020-10-06T05:01:52.803Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T05:01:52.803Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T05:01:52.918Z] Removing intermediate container 024d27a3ef52 [2020-10-06T05:01:52.918Z] ---> d2c1d98f5b54 [2020-10-06T05:01:52.918Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T05:01:52.918Z] ---> d4bdbe2a0e8b [2020-10-06T05:01:52.918Z] 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-06T05:01:52.918Z] Removing intermediate container efd84a04877f [2020-10-06T05:01:52.918Z] ---> 3b29cef118d1 [2020-10-06T05:01:52.918Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T05:01:52.918Z] ---> Running in ae572c6b7868 [2020-10-06T05:01:52.918Z] Removing intermediate container 7db81a7013ba [2020-10-06T05:01:52.918Z] ---> e2179e9bd8d3 [2020-10-06T05:01:52.918Z] Step 21/21 : LABEL version=1.2.2-dev.48 [2020-10-06T05:01:53.076Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T05:01:53.076Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:01:53.076Z] OK: 217 MiB in 51 packages [2020-10-06T05:01:53.246Z] ---> Running in c4fcaa3c742c [2020-10-06T05:01:53.246Z] Removing intermediate container e53470c0150d [2020-10-06T05:01:53.246Z] ---> ce189e5633a4 [2020-10-06T05:01:53.246Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:01:53.246Z] ---> Running in ee36e4a5ebda [2020-10-06T05:01:53.246Z] ---> Running in 0eff0ea63b99 [2020-10-06T05:01:53.606Z] Removing intermediate container ae572c6b7868 [2020-10-06T05:01:53.606Z] ---> 2f48504608ac [2020-10-06T05:01:53.606Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T05:01:53.606Z] ---> 73c0baea21e3 [2020-10-06T05:01:53.606Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T05:01:53.943Z] Removing intermediate container ee36e4a5ebda [2020-10-06T05:01:53.943Z] ---> dc4c16743628 [2020-10-06T05:01:53.943Z] [2020-10-06T05:01:53.943Z] Removing intermediate container c4fcaa3c742c [2020-10-06T05:01:53.943Z] ---> 91ccf5b51649 [2020-10-06T05:01:53.943Z] Step 21/22 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:01:53.943Z] Removing intermediate container 0eff0ea63b99 [2020-10-06T05:01:53.943Z] ---> 0f7de04970ef [2020-10-06T05:01:53.943Z] Step 22/24 : LABEL arch=x86_64 [2020-10-06T05:01:54.235Z] ---> Running in 937f5453aec6 [2020-10-06T05:01:54.235Z] ---> Running in 3d2553420560 [2020-10-06T05:01:54.235Z] ---> e59899b3d501 [2020-10-06T05:01:54.235Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T05:01:54.563Z] Successfully built dc4c16743628 [2020-10-06T05:01:54.563Z] ---> 491bd32620c4 [2020-10-06T05:01:54.563Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T05:01:54.563Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-06T05:01:54.563Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-10-06T05:01:54.563Z] Removing intermediate container 937f5453aec6 [2020-10-06T05:01:54.563Z] ---> fe5f10b7f049 [2020-10-06T05:01:54.563Z] Step 22/22 : LABEL version=1.2.2-dev.48 [2020-10-06T05:01:54.563Z] Removing intermediate container 3d2553420560 [2020-10-06T05:01:54.563Z] ---> cae3cf64eed7 [2020-10-06T05:01:54.563Z] Step 23/24 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:01:54.898Z] ---> Running in 30fb18b9e861 [2020-10-06T05:01:54.898Z] ---> Running in 097eff978b28 [2020-10-06T05:01:54.898Z] ---> e27a49fbb75e [2020-10-06T05:01:54.898Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T05:01:55.573Z] ---> 72a05084bf75 [2020-10-06T05:01:55.573Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T05:01:55.573Z] Removing intermediate container 30fb18b9e861 [2020-10-06T05:01:55.573Z] ---> e5b4ae6a49f1 [2020-10-06T05:01:55.573Z] [2020-10-06T05:01:55.845Z] Removing intermediate container 097eff978b28 [2020-10-06T05:01:55.845Z] ---> a9acae164cd8 [2020-10-06T05:01:55.845Z] Step 24/24 : LABEL version=1.2.2-dev.48 [2020-10-06T05:01:55.845Z] Successfully built e5b4ae6a49f1 [2020-10-06T05:01:55.845Z] Successfully tagged docker-core-metadata-go:latest [2020-10-06T05:01:55.845Z] Building docker-support-logging-go [2020-10-06T05:01:56.154Z]  Building docker-core-metadata-go ... done  ---> Running in 2dec60b19f76 [2020-10-06T05:01:56.154Z] ---> e98db2c1dd9e [2020-10-06T05:01:56.154Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T05:01:56.478Z] ---> 41d07a3f23b3 [2020-10-06T05:01:56.478Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T05:01:57.389Z] Removing intermediate container ec0f8d5ac8a2 [2020-10-06T05:01:57.389Z] ---> d4a578eb011b [2020-10-06T05:01:57.389Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T05:01:57.389Z] ---> Running in 5be8c69bbf39 [2020-10-06T05:01:57.661Z] Removing intermediate container 5be8c69bbf39 [2020-10-06T05:01:57.661Z] ---> c7a4e702f268 [2020-10-06T05:01:57.661Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T05:01:57.932Z] latest: Pulling from library/docker [2020-10-06T05:01:58.206Z] b538f80385f9: Already exists [2020-10-06T05:01:58.206Z] 259a493cd78d: Pulling fs layer [2020-10-06T05:01:58.206Z] b8e66b5100f5: Pulling fs layer [2020-10-06T05:01:58.206Z] 7f8258a56ab6: Pulling fs layer [2020-10-06T05:01:58.206Z] 75a0a0ebb566: Pulling fs layer [2020-10-06T05:01:58.206Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-06T05:01:58.206Z] 294320357d30: Pulling fs layer [2020-10-06T05:01:58.206Z] 75a0a0ebb566: Waiting [2020-10-06T05:01:58.206Z] 4a2c62f0a2a3: Waiting [2020-10-06T05:01:58.206Z] 294320357d30: Waiting [2020-10-06T05:01:58.206Z] b8e66b5100f5: Download complete [2020-10-06T05:01:58.471Z] ---> Running in 0f5789dd5db3 [2020-10-06T05:01:58.496Z] 259a493cd78d: Verifying Checksum [2020-10-06T05:01:58.496Z] 259a493cd78d: Download complete [2020-10-06T05:01:58.496Z] 75a0a0ebb566: Verifying Checksum [2020-10-06T05:01:58.496Z] 75a0a0ebb566: Download complete [2020-10-06T05:01:58.496Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-06T05:01:58.496Z] 4a2c62f0a2a3: Download complete [2020-10-06T05:01:58.496Z] 294320357d30: Download complete [2020-10-06T05:01:59.107Z] 259a493cd78d: Pull complete [2020-10-06T05:01:59.704Z] b8e66b5100f5: Pull complete [2020-10-06T05:01:59.704Z] 7f8258a56ab6: Verifying Checksum [2020-10-06T05:01:59.704Z] 7f8258a56ab6: Download complete [2020-10-06T05:01:59.756Z] Removing intermediate container 2dec60b19f76 [2020-10-06T05:01:59.756Z] ---> 7cc335b8d73c [2020-10-06T05:01:59.756Z] [2020-10-06T05:01:59.756Z] Successfully built 7cc335b8d73c [2020-10-06T05:01:59.756Z] ---> 272b157a950d [2020-10-06T05:01:59.756Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T05:02:00.025Z] Successfully tagged docker-support-notifications-go:latest [2020-10-06T05:02:00.025Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-10-06T05:02:00.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:01.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:01.608Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T05:02:01.608Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T05:02:01.608Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T05:02:01.608Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T05:02:01.879Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T05:02:01.879Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T05:02:02.259Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T05:02:02.259Z] ---> 875fd9577e4b [2020-10-06T05:02:02.259Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T05:02:03.096Z] 7f8258a56ab6: Pull complete [2020-10-06T05:02:03.096Z] 75a0a0ebb566: Pull complete [2020-10-06T05:02:03.374Z] 4a2c62f0a2a3: Pull complete [2020-10-06T05:02:03.648Z] 294320357d30: Pull complete [2020-10-06T05:02:03.648Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T05:02:03.648Z] Status: Downloaded newer image for docker:latest [2020-10-06T05:02:07.038Z] ---> 4fb0cb8c0a9d [2020-10-06T05:02:07.038Z] Step 6/7 : COPY go.mod . [2020-10-06T05:02:07.642Z] ---> 8690fb1248c0 [2020-10-06T05:02:07.642Z] Step 7/7 : RUN go mod download [2020-10-06T05:02:07.642Z] ---> Running in 27c3f20deca7 [2020-10-06T05:02:07.808Z] ---> 9ab7e1b170fd [2020-10-06T05:02:07.808Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T05:02:08.085Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T05:02:08.085Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T05:02:08.381Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T05:02:08.381Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T05:02:08.381Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T05:02:08.381Z] ---> Running in b7c86a0dcfe2 [2020-10-06T05:02:08.381Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T05:02:08.659Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T05:02:08.659Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T05:02:08.659Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T05:02:08.951Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T05:02:09.228Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T05:02:09.228Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T05:02:09.228Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T05:02:09.927Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T05:02:10.372Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T05:02:10.372Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T05:02:11.061Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T05:02:11.061Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T05:02:11.350Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T05:02:11.350Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T05:02:11.350Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T05:02:11.350Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T05:02:11.350Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T05:02:11.350Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T05:02:11.350Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T05:02:11.634Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T05:02:13.658Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:02:13.658Z] OK: 71 MiB in 55 packages [2020-10-06T05:02:17.407Z] Removing intermediate container b7c86a0dcfe2 [2020-10-06T05:02:17.407Z] ---> 1ebcd4fc181c [2020-10-06T05:02:17.408Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T05:02:18.448Z] ---> Running in f37edeb32a71 [2020-10-06T05:02:18.448Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:02:18.448Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T05:02:18.448Z] ---> d1be4865bee6 [2020-10-06T05:02:18.448Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T05:02:18.448Z] ---> Using cache [2020-10-06T05:02:18.448Z] ---> a9b725498a08 [2020-10-06T05:02:18.448Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T05:02:19.519Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:02:19.519Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:02:19.519Z] ---> Running in e98bb3cd23ed [2020-10-06T05:02:19.519Z] ---> d1be4865bee6 [2020-10-06T05:02:19.519Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T05:02:19.519Z] ---> Using cache [2020-10-06T05:02:19.519Z] ---> a9b725498a08 [2020-10-06T05:02:19.519Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:02:19.519Z] ---> Using cache [2020-10-06T05:02:19.519Z] ---> 52e8dd4a80e8 [2020-10-06T05:02:19.519Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T05:02:19.798Z] Removing intermediate container f37edeb32a71 [2020-10-06T05:02:19.798Z] ---> 7e003f848475 [2020-10-06T05:02:19.798Z] Step 24/26 : LABEL arch=x86_64 [2020-10-06T05:02:20.079Z] ---> Running in f177750e98ba [2020-10-06T05:02:20.079Z] ---> Running in 97f0591d2bab [2020-10-06T05:02:20.720Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:02:20.720Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:02:20.720Z] ---> d1be4865bee6 [2020-10-06T05:02:20.720Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T05:02:20.720Z] ---> Using cache [2020-10-06T05:02:20.720Z] ---> a9b725498a08 [2020-10-06T05:02:20.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:02:20.720Z] ---> Using cache [2020-10-06T05:02:20.720Z] ---> 52e8dd4a80e8 [2020-10-06T05:02:20.720Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T05:02:21.388Z] ---> Running in d3f6a16560e7 [2020-10-06T05:02:21.388Z] Removing intermediate container 97f0591d2bab [2020-10-06T05:02:21.388Z] ---> b3ee4d30b389 [2020-10-06T05:02:21.388Z] Step 25/26 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:02:21.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:21.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:21.678Z] ---> Running in fbdd114d945e [2020-10-06T05:02:21.950Z] Removing intermediate container fbdd114d945e [2020-10-06T05:02:21.951Z] ---> 63d3223c38ae [2020-10-06T05:02:21.951Z] Step 26/26 : LABEL version=1.2.2-dev.48 [2020-10-06T05:02:21.951Z] ---> Running in 08955d6626cb [2020-10-06T05:02:22.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:22.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:22.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:22.535Z] Removing intermediate container 08955d6626cb [2020-10-06T05:02:22.535Z] ---> a43b185ad246 [2020-10-06T05:02:22.535Z] [2020-10-06T05:02:22.875Z] Successfully built a43b185ad246 [2020-10-06T05:02:22.875Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-06T05:02:22.875Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-10-06T05:02:22.875Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:02:22.875Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:02:22.875Z] OK: 12752 distinct packages available [2020-10-06T05:02:23.174Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:02:23.174Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:02:23.174Z] OK: 12752 distinct packages available [2020-10-06T05:02:23.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:23.174Z] OK: 233 MiB in 51 packages [2020-10-06T05:02:23.867Z] OK: 233 MiB in 51 packages [2020-10-06T05:02:23.867Z] OK: 233 MiB in 51 packages [2020-10-06T05:02:24.768Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:02:24.768Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:02:24.768Z] OK: 12752 distinct packages available [2020-10-06T05:02:25.310Z] OK: 233 MiB in 51 packages [2020-10-06T05:02:29.804Z] Removing intermediate container e98bb3cd23ed [2020-10-06T05:02:29.804Z] ---> 79f34564b370 [2020-10-06T05:02:29.804Z] Step 5/29 : COPY go.mod . [2020-10-06T05:02:30.415Z] Removing intermediate container f177750e98ba [2020-10-06T05:02:30.415Z] ---> 5eb9daa81352 [2020-10-06T05:02:30.415Z] Step 6/22 : COPY go.mod . [2020-10-06T05:02:30.415Z] ---> fcb092b69bde [2020-10-06T05:02:30.415Z] Step 6/29 : RUN go mod download [2020-10-06T05:02:30.688Z] Removing intermediate container d3f6a16560e7 [2020-10-06T05:02:30.688Z] ---> 7c95406f87df [2020-10-06T05:02:30.688Z] Step 6/23 : COPY go.mod . [2020-10-06T05:02:31.687Z] ---> Running in bf66c6947d5b [2020-10-06T05:02:31.687Z] ---> 4d3341e9df5c [2020-10-06T05:02:31.687Z] Step 7/22 : RUN go mod download [2020-10-06T05:02:32.731Z] ---> Running in 9133dd8e0df8 [2020-10-06T05:02:32.731Z] ---> e8bc679e0f28 [2020-10-06T05:02:32.731Z] Step 7/23 : RUN go mod download [2020-10-06T05:02:33.512Z] ---> Running in 05afb432b2d7 [2020-10-06T05:02:34.462Z] Removing intermediate container 27c3f20deca7 [2020-10-06T05:02:34.462Z] ---> c0fad413c126 [2020-10-06T05:02:34.462Z] Successfully built c0fad413c126 [2020-10-06T05:02:34.462Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:02:34.871Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T05:02:34.871Z] . [Pipeline] withDockerContainer [2020-10-06T05:02:35.115Z] prd-ubuntu18.04-docker-arm64-4c-16g-3639 does not seem to be running inside a container [2020-10-06T05:02:35.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:02:37.116Z] $ docker top b67959918dabb2d7c14b8b5633a2bf45acc9ce8149e04d8dfded8663204e3598 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:02:38.549Z] + go version [2020-10-06T05:02:38.549Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T05:02:38.573Z] $ docker stop --time=1 b67959918dabb2d7c14b8b5633a2bf45acc9ce8149e04d8dfded8663204e3598 [2020-10-06T05:02:39.423Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:02:39.423Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:02:39.423Z] ---> d1be4865bee6 [2020-10-06T05:02:39.423Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T05:02:39.423Z] ---> Using cache [2020-10-06T05:02:39.423Z] ---> a9b725498a08 [2020-10-06T05:02:39.423Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:02:39.423Z] ---> Using cache [2020-10-06T05:02:39.423Z] ---> 52e8dd4a80e8 [2020-10-06T05:02:39.423Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T05:02:39.423Z] Removing intermediate container bf66c6947d5b [2020-10-06T05:02:39.423Z] ---> 90e81e0325b8 [2020-10-06T05:02:39.423Z] Step 7/29 : COPY . . [2020-10-06T05:02:39.423Z] Removing intermediate container 9133dd8e0df8 [2020-10-06T05:02:39.423Z] ---> b054c19278bb [2020-10-06T05:02:39.423Z] Step 8/22 : COPY . . [2020-10-06T05:02:39.423Z] ---> Running in 43f9d03c3361 [2020-10-06T05:02:39.722Z] Removing intermediate container 05afb432b2d7 [2020-10-06T05:02:39.722Z] ---> 0af32af91c7e [2020-10-06T05:02:39.722Z] Step 8/23 : COPY . . [2020-10-06T05:02:40.520Z] $ docker rm -f b67959918dabb2d7c14b8b5633a2bf45acc9ce8149e04d8dfded8663204e3598 [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-06T05:02:41.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T05:02:42.055Z] [2020-10-06T05:02:42.055Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:02:42.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T05:02:42.440Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-06T05:02:42.440Z] 29e5d40040c1: Pulling fs layer [2020-10-06T05:02:42.440Z] 1ce36da41761: Pulling fs layer [2020-10-06T05:02:42.713Z] 25b303627fd3: Pulling fs layer [2020-10-06T05:02:42.990Z] 29e5d40040c1: Verifying Checksum [2020-10-06T05:02:42.990Z] 29e5d40040c1: Download complete [2020-10-06T05:02:43.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:43.591Z] 1ce36da41761: Verifying Checksum [2020-10-06T05:02:43.591Z] 1ce36da41761: Download complete [2020-10-06T05:02:43.865Z] 29e5d40040c1: Pull complete [2020-10-06T05:02:44.118Z] Removing intermediate container 0f5789dd5db3 [2020-10-06T05:02:44.118Z] ---> 086794095c9d [2020-10-06T05:02:44.118Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T05:02:44.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:02:45.303Z] 1ce36da41761: Pull complete [2020-10-06T05:02:45.303Z] 25b303627fd3: Verifying Checksum [2020-10-06T05:02:45.303Z] 25b303627fd3: Download complete [2020-10-06T05:02:45.778Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:02:45.778Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:02:45.778Z] OK: 12752 distinct packages available [2020-10-06T05:02:46.122Z] OK: 233 MiB in 51 packages [2020-10-06T05:02:47.638Z] ---> Running in 2d0ba8bf2ea6 [2020-10-06T05:02:51.960Z] Removing intermediate container 43f9d03c3361 [2020-10-06T05:02:51.960Z] ---> 257d72fe0181 [2020-10-06T05:02:51.960Z] Step 6/22 : COPY go.mod . [2020-10-06T05:02:54.039Z] ---> 2c5e9047d3e7 [2020-10-06T05:02:54.039Z] Step 7/22 : RUN go mod download [2020-10-06T05:02:54.322Z] ---> Running in c6bcf1086361 [2020-10-06T05:02:55.432Z] 25b303627fd3: Pull complete [2020-10-06T05:02:55.433Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-06T05:02:55.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T05:02:55.433Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-06T05:02:55.674Z] prd-ubuntu18.04-docker-arm64-4c-16g-3639 does not seem to be running inside a container [2020-10-06T05:02:55.758Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:02:59.350Z] $ docker top ce8f6990de521592fc845f0637b4f892d591a2dfe699de79f9e32e77d78ab082 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:03:00.767Z] + docker-compose build --help [2020-10-06T05:03:00.767Z] + grep parallel [2020-10-06T05:03:01.927Z] Removing intermediate container c6bcf1086361 [2020-10-06T05:03:01.927Z] ---> 56e761217c50 [2020-10-06T05:03:01.927Z] Step 8/22 : COPY . . [2020-10-06T05:03:04.153Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T05:03:04.175Z] $ docker stop --time=1 ce8f6990de521592fc845f0637b4f892d591a2dfe699de79f9e32e77d78ab082 [2020-10-06T05:03:04.734Z] Collecting docker-compose==1.23.2 [2020-10-06T05:03:04.735Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T05:03:06.166Z] $ docker rm -f ce8f6990de521592fc845f0637b4f892d591a2dfe699de79f9e32e77d78ab082 [2020-10-06T05:03:06.300Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T05:03:06.300Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:03:06.956Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T05:03:06.956Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T05:03:06.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T05:03:06.967Z] . [Pipeline] withDockerContainer [2020-10-06T05:03:07.236Z] prd-ubuntu18.04-docker-arm64-4c-16g-3639 does not seem to be running inside a container [2020-10-06T05:03:07.324Z] $ 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/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:03:08.456Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T05:03:08.457Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T05:03:08.738Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T05:03:08.738Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T05:03:08.784Z] $ docker top 8b4b48b876949c37b8299e845e7ba5476a1eb08fc09fb149a04dd5422d5ef4c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:03:09.823Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T05:03:13.206Z] Building docker-core-command-go ... [2020-10-06T05:03:13.206Z] Building docker-core-data-go ... [2020-10-06T05:03:13.206Z] Building docker-core-metadata-go ... [2020-10-06T05:03:13.206Z] Building docker-security-proxy-setup-go ... [2020-10-06T05:03:13.206Z] Building docker-security-secrets-setup-go ... [2020-10-06T05:03:13.206Z] Building docker-security-secretstore-setup-go ... [2020-10-06T05:03:13.206Z] Building docker-support-logging-go ... [2020-10-06T05:03:13.206Z] Building docker-support-notifications-go ... [2020-10-06T05:03:13.206Z] Building docker-support-scheduler-go ... [2020-10-06T05:03:13.206Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T05:03:13.206Z] Building docker-core-command-go [2020-10-06T05:03:13.206Z] Building docker-core-metadata-go [2020-10-06T05:03:13.206Z] Building docker-security-secrets-setup-go [2020-10-06T05:03:13.206Z] Building docker-support-logging-go [2020-10-06T05:03:13.206Z] Building docker-core-data-go [2020-10-06T05:03:13.279Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T05:03:13.279Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T05:03:13.279Z] ---> 3f15e74e849f [2020-10-06T05:03:13.279Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T05:03:13.279Z] 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-06T05:03:13.279Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T05:03:13.279Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T05:03:13.593Z] ---> 77791baac63c [2020-10-06T05:03:13.593Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T05:03:13.593Z] ---> 328cc31f6ab5 [2020-10-06T05:03:13.593Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T05:03:13.593Z] ---> Running in ce24e4dcb5c2 [2020-10-06T05:03:13.593Z] ---> Running in cb226d7320a0 [2020-10-06T05:03:13.915Z] ---> Running in adea2b3c347f [2020-10-06T05:03:14.564Z] Collecting PyYAML<4,>=3.10 [2020-10-06T05:03:14.564Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T05:03:16.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-06T05:03:16.118Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/core-data/core-data ./cmd/core-data [2020-10-06T05:03:16.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-06T05:03:16.736Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T05:03:16.736Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T05:03:17.020Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T05:03:17.020Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T05:03:18.602Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T05:03:18.602Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T05:03:18.602Z] 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-06T05:03:18.909Z] Collecting idna<2.8,>=2.5 [2020-10-06T05:03:19.219Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T05:03:19.219Z] 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-06T05:03:19.219Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T05:03:19.589Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T05:03:19.589Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T05:03:19.589Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T05:03:19.589Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T05:03:19.589Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T05:03:19.881Z] Installing collected packages: urllib3, idna, requests, cached-property, jsonschema, docopt, docker-pycreds, websocket-client, docker, texttable, PyYAML, dockerpty, docker-compose [2020-10-06T05:03:19.881Z] Attempting uninstall: urllib3 [2020-10-06T05:03:19.881Z] Found existing installation: urllib3 1.25.9 [2020-10-06T05:03:19.881Z] Uninstalling urllib3-1.25.9: [2020-10-06T05:03:20.504Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T05:03:21.587Z] Attempting uninstall: idna [2020-10-06T05:03:21.587Z] Found existing installation: idna 2.9 [2020-10-06T05:03:21.587Z] Uninstalling idna-2.9: [2020-10-06T05:03:21.587Z] Successfully uninstalled idna-2.9 [2020-10-06T05:03:22.594Z] Attempting uninstall: requests [2020-10-06T05:03:22.594Z] Found existing installation: requests 2.23.0 [2020-10-06T05:03:22.594Z] Uninstalling requests-2.23.0: [2020-10-06T05:03:22.898Z] Successfully uninstalled requests-2.23.0 [2020-10-06T05:03:25.639Z] Running setup.py install for docopt: started [2020-10-06T05:03:26.429Z] ---> 54679e71b0bc [2020-10-06T05:03:26.429Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T05:03:27.166Z] ---> Running in 114cefd428ba [2020-10-06T05:03:28.756Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T05:03:29.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/core-command/core-command ./cmd/core-command [2020-10-06T05:03:30.120Z] Running setup.py install for texttable: started [2020-10-06T05:03:31.209Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T05:03:31.209Z] Running setup.py install for PyYAML: started [2020-10-06T05:03:32.935Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T05:03:32.935Z] Running setup.py install for dockerpty: started [2020-10-06T05:03:33.715Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T05:03:34.862Z] 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-06T05:03:43.732Z] Removing intermediate container 2d0ba8bf2ea6 [2020-10-06T05:03:43.732Z] ---> 2a1ac98a4d9d [2020-10-06T05:03:43.732Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T05:03:44.897Z] ---> Running in e7cdc6076953 [2020-10-06T05:03:47.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:03:47.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:03:48.197Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T05:03:48.197Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T05:03:48.197Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T05:03:48.197Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:03:48.197Z] OK: 72 MiB in 58 packages [2020-10-06T05:03:51.051Z] Removing intermediate container e7cdc6076953 [2020-10-06T05:03:51.051Z] ---> 16e86482dc71 [2020-10-06T05:03:51.051Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T05:03:51.670Z] ---> Running in 11dfbb8d6370 [2020-10-06T05:03:51.986Z] Removing intermediate container 11dfbb8d6370 [2020-10-06T05:03:51.986Z] ---> 080bdc07575d [2020-10-06T05:03:51.986Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:03:52.732Z] ---> Running in a7bebca7a71e [2020-10-06T05:03:53.112Z] Removing intermediate container a7bebca7a71e [2020-10-06T05:03:53.112Z] ---> 643414c59b3c [2020-10-06T05:03:53.112Z] Step 25/27 : LABEL arch=x86_64 [2020-10-06T05:03:54.832Z] ---> Running in 3a830c48a024 [2020-10-06T05:03:56.072Z] Removing intermediate container 3a830c48a024 [2020-10-06T05:03:56.072Z] ---> acfdfd5ce997 [2020-10-06T05:03:56.072Z] Step 26/27 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:03:56.422Z] ---> Running in 6943ede2be05 [2020-10-06T05:03:56.774Z] Removing intermediate container 6943ede2be05 [2020-10-06T05:03:56.774Z] ---> c6834dfc1cda [2020-10-06T05:03:56.774Z] Step 27/27 : LABEL version=1.2.2-dev.48 [2020-10-06T05:03:57.488Z] ---> Running in 74c1063b2304 [2020-10-06T05:03:57.777Z] Removing intermediate container 74c1063b2304 [2020-10-06T05:03:57.777Z] ---> ae01bff2bfe4 [2020-10-06T05:03:57.777Z] [2020-10-06T05:03:58.102Z] Successfully built ae01bff2bfe4 [2020-10-06T05:03:58.102Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-06T05:03:58.102Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-10-06T05:04:09.167Z] Removing intermediate container cb226d7320a0 [2020-10-06T05:04:09.167Z] ---> 2ebf07c7d892 [2020-10-06T05:04:09.167Z] [2020-10-06T05:04:09.167Z] Step 9/29 : FROM alpine:latest [2020-10-06T05:04:09.470Z] latest: Pulling from library/alpine [2020-10-06T05:04:09.804Z] Removing intermediate container adea2b3c347f [2020-10-06T05:04:09.804Z] ---> cfcff0326052 [2020-10-06T05:04:09.804Z] [2020-10-06T05:04:09.804Z] Step 10/22 : FROM scratch [2020-10-06T05:04:09.804Z] ---> [2020-10-06T05:04:09.804Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T05:04:12.091Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T05:04:12.091Z] ---> Using cache [2020-10-06T05:04:12.091Z] ---> d6b9e1f42802 [2020-10-06T05:04:12.091Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T05:04:12.091Z] Status: Downloaded newer image for alpine:latest [2020-10-06T05:04:12.091Z] ---> a24bb4013296 [2020-10-06T05:04:12.091Z] 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-06T05:04:12.802Z] ---> Running in 43ced3fd761c [2020-10-06T05:04:14.142Z] ---> Running in e9bed23fe210 [2020-10-06T05:04:15.663Z] Removing intermediate container 43ced3fd761c [2020-10-06T05:04:15.663Z] ---> 4d7ceb125ebf [2020-10-06T05:04:15.663Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T05:04:16.074Z] Removing intermediate container e9bed23fe210 [2020-10-06T05:04:16.074Z] ---> d47ec48c1db1 [2020-10-06T05:04:16.074Z] Step 11/29 : USER root [2020-10-06T05:04:16.074Z] ---> Running in dafa0f9657d5 [2020-10-06T05:04:16.767Z] ---> Running in fcb475aaf9fb [2020-10-06T05:04:18.012Z] Removing intermediate container fcb475aaf9fb [2020-10-06T05:04:18.012Z] ---> d77014c635fb [2020-10-06T05:04:18.012Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T05:04:18.295Z] Removing intermediate container dafa0f9657d5 [2020-10-06T05:04:18.295Z] ---> 463e5379eec6 [2020-10-06T05:04:18.295Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T05:04:18.923Z] ---> Running in 6f506635e4d2 [2020-10-06T05:04:19.663Z] ---> 54082d4fc6c0 [2020-10-06T05:04:19.663Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T05:04:21.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:04:22.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:04:22.362Z] ---> af0e22eb1068 [2020-10-06T05:04:22.362Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T05:04:22.681Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:04:22.681Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:04:22.681Z] OK: 12750 distinct packages available [2020-10-06T05:04:23.015Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T05:04:23.015Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T05:04:23.015Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:04:23.015Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T05:04:23.015Z] OK: 6 MiB in 16 packages [2020-10-06T05:04:23.289Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:04:23.289Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:04:23.289Z] ---> d1be4865bee6 [2020-10-06T05:04:23.289Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T05:04:23.289Z] ---> Using cache [2020-10-06T05:04:23.289Z] ---> a9b725498a08 [2020-10-06T05:04:23.289Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:04:23.289Z] ---> Using cache [2020-10-06T05:04:23.289Z] ---> 52e8dd4a80e8 [2020-10-06T05:04:23.289Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T05:04:23.289Z] ---> Using cache [2020-10-06T05:04:23.289Z] ---> 257d72fe0181 [2020-10-06T05:04:23.289Z] Step 6/20 : COPY go.mod . [2020-10-06T05:04:23.289Z] ---> Using cache [2020-10-06T05:04:23.289Z] ---> 2c5e9047d3e7 [2020-10-06T05:04:23.289Z] Step 7/20 : RUN go mod download [2020-10-06T05:04:23.289Z] ---> Using cache [2020-10-06T05:04:23.289Z] ---> 56e761217c50 [2020-10-06T05:04:23.289Z] Step 8/20 : COPY . . [2020-10-06T05:04:23.289Z] ---> Using cache [2020-10-06T05:04:23.289Z] ---> 54679e71b0bc [2020-10-06T05:04:23.289Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T05:04:26.750Z] ---> Running in fc6e1215c716 [2020-10-06T05:04:26.750Z] ---> 3f57e4435b38 [2020-10-06T05:04:26.750Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T05:04:26.750Z] Removing intermediate container 114cefd428ba [2020-10-06T05:04:26.750Z] ---> 399e63007d31 [2020-10-06T05:04:26.750Z] [2020-10-06T05:04:26.750Z] Step 10/22 : FROM scratch [2020-10-06T05:04:26.750Z] ---> [2020-10-06T05:04:26.750Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T05:04:26.750Z] Removing intermediate container ce24e4dcb5c2 [2020-10-06T05:04:26.750Z] ---> 9343003d3bcc [2020-10-06T05:04:26.750Z] [2020-10-06T05:04:26.750Z] Step 10/23 : FROM alpine [2020-10-06T05:04:26.750Z] ---> a24bb4013296 [2020-10-06T05:04:26.750Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T05:04:27.019Z] ---> Using cache [2020-10-06T05:04:27.019Z] ---> 41ba51a87df5 [2020-10-06T05:04:27.019Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T05:04:27.301Z] ---> Running in 7d4776eea929 [2020-10-06T05:04:27.301Z] ---> Running in 5f23961afe36 [2020-10-06T05:04:27.301Z] Removing intermediate container 6f506635e4d2 [2020-10-06T05:04:27.301Z] ---> 6620da4386ec [2020-10-06T05:04:27.301Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T05:04:27.301Z] ---> 18cdf058350b [2020-10-06T05:04:27.301Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T05:04:27.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-06T05:04:27.604Z] ---> Running in 7a6936ad9df8 [2020-10-06T05:04:27.604Z] ---> Running in 30d3af1abaaa [2020-10-06T05:04:27.604Z] Removing intermediate container 7d4776eea929 [2020-10-06T05:04:27.604Z] ---> e2f95484022d [2020-10-06T05:04:27.604Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T05:04:27.604Z] Removing intermediate container 5f23961afe36 [2020-10-06T05:04:27.604Z] ---> dbb2eef062d4 [2020-10-06T05:04:27.604Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T05:04:27.604Z] ---> Running in 31efd48f5304 [2020-10-06T05:04:27.880Z] ---> Running in fc07b925f62a [2020-10-06T05:04:27.880Z] Removing intermediate container 7a6936ad9df8 [2020-10-06T05:04:27.880Z] ---> 30a388fde381 [2020-10-06T05:04:27.880Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T05:04:27.880Z] Removing intermediate container 30d3af1abaaa [2020-10-06T05:04:27.880Z] ---> 1e1f90feaa6b [2020-10-06T05:04:27.880Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:04:28.180Z] ---> Running in d7987869d487 [2020-10-06T05:04:28.180Z] ---> Running in f8296269efa6 [2020-10-06T05:04:28.180Z] Removing intermediate container 31efd48f5304 [2020-10-06T05:04:28.180Z] ---> e28bcb831380 [2020-10-06T05:04:28.180Z] Step 14/22 : WORKDIR / [2020-10-06T05:04:28.180Z] Removing intermediate container fc07b925f62a [2020-10-06T05:04:28.180Z] ---> 24cadb69f95e [2020-10-06T05:04:28.180Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T05:04:28.180Z] ---> Running in 7fc6d7f015c5 [2020-10-06T05:04:28.448Z] ---> Running in 823e19ac2d84 [2020-10-06T05:04:28.448Z] Removing intermediate container f8296269efa6 [2020-10-06T05:04:28.448Z] ---> f0d02cd55f73 [2020-10-06T05:04:28.448Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T05:04:28.448Z] Removing intermediate container d7987869d487 [2020-10-06T05:04:28.448Z] ---> b24de9ac4faa [2020-10-06T05:04:28.448Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T05:04:28.726Z] ---> Running in a756cdb48896 [2020-10-06T05:04:28.726Z] ---> Running in b2a0a44a1398 [2020-10-06T05:04:28.726Z] Removing intermediate container 7fc6d7f015c5 [2020-10-06T05:04:28.726Z] ---> 191f76d5ba68 [2020-10-06T05:04:28.726Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T05:04:28.726Z] Removing intermediate container 823e19ac2d84 [2020-10-06T05:04:28.726Z] ---> 28a13756c29f [2020-10-06T05:04:28.726Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:04:29.001Z] ---> Running in 7046f2d0edef [2020-10-06T05:04:29.001Z] Removing intermediate container a756cdb48896 [2020-10-06T05:04:29.001Z] ---> 3f540346e708 [2020-10-06T05:04:29.001Z] Step 21/22 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:04:30.508Z] ---> Running in c873837b0681 [2020-10-06T05:04:30.508Z] ---> b03c9455f010 [2020-10-06T05:04:30.508Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T05:04:30.805Z] Removing intermediate container c873837b0681 [2020-10-06T05:04:30.805Z] ---> 3fd0424efe20 [2020-10-06T05:04:30.805Z] Step 22/22 : LABEL version=1.2.2-dev.48 [2020-10-06T05:04:31.127Z] ---> Running in 4db98a4ffb3b [2020-10-06T05:04:31.758Z] Removing intermediate container b2a0a44a1398 [2020-10-06T05:04:31.758Z] ---> b5c7408bab7a [2020-10-06T05:04:31.758Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T05:04:31.758Z] ---> fb30004d3abe [2020-10-06T05:04:31.758Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T05:04:32.066Z] Removing intermediate container 4db98a4ffb3b [2020-10-06T05:04:32.066Z] ---> ea610fdaad0b [2020-10-06T05:04:32.066Z] [2020-10-06T05:04:32.352Z] Successfully built ea610fdaad0b [2020-10-06T05:04:32.352Z] Successfully tagged docker-support-logging-go:latest [2020-10-06T05:04:32.972Z]  Building docker-support-logging-go ... done  ---> 3c729e479c69 [2020-10-06T05:04:32.973Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T05:04:32.973Z] Removing intermediate container 7046f2d0edef [2020-10-06T05:04:32.973Z] ---> 5fec16a9cf21 [2020-10-06T05:04:32.973Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T05:04:33.245Z] ---> Running in 971b1fbb87dd [2020-10-06T05:04:33.245Z] ---> Running in 6c90d00ac34f [2020-10-06T05:04:33.245Z] ---> e812a6bb808a [2020-10-06T05:04:33.245Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T05:04:33.529Z] Removing intermediate container 971b1fbb87dd [2020-10-06T05:04:33.529Z] ---> f41190c9a382 [2020-10-06T05:04:33.529Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:04:33.956Z] ---> Running in e44a8502d65b [2020-10-06T05:04:33.956Z] ---> 5fcf58082651 [2020-10-06T05:04:33.956Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T05:04:34.466Z] Removing intermediate container e44a8502d65b [2020-10-06T05:04:34.466Z] ---> 4c48e25e71a9 [2020-10-06T05:04:34.466Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T05:04:34.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:04:34.466Z] ---> Running in c4cf15e6d97c [2020-10-06T05:04:34.466Z] ---> ca6066ce00da [2020-10-06T05:04:34.466Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T05:04:35.298Z] Removing intermediate container c4cf15e6d97c [2020-10-06T05:04:35.298Z] ---> b87e15b8ef3c [2020-10-06T05:04:35.298Z] Step 21/22 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:04:35.298Z] ---> Running in f1d2ed9dd730 [2020-10-06T05:04:35.298Z] ---> 86f70e10570a [2020-10-06T05:04:35.298Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T05:04:35.645Z] Removing intermediate container f1d2ed9dd730 [2020-10-06T05:04:35.645Z] ---> 291a16efa442 [2020-10-06T05:04:35.645Z] Step 22/22 : LABEL version=1.2.2-dev.48 [2020-10-06T05:04:35.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:04:35.645Z] ---> 21133709bc45 [2020-10-06T05:04:35.645Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T05:04:35.944Z] ---> Running in b454f5f51d6e [2020-10-06T05:04:35.944Z] ---> Running in 40ce908815a5 [2020-10-06T05:04:36.244Z] Removing intermediate container b454f5f51d6e [2020-10-06T05:04:36.244Z] ---> ce2365e11845 [2020-10-06T05:04:36.244Z] [2020-10-06T05:04:36.522Z] Successfully built ce2365e11845 [2020-10-06T05:04:36.522Z] Successfully tagged docker-core-command-go:latest [2020-10-06T05:04:37.189Z]  Building docker-core-command-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T05:04:37.189Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T05:04:37.189Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T05:04:37.791Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T05:04:38.077Z] Removing intermediate container 40ce908815a5 [2020-10-06T05:04:38.078Z] ---> f20cad307d16 [2020-10-06T05:04:38.078Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T05:04:38.078Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T05:04:38.078Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:04:38.078Z] OK: 8 MiB in 19 packages [2020-10-06T05:04:38.719Z] ---> bb0c2495b722 [2020-10-06T05:04:38.719Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T05:04:39.337Z] ---> Running in 1c8a10873175 [2020-10-06T05:04:39.337Z] Removing intermediate container 6c90d00ac34f [2020-10-06T05:04:39.337Z] ---> 1f2fd27e7431 [2020-10-06T05:04:39.337Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T05:04:39.988Z] ---> d3fc5f84fc89 [2020-10-06T05:04:39.988Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T05:04:41.069Z] ---> d9822f35799e [2020-10-06T05:04:41.069Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T05:04:42.511Z] Removing intermediate container 1c8a10873175 [2020-10-06T05:04:42.511Z] ---> 9d557f004790 [2020-10-06T05:04:42.511Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T05:04:42.511Z] ---> fc7b179a8144 [2020-10-06T05:04:42.511Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T05:04:42.511Z] ---> Running in 1b8aeb1d5532 [2020-10-06T05:04:42.511Z] ---> Running in 47df2951b134 [2020-10-06T05:04:42.782Z] Removing intermediate container 47df2951b134 [2020-10-06T05:04:42.782Z] ---> e1ba30f36415 [2020-10-06T05:04:42.782Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:04:42.782Z] ---> Running in 6a4e03cc87ac [2020-10-06T05:04:43.739Z] Removing intermediate container 6a4e03cc87ac [2020-10-06T05:04:43.739Z] ---> e9bc5644b8ff [2020-10-06T05:04:43.739Z] Step 21/23 : LABEL arch=x86_64 [2020-10-06T05:04:44.409Z] ---> Running in cb9a1c63695c [2020-10-06T05:04:44.409Z] Removing intermediate container fc6e1215c716 [2020-10-06T05:04:44.409Z] ---> 20c22143d67d [2020-10-06T05:04:44.409Z] [2020-10-06T05:04:44.409Z] Step 10/20 : FROM alpine [2020-10-06T05:04:44.409Z] ---> a24bb4013296 [2020-10-06T05:04:44.409Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T05:04:44.409Z] ---> Running in 6e9cb745ea6e [2020-10-06T05:04:44.697Z] Removing intermediate container cb9a1c63695c [2020-10-06T05:04:44.697Z] ---> 159dcf88d034 [2020-10-06T05:04:44.697Z] Step 22/23 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:04:44.965Z] ---> Running in 08bc93940e74 [2020-10-06T05:04:44.965Z] Removing intermediate container 1b8aeb1d5532 [2020-10-06T05:04:44.965Z] ---> b4894882b303 [2020-10-06T05:04:44.965Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T05:04:44.965Z] ---> Running in d26ec8412695 [2020-10-06T05:04:45.279Z] Removing intermediate container 08bc93940e74 [2020-10-06T05:04:45.279Z] ---> 5a1715f3b5de [2020-10-06T05:04:45.279Z] Step 23/23 : LABEL version=1.2.2-dev.48 [2020-10-06T05:04:45.279Z] ---> Running in 4af7b8ece547 [2020-10-06T05:04:45.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:04:45.279Z] Removing intermediate container d26ec8412695 [2020-10-06T05:04:45.279Z] ---> e9d89e62fb4d [2020-10-06T05:04:45.279Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T05:04:45.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:04:45.588Z] ---> Running in 9bdf8d36b808 [2020-10-06T05:04:45.588Z] Removing intermediate container 4af7b8ece547 [2020-10-06T05:04:45.588Z] ---> dfdb61effd35 [2020-10-06T05:04:45.588Z] [2020-10-06T05:04:45.588Z] Successfully built dfdb61effd35 [2020-10-06T05:04:45.588Z] Successfully tagged docker-core-data-go:latest [2020-10-06T05:04:45.588Z]  Building docker-core-data-go ... done Removing intermediate container 9bdf8d36b808 [2020-10-06T05:04:45.588Z] ---> 2c2800e8f519 [2020-10-06T05:04:45.588Z] Step 27/29 : LABEL arch=x86_64 [2020-10-06T05:04:45.889Z] ---> Running in 5e55fe8abe09 [2020-10-06T05:04:45.889Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:04:45.889Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:04:45.889Z] OK: 12750 distinct packages available [2020-10-06T05:04:45.889Z] Removing intermediate container 5e55fe8abe09 [2020-10-06T05:04:45.889Z] ---> 2c6d9d11c07f [2020-10-06T05:04:45.889Z] Step 28/29 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:04:46.176Z] ---> Running in 74aab2cf66d3 [2020-10-06T05:04:46.176Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T05:04:46.176Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T05:04:46.176Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T05:04:46.176Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T05:04:46.176Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:04:46.500Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T05:04:46.500Z] OK: 7 MiB in 18 packages [2020-10-06T05:04:46.500Z] Removing intermediate container 74aab2cf66d3 [2020-10-06T05:04:46.500Z] ---> 56ea212310c5 [2020-10-06T05:04:46.500Z] Step 29/29 : LABEL version=1.2.2-dev.48 [2020-10-06T05:04:46.500Z] ---> Running in f32baaa29d97 [2020-10-06T05:04:46.769Z] Removing intermediate container f32baaa29d97 [2020-10-06T05:04:46.769Z] ---> 312dfdf098f3 [2020-10-06T05:04:46.769Z] [2020-10-06T05:04:47.036Z] Successfully built 312dfdf098f3 [2020-10-06T05:04:47.036Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-06T05:04:47.305Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 6e9cb745ea6e [2020-10-06T05:04:47.305Z] ---> af36bc9b29f0 [2020-10-06T05:04:47.305Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T05:04:47.594Z] ---> Running in b879b7f194a9 [2020-10-06T05:04:47.873Z] Removing intermediate container b879b7f194a9 [2020-10-06T05:04:47.873Z] ---> 18f1bf862d7d [2020-10-06T05:04:47.873Z] Step 13/20 : WORKDIR /edgex [2020-10-06T05:04:47.873Z] ---> Running in 5bbb98c20561 [2020-10-06T05:04:48.173Z] Removing intermediate container 5bbb98c20561 [2020-10-06T05:04:48.173Z] ---> a3b85cef1fcb [2020-10-06T05:04:48.173Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T05:04:48.759Z] ---> b5b4d493e817 [2020-10-06T05:04:48.759Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T05:04:49.384Z] ---> 6fb7421aa607 [2020-10-06T05:04:49.384Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T05:04:49.384Z] ---> Running in 261189aaa738 [2020-10-06T05:04:49.682Z] Removing intermediate container 261189aaa738 [2020-10-06T05:04:49.683Z] ---> 70bcd14fc8b0 [2020-10-06T05:04:49.683Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T05:04:49.683Z] ---> Running in 4c925a151d3e [2020-10-06T05:04:49.960Z] Removing intermediate container 4c925a151d3e [2020-10-06T05:04:49.960Z] ---> 2022d31c96f1 [2020-10-06T05:04:49.960Z] Step 18/20 : LABEL arch=x86_64 [2020-10-06T05:04:49.960Z] ---> Running in c18a89290745 [2020-10-06T05:04:50.040Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:04:50.040Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:04:50.040Z] ---> c0fad413c126 [2020-10-06T05:04:50.040Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T05:04:50.040Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:04:50.040Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:04:50.040Z] ---> c0fad413c126 [2020-10-06T05:04:50.040Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T05:04:50.040Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:04:50.040Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T05:04:50.040Z] ---> c0fad413c126 [2020-10-06T05:04:50.040Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T05:04:50.041Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:04:50.041Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:04:50.041Z] ---> c0fad413c126 [2020-10-06T05:04:50.041Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T05:04:50.041Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:04:50.041Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:04:50.041Z] ---> c0fad413c126 [2020-10-06T05:04:50.041Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T05:04:50.041Z] ---> Running in 0d5b9bc5a04e [2020-10-06T05:04:50.041Z] ---> Running in 2377503712d3 [2020-10-06T05:04:50.041Z] ---> Running in 422acf1a0b1c [2020-10-06T05:04:50.041Z] ---> Running in 9b4d761b6fe0 [2020-10-06T05:04:50.041Z] ---> Running in 8495937e6e56 [2020-10-06T05:04:50.041Z] Removing intermediate container 9b4d761b6fe0 [2020-10-06T05:04:50.041Z] ---> 6ffef868ac9d [2020-10-06T05:04:50.041Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:04:50.041Z] Removing intermediate container 422acf1a0b1c [2020-10-06T05:04:50.041Z] ---> d3037dade9c9 [2020-10-06T05:04:50.041Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:04:50.041Z] Removing intermediate container 8495937e6e56 [2020-10-06T05:04:50.041Z] ---> 56cacf6d149e [2020-10-06T05:04:50.041Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:04:50.041Z] Removing intermediate container 2377503712d3 [2020-10-06T05:04:50.041Z] ---> bb593d1e439b [2020-10-06T05:04:50.041Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T05:04:50.041Z] Removing intermediate container 0d5b9bc5a04e [2020-10-06T05:04:50.041Z] ---> 5cff9a707606 [2020-10-06T05:04:50.041Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:04:50.041Z] ---> Running in 284bd662b0b5 [2020-10-06T05:04:50.041Z] ---> Running in e11249722d1d [2020-10-06T05:04:50.041Z] ---> Running in 621e49cc2825 [2020-10-06T05:04:50.041Z] ---> Running in 172ccb9a5862 [2020-10-06T05:04:50.041Z] ---> Running in 02ce71ce5433 [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] Removing intermediate container 284bd662b0b5 [2020-10-06T05:04:50.041Z] ---> 7bdcb002a57f [2020-10-06T05:04:50.041Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] ---> Running in a280df266fb0 [2020-10-06T05:04:50.041Z] Removing intermediate container e11249722d1d [2020-10-06T05:04:50.041Z] ---> 57435bc6c4ed [2020-10-06T05:04:50.041Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T05:04:50.041Z] Removing intermediate container 621e49cc2825 [2020-10-06T05:04:50.041Z] ---> 3f8e5dcbe8bd [2020-10-06T05:04:50.041Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T05:04:50.041Z] Removing intermediate container 02ce71ce5433 [2020-10-06T05:04:50.041Z] ---> b5a0317243e2 [2020-10-06T05:04:50.041Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T05:04:50.041Z] ---> Running in 27776945230e [2020-10-06T05:04:50.041Z] ---> Running in 228aba52fe74 [2020-10-06T05:04:50.041Z] ---> Running in 19d4bc60e7a8 [2020-10-06T05:04:50.041Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:04:50.041Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:04:50.041Z] OK: 12623 distinct packages available [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] OK: 217 MiB in 51 packages [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] Removing intermediate container 172ccb9a5862 [2020-10-06T05:04:50.041Z] ---> 45ed1fcedb6d [2020-10-06T05:04:50.041Z] Step 5/29 : COPY go.mod . [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:04:50.041Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:04:50.041Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:04:50.041Z] OK: 12623 distinct packages available [2020-10-06T05:04:50.041Z] ---> 746863a06ef7 [2020-10-06T05:04:50.041Z] Step 6/29 : RUN go mod download [2020-10-06T05:04:50.041Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:04:50.041Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:04:50.041Z] OK: 12623 distinct packages available [2020-10-06T05:04:50.041Z] ---> Running in c99d757f678a [2020-10-06T05:04:50.041Z] OK: 217 MiB in 51 packages [2020-10-06T05:04:50.041Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:04:50.041Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:04:50.041Z] OK: 12623 distinct packages available [2020-10-06T05:04:50.230Z] Removing intermediate container c18a89290745 [2020-10-06T05:04:50.230Z] ---> 6990ffd5f828 [2020-10-06T05:04:50.230Z] Step 19/20 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:04:50.230Z] ---> Running in f628875be9fe [2020-10-06T05:04:50.323Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:04:50.324Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:04:50.324Z] OK: 12623 distinct packages available [2020-10-06T05:04:50.499Z] Removing intermediate container f628875be9fe [2020-10-06T05:04:50.499Z] ---> a5d70855d8b6 [2020-10-06T05:04:50.499Z] Step 20/20 : LABEL version=1.2.2-dev.48 [2020-10-06T05:04:50.499Z] ---> Running in 091fc0c2927f [2020-10-06T05:04:50.602Z] OK: 217 MiB in 51 packages [2020-10-06T05:04:50.779Z] Removing intermediate container 091fc0c2927f [2020-10-06T05:04:50.779Z] ---> 19038ecf12c9 [2020-10-06T05:04:50.779Z] [2020-10-06T05:04:51.045Z] Successfully built 19038ecf12c9 [2020-10-06T05:04:51.046Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-06T05:04:51.220Z] OK: 217 MiB in 51 packages [2020-10-06T05:04:51.323Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-10-06T05:04:51.338Z] $ docker stop --time=1 f3d87ce677bf4f4ae672271c3d5ba90725c6e728ad469a6f9545cf9ee659659f [2020-10-06T05:04:51.504Z] OK: 217 MiB in 51 packages [2020-10-06T05:04:52.124Z] Removing intermediate container a280df266fb0 [2020-10-06T05:04:52.124Z] ---> 47349f76b201 [2020-10-06T05:04:52.124Z] Step 6/22 : COPY go.mod . [2020-10-06T05:04:52.124Z] OK: 217 MiB in 51 packages [2020-10-06T05:04:52.411Z] Removing intermediate container 27776945230e [2020-10-06T05:04:52.703Z] ---> ac78acfb3973 [2020-10-06T05:04:52.703Z] Step 6/23 : COPY go.mod . [2020-10-06T05:04:53.302Z] Removing intermediate container 19d4bc60e7a8 [2020-10-06T05:04:53.302Z] ---> d68636113df2 [2020-10-06T05:04:53.302Z] ---> 1e76ba39f899 [2020-10-06T05:04:53.302Z] Step 7/22 : RUN go mod download [2020-10-06T05:04:53.302Z] Step 6/22 : COPY go.mod . [2020-10-06T05:04:53.577Z] ---> Running in 02228d8930cd [2020-10-06T05:04:53.599Z] $ docker rm -f f3d87ce677bf4f4ae672271c3d5ba90725c6e728ad469a6f9545cf9ee659659f [2020-10-06T05:04:53.853Z] Removing intermediate container 228aba52fe74 [2020-10-06T05:04:53.853Z] ---> 83acd5e573dd [2020-10-06T05:04:53.853Z] Step 6/22 : COPY go.mod . [2020-10-06T05:04:53.853Z] ---> 50efdeb4f5e1 [2020-10-06T05:04:53.853Z] Step 7/23 : RUN go mod download [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:04:54.125Z] ---> Running in f1191f21648d [2020-10-06T05:04:54.125Z] Removing intermediate container c99d757f678a [2020-10-06T05:04:54.125Z] ---> 096e331dc33f [2020-10-06T05:04:54.125Z] Step 7/29 : COPY . . [2020-10-06T05:04:54.415Z] + grep docker [2020-10-06T05:04:54.415Z] + docker images [2020-10-06T05:04:54.681Z] docker-security-proxy-setup-go latest 19038ecf12c9 4 seconds ago 15.8MB [2020-10-06T05:04:54.681Z] docker-security-secrets-setup-go latest 312dfdf098f3 8 seconds ago 24MB [2020-10-06T05:04:54.681Z] docker-core-data-go latest dfdb61effd35 9 seconds ago 23.6MB [2020-10-06T05:04:54.681Z] docker-core-command-go latest ce2365e11845 18 seconds ago 12.2MB [2020-10-06T05:04:54.681Z] docker-support-logging-go latest ea610fdaad0b 23 seconds ago 11.1MB [2020-10-06T05:04:54.681Z] docker-sys-mgmt-agent-go latest ae01bff2bfe4 57 seconds ago 290MB [2020-10-06T05:04:54.681Z] docker-security-secretstore-setup-go latest a43b185ad246 2 minutes ago 32.4MB [2020-10-06T05:04:54.681Z] docker-support-notifications-go latest 7cc335b8d73c 2 minutes ago 13.6MB [2020-10-06T05:04:54.681Z] docker-core-metadata-go latest e5b4ae6a49f1 2 minutes ago 14.1MB [2020-10-06T05:04:54.681Z] docker-support-scheduler-go latest dc4c16743628 3 minutes ago 12.3MB [2020-10-06T05:04:54.681Z] docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [2020-10-06T05:04:54.720Z] ---> 6b7599d187f1 [2020-10-06T05:04:54.720Z] Step 7/22 : RUN go mod download [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-10-06T05:04:54.996Z] ---> Running in ea7337cde178 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-06T05:04:55.165Z] provisioning config files... [2020-10-06T05:04:55.203Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/163@tmp/config9000593025775228256tmp [Pipeline] { [2020-10-06T05:04:55.273Z] ---> 1c0a72c3777b [2020-10-06T05:04:55.273Z] Step 7/22 : RUN go mod download [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:04:55.666Z] ---> docker-login.sh [2020-10-06T05:04:55.666Z] nexus3.edgexfoundry.org:10001 [2020-10-06T05:04:55.875Z] ---> Running in 710239e8624e [2020-10-06T05:04:55.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:04:55.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:04:55.938Z] Configure a credential helper to remove this warning. See [2020-10-06T05:04:55.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:04:55.938Z] [2020-10-06T05:04:55.938Z] Login Succeeded [2020-10-06T05:04:55.938Z] nexus3.edgexfoundry.org:10002 [2020-10-06T05:04:56.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:04:56.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:04:56.209Z] Configure a credential helper to remove this warning. See [2020-10-06T05:04:56.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:04:56.209Z] [2020-10-06T05:04:56.209Z] Login Succeeded [2020-10-06T05:04:56.209Z] nexus3.edgexfoundry.org:10003 [2020-10-06T05:04:56.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:04:56.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:04:56.740Z] Configure a credential helper to remove this warning. See [2020-10-06T05:04:56.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:04:56.740Z] [2020-10-06T05:04:56.740Z] Login Succeeded [2020-10-06T05:04:56.740Z] nexus3.edgexfoundry.org:10004 [2020-10-06T05:04:57.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:04:57.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:04:57.004Z] Configure a credential helper to remove this warning. See [2020-10-06T05:04:57.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:04:57.004Z] [2020-10-06T05:04:57.004Z] Login Succeeded [2020-10-06T05:04:57.004Z] docker.io [2020-10-06T05:04:57.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:04:57.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:04:57.530Z] Configure a credential helper to remove this warning. See [2020-10-06T05:04:57.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:04:57.530Z] [2020-10-06T05:04:57.530Z] Login Succeeded [2020-10-06T05:04:57.530Z] ---> docker-login.sh ends [Pipeline] } [2020-10-06T05:04:57.541Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:04:57.722Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-06T05:04:57.723Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:04:57.723Z] 1.2.2-dev.48 [2020-10-06T05:04:57.723Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:04:57.723Z] master [2020-10-06T05:04:57.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:04:58.245Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:04:58.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:04:58.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T05:04:58.597Z] 8d174d9ec155: Preparing [2020-10-06T05:04:58.597Z] 797c3c1b5516: Preparing [2020-10-06T05:04:58.597Z] 9cd2a07be772: Preparing [2020-10-06T05:04:58.960Z] 8d174d9ec155: Pushed [2020-10-06T05:04:58.960Z] 9cd2a07be772: Pushed [2020-10-06T05:05:00.203Z] Removing intermediate container 02228d8930cd [2020-10-06T05:05:00.203Z] ---> fa56b53b110f [2020-10-06T05:05:00.203Z] Step 8/22 : COPY . . [2020-10-06T05:05:00.203Z] Removing intermediate container f1191f21648d [2020-10-06T05:05:00.203Z] ---> de0b9a16c4f7 [2020-10-06T05:05:00.203Z] Step 8/23 : COPY . . [2020-10-06T05:05:00.484Z] 797c3c1b5516: Pushed [2020-10-06T05:05:00.486Z] Removing intermediate container ea7337cde178 [2020-10-06T05:05:00.486Z] ---> 442d781c196f [2020-10-06T05:05:00.486Z] Step 8/22 : COPY . . [2020-10-06T05:05:00.762Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:3289b3af458ca5f80a6be07602b65900df0fac72bc983502aad13ec14b8555e1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:01.368Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:01.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.48 [2020-10-06T05:05:01.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T05:05:01.836Z] 8d174d9ec155: Preparing [2020-10-06T05:05:01.836Z] 797c3c1b5516: Preparing [2020-10-06T05:05:01.836Z] 9cd2a07be772: Preparing [2020-10-06T05:05:01.836Z] 9cd2a07be772: Layer already exists [2020-10-06T05:05:01.836Z] 797c3c1b5516: Layer already exists [2020-10-06T05:05:01.836Z] 8d174d9ec155: Layer already exists [2020-10-06T05:05:01.836Z] 1.2.2-dev.48: digest: sha256:3289b3af458ca5f80a6be07602b65900df0fac72bc983502aad13ec14b8555e1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:01.935Z] Removing intermediate container 710239e8624e [2020-10-06T05:05:01.935Z] ---> 99b4b61ce7cb [2020-10-06T05:05:01.935Z] Step 8/22 : COPY . . [2020-10-06T05:05:02.177Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:02.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:02.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T05:05:02.765Z] 8d174d9ec155: Preparing [2020-10-06T05:05:02.765Z] 797c3c1b5516: Preparing [2020-10-06T05:05:02.765Z] 9cd2a07be772: Preparing [2020-10-06T05:05:02.765Z] 797c3c1b5516: Layer already exists [2020-10-06T05:05:02.765Z] 8d174d9ec155: Layer already exists [2020-10-06T05:05:02.765Z] 9cd2a07be772: Layer already exists [2020-10-06T05:05:03.028Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:3289b3af458ca5f80a6be07602b65900df0fac72bc983502aad13ec14b8555e1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:03.348Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:03.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-06T05:05:03.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T05:05:03.674Z] 8d174d9ec155: Preparing [2020-10-06T05:05:03.674Z] 797c3c1b5516: Preparing [2020-10-06T05:05:03.674Z] 9cd2a07be772: Preparing [2020-10-06T05:05:03.674Z] 8d174d9ec155: Layer already exists [2020-10-06T05:05:03.674Z] 797c3c1b5516: Layer already exists [2020-10-06T05:05:03.674Z] 9cd2a07be772: Layer already exists [2020-10-06T05:05:03.944Z] master: digest: sha256:3289b3af458ca5f80a6be07602b65900df0fac72bc983502aad13ec14b8555e1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:04.138Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:04.183Z] taggedImages: [2020-10-06T05:05:04.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:04.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.48 [2020-10-06T05:05:04.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:04.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-06T05:05:04.280Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-06T05:05:04.280Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:04.280Z] 1.2.2-dev.48 [2020-10-06T05:05:04.280Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:04.280Z] master [2020-10-06T05:05:04.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:05.034Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:05.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:05.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T05:05:05.467Z] 57f9a40df81f: Preparing [2020-10-06T05:05:05.467Z] 7fe4c76074bc: Preparing [2020-10-06T05:05:05.467Z] fae143264362: Preparing [2020-10-06T05:05:05.467Z] d318732559b2: Preparing [2020-10-06T05:05:05.467Z] aa85562a7fd1: Preparing [2020-10-06T05:05:05.467Z] 50644c29ef5a: Preparing [2020-10-06T05:05:05.467Z] 50644c29ef5a: Waiting [2020-10-06T05:05:05.746Z] 57f9a40df81f: Pushed [2020-10-06T05:05:05.746Z] fae143264362: Pushed [2020-10-06T05:05:05.746Z] aa85562a7fd1: Pushed [2020-10-06T05:05:06.097Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:06.419Z] d318732559b2: Pushed [2020-10-06T05:05:07.874Z] 7fe4c76074bc: Pushed [2020-10-06T05:05:08.151Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:9bfac4e41743d61f63ae4c73324605112d38e2dc2c7468610a8cc471db92aaf3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:08.533Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:08.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.48 [2020-10-06T05:05:08.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T05:05:08.892Z] 57f9a40df81f: Preparing [2020-10-06T05:05:08.892Z] 7fe4c76074bc: Preparing [2020-10-06T05:05:08.892Z] fae143264362: Preparing [2020-10-06T05:05:08.892Z] d318732559b2: Preparing [2020-10-06T05:05:08.892Z] aa85562a7fd1: Preparing [2020-10-06T05:05:08.892Z] 50644c29ef5a: Preparing [2020-10-06T05:05:08.892Z] 50644c29ef5a: Waiting [2020-10-06T05:05:08.892Z] fae143264362: Layer already exists [2020-10-06T05:05:08.892Z] d318732559b2: Layer already exists [2020-10-06T05:05:08.892Z] aa85562a7fd1: Layer already exists [2020-10-06T05:05:08.892Z] 57f9a40df81f: Layer already exists [2020-10-06T05:05:08.892Z] 7fe4c76074bc: Layer already exists [2020-10-06T05:05:09.155Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:09.155Z] 1.2.2-dev.48: digest: sha256:9bfac4e41743d61f63ae4c73324605112d38e2dc2c7468610a8cc471db92aaf3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:09.524Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:09.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:09.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T05:05:09.861Z] 57f9a40df81f: Preparing [2020-10-06T05:05:09.861Z] 7fe4c76074bc: Preparing [2020-10-06T05:05:09.861Z] fae143264362: Preparing [2020-10-06T05:05:09.861Z] d318732559b2: Preparing [2020-10-06T05:05:09.861Z] aa85562a7fd1: Preparing [2020-10-06T05:05:09.861Z] 50644c29ef5a: Preparing [2020-10-06T05:05:09.861Z] 50644c29ef5a: Waiting [2020-10-06T05:05:10.151Z] aa85562a7fd1: Layer already exists [2020-10-06T05:05:10.151Z] 7fe4c76074bc: Layer already exists [2020-10-06T05:05:10.151Z] fae143264362: Layer already exists [2020-10-06T05:05:10.151Z] 57f9a40df81f: Layer already exists [2020-10-06T05:05:10.151Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:10.151Z] d318732559b2: Layer already exists [2020-10-06T05:05:10.151Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:9bfac4e41743d61f63ae4c73324605112d38e2dc2c7468610a8cc471db92aaf3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:10.578Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:10.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-06T05:05:10.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T05:05:10.977Z] 57f9a40df81f: Preparing [2020-10-06T05:05:10.977Z] 7fe4c76074bc: Preparing [2020-10-06T05:05:10.977Z] fae143264362: Preparing [2020-10-06T05:05:10.977Z] d318732559b2: Preparing [2020-10-06T05:05:10.977Z] aa85562a7fd1: Preparing [2020-10-06T05:05:10.977Z] 50644c29ef5a: Preparing [2020-10-06T05:05:10.977Z] 50644c29ef5a: Waiting [2020-10-06T05:05:10.977Z] fae143264362: Layer already exists [2020-10-06T05:05:10.977Z] aa85562a7fd1: Layer already exists [2020-10-06T05:05:10.977Z] 7fe4c76074bc: Layer already exists [2020-10-06T05:05:10.977Z] 57f9a40df81f: Layer already exists [2020-10-06T05:05:10.977Z] d318732559b2: Layer already exists [2020-10-06T05:05:10.977Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:11.251Z] master: digest: sha256:9bfac4e41743d61f63ae4c73324605112d38e2dc2c7468610a8cc471db92aaf3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:11.446Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:11.495Z] taggedImages: [2020-10-06T05:05:11.495Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:11.495Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.48 [2020-10-06T05:05:11.495Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:11.495Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-06T05:05:11.554Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-06T05:05:11.554Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:11.554Z] 1.2.2-dev.48 [2020-10-06T05:05:11.554Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:11.554Z] master [2020-10-06T05:05:11.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:12.112Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:12.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:12.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T05:05:12.703Z] 9bcf39a9dab2: Preparing [2020-10-06T05:05:12.703Z] 84f7ad9eed0a: Preparing [2020-10-06T05:05:12.703Z] c052bade844b: Preparing [2020-10-06T05:05:13.355Z] c052bade844b: Pushed [2020-10-06T05:05:13.355Z] 9bcf39a9dab2: Pushed [2020-10-06T05:05:15.470Z] 84f7ad9eed0a: Pushed [2020-10-06T05:05:15.470Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:61d61669bc089005831ceb1cbda69deefb72ada49e89c66c6c24ab676d7ef8cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:15.805Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:16.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.48 [2020-10-06T05:05:16.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T05:05:16.478Z] 9bcf39a9dab2: Preparing [2020-10-06T05:05:16.478Z] 84f7ad9eed0a: Preparing [2020-10-06T05:05:16.478Z] c052bade844b: Preparing [2020-10-06T05:05:16.478Z] 84f7ad9eed0a: Layer already exists [2020-10-06T05:05:16.478Z] 9bcf39a9dab2: Layer already exists [2020-10-06T05:05:16.478Z] c052bade844b: Layer already exists [2020-10-06T05:05:16.478Z] 1.2.2-dev.48: digest: sha256:61d61669bc089005831ceb1cbda69deefb72ada49e89c66c6c24ab676d7ef8cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:16.888Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:17.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:17.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T05:05:17.712Z] 9bcf39a9dab2: Preparing [2020-10-06T05:05:17.712Z] 84f7ad9eed0a: Preparing [2020-10-06T05:05:17.712Z] c052bade844b: Preparing [2020-10-06T05:05:17.975Z] c052bade844b: Layer already exists [2020-10-06T05:05:17.975Z] 9bcf39a9dab2: Layer already exists [2020-10-06T05:05:17.975Z] 84f7ad9eed0a: Layer already exists [2020-10-06T05:05:17.975Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:61d61669bc089005831ceb1cbda69deefb72ada49e89c66c6c24ab676d7ef8cb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:18.344Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:18.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-06T05:05:18.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T05:05:18.697Z] 9bcf39a9dab2: Preparing [2020-10-06T05:05:18.697Z] 84f7ad9eed0a: Preparing [2020-10-06T05:05:18.697Z] c052bade844b: Preparing [2020-10-06T05:05:18.697Z] 9bcf39a9dab2: Layer already exists [2020-10-06T05:05:18.697Z] c052bade844b: Layer already exists [2020-10-06T05:05:18.697Z] 84f7ad9eed0a: Layer already exists [2020-10-06T05:05:18.964Z] master: digest: sha256:61d61669bc089005831ceb1cbda69deefb72ada49e89c66c6c24ab676d7ef8cb size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:19.166Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:19.209Z] taggedImages: [2020-10-06T05:05:19.209Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:19.209Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.48 [2020-10-06T05:05:19.209Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:19.209Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-06T05:05:19.265Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-06T05:05:19.265Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:19.265Z] 1.2.2-dev.48 [2020-10-06T05:05:19.265Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:19.265Z] master [2020-10-06T05:05:19.265Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:19.850Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:20.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:20.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T05:05:20.204Z] 4323273681f9: Preparing [2020-10-06T05:05:20.204Z] 5035a34bcbf7: Preparing [2020-10-06T05:05:20.204Z] 3ddd7251930f: Preparing [2020-10-06T05:05:20.204Z] e391c3ef8df7: Preparing [2020-10-06T05:05:20.204Z] 50644c29ef5a: Preparing [2020-10-06T05:05:20.204Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:20.471Z] 3ddd7251930f: Pushed [2020-10-06T05:05:20.471Z] 5035a34bcbf7: Pushed [2020-10-06T05:05:20.741Z] e391c3ef8df7: Pushed [2020-10-06T05:05:21.855Z] 4323273681f9: Pushed [2020-10-06T05:05:22.351Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:19a5e7de5d2523b081f31c71204d18a99bae69e3aefded400b9c358eabe92f72 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:22.807Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:23.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.48 [2020-10-06T05:05:23.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T05:05:23.288Z] 4323273681f9: Preparing [2020-10-06T05:05:23.288Z] 5035a34bcbf7: Preparing [2020-10-06T05:05:23.288Z] 3ddd7251930f: Preparing [2020-10-06T05:05:23.288Z] e391c3ef8df7: Preparing [2020-10-06T05:05:23.288Z] 50644c29ef5a: Preparing [2020-10-06T05:05:23.288Z] 3ddd7251930f: Layer already exists [2020-10-06T05:05:23.288Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:23.288Z] 4323273681f9: Layer already exists [2020-10-06T05:05:23.288Z] 5035a34bcbf7: Layer already exists [2020-10-06T05:05:23.288Z] e391c3ef8df7: Layer already exists [2020-10-06T05:05:23.571Z] 1.2.2-dev.48: digest: sha256:19a5e7de5d2523b081f31c71204d18a99bae69e3aefded400b9c358eabe92f72 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:23.972Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:24.120Z] ---> 97547c2abf90 [2020-10-06T05:05:24.121Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T05:05:24.121Z] ---> 885e36d023da [2020-10-06T05:05:24.121Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T05:05:24.121Z] ---> 136dfc9d4938 [2020-10-06T05:05:24.121Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T05:05:24.121Z] ---> Running in d144fe4a2a2c [2020-10-06T05:05:24.121Z] ---> 1160cd426853 [2020-10-06T05:05:24.121Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T05:05:24.121Z] ---> 2245b4b7aa80 [2020-10-06T05:05:24.121Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T05:05:24.121Z] ---> Running in 747bc569ccd7 [2020-10-06T05:05:24.121Z] ---> Running in a727cbf52837 [2020-10-06T05:05:24.121Z] ---> Running in dd68597b44f9 [2020-10-06T05:05:24.121Z] ---> Running in a5e000319eef [2020-10-06T05:05:24.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:24.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T05:05:24.371Z] 4323273681f9: Preparing [2020-10-06T05:05:24.371Z] 5035a34bcbf7: Preparing [2020-10-06T05:05:24.372Z] 3ddd7251930f: Preparing [2020-10-06T05:05:24.372Z] e391c3ef8df7: Preparing [2020-10-06T05:05:24.372Z] 50644c29ef5a: Preparing [2020-10-06T05:05:24.372Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:24.372Z] 4323273681f9: Layer already exists [2020-10-06T05:05:24.372Z] 5035a34bcbf7: Layer already exists [2020-10-06T05:05:24.372Z] e391c3ef8df7: Layer already exists [2020-10-06T05:05:24.372Z] 3ddd7251930f: Layer already exists [2020-10-06T05:05:24.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-06T05:05:24.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-06T05:05:24.913Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:19a5e7de5d2523b081f31c71204d18a99bae69e3aefded400b9c358eabe92f72 size: 1364 [2020-10-06T05:05:24.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/core-command/core-command ./cmd/core-command [2020-10-06T05:05:24.965Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/core-data/core-data ./cmd/core-data [2020-10-06T05:05:24.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/support-logging/support-logging ./cmd/support-logging [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:25.441Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:25.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-06T05:05:25.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T05:05:25.809Z] 4323273681f9: Preparing [2020-10-06T05:05:25.809Z] 5035a34bcbf7: Preparing [2020-10-06T05:05:25.809Z] 3ddd7251930f: Preparing [2020-10-06T05:05:25.809Z] e391c3ef8df7: Preparing [2020-10-06T05:05:25.809Z] 50644c29ef5a: Preparing [2020-10-06T05:05:25.809Z] 3ddd7251930f: Layer already exists [2020-10-06T05:05:25.809Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:25.809Z] 5035a34bcbf7: Layer already exists [2020-10-06T05:05:25.809Z] e391c3ef8df7: Layer already exists [2020-10-06T05:05:25.809Z] 4323273681f9: Layer already exists [2020-10-06T05:05:26.076Z] master: digest: sha256:19a5e7de5d2523b081f31c71204d18a99bae69e3aefded400b9c358eabe92f72 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:26.265Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:26.309Z] taggedImages: [2020-10-06T05:05:26.309Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:26.309Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.48 [2020-10-06T05:05:26.309Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:26.309Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-06T05:05:26.368Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-06T05:05:26.368Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:26.368Z] 1.2.2-dev.48 [2020-10-06T05:05:26.368Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:26.368Z] master [2020-10-06T05:05:26.368Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:26.902Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:27.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:27.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T05:05:27.265Z] e0271a82249c: Preparing [2020-10-06T05:05:27.265Z] f2bab974daf2: Preparing [2020-10-06T05:05:27.265Z] fb2796fe1a3c: Preparing [2020-10-06T05:05:27.265Z] 0c5f6f25638e: Preparing [2020-10-06T05:05:27.265Z] 0c5f6f25638e: Preparing [2020-10-06T05:05:27.265Z] dc677dcb86a7: Preparing [2020-10-06T05:05:27.265Z] ab842602198b: Preparing [2020-10-06T05:05:27.265Z] 6268a068f774: Preparing [2020-10-06T05:05:27.265Z] e0271a82249c: Preparing [2020-10-06T05:05:27.265Z] 0533d757d8a1: Preparing [2020-10-06T05:05:27.265Z] 72334e319218: Preparing [2020-10-06T05:05:27.265Z] 87c1fd6a1661: Preparing [2020-10-06T05:05:27.265Z] 50644c29ef5a: Preparing [2020-10-06T05:05:27.265Z] 6268a068f774: Waiting [2020-10-06T05:05:27.265Z] 0533d757d8a1: Waiting [2020-10-06T05:05:27.265Z] 72334e319218: Waiting [2020-10-06T05:05:27.265Z] 87c1fd6a1661: Waiting [2020-10-06T05:05:27.265Z] 50644c29ef5a: Waiting [2020-10-06T05:05:27.265Z] ab842602198b: Waiting [2020-10-06T05:05:27.569Z] fb2796fe1a3c: Pushed [2020-10-06T05:05:27.569Z] f2bab974daf2: Pushed [2020-10-06T05:05:27.569Z] 0c5f6f25638e: Pushed [2020-10-06T05:05:27.569Z] dc677dcb86a7: Pushed [2020-10-06T05:05:27.569Z] ab842602198b: Pushed [2020-10-06T05:05:27.866Z] 6268a068f774: Pushed [2020-10-06T05:05:27.866Z] 0533d757d8a1: Pushed [2020-10-06T05:05:27.866Z] 72334e319218: Pushed [2020-10-06T05:05:27.866Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:28.150Z] 87c1fd6a1661: Pushed [2020-10-06T05:05:28.413Z] e0271a82249c: Pushed [2020-10-06T05:05:28.676Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:be12e1a9cd613a4022accbfaeba96ff20b2aaf9db2d572d8a03e99b1761a6958 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:29.065Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:29.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.48 [2020-10-06T05:05:29.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T05:05:29.684Z] e0271a82249c: Preparing [2020-10-06T05:05:29.684Z] f2bab974daf2: Preparing [2020-10-06T05:05:29.684Z] fb2796fe1a3c: Preparing [2020-10-06T05:05:29.684Z] 0c5f6f25638e: Preparing [2020-10-06T05:05:29.684Z] 0c5f6f25638e: Preparing [2020-10-06T05:05:29.684Z] dc677dcb86a7: Preparing [2020-10-06T05:05:29.684Z] ab842602198b: Preparing [2020-10-06T05:05:29.684Z] 6268a068f774: Preparing [2020-10-06T05:05:29.684Z] e0271a82249c: Preparing [2020-10-06T05:05:29.684Z] 0533d757d8a1: Preparing [2020-10-06T05:05:29.684Z] 72334e319218: Preparing [2020-10-06T05:05:29.684Z] 87c1fd6a1661: Preparing [2020-10-06T05:05:29.684Z] 50644c29ef5a: Preparing [2020-10-06T05:05:29.684Z] ab842602198b: Waiting [2020-10-06T05:05:29.684Z] 6268a068f774: Waiting [2020-10-06T05:05:29.684Z] 0533d757d8a1: Waiting [2020-10-06T05:05:29.684Z] 72334e319218: Waiting [2020-10-06T05:05:29.684Z] 87c1fd6a1661: Waiting [2020-10-06T05:05:29.684Z] 50644c29ef5a: Waiting [2020-10-06T05:05:29.955Z] e0271a82249c: Layer already exists [2020-10-06T05:05:29.955Z] 0c5f6f25638e: Layer already exists [2020-10-06T05:05:29.955Z] fb2796fe1a3c: Layer already exists [2020-10-06T05:05:29.955Z] f2bab974daf2: Layer already exists [2020-10-06T05:05:29.955Z] dc677dcb86a7: Layer already exists [2020-10-06T05:05:29.955Z] 6268a068f774: Layer already exists [2020-10-06T05:05:29.955Z] ab842602198b: Layer already exists [2020-10-06T05:05:29.955Z] 72334e319218: Layer already exists [2020-10-06T05:05:29.955Z] 0533d757d8a1: Layer already exists [2020-10-06T05:05:29.955Z] 87c1fd6a1661: Layer already exists [2020-10-06T05:05:29.955Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:29.955Z] 1.2.2-dev.48: digest: sha256:be12e1a9cd613a4022accbfaeba96ff20b2aaf9db2d572d8a03e99b1761a6958 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:30.318Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:30.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:30.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T05:05:30.640Z] e0271a82249c: Preparing [2020-10-06T05:05:30.640Z] f2bab974daf2: Preparing [2020-10-06T05:05:30.640Z] fb2796fe1a3c: Preparing [2020-10-06T05:05:30.640Z] 0c5f6f25638e: Preparing [2020-10-06T05:05:30.640Z] 0c5f6f25638e: Preparing [2020-10-06T05:05:30.640Z] dc677dcb86a7: Preparing [2020-10-06T05:05:30.640Z] ab842602198b: Preparing [2020-10-06T05:05:30.640Z] 6268a068f774: Preparing [2020-10-06T05:05:30.640Z] e0271a82249c: Preparing [2020-10-06T05:05:30.640Z] 0533d757d8a1: Preparing [2020-10-06T05:05:30.640Z] 72334e319218: Preparing [2020-10-06T05:05:30.640Z] 87c1fd6a1661: Preparing [2020-10-06T05:05:30.640Z] 50644c29ef5a: Preparing [2020-10-06T05:05:30.640Z] ab842602198b: Waiting [2020-10-06T05:05:30.640Z] 6268a068f774: Waiting [2020-10-06T05:05:30.640Z] 0533d757d8a1: Waiting [2020-10-06T05:05:30.640Z] 72334e319218: Waiting [2020-10-06T05:05:30.640Z] 87c1fd6a1661: Waiting [2020-10-06T05:05:30.640Z] 50644c29ef5a: Waiting [2020-10-06T05:05:30.640Z] e0271a82249c: Layer already exists [2020-10-06T05:05:30.640Z] dc677dcb86a7: Layer already exists [2020-10-06T05:05:30.640Z] fb2796fe1a3c: Layer already exists [2020-10-06T05:05:30.640Z] f2bab974daf2: Layer already exists [2020-10-06T05:05:30.641Z] 0c5f6f25638e: Layer already exists [2020-10-06T05:05:30.641Z] ab842602198b: Layer already exists [2020-10-06T05:05:30.641Z] 0533d757d8a1: Layer already exists [2020-10-06T05:05:30.641Z] 6268a068f774: Layer already exists [2020-10-06T05:05:30.641Z] 72334e319218: Layer already exists [2020-10-06T05:05:30.641Z] 87c1fd6a1661: Layer already exists [2020-10-06T05:05:30.641Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:30.903Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:be12e1a9cd613a4022accbfaeba96ff20b2aaf9db2d572d8a03e99b1761a6958 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:31.228Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:31.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-06T05:05:31.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T05:05:31.578Z] e0271a82249c: Preparing [2020-10-06T05:05:31.578Z] f2bab974daf2: Preparing [2020-10-06T05:05:31.578Z] fb2796fe1a3c: Preparing [2020-10-06T05:05:31.578Z] 0c5f6f25638e: Preparing [2020-10-06T05:05:31.578Z] 0c5f6f25638e: Preparing [2020-10-06T05:05:31.578Z] dc677dcb86a7: Preparing [2020-10-06T05:05:31.578Z] ab842602198b: Preparing [2020-10-06T05:05:31.578Z] 6268a068f774: Preparing [2020-10-06T05:05:31.578Z] e0271a82249c: Preparing [2020-10-06T05:05:31.578Z] 0533d757d8a1: Preparing [2020-10-06T05:05:31.578Z] 72334e319218: Preparing [2020-10-06T05:05:31.578Z] 87c1fd6a1661: Preparing [2020-10-06T05:05:31.578Z] 50644c29ef5a: Preparing [2020-10-06T05:05:31.578Z] ab842602198b: Waiting [2020-10-06T05:05:31.578Z] 6268a068f774: Waiting [2020-10-06T05:05:31.578Z] 0533d757d8a1: Waiting [2020-10-06T05:05:31.578Z] 72334e319218: Waiting [2020-10-06T05:05:31.578Z] 87c1fd6a1661: Waiting [2020-10-06T05:05:31.578Z] 50644c29ef5a: Waiting [2020-10-06T05:05:31.578Z] fb2796fe1a3c: Layer already exists [2020-10-06T05:05:31.578Z] 0c5f6f25638e: Layer already exists [2020-10-06T05:05:31.578Z] f2bab974daf2: Layer already exists [2020-10-06T05:05:31.578Z] dc677dcb86a7: Layer already exists [2020-10-06T05:05:31.578Z] e0271a82249c: Layer already exists [2020-10-06T05:05:31.843Z] 6268a068f774: Layer already exists [2020-10-06T05:05:31.843Z] 72334e319218: Layer already exists [2020-10-06T05:05:31.843Z] 0533d757d8a1: Layer already exists [2020-10-06T05:05:31.843Z] ab842602198b: Layer already exists [2020-10-06T05:05:31.843Z] 87c1fd6a1661: Layer already exists [2020-10-06T05:05:31.843Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:31.843Z] master: digest: sha256:be12e1a9cd613a4022accbfaeba96ff20b2aaf9db2d572d8a03e99b1761a6958 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:32.032Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:32.074Z] taggedImages: [2020-10-06T05:05:32.074Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:32.074Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.48 [2020-10-06T05:05:32.074Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:32.074Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-06T05:05:32.167Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-06T05:05:32.167Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:32.167Z] 1.2.2-dev.48 [2020-10-06T05:05:32.167Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:32.167Z] master [2020-10-06T05:05:32.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:32.674Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:33.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:33.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T05:05:33.066Z] b2cb0115f2f6: Preparing [2020-10-06T05:05:33.066Z] 8c5cc0e5ec45: Preparing [2020-10-06T05:05:33.066Z] 65b16a6be8d0: Preparing [2020-10-06T05:05:33.066Z] a692cdf16662: Preparing [2020-10-06T05:05:33.066Z] 5ab4ec7acb1f: Preparing [2020-10-06T05:05:33.066Z] d03b8a6a636b: Preparing [2020-10-06T05:05:33.066Z] 9359e25b7460: Preparing [2020-10-06T05:05:33.066Z] c4d8b766f3c4: Preparing [2020-10-06T05:05:33.066Z] 5239622716b7: Preparing [2020-10-06T05:05:33.066Z] a5694a38b8e1: Preparing [2020-10-06T05:05:33.066Z] 1b3ee35aacca: Preparing [2020-10-06T05:05:33.066Z] d03b8a6a636b: Waiting [2020-10-06T05:05:33.066Z] 9359e25b7460: Waiting [2020-10-06T05:05:33.066Z] c4d8b766f3c4: Waiting [2020-10-06T05:05:33.066Z] 5239622716b7: Waiting [2020-10-06T05:05:33.066Z] a5694a38b8e1: Waiting [2020-10-06T05:05:33.066Z] 1b3ee35aacca: Waiting [2020-10-06T05:05:33.785Z] 8c5cc0e5ec45: Pushed [2020-10-06T05:05:33.785Z] b2cb0115f2f6: Pushed [2020-10-06T05:05:34.124Z] d03b8a6a636b: Pushed [2020-10-06T05:05:34.404Z] 9359e25b7460: Pushed [2020-10-06T05:05:34.404Z] 5239622716b7: Pushed [2020-10-06T05:05:34.404Z] c4d8b766f3c4: Pushed [2020-10-06T05:05:34.673Z] 1b3ee35aacca: Layer already exists [2020-10-06T05:05:34.673Z] 65b16a6be8d0: Pushed [2020-10-06T05:05:34.673Z] 5ab4ec7acb1f: Pushed [2020-10-06T05:05:34.937Z] a692cdf16662: Pushed [2020-10-06T05:05:34.937Z] a5694a38b8e1: Pushed [2020-10-06T05:05:35.199Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:ab3a908a24828792152cb216f2c842de97e88898f1e93952799bfa4a3486beaf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:35.527Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:35.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.48 [2020-10-06T05:05:35.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T05:05:35.830Z] b2cb0115f2f6: Preparing [2020-10-06T05:05:35.830Z] 8c5cc0e5ec45: Preparing [2020-10-06T05:05:35.830Z] 65b16a6be8d0: Preparing [2020-10-06T05:05:35.830Z] a692cdf16662: Preparing [2020-10-06T05:05:35.830Z] 5ab4ec7acb1f: Preparing [2020-10-06T05:05:35.830Z] d03b8a6a636b: Preparing [2020-10-06T05:05:35.830Z] 9359e25b7460: Preparing [2020-10-06T05:05:35.830Z] c4d8b766f3c4: Preparing [2020-10-06T05:05:35.830Z] 5239622716b7: Preparing [2020-10-06T05:05:35.830Z] a5694a38b8e1: Preparing [2020-10-06T05:05:35.830Z] 1b3ee35aacca: Preparing [2020-10-06T05:05:35.830Z] d03b8a6a636b: Waiting [2020-10-06T05:05:35.830Z] c4d8b766f3c4: Waiting [2020-10-06T05:05:35.830Z] 9359e25b7460: Waiting [2020-10-06T05:05:35.830Z] 5239622716b7: Waiting [2020-10-06T05:05:35.830Z] a5694a38b8e1: Waiting [2020-10-06T05:05:35.830Z] 1b3ee35aacca: Waiting [2020-10-06T05:05:35.830Z] 5ab4ec7acb1f: Layer already exists [2020-10-06T05:05:35.830Z] b2cb0115f2f6: Layer already exists [2020-10-06T05:05:35.830Z] 65b16a6be8d0: Layer already exists [2020-10-06T05:05:35.830Z] 8c5cc0e5ec45: Layer already exists [2020-10-06T05:05:35.830Z] a692cdf16662: Layer already exists [2020-10-06T05:05:35.830Z] d03b8a6a636b: Layer already exists [2020-10-06T05:05:35.830Z] c4d8b766f3c4: Layer already exists [2020-10-06T05:05:35.830Z] a5694a38b8e1: Layer already exists [2020-10-06T05:05:35.830Z] 5239622716b7: Layer already exists [2020-10-06T05:05:35.830Z] 9359e25b7460: Layer already exists [2020-10-06T05:05:35.830Z] 1b3ee35aacca: Layer already exists [2020-10-06T05:05:36.095Z] 1.2.2-dev.48: digest: sha256:ab3a908a24828792152cb216f2c842de97e88898f1e93952799bfa4a3486beaf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:36.420Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:36.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:36.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T05:05:36.781Z] b2cb0115f2f6: Preparing [2020-10-06T05:05:36.781Z] 8c5cc0e5ec45: Preparing [2020-10-06T05:05:36.781Z] 65b16a6be8d0: Preparing [2020-10-06T05:05:36.781Z] a692cdf16662: Preparing [2020-10-06T05:05:36.781Z] 5ab4ec7acb1f: Preparing [2020-10-06T05:05:36.781Z] d03b8a6a636b: Preparing [2020-10-06T05:05:36.781Z] 9359e25b7460: Preparing [2020-10-06T05:05:36.781Z] c4d8b766f3c4: Preparing [2020-10-06T05:05:36.781Z] 5239622716b7: Preparing [2020-10-06T05:05:36.781Z] a5694a38b8e1: Preparing [2020-10-06T05:05:36.781Z] d03b8a6a636b: Waiting [2020-10-06T05:05:36.781Z] 9359e25b7460: Waiting [2020-10-06T05:05:36.781Z] c4d8b766f3c4: Waiting [2020-10-06T05:05:36.781Z] 5239622716b7: Waiting [2020-10-06T05:05:36.781Z] a5694a38b8e1: Waiting [2020-10-06T05:05:36.781Z] 1b3ee35aacca: Preparing [2020-10-06T05:05:36.781Z] 1b3ee35aacca: Waiting [2020-10-06T05:05:36.781Z] 8c5cc0e5ec45: Layer already exists [2020-10-06T05:05:36.781Z] 5ab4ec7acb1f: Layer already exists [2020-10-06T05:05:36.781Z] 65b16a6be8d0: Layer already exists [2020-10-06T05:05:36.781Z] b2cb0115f2f6: Layer already exists [2020-10-06T05:05:36.781Z] a692cdf16662: Layer already exists [2020-10-06T05:05:36.781Z] c4d8b766f3c4: Layer already exists [2020-10-06T05:05:36.781Z] 9359e25b7460: Layer already exists [2020-10-06T05:05:36.781Z] a5694a38b8e1: Layer already exists [2020-10-06T05:05:36.781Z] d03b8a6a636b: Layer already exists [2020-10-06T05:05:36.781Z] 5239622716b7: Layer already exists [2020-10-06T05:05:37.050Z] 1b3ee35aacca: Layer already exists [2020-10-06T05:05:37.050Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:ab3a908a24828792152cb216f2c842de97e88898f1e93952799bfa4a3486beaf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:37.392Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:37.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-06T05:05:37.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T05:05:38.017Z] b2cb0115f2f6: Preparing [2020-10-06T05:05:38.017Z] 8c5cc0e5ec45: Preparing [2020-10-06T05:05:38.017Z] 65b16a6be8d0: Preparing [2020-10-06T05:05:38.017Z] a692cdf16662: Preparing [2020-10-06T05:05:38.017Z] 5ab4ec7acb1f: Preparing [2020-10-06T05:05:38.017Z] d03b8a6a636b: Preparing [2020-10-06T05:05:38.017Z] 9359e25b7460: Preparing [2020-10-06T05:05:38.017Z] c4d8b766f3c4: Preparing [2020-10-06T05:05:38.017Z] 5239622716b7: Preparing [2020-10-06T05:05:38.017Z] a5694a38b8e1: Preparing [2020-10-06T05:05:38.017Z] 1b3ee35aacca: Preparing [2020-10-06T05:05:38.017Z] d03b8a6a636b: Waiting [2020-10-06T05:05:38.017Z] 9359e25b7460: Waiting [2020-10-06T05:05:38.017Z] c4d8b766f3c4: Waiting [2020-10-06T05:05:38.017Z] 5239622716b7: Waiting [2020-10-06T05:05:38.017Z] a5694a38b8e1: Waiting [2020-10-06T05:05:38.017Z] 1b3ee35aacca: Waiting [2020-10-06T05:05:38.017Z] 65b16a6be8d0: Layer already exists [2020-10-06T05:05:38.017Z] 5ab4ec7acb1f: Layer already exists [2020-10-06T05:05:38.017Z] 8c5cc0e5ec45: Layer already exists [2020-10-06T05:05:38.017Z] b2cb0115f2f6: Layer already exists [2020-10-06T05:05:38.017Z] a692cdf16662: Layer already exists [2020-10-06T05:05:38.017Z] 9359e25b7460: Layer already exists [2020-10-06T05:05:38.017Z] 5239622716b7: Layer already exists [2020-10-06T05:05:38.017Z] a5694a38b8e1: Layer already exists [2020-10-06T05:05:38.017Z] d03b8a6a636b: Layer already exists [2020-10-06T05:05:38.017Z] 1b3ee35aacca: Layer already exists [2020-10-06T05:05:38.281Z] c4d8b766f3c4: Layer already exists [2020-10-06T05:05:38.281Z] master: digest: sha256:ab3a908a24828792152cb216f2c842de97e88898f1e93952799bfa4a3486beaf size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:38.463Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:38.503Z] taggedImages: [2020-10-06T05:05:38.503Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:38.503Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.48 [2020-10-06T05:05:38.503Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:38.503Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-06T05:05:38.562Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-06T05:05:38.562Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:38.562Z] 1.2.2-dev.48 [2020-10-06T05:05:38.562Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:38.562Z] master [2020-10-06T05:05:38.562Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:39.023Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:39.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:39.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T05:05:39.367Z] c38be70d82c2: Preparing [2020-10-06T05:05:39.367Z] 49889a377565: Preparing [2020-10-06T05:05:39.367Z] 826f881d3490: Preparing [2020-10-06T05:05:39.367Z] f8ee576411de: Preparing [2020-10-06T05:05:39.641Z] c38be70d82c2: Pushed [2020-10-06T05:05:39.641Z] 826f881d3490: Pushed [2020-10-06T05:05:39.641Z] f8ee576411de: Pushed [2020-10-06T05:05:41.085Z] 49889a377565: Pushed [2020-10-06T05:05:41.085Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:16cbb2496ec6a823ac3fbf36ad36c64176a57395bfa88fc4a7b5c5f33927a416 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:41.419Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:42.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.48 [2020-10-06T05:05:42.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T05:05:42.125Z] c38be70d82c2: Preparing [2020-10-06T05:05:42.125Z] 49889a377565: Preparing [2020-10-06T05:05:42.125Z] 826f881d3490: Preparing [2020-10-06T05:05:42.125Z] f8ee576411de: Preparing [2020-10-06T05:05:42.475Z] c38be70d82c2: Layer already exists [2020-10-06T05:05:42.475Z] 826f881d3490: Layer already exists [2020-10-06T05:05:42.475Z] f8ee576411de: Layer already exists [2020-10-06T05:05:42.475Z] 49889a377565: Layer already exists [2020-10-06T05:05:42.475Z] 1.2.2-dev.48: digest: sha256:16cbb2496ec6a823ac3fbf36ad36c64176a57395bfa88fc4a7b5c5f33927a416 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:42.797Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:43.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:43.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T05:05:43.107Z] c38be70d82c2: Preparing [2020-10-06T05:05:43.107Z] 49889a377565: Preparing [2020-10-06T05:05:43.107Z] 826f881d3490: Preparing [2020-10-06T05:05:43.107Z] f8ee576411de: Preparing [2020-10-06T05:05:43.107Z] 826f881d3490: Layer already exists [2020-10-06T05:05:43.107Z] 49889a377565: Layer already exists [2020-10-06T05:05:43.107Z] f8ee576411de: Layer already exists [2020-10-06T05:05:43.107Z] c38be70d82c2: Layer already exists [2020-10-06T05:05:43.107Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:16cbb2496ec6a823ac3fbf36ad36c64176a57395bfa88fc4a7b5c5f33927a416 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:43.419Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:43.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-06T05:05:43.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T05:05:43.726Z] c38be70d82c2: Preparing [2020-10-06T05:05:43.726Z] 49889a377565: Preparing [2020-10-06T05:05:43.726Z] 826f881d3490: Preparing [2020-10-06T05:05:43.726Z] f8ee576411de: Preparing [2020-10-06T05:05:43.726Z] 826f881d3490: Layer already exists [2020-10-06T05:05:43.726Z] c38be70d82c2: Layer already exists [2020-10-06T05:05:43.726Z] f8ee576411de: Layer already exists [2020-10-06T05:05:43.726Z] 49889a377565: Layer already exists [2020-10-06T05:05:43.726Z] master: digest: sha256:16cbb2496ec6a823ac3fbf36ad36c64176a57395bfa88fc4a7b5c5f33927a416 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:43.956Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:43.997Z] taggedImages: [2020-10-06T05:05:43.997Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:43.997Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.48 [2020-10-06T05:05:43.997Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:43.998Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-06T05:05:44.068Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-06T05:05:44.068Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:44.068Z] 1.2.2-dev.48 [2020-10-06T05:05:44.068Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:44.068Z] master [2020-10-06T05:05:44.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:44.572Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:44.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:44.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T05:05:44.900Z] cd45c19c1420: Preparing [2020-10-06T05:05:44.900Z] 300266ab78d8: Preparing [2020-10-06T05:05:44.900Z] 0d3608d45341: Preparing [2020-10-06T05:05:44.900Z] b8c5ca15ea2a: Preparing [2020-10-06T05:05:44.900Z] 157706a175cc: Preparing [2020-10-06T05:05:44.900Z] 6a1305e64788: Preparing [2020-10-06T05:05:44.900Z] 6a1305e64788: Waiting [2020-10-06T05:05:45.578Z] 0d3608d45341: Pushed [2020-10-06T05:05:45.578Z] cd45c19c1420: Pushed [2020-10-06T05:05:45.578Z] b8c5ca15ea2a: Pushed [2020-10-06T05:05:45.578Z] 157706a175cc: Pushed [2020-10-06T05:05:45.896Z] 6a1305e64788: Pushed [2020-10-06T05:05:46.859Z] 300266ab78d8: Pushed [2020-10-06T05:05:46.859Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:6b14631610d679bd5a83c89efa1126d257e55e470ae689ba714671562bc1a0fe size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:47.191Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:47.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.48 [2020-10-06T05:05:47.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T05:05:47.654Z] cd45c19c1420: Preparing [2020-10-06T05:05:47.654Z] 300266ab78d8: Preparing [2020-10-06T05:05:47.654Z] 0d3608d45341: Preparing [2020-10-06T05:05:47.654Z] b8c5ca15ea2a: Preparing [2020-10-06T05:05:47.654Z] 157706a175cc: Preparing [2020-10-06T05:05:47.654Z] 6a1305e64788: Preparing [2020-10-06T05:05:47.654Z] 6a1305e64788: Waiting [2020-10-06T05:05:47.655Z] 0d3608d45341: Layer already exists [2020-10-06T05:05:47.655Z] 157706a175cc: Layer already exists [2020-10-06T05:05:47.655Z] cd45c19c1420: Layer already exists [2020-10-06T05:05:47.655Z] 300266ab78d8: Layer already exists [2020-10-06T05:05:47.655Z] b8c5ca15ea2a: Layer already exists [2020-10-06T05:05:47.918Z] 6a1305e64788: Layer already exists [2020-10-06T05:05:47.918Z] 1.2.2-dev.48: digest: sha256:6b14631610d679bd5a83c89efa1126d257e55e470ae689ba714671562bc1a0fe size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:48.241Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:48.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:48.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T05:05:48.561Z] cd45c19c1420: Preparing [2020-10-06T05:05:48.561Z] 300266ab78d8: Preparing [2020-10-06T05:05:48.561Z] 0d3608d45341: Preparing [2020-10-06T05:05:48.561Z] b8c5ca15ea2a: Preparing [2020-10-06T05:05:48.561Z] 157706a175cc: Preparing [2020-10-06T05:05:48.561Z] 6a1305e64788: Preparing [2020-10-06T05:05:48.561Z] 6a1305e64788: Waiting [2020-10-06T05:05:48.561Z] 0d3608d45341: Layer already exists [2020-10-06T05:05:48.561Z] b8c5ca15ea2a: Layer already exists [2020-10-06T05:05:48.561Z] 300266ab78d8: Layer already exists [2020-10-06T05:05:48.561Z] cd45c19c1420: Layer already exists [2020-10-06T05:05:48.561Z] 157706a175cc: Layer already exists [2020-10-06T05:05:48.561Z] 6a1305e64788: Layer already exists [2020-10-06T05:05:48.561Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:6b14631610d679bd5a83c89efa1126d257e55e470ae689ba714671562bc1a0fe size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:49.156Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:49.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-06T05:05:49.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T05:05:49.821Z] cd45c19c1420: Preparing [2020-10-06T05:05:49.821Z] 300266ab78d8: Preparing [2020-10-06T05:05:49.821Z] 0d3608d45341: Preparing [2020-10-06T05:05:49.821Z] b8c5ca15ea2a: Preparing [2020-10-06T05:05:49.821Z] 157706a175cc: Preparing [2020-10-06T05:05:49.821Z] 6a1305e64788: Preparing [2020-10-06T05:05:49.821Z] 6a1305e64788: Waiting [2020-10-06T05:05:49.821Z] 300266ab78d8: Layer already exists [2020-10-06T05:05:49.821Z] cd45c19c1420: Layer already exists [2020-10-06T05:05:49.821Z] 157706a175cc: Layer already exists [2020-10-06T05:05:49.821Z] b8c5ca15ea2a: Layer already exists [2020-10-06T05:05:49.821Z] 0d3608d45341: Layer already exists [2020-10-06T05:05:49.821Z] 6a1305e64788: Layer already exists [2020-10-06T05:05:49.821Z] master: digest: sha256:6b14631610d679bd5a83c89efa1126d257e55e470ae689ba714671562bc1a0fe size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:50.015Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:50.076Z] taggedImages: [2020-10-06T05:05:50.076Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:50.076Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.48 [2020-10-06T05:05:50.076Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:50.076Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-06T05:05:50.172Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-06T05:05:50.172Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:50.172Z] 1.2.2-dev.48 [2020-10-06T05:05:50.172Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:50.172Z] master [2020-10-06T05:05:50.172Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:50.786Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:51.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:51.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T05:05:51.100Z] 889c7de7f838: Preparing [2020-10-06T05:05:51.100Z] 6ef9885bd6ad: Preparing [2020-10-06T05:05:51.100Z] 536eec84944d: Preparing [2020-10-06T05:05:51.364Z] 536eec84944d: Pushed [2020-10-06T05:05:51.364Z] 889c7de7f838: Pushed [2020-10-06T05:05:52.881Z] 6ef9885bd6ad: Pushed [2020-10-06T05:05:53.144Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:ba77bc4fdba59bceac8abb521ab6056586f1c59690e881088d8eeeb136866534 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:53.462Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:53.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.48 [2020-10-06T05:05:53.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T05:05:53.770Z] 889c7de7f838: Preparing [2020-10-06T05:05:53.770Z] 6ef9885bd6ad: Preparing [2020-10-06T05:05:53.770Z] 536eec84944d: Preparing [2020-10-06T05:05:53.770Z] 6ef9885bd6ad: Layer already exists [2020-10-06T05:05:54.032Z] 889c7de7f838: Layer already exists [2020-10-06T05:05:54.032Z] 536eec84944d: Layer already exists [2020-10-06T05:05:54.032Z] 1.2.2-dev.48: digest: sha256:ba77bc4fdba59bceac8abb521ab6056586f1c59690e881088d8eeeb136866534 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:54.337Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:54.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:54.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T05:05:54.659Z] 889c7de7f838: Preparing [2020-10-06T05:05:54.659Z] 6ef9885bd6ad: Preparing [2020-10-06T05:05:54.659Z] 536eec84944d: Preparing [2020-10-06T05:05:54.659Z] 6ef9885bd6ad: Layer already exists [2020-10-06T05:05:54.659Z] 536eec84944d: Layer already exists [2020-10-06T05:05:54.659Z] 889c7de7f838: Layer already exists [2020-10-06T05:05:54.659Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:ba77bc4fdba59bceac8abb521ab6056586f1c59690e881088d8eeeb136866534 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:54.990Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:55.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-06T05:05:55.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T05:05:55.308Z] 889c7de7f838: Preparing [2020-10-06T05:05:55.308Z] 6ef9885bd6ad: Preparing [2020-10-06T05:05:55.308Z] 536eec84944d: Preparing [2020-10-06T05:05:55.308Z] 889c7de7f838: Layer already exists [2020-10-06T05:05:55.308Z] 536eec84944d: Layer already exists [2020-10-06T05:05:55.308Z] 6ef9885bd6ad: Layer already exists [2020-10-06T05:05:55.577Z] master: digest: sha256:ba77bc4fdba59bceac8abb521ab6056586f1c59690e881088d8eeeb136866534 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:05:55.770Z] ===================================================== [Pipeline] echo [2020-10-06T05:05:55.816Z] taggedImages: [2020-10-06T05:05:55.816Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:55.816Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.48 [2020-10-06T05:05:55.816Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:55.816Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-06T05:05:55.875Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-06T05:05:55.875Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:55.875Z] 1.2.2-dev.48 [2020-10-06T05:05:55.875Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:05:55.875Z] master [2020-10-06T05:05:55.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:56.398Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:05:57.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:05:57.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T05:05:57.339Z] 7137695a7af7: Preparing [2020-10-06T05:05:57.339Z] 84894e0224f6: Preparing [2020-10-06T05:05:57.339Z] a93dde1dc627: Preparing [2020-10-06T05:05:57.339Z] 29862888b4cb: Preparing [2020-10-06T05:05:57.339Z] c9b3b6d2e191: Preparing [2020-10-06T05:05:57.339Z] 6c02ed476483: Preparing [2020-10-06T05:05:57.339Z] 188ca9db6ab4: Preparing [2020-10-06T05:05:57.339Z] 527eef706b20: Preparing [2020-10-06T05:05:57.339Z] 224742e9e948: Preparing [2020-10-06T05:05:57.339Z] 5391e5290f13: Preparing [2020-10-06T05:05:57.339Z] 13baed61c795: Preparing [2020-10-06T05:05:57.339Z] 51d6d3d09136: Preparing [2020-10-06T05:05:57.339Z] 1507bc794612: Preparing [2020-10-06T05:05:57.339Z] 50644c29ef5a: Preparing [2020-10-06T05:05:57.339Z] 6c02ed476483: Waiting [2020-10-06T05:05:57.339Z] 188ca9db6ab4: Waiting [2020-10-06T05:05:57.339Z] 527eef706b20: Waiting [2020-10-06T05:05:57.339Z] 224742e9e948: Waiting [2020-10-06T05:05:57.339Z] 5391e5290f13: Waiting [2020-10-06T05:05:57.339Z] 13baed61c795: Waiting [2020-10-06T05:05:57.339Z] 51d6d3d09136: Waiting [2020-10-06T05:05:57.339Z] 1507bc794612: Waiting [2020-10-06T05:05:57.339Z] 50644c29ef5a: Waiting [2020-10-06T05:05:57.663Z] c9b3b6d2e191: Pushed [2020-10-06T05:05:58.036Z] 7137695a7af7: Pushed [2020-10-06T05:05:58.418Z] 29862888b4cb: Pushed [2020-10-06T05:05:58.418Z] 527eef706b20: Layer already exists [2020-10-06T05:05:58.755Z] 224742e9e948: Layer already exists [2020-10-06T05:05:58.755Z] 5391e5290f13: Layer already exists [2020-10-06T05:05:58.755Z] 13baed61c795: Layer already exists [2020-10-06T05:05:59.024Z] 188ca9db6ab4: Pushed [2020-10-06T05:05:59.024Z] 51d6d3d09136: Layer already exists [2020-10-06T05:05:59.024Z] 1507bc794612: Layer already exists [2020-10-06T05:05:59.024Z] 50644c29ef5a: Layer already exists [2020-10-06T05:05:59.706Z] 6c02ed476483: Pushed [2020-10-06T05:06:00.007Z] 84894e0224f6: Pushed [2020-10-06T05:06:08.322Z] a93dde1dc627: Pushed [2020-10-06T05:06:08.595Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:aca1eb9502aa80df7e57e6bc3d443066d67686c05fd88a34b85bdea60a6df0da size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:06:08.929Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:06:09.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.48 [2020-10-06T05:06:09.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T05:06:09.243Z] 7137695a7af7: Preparing [2020-10-06T05:06:09.243Z] 84894e0224f6: Preparing [2020-10-06T05:06:09.243Z] a93dde1dc627: Preparing [2020-10-06T05:06:09.243Z] 29862888b4cb: Preparing [2020-10-06T05:06:09.243Z] c9b3b6d2e191: Preparing [2020-10-06T05:06:09.243Z] 6c02ed476483: Preparing [2020-10-06T05:06:09.243Z] 188ca9db6ab4: Preparing [2020-10-06T05:06:09.243Z] 527eef706b20: Preparing [2020-10-06T05:06:09.243Z] 224742e9e948: Preparing [2020-10-06T05:06:09.243Z] 5391e5290f13: Preparing [2020-10-06T05:06:09.243Z] 13baed61c795: Preparing [2020-10-06T05:06:09.243Z] 51d6d3d09136: Preparing [2020-10-06T05:06:09.243Z] 1507bc794612: Preparing [2020-10-06T05:06:09.243Z] 50644c29ef5a: Preparing [2020-10-06T05:06:09.243Z] 6c02ed476483: Waiting [2020-10-06T05:06:09.243Z] 188ca9db6ab4: Waiting [2020-10-06T05:06:09.243Z] 527eef706b20: Waiting [2020-10-06T05:06:09.243Z] 224742e9e948: Waiting [2020-10-06T05:06:09.243Z] 1507bc794612: Waiting [2020-10-06T05:06:09.243Z] 5391e5290f13: Waiting [2020-10-06T05:06:09.243Z] 50644c29ef5a: Waiting [2020-10-06T05:06:09.243Z] 13baed61c795: Waiting [2020-10-06T05:06:09.243Z] 51d6d3d09136: Waiting [2020-10-06T05:06:09.243Z] 84894e0224f6: Layer already exists [2020-10-06T05:06:09.243Z] a93dde1dc627: Layer already exists [2020-10-06T05:06:09.243Z] c9b3b6d2e191: Layer already exists [2020-10-06T05:06:09.243Z] 29862888b4cb: Layer already exists [2020-10-06T05:06:09.243Z] 7137695a7af7: Layer already exists [2020-10-06T05:06:09.243Z] 6c02ed476483: Layer already exists [2020-10-06T05:06:09.243Z] 224742e9e948: Layer already exists [2020-10-06T05:06:09.243Z] 527eef706b20: Layer already exists [2020-10-06T05:06:09.243Z] 5391e5290f13: Layer already exists [2020-10-06T05:06:09.243Z] 188ca9db6ab4: Layer already exists [2020-10-06T05:06:09.243Z] 13baed61c795: Layer already exists [2020-10-06T05:06:09.243Z] 51d6d3d09136: Layer already exists [2020-10-06T05:06:09.527Z] 1507bc794612: Layer already exists [2020-10-06T05:06:09.527Z] 50644c29ef5a: Layer already exists [2020-10-06T05:06:09.527Z] 1.2.2-dev.48: digest: sha256:aca1eb9502aa80df7e57e6bc3d443066d67686c05fd88a34b85bdea60a6df0da size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:06:09.906Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:06:10.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:06:10.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T05:06:10.239Z] 7137695a7af7: Preparing [2020-10-06T05:06:10.239Z] 84894e0224f6: Preparing [2020-10-06T05:06:10.239Z] a93dde1dc627: Preparing [2020-10-06T05:06:10.239Z] 29862888b4cb: Preparing [2020-10-06T05:06:10.239Z] c9b3b6d2e191: Preparing [2020-10-06T05:06:10.239Z] 6c02ed476483: Preparing [2020-10-06T05:06:10.239Z] 188ca9db6ab4: Preparing [2020-10-06T05:06:10.239Z] 527eef706b20: Preparing [2020-10-06T05:06:10.239Z] 224742e9e948: Preparing [2020-10-06T05:06:10.239Z] 5391e5290f13: Preparing [2020-10-06T05:06:10.239Z] 13baed61c795: Preparing [2020-10-06T05:06:10.239Z] 51d6d3d09136: Preparing [2020-10-06T05:06:10.239Z] 1507bc794612: Preparing [2020-10-06T05:06:10.239Z] 50644c29ef5a: Preparing [2020-10-06T05:06:10.239Z] 5391e5290f13: Waiting [2020-10-06T05:06:10.239Z] 6c02ed476483: Waiting [2020-10-06T05:06:10.239Z] 13baed61c795: Waiting [2020-10-06T05:06:10.239Z] 51d6d3d09136: Waiting [2020-10-06T05:06:10.239Z] 1507bc794612: Waiting [2020-10-06T05:06:10.239Z] 50644c29ef5a: Waiting [2020-10-06T05:06:10.239Z] 188ca9db6ab4: Waiting [2020-10-06T05:06:10.239Z] 224742e9e948: Waiting [2020-10-06T05:06:10.239Z] 527eef706b20: Waiting [2020-10-06T05:06:10.239Z] a93dde1dc627: Layer already exists [2020-10-06T05:06:10.239Z] 7137695a7af7: Layer already exists [2020-10-06T05:06:10.239Z] 84894e0224f6: Layer already exists [2020-10-06T05:06:10.239Z] 29862888b4cb: Layer already exists [2020-10-06T05:06:10.239Z] c9b3b6d2e191: Layer already exists [2020-10-06T05:06:10.239Z] 188ca9db6ab4: Layer already exists [2020-10-06T05:06:10.239Z] 6c02ed476483: Layer already exists [2020-10-06T05:06:10.239Z] 224742e9e948: Layer already exists [2020-10-06T05:06:10.239Z] 527eef706b20: Layer already exists [2020-10-06T05:06:10.239Z] 5391e5290f13: Layer already exists [2020-10-06T05:06:10.239Z] 13baed61c795: Layer already exists [2020-10-06T05:06:10.239Z] 50644c29ef5a: Layer already exists [2020-10-06T05:06:10.239Z] 1507bc794612: Layer already exists [2020-10-06T05:06:10.239Z] 51d6d3d09136: Layer already exists [2020-10-06T05:06:10.505Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:aca1eb9502aa80df7e57e6bc3d443066d67686c05fd88a34b85bdea60a6df0da size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:06:10.822Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:06:11.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-06T05:06:11.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T05:06:11.148Z] 7137695a7af7: Preparing [2020-10-06T05:06:11.148Z] 84894e0224f6: Preparing [2020-10-06T05:06:11.148Z] a93dde1dc627: Preparing [2020-10-06T05:06:11.148Z] 29862888b4cb: Preparing [2020-10-06T05:06:11.148Z] c9b3b6d2e191: Preparing [2020-10-06T05:06:11.148Z] 6c02ed476483: Preparing [2020-10-06T05:06:11.148Z] 188ca9db6ab4: Preparing [2020-10-06T05:06:11.148Z] 527eef706b20: Preparing [2020-10-06T05:06:11.148Z] 224742e9e948: Preparing [2020-10-06T05:06:11.148Z] 5391e5290f13: Preparing [2020-10-06T05:06:11.148Z] 13baed61c795: Preparing [2020-10-06T05:06:11.148Z] 51d6d3d09136: Preparing [2020-10-06T05:06:11.148Z] 1507bc794612: Preparing [2020-10-06T05:06:11.148Z] 50644c29ef5a: Preparing [2020-10-06T05:06:11.148Z] 6c02ed476483: Waiting [2020-10-06T05:06:11.148Z] 224742e9e948: Waiting [2020-10-06T05:06:11.148Z] 5391e5290f13: Waiting [2020-10-06T05:06:11.148Z] 188ca9db6ab4: Waiting [2020-10-06T05:06:11.148Z] 527eef706b20: Waiting [2020-10-06T05:06:11.148Z] 13baed61c795: Waiting [2020-10-06T05:06:11.148Z] 1507bc794612: Waiting [2020-10-06T05:06:11.148Z] 50644c29ef5a: Waiting [2020-10-06T05:06:11.148Z] 51d6d3d09136: Waiting [2020-10-06T05:06:11.148Z] c9b3b6d2e191: Layer already exists [2020-10-06T05:06:11.148Z] 84894e0224f6: Layer already exists [2020-10-06T05:06:11.148Z] 7137695a7af7: Layer already exists [2020-10-06T05:06:11.148Z] a93dde1dc627: Layer already exists [2020-10-06T05:06:11.148Z] 29862888b4cb: Layer already exists [2020-10-06T05:06:11.148Z] 188ca9db6ab4: Layer already exists [2020-10-06T05:06:11.148Z] 6c02ed476483: Layer already exists [2020-10-06T05:06:11.148Z] 527eef706b20: Layer already exists [2020-10-06T05:06:11.148Z] 224742e9e948: Layer already exists [2020-10-06T05:06:11.148Z] 13baed61c795: Layer already exists [2020-10-06T05:06:11.148Z] 51d6d3d09136: Layer already exists [2020-10-06T05:06:11.148Z] 5391e5290f13: Layer already exists [2020-10-06T05:06:11.414Z] 1507bc794612: Layer already exists [2020-10-06T05:06:11.414Z] 50644c29ef5a: Layer already exists [2020-10-06T05:06:11.414Z] master: digest: sha256:aca1eb9502aa80df7e57e6bc3d443066d67686c05fd88a34b85bdea60a6df0da size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:06:11.604Z] ===================================================== [Pipeline] echo [2020-10-06T05:06:11.645Z] taggedImages: [2020-10-06T05:06:11.645Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:06:11.645Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.48 [2020-10-06T05:06:11.645Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:06:11.645Z] - 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-06T05:07:01.843Z] Removing intermediate container d144fe4a2a2c [2020-10-06T05:07:01.843Z] ---> a89b070f46de [2020-10-06T05:07:01.843Z] [2020-10-06T05:07:01.843Z] Step 9/29 : FROM alpine:latest [2020-10-06T05:07:01.843Z] latest: Pulling from library/alpine [2020-10-06T05:07:01.843Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T05:07:01.843Z] Status: Downloaded newer image for alpine:latest [2020-10-06T05:07:01.844Z] ---> 62ee0e9f8440 [2020-10-06T05:07:01.844Z] 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-06T05:07:01.844Z] ---> Running in 23e52613527f [2020-10-06T05:07:01.844Z] Removing intermediate container 23e52613527f [2020-10-06T05:07:01.844Z] ---> e2ee0e14ac1d [2020-10-06T05:07:01.844Z] Step 11/29 : USER root [2020-10-06T05:07:01.844Z] ---> Running in fb16a9aef85b [2020-10-06T05:07:01.844Z] Removing intermediate container fb16a9aef85b [2020-10-06T05:07:01.844Z] ---> 7af797563d5d [2020-10-06T05:07:01.844Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T05:07:01.844Z] ---> Running in 925dbbc43f59 [2020-10-06T05:07:01.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:07:01.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:07:01.844Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:07:01.844Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:07:01.844Z] OK: 12621 distinct packages available [2020-10-06T05:07:01.844Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T05:07:01.844Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T05:07:01.844Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:07:01.844Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T05:07:01.844Z] OK: 6 MiB in 16 packages [2020-10-06T05:07:01.844Z] Removing intermediate container 925dbbc43f59 [2020-10-06T05:07:01.844Z] ---> 66e51c2699d6 [2020-10-06T05:07:01.844Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T05:07:01.844Z] ---> Running in 60d1c3ab6370 [2020-10-06T05:07:01.844Z] Removing intermediate container 60d1c3ab6370 [2020-10-06T05:07:01.844Z] ---> 5c9dbaaccf0b [2020-10-06T05:07:01.844Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T05:07:01.844Z] ---> Running in ae3e0f6d195c [2020-10-06T05:07:01.844Z] Removing intermediate container ae3e0f6d195c [2020-10-06T05:07:01.844Z] ---> 00e814e17292 [2020-10-06T05:07:01.844Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T05:07:01.844Z] ---> Running in 698ef1bba08f [2020-10-06T05:07:02.443Z] Removing intermediate container a727cbf52837 [2020-10-06T05:07:02.443Z] ---> 81493865a393 [2020-10-06T05:07:02.443Z] [2020-10-06T05:07:02.443Z] Step 10/22 : FROM scratch [2020-10-06T05:07:02.443Z] ---> [2020-10-06T05:07:02.443Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T05:07:02.721Z] ---> Running in b5b646d44cf5 [2020-10-06T05:07:03.330Z] Removing intermediate container b5b646d44cf5 [2020-10-06T05:07:03.330Z] ---> 06e4ae397f43 [2020-10-06T05:07:03.330Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T05:07:03.608Z] ---> Running in bdbb682d2f9e [2020-10-06T05:07:04.230Z] Removing intermediate container bdbb682d2f9e [2020-10-06T05:07:04.230Z] ---> 7cba66aa4039 [2020-10-06T05:07:04.230Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T05:07:04.230Z] ---> Running in c165e9761439 [2020-10-06T05:07:05.229Z] Removing intermediate container c165e9761439 [2020-10-06T05:07:05.229Z] ---> d54b0d5810bc [2020-10-06T05:07:05.229Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T05:07:06.692Z] Removing intermediate container 698ef1bba08f [2020-10-06T05:07:06.692Z] ---> 4be7193b52bf [2020-10-06T05:07:06.692Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T05:07:06.692Z] ---> 3b25a4a78049 [2020-10-06T05:07:06.692Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T05:07:08.156Z] ---> 44f1247c9b91 [2020-10-06T05:07:08.156Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T05:07:08.438Z] ---> 60495e0da458 [2020-10-06T05:07:08.438Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T05:07:10.450Z] ---> b3d4bb1b46da [2020-10-06T05:07:10.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T05:07:10.450Z] ---> 7def646c62cb [2020-10-06T05:07:10.450Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T05:07:11.447Z] ---> 33d6d982eb7c [2020-10-06T05:07:11.447Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T05:07:11.732Z] ---> bc476c79d4fc [2020-10-06T05:07:11.732Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T05:07:12.020Z] ---> Running in aacfb4563987 [2020-10-06T05:07:12.632Z] Removing intermediate container aacfb4563987 [2020-10-06T05:07:12.632Z] ---> 161dd5a8b924 [2020-10-06T05:07:12.632Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:07:12.911Z] ---> 8f439fc00cb8 [2020-10-06T05:07:12.911Z] ---> Running in 77d70a70859f [2020-10-06T05:07:12.911Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T05:07:13.534Z] Removing intermediate container 77d70a70859f [2020-10-06T05:07:13.534Z] ---> 6e42774a837f [2020-10-06T05:07:13.534Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T05:07:13.812Z] ---> Running in 90516694d98b [2020-10-06T05:07:14.421Z] ---> 63c7f2ddd998 [2020-10-06T05:07:14.421Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T05:07:14.705Z] ---> Running in e8edb10a240a [2020-10-06T05:07:14.705Z] Removing intermediate container 90516694d98b [2020-10-06T05:07:14.705Z] ---> 789b97f3bc28 [2020-10-06T05:07:14.705Z] Step 21/22 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:07:15.315Z] ---> Running in 7fbef1ac02c6 [2020-10-06T05:07:16.345Z] Removing intermediate container 7fbef1ac02c6 [2020-10-06T05:07:16.345Z] ---> 5103a83a97ec [2020-10-06T05:07:16.345Z] Step 22/22 : LABEL version=1.2.2-dev.48 [2020-10-06T05:07:16.627Z] ---> Running in 1bf3a3cad3bb [2020-10-06T05:07:17.621Z] Removing intermediate container 1bf3a3cad3bb [2020-10-06T05:07:17.621Z] ---> 532cf0e88428 [2020-10-06T05:07:17.621Z] [2020-10-06T05:07:18.618Z] Successfully built 532cf0e88428 [2020-10-06T05:07:18.896Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-06T05:07:18.896Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-10-06T05:07:20.360Z] Removing intermediate container e8edb10a240a [2020-10-06T05:07:20.360Z] ---> 160bab2ee174 [2020-10-06T05:07:20.360Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T05:07:21.372Z] Removing intermediate container dd68597b44f9 [2020-10-06T05:07:21.372Z] ---> 0f6f30199185 [2020-10-06T05:07:21.372Z] [2020-10-06T05:07:21.372Z] Step 10/22 : FROM scratch [2020-10-06T05:07:21.372Z] ---> [2020-10-06T05:07:21.372Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T05:07:21.980Z] ---> Running in e5803c19cd53 [2020-10-06T05:07:22.258Z] ---> 97e120c5a336 [2020-10-06T05:07:22.258Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T05:07:22.864Z] ---> Running in 1b36ae5ad994 [2020-10-06T05:07:22.864Z] Removing intermediate container e5803c19cd53 [2020-10-06T05:07:22.864Z] ---> 5aab9f57b693 [2020-10-06T05:07:22.864Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T05:07:23.151Z] ---> Running in 0dc37e070755 [2020-10-06T05:07:24.608Z] Removing intermediate container 0dc37e070755 [2020-10-06T05:07:24.608Z] ---> 698a7b595050 [2020-10-06T05:07:24.608Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T05:07:24.608Z] ---> Running in 29d7e8adca11 [2020-10-06T05:07:25.618Z] Removing intermediate container 29d7e8adca11 [2020-10-06T05:07:25.618Z] ---> 13affbb8428a [2020-10-06T05:07:25.618Z] Step 14/22 : WORKDIR / [2020-10-06T05:07:25.618Z] ---> Running in 9acdfa92dc33 [2020-10-06T05:07:26.236Z] Removing intermediate container 9acdfa92dc33 [2020-10-06T05:07:26.236Z] ---> 33f135174626 [2020-10-06T05:07:26.236Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T05:07:26.846Z] Removing intermediate container 1b36ae5ad994 [2020-10-06T05:07:26.846Z] ---> b2fd09d62e16 [2020-10-06T05:07:26.846Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T05:07:27.123Z] ---> Running in d29efa11b693 [2020-10-06T05:07:28.118Z] ---> c27bf8e8fdc5 [2020-10-06T05:07:28.118Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T05:07:31.533Z] ---> 895727dd7a55 [2020-10-06T05:07:31.533Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T05:07:32.541Z] Removing intermediate container d29efa11b693 [2020-10-06T05:07:32.541Z] ---> d65a1763c984 [2020-10-06T05:07:32.541Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T05:07:32.843Z] ---> 0619a04cc553 [2020-10-06T05:07:32.843Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T05:07:33.129Z] ---> Running in a34ad2327e09 [2020-10-06T05:07:33.407Z] ---> Running in db65d2f6882a [2020-10-06T05:07:34.157Z] Removing intermediate container a34ad2327e09 [2020-10-06T05:07:34.157Z] ---> f74ba9c8e449 [2020-10-06T05:07:34.157Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T05:07:34.514Z] ---> Running in ea98f1ec5d09 [2020-10-06T05:07:34.514Z] Removing intermediate container db65d2f6882a [2020-10-06T05:07:34.514Z] ---> dc4d14bb60c4 [2020-10-06T05:07:34.514Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:07:34.859Z] ---> Running in a8d32974b5e4 [2020-10-06T05:07:35.523Z] Removing intermediate container ea98f1ec5d09 [2020-10-06T05:07:35.523Z] ---> 9b96acbf3649 [2020-10-06T05:07:35.523Z] Step 27/29 : LABEL arch=arm64 [2020-10-06T05:07:35.870Z] Removing intermediate container a8d32974b5e4 [2020-10-06T05:07:35.870Z] ---> 0f3838c2cb3e [2020-10-06T05:07:35.870Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T05:07:35.870Z] ---> Running in a97687b7578d [2020-10-06T05:07:36.257Z] ---> Running in dbfc48d69ed7 [2020-10-06T05:07:37.353Z] Removing intermediate container a97687b7578d [2020-10-06T05:07:37.353Z] ---> 9e091c8a046f [2020-10-06T05:07:37.353Z] Step 28/29 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:07:37.353Z] Removing intermediate container dbfc48d69ed7 [2020-10-06T05:07:37.353Z] ---> 502afbe769db [2020-10-06T05:07:37.353Z] Step 21/22 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:07:37.701Z] ---> Running in 879d2d288d9e [2020-10-06T05:07:37.701Z] ---> Running in 2cb5581385e5 [2020-10-06T05:07:38.388Z] Removing intermediate container 747bc569ccd7 [2020-10-06T05:07:38.388Z] ---> bbbdef351cdf [2020-10-06T05:07:38.388Z] [2020-10-06T05:07:38.388Z] Step 10/22 : FROM scratch [2020-10-06T05:07:38.388Z] ---> [2020-10-06T05:07:38.388Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T05:07:38.388Z] ---> Using cache [2020-10-06T05:07:38.388Z] ---> 5aab9f57b693 [2020-10-06T05:07:38.388Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T05:07:39.069Z] Removing intermediate container 879d2d288d9e [2020-10-06T05:07:39.069Z] Removing intermediate container 2cb5581385e5 [2020-10-06T05:07:39.069Z] ---> 68f2159da763 [2020-10-06T05:07:39.069Z] Step 22/22 : LABEL version=1.2.2-dev.48 [2020-10-06T05:07:39.069Z] ---> 9e119e5fb6cd [2020-10-06T05:07:39.069Z] Step 29/29 : LABEL version=1.2.2-dev.48 [2020-10-06T05:07:39.069Z] ---> Running in 3b2cedc26049 [2020-10-06T05:07:39.378Z] ---> Running in 56fad52d47da [2020-10-06T05:07:39.378Z] ---> Running in 901dd56a8444 [2020-10-06T05:07:39.663Z] Removing intermediate container 3b2cedc26049 [2020-10-06T05:07:39.664Z] ---> c8e9f49ea8f3 [2020-10-06T05:07:39.664Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T05:07:39.957Z] ---> Running in f82706718a99 [2020-10-06T05:07:40.240Z] Removing intermediate container 56fad52d47da [2020-10-06T05:07:40.240Z] ---> be4d78d883ef [2020-10-06T05:07:40.240Z] [2020-10-06T05:07:40.240Z] Removing intermediate container 901dd56a8444 [2020-10-06T05:07:40.240Z] ---> 7edc670797af [2020-10-06T05:07:40.240Z] [2020-10-06T05:07:40.858Z] Removing intermediate container f82706718a99 [2020-10-06T05:07:40.858Z] ---> 973a56c84321 [2020-10-06T05:07:40.858Z] Step 14/22 : WORKDIR / [2020-10-06T05:07:40.858Z] Successfully built be4d78d883ef [2020-10-06T05:07:40.858Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-06T05:07:40.858Z] Building docker-support-notifications-go [2020-10-06T05:07:41.134Z]  Building docker-core-command-go ... done Successfully built 7edc670797af [2020-10-06T05:07:41.134Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-06T05:07:41.134Z] Building docker-sys-mgmt-agent-go [2020-10-06T05:07:41.134Z] ---> Running in f1f7a1210ed9 [2020-10-06T05:07:41.742Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container f1f7a1210ed9 [2020-10-06T05:07:41.742Z] ---> d42cbfad820e [2020-10-06T05:07:41.742Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T05:07:43.204Z] ---> 32e4b9f3a8bc [2020-10-06T05:07:43.204Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T05:07:43.490Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:07:43.490Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:07:43.490Z] ---> c0fad413c126 [2020-10-06T05:07:43.490Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T05:07:43.490Z] ---> Using cache [2020-10-06T05:07:43.490Z] ---> 5cff9a707606 [2020-10-06T05:07:43.490Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:07:43.490Z] ---> Using cache [2020-10-06T05:07:43.490Z] ---> b5a0317243e2 [2020-10-06T05:07:43.490Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T05:07:43.490Z] ---> Using cache [2020-10-06T05:07:43.490Z] ---> d68636113df2 [2020-10-06T05:07:43.490Z] Step 6/26 : COPY go.mod . [2020-10-06T05:07:43.490Z] ---> Using cache [2020-10-06T05:07:43.490Z] ---> 6b7599d187f1 [2020-10-06T05:07:43.490Z] Step 7/26 : RUN go mod download [2020-10-06T05:07:43.490Z] ---> Using cache [2020-10-06T05:07:43.490Z] ---> 442d781c196f [2020-10-06T05:07:43.490Z] Step 8/26 : COPY . . [2020-10-06T05:07:43.490Z] ---> Using cache [2020-10-06T05:07:43.490Z] ---> 1160cd426853 [2020-10-06T05:07:43.490Z] 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-06T05:07:44.491Z] ---> Running in 71d9338f6f5f [2020-10-06T05:07:45.948Z] ---> a2269dc6bd03 [2020-10-06T05:07:45.948Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T05:07:46.963Z] Removing intermediate container a5e000319eef [2020-10-06T05:07:46.963Z] ---> 9b3adbfabd96 [2020-10-06T05:07:46.963Z] [2020-10-06T05:07:46.963Z] Step 10/23 : FROM alpine [2020-10-06T05:07:46.963Z] ---> 62ee0e9f8440 [2020-10-06T05:07:46.963Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T05:07:46.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-06T05:07:47.568Z] ---> Running in 96ebdfd0b320 [2020-10-06T05:07:47.568Z] ---> bef35a577d39 [2020-10-06T05:07:47.568Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T05:07:47.846Z] ---> Running in 5f8ae60d8c84 [2020-10-06T05:07:48.119Z] Removing intermediate container 96ebdfd0b320 [2020-10-06T05:07:48.119Z] ---> 90add12514bf [2020-10-06T05:07:48.119Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T05:07:48.734Z] ---> Running in 9101153bf6a7 [2020-10-06T05:07:48.734Z] Removing intermediate container 5f8ae60d8c84 [2020-10-06T05:07:48.734Z] ---> 67a0c11f5f44 [2020-10-06T05:07:48.734Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:07:49.016Z] ---> Running in 1a26c1e8f0da [2020-10-06T05:07:49.299Z] Removing intermediate container 9101153bf6a7 [2020-10-06T05:07:49.299Z] ---> 84088742cacf [2020-10-06T05:07:49.299Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T05:07:49.898Z] ---> Running in 41a6a69cec3e [2020-10-06T05:07:49.898Z] Removing intermediate container 1a26c1e8f0da [2020-10-06T05:07:49.898Z] ---> 7188f58a9735 [2020-10-06T05:07:49.898Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T05:07:50.528Z] ---> Running in 78649d653a75 [2020-10-06T05:07:50.528Z] Removing intermediate container 41a6a69cec3e [2020-10-06T05:07:50.528Z] ---> 34c51fd9c3fc [2020-10-06T05:07:50.528Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:07:50.810Z] ---> Running in aed69fb452ea [2020-10-06T05:07:51.423Z] Removing intermediate container 78649d653a75 [2020-10-06T05:07:51.423Z] ---> ca5fbd7d4669 [2020-10-06T05:07:51.423Z] Step 21/22 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:07:51.423Z] ---> Running in 19285f82c1f8 [2020-10-06T05:07:52.020Z] Removing intermediate container 19285f82c1f8 [2020-10-06T05:07:52.020Z] ---> a2968df5a758 [2020-10-06T05:07:52.020Z] Step 22/22 : LABEL version=1.2.2-dev.48 [2020-10-06T05:07:52.291Z] ---> Running in a8ad1123350b [2020-10-06T05:07:53.279Z] Removing intermediate container a8ad1123350b [2020-10-06T05:07:53.279Z] ---> 1f356ee8c6b0 [2020-10-06T05:07:53.279Z] [2020-10-06T05:07:53.573Z] Successfully built 1f356ee8c6b0 [2020-10-06T05:07:53.573Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-06T05:07:53.852Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-10-06T05:07:54.861Z] Removing intermediate container aed69fb452ea [2020-10-06T05:07:54.861Z] ---> dfe1c3480e0d [2020-10-06T05:07:54.861Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T05:07:54.861Z] ---> Running in 12fe5ce79eaf [2020-10-06T05:07:57.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:07:58.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:07:59.557Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T05:07:59.557Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T05:07:59.834Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T05:08:00.439Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T05:08:00.439Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T05:08:00.439Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:08:00.439Z] OK: 8 MiB in 19 packages [2020-10-06T05:08:04.773Z] Removing intermediate container 12fe5ce79eaf [2020-10-06T05:08:04.773Z] ---> 871866e45bae [2020-10-06T05:08:04.773Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T05:08:05.766Z] ---> 7bb6b8341d10 [2020-10-06T05:08:05.766Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T05:08:09.191Z] ---> 7a439c5b09b6 [2020-10-06T05:08:09.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T05:08:10.657Z] ---> d458a02635e6 [2020-10-06T05:08:10.657Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T05:08:10.936Z] ---> Running in e950ad6f33b2 [2020-10-06T05:08:11.541Z] Removing intermediate container e950ad6f33b2 [2020-10-06T05:08:11.541Z] ---> c9dda6f8b9ca [2020-10-06T05:08:11.541Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:08:11.815Z] ---> Running in cf12c7a5ffb1 [2020-10-06T05:08:12.805Z] Removing intermediate container cf12c7a5ffb1 [2020-10-06T05:08:12.805Z] ---> 822676bf4679 [2020-10-06T05:08:12.805Z] Step 21/23 : LABEL arch=arm64 [2020-10-06T05:08:13.412Z] ---> Running in 07d31e373147 [2020-10-06T05:08:14.012Z] Removing intermediate container 07d31e373147 [2020-10-06T05:08:14.012Z] ---> 8a85954b74dd [2020-10-06T05:08:14.012Z] Step 22/23 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:08:14.288Z] ---> Running in 4532e1b2699a [2020-10-06T05:08:15.279Z] Removing intermediate container 4532e1b2699a [2020-10-06T05:08:15.279Z] ---> 34b7b68d7d12 [2020-10-06T05:08:15.279Z] Step 23/23 : LABEL version=1.2.2-dev.48 [2020-10-06T05:08:15.588Z] ---> Running in 9e3da2fa3d80 [2020-10-06T05:08:16.822Z] Removing intermediate container 9e3da2fa3d80 [2020-10-06T05:08:16.822Z] ---> 54f07448192e [2020-10-06T05:08:16.822Z] [2020-10-06T05:08:17.710Z] Successfully built 54f07448192e [2020-10-06T05:08:18.021Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:08:18.021Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:08:18.021Z] ---> c0fad413c126 [2020-10-06T05:08:18.021Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T05:08:18.021Z] ---> Using cache [2020-10-06T05:08:18.021Z] ---> 5cff9a707606 [2020-10-06T05:08:18.021Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:08:18.021Z] ---> Using cache [2020-10-06T05:08:18.021Z] ---> b5a0317243e2 [2020-10-06T05:08:18.021Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T05:08:18.479Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-06T05:08:18.479Z] Building docker-security-proxy-setup-go [2020-10-06T05:08:18.908Z]  Building docker-core-data-go ... done  ---> Running in 854dac8a2000 [2020-10-06T05:08:19.281Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:08:19.281Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:08:19.281Z] ---> c0fad413c126 [2020-10-06T05:08:19.281Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T05:08:19.281Z] ---> Using cache [2020-10-06T05:08:19.281Z] ---> 5cff9a707606 [2020-10-06T05:08:19.281Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:08:19.281Z] ---> Using cache [2020-10-06T05:08:19.281Z] ---> b5a0317243e2 [2020-10-06T05:08:19.281Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T05:08:19.281Z] ---> Running in ddf6b684012b [2020-10-06T05:08:21.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:08:21.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:08:22.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:08:24.074Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:08:24.074Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:08:24.074Z] OK: 12623 distinct packages available [2020-10-06T05:08:24.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:08:24.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-06T05:08:24.686Z] OK: 217 MiB in 51 packages [2020-10-06T05:08:27.487Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:08:27.487Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:08:27.487Z] OK: 12623 distinct packages available [2020-10-06T05:08:27.778Z] OK: 217 MiB in 51 packages [2020-10-06T05:08:29.894Z] Removing intermediate container ddf6b684012b [2020-10-06T05:08:29.895Z] ---> b485b6525d2f [2020-10-06T05:08:29.895Z] Step 6/27 : COPY go.mod . [2020-10-06T05:08:29.895Z] Removing intermediate container 854dac8a2000 [2020-10-06T05:08:29.895Z] ---> 3f421ff09282 [2020-10-06T05:08:29.895Z] Step 6/24 : COPY go.mod . [2020-10-06T05:08:30.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T05:08:30.785Z] ---> 9ee7ca8fae3a [2020-10-06T05:08:30.785Z] Step 7/27 : RUN go mod download [2020-10-06T05:08:31.070Z] ---> Running in 5606c4c6aaeb [2020-10-06T05:08:31.070Z] ---> 68f7fcfb14dc [2020-10-06T05:08:31.070Z] Step 7/24 : RUN go mod download [2020-10-06T05:08:31.676Z] ---> Running in 0e72b43c8d7c [2020-10-06T05:08:33.745Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:08:33.746Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:08:33.746Z] ---> c0fad413c126 [2020-10-06T05:08:33.746Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T05:08:33.746Z] ---> Using cache [2020-10-06T05:08:33.746Z] ---> 5cff9a707606 [2020-10-06T05:08:33.746Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:08:33.746Z] ---> Using cache [2020-10-06T05:08:33.746Z] ---> b5a0317243e2 [2020-10-06T05:08:33.746Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T05:08:33.746Z] ---> Using cache [2020-10-06T05:08:33.746Z] ---> d68636113df2 [2020-10-06T05:08:33.746Z] Step 6/21 : COPY go.mod . [2020-10-06T05:08:33.746Z] ---> Using cache [2020-10-06T05:08:33.746Z] ---> 6b7599d187f1 [2020-10-06T05:08:33.746Z] Step 7/21 : RUN go mod download [2020-10-06T05:08:33.746Z] ---> Using cache [2020-10-06T05:08:33.746Z] ---> 442d781c196f [2020-10-06T05:08:33.746Z] Step 8/21 : COPY . . [2020-10-06T05:08:33.746Z] ---> Using cache [2020-10-06T05:08:33.746Z] ---> 1160cd426853 [2020-10-06T05:08:33.746Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T05:08:34.030Z] ---> Running in 32dfb069df91 [2020-10-06T05:08:36.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-06T05:08:37.310Z] Removing intermediate container 5606c4c6aaeb [2020-10-06T05:08:37.310Z] ---> a7245391c50b [2020-10-06T05:08:37.310Z] Step 8/27 : COPY . . [2020-10-06T05:08:37.929Z] Removing intermediate container 0e72b43c8d7c [2020-10-06T05:08:37.929Z] ---> bea87b16939a [2020-10-06T05:08:37.929Z] Step 8/24 : COPY . . [2020-10-06T05:08:44.774Z] Removing intermediate container 71d9338f6f5f [2020-10-06T05:08:44.774Z] ---> 390e8c607dbe [2020-10-06T05:08:44.774Z] [2020-10-06T05:08:44.774Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T05:08:45.438Z] 3.10: Pulling from library/alpine [2020-10-06T05:08:46.910Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T05:08:46.910Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T05:08:46.910Z] ---> c0fad413c126 [2020-10-06T05:08:46.910Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T05:08:46.911Z] ---> Using cache [2020-10-06T05:08:46.911Z] ---> 5cff9a707606 [2020-10-06T05:08:46.911Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:08:46.911Z] ---> Using cache [2020-10-06T05:08:46.911Z] ---> b5a0317243e2 [2020-10-06T05:08:46.911Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T05:08:46.911Z] ---> Using cache [2020-10-06T05:08:46.911Z] ---> d68636113df2 [2020-10-06T05:08:46.911Z] Step 6/20 : COPY go.mod . [2020-10-06T05:08:46.911Z] ---> Using cache [2020-10-06T05:08:46.911Z] ---> 6b7599d187f1 [2020-10-06T05:08:46.911Z] Step 7/20 : RUN go mod download [2020-10-06T05:08:46.911Z] ---> Using cache [2020-10-06T05:08:46.911Z] ---> 442d781c196f [2020-10-06T05:08:46.911Z] Step 8/20 : COPY . . [2020-10-06T05:08:47.529Z] ---> Using cache [2020-10-06T05:08:47.529Z] ---> 1160cd426853 [2020-10-06T05:08:47.529Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T05:08:47.529Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T05:08:47.529Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T05:08:47.529Z] ---> 536a684cf733 [2020-10-06T05:08:47.529Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T05:08:50.192Z] ---> Running in 70fa5be1672e [2020-10-06T05:08:50.192Z] ---> Running in de284c5971e6 [2020-10-06T05:08:53.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-06T05:08:53.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:08:54.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:08:54.831Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T05:08:54.831Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T05:08:54.831Z] OK: 10167 distinct packages available [2020-10-06T05:08:55.452Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T05:08:55.452Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T05:08:55.452Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T05:08:55.452Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T05:08:55.731Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T05:08:55.731Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T05:08:55.731Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T05:08:56.010Z] OK: 7 MiB in 19 packages [2020-10-06T05:09:01.453Z] Removing intermediate container 70fa5be1672e [2020-10-06T05:09:01.453Z] ---> 48e8d44d5e80 [2020-10-06T05:09:01.453Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T05:09:02.444Z] ---> Running in b8ae77e9c939 [2020-10-06T05:09:03.045Z] Removing intermediate container b8ae77e9c939 [2020-10-06T05:09:03.045Z] ---> 4ca55e104a9c [2020-10-06T05:09:03.045Z] Step 13/26 : WORKDIR / [2020-10-06T05:09:03.644Z] ---> Running in 9aa1bd4227ff [2020-10-06T05:09:05.087Z] Removing intermediate container 9aa1bd4227ff [2020-10-06T05:09:05.087Z] ---> 4c809916a5d1 [2020-10-06T05:09:05.087Z] 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-06T05:09:07.077Z] ---> f448818fd3a3 [2020-10-06T05:09:07.077Z] 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-06T05:09:09.078Z] ---> a960267fbc06 [2020-10-06T05:09:09.078Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T05:09:09.356Z] ---> 94abb72cafe8 [2020-10-06T05:09:09.356Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T05:09:09.631Z] ---> Running in be9f00162c85 [2020-10-06T05:09:09.912Z] ---> 1cd4fbb45f6a [2020-10-06T05:09:09.912Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T05:09:10.521Z] ---> Running in 6cc6425ff0ca [2020-10-06T05:09:10.799Z] ---> b737ae815f1a [2020-10-06T05:09:10.799Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T05:09:12.263Z] ---> e84f49be8a88 [2020-10-06T05:09:12.263Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T05:09:12.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-06T05:09:13.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-06T05:09:14.199Z] ---> 1f8c524767c9 [2020-10-06T05:09:14.199Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T05:09:15.651Z] ---> 49cdeb31fff8 [2020-10-06T05:09:15.651Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T05:09:17.650Z] ---> 4fe8b3a4c75b [2020-10-06T05:09:17.650Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T05:09:18.258Z] ---> 0fac78e1d122 [2020-10-06T05:09:18.258Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T05:09:18.538Z] ---> Running in 5da6adf3f994 [2020-10-06T05:09:22.908Z] Removing intermediate container 5da6adf3f994 [2020-10-06T05:09:22.908Z] ---> 01e32891836f [2020-10-06T05:09:22.908Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T05:09:22.908Z] ---> Running in ddbc3adb2e9e [2020-10-06T05:09:23.535Z] Removing intermediate container ddbc3adb2e9e [2020-10-06T05:09:23.535Z] ---> 065c27ba7424 [2020-10-06T05:09:23.535Z] Step 24/26 : LABEL arch=arm64 [2020-10-06T05:09:23.817Z] ---> Running in 7d4bca0e6bb7 [2020-10-06T05:09:24.097Z] Removing intermediate container 7d4bca0e6bb7 [2020-10-06T05:09:24.097Z] ---> 9a276d79b4b8 [2020-10-06T05:09:24.097Z] Step 25/26 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:09:24.375Z] ---> Running in b751417d75f0 [2020-10-06T05:09:24.979Z] Removing intermediate container b751417d75f0 [2020-10-06T05:09:24.979Z] ---> b5164a8c39d1 [2020-10-06T05:09:24.979Z] Step 26/26 : LABEL version=1.2.2-dev.48 [2020-10-06T05:09:25.258Z] ---> Running in 25c09f9bd6f3 [2020-10-06T05:09:25.860Z] Removing intermediate container 25c09f9bd6f3 [2020-10-06T05:09:25.860Z] ---> 33aae168b067 [2020-10-06T05:09:25.860Z] [2020-10-06T05:09:26.463Z] Successfully built 33aae168b067 [2020-10-06T05:09:26.463Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-06T05:09:58.850Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 32dfb069df91 [2020-10-06T05:09:58.850Z] ---> 8e34a9a90007 [2020-10-06T05:09:58.850Z] [2020-10-06T05:09:58.850Z] Step 10/21 : FROM scratch [2020-10-06T05:09:58.850Z] ---> [2020-10-06T05:09:58.850Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T05:09:58.850Z] ---> Using cache [2020-10-06T05:09:58.850Z] ---> 5aab9f57b693 [2020-10-06T05:09:58.850Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T05:09:58.850Z] ---> Running in 348b79ec1968 [2020-10-06T05:09:58.850Z] Removing intermediate container 348b79ec1968 [2020-10-06T05:09:58.850Z] ---> 4a860b446c46 [2020-10-06T05:09:58.850Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T05:09:58.850Z] ---> Running in 568fbffee54c [2020-10-06T05:09:58.850Z] Removing intermediate container 568fbffee54c [2020-10-06T05:09:58.850Z] ---> 7ed4ff14b984 [2020-10-06T05:09:58.850Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T05:09:58.850Z] ---> e610a9c7f13b [2020-10-06T05:09:58.850Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T05:10:00.842Z] Removing intermediate container de284c5971e6 [2020-10-06T05:10:00.842Z] ---> c2aa99745f92 [2020-10-06T05:10:00.842Z] [2020-10-06T05:10:00.842Z] Step 10/20 : FROM alpine [2020-10-06T05:10:00.842Z] ---> 62ee0e9f8440 [2020-10-06T05:10:00.842Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T05:10:00.842Z] ---> Running in 71dba1548401 [2020-10-06T05:10:01.135Z] ---> fe9dd417fa02 [2020-10-06T05:10:01.135Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T05:10:02.584Z] ---> f78731122d00 [2020-10-06T05:10:02.584Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T05:10:02.584Z] ---> Running in d210510c262c [2020-10-06T05:10:03.186Z] Removing intermediate container d210510c262c [2020-10-06T05:10:03.186Z] ---> 76a29d3afdda [2020-10-06T05:10:03.186Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:10:03.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:10:03.460Z] ---> Running in 3a2cb0005f66 [2020-10-06T05:10:03.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:10:04.359Z] Removing intermediate container 3a2cb0005f66 [2020-10-06T05:10:04.359Z] ---> 49d49f46fac6 [2020-10-06T05:10:04.359Z] Step 19/21 : LABEL arch=arm64 [2020-10-06T05:10:04.359Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T05:10:04.359Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T05:10:04.359Z] OK: 12621 distinct packages available [2020-10-06T05:10:04.359Z] ---> Running in 60b46987d853 [2020-10-06T05:10:04.969Z] Removing intermediate container 60b46987d853 [2020-10-06T05:10:04.969Z] ---> 23208d70e076 [2020-10-06T05:10:04.969Z] Step 20/21 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:10:04.969Z] ---> Running in dbab85a74f2e [2020-10-06T05:10:05.573Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T05:10:05.573Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T05:10:05.573Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T05:10:05.573Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T05:10:05.573Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:10:05.573Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T05:10:05.850Z] Removing intermediate container dbab85a74f2e [2020-10-06T05:10:05.850Z] ---> bab96911ea21 [2020-10-06T05:10:05.850Z] Step 21/21 : LABEL version=1.2.2-dev.48 [2020-10-06T05:10:05.850Z] OK: 7 MiB in 18 packages [2020-10-06T05:10:05.850Z] ---> Running in dcab236517ad [2020-10-06T05:10:06.835Z] Removing intermediate container dcab236517ad [2020-10-06T05:10:06.835Z] ---> d9b4bece3d1f [2020-10-06T05:10:06.835Z] [2020-10-06T05:10:07.444Z] Successfully built d9b4bece3d1f [2020-10-06T05:10:07.444Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-06T05:10:08.458Z]  Building docker-support-scheduler-go ... done Removing intermediate container 71dba1548401 [2020-10-06T05:10:08.458Z] ---> 1006358bee51 [2020-10-06T05:10:08.458Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T05:10:08.458Z] ---> Running in 4d3bbeea5d65 [2020-10-06T05:10:09.073Z] Removing intermediate container 4d3bbeea5d65 [2020-10-06T05:10:09.073Z] ---> efe5ecbca5d0 [2020-10-06T05:10:09.073Z] Step 13/20 : WORKDIR /edgex [2020-10-06T05:10:09.352Z] ---> Running in dc8ab08d7624 [2020-10-06T05:10:09.966Z] Removing intermediate container dc8ab08d7624 [2020-10-06T05:10:09.966Z] ---> 3d0999b35acf [2020-10-06T05:10:09.966Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T05:10:11.440Z] ---> 37a083740375 [2020-10-06T05:10:11.440Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T05:10:12.896Z] ---> cd0f1b9c4a65 [2020-10-06T05:10:12.896Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T05:10:12.896Z] ---> Running in 3ab8d0dd26cd [2020-10-06T05:10:13.501Z] Removing intermediate container 3ab8d0dd26cd [2020-10-06T05:10:13.501Z] ---> 519c846cafcb [2020-10-06T05:10:13.501Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T05:10:13.775Z] ---> Running in 0bd9cc28c103 [2020-10-06T05:10:14.371Z] Removing intermediate container 0bd9cc28c103 [2020-10-06T05:10:14.372Z] ---> 5aa537c747e7 [2020-10-06T05:10:14.372Z] Step 18/20 : LABEL arch=arm64 [2020-10-06T05:10:14.646Z] ---> Running in f4ed960e3910 [2020-10-06T05:10:15.244Z] Removing intermediate container f4ed960e3910 [2020-10-06T05:10:15.244Z] ---> c014866743ea [2020-10-06T05:10:15.244Z] Step 19/20 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:10:15.516Z] ---> Running in 9b5cd95a46ad [2020-10-06T05:10:16.116Z] Removing intermediate container 9b5cd95a46ad [2020-10-06T05:10:16.116Z] ---> ea14d6041198 [2020-10-06T05:10:16.116Z] Step 20/20 : LABEL version=1.2.2-dev.48 [2020-10-06T05:10:16.116Z] ---> Running in c64c28dc8877 [2020-10-06T05:10:16.719Z] Removing intermediate container c64c28dc8877 [2020-10-06T05:10:16.719Z] ---> e121929bb6ff [2020-10-06T05:10:16.719Z] [2020-10-06T05:10:17.320Z] Successfully built e121929bb6ff [2020-10-06T05:10:17.320Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-06T05:10:22.733Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container be9f00162c85 [2020-10-06T05:10:22.733Z] ---> 7b73e17d85b5 [2020-10-06T05:10:22.733Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T05:10:22.733Z] ---> Running in 53d82a2c4e05 [2020-10-06T05:10:23.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.48" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-06T05:10:27.127Z] Removing intermediate container 53d82a2c4e05 [2020-10-06T05:10:27.127Z] ---> 4a551186cd73 [2020-10-06T05:10:27.127Z] [2020-10-06T05:10:27.127Z] Step 11/27 : FROM docker:latest [2020-10-06T05:10:27.127Z] ---> 45884bde0078 [2020-10-06T05:10:27.127Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T05:10:27.127Z] ---> Running in 0d418ff36351 [2020-10-06T05:10:27.127Z] Removing intermediate container 6cc6425ff0ca [2020-10-06T05:10:27.127Z] ---> 62ba87084ab4 [2020-10-06T05:10:27.127Z] [2020-10-06T05:10:27.127Z] Step 10/24 : FROM scratch [2020-10-06T05:10:27.127Z] ---> [2020-10-06T05:10:27.127Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T05:10:27.127Z] ---> Using cache [2020-10-06T05:10:27.127Z] ---> 06e4ae397f43 [2020-10-06T05:10:27.127Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T05:10:27.408Z] ---> Running in c98a0b092781 [2020-10-06T05:10:28.007Z] Removing intermediate container c98a0b092781 [2020-10-06T05:10:28.007Z] ---> 9d1eb989add4 [2020-10-06T05:10:28.007Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T05:10:28.007Z] ---> Running in b8b4f26b1800 [2020-10-06T05:10:28.281Z] Removing intermediate container b8b4f26b1800 [2020-10-06T05:10:28.281Z] ---> dd9bf71ff3b1 [2020-10-06T05:10:28.281Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T05:10:28.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:10:28.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:10:29.105Z] ---> f1e763341d79 [2020-10-06T05:10:29.105Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T05:10:29.379Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T05:10:29.379Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T05:10:29.379Z] Executing bash-5.0.17-r0.post-install [2020-10-06T05:10:29.379Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:10:29.379Z] OK: 12 MiB in 22 packages [2020-10-06T05:10:30.354Z] ---> 586698cd2fce [2020-10-06T05:10:30.354Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T05:10:30.951Z] Removing intermediate container 0d418ff36351 [2020-10-06T05:10:30.951Z] ---> 04d61065f51e [2020-10-06T05:10:30.951Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T05:10:30.951Z] ---> Running in 5f0fdd510573 [2020-10-06T05:10:31.939Z] ---> e6c08b089068 [2020-10-06T05:10:31.939Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T05:10:32.541Z] ---> 242dece8a23c [2020-10-06T05:10:32.541Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T05:10:33.984Z] ---> 998483db652a [2020-10-06T05:10:33.984Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T05:10:33.984Z] Removing intermediate container 5f0fdd510573 [2020-10-06T05:10:33.984Z] ---> 45939b3642f3 [2020-10-06T05:10:33.984Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T05:10:33.984Z] ---> Running in 90429724d815 [2020-10-06T05:10:34.579Z] Removing intermediate container 90429724d815 [2020-10-06T05:10:34.579Z] ---> a550cca463d5 [2020-10-06T05:10:34.579Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T05:10:34.579Z] ---> Running in 883113cc1960 [2020-10-06T05:10:34.859Z] ---> 38f92df83d43 [2020-10-06T05:10:34.859Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T05:10:34.859Z] ---> Running in 75e2afafcabe [2020-10-06T05:10:35.131Z] Removing intermediate container 883113cc1960 [2020-10-06T05:10:35.131Z] ---> 030ba96e44ee [2020-10-06T05:10:35.131Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T05:10:35.403Z] ---> Running in 6350419d2e67 [2020-10-06T05:10:35.403Z] Removing intermediate container 75e2afafcabe [2020-10-06T05:10:35.403Z] ---> 15b16ee3c2e3 [2020-10-06T05:10:35.403Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:10:35.679Z] ---> Running in 905b38ac2f96 [2020-10-06T05:10:35.952Z] Removing intermediate container 6350419d2e67 [2020-10-06T05:10:35.952Z] ---> 8149c7f6b96a [2020-10-06T05:10:35.952Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T05:10:36.226Z] Removing intermediate container 905b38ac2f96 [2020-10-06T05:10:36.226Z] ---> b82419e74e60 [2020-10-06T05:10:36.226Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T05:10:36.498Z] ---> Running in 16266101268b [2020-10-06T05:10:37.095Z] Removing intermediate container 16266101268b [2020-10-06T05:10:37.095Z] ---> 2815156e9301 [2020-10-06T05:10:37.095Z] Step 23/24 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:10:37.095Z] ---> f1d04a73459e [2020-10-06T05:10:37.095Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T05:10:37.095Z] ---> Running in b462c53adb28 [2020-10-06T05:10:37.698Z] Removing intermediate container b462c53adb28 [2020-10-06T05:10:37.698Z] ---> 0471b4010661 [2020-10-06T05:10:37.698Z] Step 24/24 : LABEL version=1.2.2-dev.48 [2020-10-06T05:10:37.972Z] ---> Running in fd2f4b6d6c02 [2020-10-06T05:10:37.972Z] ---> 7c240b65bfe0 [2020-10-06T05:10:37.972Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T05:10:38.248Z] Removing intermediate container fd2f4b6d6c02 [2020-10-06T05:10:38.248Z] ---> 6ea054647fcf [2020-10-06T05:10:38.248Z] [2020-10-06T05:10:38.849Z] Successfully built 6ea054647fcf [2020-10-06T05:10:38.849Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-06T05:10:38.849Z]  Building docker-support-notifications-go ... done  ---> 8434ec558d71 [2020-10-06T05:10:38.849Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T05:10:39.120Z] ---> Running in 0080c98e1281 [2020-10-06T05:10:40.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:10:40.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:10:41.423Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T05:10:41.424Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T05:10:41.424Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T05:10:41.424Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T05:10:41.424Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T05:10:41.424Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T05:10:41.424Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T05:10:43.396Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T05:10:43.396Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T05:10:43.396Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T05:10:43.396Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T05:10:43.396Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T05:10:43.396Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T05:10:43.396Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T05:10:43.396Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T05:10:43.396Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T05:10:43.396Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T05:10:43.396Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T05:10:43.396Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T05:10:43.396Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T05:10:43.396Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T05:10:43.396Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T05:10:43.396Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T05:10:43.396Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T05:10:43.396Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T05:10:43.396Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T05:10:43.396Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T05:10:43.396Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T05:10:43.396Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T05:10:43.396Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T05:10:43.396Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T05:10:43.396Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T05:10:43.396Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T05:10:43.669Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:10:43.669Z] OK: 71 MiB in 55 packages [2020-10-06T05:10:50.386Z] Removing intermediate container 0080c98e1281 [2020-10-06T05:10:50.386Z] ---> 4a54e4cea0ff [2020-10-06T05:10:50.386Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T05:10:50.386Z] ---> Running in 3b49715fb41a [2020-10-06T05:10:55.782Z] Collecting docker-compose==1.23.2 [2020-10-06T05:10:55.782Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T05:10:55.782Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T05:10:55.782Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T05:10:56.053Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T05:10:56.054Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T05:10:58.013Z] 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-06T05:10:58.013Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T05:10:58.013Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T05:10:59.980Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T05:10:59.980Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T05:11:00.254Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T05:11:00.254Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T05:11:02.872Z] Collecting PyYAML<4,>=3.10 [2020-10-06T05:11:02.872Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T05:11:05.475Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T05:11:05.475Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T05:11:06.443Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T05:11:06.443Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T05:11:07.031Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T05:11:07.031Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T05:11:07.624Z] Collecting idna<2.8,>=2.5 [2020-10-06T05:11:07.624Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T05:11:08.215Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T05:11:08.215Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T05:11:08.215Z] 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-06T05:11:08.215Z] 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-06T05:11:08.488Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T05:11:08.488Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T05:11:08.488Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T05:11:08.488Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T05:11:08.488Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T05:11:08.489Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T05:11:09.464Z] Installing collected packages: jsonschema, dockerpty, texttable, websocket-client, docopt, PyYAML, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-10-06T05:11:09.737Z] Running setup.py install for dockerpty: started [2020-10-06T05:11:11.702Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T05:11:11.702Z] Running setup.py install for texttable: started [2020-10-06T05:11:13.131Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T05:11:13.727Z] Running setup.py install for docopt: started [2020-10-06T05:11:15.698Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T05:11:15.698Z] Running setup.py install for PyYAML: started [2020-10-06T05:11:17.664Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T05:11:17.664Z] Attempting uninstall: idna [2020-10-06T05:11:17.664Z] Found existing installation: idna 2.9 [2020-10-06T05:11:17.664Z] Uninstalling idna-2.9: [2020-10-06T05:11:17.664Z] Successfully uninstalled idna-2.9 [2020-10-06T05:11:18.256Z] Attempting uninstall: urllib3 [2020-10-06T05:11:18.256Z] Found existing installation: urllib3 1.25.9 [2020-10-06T05:11:18.256Z] Uninstalling urllib3-1.25.9: [2020-10-06T05:11:18.527Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T05:11:19.119Z] Attempting uninstall: requests [2020-10-06T05:11:19.119Z] Found existing installation: requests 2.23.0 [2020-10-06T05:11:19.119Z] Uninstalling requests-2.23.0: [2020-10-06T05:11:19.119Z] Successfully uninstalled requests-2.23.0 [2020-10-06T05:11:21.082Z] 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-06T05:11:24.467Z] Removing intermediate container 3b49715fb41a [2020-10-06T05:11:24.467Z] ---> dde55f7eeb96 [2020-10-06T05:11:24.467Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T05:11:24.744Z] ---> Running in c4094b0f5ece [2020-10-06T05:11:26.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:11:26.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:11:27.050Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T05:11:27.051Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T05:11:27.051Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T05:11:27.051Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T05:11:27.051Z] OK: 71 MiB in 58 packages [2020-10-06T05:11:28.492Z] Removing intermediate container c4094b0f5ece [2020-10-06T05:11:28.492Z] ---> 13df3125e81d [2020-10-06T05:11:28.492Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T05:11:28.492Z] ---> Running in 3f4048024db2 [2020-10-06T05:11:28.767Z] Removing intermediate container 3f4048024db2 [2020-10-06T05:11:28.767Z] ---> fedcff8df8c4 [2020-10-06T05:11:28.767Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T05:11:29.047Z] ---> Running in 5126489fb39f [2020-10-06T05:11:29.320Z] Removing intermediate container 5126489fb39f [2020-10-06T05:11:29.320Z] ---> 539af175af4e [2020-10-06T05:11:29.320Z] Step 25/27 : LABEL arch=arm64 [2020-10-06T05:11:29.598Z] ---> Running in ac5ce3d8d6a7 [2020-10-06T05:11:29.871Z] Removing intermediate container ac5ce3d8d6a7 [2020-10-06T05:11:29.871Z] ---> f8cf77f88a12 [2020-10-06T05:11:29.871Z] Step 26/27 : LABEL git_sha=ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:30.146Z] ---> Running in 4d7f828799b6 [2020-10-06T05:11:30.738Z] Removing intermediate container 4d7f828799b6 [2020-10-06T05:11:30.738Z] ---> 1cbf984e614f [2020-10-06T05:11:30.738Z] Step 27/27 : LABEL version=1.2.2-dev.48 [2020-10-06T05:11:30.739Z] ---> Running in 649fb26169b9 [2020-10-06T05:11:31.335Z] Removing intermediate container 649fb26169b9 [2020-10-06T05:11:31.335Z] ---> b5378043c303 [2020-10-06T05:11:31.335Z] [2020-10-06T05:11:31.621Z] Successfully built b5378043c303 [2020-10-06T05:11:31.621Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-06T05:11:31.940Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-06T05:11:31.934Z] $ docker stop --time=1 8b4b48b876949c37b8299e845e7ba5476a1eb08fc09fb149a04dd5422d5ef4c7 [2020-10-06T05:11:33.859Z] $ docker rm -f 8b4b48b876949c37b8299e845e7ba5476a1eb08fc09fb149a04dd5422d5ef4c7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:11:34.552Z] + docker images [2020-10-06T05:11:34.552Z] + grep docker [2020-10-06T05:11:34.828Z] docker-sys-mgmt-agent-go-arm64 latest b5378043c303 4 seconds ago 270MB [2020-10-06T05:11:34.828Z] docker-support-notifications-go-arm64 latest 6ea054647fcf 56 seconds ago 12.9MB [2020-10-06T05:11:34.828Z] docker-security-proxy-setup-go-arm64 latest e121929bb6ff About a minute ago 15.1MB [2020-10-06T05:11:34.828Z] docker-support-scheduler-go-arm64 latest d9b4bece3d1f About a minute ago 11.5MB [2020-10-06T05:11:34.828Z] docker-security-secretstore-setup-go-arm64 latest 33aae168b067 2 minutes ago 30.8MB [2020-10-06T05:11:34.828Z] docker-core-data-go-arm64 latest 54f07448192e 3 minutes ago 22.2MB [2020-10-06T05:11:34.828Z] docker-core-metadata-go-arm64 latest 1f356ee8c6b0 3 minutes ago 13.2MB [2020-10-06T05:11:34.828Z] docker-security-secrets-setup-go-arm64 latest 7edc670797af 3 minutes ago 22.7MB [2020-10-06T05:11:34.828Z] docker-core-command-go-arm64 latest be4d78d883ef 3 minutes ago 11.4MB [2020-10-06T05:11:34.828Z] docker-support-logging-go-arm64 latest 532cf0e88428 4 minutes ago 10.6MB [2020-10-06T05:11:34.828Z] docker latest 45884bde0078 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-06T05:11:35.320Z] provisioning config files... [2020-10-06T05:11:35.362Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/163@tmp/config5439918166302631038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:11:35.782Z] ---> docker-login.sh [2020-10-06T05:11:35.782Z] nexus3.edgexfoundry.org:10001 [2020-10-06T05:11:36.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:11:36.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:11:36.346Z] Configure a credential helper to remove this warning. See [2020-10-06T05:11:36.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:11:36.346Z] [2020-10-06T05:11:36.346Z] Login Succeeded [2020-10-06T05:11:36.346Z] nexus3.edgexfoundry.org:10002 [2020-10-06T05:11:36.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:11:36.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:11:36.905Z] Configure a credential helper to remove this warning. See [2020-10-06T05:11:36.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:11:36.905Z] [2020-10-06T05:11:36.905Z] Login Succeeded [2020-10-06T05:11:36.905Z] nexus3.edgexfoundry.org:10003 [2020-10-06T05:11:37.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:11:37.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:11:37.500Z] Configure a credential helper to remove this warning. See [2020-10-06T05:11:37.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:11:37.500Z] [2020-10-06T05:11:37.500Z] Login Succeeded [2020-10-06T05:11:37.500Z] nexus3.edgexfoundry.org:10004 [2020-10-06T05:11:37.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:11:38.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:11:38.045Z] Configure a credential helper to remove this warning. See [2020-10-06T05:11:38.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:11:38.045Z] [2020-10-06T05:11:38.045Z] Login Succeeded [2020-10-06T05:11:38.045Z] docker.io [2020-10-06T05:11:38.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T05:11:38.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T05:11:38.930Z] Configure a credential helper to remove this warning. See [2020-10-06T05:11:38.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T05:11:38.930Z] [2020-10-06T05:11:38.930Z] Login Succeeded [2020-10-06T05:11:38.930Z] ---> docker-login.sh ends [Pipeline] } [2020-10-06T05:11:38.951Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:11:39.155Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-06T05:11:39.155Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:39.155Z] 1.2.2-dev.48 [2020-10-06T05:11:39.155Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:11:39.155Z] master [2020-10-06T05:11:39.155Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:39.693Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:40.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:40.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T05:11:40.030Z] cdc7416eb7b1: Preparing [2020-10-06T05:11:40.030Z] e774ed88c54e: Preparing [2020-10-06T05:11:40.030Z] 682c47d4ab2d: Preparing [2020-10-06T05:11:40.303Z] 682c47d4ab2d: Pushed [2020-10-06T05:11:40.303Z] cdc7416eb7b1: Pushed [2020-10-06T05:11:43.726Z] e774ed88c54e: Pushed [2020-10-06T05:11:43.726Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:709e13375940714fddae3b5f6ce893e4c2ab568706e9b678770d2d86afc4da0a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:44.121Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:44.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.48 [2020-10-06T05:11:44.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T05:11:44.462Z] cdc7416eb7b1: Preparing [2020-10-06T05:11:44.462Z] e774ed88c54e: Preparing [2020-10-06T05:11:44.462Z] 682c47d4ab2d: Preparing [2020-10-06T05:11:44.462Z] e774ed88c54e: Layer already exists [2020-10-06T05:11:44.462Z] cdc7416eb7b1: Layer already exists [2020-10-06T05:11:44.462Z] 682c47d4ab2d: Layer already exists [2020-10-06T05:11:44.733Z] 1.2.2-dev.48: digest: sha256:709e13375940714fddae3b5f6ce893e4c2ab568706e9b678770d2d86afc4da0a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:45.076Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:45.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:11:45.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T05:11:45.412Z] cdc7416eb7b1: Preparing [2020-10-06T05:11:45.412Z] e774ed88c54e: Preparing [2020-10-06T05:11:45.412Z] 682c47d4ab2d: Preparing [2020-10-06T05:11:45.682Z] e774ed88c54e: Layer already exists [2020-10-06T05:11:45.682Z] 682c47d4ab2d: Layer already exists [2020-10-06T05:11:46.652Z] cdc7416eb7b1: Layer already exists [2020-10-06T05:11:46.652Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:709e13375940714fddae3b5f6ce893e4c2ab568706e9b678770d2d86afc4da0a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:46.996Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:47.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-06T05:11:47.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T05:11:47.332Z] cdc7416eb7b1: Preparing [2020-10-06T05:11:47.332Z] e774ed88c54e: Preparing [2020-10-06T05:11:47.332Z] 682c47d4ab2d: Preparing [2020-10-06T05:11:47.603Z] cdc7416eb7b1: Layer already exists [2020-10-06T05:11:47.603Z] e774ed88c54e: Layer already exists [2020-10-06T05:11:47.603Z] 682c47d4ab2d: Layer already exists [2020-10-06T05:11:47.603Z] master: digest: sha256:709e13375940714fddae3b5f6ce893e4c2ab568706e9b678770d2d86afc4da0a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:11:47.907Z] ===================================================== [Pipeline] echo [2020-10-06T05:11:47.958Z] taggedImages: [2020-10-06T05:11:47.958Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:47.958Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.48 [2020-10-06T05:11:47.958Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:11:47.958Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-06T05:11:48.028Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-06T05:11:48.028Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:48.028Z] 1.2.2-dev.48 [2020-10-06T05:11:48.028Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:11:48.028Z] master [2020-10-06T05:11:48.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:48.608Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:48.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:48.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T05:11:48.945Z] e26ca971614e: Preparing [2020-10-06T05:11:48.945Z] 6def9b1e138e: Preparing [2020-10-06T05:11:48.945Z] fc3675ad3b8d: Preparing [2020-10-06T05:11:48.945Z] 8a0655538d69: Preparing [2020-10-06T05:11:48.945Z] f59e01a73786: Preparing [2020-10-06T05:11:48.945Z] e2f13739ad41: Preparing [2020-10-06T05:11:48.945Z] e2f13739ad41: Waiting [2020-10-06T05:11:49.217Z] f59e01a73786: Pushed [2020-10-06T05:11:49.217Z] fc3675ad3b8d: Pushed [2020-10-06T05:11:49.491Z] e2f13739ad41: Layer already exists [2020-10-06T05:11:49.491Z] e26ca971614e: Pushed [2020-10-06T05:11:49.762Z] 8a0655538d69: Pushed [2020-10-06T05:11:53.136Z] 6def9b1e138e: Pushed [2020-10-06T05:11:53.136Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:d1425de4e93fef3f50cc3d9fa268d490c52b4b84af14c51278c99826a1081113 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:53.484Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:53.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.48 [2020-10-06T05:11:53.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T05:11:53.824Z] e26ca971614e: Preparing [2020-10-06T05:11:53.824Z] 6def9b1e138e: Preparing [2020-10-06T05:11:53.824Z] fc3675ad3b8d: Preparing [2020-10-06T05:11:53.824Z] 8a0655538d69: Preparing [2020-10-06T05:11:53.824Z] f59e01a73786: Preparing [2020-10-06T05:11:53.824Z] e2f13739ad41: Preparing [2020-10-06T05:11:53.824Z] e2f13739ad41: Waiting [2020-10-06T05:11:54.094Z] 8a0655538d69: Layer already exists [2020-10-06T05:11:54.094Z] 6def9b1e138e: Layer already exists [2020-10-06T05:11:54.094Z] fc3675ad3b8d: Layer already exists [2020-10-06T05:11:54.094Z] f59e01a73786: Layer already exists [2020-10-06T05:11:54.094Z] e26ca971614e: Layer already exists [2020-10-06T05:11:54.094Z] e2f13739ad41: Layer already exists [2020-10-06T05:11:54.095Z] 1.2.2-dev.48: digest: sha256:d1425de4e93fef3f50cc3d9fa268d490c52b4b84af14c51278c99826a1081113 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:54.437Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:54.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:11:54.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T05:11:54.776Z] e26ca971614e: Preparing [2020-10-06T05:11:54.776Z] 6def9b1e138e: Preparing [2020-10-06T05:11:54.776Z] fc3675ad3b8d: Preparing [2020-10-06T05:11:54.776Z] 8a0655538d69: Preparing [2020-10-06T05:11:54.776Z] f59e01a73786: Preparing [2020-10-06T05:11:54.776Z] e2f13739ad41: Preparing [2020-10-06T05:11:54.776Z] e2f13739ad41: Waiting [2020-10-06T05:11:55.046Z] fc3675ad3b8d: Layer already exists [2020-10-06T05:11:55.046Z] 6def9b1e138e: Layer already exists [2020-10-06T05:11:55.046Z] 8a0655538d69: Layer already exists [2020-10-06T05:11:55.046Z] e26ca971614e: Layer already exists [2020-10-06T05:11:55.046Z] f59e01a73786: Layer already exists [2020-10-06T05:11:55.046Z] e2f13739ad41: Layer already exists [2020-10-06T05:11:55.046Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:d1425de4e93fef3f50cc3d9fa268d490c52b4b84af14c51278c99826a1081113 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:55.392Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:55.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-06T05:11:55.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T05:11:55.726Z] e26ca971614e: Preparing [2020-10-06T05:11:55.726Z] 6def9b1e138e: Preparing [2020-10-06T05:11:55.726Z] fc3675ad3b8d: Preparing [2020-10-06T05:11:55.726Z] 8a0655538d69: Preparing [2020-10-06T05:11:55.726Z] f59e01a73786: Preparing [2020-10-06T05:11:55.726Z] e2f13739ad41: Preparing [2020-10-06T05:11:55.726Z] e2f13739ad41: Waiting [2020-10-06T05:11:55.999Z] f59e01a73786: Layer already exists [2020-10-06T05:11:55.999Z] 8a0655538d69: Layer already exists [2020-10-06T05:11:55.999Z] e26ca971614e: Layer already exists [2020-10-06T05:11:55.999Z] fc3675ad3b8d: Layer already exists [2020-10-06T05:11:55.999Z] 6def9b1e138e: Layer already exists [2020-10-06T05:11:55.999Z] e2f13739ad41: Layer already exists [2020-10-06T05:11:55.999Z] master: digest: sha256:d1425de4e93fef3f50cc3d9fa268d490c52b4b84af14c51278c99826a1081113 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:11:56.212Z] ===================================================== [Pipeline] echo [2020-10-06T05:11:56.257Z] taggedImages: [2020-10-06T05:11:56.257Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:56.257Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.48 [2020-10-06T05:11:56.257Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:11:56.257Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-06T05:11:56.321Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-06T05:11:56.321Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:56.321Z] 1.2.2-dev.48 [2020-10-06T05:11:56.321Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:11:56.321Z] master [2020-10-06T05:11:56.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:56.823Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:11:57.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:11:57.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T05:11:57.160Z] f8a7649fe6fb: Preparing [2020-10-06T05:11:57.160Z] 11fb8ef14f65: Preparing [2020-10-06T05:11:57.160Z] 8a350397ec66: Preparing [2020-10-06T05:11:57.432Z] 8a350397ec66: Pushed [2020-10-06T05:11:57.432Z] f8a7649fe6fb: Pushed [2020-10-06T05:12:00.801Z] 11fb8ef14f65: Pushed [2020-10-06T05:12:00.801Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:4795b29ddb26fddf10c6e382d1f11c07337ed8a6a258fef7e0570df7a51ccd32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:01.149Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:01.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:01.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T05:12:01.489Z] f8a7649fe6fb: Preparing [2020-10-06T05:12:01.489Z] 11fb8ef14f65: Preparing [2020-10-06T05:12:01.489Z] 8a350397ec66: Preparing [2020-10-06T05:12:01.489Z] 11fb8ef14f65: Layer already exists [2020-10-06T05:12:01.489Z] 8a350397ec66: Layer already exists [2020-10-06T05:12:01.489Z] f8a7649fe6fb: Layer already exists [2020-10-06T05:12:01.765Z] 1.2.2-dev.48: digest: sha256:4795b29ddb26fddf10c6e382d1f11c07337ed8a6a258fef7e0570df7a51ccd32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:02.121Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:02.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:02.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T05:12:02.453Z] f8a7649fe6fb: Preparing [2020-10-06T05:12:02.453Z] 11fb8ef14f65: Preparing [2020-10-06T05:12:02.453Z] 8a350397ec66: Preparing [2020-10-06T05:12:02.725Z] f8a7649fe6fb: Layer already exists [2020-10-06T05:12:02.725Z] 8a350397ec66: Layer already exists [2020-10-06T05:12:02.725Z] 11fb8ef14f65: Layer already exists [2020-10-06T05:12:02.725Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:4795b29ddb26fddf10c6e382d1f11c07337ed8a6a258fef7e0570df7a51ccd32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:03.067Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:03.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-06T05:12:03.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T05:12:03.669Z] f8a7649fe6fb: Preparing [2020-10-06T05:12:03.669Z] 11fb8ef14f65: Preparing [2020-10-06T05:12:03.669Z] 8a350397ec66: Preparing [2020-10-06T05:12:03.669Z] 8a350397ec66: Layer already exists [2020-10-06T05:12:03.669Z] f8a7649fe6fb: Layer already exists [2020-10-06T05:12:03.669Z] 11fb8ef14f65: Layer already exists [2020-10-06T05:12:03.940Z] master: digest: sha256:4795b29ddb26fddf10c6e382d1f11c07337ed8a6a258fef7e0570df7a51ccd32 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:12:04.127Z] ===================================================== [Pipeline] echo [2020-10-06T05:12:04.172Z] taggedImages: [2020-10-06T05:12:04.172Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:04.172Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:04.172Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:04.172Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-06T05:12:04.236Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-06T05:12:04.236Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:04.236Z] 1.2.2-dev.48 [2020-10-06T05:12:04.236Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:04.236Z] master [2020-10-06T05:12:04.236Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:04.799Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:05.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:05.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T05:12:05.131Z] 5243156c7633: Preparing [2020-10-06T05:12:05.131Z] 29d58773a59c: Preparing [2020-10-06T05:12:05.131Z] 22658b51e9fa: Preparing [2020-10-06T05:12:05.131Z] 77a32e106211: Preparing [2020-10-06T05:12:05.131Z] e2f13739ad41: Preparing [2020-10-06T05:12:05.415Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:05.415Z] 22658b51e9fa: Pushed [2020-10-06T05:12:05.415Z] 29d58773a59c: Pushed [2020-10-06T05:12:06.006Z] 77a32e106211: Pushed [2020-10-06T05:12:07.429Z] 5243156c7633: Pushed [2020-10-06T05:12:07.700Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:640ffe870d3c8d7886a9c7d9215eed01e23f29ac926f74ea84dc62c31796903b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:08.068Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:08.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:08.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T05:12:08.407Z] 5243156c7633: Preparing [2020-10-06T05:12:08.407Z] 29d58773a59c: Preparing [2020-10-06T05:12:08.407Z] 22658b51e9fa: Preparing [2020-10-06T05:12:08.407Z] 77a32e106211: Preparing [2020-10-06T05:12:08.407Z] e2f13739ad41: Preparing [2020-10-06T05:12:08.679Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:08.679Z] 29d58773a59c: Layer already exists [2020-10-06T05:12:08.679Z] 5243156c7633: Layer already exists [2020-10-06T05:12:08.679Z] 77a32e106211: Layer already exists [2020-10-06T05:12:08.679Z] 22658b51e9fa: Layer already exists [2020-10-06T05:12:08.679Z] 1.2.2-dev.48: digest: sha256:640ffe870d3c8d7886a9c7d9215eed01e23f29ac926f74ea84dc62c31796903b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:09.022Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:09.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:09.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T05:12:09.364Z] 5243156c7633: Preparing [2020-10-06T05:12:09.364Z] 29d58773a59c: Preparing [2020-10-06T05:12:09.364Z] 22658b51e9fa: Preparing [2020-10-06T05:12:09.364Z] 77a32e106211: Preparing [2020-10-06T05:12:09.364Z] e2f13739ad41: Preparing [2020-10-06T05:12:09.364Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:09.364Z] 77a32e106211: Layer already exists [2020-10-06T05:12:09.364Z] 5243156c7633: Layer already exists [2020-10-06T05:12:09.364Z] 29d58773a59c: Layer already exists [2020-10-06T05:12:09.364Z] 22658b51e9fa: Layer already exists [2020-10-06T05:12:09.637Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:640ffe870d3c8d7886a9c7d9215eed01e23f29ac926f74ea84dc62c31796903b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:09.981Z] + 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-06T05:12:10.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-06T05:12:10.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T05:12:10.320Z] 5243156c7633: Preparing [2020-10-06T05:12:10.320Z] 29d58773a59c: Preparing [2020-10-06T05:12:10.320Z] 22658b51e9fa: Preparing [2020-10-06T05:12:10.320Z] 77a32e106211: Preparing [2020-10-06T05:12:10.320Z] e2f13739ad41: Preparing [2020-10-06T05:12:10.592Z] 22658b51e9fa: Layer already exists [2020-10-06T05:12:10.592Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:10.592Z] 29d58773a59c: Layer already exists [2020-10-06T05:12:10.592Z] 77a32e106211: Layer already exists [2020-10-06T05:12:10.592Z] 5243156c7633: Layer already exists [2020-10-06T05:12:10.592Z] master: digest: sha256:640ffe870d3c8d7886a9c7d9215eed01e23f29ac926f74ea84dc62c31796903b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:12:10.836Z] ===================================================== [Pipeline] echo [2020-10-06T05:12:10.883Z] taggedImages: [2020-10-06T05:12:10.883Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:10.883Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:10.883Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:10.883Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-06T05:12:10.951Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-06T05:12:10.951Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:10.951Z] 1.2.2-dev.48 [2020-10-06T05:12:10.951Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:10.951Z] master [2020-10-06T05:12:10.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:11.490Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:11.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:11.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T05:12:11.829Z] dd359b4b37cb: Preparing [2020-10-06T05:12:11.829Z] 1df0168ff388: Preparing [2020-10-06T05:12:11.829Z] a485e93a64b5: Preparing [2020-10-06T05:12:11.829Z] 798ecdde05cc: Preparing [2020-10-06T05:12:11.829Z] 798ecdde05cc: Preparing [2020-10-06T05:12:11.829Z] 6e212f95f205: Preparing [2020-10-06T05:12:11.829Z] 08259ae34637: Preparing [2020-10-06T05:12:11.829Z] cd55f6b30109: Preparing [2020-10-06T05:12:11.829Z] dd359b4b37cb: Preparing [2020-10-06T05:12:11.829Z] 5b50513697f2: Preparing [2020-10-06T05:12:11.829Z] f1110370b0cd: Preparing [2020-10-06T05:12:11.829Z] a14708f21320: Preparing [2020-10-06T05:12:11.829Z] e2f13739ad41: Preparing [2020-10-06T05:12:11.829Z] 08259ae34637: Waiting [2020-10-06T05:12:11.829Z] cd55f6b30109: Waiting [2020-10-06T05:12:11.829Z] 5b50513697f2: Waiting [2020-10-06T05:12:11.829Z] f1110370b0cd: Waiting [2020-10-06T05:12:11.829Z] e2f13739ad41: Waiting [2020-10-06T05:12:11.829Z] a14708f21320: Waiting [2020-10-06T05:12:12.101Z] a485e93a64b5: Pushed [2020-10-06T05:12:12.101Z] 6e212f95f205: Pushed [2020-10-06T05:12:12.101Z] 798ecdde05cc: Pushed [2020-10-06T05:12:12.374Z] 1df0168ff388: Pushed [2020-10-06T05:12:12.374Z] 08259ae34637: Pushed [2020-10-06T05:12:12.648Z] cd55f6b30109: Pushed [2020-10-06T05:12:12.648Z] f1110370b0cd: Pushed [2020-10-06T05:12:12.648Z] 5b50513697f2: Pushed [2020-10-06T05:12:12.648Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:12.920Z] a14708f21320: Pushed [2020-10-06T05:12:14.349Z] dd359b4b37cb: Pushed [2020-10-06T05:12:14.621Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:8a8fd974422e2bae4c49fb16582d8becc284f40a429064aa259ab87a402ac8a8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:14.966Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:15.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:15.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T05:12:15.309Z] dd359b4b37cb: Preparing [2020-10-06T05:12:15.309Z] 1df0168ff388: Preparing [2020-10-06T05:12:15.309Z] a485e93a64b5: Preparing [2020-10-06T05:12:15.309Z] 798ecdde05cc: Preparing [2020-10-06T05:12:15.309Z] 798ecdde05cc: Preparing [2020-10-06T05:12:15.309Z] 6e212f95f205: Preparing [2020-10-06T05:12:15.309Z] 08259ae34637: Preparing [2020-10-06T05:12:15.309Z] cd55f6b30109: Preparing [2020-10-06T05:12:15.309Z] dd359b4b37cb: Preparing [2020-10-06T05:12:15.309Z] 5b50513697f2: Preparing [2020-10-06T05:12:15.309Z] f1110370b0cd: Preparing [2020-10-06T05:12:15.309Z] a14708f21320: Preparing [2020-10-06T05:12:15.309Z] e2f13739ad41: Preparing [2020-10-06T05:12:15.309Z] 5b50513697f2: Waiting [2020-10-06T05:12:15.309Z] f1110370b0cd: Waiting [2020-10-06T05:12:15.309Z] a14708f21320: Waiting [2020-10-06T05:12:15.309Z] 08259ae34637: Waiting [2020-10-06T05:12:15.309Z] cd55f6b30109: Waiting [2020-10-06T05:12:15.309Z] 798ecdde05cc: Layer already exists [2020-10-06T05:12:15.309Z] a485e93a64b5: Layer already exists [2020-10-06T05:12:15.309Z] 6e212f95f205: Layer already exists [2020-10-06T05:12:15.309Z] 1df0168ff388: Layer already exists [2020-10-06T05:12:15.309Z] dd359b4b37cb: Layer already exists [2020-10-06T05:12:15.582Z] 08259ae34637: Layer already exists [2020-10-06T05:12:15.582Z] f1110370b0cd: Layer already exists [2020-10-06T05:12:15.582Z] cd55f6b30109: Layer already exists [2020-10-06T05:12:15.582Z] a14708f21320: Layer already exists [2020-10-06T05:12:15.582Z] 5b50513697f2: Layer already exists [2020-10-06T05:12:15.582Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:15.582Z] 1.2.2-dev.48: digest: sha256:8a8fd974422e2bae4c49fb16582d8becc284f40a429064aa259ab87a402ac8a8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:15.925Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:16.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:16.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T05:12:16.265Z] dd359b4b37cb: Preparing [2020-10-06T05:12:16.265Z] 1df0168ff388: Preparing [2020-10-06T05:12:16.265Z] a485e93a64b5: Preparing [2020-10-06T05:12:16.265Z] 798ecdde05cc: Preparing [2020-10-06T05:12:16.265Z] 798ecdde05cc: Preparing [2020-10-06T05:12:16.265Z] 6e212f95f205: Preparing [2020-10-06T05:12:16.265Z] 08259ae34637: Preparing [2020-10-06T05:12:16.265Z] cd55f6b30109: Preparing [2020-10-06T05:12:16.265Z] dd359b4b37cb: Preparing [2020-10-06T05:12:16.265Z] 5b50513697f2: Preparing [2020-10-06T05:12:16.265Z] f1110370b0cd: Preparing [2020-10-06T05:12:16.265Z] a14708f21320: Preparing [2020-10-06T05:12:16.265Z] e2f13739ad41: Preparing [2020-10-06T05:12:16.265Z] 08259ae34637: Waiting [2020-10-06T05:12:16.265Z] cd55f6b30109: Waiting [2020-10-06T05:12:16.265Z] 5b50513697f2: Waiting [2020-10-06T05:12:16.265Z] f1110370b0cd: Waiting [2020-10-06T05:12:16.265Z] a14708f21320: Waiting [2020-10-06T05:12:16.265Z] e2f13739ad41: Waiting [2020-10-06T05:12:16.538Z] 6e212f95f205: Layer already exists [2020-10-06T05:12:16.538Z] 798ecdde05cc: Layer already exists [2020-10-06T05:12:16.538Z] a485e93a64b5: Layer already exists [2020-10-06T05:12:16.538Z] 1df0168ff388: Layer already exists [2020-10-06T05:12:16.538Z] dd359b4b37cb: Layer already exists [2020-10-06T05:12:16.538Z] 08259ae34637: Layer already exists [2020-10-06T05:12:16.538Z] cd55f6b30109: Layer already exists [2020-10-06T05:12:16.538Z] f1110370b0cd: Layer already exists [2020-10-06T05:12:16.538Z] 5b50513697f2: Layer already exists [2020-10-06T05:12:16.538Z] a14708f21320: Layer already exists [2020-10-06T05:12:16.538Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:16.538Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:8a8fd974422e2bae4c49fb16582d8becc284f40a429064aa259ab87a402ac8a8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:16.885Z] + 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-06T05:12:17.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-06T05:12:17.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T05:12:17.224Z] dd359b4b37cb: Preparing [2020-10-06T05:12:17.224Z] 1df0168ff388: Preparing [2020-10-06T05:12:17.224Z] a485e93a64b5: Preparing [2020-10-06T05:12:17.224Z] 798ecdde05cc: Preparing [2020-10-06T05:12:17.224Z] 798ecdde05cc: Preparing [2020-10-06T05:12:17.224Z] 6e212f95f205: Preparing [2020-10-06T05:12:17.224Z] 08259ae34637: Preparing [2020-10-06T05:12:17.224Z] cd55f6b30109: Preparing [2020-10-06T05:12:17.224Z] dd359b4b37cb: Preparing [2020-10-06T05:12:17.224Z] 5b50513697f2: Preparing [2020-10-06T05:12:17.224Z] f1110370b0cd: Preparing [2020-10-06T05:12:17.224Z] a14708f21320: Preparing [2020-10-06T05:12:17.224Z] e2f13739ad41: Preparing [2020-10-06T05:12:17.224Z] 5b50513697f2: Waiting [2020-10-06T05:12:17.224Z] f1110370b0cd: Waiting [2020-10-06T05:12:17.224Z] a14708f21320: Waiting [2020-10-06T05:12:17.224Z] e2f13739ad41: Waiting [2020-10-06T05:12:17.224Z] 08259ae34637: Waiting [2020-10-06T05:12:17.224Z] cd55f6b30109: Waiting [2020-10-06T05:12:17.224Z] a485e93a64b5: Layer already exists [2020-10-06T05:12:17.224Z] 6e212f95f205: Layer already exists [2020-10-06T05:12:17.224Z] dd359b4b37cb: Layer already exists [2020-10-06T05:12:17.224Z] 798ecdde05cc: Layer already exists [2020-10-06T05:12:17.224Z] 1df0168ff388: Layer already exists [2020-10-06T05:12:17.500Z] 5b50513697f2: Layer already exists [2020-10-06T05:12:17.500Z] 08259ae34637: Layer already exists [2020-10-06T05:12:17.500Z] cd55f6b30109: Layer already exists [2020-10-06T05:12:17.500Z] a14708f21320: Layer already exists [2020-10-06T05:12:17.500Z] f1110370b0cd: Layer already exists [2020-10-06T05:12:17.500Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:17.500Z] master: digest: sha256:8a8fd974422e2bae4c49fb16582d8becc284f40a429064aa259ab87a402ac8a8 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:12:17.700Z] ===================================================== [Pipeline] echo [2020-10-06T05:12:17.748Z] taggedImages: [2020-10-06T05:12:17.748Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:17.748Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:17.748Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:17.748Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-06T05:12:17.820Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-06T05:12:17.820Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:17.820Z] 1.2.2-dev.48 [2020-10-06T05:12:17.820Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:17.820Z] master [2020-10-06T05:12:17.820Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:18.329Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:18.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:18.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T05:12:18.677Z] 286cc61a97d5: Preparing [2020-10-06T05:12:18.677Z] 76dca4ad4fa7: Preparing [2020-10-06T05:12:18.677Z] c3682bcfec4b: Preparing [2020-10-06T05:12:18.677Z] c81095e99b0c: Preparing [2020-10-06T05:12:18.677Z] 19126ee6f998: Preparing [2020-10-06T05:12:18.677Z] 78ab4f5d76d9: Preparing [2020-10-06T05:12:18.677Z] fc6d617e1e8e: Preparing [2020-10-06T05:12:18.677Z] 41bc089921f8: Preparing [2020-10-06T05:12:18.677Z] abe7634b7107: Preparing [2020-10-06T05:12:18.677Z] 6e71188303c9: Preparing [2020-10-06T05:12:18.677Z] 66b385cf80cf: Preparing [2020-10-06T05:12:18.677Z] fc6d617e1e8e: Waiting [2020-10-06T05:12:18.677Z] 41bc089921f8: Waiting [2020-10-06T05:12:18.677Z] abe7634b7107: Waiting [2020-10-06T05:12:18.677Z] 6e71188303c9: Waiting [2020-10-06T05:12:18.677Z] 66b385cf80cf: Waiting [2020-10-06T05:12:18.677Z] 78ab4f5d76d9: Waiting [2020-10-06T05:12:18.954Z] 286cc61a97d5: Pushed [2020-10-06T05:12:18.954Z] 76dca4ad4fa7: Pushed [2020-10-06T05:12:19.230Z] 78ab4f5d76d9: Pushed [2020-10-06T05:12:19.230Z] fc6d617e1e8e: Pushed [2020-10-06T05:12:19.505Z] abe7634b7107: Pushed [2020-10-06T05:12:20.102Z] 6e71188303c9: Pushed [2020-10-06T05:12:20.102Z] 66b385cf80cf: Layer already exists [2020-10-06T05:12:20.375Z] 41bc089921f8: Pushed [2020-10-06T05:12:20.974Z] c3682bcfec4b: Pushed [2020-10-06T05:12:21.246Z] 19126ee6f998: Pushed [2020-10-06T05:12:21.517Z] c81095e99b0c: Pushed [2020-10-06T05:12:21.517Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:4e083c111e2ffb27381da55bad08741027e0826475c6348537d87ccf565d9e93 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:21.856Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:22.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:22.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T05:12:22.189Z] 286cc61a97d5: Preparing [2020-10-06T05:12:22.189Z] 76dca4ad4fa7: Preparing [2020-10-06T05:12:22.189Z] c3682bcfec4b: Preparing [2020-10-06T05:12:22.189Z] c81095e99b0c: Preparing [2020-10-06T05:12:22.189Z] 19126ee6f998: Preparing [2020-10-06T05:12:22.189Z] 78ab4f5d76d9: Preparing [2020-10-06T05:12:22.189Z] fc6d617e1e8e: Preparing [2020-10-06T05:12:22.189Z] 41bc089921f8: Preparing [2020-10-06T05:12:22.189Z] abe7634b7107: Preparing [2020-10-06T05:12:22.189Z] 6e71188303c9: Preparing [2020-10-06T05:12:22.189Z] 66b385cf80cf: Preparing [2020-10-06T05:12:22.189Z] 41bc089921f8: Waiting [2020-10-06T05:12:22.189Z] abe7634b7107: Waiting [2020-10-06T05:12:22.189Z] 6e71188303c9: Waiting [2020-10-06T05:12:22.189Z] 66b385cf80cf: Waiting [2020-10-06T05:12:22.189Z] 78ab4f5d76d9: Waiting [2020-10-06T05:12:22.189Z] fc6d617e1e8e: Waiting [2020-10-06T05:12:22.189Z] 19126ee6f998: Layer already exists [2020-10-06T05:12:22.189Z] 76dca4ad4fa7: Layer already exists [2020-10-06T05:12:22.189Z] c3682bcfec4b: Layer already exists [2020-10-06T05:12:22.189Z] 286cc61a97d5: Layer already exists [2020-10-06T05:12:22.189Z] c81095e99b0c: Layer already exists [2020-10-06T05:12:22.189Z] fc6d617e1e8e: Layer already exists [2020-10-06T05:12:22.189Z] 78ab4f5d76d9: Layer already exists [2020-10-06T05:12:22.459Z] 6e71188303c9: Layer already exists [2020-10-06T05:12:22.459Z] abe7634b7107: Layer already exists [2020-10-06T05:12:22.459Z] 41bc089921f8: Layer already exists [2020-10-06T05:12:22.459Z] 66b385cf80cf: Layer already exists [2020-10-06T05:12:22.459Z] 1.2.2-dev.48: digest: sha256:4e083c111e2ffb27381da55bad08741027e0826475c6348537d87ccf565d9e93 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:22.807Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:23.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:23.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T05:12:23.198Z] 286cc61a97d5: Preparing [2020-10-06T05:12:23.198Z] 76dca4ad4fa7: Preparing [2020-10-06T05:12:23.198Z] c3682bcfec4b: Preparing [2020-10-06T05:12:23.198Z] c81095e99b0c: Preparing [2020-10-06T05:12:23.198Z] 19126ee6f998: Preparing [2020-10-06T05:12:23.198Z] 78ab4f5d76d9: Preparing [2020-10-06T05:12:23.198Z] fc6d617e1e8e: Preparing [2020-10-06T05:12:23.198Z] 41bc089921f8: Preparing [2020-10-06T05:12:23.198Z] abe7634b7107: Preparing [2020-10-06T05:12:23.198Z] 6e71188303c9: Preparing [2020-10-06T05:12:23.198Z] 66b385cf80cf: Preparing [2020-10-06T05:12:23.198Z] 78ab4f5d76d9: Waiting [2020-10-06T05:12:23.198Z] fc6d617e1e8e: Waiting [2020-10-06T05:12:23.198Z] 41bc089921f8: Waiting [2020-10-06T05:12:23.198Z] abe7634b7107: Waiting [2020-10-06T05:12:23.198Z] 6e71188303c9: Waiting [2020-10-06T05:12:23.198Z] 66b385cf80cf: Waiting [2020-10-06T05:12:23.198Z] 286cc61a97d5: Layer already exists [2020-10-06T05:12:23.198Z] 76dca4ad4fa7: Layer already exists [2020-10-06T05:12:23.198Z] c81095e99b0c: Layer already exists [2020-10-06T05:12:23.198Z] 19126ee6f998: Layer already exists [2020-10-06T05:12:23.198Z] c3682bcfec4b: Layer already exists [2020-10-06T05:12:23.484Z] 78ab4f5d76d9: Layer already exists [2020-10-06T05:12:23.484Z] 41bc089921f8: Layer already exists [2020-10-06T05:12:23.484Z] fc6d617e1e8e: Layer already exists [2020-10-06T05:12:23.484Z] 6e71188303c9: Layer already exists [2020-10-06T05:12:23.484Z] abe7634b7107: Layer already exists [2020-10-06T05:12:23.484Z] 66b385cf80cf: Layer already exists [2020-10-06T05:12:23.484Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:4e083c111e2ffb27381da55bad08741027e0826475c6348537d87ccf565d9e93 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:23.848Z] + 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-06T05:12:24.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-06T05:12:24.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T05:12:24.220Z] 286cc61a97d5: Preparing [2020-10-06T05:12:24.220Z] 76dca4ad4fa7: Preparing [2020-10-06T05:12:24.220Z] c3682bcfec4b: Preparing [2020-10-06T05:12:24.220Z] c81095e99b0c: Preparing [2020-10-06T05:12:24.220Z] 19126ee6f998: Preparing [2020-10-06T05:12:24.220Z] 78ab4f5d76d9: Preparing [2020-10-06T05:12:24.220Z] fc6d617e1e8e: Preparing [2020-10-06T05:12:24.220Z] 41bc089921f8: Preparing [2020-10-06T05:12:24.220Z] abe7634b7107: Preparing [2020-10-06T05:12:24.220Z] 6e71188303c9: Preparing [2020-10-06T05:12:24.220Z] 66b385cf80cf: Preparing [2020-10-06T05:12:24.220Z] 78ab4f5d76d9: Waiting [2020-10-06T05:12:24.220Z] fc6d617e1e8e: Waiting [2020-10-06T05:12:24.220Z] 41bc089921f8: Waiting [2020-10-06T05:12:24.220Z] abe7634b7107: Waiting [2020-10-06T05:12:24.220Z] 6e71188303c9: Waiting [2020-10-06T05:12:24.220Z] 66b385cf80cf: Waiting [2020-10-06T05:12:24.494Z] 76dca4ad4fa7: Layer already exists [2020-10-06T05:12:24.494Z] c3682bcfec4b: Layer already exists [2020-10-06T05:12:24.494Z] 19126ee6f998: Layer already exists [2020-10-06T05:12:24.494Z] 286cc61a97d5: Layer already exists [2020-10-06T05:12:24.494Z] c81095e99b0c: Layer already exists [2020-10-06T05:12:24.494Z] 41bc089921f8: Layer already exists [2020-10-06T05:12:24.494Z] fc6d617e1e8e: Layer already exists [2020-10-06T05:12:24.494Z] 78ab4f5d76d9: Layer already exists [2020-10-06T05:12:24.494Z] 6e71188303c9: Layer already exists [2020-10-06T05:12:24.494Z] abe7634b7107: Layer already exists [2020-10-06T05:12:24.494Z] 66b385cf80cf: Layer already exists [2020-10-06T05:12:24.494Z] master: digest: sha256:4e083c111e2ffb27381da55bad08741027e0826475c6348537d87ccf565d9e93 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:12:24.685Z] ===================================================== [Pipeline] echo [2020-10-06T05:12:24.729Z] taggedImages: [2020-10-06T05:12:24.729Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:24.729Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:24.729Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:24.729Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-06T05:12:24.794Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-06T05:12:24.794Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:24.794Z] 1.2.2-dev.48 [2020-10-06T05:12:24.794Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:24.794Z] master [2020-10-06T05:12:24.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:25.298Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:25.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:25.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T05:12:25.646Z] 72944f807798: Preparing [2020-10-06T05:12:25.646Z] 7fbedc483632: Preparing [2020-10-06T05:12:25.646Z] 05b2c3555276: Preparing [2020-10-06T05:12:25.646Z] 13af71ecada5: Preparing [2020-10-06T05:12:25.951Z] 72944f807798: Pushed [2020-10-06T05:12:25.951Z] 05b2c3555276: Pushed [2020-10-06T05:12:26.231Z] 13af71ecada5: Pushed [2020-10-06T05:12:28.925Z] 7fbedc483632: Pushed [2020-10-06T05:12:28.925Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:b60a2e104ade2b4c950ebf0fba782e994a15a2a61988685b96dccf01e83019d0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:29.283Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:29.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:29.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T05:12:29.638Z] 72944f807798: Preparing [2020-10-06T05:12:29.638Z] 7fbedc483632: Preparing [2020-10-06T05:12:29.638Z] 05b2c3555276: Preparing [2020-10-06T05:12:29.638Z] 13af71ecada5: Preparing [2020-10-06T05:12:29.918Z] 7fbedc483632: Layer already exists [2020-10-06T05:12:29.918Z] 05b2c3555276: Layer already exists [2020-10-06T05:12:29.918Z] 72944f807798: Layer already exists [2020-10-06T05:12:29.918Z] 13af71ecada5: Layer already exists [2020-10-06T05:12:29.918Z] 1.2.2-dev.48: digest: sha256:b60a2e104ade2b4c950ebf0fba782e994a15a2a61988685b96dccf01e83019d0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:30.280Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:30.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:30.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T05:12:30.634Z] 72944f807798: Preparing [2020-10-06T05:12:30.634Z] 7fbedc483632: Preparing [2020-10-06T05:12:30.634Z] 05b2c3555276: Preparing [2020-10-06T05:12:30.634Z] 13af71ecada5: Preparing [2020-10-06T05:12:30.920Z] 13af71ecada5: Layer already exists [2020-10-06T05:12:30.920Z] 72944f807798: Layer already exists [2020-10-06T05:12:30.920Z] 7fbedc483632: Layer already exists [2020-10-06T05:12:30.920Z] 05b2c3555276: Layer already exists [2020-10-06T05:12:30.920Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:b60a2e104ade2b4c950ebf0fba782e994a15a2a61988685b96dccf01e83019d0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:31.280Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:31.631Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-06T05:12:31.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T05:12:31.631Z] 72944f807798: Preparing [2020-10-06T05:12:31.631Z] 7fbedc483632: Preparing [2020-10-06T05:12:31.631Z] 05b2c3555276: Preparing [2020-10-06T05:12:31.631Z] 13af71ecada5: Preparing [2020-10-06T05:12:31.907Z] 13af71ecada5: Layer already exists [2020-10-06T05:12:31.907Z] 05b2c3555276: Layer already exists [2020-10-06T05:12:31.907Z] 72944f807798: Layer already exists [2020-10-06T05:12:31.907Z] 7fbedc483632: Layer already exists [2020-10-06T05:12:31.907Z] master: digest: sha256:b60a2e104ade2b4c950ebf0fba782e994a15a2a61988685b96dccf01e83019d0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:12:32.123Z] ===================================================== [Pipeline] echo [2020-10-06T05:12:32.169Z] taggedImages: [2020-10-06T05:12:32.169Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:32.169Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:32.169Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:32.169Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-06T05:12:32.234Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-06T05:12:32.234Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:32.234Z] 1.2.2-dev.48 [2020-10-06T05:12:32.234Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:32.234Z] master [2020-10-06T05:12:32.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:32.786Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:33.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:33.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T05:12:33.140Z] fd6a320480b9: Preparing [2020-10-06T05:12:33.140Z] beabc1378c9b: Preparing [2020-10-06T05:12:33.140Z] 977a81212db0: Preparing [2020-10-06T05:12:33.140Z] 57de534e4bf0: Preparing [2020-10-06T05:12:33.140Z] 1ed76187280c: Preparing [2020-10-06T05:12:33.140Z] 309caa07dd64: Preparing [2020-10-06T05:12:33.140Z] 309caa07dd64: Waiting [2020-10-06T05:12:33.778Z] 977a81212db0: Pushed [2020-10-06T05:12:33.778Z] fd6a320480b9: Pushed [2020-10-06T05:12:33.778Z] 1ed76187280c: Pushed [2020-10-06T05:12:33.778Z] 57de534e4bf0: Pushed [2020-10-06T05:12:34.053Z] 309caa07dd64: Pushed [2020-10-06T05:12:36.662Z] beabc1378c9b: Pushed [2020-10-06T05:12:36.662Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:3061c8710a031c467b69462cc529919d33229a0a24bdd8dcdbb843a39f3a699d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:37.001Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:37.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:37.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T05:12:37.344Z] fd6a320480b9: Preparing [2020-10-06T05:12:37.344Z] beabc1378c9b: Preparing [2020-10-06T05:12:37.344Z] 977a81212db0: Preparing [2020-10-06T05:12:37.344Z] 57de534e4bf0: Preparing [2020-10-06T05:12:37.344Z] 1ed76187280c: Preparing [2020-10-06T05:12:37.344Z] 309caa07dd64: Preparing [2020-10-06T05:12:37.344Z] 309caa07dd64: Waiting [2020-10-06T05:12:37.614Z] 57de534e4bf0: Layer already exists [2020-10-06T05:12:37.614Z] beabc1378c9b: Layer already exists [2020-10-06T05:12:37.614Z] 1ed76187280c: Layer already exists [2020-10-06T05:12:37.614Z] 977a81212db0: Layer already exists [2020-10-06T05:12:37.614Z] fd6a320480b9: Layer already exists [2020-10-06T05:12:37.614Z] 309caa07dd64: Layer already exists [2020-10-06T05:12:37.614Z] 1.2.2-dev.48: digest: sha256:3061c8710a031c467b69462cc529919d33229a0a24bdd8dcdbb843a39f3a699d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:37.953Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:38.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:38.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T05:12:38.285Z] fd6a320480b9: Preparing [2020-10-06T05:12:38.285Z] beabc1378c9b: Preparing [2020-10-06T05:12:38.285Z] 977a81212db0: Preparing [2020-10-06T05:12:38.285Z] 57de534e4bf0: Preparing [2020-10-06T05:12:38.285Z] 1ed76187280c: Preparing [2020-10-06T05:12:38.285Z] 309caa07dd64: Preparing [2020-10-06T05:12:38.285Z] 309caa07dd64: Waiting [2020-10-06T05:12:38.285Z] fd6a320480b9: Layer already exists [2020-10-06T05:12:38.285Z] 1ed76187280c: Layer already exists [2020-10-06T05:12:38.556Z] beabc1378c9b: Layer already exists [2020-10-06T05:12:38.556Z] 977a81212db0: Layer already exists [2020-10-06T05:12:38.556Z] 57de534e4bf0: Layer already exists [2020-10-06T05:12:38.556Z] 309caa07dd64: Layer already exists [2020-10-06T05:12:38.556Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:3061c8710a031c467b69462cc529919d33229a0a24bdd8dcdbb843a39f3a699d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:38.894Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:39.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-06T05:12:39.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T05:12:39.233Z] fd6a320480b9: Preparing [2020-10-06T05:12:39.233Z] beabc1378c9b: Preparing [2020-10-06T05:12:39.233Z] 977a81212db0: Preparing [2020-10-06T05:12:39.233Z] 57de534e4bf0: Preparing [2020-10-06T05:12:39.233Z] 1ed76187280c: Preparing [2020-10-06T05:12:39.233Z] 309caa07dd64: Preparing [2020-10-06T05:12:39.233Z] 309caa07dd64: Waiting [2020-10-06T05:12:39.233Z] 1ed76187280c: Layer already exists [2020-10-06T05:12:39.233Z] fd6a320480b9: Layer already exists [2020-10-06T05:12:39.506Z] beabc1378c9b: Layer already exists [2020-10-06T05:12:39.506Z] 57de534e4bf0: Layer already exists [2020-10-06T05:12:39.506Z] 977a81212db0: Layer already exists [2020-10-06T05:12:39.506Z] 309caa07dd64: Layer already exists [2020-10-06T05:12:39.506Z] master: digest: sha256:3061c8710a031c467b69462cc529919d33229a0a24bdd8dcdbb843a39f3a699d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:12:39.683Z] ===================================================== [Pipeline] echo [2020-10-06T05:12:39.729Z] taggedImages: [2020-10-06T05:12:39.729Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:39.729Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:39.729Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:39.729Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-06T05:12:39.790Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-06T05:12:39.790Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:39.790Z] 1.2.2-dev.48 [2020-10-06T05:12:39.790Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:39.790Z] master [2020-10-06T05:12:39.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:40.298Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:40.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:40.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T05:12:40.905Z] 980133abebc6: Preparing [2020-10-06T05:12:40.905Z] 6f08f35b4927: Preparing [2020-10-06T05:12:40.905Z] c019c08c365e: Preparing [2020-10-06T05:12:41.178Z] 980133abebc6: Pushed [2020-10-06T05:12:41.178Z] c019c08c365e: Pushed [2020-10-06T05:12:44.553Z] 6f08f35b4927: Pushed [2020-10-06T05:12:44.553Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:55f82e880e5fa6aff230150c027a95854ef1db451f7f93d8946650423496d5bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:44.889Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:45.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:45.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T05:12:45.225Z] 980133abebc6: Preparing [2020-10-06T05:12:45.225Z] 6f08f35b4927: Preparing [2020-10-06T05:12:45.225Z] c019c08c365e: Preparing [2020-10-06T05:12:45.498Z] 6f08f35b4927: Layer already exists [2020-10-06T05:12:45.498Z] c019c08c365e: Layer already exists [2020-10-06T05:12:45.498Z] 980133abebc6: Layer already exists [2020-10-06T05:12:45.498Z] 1.2.2-dev.48: digest: sha256:55f82e880e5fa6aff230150c027a95854ef1db451f7f93d8946650423496d5bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:45.839Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:46.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:46.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T05:12:46.173Z] 980133abebc6: Preparing [2020-10-06T05:12:46.173Z] 6f08f35b4927: Preparing [2020-10-06T05:12:46.173Z] c019c08c365e: Preparing [2020-10-06T05:12:46.173Z] c019c08c365e: Layer already exists [2020-10-06T05:12:46.173Z] 980133abebc6: Layer already exists [2020-10-06T05:12:46.173Z] 6f08f35b4927: Layer already exists [2020-10-06T05:12:46.444Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:55f82e880e5fa6aff230150c027a95854ef1db451f7f93d8946650423496d5bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:46.783Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:47.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-06T05:12:47.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T05:12:47.120Z] 980133abebc6: Preparing [2020-10-06T05:12:47.120Z] 6f08f35b4927: Preparing [2020-10-06T05:12:47.120Z] c019c08c365e: Preparing [2020-10-06T05:12:47.120Z] 980133abebc6: Layer already exists [2020-10-06T05:12:47.120Z] c019c08c365e: Layer already exists [2020-10-06T05:12:47.120Z] 6f08f35b4927: Layer already exists [2020-10-06T05:12:47.391Z] master: digest: sha256:55f82e880e5fa6aff230150c027a95854ef1db451f7f93d8946650423496d5bf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:12:47.580Z] ===================================================== [Pipeline] echo [2020-10-06T05:12:47.626Z] taggedImages: [2020-10-06T05:12:47.626Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:47.626Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.48 [2020-10-06T05:12:47.626Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:47.626Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-06T05:12:47.687Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-06T05:12:47.687Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:47.687Z] 1.2.2-dev.48 [2020-10-06T05:12:47.687Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:12:47.687Z] master [2020-10-06T05:12:47.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:48.194Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:12:48.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:12:48.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T05:12:48.540Z] 46a8ac497382: Preparing [2020-10-06T05:12:48.540Z] 6e3bef1401b4: Preparing [2020-10-06T05:12:48.540Z] 2bb602089c3a: Preparing [2020-10-06T05:12:48.540Z] 7b3e84760313: Preparing [2020-10-06T05:12:48.540Z] a9a8f6dc3d38: Preparing [2020-10-06T05:12:48.540Z] 6171b4ba1c03: Preparing [2020-10-06T05:12:48.540Z] e42e25e3ecde: Preparing [2020-10-06T05:12:48.540Z] f875f9e206db: Preparing [2020-10-06T05:12:48.540Z] 3994ac1dcb8b: Preparing [2020-10-06T05:12:48.540Z] 5f2247eaf593: Preparing [2020-10-06T05:12:48.540Z] 62d13be1b083: Preparing [2020-10-06T05:12:48.540Z] 94fdc660876c: Preparing [2020-10-06T05:12:48.540Z] 4e7279dfc0c0: Preparing [2020-10-06T05:12:48.540Z] e2f13739ad41: Preparing [2020-10-06T05:12:48.540Z] 6171b4ba1c03: Waiting [2020-10-06T05:12:48.540Z] e42e25e3ecde: Waiting [2020-10-06T05:12:48.540Z] f875f9e206db: Waiting [2020-10-06T05:12:48.540Z] 3994ac1dcb8b: Waiting [2020-10-06T05:12:48.540Z] 5f2247eaf593: Waiting [2020-10-06T05:12:48.540Z] 62d13be1b083: Waiting [2020-10-06T05:12:48.540Z] 94fdc660876c: Waiting [2020-10-06T05:12:48.540Z] 4e7279dfc0c0: Waiting [2020-10-06T05:12:48.540Z] e2f13739ad41: Waiting [2020-10-06T05:12:49.139Z] a9a8f6dc3d38: Pushed [2020-10-06T05:12:49.139Z] 46a8ac497382: Pushed [2020-10-06T05:12:49.740Z] 7b3e84760313: Pushed [2020-10-06T05:12:49.740Z] f875f9e206db: Layer already exists [2020-10-06T05:12:50.016Z] 3994ac1dcb8b: Layer already exists [2020-10-06T05:12:50.016Z] 5f2247eaf593: Layer already exists [2020-10-06T05:12:50.016Z] e42e25e3ecde: Pushed [2020-10-06T05:12:50.016Z] 62d13be1b083: Layer already exists [2020-10-06T05:12:50.016Z] 94fdc660876c: Layer already exists [2020-10-06T05:12:50.016Z] e2f13739ad41: Layer already exists [2020-10-06T05:12:50.016Z] 4e7279dfc0c0: Layer already exists [2020-10-06T05:12:50.611Z] 6e3bef1401b4: Pushed [2020-10-06T05:12:51.582Z] 6171b4ba1c03: Pushed [2020-10-06T05:13:01.711Z] 2bb602089c3a: Pushed [2020-10-06T05:13:01.711Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609: digest: sha256:4eba408f68d0af8afdb78e2ea08dc9cfc3688bd830953aa959f422d372862b50 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:02.063Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:02.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.48 [2020-10-06T05:13:02.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T05:13:02.399Z] 46a8ac497382: Preparing [2020-10-06T05:13:02.399Z] 6e3bef1401b4: Preparing [2020-10-06T05:13:02.399Z] 2bb602089c3a: Preparing [2020-10-06T05:13:02.399Z] 7b3e84760313: Preparing [2020-10-06T05:13:02.399Z] a9a8f6dc3d38: Preparing [2020-10-06T05:13:02.399Z] 6171b4ba1c03: Preparing [2020-10-06T05:13:02.399Z] e42e25e3ecde: Preparing [2020-10-06T05:13:02.399Z] f875f9e206db: Preparing [2020-10-06T05:13:02.399Z] 3994ac1dcb8b: Preparing [2020-10-06T05:13:02.399Z] 5f2247eaf593: Preparing [2020-10-06T05:13:02.399Z] 62d13be1b083: Preparing [2020-10-06T05:13:02.399Z] 94fdc660876c: Preparing [2020-10-06T05:13:02.399Z] 4e7279dfc0c0: Preparing [2020-10-06T05:13:02.399Z] e2f13739ad41: Preparing [2020-10-06T05:13:02.399Z] 5f2247eaf593: Waiting [2020-10-06T05:13:02.399Z] 62d13be1b083: Waiting [2020-10-06T05:13:02.399Z] 6171b4ba1c03: Waiting [2020-10-06T05:13:02.399Z] e42e25e3ecde: Waiting [2020-10-06T05:13:02.399Z] 94fdc660876c: Waiting [2020-10-06T05:13:02.399Z] 4e7279dfc0c0: Waiting [2020-10-06T05:13:02.399Z] e2f13739ad41: Waiting [2020-10-06T05:13:02.399Z] f875f9e206db: Waiting [2020-10-06T05:13:02.399Z] 3994ac1dcb8b: Waiting [2020-10-06T05:13:02.399Z] 2bb602089c3a: Layer already exists [2020-10-06T05:13:02.399Z] 46a8ac497382: Layer already exists [2020-10-06T05:13:02.399Z] 6e3bef1401b4: Layer already exists [2020-10-06T05:13:02.399Z] a9a8f6dc3d38: Layer already exists [2020-10-06T05:13:02.399Z] 7b3e84760313: Layer already exists [2020-10-06T05:13:02.399Z] e42e25e3ecde: Layer already exists [2020-10-06T05:13:02.399Z] 6171b4ba1c03: Layer already exists [2020-10-06T05:13:02.399Z] f875f9e206db: Layer already exists [2020-10-06T05:13:02.669Z] 5f2247eaf593: Layer already exists [2020-10-06T05:13:02.669Z] 3994ac1dcb8b: Layer already exists [2020-10-06T05:13:02.669Z] 62d13be1b083: Layer already exists [2020-10-06T05:13:02.669Z] 94fdc660876c: Layer already exists [2020-10-06T05:13:02.669Z] 4e7279dfc0c0: Layer already exists [2020-10-06T05:13:02.669Z] e2f13739ad41: Layer already exists [2020-10-06T05:13:02.669Z] 1.2.2-dev.48: digest: sha256:4eba408f68d0af8afdb78e2ea08dc9cfc3688bd830953aa959f422d372862b50 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:03.007Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:03.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:13:03.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T05:13:03.346Z] 46a8ac497382: Preparing [2020-10-06T05:13:03.346Z] 6e3bef1401b4: Preparing [2020-10-06T05:13:03.346Z] 2bb602089c3a: Preparing [2020-10-06T05:13:03.346Z] 7b3e84760313: Preparing [2020-10-06T05:13:03.346Z] a9a8f6dc3d38: Preparing [2020-10-06T05:13:03.346Z] 6171b4ba1c03: Preparing [2020-10-06T05:13:03.346Z] e42e25e3ecde: Preparing [2020-10-06T05:13:03.346Z] f875f9e206db: Preparing [2020-10-06T05:13:03.346Z] 3994ac1dcb8b: Preparing [2020-10-06T05:13:03.346Z] 5f2247eaf593: Preparing [2020-10-06T05:13:03.346Z] 62d13be1b083: Preparing [2020-10-06T05:13:03.346Z] 94fdc660876c: Preparing [2020-10-06T05:13:03.346Z] 4e7279dfc0c0: Preparing [2020-10-06T05:13:03.346Z] e2f13739ad41: Preparing [2020-10-06T05:13:03.346Z] 3994ac1dcb8b: Waiting [2020-10-06T05:13:03.346Z] 5f2247eaf593: Waiting [2020-10-06T05:13:03.346Z] 62d13be1b083: Waiting [2020-10-06T05:13:03.346Z] 94fdc660876c: Waiting [2020-10-06T05:13:03.346Z] 4e7279dfc0c0: Waiting [2020-10-06T05:13:03.346Z] e2f13739ad41: Waiting [2020-10-06T05:13:03.346Z] 6171b4ba1c03: Waiting [2020-10-06T05:13:03.346Z] f875f9e206db: Waiting [2020-10-06T05:13:03.346Z] e42e25e3ecde: Waiting [2020-10-06T05:13:03.346Z] a9a8f6dc3d38: Layer already exists [2020-10-06T05:13:03.346Z] 6e3bef1401b4: Layer already exists [2020-10-06T05:13:03.346Z] 46a8ac497382: Layer already exists [2020-10-06T05:13:03.346Z] 7b3e84760313: Layer already exists [2020-10-06T05:13:03.346Z] 2bb602089c3a: Layer already exists [2020-10-06T05:13:03.346Z] 6171b4ba1c03: Layer already exists [2020-10-06T05:13:03.618Z] 5f2247eaf593: Layer already exists [2020-10-06T05:13:03.618Z] e42e25e3ecde: Layer already exists [2020-10-06T05:13:03.618Z] 3994ac1dcb8b: Layer already exists [2020-10-06T05:13:03.618Z] f875f9e206db: Layer already exists [2020-10-06T05:13:03.618Z] 62d13be1b083: Layer already exists [2020-10-06T05:13:03.618Z] 94fdc660876c: Layer already exists [2020-10-06T05:13:03.618Z] 4e7279dfc0c0: Layer already exists [2020-10-06T05:13:03.618Z] e2f13739ad41: Layer already exists [2020-10-06T05:13:03.618Z] ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48: digest: sha256:4eba408f68d0af8afdb78e2ea08dc9cfc3688bd830953aa959f422d372862b50 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:03.965Z] + 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-06T05:13:04.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-06T05:13:04.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T05:13:04.312Z] 46a8ac497382: Preparing [2020-10-06T05:13:04.312Z] 6e3bef1401b4: Preparing [2020-10-06T05:13:04.312Z] 2bb602089c3a: Preparing [2020-10-06T05:13:04.312Z] 7b3e84760313: Preparing [2020-10-06T05:13:04.312Z] a9a8f6dc3d38: Preparing [2020-10-06T05:13:04.312Z] 6171b4ba1c03: Preparing [2020-10-06T05:13:04.312Z] e42e25e3ecde: Preparing [2020-10-06T05:13:04.312Z] f875f9e206db: Preparing [2020-10-06T05:13:04.312Z] 3994ac1dcb8b: Preparing [2020-10-06T05:13:04.312Z] 5f2247eaf593: Preparing [2020-10-06T05:13:04.312Z] 62d13be1b083: Preparing [2020-10-06T05:13:04.312Z] 94fdc660876c: Preparing [2020-10-06T05:13:04.312Z] 4e7279dfc0c0: Preparing [2020-10-06T05:13:04.312Z] e2f13739ad41: Preparing [2020-10-06T05:13:04.312Z] e42e25e3ecde: Waiting [2020-10-06T05:13:04.312Z] f875f9e206db: Waiting [2020-10-06T05:13:04.312Z] 3994ac1dcb8b: Waiting [2020-10-06T05:13:04.312Z] 6171b4ba1c03: Waiting [2020-10-06T05:13:04.312Z] 5f2247eaf593: Waiting [2020-10-06T05:13:04.312Z] 4e7279dfc0c0: Waiting [2020-10-06T05:13:04.312Z] 62d13be1b083: Waiting [2020-10-06T05:13:04.312Z] e2f13739ad41: Waiting [2020-10-06T05:13:04.312Z] 94fdc660876c: Waiting [2020-10-06T05:13:04.312Z] 2bb602089c3a: Layer already exists [2020-10-06T05:13:04.312Z] a9a8f6dc3d38: Layer already exists [2020-10-06T05:13:04.312Z] 7b3e84760313: Layer already exists [2020-10-06T05:13:04.312Z] 46a8ac497382: Layer already exists [2020-10-06T05:13:04.312Z] 6e3bef1401b4: Layer already exists [2020-10-06T05:13:04.312Z] e42e25e3ecde: Layer already exists [2020-10-06T05:13:04.312Z] 6171b4ba1c03: Layer already exists [2020-10-06T05:13:04.313Z] f875f9e206db: Layer already exists [2020-10-06T05:13:04.585Z] 3994ac1dcb8b: Layer already exists [2020-10-06T05:13:04.585Z] 5f2247eaf593: Layer already exists [2020-10-06T05:13:04.585Z] 62d13be1b083: Layer already exists [2020-10-06T05:13:04.585Z] 94fdc660876c: Layer already exists [2020-10-06T05:13:04.585Z] e2f13739ad41: Layer already exists [2020-10-06T05:13:04.585Z] 4e7279dfc0c0: Layer already exists [2020-10-06T05:13:04.585Z] master: digest: sha256:4eba408f68d0af8afdb78e2ea08dc9cfc3688bd830953aa959f422d372862b50 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T05:13:04.791Z] ===================================================== [Pipeline] echo [2020-10-06T05:13:04.849Z] taggedImages: [2020-10-06T05:13:04.849Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:13:04.849Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.48 [2020-10-06T05:13:04.849Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609-1.2.2-dev.48 [2020-10-06T05:13:04.849Z] - 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-06T05:13:06.489Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-06T05:13:06.492Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-06T05:13:06.549Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:06.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T05:13:07.198Z] [2020-10-06T05:13:07.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:07.599Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T05:13:07.599Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-06T05:13:07.599Z] cbdbe7a5bc2a: Already exists [2020-10-06T05:13:07.599Z] 408f87550127: Pulling fs layer [2020-10-06T05:13:07.599Z] fe522b08c979: Pulling fs layer [2020-10-06T05:13:07.599Z] 221eaa008020: Pulling fs layer [2020-10-06T05:13:07.599Z] 2a4607e5d6b9: Pulling fs layer [2020-10-06T05:13:07.599Z] 8f79b27c4fd2: Pulling fs layer [2020-10-06T05:13:07.599Z] e5c8dbe1645b: Pulling fs layer [2020-10-06T05:13:07.599Z] 23e8b3b47431: Pulling fs layer [2020-10-06T05:13:07.599Z] 5c568d65a230: Pulling fs layer [2020-10-06T05:13:07.599Z] 2a4607e5d6b9: Waiting [2020-10-06T05:13:07.599Z] 8f79b27c4fd2: Waiting [2020-10-06T05:13:07.599Z] e5c8dbe1645b: Waiting [2020-10-06T05:13:07.599Z] 23e8b3b47431: Waiting [2020-10-06T05:13:07.599Z] 5c568d65a230: Waiting [2020-10-06T05:13:07.599Z] fe522b08c979: Verifying Checksum [2020-10-06T05:13:07.599Z] fe522b08c979: Download complete [2020-10-06T05:13:07.599Z] 408f87550127: Download complete [2020-10-06T05:13:07.599Z] 2a4607e5d6b9: Verifying Checksum [2020-10-06T05:13:07.599Z] 2a4607e5d6b9: Download complete [2020-10-06T05:13:07.889Z] 8f79b27c4fd2: Verifying Checksum [2020-10-06T05:13:07.889Z] 8f79b27c4fd2: Download complete [2020-10-06T05:13:08.195Z] 408f87550127: Pull complete [2020-10-06T05:13:08.195Z] fe522b08c979: Pull complete [2020-10-06T05:13:09.196Z] e5c8dbe1645b: Verifying Checksum [2020-10-06T05:13:09.196Z] e5c8dbe1645b: Download complete [2020-10-06T05:13:11.837Z] 5c568d65a230: Verifying Checksum [2020-10-06T05:13:11.837Z] 5c568d65a230: Download complete [2020-10-06T05:13:12.115Z] 23e8b3b47431: Verifying Checksum [2020-10-06T05:13:12.116Z] 23e8b3b47431: Download complete [2020-10-06T05:13:14.728Z] 221eaa008020: Verifying Checksum [2020-10-06T05:13:14.728Z] 221eaa008020: Download complete [2020-10-06T05:13:27.261Z] 221eaa008020: Pull complete [2020-10-06T05:13:27.261Z] 2a4607e5d6b9: Pull complete [2020-10-06T05:13:27.261Z] 8f79b27c4fd2: Pull complete [2020-10-06T05:13:29.933Z] e5c8dbe1645b: Pull complete [2020-10-06T05:13:34.265Z] 23e8b3b47431: Pull complete [2020-10-06T05:13:36.221Z] 5c568d65a230: Pull complete [2020-10-06T05:13:36.221Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-06T05:13:36.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T05:13:36.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-06T05:13:36.735Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:13:37.068Z] $ 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/163:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:13:38.556Z] $ docker top 8ba6f3b309888ff7d91516e4d97fcfaa83cb90075cfdcb270b123d4678fc9e64 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:13:39.617Z] + snyk monitor '--org=edgex-jenkins' [2020-10-06T05:13:52.233Z] [2020-10-06T05:13:52.233Z] Monitoring /w/workspace/edgex-go/163 (github.com/edgexfoundry/edgex-go)... [2020-10-06T05:13:52.233Z] [2020-10-06T05:13:52.233Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a993f5ad-f119-4898-b5ec-fe09551382b8 [2020-10-06T05:13:52.233Z] [2020-10-06T05:13:52.233Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-06T05:13:52.233Z] [2020-10-06T05:13:52.233Z] [2020-10-06T05:13:52.233Z] Snyk CLI supports Node.js 8 and higher. [2020-10-06T05:13:52.233Z] 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-06T05:13:52.233Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-06T05:13:52.233Z] [2020-10-06T05:13:52.233Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-06T05:13:52.233Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-06T05:13:52.254Z] $ docker stop --time=1 8ba6f3b309888ff7d91516e4d97fcfaa83cb90075cfdcb270b123d4678fc9e64 [2020-10-06T05:13:55.137Z] $ docker rm -f 8ba6f3b309888ff7d91516e4d97fcfaa83cb90075cfdcb270b123d4678fc9e64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:56.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:13:56.843Z] [2020-10-06T05:13:56.843Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:13:57.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:13:57.307Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-06T05:13:57.307Z] e7c96db7181b: Pulling fs layer [2020-10-06T05:13:57.307Z] 1868ca2cb446: Pulling fs layer [2020-10-06T05:13:57.307Z] 136be5d0fe8e: Pulling fs layer [2020-10-06T05:13:57.307Z] 894bfe63afcb: Pulling fs layer [2020-10-06T05:13:57.307Z] 894bfe63afcb: Waiting [2020-10-06T05:13:57.307Z] 1868ca2cb446: Verifying Checksum [2020-10-06T05:13:57.307Z] 1868ca2cb446: Download complete [2020-10-06T05:13:57.307Z] 136be5d0fe8e: Verifying Checksum [2020-10-06T05:13:57.307Z] 136be5d0fe8e: Download complete [2020-10-06T05:13:57.584Z] e7c96db7181b: Verifying Checksum [2020-10-06T05:13:57.584Z] e7c96db7181b: Download complete [2020-10-06T05:13:57.584Z] 894bfe63afcb: Verifying Checksum [2020-10-06T05:13:57.584Z] 894bfe63afcb: Download complete [2020-10-06T05:13:58.185Z] e7c96db7181b: Pull complete [2020-10-06T05:13:58.185Z] 1868ca2cb446: Pull complete [2020-10-06T05:13:58.805Z] 136be5d0fe8e: Pull complete [2020-10-06T05:13:59.071Z] 894bfe63afcb: Pull complete [2020-10-06T05:13:59.337Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-06T05:13:59.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:13:59.337Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-06T05:13:59.519Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:13:59.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:00.668Z] $ docker top 41ed5999eb0f8c86a65d64a807c8e4919713a3dc8d48db76ce3d2edb45d32bfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:14:01.237Z] + tee [2020-10-06T05:14:01.237Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:14:04.035Z] $ docker stop --time=1 41ed5999eb0f8c86a65d64a807c8e4919713a3dc8d48db76ce3d2edb45d32bfa [2020-10-06T05:14:05.847Z] $ docker rm -f 41ed5999eb0f8c86a65d64a807c8e4919713a3dc8d48db76ce3d2edb45d32bfa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:14:06.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:14:06.407Z] . [Pipeline] withDockerContainer [2020-10-06T05:14:06.651Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:14:06.820Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:07.788Z] $ docker top 8cc94279aa65996c7cac26fba7e0ca6a0d568b855660c5c1da0443ecd05a02b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:14:08.744Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:14:08.744Z] + tee [2020-10-06T05:14:08.744Z] clair timeout 1m0s [2020-10-06T05:14:08.744Z] docker timeout: 1m0s [2020-10-06T05:14:08.744Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:14:09.466Z] $ docker stop --time=1 8cc94279aa65996c7cac26fba7e0ca6a0d568b855660c5c1da0443ecd05a02b4 [2020-10-06T05:14:11.457Z] $ docker rm -f 8cc94279aa65996c7cac26fba7e0ca6a0d568b855660c5c1da0443ecd05a02b4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:14:12.147Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:14:12.164Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-core-command-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:14:12.215Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:14:12.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:14:12.629Z] . [Pipeline] withDockerContainer [2020-10-06T05:14:12.759Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:14:12.822Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:13.832Z] $ docker top e3a6f60ee650e0259d3249e079e082146468310812835a4e9bd8eda68e0c2bbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:14:14.796Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:14:14.797Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:14:20.356Z] $ docker stop --time=1 e3a6f60ee650e0259d3249e079e082146468310812835a4e9bd8eda68e0c2bbe [2020-10-06T05:14:21.913Z] $ docker rm -f e3a6f60ee650e0259d3249e079e082146468310812835a4e9bd8eda68e0c2bbe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:14:22.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:14:22.486Z] . [Pipeline] withDockerContainer [2020-10-06T05:14:22.720Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:14:22.826Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:23.815Z] $ docker top be3eedd89afa56ac6d85b809c55116297aa97efd255d1b58f48ecf6191beb50a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:14:24.788Z] + tee [2020-10-06T05:14:24.788Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:14:24.788Z] clair timeout 1m0s [2020-10-06T05:14:24.788Z] docker timeout: 1m0s [2020-10-06T05:14:24.788Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:14:25.847Z] $ docker stop --time=1 be3eedd89afa56ac6d85b809c55116297aa97efd255d1b58f48ecf6191beb50a [2020-10-06T05:14:27.504Z] $ docker rm -f be3eedd89afa56ac6d85b809c55116297aa97efd255d1b58f48ecf6191beb50a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:14:28.027Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:14:28.049Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-core-data-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:14:28.108Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:14:28.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:14:28.465Z] . [Pipeline] withDockerContainer [2020-10-06T05:14:28.635Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:14:28.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:29.726Z] $ docker top 90b0053156d9d4d11ef9c7bbaab02db18baeb243ad79ed5581ba4ac5355fe6ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:14:30.410Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:14:30.410Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:14:33.147Z] $ docker stop --time=1 90b0053156d9d4d11ef9c7bbaab02db18baeb243ad79ed5581ba4ac5355fe6ab [2020-10-06T05:14:34.802Z] $ docker rm -f 90b0053156d9d4d11ef9c7bbaab02db18baeb243ad79ed5581ba4ac5355fe6ab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:14:35.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:14:35.427Z] . [Pipeline] withDockerContainer [2020-10-06T05:14:35.741Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:14:35.807Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:37.061Z] $ docker top f91674ce1bc54e79ceeb689a1beba0b68b787d4e4d1ec924757a8644cb02a93f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:14:38.060Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:14:38.060Z] + tee [2020-10-06T05:14:38.060Z] clair timeout 1m0s [2020-10-06T05:14:38.060Z] docker timeout: 1m0s [2020-10-06T05:14:38.060Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:14:38.757Z] $ docker stop --time=1 f91674ce1bc54e79ceeb689a1beba0b68b787d4e4d1ec924757a8644cb02a93f [2020-10-06T05:14:40.532Z] $ docker rm -f f91674ce1bc54e79ceeb689a1beba0b68b787d4e4d1ec924757a8644cb02a93f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:14:41.124Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:14:41.147Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-core-metadata-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:14:41.198Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:14:41.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:14:41.753Z] . [Pipeline] withDockerContainer [2020-10-06T05:14:41.966Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:14:42.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:43.168Z] $ docker top b0cc6969f95ad6b785fba8197414a14044b797e07d75700d7c3121190d8d0824 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:14:44.280Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:14:44.280Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:14:48.922Z] $ docker stop --time=1 b0cc6969f95ad6b785fba8197414a14044b797e07d75700d7c3121190d8d0824 [2020-10-06T05:14:50.676Z] $ docker rm -f b0cc6969f95ad6b785fba8197414a14044b797e07d75700d7c3121190d8d0824 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:14:51.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:14:51.396Z] . [Pipeline] withDockerContainer [2020-10-06T05:14:51.603Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:14:51.732Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:53.091Z] $ docker top 2799ade8b13928bc6a49071ac7aa80448a4509b4bc481fd929c466e2baba2376 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:14:54.025Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:14:54.025Z] + tee [2020-10-06T05:14:54.025Z] clair timeout 1m0s [2020-10-06T05:14:54.025Z] docker timeout: 1m0s [2020-10-06T05:14:54.025Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:14:55.074Z] $ docker stop --time=1 2799ade8b13928bc6a49071ac7aa80448a4509b4bc481fd929c466e2baba2376 [2020-10-06T05:14:56.608Z] $ docker rm -f 2799ade8b13928bc6a49071ac7aa80448a4509b4bc481fd929c466e2baba2376 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:14:57.233Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:14:57.248Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-security-proxy-setup-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:14:57.310Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:14:57.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:14:57.683Z] . [Pipeline] withDockerContainer [2020-10-06T05:14:57.981Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:14:58.086Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:14:59.333Z] $ docker top 553ff6db26a992dcebb01dcdbd209dd2766afb6d74ac7148c42bb952c57699ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:15:00.283Z] + tee [2020-10-06T05:15:00.283Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:15:08.824Z] $ docker stop --time=1 553ff6db26a992dcebb01dcdbd209dd2766afb6d74ac7148c42bb952c57699ee [2020-10-06T05:15:10.959Z] $ docker rm -f 553ff6db26a992dcebb01dcdbd209dd2766afb6d74ac7148c42bb952c57699ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:15:11.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:15:11.521Z] . [Pipeline] withDockerContainer [2020-10-06T05:15:11.972Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:15:12.146Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:15:13.466Z] $ docker top dacb783abbd3ebde64eae909e45b308c4e47041f7c181fbbbae98eb0f8a80d5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:15:14.420Z] + tee [2020-10-06T05:15:14.420Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:15:14.420Z] clair timeout 1m0s [2020-10-06T05:15:14.420Z] docker timeout: 1m0s [2020-10-06T05:15:14.420Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:15:15.942Z] $ docker stop --time=1 dacb783abbd3ebde64eae909e45b308c4e47041f7c181fbbbae98eb0f8a80d5c [2020-10-06T05:15:17.859Z] $ docker rm -f dacb783abbd3ebde64eae909e45b308c4e47041f7c181fbbbae98eb0f8a80d5c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:15:18.578Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:15:18.595Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-security-secrets-setup-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:15:18.678Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:15:19.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:15:19.145Z] . [Pipeline] withDockerContainer [2020-10-06T05:15:19.322Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:15:19.380Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:15:20.338Z] $ docker top 7acaada45b6fa51c5bc072f701ebe21a6e63cfb7a79fa7cf1b23d79d6481fb14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:15:20.984Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:15:20.984Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:15:29.392Z] $ docker stop --time=1 7acaada45b6fa51c5bc072f701ebe21a6e63cfb7a79fa7cf1b23d79d6481fb14 [2020-10-06T05:15:31.219Z] $ docker rm -f 7acaada45b6fa51c5bc072f701ebe21a6e63cfb7a79fa7cf1b23d79d6481fb14 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:15:31.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:15:31.901Z] . [Pipeline] withDockerContainer [2020-10-06T05:15:32.080Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:15:32.171Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:15:33.550Z] $ docker top a14369057e17d74c8eb2f049cdd97fb073a0441c6cc14fbaea2f2fcf67b8d960 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:15:34.641Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:15:34.641Z] + tee [2020-10-06T05:15:34.641Z] clair timeout 1m0s [2020-10-06T05:15:34.641Z] docker timeout: 1m0s [2020-10-06T05:15:34.641Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:15:36.520Z] $ docker stop --time=1 a14369057e17d74c8eb2f049cdd97fb073a0441c6cc14fbaea2f2fcf67b8d960 [2020-10-06T05:15:38.278Z] $ docker rm -f a14369057e17d74c8eb2f049cdd97fb073a0441c6cc14fbaea2f2fcf67b8d960 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:15:38.909Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:15:38.925Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-security-secretstore-setup-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:15:38.981Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:15:39.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:15:39.412Z] . [Pipeline] withDockerContainer [2020-10-06T05:15:39.875Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:15:39.988Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:15:41.252Z] $ docker top 251b89b010da5de130a84f09915b34cb3f6e0035291967ba33b1fca3ccab2a2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:15:42.391Z] + tee [2020-10-06T05:15:42.391Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:15:46.079Z] $ docker stop --time=1 251b89b010da5de130a84f09915b34cb3f6e0035291967ba33b1fca3ccab2a2d [2020-10-06T05:15:47.731Z] $ docker rm -f 251b89b010da5de130a84f09915b34cb3f6e0035291967ba33b1fca3ccab2a2d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:15:48.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:15:48.424Z] . [Pipeline] withDockerContainer [2020-10-06T05:15:48.661Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:15:48.747Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:15:50.051Z] $ docker top d7653b8d19a0fc94e9901f7f250118e3638f8c30ff6f466fbca87753c26c64f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:15:51.327Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:15:51.327Z] + tee [2020-10-06T05:15:51.327Z] clair timeout 1m0s [2020-10-06T05:15:51.327Z] docker timeout: 1m0s [2020-10-06T05:15:51.327Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:15:52.745Z] $ docker stop --time=1 d7653b8d19a0fc94e9901f7f250118e3638f8c30ff6f466fbca87753c26c64f9 [2020-10-06T05:15:54.508Z] $ docker rm -f d7653b8d19a0fc94e9901f7f250118e3638f8c30ff6f466fbca87753c26c64f9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:15:55.863Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:15:55.905Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-support-logging-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:15:55.960Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:15:56.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:15:56.321Z] . [Pipeline] withDockerContainer [2020-10-06T05:15:56.587Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:15:56.719Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:15:58.366Z] $ docker top d0cd4a3b3ca43794648fc61713074acc3da52adb2c01abbafe623184053bfd91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:15:59.436Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:15:59.436Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:16:05.237Z] $ docker stop --time=1 d0cd4a3b3ca43794648fc61713074acc3da52adb2c01abbafe623184053bfd91 [2020-10-06T05:16:07.206Z] $ docker rm -f d0cd4a3b3ca43794648fc61713074acc3da52adb2c01abbafe623184053bfd91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:16:07.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:16:07.826Z] . [Pipeline] withDockerContainer [2020-10-06T05:16:08.078Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:16:08.168Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:16:09.123Z] $ docker top 2b4ef1ca0d38ae1c24638023911caa2ed8fffbe7cc9862a22f1a6f1959f24ed8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:16:09.756Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:16:09.756Z] + tee [2020-10-06T05:16:09.756Z] clair timeout 1m0s [2020-10-06T05:16:09.756Z] docker timeout: 1m0s [2020-10-06T05:16:09.756Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:16:10.810Z] $ docker stop --time=1 2b4ef1ca0d38ae1c24638023911caa2ed8fffbe7cc9862a22f1a6f1959f24ed8 [2020-10-06T05:16:12.414Z] $ docker rm -f 2b4ef1ca0d38ae1c24638023911caa2ed8fffbe7cc9862a22f1a6f1959f24ed8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:16:13.164Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:16:13.194Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-support-notifications-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:16:13.341Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:16:13.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:16:14.191Z] . [Pipeline] withDockerContainer [2020-10-06T05:16:14.361Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:16:14.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:16:15.845Z] $ docker top feaa476708ef333c8a76f270281856d65b58632039e1d3a86eda7073100b9bf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:16:17.416Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:16:17.416Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:16:20.260Z] $ docker stop --time=1 feaa476708ef333c8a76f270281856d65b58632039e1d3a86eda7073100b9bf2 [2020-10-06T05:16:21.978Z] $ docker rm -f feaa476708ef333c8a76f270281856d65b58632039e1d3a86eda7073100b9bf2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:16:22.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:16:22.713Z] . [Pipeline] withDockerContainer [2020-10-06T05:16:22.987Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:16:23.060Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:16:24.157Z] $ docker top f359c8830fdd024128e97afd83777ac78352d784e153ea4102d0b09ef074a1d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:16:24.789Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:16:24.789Z] + tee [2020-10-06T05:16:24.789Z] clair timeout 1m0s [2020-10-06T05:16:24.789Z] docker timeout: 1m0s [2020-10-06T05:16:24.789Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:16:25.516Z] $ docker stop --time=1 f359c8830fdd024128e97afd83777ac78352d784e153ea4102d0b09ef074a1d7 [2020-10-06T05:16:27.102Z] $ docker rm -f f359c8830fdd024128e97afd83777ac78352d784e153ea4102d0b09ef074a1d7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:16:27.609Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:16:27.623Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-support-scheduler-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:16:27.681Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:16:28.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:16:28.060Z] . [Pipeline] withDockerContainer [2020-10-06T05:16:28.428Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:16:28.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:16:30.569Z] $ docker top 79a692b3f496c2d5423eb183b937484cf76fa2b6a736b84125086f9a1d4b1af7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:16:31.764Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:16:31.764Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:16:47.176Z] $ docker stop --time=1 79a692b3f496c2d5423eb183b937484cf76fa2b6a736b84125086f9a1d4b1af7 [2020-10-06T05:16:48.732Z] $ docker rm -f 79a692b3f496c2d5423eb183b937484cf76fa2b6a736b84125086f9a1d4b1af7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:16:49.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:16:49.432Z] . [Pipeline] withDockerContainer [2020-10-06T05:16:49.599Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:16:49.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:16:50.753Z] $ docker top 96bddc195c955d789a4730eaf7642b31094a1e48033b343386ee6671fc7599b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:16:51.507Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:16:51.507Z] + tee [2020-10-06T05:16:51.778Z] clair timeout 1m0s [2020-10-06T05:16:51.778Z] docker timeout: 1m0s [2020-10-06T05:16:51.778Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:16:53.378Z] $ docker stop --time=1 96bddc195c955d789a4730eaf7642b31094a1e48033b343386ee6671fc7599b2 [2020-10-06T05:16:55.102Z] $ docker rm -f 96bddc195c955d789a4730eaf7642b31094a1e48033b343386ee6671fc7599b2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:16:55.780Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:16:55.801Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-sys-mgmt-agent-go_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:16:55.860Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:16:56.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:16:56.221Z] . [Pipeline] withDockerContainer [2020-10-06T05:16:56.386Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:16:56.453Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:16:57.575Z] $ docker top e311b566af6fc321a7741d132fdc1e29cc50b9bf283bcc094010f0c922c1adbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:16:58.603Z] + tee [2020-10-06T05:16:58.604Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:17:01.676Z] $ docker stop --time=1 e311b566af6fc321a7741d132fdc1e29cc50b9bf283bcc094010f0c922c1adbf [2020-10-06T05:17:03.515Z] $ docker rm -f e311b566af6fc321a7741d132fdc1e29cc50b9bf283bcc094010f0c922c1adbf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:04.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:17:04.101Z] . [Pipeline] withDockerContainer [2020-10-06T05:17:04.349Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:17:04.427Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:17:05.744Z] $ docker top bd23f5bea8f488ef46e390e07d7393916b85525da94aeb4f84425811207f16ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:17:06.471Z] + tee [2020-10-06T05:17:06.471Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:17:06.758Z] clair timeout 1m0s [2020-10-06T05:17:06.758Z] docker timeout: 1m0s [2020-10-06T05:17:06.758Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:17:07.465Z] $ docker stop --time=1 bd23f5bea8f488ef46e390e07d7393916b85525da94aeb4f84425811207f16ba [2020-10-06T05:17:09.165Z] $ docker rm -f bd23f5bea8f488ef46e390e07d7393916b85525da94aeb4f84425811207f16ba [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:17:09.807Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:17:09.847Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-core-command-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:17:09.926Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:10.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:17:10.345Z] . [Pipeline] withDockerContainer [2020-10-06T05:17:10.542Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:17:10.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:17:11.697Z] $ docker top b15ce05ac67d48dcab6a40b53998f57d58df7f3dbc1733361f9223755b40e812 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:17:12.716Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:17:12.717Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:17:18.208Z] $ docker stop --time=1 b15ce05ac67d48dcab6a40b53998f57d58df7f3dbc1733361f9223755b40e812 [2020-10-06T05:17:19.707Z] $ docker rm -f b15ce05ac67d48dcab6a40b53998f57d58df7f3dbc1733361f9223755b40e812 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:20.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:17:20.634Z] . [Pipeline] withDockerContainer [2020-10-06T05:17:20.962Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:17:21.029Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:17:22.144Z] $ docker top d96f83abee3cdf70668e72a66fe94c7198b980dff2c3ce07e0c178706945bcdd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:17:22.723Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:17:22.723Z] + tee [2020-10-06T05:17:22.723Z] clair timeout 1m0s [2020-10-06T05:17:22.723Z] docker timeout: 1m0s [2020-10-06T05:17:22.723Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:17:23.851Z] $ docker stop --time=1 d96f83abee3cdf70668e72a66fe94c7198b980dff2c3ce07e0c178706945bcdd [2020-10-06T05:17:25.508Z] $ docker rm -f d96f83abee3cdf70668e72a66fe94c7198b980dff2c3ce07e0c178706945bcdd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:17:26.037Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:17:26.051Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-core-data-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:17:26.117Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:26.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:17:26.505Z] . [Pipeline] withDockerContainer [2020-10-06T05:17:26.708Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:17:26.774Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:17:27.911Z] $ docker top 5b0c82298f62177ab780e482382b8d18992dd6bedc3d8a7fa1bdd5a2992518fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:17:28.580Z] + tee [2020-10-06T05:17:28.580Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:17:31.291Z] $ docker stop --time=1 5b0c82298f62177ab780e482382b8d18992dd6bedc3d8a7fa1bdd5a2992518fe [2020-10-06T05:17:32.876Z] $ docker rm -f 5b0c82298f62177ab780e482382b8d18992dd6bedc3d8a7fa1bdd5a2992518fe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:33.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:17:33.457Z] . [Pipeline] withDockerContainer [2020-10-06T05:17:33.733Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:17:33.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:17:35.120Z] $ docker top c8ce9b6d9db696dc0b9b5fd511edf217b24c7cd2f4ad9a129e16b7525c9922c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:17:35.744Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:17:35.744Z] + tee [2020-10-06T05:17:35.744Z] clair timeout 1m0s [2020-10-06T05:17:35.744Z] docker timeout: 1m0s [2020-10-06T05:17:35.744Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:17:36.912Z] $ docker stop --time=1 c8ce9b6d9db696dc0b9b5fd511edf217b24c7cd2f4ad9a129e16b7525c9922c9 [2020-10-06T05:17:38.777Z] $ docker rm -f c8ce9b6d9db696dc0b9b5fd511edf217b24c7cd2f4ad9a129e16b7525c9922c9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:17:39.357Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:17:39.376Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-core-metadata-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:17:39.452Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:39.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:17:39.822Z] . [Pipeline] withDockerContainer [2020-10-06T05:17:40.038Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:17:40.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:17:41.170Z] $ docker top a814a0d1ef921226ef56158ff61a251a4449cdb37b51556efd781b55e80344ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:17:42.646Z] + tee [2020-10-06T05:17:42.646Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:17:47.112Z] $ docker stop --time=1 a814a0d1ef921226ef56158ff61a251a4449cdb37b51556efd781b55e80344ed [2020-10-06T05:17:49.052Z] $ docker rm -f a814a0d1ef921226ef56158ff61a251a4449cdb37b51556efd781b55e80344ed [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:49.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:17:49.630Z] . [Pipeline] withDockerContainer [2020-10-06T05:17:50.007Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:17:50.221Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:17:51.167Z] $ docker top 2c97dc3599d48d21cc2f8118ff8a042f0c79e8ca1e41a4221a71bcd9308a0be0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:17:52.238Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:17:52.238Z] + tee [2020-10-06T05:17:52.238Z] clair timeout 1m0s [2020-10-06T05:17:52.238Z] docker timeout: 1m0s [2020-10-06T05:17:52.238Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:17:53.352Z] $ docker stop --time=1 2c97dc3599d48d21cc2f8118ff8a042f0c79e8ca1e41a4221a71bcd9308a0be0 [2020-10-06T05:17:55.174Z] $ docker rm -f 2c97dc3599d48d21cc2f8118ff8a042f0c79e8ca1e41a4221a71bcd9308a0be0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:17:55.802Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:17:55.819Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:17:55.901Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:56.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:17:56.261Z] . [Pipeline] withDockerContainer [2020-10-06T05:17:56.428Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:17:56.565Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:17:57.684Z] $ docker top c88ffa456f976c651afd2c5bba024a6a1ff423c144225e5374b7bbd1d8d6f4f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:17:58.836Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:17:58.836Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:18:07.673Z] $ docker stop --time=1 c88ffa456f976c651afd2c5bba024a6a1ff423c144225e5374b7bbd1d8d6f4f5 [2020-10-06T05:18:10.687Z] $ docker rm -f c88ffa456f976c651afd2c5bba024a6a1ff423c144225e5374b7bbd1d8d6f4f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:18:11.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:18:12.303Z] . [Pipeline] withDockerContainer [2020-10-06T05:18:13.357Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:18:13.622Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:18:17.545Z] $ docker top 0116a5b0cabe8df31a7ae148a43dc69c12ff5b6afc4a1887856b807d92778131 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:18:19.891Z] + tee [2020-10-06T05:18:19.891Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:18:20.243Z] clair timeout 1m0s [2020-10-06T05:18:20.243Z] docker timeout: 1m0s [2020-10-06T05:18:20.243Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:18:22.573Z] $ docker stop --time=1 0116a5b0cabe8df31a7ae148a43dc69c12ff5b6afc4a1887856b807d92778131 [2020-10-06T05:18:25.240Z] $ docker rm -f 0116a5b0cabe8df31a7ae148a43dc69c12ff5b6afc4a1887856b807d92778131 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:18:26.178Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:18:26.226Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:18:26.311Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:18:27.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:18:27.986Z] . [Pipeline] withDockerContainer [2020-10-06T05:18:28.362Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:18:28.520Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:18:32.948Z] $ docker top f1b6da2ebdcfc5ce226e368a5cbfa2a2b31de8ce98e1239e6ed7d292c4ced8b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:18:35.075Z] + tee [2020-10-06T05:18:35.075Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:18:44.311Z] $ docker stop --time=1 f1b6da2ebdcfc5ce226e368a5cbfa2a2b31de8ce98e1239e6ed7d292c4ced8b7 [2020-10-06T05:18:47.607Z] $ docker rm -f f1b6da2ebdcfc5ce226e368a5cbfa2a2b31de8ce98e1239e6ed7d292c4ced8b7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:18:48.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:18:49.098Z] . [Pipeline] withDockerContainer [2020-10-06T05:18:49.720Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:18:49.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:18:52.352Z] $ docker top 43eb7b4ad51609ab1e71f061b8509b36b321edded0c9ad9521704c49a2625eae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:18:53.092Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:18:53.092Z] + tee [2020-10-06T05:18:53.092Z] clair timeout 1m0s [2020-10-06T05:18:53.092Z] docker timeout: 1m0s [2020-10-06T05:18:53.092Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:18:54.818Z] $ docker stop --time=1 43eb7b4ad51609ab1e71f061b8509b36b321edded0c9ad9521704c49a2625eae [2020-10-06T05:18:56.323Z] $ docker rm -f 43eb7b4ad51609ab1e71f061b8509b36b321edded0c9ad9521704c49a2625eae [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:18:56.849Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:18:56.868Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:18:57.767Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:18:58.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:18:58.343Z] . [Pipeline] withDockerContainer [2020-10-06T05:18:58.582Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:18:58.734Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:18:59.816Z] $ docker top a529ce81321aec0abb1d51fff6020392b778b593f2163fb480a5b9d4578e028e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:19:02.932Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:19:02.932Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:19:06.520Z] $ docker stop --time=1 a529ce81321aec0abb1d51fff6020392b778b593f2163fb480a5b9d4578e028e [2020-10-06T05:19:08.071Z] $ docker rm -f a529ce81321aec0abb1d51fff6020392b778b593f2163fb480a5b9d4578e028e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:19:09.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:19:09.007Z] . [Pipeline] withDockerContainer [2020-10-06T05:19:09.232Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:19:09.316Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:19:10.326Z] $ docker top d437fd90c8a1ccbdd0a39020192757c962bf7248b69d01a12ceb4f288f2d8a03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:19:10.903Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:19:10.903Z] + tee [2020-10-06T05:19:10.903Z] clair timeout 1m0s [2020-10-06T05:19:10.903Z] docker timeout: 1m0s [2020-10-06T05:19:10.903Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:19:11.750Z] $ docker stop --time=1 d437fd90c8a1ccbdd0a39020192757c962bf7248b69d01a12ceb4f288f2d8a03 [2020-10-06T05:19:13.777Z] $ docker rm -f d437fd90c8a1ccbdd0a39020192757c962bf7248b69d01a12ceb4f288f2d8a03 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:19:14.696Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:19:14.713Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-support-logging-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:19:14.767Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:19:15.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:19:15.181Z] . [Pipeline] withDockerContainer [2020-10-06T05:19:15.393Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:19:15.511Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:19:16.887Z] $ docker top 783bf24cf75c00d03378f196ee5e1d51e7748882a5a23935e2e04159386a4868 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:19:17.850Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:19:17.850Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:19:23.452Z] $ docker stop --time=1 783bf24cf75c00d03378f196ee5e1d51e7748882a5a23935e2e04159386a4868 [2020-10-06T05:19:25.121Z] $ docker rm -f 783bf24cf75c00d03378f196ee5e1d51e7748882a5a23935e2e04159386a4868 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:19:25.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:19:25.664Z] . [Pipeline] withDockerContainer [2020-10-06T05:19:25.800Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:19:25.858Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:19:26.686Z] $ docker top 990512ad525e2ea5a73eb014f0791e83e9d965ae404ba4351d635a2a5d3509d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:19:27.464Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:19:27.464Z] + tee [2020-10-06T05:19:27.464Z] clair timeout 1m0s [2020-10-06T05:19:27.464Z] docker timeout: 1m0s [2020-10-06T05:19:27.464Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:19:28.629Z] $ docker stop --time=1 990512ad525e2ea5a73eb014f0791e83e9d965ae404ba4351d635a2a5d3509d4 [2020-10-06T05:19:30.171Z] $ docker rm -f 990512ad525e2ea5a73eb014f0791e83e9d965ae404ba4351d635a2a5d3509d4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:19:30.700Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:19:30.719Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-support-notifications-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:19:30.780Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:19:31.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:19:31.156Z] . [Pipeline] withDockerContainer [2020-10-06T05:19:31.302Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:19:31.492Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:19:32.638Z] $ docker top e1d8789ceba347bd7a34a9b00e9d62cff38c5104e7cdfbfb8c250ad1a059525e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:19:33.309Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:19:33.309Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:19:36.141Z] $ docker stop --time=1 e1d8789ceba347bd7a34a9b00e9d62cff38c5104e7cdfbfb8c250ad1a059525e [2020-10-06T05:19:37.897Z] $ docker rm -f e1d8789ceba347bd7a34a9b00e9d62cff38c5104e7cdfbfb8c250ad1a059525e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:19:38.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:19:38.555Z] . [Pipeline] withDockerContainer [2020-10-06T05:19:38.840Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:19:38.946Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:19:39.875Z] $ docker top 4c9f0386427e6a83c45a1a1a8776de7f3faeb394e626d78694c4ad54d0c90101 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:19:40.850Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:19:40.850Z] + tee [2020-10-06T05:19:40.850Z] clair timeout 1m0s [2020-10-06T05:19:40.850Z] docker timeout: 1m0s [2020-10-06T05:19:40.850Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:19:41.522Z] $ docker stop --time=1 4c9f0386427e6a83c45a1a1a8776de7f3faeb394e626d78694c4ad54d0c90101 [2020-10-06T05:19:43.025Z] $ docker rm -f 4c9f0386427e6a83c45a1a1a8776de7f3faeb394e626d78694c4ad54d0c90101 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:19:43.515Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:19:43.529Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-support-scheduler-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:19:43.589Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:19:43.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:19:43.996Z] . [Pipeline] withDockerContainer [2020-10-06T05:19:44.120Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:19:44.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:19:45.154Z] $ docker top a2c5734d98f9faf49f5ba1f294bb2592e5de4d5ea9901db698fabc9913a55a8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:19:45.893Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:19:45.893Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:20:04.389Z] $ docker stop --time=1 a2c5734d98f9faf49f5ba1f294bb2592e5de4d5ea9901db698fabc9913a55a8e [2020-10-06T05:20:06.163Z] $ docker rm -f a2c5734d98f9faf49f5ba1f294bb2592e5de4d5ea9901db698fabc9913a55a8e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:20:06.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T05:20:06.895Z] . [Pipeline] withDockerContainer [2020-10-06T05:20:07.075Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:20:07.316Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:20:08.733Z] $ docker top 2cca841b97a3f02c33439a91c9cb42c3fcee835c00a282b302aa5b6e87430fa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T05:20:11.884Z] + tee [2020-10-06T05:20:11.884Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 [2020-10-06T05:20:11.884Z] clair timeout 1m0s [2020-10-06T05:20:11.884Z] docker timeout: 1m0s [2020-10-06T05:20:11.884Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T05:20:14.530Z] $ docker stop --time=1 2cca841b97a3f02c33439a91c9cb42c3fcee835c00a282b302aa5b6e87430fa9 [2020-10-06T05:20:17.370Z] $ docker rm -f 2cca841b97a3f02c33439a91c9cb42c3fcee835c00a282b302aa5b6e87430fa9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T05:20:18.211Z] + mkdir -p /w/workspace/edgex-go/163/clair-reports [Pipeline] echo [2020-10-06T05:20:18.236Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/163/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_ac35037bd2ce08bc2b79954fe4964b2bc7b9d609.html [Pipeline] writeFile [Pipeline] step [2020-10-06T05:20:18.287Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-06T05:20:18.669Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T05:20:18.725Z] provisioning config files... [2020-10-06T05:20:18.826Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/163@tmp/config3984364346979986097tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:20:19.511Z] --> edgex-publish-swagger.sh [2020-10-06T05:20:19.511Z] === Publish openapi/v1 API === [2020-10-06T05:20:19.511Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-06T05:20:19.511Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-06T05:20:20.103Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:20.103Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:21.832Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 5284 0:00:01 0:00:01 --:--:-- 5286 100 10521 0 0 100 10521 0 5282 0:00:01 0:00:01 --:--:-- 5284 [2020-10-06T05:20:21.832Z] [2020-10-06T05:20:21.832Z] [2020-10-06T05:20:21.832Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-06T05:20:21.832Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:21.832Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:23.634Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 22700 0:00:01 0:00:01 --:--:-- 22718 100 32556 0 0 100 32556 0 22644 0:00:01 0:00:01 --:--:-- 22655 [2020-10-06T05:20:23.634Z] [2020-10-06T05:20:23.634Z] [2020-10-06T05:20:23.634Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-06T05:20:23.634Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:23.634Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:24.933Z] 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 60102 0:00:01 0:00:01 --:--:-- 60130 100 73720 0 0 100 73720 0 60063 0:00:01 0:00:01 --:--:-- 60081 [2020-10-06T05:20:24.933Z] [2020-10-06T05:20:24.933Z] [2020-10-06T05:20:24.933Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-06T05:20:24.933Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:24.933Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:26.053Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 10730 0:00:01 0:00:01 --:--:-- 10743 100 13580 0 0 100 13580 0 10719 0:00:01 0:00:01 --:--:-- 10726 [2020-10-06T05:20:26.053Z] [2020-10-06T05:20:26.053Z] [2020-10-06T05:20:26.053Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-06T05:20:26.053Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:26.053Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:27.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 28579 0:00:01 0:00:01 --:--:-- 28615 [2020-10-06T05:20:27.623Z] [2020-10-06T05:20:27.623Z] [2020-10-06T05:20:27.623Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-06T05:20:27.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:27.623Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:29.161Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11178 0:00:01 0:00:01 --:--:-- 11192 100 14248 0 0 100 14248 0 11172 0:00:01 0:00:01 --:--:-- 11192 [2020-10-06T05:20:29.161Z] [2020-10-06T05:20:29.161Z] [2020-10-06T05:20:29.161Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-06T05:20:29.161Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:29.161Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:30.237Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3218 0:00:01 0:00:01 --:--:-- 3220 100 4109 0 0 100 4109 0 3216 0:00:01 0:00:01 --:--:-- 3217 [2020-10-06T05:20:30.237Z] [2020-10-06T05:20:30.237Z] [2020-10-06T05:20:30.237Z] === Publish openapi/v2 API === [2020-10-06T05:20:30.237Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-06T05:20:30.237Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-06T05:20:30.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:30.237Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:31.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 22728 0:00:01 0:00:01 --:--:-- 22732 100 30234 0 0 100 30234 0 22701 0:00:01 0:00:01 --:--:-- 22698 [2020-10-06T05:20:31.757Z] [2020-10-06T05:20:31.757Z] [2020-10-06T05:20:32.056Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-06T05:20:32.056Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:32.056Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:33.453Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 44261 0:00:01 0:00:01 --:--:-- 44318 100 58943 0 0 100 58943 0 40925 0:00:01 0:00:01 --:--:-- 40961 [2020-10-06T05:20:33.865Z] [2020-10-06T05:20:33.865Z] [2020-10-06T05:20:34.197Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-06T05:20:34.197Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:34.197Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:35.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 90630 0:00:01 0:00:01 --:--:-- 90730 100 114k 0 0 100 114k 0 90550 0:00:01 0:00:01 --:--:-- 90660 [2020-10-06T05:20:35.685Z] [2020-10-06T05:20:35.685Z] [2020-10-06T05:20:35.685Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-06T05:20:35.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:35.685Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:37.650Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 16275 0:00:01 0:00:01 --:--:-- 16281 100 26165 0 0 100 26165 0 16266 0:00:01 0:00:01 --:--:-- 16271 [2020-10-06T05:20:37.650Z] [2020-10-06T05:20:37.650Z] [2020-10-06T05:20:37.650Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-06T05:20:37.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:37.650Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:38.662Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 50576 0:00:01 0:00:01 --:--:-- 50606 100 63410 0 0 100 63410 0 50530 0:00:01 0:00:01 --:--:-- 50566 [2020-10-06T05:20:39.001Z] [2020-10-06T05:20:39.001Z] [2020-10-06T05:20:39.001Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-06T05:20:39.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:39.001Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:40.953Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 32590 0:00:01 0:00:01 --:--:-- 32612 100 46049 0 0 100 46049 0 25793 0:00:01 0:00:01 --:--:-- 25797 100 46049 0 0 100 46049 0 25779 0:00:01 0:00:01 --:--:-- 25783 [2020-10-06T05:20:40.953Z] [2020-10-06T05:20:40.953Z] [2020-10-06T05:20:40.953Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-06T05:20:40.953Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T05:20:40.953Z] Dload Upload Total Spent Left Speed [2020-10-06T05:20:42.083Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 18725 0:00:01 0:00:01 --:--:-- 18751 100 24114 0 0 100 24114 0 18660 0:00:01 0:00:01 --:--:-- 18693 [2020-10-06T05:20:42.083Z] [2020-10-06T05:20:42.083Z] [Pipeline] } [2020-10-06T05:20:42.109Z] 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-06T05:21:08.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:21:08.410Z] . [Pipeline] withDockerContainer [2020-10-06T05:21:08.917Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:21:09.209Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:21:13.524Z] $ docker top 058f7c8ab4f899d16b9f4cf1a615349503f573f4f223d436b2dbda9902b7047f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T05:21:14.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:21:14.786Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:21:16.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:21:16.021Z] $ docker exec 058f7c8ab4f899d16b9f4cf1a615349503f573f4f223d436b2dbda9902b7047f ssh-agent [2020-10-06T05:21:16.890Z] SSH_AUTH_SOCK=/tmp/ssh-nsakyI3P5glo/agent.13 [2020-10-06T05:21:16.890Z] SSH_AGENT_PID=18 [2020-10-06T05:21:16.915Z] Running ssh-add (command line suppressed) [2020-10-06T05:21:17.768Z] Identity added: /w/workspace/edgex-go/163@tmp/private_key_3841221160092733573.key (/w/workspace/edgex-go/163@tmp/private_key_3841221160092733573.key) [2020-10-06T05:21:18.002Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:21:18.809Z] + git semver tag [2020-10-06T05:21:18.809Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T05:21:18.809Z] # $GIT_DIR = /w/workspace/edgex-go/163/.git [2020-10-06T05:21:18.809Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/163 [2020-10-06T05:21:18.809Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T05:21:18.809Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T05:21:18.809Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T05:21:18.809Z] # $SEMVER_BRANCH = master [2020-10-06T05:21:18.809Z] # $SEMVER_DIR = /w/workspace/edgex-go/163/.semver [2020-10-06T05:21:18.809Z] # ac35037bd2ce08bc2b79954fe4964b2bc7b9d609 HEAD [2020-10-06T05:21:19.806Z] # -> Force: false [2020-10-06T05:21:19.806Z] # 74e6e5a0932f2d898cea1ff35f848e760c3948a6 refs/tags/v1.2.2-dev.48 [Pipeline] } [2020-10-06T05:21:19.853Z] $ docker exec --env ******** --env ******** 058f7c8ab4f899d16b9f4cf1a615349503f573f4f223d436b2dbda9902b7047f ssh-agent -k [2020-10-06T05:21:20.297Z] unset SSH_AUTH_SOCK; [2020-10-06T05:21:20.297Z] unset SSH_AGENT_PID; [2020-10-06T05:21:20.297Z] echo Agent pid 18 killed; [2020-10-06T05:21:20.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T05:21:21.269Z] + git semver [Pipeline] } [2020-10-06T05:21:21.308Z] $ docker stop --time=1 058f7c8ab4f899d16b9f4cf1a615349503f573f4f223d436b2dbda9902b7047f [2020-10-06T05:21:22.939Z] $ docker rm -f 058f7c8ab4f899d16b9f4cf1a615349503f573f4f223d436b2dbda9902b7047f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:21:23.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T05:21:23.696Z] [2020-10-06T05:21:23.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:21:24.163Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T05:21:24.471Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T05:21:24.471Z] ab5ef0e58194: Pulling fs layer [2020-10-06T05:21:24.471Z] 9712f1f96733: Pulling fs layer [2020-10-06T05:21:24.471Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T05:21:24.471Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T05:21:24.471Z] e9a5061849ea: Pulling fs layer [2020-10-06T05:21:24.471Z] d747dcd14b5f: Pulling fs layer [2020-10-06T05:21:24.471Z] 2de7ff778b66: Pulling fs layer [2020-10-06T05:21:24.471Z] 0d9ebad4ef96: Waiting [2020-10-06T05:21:24.471Z] e9a5061849ea: Waiting [2020-10-06T05:21:24.471Z] d747dcd14b5f: Waiting [2020-10-06T05:21:24.471Z] 2de7ff778b66: Waiting [2020-10-06T05:21:24.471Z] 9712f1f96733: Verifying Checksum [2020-10-06T05:21:24.471Z] 9712f1f96733: Download complete [2020-10-06T05:21:30.118Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T05:21:30.118Z] 63f879dbbcfc: Download complete [2020-10-06T05:21:30.929Z] e9a5061849ea: Verifying Checksum [2020-10-06T05:21:30.929Z] e9a5061849ea: Download complete [2020-10-06T05:21:30.929Z] d747dcd14b5f: Verifying Checksum [2020-10-06T05:21:30.929Z] d747dcd14b5f: Download complete [2020-10-06T05:21:34.721Z] 2de7ff778b66: Verifying Checksum [2020-10-06T05:21:34.721Z] 2de7ff778b66: Download complete [2020-10-06T05:21:35.800Z] ab5ef0e58194: Verifying Checksum [2020-10-06T05:21:35.800Z] ab5ef0e58194: Download complete [2020-10-06T05:21:36.964Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T05:21:36.964Z] 0d9ebad4ef96: Download complete [2020-10-06T05:21:45.660Z] ab5ef0e58194: Pull complete [2020-10-06T05:21:45.660Z] 9712f1f96733: Pull complete [2020-10-06T05:21:51.550Z] 63f879dbbcfc: Pull complete [2020-10-06T05:22:07.246Z] 0d9ebad4ef96: Pull complete [2020-10-06T05:22:08.903Z] e9a5061849ea: Pull complete [2020-10-06T05:22:09.203Z] d747dcd14b5f: Pull complete [2020-10-06T05:22:13.703Z] 2de7ff778b66: Pull complete [2020-10-06T05:22:13.703Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T05:22:13.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T05:22:13.703Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T05:22:14.179Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:22:14.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:22:16.982Z] $ docker top 8c517e3f9c4aa5c9c725fc00fae208910b57844b3905ec66c08610a490153635 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T05:22:17.397Z] provisioning config files... [2020-10-06T05:22:17.412Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/163@tmp/config5451493119334207806tmp [2020-10-06T05:22:17.448Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/163@tmp/config8629855176154055245tmp [2020-10-06T05:22:17.475Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/163@tmp/config5812162474049451728tmp [Pipeline] { [Pipeline] echo [2020-10-06T05:22:17.539Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:22:18.612Z] ---> sigul-configuration.sh [2020-10-06T05:22:18.924Z] gpg: directory `/root/.gnupg' created [2020-10-06T05:22:18.924Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T05:22:18.924Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T05:22:18.924Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T05:22:18.924Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T05:22:18.924Z] gpg: CAST5 encrypted data [2020-10-06T05:22:18.924Z] gpg: encrypted with 1 passphrase [2020-10-06T05:22:18.924Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T05:22:19.543Z] + mkdir /home/jenkins [2020-10-06T05:22:19.543Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T05:22:20.421Z] + 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-06T05:22:20.435Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:22:21.160Z] ---> sigul-install.sh [2020-10-06T05:22:29.550Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T05:22:29.864Z] + git tag --list [2020-10-06T05:22:29.864Z] 0.6.0 [2020-10-06T05:22:29.864Z] 0.6.1 [2020-10-06T05:22:29.864Z] 0.7.0 [2020-10-06T05:22:29.864Z] 0.7.1 [2020-10-06T05:22:29.864Z] v1.0.0 [2020-10-06T05:22:29.864Z] v1.0.1 [2020-10-06T05:22:29.864Z] v1.1.0 [2020-10-06T05:22:29.864Z] v1.2.0 [2020-10-06T05:22:29.864Z] v1.2.1 [2020-10-06T05:22:29.864Z] v1.2.2-dev.1 [2020-10-06T05:22:29.864Z] v1.2.2-dev.10 [2020-10-06T05:22:29.864Z] v1.2.2-dev.11 [2020-10-06T05:22:29.864Z] v1.2.2-dev.12 [2020-10-06T05:22:29.864Z] v1.2.2-dev.13 [2020-10-06T05:22:29.864Z] v1.2.2-dev.14 [2020-10-06T05:22:29.864Z] v1.2.2-dev.15 [2020-10-06T05:22:29.864Z] v1.2.2-dev.16 [2020-10-06T05:22:29.864Z] v1.2.2-dev.17 [2020-10-06T05:22:29.864Z] v1.2.2-dev.18 [2020-10-06T05:22:29.864Z] v1.2.2-dev.19 [2020-10-06T05:22:29.864Z] v1.2.2-dev.2 [2020-10-06T05:22:29.864Z] v1.2.2-dev.20 [2020-10-06T05:22:29.864Z] v1.2.2-dev.21 [2020-10-06T05:22:29.864Z] v1.2.2-dev.22 [2020-10-06T05:22:29.864Z] v1.2.2-dev.23 [2020-10-06T05:22:29.864Z] v1.2.2-dev.24 [2020-10-06T05:22:29.864Z] v1.2.2-dev.25 [2020-10-06T05:22:29.864Z] v1.2.2-dev.26 [2020-10-06T05:22:29.864Z] v1.2.2-dev.27 [2020-10-06T05:22:29.864Z] v1.2.2-dev.28 [2020-10-06T05:22:29.864Z] v1.2.2-dev.29 [2020-10-06T05:22:29.864Z] v1.2.2-dev.3 [2020-10-06T05:22:29.864Z] v1.2.2-dev.30 [2020-10-06T05:22:29.864Z] v1.2.2-dev.31 [2020-10-06T05:22:29.864Z] v1.2.2-dev.32 [2020-10-06T05:22:29.864Z] v1.2.2-dev.33 [2020-10-06T05:22:29.864Z] v1.2.2-dev.34 [2020-10-06T05:22:29.864Z] v1.2.2-dev.35 [2020-10-06T05:22:29.864Z] v1.2.2-dev.36 [2020-10-06T05:22:29.864Z] v1.2.2-dev.37 [2020-10-06T05:22:29.864Z] v1.2.2-dev.38 [2020-10-06T05:22:29.864Z] v1.2.2-dev.39 [2020-10-06T05:22:29.864Z] v1.2.2-dev.4 [2020-10-06T05:22:29.864Z] v1.2.2-dev.40 [2020-10-06T05:22:29.864Z] v1.2.2-dev.41 [2020-10-06T05:22:29.864Z] v1.2.2-dev.42 [2020-10-06T05:22:29.864Z] v1.2.2-dev.43 [2020-10-06T05:22:29.864Z] v1.2.2-dev.44 [2020-10-06T05:22:29.864Z] v1.2.2-dev.45 [2020-10-06T05:22:29.864Z] v1.2.2-dev.46 [2020-10-06T05:22:29.864Z] v1.2.2-dev.47 [2020-10-06T05:22:29.864Z] v1.2.2-dev.48 [2020-10-06T05:22:29.864Z] v1.2.2-dev.5 [2020-10-06T05:22:29.864Z] v1.2.2-dev.6 [2020-10-06T05:22:29.864Z] v1.2.2-dev.7 [2020-10-06T05:22:29.864Z] v1.2.2-dev.8 [2020-10-06T05:22:29.864Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-06T05:22:30.222Z] + lftools sign git-tag v1.2.2-dev.48 [2020-10-06T05:22:32.190Z] Signing Git tag with Sigul... [2020-10-06T05:22:32.190Z] Signing v1.2.2-dev.48 [Pipeline] echo [2020-10-06T05:22:33.180Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:22:33.535Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T05:22:33.555Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T05:22:33.708Z] $ docker stop --time=1 8c517e3f9c4aa5c9c725fc00fae208910b57844b3905ec66c08610a490153635 [2020-10-06T05:22:35.809Z] $ docker rm -f 8c517e3f9c4aa5c9c725fc00fae208910b57844b3905ec66c08610a490153635 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:22:36.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:22:36.897Z] . [Pipeline] withDockerContainer [2020-10-06T05:22:37.275Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:22:37.384Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:22:39.320Z] $ docker top 8df83e7513c7c5d23bfc6f8ffb0f73b859940310c63ce1809531d4838dedba70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T05:22:39.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:22:39.792Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:22:40.362Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:22:40.372Z] $ docker exec 8df83e7513c7c5d23bfc6f8ffb0f73b859940310c63ce1809531d4838dedba70 ssh-agent [2020-10-06T05:22:40.853Z] SSH_AUTH_SOCK=/tmp/ssh-o466PjDJA3W0/agent.12 [2020-10-06T05:22:40.853Z] SSH_AGENT_PID=17 [2020-10-06T05:22:40.864Z] Running ssh-add (command line suppressed) [2020-10-06T05:22:41.192Z] Identity added: /w/workspace/edgex-go/163@tmp/private_key_3416131504920342998.key (/w/workspace/edgex-go/163@tmp/private_key_3416131504920342998.key) [2020-10-06T05:22:41.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:22:42.016Z] + git semver bump pre [2020-10-06T05:22:42.016Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T05:22:42.016Z] # $GIT_DIR = /w/workspace/edgex-go/163/.git [2020-10-06T05:22:42.016Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/163 [2020-10-06T05:22:42.016Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T05:22:42.016Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T05:22:42.016Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T05:22:42.016Z] # $SEMVER_BRANCH = master [2020-10-06T05:22:42.016Z] # $SEMVER_DIR = /w/workspace/edgex-go/163/.semver [2020-10-06T05:22:42.016Z] 1.2.2-dev.49 [Pipeline] } [2020-10-06T05:22:42.038Z] $ docker exec --env ******** --env ******** 8df83e7513c7c5d23bfc6f8ffb0f73b859940310c63ce1809531d4838dedba70 ssh-agent -k [2020-10-06T05:22:42.223Z] unset SSH_AUTH_SOCK; [2020-10-06T05:22:42.224Z] unset SSH_AGENT_PID; [2020-10-06T05:22:42.224Z] echo Agent pid 17 killed; [2020-10-06T05:22:42.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T05:22:42.837Z] + git semver [Pipeline] } [2020-10-06T05:22:43.153Z] $ docker stop --time=1 8df83e7513c7c5d23bfc6f8ffb0f73b859940310c63ce1809531d4838dedba70 [2020-10-06T05:22:44.771Z] $ docker rm -f 8df83e7513c7c5d23bfc6f8ffb0f73b859940310c63ce1809531d4838dedba70 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:22:45.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:22:45.513Z] . [Pipeline] withDockerContainer [2020-10-06T05:22:45.786Z] prd-centos7-docker-4c-2g-3633 does not seem to be running inside a container [2020-10-06T05:22:45.882Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/163 -v /w/workspace/edgex-go/163:/w/workspace/edgex-go/163:rw,z -v /w/workspace/edgex-go/163@tmp:/w/workspace/edgex-go/163@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-06T05:22:47.250Z] $ docker top 85fa33d84f74fa307f8c61d66f353e5f9b1f17aee56290414c297aa5eefcc484 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T05:22:47.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:22:47.951Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:22:48.394Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:22:48.401Z] $ docker exec 85fa33d84f74fa307f8c61d66f353e5f9b1f17aee56290414c297aa5eefcc484 ssh-agent [2020-10-06T05:22:49.153Z] SSH_AUTH_SOCK=/tmp/ssh-26l63tU7BMLQ/agent.11 [2020-10-06T05:22:49.153Z] SSH_AGENT_PID=17 [2020-10-06T05:22:49.257Z] Running ssh-add (command line suppressed) [2020-10-06T05:22:50.107Z] Identity added: /w/workspace/edgex-go/163@tmp/private_key_2964860902265649940.key (/w/workspace/edgex-go/163@tmp/private_key_2964860902265649940.key) [2020-10-06T05:22:50.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:22:51.130Z] + git semver push [2020-10-06T05:22:51.405Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T05:22:51.405Z] # $GIT_DIR = /w/workspace/edgex-go/163/.git [2020-10-06T05:22:51.405Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/163 [2020-10-06T05:22:51.405Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T05:22:51.405Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T05:22:51.405Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T05:22:51.405Z] # $SEMVER_BRANCH = master [2020-10-06T05:22:51.405Z] # $SEMVER_DIR = /w/workspace/edgex-go/163/.semver [Pipeline] } [2020-10-06T05:23:06.666Z] $ docker exec --env ******** --env ******** 85fa33d84f74fa307f8c61d66f353e5f9b1f17aee56290414c297aa5eefcc484 ssh-agent -k [2020-10-06T05:23:07.132Z] unset SSH_AUTH_SOCK; [2020-10-06T05:23:07.132Z] unset SSH_AGENT_PID; [2020-10-06T05:23:07.132Z] echo Agent pid 17 killed; [2020-10-06T05:23:07.325Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T05:23:08.267Z] + git semver [Pipeline] } [2020-10-06T05:23:08.298Z] $ docker stop --time=1 85fa33d84f74fa307f8c61d66f353e5f9b1f17aee56290414c297aa5eefcc484 [2020-10-06T05:23:09.882Z] $ docker rm -f 85fa33d84f74fa307f8c61d66f353e5f9b1f17aee56290414c297aa5eefcc484 [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-06T05:23:11.074Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:23:12.124Z] ---> package-listing.sh [2020-10-06T05:23:12.124Z] ++ facter osfamily [2020-10-06T05:23:12.124Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T05:23:12.469Z] + OS_FAMILY=redhat [2020-10-06T05:23:12.469Z] + workspace=/w/workspace/edgex-go/163 [2020-10-06T05:23:12.469Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T05:23:12.469Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T05:23:12.469Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T05:23:12.469Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T05:23:12.469Z] + '[' /w/workspace/edgex-go/163 ']' [2020-10-06T05:23:12.469Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T05:23:12.469Z] + case "${OS_FAMILY}" in [2020-10-06T05:23:12.469Z] + rpm -qa [2020-10-06T05:23:12.469Z] + sort [2020-10-06T05:23:16.793Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T05:23:16.793Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T05:23:16.793Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T05:23:16.793Z] + '[' /w/workspace/edgex-go/163 ']' [2020-10-06T05:23:16.793Z] + mkdir -p /w/workspace/edgex-go/163/archives/ [2020-10-06T05:23:16.793Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/163/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T05:23:17.472Z] provisioning config files... [2020-10-06T05:23:17.516Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/163@tmp/config139397999370836737tmp [Pipeline] { [Pipeline] echo [2020-10-06T05:23:17.591Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:23:17.917Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T05:23:17.961Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T05:23:18.054Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:23:18.628Z] ---> python-tools-install.sh [2020-10-06T05:23:18.628Z] Generating Requirements File [2020-10-06T05:25:11.514Z] Python 3.6.8 [2020-10-06T05:25:11.514Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T05:25:11.514Z] appdirs==1.4.3 [2020-10-06T05:25:11.514Z] argcomplete==1.12.1 [2020-10-06T05:25:11.514Z] aspy.yaml==1.3.0 [2020-10-06T05:25:11.514Z] attrs==19.3.0 [2020-10-06T05:25:11.514Z] Babel==2.8.0 [2020-10-06T05:25:11.514Z] beautifulsoup4==4.8.2 [2020-10-06T05:25:11.514Z] boto3==1.11.6 [2020-10-06T05:25:11.514Z] botocore==1.14.6 [2020-10-06T05:25:11.514Z] bs4==0.0.1 [2020-10-06T05:25:11.514Z] cachetools==4.1.1 [2020-10-06T05:25:11.514Z] certifi==2019.11.28 [2020-10-06T05:25:11.514Z] cffi==1.14.3 [2020-10-06T05:25:11.514Z] cfgv==2.0.1 [2020-10-06T05:25:11.514Z] chardet==3.0.4 [2020-10-06T05:25:11.514Z] click==7.1 [2020-10-06T05:25:11.514Z] cliff==3.4.0 [2020-10-06T05:25:11.514Z] cmd2==1.3.11 [2020-10-06T05:25:11.514Z] colorama==0.4.3 [2020-10-06T05:25:11.514Z] cryptography==3.1.1 [2020-10-06T05:25:11.514Z] debtcollector==2.2.0 [2020-10-06T05:25:11.514Z] decorator==4.4.2 [2020-10-06T05:25:11.514Z] defusedxml==0.6.0 [2020-10-06T05:25:11.514Z] Deprecated==1.2.7 [2020-10-06T05:25:11.514Z] distlib==0.3.1 [2020-10-06T05:25:11.514Z] distro==1.2.0 [2020-10-06T05:25:11.514Z] dnspython==1.16.0 [2020-10-06T05:25:11.514Z] docker==4.2.0 [2020-10-06T05:25:11.514Z] docutils==0.15.2 [2020-10-06T05:25:11.514Z] dogpile.cache==1.0.2 [2020-10-06T05:25:11.514Z] email-validator==1.0.5 [2020-10-06T05:25:11.514Z] filelock==3.0.12 [2020-10-06T05:25:11.514Z] future==0.18.2 [2020-10-06T05:25:11.514Z] google-auth==1.22.1 [2020-10-06T05:25:11.514Z] httplib2==0.17.0 [2020-10-06T05:25:11.514Z] identify==1.4.11 [2020-10-06T05:25:11.514Z] idna==2.9 [2020-10-06T05:25:11.514Z] importlib-metadata==1.7.0 [2020-10-06T05:25:11.514Z] importlib-resources==1.5.0 [2020-10-06T05:25:11.514Z] iso8601==0.1.13 [2020-10-06T05:25:11.514Z] Jinja2==2.11.1 [2020-10-06T05:25:11.514Z] jmespath==0.10.0 [2020-10-06T05:25:11.514Z] jsonpatch==1.26 [2020-10-06T05:25:11.514Z] jsonpointer==2.0 [2020-10-06T05:25:11.514Z] jsonschema==3.2.0 [2020-10-06T05:25:11.514Z] keystoneauth1==4.2.1 [2020-10-06T05:25:11.514Z] kubernetes==11.0.0 [2020-10-06T05:25:11.514Z] lftools==0.34.2 [2020-10-06T05:25:11.514Z] lxml==4.5.0 [2020-10-06T05:25:11.514Z] MarkupSafe==0.23 [2020-10-06T05:25:11.514Z] msgpack==1.0.0 [2020-10-06T05:25:11.514Z] multi-key-dict==2.0.3 [2020-10-06T05:25:11.514Z] munch==2.5.0 [2020-10-06T05:25:11.514Z] netaddr==0.8.0 [2020-10-06T05:25:11.514Z] netifaces==0.10.9 [2020-10-06T05:25:11.514Z] niet==1.4.2 [2020-10-06T05:25:11.514Z] nodeenv==1.3.5 [2020-10-06T05:25:11.514Z] oauth2client==4.1.3 [2020-10-06T05:25:11.514Z] oauthlib==3.1.0 [2020-10-06T05:25:11.514Z] openstacksdk==0.50.0 [2020-10-06T05:25:11.514Z] os-client-config==2.1.0 [2020-10-06T05:25:11.514Z] os-service-types==1.7.0 [2020-10-06T05:25:11.514Z] osc-lib==2.2.1 [2020-10-06T05:25:11.514Z] oslo.config==8.3.2 [2020-10-06T05:25:11.514Z] oslo.context==3.1.1 [2020-10-06T05:25:11.514Z] oslo.i18n==5.0.1 [2020-10-06T05:25:11.514Z] oslo.log==4.4.0 [2020-10-06T05:25:11.514Z] oslo.serialization==4.0.1 [2020-10-06T05:25:11.514Z] oslo.utils==4.6.0 [2020-10-06T05:25:11.514Z] packaging==20.4 [2020-10-06T05:25:11.514Z] pbr==5.4.4 [2020-10-06T05:25:11.514Z] pluggy==0.13.1 [2020-10-06T05:25:11.514Z] prettytable==0.7.2 [2020-10-06T05:25:11.514Z] py==1.9.0 [2020-10-06T05:25:11.514Z] pyasn1==0.4.8 [2020-10-06T05:25:11.514Z] pyasn1-modules==0.2.8 [2020-10-06T05:25:11.514Z] pycparser==2.20 [2020-10-06T05:25:11.514Z] pygerrit2==2.0.10 [2020-10-06T05:25:11.514Z] PyGithub==1.46 [2020-10-06T05:25:11.514Z] pyinotify==0.9.6 [2020-10-06T05:25:11.514Z] PyJWT==1.7.1 [2020-10-06T05:25:11.514Z] pyparsing==2.4.7 [2020-10-06T05:25:11.514Z] pyperclip==1.8.0 [2020-10-06T05:25:11.514Z] pyroute2==0.4.13 [2020-10-06T05:25:11.514Z] pyrsistent==0.15.7 [2020-10-06T05:25:11.514Z] PySocks==1.6.8 [2020-10-06T05:25:11.514Z] python-cinderclient==7.2.0 [2020-10-06T05:25:11.514Z] python-dateutil==2.8.1 [2020-10-06T05:25:11.514Z] python-heatclient==2.2.1 [2020-10-06T05:25:11.514Z] python-jenkins==1.7.0 [2020-10-06T05:25:11.514Z] python-keystoneclient==4.1.1 [2020-10-06T05:25:11.514Z] python-magnumclient==3.2.1 [2020-10-06T05:25:11.514Z] python-novaclient==17.2.1 [2020-10-06T05:25:11.514Z] python-openstackclient==5.4.0 [2020-10-06T05:25:11.514Z] python-swiftclient==3.10.1 [2020-10-06T05:25:11.514Z] pytz==2020.1 [2020-10-06T05:25:11.514Z] PyYAML==5.3 [2020-10-06T05:25:11.514Z] requests==2.23.0 [2020-10-06T05:25:11.514Z] requests-oauthlib==1.3.0 [2020-10-06T05:25:11.514Z] requestsexceptions==1.4.0 [2020-10-06T05:25:11.514Z] rfc3986==1.4.0 [2020-10-06T05:25:11.514Z] rpm==4.11.3 [2020-10-06T05:25:11.514Z] rsa==4.0 [2020-10-06T05:25:11.514Z] ruamel.yaml==0.16.10 [2020-10-06T05:25:11.514Z] ruamel.yaml.clib==0.2.0 [2020-10-06T05:25:11.514Z] s3transfer==0.3.3 [2020-10-06T05:25:11.514Z] shade==1.27.2 [2020-10-06T05:25:11.514Z] simplejson==3.17.2 [2020-10-06T05:25:11.514Z] six==1.14.0 [2020-10-06T05:25:11.514Z] soupsieve==2.0 [2020-10-06T05:25:11.514Z] stevedore==3.2.2 [2020-10-06T05:25:11.514Z] tabulate==0.8.6 [2020-10-06T05:25:11.514Z] toml==0.10.0 [2020-10-06T05:25:11.514Z] tox==3.20.0 [2020-10-06T05:25:11.514Z] tqdm==4.43.0 [2020-10-06T05:25:11.514Z] urllib3==1.25.8 [2020-10-06T05:25:11.514Z] virtualenv==20.0.33 [2020-10-06T05:25:11.514Z] wcwidth==0.2.5 [2020-10-06T05:25:11.514Z] websocket-client==0.57.0 [2020-10-06T05:25:11.514Z] wrapt==1.12.1 [2020-10-06T05:25:11.514Z] xdg==3.0.2 [2020-10-06T05:25:11.514Z] xmltodict==0.12.0 [2020-10-06T05:25:11.514Z] yq==2.11.1 [2020-10-06T05:25:11.514Z] zipp==3.3.0 [2020-10-06T05:25:14.308Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:18.895Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T05:25:24.376Z] Python 2.7.5 [2020-10-06T05:25:24.376Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T05:25:26.035Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T05:25:26.036Z] ansible==2.9.7 [2020-10-06T05:25:26.036Z] Babel==0.9.6 [2020-10-06T05:25:26.036Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T05:25:26.036Z] beautifulsoup4==4.4.1 [2020-10-06T05:25:26.036Z] bodhi==2.11.0 [2020-10-06T05:25:26.036Z] bodhi-client==2.11.0 [2020-10-06T05:25:26.036Z] CCColUtils==1.4 [2020-10-06T05:25:26.036Z] cffi==1.6.0 [2020-10-06T05:25:26.036Z] chardet==2.2.1 [2020-10-06T05:25:26.036Z] click==6.7 [2020-10-06T05:25:26.036Z] cloud-init==18.5 [2020-10-06T05:25:26.036Z] configobj==4.7.2 [2020-10-06T05:25:26.036Z] cryptography==1.7.2 [2020-10-06T05:25:26.036Z] decorator==3.4.0 [2020-10-06T05:25:26.036Z] distro==1.2.0 [2020-10-06T05:25:26.036Z] enum34==1.0.4 [2020-10-06T05:25:26.036Z] fedpkg==1.38 [2020-10-06T05:25:26.036Z] futures==3.1.1 [2020-10-06T05:25:26.036Z] gitdb==0.6.4 [2020-10-06T05:25:26.036Z] GitPython==1.0.1 [2020-10-06T05:25:26.036Z] html5lib==0.999 [2020-10-06T05:25:26.036Z] httplib2==0.9.2 [2020-10-06T05:25:26.036Z] idna==2.4 [2020-10-06T05:25:26.036Z] iniparse==0.4 [2020-10-06T05:25:26.036Z] ipaddress==1.0.16 [2020-10-06T05:25:26.036Z] IPy==0.75 [2020-10-06T05:25:26.036Z] javapackages==1.0.0 [2020-10-06T05:25:26.036Z] Jinja2==2.7.2 [2020-10-06T05:25:26.036Z] jmespath==0.9.4 [2020-10-06T05:25:26.036Z] jsonpatch==1.2 [2020-10-06T05:25:26.036Z] jsonpointer==1.9 [2020-10-06T05:25:26.036Z] kerberos==1.1 [2020-10-06T05:25:26.036Z] kitchen==1.1.1 [2020-10-06T05:25:26.036Z] langtable==0.0.31 [2020-10-06T05:25:26.036Z] lockfile==0.9.1 [2020-10-06T05:25:26.036Z] lxml==3.2.1 [2020-10-06T05:25:26.036Z] MarkupSafe==0.11 [2020-10-06T05:25:26.036Z] munch==2.0.2 [2020-10-06T05:25:26.036Z] offtrac==0.1.0 [2020-10-06T05:25:26.036Z] openidc-client==0.6.0 [2020-10-06T05:25:26.036Z] packagedb-cli==2.14.1 [2020-10-06T05:25:26.036Z] paramiko==2.1.1 [2020-10-06T05:25:26.036Z] perf==0.1 [2020-10-06T05:25:26.036Z] ply==3.4 [2020-10-06T05:25:26.036Z] policycoreutils-default-encoding==0.1 [2020-10-06T05:25:26.036Z] prettytable==0.7.2 [2020-10-06T05:25:26.036Z] pyasn1==0.1.9 [2020-10-06T05:25:26.036Z] pycparser==2.14 [2020-10-06T05:25:26.036Z] pycurl==7.19.0 [2020-10-06T05:25:26.036Z] pygobject==3.22.0 [2020-10-06T05:25:26.036Z] pygpgme==0.3 [2020-10-06T05:25:26.036Z] pyliblzma==0.5.3 [2020-10-06T05:25:26.036Z] pyOpenSSL==0.13.1 [2020-10-06T05:25:26.036Z] pyparsing==1.5.6 [2020-10-06T05:25:26.036Z] pyserial==2.6 [2020-10-06T05:25:26.036Z] python-augeas==0.5.0 [2020-10-06T05:25:26.036Z] python-bugzilla==2.3.0 [2020-10-06T05:25:26.036Z] python-dateutil==1.5 [2020-10-06T05:25:26.036Z] python-fedora==0.10.0 [2020-10-06T05:25:26.036Z] python-linux-procfs==0.4.9 [2020-10-06T05:25:26.036Z] python-yubico==1.2.3 [2020-10-06T05:25:26.036Z] pyudev==0.15 [2020-10-06T05:25:26.036Z] pyusb==1.0.0b1 [2020-10-06T05:25:26.036Z] pyxattr==0.5.1 [2020-10-06T05:25:26.036Z] PyYAML==3.10 [2020-10-06T05:25:26.036Z] requests==2.6.0 [2020-10-06T05:25:26.036Z] requests-kerberos==0.7.0 [2020-10-06T05:25:26.036Z] rpkg==1.60 [2020-10-06T05:25:26.036Z] schedutils==0.4 [2020-10-06T05:25:26.036Z] seobject==0.1 [2020-10-06T05:25:26.036Z] sepolicy==1.1 [2020-10-06T05:25:26.036Z] six==1.9.0 [2020-10-06T05:25:26.036Z] smmap==0.9.0 [2020-10-06T05:25:26.036Z] urlgrabber==3.10 [2020-10-06T05:25:26.036Z] urllib3==1.10.2 [2020-10-06T05:25:26.036Z] virtualenv==15.1.0 [2020-10-06T05:25:26.036Z] yum-langpacks==0.4.2 [2020-10-06T05:25:26.036Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T05:25:26.065Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:25:26.419Z] ---> sudo-logs.sh [2020-10-06T05:25:26.419Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T05:25:27.029Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:25:27.341Z] ---> job-cost.sh [2020-10-06T05:25:27.341Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7PFi [2020-10-06T05:25:42.526Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:42.526Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:42.843Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:43.131Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:43.438Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:43.438Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:43.438Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:43.738Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:43.738Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:44.018Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:44.293Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:44.293Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:25:50.137Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T05:26:37.422Z] lf-activate-venv(): INFO: Adding /tmp/venv-7PFi/bin to PATH [2020-10-06T05:26:37.422Z] INFO: No Stack... [2020-10-06T05:26:37.422Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T05:26:37.422Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T05:26:37.441Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:26:37.785Z] ---> logs-deploy.sh [2020-10-06T05:26:37.785Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/163 [2020-10-06T05:26:37.785Z] INFO: archiving workspace using pattern(s): [2020-10-06T05:26:42.208Z] Archives upload complete. [2020-10-06T05:26:42.208Z] INFO: archiving logs to Nexus