Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 09ff485fcd9457eaf0ecfabed493446887714669 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4863 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/179 [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/179 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Checking out Revision 09ff485fcd9457eaf0ecfabed493446887714669 (master) 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 09ff485fcd9457eaf0ecfabed493446887714669 # timeout=10 Commit message: "feat(security): Implement encryption of vault master key (#2574)" > git rev-list --no-walk 63b605587244ac62a7b5d1c23d47eb87e958ca11 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-12T18:33:30.645Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-12T18:33:30.889Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-12T18:33:31.035Z] ========================================================= [2020-10-12T18:33:31.036Z] EdgeX Global Pipelines Version Info [2020-10-12T18:33:31.036Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-12T18:33:33.760Z] ------------------- [2020-10-12T18:33:33.760Z] stable info: [2020-10-12T18:33:33.760Z] ------------------- [2020-10-12T18:33:33.760Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-12T18:33:33.760Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-12T18:33:33.760Z] Message: update stable to v1.0.131 [2020-10-12T18:33:34.764Z] ------------------- [2020-10-12T18:33:34.764Z] experimental info: [2020-10-12T18:33:34.764Z] ------------------- [2020-10-12T18:33:34.764Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-12T18:33:34.764Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-12T18:33:34.764Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-12T18:33:35.138Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-12T18:33:35.229Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-12T18:33:35.315Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-12T18:33:35.402Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-12T18:33:35.490Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-12T18:33:35.605Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-12T18:33:35.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-12T18:33:35.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-12T18:33:35.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-12T18:33:36.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-12T18:33:36.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-12T18:33:36.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-12T18:33:36.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-12T18:33:36.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-12T18:33:36.527Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-12T18:33:36.613Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-12T18:33:36.702Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-12T18:33:36.805Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-12T18:33:36.889Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-12T18:33:36.977Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-12T18:33:37.073Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-12T18:33:37.224Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-12T18:33:37.321Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-12T18:33:37.408Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-12T18:33:37.497Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] echo [2020-10-12T18:33:37.586Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 09ff485 [Pipeline] echo [2020-10-12T18:33:37.669Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-12T18:33:38.099Z] ++ 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-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/core-command/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/core-data/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-12T18:33:38.099Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-12T18:33:38.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T18:33:38.099Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-12T18:33:38.099Z] ++ cut -d/ -f2 [2020-10-12T18:33:38.099Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-12T18:33:38.250Z] 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-12T18:33:39.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T18:33:40.271Z] [2020-10-12T18:33:40.271Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:33:41.035Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T18:33:41.440Z] latest: Pulling from edgex-devops/git-semver [2020-10-12T18:33:41.440Z] 31603596830f: Pulling fs layer [2020-10-12T18:33:41.440Z] 2a8b12db71e7: Pulling fs layer [2020-10-12T18:33:41.440Z] 6ca5941a6612: Pulling fs layer [2020-10-12T18:33:41.440Z] ecc8261a40a4: Pulling fs layer [2020-10-12T18:33:41.440Z] ecc8261a40a4: Waiting [2020-10-12T18:33:41.440Z] 2a8b12db71e7: Verifying Checksum [2020-10-12T18:33:41.440Z] 2a8b12db71e7: Download complete [2020-10-12T18:33:41.753Z] 31603596830f: Verifying Checksum [2020-10-12T18:33:41.753Z] 31603596830f: Download complete [2020-10-12T18:33:42.043Z] ecc8261a40a4: Verifying Checksum [2020-10-12T18:33:42.043Z] ecc8261a40a4: Download complete [2020-10-12T18:33:42.043Z] 6ca5941a6612: Verifying Checksum [2020-10-12T18:33:42.043Z] 6ca5941a6612: Download complete [2020-10-12T18:33:42.326Z] 31603596830f: Pull complete [2020-10-12T18:33:42.616Z] 2a8b12db71e7: Pull complete [2020-10-12T18:33:44.055Z] 6ca5941a6612: Pull complete [2020-10-12T18:33:44.327Z] ecc8261a40a4: Pull complete [2020-10-12T18:33:44.327Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-12T18:33:44.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T18:33:44.327Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-12T18:33:44.753Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:33:44.920Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:33:48.085Z] $ docker top b35e0a347326ea1e3fb9513e900c647044348212a699a1a2329a740f3d959f00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T18:33:48.627Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T18:33:48.627Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T18:33:49.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T18:33:49.288Z] $ docker exec b35e0a347326ea1e3fb9513e900c647044348212a699a1a2329a740f3d959f00 ssh-agent [2020-10-12T18:33:49.571Z] SSH_AUTH_SOCK=/tmp/ssh-YX70uj3YNAJt/agent.11 [2020-10-12T18:33:49.571Z] SSH_AGENT_PID=16 [2020-10-12T18:33:49.598Z] Running ssh-add (command line suppressed) [2020-10-12T18:33:49.770Z] Identity added: /w/workspace/edgex-go/179@tmp/private_key_8261259677912751147.key (/w/workspace/edgex-go/179@tmp/private_key_8261259677912751147.key) [2020-10-12T18:33:49.857Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T18:33:50.360Z] + git describe --exact-match --tags HEAD [2020-10-12T18:33:50.403Z] fatal: no tag exactly matches '09ff485fcd9457eaf0ecfabed493446887714669' [Pipeline] } [2020-10-12T18:33:50.742Z] $ docker exec --env ******** --env ******** b35e0a347326ea1e3fb9513e900c647044348212a699a1a2329a740f3d959f00 ssh-agent -k [2020-10-12T18:33:51.071Z] unset SSH_AUTH_SOCK; [2020-10-12T18:33:51.074Z] unset SSH_AGENT_PID; [2020-10-12T18:33:51.074Z] echo Agent pid 16 killed; [2020-10-12T18:33:51.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-12T18:33:51.295Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-12T18:33:51.295Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-12T18:33:51.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T18:33:51.396Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T18:33:52.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T18:33:52.075Z] $ docker exec b35e0a347326ea1e3fb9513e900c647044348212a699a1a2329a740f3d959f00 ssh-agent [2020-10-12T18:33:52.918Z] SSH_AUTH_SOCK=/tmp/ssh-9Qj2LDOP1AIm/agent.44 [2020-10-12T18:33:52.918Z] SSH_AGENT_PID=49 [2020-10-12T18:33:52.929Z] Running ssh-add (command line suppressed) [2020-10-12T18:33:53.232Z] Identity added: /w/workspace/edgex-go/179@tmp/private_key_3273258203376242679.key (/w/workspace/edgex-go/179@tmp/private_key_3273258203376242679.key) [2020-10-12T18:33:53.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T18:33:54.357Z] + git semver init [2020-10-12T18:33:54.357Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T18:33:54.357Z] # $GIT_DIR = /w/workspace/edgex-go/179/.git [2020-10-12T18:33:54.357Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/179 [2020-10-12T18:33:54.357Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T18:33:54.357Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T18:33:54.357Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T18:33:54.357Z] # $SEMVER_BRANCH = master [2020-10-12T18:33:54.357Z] # $SEMVER_TEMP = /tmp/semver-109181794 [2020-10-12T18:33:54.357Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-12T18:34:42.400Z] # '/tmp/semver-109181794' -> '/w/workspace/edgex-go/179/.semver' [2020-10-12T18:34:42.400Z] # -> Force: false [2020-10-12T18:34:42.400Z] # $SEMVER_DIR = /w/workspace/edgex-go/179/.semver [Pipeline] } [2020-10-12T18:34:42.437Z] $ docker exec --env ******** --env ******** b35e0a347326ea1e3fb9513e900c647044348212a699a1a2329a740f3d959f00 ssh-agent -k [2020-10-12T18:34:43.136Z] unset SSH_AUTH_SOCK; [2020-10-12T18:34:43.138Z] unset SSH_AGENT_PID; [2020-10-12T18:34:43.139Z] echo Agent pid 49 killed; [2020-10-12T18:34:43.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T18:34:44.186Z] + git semver [Pipeline] } [2020-10-12T18:34:44.241Z] $ docker stop --time=1 b35e0a347326ea1e3fb9513e900c647044348212a699a1a2329a740f3d959f00 [2020-10-12T18:34:46.345Z] $ docker rm -f b35e0a347326ea1e3fb9513e900c647044348212a699a1a2329a740f3d959f00 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-12T18:35:18.103Z] Stashed 81 file(s) [Pipeline] echo [2020-10-12T18:35:18.106Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.64 [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-12T18:35:18.685Z] ========================================================= [2020-10-12T18:35:18.685Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-12T18:35:18.685Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:35:19.422Z] + 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-12T18:35:26.367Z] Sending build context to Docker daemon 325MB [2020-10-12T18:35:26.367Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T18:35:26.367Z] Step 2/7 : FROM ${BASE} [2020-10-12T18:35:26.367Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-12T18:35:26.367Z] df20fa9351a1: Pulling fs layer [2020-10-12T18:35:26.367Z] ed8968b2872e: Pulling fs layer [2020-10-12T18:35:26.367Z] a92cc7c5fd73: Pulling fs layer [2020-10-12T18:35:26.367Z] e871e8e8d7a9: Pulling fs layer [2020-10-12T18:35:26.367Z] e73272ec9a57: Pulling fs layer [2020-10-12T18:35:26.367Z] 1e910a182e73: Pulling fs layer [2020-10-12T18:35:26.367Z] 4e634b169226: Pulling fs layer [2020-10-12T18:35:26.367Z] e871e8e8d7a9: Waiting [2020-10-12T18:35:26.367Z] e73272ec9a57: Waiting [2020-10-12T18:35:26.367Z] 1e910a182e73: Waiting [2020-10-12T18:35:26.367Z] 4e634b169226: Waiting [2020-10-12T18:35:26.367Z] a92cc7c5fd73: Download complete [2020-10-12T18:35:26.807Z] ed8968b2872e: Verifying Checksum [2020-10-12T18:35:26.807Z] ed8968b2872e: Download complete [2020-10-12T18:35:27.209Z] e73272ec9a57: Verifying Checksum [2020-10-12T18:35:27.209Z] e73272ec9a57: Download complete [2020-10-12T18:35:27.209Z] 1e910a182e73: Verifying Checksum [2020-10-12T18:35:27.209Z] 1e910a182e73: Download complete [2020-10-12T18:35:27.488Z] df20fa9351a1: Verifying Checksum [2020-10-12T18:35:27.488Z] df20fa9351a1: Download complete [2020-10-12T18:35:28.615Z] df20fa9351a1: Pull complete [2020-10-12T18:35:28.912Z] ed8968b2872e: Pull complete [2020-10-12T18:35:29.585Z] a92cc7c5fd73: Pull complete [2020-10-12T18:35:33.473Z] Still waiting to schedule task [2020-10-12T18:35:33.473Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-12T18:35:36.839Z] 4e634b169226: Verifying Checksum [2020-10-12T18:35:36.839Z] 4e634b169226: Download complete [2020-10-12T18:35:38.428Z] e871e8e8d7a9: Verifying Checksum [2020-10-12T18:35:38.428Z] e871e8e8d7a9: Download complete [2020-10-12T18:35:48.880Z] e871e8e8d7a9: Pull complete [2020-10-12T18:35:48.880Z] e73272ec9a57: Pull complete [2020-10-12T18:35:48.880Z] 1e910a182e73: Pull complete [2020-10-12T18:35:53.400Z] 4e634b169226: Pull complete [2020-10-12T18:35:53.400Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-12T18:35:53.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-12T18:35:53.400Z] ---> f7629b54cfaa [2020-10-12T18:35:53.400Z] 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-12T18:35:53.400Z] ---> Running in d039f8306380 [2020-10-12T18:35:54.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:35:55.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:35:56.191Z] (1/12) Installing libmagic (5.38-r0) [2020-10-12T18:35:56.495Z] (2/12) Installing file (5.38-r0) [2020-10-12T18:35:56.495Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-12T18:35:56.828Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-12T18:36:03.864Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-12T18:36:03.864Z] (6/12) Installing patch (2.7.6-r6) [2020-10-12T18:36:03.864Z] (7/12) Installing build-base (0.5-r2) [2020-10-12T18:36:03.864Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-12T18:36:04.143Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-12T18:36:04.143Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-12T18:36:04.452Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-12T18:36:04.452Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-12T18:36:04.452Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:36:04.452Z] OK: 233 MiB in 51 packages [2020-10-12T18:36:07.908Z] Removing intermediate container d039f8306380 [2020-10-12T18:36:07.908Z] ---> 1cadbe3e9173 [2020-10-12T18:36:07.908Z] Step 4/7 : WORKDIR /edgex-go [2020-10-12T18:36:08.203Z] ---> Running in e8bd58b3eafa [2020-10-12T18:36:08.497Z] Removing intermediate container e8bd58b3eafa [2020-10-12T18:36:08.497Z] ---> 3d274f3e98a0 [2020-10-12T18:36:08.497Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-12T18:36:08.779Z] latest: Pulling from library/docker [2020-10-12T18:36:09.187Z] df20fa9351a1: Already exists [2020-10-12T18:36:09.187Z] 25ad7478873d: Pulling fs layer [2020-10-12T18:36:09.187Z] 4684f6177b5d: Pulling fs layer [2020-10-12T18:36:09.187Z] 8ba584e970af: Pulling fs layer [2020-10-12T18:36:09.187Z] 3cdc74d2b06d: Pulling fs layer [2020-10-12T18:36:09.187Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-12T18:36:09.187Z] fca0ccc462d5: Pulling fs layer [2020-10-12T18:36:09.187Z] 3cdc74d2b06d: Waiting [2020-10-12T18:36:09.187Z] 4cf5a0d07c1f: Waiting [2020-10-12T18:36:09.187Z] fca0ccc462d5: Waiting [2020-10-12T18:36:09.187Z] 4684f6177b5d: Verifying Checksum [2020-10-12T18:36:09.187Z] 4684f6177b5d: Download complete [2020-10-12T18:36:09.603Z] 25ad7478873d: Verifying Checksum [2020-10-12T18:36:09.603Z] 25ad7478873d: Download complete [2020-10-12T18:36:09.603Z] 3cdc74d2b06d: Verifying Checksum [2020-10-12T18:36:09.603Z] 3cdc74d2b06d: Download complete [2020-10-12T18:36:10.908Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-12T18:36:10.908Z] 4cf5a0d07c1f: Download complete [2020-10-12T18:36:10.908Z] fca0ccc462d5: Verifying Checksum [2020-10-12T18:36:10.908Z] fca0ccc462d5: Download complete [2020-10-12T18:36:10.908Z] 25ad7478873d: Pull complete [2020-10-12T18:36:10.908Z] 4684f6177b5d: Pull complete [2020-10-12T18:36:12.874Z] 8ba584e970af: Verifying Checksum [2020-10-12T18:36:12.874Z] 8ba584e970af: Download complete [2020-10-12T18:36:17.265Z] 8ba584e970af: Pull complete [2020-10-12T18:36:17.265Z] 3cdc74d2b06d: Pull complete [2020-10-12T18:36:17.265Z] 4cf5a0d07c1f: Pull complete [2020-10-12T18:36:17.265Z] fca0ccc462d5: Pull complete [2020-10-12T18:36:17.265Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-12T18:36:17.265Z] Status: Downloaded newer image for docker:latest [2020-10-12T18:36:19.358Z] ---> 0d481cb44cc3 [2020-10-12T18:36:19.358Z] Step 6/7 : COPY go.mod . [2020-10-12T18:36:19.651Z] ---> 3a1c01732d95 [2020-10-12T18:36:19.651Z] Step 7/7 : RUN go mod download [2020-10-12T18:36:19.651Z] ---> Running in ea348afe60a6 [2020-10-12T18:36:47.014Z] Removing intermediate container ea348afe60a6 [2020-10-12T18:36:47.014Z] ---> 457388abebf0 [2020-10-12T18:36:47.014Z] Successfully built 457388abebf0 [2020-10-12T18:36:47.014Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:36:47.510Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-12T18:36:47.782Z] . [Pipeline] withDockerContainer [2020-10-12T18:36:48.119Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:36:48.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:36:49.556Z] $ docker top 70673ea51f4ab34a2f31cad6a103a14043338f8602047d5d9732e6449eabe245 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T18:36:50.424Z] + go version [2020-10-12T18:36:50.424Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-12T18:36:50.454Z] $ docker stop --time=1 70673ea51f4ab34a2f31cad6a103a14043338f8602047d5d9732e6449eabe245 [2020-10-12T18:36:52.170Z] $ docker rm -f 70673ea51f4ab34a2f31cad6a103a14043338f8602047d5d9732e6449eabe245 [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-12T18:36:54.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T18:36:54.340Z] [2020-10-12T18:36:54.340Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:36:54.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T18:36:54.753Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-12T18:36:54.753Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-12T18:36:54.753Z] ca9280d653b3: Pulling fs layer [2020-10-12T18:36:54.753Z] 7e9c9ca2126c: Pulling fs layer [2020-10-12T18:36:55.376Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-12T18:36:55.376Z] cbdbe7a5bc2a: Download complete [2020-10-12T18:36:56.011Z] cbdbe7a5bc2a: Pull complete [2020-10-12T18:36:56.304Z] ca9280d653b3: Verifying Checksum [2020-10-12T18:36:56.304Z] ca9280d653b3: Download complete [2020-10-12T18:37:00.083Z] ca9280d653b3: Pull complete [2020-10-12T18:37:01.107Z] 7e9c9ca2126c: Download complete [2020-10-12T18:37:13.817Z] 7e9c9ca2126c: Pull complete [2020-10-12T18:37:13.817Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-12T18:37:13.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T18:37:13.817Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-12T18:37:14.234Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:37:14.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:37:16.539Z] $ docker top 6c3bb70fe38ddd910311bc8cf8b5fe6e6ef59bc4be2126f6f64e1f9e24837ae6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T18:37:17.120Z] + grep parallel [2020-10-12T18:37:17.120Z] + docker-compose build --help [2020-10-12T18:37:19.176Z] --parallel Build images in parallel. [Pipeline] } [2020-10-12T18:37:19.575Z] $ docker stop --time=1 6c3bb70fe38ddd910311bc8cf8b5fe6e6ef59bc4be2126f6f64e1f9e24837ae6 [2020-10-12T18:37:21.353Z] $ docker rm -f 6c3bb70fe38ddd910311bc8cf8b5fe6e6ef59bc4be2126f6f64e1f9e24837ae6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:37:22.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T18:37:22.134Z] . [Pipeline] withDockerContainer [2020-10-12T18:37:22.498Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:37:22.669Z] $ 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/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:37:23.580Z] $ docker top 9c031eeabe4861b265ba59aa5d315f1bf60efbfbfcea9efd3e3ad19b845e51aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T18:37:24.163Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-12T18:37:25.648Z] Building docker-core-command-go ... [2020-10-12T18:37:25.648Z] Building docker-core-data-go ... [2020-10-12T18:37:25.648Z] Building docker-core-metadata-go ... [2020-10-12T18:37:25.648Z] Building docker-security-proxy-setup-go ... [2020-10-12T18:37:25.648Z] Building docker-security-secrets-setup-go ... [2020-10-12T18:37:25.648Z] Building docker-security-secretstore-setup-go ... [2020-10-12T18:37:25.648Z] Building docker-support-logging-go ... [2020-10-12T18:37:25.648Z] Building docker-support-notifications-go ... [2020-10-12T18:37:25.648Z] Building docker-support-scheduler-go ... [2020-10-12T18:37:25.648Z] Building docker-sys-mgmt-agent-go ... [2020-10-12T18:37:25.648Z] Building docker-support-scheduler-go [2020-10-12T18:37:25.648Z] Building docker-core-data-go [2020-10-12T18:37:25.648Z] Building docker-core-metadata-go [2020-10-12T18:37:25.648Z] Building docker-security-secretstore-setup-go [2020-10-12T18:37:25.648Z] Building docker-core-command-go [2020-10-12T18:38:14.011Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:38:14.011Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:38:14.011Z] ---> 457388abebf0 [2020-10-12T18:38:14.011Z] Step 3/21 : WORKDIR /edgex-go [2020-10-12T18:38:14.011Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:38:14.011Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:38:14.011Z] ---> 457388abebf0 [2020-10-12T18:38:14.011Z] Step 3/26 : WORKDIR /edgex-go [2020-10-12T18:38:14.011Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:38:14.011Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:38:14.011Z] ---> 457388abebf0 [2020-10-12T18:38:14.011Z] Step 3/23 : WORKDIR /edgex-go [2020-10-12T18:38:14.011Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:38:14.011Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:38:14.011Z] ---> 457388abebf0 [2020-10-12T18:38:14.011Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T18:38:14.011Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:38:14.011Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:38:14.011Z] ---> 457388abebf0 [2020-10-12T18:38:14.011Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T18:38:14.011Z] ---> Running in 7b67f5a5b24f [2020-10-12T18:38:14.011Z] ---> Running in d1248490d828 [2020-10-12T18:38:14.011Z] ---> Running in b6844304baf6 [2020-10-12T18:38:14.011Z] ---> Running in cbc1a2f5396b [2020-10-12T18:38:14.011Z] ---> Running in e3bb218a8871 [2020-10-12T18:38:14.011Z] Removing intermediate container cbc1a2f5396b [2020-10-12T18:38:14.011Z] ---> d4663fc68f57 [2020-10-12T18:38:14.011Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:38:14.011Z] Removing intermediate container e3bb218a8871 [2020-10-12T18:38:14.011Z] ---> 0215cca0b142 [2020-10-12T18:38:14.011Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:38:14.011Z] Removing intermediate container 7b67f5a5b24f [2020-10-12T18:38:14.011Z] ---> 282e5dd0b56c [2020-10-12T18:38:14.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:38:14.011Z] Removing intermediate container d1248490d828 [2020-10-12T18:38:14.011Z] ---> fc67f299bac8 [2020-10-12T18:38:14.011Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:38:14.011Z] Removing intermediate container b6844304baf6 [2020-10-12T18:38:14.011Z] ---> d75d587677ef [2020-10-12T18:38:14.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:38:14.011Z] ---> Running in 5f9727ca6495 [2020-10-12T18:38:14.011Z] ---> Running in 76e136150fea [2020-10-12T18:38:14.011Z] ---> Running in 67188a51ee7a [2020-10-12T18:38:14.011Z] ---> Running in 38d6add7c294 [2020-10-12T18:38:14.011Z] ---> Running in 9b3f044dcf82 [2020-10-12T18:38:16.254Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4873 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-12T18:38:16.306Z] Running in /w/workspace/edgex-go/179 [Pipeline] { [Pipeline] checkout [2020-10-12T18:38:16.948Z] Removing intermediate container 76e136150fea [2020-10-12T18:38:16.948Z] ---> a1e135bfa362 [2020-10-12T18:38:16.948Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T18:38:16.948Z] Removing intermediate container 9b3f044dcf82 [2020-10-12T18:38:16.948Z] ---> 75f42f95d992 [2020-10-12T18:38:16.948Z] Step 5/26 : RUN apk update && apk add make git [2020-10-12T18:38:16.948Z] ---> Running in eab8f02036ee [2020-10-12T18:38:16.948Z] ---> Running in 04cd5888c34d [2020-10-12T18:38:16.948Z] Removing intermediate container 5f9727ca6495 [2020-10-12T18:38:16.948Z] ---> 9e3884be9db2 [2020-10-12T18:38:16.948Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-12T18:38:16.948Z] Removing intermediate container 38d6add7c294 [2020-10-12T18:38:16.948Z] ---> 9fe8128d441f [2020-10-12T18:38:16.948Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T18:38:16.948Z] Removing intermediate container 67188a51ee7a [2020-10-12T18:38:16.948Z] ---> 853d907331e7 [2020-10-12T18:38:16.948Z] Step 5/21 : RUN apk update && apk add make git [2020-10-12T18:38:16.948Z] ---> Running in f65c875e9aae [2020-10-12T18:38:16.948Z] ---> Running in a3c6ec0fab4b [2020-10-12T18:38:17.261Z] ---> Running in 7922ca7ae0a7 [2020-10-12T18:38:18.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:18.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:19.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:19.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:19.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:19.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:19.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:20.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:20.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:21.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:38:21.404Z] using credential edgex-jenkins-ssh [2020-10-12T18:38:21.494Z] Cloning the remote Git repository [2020-10-12T18:38:22.345Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:38:22.345Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:38:22.345Z] OK: 12752 distinct packages available [2020-10-12T18:38:22.345Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:38:22.345Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:38:22.345Z] OK: 12752 distinct packages available [2020-10-12T18:38:22.345Z] OK: 233 MiB in 51 packages [2020-10-12T18:38:21.552Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-12T18:38:21.669Z] > git init /w/workspace/edgex-go/179 # timeout=10 [2020-10-12T18:38:21.738Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-12T18:38:21.739Z] > git --version # timeout=10 [2020-10-12T18:38:21.761Z] > git --version # 'git version 2.17.1' [2020-10-12T18:38:21.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T18:38:21.828Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T18:38:22.750Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:38:22.750Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:38:22.750Z] OK: 12752 distinct packages available [2020-10-12T18:38:23.093Z] OK: 233 MiB in 51 packages [2020-10-12T18:38:23.430Z] OK: 233 MiB in 51 packages [2020-10-12T18:38:23.430Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:38:23.430Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:38:23.430Z] OK: 12752 distinct packages available [2020-10-12T18:38:23.789Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:38:23.789Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:38:23.789Z] OK: 12752 distinct packages available [2020-10-12T18:38:24.087Z] OK: 233 MiB in 51 packages [2020-10-12T18:38:24.087Z] OK: 233 MiB in 51 packages [2020-10-12T18:38:24.372Z] Removing intermediate container eab8f02036ee [2020-10-12T18:38:24.372Z] ---> ed3c62bc55c1 [2020-10-12T18:38:24.372Z] Step 6/22 : COPY go.mod . [2020-10-12T18:38:24.674Z] Removing intermediate container 04cd5888c34d [2020-10-12T18:38:24.674Z] ---> 7a5f8f41ff87 [2020-10-12T18:38:24.674Z] Step 6/26 : COPY go.mod . [2020-10-12T18:38:24.950Z] Removing intermediate container a3c6ec0fab4b [2020-10-12T18:38:24.950Z] ---> 5bda6d9c431f [2020-10-12T18:38:24.950Z] Step 6/22 : COPY go.mod . [2020-10-12T18:38:25.262Z] ---> a12fd0de58c2 [2020-10-12T18:38:25.262Z] Step 7/22 : RUN go mod download [2020-10-12T18:38:25.594Z] ---> Running in 037c91c12664 [2020-10-12T18:38:25.594Z] ---> a29db7e31976 [2020-10-12T18:38:25.594Z] Step 7/26 : RUN go mod download [2020-10-12T18:38:25.975Z] ---> dc69dfea96f7 [2020-10-12T18:38:25.975Z] Step 7/22 : RUN go mod download [2020-10-12T18:38:25.975Z] Removing intermediate container f65c875e9aae [2020-10-12T18:38:25.975Z] ---> 19f05f5d045c [2020-10-12T18:38:25.975Z] Step 6/23 : COPY go.mod . [2020-10-12T18:38:25.975Z] ---> Running in a453c181a679 [2020-10-12T18:38:25.976Z] ---> Running in f73c805c2801 [2020-10-12T18:38:26.286Z] Removing intermediate container 7922ca7ae0a7 [2020-10-12T18:38:26.286Z] ---> eb9fcd4b4512 [2020-10-12T18:38:26.286Z] Step 6/21 : COPY go.mod . [2020-10-12T18:38:27.559Z] ---> bd3076d30fda [2020-10-12T18:38:27.559Z] Step 7/23 : RUN go mod download [2020-10-12T18:38:27.559Z] ---> Running in f604e399e3c1 [2020-10-12T18:38:27.868Z] ---> 2bc46889f8d3 [2020-10-12T18:38:27.868Z] Step 7/21 : RUN go mod download [2020-10-12T18:38:28.470Z] ---> Running in 7e7aff9e881d [2020-10-12T18:38:32.192Z] Removing intermediate container 7e7aff9e881d [2020-10-12T18:38:32.192Z] ---> 1ccb1c51c1dd [2020-10-12T18:38:32.192Z] Step 8/21 : COPY . . [2020-10-12T18:38:32.192Z] Removing intermediate container 037c91c12664 [2020-10-12T18:38:32.192Z] ---> b5169977d502 [2020-10-12T18:38:32.192Z] Step 8/22 : COPY . . [2020-10-12T18:38:32.192Z] Removing intermediate container a453c181a679 [2020-10-12T18:38:32.192Z] ---> de0c578aaa9b [2020-10-12T18:38:32.192Z] Step 8/26 : COPY . . [2020-10-12T18:38:32.192Z] Removing intermediate container f604e399e3c1 [2020-10-12T18:38:32.192Z] ---> d5c9ab0ea77e [2020-10-12T18:38:32.192Z] Step 8/23 : COPY . . [2020-10-12T18:38:32.542Z] Removing intermediate container f73c805c2801 [2020-10-12T18:38:32.542Z] ---> 7e5d07ebe494 [2020-10-12T18:38:32.542Z] Step 8/22 : COPY . . [2020-10-12T18:38:37.728Z] Checking out Revision 09ff485fcd9457eaf0ecfabed493446887714669 (master) [2020-10-12T18:38:37.088Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-12T18:38:37.120Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T18:38:37.152Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-12T18:38:37.196Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-12T18:38:37.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T18:38:37.213Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-12T18:38:37.753Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T18:38:37.769Z] > git checkout -f 09ff485fcd9457eaf0ecfabed493446887714669 # timeout=10 [2020-10-12T18:38:42.442Z] Commit message: "feat(security): Implement encryption of vault master key (#2574)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-12T18:38:54.578Z] ========================================================= [2020-10-12T18:38:54.578Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-12T18:38:54.578Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:38:55.462Z] + 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-12T18:38:59.765Z] Sending build context to Docker daemon 325MB [2020-10-12T18:38:59.765Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T18:38:59.765Z] Step 2/7 : FROM ${BASE} [2020-10-12T18:39:00.365Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-12T18:39:00.365Z] b538f80385f9: Pulling fs layer [2020-10-12T18:39:00.365Z] 74f711af9a0d: Pulling fs layer [2020-10-12T18:39:00.365Z] 99f96fe45779: Pulling fs layer [2020-10-12T18:39:00.365Z] 8529a6b9a6be: Pulling fs layer [2020-10-12T18:39:00.365Z] 45590311c82a: Pulling fs layer [2020-10-12T18:39:00.365Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-12T18:39:00.365Z] 209524e5b208: Pulling fs layer [2020-10-12T18:39:00.365Z] 45590311c82a: Waiting [2020-10-12T18:39:00.365Z] 69ca0ff8b7b3: Waiting [2020-10-12T18:39:00.365Z] 8529a6b9a6be: Waiting [2020-10-12T18:39:00.365Z] 209524e5b208: Waiting [2020-10-12T18:39:00.365Z] 99f96fe45779: Verifying Checksum [2020-10-12T18:39:00.365Z] 99f96fe45779: Download complete [2020-10-12T18:39:00.365Z] 74f711af9a0d: Verifying Checksum [2020-10-12T18:39:00.365Z] 74f711af9a0d: Download complete [2020-10-12T18:39:00.365Z] 45590311c82a: Verifying Checksum [2020-10-12T18:39:00.365Z] 45590311c82a: Download complete [2020-10-12T18:39:00.365Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-12T18:39:00.365Z] 69ca0ff8b7b3: Download complete [2020-10-12T18:39:01.361Z] b538f80385f9: Verifying Checksum [2020-10-12T18:39:01.361Z] b538f80385f9: Download complete [2020-10-12T18:39:02.355Z] b538f80385f9: Pull complete [2020-10-12T18:39:02.638Z] 74f711af9a0d: Pull complete [2020-10-12T18:39:03.259Z] 99f96fe45779: Pull complete [2020-10-12T18:39:04.258Z] 209524e5b208: Verifying Checksum [2020-10-12T18:39:04.258Z] 209524e5b208: Download complete [2020-10-12T18:39:06.963Z] 8529a6b9a6be: Verifying Checksum [2020-10-12T18:39:06.963Z] 8529a6b9a6be: Download complete [2020-10-12T18:39:17.277Z] 8529a6b9a6be: Pull complete [2020-10-12T18:39:17.278Z] 45590311c82a: Pull complete [2020-10-12T18:39:17.278Z] 69ca0ff8b7b3: Pull complete [2020-10-12T18:39:21.587Z] 209524e5b208: Pull complete [2020-10-12T18:39:21.587Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-12T18:39:21.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-12T18:39:21.587Z] ---> 5bddaf1c2fca [2020-10-12T18:39:21.587Z] 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-12T18:39:21.886Z] ---> 825343954830 [2020-10-12T18:39:21.886Z] 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-12T18:39:21.886Z] ---> fbae08775bf5 [2020-10-12T18:39:21.887Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-12T18:39:22.177Z] ---> f2ab109199e2 [2020-10-12T18:39:22.177Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-12T18:39:22.177Z] ---> Running in 2821397ceaff [2020-10-12T18:39:22.177Z] ---> Running in c7090b590521 [2020-10-12T18:39:22.577Z] ---> 9c6c12c3c9e7 [2020-10-12T18:39:22.577Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-12T18:39:22.577Z] ---> 8b63e01dd513 [2020-10-12T18:39:22.577Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-12T18:39:22.577Z] ---> Running in 43538d706856 [2020-10-12T18:39:22.850Z] ---> Running in e893f6b3fa45 [2020-10-12T18:39:22.850Z] ---> Running in 5b66e313fc0a [2020-10-12T18:39:24.978Z] ---> Running in 824163feb9bb [2020-10-12T18:39:25.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-12T18:39:25.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-12T18:39:25.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-12T18:39:25.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/core-command/core-command ./cmd/core-command [2020-10-12T18:39:25.017Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/core-data/core-data ./cmd/core-data [2020-10-12T18:39:26.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:39:27.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:39:28.184Z] (1/12) Installing libmagic (5.38-r0) [2020-10-12T18:39:28.455Z] (2/12) Installing file (5.38-r0) [2020-10-12T18:39:28.455Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-12T18:39:28.725Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-12T18:39:32.101Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-12T18:39:32.101Z] (6/12) Installing patch (2.7.6-r6) [2020-10-12T18:39:32.101Z] (7/12) Installing build-base (0.5-r2) [2020-10-12T18:39:32.102Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-12T18:39:32.102Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-12T18:39:32.102Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-12T18:39:32.380Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-12T18:39:32.380Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-12T18:39:32.380Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:39:32.380Z] OK: 217 MiB in 51 packages [2020-10-12T18:39:36.709Z] Removing intermediate container 824163feb9bb [2020-10-12T18:39:36.709Z] ---> 70af5ee27ef8 [2020-10-12T18:39:36.709Z] Step 4/7 : WORKDIR /edgex-go [2020-10-12T18:39:36.985Z] ---> Running in 11f31c4b975b [2020-10-12T18:39:37.259Z] Removing intermediate container 11f31c4b975b [2020-10-12T18:39:37.259Z] ---> ec81842646f8 [2020-10-12T18:39:37.259Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-12T18:39:37.535Z] latest: Pulling from library/docker [2020-10-12T18:39:37.814Z] b538f80385f9: Already exists [2020-10-12T18:39:37.814Z] 259a493cd78d: Pulling fs layer [2020-10-12T18:39:37.814Z] b8e66b5100f5: Pulling fs layer [2020-10-12T18:39:37.814Z] 7f8258a56ab6: Pulling fs layer [2020-10-12T18:39:37.814Z] 75a0a0ebb566: Pulling fs layer [2020-10-12T18:39:37.814Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-12T18:39:37.814Z] 294320357d30: Pulling fs layer [2020-10-12T18:39:37.814Z] 75a0a0ebb566: Waiting [2020-10-12T18:39:37.814Z] 4a2c62f0a2a3: Waiting [2020-10-12T18:39:37.814Z] 294320357d30: Waiting [2020-10-12T18:39:38.092Z] b8e66b5100f5: Verifying Checksum [2020-10-12T18:39:38.092Z] b8e66b5100f5: Download complete [2020-10-12T18:39:38.092Z] 259a493cd78d: Verifying Checksum [2020-10-12T18:39:38.092Z] 259a493cd78d: Download complete [2020-10-12T18:39:38.092Z] 75a0a0ebb566: Verifying Checksum [2020-10-12T18:39:38.092Z] 75a0a0ebb566: Download complete [2020-10-12T18:39:38.092Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-12T18:39:38.092Z] 4a2c62f0a2a3: Download complete [2020-10-12T18:39:38.366Z] 294320357d30: Verifying Checksum [2020-10-12T18:39:38.366Z] 294320357d30: Download complete [2020-10-12T18:39:38.642Z] 259a493cd78d: Pull complete [2020-10-12T18:39:39.246Z] b8e66b5100f5: Pull complete [2020-10-12T18:39:39.246Z] 7f8258a56ab6: Verifying Checksum [2020-10-12T18:39:39.246Z] 7f8258a56ab6: Download complete [2020-10-12T18:39:42.638Z] 7f8258a56ab6: Pull complete [2020-10-12T18:39:42.917Z] 75a0a0ebb566: Pull complete [2020-10-12T18:39:43.189Z] 4a2c62f0a2a3: Pull complete [2020-10-12T18:39:43.467Z] 294320357d30: Pull complete [2020-10-12T18:39:43.467Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-12T18:39:43.467Z] Status: Downloaded newer image for docker:latest [2020-10-12T18:39:46.869Z] ---> 465629353e6f [2020-10-12T18:39:46.869Z] Step 6/7 : COPY go.mod . [2020-10-12T18:39:47.475Z] ---> f513c24fe842 [2020-10-12T18:39:47.475Z] Step 7/7 : RUN go mod download [2020-10-12T18:39:47.757Z] ---> Running in 10ea4534e621 [2020-10-12T18:40:12.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-12T18:40:14.622Z] Removing intermediate container 10ea4534e621 [2020-10-12T18:40:14.622Z] ---> 81cccda859d1 [2020-10-12T18:40:14.622Z] Successfully built 81cccda859d1 [2020-10-12T18:40:14.622Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:40:15.057Z] + docker inspect -f . ci-base-image-arm64 [2020-10-12T18:40:15.057Z] . [Pipeline] withDockerContainer [2020-10-12T18:40:15.365Z] prd-ubuntu18.04-docker-arm64-4c-16g-4873 does not seem to be running inside a container [2020-10-12T18:40:15.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:40:16.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-12T18:40:17.517Z] $ docker top ee75745bf404d9760535991c1a8d6d5e5be449c735ad4742c228cad255240fde -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T18:40:19.073Z] + go version [2020-10-12T18:40:19.073Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-12T18:40:19.111Z] $ docker stop --time=1 ee75745bf404d9760535991c1a8d6d5e5be449c735ad4742c228cad255240fde [2020-10-12T18:40:21.051Z] $ docker rm -f ee75745bf404d9760535991c1a8d6d5e5be449c735ad4742c228cad255240fde [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-12T18:40:22.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T18:40:22.338Z] [2020-10-12T18:40:22.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:40:22.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T18:40:22.739Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-12T18:40:22.739Z] 29e5d40040c1: Pulling fs layer [2020-10-12T18:40:22.739Z] 1ce36da41761: Pulling fs layer [2020-10-12T18:40:22.739Z] 25b303627fd3: Pulling fs layer [2020-10-12T18:40:23.334Z] 29e5d40040c1: Verifying Checksum [2020-10-12T18:40:23.334Z] 29e5d40040c1: Download complete [2020-10-12T18:40:23.933Z] 1ce36da41761: Verifying Checksum [2020-10-12T18:40:23.933Z] 1ce36da41761: Download complete [2020-10-12T18:40:23.933Z] 29e5d40040c1: Pull complete [2020-10-12T18:40:25.381Z] 1ce36da41761: Pull complete [2020-10-12T18:40:25.658Z] 25b303627fd3: Verifying Checksum [2020-10-12T18:40:25.658Z] 25b303627fd3: Download complete [2020-10-12T18:40:29.608Z] Removing intermediate container 2821397ceaff [2020-10-12T18:40:29.608Z] ---> 7348ea41094f [2020-10-12T18:40:29.608Z] [2020-10-12T18:40:29.608Z] Step 10/21 : FROM scratch [2020-10-12T18:40:29.608Z] ---> [2020-10-12T18:40:29.608Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T18:40:29.609Z] ---> Running in 7821579c41d8 [2020-10-12T18:40:29.609Z] Removing intermediate container c7090b590521 [2020-10-12T18:40:29.609Z] ---> a90c51af9dbe [2020-10-12T18:40:29.609Z] [2020-10-12T18:40:29.609Z] Step 10/26 : FROM alpine:3.10 [2020-10-12T18:40:29.609Z] Removing intermediate container e893f6b3fa45 [2020-10-12T18:40:29.609Z] ---> 6c404169864b [2020-10-12T18:40:29.609Z] [2020-10-12T18:40:29.609Z] Step 10/22 : FROM scratch [2020-10-12T18:40:29.609Z] ---> [2020-10-12T18:40:29.609Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T18:40:29.609Z] Removing intermediate container 7821579c41d8 [2020-10-12T18:40:29.609Z] ---> 4e646f63ac8c [2020-10-12T18:40:29.609Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-12T18:40:29.609Z] ---> Running in 407664c1c105 [2020-10-12T18:40:29.609Z] 3.10: Pulling from library/alpine [2020-10-12T18:40:29.965Z] ---> Running in 16ae4816d7e7 [2020-10-12T18:40:31.190Z] Removing intermediate container 407664c1c105 [2020-10-12T18:40:31.190Z] ---> 8d2231172448 [2020-10-12T18:40:31.190Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-12T18:40:33.421Z] Removing intermediate container 16ae4816d7e7 [2020-10-12T18:40:33.421Z] ---> c99657c308a5 [2020-10-12T18:40:33.421Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-12T18:40:33.421Z] ---> Running in 183a52cb3d0d [2020-10-12T18:40:33.421Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-12T18:40:33.421Z] Status: Downloaded newer image for alpine:3.10 [2020-10-12T18:40:33.421Z] ---> be4e4bea2c2e [2020-10-12T18:40:33.421Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-12T18:40:33.997Z] ---> Running in 7b431198ea0a [2020-10-12T18:40:34.434Z] ---> Running in 37a83ad7bfe6 [2020-10-12T18:40:35.817Z] 25b303627fd3: Pull complete [2020-10-12T18:40:35.817Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-12T18:40:35.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T18:40:35.817Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-12T18:40:36.108Z] prd-ubuntu18.04-docker-arm64-4c-16g-4873 does not seem to be running inside a container [2020-10-12T18:40:36.147Z] Removing intermediate container 183a52cb3d0d [2020-10-12T18:40:36.147Z] ---> 6ad1eeb011b4 [2020-10-12T18:40:36.147Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T18:40:36.233Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:40:36.463Z] Removing intermediate container 7b431198ea0a [2020-10-12T18:40:36.464Z] ---> e79190a2159e [2020-10-12T18:40:36.464Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-12T18:40:36.464Z] ---> Running in a45b71ba2cde [2020-10-12T18:40:36.770Z] Removing intermediate container 43538d706856 [2020-10-12T18:40:36.770Z] ---> 839a57df799c [2020-10-12T18:40:36.770Z] [2020-10-12T18:40:36.770Z] Step 10/22 : FROM scratch [2020-10-12T18:40:36.770Z] ---> [2020-10-12T18:40:36.770Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T18:40:36.770Z] ---> Using cache [2020-10-12T18:40:36.770Z] ---> 8d2231172448 [2020-10-12T18:40:36.770Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-12T18:40:37.280Z] ---> Running in 8648eaa002be [2020-10-12T18:40:37.621Z] Removing intermediate container a45b71ba2cde [2020-10-12T18:40:37.621Z] ---> 44ec177862ec [2020-10-12T18:40:37.621Z] Step 14/22 : WORKDIR / [2020-10-12T18:40:38.074Z] ---> 878e74ad92f6 [2020-10-12T18:40:38.074Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-12T18:40:38.074Z] Removing intermediate container 8648eaa002be [2020-10-12T18:40:38.074Z] ---> f48bd0345928 [2020-10-12T18:40:38.074Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T18:40:38.074Z] ---> Running in 50892bb918e9 [2020-10-12T18:40:38.074Z] ---> Running in ee5eaef7d963 [2020-10-12T18:40:38.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:40:38.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:40:39.067Z] Removing intermediate container ee5eaef7d963 [2020-10-12T18:40:39.067Z] ---> 48bc3a65cbbc [2020-10-12T18:40:39.067Z] Step 14/22 : WORKDIR / [2020-10-12T18:40:39.067Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-12T18:40:39.067Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-12T18:40:39.067Z] OK: 10346 distinct packages available [2020-10-12T18:40:39.458Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-12T18:40:39.830Z] Removing intermediate container 50892bb918e9 [2020-10-12T18:40:39.830Z] ---> f78dfbbd6cee [2020-10-12T18:40:39.830Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-12T18:40:39.830Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-12T18:40:39.830Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-12T18:40:39.830Z] ---> Running in eb3f9366b9b2 [2020-10-12T18:40:39.830Z] (4/5) Installing curl (7.66.0-r1) [2020-10-12T18:40:39.830Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-12T18:40:39.830Z] Executing busybox-1.30.1-r3.trigger [2020-10-12T18:40:39.830Z] Executing ca-certificates-20191127-r2.trigger [2020-10-12T18:40:39.965Z] $ docker top 3dcb26239562396996bcee660cecb40f757a679222a30afe9237e71250fce4d9 -eo pid,comm [2020-10-12T18:40:40.142Z] OK: 7 MiB in 19 packages [Pipeline] { [Pipeline] sh [2020-10-12T18:40:41.255Z] ---> c9f6dfd95945 [2020-10-12T18:40:41.256Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-12T18:40:41.528Z] + docker-compose build --help [2020-10-12T18:40:41.528Z] + grep parallel [2020-10-12T18:40:41.901Z] ---> 1a9fa21ffbf1 [2020-10-12T18:40:41.901Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-12T18:40:42.194Z] Removing intermediate container eb3f9366b9b2 [2020-10-12T18:40:42.194Z] ---> 44e04cfc3ba8 [2020-10-12T18:40:42.194Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-12T18:40:42.867Z] ---> ae96c2819f7e [2020-10-12T18:40:42.867Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-12T18:40:42.867Z] Removing intermediate container 5b66e313fc0a [2020-10-12T18:40:42.867Z] ---> 6e74506e7a99 [2020-10-12T18:40:42.867Z] [2020-10-12T18:40:42.867Z] Step 10/23 : FROM alpine [2020-10-12T18:40:42.867Z] ---> Running in 50c0fb27e3ca [2020-10-12T18:40:43.159Z] ---> abcb2ac9bae9 [2020-10-12T18:40:43.159Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-12T18:40:43.159Z] Removing intermediate container 37a83ad7bfe6 [2020-10-12T18:40:43.159Z] ---> d23748114255 [2020-10-12T18:40:43.159Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T18:40:43.159Z] latest: Pulling from library/alpine [2020-10-12T18:40:43.500Z] ---> d9e90c4a8f18 [2020-10-12T18:40:43.500Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-12T18:40:43.501Z] ---> Running in 0f732305feec [2020-10-12T18:40:43.834Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-12T18:40:43.834Z] Removing intermediate container 50c0fb27e3ca [2020-10-12T18:40:43.834Z] ---> 9eed57687ea6 [2020-10-12T18:40:43.834Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:40:43.834Z] Status: Downloaded newer image for alpine:latest [2020-10-12T18:40:43.834Z] ---> a24bb4013296 [2020-10-12T18:40:43.834Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T18:40:44.131Z] ---> Running in 4c40cb334307 [2020-10-12T18:40:44.131Z] Removing intermediate container 0f732305feec [2020-10-12T18:40:44.131Z] ---> 4821bc1c83d9 [2020-10-12T18:40:44.131Z] Step 13/26 : WORKDIR / [2020-10-12T18:40:44.131Z] ---> Running in 9dd878111c8d [2020-10-12T18:40:44.432Z] ---> Running in 4ca997ed2914 [2020-10-12T18:40:44.432Z] ---> 8bd5bb808440 [2020-10-12T18:40:44.432Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-12T18:40:45.074Z] ---> ca9c660262cc [2020-10-12T18:40:45.074Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-12T18:40:45.074Z] Removing intermediate container 4c40cb334307 [2020-10-12T18:40:45.074Z] ---> 929208406fcb [2020-10-12T18:40:45.074Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-12T18:40:45.386Z] ---> Running in 7ebb1602c3c6 [2020-10-12T18:40:45.386Z] Removing intermediate container 9dd878111c8d [2020-10-12T18:40:45.386Z] ---> 28a91106e634 [2020-10-12T18:40:45.386Z] Step 19/21 : LABEL arch=x86_64 [2020-10-12T18:40:45.386Z] Removing intermediate container 4ca997ed2914 [2020-10-12T18:40:45.386Z] ---> 92162e084d25 [2020-10-12T18:40:45.386Z] 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-12T18:40:45.764Z] ---> Running in 1a5ac361a2c3 [2020-10-12T18:40:45.764Z] ---> Running in d53202f15a72 [2020-10-12T18:40:46.053Z] Removing intermediate container 1a5ac361a2c3 [2020-10-12T18:40:46.053Z] ---> 0a390f90332b [2020-10-12T18:40:46.053Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-12T18:40:46.053Z] Removing intermediate container 7ebb1602c3c6 [2020-10-12T18:40:46.053Z] ---> 42599c0c4740 [2020-10-12T18:40:46.053Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:40:46.342Z] ---> Running in 88e66acd0f2e [2020-10-12T18:40:46.342Z] ---> 9fbc3c89c457 [2020-10-12T18:40:46.342Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-12T18:40:46.342Z] ---> Running in 7b3c8d4e508e [2020-10-12T18:40:46.628Z] Removing intermediate container d53202f15a72 [2020-10-12T18:40:46.628Z] ---> f424424603e4 [2020-10-12T18:40:46.628Z] Step 20/21 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:40:46.628Z] ---> Running in 232cbdc60142 [2020-10-12T18:40:46.628Z] ---> d68a891afa4c [2020-10-12T18:40:46.628Z] 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-12T18:40:46.628Z] ---> Running in 3d48969e8c2e [2020-10-12T18:40:46.628Z] Removing intermediate container 88e66acd0f2e [2020-10-12T18:40:46.628Z] ---> 1ef48b3e5bcc [2020-10-12T18:40:46.628Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T18:40:46.628Z] Removing intermediate container 7b3c8d4e508e [2020-10-12T18:40:46.628Z] ---> bb2dba9d1ccf [2020-10-12T18:40:46.628Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:40:46.919Z] ---> Running in cb191a3ccff2 [2020-10-12T18:40:46.919Z] ---> Running in 1c6abe495806 [2020-10-12T18:40:46.919Z] Removing intermediate container 232cbdc60142 [2020-10-12T18:40:46.919Z] ---> eaa3a193348f [2020-10-12T18:40:46.919Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:40:46.931Z] --parallel Build images in parallel. [Pipeline] } [2020-10-12T18:40:46.962Z] $ docker stop --time=1 3dcb26239562396996bcee660cecb40f757a679222a30afe9237e71250fce4d9 [2020-10-12T18:40:47.211Z] Removing intermediate container 3d48969e8c2e [2020-10-12T18:40:47.211Z] ---> 0bdd63e04d8f [2020-10-12T18:40:47.211Z] Step 21/21 : LABEL version=1.2.2-dev.64 [2020-10-12T18:40:47.211Z] ---> Running in d5a90576fad8 [2020-10-12T18:40:47.211Z] ---> 77e67d13c2e0 [2020-10-12T18:40:47.211Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-12T18:40:47.566Z] ---> Running in 7c5c8a33e840 [2020-10-12T18:40:47.566Z] Removing intermediate container cb191a3ccff2 [2020-10-12T18:40:47.566Z] ---> f9e955477568 [2020-10-12T18:40:47.566Z] Step 21/22 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:40:47.891Z] Removing intermediate container d5a90576fad8 [2020-10-12T18:40:47.891Z] ---> 50dc80f9d938 [2020-10-12T18:40:47.891Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T18:40:47.891Z] ---> Running in be5cb7e8988c [2020-10-12T18:40:47.891Z] ---> Running in 6898d5e675a8 [2020-10-12T18:40:48.195Z] Removing intermediate container 7c5c8a33e840 [2020-10-12T18:40:48.195Z] ---> adc8a6b61bca [2020-10-12T18:40:48.195Z] [2020-10-12T18:40:48.195Z] ---> 0f559476c7c6 [2020-10-12T18:40:48.195Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-12T18:40:48.992Z] $ docker rm -f 3dcb26239562396996bcee660cecb40f757a679222a30afe9237e71250fce4d9 [Pipeline] // withDockerContainer [2020-10-12T18:40:49.317Z] Removing intermediate container be5cb7e8988c [2020-10-12T18:40:49.317Z] ---> e7b91c6138e3 [2020-10-12T18:40:49.317Z] Step 22/22 : LABEL version=1.2.2-dev.64 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:40:49.665Z] Successfully built adc8a6b61bca [2020-10-12T18:40:49.666Z] Removing intermediate container 6898d5e675a8 [2020-10-12T18:40:49.666Z] ---> dfc5ca47a7d1 [2020-10-12T18:40:49.666Z] Step 21/22 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:40:49.666Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-12T18:40:49.666Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-10-12T18:40:49.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T18:40:49.804Z] . [Pipeline] withDockerContainer [2020-10-12T18:40:50.047Z] prd-ubuntu18.04-docker-arm64-4c-16g-4873 does not seem to be running inside a container [2020-10-12T18:40:50.093Z] ---> Running in 0a25b2e25eaa [2020-10-12T18:40:50.093Z] ---> Running in a65f7043ea73 [2020-10-12T18:40:50.093Z] ---> 349954d8fb0c [2020-10-12T18:40:50.093Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-12T18:40:50.146Z] $ 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/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:40:50.825Z] Removing intermediate container 0a25b2e25eaa [2020-10-12T18:40:50.825Z] ---> ebc1ef2e7920 [2020-10-12T18:40:50.825Z] [2020-10-12T18:40:51.188Z] Removing intermediate container a65f7043ea73 [2020-10-12T18:40:51.188Z] ---> 7e130c643d75 [2020-10-12T18:40:51.188Z] Step 22/22 : LABEL version=1.2.2-dev.64 [2020-10-12T18:40:51.188Z] Removing intermediate container 1c6abe495806 [2020-10-12T18:40:51.188Z] ---> f1927c3c5f05 [2020-10-12T18:40:51.188Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-12T18:40:51.491Z] $ docker top 87c503187c972572d2100f5c9546410e583082f4ae816db7534ed6067579a50f -eo pid,comm [2020-10-12T18:40:51.592Z] ---> Running in 6972cc644ce1 [2020-10-12T18:40:51.592Z] ---> Running in d486e9682d42 [Pipeline] { [Pipeline] sh [2020-10-12T18:40:51.975Z] Successfully built ebc1ef2e7920 [2020-10-12T18:40:52.298Z] Successfully tagged docker-core-command-go:latest [2020-10-12T18:40:52.298Z]  Building docker-core-command-go ... done  ---> 26ff355c7ed9 [2020-10-12T18:40:52.298Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-12T18:40:52.298Z] Building docker-security-secrets-setup-go [2020-10-12T18:40:52.562Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-12T18:40:53.215Z] Removing intermediate container 6972cc644ce1 [2020-10-12T18:40:53.215Z] ---> be8e88a8335f [2020-10-12T18:40:53.215Z] [2020-10-12T18:40:53.585Z] Successfully built be8e88a8335f [2020-10-12T18:40:53.585Z] Successfully tagged docker-core-metadata-go:latest [2020-10-12T18:40:53.585Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-10-12T18:40:57.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:40:57.005Z] ---> 19a1fa59878e [2020-10-12T18:40:57.005Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-12T18:40:57.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:40:57.948Z] Building docker-core-command-go ... [2020-10-12T18:40:57.948Z] Building docker-core-data-go ... [2020-10-12T18:40:57.948Z] Building docker-core-metadata-go ... [2020-10-12T18:40:57.948Z] Building docker-security-proxy-setup-go ... [2020-10-12T18:40:57.948Z] Building docker-security-secrets-setup-go ... [2020-10-12T18:40:57.948Z] Building docker-security-secretstore-setup-go ... [2020-10-12T18:40:57.948Z] Building docker-support-logging-go ... [2020-10-12T18:40:57.948Z] Building docker-support-notifications-go ... [2020-10-12T18:40:57.948Z] Building docker-support-scheduler-go ... [2020-10-12T18:40:57.948Z] Building docker-sys-mgmt-agent-go ... [2020-10-12T18:40:57.948Z] Building docker-security-secrets-setup-go [2020-10-12T18:40:57.948Z] Building docker-support-scheduler-go [2020-10-12T18:40:57.948Z] Building docker-security-secretstore-setup-go [2020-10-12T18:40:57.948Z] Building docker-sys-mgmt-agent-go [2020-10-12T18:40:57.948Z] Building docker-support-notifications-go [2020-10-12T18:40:58.948Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-12T18:40:58.948Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-12T18:40:58.948Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-12T18:40:59.251Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-12T18:41:00.347Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-12T18:41:01.247Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:41:01.247Z] OK: 8 MiB in 19 packages [2020-10-12T18:41:03.002Z] ---> a255c32f4b4f [2020-10-12T18:41:03.002Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T18:41:03.860Z] ---> d6b7f2bba7eb [2020-10-12T18:41:03.860Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T18:41:03.860Z] ---> Running in f2b6cf58f79f [2020-10-12T18:41:04.161Z] Removing intermediate container d486e9682d42 [2020-10-12T18:41:04.162Z] ---> 55872a959535 [2020-10-12T18:41:04.162Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-12T18:41:04.556Z] ---> ee545a1fd7f4 [2020-10-12T18:41:04.556Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-12T18:41:06.774Z] ---> cadc48a44f8a [2020-10-12T18:41:06.774Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-12T18:41:06.774Z] Removing intermediate container f2b6cf58f79f [2020-10-12T18:41:06.774Z] ---> 6f03ea140723 [2020-10-12T18:41:06.774Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T18:41:07.064Z] ---> Running in 3181c6f6cbdb [2020-10-12T18:41:07.398Z] ---> 227113385a50 [2020-10-12T18:41:07.398Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-12T18:41:07.398Z] ---> Running in 4845666abfda [2020-10-12T18:41:07.688Z] Removing intermediate container 3181c6f6cbdb [2020-10-12T18:41:07.688Z] ---> c80d5e45b136 [2020-10-12T18:41:07.688Z] Step 24/26 : LABEL arch=x86_64 [2020-10-12T18:41:07.688Z] ---> Running in 72c655cf8195 [2020-10-12T18:41:07.993Z] Removing intermediate container 4845666abfda [2020-10-12T18:41:07.993Z] ---> e53e3e30b28a [2020-10-12T18:41:07.993Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:41:07.993Z] ---> Running in c4b417c05618 [2020-10-12T18:41:08.321Z] Removing intermediate container 72c655cf8195 [2020-10-12T18:41:08.321Z] ---> 62b57ce05098 [2020-10-12T18:41:08.321Z] Step 25/26 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:41:09.991Z] Removing intermediate container c4b417c05618 [2020-10-12T18:41:09.991Z] ---> 3a5a5c27e4a5 [2020-10-12T18:41:09.991Z] Step 21/23 : LABEL arch=x86_64 [2020-10-12T18:41:09.991Z] ---> Running in 588424ecc29f [2020-10-12T18:41:11.504Z] ---> Running in 39eb2f739000 [2020-10-12T18:41:12.369Z] Removing intermediate container 588424ecc29f [2020-10-12T18:41:12.369Z] ---> 60ebbe723133 [2020-10-12T18:41:12.369Z] Step 26/26 : LABEL version=1.2.2-dev.64 [2020-10-12T18:41:13.118Z] ---> Running in 04a9e0085e4b [2020-10-12T18:41:14.108Z] Removing intermediate container 39eb2f739000 [2020-10-12T18:41:14.108Z] ---> 6cc5dfbf77ed [2020-10-12T18:41:14.108Z] Step 22/23 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:41:14.822Z] ---> Running in 2ee60429809e [2020-10-12T18:41:14.822Z] Removing intermediate container 04a9e0085e4b [2020-10-12T18:41:14.822Z] ---> b38c800f9f78 [2020-10-12T18:41:14.822Z] [2020-10-12T18:41:16.025Z] Successfully built b38c800f9f78 [2020-10-12T18:41:16.311Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-12T18:41:16.311Z] Building docker-sys-mgmt-agent-go [2020-10-12T18:41:16.984Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2ee60429809e [2020-10-12T18:41:16.984Z] ---> b317a96a5728 [2020-10-12T18:41:16.984Z] Step 23/23 : LABEL version=1.2.2-dev.64 [2020-10-12T18:41:17.284Z] ---> Running in d7c4fbba5928 [2020-10-12T18:41:19.491Z] Removing intermediate container d7c4fbba5928 [2020-10-12T18:41:19.491Z] ---> eb06a3a5ee6e [2020-10-12T18:41:19.491Z] [2020-10-12T18:41:21.171Z] Successfully built eb06a3a5ee6e [2020-10-12T18:41:21.171Z] Successfully tagged docker-core-data-go:latest [2020-10-12T18:41:21.171Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-12T18:41:40.777Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:41:40.777Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-12T18:41:40.777Z] ---> 457388abebf0 [2020-10-12T18:41:40.777Z] Step 3/29 : WORKDIR /edgex-go [2020-10-12T18:41:40.777Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:41:40.777Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:41:40.777Z] ---> 457388abebf0 [2020-10-12T18:41:40.777Z] Step 3/20 : WORKDIR /edgex-go [2020-10-12T18:41:40.777Z] ---> Using cache [2020-10-12T18:41:40.777Z] ---> d75d587677ef [2020-10-12T18:41:40.777Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:41:40.777Z] ---> Using cache [2020-10-12T18:41:40.777Z] ---> d75d587677ef [2020-10-12T18:41:40.777Z] Step 4/29 : RUN apk update && apk add make git [2020-10-12T18:41:40.777Z] ---> Using cache [2020-10-12T18:41:40.777Z] ---> 9fe8128d441f [2020-10-12T18:41:40.777Z] Step 5/20 : RUN apk update && apk add make git [2020-10-12T18:41:40.777Z] ---> Using cache [2020-10-12T18:41:40.777Z] ---> 5bda6d9c431f [2020-10-12T18:41:40.777Z] Step 6/20 : COPY go.mod . [2020-10-12T18:41:40.777Z] ---> Using cache [2020-10-12T18:41:40.777Z] ---> dc69dfea96f7 [2020-10-12T18:41:40.777Z] Step 7/20 : RUN go mod download [2020-10-12T18:41:40.777Z] ---> Using cache [2020-10-12T18:41:40.777Z] ---> 7e5d07ebe494 [2020-10-12T18:41:40.777Z] Step 8/20 : COPY . . [2020-10-12T18:41:40.777Z] ---> Using cache [2020-10-12T18:41:40.777Z] ---> 9c6c12c3c9e7 [2020-10-12T18:41:40.777Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-12T18:41:41.355Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:41:41.355Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:41:41.355Z] ---> 457388abebf0 [2020-10-12T18:41:41.355Z] Step 3/24 : WORKDIR /edgex-go [2020-10-12T18:41:41.355Z] ---> Using cache [2020-10-12T18:41:41.355Z] ---> d75d587677ef [2020-10-12T18:41:41.355Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:41:41.355Z] ---> Using cache [2020-10-12T18:41:41.355Z] ---> 9fe8128d441f [2020-10-12T18:41:41.355Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-12T18:41:42.282Z] ---> Running in 9f998802e195 [2020-10-12T18:41:42.282Z] ---> Running in 012a4b59f78f [2020-10-12T18:41:42.282Z] ---> Running in 3bc01d451e9e [2020-10-12T18:41:46.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-12T18:41:46.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:41:46.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:41:48.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:41:48.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:41:49.725Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:41:49.725Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:41:49.725Z] OK: 12752 distinct packages available [2020-10-12T18:41:50.043Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:41:50.043Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:41:50.043Z] OK: 12752 distinct packages available [2020-10-12T18:41:50.366Z] OK: 233 MiB in 51 packages [2020-10-12T18:41:50.366Z] OK: 233 MiB in 51 packages [2020-10-12T18:41:56.130Z] Removing intermediate container 9f998802e195 [2020-10-12T18:41:56.130Z] ---> 7fd992c28882 [2020-10-12T18:41:56.130Z] Step 5/29 : COPY go.mod . [2020-10-12T18:41:56.130Z] Removing intermediate container 3bc01d451e9e [2020-10-12T18:41:56.130Z] ---> c2660b23fb11 [2020-10-12T18:41:56.130Z] Step 6/24 : COPY go.mod . [2020-10-12T18:41:57.626Z] ---> 3330a743582e [2020-10-12T18:41:57.626Z] Step 7/24 : RUN go mod download [2020-10-12T18:41:57.626Z] ---> 061648b66475 [2020-10-12T18:41:57.626Z] Step 6/29 : RUN go mod download [2020-10-12T18:41:58.242Z] ---> Running in cf29fc03daa5 [2020-10-12T18:41:58.242Z] ---> Running in 92d66e85e528 [2020-10-12T18:42:04.138Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:42:04.138Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:42:04.138Z] ---> 457388abebf0 [2020-10-12T18:42:04.138Z] Step 3/27 : WORKDIR /edgex-go [2020-10-12T18:42:04.138Z] ---> Using cache [2020-10-12T18:42:04.138Z] ---> d75d587677ef [2020-10-12T18:42:04.138Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:42:04.138Z] ---> Using cache [2020-10-12T18:42:04.138Z] ---> 9fe8128d441f [2020-10-12T18:42:04.138Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-12T18:42:05.806Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:42:05.806Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:42:05.806Z] ---> 457388abebf0 [2020-10-12T18:42:05.806Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T18:42:05.806Z] ---> Using cache [2020-10-12T18:42:05.806Z] ---> d75d587677ef [2020-10-12T18:42:05.806Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:42:05.806Z] ---> Using cache [2020-10-12T18:42:05.806Z] ---> 9fe8128d441f [2020-10-12T18:42:05.806Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-12T18:42:06.153Z] ---> Running in a1e333c81f6a [2020-10-12T18:42:06.725Z] ---> Running in a435b9ebab93 [2020-10-12T18:42:07.430Z] Removing intermediate container 92d66e85e528 [2020-10-12T18:42:07.430Z] ---> 278ba8873df4 [2020-10-12T18:42:07.430Z] Step 7/29 : COPY . . [2020-10-12T18:42:07.726Z] Removing intermediate container cf29fc03daa5 [2020-10-12T18:42:07.726Z] ---> e748839a2401 [2020-10-12T18:42:07.726Z] Step 8/24 : COPY . . [2020-10-12T18:42:08.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:42:08.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:42:09.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:42:09.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:42:10.537Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:42:10.537Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:42:10.537Z] OK: 12752 distinct packages available [2020-10-12T18:42:10.889Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:42:10.889Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:42:10.889Z] OK: 12752 distinct packages available [2020-10-12T18:42:12.721Z] OK: 233 MiB in 51 packages [2020-10-12T18:42:12.721Z] OK: 233 MiB in 51 packages [2020-10-12T18:42:13.529Z] OK: 233 MiB in 51 packages [2020-10-12T18:42:19.500Z] Removing intermediate container a1e333c81f6a [2020-10-12T18:42:19.500Z] ---> 406f2894c5bf [2020-10-12T18:42:19.500Z] Step 6/27 : COPY go.mod . [2020-10-12T18:42:19.743Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:42:19.743Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:42:19.743Z] ---> 81cccda859d1 [2020-10-12T18:42:19.743Z] Step 3/24 : WORKDIR /edgex-go [2020-10-12T18:42:19.743Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:42:19.743Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:42:19.743Z] ---> 81cccda859d1 [2020-10-12T18:42:19.743Z] Step 3/27 : WORKDIR /edgex-go [2020-10-12T18:42:19.743Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:42:19.743Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:42:19.743Z] ---> 81cccda859d1 [2020-10-12T18:42:19.743Z] Step 3/26 : WORKDIR /edgex-go [2020-10-12T18:42:19.743Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:42:19.743Z] [2020-10-12T18:42:19.743Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-envStep 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:42:19.743Z] [2020-10-12T18:42:19.743Z] ---> 81cccda859d1 [2020-10-12T18:42:19.743Z] ---> 81cccda859d1 [2020-10-12T18:42:19.743Z] Step 3/29 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go [2020-10-12T18:42:19.743Z] [2020-10-12T18:42:19.743Z] ---> Running in 7e68c190fa8f [2020-10-12T18:42:19.743Z] ---> Running in 8cf54e6b29a0 [2020-10-12T18:42:19.743Z] ---> Running in 7ce094f6d362 [2020-10-12T18:42:19.743Z] ---> Running in 241dc97c8380 [2020-10-12T18:42:19.743Z] ---> Running in a311cec2ec54 [2020-10-12T18:42:19.743Z] Removing intermediate container 8cf54e6b29a0 [2020-10-12T18:42:19.743Z] ---> 3b55cfb6b8e5 [2020-10-12T18:42:19.743Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:42:19.743Z] Removing intermediate container 7e68c190fa8f [2020-10-12T18:42:19.743Z] ---> 69db1f9ea451 [2020-10-12T18:42:19.743Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:42:19.743Z] Removing intermediate container a311cec2ec54 [2020-10-12T18:42:19.743Z] ---> cf9e47fe7118 [2020-10-12T18:42:19.743Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:42:19.743Z] Removing intermediate container 7ce094f6d362 [2020-10-12T18:42:19.743Z] ---> c6ba8a243ada [2020-10-12T18:42:19.743Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:42:19.743Z] ---> Running in 3a7b15a39688 [2020-10-12T18:42:19.743Z] Removing intermediate container 241dc97c8380 [2020-10-12T18:42:19.743Z] ---> abcd7683d2c7 [2020-10-12T18:42:19.743Z] Step 4/29 : RUN apk update && apk add make git [2020-10-12T18:42:19.743Z] ---> Running in 36db47f8fec5 [2020-10-12T18:42:19.743Z] ---> Running in 5a74e5ab0350 [2020-10-12T18:42:19.743Z] ---> Running in e724a5805d50 [2020-10-12T18:42:19.743Z] ---> Running in e9f96c6e9bcd [2020-10-12T18:42:20.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:20.301Z] Removing intermediate container a435b9ebab93 [2020-10-12T18:42:20.302Z] ---> 03f1d076593b [2020-10-12T18:42:20.302Z] Step 6/22 : COPY go.mod . [2020-10-12T18:42:21.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:21.022Z] Removing intermediate container 3a7b15a39688 [2020-10-12T18:42:21.022Z] ---> c91faab7789d [2020-10-12T18:42:21.022Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-12T18:42:21.022Z] Removing intermediate container 36db47f8fec5 [2020-10-12T18:42:21.022Z] ---> 4bdef5ba9313 [2020-10-12T18:42:21.022Z] Step 5/26 : RUN apk update && apk add make git [2020-10-12T18:42:21.022Z] ---> Running in b4584db7336f [2020-10-12T18:42:21.297Z] ---> Running in 56d894cc913b [2020-10-12T18:42:21.571Z] Removing intermediate container 5a74e5ab0350 [2020-10-12T18:42:21.571Z] ---> a3f8c8652a3b [2020-10-12T18:42:21.571Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-12T18:42:21.571Z] Removing intermediate container e724a5805d50 [2020-10-12T18:42:21.571Z] ---> 303f71f64718 [2020-10-12T18:42:21.571Z] Step 5/21 : RUN apk update && apk add make git [2020-10-12T18:42:21.845Z] ---> Running in 187e51037f5a [2020-10-12T18:42:22.120Z] ---> Running in a2ecad96af23 [2020-10-12T18:42:22.120Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:42:22.120Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:42:22.120Z] OK: 12623 distinct packages available [2020-10-12T18:42:22.147Z] ---> f00bc4b6bc04 [2020-10-12T18:42:22.147Z] Step 7/27 : RUN go mod download [2020-10-12T18:42:23.103Z] OK: 217 MiB in 51 packages [2020-10-12T18:42:23.185Z] ---> 6bb75dbb2a87 [2020-10-12T18:42:23.185Z] Step 7/22 : RUN go mod download [2020-10-12T18:42:23.488Z] ---> Running in b60150d42049 [2020-10-12T18:42:23.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:23.786Z] ---> Running in cf1f051e8a73 [2020-10-12T18:42:23.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:24.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:24.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:24.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:24.809Z] Removing intermediate container e9f96c6e9bcd [2020-10-12T18:42:24.809Z] ---> fcc7f7effe3f [2020-10-12T18:42:24.809Z] Step 5/29 : COPY go.mod . [2020-10-12T18:42:24.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:25.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:25.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:42:25.719Z] ---> b797c98feeee [2020-10-12T18:42:25.719Z] Step 6/29 : RUN go mod download [2020-10-12T18:42:25.719Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:42:25.719Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:42:25.719Z] OK: 12623 distinct packages available [2020-10-12T18:42:25.719Z] ---> Running in b43002802ae3 [2020-10-12T18:42:26.004Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:42:26.004Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:42:26.004Z] OK: 12623 distinct packages available [2020-10-12T18:42:26.601Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:42:26.601Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:42:26.601Z] OK: 12623 distinct packages available [2020-10-12T18:42:26.874Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:42:26.874Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:42:26.874Z] OK: 12623 distinct packages available [2020-10-12T18:42:27.152Z] OK: 217 MiB in 51 packages [2020-10-12T18:42:27.152Z] OK: 217 MiB in 51 packages [2020-10-12T18:42:27.767Z] OK: 217 MiB in 51 packages [2020-10-12T18:42:27.767Z] OK: 217 MiB in 51 packages [2020-10-12T18:42:29.208Z] Removing intermediate container b4584db7336f [2020-10-12T18:42:29.208Z] ---> 33faab6ffb04 [2020-10-12T18:42:29.208Z] Step 6/24 : COPY go.mod . [2020-10-12T18:42:29.208Z] Removing intermediate container 56d894cc913b [2020-10-12T18:42:29.208Z] ---> a7b3540f0961 [2020-10-12T18:42:29.208Z] Step 6/26 : COPY go.mod . [2020-10-12T18:42:29.490Z] Removing intermediate container 187e51037f5a [2020-10-12T18:42:29.490Z] ---> 9165be8c2a9e [2020-10-12T18:42:29.490Z] Step 6/27 : COPY go.mod . [2020-10-12T18:42:29.765Z] Removing intermediate container a2ecad96af23 [2020-10-12T18:42:29.765Z] ---> 4d1d0be497aa [2020-10-12T18:42:29.765Z] Step 6/21 : COPY go.mod . [2020-10-12T18:42:30.373Z] ---> 64c565dfa198 [2020-10-12T18:42:30.373Z] Step 7/24 : RUN go mod download [2020-10-12T18:42:30.373Z] ---> b63fa7e9a48c [2020-10-12T18:42:30.373Z] Step 7/26 : RUN go mod download [2020-10-12T18:42:30.373Z] Removing intermediate container b43002802ae3 [2020-10-12T18:42:30.373Z] ---> 56be15c722b3 [2020-10-12T18:42:30.373Z] Step 7/29 : COPY . . [2020-10-12T18:42:30.373Z] ---> Running in e99a81ab7052 [2020-10-12T18:42:30.648Z] ---> Running in 090b651818ec [2020-10-12T18:42:30.925Z] ---> 25a3701cd785 [2020-10-12T18:42:30.925Z] Step 7/27 : RUN go mod download [2020-10-12T18:42:30.925Z] ---> Running in 8e081ea0241b [2020-10-12T18:42:30.925Z] ---> d6d36d84a57d [2020-10-12T18:42:30.925Z] Step 7/21 : RUN go mod download [2020-10-12T18:42:31.527Z] ---> Running in b928641c3eba [2020-10-12T18:42:32.354Z] Removing intermediate container cf1f051e8a73 [2020-10-12T18:42:32.354Z] ---> 8351179607c3 [2020-10-12T18:42:32.354Z] Step 8/22 : COPY . . [2020-10-12T18:42:32.985Z] Removing intermediate container b60150d42049 [2020-10-12T18:42:32.985Z] ---> 144eb3053d43 [2020-10-12T18:42:32.985Z] Step 8/27 : COPY . . [2020-10-12T18:42:38.277Z] Removing intermediate container e99a81ab7052 [2020-10-12T18:42:38.277Z] ---> f8e33280d273 [2020-10-12T18:42:38.277Z] Step 8/24 : COPY . . [2020-10-12T18:42:38.277Z] Removing intermediate container 090b651818ec [2020-10-12T18:42:38.277Z] ---> 4dc65f4628fb [2020-10-12T18:42:38.277Z] Step 8/26 : COPY . . [2020-10-12T18:42:38.277Z] Removing intermediate container 8e081ea0241b [2020-10-12T18:42:38.277Z] ---> 3f428949a41b [2020-10-12T18:42:38.277Z] Step 8/27 : COPY . . [2020-10-12T18:42:38.277Z] Removing intermediate container b928641c3eba [2020-10-12T18:42:38.277Z] ---> 433756a798d3 [2020-10-12T18:42:38.277Z] Step 8/21 : COPY . . [2020-10-12T18:42:43.536Z] Removing intermediate container 012a4b59f78f [2020-10-12T18:42:43.536Z] ---> cc6aa9414722 [2020-10-12T18:42:43.536Z] [2020-10-12T18:42:43.536Z] Step 10/20 : FROM alpine [2020-10-12T18:42:43.536Z] ---> a24bb4013296 [2020-10-12T18:42:43.536Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-12T18:42:45.080Z] ---> Running in 389e60d42b51 [2020-10-12T18:42:47.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:42:48.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:42:49.238Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:42:49.238Z] v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:42:49.238Z] OK: 12750 distinct packages available [2020-10-12T18:42:49.812Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-12T18:42:49.812Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T18:42:49.812Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-12T18:42:50.188Z] (4/4) Installing curl (7.69.1-r1) [2020-10-12T18:42:50.188Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:42:50.458Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T18:42:50.458Z] OK: 7 MiB in 18 packages [2020-10-12T18:42:53.244Z] ---> 8768bd6a71a9 [2020-10-12T18:42:53.244Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-12T18:42:54.832Z] ---> a6cc66bf551b [2020-10-12T18:42:54.832Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-12T18:42:56.039Z] ---> Running in e4ba8f592903 [2020-10-12T18:42:57.590Z] ---> Running in cbeee200cb59 [2020-10-12T18:42:58.658Z] Removing intermediate container 389e60d42b51 [2020-10-12T18:42:58.658Z] ---> 653ac04205e6 [2020-10-12T18:42:58.658Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T18:42:58.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-12T18:42:58.977Z] ---> Running in b4539fa08f31 [2020-10-12T18:43:00.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-12T18:43:00.627Z] ---> d5d7f3069fc0 [2020-10-12T18:43:00.627Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-12T18:43:00.627Z] ---> Running in 2c7ef22ec754 [2020-10-12T18:43:00.627Z] ---> 50a840582ba1 [2020-10-12T18:43:00.627Z] 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-12T18:43:00.627Z] ---> 23d1b885907f [2020-10-12T18:43:00.627Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-12T18:43:00.627Z] ---> d0037c1e444d [2020-10-12T18:43:00.627Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-12T18:43:00.627Z] ---> 705346f4b3e8 [2020-10-12T18:43:00.627Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-12T18:43:00.627Z] ---> Running in a41e1e80c704 [2020-10-12T18:43:00.627Z] ---> Running in 51e1679cb030 [2020-10-12T18:43:00.627Z] ---> Running in 2737b14f972d [2020-10-12T18:43:00.627Z] ---> Running in 85a3fb73b5cc [2020-10-12T18:43:00.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-12T18:43:01.133Z] Removing intermediate container b4539fa08f31 [2020-10-12T18:43:01.133Z] ---> 5ba3b47a2c55 [2020-10-12T18:43:01.133Z] Step 13/20 : WORKDIR /edgex [2020-10-12T18:43:01.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-12T18:43:02.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-12T18:43:02.234Z] ---> Running in d6499e266bc0 [2020-10-12T18:43:02.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-12T18:43:02.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-12T18:43:04.456Z] Removing intermediate container d6499e266bc0 [2020-10-12T18:43:04.456Z] ---> f3ca4efbd020 [2020-10-12T18:43:04.456Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-12T18:43:06.087Z] ---> c0e4a443d61d [2020-10-12T18:43:06.087Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-12T18:43:09.664Z] ---> 978d75c8ebcf [2020-10-12T18:43:09.664Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-12T18:43:10.376Z] ---> Running in 7202aa1cfb96 [2020-10-12T18:43:10.675Z] ---> c71674a901a7 [2020-10-12T18:43:10.675Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-12T18:43:11.023Z] ---> Running in a10c66b55e7e [2020-10-12T18:43:11.336Z] Removing intermediate container 7202aa1cfb96 [2020-10-12T18:43:11.336Z] ---> 18648031e8f3 [2020-10-12T18:43:11.336Z] Step 17/20 : CMD ["--init=true"] [2020-10-12T18:43:11.336Z] ---> 4d89dc6e821c [2020-10-12T18:43:11.336Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-12T18:43:11.336Z] ---> Running in 22e7d9134b0c [2020-10-12T18:43:11.661Z] ---> Running in 3c300c0bd1c8 [2020-10-12T18:43:12.366Z] Removing intermediate container 22e7d9134b0c [2020-10-12T18:43:12.366Z] ---> ecdf45be0bae [2020-10-12T18:43:12.366Z] Step 18/20 : LABEL arch=x86_64 [2020-10-12T18:43:12.667Z] ---> Running in 9758921302f9 [2020-10-12T18:43:12.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-12T18:43:13.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-12T18:43:13.745Z] Removing intermediate container 9758921302f9 [2020-10-12T18:43:13.745Z] ---> 9793bfe7a0fa [2020-10-12T18:43:13.745Z] Step 19/20 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:43:13.745Z] ---> Running in e14683ddc40b [2020-10-12T18:43:14.032Z] Removing intermediate container e14683ddc40b [2020-10-12T18:43:14.032Z] ---> 354394074980 [2020-10-12T18:43:14.032Z] Step 20/20 : LABEL version=1.2.2-dev.64 [2020-10-12T18:43:14.340Z] ---> Running in 246fe3065fed [2020-10-12T18:43:15.054Z] Removing intermediate container 246fe3065fed [2020-10-12T18:43:15.054Z] ---> 7353571e4212 [2020-10-12T18:43:15.054Z] [2020-10-12T18:43:15.706Z] Successfully built 7353571e4212 [2020-10-12T18:43:15.706Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-12T18:43:43.254Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e4ba8f592903 [2020-10-12T18:43:43.254Z] ---> 3947f661269b [2020-10-12T18:43:43.254Z] [2020-10-12T18:43:43.254Z] Step 9/29 : FROM alpine:latest [2020-10-12T18:43:43.254Z] ---> a24bb4013296 [2020-10-12T18:43:43.254Z] 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-12T18:43:43.254Z] ---> Running in d9a5ac71bde0 [2020-10-12T18:43:43.254Z] Removing intermediate container d9a5ac71bde0 [2020-10-12T18:43:43.254Z] ---> 0edfdc66553d [2020-10-12T18:43:43.254Z] Step 11/29 : USER root [2020-10-12T18:43:43.254Z] ---> Running in 941fae9e695b [2020-10-12T18:43:43.254Z] Removing intermediate container 941fae9e695b [2020-10-12T18:43:43.254Z] ---> b5f3de8e6903 [2020-10-12T18:43:43.254Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-12T18:43:43.254Z] ---> Running in 52f20ee6a086 [2020-10-12T18:43:44.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:43:44.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:43:45.349Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:43:45.349Z] v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:43:45.349Z] OK: 12750 distinct packages available [2020-10-12T18:43:45.672Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-12T18:43:45.672Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-12T18:43:45.672Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:43:45.672Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T18:43:45.672Z] OK: 6 MiB in 16 packages [2020-10-12T18:43:46.753Z] Removing intermediate container cbeee200cb59 [2020-10-12T18:43:46.753Z] ---> 30b182829cb6 [2020-10-12T18:43:46.753Z] [2020-10-12T18:43:46.753Z] Step 10/24 : FROM scratch [2020-10-12T18:43:46.753Z] ---> [2020-10-12T18:43:46.753Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T18:43:50.837Z] ---> Running in 7eb1ba4d120a [2020-10-12T18:43:50.837Z] Removing intermediate container 52f20ee6a086 [2020-10-12T18:43:50.837Z] ---> fe87720ff79f [2020-10-12T18:43:50.837Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-12T18:43:51.451Z] ---> Running in cf44a7b20e04 [2020-10-12T18:43:51.821Z] Removing intermediate container 7eb1ba4d120a [2020-10-12T18:43:51.821Z] ---> 4ecdd32a43a4 [2020-10-12T18:43:51.821Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-12T18:43:51.821Z] ---> Running in 7c8b438e408e [2020-10-12T18:43:51.821Z] Removing intermediate container a10c66b55e7e [2020-10-12T18:43:51.821Z] ---> 25acca0dac25 [2020-10-12T18:43:51.821Z] [2020-10-12T18:43:51.821Z] Step 10/22 : FROM scratch [2020-10-12T18:43:51.821Z] ---> [2020-10-12T18:43:51.821Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T18:43:52.167Z] ---> Using cache [2020-10-12T18:43:52.167Z] ---> 4ecdd32a43a4 [2020-10-12T18:43:52.167Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-12T18:43:52.167Z] ---> Running in a360ea4a6086 [2020-10-12T18:43:52.451Z] Removing intermediate container cf44a7b20e04 [2020-10-12T18:43:52.451Z] ---> fbb9514b09e2 [2020-10-12T18:43:52.451Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-12T18:43:52.451Z] Removing intermediate container 7c8b438e408e [2020-10-12T18:43:52.451Z] ---> 5bb8c62a574f [2020-10-12T18:43:52.451Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-12T18:43:52.777Z] ---> Running in 00128ff9c0d5 [2020-10-12T18:43:53.488Z] ---> Running in 743056661cce [2020-10-12T18:43:53.825Z] Removing intermediate container a360ea4a6086 [2020-10-12T18:43:53.825Z] ---> 1718491e5cbd [2020-10-12T18:43:53.825Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T18:43:53.825Z] ---> Running in 29efe8cc5da8 [2020-10-12T18:43:54.135Z] Removing intermediate container 00128ff9c0d5 [2020-10-12T18:43:54.135Z] ---> 7322aeb4032a [2020-10-12T18:43:54.135Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-12T18:43:54.135Z] Removing intermediate container 3c300c0bd1c8 [2020-10-12T18:43:54.135Z] ---> 1946c50eda5b [2020-10-12T18:43:54.135Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-12T18:43:54.135Z] Removing intermediate container 743056661cce [2020-10-12T18:43:54.135Z] ---> a10703bbec62 [2020-10-12T18:43:54.135Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-12T18:43:54.135Z] ---> Running in 9de27b7415bb [2020-10-12T18:43:54.135Z] ---> Running in 7668d7517dd3 [2020-10-12T18:43:54.432Z] Removing intermediate container 29efe8cc5da8 [2020-10-12T18:43:54.432Z] ---> a78fcebd0dfb [2020-10-12T18:43:54.432Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-12T18:43:54.807Z] ---> 412cecf8fd9c [2020-10-12T18:43:54.807Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-12T18:43:55.108Z] ---> 509e07f80046 [2020-10-12T18:43:55.108Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-12T18:43:55.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-12T18:43:56.183Z] ---> 864fa48e188a [2020-10-12T18:43:56.183Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-12T18:43:56.183Z] ---> 2d022ca6a226 [2020-10-12T18:43:56.183Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-12T18:43:57.162Z] Removing intermediate container 7668d7517dd3 [2020-10-12T18:43:57.162Z] ---> f6b1c11a4ab1 [2020-10-12T18:43:57.162Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-12T18:43:57.455Z] ---> 94d3d2df5faa [2020-10-12T18:43:57.455Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-12T18:43:57.455Z] ---> 38a6e9930a8f [2020-10-12T18:43:57.455Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-12T18:43:58.089Z] ---> 3ec561ae46b3 [2020-10-12T18:43:58.089Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-12T18:43:58.089Z] Removing intermediate container 9de27b7415bb [2020-10-12T18:43:58.089Z] ---> 8b5a48437489 [2020-10-12T18:43:58.089Z] [2020-10-12T18:43:58.089Z] Step 11/27 : FROM docker:latest [2020-10-12T18:43:58.089Z] ---> 809cc4dba987 [2020-10-12T18:43:58.089Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-12T18:43:58.530Z] ---> Running in 35ad79df732a [2020-10-12T18:43:58.530Z] ---> Running in f20e9ad0e7e6 [2020-10-12T18:43:58.530Z] ---> 6f770b10830d [2020-10-12T18:43:58.530Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-12T18:43:58.530Z] ---> 2beda690209e [2020-10-12T18:43:58.530Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-12T18:43:58.914Z] Removing intermediate container 35ad79df732a [2020-10-12T18:43:58.914Z] ---> 8fc657673d65 [2020-10-12T18:43:58.914Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:43:59.267Z] ---> Running in cf2fb256f259 [2020-10-12T18:43:59.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:43:59.541Z] ---> 8a517e1e2b21 [2020-10-12T18:43:59.541Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-12T18:43:59.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:44:00.092Z] (1/2) Installing readline (8.0.4-r0) [2020-10-12T18:44:00.092Z] ---> 5e4e26597553 [2020-10-12T18:44:00.092Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-12T18:44:00.092Z] (2/2) Installing bash (5.0.17-r0) [2020-10-12T18:44:00.444Z] Removing intermediate container cf2fb256f259 [2020-10-12T18:44:00.444Z] ---> cdac7e4d5d74 [2020-10-12T18:44:00.444Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T18:44:00.444Z] Executing bash-5.0.17-r0.post-install [2020-10-12T18:44:00.444Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:44:00.444Z] OK: 12 MiB in 22 packages [2020-10-12T18:44:00.444Z] ---> Running in cd1366328d3e [2020-10-12T18:44:00.444Z] ---> 946be6e6ce38 [2020-10-12T18:44:00.444Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-12T18:44:00.759Z] ---> da4b554a9208 [2020-10-12T18:44:00.759Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-12T18:44:01.044Z] Removing intermediate container cd1366328d3e [2020-10-12T18:44:01.044Z] ---> dafabad681fa [2020-10-12T18:44:01.044Z] Step 21/22 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:44:01.044Z] ---> Running in dfe0ed108eeb [2020-10-12T18:44:01.044Z] ---> Running in 069e7201fab5 [2020-10-12T18:44:01.044Z] ---> 5f37ccca7910 [2020-10-12T18:44:01.044Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-12T18:44:01.317Z] Removing intermediate container dfe0ed108eeb [2020-10-12T18:44:01.317Z] ---> 2ca0ddfafa11 [2020-10-12T18:44:01.317Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:44:01.595Z] ---> Running in cea6d99ea478 [2020-10-12T18:44:01.595Z] Removing intermediate container 069e7201fab5 [2020-10-12T18:44:01.595Z] ---> d935f4b548fa [2020-10-12T18:44:01.595Z] Step 22/22 : LABEL version=1.2.2-dev.64 [2020-10-12T18:44:01.595Z] Removing intermediate container f20e9ad0e7e6 [2020-10-12T18:44:01.595Z] ---> 644618f1d5b4 [2020-10-12T18:44:01.595Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-12T18:44:01.595Z] ---> Running in d3912a4bcf70 [2020-10-12T18:44:01.916Z] ---> f99d457d5e5f [2020-10-12T18:44:01.916Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-12T18:44:01.916Z] ---> Running in 98cc06285415 [2020-10-12T18:44:01.916Z] ---> Running in 4f87d0d403ef [2020-10-12T18:44:02.269Z] Removing intermediate container cea6d99ea478 [2020-10-12T18:44:02.269Z] ---> 5b927a1e66a4 [2020-10-12T18:44:02.269Z] Step 22/24 : LABEL arch=x86_64 [2020-10-12T18:44:02.587Z] Removing intermediate container d3912a4bcf70 [2020-10-12T18:44:02.587Z] ---> 8f9de87b5ab4 [2020-10-12T18:44:02.587Z] [2020-10-12T18:44:02.587Z] ---> Running in 989641926f94 [2020-10-12T18:44:02.927Z] Successfully built 8f9de87b5ab4 [2020-10-12T18:44:02.927Z] Successfully tagged docker-support-logging-go:latest [2020-10-12T18:44:03.310Z]  Building docker-support-logging-go ... done Removing intermediate container 989641926f94 [2020-10-12T18:44:03.311Z] ---> fe37a7622afa [2020-10-12T18:44:03.311Z] Step 23/24 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:44:03.311Z] ---> Running in 6d9173fa417b [2020-10-12T18:44:03.969Z] Removing intermediate container 6d9173fa417b [2020-10-12T18:44:03.969Z] ---> 2c6a7ff67938 [2020-10-12T18:44:03.969Z] Step 24/24 : LABEL version=1.2.2-dev.64 [2020-10-12T18:44:04.257Z] ---> Running in 20079021edbc [2020-10-12T18:44:04.527Z] Removing intermediate container 98cc06285415 [2020-10-12T18:44:04.527Z] ---> 76e3ba7bba48 [2020-10-12T18:44:04.527Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-12T18:44:04.527Z] Removing intermediate container 20079021edbc [2020-10-12T18:44:04.527Z] ---> b30e6f2b0f9c [2020-10-12T18:44:04.527Z] [2020-10-12T18:44:04.803Z] ---> Running in 8402f8da5161 [2020-10-12T18:44:05.092Z] Successfully built b30e6f2b0f9c [2020-10-12T18:44:05.092Z] Successfully tagged docker-support-notifications-go:latest [2020-10-12T18:44:05.092Z]  Building docker-support-notifications-go ... done Removing intermediate container 4f87d0d403ef [2020-10-12T18:44:05.092Z] ---> 3fd695e0582a [2020-10-12T18:44:05.092Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T18:44:05.092Z] Removing intermediate container 8402f8da5161 [2020-10-12T18:44:05.092Z] ---> d2318d061729 [2020-10-12T18:44:05.092Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-12T18:44:05.385Z] ---> Running in 72cc4d06b841 [2020-10-12T18:44:05.672Z] ---> 468be2ca42d9 [2020-10-12T18:44:05.672Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T18:44:05.672Z] Removing intermediate container 72cc4d06b841 [2020-10-12T18:44:05.672Z] ---> 6fa377af2d2f [2020-10-12T18:44:05.673Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-12T18:44:05.995Z] ---> Running in 00dc39ecdc9f [2020-10-12T18:44:05.995Z] ---> Running in 6f366e1e9311 [2020-10-12T18:44:06.315Z] Removing intermediate container 6f366e1e9311 [2020-10-12T18:44:06.315Z] ---> 34e77302de86 [2020-10-12T18:44:06.315Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-12T18:44:07.802Z] ---> b5a24916735a [2020-10-12T18:44:07.802Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-12T18:44:08.082Z] Removing intermediate container 00dc39ecdc9f [2020-10-12T18:44:08.082Z] ---> 168d5f85f07b [2020-10-12T18:44:08.082Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-12T18:44:08.082Z] ---> Running in 363a0b4bd285 [2020-10-12T18:44:08.371Z] ---> 0dbf303549a3 [2020-10-12T18:44:08.371Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-12T18:44:09.393Z] ---> 6c49d00dde57 [2020-10-12T18:44:09.393Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-12T18:44:09.393Z] ---> Running in 068277ee612b [2020-10-12T18:44:10.471Z] Removing intermediate container 363a0b4bd285 [2020-10-12T18:44:10.471Z] ---> 1b0dd1ccaa25 [2020-10-12T18:44:10.471Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T18:44:10.471Z] ---> Running in fe592c42b174 [2020-10-12T18:44:10.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:44:10.782Z] Removing intermediate container fe592c42b174 [2020-10-12T18:44:10.782Z] ---> 669d32631afb [2020-10-12T18:44:10.782Z] Step 26/29 : CMD [ "generate" ] [2020-10-12T18:44:10.782Z] ---> Running in be457b4c2305 [2020-10-12T18:44:11.440Z] Removing intermediate container be457b4c2305 [2020-10-12T18:44:11.440Z] ---> be6a563c03b1 [2020-10-12T18:44:11.440Z] Step 27/29 : LABEL arch=x86_64 [2020-10-12T18:44:11.440Z] ---> Running in aa8e2b063ce5 [2020-10-12T18:44:11.738Z] Removing intermediate container aa8e2b063ce5 [2020-10-12T18:44:11.738Z] ---> 71b11e5394eb [2020-10-12T18:44:11.738Z] Step 28/29 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:44:11.738Z] ---> Running in bee339952cb4 [2020-10-12T18:44:12.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:44:12.321Z] Removing intermediate container bee339952cb4 [2020-10-12T18:44:12.321Z] ---> d17d6a58db6a [2020-10-12T18:44:12.321Z] Step 29/29 : LABEL version=1.2.2-dev.64 [2020-10-12T18:44:12.321Z] ---> Running in b315ab5429e3 [2020-10-12T18:44:12.928Z] Removing intermediate container b315ab5429e3 [2020-10-12T18:44:12.928Z] ---> bf08575504fe [2020-10-12T18:44:12.928Z] [2020-10-12T18:44:13.530Z] Successfully built bf08575504fe [2020-10-12T18:44:13.530Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-12T18:44:15.925Z]  Building docker-security-secrets-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-10-12T18:44:16.552Z] (2/33) Installing expat (2.2.9-r1) [2020-10-12T18:44:16.835Z] (3/33) Installing libffi (3.3-r2) [2020-10-12T18:44:16.835Z] (4/33) Installing gdbm (1.13-r1) [2020-10-12T18:44:17.104Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-12T18:44:17.752Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-12T18:44:18.780Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-12T18:44:22.306Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-12T18:44:22.306Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-12T18:44:22.306Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-12T18:44:22.306Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-12T18:44:22.306Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-12T18:44:22.306Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-12T18:44:22.306Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-12T18:44:22.306Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-12T18:44:22.306Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-12T18:44:22.306Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-12T18:44:22.590Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-12T18:44:22.590Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-12T18:44:22.590Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-12T18:44:22.590Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-12T18:44:22.590Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-12T18:44:22.590Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-12T18:44:22.897Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-12T18:44:22.897Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-12T18:44:22.897Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-12T18:44:22.897Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-12T18:44:22.897Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-12T18:44:22.897Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-12T18:44:22.897Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-12T18:44:22.897Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-12T18:44:22.897Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-12T18:44:23.207Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-12T18:44:23.207Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:44:23.207Z] OK: 71 MiB in 55 packages [2020-10-12T18:44:35.830Z] Removing intermediate container 068277ee612b [2020-10-12T18:44:35.830Z] ---> a9fafbb6f104 [2020-10-12T18:44:35.830Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-12T18:44:35.830Z] ---> Running in a31c6e3f3454 [2020-10-12T18:44:36.901Z] Collecting docker-compose==1.23.2 [2020-10-12T18:44:37.192Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-12T18:44:37.483Z] Collecting docker<4.0,>=3.6.0 [2020-10-12T18:44:37.483Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-12T18:44:37.780Z] Collecting PyYAML<4,>=3.10 [2020-10-12T18:44:37.780Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-12T18:44:39.345Z] 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-12T18:44:39.345Z] Collecting texttable<0.10,>=0.9.0 [2020-10-12T18:44:39.345Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-12T18:44:39.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-12T18:44:39.596Z] Removing intermediate container 2c7ef22ec754 [2020-10-12T18:44:39.596Z] ---> f4268c4b634c [2020-10-12T18:44:39.596Z] [2020-10-12T18:44:39.596Z] Step 9/29 : FROM alpine:latest [2020-10-12T18:44:39.596Z] latest: Pulling from library/alpine [2020-10-12T18:44:39.596Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-12T18:44:39.596Z] Status: Downloaded newer image for alpine:latest [2020-10-12T18:44:39.596Z] ---> 62ee0e9f8440 [2020-10-12T18:44:39.596Z] 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-12T18:44:39.596Z] ---> Running in 83604725b308 [2020-10-12T18:44:39.596Z] Removing intermediate container 83604725b308 [2020-10-12T18:44:39.596Z] ---> 78dd93bb3004 [2020-10-12T18:44:39.596Z] Step 11/29 : USER root [2020-10-12T18:44:39.596Z] ---> Running in 37dc6b00d32d [2020-10-12T18:44:39.596Z] Removing intermediate container 37dc6b00d32d [2020-10-12T18:44:39.596Z] ---> 42b6f5b5aceb [2020-10-12T18:44:39.596Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-12T18:44:39.596Z] ---> Running in 34de3e53096c [2020-10-12T18:44:39.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:44:39.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:44:40.064Z] Collecting cached-property<2,>=1.2.0 [2020-10-12T18:44:40.395Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-12T18:44:40.395Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-12T18:44:40.395Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-12T18:44:40.585Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:44:40.585Z] v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:44:40.585Z] OK: 12621 distinct packages available [2020-10-12T18:44:41.461Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-12T18:44:41.461Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-12T18:44:41.580Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-12T18:44:41.758Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-12T18:44:41.758Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-12T18:44:41.854Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-12T18:44:41.855Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:44:41.855Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T18:44:42.043Z] Collecting jsonschema<3,>=2.5.1 [2020-10-12T18:44:42.043Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-12T18:44:42.343Z] Collecting docopt<0.7,>=0.6.1 [2020-10-12T18:44:42.343Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-12T18:44:42.460Z] OK: 6 MiB in 16 packages [2020-10-12T18:44:43.097Z] Collecting docker-pycreds>=0.4.0 [2020-10-12T18:44:43.469Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-12T18:44:43.469Z] Collecting idna<2.8,>=2.5 [2020-10-12T18:44:43.469Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-12T18:44:43.469Z] 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-12T18:44:43.469Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-12T18:44:43.754Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-12T18:44:43.755Z] 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-12T18:44:43.755Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-12T18:44:43.755Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-12T18:44:43.755Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-12T18:44:43.755Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-12T18:44:44.039Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, texttable, cached-property, dockerpty, jsonschema, docopt, docker-compose [2020-10-12T18:44:44.039Z] Attempting uninstall: idna [2020-10-12T18:44:44.039Z] Found existing installation: idna 2.9 [2020-10-12T18:44:44.039Z] Uninstalling idna-2.9: [2020-10-12T18:44:44.039Z] Successfully uninstalled idna-2.9 [2020-10-12T18:44:44.337Z] Attempting uninstall: urllib3 [2020-10-12T18:44:44.337Z] Found existing installation: urllib3 1.25.9 [2020-10-12T18:44:44.337Z] Uninstalling urllib3-1.25.9: [2020-10-12T18:44:44.635Z] Successfully uninstalled urllib3-1.25.9 [2020-10-12T18:44:44.926Z] Attempting uninstall: requests [2020-10-12T18:44:44.926Z] Found existing installation: requests 2.23.0 [2020-10-12T18:44:44.926Z] Uninstalling requests-2.23.0: [2020-10-12T18:44:44.926Z] Successfully uninstalled requests-2.23.0 [2020-10-12T18:44:45.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-12T18:44:45.122Z] Removing intermediate container 34de3e53096c [2020-10-12T18:44:45.122Z] ---> 57ef547e3d07 [2020-10-12T18:44:45.122Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-12T18:44:45.406Z] ---> Running in 7a83d9a7c380 [2020-10-12T18:44:45.556Z] Running setup.py install for PyYAML: started [2020-10-12T18:44:46.419Z] Removing intermediate container 7a83d9a7c380 [2020-10-12T18:44:46.419Z] ---> 22f6f730d150 [2020-10-12T18:44:46.419Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-12T18:44:46.563Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-12T18:44:46.563Z] Running setup.py install for texttable: started [2020-10-12T18:44:46.697Z] ---> Running in 9023ad61c3ca [2020-10-12T18:44:47.298Z] Running setup.py install for texttable: finished with status 'done' [2020-10-12T18:44:47.298Z] Running setup.py install for dockerpty: started [2020-10-12T18:44:47.938Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-12T18:44:47.938Z] Running setup.py install for docopt: started [2020-10-12T18:44:48.167Z] Removing intermediate container 9023ad61c3ca [2020-10-12T18:44:48.167Z] ---> e3ada6e8d859 [2020-10-12T18:44:48.167Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-12T18:44:48.447Z] ---> Running in d9e6c26d08fb [2020-10-12T18:44:48.972Z] Running setup.py install for docopt: finished with status 'done' [2020-10-12T18:44:49.056Z] Removing intermediate container a41e1e80c704 [2020-10-12T18:44:49.056Z] ---> 2219afc328fa [2020-10-12T18:44:49.056Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-12T18:44:49.335Z] ---> Running in 5ebc5e8bcbe0 [2020-10-12T18:44:49.592Z] 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-12T18:44:52.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-12T18:44:53.357Z] Removing intermediate container d9e6c26d08fb [2020-10-12T18:44:53.357Z] ---> 7ebdd957b997 [2020-10-12T18:44:53.357Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-12T18:44:54.501Z] Removing intermediate container a31c6e3f3454 [2020-10-12T18:44:54.501Z] ---> fc8482bc2300 [2020-10-12T18:44:54.501Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-12T18:44:54.501Z] ---> Running in d51bcbc6b481 [2020-10-12T18:44:55.360Z] ---> eeeafad840b6 [2020-10-12T18:44:55.360Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-12T18:44:55.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T18:44:55.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T18:44:56.101Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T18:44:56.101Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-12T18:44:56.101Z] (3/3) Installing curl (7.69.1-r1) [2020-10-12T18:44:56.101Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:44:56.101Z] OK: 72 MiB in 58 packages [2020-10-12T18:44:57.117Z] Removing intermediate container d51bcbc6b481 [2020-10-12T18:44:57.117Z] ---> 271a2c6981fd [2020-10-12T18:44:57.117Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-12T18:44:57.117Z] ---> Running in afb33062e434 [2020-10-12T18:44:57.367Z] ---> 96bd5560f24e [2020-10-12T18:44:57.367Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-12T18:44:57.404Z] Removing intermediate container afb33062e434 [2020-10-12T18:44:57.404Z] ---> 8b76639a53a4 [2020-10-12T18:44:57.404Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:44:57.404Z] ---> Running in 16ff0101f361 [2020-10-12T18:44:57.706Z] Removing intermediate container 16ff0101f361 [2020-10-12T18:44:57.706Z] ---> 3d3f0ed928d1 [2020-10-12T18:44:57.706Z] Step 25/27 : LABEL arch=x86_64 [2020-10-12T18:44:57.991Z] ---> Running in 73912514245e [2020-10-12T18:44:58.279Z] Removing intermediate container 73912514245e [2020-10-12T18:44:58.279Z] ---> 6022f39522c7 [2020-10-12T18:44:58.279Z] Step 26/27 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:44:58.279Z] ---> Running in 634b0150d0b0 [2020-10-12T18:44:58.548Z] Removing intermediate container 634b0150d0b0 [2020-10-12T18:44:58.549Z] ---> e3b4ffd81e3a [2020-10-12T18:44:58.549Z] Step 27/27 : LABEL version=1.2.2-dev.64 [2020-10-12T18:44:58.827Z] ---> Running in c013374becc8 [2020-10-12T18:44:59.115Z] Removing intermediate container c013374becc8 [2020-10-12T18:44:59.115Z] ---> 70197031dfab [2020-10-12T18:44:59.115Z] [2020-10-12T18:44:59.357Z] ---> bb9fd6b610b7 [2020-10-12T18:44:59.357Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-12T18:44:59.357Z] Removing intermediate container 5ebc5e8bcbe0 [2020-10-12T18:44:59.357Z] ---> 35858d14f8d1 [2020-10-12T18:44:59.357Z] [2020-10-12T18:44:59.357Z] Step 11/27 : FROM docker:latest [2020-10-12T18:44:59.357Z] ---> 45884bde0078 [2020-10-12T18:44:59.357Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-12T18:44:59.386Z] Successfully built 70197031dfab [2020-10-12T18:44:59.386Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-12T18:44:59.636Z] Removing intermediate container 85a3fb73b5cc [2020-10-12T18:44:59.636Z] ---> 1b5b4484312f [2020-10-12T18:44:59.636Z] [2020-10-12T18:44:59.636Z] Step 10/26 : FROM alpine:3.10 [2020-10-12T18:44:59.915Z] ---> Running in d00fd9fb34a0 [2020-10-12T18:44:59.998Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-12T18:45:00.019Z] $ docker stop --time=1 9c031eeabe4861b265ba59aa5d315f1bf60efbfbfcea9efd3e3ad19b845e51aa [2020-10-12T18:45:00.201Z] 3.10: Pulling from library/alpine [2020-10-12T18:45:00.201Z] ---> 7a67a05be735 [2020-10-12T18:45:00.201Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-12T18:45:02.214Z] ---> 238a0330c8cc [2020-10-12T18:45:02.214Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-12T18:45:02.214Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-12T18:45:02.214Z] Status: Downloaded newer image for alpine:3.10 [2020-10-12T18:45:02.214Z] ---> 536a684cf733 [2020-10-12T18:45:02.214Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-12T18:45:02.214Z] ---> Running in 2be482374c62 [2020-10-12T18:45:02.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:45:02.497Z] ---> Running in ab0198fde5f7 [2020-10-12T18:45:02.727Z] $ docker rm -f 9c031eeabe4861b265ba59aa5d315f1bf60efbfbfcea9efd3e3ad19b845e51aa [2020-10-12T18:45:02.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:45:03.382Z] (1/2) Installing readline (8.0.4-r0) [2020-10-12T18:45:03.663Z] (2/2) Installing bash (5.0.17-r0) [2020-10-12T18:45:03.663Z] Executing bash-5.0.17-r0.post-install [2020-10-12T18:45:03.663Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:45:03.663Z] OK: 12 MiB in 22 packages [2020-10-12T18:45:03.703Z] + docker images [2020-10-12T18:45:03.703Z] + grep docker [2020-10-12T18:45:03.974Z] docker-sys-mgmt-agent-go latest 70197031dfab 5 seconds ago 290MB [2020-10-12T18:45:03.974Z] docker-security-secrets-setup-go latest bf08575504fe 51 seconds ago 24MB [2020-10-12T18:45:03.974Z] docker-support-notifications-go latest b30e6f2b0f9c 59 seconds ago 13.6MB [2020-10-12T18:45:03.974Z] docker-support-logging-go latest 8f9de87b5ab4 About a minute ago 11.1MB [2020-10-12T18:45:03.974Z] docker-security-proxy-setup-go latest 7353571e4212 About a minute ago 15.8MB [2020-10-12T18:45:03.974Z] docker-core-data-go latest eb06a3a5ee6e 3 minutes ago 23.6MB [2020-10-12T18:45:03.974Z] docker-security-secretstore-setup-go latest b38c800f9f78 3 minutes ago 32.4MB [2020-10-12T18:45:03.974Z] docker-core-metadata-go latest be8e88a8335f 4 minutes ago 14.2MB [2020-10-12T18:45:03.974Z] docker-core-command-go latest ebc1ef2e7920 4 minutes ago 12.2MB [2020-10-12T18:45:03.974Z] docker-support-scheduler-go latest adc8a6b61bca 4 minutes ago 12.3MB [2020-10-12T18:45:03.974Z] docker latest 809cc4dba987 3 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-12T18:45:04.506Z] provisioning config files... [2020-10-12T18:45:04.561Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/179@tmp/config6477157592409338034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T18:45:05.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:45:05.165Z] ---> docker-login.sh [2020-10-12T18:45:05.166Z] nexus3.edgexfoundry.org:10001 [2020-10-12T18:45:05.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:45:05.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:45:05.667Z] Removing intermediate container d00fd9fb34a0 [2020-10-12T18:45:05.667Z] ---> 97b09ee3056c [2020-10-12T18:45:05.667Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-12T18:45:05.943Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-12T18:45:05.943Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-12T18:45:05.943Z] OK: 10167 distinct packages available [2020-10-12T18:45:05.943Z] ---> Running in 393734b6283b [2020-10-12T18:45:06.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:45:06.149Z] Configure a credential helper to remove this warning. See [2020-10-12T18:45:06.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:45:06.149Z] [2020-10-12T18:45:06.149Z] Login Succeeded [2020-10-12T18:45:06.149Z] nexus3.edgexfoundry.org:10002 [2020-10-12T18:45:06.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:45:06.571Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-12T18:45:06.571Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-12T18:45:06.571Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-12T18:45:06.571Z] (4/5) Installing curl (7.66.0-r1) [2020-10-12T18:45:06.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:45:06.581Z] Configure a credential helper to remove this warning. See [2020-10-12T18:45:06.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:45:06.581Z] [2020-10-12T18:45:06.581Z] Login Succeeded [2020-10-12T18:45:06.581Z] nexus3.edgexfoundry.org:10003 [2020-10-12T18:45:06.860Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-12T18:45:06.860Z] Executing busybox-1.30.1-r3.trigger [2020-10-12T18:45:06.860Z] Executing ca-certificates-20191127-r2.trigger [2020-10-12T18:45:06.860Z] Removing intermediate container 2be482374c62 [2020-10-12T18:45:06.860Z] ---> c75243355f4f [2020-10-12T18:45:06.860Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T18:45:06.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:45:07.142Z] OK: 7 MiB in 19 packages [2020-10-12T18:45:07.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:45:07.259Z] Configure a credential helper to remove this warning. See [2020-10-12T18:45:07.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:45:07.259Z] [2020-10-12T18:45:07.259Z] Login Succeeded [2020-10-12T18:45:07.259Z] nexus3.edgexfoundry.org:10004 [2020-10-12T18:45:07.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:45:07.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:45:07.889Z] Configure a credential helper to remove this warning. See [2020-10-12T18:45:07.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:45:07.889Z] [2020-10-12T18:45:07.889Z] Login Succeeded [2020-10-12T18:45:07.889Z] docker.io [2020-10-12T18:45:08.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:45:09.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:45:09.045Z] Configure a credential helper to remove this warning. See [2020-10-12T18:45:09.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:45:09.045Z] [2020-10-12T18:45:09.045Z] Login Succeeded [2020-10-12T18:45:09.045Z] ---> docker-login.sh ends [Pipeline] } [2020-10-12T18:45:09.101Z] Deleting 1 temporary files [2020-10-12T18:45:09.121Z] ---> 4ba997a02084 [2020-10-12T18:45:09.121Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:45:09.365Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-12T18:45:09.366Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:09.366Z] 1.2.2-dev.64 [2020-10-12T18:45:09.366Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:09.366Z] master [2020-10-12T18:45:09.366Z] ===================================================== [2020-10-12T18:45:09.400Z] ---> Running in fa2461040ef6 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:09.673Z] Removing intermediate container 51e1679cb030 [2020-10-12T18:45:09.673Z] ---> 74aba9d652d8 [2020-10-12T18:45:09.673Z] [2020-10-12T18:45:09.673Z] Step 10/21 : FROM scratch [2020-10-12T18:45:09.673Z] ---> [2020-10-12T18:45:09.673Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T18:45:09.673Z] Removing intermediate container ab0198fde5f7 [2020-10-12T18:45:09.673Z] ---> 37f195dc4aae [2020-10-12T18:45:09.673Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T18:45:09.934Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:09.949Z] Removing intermediate container 2737b14f972d [2020-10-12T18:45:09.949Z] ---> 7235c0a712b4 [2020-10-12T18:45:09.949Z] [2020-10-12T18:45:09.949Z] Step 10/24 : FROM scratch [2020-10-12T18:45:09.949Z] ---> [2020-10-12T18:45:09.949Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T18:45:09.949Z] Removing intermediate container 393734b6283b [2020-10-12T18:45:09.949Z] ---> a9fec0b31aea [2020-10-12T18:45:09.949Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-12T18:45:09.949Z] ---> Running in 1f246a9938a4 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:10.230Z] ---> Running in 2db2ed195a80 [2020-10-12T18:45:10.230Z] ---> Running in f084ffe92c83 [2020-10-12T18:45:10.230Z] ---> Running in fba0be0e4cd6 [2020-10-12T18:45:10.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:10.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T18:45:10.650Z] b87805000202: Preparing [2020-10-12T18:45:10.650Z] 0847411985a4: Preparing [2020-10-12T18:45:10.650Z] a5ce8df0e6de: Preparing [2020-10-12T18:45:10.844Z] Removing intermediate container 1f246a9938a4 [2020-10-12T18:45:10.844Z] ---> 467239369377 [2020-10-12T18:45:10.844Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-12T18:45:10.844Z] Removing intermediate container 2db2ed195a80 [2020-10-12T18:45:10.844Z] ---> abe34e05fde9 [2020-10-12T18:45:10.844Z] Step 13/26 : WORKDIR / [2020-10-12T18:45:10.844Z] Removing intermediate container f084ffe92c83 [2020-10-12T18:45:10.844Z] ---> b9beadb6fbdd [2020-10-12T18:45:10.844Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-12T18:45:10.844Z] ---> Running in b1aea936d9fc [2020-10-12T18:45:11.123Z] ---> Running in d99cfc8bd578 [2020-10-12T18:45:11.123Z] Removing intermediate container fba0be0e4cd6 [2020-10-12T18:45:11.123Z] ---> f7d35b578c2d [2020-10-12T18:45:11.123Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-12T18:45:11.123Z] ---> Running in f0095763ed5c [2020-10-12T18:45:11.261Z] a5ce8df0e6de: Pushed [2020-10-12T18:45:11.261Z] b87805000202: Pushed [2020-10-12T18:45:11.396Z] ---> Running in 3ca402cb09a5 [2020-10-12T18:45:11.688Z] Removing intermediate container b1aea936d9fc [2020-10-12T18:45:11.688Z] ---> eb1d43252e48 [2020-10-12T18:45:11.688Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-12T18:45:11.966Z] Removing intermediate container d99cfc8bd578 [2020-10-12T18:45:11.966Z] ---> 0c8334129c51 [2020-10-12T18:45:11.966Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-12T18:45:11.966Z] ---> Running in 29fb38b7152e [2020-10-12T18:45:11.966Z] Removing intermediate container f0095763ed5c [2020-10-12T18:45:11.966Z] ---> 8c9ac847ddb7 [2020-10-12T18:45:11.966Z] 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-12T18:45:12.246Z] ---> Running in da0d2e1f6ca7 [2020-10-12T18:45:12.246Z] Removing intermediate container 3ca402cb09a5 [2020-10-12T18:45:12.246Z] ---> 72875ca5046c [2020-10-12T18:45:12.246Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-12T18:45:12.246Z] ---> Running in 437eaaa885cc [2020-10-12T18:45:12.517Z] Removing intermediate container 29fb38b7152e [2020-10-12T18:45:12.517Z] ---> d4ec01164013 [2020-10-12T18:45:12.517Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-12T18:45:12.790Z] Removing intermediate container da0d2e1f6ca7 [2020-10-12T18:45:12.790Z] ---> 5fb295d11376 [2020-10-12T18:45:12.790Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-12T18:45:12.790Z] Removing intermediate container fa2461040ef6 [2020-10-12T18:45:12.790Z] ---> efc720c986ef [2020-10-12T18:45:12.790Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-12T18:45:12.937Z] 0847411985a4: Pushed [2020-10-12T18:45:13.062Z] Removing intermediate container 437eaaa885cc [2020-10-12T18:45:13.062Z] ---> a8cadad6b72e [2020-10-12T18:45:13.062Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / ---> Running in 3854e4159690 [2020-10-12T18:45:13.062Z] [2020-10-12T18:45:13.208Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:8f79943c68f67c108a9d53b63922b8c32746930bbeb220c71bf02df5f3827c27 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:13.368Z] ---> 476b6b4dc7c8 [2020-10-12T18:45:13.368Z] 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-12T18:45:13.537Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:13.685Z] ---> a517befe3d9b [2020-10-12T18:45:13.685Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-12T18:45:14.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.64 [2020-10-12T18:45:14.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T18:45:14.080Z] b87805000202: Preparing [2020-10-12T18:45:14.080Z] 0847411985a4: Preparing [2020-10-12T18:45:14.080Z] a5ce8df0e6de: Preparing [2020-10-12T18:45:14.080Z] b87805000202: Layer already exists [2020-10-12T18:45:14.080Z] a5ce8df0e6de: Layer already exists [2020-10-12T18:45:14.080Z] 0847411985a4: Layer already exists [2020-10-12T18:45:14.326Z] ---> 95ec2133df14 [2020-10-12T18:45:14.326Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-12T18:45:14.376Z] 1.2.2-dev.64: digest: sha256:8f79943c68f67c108a9d53b63922b8c32746930bbeb220c71bf02df5f3827c27 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:14.767Z] ---> ec5febb1de5b [2020-10-12T18:45:14.767Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-12T18:45:14.771Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:15.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:15.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T18:45:15.109Z] b87805000202: Preparing [2020-10-12T18:45:15.109Z] 0847411985a4: Preparing [2020-10-12T18:45:15.109Z] a5ce8df0e6de: Preparing [2020-10-12T18:45:15.109Z] b87805000202: Layer already exists [2020-10-12T18:45:15.109Z] 0847411985a4: Layer already exists [2020-10-12T18:45:15.109Z] a5ce8df0e6de: Layer already exists [2020-10-12T18:45:15.377Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:8f79943c68f67c108a9d53b63922b8c32746930bbeb220c71bf02df5f3827c27 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:15.708Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:15.859Z] ---> 0f76dad5351e [2020-10-12T18:45:15.859Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-12T18:45:16.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-12T18:45:16.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T18:45:16.032Z] b87805000202: Preparing [2020-10-12T18:45:16.032Z] 0847411985a4: Preparing [2020-10-12T18:45:16.032Z] a5ce8df0e6de: Preparing [2020-10-12T18:45:16.032Z] b87805000202: Layer already exists [2020-10-12T18:45:16.032Z] a5ce8df0e6de: Layer already exists [2020-10-12T18:45:16.032Z] 0847411985a4: Layer already exists [2020-10-12T18:45:16.133Z] ---> 4676b08ebbd4 [2020-10-12T18:45:16.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-12T18:45:16.133Z] ---> 6320799e69a6 [2020-10-12T18:45:16.133Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-12T18:45:16.297Z] master: digest: sha256:8f79943c68f67c108a9d53b63922b8c32746930bbeb220c71bf02df5f3827c27 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-12T18:45:16.413Z] ---> 7fd7100cdbbc [2020-10-12T18:45:16.413Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:45:16.497Z] ===================================================== [Pipeline] echo [2020-10-12T18:45:16.546Z] taggedImages: [2020-10-12T18:45:16.546Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:16.546Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.64 [2020-10-12T18:45:16.546Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:16.546Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-12T18:45:16.614Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-12T18:45:16.614Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:16.614Z] 1.2.2-dev.64 [2020-10-12T18:45:16.614Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:16.614Z] master [2020-10-12T18:45:16.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:17.017Z] ---> 16fd3d2fa060 [2020-10-12T18:45:17.017Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-12T18:45:17.169Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:17.292Z] ---> 8040a3003af6 [2020-10-12T18:45:17.292Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-12T18:45:17.570Z] ---> cd18315bbada [2020-10-12T18:45:17.570Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-12T18:45:17.570Z] Removing intermediate container 3854e4159690 [2020-10-12T18:45:17.570Z] ---> b900361c50d3 [2020-10-12T18:45:17.570Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T18:45:17.570Z] ---> Running in fd9cc0a68f0a [2020-10-12T18:45:17.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:17.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T18:45:17.589Z] 815d1ef645d7: Preparing [2020-10-12T18:45:17.589Z] e0ffa34a7a2d: Preparing [2020-10-12T18:45:17.589Z] 2a8bf00bf5ed: Preparing [2020-10-12T18:45:17.589Z] 9ff1f467d4f4: Preparing [2020-10-12T18:45:17.589Z] 1303c291f221: Preparing [2020-10-12T18:45:17.589Z] 50644c29ef5a: Preparing [2020-10-12T18:45:17.589Z] 50644c29ef5a: Waiting [2020-10-12T18:45:17.859Z] ---> Running in 0721e22236d8 [2020-10-12T18:45:17.890Z] 1303c291f221: Pushed [2020-10-12T18:45:17.891Z] 815d1ef645d7: Pushed [2020-10-12T18:45:17.891Z] 2a8bf00bf5ed: Pushed [2020-10-12T18:45:18.202Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:18.464Z] Removing intermediate container fd9cc0a68f0a [2020-10-12T18:45:18.464Z] ---> 170e159842ef [2020-10-12T18:45:18.464Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:45:18.464Z] ---> da6bbbd02c64 [2020-10-12T18:45:18.464Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-12T18:45:18.464Z] ---> 0d5c25f3e652 [2020-10-12T18:45:18.464Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-12T18:45:18.464Z] ---> Running in 3fb9131f87b8 [2020-10-12T18:45:18.509Z] 9ff1f467d4f4: Pushed [2020-10-12T18:45:18.739Z] Removing intermediate container 0721e22236d8 [2020-10-12T18:45:18.739Z] ---> c349d9e657ae [2020-10-12T18:45:18.739Z] Step 26/29 : CMD [ "generate" ] [2020-10-12T18:45:18.739Z] ---> 104dbd7c1f1b [2020-10-12T18:45:18.739Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-12T18:45:18.739Z] ---> Running in 81acb6d0907f [2020-10-12T18:45:19.019Z] ---> Running in fb129371f595 [2020-10-12T18:45:19.297Z] Removing intermediate container 3fb9131f87b8 [2020-10-12T18:45:19.297Z] ---> 13ea764be260 [2020-10-12T18:45:19.297Z] Step 19/21 : LABEL arch=arm64 [2020-10-12T18:45:19.575Z] ---> Running in 1d52ffeaafd0 [2020-10-12T18:45:19.575Z] ---> 069c9fc9aa0a [2020-10-12T18:45:19.575Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-12T18:45:19.850Z] Removing intermediate container fb129371f595 [2020-10-12T18:45:19.850Z] ---> 1f3812595d4a [2020-10-12T18:45:19.850Z] Step 27/29 : LABEL arch=arm64 [2020-10-12T18:45:20.126Z] ---> Running in 71f88df222fc [2020-10-12T18:45:20.399Z] Removing intermediate container 1d52ffeaafd0 [2020-10-12T18:45:20.399Z] ---> 3b3336dce9fb [2020-10-12T18:45:20.399Z] Step 20/21 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:20.557Z] e0ffa34a7a2d: Pushed [2020-10-12T18:45:20.676Z] ---> 8b9299ea2fe9 [2020-10-12T18:45:20.677Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-12T18:45:20.677Z] ---> Running in 3a7290cec1fc [2020-10-12T18:45:20.677Z] Removing intermediate container 71f88df222fc [2020-10-12T18:45:20.677Z] ---> 296e6f646a28 [2020-10-12T18:45:20.677Z] Step 28/29 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:20.827Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:78c318d40d375d5c94c86790d9c9e166dc4913596073bec200d97a8bc9b6e6b8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:20.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:45:20.961Z] ---> Running in f737ed722a6f [2020-10-12T18:45:21.156Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:21.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:45:21.505Z] Removing intermediate container 3a7290cec1fc [2020-10-12T18:45:21.505Z] ---> 32efe8630957 [2020-10-12T18:45:21.505Z] Step 21/21 : LABEL version=1.2.2-dev.64 [2020-10-12T18:45:21.505Z] Removing intermediate container f737ed722a6f [2020-10-12T18:45:21.505Z] ---> 73595a29210b [2020-10-12T18:45:21.505Z] Step 29/29 : LABEL version=1.2.2-dev.64 [2020-10-12T18:45:21.505Z] ---> ddafe4a15ca5 [2020-10-12T18:45:21.505Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-12T18:45:21.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.64 [2020-10-12T18:45:21.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T18:45:21.593Z] 815d1ef645d7: Preparing [2020-10-12T18:45:21.593Z] e0ffa34a7a2d: Preparing [2020-10-12T18:45:21.593Z] 2a8bf00bf5ed: Preparing [2020-10-12T18:45:21.593Z] 9ff1f467d4f4: Preparing [2020-10-12T18:45:21.593Z] 1303c291f221: Preparing [2020-10-12T18:45:21.593Z] 50644c29ef5a: Preparing [2020-10-12T18:45:21.593Z] 50644c29ef5a: Waiting [2020-10-12T18:45:21.782Z] ---> Running in 6c37643dd524 [2020-10-12T18:45:21.782Z] ---> Running in 1451a8a30b53 [2020-10-12T18:45:21.782Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-12T18:45:21.782Z] (2/33) Installing expat (2.2.9-r1) [2020-10-12T18:45:21.782Z] (3/33) Installing libffi (3.3-r2) [2020-10-12T18:45:21.782Z] (4/33) Installing gdbm (1.13-r1) [2020-10-12T18:45:21.782Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-12T18:45:21.782Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-12T18:45:21.867Z] e0ffa34a7a2d: Layer already exists [2020-10-12T18:45:21.867Z] 815d1ef645d7: Layer already exists [2020-10-12T18:45:21.867Z] 2a8bf00bf5ed: Layer already exists [2020-10-12T18:45:21.867Z] 9ff1f467d4f4: Layer already exists [2020-10-12T18:45:21.867Z] 1303c291f221: Layer already exists [2020-10-12T18:45:21.867Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:21.867Z] 1.2.2-dev.64: digest: sha256:78c318d40d375d5c94c86790d9c9e166dc4913596073bec200d97a8bc9b6e6b8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:22.061Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-12T18:45:22.061Z] ---> 0270ecc9d74c [2020-10-12T18:45:22.061Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T18:45:22.224Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:22.339Z] Removing intermediate container 6c37643dd524 [2020-10-12T18:45:22.339Z] ---> d0860f827e5a [2020-10-12T18:45:22.339Z] [2020-10-12T18:45:22.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:22.618Z] Removing intermediate container 1451a8a30b53 [2020-10-12T18:45:22.618Z] ---> 53bcc11d3b3d [2020-10-12T18:45:22.618Z] [2020-10-12T18:45:22.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T18:45:22.875Z] 815d1ef645d7: Preparing [2020-10-12T18:45:22.875Z] e0ffa34a7a2d: Preparing [2020-10-12T18:45:22.875Z] 2a8bf00bf5ed: Preparing [2020-10-12T18:45:22.875Z] 9ff1f467d4f4: Preparing [2020-10-12T18:45:22.875Z] 1303c291f221: Preparing [2020-10-12T18:45:22.875Z] 50644c29ef5a: Preparing [2020-10-12T18:45:22.875Z] 50644c29ef5a: Waiting [2020-10-12T18:45:22.875Z] 815d1ef645d7: Layer already exists [2020-10-12T18:45:22.875Z] 2a8bf00bf5ed: Layer already exists [2020-10-12T18:45:22.875Z] 1303c291f221: Layer already exists [2020-10-12T18:45:22.875Z] e0ffa34a7a2d: Layer already exists [2020-10-12T18:45:22.875Z] 9ff1f467d4f4: Layer already exists [2020-10-12T18:45:22.875Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:22.875Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:78c318d40d375d5c94c86790d9c9e166dc4913596073bec200d97a8bc9b6e6b8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:22.916Z] ---> f92b9d5732b7 [2020-10-12T18:45:22.916Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-12T18:45:22.916Z] Successfully built d0860f827e5a [2020-10-12T18:45:23.206Z] Successfully built 53bcc11d3b3d [2020-10-12T18:45:23.206Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-12T18:45:23.206Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-10-12T18:45:23.206Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-12T18:45:23.206Z]  Building docker-security-secrets-setup-go ... done Building docker-core-metadata-go [2020-10-12T18:45:23.256Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:23.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-12T18:45:23.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T18:45:23.610Z] 815d1ef645d7: Preparing [2020-10-12T18:45:23.610Z] e0ffa34a7a2d: Preparing [2020-10-12T18:45:23.610Z] 2a8bf00bf5ed: Preparing [2020-10-12T18:45:23.610Z] 9ff1f467d4f4: Preparing [2020-10-12T18:45:23.610Z] 1303c291f221: Preparing [2020-10-12T18:45:23.610Z] 50644c29ef5a: Preparing [2020-10-12T18:45:23.610Z] 50644c29ef5a: Waiting [2020-10-12T18:45:23.610Z] 2a8bf00bf5ed: Layer already exists [2020-10-12T18:45:23.610Z] 9ff1f467d4f4: Layer already exists [2020-10-12T18:45:23.610Z] 1303c291f221: Layer already exists [2020-10-12T18:45:23.610Z] 815d1ef645d7: Layer already exists [2020-10-12T18:45:23.610Z] e0ffa34a7a2d: Layer already exists [2020-10-12T18:45:23.610Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:23.830Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-12T18:45:23.830Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-12T18:45:23.830Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-12T18:45:23.915Z] master: digest: sha256:78c318d40d375d5c94c86790d9c9e166dc4913596073bec200d97a8bc9b6e6b8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-12T18:45:24.115Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-12T18:45:24.115Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-12T18:45:24.115Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-12T18:45:24.115Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-12T18:45:24.115Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-12T18:45:24.115Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-12T18:45:24.115Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [Pipeline] echo [2020-10-12T18:45:24.123Z] ===================================================== [Pipeline] echo [2020-10-12T18:45:24.180Z] taggedImages: [2020-10-12T18:45:24.180Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:24.180Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.64 [2020-10-12T18:45:24.180Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:24.180Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-12T18:45:24.248Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-12T18:45:24.248Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:24.248Z] 1.2.2-dev.64 [2020-10-12T18:45:24.248Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:24.248Z] master [2020-10-12T18:45:24.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-12T18:45:24.394Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-12T18:45:24.394Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-12T18:45:24.394Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-12T18:45:24.394Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-12T18:45:24.394Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-12T18:45:24.394Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-12T18:45:24.394Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-12T18:45:24.394Z] (25/33) Installing py3-webencodings (0.5.1-r3) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:24.681Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-12T18:45:24.681Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-12T18:45:24.681Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-12T18:45:24.681Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-12T18:45:24.681Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-12T18:45:24.681Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-12T18:45:24.681Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-12T18:45:24.681Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-12T18:45:24.681Z] ---> Running in 9642e26372c3 [2020-10-12T18:45:24.857Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:24.968Z] ---> 570ee441712a [2020-10-12T18:45:24.968Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T18:45:24.968Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:45:24.968Z] OK: 71 MiB in 55 packages [2020-10-12T18:45:24.968Z] ---> Running in 074ff2a52825 [2020-10-12T18:45:25.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:25.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T18:45:25.246Z] 78ce0eecfcb8: Preparing [2020-10-12T18:45:25.246Z] 9feb0d60ddfe: Preparing [2020-10-12T18:45:25.246Z] 02f4400bf642: Preparing [2020-10-12T18:45:25.567Z] Removing intermediate container 9642e26372c3 [2020-10-12T18:45:25.567Z] ---> 754dd2f770a2 [2020-10-12T18:45:25.567Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:45:25.586Z] 02f4400bf642: Pushed [2020-10-12T18:45:25.586Z] 78ce0eecfcb8: Pushed [2020-10-12T18:45:26.177Z] ---> Running in 4a31edb3ffa8 [2020-10-12T18:45:27.940Z] 9feb0d60ddfe: Pushed [2020-10-12T18:45:28.170Z] Removing intermediate container 4a31edb3ffa8 [2020-10-12T18:45:28.170Z] ---> 808a49d42a0d [2020-10-12T18:45:28.170Z] Step 22/24 : LABEL arch=arm64 [2020-10-12T18:45:28.246Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:5df93d2bf0816b39dcadc79271276511fe94426afeac660ab83d3be516ec126b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:28.442Z] ---> Running in 2cd4b144435a [2020-10-12T18:45:28.875Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:29.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.64 [2020-10-12T18:45:29.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T18:45:29.286Z] 78ce0eecfcb8: Preparing [2020-10-12T18:45:29.286Z] 9feb0d60ddfe: Preparing [2020-10-12T18:45:29.286Z] 02f4400bf642: Preparing [2020-10-12T18:45:29.618Z] 78ce0eecfcb8: Layer already exists [2020-10-12T18:45:29.618Z] 02f4400bf642: Layer already exists [2020-10-12T18:45:29.618Z] 9feb0d60ddfe: Layer already exists [2020-10-12T18:45:29.891Z] Removing intermediate container 2cd4b144435a [2020-10-12T18:45:29.891Z] ---> 9c3bb8d75b19 [2020-10-12T18:45:29.891Z] Step 23/24 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:29.891Z] Removing intermediate container 074ff2a52825 [2020-10-12T18:45:29.891Z] ---> aae0f6422a00 [2020-10-12T18:45:29.891Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T18:45:29.897Z] 1.2.2-dev.64: digest: sha256:5df93d2bf0816b39dcadc79271276511fe94426afeac660ab83d3be516ec126b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:30.340Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:30.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:30.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T18:45:30.771Z] 78ce0eecfcb8: Preparing [2020-10-12T18:45:30.771Z] 9feb0d60ddfe: Preparing [2020-10-12T18:45:30.771Z] 02f4400bf642: Preparing [2020-10-12T18:45:30.771Z] 78ce0eecfcb8: Layer already exists [2020-10-12T18:45:30.771Z] 9feb0d60ddfe: Layer already exists [2020-10-12T18:45:30.771Z] 02f4400bf642: Layer already exists [2020-10-12T18:45:30.891Z] ---> Running in 6e41ab19bc89 [2020-10-12T18:45:30.891Z] ---> Running in 373f35bec89d [2020-10-12T18:45:31.063Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:5df93d2bf0816b39dcadc79271276511fe94426afeac660ab83d3be516ec126b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:31.486Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:31.871Z] Removing intermediate container 6e41ab19bc89 [2020-10-12T18:45:31.871Z] ---> 1f3f1b505c22 [2020-10-12T18:45:31.871Z] Removing intermediate container 373f35bec89d [2020-10-12T18:45:31.871Z] Step 24/26 : LABEL arch=arm64 [2020-10-12T18:45:31.871Z] ---> a7d78820787d [2020-10-12T18:45:31.871Z] Step 24/24 : LABEL version=1.2.2-dev.64 [2020-10-12T18:45:31.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-12T18:45:32.147Z] ---> Running in b6f52a99a987 [2020-10-12T18:45:32.147Z] ---> Running in 8ceb0f005cb3 [2020-10-12T18:45:32.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T18:45:32.244Z] 78ce0eecfcb8: Preparing [2020-10-12T18:45:32.244Z] 9feb0d60ddfe: Preparing [2020-10-12T18:45:32.244Z] 02f4400bf642: Preparing [2020-10-12T18:45:32.244Z] 9feb0d60ddfe: Layer already exists [2020-10-12T18:45:32.244Z] 02f4400bf642: Layer already exists [2020-10-12T18:45:32.244Z] 78ce0eecfcb8: Layer already exists [2020-10-12T18:45:32.244Z] master: digest: sha256:5df93d2bf0816b39dcadc79271276511fe94426afeac660ab83d3be516ec126b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:45:32.484Z] ===================================================== [Pipeline] echo [2020-10-12T18:45:32.529Z] taggedImages: [2020-10-12T18:45:32.529Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:32.529Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.64 [2020-10-12T18:45:32.529Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:32.529Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-12T18:45:32.591Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-12T18:45:32.591Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:32.591Z] 1.2.2-dev.64 [2020-10-12T18:45:32.591Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:32.591Z] master [2020-10-12T18:45:32.591Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-12T18:45:32.745Z] Removing intermediate container 8ceb0f005cb3 [2020-10-12T18:45:32.745Z] ---> 9c2e9e189cab [2020-10-12T18:45:32.745Z] Step 25/26 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:32.745Z] Removing intermediate container 81acb6d0907f [2020-10-12T18:45:32.745Z] Removing intermediate container b6f52a99a987 [2020-10-12T18:45:32.745Z] ---> c934f2f84609 [2020-10-12T18:45:32.745Z] [2020-10-12T18:45:32.745Z] ---> b188b229dd38 [2020-10-12T18:45:32.745Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:33.027Z] ---> Running in a2bf60c4117f [2020-10-12T18:45:33.027Z] ---> Running in 94730872094c [2020-10-12T18:45:33.150Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:33.300Z] Successfully built c934f2f84609 [2020-10-12T18:45:33.300Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-12T18:45:33.300Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-10-12T18:45:33.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:33.576Z] Removing intermediate container a2bf60c4117f [2020-10-12T18:45:33.576Z] ---> 8eda722dad7f [2020-10-12T18:45:33.576Z] Step 26/26 : LABEL version=1.2.2-dev.64 [2020-10-12T18:45:33.851Z] ---> Running in 917426fd6e6d [2020-10-12T18:45:33.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T18:45:33.851Z] 94a29ba0e685: Preparing [2020-10-12T18:45:33.851Z] fd6a660733b3: Preparing [2020-10-12T18:45:33.851Z] 68c9fb862729: Preparing [2020-10-12T18:45:33.851Z] 62789610e6f7: Preparing [2020-10-12T18:45:33.851Z] 50644c29ef5a: Preparing [2020-10-12T18:45:33.851Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:34.155Z] fd6a660733b3: Pushed [2020-10-12T18:45:34.155Z] 68c9fb862729: Pushed [2020-10-12T18:45:34.451Z] Removing intermediate container 917426fd6e6d [2020-10-12T18:45:34.451Z] ---> f092cbd39c8f [2020-10-12T18:45:34.451Z] [2020-10-12T18:45:34.725Z] Successfully built f092cbd39c8f [2020-10-12T18:45:34.725Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-12T18:45:34.725Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-12T18:45:34.750Z] 62789610e6f7: Pushed [2020-10-12T18:45:35.392Z] 94a29ba0e685: Pushed [2020-10-12T18:45:35.698Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:38a5eccf1cf121dfd08481884e886ea81f8867c5adb8e23669205b0e1dcf1143 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:36.033Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:36.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.64 [2020-10-12T18:45:36.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T18:45:36.652Z] 94a29ba0e685: Preparing [2020-10-12T18:45:36.652Z] fd6a660733b3: Preparing [2020-10-12T18:45:36.652Z] 68c9fb862729: Preparing [2020-10-12T18:45:36.652Z] 62789610e6f7: Preparing [2020-10-12T18:45:36.652Z] 50644c29ef5a: Preparing [2020-10-12T18:45:36.652Z] fd6a660733b3: Layer already exists [2020-10-12T18:45:36.652Z] 68c9fb862729: Layer already exists [2020-10-12T18:45:36.652Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:36.652Z] 62789610e6f7: Layer already exists [2020-10-12T18:45:36.652Z] 94a29ba0e685: Layer already exists [2020-10-12T18:45:36.652Z] 1.2.2-dev.64: digest: sha256:38a5eccf1cf121dfd08481884e886ea81f8867c5adb8e23669205b0e1dcf1143 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:36.976Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:37.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:37.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T18:45:37.391Z] 94a29ba0e685: Preparing [2020-10-12T18:45:37.391Z] fd6a660733b3: Preparing [2020-10-12T18:45:37.391Z] 68c9fb862729: Preparing [2020-10-12T18:45:37.391Z] 62789610e6f7: Preparing [2020-10-12T18:45:37.391Z] 50644c29ef5a: Preparing [2020-10-12T18:45:37.391Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:37.391Z] 62789610e6f7: Layer already exists [2020-10-12T18:45:37.391Z] 94a29ba0e685: Layer already exists [2020-10-12T18:45:37.391Z] fd6a660733b3: Layer already exists [2020-10-12T18:45:37.660Z] 68c9fb862729: Layer already exists [2020-10-12T18:45:37.660Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:38a5eccf1cf121dfd08481884e886ea81f8867c5adb8e23669205b0e1dcf1143 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:37.989Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:38.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-12T18:45:38.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T18:45:38.318Z] 94a29ba0e685: Preparing [2020-10-12T18:45:38.318Z] fd6a660733b3: Preparing [2020-10-12T18:45:38.318Z] 68c9fb862729: Preparing [2020-10-12T18:45:38.318Z] 62789610e6f7: Preparing [2020-10-12T18:45:38.318Z] 50644c29ef5a: Preparing [2020-10-12T18:45:38.318Z] 68c9fb862729: Layer already exists [2020-10-12T18:45:38.318Z] 62789610e6f7: Layer already exists [2020-10-12T18:45:38.318Z] 94a29ba0e685: Layer already exists [2020-10-12T18:45:38.318Z] fd6a660733b3: Layer already exists [2020-10-12T18:45:38.318Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:38.585Z] master: digest: sha256:38a5eccf1cf121dfd08481884e886ea81f8867c5adb8e23669205b0e1dcf1143 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:45:38.763Z] ===================================================== [Pipeline] echo [2020-10-12T18:45:38.807Z] taggedImages: [2020-10-12T18:45:38.807Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:38.807Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.64 [2020-10-12T18:45:38.807Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:38.807Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-12T18:45:38.893Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-12T18:45:38.893Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:38.893Z] 1.2.2-dev.64 [2020-10-12T18:45:38.893Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:38.893Z] master [2020-10-12T18:45:38.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-12T18:45:39.036Z] Collecting docker-compose==1.23.2 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:39.363Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-12T18:45:39.429Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:39.962Z] Collecting cached-property<2,>=1.2.0 [2020-10-12T18:45:39.962Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-12T18:45:40.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:40.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T18:45:40.410Z] 1e815a5326ad: Preparing [2020-10-12T18:45:40.410Z] d21f419f6f09: Preparing [2020-10-12T18:45:40.410Z] 2f4100e04339: Preparing [2020-10-12T18:45:40.410Z] 95b1755d80e2: Preparing [2020-10-12T18:45:40.410Z] 95b1755d80e2: Preparing [2020-10-12T18:45:40.410Z] 3633749461ea: Preparing [2020-10-12T18:45:40.410Z] f3869d326872: Preparing [2020-10-12T18:45:40.410Z] 2d7028c53a31: Preparing [2020-10-12T18:45:40.410Z] 1e815a5326ad: Preparing [2020-10-12T18:45:40.410Z] 001d1255e802: Preparing [2020-10-12T18:45:40.410Z] 889797fbf93c: Preparing [2020-10-12T18:45:40.410Z] f313eb0caa34: Preparing [2020-10-12T18:45:40.410Z] 50644c29ef5a: Preparing [2020-10-12T18:45:40.410Z] f3869d326872: Waiting [2020-10-12T18:45:40.410Z] 2d7028c53a31: Waiting [2020-10-12T18:45:40.410Z] 001d1255e802: Waiting [2020-10-12T18:45:40.410Z] 889797fbf93c: Waiting [2020-10-12T18:45:40.410Z] f313eb0caa34: Waiting [2020-10-12T18:45:40.410Z] 50644c29ef5a: Waiting [2020-10-12T18:45:41.000Z] 95b1755d80e2: Pushed [2020-10-12T18:45:41.000Z] 2f4100e04339: Pushed [2020-10-12T18:45:41.000Z] 3633749461ea: Pushed [2020-10-12T18:45:41.000Z] d21f419f6f09: Pushed [2020-10-12T18:45:41.295Z] f3869d326872: Pushed [2020-10-12T18:45:41.295Z] 889797fbf93c: Pushed [2020-10-12T18:45:41.295Z] 001d1255e802: Pushed [2020-10-12T18:45:41.295Z] 2d7028c53a31: Pushed [2020-10-12T18:45:41.648Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:41.948Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-12T18:45:41.948Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-12T18:45:41.952Z] f313eb0caa34: Pushed [2020-10-12T18:45:42.548Z] 1e815a5326ad: Pushed [2020-10-12T18:45:42.555Z] Collecting PyYAML<4,>=3.10 [2020-10-12T18:45:42.556Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-12T18:45:42.820Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:123e1c84bebca7efdcb287ebf0d010f536b6f69828a37ed59e625df36c8ac0d3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:43.192Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:43.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.64 [2020-10-12T18:45:43.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T18:45:45.226Z] 1e815a5326ad: Preparing [2020-10-12T18:45:45.226Z] d21f419f6f09: Preparing [2020-10-12T18:45:45.226Z] 2f4100e04339: Preparing [2020-10-12T18:45:45.226Z] 95b1755d80e2: Preparing [2020-10-12T18:45:45.226Z] 95b1755d80e2: Preparing [2020-10-12T18:45:45.226Z] 3633749461ea: Preparing [2020-10-12T18:45:45.226Z] f3869d326872: Preparing [2020-10-12T18:45:45.226Z] 2d7028c53a31: Preparing [2020-10-12T18:45:45.226Z] 1e815a5326ad: Preparing [2020-10-12T18:45:45.226Z] 001d1255e802: Preparing [2020-10-12T18:45:45.226Z] 2d7028c53a31: Waiting [2020-10-12T18:45:45.226Z] 889797fbf93c: Preparing [2020-10-12T18:45:45.226Z] f313eb0caa34: Preparing [2020-10-12T18:45:45.226Z] 50644c29ef5a: Preparing [2020-10-12T18:45:45.226Z] 001d1255e802: Waiting [2020-10-12T18:45:45.226Z] 889797fbf93c: Waiting [2020-10-12T18:45:45.226Z] f313eb0caa34: Waiting [2020-10-12T18:45:45.226Z] 50644c29ef5a: Waiting [2020-10-12T18:45:45.226Z] 95b1755d80e2: Layer already exists [2020-10-12T18:45:45.226Z] 3633749461ea: Layer already exists [2020-10-12T18:45:45.226Z] d21f419f6f09: Layer already exists [2020-10-12T18:45:45.226Z] 1e815a5326ad: Layer already exists [2020-10-12T18:45:45.226Z] 2f4100e04339: Layer already exists [2020-10-12T18:45:45.226Z] f3869d326872: Layer already exists [2020-10-12T18:45:45.226Z] 001d1255e802: Layer already exists [2020-10-12T18:45:45.498Z] f313eb0caa34: Layer already exists [2020-10-12T18:45:45.498Z] 889797fbf93c: Layer already exists [2020-10-12T18:45:45.498Z] 2d7028c53a31: Layer already exists [2020-10-12T18:45:45.498Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:45.498Z] 1.2.2-dev.64: digest: sha256:123e1c84bebca7efdcb287ebf0d010f536b6f69828a37ed59e625df36c8ac0d3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:45.889Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:46.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:46.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T18:45:46.669Z] 1e815a5326ad: Preparing [2020-10-12T18:45:46.669Z] d21f419f6f09: Preparing [2020-10-12T18:45:46.669Z] 2f4100e04339: Preparing [2020-10-12T18:45:46.669Z] 95b1755d80e2: Preparing [2020-10-12T18:45:46.669Z] 95b1755d80e2: Preparing [2020-10-12T18:45:46.669Z] 3633749461ea: Preparing [2020-10-12T18:45:46.669Z] f3869d326872: Preparing [2020-10-12T18:45:46.669Z] 2d7028c53a31: Preparing [2020-10-12T18:45:46.669Z] 1e815a5326ad: Preparing [2020-10-12T18:45:46.669Z] 001d1255e802: Preparing [2020-10-12T18:45:46.669Z] 889797fbf93c: Preparing [2020-10-12T18:45:46.669Z] f313eb0caa34: Preparing [2020-10-12T18:45:46.669Z] 50644c29ef5a: Preparing [2020-10-12T18:45:46.669Z] f3869d326872: Waiting [2020-10-12T18:45:46.669Z] 2d7028c53a31: Waiting [2020-10-12T18:45:46.669Z] 001d1255e802: Waiting [2020-10-12T18:45:46.669Z] 889797fbf93c: Waiting [2020-10-12T18:45:46.669Z] f313eb0caa34: Waiting [2020-10-12T18:45:46.669Z] 50644c29ef5a: Waiting [2020-10-12T18:45:46.862Z] Collecting texttable<0.10,>=0.9.0 [2020-10-12T18:45:46.862Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-12T18:45:46.950Z] 1e815a5326ad: Layer already exists [2020-10-12T18:45:46.950Z] 95b1755d80e2: Layer already exists [2020-10-12T18:45:46.950Z] d21f419f6f09: Layer already exists [2020-10-12T18:45:46.950Z] 3633749461ea: Layer already exists [2020-10-12T18:45:46.950Z] 2f4100e04339: Layer already exists [2020-10-12T18:45:46.950Z] 2d7028c53a31: Layer already exists [2020-10-12T18:45:46.950Z] f3869d326872: Layer already exists [2020-10-12T18:45:46.950Z] 889797fbf93c: Layer already exists [2020-10-12T18:45:46.950Z] f313eb0caa34: Layer already exists [2020-10-12T18:45:46.950Z] 001d1255e802: Layer already exists [2020-10-12T18:45:46.950Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:46.950Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:123e1c84bebca7efdcb287ebf0d010f536b6f69828a37ed59e625df36c8ac0d3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:47.315Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:47.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-12T18:45:48.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T18:45:48.138Z] 1e815a5326ad: Preparing [2020-10-12T18:45:48.138Z] d21f419f6f09: Preparing [2020-10-12T18:45:48.138Z] 2f4100e04339: Preparing [2020-10-12T18:45:48.138Z] 95b1755d80e2: Preparing [2020-10-12T18:45:48.138Z] 95b1755d80e2: Preparing [2020-10-12T18:45:48.138Z] 3633749461ea: Preparing [2020-10-12T18:45:48.138Z] f3869d326872: Preparing [2020-10-12T18:45:48.138Z] 2d7028c53a31: Preparing [2020-10-12T18:45:48.138Z] 1e815a5326ad: Preparing [2020-10-12T18:45:48.138Z] 001d1255e802: Preparing [2020-10-12T18:45:48.138Z] 889797fbf93c: Preparing [2020-10-12T18:45:48.138Z] f313eb0caa34: Preparing [2020-10-12T18:45:48.138Z] 50644c29ef5a: Preparing [2020-10-12T18:45:48.138Z] f3869d326872: Waiting [2020-10-12T18:45:48.138Z] 2d7028c53a31: Waiting [2020-10-12T18:45:48.138Z] 001d1255e802: Waiting [2020-10-12T18:45:48.138Z] 889797fbf93c: Waiting [2020-10-12T18:45:48.138Z] f313eb0caa34: Waiting [2020-10-12T18:45:48.138Z] 50644c29ef5a: Waiting [2020-10-12T18:45:48.138Z] 1e815a5326ad: Layer already exists [2020-10-12T18:45:48.138Z] d21f419f6f09: Layer already exists [2020-10-12T18:45:48.138Z] 3633749461ea: Layer already exists [2020-10-12T18:45:48.138Z] 95b1755d80e2: Layer already exists [2020-10-12T18:45:48.138Z] 2f4100e04339: Layer already exists [2020-10-12T18:45:48.138Z] 001d1255e802: Layer already exists [2020-10-12T18:45:48.138Z] f3869d326872: Layer already exists [2020-10-12T18:45:48.138Z] 889797fbf93c: Layer already exists [2020-10-12T18:45:48.138Z] f313eb0caa34: Layer already exists [2020-10-12T18:45:48.138Z] 2d7028c53a31: Layer already exists [2020-10-12T18:45:48.405Z] 50644c29ef5a: Layer already exists [2020-10-12T18:45:48.406Z] master: digest: sha256:123e1c84bebca7efdcb287ebf0d010f536b6f69828a37ed59e625df36c8ac0d3 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:45:48.596Z] ===================================================== [Pipeline] echo [2020-10-12T18:45:48.643Z] taggedImages: [2020-10-12T18:45:48.643Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:48.643Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.64 [2020-10-12T18:45:48.643Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:48.643Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-12T18:45:48.709Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-12T18:45:48.709Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:48.709Z] 1.2.2-dev.64 [2020-10-12T18:45:48.709Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:48.709Z] master [2020-10-12T18:45:48.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:48.903Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-12T18:45:48.903Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-12T18:45:49.277Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:49.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:50.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T18:45:50.190Z] 8a0f73298286: Preparing [2020-10-12T18:45:50.190Z] e9257340cfd4: Preparing [2020-10-12T18:45:50.190Z] 9b2953c643de: Preparing [2020-10-12T18:45:50.190Z] 7cdfc3d26cdd: Preparing [2020-10-12T18:45:50.190Z] 34d85c56be9f: Preparing [2020-10-12T18:45:50.190Z] da44c8276e2e: Preparing [2020-10-12T18:45:50.191Z] c47e252e3f08: Preparing [2020-10-12T18:45:50.191Z] f30b666bff25: Preparing [2020-10-12T18:45:50.191Z] 88f16a66919d: Preparing [2020-10-12T18:45:50.191Z] 5db3f415b9ff: Preparing [2020-10-12T18:45:50.191Z] 1b3ee35aacca: Preparing [2020-10-12T18:45:50.191Z] da44c8276e2e: Waiting [2020-10-12T18:45:50.191Z] c47e252e3f08: Waiting [2020-10-12T18:45:50.191Z] f30b666bff25: Waiting [2020-10-12T18:45:50.191Z] 88f16a66919d: Waiting [2020-10-12T18:45:50.191Z] 5db3f415b9ff: Waiting [2020-10-12T18:45:50.191Z] 1b3ee35aacca: Waiting [2020-10-12T18:45:50.851Z] 8a0f73298286: Pushed [2020-10-12T18:45:50.851Z] e9257340cfd4: Pushed [2020-10-12T18:45:50.895Z] 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-12T18:45:51.224Z] da44c8276e2e: Pushed [2020-10-12T18:45:51.501Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-12T18:45:51.501Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-12T18:45:51.587Z] c47e252e3f08: Pushed [2020-10-12T18:45:51.898Z] f30b666bff25: Pushed [2020-10-12T18:45:52.181Z] 88f16a66919d: Pushed [2020-10-12T18:45:52.181Z] 1b3ee35aacca: Layer already exists [2020-10-12T18:45:52.449Z] 9b2953c643de: Pushed [2020-10-12T18:45:52.482Z] Collecting docker<4.0,>=3.6.0 [2020-10-12T18:45:52.483Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-12T18:45:52.721Z] 34d85c56be9f: Pushed [2020-10-12T18:45:52.721Z] 7cdfc3d26cdd: Pushed [2020-10-12T18:45:52.721Z] 5db3f415b9ff: Pushed [2020-10-12T18:45:53.348Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:76a467b0255d0384363484d9aa0b04c26568832b8c435733c7be5675af70a455 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:53.477Z] Collecting jsonschema<3,>=2.5.1 [2020-10-12T18:45:53.477Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-12T18:45:53.702Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:54.077Z] Collecting docopt<0.7,>=0.6.1 [2020-10-12T18:45:54.077Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-12T18:45:54.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.64 [2020-10-12T18:45:54.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T18:45:54.730Z] 8a0f73298286: Preparing [2020-10-12T18:45:54.730Z] e9257340cfd4: Preparing [2020-10-12T18:45:54.730Z] 9b2953c643de: Preparing [2020-10-12T18:45:54.730Z] 7cdfc3d26cdd: Preparing [2020-10-12T18:45:54.730Z] 34d85c56be9f: Preparing [2020-10-12T18:45:54.730Z] da44c8276e2e: Preparing [2020-10-12T18:45:54.730Z] c47e252e3f08: Preparing [2020-10-12T18:45:54.730Z] f30b666bff25: Preparing [2020-10-12T18:45:54.730Z] 88f16a66919d: Preparing [2020-10-12T18:45:54.730Z] 5db3f415b9ff: Preparing [2020-10-12T18:45:54.730Z] 1b3ee35aacca: Preparing [2020-10-12T18:45:54.730Z] f30b666bff25: Waiting [2020-10-12T18:45:54.730Z] 88f16a66919d: Waiting [2020-10-12T18:45:54.730Z] 5db3f415b9ff: Waiting [2020-10-12T18:45:54.730Z] 1b3ee35aacca: Waiting [2020-10-12T18:45:54.730Z] da44c8276e2e: Waiting [2020-10-12T18:45:54.730Z] c47e252e3f08: Waiting [2020-10-12T18:45:54.730Z] e9257340cfd4: Layer already exists [2020-10-12T18:45:54.730Z] 34d85c56be9f: Layer already exists [2020-10-12T18:45:54.730Z] 8a0f73298286: Layer already exists [2020-10-12T18:45:54.730Z] 9b2953c643de: Layer already exists [2020-10-12T18:45:54.730Z] 7cdfc3d26cdd: Layer already exists [2020-10-12T18:45:55.002Z] c47e252e3f08: Layer already exists [2020-10-12T18:45:55.002Z] f30b666bff25: Layer already exists [2020-10-12T18:45:55.002Z] 5db3f415b9ff: Layer already exists [2020-10-12T18:45:55.002Z] da44c8276e2e: Layer already exists [2020-10-12T18:45:55.002Z] 88f16a66919d: Layer already exists [2020-10-12T18:45:55.002Z] 1b3ee35aacca: Layer already exists [2020-10-12T18:45:55.002Z] 1.2.2-dev.64: digest: sha256:76a467b0255d0384363484d9aa0b04c26568832b8c435733c7be5675af70a455 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:55.347Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:55.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:55.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T18:45:55.663Z] 8a0f73298286: Preparing [2020-10-12T18:45:55.663Z] e9257340cfd4: Preparing [2020-10-12T18:45:55.663Z] 9b2953c643de: Preparing [2020-10-12T18:45:55.663Z] 7cdfc3d26cdd: Preparing [2020-10-12T18:45:55.663Z] 34d85c56be9f: Preparing [2020-10-12T18:45:55.663Z] da44c8276e2e: Preparing [2020-10-12T18:45:55.663Z] c47e252e3f08: Preparing [2020-10-12T18:45:55.663Z] f30b666bff25: Preparing [2020-10-12T18:45:55.663Z] 88f16a66919d: Preparing [2020-10-12T18:45:55.663Z] 5db3f415b9ff: Preparing [2020-10-12T18:45:55.663Z] 1b3ee35aacca: Preparing [2020-10-12T18:45:55.663Z] da44c8276e2e: Waiting [2020-10-12T18:45:55.663Z] c47e252e3f08: Waiting [2020-10-12T18:45:55.664Z] f30b666bff25: Waiting [2020-10-12T18:45:55.664Z] 88f16a66919d: Waiting [2020-10-12T18:45:55.664Z] 5db3f415b9ff: Waiting [2020-10-12T18:45:55.664Z] 1b3ee35aacca: Waiting [2020-10-12T18:45:55.664Z] 34d85c56be9f: Layer already exists [2020-10-12T18:45:55.664Z] 9b2953c643de: Layer already exists [2020-10-12T18:45:55.664Z] e9257340cfd4: Layer already exists [2020-10-12T18:45:55.664Z] 8a0f73298286: Layer already exists [2020-10-12T18:45:55.664Z] 7cdfc3d26cdd: Layer already exists [2020-10-12T18:45:55.927Z] f30b666bff25: Layer already exists [2020-10-12T18:45:55.927Z] c47e252e3f08: Layer already exists [2020-10-12T18:45:55.927Z] da44c8276e2e: Layer already exists [2020-10-12T18:45:55.927Z] 5db3f415b9ff: Layer already exists [2020-10-12T18:45:55.927Z] 88f16a66919d: Layer already exists [2020-10-12T18:45:55.927Z] 1b3ee35aacca: Layer already exists [2020-10-12T18:45:55.927Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:76a467b0255d0384363484d9aa0b04c26568832b8c435733c7be5675af70a455 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:56.298Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:56.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-12T18:45:56.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T18:45:56.637Z] 8a0f73298286: Preparing [2020-10-12T18:45:56.637Z] e9257340cfd4: Preparing [2020-10-12T18:45:56.637Z] 9b2953c643de: Preparing [2020-10-12T18:45:56.637Z] 7cdfc3d26cdd: Preparing [2020-10-12T18:45:56.638Z] 34d85c56be9f: Preparing [2020-10-12T18:45:56.638Z] da44c8276e2e: Preparing [2020-10-12T18:45:56.638Z] c47e252e3f08: Preparing [2020-10-12T18:45:56.638Z] f30b666bff25: Preparing [2020-10-12T18:45:56.638Z] 88f16a66919d: Preparing [2020-10-12T18:45:56.638Z] 5db3f415b9ff: Preparing [2020-10-12T18:45:56.638Z] 1b3ee35aacca: Preparing [2020-10-12T18:45:56.638Z] da44c8276e2e: Waiting [2020-10-12T18:45:56.638Z] c47e252e3f08: Waiting [2020-10-12T18:45:56.638Z] f30b666bff25: Waiting [2020-10-12T18:45:56.638Z] 88f16a66919d: Waiting [2020-10-12T18:45:56.638Z] 5db3f415b9ff: Waiting [2020-10-12T18:45:56.638Z] 1b3ee35aacca: Waiting [2020-10-12T18:45:56.638Z] 9b2953c643de: Layer already exists [2020-10-12T18:45:56.638Z] 8a0f73298286: Layer already exists [2020-10-12T18:45:56.638Z] 34d85c56be9f: Layer already exists [2020-10-12T18:45:56.638Z] e9257340cfd4: Layer already exists [2020-10-12T18:45:56.638Z] 7cdfc3d26cdd: Layer already exists [2020-10-12T18:45:56.638Z] da44c8276e2e: Layer already exists [2020-10-12T18:45:56.638Z] c47e252e3f08: Layer already exists [2020-10-12T18:45:56.638Z] 5db3f415b9ff: Layer already exists [2020-10-12T18:45:56.638Z] f30b666bff25: Layer already exists [2020-10-12T18:45:56.638Z] 88f16a66919d: Layer already exists [2020-10-12T18:45:56.638Z] 1b3ee35aacca: Layer already exists [2020-10-12T18:45:56.712Z] 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-12T18:45:56.712Z] Collecting idna<2.8,>=2.5 [2020-10-12T18:45:56.901Z] master: digest: sha256:76a467b0255d0384363484d9aa0b04c26568832b8c435733c7be5675af70a455 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-12T18:45:56.987Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-12T18:45:56.987Z] 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) [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:45:57.088Z] ===================================================== [Pipeline] echo [2020-10-12T18:45:57.132Z] taggedImages: [2020-10-12T18:45:57.132Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:57.132Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.64 [2020-10-12T18:45:57.132Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:57.132Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-12T18:45:57.222Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-12T18:45:57.222Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:57.222Z] 1.2.2-dev.64 [2020-10-12T18:45:57.222Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:45:57.222Z] master [2020-10-12T18:45:57.222Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:57.755Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-12T18:45:57.755Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-12T18:45:57.876Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:58.067Z] Collecting docker-pycreds>=0.4.0 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:45:58.378Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-12T18:45:58.378Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-12T18:45:58.378Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-12T18:45:58.378Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-12T18:45:58.378Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-12T18:45:58.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:45:58.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T18:45:58.521Z] 33ac5bddf146: Preparing [2020-10-12T18:45:58.521Z] 55ac05810290: Preparing [2020-10-12T18:45:58.521Z] ae3ded7539e4: Preparing [2020-10-12T18:45:58.521Z] 7daf6df822ad: Preparing [2020-10-12T18:45:59.416Z] 33ac5bddf146: Pushed [2020-10-12T18:45:59.416Z] ae3ded7539e4: Pushed [2020-10-12T18:45:59.416Z] 7daf6df822ad: Pushed [2020-10-12T18:45:59.807Z] Installing collected packages: cached-property, idna, urllib3, requests, PyYAML, texttable, dockerpty, websocket-client, docker-pycreds, docker, jsonschema, docopt, docker-compose [2020-10-12T18:45:59.807Z] Attempting uninstall: idna [2020-10-12T18:45:59.807Z] Found existing installation: idna 2.9 [2020-10-12T18:45:59.807Z] Uninstalling idna-2.9: [2020-10-12T18:45:59.807Z] Successfully uninstalled idna-2.9 [2020-10-12T18:46:00.786Z] Attempting uninstall: urllib3 [2020-10-12T18:46:00.786Z] Found existing installation: urllib3 1.25.9 [2020-10-12T18:46:00.786Z] Uninstalling urllib3-1.25.9: [2020-10-12T18:46:00.786Z] Successfully uninstalled urllib3-1.25.9 [2020-10-12T18:46:01.382Z] Attempting uninstall: requests [2020-10-12T18:46:01.382Z] Found existing installation: requests 2.23.0 [2020-10-12T18:46:01.382Z] Uninstalling requests-2.23.0: [2020-10-12T18:46:01.482Z] 55ac05810290: Pushed [2020-10-12T18:46:01.482Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:079a809d11af0ed63e83763a285ea9745125c9bddcf08eb4b13d9fdfdeeeb8b8 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:01.650Z] Successfully uninstalled requests-2.23.0 [2020-10-12T18:46:01.928Z] Running setup.py install for PyYAML: started [2020-10-12T18:46:02.114Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:02.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.64 [2020-10-12T18:46:02.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T18:46:02.987Z] 33ac5bddf146: Preparing [2020-10-12T18:46:02.987Z] 55ac05810290: Preparing [2020-10-12T18:46:02.987Z] ae3ded7539e4: Preparing [2020-10-12T18:46:02.987Z] 7daf6df822ad: Preparing [2020-10-12T18:46:02.987Z] ae3ded7539e4: Layer already exists [2020-10-12T18:46:02.987Z] 55ac05810290: Layer already exists [2020-10-12T18:46:02.987Z] 7daf6df822ad: Layer already exists [2020-10-12T18:46:02.987Z] 33ac5bddf146: Layer already exists [2020-10-12T18:46:02.987Z] 1.2.2-dev.64: digest: sha256:079a809d11af0ed63e83763a285ea9745125c9bddcf08eb4b13d9fdfdeeeb8b8 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:03.333Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:03.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:04.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T18:46:04.049Z] 33ac5bddf146: Preparing [2020-10-12T18:46:04.049Z] 55ac05810290: Preparing [2020-10-12T18:46:04.049Z] ae3ded7539e4: Preparing [2020-10-12T18:46:04.049Z] 7daf6df822ad: Preparing [2020-10-12T18:46:04.049Z] 33ac5bddf146: Layer already exists [2020-10-12T18:46:04.049Z] 55ac05810290: Layer already exists [2020-10-12T18:46:04.049Z] ae3ded7539e4: Layer already exists [2020-10-12T18:46:04.049Z] 7daf6df822ad: Layer already exists [2020-10-12T18:46:04.049Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:079a809d11af0ed63e83763a285ea9745125c9bddcf08eb4b13d9fdfdeeeb8b8 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:04.408Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:04.560Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-12T18:46:04.560Z] Running setup.py install for texttable: started [2020-10-12T18:46:04.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-12T18:46:04.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T18:46:04.798Z] 33ac5bddf146: Preparing [2020-10-12T18:46:04.798Z] 55ac05810290: Preparing [2020-10-12T18:46:04.798Z] ae3ded7539e4: Preparing [2020-10-12T18:46:04.798Z] 7daf6df822ad: Preparing [2020-10-12T18:46:04.798Z] 33ac5bddf146: Layer already exists [2020-10-12T18:46:04.798Z] 7daf6df822ad: Layer already exists [2020-10-12T18:46:04.798Z] 55ac05810290: Layer already exists [2020-10-12T18:46:04.798Z] ae3ded7539e4: Layer already exists [2020-10-12T18:46:05.063Z] master: digest: sha256:079a809d11af0ed63e83763a285ea9745125c9bddcf08eb4b13d9fdfdeeeb8b8 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:46:05.261Z] ===================================================== [Pipeline] echo [2020-10-12T18:46:05.311Z] taggedImages: [2020-10-12T18:46:05.311Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:05.311Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.64 [2020-10-12T18:46:05.311Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:05.311Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-12T18:46:05.370Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-12T18:46:05.370Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:05.370Z] 1.2.2-dev.64 [2020-10-12T18:46:05.370Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:05.370Z] master [2020-10-12T18:46:05.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:05.944Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:06.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:06.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T18:46:06.552Z] 0bcdc46f1361: Preparing [2020-10-12T18:46:06.552Z] 454e32cfe623: Preparing [2020-10-12T18:46:06.552Z] 62ae9a95e098: Preparing [2020-10-12T18:46:06.552Z] 59a99f3b2181: Preparing [2020-10-12T18:46:06.552Z] 3e14b3f5f4e3: Preparing [2020-10-12T18:46:06.552Z] 45185919dc11: Preparing [2020-10-12T18:46:06.552Z] 45185919dc11: Waiting [2020-10-12T18:46:06.868Z] 0bcdc46f1361: Pushed [2020-10-12T18:46:06.868Z] 62ae9a95e098: Pushed [2020-10-12T18:46:07.148Z] 3e14b3f5f4e3: Pushed [2020-10-12T18:46:07.148Z] 59a99f3b2181: Pushed [2020-10-12T18:46:07.204Z] Running setup.py install for texttable: finished with status 'done' [2020-10-12T18:46:07.204Z] Running setup.py install for dockerpty: started [2020-10-12T18:46:07.453Z] 45185919dc11: Pushed [2020-10-12T18:46:09.531Z] 454e32cfe623: Pushed [2020-10-12T18:46:09.531Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:8947953105b73ed7cbb213256e55bfdb4fa57ef4e39153f8359eecd788d97229 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:09.867Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-12T18:46:09.884Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:10.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.64 [2020-10-12T18:46:10.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T18:46:10.835Z] 0bcdc46f1361: Preparing [2020-10-12T18:46:10.835Z] 454e32cfe623: Preparing [2020-10-12T18:46:10.835Z] 62ae9a95e098: Preparing [2020-10-12T18:46:10.835Z] 59a99f3b2181: Preparing [2020-10-12T18:46:10.835Z] 3e14b3f5f4e3: Preparing [2020-10-12T18:46:10.835Z] 45185919dc11: Preparing [2020-10-12T18:46:10.835Z] 45185919dc11: Waiting [2020-10-12T18:46:10.835Z] 59a99f3b2181: Layer already exists [2020-10-12T18:46:10.835Z] 0bcdc46f1361: Layer already exists [2020-10-12T18:46:10.835Z] 454e32cfe623: Layer already exists [2020-10-12T18:46:10.835Z] 3e14b3f5f4e3: Layer already exists [2020-10-12T18:46:10.835Z] 62ae9a95e098: Layer already exists [2020-10-12T18:46:10.835Z] 45185919dc11: Layer already exists [2020-10-12T18:46:10.835Z] 1.2.2-dev.64: digest: sha256:8947953105b73ed7cbb213256e55bfdb4fa57ef4e39153f8359eecd788d97229 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:11.191Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:11.323Z] Running setup.py install for docopt: started [2020-10-12T18:46:11.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:11.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T18:46:11.525Z] 0bcdc46f1361: Preparing [2020-10-12T18:46:11.525Z] 454e32cfe623: Preparing [2020-10-12T18:46:11.525Z] 62ae9a95e098: Preparing [2020-10-12T18:46:11.525Z] 59a99f3b2181: Preparing [2020-10-12T18:46:11.525Z] 3e14b3f5f4e3: Preparing [2020-10-12T18:46:11.525Z] 45185919dc11: Preparing [2020-10-12T18:46:11.525Z] 45185919dc11: Waiting [2020-10-12T18:46:11.525Z] 0bcdc46f1361: Layer already exists [2020-10-12T18:46:11.525Z] 59a99f3b2181: Layer already exists [2020-10-12T18:46:11.525Z] 3e14b3f5f4e3: Layer already exists [2020-10-12T18:46:11.525Z] 62ae9a95e098: Layer already exists [2020-10-12T18:46:11.525Z] 454e32cfe623: Layer already exists [2020-10-12T18:46:11.789Z] 45185919dc11: Layer already exists [2020-10-12T18:46:11.789Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:8947953105b73ed7cbb213256e55bfdb4fa57ef4e39153f8359eecd788d97229 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:12.201Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:12.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-12T18:46:13.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T18:46:13.079Z] 0bcdc46f1361: Preparing [2020-10-12T18:46:13.079Z] 454e32cfe623: Preparing [2020-10-12T18:46:13.079Z] 62ae9a95e098: Preparing [2020-10-12T18:46:13.079Z] 59a99f3b2181: Preparing [2020-10-12T18:46:13.079Z] 3e14b3f5f4e3: Preparing [2020-10-12T18:46:13.079Z] 45185919dc11: Preparing [2020-10-12T18:46:13.079Z] 45185919dc11: Waiting [2020-10-12T18:46:13.079Z] 0bcdc46f1361: Layer already exists [2020-10-12T18:46:13.079Z] 59a99f3b2181: Layer already exists [2020-10-12T18:46:13.079Z] 454e32cfe623: Layer already exists [2020-10-12T18:46:13.079Z] 3e14b3f5f4e3: Layer already exists [2020-10-12T18:46:13.079Z] 62ae9a95e098: Layer already exists [2020-10-12T18:46:13.079Z] 45185919dc11: Layer already exists [2020-10-12T18:46:13.079Z] master: digest: sha256:8947953105b73ed7cbb213256e55bfdb4fa57ef4e39153f8359eecd788d97229 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:46:13.281Z] ===================================================== [Pipeline] echo [2020-10-12T18:46:13.330Z] taggedImages: [2020-10-12T18:46:13.330Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:13.330Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.64 [2020-10-12T18:46:13.330Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:13.330Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-12T18:46:13.397Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-12T18:46:13.397Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:13.397Z] 1.2.2-dev.64 [2020-10-12T18:46:13.397Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:13.397Z] master [2020-10-12T18:46:13.397Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:13.923Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:14.049Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:46:14.049Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:46:14.049Z] ---> 81cccda859d1 [2020-10-12T18:46:14.049Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T18:46:14.049Z] ---> Using cache [2020-10-12T18:46:14.049Z] ---> abcd7683d2c7 [2020-10-12T18:46:14.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:46:14.049Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:46:14.049Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:46:14.049Z] ---> 81cccda859d1 [2020-10-12T18:46:14.049Z] Step 3/20 : WORKDIR /edgex-go [2020-10-12T18:46:14.049Z] ---> Using cache [2020-10-12T18:46:14.049Z] ---> abcd7683d2c7 [2020-10-12T18:46:14.049Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:46:14.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:14.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T18:46:14.266Z] 05769b94b247: Preparing [2020-10-12T18:46:14.266Z] eab5fb2db53a: Preparing [2020-10-12T18:46:14.266Z] ff4966ad73ee: Preparing [2020-10-12T18:46:14.328Z] Running setup.py install for docopt: finished with status 'done' [2020-10-12T18:46:14.892Z] ff4966ad73ee: Pushed [2020-10-12T18:46:14.892Z] 05769b94b247: Pushed [2020-10-12T18:46:16.320Z] 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-12T18:46:16.938Z] eab5fb2db53a: Pushed [2020-10-12T18:46:17.210Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:9ec690d49bc6ea2327d9386c8cb0fded24bcbbd77c8b17bbe77ef71b4771beb9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:17.646Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:18.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.64 [2020-10-12T18:46:18.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T18:46:18.755Z] 05769b94b247: Preparing [2020-10-12T18:46:18.755Z] eab5fb2db53a: Preparing [2020-10-12T18:46:18.755Z] ff4966ad73ee: Preparing [2020-10-12T18:46:18.755Z] ff4966ad73ee: Layer already exists [2020-10-12T18:46:18.755Z] 05769b94b247: Layer already exists [2020-10-12T18:46:18.755Z] eab5fb2db53a: Layer already exists [2020-10-12T18:46:18.755Z] 1.2.2-dev.64: digest: sha256:9ec690d49bc6ea2327d9386c8cb0fded24bcbbd77c8b17bbe77ef71b4771beb9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:19.154Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:19.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:19.710Z] ---> Running in 06529e6050bb [2020-10-12T18:46:19.710Z] ---> Running in e9910e17fb67 [2020-10-12T18:46:19.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T18:46:19.853Z] 05769b94b247: Preparing [2020-10-12T18:46:19.853Z] eab5fb2db53a: Preparing [2020-10-12T18:46:19.853Z] ff4966ad73ee: Preparing [2020-10-12T18:46:19.853Z] 05769b94b247: Layer already exists [2020-10-12T18:46:19.853Z] ff4966ad73ee: Layer already exists [2020-10-12T18:46:19.853Z] eab5fb2db53a: Layer already exists [2020-10-12T18:46:19.853Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:9ec690d49bc6ea2327d9386c8cb0fded24bcbbd77c8b17bbe77ef71b4771beb9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:20.495Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:20.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-12T18:46:20.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T18:46:20.833Z] 05769b94b247: Preparing [2020-10-12T18:46:20.833Z] eab5fb2db53a: Preparing [2020-10-12T18:46:20.833Z] ff4966ad73ee: Preparing [2020-10-12T18:46:21.103Z] eab5fb2db53a: Layer already exists [2020-10-12T18:46:21.103Z] ff4966ad73ee: Layer already exists [2020-10-12T18:46:21.103Z] 05769b94b247: Layer already exists [2020-10-12T18:46:21.103Z] master: digest: sha256:9ec690d49bc6ea2327d9386c8cb0fded24bcbbd77c8b17bbe77ef71b4771beb9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:46:21.328Z] ===================================================== [Pipeline] echo [2020-10-12T18:46:21.376Z] taggedImages: [2020-10-12T18:46:21.376Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:21.376Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.64 [2020-10-12T18:46:21.376Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:21.376Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-12T18:46:21.442Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-12T18:46:21.443Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:21.443Z] 1.2.2-dev.64 [2020-10-12T18:46:21.443Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:21.443Z] master [2020-10-12T18:46:21.443Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:21.956Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:22.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:22.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T18:46:22.391Z] e3d3967d7d55: Preparing [2020-10-12T18:46:22.391Z] 31668759573e: Preparing [2020-10-12T18:46:22.391Z] 73be78fd9f84: Preparing [2020-10-12T18:46:22.391Z] caa0d77eb0f0: Preparing [2020-10-12T18:46:22.391Z] 072a045ea474: Preparing [2020-10-12T18:46:22.391Z] 67faad0c06b2: Preparing [2020-10-12T18:46:22.391Z] 88e896114219: Preparing [2020-10-12T18:46:22.391Z] 527eef706b20: Preparing [2020-10-12T18:46:22.391Z] 224742e9e948: Preparing [2020-10-12T18:46:22.391Z] 5391e5290f13: Preparing [2020-10-12T18:46:22.391Z] 13baed61c795: Preparing [2020-10-12T18:46:22.391Z] 51d6d3d09136: Preparing [2020-10-12T18:46:22.391Z] 1507bc794612: Preparing [2020-10-12T18:46:22.391Z] 50644c29ef5a: Preparing [2020-10-12T18:46:22.391Z] 67faad0c06b2: Waiting [2020-10-12T18:46:22.391Z] 88e896114219: Waiting [2020-10-12T18:46:22.391Z] 527eef706b20: Waiting [2020-10-12T18:46:22.391Z] 224742e9e948: Waiting [2020-10-12T18:46:22.391Z] 5391e5290f13: Waiting [2020-10-12T18:46:22.391Z] 13baed61c795: Waiting [2020-10-12T18:46:22.391Z] 51d6d3d09136: Waiting [2020-10-12T18:46:22.391Z] 1507bc794612: Waiting [2020-10-12T18:46:23.053Z] 072a045ea474: Pushed [2020-10-12T18:46:23.053Z] e3d3967d7d55: Pushed [2020-10-12T18:46:23.118Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:46:23.118Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:46:23.118Z] ---> 81cccda859d1 [2020-10-12T18:46:23.118Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T18:46:23.118Z] ---> Using cache [2020-10-12T18:46:23.118Z] ---> abcd7683d2c7 [2020-10-12T18:46:23.118Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:46:23.118Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:46:23.118Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:46:23.118Z] ---> 81cccda859d1 [2020-10-12T18:46:23.118Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T18:46:23.118Z] ---> Using cache [2020-10-12T18:46:23.118Z] ---> abcd7683d2c7 [2020-10-12T18:46:23.118Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:46:23.390Z] ---> Running in 76f5bdf47284 [2020-10-12T18:46:23.390Z] ---> Running in c99ee53b9fe9 [2020-10-12T18:46:23.662Z] Removing intermediate container 94730872094c [2020-10-12T18:46:23.662Z] ---> 9c92339afe3e [2020-10-12T18:46:23.662Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-12T18:46:23.803Z] caa0d77eb0f0: Pushed [2020-10-12T18:46:23.937Z] ---> Running in 0b56d4747978 [2020-10-12T18:46:24.211Z] Removing intermediate container e9910e17fb67 [2020-10-12T18:46:24.211Z] ---> 0d330b01a1ff [2020-10-12T18:46:24.211Z] Step 5/20 : RUN apk update && apk add make git [2020-10-12T18:46:24.286Z] 527eef706b20: Layer already exists [2020-10-12T18:46:24.286Z] 88e896114219: Pushed [2020-10-12T18:46:24.286Z] 224742e9e948: Layer already exists [2020-10-12T18:46:24.491Z] ---> Running in a752e8722b3d [2020-10-12T18:46:24.491Z] Removing intermediate container 06529e6050bb [2020-10-12T18:46:24.491Z] ---> dfdd4522030d [2020-10-12T18:46:24.491Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T18:46:24.605Z] 13baed61c795: Layer already exists [2020-10-12T18:46:24.605Z] 51d6d3d09136: Layer already exists [2020-10-12T18:46:24.605Z] 1507bc794612: Layer already exists [2020-10-12T18:46:24.767Z] ---> Running in 3269d6833a48 [2020-10-12T18:46:25.062Z] 50644c29ef5a: Layer already exists [2020-10-12T18:46:25.403Z] 31668759573e: Pushed [2020-10-12T18:46:25.403Z] 5391e5290f13: Layer already exists [2020-10-12T18:46:25.403Z] 67faad0c06b2: Pushed [2020-10-12T18:46:26.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:26.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:27.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:27.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:27.615Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T18:46:27.615Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-12T18:46:27.615Z] (3/3) Installing curl (7.69.1-r1) [2020-10-12T18:46:27.615Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:46:27.615Z] OK: 71 MiB in 58 packages [2020-10-12T18:46:27.892Z] Removing intermediate container 76f5bdf47284 [2020-10-12T18:46:27.892Z] ---> c6b2df793b2c [2020-10-12T18:46:27.892Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-12T18:46:28.170Z] ---> Running in 566deab089da [2020-10-12T18:46:28.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:28.170Z] Removing intermediate container c99ee53b9fe9 [2020-10-12T18:46:28.170Z] ---> db0217b5ae10 [2020-10-12T18:46:28.170Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T18:46:28.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:28.471Z] ---> Running in 0c69cc16cdef [2020-10-12T18:46:29.494Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:46:29.494Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:46:29.494Z] OK: 12623 distinct packages available [2020-10-12T18:46:29.494Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:46:29.494Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:46:29.494Z] OK: 12623 distinct packages available [2020-10-12T18:46:29.494Z] Removing intermediate container 0b56d4747978 [2020-10-12T18:46:29.494Z] ---> 0682c76d5475 [2020-10-12T18:46:29.494Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-12T18:46:29.769Z] ---> Running in 6f167d3fe774 [2020-10-12T18:46:30.373Z] OK: 217 MiB in 51 packages [2020-10-12T18:46:30.374Z] Removing intermediate container 6f167d3fe774 [2020-10-12T18:46:30.374Z] ---> 26453ceb668b [2020-10-12T18:46:30.374Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:46:30.374Z] OK: 217 MiB in 51 packages [2020-10-12T18:46:30.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:30.653Z] ---> Running in 0d7e3a137ae9 [2020-10-12T18:46:30.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:31.536Z] Removing intermediate container 0d7e3a137ae9 [2020-10-12T18:46:31.536Z] ---> a52deb055511 [2020-10-12T18:46:31.536Z] Step 25/27 : LABEL arch=arm64 [2020-10-12T18:46:31.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:31.536Z] ---> Running in 963f515e9b3b [2020-10-12T18:46:31.813Z] Removing intermediate container a752e8722b3d [2020-10-12T18:46:31.813Z] ---> 2fc5a06f4f01 [2020-10-12T18:46:31.813Z] Step 6/20 : COPY go.mod . [2020-10-12T18:46:31.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:46:32.430Z] Removing intermediate container 3269d6833a48 [2020-10-12T18:46:32.430Z] Removing intermediate container 963f515e9b3b [2020-10-12T18:46:32.430Z] ---> e895713a12d5 [2020-10-12T18:46:32.430Z] Step 26/27 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:32.430Z] ---> 429d921a033d [2020-10-12T18:46:32.430Z] Step 6/22 : COPY go.mod . [2020-10-12T18:46:32.435Z] 73be78fd9f84: Pushed [2020-10-12T18:46:32.435Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:e5f67813abb362b25f5db9089a649eb1a639ef85afcf6e2cd56bd3911607fd52 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:32.707Z] ---> Running in 99692ab452de [2020-10-12T18:46:32.707Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:46:32.707Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:46:32.707Z] OK: 12623 distinct packages available [2020-10-12T18:46:32.989Z] ---> c7c1c01d7453 [2020-10-12T18:46:32.989Z] Step 7/20 : RUN go mod download [2020-10-12T18:46:32.989Z] ---> Running in 74e6d1af049e [2020-10-12T18:46:33.231Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.64 [2020-10-12T18:46:33.281Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:46:33.281Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:46:33.281Z] OK: 12623 distinct packages available [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:33.567Z] Removing intermediate container 99692ab452de [2020-10-12T18:46:33.567Z] ---> e4fc1dd347c0 [2020-10-12T18:46:33.567Z] Step 27/27 : LABEL version=1.2.2-dev.64 [2020-10-12T18:46:33.567Z] ---> a82e52f4403d [2020-10-12T18:46:33.567Z] Step 7/22 : RUN go mod download [2020-10-12T18:46:33.567Z] OK: 217 MiB in 51 packages [2020-10-12T18:46:33.842Z] ---> Running in bd5763aa3450 [2020-10-12T18:46:33.842Z] ---> Running in 0308e204e59e [2020-10-12T18:46:33.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.64 [2020-10-12T18:46:33.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T18:46:33.915Z] e3d3967d7d55: Preparing [2020-10-12T18:46:33.915Z] 31668759573e: Preparing [2020-10-12T18:46:33.915Z] 73be78fd9f84: Preparing [2020-10-12T18:46:33.915Z] caa0d77eb0f0: Preparing [2020-10-12T18:46:33.915Z] 072a045ea474: Preparing [2020-10-12T18:46:33.915Z] 67faad0c06b2: Preparing [2020-10-12T18:46:33.915Z] 88e896114219: Preparing [2020-10-12T18:46:33.915Z] 527eef706b20: Preparing [2020-10-12T18:46:33.915Z] 224742e9e948: Preparing [2020-10-12T18:46:33.915Z] 5391e5290f13: Preparing [2020-10-12T18:46:33.915Z] 13baed61c795: Preparing [2020-10-12T18:46:33.915Z] 51d6d3d09136: Preparing [2020-10-12T18:46:33.915Z] 1507bc794612: Preparing [2020-10-12T18:46:33.915Z] 50644c29ef5a: Preparing [2020-10-12T18:46:33.915Z] 67faad0c06b2: Waiting [2020-10-12T18:46:33.915Z] 88e896114219: Waiting [2020-10-12T18:46:33.915Z] 527eef706b20: Waiting [2020-10-12T18:46:33.915Z] 224742e9e948: Waiting [2020-10-12T18:46:33.915Z] 5391e5290f13: Waiting [2020-10-12T18:46:33.915Z] 13baed61c795: Waiting [2020-10-12T18:46:33.915Z] 51d6d3d09136: Waiting [2020-10-12T18:46:33.915Z] 1507bc794612: Waiting [2020-10-12T18:46:33.915Z] 50644c29ef5a: Waiting [2020-10-12T18:46:34.277Z] 072a045ea474: Layer already exists [2020-10-12T18:46:34.277Z] caa0d77eb0f0: Layer already exists [2020-10-12T18:46:34.277Z] 31668759573e: Layer already exists [2020-10-12T18:46:34.277Z] 73be78fd9f84: Layer already exists [2020-10-12T18:46:34.277Z] e3d3967d7d55: Layer already exists [2020-10-12T18:46:34.277Z] 527eef706b20: Layer already exists [2020-10-12T18:46:34.277Z] 67faad0c06b2: Layer already exists [2020-10-12T18:46:34.277Z] 5391e5290f13: Layer already exists [2020-10-12T18:46:34.277Z] 88e896114219: Layer already exists [2020-10-12T18:46:34.277Z] 224742e9e948: Layer already exists [2020-10-12T18:46:34.277Z] 50644c29ef5a: Layer already exists [2020-10-12T18:46:34.277Z] 1507bc794612: Layer already exists [2020-10-12T18:46:34.277Z] 13baed61c795: Layer already exists [2020-10-12T18:46:34.277Z] 51d6d3d09136: Layer already exists [2020-10-12T18:46:34.449Z] OK: 217 MiB in 51 packages [2020-10-12T18:46:34.549Z] 1.2.2-dev.64: digest: sha256:e5f67813abb362b25f5db9089a649eb1a639ef85afcf6e2cd56bd3911607fd52 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:34.730Z] Removing intermediate container bd5763aa3450 [2020-10-12T18:46:34.730Z] ---> 52f779eda658 [2020-10-12T18:46:34.730Z] [2020-10-12T18:46:34.730Z] OK: 217 MiB in 51 packages [2020-10-12T18:46:34.894Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:35.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:35.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T18:46:35.344Z] Successfully built 52f779eda658 [2020-10-12T18:46:35.516Z] e3d3967d7d55: Preparing [2020-10-12T18:46:35.516Z] 31668759573e: Preparing [2020-10-12T18:46:35.516Z] 73be78fd9f84: Preparing [2020-10-12T18:46:35.516Z] caa0d77eb0f0: Preparing [2020-10-12T18:46:35.516Z] 072a045ea474: Preparing [2020-10-12T18:46:35.516Z] 67faad0c06b2: Preparing [2020-10-12T18:46:35.516Z] 88e896114219: Preparing [2020-10-12T18:46:35.516Z] 527eef706b20: Preparing [2020-10-12T18:46:35.516Z] 224742e9e948: Preparing [2020-10-12T18:46:35.516Z] 5391e5290f13: Preparing [2020-10-12T18:46:35.516Z] 13baed61c795: Preparing [2020-10-12T18:46:35.516Z] 51d6d3d09136: Preparing [2020-10-12T18:46:35.516Z] 1507bc794612: Preparing [2020-10-12T18:46:35.516Z] 50644c29ef5a: Preparing [2020-10-12T18:46:35.516Z] 67faad0c06b2: Waiting [2020-10-12T18:46:35.516Z] 88e896114219: Waiting [2020-10-12T18:46:35.516Z] 527eef706b20: Waiting [2020-10-12T18:46:35.516Z] 224742e9e948: Waiting [2020-10-12T18:46:35.516Z] 5391e5290f13: Waiting [2020-10-12T18:46:35.516Z] 13baed61c795: Waiting [2020-10-12T18:46:35.516Z] 51d6d3d09136: Waiting [2020-10-12T18:46:35.516Z] 1507bc794612: Waiting [2020-10-12T18:46:35.516Z] 50644c29ef5a: Waiting [2020-10-12T18:46:35.516Z] 072a045ea474: Layer already exists [2020-10-12T18:46:35.516Z] caa0d77eb0f0: Layer already exists [2020-10-12T18:46:35.516Z] 73be78fd9f84: Layer already exists [2020-10-12T18:46:35.516Z] 31668759573e: Layer already exists [2020-10-12T18:46:35.516Z] 67faad0c06b2: Layer already exists [2020-10-12T18:46:35.516Z] 527eef706b20: Layer already exists [2020-10-12T18:46:35.516Z] 88e896114219: Layer already exists [2020-10-12T18:46:35.516Z] e3d3967d7d55: Layer already exists [2020-10-12T18:46:35.516Z] 5391e5290f13: Layer already exists [2020-10-12T18:46:35.516Z] 13baed61c795: Layer already exists [2020-10-12T18:46:35.516Z] 224742e9e948: Layer already exists [2020-10-12T18:46:35.625Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-12T18:46:35.625Z] Building docker-core-data-go [2020-10-12T18:46:35.788Z] 1507bc794612: Layer already exists [2020-10-12T18:46:35.788Z] 51d6d3d09136: Layer already exists [2020-10-12T18:46:35.788Z] 50644c29ef5a: Layer already exists [2020-10-12T18:46:35.788Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:e5f67813abb362b25f5db9089a649eb1a639ef85afcf6e2cd56bd3911607fd52 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:36.180Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:46:36.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-12T18:46:36.620Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0c69cc16cdef [2020-10-12T18:46:36.620Z] ---> 51580d79be63 [2020-10-12T18:46:36.620Z] Step 6/22 : COPY go.mod . [2020-10-12T18:46:36.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T18:46:36.886Z] e3d3967d7d55: Preparing [2020-10-12T18:46:36.886Z] 31668759573e: Preparing [2020-10-12T18:46:36.886Z] 73be78fd9f84: Preparing [2020-10-12T18:46:36.886Z] caa0d77eb0f0: Preparing [2020-10-12T18:46:36.886Z] 072a045ea474: Preparing [2020-10-12T18:46:36.886Z] 67faad0c06b2: Preparing [2020-10-12T18:46:36.886Z] 88e896114219: Preparing [2020-10-12T18:46:36.886Z] 527eef706b20: Preparing [2020-10-12T18:46:36.886Z] 224742e9e948: Preparing [2020-10-12T18:46:36.886Z] 5391e5290f13: Preparing [2020-10-12T18:46:36.886Z] 13baed61c795: Preparing [2020-10-12T18:46:36.886Z] 51d6d3d09136: Preparing [2020-10-12T18:46:36.886Z] 1507bc794612: Preparing [2020-10-12T18:46:36.886Z] 50644c29ef5a: Preparing [2020-10-12T18:46:36.886Z] 224742e9e948: Waiting [2020-10-12T18:46:36.886Z] 5391e5290f13: Waiting [2020-10-12T18:46:36.886Z] 13baed61c795: Waiting [2020-10-12T18:46:36.886Z] 51d6d3d09136: Waiting [2020-10-12T18:46:36.886Z] 1507bc794612: Waiting [2020-10-12T18:46:36.886Z] 50644c29ef5a: Waiting [2020-10-12T18:46:36.886Z] 67faad0c06b2: Waiting [2020-10-12T18:46:36.886Z] 88e896114219: Waiting [2020-10-12T18:46:36.886Z] 527eef706b20: Waiting [2020-10-12T18:46:36.899Z] Removing intermediate container 566deab089da [2020-10-12T18:46:36.899Z] ---> 1d049d76a96f [2020-10-12T18:46:36.899Z] Step 6/22 : COPY go.mod . [2020-10-12T18:46:37.177Z] e3d3967d7d55: Layer already exists [2020-10-12T18:46:37.177Z] caa0d77eb0f0: Layer already exists [2020-10-12T18:46:37.177Z] 31668759573e: Layer already exists [2020-10-12T18:46:37.177Z] 072a045ea474: Layer already exists [2020-10-12T18:46:37.177Z] 73be78fd9f84: Layer already exists [2020-10-12T18:46:37.177Z] 5391e5290f13: Layer already exists [2020-10-12T18:46:37.177Z] 67faad0c06b2: Layer already exists [2020-10-12T18:46:37.177Z] 51d6d3d09136: Layer already exists [2020-10-12T18:46:37.177Z] 13baed61c795: Layer already exists [2020-10-12T18:46:37.177Z] 50644c29ef5a: Layer already exists [2020-10-12T18:46:37.177Z] 1507bc794612: Layer already exists [2020-10-12T18:46:37.557Z] 88e896114219: Layer already exists [2020-10-12T18:46:37.557Z] 224742e9e948: Layer already exists [2020-10-12T18:46:37.557Z] 527eef706b20: Layer already exists [2020-10-12T18:46:37.557Z] master: digest: sha256:e5f67813abb362b25f5db9089a649eb1a639ef85afcf6e2cd56bd3911607fd52 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:46:37.793Z] ===================================================== [Pipeline] echo [2020-10-12T18:46:37.849Z] taggedImages: [2020-10-12T18:46:37.849Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:46:37.849Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.64 [2020-10-12T18:46:37.849Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:46:37.849Z] - 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-12T18:46:38.899Z] ---> 3078f6948911 [2020-10-12T18:46:38.899Z] Step 7/22 : RUN go mod download [2020-10-12T18:46:39.499Z] Removing intermediate container 74e6d1af049e [2020-10-12T18:46:39.499Z] ---> 2d7a817a3909 [2020-10-12T18:46:39.499Z] Step 8/20 : COPY . . [2020-10-12T18:46:39.499Z] ---> b4650e287940 [2020-10-12T18:46:39.499Z] Step 7/22 : RUN go mod download [2020-10-12T18:46:39.499Z] ---> Running in e6bf6ed810f7 [2020-10-12T18:46:39.771Z] ---> Running in 25885d5b1111 [2020-10-12T18:46:40.367Z] Removing intermediate container 0308e204e59e [2020-10-12T18:46:40.367Z] ---> 54a1560fbc7f [2020-10-12T18:46:40.367Z] Step 8/22 : COPY . . [2020-10-12T18:46:50.675Z] Removing intermediate container 25885d5b1111 [2020-10-12T18:46:50.675Z] ---> 3d20864ba0e8 [2020-10-12T18:46:50.675Z] Step 8/22 : COPY . . [2020-10-12T18:46:50.675Z] Removing intermediate container e6bf6ed810f7 [2020-10-12T18:46:50.675Z] ---> b16ab71510f5 [2020-10-12T18:46:50.675Z] Step 8/22 : COPY . . [2020-10-12T18:46:56.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T18:46:56.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-12T18:46:56.104Z] ---> 81cccda859d1 [2020-10-12T18:46:56.104Z] Step 3/23 : WORKDIR /edgex-go [2020-10-12T18:46:56.104Z] ---> Using cache [2020-10-12T18:46:56.104Z] ---> abcd7683d2c7 [2020-10-12T18:46:56.104Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:46:56.104Z] ---> Using cache [2020-10-12T18:46:56.104Z] ---> db0217b5ae10 [2020-10-12T18:46:56.104Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-12T18:47:04.461Z] ---> Running in 9cd13b080757 [2020-10-12T18:47:04.461Z] ---> 649abd835c39 [2020-10-12T18:47:04.461Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-12T18:47:04.461Z] ---> 628092dbfb01 [2020-10-12T18:47:04.461Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-12T18:47:05.910Z] ---> Running in b164ad443c58 [2020-10-12T18:47:05.910Z] ---> Running in 2fba98463116 [2020-10-12T18:47:06.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:47:07.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:47:08.650Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:47:08.650Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:47:08.650Z] OK: 12623 distinct packages available [2020-10-12T18:47:08.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-12T18:47:08.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-12T18:47:09.546Z] OK: 217 MiB in 51 packages [2020-10-12T18:47:11.004Z] ---> 1a13845d9b13 [2020-10-12T18:47:11.004Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-12T18:47:11.283Z] ---> 5b6a41dde88f [2020-10-12T18:47:11.283Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-12T18:47:11.283Z] ---> Running in 271fdb965936 [2020-10-12T18:47:11.569Z] ---> Running in fff3a316e008 [2020-10-12T18:47:11.856Z] Removing intermediate container 9cd13b080757 [2020-10-12T18:47:11.856Z] ---> 1feaa71da5fc [2020-10-12T18:47:11.856Z] Step 6/23 : COPY go.mod . [2020-10-12T18:47:13.883Z] ---> a052e2131525 [2020-10-12T18:47:13.883Z] Step 7/23 : RUN go mod download [2020-10-12T18:47:13.883Z] ---> Running in 11b751cc5ffe [2020-10-12T18:47:15.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/core-command/core-command ./cmd/core-command [2020-10-12T18:47:15.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-12T18:47:19.696Z] Removing intermediate container 11b751cc5ffe [2020-10-12T18:47:19.696Z] ---> b9f6b6809080 [2020-10-12T18:47:19.696Z] Step 8/23 : COPY . . [2020-10-12T18:47:41.956Z] ---> 4a4ac867fddb [2020-10-12T18:47:41.956Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-12T18:47:41.956Z] ---> Running in c7621250bc3b [2020-10-12T18:47:42.958Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.64" -o cmd/core-data/core-data ./cmd/core-data [2020-10-12T18:49:04.832Z] Removing intermediate container 2fba98463116 [2020-10-12T18:49:04.832Z] ---> 55a32ba4f7d6 [2020-10-12T18:49:04.832Z] [2020-10-12T18:49:04.832Z] Step 10/20 : FROM alpine [2020-10-12T18:49:04.832Z] ---> 62ee0e9f8440 [2020-10-12T18:49:04.832Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-12T18:49:04.832Z] ---> Running in 591c26beca86 [2020-10-12T18:49:04.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:49:04.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:49:04.832Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T18:49:04.832Z] v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T18:49:04.832Z] OK: 12621 distinct packages available [2020-10-12T18:49:04.832Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-12T18:49:04.832Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T18:49:04.832Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-12T18:49:04.832Z] (4/4) Installing curl (7.69.1-r1) [2020-10-12T18:49:04.832Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:49:04.832Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T18:49:04.832Z] OK: 7 MiB in 18 packages [2020-10-12T18:49:04.832Z] Removing intermediate container 591c26beca86 [2020-10-12T18:49:04.832Z] ---> 36f4a963de95 [2020-10-12T18:49:04.832Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T18:49:04.832Z] ---> Running in 9b481be27d94 [2020-10-12T18:49:04.832Z] Removing intermediate container 9b481be27d94 [2020-10-12T18:49:04.832Z] ---> 702d9a840ba7 [2020-10-12T18:49:04.832Z] Step 13/20 : WORKDIR /edgex [2020-10-12T18:49:04.832Z] ---> Running in e59d94b6ee7c [2020-10-12T18:49:04.832Z] Removing intermediate container e59d94b6ee7c [2020-10-12T18:49:04.832Z] ---> 15a2c98a514d [2020-10-12T18:49:04.832Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-12T18:49:05.506Z] ---> 0c09004b7950 [2020-10-12T18:49:05.506Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-12T18:49:07.510Z] ---> e47ee6fb27b1 [2020-10-12T18:49:07.510Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-12T18:49:07.510Z] ---> Running in ea98b7ea0abe [2020-10-12T18:49:08.499Z] Removing intermediate container ea98b7ea0abe [2020-10-12T18:49:08.499Z] ---> d2d9d9bcb607 [2020-10-12T18:49:08.499Z] Step 17/20 : CMD ["--init=true"] [2020-10-12T18:49:08.499Z] ---> Running in fef90b3eedf2 [2020-10-12T18:49:09.486Z] Removing intermediate container fef90b3eedf2 [2020-10-12T18:49:09.486Z] ---> fdef80f75e12 [2020-10-12T18:49:09.486Z] Step 18/20 : LABEL arch=arm64 [2020-10-12T18:49:09.486Z] ---> Running in 0e04be1e88a4 [2020-10-12T18:49:10.483Z] Removing intermediate container 0e04be1e88a4 [2020-10-12T18:49:10.483Z] ---> ff05248733b6 [2020-10-12T18:49:10.483Z] Step 19/20 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:49:10.483Z] ---> Running in ba364b6dce58 [2020-10-12T18:49:11.481Z] Removing intermediate container ba364b6dce58 [2020-10-12T18:49:11.481Z] ---> 3e50def44f26 [2020-10-12T18:49:11.481Z] Step 20/20 : LABEL version=1.2.2-dev.64 [2020-10-12T18:49:11.481Z] ---> Running in 5acb0cf3e8b9 [2020-10-12T18:49:12.552Z] Removing intermediate container 5acb0cf3e8b9 [2020-10-12T18:49:12.552Z] ---> 26dd139f6dbe [2020-10-12T18:49:12.552Z] [2020-10-12T18:49:12.850Z] Successfully built 26dd139f6dbe [2020-10-12T18:49:12.850Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-12T18:49:21.201Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 271fdb965936 [2020-10-12T18:49:21.201Z] ---> b3c3a8e20a8b [2020-10-12T18:49:21.201Z] [2020-10-12T18:49:21.201Z] Step 10/22 : FROM scratch [2020-10-12T18:49:21.201Z] ---> [2020-10-12T18:49:21.201Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T18:49:21.482Z] ---> Using cache [2020-10-12T18:49:21.482Z] ---> b9beadb6fbdd [2020-10-12T18:49:21.482Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-12T18:49:21.758Z] ---> Running in eb1efc1f7ea8 [2020-10-12T18:49:22.367Z] Removing intermediate container eb1efc1f7ea8 [2020-10-12T18:49:22.367Z] ---> f0adcfeac94e [2020-10-12T18:49:22.367Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T18:49:22.367Z] ---> Running in 0670755bf225 [2020-10-12T18:49:23.359Z] Removing intermediate container 0670755bf225 [2020-10-12T18:49:23.359Z] ---> ff09dae7c419 [2020-10-12T18:49:23.359Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-12T18:49:24.351Z] ---> c5cfe6bce362 [2020-10-12T18:49:24.351Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-12T18:49:25.803Z] ---> 873c49f29ad1 [2020-10-12T18:49:25.803Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-12T18:49:27.263Z] ---> d8eb766c9160 [2020-10-12T18:49:27.263Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-12T18:49:28.717Z] ---> c927331c2af4 [2020-10-12T18:49:28.717Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-12T18:49:28.999Z] ---> Running in 7c4c5fd3e115 [2020-10-12T18:49:29.992Z] Removing intermediate container 7c4c5fd3e115 [2020-10-12T18:49:29.992Z] ---> 2d66fa755be7 [2020-10-12T18:49:29.992Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:49:29.992Z] ---> Running in 9f0cb07ec19c [2020-10-12T18:49:30.612Z] Removing intermediate container 9f0cb07ec19c [2020-10-12T18:49:30.612Z] ---> 4cc7429570e7 [2020-10-12T18:49:30.612Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T18:49:30.891Z] ---> Running in 8b17545dbc53 [2020-10-12T18:49:31.897Z] Removing intermediate container 8b17545dbc53 [2020-10-12T18:49:31.897Z] ---> d536520313ab [2020-10-12T18:49:31.897Z] Step 21/22 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:49:31.897Z] ---> Running in 4f0aa18000d3 [2020-10-12T18:49:32.908Z] Removing intermediate container 4f0aa18000d3 [2020-10-12T18:49:32.908Z] ---> c60781b7c026 [2020-10-12T18:49:32.908Z] Step 22/22 : LABEL version=1.2.2-dev.64 [2020-10-12T18:49:32.908Z] ---> Running in 72d954cb48bc [2020-10-12T18:49:33.515Z] Removing intermediate container 72d954cb48bc [2020-10-12T18:49:33.515Z] ---> 643ae431cab9 [2020-10-12T18:49:33.515Z] [2020-10-12T18:49:34.129Z] Successfully built 643ae431cab9 [2020-10-12T18:49:34.129Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-12T18:49:44.368Z]  Building docker-support-logging-go ... done Removing intermediate container fff3a316e008 [2020-10-12T18:49:44.368Z] ---> 2433baa211c2 [2020-10-12T18:49:44.368Z] [2020-10-12T18:49:44.368Z] Step 10/22 : FROM scratch [2020-10-12T18:49:44.368Z] ---> [2020-10-12T18:49:44.368Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T18:49:44.368Z] ---> Using cache [2020-10-12T18:49:44.368Z] ---> 467239369377 [2020-10-12T18:49:44.368Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-12T18:49:44.368Z] ---> Running in 6f7fcdfc0031 [2020-10-12T18:49:44.651Z] Removing intermediate container 6f7fcdfc0031 [2020-10-12T18:49:44.651Z] ---> e037ac2dfd8c [2020-10-12T18:49:44.651Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T18:49:44.932Z] ---> Running in 5988d2e35eb0 [2020-10-12T18:49:45.550Z] Removing intermediate container 5988d2e35eb0 [2020-10-12T18:49:45.550Z] ---> 238ea72c5aec [2020-10-12T18:49:45.550Z] Step 14/22 : WORKDIR / [2020-10-12T18:49:45.831Z] ---> Running in 896d57687c4f [2020-10-12T18:49:46.442Z] Removing intermediate container 896d57687c4f [2020-10-12T18:49:46.442Z] ---> e53e88ace2b7 [2020-10-12T18:49:46.442Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-12T18:49:47.914Z] ---> ea98ae79572b [2020-10-12T18:49:47.914Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-12T18:49:49.926Z] ---> 65565792152e [2020-10-12T18:49:49.926Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-12T18:49:51.407Z] ---> 023d1fb1e53a [2020-10-12T18:49:51.407Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-12T18:49:51.690Z] ---> Running in 9529f1b10e8b [2020-10-12T18:49:53.144Z] Removing intermediate container 9529f1b10e8b [2020-10-12T18:49:53.144Z] ---> 3908eca0b7ce [2020-10-12T18:49:53.144Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:49:53.144Z] ---> Running in 8dfdbb5ee37e [2020-10-12T18:49:54.137Z] Removing intermediate container 8dfdbb5ee37e [2020-10-12T18:49:54.137Z] ---> 24a1365c4b90 [2020-10-12T18:49:54.137Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T18:49:54.426Z] ---> Running in e201c3b6674c [2020-10-12T18:49:55.035Z] Removing intermediate container b164ad443c58 [2020-10-12T18:49:55.035Z] ---> 30251e3d5b7d [2020-10-12T18:49:55.035Z] [2020-10-12T18:49:55.035Z] Step 10/22 : FROM scratch [2020-10-12T18:49:55.035Z] ---> [2020-10-12T18:49:55.035Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T18:49:55.330Z] ---> Using cache [2020-10-12T18:49:55.330Z] ---> 467239369377 [2020-10-12T18:49:55.330Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-12T18:49:55.603Z] Removing intermediate container e201c3b6674c [2020-10-12T18:49:55.603Z] ---> 3fae40eb3606 [2020-10-12T18:49:55.603Z] Step 21/22 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:49:55.603Z] ---> Running in 0ee4a54a0356 [2020-10-12T18:49:55.885Z] ---> Running in bba6c4969b4c [2020-10-12T18:49:56.157Z] Removing intermediate container 0ee4a54a0356 [2020-10-12T18:49:56.157Z] ---> cb83f9d39791 [2020-10-12T18:49:56.157Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T18:49:56.434Z] ---> Running in b834496205a2 [2020-10-12T18:49:56.434Z] Removing intermediate container bba6c4969b4c [2020-10-12T18:49:56.434Z] ---> 9de2dde80272 [2020-10-12T18:49:56.434Z] Step 22/22 : LABEL version=1.2.2-dev.64 [2020-10-12T18:49:56.711Z] ---> Running in 2d1133a01595 [2020-10-12T18:49:56.995Z] Removing intermediate container b834496205a2 [2020-10-12T18:49:56.995Z] ---> 22018c73b1e5 [2020-10-12T18:49:56.995Z] Step 14/22 : WORKDIR / [2020-10-12T18:49:56.995Z] ---> Running in d5fbf8a93eaa [2020-10-12T18:49:57.275Z] Removing intermediate container 2d1133a01595 [2020-10-12T18:49:57.275Z] ---> 923f3ee2cf3b [2020-10-12T18:49:57.275Z] [2020-10-12T18:49:57.881Z] Successfully built 923f3ee2cf3b [2020-10-12T18:49:58.155Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-12T18:49:58.155Z]  Building docker-core-command-go ... done Removing intermediate container d5fbf8a93eaa [2020-10-12T18:49:58.155Z] ---> 34c724e752c2 [2020-10-12T18:49:58.155Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-12T18:49:59.140Z] ---> f9ab87f46535 [2020-10-12T18:49:59.140Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-12T18:50:00.575Z] ---> 4c71ced714c8 [2020-10-12T18:50:00.575Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-12T18:50:01.174Z] ---> 494696933d35 [2020-10-12T18:50:01.174Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-12T18:50:01.452Z] ---> Running in 1391fcf4409f [2020-10-12T18:50:02.055Z] Removing intermediate container 1391fcf4409f [2020-10-12T18:50:02.055Z] ---> f41a020c822f [2020-10-12T18:50:02.055Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:50:02.055Z] ---> Running in ce7cad5383d1 [2020-10-12T18:50:03.131Z] Removing intermediate container ce7cad5383d1 [2020-10-12T18:50:03.131Z] ---> 648ebe1a87f4 [2020-10-12T18:50:03.131Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T18:50:03.132Z] ---> Running in 119584600bd7 [2020-10-12T18:50:03.805Z] Removing intermediate container 119584600bd7 [2020-10-12T18:50:03.805Z] ---> 6cd9a230dab7 [2020-10-12T18:50:03.805Z] Step 21/22 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:04.085Z] ---> Running in 5138dd857e42 [2020-10-12T18:50:04.686Z] Removing intermediate container 5138dd857e42 [2020-10-12T18:50:04.686Z] ---> 465029cb6750 [2020-10-12T18:50:04.686Z] Step 22/22 : LABEL version=1.2.2-dev.64 [2020-10-12T18:50:04.958Z] ---> Running in 2a36c929e485 [2020-10-12T18:50:05.554Z] Removing intermediate container 2a36c929e485 [2020-10-12T18:50:05.554Z] ---> 6136b5e82b23 [2020-10-12T18:50:05.554Z] [2020-10-12T18:50:06.154Z] Successfully built 6136b5e82b23 [2020-10-12T18:50:06.154Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-12T18:50:14.420Z]  Building docker-core-metadata-go ... done Removing intermediate container c7621250bc3b [2020-10-12T18:50:14.420Z] ---> b7f17cb41eb6 [2020-10-12T18:50:14.420Z] [2020-10-12T18:50:14.420Z] Step 10/23 : FROM alpine [2020-10-12T18:50:14.420Z] ---> 62ee0e9f8440 [2020-10-12T18:50:14.420Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T18:50:14.420Z] ---> Running in 967fbc1d829a [2020-10-12T18:50:14.420Z] Removing intermediate container 967fbc1d829a [2020-10-12T18:50:14.420Z] ---> 87be4ca32a5b [2020-10-12T18:50:14.420Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-12T18:50:14.420Z] ---> Running in 5a2c09bb53c8 [2020-10-12T18:50:14.693Z] Removing intermediate container 5a2c09bb53c8 [2020-10-12T18:50:14.693Z] ---> 9d4d7a1bf619 [2020-10-12T18:50:14.693Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-12T18:50:14.966Z] ---> Running in 70706b7bc0ca [2020-10-12T18:50:15.562Z] Removing intermediate container 70706b7bc0ca [2020-10-12T18:50:15.562Z] ---> c3a1a3b0c05e [2020-10-12T18:50:15.562Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T18:50:15.562Z] ---> Running in a37f5fdf3b75 [2020-10-12T18:50:18.181Z] Removing intermediate container a37f5fdf3b75 [2020-10-12T18:50:18.181Z] ---> 1beee3f5eacc [2020-10-12T18:50:18.181Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-12T18:50:18.453Z] ---> Running in 7b2a7226b50d [2020-10-12T18:50:19.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T18:50:20.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T18:50:21.831Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-12T18:50:21.831Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-12T18:50:21.831Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-12T18:50:22.421Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-12T18:50:22.421Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-12T18:50:22.421Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T18:50:22.691Z] OK: 8 MiB in 19 packages [2020-10-12T18:50:23.668Z] Removing intermediate container 7b2a7226b50d [2020-10-12T18:50:23.668Z] ---> e1f353c04e49 [2020-10-12T18:50:23.668Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-12T18:50:24.653Z] ---> 0cd8e3ff16b7 [2020-10-12T18:50:24.653Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-12T18:50:26.083Z] ---> 0fbc6a039c1a [2020-10-12T18:50:26.083Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-12T18:50:26.678Z] ---> e1e8767b1c1b [2020-10-12T18:50:26.678Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-12T18:50:26.952Z] ---> Running in df58b5b9e163 [2020-10-12T18:50:27.550Z] Removing intermediate container df58b5b9e163 [2020-10-12T18:50:27.550Z] ---> 58c6d02048bc [2020-10-12T18:50:27.550Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T18:50:27.550Z] ---> Running in 7e7b206c0cc1 [2020-10-12T18:50:28.147Z] Removing intermediate container 7e7b206c0cc1 [2020-10-12T18:50:28.147Z] ---> cc77de7213b5 [2020-10-12T18:50:28.147Z] Step 21/23 : LABEL arch=arm64 [2020-10-12T18:50:28.147Z] ---> Running in 65144daac761 [2020-10-12T18:50:28.741Z] Removing intermediate container 65144daac761 [2020-10-12T18:50:28.741Z] ---> ceebbcc6d1e4 [2020-10-12T18:50:28.741Z] Step 22/23 : LABEL git_sha=09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:28.741Z] ---> Running in 14d2db252544 [2020-10-12T18:50:29.338Z] Removing intermediate container 14d2db252544 [2020-10-12T18:50:29.338Z] ---> 6cc9ea0a70f9 [2020-10-12T18:50:29.338Z] Step 23/23 : LABEL version=1.2.2-dev.64 [2020-10-12T18:50:29.338Z] ---> Running in e820a3ea8f20 [2020-10-12T18:50:29.929Z] Removing intermediate container e820a3ea8f20 [2020-10-12T18:50:29.930Z] ---> 00f34f9f25b0 [2020-10-12T18:50:29.930Z] [2020-10-12T18:50:30.204Z] Successfully built 00f34f9f25b0 [2020-10-12T18:50:30.204Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-12T18:50:30.489Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-12T18:50:30.508Z] $ docker stop --time=1 87c503187c972572d2100f5c9546410e583082f4ae816db7534ed6067579a50f [2020-10-12T18:50:32.453Z] $ docker rm -f 87c503187c972572d2100f5c9546410e583082f4ae816db7534ed6067579a50f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:50:33.256Z] + docker+ images [2020-10-12T18:50:33.256Z] grep docker [2020-10-12T18:50:33.529Z] docker-core-data-go-arm64 latest 00f34f9f25b0 4 seconds ago 22.2MB [2020-10-12T18:50:33.529Z] docker-core-metadata-go-arm64 latest 6136b5e82b23 28 seconds ago 13.3MB [2020-10-12T18:50:33.529Z] docker-core-command-go-arm64 latest 923f3ee2cf3b 36 seconds ago 11.4MB [2020-10-12T18:50:33.529Z] docker-support-logging-go-arm64 latest 643ae431cab9 About a minute ago 10.6MB [2020-10-12T18:50:33.529Z] docker-security-proxy-setup-go-arm64 latest 26dd139f6dbe About a minute ago 15.1MB [2020-10-12T18:50:33.529Z] docker-sys-mgmt-agent-go-arm64 latest 52f779eda658 3 minutes ago 270MB [2020-10-12T18:50:33.529Z] docker-security-secretstore-setup-go-arm64 latest f092cbd39c8f 4 minutes ago 30.8MB [2020-10-12T18:50:33.529Z] docker-support-notifications-go-arm64 latest c934f2f84609 5 minutes ago 12.9MB [2020-10-12T18:50:33.529Z] docker-security-secrets-setup-go-arm64 latest 53bcc11d3b3d 5 minutes ago 22.7MB [2020-10-12T18:50:33.529Z] docker-support-scheduler-go-arm64 latest d0860f827e5a 5 minutes ago 11.5MB [2020-10-12T18:50:33.529Z] docker latest 45884bde0078 3 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-12T18:50:34.125Z] provisioning config files... [2020-10-12T18:50:34.186Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/179@tmp/config2428780075031295854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T18:50:34.614Z] ---> docker-login.sh [2020-10-12T18:50:34.614Z] nexus3.edgexfoundry.org:10001 [2020-10-12T18:50:34.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:50:35.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:50:35.165Z] Configure a credential helper to remove this warning. See [2020-10-12T18:50:35.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:50:35.165Z] [2020-10-12T18:50:35.165Z] Login Succeeded [2020-10-12T18:50:35.165Z] nexus3.edgexfoundry.org:10002 [2020-10-12T18:50:35.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:50:35.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:50:35.754Z] Configure a credential helper to remove this warning. See [2020-10-12T18:50:35.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:50:35.754Z] [2020-10-12T18:50:35.754Z] Login Succeeded [2020-10-12T18:50:35.754Z] nexus3.edgexfoundry.org:10003 [2020-10-12T18:50:36.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:50:36.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:50:36.297Z] Configure a credential helper to remove this warning. See [2020-10-12T18:50:36.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:50:36.297Z] [2020-10-12T18:50:36.297Z] Login Succeeded [2020-10-12T18:50:36.297Z] nexus3.edgexfoundry.org:10004 [2020-10-12T18:50:36.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:50:36.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:50:36.841Z] Configure a credential helper to remove this warning. See [2020-10-12T18:50:36.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:50:36.841Z] [2020-10-12T18:50:36.841Z] Login Succeeded [2020-10-12T18:50:36.841Z] docker.io [2020-10-12T18:50:37.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T18:50:37.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T18:50:37.710Z] Configure a credential helper to remove this warning. See [2020-10-12T18:50:37.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T18:50:37.710Z] [2020-10-12T18:50:37.710Z] Login Succeeded [2020-10-12T18:50:37.710Z] ---> docker-login.sh ends [Pipeline] } [2020-10-12T18:50:37.728Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:50:37.971Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-12T18:50:37.971Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:37.971Z] 1.2.2-dev.64 [2020-10-12T18:50:37.971Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:50:37.971Z] master [2020-10-12T18:50:37.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:38.485Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:38.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:38.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T18:50:38.872Z] 65be58b0b15f: Preparing [2020-10-12T18:50:38.872Z] e35ac39753d0: Preparing [2020-10-12T18:50:38.872Z] 5f369f3f69e8: Preparing [2020-10-12T18:50:39.164Z] 65be58b0b15f: Pushed [2020-10-12T18:50:39.164Z] 5f369f3f69e8: Pushed [2020-10-12T18:50:42.564Z] e35ac39753d0: Pushed [2020-10-12T18:50:42.564Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:815bb6f5e2b67015b845c634086ee58d18609b44d5744bbf79aab84f3a8872ba size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:42.916Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:43.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.64 [2020-10-12T18:50:43.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T18:50:43.266Z] 65be58b0b15f: Preparing [2020-10-12T18:50:43.266Z] e35ac39753d0: Preparing [2020-10-12T18:50:43.266Z] 5f369f3f69e8: Preparing [2020-10-12T18:50:43.540Z] e35ac39753d0: Layer already exists [2020-10-12T18:50:43.540Z] 5f369f3f69e8: Layer already exists [2020-10-12T18:50:43.540Z] 65be58b0b15f: Layer already exists [2020-10-12T18:50:43.540Z] 1.2.2-dev.64: digest: sha256:815bb6f5e2b67015b845c634086ee58d18609b44d5744bbf79aab84f3a8872ba size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:43.893Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:44.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:50:44.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T18:50:44.242Z] 65be58b0b15f: Preparing [2020-10-12T18:50:44.242Z] e35ac39753d0: Preparing [2020-10-12T18:50:44.242Z] 5f369f3f69e8: Preparing [2020-10-12T18:50:44.514Z] 5f369f3f69e8: Layer already exists [2020-10-12T18:50:44.514Z] e35ac39753d0: Layer already exists [2020-10-12T18:50:44.514Z] 65be58b0b15f: Layer already exists [2020-10-12T18:50:44.514Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:815bb6f5e2b67015b845c634086ee58d18609b44d5744bbf79aab84f3a8872ba size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:44.868Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:45.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-12T18:50:45.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T18:50:45.212Z] 65be58b0b15f: Preparing [2020-10-12T18:50:45.212Z] e35ac39753d0: Preparing [2020-10-12T18:50:45.212Z] 5f369f3f69e8: Preparing [2020-10-12T18:50:45.483Z] 5f369f3f69e8: Layer already exists [2020-10-12T18:50:45.483Z] e35ac39753d0: Layer already exists [2020-10-12T18:50:45.483Z] 65be58b0b15f: Layer already exists [2020-10-12T18:50:45.483Z] master: digest: sha256:815bb6f5e2b67015b845c634086ee58d18609b44d5744bbf79aab84f3a8872ba size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:50:45.686Z] ===================================================== [Pipeline] echo [2020-10-12T18:50:45.738Z] taggedImages: [2020-10-12T18:50:45.738Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:45.738Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.64 [2020-10-12T18:50:45.738Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:50:45.738Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-12T18:50:45.811Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-12T18:50:45.811Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:45.811Z] 1.2.2-dev.64 [2020-10-12T18:50:45.811Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:50:45.811Z] master [2020-10-12T18:50:45.811Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:46.336Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:46.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:46.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T18:50:46.681Z] 1f502bca7769: Preparing [2020-10-12T18:50:46.681Z] d039648e258e: Preparing [2020-10-12T18:50:46.681Z] d25ea4ccfc9e: Preparing [2020-10-12T18:50:46.681Z] 7c2a58aa1aac: Preparing [2020-10-12T18:50:46.681Z] 534837ab33e1: Preparing [2020-10-12T18:50:46.681Z] e2f13739ad41: Preparing [2020-10-12T18:50:46.681Z] e2f13739ad41: Waiting [2020-10-12T18:50:47.277Z] 534837ab33e1: Pushed [2020-10-12T18:50:47.277Z] 1f502bca7769: Pushed [2020-10-12T18:50:47.277Z] d25ea4ccfc9e: Pushed [2020-10-12T18:50:47.277Z] e2f13739ad41: Layer already exists [2020-10-12T18:50:47.870Z] 7c2a58aa1aac: Pushed [2020-10-12T18:50:51.249Z] d039648e258e: Pushed [2020-10-12T18:50:51.249Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:2d67472866e2e82f1d806b9c1efa80beb928f579645e98b18db6eac85e5ca674 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:51.601Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:52.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.64 [2020-10-12T18:50:52.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T18:50:52.273Z] 1f502bca7769: Preparing [2020-10-12T18:50:52.273Z] d039648e258e: Preparing [2020-10-12T18:50:52.273Z] d25ea4ccfc9e: Preparing [2020-10-12T18:50:52.273Z] 7c2a58aa1aac: Preparing [2020-10-12T18:50:52.273Z] 534837ab33e1: Preparing [2020-10-12T18:50:52.273Z] e2f13739ad41: Preparing [2020-10-12T18:50:52.273Z] e2f13739ad41: Waiting [2020-10-12T18:50:52.545Z] 534837ab33e1: Layer already exists [2020-10-12T18:50:52.545Z] d25ea4ccfc9e: Layer already exists [2020-10-12T18:50:52.545Z] d039648e258e: Layer already exists [2020-10-12T18:50:52.545Z] 7c2a58aa1aac: Layer already exists [2020-10-12T18:50:52.545Z] 1f502bca7769: Layer already exists [2020-10-12T18:50:52.545Z] e2f13739ad41: Layer already exists [2020-10-12T18:50:52.545Z] 1.2.2-dev.64: digest: sha256:2d67472866e2e82f1d806b9c1efa80beb928f579645e98b18db6eac85e5ca674 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:52.895Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:53.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:50:53.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T18:50:53.246Z] 1f502bca7769: Preparing [2020-10-12T18:50:53.246Z] d039648e258e: Preparing [2020-10-12T18:50:53.246Z] d25ea4ccfc9e: Preparing [2020-10-12T18:50:53.246Z] 7c2a58aa1aac: Preparing [2020-10-12T18:50:53.246Z] 534837ab33e1: Preparing [2020-10-12T18:50:53.246Z] e2f13739ad41: Preparing [2020-10-12T18:50:53.246Z] e2f13739ad41: Waiting [2020-10-12T18:50:53.518Z] 1f502bca7769: Layer already exists [2020-10-12T18:50:53.518Z] 7c2a58aa1aac: Layer already exists [2020-10-12T18:50:53.518Z] 534837ab33e1: Layer already exists [2020-10-12T18:50:53.518Z] d25ea4ccfc9e: Layer already exists [2020-10-12T18:50:53.518Z] d039648e258e: Layer already exists [2020-10-12T18:50:53.518Z] e2f13739ad41: Layer already exists [2020-10-12T18:50:53.518Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:2d67472866e2e82f1d806b9c1efa80beb928f579645e98b18db6eac85e5ca674 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:53.868Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:54.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-12T18:50:54.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T18:50:54.227Z] 1f502bca7769: Preparing [2020-10-12T18:50:54.227Z] d039648e258e: Preparing [2020-10-12T18:50:54.227Z] d25ea4ccfc9e: Preparing [2020-10-12T18:50:54.227Z] 7c2a58aa1aac: Preparing [2020-10-12T18:50:54.227Z] 534837ab33e1: Preparing [2020-10-12T18:50:54.227Z] e2f13739ad41: Preparing [2020-10-12T18:50:54.227Z] e2f13739ad41: Waiting [2020-10-12T18:50:54.500Z] 1f502bca7769: Layer already exists [2020-10-12T18:50:54.500Z] 534837ab33e1: Layer already exists [2020-10-12T18:50:54.500Z] d039648e258e: Layer already exists [2020-10-12T18:50:54.500Z] d25ea4ccfc9e: Layer already exists [2020-10-12T18:50:54.500Z] 7c2a58aa1aac: Layer already exists [2020-10-12T18:50:54.500Z] e2f13739ad41: Layer already exists [2020-10-12T18:50:54.500Z] master: digest: sha256:2d67472866e2e82f1d806b9c1efa80beb928f579645e98b18db6eac85e5ca674 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:50:54.715Z] ===================================================== [Pipeline] echo [2020-10-12T18:50:54.765Z] taggedImages: [2020-10-12T18:50:54.765Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:54.765Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.64 [2020-10-12T18:50:54.765Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:50:54.765Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-12T18:50:54.836Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-12T18:50:54.836Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:54.836Z] 1.2.2-dev.64 [2020-10-12T18:50:54.836Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:50:54.836Z] master [2020-10-12T18:50:54.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:55.385Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:50:55.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:50:55.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T18:50:55.734Z] ad62cb0175e5: Preparing [2020-10-12T18:50:55.734Z] cedea64c2f76: Preparing [2020-10-12T18:50:55.734Z] 1e0b4eabc202: Preparing [2020-10-12T18:50:57.167Z] 1e0b4eabc202: Pushed [2020-10-12T18:50:57.167Z] ad62cb0175e5: Pushed [2020-10-12T18:51:00.627Z] cedea64c2f76: Pushed [2020-10-12T18:51:00.902Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:76ca33c19680b862419c97d6edc1e4f7dd0517778f7c3fc59a97055eb4446d11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:01.256Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:01.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:01.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T18:51:01.605Z] ad62cb0175e5: Preparing [2020-10-12T18:51:01.605Z] cedea64c2f76: Preparing [2020-10-12T18:51:01.605Z] 1e0b4eabc202: Preparing [2020-10-12T18:51:01.879Z] 1e0b4eabc202: Layer already exists [2020-10-12T18:51:01.879Z] ad62cb0175e5: Layer already exists [2020-10-12T18:51:01.879Z] cedea64c2f76: Layer already exists [2020-10-12T18:51:01.879Z] 1.2.2-dev.64: digest: sha256:76ca33c19680b862419c97d6edc1e4f7dd0517778f7c3fc59a97055eb4446d11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:02.234Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:02.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:02.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T18:51:02.575Z] ad62cb0175e5: Preparing [2020-10-12T18:51:02.575Z] cedea64c2f76: Preparing [2020-10-12T18:51:02.575Z] 1e0b4eabc202: Preparing [2020-10-12T18:51:02.847Z] 1e0b4eabc202: Layer already exists [2020-10-12T18:51:02.847Z] ad62cb0175e5: Layer already exists [2020-10-12T18:51:02.847Z] cedea64c2f76: Layer already exists [2020-10-12T18:51:02.847Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:76ca33c19680b862419c97d6edc1e4f7dd0517778f7c3fc59a97055eb4446d11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:03.194Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:03.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-12T18:51:03.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T18:51:03.813Z] ad62cb0175e5: Preparing [2020-10-12T18:51:03.813Z] cedea64c2f76: Preparing [2020-10-12T18:51:03.813Z] 1e0b4eabc202: Preparing [2020-10-12T18:51:04.088Z] ad62cb0175e5: Layer already exists [2020-10-12T18:51:04.088Z] cedea64c2f76: Layer already exists [2020-10-12T18:51:04.088Z] 1e0b4eabc202: Layer already exists [2020-10-12T18:51:04.088Z] master: digest: sha256:76ca33c19680b862419c97d6edc1e4f7dd0517778f7c3fc59a97055eb4446d11 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:51:04.332Z] ===================================================== [Pipeline] echo [2020-10-12T18:51:04.381Z] taggedImages: [2020-10-12T18:51:04.381Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:04.381Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:04.381Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:04.381Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-12T18:51:04.450Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-12T18:51:04.450Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:04.450Z] 1.2.2-dev.64 [2020-10-12T18:51:04.450Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:04.450Z] master [2020-10-12T18:51:04.450Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:04.974Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:05.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:05.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T18:51:05.600Z] 25413f97b775: Preparing [2020-10-12T18:51:05.600Z] a1908cf38c1e: Preparing [2020-10-12T18:51:05.600Z] de537b83d7ea: Preparing [2020-10-12T18:51:05.600Z] 4a4693c804bd: Preparing [2020-10-12T18:51:05.600Z] e2f13739ad41: Preparing [2020-10-12T18:51:05.600Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:05.600Z] de537b83d7ea: Pushed [2020-10-12T18:51:05.600Z] a1908cf38c1e: Pushed [2020-10-12T18:51:06.200Z] 4a4693c804bd: Pushed [2020-10-12T18:51:08.175Z] 25413f97b775: Pushed [2020-10-12T18:51:08.175Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:566845ca86b5417ee35b0d487e74e70bd779087b1c71889763b8b7a6602dd012 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:08.526Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:09.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:09.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T18:51:09.137Z] 25413f97b775: Preparing [2020-10-12T18:51:09.137Z] a1908cf38c1e: Preparing [2020-10-12T18:51:09.137Z] de537b83d7ea: Preparing [2020-10-12T18:51:09.137Z] 4a4693c804bd: Preparing [2020-10-12T18:51:09.137Z] e2f13739ad41: Preparing [2020-10-12T18:51:09.408Z] 25413f97b775: Layer already exists [2020-10-12T18:51:09.408Z] 4a4693c804bd: Layer already exists [2020-10-12T18:51:09.408Z] a1908cf38c1e: Layer already exists [2020-10-12T18:51:09.408Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:09.408Z] de537b83d7ea: Layer already exists [2020-10-12T18:51:09.408Z] 1.2.2-dev.64: digest: sha256:566845ca86b5417ee35b0d487e74e70bd779087b1c71889763b8b7a6602dd012 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:09.755Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:10.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:10.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T18:51:10.095Z] 25413f97b775: Preparing [2020-10-12T18:51:10.095Z] a1908cf38c1e: Preparing [2020-10-12T18:51:10.095Z] de537b83d7ea: Preparing [2020-10-12T18:51:10.095Z] 4a4693c804bd: Preparing [2020-10-12T18:51:10.095Z] e2f13739ad41: Preparing [2020-10-12T18:51:10.366Z] de537b83d7ea: Layer already exists [2020-10-12T18:51:10.366Z] 4a4693c804bd: Layer already exists [2020-10-12T18:51:10.366Z] 25413f97b775: Layer already exists [2020-10-12T18:51:10.366Z] a1908cf38c1e: Layer already exists [2020-10-12T18:51:10.366Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:10.366Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:566845ca86b5417ee35b0d487e74e70bd779087b1c71889763b8b7a6602dd012 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:10.725Z] + 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-12T18:51:11.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-12T18:51:11.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T18:51:11.348Z] 25413f97b775: Preparing [2020-10-12T18:51:11.348Z] a1908cf38c1e: Preparing [2020-10-12T18:51:11.348Z] de537b83d7ea: Preparing [2020-10-12T18:51:11.348Z] 4a4693c804bd: Preparing [2020-10-12T18:51:11.348Z] e2f13739ad41: Preparing [2020-10-12T18:51:11.621Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:11.621Z] de537b83d7ea: Layer already exists [2020-10-12T18:51:11.621Z] a1908cf38c1e: Layer already exists [2020-10-12T18:51:11.621Z] 4a4693c804bd: Layer already exists [2020-10-12T18:51:11.621Z] 25413f97b775: Layer already exists [2020-10-12T18:51:11.621Z] master: digest: sha256:566845ca86b5417ee35b0d487e74e70bd779087b1c71889763b8b7a6602dd012 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:51:11.856Z] ===================================================== [Pipeline] echo [2020-10-12T18:51:11.914Z] taggedImages: [2020-10-12T18:51:11.914Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:11.914Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:11.914Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:11.914Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-12T18:51:11.984Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-12T18:51:11.984Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:11.984Z] 1.2.2-dev.64 [2020-10-12T18:51:11.984Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:11.984Z] master [2020-10-12T18:51:11.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:12.529Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:12.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:12.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T18:51:13.154Z] 3941d9774585: Preparing [2020-10-12T18:51:13.154Z] a3f0d30936fd: Preparing [2020-10-12T18:51:13.154Z] 81f59db06d95: Preparing [2020-10-12T18:51:13.154Z] de2d9492ddf2: Preparing [2020-10-12T18:51:13.154Z] de2d9492ddf2: Preparing [2020-10-12T18:51:13.154Z] 8fa62f98774b: Preparing [2020-10-12T18:51:13.154Z] 640fd3530357: Preparing [2020-10-12T18:51:13.154Z] 81669c5a93cf: Preparing [2020-10-12T18:51:13.154Z] 3941d9774585: Preparing [2020-10-12T18:51:13.154Z] 3c4a74e2b522: Preparing [2020-10-12T18:51:13.154Z] 2cf17d8e0372: Preparing [2020-10-12T18:51:13.154Z] 9568c99b0e68: Preparing [2020-10-12T18:51:13.154Z] e2f13739ad41: Preparing [2020-10-12T18:51:13.154Z] 640fd3530357: Waiting [2020-10-12T18:51:13.154Z] 81669c5a93cf: Waiting [2020-10-12T18:51:13.154Z] 9568c99b0e68: Waiting [2020-10-12T18:51:13.154Z] 2cf17d8e0372: Waiting [2020-10-12T18:51:13.154Z] e2f13739ad41: Waiting [2020-10-12T18:51:13.426Z] 81f59db06d95: Pushed [2020-10-12T18:51:13.427Z] de2d9492ddf2: Pushed [2020-10-12T18:51:13.427Z] a3f0d30936fd: Pushed [2020-10-12T18:51:13.427Z] 8fa62f98774b: Pushed [2020-10-12T18:51:13.709Z] 640fd3530357: Pushed [2020-10-12T18:51:13.709Z] 2cf17d8e0372: Pushed [2020-10-12T18:51:13.709Z] 3c4a74e2b522: Pushed [2020-10-12T18:51:13.709Z] 81669c5a93cf: Pushed [2020-10-12T18:51:13.983Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:14.256Z] 9568c99b0e68: Pushed [2020-10-12T18:51:15.683Z] 3941d9774585: Pushed [2020-10-12T18:51:15.683Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:8aeb967c5d4db3f19ca94d3584494af192201be3f5e57d1a2337374170d7b642 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:16.046Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:16.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:16.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T18:51:16.407Z] 3941d9774585: Preparing [2020-10-12T18:51:16.407Z] a3f0d30936fd: Preparing [2020-10-12T18:51:16.407Z] 81f59db06d95: Preparing [2020-10-12T18:51:16.407Z] de2d9492ddf2: Preparing [2020-10-12T18:51:16.407Z] de2d9492ddf2: Preparing [2020-10-12T18:51:16.407Z] 8fa62f98774b: Preparing [2020-10-12T18:51:16.407Z] 640fd3530357: Preparing [2020-10-12T18:51:16.407Z] 81669c5a93cf: Preparing [2020-10-12T18:51:16.407Z] 3941d9774585: Preparing [2020-10-12T18:51:16.407Z] 3c4a74e2b522: Preparing [2020-10-12T18:51:16.407Z] 2cf17d8e0372: Preparing [2020-10-12T18:51:16.407Z] 9568c99b0e68: Preparing [2020-10-12T18:51:16.407Z] e2f13739ad41: Preparing [2020-10-12T18:51:16.407Z] 81669c5a93cf: Waiting [2020-10-12T18:51:16.407Z] 3c4a74e2b522: Waiting [2020-10-12T18:51:16.407Z] 2cf17d8e0372: Waiting [2020-10-12T18:51:16.407Z] 9568c99b0e68: Waiting [2020-10-12T18:51:16.407Z] e2f13739ad41: Waiting [2020-10-12T18:51:16.407Z] 640fd3530357: Waiting [2020-10-12T18:51:16.407Z] de2d9492ddf2: Layer already exists [2020-10-12T18:51:16.407Z] 3941d9774585: Layer already exists [2020-10-12T18:51:16.407Z] 8fa62f98774b: Layer already exists [2020-10-12T18:51:16.407Z] 81f59db06d95: Layer already exists [2020-10-12T18:51:16.407Z] a3f0d30936fd: Layer already exists [2020-10-12T18:51:16.696Z] 81669c5a93cf: Layer already exists [2020-10-12T18:51:16.696Z] 3c4a74e2b522: Layer already exists [2020-10-12T18:51:16.696Z] 2cf17d8e0372: Layer already exists [2020-10-12T18:51:16.696Z] 9568c99b0e68: Layer already exists [2020-10-12T18:51:16.696Z] 640fd3530357: Layer already exists [2020-10-12T18:51:16.696Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:16.696Z] 1.2.2-dev.64: digest: sha256:8aeb967c5d4db3f19ca94d3584494af192201be3f5e57d1a2337374170d7b642 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:17.040Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:17.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:17.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T18:51:17.651Z] 3941d9774585: Preparing [2020-10-12T18:51:17.651Z] a3f0d30936fd: Preparing [2020-10-12T18:51:17.651Z] 81f59db06d95: Preparing [2020-10-12T18:51:17.651Z] de2d9492ddf2: Preparing [2020-10-12T18:51:17.651Z] de2d9492ddf2: Preparing [2020-10-12T18:51:17.651Z] 8fa62f98774b: Preparing [2020-10-12T18:51:17.651Z] 640fd3530357: Preparing [2020-10-12T18:51:17.651Z] 81669c5a93cf: Preparing [2020-10-12T18:51:17.651Z] 3941d9774585: Preparing [2020-10-12T18:51:17.651Z] 3c4a74e2b522: Preparing [2020-10-12T18:51:17.651Z] 2cf17d8e0372: Preparing [2020-10-12T18:51:17.651Z] 9568c99b0e68: Preparing [2020-10-12T18:51:17.651Z] e2f13739ad41: Preparing [2020-10-12T18:51:17.651Z] 81669c5a93cf: Waiting [2020-10-12T18:51:17.651Z] 3c4a74e2b522: Waiting [2020-10-12T18:51:17.651Z] 2cf17d8e0372: Waiting [2020-10-12T18:51:17.651Z] 9568c99b0e68: Waiting [2020-10-12T18:51:17.651Z] e2f13739ad41: Waiting [2020-10-12T18:51:17.651Z] 640fd3530357: Waiting [2020-10-12T18:51:17.925Z] 8fa62f98774b: Layer already exists [2020-10-12T18:51:17.925Z] a3f0d30936fd: Layer already exists [2020-10-12T18:51:17.925Z] 3941d9774585: Layer already exists [2020-10-12T18:51:17.925Z] 81f59db06d95: Layer already exists [2020-10-12T18:51:17.925Z] de2d9492ddf2: Layer already exists [2020-10-12T18:51:17.925Z] 640fd3530357: Layer already exists [2020-10-12T18:51:17.925Z] 81669c5a93cf: Layer already exists [2020-10-12T18:51:17.925Z] 3c4a74e2b522: Layer already exists [2020-10-12T18:51:17.925Z] 2cf17d8e0372: Layer already exists [2020-10-12T18:51:17.925Z] 9568c99b0e68: Layer already exists [2020-10-12T18:51:17.925Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:17.925Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:8aeb967c5d4db3f19ca94d3584494af192201be3f5e57d1a2337374170d7b642 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:18.276Z] + 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-12T18:51:18.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-12T18:51:18.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T18:51:18.619Z] 3941d9774585: Preparing [2020-10-12T18:51:18.619Z] a3f0d30936fd: Preparing [2020-10-12T18:51:18.619Z] 81f59db06d95: Preparing [2020-10-12T18:51:18.619Z] de2d9492ddf2: Preparing [2020-10-12T18:51:18.619Z] de2d9492ddf2: Preparing [2020-10-12T18:51:18.619Z] 8fa62f98774b: Preparing [2020-10-12T18:51:18.619Z] 640fd3530357: Preparing [2020-10-12T18:51:18.619Z] 81669c5a93cf: Preparing [2020-10-12T18:51:18.619Z] 3941d9774585: Preparing [2020-10-12T18:51:18.619Z] 3c4a74e2b522: Preparing [2020-10-12T18:51:18.619Z] 2cf17d8e0372: Preparing [2020-10-12T18:51:18.619Z] 9568c99b0e68: Preparing [2020-10-12T18:51:18.619Z] e2f13739ad41: Preparing [2020-10-12T18:51:18.619Z] 81669c5a93cf: Waiting [2020-10-12T18:51:18.619Z] 3c4a74e2b522: Waiting [2020-10-12T18:51:18.619Z] 2cf17d8e0372: Waiting [2020-10-12T18:51:18.619Z] 9568c99b0e68: Waiting [2020-10-12T18:51:18.619Z] 640fd3530357: Waiting [2020-10-12T18:51:18.619Z] e2f13739ad41: Waiting [2020-10-12T18:51:18.619Z] 8fa62f98774b: Layer already exists [2020-10-12T18:51:18.619Z] a3f0d30936fd: Layer already exists [2020-10-12T18:51:18.619Z] 81f59db06d95: Layer already exists [2020-10-12T18:51:18.891Z] 3941d9774585: Layer already exists [2020-10-12T18:51:18.891Z] de2d9492ddf2: Layer already exists [2020-10-12T18:51:18.891Z] 3c4a74e2b522: Layer already exists [2020-10-12T18:51:18.891Z] 640fd3530357: Layer already exists [2020-10-12T18:51:18.891Z] 2cf17d8e0372: Layer already exists [2020-10-12T18:51:18.891Z] 81669c5a93cf: Layer already exists [2020-10-12T18:51:18.891Z] 9568c99b0e68: Layer already exists [2020-10-12T18:51:18.891Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:18.891Z] master: digest: sha256:8aeb967c5d4db3f19ca94d3584494af192201be3f5e57d1a2337374170d7b642 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:51:19.102Z] ===================================================== [Pipeline] echo [2020-10-12T18:51:19.152Z] taggedImages: [2020-10-12T18:51:19.152Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:19.152Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:19.152Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:19.152Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-12T18:51:19.225Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-12T18:51:19.225Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:19.225Z] 1.2.2-dev.64 [2020-10-12T18:51:19.225Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:19.225Z] master [2020-10-12T18:51:19.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:19.765Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:20.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:20.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T18:51:20.131Z] 51047c1c4dd1: Preparing [2020-10-12T18:51:20.131Z] ec08ef41739a: Preparing [2020-10-12T18:51:20.131Z] c77902ac2248: Preparing [2020-10-12T18:51:20.131Z] e8449af37e54: Preparing [2020-10-12T18:51:20.131Z] c213151fd06c: Preparing [2020-10-12T18:51:20.131Z] 38c35c510411: Preparing [2020-10-12T18:51:20.131Z] 1d5a8aca974b: Preparing [2020-10-12T18:51:20.131Z] cc5af8194d5e: Preparing [2020-10-12T18:51:20.131Z] 71afc775c1bd: Preparing [2020-10-12T18:51:20.131Z] a512105e1720: Preparing [2020-10-12T18:51:20.131Z] 66b385cf80cf: Preparing [2020-10-12T18:51:20.131Z] cc5af8194d5e: Waiting [2020-10-12T18:51:20.131Z] 71afc775c1bd: Waiting [2020-10-12T18:51:20.131Z] a512105e1720: Waiting [2020-10-12T18:51:20.131Z] 66b385cf80cf: Waiting [2020-10-12T18:51:20.131Z] 1d5a8aca974b: Waiting [2020-10-12T18:51:20.131Z] 38c35c510411: Waiting [2020-10-12T18:51:20.408Z] ec08ef41739a: Pushed [2020-10-12T18:51:20.408Z] 51047c1c4dd1: Pushed [2020-10-12T18:51:20.680Z] 38c35c510411: Pushed [2020-10-12T18:51:20.680Z] 1d5a8aca974b: Pushed [2020-10-12T18:51:20.955Z] cc5af8194d5e: Pushed [2020-10-12T18:51:20.955Z] 71afc775c1bd: Pushed [2020-10-12T18:51:21.229Z] 66b385cf80cf: Layer already exists [2020-10-12T18:51:21.833Z] a512105e1720: Pushed [2020-10-12T18:51:22.425Z] c77902ac2248: Pushed [2020-10-12T18:51:22.696Z] e8449af37e54: Pushed [2020-10-12T18:51:22.696Z] c213151fd06c: Pushed [2020-10-12T18:51:22.968Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:58c856d3ce035fdb9eefa93bde292eb2b6b0701a6c1d519a4c853bf628874f78 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:23.314Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:23.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:23.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T18:51:23.678Z] 51047c1c4dd1: Preparing [2020-10-12T18:51:23.678Z] ec08ef41739a: Preparing [2020-10-12T18:51:23.678Z] c77902ac2248: Preparing [2020-10-12T18:51:23.678Z] e8449af37e54: Preparing [2020-10-12T18:51:23.678Z] c213151fd06c: Preparing [2020-10-12T18:51:23.678Z] 38c35c510411: Preparing [2020-10-12T18:51:23.678Z] 1d5a8aca974b: Preparing [2020-10-12T18:51:23.678Z] cc5af8194d5e: Preparing [2020-10-12T18:51:23.678Z] 71afc775c1bd: Preparing [2020-10-12T18:51:23.678Z] a512105e1720: Preparing [2020-10-12T18:51:23.678Z] 66b385cf80cf: Preparing [2020-10-12T18:51:23.678Z] 38c35c510411: Waiting [2020-10-12T18:51:23.678Z] 1d5a8aca974b: Waiting [2020-10-12T18:51:23.678Z] cc5af8194d5e: Waiting [2020-10-12T18:51:23.678Z] 71afc775c1bd: Waiting [2020-10-12T18:51:23.678Z] a512105e1720: Waiting [2020-10-12T18:51:23.678Z] 66b385cf80cf: Waiting [2020-10-12T18:51:23.948Z] 51047c1c4dd1: Layer already exists [2020-10-12T18:51:23.948Z] c77902ac2248: Layer already exists [2020-10-12T18:51:23.948Z] c213151fd06c: Layer already exists [2020-10-12T18:51:23.948Z] e8449af37e54: Layer already exists [2020-10-12T18:51:23.948Z] ec08ef41739a: Layer already exists [2020-10-12T18:51:23.948Z] 1d5a8aca974b: Layer already exists [2020-10-12T18:51:23.948Z] 38c35c510411: Layer already exists [2020-10-12T18:51:23.948Z] cc5af8194d5e: Layer already exists [2020-10-12T18:51:23.948Z] a512105e1720: Layer already exists [2020-10-12T18:51:23.948Z] 71afc775c1bd: Layer already exists [2020-10-12T18:51:23.948Z] 66b385cf80cf: Layer already exists [2020-10-12T18:51:23.948Z] 1.2.2-dev.64: digest: sha256:58c856d3ce035fdb9eefa93bde292eb2b6b0701a6c1d519a4c853bf628874f78 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:24.288Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:24.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:24.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T18:51:24.623Z] 51047c1c4dd1: Preparing [2020-10-12T18:51:24.623Z] ec08ef41739a: Preparing [2020-10-12T18:51:24.623Z] c77902ac2248: Preparing [2020-10-12T18:51:24.623Z] e8449af37e54: Preparing [2020-10-12T18:51:24.623Z] c213151fd06c: Preparing [2020-10-12T18:51:24.623Z] 38c35c510411: Preparing [2020-10-12T18:51:24.623Z] 1d5a8aca974b: Preparing [2020-10-12T18:51:24.623Z] cc5af8194d5e: Preparing [2020-10-12T18:51:24.623Z] 71afc775c1bd: Preparing [2020-10-12T18:51:24.623Z] a512105e1720: Preparing [2020-10-12T18:51:24.623Z] 66b385cf80cf: Preparing [2020-10-12T18:51:24.623Z] 38c35c510411: Waiting [2020-10-12T18:51:24.623Z] 1d5a8aca974b: Waiting [2020-10-12T18:51:24.623Z] a512105e1720: Waiting [2020-10-12T18:51:24.623Z] cc5af8194d5e: Waiting [2020-10-12T18:51:24.623Z] 71afc775c1bd: Waiting [2020-10-12T18:51:24.623Z] 66b385cf80cf: Waiting [2020-10-12T18:51:24.623Z] c77902ac2248: Layer already exists [2020-10-12T18:51:24.623Z] 51047c1c4dd1: Layer already exists [2020-10-12T18:51:24.623Z] ec08ef41739a: Layer already exists [2020-10-12T18:51:24.623Z] e8449af37e54: Layer already exists [2020-10-12T18:51:24.623Z] c213151fd06c: Layer already exists [2020-10-12T18:51:24.623Z] 38c35c510411: Layer already exists [2020-10-12T18:51:24.623Z] cc5af8194d5e: Layer already exists [2020-10-12T18:51:24.623Z] 71afc775c1bd: Layer already exists [2020-10-12T18:51:24.623Z] 1d5a8aca974b: Layer already exists [2020-10-12T18:51:24.623Z] a512105e1720: Layer already exists [2020-10-12T18:51:24.894Z] 66b385cf80cf: Layer already exists [2020-10-12T18:51:24.894Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:58c856d3ce035fdb9eefa93bde292eb2b6b0701a6c1d519a4c853bf628874f78 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:25.232Z] + 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-12T18:51:25.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-12T18:51:25.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T18:51:25.566Z] 51047c1c4dd1: Preparing [2020-10-12T18:51:25.566Z] ec08ef41739a: Preparing [2020-10-12T18:51:25.566Z] c77902ac2248: Preparing [2020-10-12T18:51:25.566Z] e8449af37e54: Preparing [2020-10-12T18:51:25.566Z] c213151fd06c: Preparing [2020-10-12T18:51:25.566Z] 38c35c510411: Preparing [2020-10-12T18:51:25.566Z] 1d5a8aca974b: Preparing [2020-10-12T18:51:25.566Z] cc5af8194d5e: Preparing [2020-10-12T18:51:25.566Z] 71afc775c1bd: Preparing [2020-10-12T18:51:25.566Z] a512105e1720: Preparing [2020-10-12T18:51:25.566Z] 38c35c510411: Waiting [2020-10-12T18:51:25.566Z] 66b385cf80cf: Preparing [2020-10-12T18:51:25.566Z] 1d5a8aca974b: Waiting [2020-10-12T18:51:25.566Z] 71afc775c1bd: Waiting [2020-10-12T18:51:25.566Z] a512105e1720: Waiting [2020-10-12T18:51:25.566Z] 66b385cf80cf: Waiting [2020-10-12T18:51:25.566Z] cc5af8194d5e: Waiting [2020-10-12T18:51:25.566Z] c77902ac2248: Layer already exists [2020-10-12T18:51:25.566Z] c213151fd06c: Layer already exists [2020-10-12T18:51:25.566Z] 51047c1c4dd1: Layer already exists [2020-10-12T18:51:25.566Z] ec08ef41739a: Layer already exists [2020-10-12T18:51:25.566Z] e8449af37e54: Layer already exists [2020-10-12T18:51:25.837Z] 38c35c510411: Layer already exists [2020-10-12T18:51:25.837Z] 1d5a8aca974b: Layer already exists [2020-10-12T18:51:25.837Z] a512105e1720: Layer already exists [2020-10-12T18:51:25.837Z] cc5af8194d5e: Layer already exists [2020-10-12T18:51:25.837Z] 71afc775c1bd: Layer already exists [2020-10-12T18:51:25.837Z] 66b385cf80cf: Layer already exists [2020-10-12T18:51:25.837Z] master: digest: sha256:58c856d3ce035fdb9eefa93bde292eb2b6b0701a6c1d519a4c853bf628874f78 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:51:26.033Z] ===================================================== [Pipeline] echo [2020-10-12T18:51:26.081Z] taggedImages: [2020-10-12T18:51:26.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:26.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:26.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:26.081Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-12T18:51:26.146Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-12T18:51:26.146Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:26.146Z] 1.2.2-dev.64 [2020-10-12T18:51:26.146Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:26.146Z] master [2020-10-12T18:51:26.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:26.671Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:27.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:27.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T18:51:27.013Z] 81c3850ab7c6: Preparing [2020-10-12T18:51:27.013Z] b489eabb8473: Preparing [2020-10-12T18:51:27.013Z] cb47171e2f8c: Preparing [2020-10-12T18:51:27.013Z] 37f5c62868d0: Preparing [2020-10-12T18:51:27.286Z] cb47171e2f8c: Pushed [2020-10-12T18:51:27.286Z] 81c3850ab7c6: Pushed [2020-10-12T18:51:27.561Z] 37f5c62868d0: Pushed [2020-10-12T18:51:30.184Z] b489eabb8473: Pushed [2020-10-12T18:51:30.184Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:5496e261138c0f5dc5f927a385697cace0ba001d5bc14e23b59cb552141942ea size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:30.531Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:30.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:30.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T18:51:30.922Z] 81c3850ab7c6: Preparing [2020-10-12T18:51:30.922Z] b489eabb8473: Preparing [2020-10-12T18:51:30.922Z] cb47171e2f8c: Preparing [2020-10-12T18:51:30.922Z] 37f5c62868d0: Preparing [2020-10-12T18:51:31.198Z] 37f5c62868d0: Layer already exists [2020-10-12T18:51:31.198Z] 81c3850ab7c6: Layer already exists [2020-10-12T18:51:31.198Z] b489eabb8473: Layer already exists [2020-10-12T18:51:31.198Z] cb47171e2f8c: Layer already exists [2020-10-12T18:51:31.198Z] 1.2.2-dev.64: digest: sha256:5496e261138c0f5dc5f927a385697cace0ba001d5bc14e23b59cb552141942ea size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:31.563Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:31.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:31.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T18:51:32.173Z] 81c3850ab7c6: Preparing [2020-10-12T18:51:32.173Z] b489eabb8473: Preparing [2020-10-12T18:51:32.173Z] cb47171e2f8c: Preparing [2020-10-12T18:51:32.173Z] 37f5c62868d0: Preparing [2020-10-12T18:51:32.173Z] 81c3850ab7c6: Layer already exists [2020-10-12T18:51:32.173Z] cb47171e2f8c: Layer already exists [2020-10-12T18:51:32.173Z] b489eabb8473: Layer already exists [2020-10-12T18:51:32.173Z] 37f5c62868d0: Layer already exists [2020-10-12T18:51:32.173Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:5496e261138c0f5dc5f927a385697cace0ba001d5bc14e23b59cb552141942ea size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:32.526Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:32.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-12T18:51:32.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T18:51:32.866Z] 81c3850ab7c6: Preparing [2020-10-12T18:51:32.866Z] b489eabb8473: Preparing [2020-10-12T18:51:32.866Z] cb47171e2f8c: Preparing [2020-10-12T18:51:32.866Z] 37f5c62868d0: Preparing [2020-10-12T18:51:33.139Z] 37f5c62868d0: Layer already exists [2020-10-12T18:51:33.139Z] 81c3850ab7c6: Layer already exists [2020-10-12T18:51:33.139Z] cb47171e2f8c: Layer already exists [2020-10-12T18:51:33.139Z] b489eabb8473: Layer already exists [2020-10-12T18:51:33.139Z] master: digest: sha256:5496e261138c0f5dc5f927a385697cace0ba001d5bc14e23b59cb552141942ea size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:51:33.414Z] ===================================================== [Pipeline] echo [2020-10-12T18:51:33.458Z] taggedImages: [2020-10-12T18:51:33.458Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:33.458Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:33.458Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:33.458Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-12T18:51:33.535Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-12T18:51:33.535Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:33.535Z] 1.2.2-dev.64 [2020-10-12T18:51:33.535Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:33.535Z] master [2020-10-12T18:51:33.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:34.034Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:34.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:34.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T18:51:34.372Z] c30f456d9ad7: Preparing [2020-10-12T18:51:34.372Z] 7721d4a8bf3b: Preparing [2020-10-12T18:51:34.372Z] 840232a087f2: Preparing [2020-10-12T18:51:34.372Z] 8cabdd0c5bde: Preparing [2020-10-12T18:51:34.372Z] e54bd613ea2c: Preparing [2020-10-12T18:51:34.372Z] bb772e2f3644: Preparing [2020-10-12T18:51:34.372Z] bb772e2f3644: Waiting [2020-10-12T18:51:34.645Z] 840232a087f2: Pushed [2020-10-12T18:51:34.917Z] c30f456d9ad7: Pushed [2020-10-12T18:51:34.917Z] e54bd613ea2c: Pushed [2020-10-12T18:51:34.917Z] 8cabdd0c5bde: Pushed [2020-10-12T18:51:35.191Z] bb772e2f3644: Pushed [2020-10-12T18:51:37.805Z] 7721d4a8bf3b: Pushed [2020-10-12T18:51:37.805Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:9042a7fe889d3138a9e77ec7f0170b8ada93082884ae2a6e1cd9b3cf30c0a191 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:38.200Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:38.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:38.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T18:51:38.572Z] c30f456d9ad7: Preparing [2020-10-12T18:51:38.572Z] 7721d4a8bf3b: Preparing [2020-10-12T18:51:38.572Z] 840232a087f2: Preparing [2020-10-12T18:51:38.572Z] 8cabdd0c5bde: Preparing [2020-10-12T18:51:38.572Z] e54bd613ea2c: Preparing [2020-10-12T18:51:38.572Z] bb772e2f3644: Preparing [2020-10-12T18:51:38.572Z] bb772e2f3644: Waiting [2020-10-12T18:51:38.572Z] e54bd613ea2c: Layer already exists [2020-10-12T18:51:38.572Z] 7721d4a8bf3b: Layer already exists [2020-10-12T18:51:38.572Z] c30f456d9ad7: Layer already exists [2020-10-12T18:51:38.572Z] 840232a087f2: Layer already exists [2020-10-12T18:51:38.572Z] 8cabdd0c5bde: Layer already exists [2020-10-12T18:51:38.845Z] bb772e2f3644: Layer already exists [2020-10-12T18:51:38.845Z] 1.2.2-dev.64: digest: sha256:9042a7fe889d3138a9e77ec7f0170b8ada93082884ae2a6e1cd9b3cf30c0a191 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:39.195Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:39.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:39.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T18:51:39.539Z] c30f456d9ad7: Preparing [2020-10-12T18:51:39.539Z] 7721d4a8bf3b: Preparing [2020-10-12T18:51:39.539Z] 840232a087f2: Preparing [2020-10-12T18:51:39.539Z] 8cabdd0c5bde: Preparing [2020-10-12T18:51:39.539Z] e54bd613ea2c: Preparing [2020-10-12T18:51:39.539Z] bb772e2f3644: Preparing [2020-10-12T18:51:39.539Z] bb772e2f3644: Waiting [2020-10-12T18:51:39.815Z] 7721d4a8bf3b: Layer already exists [2020-10-12T18:51:39.815Z] c30f456d9ad7: Layer already exists [2020-10-12T18:51:39.815Z] 840232a087f2: Layer already exists [2020-10-12T18:51:39.815Z] e54bd613ea2c: Layer already exists [2020-10-12T18:51:39.815Z] 8cabdd0c5bde: Layer already exists [2020-10-12T18:51:39.815Z] bb772e2f3644: Layer already exists [2020-10-12T18:51:39.815Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:9042a7fe889d3138a9e77ec7f0170b8ada93082884ae2a6e1cd9b3cf30c0a191 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:40.164Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:40.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-12T18:51:40.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T18:51:40.507Z] c30f456d9ad7: Preparing [2020-10-12T18:51:40.507Z] 7721d4a8bf3b: Preparing [2020-10-12T18:51:40.507Z] 840232a087f2: Preparing [2020-10-12T18:51:40.507Z] 8cabdd0c5bde: Preparing [2020-10-12T18:51:40.507Z] e54bd613ea2c: Preparing [2020-10-12T18:51:40.507Z] bb772e2f3644: Preparing [2020-10-12T18:51:40.507Z] bb772e2f3644: Waiting [2020-10-12T18:51:40.780Z] 7721d4a8bf3b: Layer already exists [2020-10-12T18:51:40.780Z] 840232a087f2: Layer already exists [2020-10-12T18:51:40.780Z] e54bd613ea2c: Layer already exists [2020-10-12T18:51:40.780Z] c30f456d9ad7: Layer already exists [2020-10-12T18:51:40.780Z] 8cabdd0c5bde: Layer already exists [2020-10-12T18:51:40.780Z] bb772e2f3644: Layer already exists [2020-10-12T18:51:40.780Z] master: digest: sha256:9042a7fe889d3138a9e77ec7f0170b8ada93082884ae2a6e1cd9b3cf30c0a191 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:51:41.052Z] ===================================================== [Pipeline] echo [2020-10-12T18:51:41.128Z] taggedImages: [2020-10-12T18:51:41.128Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:41.128Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:41.128Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:41.128Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-12T18:51:41.190Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-12T18:51:41.190Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:41.190Z] 1.2.2-dev.64 [2020-10-12T18:51:41.190Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:41.190Z] master [2020-10-12T18:51:41.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:41.710Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:42.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:42.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T18:51:42.051Z] 7874046a4522: Preparing [2020-10-12T18:51:42.051Z] be383cbcd9fa: Preparing [2020-10-12T18:51:42.051Z] b559ee95e53d: Preparing [2020-10-12T18:51:42.323Z] b559ee95e53d: Pushed [2020-10-12T18:51:42.323Z] 7874046a4522: Pushed [2020-10-12T18:51:45.707Z] be383cbcd9fa: Pushed [2020-10-12T18:51:45.707Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:5eba17ca7ee9ed766157bdd7baccd48160f00d356b78527718408f375de91139 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:46.052Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:46.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:46.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T18:51:46.396Z] 7874046a4522: Preparing [2020-10-12T18:51:46.396Z] be383cbcd9fa: Preparing [2020-10-12T18:51:46.396Z] b559ee95e53d: Preparing [2020-10-12T18:51:46.668Z] b559ee95e53d: Layer already exists [2020-10-12T18:51:46.668Z] be383cbcd9fa: Layer already exists [2020-10-12T18:51:46.668Z] 7874046a4522: Layer already exists [2020-10-12T18:51:46.668Z] 1.2.2-dev.64: digest: sha256:5eba17ca7ee9ed766157bdd7baccd48160f00d356b78527718408f375de91139 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:47.020Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:47.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:47.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T18:51:47.686Z] 7874046a4522: Preparing [2020-10-12T18:51:47.686Z] be383cbcd9fa: Preparing [2020-10-12T18:51:47.686Z] b559ee95e53d: Preparing [2020-10-12T18:51:47.686Z] 7874046a4522: Layer already exists [2020-10-12T18:51:47.686Z] b559ee95e53d: Layer already exists [2020-10-12T18:51:47.686Z] be383cbcd9fa: Layer already exists [2020-10-12T18:51:47.686Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:5eba17ca7ee9ed766157bdd7baccd48160f00d356b78527718408f375de91139 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:48.030Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:48.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-12T18:51:48.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T18:51:48.659Z] 7874046a4522: Preparing [2020-10-12T18:51:48.659Z] be383cbcd9fa: Preparing [2020-10-12T18:51:48.659Z] b559ee95e53d: Preparing [2020-10-12T18:51:48.940Z] b559ee95e53d: Layer already exists [2020-10-12T18:51:48.940Z] be383cbcd9fa: Layer already exists [2020-10-12T18:51:48.940Z] 7874046a4522: Layer already exists [2020-10-12T18:51:48.940Z] master: digest: sha256:5eba17ca7ee9ed766157bdd7baccd48160f00d356b78527718408f375de91139 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:51:49.128Z] ===================================================== [Pipeline] echo [2020-10-12T18:51:49.175Z] taggedImages: [2020-10-12T18:51:49.175Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:49.175Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.64 [2020-10-12T18:51:49.175Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:49.175Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-12T18:51:49.244Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-12T18:51:49.244Z] 09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:49.244Z] 1.2.2-dev.64 [2020-10-12T18:51:49.244Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:51:49.244Z] master [2020-10-12T18:51:49.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:49.750Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:51:50.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:51:50.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T18:51:50.114Z] 687db276622c: Preparing [2020-10-12T18:51:50.114Z] 3400f13c81e8: Preparing [2020-10-12T18:51:50.114Z] b58282d99f59: Preparing [2020-10-12T18:51:50.114Z] 4397ebfe2b84: Preparing [2020-10-12T18:51:50.114Z] fca141f57689: Preparing [2020-10-12T18:51:50.114Z] 4ba805a97382: Preparing [2020-10-12T18:51:50.114Z] aeea9a27f4b1: Preparing [2020-10-12T18:51:50.114Z] f875f9e206db: Preparing [2020-10-12T18:51:50.114Z] 3994ac1dcb8b: Preparing [2020-10-12T18:51:50.114Z] 5f2247eaf593: Preparing [2020-10-12T18:51:50.114Z] 62d13be1b083: Preparing [2020-10-12T18:51:50.114Z] 94fdc660876c: Preparing [2020-10-12T18:51:50.114Z] 4e7279dfc0c0: Preparing [2020-10-12T18:51:50.114Z] e2f13739ad41: Preparing [2020-10-12T18:51:50.114Z] 4ba805a97382: Waiting [2020-10-12T18:51:50.114Z] aeea9a27f4b1: Waiting [2020-10-12T18:51:50.114Z] f875f9e206db: Waiting [2020-10-12T18:51:50.114Z] 3994ac1dcb8b: Waiting [2020-10-12T18:51:50.114Z] 4e7279dfc0c0: Waiting [2020-10-12T18:51:50.114Z] e2f13739ad41: Waiting [2020-10-12T18:51:50.114Z] 5f2247eaf593: Waiting [2020-10-12T18:51:50.114Z] 62d13be1b083: Waiting [2020-10-12T18:51:50.718Z] fca141f57689: Pushed [2020-10-12T18:51:50.995Z] 687db276622c: Pushed [2020-10-12T18:51:51.605Z] 4397ebfe2b84: Pushed [2020-10-12T18:51:51.605Z] f875f9e206db: Layer already exists [2020-10-12T18:51:51.605Z] 3994ac1dcb8b: Layer already exists [2020-10-12T18:51:51.892Z] 5f2247eaf593: Layer already exists [2020-10-12T18:51:51.892Z] aeea9a27f4b1: Pushed [2020-10-12T18:51:51.892Z] 62d13be1b083: Layer already exists [2020-10-12T18:51:51.892Z] 4e7279dfc0c0: Layer already exists [2020-10-12T18:51:51.892Z] 94fdc660876c: Layer already exists [2020-10-12T18:51:51.892Z] e2f13739ad41: Layer already exists [2020-10-12T18:51:52.500Z] 3400f13c81e8: Pushed [2020-10-12T18:51:53.487Z] 4ba805a97382: Pushed [2020-10-12T18:52:03.626Z] b58282d99f59: Pushed [2020-10-12T18:52:03.626Z] 09ff485fcd9457eaf0ecfabed493446887714669: digest: sha256:a72cb150b6351b3691a3d91689edab46881c9866d0b57e50e1d14a2d3e07c87a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:52:03.972Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:52:04.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.64 [2020-10-12T18:52:04.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T18:52:04.319Z] 687db276622c: Preparing [2020-10-12T18:52:04.319Z] 3400f13c81e8: Preparing [2020-10-12T18:52:04.319Z] b58282d99f59: Preparing [2020-10-12T18:52:04.319Z] 4397ebfe2b84: Preparing [2020-10-12T18:52:04.319Z] fca141f57689: Preparing [2020-10-12T18:52:04.319Z] 4ba805a97382: Preparing [2020-10-12T18:52:04.319Z] aeea9a27f4b1: Preparing [2020-10-12T18:52:04.319Z] f875f9e206db: Preparing [2020-10-12T18:52:04.319Z] 3994ac1dcb8b: Preparing [2020-10-12T18:52:04.319Z] 5f2247eaf593: Preparing [2020-10-12T18:52:04.319Z] 62d13be1b083: Preparing [2020-10-12T18:52:04.319Z] 94fdc660876c: Preparing [2020-10-12T18:52:04.319Z] 4e7279dfc0c0: Preparing [2020-10-12T18:52:04.319Z] e2f13739ad41: Preparing [2020-10-12T18:52:04.319Z] 3994ac1dcb8b: Waiting [2020-10-12T18:52:04.319Z] 5f2247eaf593: Waiting [2020-10-12T18:52:04.319Z] 62d13be1b083: Waiting [2020-10-12T18:52:04.319Z] 94fdc660876c: Waiting [2020-10-12T18:52:04.319Z] aeea9a27f4b1: Waiting [2020-10-12T18:52:04.319Z] 4e7279dfc0c0: Waiting [2020-10-12T18:52:04.319Z] e2f13739ad41: Waiting [2020-10-12T18:52:04.319Z] f875f9e206db: Waiting [2020-10-12T18:52:04.319Z] 4ba805a97382: Waiting [2020-10-12T18:52:04.591Z] 687db276622c: Layer already exists [2020-10-12T18:52:04.591Z] fca141f57689: Layer already exists [2020-10-12T18:52:04.591Z] 3400f13c81e8: Layer already exists [2020-10-12T18:52:04.591Z] 4397ebfe2b84: Layer already exists [2020-10-12T18:52:04.591Z] b58282d99f59: Layer already exists [2020-10-12T18:52:04.591Z] f875f9e206db: Layer already exists [2020-10-12T18:52:04.591Z] 4ba805a97382: Layer already exists [2020-10-12T18:52:04.591Z] 3994ac1dcb8b: Layer already exists [2020-10-12T18:52:04.591Z] aeea9a27f4b1: Layer already exists [2020-10-12T18:52:04.591Z] 5f2247eaf593: Layer already exists [2020-10-12T18:52:04.591Z] 62d13be1b083: Layer already exists [2020-10-12T18:52:04.591Z] 94fdc660876c: Layer already exists [2020-10-12T18:52:04.591Z] 4e7279dfc0c0: Layer already exists [2020-10-12T18:52:04.591Z] e2f13739ad41: Layer already exists [2020-10-12T18:52:04.591Z] 1.2.2-dev.64: digest: sha256:a72cb150b6351b3691a3d91689edab46881c9866d0b57e50e1d14a2d3e07c87a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:52:04.938Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:52:05.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:52:05.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T18:52:05.280Z] 687db276622c: Preparing [2020-10-12T18:52:05.280Z] 3400f13c81e8: Preparing [2020-10-12T18:52:05.280Z] b58282d99f59: Preparing [2020-10-12T18:52:05.280Z] 4397ebfe2b84: Preparing [2020-10-12T18:52:05.280Z] fca141f57689: Preparing [2020-10-12T18:52:05.280Z] 4ba805a97382: Preparing [2020-10-12T18:52:05.280Z] aeea9a27f4b1: Preparing [2020-10-12T18:52:05.280Z] f875f9e206db: Preparing [2020-10-12T18:52:05.280Z] 3994ac1dcb8b: Preparing [2020-10-12T18:52:05.280Z] 5f2247eaf593: Preparing [2020-10-12T18:52:05.280Z] 62d13be1b083: Preparing [2020-10-12T18:52:05.280Z] 94fdc660876c: Preparing [2020-10-12T18:52:05.280Z] 4e7279dfc0c0: Preparing [2020-10-12T18:52:05.280Z] e2f13739ad41: Preparing [2020-10-12T18:52:05.280Z] 3994ac1dcb8b: Waiting [2020-10-12T18:52:05.280Z] 5f2247eaf593: Waiting [2020-10-12T18:52:05.280Z] 62d13be1b083: Waiting [2020-10-12T18:52:05.280Z] 94fdc660876c: Waiting [2020-10-12T18:52:05.280Z] 4e7279dfc0c0: Waiting [2020-10-12T18:52:05.280Z] e2f13739ad41: Waiting [2020-10-12T18:52:05.280Z] 4ba805a97382: Waiting [2020-10-12T18:52:05.280Z] aeea9a27f4b1: Waiting [2020-10-12T18:52:05.280Z] f875f9e206db: Waiting [2020-10-12T18:52:05.553Z] 687db276622c: Layer already exists [2020-10-12T18:52:05.553Z] 4397ebfe2b84: Layer already exists [2020-10-12T18:52:05.553Z] b58282d99f59: Layer already exists [2020-10-12T18:52:05.553Z] fca141f57689: Layer already exists [2020-10-12T18:52:05.553Z] 3400f13c81e8: Layer already exists [2020-10-12T18:52:05.553Z] 3994ac1dcb8b: Layer already exists [2020-10-12T18:52:05.553Z] f875f9e206db: Layer already exists [2020-10-12T18:52:05.553Z] aeea9a27f4b1: Layer already exists [2020-10-12T18:52:05.553Z] 5f2247eaf593: Layer already exists [2020-10-12T18:52:05.553Z] 4ba805a97382: Layer already exists [2020-10-12T18:52:05.553Z] 4e7279dfc0c0: Layer already exists [2020-10-12T18:52:05.553Z] e2f13739ad41: Layer already exists [2020-10-12T18:52:05.553Z] 62d13be1b083: Layer already exists [2020-10-12T18:52:05.553Z] 94fdc660876c: Layer already exists [2020-10-12T18:52:05.553Z] 09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64: digest: sha256:a72cb150b6351b3691a3d91689edab46881c9866d0b57e50e1d14a2d3e07c87a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:52:05.901Z] + 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-12T18:52:06.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-12T18:52:06.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T18:52:06.249Z] 687db276622c: Preparing [2020-10-12T18:52:06.249Z] 3400f13c81e8: Preparing [2020-10-12T18:52:06.249Z] b58282d99f59: Preparing [2020-10-12T18:52:06.249Z] 4397ebfe2b84: Preparing [2020-10-12T18:52:06.249Z] fca141f57689: Preparing [2020-10-12T18:52:06.249Z] 4ba805a97382: Preparing [2020-10-12T18:52:06.249Z] aeea9a27f4b1: Preparing [2020-10-12T18:52:06.249Z] f875f9e206db: Preparing [2020-10-12T18:52:06.249Z] 3994ac1dcb8b: Preparing [2020-10-12T18:52:06.249Z] 5f2247eaf593: Preparing [2020-10-12T18:52:06.249Z] 62d13be1b083: Preparing [2020-10-12T18:52:06.249Z] 94fdc660876c: Preparing [2020-10-12T18:52:06.249Z] 4e7279dfc0c0: Preparing [2020-10-12T18:52:06.249Z] e2f13739ad41: Preparing [2020-10-12T18:52:06.249Z] 3994ac1dcb8b: Waiting [2020-10-12T18:52:06.249Z] 4ba805a97382: Waiting [2020-10-12T18:52:06.249Z] 62d13be1b083: Waiting [2020-10-12T18:52:06.249Z] 94fdc660876c: Waiting [2020-10-12T18:52:06.249Z] 4e7279dfc0c0: Waiting [2020-10-12T18:52:06.249Z] aeea9a27f4b1: Waiting [2020-10-12T18:52:06.249Z] f875f9e206db: Waiting [2020-10-12T18:52:06.249Z] e2f13739ad41: Waiting [2020-10-12T18:52:06.521Z] b58282d99f59: Layer already exists [2020-10-12T18:52:06.521Z] fca141f57689: Layer already exists [2020-10-12T18:52:06.521Z] 4397ebfe2b84: Layer already exists [2020-10-12T18:52:06.521Z] 3400f13c81e8: Layer already exists [2020-10-12T18:52:06.522Z] 687db276622c: Layer already exists [2020-10-12T18:52:06.522Z] 4ba805a97382: Layer already exists [2020-10-12T18:52:06.522Z] f875f9e206db: Layer already exists [2020-10-12T18:52:06.522Z] aeea9a27f4b1: Layer already exists [2020-10-12T18:52:06.522Z] 5f2247eaf593: Layer already exists [2020-10-12T18:52:06.522Z] 3994ac1dcb8b: Layer already exists [2020-10-12T18:52:06.522Z] 94fdc660876c: Layer already exists [2020-10-12T18:52:06.522Z] 62d13be1b083: Layer already exists [2020-10-12T18:52:06.522Z] 4e7279dfc0c0: Layer already exists [2020-10-12T18:52:06.522Z] e2f13739ad41: Layer already exists [2020-10-12T18:52:06.522Z] master: digest: sha256:a72cb150b6351b3691a3d91689edab46881c9866d0b57e50e1d14a2d3e07c87a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T18:52:06.762Z] ===================================================== [Pipeline] echo [2020-10-12T18:52:06.814Z] taggedImages: [2020-10-12T18:52:06.814Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:52:06.814Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.64 [2020-10-12T18:52:06.814Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669-1.2.2-dev.64 [2020-10-12T18:52:06.814Z] - 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-12T18:52:08.394Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-12T18:52:08.396Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-12T18:52:08.464Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:52:08.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T18:52:08.916Z] [2020-10-12T18:52:08.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:52:09.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T18:52:09.299Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-12T18:52:09.299Z] cbdbe7a5bc2a: Already exists [2020-10-12T18:52:09.299Z] 408f87550127: Pulling fs layer [2020-10-12T18:52:09.299Z] fe522b08c979: Pulling fs layer [2020-10-12T18:52:09.299Z] 221eaa008020: Pulling fs layer [2020-10-12T18:52:09.299Z] 2a4607e5d6b9: Pulling fs layer [2020-10-12T18:52:09.299Z] 8f79b27c4fd2: Pulling fs layer [2020-10-12T18:52:09.299Z] e5c8dbe1645b: Pulling fs layer [2020-10-12T18:52:09.299Z] 23e8b3b47431: Pulling fs layer [2020-10-12T18:52:09.299Z] 5c568d65a230: Pulling fs layer [2020-10-12T18:52:09.299Z] 8f79b27c4fd2: Waiting [2020-10-12T18:52:09.299Z] 23e8b3b47431: Waiting [2020-10-12T18:52:09.299Z] 5c568d65a230: Waiting [2020-10-12T18:52:09.299Z] fe522b08c979: Download complete [2020-10-12T18:52:09.579Z] 408f87550127: Download complete [2020-10-12T18:52:09.579Z] 2a4607e5d6b9: Verifying Checksum [2020-10-12T18:52:09.579Z] 2a4607e5d6b9: Download complete [2020-10-12T18:52:09.579Z] 8f79b27c4fd2: Verifying Checksum [2020-10-12T18:52:09.579Z] 8f79b27c4fd2: Download complete [2020-10-12T18:52:10.231Z] 408f87550127: Pull complete [2020-10-12T18:52:10.231Z] fe522b08c979: Pull complete [2020-10-12T18:52:12.302Z] e5c8dbe1645b: Verifying Checksum [2020-10-12T18:52:12.302Z] e5c8dbe1645b: Download complete [2020-10-12T18:52:16.909Z] 23e8b3b47431: Verifying Checksum [2020-10-12T18:52:16.909Z] 23e8b3b47431: Download complete [2020-10-12T18:52:16.909Z] 5c568d65a230: Verifying Checksum [2020-10-12T18:52:16.909Z] 5c568d65a230: Download complete [2020-10-12T18:52:19.039Z] 221eaa008020: Verifying Checksum [2020-10-12T18:52:19.039Z] 221eaa008020: Download complete [2020-10-12T18:52:29.383Z] 221eaa008020: Pull complete [2020-10-12T18:52:29.383Z] 2a4607e5d6b9: Pull complete [2020-10-12T18:52:29.723Z] 8f79b27c4fd2: Pull complete [2020-10-12T18:52:32.387Z] e5c8dbe1645b: Pull complete [2020-10-12T18:52:36.037Z] 23e8b3b47431: Pull complete [2020-10-12T18:52:38.718Z] 5c568d65a230: Pull complete [2020-10-12T18:52:38.719Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-12T18:52:38.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T18:52:38.719Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-12T18:52:39.175Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:52:39.343Z] $ 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/179:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:52:40.767Z] $ docker top eed2ac8cb2b8721b0e67d94dfbccb91674acdc3dcdaa704873e92f5c138ef380 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T18:52:41.405Z] + snyk monitor '--org=edgex-jenkins' [2020-10-12T18:53:03.780Z] [2020-10-12T18:53:03.780Z] Monitoring /w/workspace/edgex-go/179 (github.com/edgexfoundry/edgex-go)... [2020-10-12T18:53:03.780Z] [2020-10-12T18:53:03.781Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/d7eaefaa-0e00-4a38-9e09-7d481d177bf3 [2020-10-12T18:53:03.781Z] [2020-10-12T18:53:03.781Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-12T18:53:03.781Z] [2020-10-12T18:53:03.781Z] [2020-10-12T18:53:03.781Z] Snyk CLI supports Node.js 8 and higher. [2020-10-12T18:53:03.781Z] 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-12T18:53:03.781Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-12T18:53:03.781Z] [2020-10-12T18:53:03.781Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-12T18:53:03.781Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-12T18:53:03.811Z] $ docker stop --time=1 eed2ac8cb2b8721b0e67d94dfbccb91674acdc3dcdaa704873e92f5c138ef380 [2020-10-12T18:53:06.967Z] $ docker rm -f eed2ac8cb2b8721b0e67d94dfbccb91674acdc3dcdaa704873e92f5c138ef380 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:53:09.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:53:09.270Z] [2020-10-12T18:53:09.270Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:53:09.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:53:09.760Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-12T18:53:09.760Z] e7c96db7181b: Pulling fs layer [2020-10-12T18:53:09.760Z] 1868ca2cb446: Pulling fs layer [2020-10-12T18:53:09.760Z] 136be5d0fe8e: Pulling fs layer [2020-10-12T18:53:09.760Z] 894bfe63afcb: Pulling fs layer [2020-10-12T18:53:09.760Z] 894bfe63afcb: Waiting [2020-10-12T18:53:10.038Z] 1868ca2cb446: Verifying Checksum [2020-10-12T18:53:10.038Z] 1868ca2cb446: Download complete [2020-10-12T18:53:10.038Z] 136be5d0fe8e: Verifying Checksum [2020-10-12T18:53:10.038Z] 136be5d0fe8e: Download complete [2020-10-12T18:53:10.325Z] e7c96db7181b: Verifying Checksum [2020-10-12T18:53:10.325Z] e7c96db7181b: Download complete [2020-10-12T18:53:10.325Z] 894bfe63afcb: Verifying Checksum [2020-10-12T18:53:10.325Z] 894bfe63afcb: Download complete [2020-10-12T18:53:10.918Z] e7c96db7181b: Pull complete [2020-10-12T18:53:11.520Z] 1868ca2cb446: Pull complete [2020-10-12T18:53:11.803Z] 136be5d0fe8e: Pull complete [2020-10-12T18:53:12.403Z] 894bfe63afcb: Pull complete [2020-10-12T18:53:12.666Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-12T18:53:12.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:53:12.666Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-12T18:53:12.815Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:53:12.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:53:14.558Z] $ docker top 98d1380d7e00619fe227edcf7cfe35ca05724f68ab39b23050fbfa0bf22461d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:53:15.376Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:53:15.376Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:53:18.279Z] $ docker stop --time=1 98d1380d7e00619fe227edcf7cfe35ca05724f68ab39b23050fbfa0bf22461d5 [2020-10-12T18:53:20.042Z] $ docker rm -f 98d1380d7e00619fe227edcf7cfe35ca05724f68ab39b23050fbfa0bf22461d5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:53:20.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:53:20.661Z] . [Pipeline] withDockerContainer [2020-10-12T18:53:20.893Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:53:21.016Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:53:22.293Z] $ docker top 6bf826204e02cd81c8a240aec5d21aaaf48c5e2d834adc40ec4239370f5d377e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:53:23.464Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:53:23.464Z] + tee [2020-10-12T18:53:23.464Z] clair timeout 1m0s [2020-10-12T18:53:23.464Z] docker timeout: 1m0s [2020-10-12T18:53:23.464Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:53:24.208Z] $ docker stop --time=1 6bf826204e02cd81c8a240aec5d21aaaf48c5e2d834adc40ec4239370f5d377e [2020-10-12T18:53:25.772Z] $ docker rm -f 6bf826204e02cd81c8a240aec5d21aaaf48c5e2d834adc40ec4239370f5d377e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:53:26.462Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:53:26.519Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-core-command-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:53:26.607Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:53:27.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:53:27.075Z] . [Pipeline] withDockerContainer [2020-10-12T18:53:27.296Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:53:27.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:53:29.072Z] $ docker top bc00d9a7bf419f448fd7a74b97e601fb2d79de9f4f277d2b2d63999384183471 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:53:30.102Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:53:30.102Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:53:40.542Z] $ docker stop --time=1 bc00d9a7bf419f448fd7a74b97e601fb2d79de9f4f277d2b2d63999384183471 [2020-10-12T18:53:42.072Z] $ docker rm -f bc00d9a7bf419f448fd7a74b97e601fb2d79de9f4f277d2b2d63999384183471 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:53:42.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:53:42.641Z] . [Pipeline] withDockerContainer [2020-10-12T18:53:42.790Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:53:42.937Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:53:43.775Z] $ docker top 892c438fc5e4c4e8af42aae6fa553ca69a9421729177a8590ca4d09a9424f774 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:53:44.810Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:53:44.810Z] + tee [2020-10-12T18:53:44.810Z] clair timeout 1m0s [2020-10-12T18:53:44.810Z] docker timeout: 1m0s [2020-10-12T18:53:44.810Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:53:45.905Z] $ docker stop --time=1 892c438fc5e4c4e8af42aae6fa553ca69a9421729177a8590ca4d09a9424f774 [2020-10-12T18:53:47.557Z] $ docker rm -f 892c438fc5e4c4e8af42aae6fa553ca69a9421729177a8590ca4d09a9424f774 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:53:48.132Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:53:48.148Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-core-data-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:53:48.204Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:53:48.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:53:48.620Z] . [Pipeline] withDockerContainer [2020-10-12T18:53:48.858Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:53:48.975Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:53:49.838Z] $ docker top e301eba7b3247b9e56f7abe954b4d924489d11aa7b4c1c529e6d8d6b3b1d992e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:53:50.872Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:53:50.872Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:53:53.690Z] $ docker stop --time=1 e301eba7b3247b9e56f7abe954b4d924489d11aa7b4c1c529e6d8d6b3b1d992e [2020-10-12T18:53:55.170Z] $ docker rm -f e301eba7b3247b9e56f7abe954b4d924489d11aa7b4c1c529e6d8d6b3b1d992e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:53:55.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:53:55.848Z] . [Pipeline] withDockerContainer [2020-10-12T18:53:56.050Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:53:56.121Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:53:57.090Z] $ docker top 6ae2f7f8786065ce40310e2226a54b7941e90a2aba5b230ef49a5a015c6a4bdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:53:58.031Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:53:58.032Z] + tee [2020-10-12T18:53:58.032Z] clair timeout 1m0s [2020-10-12T18:53:58.032Z] docker timeout: 1m0s [2020-10-12T18:53:58.032Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:53:58.726Z] $ docker stop --time=1 6ae2f7f8786065ce40310e2226a54b7941e90a2aba5b230ef49a5a015c6a4bdb [2020-10-12T18:54:00.477Z] $ docker rm -f 6ae2f7f8786065ce40310e2226a54b7941e90a2aba5b230ef49a5a015c6a4bdb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:54:01.196Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:54:01.216Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-core-metadata-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:54:01.273Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:54:01.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:54:01.714Z] . [Pipeline] withDockerContainer [2020-10-12T18:54:01.960Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:54:02.044Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:54:02.992Z] $ docker top 14d50ecf5fafeca8aa907d6376025b7ab521c02d78d508ca83795d96941bcbf3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:54:04.155Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:54:04.155Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:54:08.591Z] $ docker stop --time=1 14d50ecf5fafeca8aa907d6376025b7ab521c02d78d508ca83795d96941bcbf3 [2020-10-12T18:54:10.149Z] $ docker rm -f 14d50ecf5fafeca8aa907d6376025b7ab521c02d78d508ca83795d96941bcbf3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:54:10.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:54:10.688Z] . [Pipeline] withDockerContainer [2020-10-12T18:54:10.882Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:54:11.080Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:54:12.927Z] $ docker top 73522744d3392219f27a7ef4fa3f04b0f10c55b76a4b4f1cf6a927de67a693ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:54:14.005Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:54:14.005Z] + tee [2020-10-12T18:54:14.005Z] clair timeout 1m0s [2020-10-12T18:54:14.005Z] docker timeout: 1m0s [2020-10-12T18:54:14.005Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:54:14.716Z] $ docker stop --time=1 73522744d3392219f27a7ef4fa3f04b0f10c55b76a4b4f1cf6a927de67a693ed [2020-10-12T18:54:16.309Z] $ docker rm -f 73522744d3392219f27a7ef4fa3f04b0f10c55b76a4b4f1cf6a927de67a693ed [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:54:17.104Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:54:17.119Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-security-proxy-setup-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:54:17.181Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:54:17.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:54:17.614Z] . [Pipeline] withDockerContainer [2020-10-12T18:54:17.988Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:54:18.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:54:19.299Z] $ docker top 633b027ecf646eedf71a3d13fb0990b01945a92ca6f79c32f7f44c26c3d3df51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:54:20.772Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:54:20.772Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:54:31.059Z] $ docker stop --time=1 633b027ecf646eedf71a3d13fb0990b01945a92ca6f79c32f7f44c26c3d3df51 [2020-10-12T18:54:32.664Z] $ docker rm -f 633b027ecf646eedf71a3d13fb0990b01945a92ca6f79c32f7f44c26c3d3df51 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:54:33.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:54:33.178Z] . [Pipeline] withDockerContainer [2020-10-12T18:54:33.363Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:54:33.423Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:54:34.364Z] $ docker top b2db877c1fb31efc2cd633c6a43751ef25eb532ed40359549e4d9f188d8a63b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:54:34.915Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:54:34.915Z] + tee [2020-10-12T18:54:34.915Z] clair timeout 1m0s [2020-10-12T18:54:34.915Z] docker timeout: 1m0s [2020-10-12T18:54:34.915Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:54:36.491Z] $ docker stop --time=1 b2db877c1fb31efc2cd633c6a43751ef25eb532ed40359549e4d9f188d8a63b8 [2020-10-12T18:54:37.999Z] $ docker rm -f b2db877c1fb31efc2cd633c6a43751ef25eb532ed40359549e4d9f188d8a63b8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:54:38.781Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:54:38.803Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-security-secrets-setup-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:54:38.857Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:54:39.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:54:39.340Z] . [Pipeline] withDockerContainer [2020-10-12T18:54:39.650Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:54:39.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:54:40.957Z] $ docker top 73fbd74613d13b4f63d44260025f34206ef34e8a45f09434fc769ac618e6e45c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:54:41.895Z] + tee [2020-10-12T18:54:41.895Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:54:50.455Z] $ docker stop --time=1 73fbd74613d13b4f63d44260025f34206ef34e8a45f09434fc769ac618e6e45c [2020-10-12T18:54:52.568Z] $ docker rm -f 73fbd74613d13b4f63d44260025f34206ef34e8a45f09434fc769ac618e6e45c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:54:53.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:54:53.308Z] . [Pipeline] withDockerContainer [2020-10-12T18:54:53.870Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:54:54.004Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:54:56.394Z] $ docker top a782203f30ed4997aa782a31a3c8301e127a26d4face98f5cd5cf18a80df225d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:54:57.099Z] + tee [2020-10-12T18:54:57.099Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:54:57.099Z] clair timeout 1m0s [2020-10-12T18:54:57.099Z] docker timeout: 1m0s [2020-10-12T18:54:57.099Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:54:58.642Z] $ docker stop --time=1 a782203f30ed4997aa782a31a3c8301e127a26d4face98f5cd5cf18a80df225d [2020-10-12T18:55:00.474Z] $ docker rm -f a782203f30ed4997aa782a31a3c8301e127a26d4face98f5cd5cf18a80df225d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:55:01.049Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:55:01.073Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-security-secretstore-setup-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:55:01.219Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:55:01.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:55:01.955Z] . [Pipeline] withDockerContainer [2020-10-12T18:55:02.380Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:55:02.530Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:55:03.574Z] $ docker top 9e19b5880ea09e8a286b8ace90015bba482840fa654b1f33f886ae8ce241bb7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:55:04.333Z] + + /klartee [2020-10-12T18:55:04.333Z] nexus3.edgexfoundry.org:10004/docker-support-logging-go:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:55:07.846Z] $ docker stop --time=1 9e19b5880ea09e8a286b8ace90015bba482840fa654b1f33f886ae8ce241bb7c [2020-10-12T18:55:09.288Z] $ docker rm -f 9e19b5880ea09e8a286b8ace90015bba482840fa654b1f33f886ae8ce241bb7c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:55:09.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:55:09.905Z] . [Pipeline] withDockerContainer [2020-10-12T18:55:10.081Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:55:10.160Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:55:11.060Z] $ docker top 47d2486c85d04ba72d7f04f544c38f800ebaf4ba67aad2ac3f4c22143e181bfc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:55:11.691Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:55:11.691Z] + tee [2020-10-12T18:55:11.691Z] clair timeout 1m0s [2020-10-12T18:55:11.691Z] docker timeout: 1m0s [2020-10-12T18:55:11.691Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:55:12.828Z] $ docker stop --time=1 47d2486c85d04ba72d7f04f544c38f800ebaf4ba67aad2ac3f4c22143e181bfc [2020-10-12T18:55:14.368Z] $ docker rm -f 47d2486c85d04ba72d7f04f544c38f800ebaf4ba67aad2ac3f4c22143e181bfc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:55:14.930Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:55:14.950Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-support-logging-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:55:15.017Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:55:15.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:55:15.386Z] . [Pipeline] withDockerContainer [2020-10-12T18:55:15.545Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:55:15.602Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:55:16.992Z] $ docker top 5ae65f8815170b518b19272c36e7a6e5bed0fc1724566ba4bfae8d5ff32b93b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:55:17.734Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:55:17.734Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:55:23.364Z] $ docker stop --time=1 5ae65f8815170b518b19272c36e7a6e5bed0fc1724566ba4bfae8d5ff32b93b4 [2020-10-12T18:55:25.077Z] $ docker rm -f 5ae65f8815170b518b19272c36e7a6e5bed0fc1724566ba4bfae8d5ff32b93b4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:55:25.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:55:25.599Z] . [Pipeline] withDockerContainer [2020-10-12T18:55:25.814Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:55:25.887Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:55:27.176Z] $ docker top 6f0db3fb604775195b652fd9875e5893dd41b74960610ce34524b4e83f5740f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:55:28.270Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:55:28.270Z] + tee [2020-10-12T18:55:28.270Z] clair timeout 1m0s [2020-10-12T18:55:28.270Z] docker timeout: 1m0s [2020-10-12T18:55:28.270Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:55:29.435Z] $ docker stop --time=1 6f0db3fb604775195b652fd9875e5893dd41b74960610ce34524b4e83f5740f9 [2020-10-12T18:55:31.181Z] $ docker rm -f 6f0db3fb604775195b652fd9875e5893dd41b74960610ce34524b4e83f5740f9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:55:31.753Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:55:31.779Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-support-notifications-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:55:31.849Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:55:32.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:55:32.619Z] . [Pipeline] withDockerContainer [2020-10-12T18:55:32.995Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:55:33.109Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:55:34.069Z] $ docker top 9602b38e79b1363926023702325395eb5ad30217fc0178ee54568ac2867589c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:55:35.097Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:55:35.098Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:55:37.875Z] $ docker stop --time=1 9602b38e79b1363926023702325395eb5ad30217fc0178ee54568ac2867589c2 [2020-10-12T18:55:39.519Z] $ docker rm -f 9602b38e79b1363926023702325395eb5ad30217fc0178ee54568ac2867589c2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:55:40.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:55:40.232Z] . [Pipeline] withDockerContainer [2020-10-12T18:55:40.496Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:55:40.671Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:55:41.758Z] $ docker top 8fbc0c1dcbbeb7a6b34d63b1d4f1349f598753503cebca5aceab29fb6320fa14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:55:42.384Z] + tee [2020-10-12T18:55:42.384Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:55:42.384Z] clair timeout 1m0s [2020-10-12T18:55:42.384Z] docker timeout: 1m0s [2020-10-12T18:55:42.384Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:55:43.480Z] $ docker stop --time=1 8fbc0c1dcbbeb7a6b34d63b1d4f1349f598753503cebca5aceab29fb6320fa14 [2020-10-12T18:55:44.995Z] $ docker rm -f 8fbc0c1dcbbeb7a6b34d63b1d4f1349f598753503cebca5aceab29fb6320fa14 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:55:45.547Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:55:45.596Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-support-scheduler-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:55:45.666Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:55:46.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:55:46.013Z] . [Pipeline] withDockerContainer [2020-10-12T18:55:46.187Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:55:46.242Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:55:47.561Z] $ docker top b67bbb53c0648120a0fedacb92ed3178b5ab2531d4efb4e02be19ab40d8a832c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:55:48.770Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:55:48.770Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:56:04.077Z] $ docker stop --time=1 b67bbb53c0648120a0fedacb92ed3178b5ab2531d4efb4e02be19ab40d8a832c [2020-10-12T18:56:06.221Z] $ docker rm -f b67bbb53c0648120a0fedacb92ed3178b5ab2531d4efb4e02be19ab40d8a832c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:56:06.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:56:06.770Z] . [Pipeline] withDockerContainer [2020-10-12T18:56:06.959Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:56:07.189Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:56:08.231Z] $ docker top df736d41801bce7a0dc08bcf64e70cf4bab8f5bfe388c711df40a3e454d6b8d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:56:09.139Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:56:09.139Z] + tee [2020-10-12T18:56:09.139Z] clair timeout 1m0s [2020-10-12T18:56:09.139Z] docker timeout: 1m0s [2020-10-12T18:56:09.139Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:56:11.901Z] $ docker stop --time=1 df736d41801bce7a0dc08bcf64e70cf4bab8f5bfe388c711df40a3e454d6b8d1 [2020-10-12T18:56:13.484Z] $ docker rm -f df736d41801bce7a0dc08bcf64e70cf4bab8f5bfe388c711df40a3e454d6b8d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:56:14.072Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:56:14.087Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-sys-mgmt-agent-go_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:56:14.146Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:56:14.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:56:14.509Z] . [Pipeline] withDockerContainer [2020-10-12T18:56:14.652Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:56:14.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:56:15.838Z] $ docker top 3460d483480854d3939c38ddcec602c8fdd1d7ce0b8758c13f6a52dea596edde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:56:16.520Z] + tee [2020-10-12T18:56:16.520Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:56:19.338Z] $ docker stop --time=1 3460d483480854d3939c38ddcec602c8fdd1d7ce0b8758c13f6a52dea596edde [2020-10-12T18:56:21.284Z] $ docker rm -f 3460d483480854d3939c38ddcec602c8fdd1d7ce0b8758c13f6a52dea596edde [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:56:21.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:56:21.858Z] . [Pipeline] withDockerContainer [2020-10-12T18:56:22.102Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:56:22.169Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:56:23.485Z] $ docker top 807ca22645999d947b9896fee0fa2eb0a78cf9760668839996d3b9fb6bf399b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:56:24.435Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:56:24.435Z] + tee [2020-10-12T18:56:24.435Z] clair timeout 1m0s [2020-10-12T18:56:24.435Z] docker timeout: 1m0s [2020-10-12T18:56:24.435Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:56:25.194Z] $ docker stop --time=1 807ca22645999d947b9896fee0fa2eb0a78cf9760668839996d3b9fb6bf399b8 [2020-10-12T18:56:26.813Z] $ docker rm -f 807ca22645999d947b9896fee0fa2eb0a78cf9760668839996d3b9fb6bf399b8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:56:27.557Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:56:27.619Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-core-command-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:56:27.700Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:56:28.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:56:28.068Z] . [Pipeline] withDockerContainer [2020-10-12T18:56:28.227Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:56:28.283Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:56:29.695Z] $ docker top f3999f9cb25cc62b4c22f34d464089a79b0140fa355970bce5446fef848b8ede -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:56:30.582Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:56:30.582Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:56:36.089Z] $ docker stop --time=1 f3999f9cb25cc62b4c22f34d464089a79b0140fa355970bce5446fef848b8ede [2020-10-12T18:56:37.733Z] $ docker rm -f f3999f9cb25cc62b4c22f34d464089a79b0140fa355970bce5446fef848b8ede [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:56:38.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:56:38.246Z] . [Pipeline] withDockerContainer [2020-10-12T18:56:38.574Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:56:38.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:56:40.482Z] $ docker top 3e7f18c9399422a404a74d6ec79772c8e02ba512cf95a5d22d0825d05c502997 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:56:41.724Z] + tee [2020-10-12T18:56:41.724Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:56:41.724Z] clair timeout 1m0s [2020-10-12T18:56:41.724Z] docker timeout: 1m0s [2020-10-12T18:56:41.724Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:56:42.422Z] $ docker stop --time=1 3e7f18c9399422a404a74d6ec79772c8e02ba512cf95a5d22d0825d05c502997 [2020-10-12T18:56:44.057Z] $ docker rm -f 3e7f18c9399422a404a74d6ec79772c8e02ba512cf95a5d22d0825d05c502997 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:56:44.807Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:56:44.821Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-core-data-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:56:44.889Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:56:45.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:56:45.260Z] . [Pipeline] withDockerContainer [2020-10-12T18:56:45.598Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:56:45.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:56:46.778Z] $ docker top 44cf74c0324899e8c3770892829146c5f01992f690310dfe11a9fb743a7b73cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:56:47.446Z] + tee [2020-10-12T18:56:47.446Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:56:50.234Z] $ docker stop --time=1 44cf74c0324899e8c3770892829146c5f01992f690310dfe11a9fb743a7b73cc [2020-10-12T18:56:51.882Z] $ docker rm -f 44cf74c0324899e8c3770892829146c5f01992f690310dfe11a9fb743a7b73cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:56:52.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:56:52.510Z] . [Pipeline] withDockerContainer [2020-10-12T18:56:52.843Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:56:52.914Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:56:54.028Z] $ docker top 3fc68fa5d7e761a76eda6f90b07a8b5a8e005c3b529f4acc77a4e3419f459ccb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:56:54.736Z] + tee [2020-10-12T18:56:54.736Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:56:55.032Z] clair timeout 1m0s [2020-10-12T18:56:55.032Z] docker timeout: 1m0s [2020-10-12T18:56:55.032Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:56:55.749Z] $ docker stop --time=1 3fc68fa5d7e761a76eda6f90b07a8b5a8e005c3b529f4acc77a4e3419f459ccb [2020-10-12T18:56:57.440Z] $ docker rm -f 3fc68fa5d7e761a76eda6f90b07a8b5a8e005c3b529f4acc77a4e3419f459ccb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:56:58.012Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:56:58.037Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-core-metadata-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:56:58.096Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:56:58.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:56:58.489Z] . [Pipeline] withDockerContainer [2020-10-12T18:56:58.703Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:56:58.819Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:57:00.616Z] $ docker top 99154c3df5aa9991fbee69df595155b89f4414e1649b98a20d665eefa59a289a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:57:01.868Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:57:01.868Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:57:07.465Z] $ docker stop --time=1 99154c3df5aa9991fbee69df595155b89f4414e1649b98a20d665eefa59a289a [2020-10-12T18:57:09.228Z] $ docker rm -f 99154c3df5aa9991fbee69df595155b89f4414e1649b98a20d665eefa59a289a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:57:10.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:57:10.011Z] . [Pipeline] withDockerContainer [2020-10-12T18:57:10.340Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:57:10.406Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:57:11.421Z] $ docker top 004fedc95d908cdc1640dbb32f02f952fb1fb0f71c04d763468bf82c8d662794 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:57:12.070Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:57:12.070Z] + tee [2020-10-12T18:57:12.070Z] clair timeout 1m0s [2020-10-12T18:57:12.070Z] docker timeout: 1m0s [2020-10-12T18:57:12.070Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:57:13.233Z] $ docker stop --time=1 004fedc95d908cdc1640dbb32f02f952fb1fb0f71c04d763468bf82c8d662794 [2020-10-12T18:57:14.747Z] $ docker rm -f 004fedc95d908cdc1640dbb32f02f952fb1fb0f71c04d763468bf82c8d662794 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:57:15.329Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:57:15.351Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:57:15.410Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:57:15.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:57:15.775Z] . [Pipeline] withDockerContainer [2020-10-12T18:57:16.182Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:57:16.266Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:57:17.381Z] $ docker top 78b0d2f780b9b1f1f6d4ea93eeca1e0a2a935d0fbde0790cb6103a762d1c5a03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:57:18.349Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:57:18.349Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:57:26.757Z] $ docker stop --time=1 78b0d2f780b9b1f1f6d4ea93eeca1e0a2a935d0fbde0790cb6103a762d1c5a03 [2020-10-12T18:57:28.387Z] $ docker rm -f 78b0d2f780b9b1f1f6d4ea93eeca1e0a2a935d0fbde0790cb6103a762d1c5a03 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:57:28.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:57:28.922Z] . [Pipeline] withDockerContainer [2020-10-12T18:57:29.145Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:57:29.315Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:57:30.852Z] $ docker top c286708eef18b55631712723a1213a80cfbe3952e3affa6c1f1d257198a10bbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:57:31.581Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:57:31.582Z] + tee [2020-10-12T18:57:31.582Z] clair timeout 1m0s [2020-10-12T18:57:31.582Z] docker timeout: 1m0s [2020-10-12T18:57:31.582Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:57:33.138Z] $ docker stop --time=1 c286708eef18b55631712723a1213a80cfbe3952e3affa6c1f1d257198a10bbd [2020-10-12T18:57:34.615Z] $ docker rm -f c286708eef18b55631712723a1213a80cfbe3952e3affa6c1f1d257198a10bbd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:57:35.217Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:57:35.237Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:57:35.297Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:57:35.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:57:35.718Z] . [Pipeline] withDockerContainer [2020-10-12T18:57:35.859Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:57:35.915Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:57:36.935Z] $ docker top f571b653398fefed14c7842ec5e80e8cbdb2862f9fc2e09002f341c940dc50cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:57:37.908Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:57:37.908Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:57:46.296Z] $ docker stop --time=1 f571b653398fefed14c7842ec5e80e8cbdb2862f9fc2e09002f341c940dc50cc [2020-10-12T18:57:47.776Z] $ docker rm -f f571b653398fefed14c7842ec5e80e8cbdb2862f9fc2e09002f341c940dc50cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:57:48.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:57:48.358Z] . [Pipeline] withDockerContainer [2020-10-12T18:57:48.560Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:57:48.612Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:57:49.816Z] $ docker top b02aaef506ac0b35ce1e4a4f2323bd41ba2607b65e76d75f8467c471d1a9cc27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:57:50.936Z] + tee [2020-10-12T18:57:50.936Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:57:50.936Z] clair timeout 1m0s [2020-10-12T18:57:50.936Z] docker timeout: 1m0s [2020-10-12T18:57:50.936Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:57:52.508Z] $ docker stop --time=1 b02aaef506ac0b35ce1e4a4f2323bd41ba2607b65e76d75f8467c471d1a9cc27 [2020-10-12T18:57:54.108Z] $ docker rm -f b02aaef506ac0b35ce1e4a4f2323bd41ba2607b65e76d75f8467c471d1a9cc27 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:57:54.701Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:57:54.717Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:57:54.768Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:57:55.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:57:55.133Z] . [Pipeline] withDockerContainer [2020-10-12T18:57:55.321Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:57:55.384Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:57:57.152Z] $ docker top e8d6a219ac6e4bcc35e7c1e05f7957f5980412290165b8957d37da1574661a28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:57:57.882Z] + tee [2020-10-12T18:57:57.883Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:58:01.452Z] $ docker stop --time=1 e8d6a219ac6e4bcc35e7c1e05f7957f5980412290165b8957d37da1574661a28 [2020-10-12T18:58:03.141Z] $ docker rm -f e8d6a219ac6e4bcc35e7c1e05f7957f5980412290165b8957d37da1574661a28 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:58:03.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:58:03.928Z] . [Pipeline] withDockerContainer [2020-10-12T18:58:04.065Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:58:04.119Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:58:05.803Z] $ docker top b9042b947d2b4e813da1448046376018167fb54db215ffa44d6143bc9ab15021 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:58:06.531Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:58:06.531Z] + tee [2020-10-12T18:58:06.531Z] clair timeout 1m0s [2020-10-12T18:58:06.531Z] docker timeout: 1m0s [2020-10-12T18:58:06.531Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:58:07.595Z] $ docker stop --time=1 b9042b947d2b4e813da1448046376018167fb54db215ffa44d6143bc9ab15021 [2020-10-12T18:58:09.281Z] $ docker rm -f b9042b947d2b4e813da1448046376018167fb54db215ffa44d6143bc9ab15021 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:58:09.796Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:58:09.818Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-support-logging-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:58:09.909Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:58:10.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:58:10.279Z] . [Pipeline] withDockerContainer [2020-10-12T18:58:10.490Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:58:10.585Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:58:11.804Z] $ docker top b6a093ce07e8039290eece4532a14c0b3841386dfd0888d69ee199885a7496d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:58:12.802Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:58:12.802Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:58:18.357Z] $ docker stop --time=1 b6a093ce07e8039290eece4532a14c0b3841386dfd0888d69ee199885a7496d6 [2020-10-12T18:58:20.094Z] $ docker rm -f b6a093ce07e8039290eece4532a14c0b3841386dfd0888d69ee199885a7496d6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:58:20.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:58:20.668Z] . [Pipeline] withDockerContainer [2020-10-12T18:58:20.892Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:58:21.021Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:58:22.647Z] $ docker top 192133c99af9943b8a7804bb2afc867e606f038337ec9f530b8e092c664d3f8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:58:23.626Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:58:23.626Z] + tee [2020-10-12T18:58:23.626Z] clair timeout 1m0s [2020-10-12T18:58:23.626Z] docker timeout: 1m0s [2020-10-12T18:58:23.626Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:58:24.685Z] $ docker stop --time=1 192133c99af9943b8a7804bb2afc867e606f038337ec9f530b8e092c664d3f8c [2020-10-12T18:58:26.217Z] $ docker rm -f 192133c99af9943b8a7804bb2afc867e606f038337ec9f530b8e092c664d3f8c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:58:26.871Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:58:26.888Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-support-notifications-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:58:26.945Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:58:27.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:58:27.313Z] . [Pipeline] withDockerContainer [2020-10-12T18:58:27.582Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:58:27.717Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:58:29.058Z] $ docker top 841bce6a76c4c25346fafec95f28f751cfc1440276a552eb587ee38a1b6c725f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:58:30.782Z] + tee [2020-10-12T18:58:30.782Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:58:34.403Z] $ docker stop --time=1 841bce6a76c4c25346fafec95f28f751cfc1440276a552eb587ee38a1b6c725f [2020-10-12T18:58:36.028Z] $ docker rm -f 841bce6a76c4c25346fafec95f28f751cfc1440276a552eb587ee38a1b6c725f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:58:36.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:58:36.607Z] . [Pipeline] withDockerContainer [2020-10-12T18:58:36.932Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:58:37.160Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:58:38.408Z] $ docker top 9a3de04b60f44dcc8073754f13d02e552297999abf7729fdb4f56bafc2bce09a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:58:39.617Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:58:39.617Z] + tee [2020-10-12T18:58:39.617Z] clair timeout 1m0s [2020-10-12T18:58:39.617Z] docker timeout: 1m0s [2020-10-12T18:58:39.617Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:58:40.720Z] $ docker stop --time=1 9a3de04b60f44dcc8073754f13d02e552297999abf7729fdb4f56bafc2bce09a [2020-10-12T18:58:42.366Z] $ docker rm -f 9a3de04b60f44dcc8073754f13d02e552297999abf7729fdb4f56bafc2bce09a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:58:42.946Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:58:42.961Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-support-scheduler-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:58:43.023Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:58:43.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:58:43.458Z] . [Pipeline] withDockerContainer [2020-10-12T18:58:43.651Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:58:43.759Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:58:45.102Z] $ docker top e4ab85cacf430f55756a8ab62896e991884b5b20292646124517ed6e13e57be8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:58:45.891Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:58:45.891Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:59:01.057Z] $ docker stop --time=1 e4ab85cacf430f55756a8ab62896e991884b5b20292646124517ed6e13e57be8 [2020-10-12T18:59:02.688Z] $ docker rm -f e4ab85cacf430f55756a8ab62896e991884b5b20292646124517ed6e13e57be8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:59:03.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T18:59:03.301Z] . [Pipeline] withDockerContainer [2020-10-12T18:59:03.463Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:59:03.536Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:59:04.437Z] $ docker top 25c29c1ff2f2c661d93895e494a2643fea2c847e0b7d2ec8d506b671cbfe0c55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T18:59:05.077Z] + + tee [2020-10-12T18:59:05.077Z] /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:09ff485fcd9457eaf0ecfabed493446887714669 [2020-10-12T18:59:05.077Z] clair timeout 1m0s [2020-10-12T18:59:05.077Z] docker timeout: 1m0s [2020-10-12T18:59:05.077Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T18:59:07.152Z] $ docker stop --time=1 25c29c1ff2f2c661d93895e494a2643fea2c847e0b7d2ec8d506b671cbfe0c55 [2020-10-12T18:59:08.784Z] $ docker rm -f 25c29c1ff2f2c661d93895e494a2643fea2c847e0b7d2ec8d506b671cbfe0c55 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T18:59:09.415Z] + mkdir -p /w/workspace/edgex-go/179/clair-reports [Pipeline] echo [2020-10-12T18:59:09.436Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/179/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_09ff485fcd9457eaf0ecfabed493446887714669.html [Pipeline] writeFile [Pipeline] step [2020-10-12T18:59:09.503Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-12T18:59:09.899Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T18:59:09.980Z] provisioning config files... [2020-10-12T18:59:10.010Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/179@tmp/config8987371138006582824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T18:59:10.537Z] --> edgex-publish-swagger.sh [2020-10-12T18:59:10.537Z] === Publish openapi/v1 API === [2020-10-12T18:59:10.537Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-12T18:59:10.537Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-12T18:59:10.537Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:10.537Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:11.960Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8845 0:00:01 0:00:01 --:--:-- 8856 100 10521 0 0 100 10521 0 8843 0:00:01 0:00:01 --:--:-- 8856 [2020-10-12T18:59:11.960Z] [2020-10-12T18:59:11.960Z] [2020-10-12T18:59:11.960Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-12T18:59:11.960Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:11.960Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:12.927Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27081 0:00:01 0:00:01 --:--:-- 27107 100 32556 0 0 100 32556 0 27077 0:00:01 0:00:01 --:--:-- 27084 [2020-10-12T18:59:12.927Z] [2020-10-12T18:59:12.927Z] [2020-10-12T18:59:12.927Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-12T18:59:12.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:12.927Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:14.168Z] 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 59744 0:00:01 0:00:01 --:--:-- 59740 100 73720 0 0 100 73720 0 59735 0:00:01 0:00:01 --:--:-- 59740 [2020-10-12T18:59:14.168Z] [2020-10-12T18:59:14.168Z] [2020-10-12T18:59:14.168Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-12T18:59:14.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:14.168Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:15.592Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 10631 0:00:01 0:00:01 --:--:-- 10634 100 13580 0 0 100 13580 0 10126 0:00:01 0:00:01 --:--:-- 10134 [2020-10-12T18:59:15.592Z] [2020-10-12T18:59:15.592Z] [2020-10-12T18:59:15.592Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-12T18:59:15.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:15.592Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:17.280Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36882 0:00:01 0:00:01 --:--:-- 36896 100 38889 0 0 100 38889 0 36876 0:00:01 0:00:01 --:--:-- 36896 [2020-10-12T18:59:17.280Z] [2020-10-12T18:59:17.280Z] [2020-10-12T18:59:17.280Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-12T18:59:17.280Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:17.280Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:17.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11791 0:00:01 0:00:01 --:--:-- 11804 100 14248 0 0 100 14248 0 11788 0:00:01 0:00:01 --:--:-- 11794 [2020-10-12T18:59:17.999Z] [2020-10-12T18:59:17.999Z] [2020-10-12T18:59:17.999Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-12T18:59:17.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:17.999Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:19.223Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3623 0:00:01 0:00:01 --:--:-- 3623 100 4109 0 0 100 4109 0 3622 0:00:01 0:00:01 --:--:-- 3620 [2020-10-12T18:59:19.223Z] [2020-10-12T18:59:19.223Z] [2020-10-12T18:59:19.223Z] === Publish openapi/v2 API === [2020-10-12T18:59:19.223Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-12T18:59:19.223Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-12T18:59:19.223Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:19.223Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:20.210Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 28732 0:00:01 0:00:01 --:--:-- 28739 100 30234 0 0 100 30234 0 28722 0:00:01 0:00:01 --:--:-- 28739 [2020-10-12T18:59:20.210Z] [2020-10-12T18:59:20.210Z] [2020-10-12T18:59:20.210Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-12T18:59:20.210Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:20.210Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:21.635Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64272 0 0 100 64272 0 54118 0:00:01 0:00:01 --:--:-- 54146 100 64272 0 0 100 64272 0 54109 0:00:01 0:00:01 --:--:-- 54146 [2020-10-12T18:59:21.635Z] [2020-10-12T18:59:21.635Z] [2020-10-12T18:59:21.635Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-12T18:59:21.635Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:21.635Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:22.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 99511 0:00:01 0:00:01 --:--:-- 99540 100 114k 0 0 100 114k 0 99486 0:00:01 0:00:01 --:--:-- 99540 [2020-10-12T18:59:22.614Z] [2020-10-12T18:59:22.614Z] [2020-10-12T18:59:22.614Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-12T18:59:22.614Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:22.614Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:23.592Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 25085 0:00:01 0:00:01 --:--:-- 25110 100 26165 0 0 100 26165 0 25079 0:00:01 0:00:01 --:--:-- 25086 [2020-10-12T18:59:23.592Z] [2020-10-12T18:59:23.592Z] [2020-10-12T18:59:23.592Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-12T18:59:23.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:23.592Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:25.031Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 55067 0:00:01 0:00:01 --:--:-- 55139 100 63410 0 0 100 63410 0 55054 0:00:01 0:00:01 --:--:-- 55091 [2020-10-12T18:59:25.032Z] [2020-10-12T18:59:25.032Z] [2020-10-12T18:59:25.032Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-12T18:59:25.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:25.032Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:26.102Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 40753 0:00:01 0:00:01 --:--:-- 40787 [2020-10-12T18:59:26.102Z] [2020-10-12T18:59:26.102Z] [2020-10-12T18:59:26.102Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-12T18:59:26.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T18:59:26.102Z] Dload Upload Total Spent Left Speed [2020-10-12T18:59:27.104Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 21996 0:00:01 0:00:01 --:--:-- 21981 100 24114 0 0 100 24114 0 21990 0:00:01 0:00:01 --:--:-- 21981 [2020-10-12T18:59:27.104Z] [2020-10-12T18:59:27.104Z] [Pipeline] } [2020-10-12T18:59:27.133Z] 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-12T18:59:39.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T18:59:39.664Z] . [Pipeline] withDockerContainer [2020-10-12T18:59:39.927Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T18:59:39.995Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T18:59:41.788Z] $ docker top 8c1a25d1f1e74a3164f16e172aceec57852c880aa1c84b9c2c5c3cd932ec01ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T18:59:42.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T18:59:42.149Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T18:59:42.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T18:59:42.687Z] $ docker exec 8c1a25d1f1e74a3164f16e172aceec57852c880aa1c84b9c2c5c3cd932ec01ff ssh-agent [2020-10-12T18:59:43.253Z] SSH_AUTH_SOCK=/tmp/ssh-gYhBJhzZ942u/agent.12 [2020-10-12T18:59:43.253Z] SSH_AGENT_PID=17 [2020-10-12T18:59:43.267Z] Running ssh-add (command line suppressed) [2020-10-12T18:59:43.699Z] Identity added: /w/workspace/edgex-go/179@tmp/private_key_1546366345095734659.key (/w/workspace/edgex-go/179@tmp/private_key_1546366345095734659.key) [2020-10-12T18:59:43.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T18:59:44.307Z] + git semver tag [2020-10-12T18:59:44.576Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T18:59:44.576Z] # $GIT_DIR = /w/workspace/edgex-go/179/.git [2020-10-12T18:59:44.576Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/179 [2020-10-12T18:59:44.576Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T18:59:44.576Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T18:59:44.576Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T18:59:44.576Z] # $SEMVER_BRANCH = master [2020-10-12T18:59:44.576Z] # $SEMVER_DIR = /w/workspace/edgex-go/179/.semver [2020-10-12T18:59:44.576Z] # 09ff485fcd9457eaf0ecfabed493446887714669 HEAD [2020-10-12T18:59:45.175Z] # -> Force: false [2020-10-12T18:59:45.175Z] # 84b9bd9c8e8260ce0e88c62e8b5f7a52c2bfa754 refs/tags/v1.2.2-dev.64 [Pipeline] } [2020-10-12T18:59:45.192Z] $ docker exec --env ******** --env ******** 8c1a25d1f1e74a3164f16e172aceec57852c880aa1c84b9c2c5c3cd932ec01ff ssh-agent -k [2020-10-12T18:59:45.408Z] unset SSH_AUTH_SOCK; [2020-10-12T18:59:45.408Z] unset SSH_AGENT_PID; [2020-10-12T18:59:45.408Z] echo Agent pid 17 killed; [2020-10-12T18:59:45.502Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T18:59:45.984Z] + git semver [Pipeline] } [2020-10-12T18:59:46.016Z] $ docker stop --time=1 8c1a25d1f1e74a3164f16e172aceec57852c880aa1c84b9c2c5c3cd932ec01ff [2020-10-12T18:59:47.666Z] $ docker rm -f 8c1a25d1f1e74a3164f16e172aceec57852c880aa1c84b9c2c5c3cd932ec01ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:59:48.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T18:59:48.377Z] [2020-10-12T18:59:48.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-12T18:59:48.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T18:59:48.766Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-12T18:59:48.766Z] ab5ef0e58194: Pulling fs layer [2020-10-12T18:59:48.766Z] 9712f1f96733: Pulling fs layer [2020-10-12T18:59:48.766Z] 63f879dbbcfc: Pulling fs layer [2020-10-12T18:59:48.766Z] 0d9ebad4ef96: Pulling fs layer [2020-10-12T18:59:48.766Z] e9a5061849ea: Pulling fs layer [2020-10-12T18:59:48.766Z] d747dcd14b5f: Pulling fs layer [2020-10-12T18:59:48.766Z] 2de7ff778b66: Pulling fs layer [2020-10-12T18:59:48.766Z] e9a5061849ea: Waiting [2020-10-12T18:59:48.766Z] d747dcd14b5f: Waiting [2020-10-12T18:59:48.766Z] 0d9ebad4ef96: Waiting [2020-10-12T18:59:48.766Z] 2de7ff778b66: Waiting [2020-10-12T18:59:48.766Z] 9712f1f96733: Verifying Checksum [2020-10-12T18:59:48.766Z] 9712f1f96733: Download complete [2020-10-12T18:59:53.181Z] 63f879dbbcfc: Verifying Checksum [2020-10-12T18:59:53.181Z] 63f879dbbcfc: Download complete [2020-10-12T18:59:53.821Z] e9a5061849ea: Verifying Checksum [2020-10-12T18:59:53.821Z] e9a5061849ea: Download complete [2020-10-12T18:59:53.821Z] d747dcd14b5f: Verifying Checksum [2020-10-12T18:59:53.821Z] d747dcd14b5f: Download complete [2020-10-12T18:59:54.822Z] 2de7ff778b66: Verifying Checksum [2020-10-12T18:59:54.822Z] 2de7ff778b66: Download complete [2020-10-12T18:59:55.838Z] 0d9ebad4ef96: Verifying Checksum [2020-10-12T18:59:55.838Z] 0d9ebad4ef96: Download complete [2020-10-12T18:59:55.838Z] ab5ef0e58194: Verifying Checksum [2020-10-12T18:59:55.838Z] ab5ef0e58194: Download complete [2020-10-12T19:00:06.130Z] ab5ef0e58194: Pull complete [2020-10-12T19:00:06.130Z] 9712f1f96733: Pull complete [2020-10-12T19:00:08.903Z] 63f879dbbcfc: Pull complete [2020-10-12T19:00:19.128Z] 0d9ebad4ef96: Pull complete [2020-10-12T19:00:20.095Z] e9a5061849ea: Pull complete [2020-10-12T19:00:20.801Z] d747dcd14b5f: Pull complete [2020-10-12T19:00:24.251Z] 2de7ff778b66: Pull complete [2020-10-12T19:00:24.518Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-12T19:00:24.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T19:00:24.518Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-12T19:00:24.790Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T19:00:24.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T19:00:28.092Z] $ docker top 3cbffd3b790096c2dd1119faa0d2be81128c8ee61941fc3b0c0013545ee489e5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-12T19:00:28.542Z] provisioning config files... [2020-10-12T19:00:28.557Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/179@tmp/config1604547497391248963tmp [2020-10-12T19:00:28.580Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/179@tmp/config3967003825950017970tmp [2020-10-12T19:00:28.601Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/179@tmp/config8317250699485355600tmp [Pipeline] { [Pipeline] echo [2020-10-12T19:00:28.661Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:00:29.181Z] ---> sigul-configuration.sh [2020-10-12T19:00:29.181Z] gpg: directory `/root/.gnupg' created [2020-10-12T19:00:29.181Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-12T19:00:29.181Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-12T19:00:29.181Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-12T19:00:29.181Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-12T19:00:29.181Z] gpg: CAST5 encrypted data [2020-10-12T19:00:29.528Z] gpg: encrypted with 1 passphrase [2020-10-12T19:00:29.528Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-12T19:00:30.238Z] + mkdir /home/jenkins [2020-10-12T19:00:30.238Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-12T19:00:30.701Z] + 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-12T19:00:30.797Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:00:31.269Z] ---> sigul-install.sh [2020-10-12T19:00:40.023Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-12T19:00:40.658Z] + git tag --list [2020-10-12T19:00:40.658Z] 0.6.0 [2020-10-12T19:00:40.658Z] 0.6.1 [2020-10-12T19:00:40.658Z] 0.7.0 [2020-10-12T19:00:40.658Z] 0.7.1 [2020-10-12T19:00:40.658Z] v1.0.0 [2020-10-12T19:00:40.658Z] v1.0.1 [2020-10-12T19:00:40.658Z] v1.1.0 [2020-10-12T19:00:40.658Z] v1.2.0 [2020-10-12T19:00:40.658Z] v1.2.1 [2020-10-12T19:00:40.658Z] v1.2.2-dev.1 [2020-10-12T19:00:40.658Z] v1.2.2-dev.10 [2020-10-12T19:00:40.658Z] v1.2.2-dev.11 [2020-10-12T19:00:40.658Z] v1.2.2-dev.12 [2020-10-12T19:00:40.658Z] v1.2.2-dev.13 [2020-10-12T19:00:40.658Z] v1.2.2-dev.14 [2020-10-12T19:00:40.658Z] v1.2.2-dev.15 [2020-10-12T19:00:40.658Z] v1.2.2-dev.16 [2020-10-12T19:00:40.658Z] v1.2.2-dev.17 [2020-10-12T19:00:40.658Z] v1.2.2-dev.18 [2020-10-12T19:00:40.658Z] v1.2.2-dev.19 [2020-10-12T19:00:40.658Z] v1.2.2-dev.2 [2020-10-12T19:00:40.658Z] v1.2.2-dev.20 [2020-10-12T19:00:40.658Z] v1.2.2-dev.21 [2020-10-12T19:00:40.658Z] v1.2.2-dev.22 [2020-10-12T19:00:40.658Z] v1.2.2-dev.23 [2020-10-12T19:00:40.658Z] v1.2.2-dev.24 [2020-10-12T19:00:40.658Z] v1.2.2-dev.25 [2020-10-12T19:00:40.658Z] v1.2.2-dev.26 [2020-10-12T19:00:40.658Z] v1.2.2-dev.27 [2020-10-12T19:00:40.658Z] v1.2.2-dev.28 [2020-10-12T19:00:40.658Z] v1.2.2-dev.29 [2020-10-12T19:00:40.658Z] v1.2.2-dev.3 [2020-10-12T19:00:40.658Z] v1.2.2-dev.30 [2020-10-12T19:00:40.658Z] v1.2.2-dev.31 [2020-10-12T19:00:40.658Z] v1.2.2-dev.32 [2020-10-12T19:00:40.658Z] v1.2.2-dev.33 [2020-10-12T19:00:40.658Z] v1.2.2-dev.34 [2020-10-12T19:00:40.658Z] v1.2.2-dev.35 [2020-10-12T19:00:40.658Z] v1.2.2-dev.36 [2020-10-12T19:00:40.658Z] v1.2.2-dev.37 [2020-10-12T19:00:40.658Z] v1.2.2-dev.38 [2020-10-12T19:00:40.658Z] v1.2.2-dev.39 [2020-10-12T19:00:40.658Z] v1.2.2-dev.4 [2020-10-12T19:00:40.658Z] v1.2.2-dev.40 [2020-10-12T19:00:40.658Z] v1.2.2-dev.41 [2020-10-12T19:00:40.658Z] v1.2.2-dev.42 [2020-10-12T19:00:40.658Z] v1.2.2-dev.43 [2020-10-12T19:00:40.658Z] v1.2.2-dev.44 [2020-10-12T19:00:40.658Z] v1.2.2-dev.45 [2020-10-12T19:00:40.658Z] v1.2.2-dev.46 [2020-10-12T19:00:40.658Z] v1.2.2-dev.47 [2020-10-12T19:00:40.658Z] v1.2.2-dev.48 [2020-10-12T19:00:40.658Z] v1.2.2-dev.49 [2020-10-12T19:00:40.658Z] v1.2.2-dev.5 [2020-10-12T19:00:40.658Z] v1.2.2-dev.50 [2020-10-12T19:00:40.658Z] v1.2.2-dev.51 [2020-10-12T19:00:40.658Z] v1.2.2-dev.52 [2020-10-12T19:00:40.658Z] v1.2.2-dev.53 [2020-10-12T19:00:40.658Z] v1.2.2-dev.54 [2020-10-12T19:00:40.658Z] v1.2.2-dev.55 [2020-10-12T19:00:40.658Z] v1.2.2-dev.56 [2020-10-12T19:00:40.658Z] v1.2.2-dev.57 [2020-10-12T19:00:40.658Z] v1.2.2-dev.58 [2020-10-12T19:00:40.658Z] v1.2.2-dev.59 [2020-10-12T19:00:40.659Z] v1.2.2-dev.6 [2020-10-12T19:00:40.659Z] v1.2.2-dev.60 [2020-10-12T19:00:40.659Z] v1.2.2-dev.61 [2020-10-12T19:00:40.659Z] v1.2.2-dev.62 [2020-10-12T19:00:40.659Z] v1.2.2-dev.63 [2020-10-12T19:00:40.659Z] v1.2.2-dev.64 [2020-10-12T19:00:40.659Z] v1.2.2-dev.7 [2020-10-12T19:00:40.659Z] v1.2.2-dev.8 [2020-10-12T19:00:40.659Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-12T19:00:41.011Z] + lftools sign git-tag v1.2.2-dev.64 [2020-10-12T19:00:42.973Z] Signing Git tag with Sigul... [2020-10-12T19:00:42.973Z] Signing v1.2.2-dev.64 [Pipeline] echo [2020-10-12T19:00:44.413Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:00:44.752Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-12T19:00:44.772Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-12T19:00:44.905Z] $ docker stop --time=1 3cbffd3b790096c2dd1119faa0d2be81128c8ee61941fc3b0c0013545ee489e5 [2020-10-12T19:00:46.998Z] $ docker rm -f 3cbffd3b790096c2dd1119faa0d2be81128c8ee61941fc3b0c0013545ee489e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-12T19:00:48.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T19:00:48.674Z] . [Pipeline] withDockerContainer [2020-10-12T19:00:48.843Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T19:00:48.901Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T19:00:50.072Z] $ docker top b1b1f0ea740c12760f8096d15ef737c239f67d11f9ae97b3ffb54511bc1ea3a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T19:00:50.610Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T19:00:50.610Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T19:00:50.965Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T19:00:50.972Z] $ docker exec b1b1f0ea740c12760f8096d15ef737c239f67d11f9ae97b3ffb54511bc1ea3a8 ssh-agent [2020-10-12T19:00:51.284Z] SSH_AUTH_SOCK=/tmp/ssh-9Nn64lu2nM7l/agent.12 [2020-10-12T19:00:51.284Z] SSH_AGENT_PID=17 [2020-10-12T19:00:51.297Z] Running ssh-add (command line suppressed) [2020-10-12T19:00:51.556Z] Identity added: /w/workspace/edgex-go/179@tmp/private_key_250979242640438621.key (/w/workspace/edgex-go/179@tmp/private_key_250979242640438621.key) [2020-10-12T19:00:51.653Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T19:00:52.007Z] + git semver bump pre [2020-10-12T19:00:52.285Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T19:00:52.286Z] # $GIT_DIR = /w/workspace/edgex-go/179/.git [2020-10-12T19:00:52.286Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/179 [2020-10-12T19:00:52.286Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T19:00:52.286Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T19:00:52.286Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T19:00:52.286Z] # $SEMVER_BRANCH = master [2020-10-12T19:00:52.286Z] # $SEMVER_DIR = /w/workspace/edgex-go/179/.semver [2020-10-12T19:00:52.286Z] 1.2.2-dev.65 [Pipeline] } [2020-10-12T19:00:52.306Z] $ docker exec --env ******** --env ******** b1b1f0ea740c12760f8096d15ef737c239f67d11f9ae97b3ffb54511bc1ea3a8 ssh-agent -k [2020-10-12T19:00:52.565Z] unset SSH_AUTH_SOCK; [2020-10-12T19:00:52.565Z] unset SSH_AGENT_PID; [2020-10-12T19:00:52.565Z] echo Agent pid 17 killed; [2020-10-12T19:00:52.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T19:00:53.595Z] + git semver [Pipeline] } [2020-10-12T19:00:53.621Z] $ docker stop --time=1 b1b1f0ea740c12760f8096d15ef737c239f67d11f9ae97b3ffb54511bc1ea3a8 [2020-10-12T19:00:55.507Z] $ docker rm -f b1b1f0ea740c12760f8096d15ef737c239f67d11f9ae97b3ffb54511bc1ea3a8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T19:00:56.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T19:00:56.198Z] . [Pipeline] withDockerContainer [2020-10-12T19:00:56.364Z] prd-centos7-docker-4c-2g-4863 does not seem to be running inside a container [2020-10-12T19:00:56.424Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/179 -v /w/workspace/edgex-go/179:/w/workspace/edgex-go/179:rw,z -v /w/workspace/edgex-go/179@tmp:/w/workspace/edgex-go/179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T19:00:57.669Z] $ docker top 963ed942c51dca2000f441610d39c0befcc17854e36a15039ce39dda5a59111c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T19:00:58.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T19:00:58.153Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T19:00:58.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T19:00:58.509Z] $ docker exec 963ed942c51dca2000f441610d39c0befcc17854e36a15039ce39dda5a59111c ssh-agent [2020-10-12T19:00:58.890Z] SSH_AUTH_SOCK=/tmp/ssh-PwNKft9uxuXc/agent.12 [2020-10-12T19:00:58.890Z] SSH_AGENT_PID=18 [2020-10-12T19:00:58.904Z] Running ssh-add (command line suppressed) [2020-10-12T19:00:59.293Z] Identity added: /w/workspace/edgex-go/179@tmp/private_key_6226978780888306012.key (/w/workspace/edgex-go/179@tmp/private_key_6226978780888306012.key) [2020-10-12T19:00:59.575Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T19:01:00.276Z] + git semver push [2020-10-12T19:01:00.555Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T19:01:00.555Z] # $GIT_DIR = /w/workspace/edgex-go/179/.git [2020-10-12T19:01:00.555Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/179 [2020-10-12T19:01:00.555Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T19:01:00.555Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T19:01:00.555Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T19:01:00.555Z] # $SEMVER_BRANCH = master [2020-10-12T19:01:00.555Z] # $SEMVER_DIR = /w/workspace/edgex-go/179/.semver [Pipeline] } [2020-10-12T19:01:12.996Z] $ docker exec --env ******** --env ******** 963ed942c51dca2000f441610d39c0befcc17854e36a15039ce39dda5a59111c ssh-agent -k [2020-10-12T19:01:13.393Z] unset SSH_AUTH_SOCK; [2020-10-12T19:01:13.393Z] unset SSH_AGENT_PID; [2020-10-12T19:01:13.393Z] echo Agent pid 18 killed; [2020-10-12T19:01:13.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T19:01:14.038Z] + git semver [Pipeline] } [2020-10-12T19:01:14.158Z] $ docker stop --time=1 963ed942c51dca2000f441610d39c0befcc17854e36a15039ce39dda5a59111c [2020-10-12T19:01:15.831Z] $ docker rm -f 963ed942c51dca2000f441610d39c0befcc17854e36a15039ce39dda5a59111c [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-12T19:01:16.908Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:01:17.849Z] ---> package-listing.sh [2020-10-12T19:01:17.849Z] ++ facter osfamily [2020-10-12T19:01:17.849Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-12T19:01:18.179Z] + OS_FAMILY=redhat [2020-10-12T19:01:18.179Z] + workspace=/w/workspace/edgex-go/179 [2020-10-12T19:01:18.179Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-12T19:01:18.179Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-12T19:01:18.179Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-12T19:01:18.179Z] + PACKAGES=/tmp/packages_start.txt [2020-10-12T19:01:18.179Z] + '[' /w/workspace/edgex-go/179 ']' [2020-10-12T19:01:18.179Z] + PACKAGES=/tmp/packages_end.txt [2020-10-12T19:01:18.179Z] + case "${OS_FAMILY}" in [2020-10-12T19:01:18.179Z] + rpm -qa [2020-10-12T19:01:18.179Z] + sort [2020-10-12T19:01:23.659Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-12T19:01:23.659Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-12T19:01:23.659Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-12T19:01:23.659Z] + '[' /w/workspace/edgex-go/179 ']' [2020-10-12T19:01:23.659Z] + mkdir -p /w/workspace/edgex-go/179/archives/ [2020-10-12T19:01:23.659Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/179/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T19:01:23.873Z] provisioning config files... [2020-10-12T19:01:23.892Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/179@tmp/config6272427719381254558tmp [Pipeline] { [Pipeline] echo [2020-10-12T19:01:23.970Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:01:24.281Z] ---> create-netrc.sh [Pipeline] } [2020-10-12T19:01:24.292Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-12T19:01:24.393Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:01:24.709Z] ---> python-tools-install.sh [2020-10-12T19:01:24.709Z] Generating Requirements File [2020-10-12T19:03:16.629Z] Python 3.6.8 [2020-10-12T19:03:16.629Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-12T19:03:16.629Z] appdirs==1.4.3 [2020-10-12T19:03:16.629Z] argcomplete==1.12.1 [2020-10-12T19:03:16.629Z] aspy.yaml==1.3.0 [2020-10-12T19:03:16.629Z] attrs==19.3.0 [2020-10-12T19:03:16.629Z] Babel==2.8.0 [2020-10-12T19:03:16.629Z] beautifulsoup4==4.8.2 [2020-10-12T19:03:16.629Z] boto3==1.11.6 [2020-10-12T19:03:16.629Z] botocore==1.14.6 [2020-10-12T19:03:16.629Z] bs4==0.0.1 [2020-10-12T19:03:16.629Z] cachetools==4.1.1 [2020-10-12T19:03:16.629Z] certifi==2019.11.28 [2020-10-12T19:03:16.629Z] cffi==1.14.3 [2020-10-12T19:03:16.629Z] cfgv==2.0.1 [2020-10-12T19:03:16.629Z] chardet==3.0.4 [2020-10-12T19:03:16.629Z] click==7.1 [2020-10-12T19:03:16.629Z] cliff==3.4.0 [2020-10-12T19:03:16.629Z] cmd2==1.3.11 [2020-10-12T19:03:16.629Z] colorama==0.4.3 [2020-10-12T19:03:16.629Z] cryptography==3.1.1 [2020-10-12T19:03:16.629Z] debtcollector==2.2.0 [2020-10-12T19:03:16.629Z] decorator==4.4.2 [2020-10-12T19:03:16.629Z] defusedxml==0.6.0 [2020-10-12T19:03:16.629Z] Deprecated==1.2.7 [2020-10-12T19:03:16.629Z] distlib==0.3.1 [2020-10-12T19:03:16.629Z] distro==1.2.0 [2020-10-12T19:03:16.629Z] dnspython==1.16.0 [2020-10-12T19:03:16.629Z] docker==4.2.0 [2020-10-12T19:03:16.629Z] docutils==0.15.2 [2020-10-12T19:03:16.629Z] dogpile.cache==1.0.2 [2020-10-12T19:03:16.629Z] email-validator==1.0.5 [2020-10-12T19:03:16.629Z] filelock==3.0.12 [2020-10-12T19:03:16.629Z] future==0.18.2 [2020-10-12T19:03:16.629Z] google-auth==1.22.1 [2020-10-12T19:03:16.629Z] httplib2==0.17.0 [2020-10-12T19:03:16.629Z] identify==1.4.11 [2020-10-12T19:03:16.629Z] idna==2.9 [2020-10-12T19:03:16.629Z] importlib-metadata==2.0.0 [2020-10-12T19:03:16.629Z] importlib-resources==1.5.0 [2020-10-12T19:03:16.629Z] iso8601==0.1.13 [2020-10-12T19:03:16.629Z] Jinja2==2.11.1 [2020-10-12T19:03:16.629Z] jmespath==0.10.0 [2020-10-12T19:03:16.629Z] jsonpatch==1.26 [2020-10-12T19:03:16.629Z] jsonpointer==2.0 [2020-10-12T19:03:16.629Z] jsonschema==3.2.0 [2020-10-12T19:03:16.629Z] keystoneauth1==4.2.1 [2020-10-12T19:03:16.629Z] kubernetes==11.0.0 [2020-10-12T19:03:16.629Z] lftools==0.34.2 [2020-10-12T19:03:16.629Z] lxml==4.5.0 [2020-10-12T19:03:16.629Z] MarkupSafe==0.23 [2020-10-12T19:03:16.629Z] msgpack==1.0.0 [2020-10-12T19:03:16.629Z] multi-key-dict==2.0.3 [2020-10-12T19:03:16.629Z] munch==2.5.0 [2020-10-12T19:03:16.629Z] netaddr==0.8.0 [2020-10-12T19:03:16.629Z] netifaces==0.10.9 [2020-10-12T19:03:16.629Z] niet==1.4.2 [2020-10-12T19:03:16.629Z] nodeenv==1.3.5 [2020-10-12T19:03:16.629Z] oauth2client==4.1.3 [2020-10-12T19:03:16.629Z] oauthlib==3.1.0 [2020-10-12T19:03:16.629Z] openstacksdk==0.50.0 [2020-10-12T19:03:16.629Z] os-client-config==2.1.0 [2020-10-12T19:03:16.629Z] os-service-types==1.7.0 [2020-10-12T19:03:16.629Z] osc-lib==2.2.1 [2020-10-12T19:03:16.629Z] oslo.config==8.3.2 [2020-10-12T19:03:16.629Z] oslo.context==3.1.1 [2020-10-12T19:03:16.629Z] oslo.i18n==5.0.1 [2020-10-12T19:03:16.629Z] oslo.log==4.4.0 [2020-10-12T19:03:16.629Z] oslo.serialization==4.0.1 [2020-10-12T19:03:16.629Z] oslo.utils==4.6.0 [2020-10-12T19:03:16.629Z] packaging==20.4 [2020-10-12T19:03:16.629Z] pbr==5.4.4 [2020-10-12T19:03:16.629Z] pluggy==0.13.1 [2020-10-12T19:03:16.629Z] prettytable==0.7.2 [2020-10-12T19:03:16.629Z] py==1.9.0 [2020-10-12T19:03:16.629Z] pyasn1==0.4.8 [2020-10-12T19:03:16.629Z] pyasn1-modules==0.2.8 [2020-10-12T19:03:16.629Z] pycparser==2.20 [2020-10-12T19:03:16.629Z] pygerrit2==2.0.10 [2020-10-12T19:03:16.629Z] PyGithub==1.46 [2020-10-12T19:03:16.629Z] pyinotify==0.9.6 [2020-10-12T19:03:16.629Z] PyJWT==1.7.1 [2020-10-12T19:03:16.629Z] pyparsing==2.4.7 [2020-10-12T19:03:16.629Z] pyperclip==1.8.1 [2020-10-12T19:03:16.629Z] pyroute2==0.4.13 [2020-10-12T19:03:16.629Z] pyrsistent==0.15.7 [2020-10-12T19:03:16.629Z] PySocks==1.6.8 [2020-10-12T19:03:16.629Z] python-cinderclient==7.2.0 [2020-10-12T19:03:16.629Z] python-dateutil==2.8.1 [2020-10-12T19:03:16.629Z] python-heatclient==2.2.1 [2020-10-12T19:03:16.629Z] python-jenkins==1.7.0 [2020-10-12T19:03:16.629Z] python-keystoneclient==4.1.1 [2020-10-12T19:03:16.629Z] python-magnumclient==3.2.1 [2020-10-12T19:03:16.629Z] python-novaclient==17.2.1 [2020-10-12T19:03:16.629Z] python-openstackclient==5.4.0 [2020-10-12T19:03:16.629Z] python-swiftclient==3.10.1 [2020-10-12T19:03:16.629Z] pytz==2020.1 [2020-10-12T19:03:16.629Z] PyYAML==5.3 [2020-10-12T19:03:16.629Z] requests==2.23.0 [2020-10-12T19:03:16.629Z] requests-oauthlib==1.3.0 [2020-10-12T19:03:16.629Z] requestsexceptions==1.4.0 [2020-10-12T19:03:16.629Z] rfc3986==1.4.0 [2020-10-12T19:03:16.629Z] rpm==4.11.3 [2020-10-12T19:03:16.629Z] rsa==4.0 [2020-10-12T19:03:16.629Z] ruamel.yaml==0.16.10 [2020-10-12T19:03:16.629Z] ruamel.yaml.clib==0.2.0 [2020-10-12T19:03:16.629Z] s3transfer==0.3.3 [2020-10-12T19:03:16.629Z] shade==1.27.2 [2020-10-12T19:03:16.629Z] simplejson==3.17.2 [2020-10-12T19:03:16.629Z] six==1.14.0 [2020-10-12T19:03:16.629Z] soupsieve==2.0 [2020-10-12T19:03:16.629Z] stevedore==3.2.2 [2020-10-12T19:03:16.629Z] tabulate==0.8.6 [2020-10-12T19:03:16.629Z] toml==0.10.0 [2020-10-12T19:03:16.629Z] tox==3.20.1 [2020-10-12T19:03:16.629Z] tqdm==4.43.0 [2020-10-12T19:03:16.629Z] urllib3==1.25.8 [2020-10-12T19:03:16.629Z] virtualenv==20.0.34 [2020-10-12T19:03:16.629Z] wcwidth==0.2.5 [2020-10-12T19:03:16.629Z] websocket-client==0.57.0 [2020-10-12T19:03:16.629Z] wrapt==1.12.1 [2020-10-12T19:03:16.629Z] xdg==3.0.2 [2020-10-12T19:03:16.629Z] xmltodict==0.12.0 [2020-10-12T19:03:16.629Z] yq==2.11.1 [2020-10-12T19:03:16.629Z] zipp==3.3.0 [2020-10-12T19:03:16.629Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:16.629Z] 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-12T19:03:18.931Z] Python 2.7.5 [2020-10-12T19:03:19.223Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-12T19:03:19.818Z] 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-12T19:03:20.089Z] ansible==2.9.7 [2020-10-12T19:03:20.089Z] Babel==0.9.6 [2020-10-12T19:03:20.089Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-12T19:03:20.089Z] beautifulsoup4==4.4.1 [2020-10-12T19:03:20.089Z] bodhi==2.11.0 [2020-10-12T19:03:20.089Z] bodhi-client==2.11.0 [2020-10-12T19:03:20.089Z] CCColUtils==1.4 [2020-10-12T19:03:20.089Z] cffi==1.6.0 [2020-10-12T19:03:20.089Z] chardet==2.2.1 [2020-10-12T19:03:20.089Z] click==6.7 [2020-10-12T19:03:20.089Z] cloud-init==18.5 [2020-10-12T19:03:20.089Z] configobj==4.7.2 [2020-10-12T19:03:20.089Z] cryptography==1.7.2 [2020-10-12T19:03:20.089Z] decorator==3.4.0 [2020-10-12T19:03:20.089Z] distro==1.2.0 [2020-10-12T19:03:20.089Z] enum34==1.0.4 [2020-10-12T19:03:20.089Z] fedpkg==1.38 [2020-10-12T19:03:20.089Z] futures==3.1.1 [2020-10-12T19:03:20.089Z] gitdb==0.6.4 [2020-10-12T19:03:20.089Z] GitPython==1.0.1 [2020-10-12T19:03:20.089Z] html5lib==0.999 [2020-10-12T19:03:20.089Z] httplib2==0.9.2 [2020-10-12T19:03:20.089Z] idna==2.4 [2020-10-12T19:03:20.089Z] iniparse==0.4 [2020-10-12T19:03:20.089Z] ipaddress==1.0.16 [2020-10-12T19:03:20.089Z] IPy==0.75 [2020-10-12T19:03:20.089Z] javapackages==1.0.0 [2020-10-12T19:03:20.089Z] Jinja2==2.7.2 [2020-10-12T19:03:20.089Z] jmespath==0.9.4 [2020-10-12T19:03:20.089Z] jsonpatch==1.2 [2020-10-12T19:03:20.089Z] jsonpointer==1.9 [2020-10-12T19:03:20.089Z] kerberos==1.1 [2020-10-12T19:03:20.089Z] kitchen==1.1.1 [2020-10-12T19:03:20.089Z] langtable==0.0.31 [2020-10-12T19:03:20.089Z] lockfile==0.9.1 [2020-10-12T19:03:20.089Z] lxml==3.2.1 [2020-10-12T19:03:20.089Z] MarkupSafe==0.11 [2020-10-12T19:03:20.089Z] munch==2.0.2 [2020-10-12T19:03:20.089Z] offtrac==0.1.0 [2020-10-12T19:03:20.089Z] openidc-client==0.6.0 [2020-10-12T19:03:20.089Z] packagedb-cli==2.14.1 [2020-10-12T19:03:20.089Z] paramiko==2.1.1 [2020-10-12T19:03:20.089Z] perf==0.1 [2020-10-12T19:03:20.089Z] ply==3.4 [2020-10-12T19:03:20.089Z] policycoreutils-default-encoding==0.1 [2020-10-12T19:03:20.089Z] prettytable==0.7.2 [2020-10-12T19:03:20.089Z] pyasn1==0.1.9 [2020-10-12T19:03:20.089Z] pycparser==2.14 [2020-10-12T19:03:20.089Z] pycurl==7.19.0 [2020-10-12T19:03:20.089Z] pygobject==3.22.0 [2020-10-12T19:03:20.089Z] pygpgme==0.3 [2020-10-12T19:03:20.089Z] pyliblzma==0.5.3 [2020-10-12T19:03:20.089Z] pyOpenSSL==0.13.1 [2020-10-12T19:03:20.089Z] pyparsing==1.5.6 [2020-10-12T19:03:20.089Z] pyserial==2.6 [2020-10-12T19:03:20.089Z] python-augeas==0.5.0 [2020-10-12T19:03:20.089Z] python-bugzilla==2.3.0 [2020-10-12T19:03:20.089Z] python-dateutil==1.5 [2020-10-12T19:03:20.089Z] python-fedora==0.10.0 [2020-10-12T19:03:20.089Z] python-linux-procfs==0.4.9 [2020-10-12T19:03:20.089Z] python-yubico==1.2.3 [2020-10-12T19:03:20.089Z] pyudev==0.15 [2020-10-12T19:03:20.089Z] pyusb==1.0.0b1 [2020-10-12T19:03:20.089Z] pyxattr==0.5.1 [2020-10-12T19:03:20.089Z] PyYAML==3.10 [2020-10-12T19:03:20.089Z] requests==2.6.0 [2020-10-12T19:03:20.089Z] requests-kerberos==0.7.0 [2020-10-12T19:03:20.089Z] rpkg==1.60 [2020-10-12T19:03:20.089Z] schedutils==0.4 [2020-10-12T19:03:20.089Z] seobject==0.1 [2020-10-12T19:03:20.089Z] sepolicy==1.1 [2020-10-12T19:03:20.089Z] six==1.9.0 [2020-10-12T19:03:20.089Z] smmap==0.9.0 [2020-10-12T19:03:20.089Z] urlgrabber==3.10 [2020-10-12T19:03:20.089Z] urllib3==1.10.2 [2020-10-12T19:03:20.089Z] virtualenv==15.1.0 [2020-10-12T19:03:20.089Z] yum-langpacks==0.4.2 [2020-10-12T19:03:20.089Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-12T19:03:20.106Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:03:20.433Z] ---> sudo-logs.sh [2020-10-12T19:03:20.433Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-12T19:03:21.079Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:03:21.425Z] ---> job-cost.sh [2020-10-12T19:03:21.425Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RRfN [2020-10-12T19:03:36.472Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:36.769Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:38.936Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:38.936Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:38.936Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:39.203Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:39.512Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:39.948Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:39.948Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:40.220Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:40.508Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:40.777Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:40.777Z] Cache entry deserialization failed, entry ignored [2020-10-12T19:03:45.062Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-12T19:04:32.187Z] lf-activate-venv(): INFO: Adding /tmp/venv-RRfN/bin to PATH [2020-10-12T19:04:32.187Z] INFO: No Stack... [2020-10-12T19:04:32.187Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-12T19:04:32.187Z] INFO: Archiving Costs [Pipeline] echo [2020-10-12T19:04:32.208Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T19:04:32.537Z] ---> logs-deploy.sh [2020-10-12T19:04:32.537Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/179 [2020-10-12T19:04:32.537Z] INFO: archiving workspace using pattern(s): [2020-10-12T19:04:35.217Z] Archives upload complete. [2020-10-12T19:04:35.502Z] INFO: archiving logs to Nexus [2020-10-12T19:04:37.598Z] ---> uname -a: [2020-10-12T19:04:37.599Z] Linux prd-centos7-docker-4c-2g-4863.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-12T19:04:37.599Z] [2020-10-12T19:04:37.599Z] [2020-10-12T19:04:37.599Z] ---> lscpu: [2020-10-12T19:04:37.599Z] Architecture: x86_64 [2020-10-12T19:04:37.599Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-12T19:04:37.599Z] Byte Order: Little Endian [2020-10-12T19:04:37.599Z] CPU(s): 4 [2020-10-12T19:04:37.599Z] On-line CPU(s) list: 0-3 [2020-10-12T19:04:37.599Z] Thread(s) per core: 1 [2020-10-12T19:04:37.599Z] Core(s) per socket: 1 [2020-10-12T19:04:37.599Z] Socket(s): 4 [2020-10-12T19:04:37.599Z] NUMA node(s): 1 [2020-10-12T19:04:37.599Z] Vendor ID: GenuineIntel [2020-10-12T19:04:37.599Z] CPU family: 6 [2020-10-12T19:04:37.599Z] Model: 44 [2020-10-12T19:04:37.599Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-12T19:04:37.599Z] Stepping: 1 [2020-10-12T19:04:37.599Z] CPU MHz: 2933.438 [2020-10-12T19:04:37.599Z] BogoMIPS: 5866.87 [2020-10-12T19:04:37.599Z] Virtualization: VT-x [2020-10-12T19:04:37.599Z] Hypervisor vendor: KVM [2020-10-12T19:04:37.599Z] Virtualization type: full [2020-10-12T19:04:37.599Z] L1d cache: 32K [2020-10-12T19:04:37.599Z] L1i cache: 32K [2020-10-12T19:04:37.599Z] L2 cache: 4096K [2020-10-12T19:04:37.599Z] L3 cache: 16384K [2020-10-12T19:04:37.599Z] NUMA node0 CPU(s): 0-3 [2020-10-12T19:04:37.599Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-12T19:04:37.599Z] [2020-10-12T19:04:37.599Z]