Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2168 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/151 [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/151 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b # timeout=10 Commit message: "Merge pull request #2701 from weichou1229/issue-2697" > git rev-list --no-walk 89b0af0d9b8ee67ad448e5bb7f9445e3763fb6e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-30T06:05:58.115Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-30T06:05:58.401Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-30T06:05:58.492Z] ========================================================= [2020-09-30T06:05:58.492Z] EdgeX Global Pipelines Version Info [2020-09-30T06:05:58.492Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:06:00.440Z] ------------------- [2020-09-30T06:06:00.440Z] stable info: [2020-09-30T06:06:00.440Z] ------------------- [2020-09-30T06:06:00.440Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T06:06:00.440Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T06:06:00.440Z] Message: update stable to v1.0.131 [2020-09-30T06:06:01.033Z] ------------------- [2020-09-30T06:06:01.033Z] experimental info: [2020-09-30T06:06:01.033Z] ------------------- [2020-09-30T06:06:01.033Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T06:06:01.033Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T06:06:01.033Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-30T06:06:01.349Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-30T06:06:01.435Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-30T06:06:01.525Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-30T06:06:01.618Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-30T06:06:01.703Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-30T06:06:01.788Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-30T06:06:01.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-30T06:06:01.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-30T06:06:02.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-30T06:06:02.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-30T06:06:02.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-30T06:06:02.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-30T06:06:02.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-30T06:06:02.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-30T06:06:02.603Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-30T06:06:02.704Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-30T06:06:02.794Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-30T06:06:02.880Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-30T06:06:02.957Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-30T06:06:03.057Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-30T06:06:03.189Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-30T06:06:03.322Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-30T06:06:03.406Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-30T06:06:03.486Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-30T06:06:03.567Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] echo [2020-09-30T06:06:03.645Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c83a8e [Pipeline] echo [2020-09-30T06:06:03.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-30T06:06:04.149Z] ++ 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-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/core-command/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/core-data/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-30T06:06:04.149Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T06:06:04.149Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-30T06:06:04.149Z] ++ cut -d/ -f2 [2020-09-30T06:06:04.149Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-30T06:06:04.231Z] 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-09-30T06:06:05.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:06:05.622Z] [2020-09-30T06:06:05.623Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:06:06.088Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:06:06.384Z] latest: Pulling from edgex-devops/git-semver [2020-09-30T06:06:06.384Z] 31603596830f: Pulling fs layer [2020-09-30T06:06:06.384Z] 2a8b12db71e7: Pulling fs layer [2020-09-30T06:06:06.384Z] 6ca5941a6612: Pulling fs layer [2020-09-30T06:06:06.384Z] ecc8261a40a4: Pulling fs layer [2020-09-30T06:06:06.384Z] ecc8261a40a4: Waiting [2020-09-30T06:06:06.384Z] 2a8b12db71e7: Verifying Checksum [2020-09-30T06:06:06.384Z] 2a8b12db71e7: Download complete [2020-09-30T06:06:06.384Z] 31603596830f: Verifying Checksum [2020-09-30T06:06:06.384Z] 31603596830f: Download complete [2020-09-30T06:06:06.747Z] 6ca5941a6612: Verifying Checksum [2020-09-30T06:06:06.747Z] 6ca5941a6612: Download complete [2020-09-30T06:06:07.054Z] ecc8261a40a4: Verifying Checksum [2020-09-30T06:06:07.054Z] ecc8261a40a4: Download complete [2020-09-30T06:06:07.342Z] 31603596830f: Pull complete [2020-09-30T06:06:07.614Z] 2a8b12db71e7: Pull complete [2020-09-30T06:06:09.083Z] 6ca5941a6612: Pull complete [2020-09-30T06:06:09.359Z] ecc8261a40a4: Pull complete [2020-09-30T06:06:09.359Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-30T06:06:09.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:06:09.359Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-30T06:06:09.531Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:06:09.706Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:06:12.740Z] $ docker top bd21e6af4bc07d1cf3a634888d78b65bfa3dec47dcab0018d657c352847d6927 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T06:06:13.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T06:06:13.190Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T06:06:13.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T06:06:13.660Z] $ docker exec bd21e6af4bc07d1cf3a634888d78b65bfa3dec47dcab0018d657c352847d6927 ssh-agent [2020-09-30T06:06:13.995Z] SSH_AUTH_SOCK=/tmp/ssh-UF5Lt0MS66U8/agent.11 [2020-09-30T06:06:13.995Z] SSH_AGENT_PID=16 [2020-09-30T06:06:14.021Z] Running ssh-add (command line suppressed) [2020-09-30T06:06:14.197Z] Identity added: /w/workspace/edgex-go/151@tmp/private_key_8793133370593433926.key (/w/workspace/edgex-go/151@tmp/private_key_8793133370593433926.key) [2020-09-30T06:06:14.304Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T06:06:14.654Z] + git describe --exact-match --tags HEAD [2020-09-30T06:06:14.654Z] fatal: no tag exactly matches '9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b' [Pipeline] } [2020-09-30T06:06:14.691Z] $ docker exec --env ******** --env ******** bd21e6af4bc07d1cf3a634888d78b65bfa3dec47dcab0018d657c352847d6927 ssh-agent -k [2020-09-30T06:06:14.872Z] unset SSH_AUTH_SOCK; [2020-09-30T06:06:14.883Z] unset SSH_AGENT_PID; [2020-09-30T06:06:14.883Z] echo Agent pid 16 killed; [2020-09-30T06:06:14.936Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-30T06:06:15.027Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-30T06:06:15.027Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-30T06:06:15.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T06:06:15.121Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T06:06:15.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T06:06:15.342Z] $ docker exec bd21e6af4bc07d1cf3a634888d78b65bfa3dec47dcab0018d657c352847d6927 ssh-agent [2020-09-30T06:06:15.634Z] SSH_AUTH_SOCK=/tmp/ssh-74hz6X3FVSHR/agent.46 [2020-09-30T06:06:15.634Z] SSH_AGENT_PID=51 [2020-09-30T06:06:15.643Z] Running ssh-add (command line suppressed) [2020-09-30T06:06:15.940Z] Identity added: /w/workspace/edgex-go/151@tmp/private_key_4723466877571227911.key (/w/workspace/edgex-go/151@tmp/private_key_4723466877571227911.key) [2020-09-30T06:06:16.066Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T06:06:16.415Z] + git semver init [2020-09-30T06:06:16.415Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T06:06:16.415Z] # $GIT_DIR = /w/workspace/edgex-go/151/.git [2020-09-30T06:06:16.415Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/151 [2020-09-30T06:06:16.415Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T06:06:16.415Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T06:06:16.415Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T06:06:16.415Z] # $SEMVER_BRANCH = master [2020-09-30T06:06:16.415Z] # $SEMVER_TEMP = /tmp/semver-242884221 [2020-09-30T06:06:16.415Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-30T06:06:43.172Z] # '/tmp/semver-242884221' -> '/w/workspace/edgex-go/151/.semver' [2020-09-30T06:06:44.141Z] # -> Force: false [2020-09-30T06:06:44.141Z] # $SEMVER_DIR = /w/workspace/edgex-go/151/.semver [Pipeline] } [2020-09-30T06:06:44.164Z] $ docker exec --env ******** --env ******** bd21e6af4bc07d1cf3a634888d78b65bfa3dec47dcab0018d657c352847d6927 ssh-agent -k [2020-09-30T06:06:44.535Z] unset SSH_AUTH_SOCK; [2020-09-30T06:06:44.537Z] unset SSH_AGENT_PID; [2020-09-30T06:06:44.537Z] echo Agent pid 51 killed; [2020-09-30T06:06:44.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T06:06:45.143Z] + git semver [Pipeline] } [2020-09-30T06:06:45.173Z] $ docker stop --time=1 bd21e6af4bc07d1cf3a634888d78b65bfa3dec47dcab0018d657c352847d6927 [2020-09-30T06:06:46.906Z] $ docker rm -f bd21e6af4bc07d1cf3a634888d78b65bfa3dec47dcab0018d657c352847d6927 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-30T06:07:08.311Z] Stashed 53 file(s) [Pipeline] echo [2020-09-30T06:07:08.313Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.36 [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-09-30T06:07:08.873Z] ========================================================= [2020-09-30T06:07:08.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-30T06:07:08.873Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:07:09.242Z] + 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-09-30T06:07:15.981Z] Sending build context to Docker daemon 324.5MB [2020-09-30T06:07:15.981Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-30T06:07:15.981Z] Step 2/7 : FROM ${BASE} [2020-09-30T06:07:15.981Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-30T06:07:15.981Z] df20fa9351a1: Pulling fs layer [2020-09-30T06:07:15.981Z] ed8968b2872e: Pulling fs layer [2020-09-30T06:07:15.981Z] a92cc7c5fd73: Pulling fs layer [2020-09-30T06:07:15.981Z] e871e8e8d7a9: Pulling fs layer [2020-09-30T06:07:15.981Z] e73272ec9a57: Pulling fs layer [2020-09-30T06:07:15.981Z] 1e910a182e73: Pulling fs layer [2020-09-30T06:07:15.981Z] 4e634b169226: Pulling fs layer [2020-09-30T06:07:15.981Z] e871e8e8d7a9: Waiting [2020-09-30T06:07:15.981Z] e73272ec9a57: Waiting [2020-09-30T06:07:15.981Z] 4e634b169226: Waiting [2020-09-30T06:07:15.981Z] 1e910a182e73: Waiting [2020-09-30T06:07:15.981Z] a92cc7c5fd73: Verifying Checksum [2020-09-30T06:07:15.981Z] a92cc7c5fd73: Download complete [2020-09-30T06:07:15.981Z] ed8968b2872e: Verifying Checksum [2020-09-30T06:07:15.981Z] ed8968b2872e: Download complete [2020-09-30T06:07:15.981Z] e73272ec9a57: Verifying Checksum [2020-09-30T06:07:15.981Z] e73272ec9a57: Download complete [2020-09-30T06:07:15.981Z] 1e910a182e73: Verifying Checksum [2020-09-30T06:07:15.981Z] 1e910a182e73: Download complete [2020-09-30T06:07:15.981Z] df20fa9351a1: Verifying Checksum [2020-09-30T06:07:15.981Z] df20fa9351a1: Download complete [2020-09-30T06:07:16.587Z] df20fa9351a1: Pull complete [2020-09-30T06:07:16.865Z] ed8968b2872e: Pull complete [2020-09-30T06:07:17.461Z] a92cc7c5fd73: Pull complete [2020-09-30T06:07:18.897Z] 4e634b169226: Verifying Checksum [2020-09-30T06:07:18.897Z] 4e634b169226: Download complete [2020-09-30T06:07:19.185Z] e871e8e8d7a9: Verifying Checksum [2020-09-30T06:07:19.185Z] e871e8e8d7a9: Download complete [2020-09-30T06:07:23.649Z] Still waiting to schedule task [2020-09-30T06:07:23.649Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-30T06:07:29.374Z] e871e8e8d7a9: Pull complete [2020-09-30T06:07:29.374Z] e73272ec9a57: Pull complete [2020-09-30T06:07:29.374Z] 1e910a182e73: Pull complete [2020-09-30T06:07:34.796Z] 4e634b169226: Pull complete [2020-09-30T06:07:34.796Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-30T06:07:34.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-30T06:07:34.796Z] ---> f7629b54cfaa [2020-09-30T06:07:34.796Z] 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-09-30T06:07:34.796Z] ---> Running in 04f0824e1e6e [2020-09-30T06:07:35.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:07:36.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:07:36.963Z] (1/12) Installing libmagic (5.38-r0) [2020-09-30T06:07:37.234Z] (2/12) Installing file (5.38-r0) [2020-09-30T06:07:37.234Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-30T06:07:37.501Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-30T06:07:41.790Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-30T06:07:42.057Z] (6/12) Installing patch (2.7.6-r6) [2020-09-30T06:07:42.057Z] (7/12) Installing build-base (0.5-r2) [2020-09-30T06:07:42.057Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-30T06:07:42.326Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-30T06:07:42.326Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-30T06:07:42.326Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-30T06:07:42.599Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-30T06:07:42.599Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:07:42.599Z] OK: 233 MiB in 51 packages [2020-09-30T06:07:46.918Z] Removing intermediate container 04f0824e1e6e [2020-09-30T06:07:46.918Z] ---> 8d93f5929b8e [2020-09-30T06:07:46.918Z] Step 4/7 : WORKDIR /edgex-go [2020-09-30T06:07:46.918Z] ---> Running in 53a55b321e58 [2020-09-30T06:07:46.918Z] Removing intermediate container 53a55b321e58 [2020-09-30T06:07:46.918Z] ---> f6156d478758 [2020-09-30T06:07:46.918Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-30T06:07:46.918Z] latest: Pulling from library/docker [2020-09-30T06:07:46.918Z] df20fa9351a1: Already exists [2020-09-30T06:07:47.198Z] 25ad7478873d: Pulling fs layer [2020-09-30T06:07:47.198Z] 4684f6177b5d: Pulling fs layer [2020-09-30T06:07:47.198Z] 8ba584e970af: Pulling fs layer [2020-09-30T06:07:47.198Z] 3cdc74d2b06d: Pulling fs layer [2020-09-30T06:07:47.198Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-30T06:07:47.198Z] fca0ccc462d5: Pulling fs layer [2020-09-30T06:07:47.198Z] 3cdc74d2b06d: Waiting [2020-09-30T06:07:47.198Z] 4cf5a0d07c1f: Waiting [2020-09-30T06:07:47.198Z] fca0ccc462d5: Waiting [2020-09-30T06:07:47.198Z] 4684f6177b5d: Verifying Checksum [2020-09-30T06:07:47.198Z] 4684f6177b5d: Download complete [2020-09-30T06:07:47.479Z] 25ad7478873d: Verifying Checksum [2020-09-30T06:07:47.479Z] 25ad7478873d: Download complete [2020-09-30T06:07:47.479Z] 3cdc74d2b06d: Download complete [2020-09-30T06:07:47.479Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-30T06:07:47.479Z] 4cf5a0d07c1f: Download complete [2020-09-30T06:07:47.479Z] fca0ccc462d5: Verifying Checksum [2020-09-30T06:07:47.479Z] fca0ccc462d5: Download complete [2020-09-30T06:07:48.117Z] 25ad7478873d: Pull complete [2020-09-30T06:07:48.117Z] 4684f6177b5d: Pull complete [2020-09-30T06:07:49.187Z] 8ba584e970af: Verifying Checksum [2020-09-30T06:07:49.187Z] 8ba584e970af: Download complete [2020-09-30T06:07:53.472Z] 8ba584e970af: Pull complete [2020-09-30T06:07:53.472Z] 3cdc74d2b06d: Pull complete [2020-09-30T06:07:53.472Z] 4cf5a0d07c1f: Pull complete [2020-09-30T06:07:53.472Z] fca0ccc462d5: Pull complete [2020-09-30T06:07:53.472Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-30T06:07:53.472Z] Status: Downloaded newer image for docker:latest [2020-09-30T06:07:56.127Z] ---> 1789af1c7543 [2020-09-30T06:07:56.127Z] Step 6/7 : COPY go.mod . [2020-09-30T06:07:56.724Z] ---> a1e55645af7f [2020-09-30T06:07:56.724Z] Step 7/7 : RUN go mod download [2020-09-30T06:07:56.724Z] ---> Running in bfb5b7a7d5ba [2020-09-30T06:08:23.592Z] Removing intermediate container bfb5b7a7d5ba [2020-09-30T06:08:23.592Z] ---> 433bd8b45f81 [2020-09-30T06:08:23.592Z] Successfully built 433bd8b45f81 [2020-09-30T06:08:23.592Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:08:23.988Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-30T06:08:23.988Z] . [Pipeline] withDockerContainer [2020-09-30T06:08:24.283Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:08:24.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:08:25.429Z] $ docker top 965dc03a33da644c2ee8c9e71295dffc54c154c74d092ccb0b142d72871e5c0b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:08:26.082Z] + go version [2020-09-30T06:08:26.082Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-30T06:08:26.105Z] $ docker stop --time=1 965dc03a33da644c2ee8c9e71295dffc54c154c74d092ccb0b142d72871e5c0b [2020-09-30T06:08:27.552Z] $ docker rm -f 965dc03a33da644c2ee8c9e71295dffc54c154c74d092ccb0b142d72871e5c0b [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-09-30T06:08:29.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-30T06:08:29.552Z] [2020-09-30T06:08:29.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:08:29.944Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-30T06:08:29.944Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-30T06:08:29.944Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-30T06:08:29.944Z] ca9280d653b3: Pulling fs layer [2020-09-30T06:08:29.944Z] 7e9c9ca2126c: Pulling fs layer [2020-09-30T06:08:30.538Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-30T06:08:30.538Z] cbdbe7a5bc2a: Download complete [2020-09-30T06:08:31.199Z] cbdbe7a5bc2a: Pull complete [2020-09-30T06:08:31.199Z] ca9280d653b3: Verifying Checksum [2020-09-30T06:08:31.199Z] ca9280d653b3: Download complete [2020-09-30T06:08:33.294Z] ca9280d653b3: Pull complete [2020-09-30T06:08:33.582Z] 7e9c9ca2126c: Verifying Checksum [2020-09-30T06:08:33.582Z] 7e9c9ca2126c: Download complete [2020-09-30T06:08:43.849Z] 7e9c9ca2126c: Pull complete [2020-09-30T06:08:43.850Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-30T06:08:43.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-30T06:08:43.850Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-30T06:08:44.196Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:08:44.435Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:08:46.307Z] $ docker top f35a51acb006cc551795720be7782de32c3cf763fb92a91dc88bc66f5ba4d68f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:08:46.875Z] + docker-compose build --help [2020-09-30T06:08:46.875Z] + grep parallel [2020-09-30T06:08:48.868Z] --parallel Build images in parallel. [Pipeline] } [2020-09-30T06:08:48.893Z] $ docker stop --time=1 f35a51acb006cc551795720be7782de32c3cf763fb92a91dc88bc66f5ba4d68f [2020-09-30T06:08:50.320Z] $ docker rm -f f35a51acb006cc551795720be7782de32c3cf763fb92a91dc88bc66f5ba4d68f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:08:51.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-30T06:08:51.015Z] . [Pipeline] withDockerContainer [2020-09-30T06:08:51.217Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:08:51.326Z] $ 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/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:08:52.134Z] $ docker top f3158f4cb48ffb94507553afe37447aff9480c89581d6e5d32cfa9d96f8b99e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:08:52.724Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-30T06:08:54.170Z] Building docker-core-command-go ... [2020-09-30T06:08:54.170Z] Building docker-core-data-go ... [2020-09-30T06:08:54.170Z] Building docker-core-metadata-go ... [2020-09-30T06:08:54.170Z] Building docker-security-proxy-setup-go ... [2020-09-30T06:08:54.170Z] Building docker-security-secrets-setup-go ... [2020-09-30T06:08:54.170Z] Building docker-security-secretstore-setup-go ... [2020-09-30T06:08:54.170Z] Building docker-support-logging-go ... [2020-09-30T06:08:54.170Z] Building docker-support-notifications-go ... [2020-09-30T06:08:54.170Z] Building docker-support-scheduler-go ... [2020-09-30T06:08:54.170Z] Building docker-sys-mgmt-agent-go ... [2020-09-30T06:08:54.170Z] Building docker-sys-mgmt-agent-go [2020-09-30T06:08:54.170Z] Building docker-core-data-go [2020-09-30T06:08:54.170Z] Building docker-support-notifications-go [2020-09-30T06:08:54.170Z] Building docker-security-proxy-setup-go [2020-09-30T06:08:54.170Z] Building docker-security-secretstore-setup-go [2020-09-30T06:09:26.995Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:09:26.995Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:09:26.995Z] ---> 433bd8b45f81 [2020-09-30T06:09:26.995Z] Step 3/27 : WORKDIR /edgex-go [2020-09-30T06:09:26.995Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:09:26.995Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:09:26.995Z] ---> 433bd8b45f81 [2020-09-30T06:09:26.995Z] Step 3/23 : WORKDIR /edgex-go [2020-09-30T06:09:26.995Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:09:26.995Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:09:26.995Z] ---> 433bd8b45f81 [2020-09-30T06:09:26.995Z] Step 3/26 : WORKDIR /edgex-go [2020-09-30T06:09:26.995Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:09:26.995Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:09:26.995Z] ---> 433bd8b45f81 [2020-09-30T06:09:26.995Z] Step 3/20 : WORKDIR /edgex-go [2020-09-30T06:09:26.995Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:09:26.995Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:09:26.995Z] ---> 433bd8b45f81 [2020-09-30T06:09:26.995Z] Step 3/24 : WORKDIR /edgex-go [2020-09-30T06:09:26.995Z] ---> Running in 7a1c1867b803 [2020-09-30T06:09:26.995Z] ---> Running in 44910e3d98b5 [2020-09-30T06:09:26.995Z] ---> Running in 24eeff11fb14 [2020-09-30T06:09:26.995Z] ---> Running in c6b147c1aaeb [2020-09-30T06:09:26.995Z] ---> Running in 922cd58c33f9 [2020-09-30T06:09:26.995Z] Removing intermediate container 24eeff11fb14 [2020-09-30T06:09:26.995Z] ---> 428e6a1b002a [2020-09-30T06:09:26.995Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:09:26.995Z] Removing intermediate container 7a1c1867b803 [2020-09-30T06:09:26.995Z] ---> 2b53ed0b4bf1 [2020-09-30T06:09:26.995Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:09:26.995Z] Removing intermediate container 922cd58c33f9 [2020-09-30T06:09:26.995Z] ---> 9ec8c7af54f6 [2020-09-30T06:09:26.995Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:09:26.995Z] Removing intermediate container c6b147c1aaeb [2020-09-30T06:09:26.995Z] ---> 7f37768ad92a [2020-09-30T06:09:26.995Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:09:26.995Z] Removing intermediate container 44910e3d98b5 [2020-09-30T06:09:26.995Z] ---> 96f6dced8374 [2020-09-30T06:09:26.995Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:09:27.261Z] ---> Running in 94b29d502543 [2020-09-30T06:09:27.261Z] ---> Running in 75c2f94306a8 [2020-09-30T06:09:27.261Z] ---> Running in 677d703e836a [2020-09-30T06:09:27.261Z] ---> Running in d3af0cdd8ab4 [2020-09-30T06:09:27.261Z] ---> Running in 127eb86872c8 [2020-09-30T06:09:29.899Z] Removing intermediate container d3af0cdd8ab4 [2020-09-30T06:09:29.899Z] ---> e4d69904c6ed [2020-09-30T06:09:29.899Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-30T06:09:29.899Z] Removing intermediate container 677d703e836a [2020-09-30T06:09:29.899Z] ---> fd0e0338b068 [2020-09-30T06:09:29.899Z] Step 5/26 : RUN apk update && apk add make git [2020-09-30T06:09:29.899Z] ---> Running in 4348067339c4 [2020-09-30T06:09:29.899Z] Removing intermediate container 75c2f94306a8 [2020-09-30T06:09:29.899Z] ---> 903532559e7c [2020-09-30T06:09:29.899Z] Step 5/20 : RUN apk update && apk add make git [2020-09-30T06:09:30.262Z] Removing intermediate container 94b29d502543 [2020-09-30T06:09:30.262Z] ---> 080629c94ba1 [2020-09-30T06:09:30.262Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-30T06:09:30.262Z] ---> Running in 5a076a336069 [2020-09-30T06:09:30.262Z] Removing intermediate container 127eb86872c8 [2020-09-30T06:09:30.262Z] ---> 94f326a508be [2020-09-30T06:09:30.262Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-30T06:09:30.262Z] ---> Running in 3539b4cac624 [2020-09-30T06:09:30.558Z] ---> Running in b421a0088a00 [2020-09-30T06:09:30.558Z] ---> Running in c2f974be1a48 [2020-09-30T06:09:31.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:31.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:31.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:32.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:32.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:32.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:32.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:32.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:32.547Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:09:32.547Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:09:32.547Z] OK: 12752 distinct packages available [2020-09-30T06:09:33.152Z] OK: 233 MiB in 51 packages [2020-09-30T06:09:33.152Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:09:33.152Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:09:33.152Z] OK: 12752 distinct packages available [2020-09-30T06:09:33.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:33.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:09:33.153Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:09:33.153Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:09:33.153Z] OK: 12752 distinct packages available [2020-09-30T06:09:33.478Z] OK: 233 MiB in 51 packages [2020-09-30T06:09:33.776Z] OK: 233 MiB in 51 packages [2020-09-30T06:09:33.776Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:09:33.776Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:09:33.776Z] OK: 12752 distinct packages available [2020-09-30T06:09:34.061Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:09:34.061Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:09:34.061Z] OK: 12752 distinct packages available [2020-09-30T06:09:34.329Z] OK: 233 MiB in 51 packages [2020-09-30T06:09:34.329Z] Removing intermediate container 4348067339c4 [2020-09-30T06:09:34.329Z] ---> ec34ea484d26 [2020-09-30T06:09:34.329Z] Step 6/24 : COPY go.mod . [2020-09-30T06:09:34.329Z] OK: 233 MiB in 51 packages [2020-09-30T06:09:34.595Z] Removing intermediate container 5a076a336069 [2020-09-30T06:09:34.595Z] ---> 00fc5e97d2bc [2020-09-30T06:09:34.595Z] Step 6/26 : COPY go.mod . [2020-09-30T06:09:34.595Z] Removing intermediate container 3539b4cac624 [2020-09-30T06:09:34.595Z] ---> b2b8b8af7cab [2020-09-30T06:09:34.595Z] Step 6/20 : COPY go.mod . [2020-09-30T06:09:34.869Z] ---> c312475ca41a [2020-09-30T06:09:34.869Z] Step 7/24 : RUN go mod download [2020-09-30T06:09:34.869Z] ---> Running in 7a8359dab730 [2020-09-30T06:09:35.136Z] ---> 663ff2f7b6f8 [2020-09-30T06:09:35.136Z] Step 7/26 : RUN go mod download [2020-09-30T06:09:35.136Z] ---> c8b85b19825c [2020-09-30T06:09:35.136Z] Step 7/20 : RUN go mod download [2020-09-30T06:09:35.423Z] ---> Running in a84312cc0285 [2020-09-30T06:09:35.423Z] ---> Running in 8e37e734f3db [2020-09-30T06:09:35.423Z] Removing intermediate container b421a0088a00 [2020-09-30T06:09:35.423Z] ---> 31bbec52fb71 [2020-09-30T06:09:35.423Z] Step 6/27 : COPY go.mod . [2020-09-30T06:09:35.695Z] Removing intermediate container c2f974be1a48 [2020-09-30T06:09:35.695Z] ---> 7e05be30a031 [2020-09-30T06:09:35.695Z] Step 6/23 : COPY go.mod . [2020-09-30T06:09:36.301Z] ---> 2d44967f0595 [2020-09-30T06:09:36.301Z] Step 7/27 : RUN go mod download [2020-09-30T06:09:36.301Z] ---> fdeeae677b94 [2020-09-30T06:09:36.301Z] Step 7/23 : RUN go mod download [2020-09-30T06:09:36.301Z] ---> Running in 2f784cf0870e [2020-09-30T06:09:36.583Z] ---> Running in f74344932f34 [2020-09-30T06:09:38.551Z] Removing intermediate container 7a8359dab730 [2020-09-30T06:09:38.551Z] ---> 99a4021ff92b [2020-09-30T06:09:38.551Z] Step 8/24 : COPY . . [2020-09-30T06:09:38.871Z] Removing intermediate container 8e37e734f3db [2020-09-30T06:09:38.871Z] ---> 72be082fb15c [2020-09-30T06:09:38.871Z] Step 8/20 : COPY . . [2020-09-30T06:09:38.871Z] Removing intermediate container a84312cc0285 [2020-09-30T06:09:38.871Z] ---> f357adb36f17 [2020-09-30T06:09:38.871Z] Step 8/26 : COPY . . [2020-09-30T06:09:43.255Z] Removing intermediate container f74344932f34 [2020-09-30T06:09:43.255Z] ---> a35542848573 [2020-09-30T06:09:43.255Z] Step 8/23 : COPY . . [2020-09-30T06:09:43.255Z] Removing intermediate container 2f784cf0870e [2020-09-30T06:09:43.255Z] ---> 70fedae42016 [2020-09-30T06:09:43.255Z] Step 8/27 : COPY . . [2020-09-30T06:10:15.978Z] ---> d75011cba595 [2020-09-30T06:10:15.978Z] 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-09-30T06:10:15.978Z] ---> b5fac8f57ac3 [2020-09-30T06:10:15.978Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-30T06:10:15.978Z] ---> 366c999c9dcd [2020-09-30T06:10:15.978Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-30T06:10:15.978Z] ---> 89a27b39ee38 [2020-09-30T06:10:15.978Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-30T06:10:15.978Z] ---> 090b0d6fdfdc [2020-09-30T06:10:15.978Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-30T06:10:15.978Z] ---> Running in e06b93266a57 [2020-09-30T06:10:15.978Z] ---> Running in 44ecccd0dc13 [2020-09-30T06:10:15.978Z] ---> Running in e342e3e0c87a [2020-09-30T06:10:15.978Z] ---> Running in c6c8c6e6cb86 [2020-09-30T06:10:15.978Z] ---> Running in a78c75eecb91 [2020-09-30T06:10:16.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-30T06:10:16.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-30T06:10:16.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-30T06:10:16.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-30T06:10:16.583Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/core-data/core-data ./cmd/core-data [2020-09-30T06:11:03.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-30T06:11:03.878Z] Removing intermediate container e06b93266a57 [2020-09-30T06:11:03.878Z] ---> d68dafbd4161 [2020-09-30T06:11:03.878Z] [2020-09-30T06:11:03.878Z] Step 10/20 : FROM alpine [2020-09-30T06:11:04.161Z] latest: Pulling from library/alpine [2020-09-30T06:11:05.186Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-30T06:11:05.186Z] Status: Downloaded newer image for alpine:latest [2020-09-30T06:11:05.186Z] ---> a24bb4013296 [2020-09-30T06:11:05.186Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-30T06:11:05.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-30T06:11:05.464Z] ---> Running in 6ce36d3503a5 [2020-09-30T06:11:05.746Z] Removing intermediate container a78c75eecb91 [2020-09-30T06:11:05.746Z] ---> 5eae5ef14e93 [2020-09-30T06:11:05.746Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-30T06:11:06.366Z] ---> Running in f90d68232c75 [2020-09-30T06:11:07.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:07.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:07.638Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2169 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-30T06:11:07.688Z] Running in /w/workspace/edgex-go/151 [Pipeline] { [Pipeline] checkout [2020-09-30T06:11:07.814Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:11:07.814Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:11:07.814Z] OK: 12750 distinct packages available [2020-09-30T06:11:08.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-30T06:11:08.386Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-30T06:11:08.386Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-30T06:11:08.386Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-30T06:11:08.386Z] (4/4) Installing curl (7.69.1-r1) [2020-09-30T06:11:08.386Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:11:09.012Z] Executing ca-certificates-20191127-r4.trigger [2020-09-30T06:11:09.290Z] OK: 7 MiB in 18 packages [2020-09-30T06:11:09.600Z] Removing intermediate container e342e3e0c87a [2020-09-30T06:11:09.600Z] ---> 7ca9dde413bf [2020-09-30T06:11:09.600Z] [2020-09-30T06:11:09.600Z] Step 10/24 : FROM scratch [2020-09-30T06:11:09.600Z] ---> [2020-09-30T06:11:09.600Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-30T06:11:09.892Z] ---> Running in 21778e085e47 [2020-09-30T06:11:10.502Z] Removing intermediate container 21778e085e47 [2020-09-30T06:11:10.502Z] ---> 3441ad1abf60 [2020-09-30T06:11:10.502Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-30T06:11:10.779Z] ---> Running in 0b94b427addf [2020-09-30T06:11:10.779Z] Removing intermediate container 6ce36d3503a5 [2020-09-30T06:11:10.779Z] ---> e352822ca209 [2020-09-30T06:11:10.779Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-30T06:11:12.738Z] ---> Running in 0177119df0c9 [2020-09-30T06:11:13.346Z] Removing intermediate container 0b94b427addf [2020-09-30T06:11:13.346Z] ---> 70ed4b90cb91 [2020-09-30T06:11:13.346Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T06:11:13.346Z] Removing intermediate container f90d68232c75 [2020-09-30T06:11:13.346Z] ---> 80ad456c0b32 [2020-09-30T06:11:13.346Z] [2020-09-30T06:11:13.346Z] Step 11/27 : FROM docker:latest [2020-09-30T06:11:13.346Z] ---> 809cc4dba987 [2020-09-30T06:11:13.346Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-30T06:11:13.346Z] Removing intermediate container 44ecccd0dc13 [2020-09-30T06:11:13.346Z] ---> 476ffa6ff1ef [2020-09-30T06:11:13.346Z] [2020-09-30T06:11:13.346Z] Step 10/26 : FROM alpine:3.10 [2020-09-30T06:11:13.346Z] ---> Running in 1adc62802e39 [2020-09-30T06:11:13.346Z] Removing intermediate container 0177119df0c9 [2020-09-30T06:11:13.346Z] ---> 6f31c0ea1965 [2020-09-30T06:11:13.346Z] Step 13/20 : WORKDIR /edgex [2020-09-30T06:11:13.623Z] ---> Running in 7fa3a1f0051c [2020-09-30T06:11:13.623Z] ---> Running in 40a395e88bb3 [2020-09-30T06:11:13.623Z] 3.10: Pulling from library/alpine [2020-09-30T06:11:13.925Z] Removing intermediate container 1adc62802e39 [2020-09-30T06:11:13.925Z] ---> 33553d97a5e9 [2020-09-30T06:11:13.925Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-30T06:11:13.945Z] using credential edgex-jenkins-ssh [2020-09-30T06:11:14.014Z] Cloning the remote Git repository [2020-09-30T06:11:14.088Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-30T06:11:14.206Z] Removing intermediate container 40a395e88bb3 [2020-09-30T06:11:14.206Z] ---> 1cc092456049 [2020-09-30T06:11:14.206Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-30T06:11:14.809Z] ---> 9305846cb379 [2020-09-30T06:11:14.809Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-30T06:11:15.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:15.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:15.385Z] (1/2) Installing readline (8.0.4-r0) [2020-09-30T06:11:15.385Z] (2/2) Installing bash (5.0.17-r0) [2020-09-30T06:11:15.385Z] Executing bash-5.0.17-r0.post-install [2020-09-30T06:11:15.385Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:11:15.385Z] OK: 12 MiB in 22 packages [2020-09-30T06:11:15.385Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-30T06:11:14.238Z] > git init /w/workspace/edgex-go/151 # timeout=10 [2020-09-30T06:11:14.326Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-30T06:11:14.327Z] > git --version # timeout=10 [2020-09-30T06:11:14.351Z] > git --version # 'git version 2.17.1' [2020-09-30T06:11:14.354Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T06:11:14.459Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T06:11:15.656Z] Status: Downloaded newer image for alpine:3.10 [2020-09-30T06:11:15.656Z] ---> be4e4bea2c2e [2020-09-30T06:11:15.656Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-30T06:11:17.084Z] ---> a4b0f33bf41d [2020-09-30T06:11:17.084Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-30T06:11:17.084Z] ---> Running in 28d700df479d [2020-09-30T06:11:17.363Z] ---> 19f71a6aa21a [2020-09-30T06:11:17.363Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-30T06:11:17.363Z] Removing intermediate container c6c8c6e6cb86 [2020-09-30T06:11:17.363Z] ---> be4a7287b8ba [2020-09-30T06:11:17.363Z] [2020-09-30T06:11:17.363Z] Step 10/23 : FROM alpine [2020-09-30T06:11:17.363Z] ---> a24bb4013296 [2020-09-30T06:11:17.363Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T06:11:17.672Z] ---> Running in c9f964a1e4ed [2020-09-30T06:11:17.964Z] Removing intermediate container 7fa3a1f0051c [2020-09-30T06:11:17.964Z] ---> 1d23eda8bd16 [2020-09-30T06:11:17.964Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-30T06:11:17.964Z] ---> Running in 262d4561e1a6 [2020-09-30T06:11:18.240Z] ---> 35e8057e8949 [2020-09-30T06:11:18.240Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-30T06:11:18.240Z] Removing intermediate container c9f964a1e4ed [2020-09-30T06:11:18.240Z] ---> 261c6275fe62 [2020-09-30T06:11:18.240Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-30T06:11:18.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:18.240Z] ---> e7fbd9cf547a [2020-09-30T06:11:18.240Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-30T06:11:18.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:18.531Z] ---> Running in 5ee411328577 [2020-09-30T06:11:18.531Z] ---> Running in 131f7fcde2b9 [2020-09-30T06:11:18.531Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-30T06:11:18.531Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-30T06:11:18.531Z] OK: 10346 distinct packages available [2020-09-30T06:11:18.805Z] Removing intermediate container 131f7fcde2b9 [2020-09-30T06:11:18.805Z] ---> 94aee3bbd9b7 [2020-09-30T06:11:18.805Z] Step 17/20 : CMD ["--init=true"] [2020-09-30T06:11:18.805Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-30T06:11:18.805Z] Removing intermediate container 5ee411328577 [2020-09-30T06:11:18.805Z] ---> a649aa64a2f0 [2020-09-30T06:11:18.805Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-30T06:11:18.805Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-30T06:11:18.805Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-30T06:11:18.805Z] (4/5) Installing curl (7.66.0-r1) [2020-09-30T06:11:18.805Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-30T06:11:18.805Z] Executing busybox-1.30.1-r3.trigger [2020-09-30T06:11:18.805Z] Executing ca-certificates-20191127-r2.trigger [2020-09-30T06:11:18.805Z] OK: 7 MiB in 19 packages [2020-09-30T06:11:19.435Z] ---> 7e17d35d0642 [2020-09-30T06:11:19.435Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-30T06:11:19.435Z] ---> Running in 65a94c4ef958 [2020-09-30T06:11:19.706Z] ---> Running in b5ff1a466fea [2020-09-30T06:11:19.998Z] Removing intermediate container 65a94c4ef958 [2020-09-30T06:11:19.998Z] ---> e8ae43fa8de9 [2020-09-30T06:11:19.998Z] Step 18/20 : LABEL arch=x86_64 [2020-09-30T06:11:19.998Z] Removing intermediate container b5ff1a466fea [2020-09-30T06:11:19.998Z] ---> d89f13a55628 [2020-09-30T06:11:19.998Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:11:20.625Z] ---> Running in bf21f9202a60 [2020-09-30T06:11:20.625Z] ---> Running in bdab7b3adb1a [2020-09-30T06:11:20.625Z] Removing intermediate container 28d700df479d [2020-09-30T06:11:20.625Z] ---> fc34a1b3a3b7 [2020-09-30T06:11:20.625Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-30T06:11:20.625Z] ---> f8a20a74f223 [2020-09-30T06:11:20.625Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-30T06:11:20.902Z] ---> Running in a892f031557f [2020-09-30T06:11:21.191Z] Removing intermediate container 262d4561e1a6 [2020-09-30T06:11:21.191Z] ---> 0e8e50bef386 [2020-09-30T06:11:21.191Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-30T06:11:21.191Z] Removing intermediate container bf21f9202a60 [2020-09-30T06:11:21.191Z] ---> e25efb5163da [2020-09-30T06:11:21.191Z] Step 19/20 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:11:21.191Z] ---> Running in be28b0c148c3 [2020-09-30T06:11:21.191Z] ---> a9e941e3a4be [2020-09-30T06:11:21.191Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-30T06:11:21.492Z] ---> Running in 822ef523a354 [2020-09-30T06:11:22.094Z] ---> Running in ff96f975b3e2 [2020-09-30T06:11:22.094Z] Removing intermediate container a892f031557f [2020-09-30T06:11:22.094Z] ---> 25fb80c066e1 [2020-09-30T06:11:22.094Z] Step 13/26 : WORKDIR / [2020-09-30T06:11:22.094Z] Removing intermediate container 822ef523a354 [2020-09-30T06:11:22.094Z] ---> 5394f1c4fe80 [2020-09-30T06:11:22.094Z] Step 20/20 : LABEL version=1.2.2-dev.36 [2020-09-30T06:11:22.094Z] ---> Running in ca272733e8bf [2020-09-30T06:11:22.094Z] Removing intermediate container be28b0c148c3 [2020-09-30T06:11:22.094Z] ---> b82e4d0e0015 [2020-09-30T06:11:22.094Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-30T06:11:22.374Z] ---> Running in aecf9af2fca8 [2020-09-30T06:11:22.374Z] Removing intermediate container ff96f975b3e2 [2020-09-30T06:11:22.374Z] ---> cfe10ca0d436 [2020-09-30T06:11:22.374Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:11:22.374Z] ---> Running in 5bd0d8f14684 [2020-09-30T06:11:22.642Z] ---> Running in 7318e039fcae [2020-09-30T06:11:22.642Z] Removing intermediate container ca272733e8bf [2020-09-30T06:11:22.642Z] ---> 3d406d86a941 [2020-09-30T06:11:22.642Z] 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-09-30T06:11:22.915Z] Removing intermediate container aecf9af2fca8 [2020-09-30T06:11:22.915Z] ---> db573a539c89 [2020-09-30T06:11:22.915Z] [2020-09-30T06:11:22.915Z] Removing intermediate container 5bd0d8f14684 [2020-09-30T06:11:22.915Z] ---> 3c1828c66375 [2020-09-30T06:11:22.915Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-30T06:11:22.915Z] Removing intermediate container 7318e039fcae [2020-09-30T06:11:22.915Z] ---> 3f69843a6077 [2020-09-30T06:11:22.915Z] Step 22/24 : LABEL arch=x86_64 [2020-09-30T06:11:23.201Z] ---> Running in 721128ff613f [2020-09-30T06:11:23.201Z] ---> Running in c0e874a6296e [2020-09-30T06:11:23.201Z] Successfully built db573a539c89 [2020-09-30T06:11:23.473Z] Removing intermediate container bdab7b3adb1a [2020-09-30T06:11:23.473Z] ---> 7e24c9a5aa08 [2020-09-30T06:11:23.473Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-30T06:11:23.473Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-30T06:11:23.473Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-09-30T06:11:23.473Z] ---> a58e2632025e [2020-09-30T06:11:23.473Z] 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-09-30T06:11:23.473Z] ---> Running in f3721497feac [2020-09-30T06:11:23.473Z] Removing intermediate container c0e874a6296e [2020-09-30T06:11:23.473Z] ---> e6c1c9a3eea4 [2020-09-30T06:11:23.473Z] Step 23/24 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:11:23.746Z] Removing intermediate container 721128ff613f [2020-09-30T06:11:23.746Z] ---> 718ef7bb2f30 [2020-09-30T06:11:23.747Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-30T06:11:23.747Z] ---> Running in 2f1b35d2f6e8 [2020-09-30T06:11:24.033Z] ---> cd10ad1ff6c9 [2020-09-30T06:11:24.033Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-30T06:11:24.702Z] Removing intermediate container 2f1b35d2f6e8 [2020-09-30T06:11:24.702Z] ---> 4fddcde185ed [2020-09-30T06:11:24.702Z] Step 24/24 : LABEL version=1.2.2-dev.36 [2020-09-30T06:11:24.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:24.989Z] ---> 3c3279235372 [2020-09-30T06:11:24.989Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-30T06:11:24.989Z] ---> Running in 849c264ffaaa [2020-09-30T06:11:25.270Z] ---> 6e3cef876c86 [2020-09-30T06:11:25.270Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-30T06:11:26.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:27.333Z] ---> 666ec0d3f948 [2020-09-30T06:11:27.333Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-30T06:11:27.333Z] Removing intermediate container 849c264ffaaa [2020-09-30T06:11:27.333Z] ---> 77afebbd4103 [2020-09-30T06:11:27.333Z] [2020-09-30T06:11:27.333Z] ---> 2426e35dcf02 [2020-09-30T06:11:27.333Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-30T06:11:27.333Z] Successfully built 77afebbd4103 [2020-09-30T06:11:27.612Z] Successfully tagged docker-support-notifications-go:latest [2020-09-30T06:11:27.612Z] Building docker-security-secrets-setup-go [2020-09-30T06:11:27.612Z]  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-09-30T06:11:27.902Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-30T06:11:27.902Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-30T06:11:28.489Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-30T06:11:29.086Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-30T06:11:29.086Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:11:29.086Z] OK: 8 MiB in 19 packages [2020-09-30T06:11:29.693Z] ---> f8064638c673 [2020-09-30T06:11:29.693Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-30T06:11:29.693Z] ---> 9dab9fa542bb [2020-09-30T06:11:29.693Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-30T06:11:29.959Z] ---> Running in 518e789b077e [2020-09-30T06:11:32.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:32.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:32.888Z] Removing intermediate container f3721497feac [2020-09-30T06:11:32.888Z] ---> a2420b3e76b6 [2020-09-30T06:11:32.888Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-30T06:11:32.888Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-30T06:11:32.888Z] (2/33) Installing expat (2.2.9-r1) [2020-09-30T06:11:32.888Z] (3/33) Installing libffi (3.3-r2) [2020-09-30T06:11:32.888Z] (4/33) Installing gdbm (1.13-r1) [2020-09-30T06:11:32.888Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-30T06:11:32.888Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-30T06:11:32.888Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-30T06:11:33.591Z] ---> c23468c4a017 [2020-09-30T06:11:33.591Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-30T06:11:36.290Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-30T06:11:36.313Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T06:11:36.345Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-30T06:11:36.393Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-30T06:11:36.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T06:11:36.409Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-30T06:11:36.978Z] Checking out Revision 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b (master) [2020-09-30T06:11:37.118Z] ---> 9a7cf4ff3e63 [2020-09-30T06:11:37.119Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-30T06:11:37.001Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T06:11:37.027Z] > git checkout -f 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b # timeout=10 [2020-09-30T06:11:39.208Z] ---> 4d7aba54a359 [2020-09-30T06:11:39.208Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-30T06:11:39.208Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-30T06:11:39.208Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-30T06:11:39.208Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-30T06:11:39.208Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-30T06:11:39.208Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-30T06:11:39.208Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-30T06:11:39.208Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-30T06:11:39.534Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-30T06:11:41.149Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-30T06:11:41.149Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-30T06:11:41.149Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-30T06:11:41.149Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-30T06:11:41.423Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:11:41.423Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:11:41.423Z] ---> 433bd8b45f81 [2020-09-30T06:11:41.423Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T06:11:41.423Z] ---> Using cache [2020-09-30T06:11:41.424Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-30T06:11:41.424Z] ---> 96f6dced8374 [2020-09-30T06:11:41.424Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:11:41.424Z] ---> Using cache [2020-09-30T06:11:41.424Z] ---> e4d69904c6ed [2020-09-30T06:11:41.424Z] Step 5/22 : RUN apk update && apk add make git [2020-09-30T06:11:42.143Z] ---> 5f0e597d8786 [2020-09-30T06:11:42.143Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-30T06:11:42.143Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-30T06:11:42.418Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-30T06:11:42.418Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-30T06:11:42.641Z] Commit message: "Merge pull request #2701 from weichou1229/issue-2697" [2020-09-30T06:11:42.842Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-30T06:11:42.842Z] ---> Running in d16737afc383 [2020-09-30T06:11:42.842Z] ---> 721a9b96c79f [2020-09-30T06:11:42.842Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-30T06:11:42.842Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-30T06:11:42.842Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-30T06:11:43.123Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-30T06:11:43.123Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-30T06:11:43.123Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-30T06:11:43.123Z] (30/33) Installing py3-toml (0.10.1-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-30T06:11:43.552Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-30T06:11:43.552Z] ---> 1c9930efe608 [2020-09-30T06:11:43.552Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-30T06:11:43.552Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-30T06:11:43.552Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-30T06:11:43.552Z] ---> Running in 4b58bf2bde65 [2020-09-30T06:11:44.202Z] ---> Running in c9cdc4463f25 [2020-09-30T06:11:44.202Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:11:44.477Z] OK: 71 MiB in 55 packages [2020-09-30T06:11:46.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:46.505Z] Removing intermediate container c9cdc4463f25 [2020-09-30T06:11:46.505Z] ---> e46f98b89ff3 [2020-09-30T06:11:46.505Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:11:46.505Z] ---> Running in 7d91e6f6085c [2020-09-30T06:11:47.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:47.395Z] Removing intermediate container 7d91e6f6085c [2020-09-30T06:11:47.395Z] ---> a1e91a9e9380 [2020-09-30T06:11:47.395Z] Step 21/23 : LABEL arch=x86_64 [2020-09-30T06:11:47.677Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:11:47.677Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-30T06:11:47.677Z] ---> 433bd8b45f81 [2020-09-30T06:11:47.677Z] Step 3/29 : WORKDIR /edgex-go [2020-09-30T06:11:47.677Z] ---> Using cache [2020-09-30T06:11:47.677Z] ---> 96f6dced8374 [2020-09-30T06:11:47.677Z] Step 4/29 : RUN apk update && apk add make git [2020-09-30T06:11:47.962Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:11:47.962Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:11:47.962Z] OK: 12752 distinct packages available [2020-09-30T06:11:48.240Z] OK: 233 MiB in 51 packages [2020-09-30T06:11:48.516Z] ---> Running in 09e9d875e5ae [2020-09-30T06:11:48.517Z] Removing intermediate container 4b58bf2bde65 [2020-09-30T06:11:48.517Z] ---> 558302677d4c [2020-09-30T06:11:48.517Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-30T06:11:48.796Z] ---> Running in f81d8d91be83 [2020-09-30T06:11:49.078Z] ---> Running in 2469e08f1a3d [2020-09-30T06:11:49.357Z] Removing intermediate container f81d8d91be83 [2020-09-30T06:11:49.357Z] ---> 6916a0e8dcb6 [2020-09-30T06:11:49.357Z] Step 22/23 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:11:49.627Z] Removing intermediate container 2469e08f1a3d [2020-09-30T06:11:49.627Z] ---> de7fbe2a3d5f [2020-09-30T06:11:49.627Z] Step 24/26 : LABEL arch=x86_64 [2020-09-30T06:11:49.904Z] ---> Running in 7f2cc97c351c [2020-09-30T06:11:49.904Z] Removing intermediate container d16737afc383 [2020-09-30T06:11:49.904Z] ---> 1a6a39fead64 [2020-09-30T06:11:49.904Z] Step 6/22 : COPY go.mod . [2020-09-30T06:11:49.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:50.513Z] ---> Running in 5933eef1f144 [2020-09-30T06:11:50.513Z] Removing intermediate container 7f2cc97c351c [2020-09-30T06:11:50.513Z] ---> beb1bbfb40d6 [2020-09-30T06:11:50.513Z] Step 23/23 : LABEL version=1.2.2-dev.36 [2020-09-30T06:11:50.513Z] ---> 49a6433e001d [2020-09-30T06:11:50.513Z] Step 7/22 : RUN go mod download [2020-09-30T06:11:50.513Z] ---> Running in da37cd1ad1a5 [2020-09-30T06:11:50.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:11:50.782Z] ---> Running in 81db7fe1b0b3 [2020-09-30T06:11:51.058Z] Removing intermediate container 5933eef1f144 [2020-09-30T06:11:51.058Z] ---> 14b76b40caca [2020-09-30T06:11:51.058Z] Step 25/26 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:11:51.327Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:11:51.327Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:11:51.327Z] OK: 12752 distinct packages available [2020-09-30T06:11:51.599Z] Removing intermediate container da37cd1ad1a5 [2020-09-30T06:11:51.599Z] ---> 57d551556241 [2020-09-30T06:11:51.599Z] [2020-09-30T06:11:51.599Z] ---> Running in 575a321ff2ca [2020-09-30T06:11:51.599Z] OK: 233 MiB in 51 packages [2020-09-30T06:11:51.878Z] Successfully built 57d551556241 [2020-09-30T06:11:52.148Z] Successfully tagged docker-core-data-go:latest [2020-09-30T06:11:52.148Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-09-30T06:11:52.148Z] Removing intermediate container 575a321ff2ca [2020-09-30T06:11:52.148Z] ---> 097dbdcef355 [2020-09-30T06:11:52.148Z] Step 26/26 : LABEL version=1.2.2-dev.36 [2020-09-30T06:11:52.417Z] ---> Running in e9b1f0e56184 [2020-09-30T06:11:52.696Z] Removing intermediate container e9b1f0e56184 [2020-09-30T06:11:52.696Z] ---> a8cef8950434 [2020-09-30T06:11:52.696Z] [2020-09-30T06:11:53.402Z] Successfully built a8cef8950434 [2020-09-30T06:11:53.402Z] Removing intermediate container 09e9d875e5ae [2020-09-30T06:11:53.402Z] ---> b76f221e04fe [2020-09-30T06:11:53.402Z] Step 5/29 : COPY go.mod . [2020-09-30T06:11:53.402Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-30T06:11:53.402Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [Pipeline] echo [2020-09-30T06:11:56.638Z] ========================================================= [2020-09-30T06:11:56.638Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-30T06:11:56.638Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:11:57.661Z] + 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-09-30T06:12:00.194Z] ---> bdc584a919a6 [2020-09-30T06:12:00.194Z] Step 6/29 : RUN go mod download [2020-09-30T06:12:00.194Z] ---> Running in 5195cb3b87b9 [2020-09-30T06:12:00.477Z] Removing intermediate container 518e789b077e [2020-09-30T06:12:00.477Z] ---> 37bd38f62db4 [2020-09-30T06:12:00.477Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-30T06:12:00.477Z] Removing intermediate container 81db7fe1b0b3 [2020-09-30T06:12:00.477Z] ---> ba0db87a27ee [2020-09-30T06:12:00.477Z] Step 8/22 : COPY . . [2020-09-30T06:12:01.997Z] Sending build context to Docker daemon 324.5MB [2020-09-30T06:12:01.997Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-30T06:12:01.997Z] Step 2/7 : FROM ${BASE} [2020-09-30T06:12:02.281Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-30T06:12:02.281Z] b538f80385f9: Pulling fs layer [2020-09-30T06:12:02.281Z] 74f711af9a0d: Pulling fs layer [2020-09-30T06:12:02.281Z] 99f96fe45779: Pulling fs layer [2020-09-30T06:12:02.281Z] 8529a6b9a6be: Pulling fs layer [2020-09-30T06:12:02.281Z] 45590311c82a: Pulling fs layer [2020-09-30T06:12:02.281Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-30T06:12:02.281Z] 209524e5b208: Pulling fs layer [2020-09-30T06:12:02.281Z] 45590311c82a: Waiting [2020-09-30T06:12:02.281Z] 8529a6b9a6be: Waiting [2020-09-30T06:12:02.281Z] 209524e5b208: Waiting [2020-09-30T06:12:02.281Z] 69ca0ff8b7b3: Waiting [2020-09-30T06:12:02.281Z] 99f96fe45779: Verifying Checksum [2020-09-30T06:12:02.281Z] 99f96fe45779: Download complete [2020-09-30T06:12:02.281Z] 74f711af9a0d: Verifying Checksum [2020-09-30T06:12:02.281Z] 74f711af9a0d: Download complete [2020-09-30T06:12:02.281Z] 45590311c82a: Verifying Checksum [2020-09-30T06:12:02.281Z] 45590311c82a: Download complete [2020-09-30T06:12:02.281Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-30T06:12:02.281Z] 69ca0ff8b7b3: Download complete [2020-09-30T06:12:02.281Z] b538f80385f9: Verifying Checksum [2020-09-30T06:12:02.281Z] b538f80385f9: Download complete [2020-09-30T06:12:02.522Z] ---> Running in 64977395bf21 [2020-09-30T06:12:02.882Z] b538f80385f9: Pull complete [2020-09-30T06:12:03.873Z] 74f711af9a0d: Pull complete [2020-09-30T06:12:04.152Z] 99f96fe45779: Pull complete [2020-09-30T06:12:05.148Z] 209524e5b208: Verifying Checksum [2020-09-30T06:12:05.148Z] 209524e5b208: Download complete [2020-09-30T06:12:06.032Z] Removing intermediate container 5195cb3b87b9 [2020-09-30T06:12:06.032Z] ---> 86e7118ea942 [2020-09-30T06:12:06.032Z] Step 7/29 : COPY . . [2020-09-30T06:12:06.135Z] 8529a6b9a6be: Verifying Checksum [2020-09-30T06:12:06.135Z] 8529a6b9a6be: Download complete [2020-09-30T06:12:14.437Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:12:14.437Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:12:14.437Z] ---> 433bd8b45f81 [2020-09-30T06:12:14.437Z] Step 3/21 : WORKDIR /edgex-go [2020-09-30T06:12:14.437Z] ---> Using cache [2020-09-30T06:12:14.437Z] ---> 96f6dced8374 [2020-09-30T06:12:14.437Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:12:14.437Z] ---> Using cache [2020-09-30T06:12:14.437Z] ---> e4d69904c6ed [2020-09-30T06:12:14.437Z] Step 5/21 : RUN apk update && apk add make git [2020-09-30T06:12:14.437Z] ---> Using cache [2020-09-30T06:12:14.437Z] ---> 1a6a39fead64 [2020-09-30T06:12:14.437Z] Step 6/21 : COPY go.mod . [2020-09-30T06:12:14.437Z] ---> Using cache [2020-09-30T06:12:14.437Z] ---> 49a6433e001d [2020-09-30T06:12:14.437Z] Step 7/21 : RUN go mod download [2020-09-30T06:12:14.437Z] ---> Using cache [2020-09-30T06:12:14.437Z] ---> ba0db87a27ee [2020-09-30T06:12:14.437Z] Step 8/21 : COPY . . [2020-09-30T06:12:14.437Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:12:14.437Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:12:14.437Z] ---> 433bd8b45f81 [2020-09-30T06:12:14.437Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T06:12:14.437Z] ---> Using cache [2020-09-30T06:12:14.437Z] ---> 96f6dced8374 [2020-09-30T06:12:14.437Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:12:14.437Z] ---> Using cache [2020-09-30T06:12:14.437Z] ---> e4d69904c6ed [2020-09-30T06:12:14.437Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-30T06:12:16.355Z] 8529a6b9a6be: Pull complete [2020-09-30T06:12:16.356Z] 45590311c82a: Pull complete [2020-09-30T06:12:16.455Z] ---> Running in 72f1576a4e86 [2020-09-30T06:12:16.638Z] 69ca0ff8b7b3: Pull complete [2020-09-30T06:12:19.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:12:19.873Z] Collecting docker-compose==1.23.2 [2020-09-30T06:12:20.165Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-30T06:12:20.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:12:20.973Z] 209524e5b208: Pull complete [2020-09-30T06:12:20.973Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-30T06:12:20.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-30T06:12:20.973Z] ---> 5bddaf1c2fca [2020-09-30T06:12:20.973Z] 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-09-30T06:12:21.459Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:12:21.459Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:12:21.459Z] OK: 12752 distinct packages available [2020-09-30T06:12:21.783Z] OK: 233 MiB in 51 packages [2020-09-30T06:12:22.073Z] OK: 233 MiB in 51 packages [2020-09-30T06:12:22.372Z] Collecting PyYAML<4,>=3.10 [2020-09-30T06:12:22.372Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-30T06:12:25.340Z] ---> Running in e4ea19bfaa89 [2020-09-30T06:12:25.882Z] Removing intermediate container 72f1576a4e86 [2020-09-30T06:12:25.882Z] ---> f56a2376a627 [2020-09-30T06:12:25.882Z] Step 6/22 : COPY go.mod . [2020-09-30T06:12:26.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:12:26.886Z] ---> a1ecf518605c [2020-09-30T06:12:26.887Z] Step 7/22 : RUN go mod download [2020-09-30T06:12:27.167Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-30T06:12:27.167Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-30T06:12:27.464Z] ---> Running in 2d2d7dd426e2 [2020-09-30T06:12:27.464Z] Collecting jsonschema<3,>=2.5.1 [2020-09-30T06:12:27.464Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-30T06:12:27.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:12:28.428Z] Collecting texttable<0.10,>=0.9.0 [2020-09-30T06:12:28.428Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-30T06:12:28.760Z] (1/12) Installing libmagic (5.38-r0) [2020-09-30T06:12:29.035Z] (2/12) Installing file (5.38-r0) [2020-09-30T06:12:29.035Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-30T06:12:29.035Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-30T06:12:31.082Z] Collecting cached-property<2,>=1.2.0 [2020-09-30T06:12:31.082Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-30T06:12:31.082Z] ---> 3c9ca7e171ec [2020-09-30T06:12:31.082Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-30T06:12:31.355Z] Collecting docopt<0.7,>=0.6.1 [2020-09-30T06:12:31.355Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-30T06:12:31.619Z] ---> Running in e82d0f0f3213 [2020-09-30T06:12:33.168Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-30T06:12:33.168Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-30T06:12:33.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/core-command/core-command ./cmd/core-command [2020-09-30T06:12:34.356Z] Collecting docker<4.0,>=3.6.0 [2020-09-30T06:12:34.621Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-30T06:12:35.595Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-30T06:12:35.595Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-30T06:12:35.595Z] ---> 0632d4940623 [2020-09-30T06:12:35.595Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-30T06:12:35.875Z] Removing intermediate container 2d2d7dd426e2 [2020-09-30T06:12:35.875Z] ---> 0b577d6e748d [2020-09-30T06:12:35.875Z] Step 8/22 : COPY . . [2020-09-30T06:12:35.875Z] 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-09-30T06:12:35.875Z] ---> Running in fc103776b6cb [2020-09-30T06:12:35.875Z] Collecting docker-pycreds>=0.4.0 [2020-09-30T06:12:35.875Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-30T06:12:36.150Z] 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-09-30T06:12:36.150Z] ---> 0dc253eeb644 [2020-09-30T06:12:36.150Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-30T06:12:36.150Z] Collecting idna<2.8,>=2.5 [2020-09-30T06:12:36.150Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-30T06:12:36.422Z] ---> Running in 4880623eea4d [2020-09-30T06:12:36.422Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-30T06:12:36.422Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-30T06:12:36.706Z] 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-09-30T06:12:36.706Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-30T06:12:36.706Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-30T06:12:36.706Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-30T06:12:36.706Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-30T06:12:36.984Z] Installing collected packages: PyYAML, websocket-client, jsonschema, texttable, cached-property, docopt, dockerpty, docker-pycreds, idna, urllib3, requests, docker, docker-compose [2020-09-30T06:12:36.984Z] Running setup.py install for PyYAML: started [2020-09-30T06:12:38.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-30T06:12:39.193Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-30T06:12:39.193Z] (6/12) Installing patch (2.7.6-r6) [2020-09-30T06:12:39.193Z] (7/12) Installing build-base (0.5-r2) [2020-09-30T06:12:39.193Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-30T06:12:39.193Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-30T06:12:39.193Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-30T06:12:39.193Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-30T06:12:39.193Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-30T06:12:39.193Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:12:39.193Z] OK: 217 MiB in 51 packages [2020-09-30T06:12:39.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-30T06:12:40.464Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-30T06:12:41.538Z] Running setup.py install for texttable: started [2020-09-30T06:12:42.159Z] Running setup.py install for texttable: finished with status 'done' [2020-09-30T06:12:43.161Z] Running setup.py install for docopt: started [2020-09-30T06:12:43.623Z] Removing intermediate container e4ea19bfaa89 [2020-09-30T06:12:43.623Z] ---> 673756035818 [2020-09-30T06:12:43.623Z] Step 4/7 : WORKDIR /edgex-go [2020-09-30T06:12:43.623Z] ---> Running in 283e29970a91 [2020-09-30T06:12:43.906Z] Removing intermediate container 283e29970a91 [2020-09-30T06:12:43.906Z] ---> 64f0bcb20d5f [2020-09-30T06:12:43.906Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-30T06:12:44.219Z] Running setup.py install for docopt: finished with status 'done' [2020-09-30T06:12:44.219Z] Running setup.py install for dockerpty: started [2020-09-30T06:12:44.524Z] latest: Pulling from library/docker [2020-09-30T06:12:44.524Z] b538f80385f9: Already exists [2020-09-30T06:12:44.524Z] 259a493cd78d: Pulling fs layer [2020-09-30T06:12:44.524Z] b8e66b5100f5: Pulling fs layer [2020-09-30T06:12:44.524Z] 7f8258a56ab6: Pulling fs layer [2020-09-30T06:12:44.524Z] 75a0a0ebb566: Pulling fs layer [2020-09-30T06:12:44.524Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-30T06:12:44.524Z] 294320357d30: Pulling fs layer [2020-09-30T06:12:44.524Z] 75a0a0ebb566: Waiting [2020-09-30T06:12:44.524Z] 4a2c62f0a2a3: Waiting [2020-09-30T06:12:44.524Z] 294320357d30: Waiting [2020-09-30T06:12:44.524Z] b8e66b5100f5: Verifying Checksum [2020-09-30T06:12:44.524Z] b8e66b5100f5: Download complete [2020-09-30T06:12:45.847Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-30T06:12:45.847Z] Attempting uninstall: idna [2020-09-30T06:12:45.847Z] Found existing installation: idna 2.9 [2020-09-30T06:12:45.847Z] Uninstalling idna-2.9: [2020-09-30T06:12:45.847Z] Successfully uninstalled idna-2.9 [2020-09-30T06:12:46.116Z] 259a493cd78d: Verifying Checksum [2020-09-30T06:12:46.116Z] 259a493cd78d: Download complete [2020-09-30T06:12:46.116Z] 75a0a0ebb566: Verifying Checksum [2020-09-30T06:12:46.116Z] 75a0a0ebb566: Download complete [2020-09-30T06:12:46.116Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-30T06:12:46.116Z] 4a2c62f0a2a3: Download complete [2020-09-30T06:12:46.116Z] 294320357d30: Verifying Checksum [2020-09-30T06:12:46.116Z] 294320357d30: Download complete [2020-09-30T06:12:46.116Z] 259a493cd78d: Pull complete [2020-09-30T06:12:46.116Z] b8e66b5100f5: Pull complete [2020-09-30T06:12:46.116Z] 7f8258a56ab6: Verifying Checksum [2020-09-30T06:12:46.116Z] 7f8258a56ab6: Download complete [2020-09-30T06:12:48.522Z] Attempting uninstall: urllib3 [2020-09-30T06:12:48.522Z] Found existing installation: urllib3 1.25.9 [2020-09-30T06:12:48.522Z] Uninstalling urllib3-1.25.9: [2020-09-30T06:12:48.522Z] Successfully uninstalled urllib3-1.25.9 [2020-09-30T06:12:49.127Z] Attempting uninstall: requests [2020-09-30T06:12:49.127Z] Found existing installation: requests 2.23.0 [2020-09-30T06:12:49.127Z] Uninstalling requests-2.23.0: [2020-09-30T06:12:49.402Z] Successfully uninstalled requests-2.23.0 [2020-09-30T06:12:49.513Z] 7f8258a56ab6: Pull complete [2020-09-30T06:12:49.513Z] 75a0a0ebb566: Pull complete [2020-09-30T06:12:49.791Z] 4a2c62f0a2a3: Pull complete [2020-09-30T06:12:50.397Z] 294320357d30: Pull complete [2020-09-30T06:12:50.397Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-30T06:12:50.397Z] Status: Downloaded newer image for docker:latest [2020-09-30T06:12:52.956Z] 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-09-30T06:12:53.796Z] ---> 258da235ee2d [2020-09-30T06:12:53.797Z] Step 6/7 : COPY go.mod . [2020-09-30T06:12:54.394Z] ---> 07d6a37656c1 [2020-09-30T06:12:54.394Z] Step 7/7 : RUN go mod download [2020-09-30T06:12:54.394Z] ---> Running in 068b8c342e8f [2020-09-30T06:13:03.277Z] Removing intermediate container 64977395bf21 [2020-09-30T06:13:03.277Z] ---> 6bd2366b78a1 [2020-09-30T06:13:03.277Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-30T06:13:03.277Z] ---> Running in 44487f8ed336 [2020-09-30T06:13:03.277Z] ---> 00ec8501ec8b [2020-09-30T06:13:03.277Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-30T06:13:03.277Z] ---> Running in 8ec30e89e6af [2020-09-30T06:13:04.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:13:04.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:13:04.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-30T06:13:05.579Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-30T06:13:05.579Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-30T06:13:05.579Z] (3/3) Installing curl (7.69.1-r1) [2020-09-30T06:13:05.579Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:13:05.579Z] OK: 72 MiB in 58 packages [2020-09-30T06:13:07.709Z] Removing intermediate container 44487f8ed336 [2020-09-30T06:13:07.709Z] ---> caa7542f6248 [2020-09-30T06:13:07.709Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-30T06:13:07.986Z] ---> Running in a8fcac84be0a [2020-09-30T06:13:08.618Z] Removing intermediate container a8fcac84be0a [2020-09-30T06:13:08.618Z] ---> 4d7c4e213b17 [2020-09-30T06:13:08.618Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:13:08.618Z] ---> Running in 5244f3b6da8c [2020-09-30T06:13:09.242Z] Removing intermediate container 5244f3b6da8c [2020-09-30T06:13:09.242Z] ---> 12f40ffddf1f [2020-09-30T06:13:09.242Z] Step 25/27 : LABEL arch=x86_64 [2020-09-30T06:13:09.893Z] ---> Running in 1959bb75b656 [2020-09-30T06:13:10.613Z] Removing intermediate container 1959bb75b656 [2020-09-30T06:13:10.613Z] ---> f254ace1afcc [2020-09-30T06:13:10.613Z] Step 26/27 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:13:10.613Z] ---> Running in 15181fbd16d1 [2020-09-30T06:13:11.262Z] Removing intermediate container 15181fbd16d1 [2020-09-30T06:13:11.262Z] ---> b478ab6b2169 [2020-09-30T06:13:11.262Z] Step 27/27 : LABEL version=1.2.2-dev.36 [2020-09-30T06:13:11.555Z] ---> Running in 8a2e6a6ac3fa [2020-09-30T06:13:11.844Z] Removing intermediate container 8a2e6a6ac3fa [2020-09-30T06:13:11.844Z] ---> 1d28123c2181 [2020-09-30T06:13:11.844Z] [2020-09-30T06:13:12.171Z] Successfully built 1d28123c2181 [2020-09-30T06:13:12.172Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-30T06:13:12.172Z] Building docker-core-metadata-go [2020-09-30T06:13:21.213Z] Removing intermediate container 068b8c342e8f [2020-09-30T06:13:21.213Z] ---> efc40835e57e [2020-09-30T06:13:21.213Z] Successfully built efc40835e57e [2020-09-30T06:13:21.213Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:13:21.631Z] + docker inspect -f . ci-base-image-arm64 [2020-09-30T06:13:21.631Z] . [Pipeline] withDockerContainer [2020-09-30T06:13:21.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-2169 does not seem to be running inside a container [2020-09-30T06:13:22.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:13:22.509Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fc103776b6cb [2020-09-30T06:13:22.509Z] ---> 0dc5eca10bca [2020-09-30T06:13:22.509Z] [2020-09-30T06:13:22.509Z] Step 9/29 : FROM alpine:latest [2020-09-30T06:13:22.509Z] ---> a24bb4013296 [2020-09-30T06:13:22.509Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-30T06:13:22.509Z] ---> Running in 5b9834721cf7 [2020-09-30T06:13:23.201Z] Removing intermediate container e82d0f0f3213 [2020-09-30T06:13:23.201Z] ---> 73968ca3deba [2020-09-30T06:13:23.201Z] [2020-09-30T06:13:23.201Z] Step 10/22 : FROM scratch [2020-09-30T06:13:23.201Z] ---> [2020-09-30T06:13:23.201Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T06:13:23.201Z] Removing intermediate container 5b9834721cf7 [2020-09-30T06:13:23.201Z] ---> 1209dd742859 [2020-09-30T06:13:23.201Z] Step 11/29 : USER root [2020-09-30T06:13:23.845Z] ---> Running in 5bc6c4f5bd05 [2020-09-30T06:13:24.023Z] $ docker top 234b276fc4beb16f3e62db48eaa62371d0334d343535f6c5280bc56fec15bc12 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:13:25.462Z] + go version [2020-09-30T06:13:25.462Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-30T06:13:25.482Z] $ docker stop --time=1 234b276fc4beb16f3e62db48eaa62371d0334d343535f6c5280bc56fec15bc12 [2020-09-30T06:13:27.507Z] $ docker rm -f 234b276fc4beb16f3e62db48eaa62371d0334d343535f6c5280bc56fec15bc12 [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] { [2020-09-30T06:13:28.405Z] Removing intermediate container 5bc6c4f5bd05 [2020-09-30T06:13:28.405Z] ---> 524994548b87 [2020-09-30T06:13:28.405Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:13:28.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T06:13:29.066Z] [2020-09-30T06:13:29.066Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:13:29.402Z] ---> Running in b8217dc83e1f [2020-09-30T06:13:29.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T06:13:29.739Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-30T06:13:29.739Z] 29e5d40040c1: Pulling fs layer [2020-09-30T06:13:29.739Z] 1ce36da41761: Pulling fs layer [2020-09-30T06:13:29.739Z] 25b303627fd3: Pulling fs layer [2020-09-30T06:13:29.739Z] 29e5d40040c1: Verifying Checksum [2020-09-30T06:13:29.739Z] 29e5d40040c1: Download complete [2020-09-30T06:13:30.346Z] 1ce36da41761: Verifying Checksum [2020-09-30T06:13:30.346Z] 1ce36da41761: Download complete [2020-09-30T06:13:30.622Z] 29e5d40040c1: Pull complete [2020-09-30T06:13:30.917Z] ---> Running in 6bdc6b0ebdbd [2020-09-30T06:13:30.917Z] Removing intermediate container 4880623eea4d [2020-09-30T06:13:30.917Z] ---> c543d4f833aa [2020-09-30T06:13:30.917Z] [2020-09-30T06:13:30.917Z] Step 10/21 : FROM scratch [2020-09-30T06:13:30.917Z] ---> [2020-09-30T06:13:30.917Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T06:13:31.207Z] Removing intermediate container b8217dc83e1f [2020-09-30T06:13:31.207Z] ---> 667facca9761 [2020-09-30T06:13:31.207Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-30T06:13:31.207Z] ---> Using cache [2020-09-30T06:13:31.207Z] ---> 667facca9761 [2020-09-30T06:13:31.207Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-30T06:13:31.207Z] ---> Running in 88d431c70f10 [2020-09-30T06:13:31.487Z] ---> Running in e4858cb9377e [2020-09-30T06:13:31.612Z] 1ce36da41761: Pull complete [2020-09-30T06:13:31.887Z] 25b303627fd3: Verifying Checksum [2020-09-30T06:13:31.887Z] 25b303627fd3: Download complete [2020-09-30T06:13:32.931Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:13:32.931Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:13:32.931Z] ---> 433bd8b45f81 [2020-09-30T06:13:32.931Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T06:13:32.931Z] ---> Using cache [2020-09-30T06:13:32.931Z] ---> 96f6dced8374 [2020-09-30T06:13:32.931Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:13:32.931Z] ---> Using cache [2020-09-30T06:13:32.931Z] ---> e4d69904c6ed [2020-09-30T06:13:32.931Z] Step 5/22 : RUN apk update && apk add make git [2020-09-30T06:13:32.931Z] ---> Using cache [2020-09-30T06:13:32.931Z] ---> 1a6a39fead64 [2020-09-30T06:13:32.931Z] Step 6/22 : COPY go.mod . [2020-09-30T06:13:32.931Z] ---> Using cache [2020-09-30T06:13:32.931Z] ---> 49a6433e001d [2020-09-30T06:13:32.931Z] Step 7/22 : RUN go mod download [2020-09-30T06:13:32.931Z] ---> Using cache [2020-09-30T06:13:32.931Z] ---> ba0db87a27ee [2020-09-30T06:13:32.931Z] Step 8/22 : COPY . . [2020-09-30T06:13:32.931Z] ---> Using cache [2020-09-30T06:13:32.931Z] ---> 0dc253eeb644 [2020-09-30T06:13:32.931Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-30T06:13:32.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T06:13:33.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T06:13:33.210Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:13:33.210Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:13:33.210Z] OK: 12750 distinct packages available [2020-09-30T06:13:33.482Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-30T06:13:33.749Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-30T06:13:33.749Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:13:33.749Z] Executing ca-certificates-20191127-r4.trigger [2020-09-30T06:13:33.749Z] OK: 6 MiB in 16 packages [2020-09-30T06:13:34.342Z] Removing intermediate container 88d431c70f10 [2020-09-30T06:13:34.342Z] ---> 21fd27d8aa30 [2020-09-30T06:13:34.342Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T06:13:34.948Z] ---> Running in 0765e7f75298 [2020-09-30T06:13:34.949Z] Removing intermediate container e4858cb9377e [2020-09-30T06:13:34.949Z] ---> 7c4816e02737 [2020-09-30T06:13:34.949Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-30T06:13:34.949Z] ---> Running in 078ddfc33de9 [2020-09-30T06:13:34.949Z] ---> Running in 983a1b4e5541 [2020-09-30T06:13:35.578Z] Removing intermediate container 078ddfc33de9 [2020-09-30T06:13:35.578Z] ---> 3fd56eb5f3fc [2020-09-30T06:13:35.578Z] Step 14/22 : WORKDIR / [2020-09-30T06:13:35.578Z] Removing intermediate container 983a1b4e5541 [2020-09-30T06:13:35.578Z] ---> 7fbda86d14b6 [2020-09-30T06:13:35.578Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-30T06:13:35.578Z] ---> Running in fa10f2ae9d29 [2020-09-30T06:13:36.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-30T06:13:36.191Z] ---> 41ed546bab5f [2020-09-30T06:13:36.191Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-30T06:13:36.191Z] Removing intermediate container 6bdc6b0ebdbd [2020-09-30T06:13:36.191Z] ---> f9e0a42cec47 [2020-09-30T06:13:36.191Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-30T06:13:36.502Z] Removing intermediate container fa10f2ae9d29 [2020-09-30T06:13:36.502Z] ---> d082d8f5de25 [2020-09-30T06:13:36.502Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-30T06:13:36.502Z] ---> Running in 67ab49de6226 [2020-09-30T06:13:37.149Z] Removing intermediate container 67ab49de6226 [2020-09-30T06:13:37.149Z] ---> 2edd3ab928c9 [2020-09-30T06:13:37.149Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-30T06:13:37.149Z] ---> d63509703b59 [2020-09-30T06:13:37.149Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-30T06:13:37.424Z] ---> Running in 90ef8f41710c [2020-09-30T06:13:37.424Z] ---> 4afbc59ea3f5 [2020-09-30T06:13:37.424Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-30T06:13:38.058Z] Removing intermediate container 90ef8f41710c [2020-09-30T06:13:38.058Z] ---> 06313b563ab0 [2020-09-30T06:13:38.058Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-30T06:13:39.545Z] ---> Running in aa7f5d728831 [2020-09-30T06:13:39.545Z] ---> 163439817838 [2020-09-30T06:13:39.545Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-30T06:13:39.545Z] ---> 25179f9afd1b [2020-09-30T06:13:39.545Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-30T06:13:39.919Z] ---> Running in 744b3b3d8ecb [2020-09-30T06:13:40.200Z] Removing intermediate container 8ec30e89e6af [2020-09-30T06:13:40.200Z] ---> 1f9aba417385 [2020-09-30T06:13:40.200Z] [2020-09-30T06:13:40.200Z] Step 10/22 : FROM scratch [2020-09-30T06:13:40.200Z] ---> [2020-09-30T06:13:40.200Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-30T06:13:40.200Z] ---> Using cache [2020-09-30T06:13:40.200Z] ---> 3441ad1abf60 [2020-09-30T06:13:40.201Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-30T06:13:40.485Z] ---> Running in a072e7c5fd0f [2020-09-30T06:13:40.772Z] ---> 69cf6114b222 [2020-09-30T06:13:40.773Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-30T06:13:40.773Z] Removing intermediate container 744b3b3d8ecb [2020-09-30T06:13:40.773Z] ---> e6cc1d905605 [2020-09-30T06:13:40.773Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:13:40.773Z] ---> Running in f3cb75aaffaa [2020-09-30T06:13:41.055Z] ---> Running in 7af5898c0b56 [2020-09-30T06:13:41.055Z] Removing intermediate container a072e7c5fd0f [2020-09-30T06:13:41.055Z] ---> 345708b13fad [2020-09-30T06:13:41.055Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T06:13:41.339Z] ---> Running in ad11bdc6a6cb [2020-09-30T06:13:41.707Z] Removing intermediate container f3cb75aaffaa [2020-09-30T06:13:41.707Z] ---> 768dcffc73db [2020-09-30T06:13:41.707Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:13:42.049Z] 25b303627fd3: Pull complete [2020-09-30T06:13:42.049Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-30T06:13:42.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T06:13:42.049Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-30T06:13:42.084Z] ---> Running in 00a19b18be85 [2020-09-30T06:13:42.085Z] Removing intermediate container 7af5898c0b56 [2020-09-30T06:13:42.085Z] ---> 2fb0ee6c17e4 [2020-09-30T06:13:42.085Z] Step 19/21 : LABEL arch=x86_64 [2020-09-30T06:13:42.085Z] Removing intermediate container ad11bdc6a6cb [2020-09-30T06:13:42.085Z] ---> 6df5710d9079 [2020-09-30T06:13:42.085Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-30T06:13:42.341Z] prd-ubuntu18.04-docker-arm64-4c-16g-2169 does not seem to be running inside a container [2020-09-30T06:13:42.370Z] ---> Running in b5fd5da26621 [2020-09-30T06:13:42.435Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:13:42.690Z] Removing intermediate container 00a19b18be85 [2020-09-30T06:13:42.690Z] ---> 174445df4325 [2020-09-30T06:13:42.690Z] Step 20/22 : LABEL arch=x86_64 [2020-09-30T06:13:42.690Z] Removing intermediate container aa7f5d728831 [2020-09-30T06:13:42.690Z] ---> 596b775118db [2020-09-30T06:13:42.690Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-30T06:13:43.327Z] ---> Running in 9022f4b15e6e [2020-09-30T06:13:43.327Z] ---> b4eabc6f38ec [2020-09-30T06:13:43.327Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-30T06:13:43.612Z] Removing intermediate container b5fd5da26621 [2020-09-30T06:13:43.612Z] ---> 729bb998097c [2020-09-30T06:13:43.612Z] Step 20/21 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:13:43.918Z] ---> Running in 69af9c57a167 [2020-09-30T06:13:44.201Z] Removing intermediate container 9022f4b15e6e [2020-09-30T06:13:44.201Z] ---> da53614a80fa [2020-09-30T06:13:44.201Z] Step 21/22 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:13:44.201Z] ---> 386c22bd6864 [2020-09-30T06:13:44.201Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-30T06:13:44.484Z] ---> Running in 927007e2ba07 [2020-09-30T06:13:44.484Z] ---> e907bcbae696 [2020-09-30T06:13:44.484Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-30T06:13:44.766Z] Removing intermediate container 69af9c57a167 [2020-09-30T06:13:44.766Z] ---> 70a8dd32d7cd [2020-09-30T06:13:44.766Z] Step 21/21 : LABEL version=1.2.2-dev.36 [2020-09-30T06:13:44.766Z] ---> Running in 1cb2d6677bc0 [2020-09-30T06:13:45.107Z] Removing intermediate container 927007e2ba07 [2020-09-30T06:13:45.107Z] ---> 7793f83dde40 [2020-09-30T06:13:45.107Z] Step 22/22 : LABEL version=1.2.2-dev.36 [2020-09-30T06:13:45.107Z] ---> 6a0b1738349f [2020-09-30T06:13:45.107Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-30T06:13:45.407Z] ---> Running in be5368de8c63 [2020-09-30T06:13:45.407Z] Removing intermediate container 1cb2d6677bc0 [2020-09-30T06:13:45.407Z] ---> f6d4af9a82a7 [2020-09-30T06:13:45.407Z] [2020-09-30T06:13:45.982Z] ---> 3f6960a4d167 [2020-09-30T06:13:45.982Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-30T06:13:45.982Z] Successfully built f6d4af9a82a7 [2020-09-30T06:13:46.321Z] $ docker top 97e5fcfdda2e1627365d556b5a449474205d58acf329022ec5809168bf06f3f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:13:47.214Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-30T06:13:47.214Z]  Building docker-support-scheduler-go ... done  ---> 0d7b9255157b [2020-09-30T06:13:47.214Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-30T06:13:47.214Z] Removing intermediate container be5368de8c63 [2020-09-30T06:13:47.214Z] ---> d67a92045f51 [2020-09-30T06:13:47.214Z] [2020-09-30T06:13:47.214Z] ---> 53b37f629987 [2020-09-30T06:13:47.214Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-30T06:13:47.759Z] ---> 7340ed7faae9 [2020-09-30T06:13:47.760Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-30T06:13:47.760Z] Successfully built d67a92045f51 [2020-09-30T06:13:47.760Z] Successfully tagged docker-core-command-go:latest [2020-09-30T06:13:47.760Z]  Building docker-core-command-go ... done  ---> Running in b5411b020f09 [2020-09-30T06:13:47.796Z] + docker-compose build --help [2020-09-30T06:13:47.797Z] + grep parallel [2020-09-30T06:13:48.253Z] ---> cf89f8b1aea4 [2020-09-30T06:13:48.253Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-30T06:13:48.253Z] Removing intermediate container b5411b020f09 [2020-09-30T06:13:48.253Z] ---> 7f9fb1a6ac9a [2020-09-30T06:13:48.253Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:13:48.253Z] ---> Running in d1ac8b793cf6 [2020-09-30T06:13:48.596Z] ---> Running in 31d6d9ffa2f2 [2020-09-30T06:13:48.906Z] Removing intermediate container 31d6d9ffa2f2 [2020-09-30T06:13:48.906Z] ---> 09be4bb6a49b [2020-09-30T06:13:48.906Z] Step 20/22 : LABEL arch=x86_64 [2020-09-30T06:13:48.906Z] ---> Running in 5423e13be6ad [2020-09-30T06:13:50.914Z] Removing intermediate container 5423e13be6ad [2020-09-30T06:13:50.914Z] ---> 5b9c11f7a976 [2020-09-30T06:13:50.914Z] Step 21/22 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:13:50.914Z] ---> Running in faac1b69ff8f [2020-09-30T06:13:51.243Z] Removing intermediate container faac1b69ff8f [2020-09-30T06:13:51.243Z] ---> c4bafe97be8b [2020-09-30T06:13:51.243Z] Step 22/22 : LABEL version=1.2.2-dev.36 [2020-09-30T06:13:51.566Z] ---> Running in 3c21fd204549 [2020-09-30T06:13:51.566Z] Removing intermediate container d1ac8b793cf6 [2020-09-30T06:13:51.566Z] ---> f2f64932f51a [2020-09-30T06:13:51.566Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-30T06:13:52.103Z] --parallel Build images in parallel. [2020-09-30T06:13:52.166Z] Removing intermediate container 3c21fd204549 [2020-09-30T06:13:52.166Z] ---> f45d98ee72e9 [2020-09-30T06:13:52.166Z] [2020-09-30T06:13:52.166Z] Successfully built f45d98ee72e9 [2020-09-30T06:13:52.166Z] Successfully tagged docker-support-logging-go:latest [Pipeline] } [2020-09-30T06:13:52.398Z] $ docker stop --time=1 97e5fcfdda2e1627365d556b5a449474205d58acf329022ec5809168bf06f3f1 [2020-09-30T06:13:52.445Z]  Building docker-support-logging-go ... done  ---> 600bda336f7d [2020-09-30T06:13:52.445Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-30T06:13:52.725Z] ---> Running in b7417ed11ae8 [2020-09-30T06:13:54.462Z] $ docker rm -f 97e5fcfdda2e1627365d556b5a449474205d58acf329022ec5809168bf06f3f1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:13:55.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T06:13:55.396Z] . [Pipeline] withDockerContainer [2020-09-30T06:13:55.539Z] Removing intermediate container b7417ed11ae8 [2020-09-30T06:13:55.539Z] ---> c7f84259f014 [2020-09-30T06:13:55.539Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-30T06:13:55.539Z] ---> Running in 41abd24d3c74 [2020-09-30T06:13:55.732Z] prd-ubuntu18.04-docker-arm64-4c-16g-2169 does not seem to be running inside a container [2020-09-30T06:13:55.903Z] $ 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/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:13:57.547Z] $ docker top 75da71362aedabed075f911540915e34d6a76bf1bc096bc0cfb7d7483bf577c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:13:58.253Z] Removing intermediate container 41abd24d3c74 [2020-09-30T06:13:58.253Z] ---> 60af57edc1f5 [2020-09-30T06:13:58.253Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-30T06:13:58.536Z] ---> Running in 6751a6fe9513 [2020-09-30T06:13:58.536Z] Removing intermediate container 6751a6fe9513 [2020-09-30T06:13:58.536Z] ---> 55a7ed8c97f9 [2020-09-30T06:13:58.536Z] Step 26/29 : CMD [ "generate" ] [2020-09-30T06:13:58.638Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-30T06:13:58.816Z] ---> Running in 15669b093ad7 [2020-09-30T06:13:59.099Z] Removing intermediate container 15669b093ad7 [2020-09-30T06:13:59.099Z] ---> 3f049e0c8a2c [2020-09-30T06:13:59.099Z] Step 27/29 : LABEL arch=x86_64 [2020-09-30T06:13:59.368Z] ---> Running in f2b0e21801fa [2020-09-30T06:13:59.646Z] Removing intermediate container f2b0e21801fa [2020-09-30T06:13:59.646Z] ---> dbbe0e6d653a [2020-09-30T06:13:59.646Z] Step 28/29 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:13:59.646Z] ---> Running in 2758543d1d1d [2020-09-30T06:14:00.265Z] Removing intermediate container 2758543d1d1d [2020-09-30T06:14:00.265Z] ---> d9c498d1d1d5 [2020-09-30T06:14:00.265Z] Step 29/29 : LABEL version=1.2.2-dev.36 [2020-09-30T06:14:01.683Z] ---> Running in 7ecc578826ae [2020-09-30T06:14:02.283Z] Removing intermediate container 0765e7f75298 [2020-09-30T06:14:02.283Z] ---> f86d9de95d13 [2020-09-30T06:14:02.283Z] [2020-09-30T06:14:02.283Z] Step 10/22 : FROM scratch [2020-09-30T06:14:02.283Z] ---> [2020-09-30T06:14:02.283Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T06:14:02.556Z] ---> Using cache [2020-09-30T06:14:02.556Z] ---> 667facca9761 [2020-09-30T06:14:02.556Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-30T06:14:03.530Z] ---> Running in cc53468bc366 [2020-09-30T06:14:03.530Z] Removing intermediate container 7ecc578826ae [2020-09-30T06:14:03.530Z] ---> 08b4accac99f [2020-09-30T06:14:03.530Z] [2020-09-30T06:14:03.813Z] Successfully built 08b4accac99f [2020-09-30T06:14:03.813Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-30T06:14:03.813Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container cc53468bc366 [2020-09-30T06:14:03.813Z] ---> 442dc7aadb69 [2020-09-30T06:14:03.813Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T06:14:04.037Z] Building docker-core-command-go ... [2020-09-30T06:14:04.037Z] Building docker-core-data-go ... [2020-09-30T06:14:04.037Z] Building docker-core-metadata-go ... [2020-09-30T06:14:04.037Z] Building docker-security-proxy-setup-go ... [2020-09-30T06:14:04.037Z] Building docker-security-secrets-setup-go ... [2020-09-30T06:14:04.037Z] Building docker-security-secretstore-setup-go ... [2020-09-30T06:14:04.037Z] Building docker-support-logging-go ... [2020-09-30T06:14:04.037Z] Building docker-support-notifications-go ... [2020-09-30T06:14:04.037Z] Building docker-support-scheduler-go ... [2020-09-30T06:14:04.037Z] Building docker-sys-mgmt-agent-go ... [2020-09-30T06:14:04.037Z] Building docker-security-proxy-setup-go [2020-09-30T06:14:04.037Z] Building docker-support-notifications-go [2020-09-30T06:14:04.037Z] Building docker-sys-mgmt-agent-go [2020-09-30T06:14:04.037Z] Building docker-support-scheduler-go [2020-09-30T06:14:04.037Z] Building docker-core-metadata-go [2020-09-30T06:14:04.081Z] ---> Running in 23f25edb0e16 [2020-09-30T06:14:04.361Z] Removing intermediate container 23f25edb0e16 [2020-09-30T06:14:04.361Z] ---> 17faef8b4a9f [2020-09-30T06:14:04.361Z] Step 14/22 : WORKDIR / [2020-09-30T06:14:04.361Z] ---> Running in f4939f68b87b [2020-09-30T06:14:04.655Z] Removing intermediate container f4939f68b87b [2020-09-30T06:14:04.655Z] ---> c70d804ed0d3 [2020-09-30T06:14:04.655Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-30T06:14:05.298Z] ---> 6c4da6b4f4ed [2020-09-30T06:14:05.298Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-30T06:14:06.731Z] ---> 1ed10e8875f7 [2020-09-30T06:14:06.731Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-30T06:14:07.008Z] ---> abe287e00a51 [2020-09-30T06:14:07.008Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-30T06:14:07.008Z] ---> Running in b23b458e7987 [2020-09-30T06:14:07.294Z] Removing intermediate container b23b458e7987 [2020-09-30T06:14:07.294Z] ---> 3065636a56de [2020-09-30T06:14:07.294Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:14:07.294Z] ---> Running in 9bf246303df7 [2020-09-30T06:14:07.561Z] Removing intermediate container 9bf246303df7 [2020-09-30T06:14:07.561Z] ---> 3be3661c8f9e [2020-09-30T06:14:07.561Z] Step 20/22 : LABEL arch=x86_64 [2020-09-30T06:14:07.561Z] ---> Running in ceffef2845cd [2020-09-30T06:14:07.826Z] Removing intermediate container ceffef2845cd [2020-09-30T06:14:07.826Z] ---> b0979d7ed82b [2020-09-30T06:14:07.826Z] Step 21/22 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:08.092Z] ---> Running in f61330822a51 [2020-09-30T06:14:08.357Z] Removing intermediate container f61330822a51 [2020-09-30T06:14:08.357Z] ---> fc8f7ecc2de4 [2020-09-30T06:14:08.357Z] Step 22/22 : LABEL version=1.2.2-dev.36 [2020-09-30T06:14:08.357Z] ---> Running in 49a8c99c6640 [2020-09-30T06:14:08.620Z] Removing intermediate container 49a8c99c6640 [2020-09-30T06:14:08.620Z] ---> 58f6222e013c [2020-09-30T06:14:08.620Z] [2020-09-30T06:14:08.620Z] Successfully built 58f6222e013c [2020-09-30T06:14:08.620Z] Successfully tagged docker-core-metadata-go:latest [2020-09-30T06:14:09.226Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-09-30T06:14:09.253Z] $ docker stop --time=1 f3158f4cb48ffb94507553afe37447aff9480c89581d6e5d32cfa9d96f8b99e0 [2020-09-30T06:14:11.267Z] $ docker rm -f f3158f4cb48ffb94507553afe37447aff9480c89581d6e5d32cfa9d96f8b99e0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:14:11.859Z] + docker images [2020-09-30T06:14:11.859Z] + grep docker [2020-09-30T06:14:11.859Z] docker-core-metadata-go latest 58f6222e013c 3 seconds ago 14.1MB [2020-09-30T06:14:11.859Z] docker-security-secrets-setup-go latest 08b4accac99f 9 seconds ago 24MB [2020-09-30T06:14:11.859Z] docker-support-logging-go latest f45d98ee72e9 20 seconds ago 11.1MB [2020-09-30T06:14:11.859Z] docker-core-command-go latest d67a92045f51 25 seconds ago 12.2MB [2020-09-30T06:14:11.859Z] docker-support-scheduler-go latest f6d4af9a82a7 26 seconds ago 12.3MB [2020-09-30T06:14:11.859Z] docker-sys-mgmt-agent-go latest 1d28123c2181 About a minute ago 290MB [2020-09-30T06:14:11.859Z] docker-security-secretstore-setup-go latest a8cef8950434 2 minutes ago 32.4MB [2020-09-30T06:14:11.859Z] docker-core-data-go latest 57d551556241 2 minutes ago 23.6MB [2020-09-30T06:14:11.859Z] docker-support-notifications-go latest 77afebbd4103 2 minutes ago 13.6MB [2020-09-30T06:14:11.859Z] docker-security-proxy-setup-go latest db573a539c89 2 minutes ago 15.8MB [2020-09-30T06:14:11.859Z] docker latest 809cc4dba987 12 days 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-09-30T06:14:12.404Z] provisioning config files... [2020-09-30T06:14:12.489Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/151@tmp/config5474632073113519911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:14:12.930Z] ---> docker-login.sh [2020-09-30T06:14:12.931Z] nexus3.edgexfoundry.org:10001 [2020-09-30T06:14:12.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:14:13.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:14:13.196Z] Configure a credential helper to remove this warning. See [2020-09-30T06:14:13.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:14:13.196Z] [2020-09-30T06:14:13.196Z] Login Succeeded [2020-09-30T06:14:13.196Z] nexus3.edgexfoundry.org:10002 [2020-09-30T06:14:13.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:14:13.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:14:13.460Z] Configure a credential helper to remove this warning. See [2020-09-30T06:14:13.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:14:13.460Z] [2020-09-30T06:14:13.460Z] Login Succeeded [2020-09-30T06:14:13.460Z] nexus3.edgexfoundry.org:10003 [2020-09-30T06:14:13.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:14:13.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:14:13.737Z] Configure a credential helper to remove this warning. See [2020-09-30T06:14:13.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:14:13.737Z] [2020-09-30T06:14:13.737Z] Login Succeeded [2020-09-30T06:14:13.737Z] nexus3.edgexfoundry.org:10004 [2020-09-30T06:14:14.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:14:14.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:14:14.018Z] Configure a credential helper to remove this warning. See [2020-09-30T06:14:14.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:14:14.018Z] [2020-09-30T06:14:14.018Z] Login Succeeded [2020-09-30T06:14:14.018Z] docker.io [2020-09-30T06:14:14.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:14:14.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:14:14.559Z] Configure a credential helper to remove this warning. See [2020-09-30T06:14:14.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:14:14.559Z] [2020-09-30T06:14:14.559Z] Login Succeeded [2020-09-30T06:14:14.559Z] ---> docker-login.sh ends [Pipeline] } [2020-09-30T06:14:14.572Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:14.775Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-30T06:14:14.775Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:14.775Z] 1.2.2-dev.36 [2020-09-30T06:14:14.775Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:14.775Z] master [2020-09-30T06:14:14.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:15.292Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:15.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:15.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-30T06:14:15.600Z] a6de10664bec: Preparing [2020-09-30T06:14:15.600Z] 0473f7120531: Preparing [2020-09-30T06:14:15.600Z] 125c89442c2e: Preparing [2020-09-30T06:14:15.863Z] 125c89442c2e: Pushed [2020-09-30T06:14:15.863Z] a6de10664bec: Pushed [2020-09-30T06:14:17.316Z] 0473f7120531: Pushed [2020-09-30T06:14:17.580Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:4c63d3c4ec9c93ed4780ffe4f9b88b9623179e32e125db31d9a4f572a70aebf4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:17.905Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:18.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.36 [2020-09-30T06:14:18.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-30T06:14:18.216Z] a6de10664bec: Preparing [2020-09-30T06:14:18.216Z] 0473f7120531: Preparing [2020-09-30T06:14:18.216Z] 125c89442c2e: Preparing [2020-09-30T06:14:18.482Z] 125c89442c2e: Layer already exists [2020-09-30T06:14:18.482Z] a6de10664bec: Layer already exists [2020-09-30T06:14:18.482Z] 0473f7120531: Layer already exists [2020-09-30T06:14:18.482Z] 1.2.2-dev.36: digest: sha256:4c63d3c4ec9c93ed4780ffe4f9b88b9623179e32e125db31d9a4f572a70aebf4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:18.822Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:19.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:19.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-30T06:14:19.138Z] a6de10664bec: Preparing [2020-09-30T06:14:19.138Z] 0473f7120531: Preparing [2020-09-30T06:14:19.138Z] 125c89442c2e: Preparing [2020-09-30T06:14:19.138Z] 125c89442c2e: Layer already exists [2020-09-30T06:14:19.138Z] a6de10664bec: Layer already exists [2020-09-30T06:14:19.138Z] 0473f7120531: Layer already exists [2020-09-30T06:14:19.138Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:4c63d3c4ec9c93ed4780ffe4f9b88b9623179e32e125db31d9a4f572a70aebf4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:19.457Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:19.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-30T06:14:19.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-30T06:14:19.868Z] a6de10664bec: Preparing [2020-09-30T06:14:19.868Z] 0473f7120531: Preparing [2020-09-30T06:14:19.868Z] 125c89442c2e: Preparing [2020-09-30T06:14:19.868Z] 125c89442c2e: Layer already exists [2020-09-30T06:14:19.868Z] 0473f7120531: Layer already exists [2020-09-30T06:14:19.868Z] a6de10664bec: Layer already exists [2020-09-30T06:14:19.868Z] master: digest: sha256:4c63d3c4ec9c93ed4780ffe4f9b88b9623179e32e125db31d9a4f572a70aebf4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:20.112Z] ===================================================== [Pipeline] echo [2020-09-30T06:14:20.169Z] taggedImages: [2020-09-30T06:14:20.169Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:20.169Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.36 [2020-09-30T06:14:20.169Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:20.169Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-30T06:14:20.234Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-30T06:14:20.234Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:20.234Z] 1.2.2-dev.36 [2020-09-30T06:14:20.234Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:20.234Z] master [2020-09-30T06:14:20.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:20.726Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:21.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:21.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-30T06:14:21.096Z] b111bba883c2: Preparing [2020-09-30T06:14:21.096Z] fa589e725be4: Preparing [2020-09-30T06:14:21.096Z] c0d94bb11dc5: Preparing [2020-09-30T06:14:21.096Z] 2eac65fc560a: Preparing [2020-09-30T06:14:21.096Z] 655d8269c3ef: Preparing [2020-09-30T06:14:21.096Z] 50644c29ef5a: Preparing [2020-09-30T06:14:21.096Z] 50644c29ef5a: Waiting [2020-09-30T06:14:21.371Z] 655d8269c3ef: Pushed [2020-09-30T06:14:21.371Z] b111bba883c2: Pushed [2020-09-30T06:14:21.371Z] c0d94bb11dc5: Pushed [2020-09-30T06:14:21.371Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:21.643Z] 2eac65fc560a: Pushed [2020-09-30T06:14:23.080Z] fa589e725be4: Pushed [2020-09-30T06:14:23.350Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:7d32366b66f93d1973198b811ca5c3723d04c1a7148f3042611aeb0a71c2de8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:23.680Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:23.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.36 [2020-09-30T06:14:23.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-30T06:14:23.986Z] b111bba883c2: Preparing [2020-09-30T06:14:23.986Z] fa589e725be4: Preparing [2020-09-30T06:14:23.986Z] c0d94bb11dc5: Preparing [2020-09-30T06:14:23.986Z] 2eac65fc560a: Preparing [2020-09-30T06:14:23.986Z] 655d8269c3ef: Preparing [2020-09-30T06:14:23.986Z] 50644c29ef5a: Preparing [2020-09-30T06:14:23.986Z] 50644c29ef5a: Waiting [2020-09-30T06:14:23.986Z] 655d8269c3ef: Layer already exists [2020-09-30T06:14:23.986Z] fa589e725be4: Layer already exists [2020-09-30T06:14:23.986Z] b111bba883c2: Layer already exists [2020-09-30T06:14:23.986Z] 2eac65fc560a: Layer already exists [2020-09-30T06:14:23.986Z] c0d94bb11dc5: Layer already exists [2020-09-30T06:14:23.986Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:23.986Z] 1.2.2-dev.36: digest: sha256:7d32366b66f93d1973198b811ca5c3723d04c1a7148f3042611aeb0a71c2de8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:24.313Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:24.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:24.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-30T06:14:24.623Z] b111bba883c2: Preparing [2020-09-30T06:14:24.623Z] fa589e725be4: Preparing [2020-09-30T06:14:24.623Z] c0d94bb11dc5: Preparing [2020-09-30T06:14:24.623Z] 2eac65fc560a: Preparing [2020-09-30T06:14:24.623Z] 655d8269c3ef: Preparing [2020-09-30T06:14:24.623Z] 50644c29ef5a: Preparing [2020-09-30T06:14:24.623Z] 50644c29ef5a: Waiting [2020-09-30T06:14:24.623Z] 2eac65fc560a: Layer already exists [2020-09-30T06:14:24.623Z] fa589e725be4: Layer already exists [2020-09-30T06:14:24.623Z] c0d94bb11dc5: Layer already exists [2020-09-30T06:14:24.623Z] 655d8269c3ef: Layer already exists [2020-09-30T06:14:24.623Z] b111bba883c2: Layer already exists [2020-09-30T06:14:24.623Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:24.623Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:7d32366b66f93d1973198b811ca5c3723d04c1a7148f3042611aeb0a71c2de8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:24.948Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:25.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-30T06:14:25.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-30T06:14:25.280Z] b111bba883c2: Preparing [2020-09-30T06:14:25.280Z] fa589e725be4: Preparing [2020-09-30T06:14:25.280Z] c0d94bb11dc5: Preparing [2020-09-30T06:14:25.280Z] 2eac65fc560a: Preparing [2020-09-30T06:14:25.280Z] 655d8269c3ef: Preparing [2020-09-30T06:14:25.280Z] 50644c29ef5a: Preparing [2020-09-30T06:14:25.280Z] 50644c29ef5a: Waiting [2020-09-30T06:14:25.280Z] 2eac65fc560a: Layer already exists [2020-09-30T06:14:25.280Z] fa589e725be4: Layer already exists [2020-09-30T06:14:25.280Z] c0d94bb11dc5: Layer already exists [2020-09-30T06:14:25.280Z] 655d8269c3ef: Layer already exists [2020-09-30T06:14:25.280Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:25.280Z] b111bba883c2: Layer already exists [2020-09-30T06:14:25.280Z] master: digest: sha256:7d32366b66f93d1973198b811ca5c3723d04c1a7148f3042611aeb0a71c2de8d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:25.529Z] ===================================================== [Pipeline] echo [2020-09-30T06:14:25.573Z] taggedImages: [2020-09-30T06:14:25.574Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:25.574Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.36 [2020-09-30T06:14:25.574Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:25.574Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-30T06:14:25.636Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-30T06:14:25.636Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:25.636Z] 1.2.2-dev.36 [2020-09-30T06:14:25.636Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:25.636Z] master [2020-09-30T06:14:25.636Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:26.124Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:26.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:26.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-30T06:14:26.486Z] e426531b4f33: Preparing [2020-09-30T06:14:26.486Z] 125bec4294a7: Preparing [2020-09-30T06:14:26.486Z] 2f619c4ee637: Preparing [2020-09-30T06:14:26.752Z] 2f619c4ee637: Pushed [2020-09-30T06:14:26.752Z] e426531b4f33: Pushed [2020-09-30T06:14:28.687Z] 125bec4294a7: Pushed [2020-09-30T06:14:28.687Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:1c380379a4037bde1afb54c6c7a0a9f86487a1f068c8739603b999842f63b323 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:29.039Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:29.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.36 [2020-09-30T06:14:29.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-30T06:14:29.390Z] e426531b4f33: Preparing [2020-09-30T06:14:29.390Z] 125bec4294a7: Preparing [2020-09-30T06:14:29.390Z] 2f619c4ee637: Preparing [2020-09-30T06:14:29.390Z] 125bec4294a7: Layer already exists [2020-09-30T06:14:29.390Z] 2f619c4ee637: Layer already exists [2020-09-30T06:14:29.390Z] e426531b4f33: Layer already exists [2020-09-30T06:14:29.390Z] 1.2.2-dev.36: digest: sha256:1c380379a4037bde1afb54c6c7a0a9f86487a1f068c8739603b999842f63b323 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:29.770Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:30.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:30.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-30T06:14:30.090Z] e426531b4f33: Preparing [2020-09-30T06:14:30.090Z] 125bec4294a7: Preparing [2020-09-30T06:14:30.090Z] 2f619c4ee637: Preparing [2020-09-30T06:14:30.090Z] 125bec4294a7: Layer already exists [2020-09-30T06:14:30.090Z] e426531b4f33: Layer already exists [2020-09-30T06:14:30.090Z] 2f619c4ee637: Layer already exists [2020-09-30T06:14:30.090Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:1c380379a4037bde1afb54c6c7a0a9f86487a1f068c8739603b999842f63b323 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:30.444Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:30.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-30T06:14:30.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-30T06:14:30.758Z] e426531b4f33: Preparing [2020-09-30T06:14:30.758Z] 125bec4294a7: Preparing [2020-09-30T06:14:30.758Z] 2f619c4ee637: Preparing [2020-09-30T06:14:30.758Z] 125bec4294a7: Layer already exists [2020-09-30T06:14:30.758Z] 2f619c4ee637: Layer already exists [2020-09-30T06:14:30.758Z] e426531b4f33: Layer already exists [2020-09-30T06:14:30.758Z] master: digest: sha256:1c380379a4037bde1afb54c6c7a0a9f86487a1f068c8739603b999842f63b323 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:31.003Z] ===================================================== [Pipeline] echo [2020-09-30T06:14:31.053Z] taggedImages: [2020-09-30T06:14:31.053Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:31.053Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.36 [2020-09-30T06:14:31.053Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:31.053Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-30T06:14:31.114Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-30T06:14:31.114Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:31.114Z] 1.2.2-dev.36 [2020-09-30T06:14:31.114Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:31.114Z] master [2020-09-30T06:14:31.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:31.622Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:31.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:31.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-30T06:14:31.978Z] cc6a07bb257f: Preparing [2020-09-30T06:14:31.978Z] 8bcbbdf69e3b: Preparing [2020-09-30T06:14:31.978Z] 8da9ee906084: Preparing [2020-09-30T06:14:31.978Z] 217456068088: Preparing [2020-09-30T06:14:31.978Z] 50644c29ef5a: Preparing [2020-09-30T06:14:31.978Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:32.244Z] 8da9ee906084: Pushed [2020-09-30T06:14:32.244Z] 8bcbbdf69e3b: Pushed [2020-09-30T06:14:33.700Z] 217456068088: Pushed [2020-09-30T06:14:33.968Z] cc6a07bb257f: Pushed [2020-09-30T06:14:34.230Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:51b15f7c96633e39bbd25a1d6b463765f3e860da8d43653dba8334f45177ae06 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:34.544Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:34.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.36 [2020-09-30T06:14:34.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-30T06:14:34.859Z] cc6a07bb257f: Preparing [2020-09-30T06:14:34.859Z] 8bcbbdf69e3b: Preparing [2020-09-30T06:14:34.859Z] 8da9ee906084: Preparing [2020-09-30T06:14:34.859Z] 217456068088: Preparing [2020-09-30T06:14:34.859Z] 50644c29ef5a: Preparing [2020-09-30T06:14:34.859Z] 217456068088: Layer already exists [2020-09-30T06:14:34.859Z] 8bcbbdf69e3b: Layer already exists [2020-09-30T06:14:34.859Z] 8da9ee906084: Layer already exists [2020-09-30T06:14:34.859Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:34.859Z] cc6a07bb257f: Layer already exists [2020-09-30T06:14:34.859Z] 1.2.2-dev.36: digest: sha256:51b15f7c96633e39bbd25a1d6b463765f3e860da8d43653dba8334f45177ae06 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:35.205Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:35.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:35.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-30T06:14:35.534Z] cc6a07bb257f: Preparing [2020-09-30T06:14:35.534Z] 8bcbbdf69e3b: Preparing [2020-09-30T06:14:35.534Z] 8da9ee906084: Preparing [2020-09-30T06:14:35.534Z] 217456068088: Preparing [2020-09-30T06:14:35.534Z] 50644c29ef5a: Preparing [2020-09-30T06:14:35.534Z] 8da9ee906084: Layer already exists [2020-09-30T06:14:35.534Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:35.534Z] cc6a07bb257f: Layer already exists [2020-09-30T06:14:35.534Z] 8bcbbdf69e3b: Layer already exists [2020-09-30T06:14:35.534Z] 217456068088: Layer already exists [2020-09-30T06:14:35.534Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:51b15f7c96633e39bbd25a1d6b463765f3e860da8d43653dba8334f45177ae06 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:36.003Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:36.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-30T06:14:36.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-30T06:14:36.334Z] cc6a07bb257f: Preparing [2020-09-30T06:14:36.334Z] 8bcbbdf69e3b: Preparing [2020-09-30T06:14:36.334Z] 8da9ee906084: Preparing [2020-09-30T06:14:36.334Z] 217456068088: Preparing [2020-09-30T06:14:36.334Z] 50644c29ef5a: Preparing [2020-09-30T06:14:36.334Z] 8bcbbdf69e3b: Layer already exists [2020-09-30T06:14:36.334Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:36.334Z] 8da9ee906084: Layer already exists [2020-09-30T06:14:36.334Z] 217456068088: Layer already exists [2020-09-30T06:14:36.334Z] cc6a07bb257f: Layer already exists [2020-09-30T06:14:36.603Z] master: digest: sha256:51b15f7c96633e39bbd25a1d6b463765f3e860da8d43653dba8334f45177ae06 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:36.808Z] ===================================================== [Pipeline] echo [2020-09-30T06:14:36.856Z] taggedImages: [2020-09-30T06:14:36.856Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:36.856Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.36 [2020-09-30T06:14:36.856Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:36.856Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-30T06:14:36.926Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-30T06:14:36.926Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:36.926Z] 1.2.2-dev.36 [2020-09-30T06:14:36.926Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:36.926Z] master [2020-09-30T06:14:36.926Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:37.446Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:37.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:37.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-30T06:14:37.765Z] f414e37b1635: Preparing [2020-09-30T06:14:37.765Z] a80ea304ff7b: Preparing [2020-09-30T06:14:37.765Z] dd2c3350da78: Preparing [2020-09-30T06:14:37.765Z] e8d5885fc42a: Preparing [2020-09-30T06:14:37.765Z] e8d5885fc42a: Preparing [2020-09-30T06:14:37.765Z] b0c087b99c7d: Preparing [2020-09-30T06:14:37.765Z] 884c0a15c0ff: Preparing [2020-09-30T06:14:37.765Z] fd3dce973e8f: Preparing [2020-09-30T06:14:37.765Z] f414e37b1635: Preparing [2020-09-30T06:14:37.765Z] 676b9e249759: Preparing [2020-09-30T06:14:37.765Z] 2ca248581794: Preparing [2020-09-30T06:14:37.765Z] bde7235f9d36: Preparing [2020-09-30T06:14:37.765Z] 50644c29ef5a: Preparing [2020-09-30T06:14:37.765Z] 884c0a15c0ff: Waiting [2020-09-30T06:14:37.765Z] fd3dce973e8f: Waiting [2020-09-30T06:14:37.765Z] 676b9e249759: Waiting [2020-09-30T06:14:37.765Z] 2ca248581794: Waiting [2020-09-30T06:14:37.765Z] bde7235f9d36: Waiting [2020-09-30T06:14:37.765Z] 50644c29ef5a: Waiting [2020-09-30T06:14:38.075Z] a80ea304ff7b: Pushed [2020-09-30T06:14:38.075Z] b0c087b99c7d: Pushed [2020-09-30T06:14:38.075Z] dd2c3350da78: Pushed [2020-09-30T06:14:38.506Z] fd3dce973e8f: Pushed [2020-09-30T06:14:38.506Z] 884c0a15c0ff: Pushed [2020-09-30T06:14:38.506Z] 676b9e249759: Pushed [2020-09-30T06:14:38.506Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:38.506Z] 2ca248581794: Pushed [2020-09-30T06:14:38.788Z] bde7235f9d36: Pushed [2020-09-30T06:14:39.050Z] e8d5885fc42a: Pushed [2020-09-30T06:14:39.314Z] f414e37b1635: Pushed [2020-09-30T06:14:39.581Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:e7113e0f00248f20fa059f3305f3746d9bff73adce568d04b101b3dfe4bc6a01 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:39.907Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:40.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.36 [2020-09-30T06:14:40.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-30T06:14:40.233Z] f414e37b1635: Preparing [2020-09-30T06:14:40.233Z] a80ea304ff7b: Preparing [2020-09-30T06:14:40.233Z] dd2c3350da78: Preparing [2020-09-30T06:14:40.233Z] e8d5885fc42a: Preparing [2020-09-30T06:14:40.233Z] e8d5885fc42a: Preparing [2020-09-30T06:14:40.233Z] b0c087b99c7d: Preparing [2020-09-30T06:14:40.233Z] 884c0a15c0ff: Preparing [2020-09-30T06:14:40.233Z] fd3dce973e8f: Preparing [2020-09-30T06:14:40.233Z] f414e37b1635: Preparing [2020-09-30T06:14:40.233Z] 676b9e249759: Preparing [2020-09-30T06:14:40.233Z] 2ca248581794: Preparing [2020-09-30T06:14:40.233Z] bde7235f9d36: Preparing [2020-09-30T06:14:40.233Z] 50644c29ef5a: Preparing [2020-09-30T06:14:40.233Z] fd3dce973e8f: Waiting [2020-09-30T06:14:40.233Z] 676b9e249759: Waiting [2020-09-30T06:14:40.233Z] 2ca248581794: Waiting [2020-09-30T06:14:40.233Z] bde7235f9d36: Waiting [2020-09-30T06:14:40.233Z] 50644c29ef5a: Waiting [2020-09-30T06:14:40.233Z] 884c0a15c0ff: Waiting [2020-09-30T06:14:40.233Z] b0c087b99c7d: Layer already exists [2020-09-30T06:14:40.233Z] e8d5885fc42a: Layer already exists [2020-09-30T06:14:40.233Z] a80ea304ff7b: Layer already exists [2020-09-30T06:14:40.233Z] dd2c3350da78: Layer already exists [2020-09-30T06:14:40.233Z] f414e37b1635: Layer already exists [2020-09-30T06:14:40.233Z] 676b9e249759: Layer already exists [2020-09-30T06:14:40.233Z] 2ca248581794: Layer already exists [2020-09-30T06:14:40.233Z] 884c0a15c0ff: Layer already exists [2020-09-30T06:14:40.233Z] bde7235f9d36: Layer already exists [2020-09-30T06:14:40.233Z] fd3dce973e8f: Layer already exists [2020-09-30T06:14:40.233Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:40.233Z] 1.2.2-dev.36: digest: sha256:e7113e0f00248f20fa059f3305f3746d9bff73adce568d04b101b3dfe4bc6a01 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:40.546Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:40.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:40.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-30T06:14:40.867Z] f414e37b1635: Preparing [2020-09-30T06:14:40.867Z] a80ea304ff7b: Preparing [2020-09-30T06:14:40.867Z] dd2c3350da78: Preparing [2020-09-30T06:14:40.867Z] e8d5885fc42a: Preparing [2020-09-30T06:14:40.867Z] e8d5885fc42a: Preparing [2020-09-30T06:14:40.867Z] b0c087b99c7d: Preparing [2020-09-30T06:14:40.867Z] 884c0a15c0ff: Preparing [2020-09-30T06:14:40.867Z] fd3dce973e8f: Preparing [2020-09-30T06:14:40.867Z] f414e37b1635: Preparing [2020-09-30T06:14:40.867Z] 676b9e249759: Preparing [2020-09-30T06:14:40.867Z] 2ca248581794: Preparing [2020-09-30T06:14:40.867Z] bde7235f9d36: Preparing [2020-09-30T06:14:40.867Z] 50644c29ef5a: Preparing [2020-09-30T06:14:40.867Z] 884c0a15c0ff: Waiting [2020-09-30T06:14:40.867Z] fd3dce973e8f: Waiting [2020-09-30T06:14:40.867Z] 676b9e249759: Waiting [2020-09-30T06:14:40.867Z] 2ca248581794: Waiting [2020-09-30T06:14:40.867Z] bde7235f9d36: Waiting [2020-09-30T06:14:40.867Z] dd2c3350da78: Layer already exists [2020-09-30T06:14:40.867Z] a80ea304ff7b: Layer already exists [2020-09-30T06:14:40.867Z] b0c087b99c7d: Layer already exists [2020-09-30T06:14:40.867Z] f414e37b1635: Layer already exists [2020-09-30T06:14:40.867Z] e8d5885fc42a: Layer already exists [2020-09-30T06:14:40.867Z] 884c0a15c0ff: Layer already exists [2020-09-30T06:14:40.867Z] fd3dce973e8f: Layer already exists [2020-09-30T06:14:40.867Z] 676b9e249759: Layer already exists [2020-09-30T06:14:40.867Z] bde7235f9d36: Layer already exists [2020-09-30T06:14:40.867Z] 2ca248581794: Layer already exists [2020-09-30T06:14:40.867Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:41.131Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:e7113e0f00248f20fa059f3305f3746d9bff73adce568d04b101b3dfe4bc6a01 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:41.446Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:41.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-30T06:14:41.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-30T06:14:41.769Z] f414e37b1635: Preparing [2020-09-30T06:14:41.769Z] a80ea304ff7b: Preparing [2020-09-30T06:14:41.769Z] dd2c3350da78: Preparing [2020-09-30T06:14:41.769Z] e8d5885fc42a: Preparing [2020-09-30T06:14:41.769Z] e8d5885fc42a: Preparing [2020-09-30T06:14:41.769Z] b0c087b99c7d: Preparing [2020-09-30T06:14:41.769Z] 884c0a15c0ff: Preparing [2020-09-30T06:14:41.769Z] fd3dce973e8f: Preparing [2020-09-30T06:14:41.769Z] f414e37b1635: Preparing [2020-09-30T06:14:41.769Z] 676b9e249759: Preparing [2020-09-30T06:14:41.769Z] 2ca248581794: Preparing [2020-09-30T06:14:41.769Z] bde7235f9d36: Preparing [2020-09-30T06:14:41.769Z] 50644c29ef5a: Preparing [2020-09-30T06:14:41.769Z] 676b9e249759: Waiting [2020-09-30T06:14:41.769Z] 2ca248581794: Waiting [2020-09-30T06:14:41.769Z] bde7235f9d36: Waiting [2020-09-30T06:14:41.769Z] 50644c29ef5a: Waiting [2020-09-30T06:14:41.769Z] 884c0a15c0ff: Waiting [2020-09-30T06:14:41.769Z] fd3dce973e8f: Waiting [2020-09-30T06:14:41.769Z] a80ea304ff7b: Layer already exists [2020-09-30T06:14:41.769Z] b0c087b99c7d: Layer already exists [2020-09-30T06:14:41.769Z] e8d5885fc42a: Layer already exists [2020-09-30T06:14:41.769Z] f414e37b1635: Layer already exists [2020-09-30T06:14:41.769Z] dd2c3350da78: Layer already exists [2020-09-30T06:14:41.769Z] fd3dce973e8f: Layer already exists [2020-09-30T06:14:41.769Z] bde7235f9d36: Layer already exists [2020-09-30T06:14:41.769Z] 884c0a15c0ff: Layer already exists [2020-09-30T06:14:41.769Z] 2ca248581794: Layer already exists [2020-09-30T06:14:42.033Z] 676b9e249759: Layer already exists [2020-09-30T06:14:42.033Z] 50644c29ef5a: Layer already exists [2020-09-30T06:14:42.033Z] master: digest: sha256:e7113e0f00248f20fa059f3305f3746d9bff73adce568d04b101b3dfe4bc6a01 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:42.263Z] ===================================================== [Pipeline] echo [2020-09-30T06:14:42.312Z] taggedImages: [2020-09-30T06:14:42.312Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:42.312Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.36 [2020-09-30T06:14:42.312Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:42.312Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-30T06:14:42.386Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-30T06:14:42.386Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:42.386Z] 1.2.2-dev.36 [2020-09-30T06:14:42.386Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:42.386Z] master [2020-09-30T06:14:42.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:42.919Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:43.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:43.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-30T06:14:43.253Z] c512e95f3a9e: Preparing [2020-09-30T06:14:43.253Z] cc0c1d6a260b: Preparing [2020-09-30T06:14:43.253Z] 0f13a1c8eaf9: Preparing [2020-09-30T06:14:43.253Z] ecdedfa456b5: Preparing [2020-09-30T06:14:43.253Z] 95fcf1998c1f: Preparing [2020-09-30T06:14:43.253Z] e3ebcbd15aa3: Preparing [2020-09-30T06:14:43.253Z] 0066b6d6a0df: Preparing [2020-09-30T06:14:43.253Z] b720cb9bfa27: Preparing [2020-09-30T06:14:43.253Z] 2ce7bc2a9770: Preparing [2020-09-30T06:14:43.253Z] 5b9dd1423201: Preparing [2020-09-30T06:14:43.253Z] 1b3ee35aacca: Preparing [2020-09-30T06:14:43.253Z] e3ebcbd15aa3: Waiting [2020-09-30T06:14:43.253Z] 0066b6d6a0df: Waiting [2020-09-30T06:14:43.253Z] b720cb9bfa27: Waiting [2020-09-30T06:14:43.253Z] 2ce7bc2a9770: Waiting [2020-09-30T06:14:43.253Z] 5b9dd1423201: Waiting [2020-09-30T06:14:43.253Z] 1b3ee35aacca: Waiting [2020-09-30T06:14:43.537Z] c512e95f3a9e: Pushed [2020-09-30T06:14:43.537Z] cc0c1d6a260b: Pushed [2020-09-30T06:14:43.810Z] e3ebcbd15aa3: Pushed [2020-09-30T06:14:43.810Z] 0066b6d6a0df: Pushed [2020-09-30T06:14:44.081Z] b720cb9bfa27: Pushed [2020-09-30T06:14:44.359Z] 2ce7bc2a9770: Pushed [2020-09-30T06:14:44.359Z] 1b3ee35aacca: Layer already exists [2020-09-30T06:14:44.634Z] 0f13a1c8eaf9: Pushed [2020-09-30T06:14:44.899Z] ecdedfa456b5: Pushed [2020-09-30T06:14:44.899Z] 95fcf1998c1f: Pushed [2020-09-30T06:14:44.899Z] 5b9dd1423201: Pushed [2020-09-30T06:14:45.174Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:5f0b169669babd8ed58a4143fbd32abd254f9fbbcd8c3247e36d01996f53089d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:45.500Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:45.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.36 [2020-09-30T06:14:45.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-30T06:14:45.810Z] c512e95f3a9e: Preparing [2020-09-30T06:14:45.810Z] cc0c1d6a260b: Preparing [2020-09-30T06:14:45.810Z] 0f13a1c8eaf9: Preparing [2020-09-30T06:14:45.810Z] ecdedfa456b5: Preparing [2020-09-30T06:14:45.810Z] 95fcf1998c1f: Preparing [2020-09-30T06:14:45.810Z] e3ebcbd15aa3: Preparing [2020-09-30T06:14:45.810Z] 0066b6d6a0df: Preparing [2020-09-30T06:14:45.810Z] b720cb9bfa27: Preparing [2020-09-30T06:14:45.810Z] 2ce7bc2a9770: Preparing [2020-09-30T06:14:45.810Z] 5b9dd1423201: Preparing [2020-09-30T06:14:45.810Z] 1b3ee35aacca: Preparing [2020-09-30T06:14:45.810Z] 0066b6d6a0df: Waiting [2020-09-30T06:14:45.810Z] b720cb9bfa27: Waiting [2020-09-30T06:14:45.810Z] 2ce7bc2a9770: Waiting [2020-09-30T06:14:45.810Z] 5b9dd1423201: Waiting [2020-09-30T06:14:45.810Z] 1b3ee35aacca: Waiting [2020-09-30T06:14:45.810Z] e3ebcbd15aa3: Waiting [2020-09-30T06:14:45.810Z] 95fcf1998c1f: Layer already exists [2020-09-30T06:14:45.810Z] c512e95f3a9e: Layer already exists [2020-09-30T06:14:45.810Z] 0f13a1c8eaf9: Layer already exists [2020-09-30T06:14:45.810Z] cc0c1d6a260b: Layer already exists [2020-09-30T06:14:45.810Z] ecdedfa456b5: Layer already exists [2020-09-30T06:14:45.810Z] e3ebcbd15aa3: Layer already exists [2020-09-30T06:14:45.810Z] 5b9dd1423201: Layer already exists [2020-09-30T06:14:45.810Z] b720cb9bfa27: Layer already exists [2020-09-30T06:14:45.810Z] 1b3ee35aacca: Layer already exists [2020-09-30T06:14:45.810Z] 0066b6d6a0df: Layer already exists [2020-09-30T06:14:45.810Z] 2ce7bc2a9770: Layer already exists [2020-09-30T06:14:46.073Z] 1.2.2-dev.36: digest: sha256:5f0b169669babd8ed58a4143fbd32abd254f9fbbcd8c3247e36d01996f53089d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:46.648Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:46.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:46.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-30T06:14:46.956Z] c512e95f3a9e: Preparing [2020-09-30T06:14:46.956Z] cc0c1d6a260b: Preparing [2020-09-30T06:14:46.956Z] 0f13a1c8eaf9: Preparing [2020-09-30T06:14:46.956Z] ecdedfa456b5: Preparing [2020-09-30T06:14:46.956Z] 95fcf1998c1f: Preparing [2020-09-30T06:14:46.956Z] e3ebcbd15aa3: Preparing [2020-09-30T06:14:46.956Z] 0066b6d6a0df: Preparing [2020-09-30T06:14:46.956Z] b720cb9bfa27: Preparing [2020-09-30T06:14:46.956Z] 2ce7bc2a9770: Preparing [2020-09-30T06:14:46.956Z] 5b9dd1423201: Preparing [2020-09-30T06:14:46.956Z] 1b3ee35aacca: Preparing [2020-09-30T06:14:46.956Z] b720cb9bfa27: Waiting [2020-09-30T06:14:46.956Z] e3ebcbd15aa3: Waiting [2020-09-30T06:14:46.956Z] 0066b6d6a0df: Waiting [2020-09-30T06:14:46.956Z] 5b9dd1423201: Waiting [2020-09-30T06:14:46.956Z] 2ce7bc2a9770: Waiting [2020-09-30T06:14:46.956Z] 1b3ee35aacca: Waiting [2020-09-30T06:14:46.956Z] 95fcf1998c1f: Layer already exists [2020-09-30T06:14:46.956Z] cc0c1d6a260b: Layer already exists [2020-09-30T06:14:46.956Z] c512e95f3a9e: Layer already exists [2020-09-30T06:14:46.956Z] 0f13a1c8eaf9: Layer already exists [2020-09-30T06:14:46.956Z] ecdedfa456b5: Layer already exists [2020-09-30T06:14:46.956Z] e3ebcbd15aa3: Layer already exists [2020-09-30T06:14:46.956Z] 0066b6d6a0df: Layer already exists [2020-09-30T06:14:46.956Z] b720cb9bfa27: Layer already exists [2020-09-30T06:14:46.956Z] 2ce7bc2a9770: Layer already exists [2020-09-30T06:14:46.956Z] 5b9dd1423201: Layer already exists [2020-09-30T06:14:46.956Z] 1b3ee35aacca: Layer already exists [2020-09-30T06:14:47.227Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:5f0b169669babd8ed58a4143fbd32abd254f9fbbcd8c3247e36d01996f53089d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:47.538Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:47.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-30T06:14:47.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-30T06:14:47.840Z] c512e95f3a9e: Preparing [2020-09-30T06:14:47.840Z] cc0c1d6a260b: Preparing [2020-09-30T06:14:47.840Z] 0f13a1c8eaf9: Preparing [2020-09-30T06:14:47.840Z] ecdedfa456b5: Preparing [2020-09-30T06:14:47.840Z] 95fcf1998c1f: Preparing [2020-09-30T06:14:47.840Z] e3ebcbd15aa3: Preparing [2020-09-30T06:14:47.840Z] 0066b6d6a0df: Preparing [2020-09-30T06:14:47.840Z] b720cb9bfa27: Preparing [2020-09-30T06:14:47.840Z] 2ce7bc2a9770: Preparing [2020-09-30T06:14:47.840Z] 5b9dd1423201: Preparing [2020-09-30T06:14:47.840Z] 1b3ee35aacca: Preparing [2020-09-30T06:14:47.840Z] b720cb9bfa27: Waiting [2020-09-30T06:14:47.840Z] 2ce7bc2a9770: Waiting [2020-09-30T06:14:47.840Z] e3ebcbd15aa3: Waiting [2020-09-30T06:14:47.840Z] 5b9dd1423201: Waiting [2020-09-30T06:14:47.840Z] 0066b6d6a0df: Waiting [2020-09-30T06:14:47.840Z] 1b3ee35aacca: Waiting [2020-09-30T06:14:47.840Z] ecdedfa456b5: Layer already exists [2020-09-30T06:14:47.840Z] 95fcf1998c1f: Layer already exists [2020-09-30T06:14:47.840Z] cc0c1d6a260b: Layer already exists [2020-09-30T06:14:47.840Z] 0f13a1c8eaf9: Layer already exists [2020-09-30T06:14:47.840Z] c512e95f3a9e: Layer already exists [2020-09-30T06:14:47.840Z] e3ebcbd15aa3: Layer already exists [2020-09-30T06:14:47.840Z] b720cb9bfa27: Layer already exists [2020-09-30T06:14:47.840Z] 0066b6d6a0df: Layer already exists [2020-09-30T06:14:47.840Z] 2ce7bc2a9770: Layer already exists [2020-09-30T06:14:47.840Z] 5b9dd1423201: Layer already exists [2020-09-30T06:14:47.840Z] 1b3ee35aacca: Layer already exists [2020-09-30T06:14:48.102Z] master: digest: sha256:5f0b169669babd8ed58a4143fbd32abd254f9fbbcd8c3247e36d01996f53089d size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:48.335Z] ===================================================== [Pipeline] echo [2020-09-30T06:14:48.384Z] taggedImages: [2020-09-30T06:14:48.384Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:48.384Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.36 [2020-09-30T06:14:48.384Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:48.384Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-30T06:14:48.452Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-30T06:14:48.452Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:48.452Z] 1.2.2-dev.36 [2020-09-30T06:14:48.452Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:48.452Z] master [2020-09-30T06:14:48.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:48.961Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:49.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:49.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-30T06:14:49.276Z] 9e078bedaa16: Preparing [2020-09-30T06:14:49.276Z] 26f5d9f02ccb: Preparing [2020-09-30T06:14:49.276Z] 501c1e8ce5c6: Preparing [2020-09-30T06:14:49.276Z] 3c389ee68dab: Preparing [2020-09-30T06:14:49.545Z] 501c1e8ce5c6: Pushed [2020-09-30T06:14:49.545Z] 9e078bedaa16: Pushed [2020-09-30T06:14:49.545Z] 3c389ee68dab: Pushed [2020-09-30T06:14:50.493Z] 26f5d9f02ccb: Pushed [2020-09-30T06:14:50.758Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:ab9fac8de1adaeedbf5c45c080eb752438bdeea74992ab478b0fdd5e0d536b3a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:51.088Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:51.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.36 [2020-09-30T06:14:51.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-30T06:14:51.403Z] 9e078bedaa16: Preparing [2020-09-30T06:14:51.403Z] 26f5d9f02ccb: Preparing [2020-09-30T06:14:51.403Z] 501c1e8ce5c6: Preparing [2020-09-30T06:14:51.403Z] 3c389ee68dab: Preparing [2020-09-30T06:14:51.403Z] 9e078bedaa16: Layer already exists [2020-09-30T06:14:51.403Z] 501c1e8ce5c6: Layer already exists [2020-09-30T06:14:51.403Z] 3c389ee68dab: Layer already exists [2020-09-30T06:14:51.403Z] 26f5d9f02ccb: Layer already exists [2020-09-30T06:14:51.403Z] 1.2.2-dev.36: digest: sha256:ab9fac8de1adaeedbf5c45c080eb752438bdeea74992ab478b0fdd5e0d536b3a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:51.988Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:52.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:52.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-30T06:14:52.561Z] 9e078bedaa16: Preparing [2020-09-30T06:14:52.561Z] 26f5d9f02ccb: Preparing [2020-09-30T06:14:52.561Z] 501c1e8ce5c6: Preparing [2020-09-30T06:14:52.561Z] 3c389ee68dab: Preparing [2020-09-30T06:14:52.561Z] 26f5d9f02ccb: Layer already exists [2020-09-30T06:14:52.561Z] 9e078bedaa16: Layer already exists [2020-09-30T06:14:52.561Z] 501c1e8ce5c6: Layer already exists [2020-09-30T06:14:52.561Z] 3c389ee68dab: Layer already exists [2020-09-30T06:14:52.561Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:ab9fac8de1adaeedbf5c45c080eb752438bdeea74992ab478b0fdd5e0d536b3a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:52.920Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:53.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-30T06:14:53.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-30T06:14:53.232Z] 9e078bedaa16: Preparing [2020-09-30T06:14:53.232Z] 26f5d9f02ccb: Preparing [2020-09-30T06:14:53.232Z] 501c1e8ce5c6: Preparing [2020-09-30T06:14:53.232Z] 3c389ee68dab: Preparing [2020-09-30T06:14:53.232Z] 9e078bedaa16: Layer already exists [2020-09-30T06:14:53.232Z] 501c1e8ce5c6: Layer already exists [2020-09-30T06:14:53.232Z] 3c389ee68dab: Layer already exists [2020-09-30T06:14:53.232Z] 26f5d9f02ccb: Layer already exists [2020-09-30T06:14:53.525Z] master: digest: sha256:ab9fac8de1adaeedbf5c45c080eb752438bdeea74992ab478b0fdd5e0d536b3a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:53.761Z] ===================================================== [Pipeline] echo [2020-09-30T06:14:53.812Z] taggedImages: [2020-09-30T06:14:53.812Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:53.812Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.36 [2020-09-30T06:14:53.812Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:53.812Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-30T06:14:53.894Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-30T06:14:53.894Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:53.894Z] 1.2.2-dev.36 [2020-09-30T06:14:53.894Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:53.894Z] master [2020-09-30T06:14:53.894Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:54.463Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:55.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:55.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-30T06:14:55.084Z] 2e2b4403af58: Preparing [2020-09-30T06:14:55.084Z] 96392ac5c3a6: Preparing [2020-09-30T06:14:55.084Z] e59ed299beeb: Preparing [2020-09-30T06:14:55.084Z] 4ca69dd96bb4: Preparing [2020-09-30T06:14:55.084Z] bae39154fdf1: Preparing [2020-09-30T06:14:55.084Z] 9cfef83ae279: Preparing [2020-09-30T06:14:55.084Z] 9cfef83ae279: Waiting [2020-09-30T06:14:55.721Z] 2e2b4403af58: Pushed [2020-09-30T06:14:55.721Z] 4ca69dd96bb4: Pushed [2020-09-30T06:14:55.721Z] e59ed299beeb: Pushed [2020-09-30T06:14:55.721Z] bae39154fdf1: Pushed [2020-09-30T06:14:55.721Z] 9cfef83ae279: Pushed [2020-09-30T06:14:57.190Z] 96392ac5c3a6: Pushed [2020-09-30T06:14:57.190Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:8fba10c0af54eb3c3b250dba1b8723718a4b1bc707eb7aae60f5ce284430011a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:57.524Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:57.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.36 [2020-09-30T06:14:57.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-30T06:14:57.831Z] 2e2b4403af58: Preparing [2020-09-30T06:14:57.831Z] 96392ac5c3a6: Preparing [2020-09-30T06:14:57.831Z] e59ed299beeb: Preparing [2020-09-30T06:14:57.831Z] 4ca69dd96bb4: Preparing [2020-09-30T06:14:57.831Z] bae39154fdf1: Preparing [2020-09-30T06:14:57.831Z] 9cfef83ae279: Preparing [2020-09-30T06:14:57.831Z] 9cfef83ae279: Waiting [2020-09-30T06:14:57.831Z] e59ed299beeb: Layer already exists [2020-09-30T06:14:57.831Z] 2e2b4403af58: Layer already exists [2020-09-30T06:14:57.831Z] 96392ac5c3a6: Layer already exists [2020-09-30T06:14:57.831Z] bae39154fdf1: Layer already exists [2020-09-30T06:14:57.831Z] 4ca69dd96bb4: Layer already exists [2020-09-30T06:14:57.831Z] 9cfef83ae279: Layer already exists [2020-09-30T06:14:57.831Z] 1.2.2-dev.36: digest: sha256:8fba10c0af54eb3c3b250dba1b8723718a4b1bc707eb7aae60f5ce284430011a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:58.141Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:58.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:58.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-30T06:14:58.443Z] 2e2b4403af58: Preparing [2020-09-30T06:14:58.443Z] 96392ac5c3a6: Preparing [2020-09-30T06:14:58.443Z] e59ed299beeb: Preparing [2020-09-30T06:14:58.443Z] 4ca69dd96bb4: Preparing [2020-09-30T06:14:58.443Z] bae39154fdf1: Preparing [2020-09-30T06:14:58.443Z] 9cfef83ae279: Preparing [2020-09-30T06:14:58.443Z] 9cfef83ae279: Waiting [2020-09-30T06:14:58.443Z] 2e2b4403af58: Layer already exists [2020-09-30T06:14:58.443Z] 4ca69dd96bb4: Layer already exists [2020-09-30T06:14:58.443Z] 96392ac5c3a6: Layer already exists [2020-09-30T06:14:58.443Z] e59ed299beeb: Layer already exists [2020-09-30T06:14:58.443Z] bae39154fdf1: Layer already exists [2020-09-30T06:14:58.443Z] 9cfef83ae279: Layer already exists [2020-09-30T06:14:58.443Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:8fba10c0af54eb3c3b250dba1b8723718a4b1bc707eb7aae60f5ce284430011a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:58.755Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:14:59.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-30T06:14:59.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-30T06:14:59.055Z] 2e2b4403af58: Preparing [2020-09-30T06:14:59.055Z] 96392ac5c3a6: Preparing [2020-09-30T06:14:59.055Z] e59ed299beeb: Preparing [2020-09-30T06:14:59.055Z] 4ca69dd96bb4: Preparing [2020-09-30T06:14:59.055Z] bae39154fdf1: Preparing [2020-09-30T06:14:59.055Z] 9cfef83ae279: Preparing [2020-09-30T06:14:59.055Z] 9cfef83ae279: Waiting [2020-09-30T06:14:59.055Z] 2e2b4403af58: Layer already exists [2020-09-30T06:14:59.055Z] 4ca69dd96bb4: Layer already exists [2020-09-30T06:14:59.055Z] 96392ac5c3a6: Layer already exists [2020-09-30T06:14:59.055Z] e59ed299beeb: Layer already exists [2020-09-30T06:14:59.055Z] bae39154fdf1: Layer already exists [2020-09-30T06:14:59.055Z] 9cfef83ae279: Layer already exists [2020-09-30T06:14:59.319Z] master: digest: sha256:8fba10c0af54eb3c3b250dba1b8723718a4b1bc707eb7aae60f5ce284430011a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:14:59.527Z] ===================================================== [Pipeline] echo [2020-09-30T06:14:59.574Z] taggedImages: [2020-09-30T06:14:59.574Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:59.574Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.36 [2020-09-30T06:14:59.574Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:59.574Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-30T06:14:59.639Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-30T06:14:59.639Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:14:59.639Z] 1.2.2-dev.36 [2020-09-30T06:14:59.639Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:14:59.639Z] master [2020-09-30T06:14:59.639Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:00.116Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:00.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:15:00.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-30T06:15:00.456Z] 784d15dc939c: Preparing [2020-09-30T06:15:00.456Z] 7322e57ac06c: Preparing [2020-09-30T06:15:00.456Z] 825876692ac7: Preparing [2020-09-30T06:15:00.731Z] 784d15dc939c: Pushed [2020-09-30T06:15:00.731Z] 825876692ac7: Pushed [2020-09-30T06:15:02.745Z] 7322e57ac06c: Pushed [2020-09-30T06:15:02.745Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:9439de445acc34d57a1d4ee5811c2c6bf029db818bf3ff2b3b4c6a50b8647455 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:03.361Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:03.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.36 [2020-09-30T06:15:03.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-30T06:15:03.688Z] 784d15dc939c: Preparing [2020-09-30T06:15:03.688Z] 7322e57ac06c: Preparing [2020-09-30T06:15:03.688Z] 825876692ac7: Preparing [2020-09-30T06:15:03.688Z] 784d15dc939c: Layer already exists [2020-09-30T06:15:03.688Z] 7322e57ac06c: Layer already exists [2020-09-30T06:15:03.688Z] 825876692ac7: Layer already exists [2020-09-30T06:15:03.951Z] 1.2.2-dev.36: digest: sha256:9439de445acc34d57a1d4ee5811c2c6bf029db818bf3ff2b3b4c6a50b8647455 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:04.280Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:04.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:15:04.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-30T06:15:04.584Z] 784d15dc939c: Preparing [2020-09-30T06:15:04.584Z] 7322e57ac06c: Preparing [2020-09-30T06:15:04.584Z] 825876692ac7: Preparing [2020-09-30T06:15:04.584Z] 825876692ac7: Layer already exists [2020-09-30T06:15:04.584Z] 7322e57ac06c: Layer already exists [2020-09-30T06:15:04.584Z] 784d15dc939c: Layer already exists [2020-09-30T06:15:04.584Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:9439de445acc34d57a1d4ee5811c2c6bf029db818bf3ff2b3b4c6a50b8647455 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:04.911Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:05.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-30T06:15:05.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-30T06:15:05.232Z] 784d15dc939c: Preparing [2020-09-30T06:15:05.232Z] 7322e57ac06c: Preparing [2020-09-30T06:15:05.232Z] 825876692ac7: Preparing [2020-09-30T06:15:05.232Z] 825876692ac7: Layer already exists [2020-09-30T06:15:05.232Z] 7322e57ac06c: Layer already exists [2020-09-30T06:15:05.232Z] 784d15dc939c: Layer already exists [2020-09-30T06:15:06.622Z] master: digest: sha256:9439de445acc34d57a1d4ee5811c2c6bf029db818bf3ff2b3b4c6a50b8647455 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:15:06.829Z] ===================================================== [Pipeline] echo [2020-09-30T06:15:06.879Z] taggedImages: [2020-09-30T06:15:06.879Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:15:06.879Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.36 [2020-09-30T06:15:06.879Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:15:06.879Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-30T06:15:06.950Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-30T06:15:06.950Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:15:06.950Z] 1.2.2-dev.36 [2020-09-30T06:15:06.950Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:15:06.950Z] master [2020-09-30T06:15:06.950Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:07.535Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:07.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:15:07.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-30T06:15:07.861Z] 0ad70b80f431: Preparing [2020-09-30T06:15:07.861Z] 40983b45f0bd: Preparing [2020-09-30T06:15:07.861Z] e7e8b04599fa: Preparing [2020-09-30T06:15:07.861Z] 9523e85911d0: Preparing [2020-09-30T06:15:07.861Z] 2b86ee04685e: Preparing [2020-09-30T06:15:07.861Z] fbd83cb23086: Preparing [2020-09-30T06:15:07.861Z] 5c1d964bdb66: Preparing [2020-09-30T06:15:07.861Z] 527eef706b20: Preparing [2020-09-30T06:15:07.861Z] 224742e9e948: Preparing [2020-09-30T06:15:07.861Z] 5391e5290f13: Preparing [2020-09-30T06:15:07.861Z] 13baed61c795: Preparing [2020-09-30T06:15:07.861Z] 51d6d3d09136: Preparing [2020-09-30T06:15:07.861Z] 1507bc794612: Preparing [2020-09-30T06:15:07.861Z] 50644c29ef5a: Preparing [2020-09-30T06:15:07.861Z] 224742e9e948: Waiting [2020-09-30T06:15:07.861Z] 5391e5290f13: Waiting [2020-09-30T06:15:07.861Z] 13baed61c795: Waiting [2020-09-30T06:15:07.861Z] 51d6d3d09136: Waiting [2020-09-30T06:15:07.861Z] 1507bc794612: Waiting [2020-09-30T06:15:07.861Z] 50644c29ef5a: Waiting [2020-09-30T06:15:07.861Z] fbd83cb23086: Waiting [2020-09-30T06:15:07.861Z] 5c1d964bdb66: Waiting [2020-09-30T06:15:07.861Z] 527eef706b20: Waiting [2020-09-30T06:15:08.190Z] 2b86ee04685e: Pushed [2020-09-30T06:15:08.190Z] 0ad70b80f431: Pushed [2020-09-30T06:15:08.463Z] 9523e85911d0: Pushed [2020-09-30T06:15:08.463Z] 527eef706b20: Layer already exists [2020-09-30T06:15:08.755Z] 224742e9e948: Layer already exists [2020-09-30T06:15:08.755Z] 5391e5290f13: Layer already exists [2020-09-30T06:15:08.755Z] 13baed61c795: Layer already exists [2020-09-30T06:15:08.755Z] 5c1d964bdb66: Pushed [2020-09-30T06:15:08.755Z] 51d6d3d09136: Layer already exists [2020-09-30T06:15:09.056Z] 1507bc794612: Layer already exists [2020-09-30T06:15:09.056Z] 50644c29ef5a: Layer already exists [2020-09-30T06:15:10.096Z] fbd83cb23086: Pushed [2020-09-30T06:15:10.384Z] 40983b45f0bd: Pushed [2020-09-30T06:15:18.567Z] e7e8b04599fa: Pushed [2020-09-30T06:15:18.830Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:3d8faaf42a6ed7506a858601f46f1918806a7920b59343ece899ce382d30e6dd size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:19.149Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:19.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.36 [2020-09-30T06:15:19.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-30T06:15:19.455Z] 0ad70b80f431: Preparing [2020-09-30T06:15:19.455Z] 40983b45f0bd: Preparing [2020-09-30T06:15:19.455Z] e7e8b04599fa: Preparing [2020-09-30T06:15:19.455Z] 9523e85911d0: Preparing [2020-09-30T06:15:19.455Z] 2b86ee04685e: Preparing [2020-09-30T06:15:19.455Z] fbd83cb23086: Preparing [2020-09-30T06:15:19.455Z] 5c1d964bdb66: Preparing [2020-09-30T06:15:19.455Z] 527eef706b20: Preparing [2020-09-30T06:15:19.455Z] 224742e9e948: Preparing [2020-09-30T06:15:19.455Z] 5391e5290f13: Preparing [2020-09-30T06:15:19.455Z] 13baed61c795: Preparing [2020-09-30T06:15:19.455Z] 51d6d3d09136: Preparing [2020-09-30T06:15:19.455Z] 1507bc794612: Preparing [2020-09-30T06:15:19.455Z] 50644c29ef5a: Preparing [2020-09-30T06:15:19.455Z] fbd83cb23086: Waiting [2020-09-30T06:15:19.455Z] 5c1d964bdb66: Waiting [2020-09-30T06:15:19.455Z] 527eef706b20: Waiting [2020-09-30T06:15:19.455Z] 224742e9e948: Waiting [2020-09-30T06:15:19.455Z] 5391e5290f13: Waiting [2020-09-30T06:15:19.455Z] 13baed61c795: Waiting [2020-09-30T06:15:19.455Z] 51d6d3d09136: Waiting [2020-09-30T06:15:19.455Z] 1507bc794612: Waiting [2020-09-30T06:15:19.455Z] 50644c29ef5a: Waiting [2020-09-30T06:15:19.455Z] 40983b45f0bd: Layer already exists [2020-09-30T06:15:19.455Z] 0ad70b80f431: Layer already exists [2020-09-30T06:15:19.455Z] e7e8b04599fa: Layer already exists [2020-09-30T06:15:19.455Z] 9523e85911d0: Layer already exists [2020-09-30T06:15:19.455Z] 2b86ee04685e: Layer already exists [2020-09-30T06:15:19.455Z] 527eef706b20: Layer already exists [2020-09-30T06:15:19.455Z] 5c1d964bdb66: Layer already exists [2020-09-30T06:15:19.455Z] fbd83cb23086: Layer already exists [2020-09-30T06:15:19.455Z] 224742e9e948: Layer already exists [2020-09-30T06:15:19.455Z] 5391e5290f13: Layer already exists [2020-09-30T06:15:19.455Z] 1507bc794612: Layer already exists [2020-09-30T06:15:19.455Z] 13baed61c795: Layer already exists [2020-09-30T06:15:19.455Z] 51d6d3d09136: Layer already exists [2020-09-30T06:15:19.455Z] 50644c29ef5a: Layer already exists [2020-09-30T06:15:19.455Z] 1.2.2-dev.36: digest: sha256:3d8faaf42a6ed7506a858601f46f1918806a7920b59343ece899ce382d30e6dd size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:19.766Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:20.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:15:20.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-30T06:15:20.092Z] 0ad70b80f431: Preparing [2020-09-30T06:15:20.092Z] 40983b45f0bd: Preparing [2020-09-30T06:15:20.092Z] e7e8b04599fa: Preparing [2020-09-30T06:15:20.092Z] 9523e85911d0: Preparing [2020-09-30T06:15:20.092Z] 2b86ee04685e: Preparing [2020-09-30T06:15:20.092Z] fbd83cb23086: Preparing [2020-09-30T06:15:20.092Z] 5c1d964bdb66: Preparing [2020-09-30T06:15:20.092Z] 527eef706b20: Preparing [2020-09-30T06:15:20.092Z] 224742e9e948: Preparing [2020-09-30T06:15:20.092Z] 5391e5290f13: Preparing [2020-09-30T06:15:20.092Z] 13baed61c795: Preparing [2020-09-30T06:15:20.092Z] 51d6d3d09136: Preparing [2020-09-30T06:15:20.092Z] 1507bc794612: Preparing [2020-09-30T06:15:20.092Z] 50644c29ef5a: Preparing [2020-09-30T06:15:20.092Z] 527eef706b20: Waiting [2020-09-30T06:15:20.092Z] 224742e9e948: Waiting [2020-09-30T06:15:20.092Z] 5391e5290f13: Waiting [2020-09-30T06:15:20.092Z] 13baed61c795: Waiting [2020-09-30T06:15:20.092Z] 51d6d3d09136: Waiting [2020-09-30T06:15:20.092Z] 1507bc794612: Waiting [2020-09-30T06:15:20.092Z] 50644c29ef5a: Waiting [2020-09-30T06:15:20.092Z] fbd83cb23086: Waiting [2020-09-30T06:15:20.092Z] 5c1d964bdb66: Waiting [2020-09-30T06:15:20.092Z] 40983b45f0bd: Layer already exists [2020-09-30T06:15:20.092Z] 0ad70b80f431: Layer already exists [2020-09-30T06:15:20.092Z] e7e8b04599fa: Layer already exists [2020-09-30T06:15:20.092Z] 2b86ee04685e: Layer already exists [2020-09-30T06:15:20.092Z] 9523e85911d0: Layer already exists [2020-09-30T06:15:20.092Z] fbd83cb23086: Layer already exists [2020-09-30T06:15:20.092Z] 5c1d964bdb66: Layer already exists [2020-09-30T06:15:20.092Z] 5391e5290f13: Layer already exists [2020-09-30T06:15:20.092Z] 224742e9e948: Layer already exists [2020-09-30T06:15:20.092Z] 527eef706b20: Layer already exists [2020-09-30T06:15:20.092Z] 1507bc794612: Layer already exists [2020-09-30T06:15:20.092Z] 13baed61c795: Layer already exists [2020-09-30T06:15:20.092Z] 50644c29ef5a: Layer already exists [2020-09-30T06:15:20.092Z] 51d6d3d09136: Layer already exists [2020-09-30T06:15:20.092Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:3d8faaf42a6ed7506a858601f46f1918806a7920b59343ece899ce382d30e6dd size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:20.702Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:15:21.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-30T06:15:21.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-30T06:15:21.030Z] 0ad70b80f431: Preparing [2020-09-30T06:15:21.030Z] 40983b45f0bd: Preparing [2020-09-30T06:15:21.030Z] e7e8b04599fa: Preparing [2020-09-30T06:15:21.030Z] 9523e85911d0: Preparing [2020-09-30T06:15:21.030Z] 2b86ee04685e: Preparing [2020-09-30T06:15:21.030Z] fbd83cb23086: Preparing [2020-09-30T06:15:21.030Z] 5c1d964bdb66: Preparing [2020-09-30T06:15:21.030Z] 527eef706b20: Preparing [2020-09-30T06:15:21.030Z] 224742e9e948: Preparing [2020-09-30T06:15:21.030Z] 5391e5290f13: Preparing [2020-09-30T06:15:21.030Z] 13baed61c795: Preparing [2020-09-30T06:15:21.030Z] 51d6d3d09136: Preparing [2020-09-30T06:15:21.030Z] 1507bc794612: Preparing [2020-09-30T06:15:21.030Z] 50644c29ef5a: Preparing [2020-09-30T06:15:21.030Z] fbd83cb23086: Waiting [2020-09-30T06:15:21.030Z] 5c1d964bdb66: Waiting [2020-09-30T06:15:21.030Z] 527eef706b20: Waiting [2020-09-30T06:15:21.030Z] 224742e9e948: Waiting [2020-09-30T06:15:21.030Z] 5391e5290f13: Waiting [2020-09-30T06:15:21.030Z] 13baed61c795: Waiting [2020-09-30T06:15:21.030Z] 51d6d3d09136: Waiting [2020-09-30T06:15:21.030Z] 1507bc794612: Waiting [2020-09-30T06:15:21.030Z] 50644c29ef5a: Waiting [2020-09-30T06:15:21.030Z] 0ad70b80f431: Layer already exists [2020-09-30T06:15:21.030Z] 9523e85911d0: Layer already exists [2020-09-30T06:15:21.030Z] 2b86ee04685e: Layer already exists [2020-09-30T06:15:21.030Z] e7e8b04599fa: Layer already exists [2020-09-30T06:15:21.030Z] 40983b45f0bd: Layer already exists [2020-09-30T06:15:21.030Z] fbd83cb23086: Layer already exists [2020-09-30T06:15:21.030Z] 224742e9e948: Layer already exists [2020-09-30T06:15:21.030Z] 527eef706b20: Layer already exists [2020-09-30T06:15:21.030Z] 5c1d964bdb66: Layer already exists [2020-09-30T06:15:21.030Z] 5391e5290f13: Layer already exists [2020-09-30T06:15:21.030Z] 51d6d3d09136: Layer already exists [2020-09-30T06:15:21.030Z] 13baed61c795: Layer already exists [2020-09-30T06:15:21.030Z] 1507bc794612: Layer already exists [2020-09-30T06:15:21.030Z] 50644c29ef5a: Layer already exists [2020-09-30T06:15:21.294Z] master: digest: sha256:3d8faaf42a6ed7506a858601f46f1918806a7920b59343ece899ce382d30e6dd size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:15:21.475Z] ===================================================== [Pipeline] echo [2020-09-30T06:15:21.523Z] taggedImages: [2020-09-30T06:15:21.523Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:15:21.523Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.36 [2020-09-30T06:15:21.523Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:15:21.523Z] - 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-09-30T06:15:25.833Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:15:25.833Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:15:25.833Z] ---> efc40835e57e [2020-09-30T06:15:25.833Z] Step 3/27 : WORKDIR /edgex-go [2020-09-30T06:15:25.833Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:15:25.833Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:15:25.833Z] ---> efc40835e57e [2020-09-30T06:15:25.833Z] Step 3/20 : WORKDIR /edgex-go [2020-09-30T06:15:25.833Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:15:25.833Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:15:25.833Z] ---> efc40835e57e [2020-09-30T06:15:25.833Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T06:15:25.833Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:15:25.833Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:15:25.833Z] ---> efc40835e57e [2020-09-30T06:15:25.833Z] Step 3/24 : WORKDIR /edgex-go [2020-09-30T06:15:25.833Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:15:25.833Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:15:25.833Z] ---> efc40835e57e [2020-09-30T06:15:25.833Z] Step 3/21 : WORKDIR /edgex-go [2020-09-30T06:15:25.833Z] ---> Running in dd3914c7784d [2020-09-30T06:15:25.833Z] ---> Running in 8930395a02c3 [2020-09-30T06:15:25.833Z] ---> Running in 174c52648da4 [2020-09-30T06:15:25.833Z] ---> Running in 0301f45864cb [2020-09-30T06:15:25.833Z] ---> Running in ac0cb681cad4 [2020-09-30T06:15:25.833Z] Removing intermediate container dd3914c7784d [2020-09-30T06:15:25.833Z] ---> 2f62a4cefa1e [2020-09-30T06:15:25.833Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:15:25.833Z] Removing intermediate container 8930395a02c3 [2020-09-30T06:15:25.833Z] ---> 9b5cdde2c291 [2020-09-30T06:15:25.833Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:15:25.833Z] Removing intermediate container 174c52648da4 [2020-09-30T06:15:25.833Z] ---> fde03f0d0788 [2020-09-30T06:15:25.833Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:15:25.833Z] Removing intermediate container 0301f45864cb [2020-09-30T06:15:25.833Z] ---> 4f9be21fe864 [2020-09-30T06:15:25.833Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:15:25.833Z] Removing intermediate container ac0cb681cad4 [2020-09-30T06:15:25.833Z] ---> 8845075c9e3a [2020-09-30T06:15:25.833Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:15:25.833Z] ---> Running in d98ec9b2c5d7 [2020-09-30T06:15:25.833Z] ---> Running in 05f882ca78c0 [2020-09-30T06:15:25.833Z] ---> Running in 55e9fe2d60b9 [2020-09-30T06:15:25.833Z] ---> Running in 2dc0f1bce9db [2020-09-30T06:15:25.833Z] ---> Running in 19327efe87a6 [2020-09-30T06:15:30.176Z] Removing intermediate container 05f882ca78c0 [2020-09-30T06:15:30.176Z] ---> 190a2143d4fe [2020-09-30T06:15:30.176Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-30T06:15:30.176Z] ---> Running in 6629ff774fd0 [2020-09-30T06:15:30.176Z] Removing intermediate container d98ec9b2c5d7 [2020-09-30T06:15:30.176Z] ---> 1ae3a2113796 [2020-09-30T06:15:30.176Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-30T06:15:30.453Z] Removing intermediate container 55e9fe2d60b9 [2020-09-30T06:15:30.453Z] ---> 05af8fe7af61 [2020-09-30T06:15:30.453Z] Step 5/21 : RUN apk update && apk add make git [2020-09-30T06:15:30.732Z] ---> Running in 13ced4e2898d [2020-09-30T06:15:31.006Z] ---> Running in b5dd7f861405 [2020-09-30T06:15:31.006Z] Removing intermediate container 2dc0f1bce9db [2020-09-30T06:15:31.006Z] Removing intermediate container 19327efe87a6 [2020-09-30T06:15:31.006Z] ---> 098a9c0186a6 [2020-09-30T06:15:31.006Z] Step 5/22 : RUN apk update && apk add make git [2020-09-30T06:15:31.006Z] ---> 4b3d1216fac0 [2020-09-30T06:15:31.006Z] Step 5/20 : RUN apk update && apk add make git [2020-09-30T06:15:31.293Z] ---> Running in 4b576efc2197 [2020-09-30T06:15:31.293Z] ---> Running in b8743ed4e634 [2020-09-30T06:15:32.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:33.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:33.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:33.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:33.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:33.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:33.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:34.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:34.129Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:15:34.129Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:15:34.129Z] OK: 12623 distinct packages available [2020-09-30T06:15:34.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:34.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:15:34.679Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:15:34.679Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:15:34.679Z] OK: 12623 distinct packages available [2020-09-30T06:15:34.954Z] OK: 217 MiB in 51 packages [2020-09-30T06:15:35.231Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:15:35.231Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:15:35.231Z] OK: 12623 distinct packages available [2020-09-30T06:15:35.508Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:15:35.508Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:15:35.508Z] OK: 12623 distinct packages available [2020-09-30T06:15:35.508Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:15:35.508Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:15:35.508Z] OK: 12623 distinct packages available [2020-09-30T06:15:35.508Z] OK: 217 MiB in 51 packages [2020-09-30T06:15:36.145Z] OK: 217 MiB in 51 packages [2020-09-30T06:15:36.426Z] OK: 217 MiB in 51 packages [2020-09-30T06:15:36.426Z] OK: 217 MiB in 51 packages [2020-09-30T06:15:37.427Z] Removing intermediate container 6629ff774fd0 [2020-09-30T06:15:37.427Z] ---> 2c7b9b98d028 [2020-09-30T06:15:37.427Z] Step 6/27 : COPY go.mod . [2020-09-30T06:15:37.427Z] Removing intermediate container 13ced4e2898d [2020-09-30T06:15:37.427Z] ---> 000bca77f0c9 [2020-09-30T06:15:37.427Z] Step 6/24 : COPY go.mod . [2020-09-30T06:15:38.038Z] Removing intermediate container b5dd7f861405 [2020-09-30T06:15:38.038Z] ---> a729f790e305 [2020-09-30T06:15:38.038Z] Step 6/21 : COPY go.mod . [2020-09-30T06:15:38.038Z] Removing intermediate container b8743ed4e634 [2020-09-30T06:15:38.038Z] ---> a5115c09e82e [2020-09-30T06:15:38.038Z] Step 6/20 : COPY go.mod . [2020-09-30T06:15:38.313Z] ---> c6ef01e72fc2 [2020-09-30T06:15:38.313Z] Step 7/27 : RUN go mod download [2020-09-30T06:15:38.313Z] Removing intermediate container 4b576efc2197 [2020-09-30T06:15:38.313Z] ---> db3221738169 [2020-09-30T06:15:38.313Z] Step 6/22 : COPY go.mod . [2020-09-30T06:15:38.586Z] ---> Running in f1e2baeb4055 [2020-09-30T06:15:38.861Z] ---> ad1b72168bad [2020-09-30T06:15:38.861Z] Step 7/24 : RUN go mod download [2020-09-30T06:15:38.861Z] ---> 99750e197f49 [2020-09-30T06:15:38.861Z] Step 7/21 : RUN go mod download [2020-09-30T06:15:38.861Z] ---> Running in d92891addf09 [2020-09-30T06:15:39.134Z] ---> ac4d9f429d7d [2020-09-30T06:15:39.134Z] Step 7/20 : RUN go mod download [2020-09-30T06:15:39.134Z] ---> Running in 29d8f3218270 [2020-09-30T06:15:39.412Z] ---> Running in 04567daae0f4 [2020-09-30T06:15:39.412Z] ---> 83be0e742a62 [2020-09-30T06:15:39.687Z] Step 7/22 : RUN go mod download [2020-09-30T06:15:39.974Z] ---> Running in 429e6714bfce [2020-09-30T06:15:43.419Z] Removing intermediate container f1e2baeb4055 [2020-09-30T06:15:43.419Z] ---> aee681d7d809 [2020-09-30T06:15:43.419Z] Step 8/27 : COPY . . [2020-09-30T06:15:43.694Z] Removing intermediate container d92891addf09 [2020-09-30T06:15:43.694Z] ---> 2b7fc9d4395d [2020-09-30T06:15:43.694Z] Step 8/24 : COPY . . [2020-09-30T06:15:44.287Z] Removing intermediate container 29d8f3218270 [2020-09-30T06:15:44.287Z] ---> f7b66931ebe1 [2020-09-30T06:15:44.287Z] Step 8/21 : COPY . . [2020-09-30T06:15:44.883Z] Removing intermediate container 04567daae0f4 [2020-09-30T06:15:44.883Z] ---> 56f893065c03 [2020-09-30T06:15:44.883Z] Step 8/20 : COPY . . [2020-09-30T06:15:45.498Z] Removing intermediate container 429e6714bfce [2020-09-30T06:15:45.498Z] ---> 2abb5c8763e6 [2020-09-30T06:15:45.498Z] Step 8/22 : COPY . . [2020-09-30T06:16:07.747Z] ---> 282d188a0ed2 [2020-09-30T06:16:07.747Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-30T06:16:07.747Z] ---> bba083a8b94a [2020-09-30T06:16:07.747Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-30T06:16:07.747Z] ---> 5df1a278a4ae [2020-09-30T06:16:07.747Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-30T06:16:07.747Z] ---> 497d78f6b152 [2020-09-30T06:16:07.747Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-30T06:16:07.747Z] ---> 0af2d8723613 [2020-09-30T06:16:07.747Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-30T06:16:07.747Z] ---> Running in 6fcb8270d283 [2020-09-30T06:16:07.747Z] ---> Running in 94c0b5161d53 [2020-09-30T06:16:07.747Z] ---> Running in 43da0f26094f [2020-09-30T06:16:07.747Z] ---> Running in 91effaa22b3e [2020-09-30T06:16:07.747Z] ---> Running in 3da2c2598980 [2020-09-30T06:16:08.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-30T06:16:09.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-30T06:16:09.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-30T06:16:09.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-30T06:16:09.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-30T06:17:46.539Z] Removing intermediate container 91effaa22b3e [2020-09-30T06:17:46.539Z] ---> c9dc0c6b50bd [2020-09-30T06:17:46.539Z] [2020-09-30T06:17:46.539Z] Step 10/20 : FROM alpine [2020-09-30T06:17:46.539Z] latest: Pulling from library/alpine [2020-09-30T06:17:46.539Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-30T06:17:46.539Z] Status: Downloaded newer image for alpine:latest [2020-09-30T06:17:46.539Z] ---> 62ee0e9f8440 [2020-09-30T06:17:46.539Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-30T06:17:46.539Z] ---> Running in dc6fc1770eb7 [2020-09-30T06:17:46.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:17:46.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:17:46.539Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:17:46.539Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:17:46.539Z] OK: 12621 distinct packages available [2020-09-30T06:17:46.539Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-30T06:17:46.539Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-30T06:17:46.539Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-30T06:17:46.539Z] (4/4) Installing curl (7.69.1-r1) [2020-09-30T06:17:46.539Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:17:46.539Z] Executing ca-certificates-20191127-r4.trigger [2020-09-30T06:17:46.539Z] OK: 7 MiB in 18 packages [2020-09-30T06:17:46.539Z] Removing intermediate container dc6fc1770eb7 [2020-09-30T06:17:46.539Z] ---> 16c25fc197e1 [2020-09-30T06:17:46.539Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-30T06:17:46.539Z] ---> Running in 4b5727425cf6 [2020-09-30T06:17:46.539Z] Removing intermediate container 4b5727425cf6 [2020-09-30T06:17:46.539Z] ---> f1826e9cd5dc [2020-09-30T06:17:46.539Z] Step 13/20 : WORKDIR /edgex [2020-09-30T06:17:46.539Z] ---> Running in 95a03137d184 [2020-09-30T06:17:46.539Z] Removing intermediate container 43da0f26094f [2020-09-30T06:17:46.539Z] ---> c0e2ebf8afa2 [2020-09-30T06:17:46.539Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-30T06:17:46.539Z] ---> Running in a12af09ba4b5 [2020-09-30T06:17:46.539Z] Removing intermediate container 95a03137d184 [2020-09-30T06:17:46.539Z] ---> d1cdf7611710 [2020-09-30T06:17:46.539Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-30T06:17:46.818Z] ---> 819bc3732616 [2020-09-30T06:17:46.818Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-30T06:17:47.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-30T06:17:48.459Z] ---> 494a70c934e0 [2020-09-30T06:17:48.459Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-30T06:17:48.743Z] ---> Running in 315229b25ac4 [2020-09-30T06:17:49.351Z] Removing intermediate container 315229b25ac4 [2020-09-30T06:17:49.351Z] ---> ed0cb77494ba [2020-09-30T06:17:49.351Z] Step 17/20 : CMD ["--init=true"] [2020-09-30T06:17:49.630Z] ---> Running in 5bbe5a7f229b [2020-09-30T06:17:50.245Z] Removing intermediate container 5bbe5a7f229b [2020-09-30T06:17:50.245Z] ---> c16f6855f798 [2020-09-30T06:17:50.245Z] Step 18/20 : LABEL arch=arm64 [2020-09-30T06:17:50.530Z] ---> Running in 8d90b6c69a70 [2020-09-30T06:17:51.145Z] Removing intermediate container 8d90b6c69a70 [2020-09-30T06:17:51.145Z] ---> 8f180358841c [2020-09-30T06:17:51.145Z] Step 19/20 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:17:51.430Z] ---> Running in d5611b80ae55 [2020-09-30T06:17:52.039Z] Removing intermediate container d5611b80ae55 [2020-09-30T06:17:52.039Z] ---> 3308c40b75e6 [2020-09-30T06:17:52.039Z] Step 20/20 : LABEL version=1.2.2-dev.36 [2020-09-30T06:17:52.336Z] ---> Running in 8fd7a57460ab [2020-09-30T06:17:53.358Z] Removing intermediate container 8fd7a57460ab [2020-09-30T06:17:53.358Z] ---> 7e3289d66798 [2020-09-30T06:17:53.358Z] [2020-09-30T06:17:53.358Z] Removing intermediate container a12af09ba4b5 [2020-09-30T06:17:53.358Z] ---> c4954e5d9ae6 [2020-09-30T06:17:53.358Z] [2020-09-30T06:17:53.358Z] Step 11/27 : FROM docker:latest [2020-09-30T06:17:53.358Z] ---> 45884bde0078 [2020-09-30T06:17:53.358Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-30T06:17:53.636Z] Successfully built 7e3289d66798 [2020-09-30T06:17:53.636Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-30T06:17:53.636Z] ---> Running in 92655426cb84 [2020-09-30T06:17:53.636Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-09-30T06:17:56.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:17:56.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:17:57.565Z] (1/2) Installing readline (8.0.4-r0) [2020-09-30T06:17:57.565Z] (2/2) Installing bash (5.0.17-r0) [2020-09-30T06:17:57.565Z] Executing bash-5.0.17-r0.post-install [2020-09-30T06:17:57.565Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:17:57.565Z] OK: 12 MiB in 22 packages [2020-09-30T06:18:03.013Z] Removing intermediate container 92655426cb84 [2020-09-30T06:18:03.013Z] ---> fa7d87f69418 [2020-09-30T06:18:03.013Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-30T06:18:03.013Z] ---> Running in 5b716526b250 [2020-09-30T06:18:04.017Z] Removing intermediate container 6fcb8270d283 [2020-09-30T06:18:04.017Z] ---> 0bb950a1cb0e [2020-09-30T06:18:04.017Z] [2020-09-30T06:18:04.017Z] Step 10/21 : FROM scratch [2020-09-30T06:18:04.017Z] ---> [2020-09-30T06:18:04.017Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T06:18:04.628Z] ---> Running in d5e5fc60cb89 [2020-09-30T06:18:05.227Z] Removing intermediate container 94c0b5161d53 [2020-09-30T06:18:05.227Z] ---> 1360ce707de7 [2020-09-30T06:18:05.227Z] [2020-09-30T06:18:05.227Z] Step 10/24 : FROM scratch [2020-09-30T06:18:05.227Z] ---> [2020-09-30T06:18:05.227Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-30T06:18:05.833Z] ---> Running in 46f4bc2c0253 [2020-09-30T06:18:05.833Z] Removing intermediate container d5e5fc60cb89 [2020-09-30T06:18:05.833Z] ---> 219add0d4f33 [2020-09-30T06:18:05.833Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-30T06:18:06.437Z] ---> Running in c635b1cacc50 [2020-09-30T06:18:07.433Z] Removing intermediate container 46f4bc2c0253 [2020-09-30T06:18:07.433Z] ---> 29405f835f2d [2020-09-30T06:18:07.433Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-30T06:18:07.708Z] Removing intermediate container c635b1cacc50 [2020-09-30T06:18:07.708Z] ---> 94e12f3a9197 [2020-09-30T06:18:07.708Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-30T06:18:07.708Z] ---> Running in c7dfd9855732 [2020-09-30T06:18:08.320Z] ---> Running in 1dfe5e9d7522 [2020-09-30T06:18:08.320Z] Removing intermediate container 5b716526b250 [2020-09-30T06:18:08.320Z] ---> b68b8330c654 [2020-09-30T06:18:08.320Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-30T06:18:08.607Z] Removing intermediate container c7dfd9855732 [2020-09-30T06:18:08.607Z] ---> b3e99846880a [2020-09-30T06:18:08.607Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T06:18:08.897Z] ---> Running in 6da7b0334a31 [2020-09-30T06:18:08.897Z] ---> Running in 201d804a9684 [2020-09-30T06:18:09.177Z] Removing intermediate container 1dfe5e9d7522 [2020-09-30T06:18:09.177Z] ---> e2b4dff99600 [2020-09-30T06:18:09.177Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-30T06:18:10.172Z] Removing intermediate container 201d804a9684 [2020-09-30T06:18:10.172Z] ---> 36b10e249fa0 [2020-09-30T06:18:10.172Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-30T06:18:10.172Z] Removing intermediate container 6da7b0334a31 [2020-09-30T06:18:10.172Z] ---> 6a3d4818c3f6 [2020-09-30T06:18:10.172Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-30T06:18:10.450Z] ---> 3fc1a66a93cc [2020-09-30T06:18:10.450Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-30T06:18:10.721Z] ---> Running in bf7ca12554be [2020-09-30T06:18:11.714Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:18:11.714Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-30T06:18:11.714Z] ---> efc40835e57e [2020-09-30T06:18:11.714Z] Step 3/29 : WORKDIR /edgex-go [2020-09-30T06:18:11.714Z] ---> Using cache [2020-09-30T06:18:11.714Z] ---> 8845075c9e3a [2020-09-30T06:18:11.714Z] Step 4/29 : RUN apk update && apk add make git [2020-09-30T06:18:11.988Z] ---> d759be17f98c [2020-09-30T06:18:11.988Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-30T06:18:12.264Z] ---> Running in c26908bc15f4 [2020-09-30T06:18:12.264Z] Removing intermediate container bf7ca12554be [2020-09-30T06:18:12.264Z] ---> c081b0b663c0 [2020-09-30T06:18:12.264Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-30T06:18:12.542Z] ---> 4d65e315b92b [2020-09-30T06:18:12.542Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-30T06:18:12.542Z] ---> Running in c88777b97919 [2020-09-30T06:18:12.821Z] Removing intermediate container 3da2c2598980 [2020-09-30T06:18:12.821Z] ---> 7fa5440a78dc [2020-09-30T06:18:12.821Z] [2020-09-30T06:18:12.821Z] Step 10/22 : FROM scratch [2020-09-30T06:18:12.821Z] ---> [2020-09-30T06:18:12.821Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T06:18:12.821Z] ---> Using cache [2020-09-30T06:18:12.821Z] ---> 219add0d4f33 [2020-09-30T06:18:12.821Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-30T06:18:13.425Z] ---> Running in 3a4cdbb99a13 [2020-09-30T06:18:13.425Z] Removing intermediate container c88777b97919 [2020-09-30T06:18:13.425Z] ---> e0d45001f3c8 [2020-09-30T06:18:13.425Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-30T06:18:13.425Z] ---> 7491dfc59c76 [2020-09-30T06:18:13.425Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-30T06:18:13.703Z] ---> 86fc1de3a6c9 [2020-09-30T06:18:13.703Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-30T06:18:13.981Z] Removing intermediate container 3a4cdbb99a13 [2020-09-30T06:18:13.981Z] ---> a5037c46c178 [2020-09-30T06:18:13.981Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T06:18:14.258Z] ---> Running in d8bfa7bdfe38 [2020-09-30T06:18:14.258Z] ---> Running in f44c3194fe56 [2020-09-30T06:18:14.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:18:15.147Z] ---> 77dca7c3f799 [2020-09-30T06:18:15.147Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-30T06:18:15.147Z] Removing intermediate container d8bfa7bdfe38 [2020-09-30T06:18:15.147Z] ---> dce61b7bb34c [2020-09-30T06:18:15.147Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:18:15.147Z] Removing intermediate container f44c3194fe56 [2020-09-30T06:18:15.147Z] ---> f978591190af [2020-09-30T06:18:15.147Z] Step 14/22 : WORKDIR / [2020-09-30T06:18:15.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:18:15.424Z] ---> Running in b0ea3cf83600 [2020-09-30T06:18:15.424Z] ---> 97d042ea6898 [2020-09-30T06:18:15.424Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-30T06:18:15.699Z] ---> Running in f76b540431f0 [2020-09-30T06:18:16.303Z] Removing intermediate container b0ea3cf83600 [2020-09-30T06:18:16.303Z] ---> d0636548afaf [2020-09-30T06:18:16.303Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-30T06:18:16.303Z] ---> 6f1803b58ba1 [2020-09-30T06:18:16.303Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-30T06:18:16.303Z] Removing intermediate container f76b540431f0 [2020-09-30T06:18:16.303Z] ---> 240272461f75 [2020-09-30T06:18:16.303Z] Step 19/21 : LABEL arch=arm64 [2020-09-30T06:18:16.578Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:18:16.578Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:18:16.578Z] OK: 12623 distinct packages available [2020-09-30T06:18:16.578Z] ---> 7faa484a0f30 [2020-09-30T06:18:16.578Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-30T06:18:16.578Z] ---> Running in 5433b4823244 [2020-09-30T06:18:17.175Z] ---> 6b852fdf47a8 [2020-09-30T06:18:17.175Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-30T06:18:17.175Z] Removing intermediate container 5433b4823244 [2020-09-30T06:18:17.175Z] OK: 217 MiB in 51 packages [2020-09-30T06:18:17.175Z] ---> d14b6e5bd0bc [2020-09-30T06:18:17.175Z] Step 20/21 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:18:17.776Z] ---> Running in 2f2af3d44158 [2020-09-30T06:18:17.776Z] ---> 3559ddaedafb [2020-09-30T06:18:17.776Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-30T06:18:18.377Z] ---> Running in d3ac25473fc5 [2020-09-30T06:18:18.654Z] ---> 5008281bccc1 [2020-09-30T06:18:18.654Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-30T06:18:18.654Z] Removing intermediate container 2f2af3d44158 [2020-09-30T06:18:18.654Z] ---> ad0b9c40324b [2020-09-30T06:18:18.654Z] Step 21/21 : LABEL version=1.2.2-dev.36 [2020-09-30T06:18:18.932Z] ---> Running in 3c3e9f912fe9 [2020-09-30T06:18:19.212Z] ---> 35d1f9dc23fa [2020-09-30T06:18:19.212Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-30T06:18:19.212Z] Removing intermediate container c26908bc15f4 [2020-09-30T06:18:19.212Z] ---> 2409fa2d78b0 [2020-09-30T06:18:19.212Z] Step 5/29 : COPY go.mod . [2020-09-30T06:18:19.823Z] Removing intermediate container 3c3e9f912fe9 [2020-09-30T06:18:19.823Z] ---> 61b7a13ae4bb [2020-09-30T06:18:19.823Z] [2020-09-30T06:18:20.103Z] ---> 8966ff5dd6d3 [2020-09-30T06:18:20.103Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-30T06:18:20.103Z] Successfully built 61b7a13ae4bb [2020-09-30T06:18:20.103Z] ---> Running in 9e88e4d92143 [2020-09-30T06:18:20.103Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-30T06:18:20.103Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-09-30T06:18:20.387Z] ---> 1cbbc34f49ad [2020-09-30T06:18:20.387Z] Step 6/29 : RUN go mod download [2020-09-30T06:18:20.387Z] ---> d4d946bce2cb [2020-09-30T06:18:20.387Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-30T06:18:20.661Z] ---> Running in 6cecc546b790 [2020-09-30T06:18:20.661Z] ---> Running in 98f920e0c501 [2020-09-30T06:18:20.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:18:20.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:18:21.219Z] Removing intermediate container 9e88e4d92143 [2020-09-30T06:18:21.219Z] ---> a4956da7c13a [2020-09-30T06:18:21.219Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:18:21.219Z] Removing intermediate container 98f920e0c501 [2020-09-30T06:18:21.219Z] ---> 9ec8af4dcfd3 [2020-09-30T06:18:21.219Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:18:21.617Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-30T06:18:21.617Z] (2/33) Installing expat (2.2.9-r1) [2020-09-30T06:18:21.617Z] (3/33) Installing libffi (3.3-r2) [2020-09-30T06:18:21.617Z] (4/33) Installing gdbm (1.13-r1) [2020-09-30T06:18:21.617Z] ---> Running in e547f8b978c8 [2020-09-30T06:18:21.617Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-30T06:18:21.617Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-30T06:18:21.928Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-30T06:18:22.316Z] ---> Running in efc2bec01e56 [2020-09-30T06:18:22.635Z] Removing intermediate container e547f8b978c8 [2020-09-30T06:18:22.636Z] ---> 38f29b3c084e [2020-09-30T06:18:22.636Z] Step 22/24 : LABEL arch=arm64 [2020-09-30T06:18:22.944Z] Removing intermediate container efc2bec01e56 [2020-09-30T06:18:22.944Z] ---> dffe6c013983 [2020-09-30T06:18:22.944Z] Step 20/22 : LABEL arch=arm64 [2020-09-30T06:18:23.596Z] ---> Running in fdc34a169989 [2020-09-30T06:18:23.963Z] ---> Running in 301e2779e902 [2020-09-30T06:18:24.632Z] Removing intermediate container fdc34a169989 [2020-09-30T06:18:24.633Z] ---> be5d21329ef5 [2020-09-30T06:18:24.633Z] Step 23/24 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:18:25.245Z] Removing intermediate container 301e2779e902 [2020-09-30T06:18:25.245Z] ---> 04121b992388 [2020-09-30T06:18:25.245Z] Step 21/22 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:18:25.847Z] ---> Running in 69e4c063ae87 [2020-09-30T06:18:25.847Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-30T06:18:25.847Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-30T06:18:25.847Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-30T06:18:25.847Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-30T06:18:25.847Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-30T06:18:26.123Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-30T06:18:26.123Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-30T06:18:26.123Z] ---> Running in 3ef2cd9ec48c [2020-09-30T06:18:26.123Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-30T06:18:26.123Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-30T06:18:26.123Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-30T06:18:26.398Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-30T06:18:26.398Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-30T06:18:26.398Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-30T06:18:26.398Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-30T06:18:26.398Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-30T06:18:26.398Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-30T06:18:26.398Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-30T06:18:26.398Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-30T06:18:26.398Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-30T06:18:26.398Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-30T06:18:26.398Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-30T06:18:26.398Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-30T06:18:26.398Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-30T06:18:26.679Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-30T06:18:26.679Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-30T06:18:26.679Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-30T06:18:26.679Z] Removing intermediate container 6cecc546b790 [2020-09-30T06:18:26.679Z] ---> 84f4bae16a52 [2020-09-30T06:18:26.679Z] Step 7/29 : COPY . . [2020-09-30T06:18:26.679Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:18:26.679Z] OK: 71 MiB in 55 packages [2020-09-30T06:18:26.957Z] Removing intermediate container 69e4c063ae87 [2020-09-30T06:18:26.957Z] ---> d435c2d08dbd [2020-09-30T06:18:26.957Z] Step 24/24 : LABEL version=1.2.2-dev.36 [2020-09-30T06:18:26.957Z] Removing intermediate container 3ef2cd9ec48c [2020-09-30T06:18:26.957Z] ---> e401ba02649a [2020-09-30T06:18:26.958Z] Step 22/22 : LABEL version=1.2.2-dev.36 [2020-09-30T06:18:27.231Z] ---> Running in 6ed833b80c4b [2020-09-30T06:18:27.231Z] ---> Running in a6dcab7b15b4 [2020-09-30T06:18:28.227Z] Removing intermediate container a6dcab7b15b4 [2020-09-30T06:18:28.227Z] ---> c5cb9894b863 [2020-09-30T06:18:28.227Z] [2020-09-30T06:18:28.227Z] Removing intermediate container 6ed833b80c4b [2020-09-30T06:18:28.227Z] ---> 0a4e3ffd1c1e [2020-09-30T06:18:28.227Z] [2020-09-30T06:18:28.835Z] Successfully built c5cb9894b863 [2020-09-30T06:18:28.835Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-30T06:18:28.835Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-09-30T06:18:29.111Z] Successfully built 0a4e3ffd1c1e [2020-09-30T06:18:29.111Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-30T06:18:29.111Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-09-30T06:18:41.533Z] Removing intermediate container d3ac25473fc5 [2020-09-30T06:18:41.533Z] ---> b9a6830a6111 [2020-09-30T06:18:41.533Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-30T06:18:42.126Z] ---> Running in 6cb915d58aea [2020-09-30T06:18:42.719Z] ---> 46c8065a1ede [2020-09-30T06:18:42.719Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-30T06:18:42.998Z] ---> Running in bfae7f3f4340 [2020-09-30T06:18:44.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-30T06:18:48.378Z] Collecting docker-compose==1.23.2 [2020-09-30T06:18:48.378Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-30T06:18:49.366Z] Collecting texttable<0.10,>=0.9.0 [2020-09-30T06:18:49.366Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-30T06:18:50.868Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:18:50.868Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:18:50.868Z] ---> efc40835e57e [2020-09-30T06:18:50.868Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T06:18:50.868Z] ---> Using cache [2020-09-30T06:18:50.868Z] ---> 8845075c9e3a [2020-09-30T06:18:50.868Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:18:50.868Z] ---> Using cache [2020-09-30T06:18:50.868Z] ---> 098a9c0186a6 [2020-09-30T06:18:50.868Z] Step 5/22 : RUN apk update && apk add make git [2020-09-30T06:18:50.868Z] ---> Using cache [2020-09-30T06:18:50.868Z] ---> db3221738169 [2020-09-30T06:18:50.868Z] Step 6/22 : COPY go.mod . [2020-09-30T06:18:50.868Z] ---> Using cache [2020-09-30T06:18:50.868Z] ---> 83be0e742a62 [2020-09-30T06:18:50.868Z] Step 7/22 : RUN go mod download [2020-09-30T06:18:50.868Z] ---> Using cache [2020-09-30T06:18:50.868Z] ---> 2abb5c8763e6 [2020-09-30T06:18:50.868Z] Step 8/22 : COPY . . [2020-09-30T06:18:50.868Z] ---> Using cache [2020-09-30T06:18:50.868Z] ---> 0af2d8723613 [2020-09-30T06:18:51.164Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-30T06:18:52.621Z] ---> Running in 04fa21861333 [2020-09-30T06:18:53.646Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-30T06:18:53.646Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-30T06:18:55.117Z] Collecting PyYAML<4,>=3.10 [2020-09-30T06:18:55.117Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-30T06:18:55.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/core-command/core-command ./cmd/core-command [2020-09-30T06:19:00.610Z] Collecting docker<4.0,>=3.6.0 [2020-09-30T06:19:00.610Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-30T06:19:01.226Z] 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-09-30T06:19:01.509Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-30T06:19:01.509Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-30T06:19:04.946Z] Collecting jsonschema<3,>=2.5.1 [2020-09-30T06:19:04.946Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-30T06:19:05.557Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-30T06:19:05.557Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-30T06:19:06.170Z] Collecting docopt<0.7,>=0.6.1 [2020-09-30T06:19:06.170Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-30T06:19:09.607Z] Collecting cached-property<2,>=1.2.0 [2020-09-30T06:19:09.607Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-30T06:19:10.615Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-30T06:19:11.019Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-30T06:19:11.019Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:19:11.019Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:19:11.019Z] ---> efc40835e57e [2020-09-30T06:19:11.019Z] Step 3/23 : WORKDIR /edgex-go [2020-09-30T06:19:11.019Z] ---> Using cache [2020-09-30T06:19:11.019Z] ---> 8845075c9e3a [2020-09-30T06:19:11.019Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:19:11.019Z] ---> Using cache [2020-09-30T06:19:11.019Z] ---> 098a9c0186a6 [2020-09-30T06:19:11.019Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-30T06:19:11.672Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:19:11.672Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:19:11.672Z] ---> efc40835e57e [2020-09-30T06:19:11.672Z] Step 3/26 : WORKDIR /edgex-go [2020-09-30T06:19:11.672Z] ---> Using cache [2020-09-30T06:19:11.672Z] ---> 8845075c9e3a [2020-09-30T06:19:11.672Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:19:11.672Z] ---> Using cache [2020-09-30T06:19:11.672Z] ---> 098a9c0186a6 [2020-09-30T06:19:11.672Z] Step 5/26 : RUN apk update && apk add make git [2020-09-30T06:19:11.672Z] ---> Using cache [2020-09-30T06:19:11.672Z] ---> db3221738169 [2020-09-30T06:19:11.672Z] Step 6/26 : COPY go.mod . [2020-09-30T06:19:11.672Z] ---> Using cache [2020-09-30T06:19:11.672Z] ---> 83be0e742a62 [2020-09-30T06:19:11.672Z] Step 7/26 : RUN go mod download [2020-09-30T06:19:11.672Z] ---> Using cache [2020-09-30T06:19:11.672Z] ---> 2abb5c8763e6 [2020-09-30T06:19:11.672Z] Step 8/26 : COPY . . [2020-09-30T06:19:11.672Z] ---> Using cache [2020-09-30T06:19:11.672Z] ---> 0af2d8723613 [2020-09-30T06:19:11.672Z] 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-09-30T06:19:11.672Z] 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-09-30T06:19:12.718Z] Collecting idna<2.8,>=2.5 [2020-09-30T06:19:12.718Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-30T06:19:13.332Z] 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-09-30T06:19:13.622Z] Collecting docker-pycreds>=0.4.0 [2020-09-30T06:19:13.622Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-30T06:19:13.912Z] ---> Running in 6fb1c6486c19 [2020-09-30T06:19:13.912Z] ---> Running in 646c7ccadc03 [2020-09-30T06:19:13.912Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-30T06:19:13.912Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-30T06:19:13.912Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-30T06:19:13.912Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-30T06:19:15.383Z] Installing collected packages: texttable, urllib3, idna, requests, PyYAML, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, docopt, cached-property, docker-compose [2020-09-30T06:19:15.383Z] Running setup.py install for texttable: started [2020-09-30T06:19:16.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-30T06:19:16.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:19:17.582Z] Running setup.py install for texttable: finished with status 'done' [2020-09-30T06:19:17.582Z] Attempting uninstall: urllib3 [2020-09-30T06:19:17.582Z] Found existing installation: urllib3 1.25.9 [2020-09-30T06:19:17.582Z] Uninstalling urllib3-1.25.9: [2020-09-30T06:19:17.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:19:17.859Z] Successfully uninstalled urllib3-1.25.9 [2020-09-30T06:19:18.464Z] Attempting uninstall: idna [2020-09-30T06:19:18.464Z] Found existing installation: idna 2.9 [2020-09-30T06:19:18.464Z] Uninstalling idna-2.9: [2020-09-30T06:19:18.745Z] Successfully uninstalled idna-2.9 [2020-09-30T06:19:19.025Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:19:19.025Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:19:19.025Z] OK: 12623 distinct packages available [2020-09-30T06:19:19.303Z] Attempting uninstall: requests [2020-09-30T06:19:19.303Z] Found existing installation: requests 2.23.0 [2020-09-30T06:19:19.303Z] Uninstalling requests-2.23.0: [2020-09-30T06:19:19.583Z] Successfully uninstalled requests-2.23.0 [2020-09-30T06:19:19.864Z] Running setup.py install for PyYAML: started [2020-09-30T06:19:19.864Z] OK: 217 MiB in 51 packages [2020-09-30T06:19:21.893Z] Removing intermediate container 6fb1c6486c19 [2020-09-30T06:19:21.893Z] ---> 691c69c1046b [2020-09-30T06:19:21.893Z] Step 6/23 : COPY go.mod . [2020-09-30T06:19:22.897Z] ---> f7c332a4ea26 [2020-09-30T06:19:22.897Z] Step 7/23 : RUN go mod download [2020-09-30T06:19:22.897Z] ---> Running in 49c7f88b33e9 [2020-09-30T06:19:23.898Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-30T06:19:25.902Z] Running setup.py install for dockerpty: started [2020-09-30T06:19:28.561Z] Removing intermediate container 49c7f88b33e9 [2020-09-30T06:19:28.561Z] ---> c25cc72f2df8 [2020-09-30T06:19:28.561Z] Step 8/23 : COPY . . [2020-09-30T06:19:28.561Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-30T06:19:29.171Z] Running setup.py install for docopt: started [2020-09-30T06:19:32.598Z] Running setup.py install for docopt: finished with status 'done' [2020-09-30T06:19:34.062Z] 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-09-30T06:19:44.308Z] Removing intermediate container 6cb915d58aea [2020-09-30T06:19:44.308Z] ---> 5028c7487252 [2020-09-30T06:19:44.308Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-30T06:19:44.308Z] ---> Running in 1ab942b7849b [2020-09-30T06:19:44.586Z] ---> e1a74f4a9b23 [2020-09-30T06:19:44.586Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-30T06:19:44.879Z] ---> Running in 56cf3445eec2 [2020-09-30T06:19:46.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:19:47.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:19:47.169Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/core-data/core-data ./cmd/core-data [2020-09-30T06:19:47.773Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-30T06:19:47.773Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-30T06:19:48.052Z] (3/3) Installing curl (7.69.1-r1) [2020-09-30T06:19:48.052Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:19:48.052Z] OK: 71 MiB in 58 packages [2020-09-30T06:19:50.074Z] Removing intermediate container 1ab942b7849b [2020-09-30T06:19:50.074Z] ---> da804f1389ea [2020-09-30T06:19:50.074Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-30T06:19:50.074Z] ---> Running in 6fae14cac4ba [2020-09-30T06:19:50.353Z] Removing intermediate container 6fae14cac4ba [2020-09-30T06:19:50.353Z] ---> b4027fc41602 [2020-09-30T06:19:50.353Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:19:50.634Z] ---> Running in 1a15967324a6 [2020-09-30T06:19:51.243Z] Removing intermediate container 1a15967324a6 [2020-09-30T06:19:51.243Z] ---> 25d41a7a8c78 [2020-09-30T06:19:51.243Z] Step 25/27 : LABEL arch=arm64 [2020-09-30T06:19:51.243Z] ---> Running in 759f3e67066e [2020-09-30T06:19:51.863Z] Removing intermediate container 759f3e67066e [2020-09-30T06:19:51.863Z] ---> f5de0c3e62fe [2020-09-30T06:19:51.863Z] Step 26/27 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:19:52.146Z] ---> Running in e72bede729bd [2020-09-30T06:19:52.757Z] Removing intermediate container e72bede729bd [2020-09-30T06:19:52.757Z] ---> 58aecc7f3b3e [2020-09-30T06:19:52.757Z] Step 27/27 : LABEL version=1.2.2-dev.36 [2020-09-30T06:19:52.757Z] ---> Running in 6879c59690c8 [2020-09-30T06:19:53.373Z] Removing intermediate container 6879c59690c8 [2020-09-30T06:19:53.373Z] ---> 02e30d130d87 [2020-09-30T06:19:53.373Z] [2020-09-30T06:19:53.978Z] Successfully built 02e30d130d87 [2020-09-30T06:19:53.978Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-30T06:19:53.978Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go [2020-09-30T06:20:02.324Z] Removing intermediate container bfae7f3f4340 [2020-09-30T06:20:02.324Z] ---> b5d658998876 [2020-09-30T06:20:02.324Z] [2020-09-30T06:20:02.324Z] Step 9/29 : FROM alpine:latest [2020-09-30T06:20:02.324Z] ---> 62ee0e9f8440 [2020-09-30T06:20:02.324Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-30T06:20:02.324Z] ---> Running in 89650e6bb8a2 [2020-09-30T06:20:02.324Z] Removing intermediate container 89650e6bb8a2 [2020-09-30T06:20:02.324Z] ---> 0c94007bae90 [2020-09-30T06:20:02.324Z] Step 11/29 : USER root [2020-09-30T06:20:02.324Z] ---> Running in 6a5c1970b0e4 [2020-09-30T06:20:02.938Z] Removing intermediate container 6a5c1970b0e4 [2020-09-30T06:20:02.938Z] ---> f2caf589912b [2020-09-30T06:20:02.938Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-30T06:20:03.224Z] ---> Running in a66957753d07 [2020-09-30T06:20:05.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:20:06.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:20:07.493Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:20:07.493Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:20:07.493Z] OK: 12621 distinct packages available [2020-09-30T06:20:08.489Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-30T06:20:08.773Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-30T06:20:08.773Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:20:08.773Z] Executing ca-certificates-20191127-r4.trigger [2020-09-30T06:20:09.383Z] OK: 6 MiB in 16 packages [2020-09-30T06:20:13.215Z] Removing intermediate container a66957753d07 [2020-09-30T06:20:13.215Z] ---> 03d3b250970e [2020-09-30T06:20:13.215Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-30T06:20:13.507Z] ---> Running in 0812ac1da2eb [2020-09-30T06:20:14.531Z] Removing intermediate container 0812ac1da2eb [2020-09-30T06:20:14.531Z] ---> e2e2ce62b65b [2020-09-30T06:20:14.531Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-30T06:20:14.531Z] ---> Running in e23e10168881 [2020-09-30T06:20:16.005Z] Removing intermediate container e23e10168881 [2020-09-30T06:20:16.005Z] ---> 01a993c7d919 [2020-09-30T06:20:16.005Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-30T06:20:16.005Z] ---> Running in ba58bb496f12 [2020-09-30T06:20:17.479Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T06:20:17.479Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T06:20:17.479Z] ---> efc40835e57e [2020-09-30T06:20:17.479Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T06:20:17.479Z] ---> Using cache [2020-09-30T06:20:17.479Z] ---> 8845075c9e3a [2020-09-30T06:20:17.479Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:20:17.479Z] ---> Using cache [2020-09-30T06:20:17.479Z] ---> 098a9c0186a6 [2020-09-30T06:20:17.479Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-30T06:20:17.479Z] ---> Running in e36327a67edb [2020-09-30T06:20:20.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:20:20.424Z] Removing intermediate container ba58bb496f12 [2020-09-30T06:20:20.424Z] ---> 4246ae3aebfe [2020-09-30T06:20:20.424Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-30T06:20:21.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:20:22.056Z] ---> a8e0b2a4c614 [2020-09-30T06:20:22.056Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-30T06:20:23.502Z] ---> 39610ef31f2a [2020-09-30T06:20:23.502Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-30T06:20:23.502Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T06:20:23.502Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T06:20:23.502Z] OK: 12623 distinct packages available [2020-09-30T06:20:24.498Z] ---> addd88de95ea [2020-09-30T06:20:24.498Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-30T06:20:24.498Z] OK: 217 MiB in 51 packages [2020-09-30T06:20:25.492Z] ---> 6e5ab2e469de [2020-09-30T06:20:25.492Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-30T06:20:25.770Z] OK: 217 MiB in 51 packages [2020-09-30T06:20:26.777Z] ---> 7963e43866f0 [2020-09-30T06:20:26.777Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-30T06:20:27.057Z] ---> Running in 20ea8253bd74 [2020-09-30T06:20:28.058Z] Removing intermediate container e36327a67edb [2020-09-30T06:20:28.058Z] ---> b14fe212a8b4 [2020-09-30T06:20:28.058Z] Step 6/22 : COPY go.mod . [2020-09-30T06:20:29.522Z] ---> 283c6f1c86b4 [2020-09-30T06:20:29.522Z] Step 7/22 : RUN go mod download [2020-09-30T06:20:29.522Z] ---> Running in ee167e665b4c [2020-09-30T06:20:32.169Z] Removing intermediate container 20ea8253bd74 [2020-09-30T06:20:32.169Z] ---> 2a197584abef [2020-09-30T06:20:32.169Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-30T06:20:32.793Z] ---> 1609f38805a0 [2020-09-30T06:20:32.793Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-30T06:20:33.111Z] ---> Running in 5486231eabba [2020-09-30T06:20:35.107Z] Removing intermediate container ee167e665b4c [2020-09-30T06:20:35.107Z] ---> 8061c16e0b95 [2020-09-30T06:20:35.107Z] Step 8/22 : COPY . . [2020-09-30T06:20:35.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-30T06:20:38.844Z] Removing intermediate container 5486231eabba [2020-09-30T06:20:38.844Z] ---> 723f2b7b7abb [2020-09-30T06:20:38.844Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-30T06:20:38.844Z] ---> Running in 9c089a2828d6 [2020-09-30T06:20:45.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-30T06:20:45.733Z] Removing intermediate container 9c089a2828d6 [2020-09-30T06:20:45.733Z] ---> e63602a1b7d3 [2020-09-30T06:20:45.733Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-30T06:20:45.733Z] ---> Running in 71aba751c008 [2020-09-30T06:20:46.011Z] Removing intermediate container 04fa21861333 [2020-09-30T06:20:46.011Z] ---> 5c4e6aacf063 [2020-09-30T06:20:46.011Z] [2020-09-30T06:20:46.011Z] Step 10/22 : FROM scratch [2020-09-30T06:20:46.011Z] ---> [2020-09-30T06:20:46.011Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T06:20:46.319Z] ---> Using cache [2020-09-30T06:20:46.319Z] ---> 219add0d4f33 [2020-09-30T06:20:46.319Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-30T06:20:46.603Z] ---> Running in 5e4b47c39581 [2020-09-30T06:20:46.603Z] Removing intermediate container 71aba751c008 [2020-09-30T06:20:46.603Z] ---> f7c9e8254b72 [2020-09-30T06:20:46.603Z] Step 26/29 : CMD [ "generate" ] [2020-09-30T06:20:47.209Z] ---> Running in c4d7dd991973 [2020-09-30T06:20:47.487Z] Removing intermediate container 5e4b47c39581 [2020-09-30T06:20:47.487Z] ---> b216963ee3a3 [2020-09-30T06:20:47.487Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T06:20:47.766Z] ---> Running in 58a560923cf8 [2020-09-30T06:20:48.042Z] Removing intermediate container c4d7dd991973 [2020-09-30T06:20:48.042Z] ---> 6410d40afcc4 [2020-09-30T06:20:48.042Z] Step 27/29 : LABEL arch=arm64 [2020-09-30T06:20:48.326Z] ---> Running in 0ba434688f04 [2020-09-30T06:20:48.605Z] Removing intermediate container 58a560923cf8 [2020-09-30T06:20:48.605Z] ---> 70e915ade1ab [2020-09-30T06:20:48.605Z] Step 14/22 : WORKDIR / [2020-09-30T06:20:48.886Z] ---> Running in fc5b8a99b1b0 [2020-09-30T06:20:49.521Z] Removing intermediate container 0ba434688f04 [2020-09-30T06:20:49.521Z] ---> 4d608120675a [2020-09-30T06:20:49.521Z] Step 28/29 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:20:49.799Z] ---> Running in d0d438b8b6bf [2020-09-30T06:20:50.078Z] Removing intermediate container fc5b8a99b1b0 [2020-09-30T06:20:50.078Z] ---> a91ff36a06c0 [2020-09-30T06:20:50.078Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-30T06:20:51.087Z] Removing intermediate container d0d438b8b6bf [2020-09-30T06:20:51.087Z] ---> c10081b8289d [2020-09-30T06:20:51.087Z] Step 29/29 : LABEL version=1.2.2-dev.36 [2020-09-30T06:20:51.366Z] ---> Running in fc2813896579 [2020-09-30T06:20:52.375Z] ---> 43e832f43bb0 [2020-09-30T06:20:52.375Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-30T06:20:53.034Z] Removing intermediate container fc2813896579 [2020-09-30T06:20:53.034Z] ---> 72fdf5947f53 [2020-09-30T06:20:53.034Z] [2020-09-30T06:20:54.052Z] Successfully built 72fdf5947f53 [2020-09-30T06:20:54.052Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-30T06:20:55.537Z]  Building docker-security-secrets-setup-go ... done  ---> 5d6add65757f [2020-09-30T06:20:55.537Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-30T06:20:58.218Z] ---> 322848e39700 [2020-09-30T06:20:58.218Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-30T06:20:58.218Z] Removing intermediate container 646c7ccadc03 [2020-09-30T06:20:58.218Z] ---> ab94bb9f903c [2020-09-30T06:20:58.218Z] [2020-09-30T06:20:58.218Z] Step 10/26 : FROM alpine:3.10 [2020-09-30T06:20:58.218Z] ---> Running in 58b515753e24 [2020-09-30T06:20:58.218Z] 3.10: Pulling from library/alpine [2020-09-30T06:20:59.259Z] Removing intermediate container 58b515753e24 [2020-09-30T06:20:59.259Z] ---> c1e383702c66 [2020-09-30T06:20:59.259Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:20:59.535Z] ---> Running in 239b30cc3d63 [2020-09-30T06:21:00.990Z] Removing intermediate container 239b30cc3d63 [2020-09-30T06:21:00.990Z] ---> 8c7adb8fe95f [2020-09-30T06:21:00.990Z] Step 20/22 : LABEL arch=arm64 [2020-09-30T06:21:00.990Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-30T06:21:00.990Z] Status: Downloaded newer image for alpine:3.10 [2020-09-30T06:21:00.990Z] ---> 536a684cf733 [2020-09-30T06:21:00.990Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-30T06:21:01.271Z] ---> Running in 87ffd7f8cc52 [2020-09-30T06:21:01.271Z] ---> Running in 97a01dcaea9a [2020-09-30T06:21:02.261Z] Removing intermediate container 97a01dcaea9a [2020-09-30T06:21:02.261Z] ---> 44ae72b96738 [2020-09-30T06:21:02.261Z] Step 21/22 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:21:02.261Z] ---> 5c443521011d [2020-09-30T06:21:02.261Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-30T06:21:02.534Z] ---> Running in 8ae8be58ca21 [2020-09-30T06:21:02.534Z] ---> Running in b41ccc38cfc6 [2020-09-30T06:21:03.522Z] Removing intermediate container 8ae8be58ca21 [2020-09-30T06:21:03.522Z] ---> dc6989b4ca8a [2020-09-30T06:21:03.522Z] Step 22/22 : LABEL version=1.2.2-dev.36 [2020-09-30T06:21:03.522Z] ---> Running in 7e411abe4a52 [2020-09-30T06:21:03.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:21:04.401Z] Removing intermediate container 7e411abe4a52 [2020-09-30T06:21:04.401Z] ---> aadc814638fc [2020-09-30T06:21:04.401Z] [2020-09-30T06:21:04.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:21:04.687Z] Successfully built aadc814638fc [2020-09-30T06:21:04.687Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-30T06:21:04.964Z]  Building docker-core-command-go ... done v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-30T06:21:04.964Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-30T06:21:04.964Z] OK: 10167 distinct packages available [2020-09-30T06:21:05.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.36" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-30T06:21:05.520Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-30T06:21:05.796Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-30T06:21:05.796Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-30T06:21:05.796Z] (4/5) Installing curl (7.66.0-r1) [2020-09-30T06:21:05.796Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-30T06:21:05.796Z] Executing busybox-1.30.1-r3.trigger [2020-09-30T06:21:05.796Z] Executing ca-certificates-20191127-r2.trigger [2020-09-30T06:21:06.078Z] OK: 7 MiB in 19 packages [2020-09-30T06:21:08.098Z] Removing intermediate container 87ffd7f8cc52 [2020-09-30T06:21:08.098Z] ---> d2aef00037a5 [2020-09-30T06:21:08.098Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-30T06:21:08.377Z] ---> Running in 5f8b916c652e [2020-09-30T06:21:08.995Z] Removing intermediate container 5f8b916c652e [2020-09-30T06:21:08.995Z] ---> 1176bde59624 [2020-09-30T06:21:08.995Z] Step 13/26 : WORKDIR / [2020-09-30T06:21:09.284Z] ---> Running in 3ad757ed9fcb [2020-09-30T06:21:09.900Z] Removing intermediate container 3ad757ed9fcb [2020-09-30T06:21:09.900Z] ---> 9e36143d5e73 [2020-09-30T06:21:09.900Z] 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-09-30T06:21:10.892Z] ---> d0c8639d73e3 [2020-09-30T06:21:10.892Z] 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-09-30T06:21:12.347Z] ---> 58324ef4dabe [2020-09-30T06:21:12.347Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-30T06:21:13.341Z] ---> 6b306095aabc [2020-09-30T06:21:13.341Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-30T06:21:14.339Z] ---> 570fcee4d6b6 [2020-09-30T06:21:14.339Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-30T06:21:15.788Z] ---> 88dc0a694d86 [2020-09-30T06:21:15.789Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-30T06:21:17.770Z] ---> 8718346335d8 [2020-09-30T06:21:17.770Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-30T06:21:19.227Z] ---> 52b17ca189d9 [2020-09-30T06:21:19.227Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-30T06:21:20.233Z] ---> a84816f16421 [2020-09-30T06:21:20.233Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-30T06:21:20.233Z] ---> Running in 02aa4ad62030 [2020-09-30T06:21:23.692Z] Removing intermediate container 02aa4ad62030 [2020-09-30T06:21:23.692Z] ---> 4f7d7ad972fa [2020-09-30T06:21:23.692Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-30T06:21:23.972Z] ---> Running in 65033dbaf7d0 [2020-09-30T06:21:24.598Z] Removing intermediate container 65033dbaf7d0 [2020-09-30T06:21:24.598Z] ---> 869577ab8fce [2020-09-30T06:21:24.598Z] Step 24/26 : LABEL arch=arm64 [2020-09-30T06:21:24.598Z] ---> Running in a10aff2317d2 [2020-09-30T06:21:25.595Z] Removing intermediate container a10aff2317d2 [2020-09-30T06:21:25.595Z] ---> ec484587fba6 [2020-09-30T06:21:25.595Z] Step 25/26 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:21:25.595Z] ---> Running in f34dbb05c49b [2020-09-30T06:21:26.199Z] Removing intermediate container f34dbb05c49b [2020-09-30T06:21:26.199Z] ---> 394bf215a6bd [2020-09-30T06:21:26.199Z] Step 26/26 : LABEL version=1.2.2-dev.36 [2020-09-30T06:21:26.199Z] ---> Running in c586c946b2c8 [2020-09-30T06:21:26.799Z] Removing intermediate container c586c946b2c8 [2020-09-30T06:21:26.799Z] ---> 3f00411242cc [2020-09-30T06:21:26.799Z] [2020-09-30T06:21:27.076Z] Successfully built 3f00411242cc [2020-09-30T06:21:27.076Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-30T06:21:32.521Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 56cf3445eec2 [2020-09-30T06:21:32.521Z] ---> 3ed5d3967c7e [2020-09-30T06:21:32.521Z] [2020-09-30T06:21:32.521Z] Step 10/23 : FROM alpine [2020-09-30T06:21:32.521Z] ---> 62ee0e9f8440 [2020-09-30T06:21:32.521Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T06:21:32.521Z] ---> Running in e9b77ade14e3 [2020-09-30T06:21:32.794Z] Removing intermediate container e9b77ade14e3 [2020-09-30T06:21:32.794Z] ---> ee3182d3555f [2020-09-30T06:21:32.794Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-30T06:21:33.070Z] ---> Running in 0ad96a0ff712 [2020-09-30T06:21:33.664Z] Removing intermediate container 0ad96a0ff712 [2020-09-30T06:21:33.664Z] ---> 46fd7d221a5e [2020-09-30T06:21:33.664Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-30T06:21:33.664Z] ---> Running in 6d4d27b09810 [2020-09-30T06:21:34.261Z] Removing intermediate container 6d4d27b09810 [2020-09-30T06:21:34.261Z] ---> ac9d78da537e [2020-09-30T06:21:34.261Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T06:21:34.538Z] ---> Running in 47525490fb67 [2020-09-30T06:21:37.946Z] Removing intermediate container 47525490fb67 [2020-09-30T06:21:37.946Z] ---> 13997d936f2a [2020-09-30T06:21:37.946Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-30T06:21:37.946Z] ---> Running in d35ef0efe489 [2020-09-30T06:21:39.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T06:21:40.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T06:21:41.824Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-30T06:21:41.824Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-30T06:21:42.126Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-30T06:21:42.417Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-30T06:21:42.697Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-30T06:21:42.697Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T06:21:42.697Z] OK: 8 MiB in 19 packages [2020-09-30T06:21:43.339Z] Removing intermediate container b41ccc38cfc6 [2020-09-30T06:21:43.339Z] ---> 6fa99d36296e [2020-09-30T06:21:43.339Z] [2020-09-30T06:21:43.339Z] Step 10/22 : FROM scratch [2020-09-30T06:21:43.339Z] ---> [2020-09-30T06:21:43.339Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-30T06:21:43.635Z] ---> Using cache [2020-09-30T06:21:43.635Z] ---> 29405f835f2d [2020-09-30T06:21:43.635Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-30T06:21:43.635Z] ---> Running in e97783e405a1 [2020-09-30T06:21:44.261Z] Removing intermediate container e97783e405a1 [2020-09-30T06:21:44.261Z] ---> f6f7b6c99efd [2020-09-30T06:21:44.261Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T06:21:44.261Z] Removing intermediate container d35ef0efe489 [2020-09-30T06:21:44.261Z] ---> 94b69701927c [2020-09-30T06:21:44.261Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-30T06:21:44.261Z] ---> Running in 1d882d76c40f [2020-09-30T06:21:44.872Z] Removing intermediate container 1d882d76c40f [2020-09-30T06:21:44.872Z] ---> 090f51107cba [2020-09-30T06:21:44.872Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-30T06:21:45.145Z] ---> 4e4f4c7a06da [2020-09-30T06:21:45.145Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-30T06:21:45.753Z] ---> 17f899a51047 [2020-09-30T06:21:45.753Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-30T06:21:46.354Z] ---> 4c43d125b9c1 [2020-09-30T06:21:46.354Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-30T06:21:46.628Z] ---> b54bf5337314 [2020-09-30T06:21:46.628Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-30T06:21:47.229Z] ---> 9866d4e8da61 [2020-09-30T06:21:47.229Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-30T06:21:47.502Z] ---> Running in 4aa4b1963f95 [2020-09-30T06:21:47.773Z] ---> 2ed96cdadd7b [2020-09-30T06:21:47.773Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-30T06:21:48.046Z] Removing intermediate container 4aa4b1963f95 [2020-09-30T06:21:48.047Z] ---> b24c34e5fed2 [2020-09-30T06:21:48.047Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:21:48.338Z] ---> Running in f58c2f38da8b [2020-09-30T06:21:48.338Z] ---> a4b4755acb18 [2020-09-30T06:21:48.338Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-30T06:21:48.614Z] ---> Running in 45e066b8395d [2020-09-30T06:21:48.890Z] Removing intermediate container f58c2f38da8b [2020-09-30T06:21:48.890Z] ---> bc16c8d8662f [2020-09-30T06:21:48.890Z] Step 21/23 : LABEL arch=arm64 [2020-09-30T06:21:48.890Z] ---> Running in 2f019e935606 [2020-09-30T06:21:49.162Z] Removing intermediate container 45e066b8395d [2020-09-30T06:21:49.162Z] ---> 9a571d3a09da [2020-09-30T06:21:49.162Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T06:21:49.162Z] ---> Running in 9df161d477d9 [2020-09-30T06:21:49.436Z] Removing intermediate container 2f019e935606 [2020-09-30T06:21:49.436Z] ---> 9f4488405d2d [2020-09-30T06:21:49.436Z] Step 22/23 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:21:49.436Z] ---> Running in 56ed53018614 [2020-09-30T06:21:49.710Z] Removing intermediate container 9df161d477d9 [2020-09-30T06:21:49.710Z] ---> 488d8f4b2300 [2020-09-30T06:21:49.710Z] Step 20/22 : LABEL arch=arm64 [2020-09-30T06:21:49.981Z] ---> Running in 88d804523df6 [2020-09-30T06:21:49.981Z] Removing intermediate container 56ed53018614 [2020-09-30T06:21:49.981Z] ---> 4e2824e28e58 [2020-09-30T06:21:49.981Z] Step 23/23 : LABEL version=1.2.2-dev.36 [2020-09-30T06:21:50.254Z] ---> Running in 8468fcda414c [2020-09-30T06:21:50.254Z] Removing intermediate container 88d804523df6 [2020-09-30T06:21:50.254Z] ---> 4d7c4ec771a0 [2020-09-30T06:21:50.254Z] Step 21/22 : LABEL git_sha=9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:21:50.529Z] ---> Running in 88f78249a7c3 [2020-09-30T06:21:50.809Z] Removing intermediate container 8468fcda414c [2020-09-30T06:21:50.809Z] ---> 4b49b205f2a7 [2020-09-30T06:21:50.809Z] [2020-09-30T06:21:51.080Z] Successfully built 4b49b205f2a7 [2020-09-30T06:21:51.080Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-30T06:21:51.080Z]  Building docker-core-data-go ... done Removing intermediate container 88f78249a7c3 [2020-09-30T06:21:51.080Z] ---> 863fb6a71549 [2020-09-30T06:21:51.080Z] Step 22/22 : LABEL version=1.2.2-dev.36 [2020-09-30T06:21:51.352Z] ---> Running in 2a1e3c803ad2 [2020-09-30T06:21:51.624Z] Removing intermediate container 2a1e3c803ad2 [2020-09-30T06:21:51.624Z] ---> 78785dc91fe4 [2020-09-30T06:21:51.624Z] [2020-09-30T06:21:52.217Z] Successfully built 78785dc91fe4 [2020-09-30T06:21:52.217Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-30T06:21:52.233Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-09-30T06:21:52.233Z] $ docker stop --time=1 75da71362aedabed075f911540915e34d6a76bf1bc096bc0cfb7d7483bf577c0 [2020-09-30T06:21:54.069Z] $ docker rm -f 75da71362aedabed075f911540915e34d6a76bf1bc096bc0cfb7d7483bf577c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:21:54.711Z] + + grepdocker docker images [2020-09-30T06:21:54.712Z] [2020-09-30T06:21:54.985Z] docker-support-logging-go-arm64 latest 78785dc91fe4 3 seconds ago 10.6MB [2020-09-30T06:21:54.985Z] docker-core-data-go-arm64 latest 4b49b205f2a7 4 seconds ago 22.2MB [2020-09-30T06:21:54.985Z] docker-security-secretstore-setup-go-arm64 latest 3f00411242cc 28 seconds ago 30.8MB [2020-09-30T06:21:54.985Z] docker-core-command-go-arm64 latest aadc814638fc 51 seconds ago 11.4MB [2020-09-30T06:21:54.985Z] docker-security-secrets-setup-go-arm64 latest 72fdf5947f53 About a minute ago 22.7MB [2020-09-30T06:21:54.985Z] docker-sys-mgmt-agent-go-arm64 latest 02e30d130d87 2 minutes ago 270MB [2020-09-30T06:21:54.985Z] docker-core-metadata-go-arm64 latest c5cb9894b863 3 minutes ago 13.2MB [2020-09-30T06:21:54.985Z] docker-support-notifications-go-arm64 latest 0a4e3ffd1c1e 3 minutes ago 12.9MB [2020-09-30T06:21:54.985Z] docker-support-scheduler-go-arm64 latest 61b7a13ae4bb 3 minutes ago 11.5MB [2020-09-30T06:21:54.985Z] docker-security-proxy-setup-go-arm64 latest 7e3289d66798 4 minutes ago 15.1MB [2020-09-30T06:21:54.985Z] docker latest 45884bde0078 12 days 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-09-30T06:21:55.485Z] provisioning config files... [2020-09-30T06:21:55.529Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/151@tmp/config3321175345407680384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:21:55.960Z] ---> docker-login.sh [2020-09-30T06:21:55.960Z] nexus3.edgexfoundry.org:10001 [2020-09-30T06:21:56.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:21:56.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:21:56.503Z] Configure a credential helper to remove this warning. See [2020-09-30T06:21:56.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:21:56.503Z] [2020-09-30T06:21:56.503Z] Login Succeeded [2020-09-30T06:21:56.503Z] nexus3.edgexfoundry.org:10002 [2020-09-30T06:21:56.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:21:57.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:21:57.047Z] Configure a credential helper to remove this warning. See [2020-09-30T06:21:57.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:21:57.047Z] [2020-09-30T06:21:57.047Z] Login Succeeded [2020-09-30T06:21:57.047Z] nexus3.edgexfoundry.org:10003 [2020-09-30T06:21:57.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:21:57.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:21:57.589Z] Configure a credential helper to remove this warning. See [2020-09-30T06:21:57.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:21:57.589Z] [2020-09-30T06:21:57.589Z] Login Succeeded [2020-09-30T06:21:57.589Z] nexus3.edgexfoundry.org:10004 [2020-09-30T06:21:57.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:21:57.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:21:57.859Z] Configure a credential helper to remove this warning. See [2020-09-30T06:21:57.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:21:57.859Z] [2020-09-30T06:21:57.859Z] Login Succeeded [2020-09-30T06:21:57.859Z] docker.io [2020-09-30T06:21:58.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T06:21:58.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T06:21:58.725Z] Configure a credential helper to remove this warning. See [2020-09-30T06:21:58.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T06:21:58.725Z] [2020-09-30T06:21:58.725Z] Login Succeeded [2020-09-30T06:21:58.725Z] ---> docker-login.sh ends [Pipeline] } [2020-09-30T06:21:58.742Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:21:58.953Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-30T06:21:58.953Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:21:58.953Z] 1.2.2-dev.36 [2020-09-30T06:21:58.953Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:21:58.953Z] master [2020-09-30T06:21:58.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:21:59.490Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:21:59.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:21:59.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-30T06:21:59.831Z] 86b94688e1c3: Preparing [2020-09-30T06:21:59.831Z] c46684b2a1f6: Preparing [2020-09-30T06:21:59.831Z] 219c169f79f0: Preparing [2020-09-30T06:22:00.104Z] 86b94688e1c3: Pushed [2020-09-30T06:22:00.104Z] 219c169f79f0: Pushed [2020-09-30T06:22:02.711Z] c46684b2a1f6: Pushed [2020-09-30T06:22:02.981Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:4f4522d484b0ae123e14a8eb84d16f87642eba271edef0507fe10977bcab9f12 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:03.325Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:03.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:03.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-30T06:22:03.663Z] 86b94688e1c3: Preparing [2020-09-30T06:22:03.663Z] c46684b2a1f6: Preparing [2020-09-30T06:22:03.663Z] 219c169f79f0: Preparing [2020-09-30T06:22:03.933Z] 86b94688e1c3: Layer already exists [2020-09-30T06:22:03.933Z] c46684b2a1f6: Layer already exists [2020-09-30T06:22:03.933Z] 219c169f79f0: Layer already exists [2020-09-30T06:22:03.933Z] 1.2.2-dev.36: digest: sha256:4f4522d484b0ae123e14a8eb84d16f87642eba271edef0507fe10977bcab9f12 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:04.275Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:04.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:04.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-30T06:22:04.613Z] 86b94688e1c3: Preparing [2020-09-30T06:22:04.613Z] c46684b2a1f6: Preparing [2020-09-30T06:22:04.613Z] 219c169f79f0: Preparing [2020-09-30T06:22:04.884Z] 86b94688e1c3: Layer already exists [2020-09-30T06:22:04.884Z] c46684b2a1f6: Layer already exists [2020-09-30T06:22:04.884Z] 219c169f79f0: Layer already exists [2020-09-30T06:22:04.884Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:4f4522d484b0ae123e14a8eb84d16f87642eba271edef0507fe10977bcab9f12 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:05.227Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:05.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-30T06:22:05.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-30T06:22:05.564Z] 86b94688e1c3: Preparing [2020-09-30T06:22:05.564Z] c46684b2a1f6: Preparing [2020-09-30T06:22:05.564Z] 219c169f79f0: Preparing [2020-09-30T06:22:05.834Z] 219c169f79f0: Layer already exists [2020-09-30T06:22:05.834Z] c46684b2a1f6: Layer already exists [2020-09-30T06:22:05.834Z] 86b94688e1c3: Layer already exists [2020-09-30T06:22:05.834Z] master: digest: sha256:4f4522d484b0ae123e14a8eb84d16f87642eba271edef0507fe10977bcab9f12 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:22:06.090Z] ===================================================== [Pipeline] echo [2020-09-30T06:22:06.138Z] taggedImages: [2020-09-30T06:22:06.138Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:06.138Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:06.138Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:06.138Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-30T06:22:06.208Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-30T06:22:06.209Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:06.209Z] 1.2.2-dev.36 [2020-09-30T06:22:06.209Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:06.209Z] master [2020-09-30T06:22:06.209Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:06.733Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:07.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:07.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-30T06:22:07.103Z] cd6f64cf9f86: Preparing [2020-09-30T06:22:07.103Z] 61604f6e749b: Preparing [2020-09-30T06:22:07.103Z] 5621850d73e1: Preparing [2020-09-30T06:22:07.103Z] d08c06c4d1c7: Preparing [2020-09-30T06:22:07.103Z] 1f6b0bb37861: Preparing [2020-09-30T06:22:07.103Z] e2f13739ad41: Preparing [2020-09-30T06:22:07.103Z] e2f13739ad41: Waiting [2020-09-30T06:22:07.375Z] 1f6b0bb37861: Pushed [2020-09-30T06:22:07.375Z] 5621850d73e1: Pushed [2020-09-30T06:22:07.375Z] cd6f64cf9f86: Pushed [2020-09-30T06:22:07.375Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:07.970Z] d08c06c4d1c7: Pushed [2020-09-30T06:22:11.350Z] 61604f6e749b: Pushed [2020-09-30T06:22:11.350Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:c859db7cab4639eb10b031d786fdb6ff54ce5e2e52c0f8d8ac8517675b993977 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:11.695Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:12.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:12.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-30T06:22:12.035Z] cd6f64cf9f86: Preparing [2020-09-30T06:22:12.035Z] 61604f6e749b: Preparing [2020-09-30T06:22:12.035Z] 5621850d73e1: Preparing [2020-09-30T06:22:12.035Z] d08c06c4d1c7: Preparing [2020-09-30T06:22:12.035Z] 1f6b0bb37861: Preparing [2020-09-30T06:22:12.035Z] e2f13739ad41: Preparing [2020-09-30T06:22:12.035Z] e2f13739ad41: Waiting [2020-09-30T06:22:12.309Z] 1f6b0bb37861: Layer already exists [2020-09-30T06:22:12.309Z] 61604f6e749b: Layer already exists [2020-09-30T06:22:12.309Z] 5621850d73e1: Layer already exists [2020-09-30T06:22:12.309Z] d08c06c4d1c7: Layer already exists [2020-09-30T06:22:12.309Z] cd6f64cf9f86: Layer already exists [2020-09-30T06:22:12.309Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:12.309Z] 1.2.2-dev.36: digest: sha256:c859db7cab4639eb10b031d786fdb6ff54ce5e2e52c0f8d8ac8517675b993977 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:12.655Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:12.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:12.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-30T06:22:12.994Z] cd6f64cf9f86: Preparing [2020-09-30T06:22:12.994Z] 61604f6e749b: Preparing [2020-09-30T06:22:12.994Z] 5621850d73e1: Preparing [2020-09-30T06:22:12.994Z] d08c06c4d1c7: Preparing [2020-09-30T06:22:12.994Z] 1f6b0bb37861: Preparing [2020-09-30T06:22:12.994Z] e2f13739ad41: Preparing [2020-09-30T06:22:12.994Z] e2f13739ad41: Waiting [2020-09-30T06:22:13.267Z] cd6f64cf9f86: Layer already exists [2020-09-30T06:22:13.267Z] 1f6b0bb37861: Layer already exists [2020-09-30T06:22:13.267Z] 61604f6e749b: Layer already exists [2020-09-30T06:22:13.267Z] 5621850d73e1: Layer already exists [2020-09-30T06:22:13.267Z] d08c06c4d1c7: Layer already exists [2020-09-30T06:22:13.267Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:13.267Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:c859db7cab4639eb10b031d786fdb6ff54ce5e2e52c0f8d8ac8517675b993977 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:13.609Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:13.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-30T06:22:13.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-30T06:22:13.955Z] cd6f64cf9f86: Preparing [2020-09-30T06:22:13.955Z] 61604f6e749b: Preparing [2020-09-30T06:22:13.955Z] 5621850d73e1: Preparing [2020-09-30T06:22:13.955Z] d08c06c4d1c7: Preparing [2020-09-30T06:22:13.955Z] 1f6b0bb37861: Preparing [2020-09-30T06:22:13.955Z] e2f13739ad41: Preparing [2020-09-30T06:22:13.955Z] e2f13739ad41: Waiting [2020-09-30T06:22:13.955Z] 61604f6e749b: Layer already exists [2020-09-30T06:22:13.955Z] 1f6b0bb37861: Layer already exists [2020-09-30T06:22:13.955Z] d08c06c4d1c7: Layer already exists [2020-09-30T06:22:13.955Z] 5621850d73e1: Layer already exists [2020-09-30T06:22:13.955Z] cd6f64cf9f86: Layer already exists [2020-09-30T06:22:13.955Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:14.228Z] master: digest: sha256:c859db7cab4639eb10b031d786fdb6ff54ce5e2e52c0f8d8ac8517675b993977 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:22:14.419Z] ===================================================== [Pipeline] echo [2020-09-30T06:22:14.473Z] taggedImages: [2020-09-30T06:22:14.473Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:14.473Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:14.473Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:14.473Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-30T06:22:14.538Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-30T06:22:14.538Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:14.538Z] 1.2.2-dev.36 [2020-09-30T06:22:14.538Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:14.538Z] master [2020-09-30T06:22:14.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:15.110Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:15.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:15.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-30T06:22:15.462Z] ea5f412d16eb: Preparing [2020-09-30T06:22:15.462Z] 44379abd0f82: Preparing [2020-09-30T06:22:15.462Z] f839dc0446f2: Preparing [2020-09-30T06:22:15.734Z] f839dc0446f2: Pushed [2020-09-30T06:22:15.734Z] ea5f412d16eb: Pushed [2020-09-30T06:22:19.109Z] 44379abd0f82: Pushed [2020-09-30T06:22:19.109Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:d37bb07c7a613db27bae1bf3cc2d6b7d49a5b4b8d1ec088613c8968b24f4ddf3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:19.446Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:19.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:19.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-30T06:22:19.779Z] ea5f412d16eb: Preparing [2020-09-30T06:22:19.779Z] 44379abd0f82: Preparing [2020-09-30T06:22:19.779Z] f839dc0446f2: Preparing [2020-09-30T06:22:19.779Z] ea5f412d16eb: Layer already exists [2020-09-30T06:22:19.779Z] f839dc0446f2: Layer already exists [2020-09-30T06:22:19.779Z] 44379abd0f82: Layer already exists [2020-09-30T06:22:20.049Z] 1.2.2-dev.36: digest: sha256:d37bb07c7a613db27bae1bf3cc2d6b7d49a5b4b8d1ec088613c8968b24f4ddf3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:20.390Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:20.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:20.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-30T06:22:20.726Z] ea5f412d16eb: Preparing [2020-09-30T06:22:20.726Z] 44379abd0f82: Preparing [2020-09-30T06:22:20.726Z] f839dc0446f2: Preparing [2020-09-30T06:22:20.726Z] f839dc0446f2: Layer already exists [2020-09-30T06:22:20.995Z] 44379abd0f82: Layer already exists [2020-09-30T06:22:20.995Z] ea5f412d16eb: Layer already exists [2020-09-30T06:22:20.995Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:d37bb07c7a613db27bae1bf3cc2d6b7d49a5b4b8d1ec088613c8968b24f4ddf3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:21.389Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:21.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-30T06:22:21.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-30T06:22:21.745Z] ea5f412d16eb: Preparing [2020-09-30T06:22:21.745Z] 44379abd0f82: Preparing [2020-09-30T06:22:21.745Z] f839dc0446f2: Preparing [2020-09-30T06:22:21.745Z] f839dc0446f2: Layer already exists [2020-09-30T06:22:21.745Z] 44379abd0f82: Layer already exists [2020-09-30T06:22:22.024Z] ea5f412d16eb: Layer already exists [2020-09-30T06:22:22.024Z] master: digest: sha256:d37bb07c7a613db27bae1bf3cc2d6b7d49a5b4b8d1ec088613c8968b24f4ddf3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:22:22.226Z] ===================================================== [Pipeline] echo [2020-09-30T06:22:22.272Z] taggedImages: [2020-09-30T06:22:22.272Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:22.272Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:22.272Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:22.272Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-30T06:22:22.341Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-30T06:22:22.341Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:22.341Z] 1.2.2-dev.36 [2020-09-30T06:22:22.341Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:22.341Z] master [2020-09-30T06:22:22.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:22.896Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:23.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:23.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-30T06:22:23.510Z] bb189a697ffa: Preparing [2020-09-30T06:22:23.510Z] 473c75bab806: Preparing [2020-09-30T06:22:23.510Z] 77dede4b16ed: Preparing [2020-09-30T06:22:23.510Z] 8d96e9a2246a: Preparing [2020-09-30T06:22:23.510Z] e2f13739ad41: Preparing [2020-09-30T06:22:23.510Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:23.510Z] 473c75bab806: Pushed [2020-09-30T06:22:23.510Z] 77dede4b16ed: Pushed [2020-09-30T06:22:24.107Z] 8d96e9a2246a: Pushed [2020-09-30T06:22:26.074Z] bb189a697ffa: Pushed [2020-09-30T06:22:26.074Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:a7ead4501c899cceb9fb29d6aef6adad7ff25431c96b7a15fa3c784726596471 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:26.419Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:26.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:26.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-30T06:22:26.755Z] bb189a697ffa: Preparing [2020-09-30T06:22:26.755Z] 473c75bab806: Preparing [2020-09-30T06:22:26.755Z] 77dede4b16ed: Preparing [2020-09-30T06:22:26.755Z] 8d96e9a2246a: Preparing [2020-09-30T06:22:26.755Z] e2f13739ad41: Preparing [2020-09-30T06:22:26.755Z] 473c75bab806: Layer already exists [2020-09-30T06:22:26.755Z] bb189a697ffa: Layer already exists [2020-09-30T06:22:26.755Z] 8d96e9a2246a: Layer already exists [2020-09-30T06:22:26.755Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:26.755Z] 77dede4b16ed: Layer already exists [2020-09-30T06:22:27.025Z] 1.2.2-dev.36: digest: sha256:a7ead4501c899cceb9fb29d6aef6adad7ff25431c96b7a15fa3c784726596471 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:27.371Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:27.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:27.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-30T06:22:27.704Z] bb189a697ffa: Preparing [2020-09-30T06:22:27.704Z] 473c75bab806: Preparing [2020-09-30T06:22:27.704Z] 77dede4b16ed: Preparing [2020-09-30T06:22:27.704Z] 8d96e9a2246a: Preparing [2020-09-30T06:22:27.704Z] e2f13739ad41: Preparing [2020-09-30T06:22:27.704Z] 473c75bab806: Layer already exists [2020-09-30T06:22:27.704Z] 8d96e9a2246a: Layer already exists [2020-09-30T06:22:27.704Z] 77dede4b16ed: Layer already exists [2020-09-30T06:22:27.704Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:27.704Z] bb189a697ffa: Layer already exists [2020-09-30T06:22:27.975Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:a7ead4501c899cceb9fb29d6aef6adad7ff25431c96b7a15fa3c784726596471 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:28.322Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:28.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-30T06:22:28.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-30T06:22:28.655Z] bb189a697ffa: Preparing [2020-09-30T06:22:28.655Z] 473c75bab806: Preparing [2020-09-30T06:22:28.655Z] 77dede4b16ed: Preparing [2020-09-30T06:22:28.655Z] 8d96e9a2246a: Preparing [2020-09-30T06:22:28.655Z] e2f13739ad41: Preparing [2020-09-30T06:22:28.655Z] bb189a697ffa: Layer already exists [2020-09-30T06:22:28.655Z] 77dede4b16ed: Layer already exists [2020-09-30T06:22:28.655Z] 8d96e9a2246a: Layer already exists [2020-09-30T06:22:28.655Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:28.655Z] 473c75bab806: Layer already exists [2020-09-30T06:22:28.925Z] master: digest: sha256:a7ead4501c899cceb9fb29d6aef6adad7ff25431c96b7a15fa3c784726596471 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:22:29.128Z] ===================================================== [Pipeline] echo [2020-09-30T06:22:29.176Z] taggedImages: [2020-09-30T06:22:29.176Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:29.176Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:29.176Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:29.177Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-30T06:22:29.240Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-30T06:22:29.240Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:29.240Z] 1.2.2-dev.36 [2020-09-30T06:22:29.240Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:29.240Z] master [2020-09-30T06:22:29.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:29.768Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:30.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:30.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-30T06:22:30.114Z] 84cc7eeebb9f: Preparing [2020-09-30T06:22:30.114Z] 146dd9677fc1: Preparing [2020-09-30T06:22:30.114Z] 746dd4a96888: Preparing [2020-09-30T06:22:30.114Z] 03563fe2f96b: Preparing [2020-09-30T06:22:30.114Z] 03563fe2f96b: Preparing [2020-09-30T06:22:30.114Z] 79ed3724c121: Preparing [2020-09-30T06:22:30.114Z] 805e3b9b5556: Preparing [2020-09-30T06:22:30.114Z] ed9eba836712: Preparing [2020-09-30T06:22:30.114Z] 84cc7eeebb9f: Preparing [2020-09-30T06:22:30.114Z] 664096dae693: Preparing [2020-09-30T06:22:30.114Z] 17c0d0e62d11: Preparing [2020-09-30T06:22:30.114Z] aa93f1300342: Preparing [2020-09-30T06:22:30.114Z] e2f13739ad41: Preparing [2020-09-30T06:22:30.114Z] 805e3b9b5556: Waiting [2020-09-30T06:22:30.114Z] 664096dae693: Waiting [2020-09-30T06:22:30.114Z] ed9eba836712: Waiting [2020-09-30T06:22:30.114Z] 17c0d0e62d11: Waiting [2020-09-30T06:22:30.114Z] aa93f1300342: Waiting [2020-09-30T06:22:30.393Z] 79ed3724c121: Pushed [2020-09-30T06:22:30.393Z] 746dd4a96888: Pushed [2020-09-30T06:22:30.393Z] 146dd9677fc1: Pushed [2020-09-30T06:22:30.393Z] 03563fe2f96b: Pushed [2020-09-30T06:22:30.666Z] 805e3b9b5556: Pushed [2020-09-30T06:22:30.666Z] ed9eba836712: Pushed [2020-09-30T06:22:30.666Z] 664096dae693: Pushed [2020-09-30T06:22:30.666Z] 17c0d0e62d11: Pushed [2020-09-30T06:22:30.666Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:30.938Z] aa93f1300342: Pushed [2020-09-30T06:22:32.910Z] 84cc7eeebb9f: Pushed [2020-09-30T06:22:32.910Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:bf091f0982883901486d43085b7aad2ee348abf90f0d47d4af6783e642cc5a2e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:33.252Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:33.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:33.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-30T06:22:33.589Z] 84cc7eeebb9f: Preparing [2020-09-30T06:22:33.589Z] 146dd9677fc1: Preparing [2020-09-30T06:22:33.589Z] 746dd4a96888: Preparing [2020-09-30T06:22:33.589Z] 03563fe2f96b: Preparing [2020-09-30T06:22:33.589Z] 03563fe2f96b: Preparing [2020-09-30T06:22:33.589Z] 79ed3724c121: Preparing [2020-09-30T06:22:33.589Z] 805e3b9b5556: Preparing [2020-09-30T06:22:33.589Z] ed9eba836712: Preparing [2020-09-30T06:22:33.589Z] 84cc7eeebb9f: Preparing [2020-09-30T06:22:33.589Z] 664096dae693: Preparing [2020-09-30T06:22:33.589Z] 17c0d0e62d11: Preparing [2020-09-30T06:22:33.589Z] aa93f1300342: Preparing [2020-09-30T06:22:33.589Z] e2f13739ad41: Preparing [2020-09-30T06:22:33.589Z] 805e3b9b5556: Waiting [2020-09-30T06:22:33.589Z] ed9eba836712: Waiting [2020-09-30T06:22:33.589Z] 664096dae693: Waiting [2020-09-30T06:22:33.589Z] 17c0d0e62d11: Waiting [2020-09-30T06:22:33.589Z] aa93f1300342: Waiting [2020-09-30T06:22:33.589Z] e2f13739ad41: Waiting [2020-09-30T06:22:33.862Z] 03563fe2f96b: Layer already exists [2020-09-30T06:22:33.862Z] 146dd9677fc1: Layer already exists [2020-09-30T06:22:33.862Z] 79ed3724c121: Layer already exists [2020-09-30T06:22:33.862Z] 746dd4a96888: Layer already exists [2020-09-30T06:22:33.862Z] 84cc7eeebb9f: Layer already exists [2020-09-30T06:22:33.862Z] 664096dae693: Layer already exists [2020-09-30T06:22:33.862Z] 805e3b9b5556: Layer already exists [2020-09-30T06:22:33.862Z] ed9eba836712: Layer already exists [2020-09-30T06:22:33.862Z] aa93f1300342: Layer already exists [2020-09-30T06:22:33.862Z] 17c0d0e62d11: Layer already exists [2020-09-30T06:22:33.862Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:33.862Z] 1.2.2-dev.36: digest: sha256:bf091f0982883901486d43085b7aad2ee348abf90f0d47d4af6783e642cc5a2e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:34.204Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:34.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:34.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-30T06:22:34.539Z] 84cc7eeebb9f: Preparing [2020-09-30T06:22:34.539Z] 146dd9677fc1: Preparing [2020-09-30T06:22:34.539Z] 746dd4a96888: Preparing [2020-09-30T06:22:34.539Z] 03563fe2f96b: Preparing [2020-09-30T06:22:34.539Z] 03563fe2f96b: Preparing [2020-09-30T06:22:34.539Z] 79ed3724c121: Preparing [2020-09-30T06:22:34.539Z] 805e3b9b5556: Preparing [2020-09-30T06:22:34.539Z] ed9eba836712: Preparing [2020-09-30T06:22:34.539Z] 84cc7eeebb9f: Preparing [2020-09-30T06:22:34.539Z] 664096dae693: Preparing [2020-09-30T06:22:34.539Z] 17c0d0e62d11: Preparing [2020-09-30T06:22:34.539Z] aa93f1300342: Preparing [2020-09-30T06:22:34.539Z] e2f13739ad41: Preparing [2020-09-30T06:22:34.539Z] 805e3b9b5556: Waiting [2020-09-30T06:22:34.539Z] ed9eba836712: Waiting [2020-09-30T06:22:34.539Z] 664096dae693: Waiting [2020-09-30T06:22:34.539Z] 17c0d0e62d11: Waiting [2020-09-30T06:22:34.539Z] e2f13739ad41: Waiting [2020-09-30T06:22:34.539Z] aa93f1300342: Waiting [2020-09-30T06:22:34.812Z] 84cc7eeebb9f: Layer already exists [2020-09-30T06:22:34.812Z] 746dd4a96888: Layer already exists [2020-09-30T06:22:34.812Z] 79ed3724c121: Layer already exists [2020-09-30T06:22:34.812Z] 146dd9677fc1: Layer already exists [2020-09-30T06:22:34.812Z] 03563fe2f96b: Layer already exists [2020-09-30T06:22:34.812Z] ed9eba836712: Layer already exists [2020-09-30T06:22:34.812Z] 805e3b9b5556: Layer already exists [2020-09-30T06:22:34.812Z] 17c0d0e62d11: Layer already exists [2020-09-30T06:22:34.812Z] 664096dae693: Layer already exists [2020-09-30T06:22:34.812Z] aa93f1300342: Layer already exists [2020-09-30T06:22:34.812Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:34.812Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:bf091f0982883901486d43085b7aad2ee348abf90f0d47d4af6783e642cc5a2e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:35.157Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:35.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-30T06:22:35.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-30T06:22:35.497Z] 84cc7eeebb9f: Preparing [2020-09-30T06:22:35.497Z] 146dd9677fc1: Preparing [2020-09-30T06:22:35.497Z] 746dd4a96888: Preparing [2020-09-30T06:22:35.497Z] 03563fe2f96b: Preparing [2020-09-30T06:22:35.497Z] 03563fe2f96b: Preparing [2020-09-30T06:22:35.497Z] 79ed3724c121: Preparing [2020-09-30T06:22:35.497Z] 805e3b9b5556: Preparing [2020-09-30T06:22:35.497Z] ed9eba836712: Preparing [2020-09-30T06:22:35.497Z] 84cc7eeebb9f: Preparing [2020-09-30T06:22:35.497Z] 664096dae693: Preparing [2020-09-30T06:22:35.497Z] 17c0d0e62d11: Preparing [2020-09-30T06:22:35.497Z] aa93f1300342: Preparing [2020-09-30T06:22:35.497Z] e2f13739ad41: Preparing [2020-09-30T06:22:35.497Z] 664096dae693: Waiting [2020-09-30T06:22:35.497Z] 17c0d0e62d11: Waiting [2020-09-30T06:22:35.497Z] e2f13739ad41: Waiting [2020-09-30T06:22:35.497Z] aa93f1300342: Waiting [2020-09-30T06:22:35.497Z] 805e3b9b5556: Waiting [2020-09-30T06:22:35.497Z] ed9eba836712: Waiting [2020-09-30T06:22:35.497Z] 03563fe2f96b: Layer already exists [2020-09-30T06:22:35.497Z] 746dd4a96888: Layer already exists [2020-09-30T06:22:35.498Z] 79ed3724c121: Layer already exists [2020-09-30T06:22:35.498Z] 84cc7eeebb9f: Layer already exists [2020-09-30T06:22:35.498Z] 146dd9677fc1: Layer already exists [2020-09-30T06:22:35.498Z] 805e3b9b5556: Layer already exists [2020-09-30T06:22:35.498Z] 664096dae693: Layer already exists [2020-09-30T06:22:35.498Z] ed9eba836712: Layer already exists [2020-09-30T06:22:35.768Z] 17c0d0e62d11: Layer already exists [2020-09-30T06:22:35.768Z] e2f13739ad41: Layer already exists [2020-09-30T06:22:35.768Z] aa93f1300342: Layer already exists [2020-09-30T06:22:35.768Z] master: digest: sha256:bf091f0982883901486d43085b7aad2ee348abf90f0d47d4af6783e642cc5a2e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:22:35.970Z] ===================================================== [Pipeline] echo [2020-09-30T06:22:36.019Z] taggedImages: [2020-09-30T06:22:36.019Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:36.019Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:36.019Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:36.019Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-30T06:22:36.135Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-30T06:22:36.135Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:36.135Z] 1.2.2-dev.36 [2020-09-30T06:22:36.136Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:36.136Z] master [2020-09-30T06:22:36.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:36.704Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:37.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:37.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-30T06:22:37.043Z] ba8e5c78fdd0: Preparing [2020-09-30T06:22:37.043Z] f659d88a8d22: Preparing [2020-09-30T06:22:37.043Z] 88566bb4910e: Preparing [2020-09-30T06:22:37.043Z] 071eed6bda5b: Preparing [2020-09-30T06:22:37.043Z] d153d2c002d9: Preparing [2020-09-30T06:22:37.043Z] 66c10ffdb4f5: Preparing [2020-09-30T06:22:37.043Z] b70d3e044c5e: Preparing [2020-09-30T06:22:37.043Z] 2ce7d9450c03: Preparing [2020-09-30T06:22:37.043Z] 910d23b537e6: Preparing [2020-09-30T06:22:37.043Z] b5fbb654d6d0: Preparing [2020-09-30T06:22:37.043Z] 66b385cf80cf: Preparing [2020-09-30T06:22:37.043Z] 2ce7d9450c03: Waiting [2020-09-30T06:22:37.043Z] 66b385cf80cf: Waiting [2020-09-30T06:22:37.043Z] 910d23b537e6: Waiting [2020-09-30T06:22:37.043Z] 66c10ffdb4f5: Waiting [2020-09-30T06:22:37.043Z] b5fbb654d6d0: Waiting [2020-09-30T06:22:37.318Z] ba8e5c78fdd0: Pushed [2020-09-30T06:22:37.318Z] f659d88a8d22: Pushed [2020-09-30T06:22:37.594Z] b70d3e044c5e: Pushed [2020-09-30T06:22:37.594Z] 66c10ffdb4f5: Pushed [2020-09-30T06:22:37.872Z] 2ce7d9450c03: Pushed [2020-09-30T06:22:37.872Z] 910d23b537e6: Pushed [2020-09-30T06:22:38.148Z] 66b385cf80cf: Layer already exists [2020-09-30T06:22:38.423Z] b5fbb654d6d0: Pushed [2020-09-30T06:22:39.421Z] 88566bb4910e: Pushed [2020-09-30T06:22:39.421Z] d153d2c002d9: Pushed [2020-09-30T06:22:39.695Z] 071eed6bda5b: Pushed [2020-09-30T06:22:39.974Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:4a6d139c22317051576daef5b29648330932e770b64f8fb80b8c8841089792a1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:40.313Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:40.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:40.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-30T06:22:40.656Z] ba8e5c78fdd0: Preparing [2020-09-30T06:22:40.656Z] f659d88a8d22: Preparing [2020-09-30T06:22:40.656Z] 88566bb4910e: Preparing [2020-09-30T06:22:40.656Z] 071eed6bda5b: Preparing [2020-09-30T06:22:40.656Z] d153d2c002d9: Preparing [2020-09-30T06:22:40.656Z] 66c10ffdb4f5: Preparing [2020-09-30T06:22:40.656Z] b70d3e044c5e: Preparing [2020-09-30T06:22:40.656Z] 2ce7d9450c03: Preparing [2020-09-30T06:22:40.656Z] 910d23b537e6: Preparing [2020-09-30T06:22:40.656Z] b5fbb654d6d0: Preparing [2020-09-30T06:22:40.656Z] 66b385cf80cf: Preparing [2020-09-30T06:22:40.656Z] 2ce7d9450c03: Waiting [2020-09-30T06:22:40.656Z] b5fbb654d6d0: Waiting [2020-09-30T06:22:40.656Z] 66b385cf80cf: Waiting [2020-09-30T06:22:40.656Z] 910d23b537e6: Waiting [2020-09-30T06:22:40.656Z] b70d3e044c5e: Waiting [2020-09-30T06:22:40.656Z] 66c10ffdb4f5: Waiting [2020-09-30T06:22:40.933Z] 88566bb4910e: Layer already exists [2020-09-30T06:22:40.933Z] ba8e5c78fdd0: Layer already exists [2020-09-30T06:22:40.933Z] f659d88a8d22: Layer already exists [2020-09-30T06:22:40.933Z] 071eed6bda5b: Layer already exists [2020-09-30T06:22:40.933Z] d153d2c002d9: Layer already exists [2020-09-30T06:22:40.933Z] b70d3e044c5e: Layer already exists [2020-09-30T06:22:40.933Z] 2ce7d9450c03: Layer already exists [2020-09-30T06:22:40.933Z] 66c10ffdb4f5: Layer already exists [2020-09-30T06:22:40.933Z] 910d23b537e6: Layer already exists [2020-09-30T06:22:40.933Z] b5fbb654d6d0: Layer already exists [2020-09-30T06:22:40.933Z] 66b385cf80cf: Layer already exists [2020-09-30T06:22:40.933Z] 1.2.2-dev.36: digest: sha256:4a6d139c22317051576daef5b29648330932e770b64f8fb80b8c8841089792a1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:41.272Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:41.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:41.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-30T06:22:41.608Z] ba8e5c78fdd0: Preparing [2020-09-30T06:22:41.608Z] f659d88a8d22: Preparing [2020-09-30T06:22:41.608Z] 88566bb4910e: Preparing [2020-09-30T06:22:41.608Z] 071eed6bda5b: Preparing [2020-09-30T06:22:41.608Z] d153d2c002d9: Preparing [2020-09-30T06:22:41.608Z] 66c10ffdb4f5: Preparing [2020-09-30T06:22:41.608Z] b70d3e044c5e: Preparing [2020-09-30T06:22:41.608Z] 2ce7d9450c03: Preparing [2020-09-30T06:22:41.608Z] 910d23b537e6: Preparing [2020-09-30T06:22:41.608Z] b5fbb654d6d0: Preparing [2020-09-30T06:22:41.608Z] 66b385cf80cf: Preparing [2020-09-30T06:22:41.608Z] 910d23b537e6: Waiting [2020-09-30T06:22:41.608Z] 66c10ffdb4f5: Waiting [2020-09-30T06:22:41.608Z] b70d3e044c5e: Waiting [2020-09-30T06:22:41.608Z] 2ce7d9450c03: Waiting [2020-09-30T06:22:41.608Z] b5fbb654d6d0: Waiting [2020-09-30T06:22:41.608Z] 66b385cf80cf: Waiting [2020-09-30T06:22:41.880Z] 071eed6bda5b: Layer already exists [2020-09-30T06:22:41.880Z] 88566bb4910e: Layer already exists [2020-09-30T06:22:41.880Z] d153d2c002d9: Layer already exists [2020-09-30T06:22:41.880Z] ba8e5c78fdd0: Layer already exists [2020-09-30T06:22:41.880Z] f659d88a8d22: Layer already exists [2020-09-30T06:22:41.880Z] 2ce7d9450c03: Layer already exists [2020-09-30T06:22:41.880Z] b70d3e044c5e: Layer already exists [2020-09-30T06:22:41.880Z] 66c10ffdb4f5: Layer already exists [2020-09-30T06:22:41.880Z] b5fbb654d6d0: Layer already exists [2020-09-30T06:22:41.880Z] 910d23b537e6: Layer already exists [2020-09-30T06:22:41.880Z] 66b385cf80cf: Layer already exists [2020-09-30T06:22:41.880Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:4a6d139c22317051576daef5b29648330932e770b64f8fb80b8c8841089792a1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:42.225Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:42.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-30T06:22:42.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-30T06:22:42.561Z] ba8e5c78fdd0: Preparing [2020-09-30T06:22:42.561Z] f659d88a8d22: Preparing [2020-09-30T06:22:42.561Z] 88566bb4910e: Preparing [2020-09-30T06:22:42.561Z] 071eed6bda5b: Preparing [2020-09-30T06:22:42.561Z] d153d2c002d9: Preparing [2020-09-30T06:22:42.561Z] 66c10ffdb4f5: Preparing [2020-09-30T06:22:42.561Z] b70d3e044c5e: Preparing [2020-09-30T06:22:42.561Z] 2ce7d9450c03: Preparing [2020-09-30T06:22:42.561Z] 910d23b537e6: Preparing [2020-09-30T06:22:42.561Z] b5fbb654d6d0: Preparing [2020-09-30T06:22:42.561Z] 66b385cf80cf: Preparing [2020-09-30T06:22:42.561Z] b70d3e044c5e: Waiting [2020-09-30T06:22:42.561Z] 66c10ffdb4f5: Waiting [2020-09-30T06:22:42.561Z] 2ce7d9450c03: Waiting [2020-09-30T06:22:42.561Z] 66b385cf80cf: Waiting [2020-09-30T06:22:42.561Z] 910d23b537e6: Waiting [2020-09-30T06:22:42.561Z] b5fbb654d6d0: Waiting [2020-09-30T06:22:42.561Z] f659d88a8d22: Layer already exists [2020-09-30T06:22:42.561Z] ba8e5c78fdd0: Layer already exists [2020-09-30T06:22:42.561Z] d153d2c002d9: Layer already exists [2020-09-30T06:22:42.561Z] 071eed6bda5b: Layer already exists [2020-09-30T06:22:42.561Z] 88566bb4910e: Layer already exists [2020-09-30T06:22:42.561Z] 2ce7d9450c03: Layer already exists [2020-09-30T06:22:42.833Z] b70d3e044c5e: Layer already exists [2020-09-30T06:22:42.833Z] 66c10ffdb4f5: Layer already exists [2020-09-30T06:22:42.833Z] b5fbb654d6d0: Layer already exists [2020-09-30T06:22:42.833Z] 910d23b537e6: Layer already exists [2020-09-30T06:22:42.833Z] 66b385cf80cf: Layer already exists [2020-09-30T06:22:42.833Z] master: digest: sha256:4a6d139c22317051576daef5b29648330932e770b64f8fb80b8c8841089792a1 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:22:43.046Z] ===================================================== [Pipeline] echo [2020-09-30T06:22:43.103Z] taggedImages: [2020-09-30T06:22:43.103Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:43.103Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:43.103Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:43.103Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-30T06:22:43.168Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-30T06:22:43.168Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:43.168Z] 1.2.2-dev.36 [2020-09-30T06:22:43.168Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:43.169Z] master [2020-09-30T06:22:43.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:43.715Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:44.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:44.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-30T06:22:44.049Z] b6beb70b0ab6: Preparing [2020-09-30T06:22:44.049Z] ffe4a6208d39: Preparing [2020-09-30T06:22:44.049Z] 1ee8570bd24e: Preparing [2020-09-30T06:22:44.049Z] c036b9e3c2cb: Preparing [2020-09-30T06:22:44.324Z] 1ee8570bd24e: Pushed [2020-09-30T06:22:44.324Z] b6beb70b0ab6: Pushed [2020-09-30T06:22:44.595Z] c036b9e3c2cb: Pushed [2020-09-30T06:22:47.222Z] ffe4a6208d39: Pushed [2020-09-30T06:22:47.222Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:21aa384359dfac52374824632723663cc4d8bf3a4cd062b0472980ee43ba0f12 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:47.575Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:47.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:47.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-30T06:22:47.911Z] b6beb70b0ab6: Preparing [2020-09-30T06:22:47.911Z] ffe4a6208d39: Preparing [2020-09-30T06:22:47.911Z] 1ee8570bd24e: Preparing [2020-09-30T06:22:47.911Z] c036b9e3c2cb: Preparing [2020-09-30T06:22:47.911Z] c036b9e3c2cb: Layer already exists [2020-09-30T06:22:47.911Z] b6beb70b0ab6: Layer already exists [2020-09-30T06:22:47.911Z] 1ee8570bd24e: Layer already exists [2020-09-30T06:22:47.911Z] ffe4a6208d39: Layer already exists [2020-09-30T06:22:48.183Z] 1.2.2-dev.36: digest: sha256:21aa384359dfac52374824632723663cc4d8bf3a4cd062b0472980ee43ba0f12 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:48.526Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:48.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:48.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-30T06:22:48.867Z] b6beb70b0ab6: Preparing [2020-09-30T06:22:48.867Z] ffe4a6208d39: Preparing [2020-09-30T06:22:48.867Z] 1ee8570bd24e: Preparing [2020-09-30T06:22:48.867Z] c036b9e3c2cb: Preparing [2020-09-30T06:22:48.867Z] 1ee8570bd24e: Layer already exists [2020-09-30T06:22:48.867Z] c036b9e3c2cb: Layer already exists [2020-09-30T06:22:48.867Z] ffe4a6208d39: Layer already exists [2020-09-30T06:22:48.867Z] b6beb70b0ab6: Layer already exists [2020-09-30T06:22:49.138Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:21aa384359dfac52374824632723663cc4d8bf3a4cd062b0472980ee43ba0f12 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:49.474Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:49.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-30T06:22:49.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-30T06:22:49.806Z] b6beb70b0ab6: Preparing [2020-09-30T06:22:49.806Z] ffe4a6208d39: Preparing [2020-09-30T06:22:49.806Z] 1ee8570bd24e: Preparing [2020-09-30T06:22:49.806Z] c036b9e3c2cb: Preparing [2020-09-30T06:22:49.806Z] 1ee8570bd24e: Layer already exists [2020-09-30T06:22:49.806Z] c036b9e3c2cb: Layer already exists [2020-09-30T06:22:49.806Z] b6beb70b0ab6: Layer already exists [2020-09-30T06:22:50.077Z] ffe4a6208d39: Layer already exists [2020-09-30T06:22:50.077Z] master: digest: sha256:21aa384359dfac52374824632723663cc4d8bf3a4cd062b0472980ee43ba0f12 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:22:50.291Z] ===================================================== [Pipeline] echo [2020-09-30T06:22:50.338Z] taggedImages: [2020-09-30T06:22:50.338Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:50.338Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:50.338Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:50.338Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-30T06:22:50.398Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-30T06:22:50.398Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:50.398Z] 1.2.2-dev.36 [2020-09-30T06:22:50.398Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:50.398Z] master [2020-09-30T06:22:50.398Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:50.944Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:51.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:51.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-30T06:22:51.315Z] db0eebcc5bd0: Preparing [2020-09-30T06:22:51.315Z] a37b054595c9: Preparing [2020-09-30T06:22:51.315Z] baafe535108b: Preparing [2020-09-30T06:22:51.315Z] a8b784ff1a58: Preparing [2020-09-30T06:22:51.315Z] 73ad95ead9d9: Preparing [2020-09-30T06:22:51.315Z] d0213e4691c0: Preparing [2020-09-30T06:22:51.315Z] d0213e4691c0: Waiting [2020-09-30T06:22:51.603Z] baafe535108b: Pushed [2020-09-30T06:22:51.603Z] db0eebcc5bd0: Pushed [2020-09-30T06:22:51.893Z] 73ad95ead9d9: Pushed [2020-09-30T06:22:51.893Z] a8b784ff1a58: Pushed [2020-09-30T06:22:52.189Z] d0213e4691c0: Pushed [2020-09-30T06:22:54.850Z] a37b054595c9: Pushed [2020-09-30T06:22:54.850Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:e0c616f9d2d05f40287fd8965d1f614593520d80fd7260d3a9f80711c5456498 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:55.192Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:55.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:55.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-30T06:22:55.532Z] db0eebcc5bd0: Preparing [2020-09-30T06:22:55.532Z] a37b054595c9: Preparing [2020-09-30T06:22:55.532Z] baafe535108b: Preparing [2020-09-30T06:22:55.532Z] a8b784ff1a58: Preparing [2020-09-30T06:22:55.532Z] 73ad95ead9d9: Preparing [2020-09-30T06:22:55.532Z] d0213e4691c0: Preparing [2020-09-30T06:22:55.532Z] d0213e4691c0: Waiting [2020-09-30T06:22:55.802Z] db0eebcc5bd0: Layer already exists [2020-09-30T06:22:55.802Z] a37b054595c9: Layer already exists [2020-09-30T06:22:55.802Z] baafe535108b: Layer already exists [2020-09-30T06:22:55.802Z] 73ad95ead9d9: Layer already exists [2020-09-30T06:22:55.802Z] a8b784ff1a58: Layer already exists [2020-09-30T06:22:55.802Z] d0213e4691c0: Layer already exists [2020-09-30T06:22:55.802Z] 1.2.2-dev.36: digest: sha256:e0c616f9d2d05f40287fd8965d1f614593520d80fd7260d3a9f80711c5456498 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:56.165Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:56.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:56.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-30T06:22:56.507Z] db0eebcc5bd0: Preparing [2020-09-30T06:22:56.507Z] a37b054595c9: Preparing [2020-09-30T06:22:56.507Z] baafe535108b: Preparing [2020-09-30T06:22:56.507Z] a8b784ff1a58: Preparing [2020-09-30T06:22:56.507Z] 73ad95ead9d9: Preparing [2020-09-30T06:22:56.507Z] d0213e4691c0: Preparing [2020-09-30T06:22:56.507Z] d0213e4691c0: Waiting [2020-09-30T06:22:56.507Z] db0eebcc5bd0: Layer already exists [2020-09-30T06:22:56.507Z] baafe535108b: Layer already exists [2020-09-30T06:22:56.507Z] a37b054595c9: Layer already exists [2020-09-30T06:22:56.507Z] 73ad95ead9d9: Layer already exists [2020-09-30T06:22:56.507Z] a8b784ff1a58: Layer already exists [2020-09-30T06:22:56.507Z] d0213e4691c0: Layer already exists [2020-09-30T06:22:56.783Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:e0c616f9d2d05f40287fd8965d1f614593520d80fd7260d3a9f80711c5456498 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:57.125Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:57.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-30T06:22:57.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-30T06:22:57.459Z] db0eebcc5bd0: Preparing [2020-09-30T06:22:57.459Z] a37b054595c9: Preparing [2020-09-30T06:22:57.459Z] baafe535108b: Preparing [2020-09-30T06:22:57.459Z] a8b784ff1a58: Preparing [2020-09-30T06:22:57.459Z] 73ad95ead9d9: Preparing [2020-09-30T06:22:57.459Z] d0213e4691c0: Preparing [2020-09-30T06:22:57.459Z] d0213e4691c0: Waiting [2020-09-30T06:22:57.729Z] db0eebcc5bd0: Layer already exists [2020-09-30T06:22:57.729Z] a8b784ff1a58: Layer already exists [2020-09-30T06:22:57.729Z] a37b054595c9: Layer already exists [2020-09-30T06:22:57.729Z] 73ad95ead9d9: Layer already exists [2020-09-30T06:22:57.729Z] baafe535108b: Layer already exists [2020-09-30T06:22:57.729Z] d0213e4691c0: Layer already exists [2020-09-30T06:22:57.729Z] master: digest: sha256:e0c616f9d2d05f40287fd8965d1f614593520d80fd7260d3a9f80711c5456498 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:22:57.906Z] ===================================================== [Pipeline] echo [2020-09-30T06:22:57.953Z] taggedImages: [2020-09-30T06:22:57.954Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:57.954Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.36 [2020-09-30T06:22:57.954Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:57.954Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-30T06:22:58.019Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-30T06:22:58.019Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:58.019Z] 1.2.2-dev.36 [2020-09-30T06:22:58.019Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:22:58.019Z] master [2020-09-30T06:22:58.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:58.533Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:22:58.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:22:58.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-30T06:22:58.871Z] bfc4a7cd85d6: Preparing [2020-09-30T06:22:58.871Z] 8c820b02ec9e: Preparing [2020-09-30T06:22:58.871Z] 64512987d481: Preparing [2020-09-30T06:22:59.143Z] 64512987d481: Pushed [2020-09-30T06:22:59.143Z] bfc4a7cd85d6: Pushed [2020-09-30T06:23:02.180Z] 8c820b02ec9e: Pushed [2020-09-30T06:23:02.180Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:e77bdaed595ae922548bb5c345c2fe294ffe1270e92e9bf27115cf4cb2b24745 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:02.517Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:02.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.36 [2020-09-30T06:23:02.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-30T06:23:02.846Z] bfc4a7cd85d6: Preparing [2020-09-30T06:23:02.846Z] 8c820b02ec9e: Preparing [2020-09-30T06:23:02.846Z] 64512987d481: Preparing [2020-09-30T06:23:03.117Z] bfc4a7cd85d6: Layer already exists [2020-09-30T06:23:03.117Z] 64512987d481: Layer already exists [2020-09-30T06:23:03.117Z] 8c820b02ec9e: Layer already exists [2020-09-30T06:23:03.117Z] 1.2.2-dev.36: digest: sha256:e77bdaed595ae922548bb5c345c2fe294ffe1270e92e9bf27115cf4cb2b24745 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:03.456Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:03.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:23:03.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-30T06:23:03.788Z] bfc4a7cd85d6: Preparing [2020-09-30T06:23:03.788Z] 8c820b02ec9e: Preparing [2020-09-30T06:23:03.788Z] 64512987d481: Preparing [2020-09-30T06:23:03.788Z] 8c820b02ec9e: Layer already exists [2020-09-30T06:23:03.788Z] bfc4a7cd85d6: Layer already exists [2020-09-30T06:23:03.788Z] 64512987d481: Layer already exists [2020-09-30T06:23:04.059Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:e77bdaed595ae922548bb5c345c2fe294ffe1270e92e9bf27115cf4cb2b24745 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:04.397Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:04.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-30T06:23:04.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-30T06:23:04.734Z] bfc4a7cd85d6: Preparing [2020-09-30T06:23:04.734Z] 8c820b02ec9e: Preparing [2020-09-30T06:23:04.734Z] 64512987d481: Preparing [2020-09-30T06:23:04.734Z] 8c820b02ec9e: Layer already exists [2020-09-30T06:23:04.734Z] 64512987d481: Layer already exists [2020-09-30T06:23:04.734Z] bfc4a7cd85d6: Layer already exists [2020-09-30T06:23:05.005Z] master: digest: sha256:e77bdaed595ae922548bb5c345c2fe294ffe1270e92e9bf27115cf4cb2b24745 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:23:05.198Z] ===================================================== [Pipeline] echo [2020-09-30T06:23:05.245Z] taggedImages: [2020-09-30T06:23:05.245Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:23:05.245Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.36 [2020-09-30T06:23:05.245Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:23:05.245Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-30T06:23:05.311Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-30T06:23:05.311Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:23:05.311Z] 1.2.2-dev.36 [2020-09-30T06:23:05.311Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:23:05.311Z] master [2020-09-30T06:23:05.311Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:05.805Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:06.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:23:06.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-30T06:23:06.143Z] 0e03a99fc4da: Preparing [2020-09-30T06:23:06.143Z] 514d16a6a2b3: Preparing [2020-09-30T06:23:06.143Z] 56d7f88ae42e: Preparing [2020-09-30T06:23:06.143Z] 8ea285504b21: Preparing [2020-09-30T06:23:06.143Z] fd4e87742b71: Preparing [2020-09-30T06:23:06.143Z] 171dec3dcb91: Preparing [2020-09-30T06:23:06.143Z] 4f36a46205d6: Preparing [2020-09-30T06:23:06.143Z] f875f9e206db: Preparing [2020-09-30T06:23:06.143Z] 3994ac1dcb8b: Preparing [2020-09-30T06:23:06.143Z] 171dec3dcb91: Waiting [2020-09-30T06:23:06.143Z] 4f36a46205d6: Waiting [2020-09-30T06:23:06.143Z] f875f9e206db: Waiting [2020-09-30T06:23:06.143Z] 5f2247eaf593: Preparing [2020-09-30T06:23:06.143Z] 62d13be1b083: Preparing [2020-09-30T06:23:06.143Z] 94fdc660876c: Preparing [2020-09-30T06:23:06.143Z] 4e7279dfc0c0: Preparing [2020-09-30T06:23:06.143Z] 3994ac1dcb8b: Waiting [2020-09-30T06:23:06.143Z] e2f13739ad41: Preparing [2020-09-30T06:23:06.143Z] 62d13be1b083: Waiting [2020-09-30T06:23:06.143Z] 94fdc660876c: Waiting [2020-09-30T06:23:06.143Z] 4e7279dfc0c0: Waiting [2020-09-30T06:23:06.143Z] e2f13739ad41: Waiting [2020-09-30T06:23:06.143Z] 5f2247eaf593: Waiting [2020-09-30T06:23:06.745Z] fd4e87742b71: Pushed [2020-09-30T06:23:07.021Z] 0e03a99fc4da: Pushed [2020-09-30T06:23:07.615Z] 8ea285504b21: Pushed [2020-09-30T06:23:07.615Z] f875f9e206db: Layer already exists [2020-09-30T06:23:07.615Z] 3994ac1dcb8b: Layer already exists [2020-09-30T06:23:07.615Z] 5f2247eaf593: Layer already exists [2020-09-30T06:23:07.615Z] 4f36a46205d6: Pushed [2020-09-30T06:23:07.615Z] 62d13be1b083: Layer already exists [2020-09-30T06:23:07.615Z] 94fdc660876c: Layer already exists [2020-09-30T06:23:07.615Z] 4e7279dfc0c0: Layer already exists [2020-09-30T06:23:07.615Z] e2f13739ad41: Layer already exists [2020-09-30T06:23:08.213Z] 514d16a6a2b3: Pushed [2020-09-30T06:23:09.188Z] 171dec3dcb91: Pushed [2020-09-30T06:23:19.382Z] 56d7f88ae42e: Pushed [2020-09-30T06:23:19.382Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b: digest: sha256:9bf0e0ee6cad030d622e8059d3e3af2797084dd0af8d1dac3d669257ab1c9eda size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:19.814Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:20.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.36 [2020-09-30T06:23:20.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-30T06:23:20.240Z] 0e03a99fc4da: Preparing [2020-09-30T06:23:20.240Z] 514d16a6a2b3: Preparing [2020-09-30T06:23:20.240Z] 56d7f88ae42e: Preparing [2020-09-30T06:23:20.240Z] 8ea285504b21: Preparing [2020-09-30T06:23:20.240Z] fd4e87742b71: Preparing [2020-09-30T06:23:20.240Z] 171dec3dcb91: Preparing [2020-09-30T06:23:20.240Z] 4f36a46205d6: Preparing [2020-09-30T06:23:20.240Z] f875f9e206db: Preparing [2020-09-30T06:23:20.240Z] 3994ac1dcb8b: Preparing [2020-09-30T06:23:20.240Z] 5f2247eaf593: Preparing [2020-09-30T06:23:20.240Z] 62d13be1b083: Preparing [2020-09-30T06:23:20.240Z] 94fdc660876c: Preparing [2020-09-30T06:23:20.240Z] 4e7279dfc0c0: Preparing [2020-09-30T06:23:20.240Z] e2f13739ad41: Preparing [2020-09-30T06:23:20.240Z] 171dec3dcb91: Waiting [2020-09-30T06:23:20.240Z] 4f36a46205d6: Waiting [2020-09-30T06:23:20.240Z] f875f9e206db: Waiting [2020-09-30T06:23:20.240Z] 3994ac1dcb8b: Waiting [2020-09-30T06:23:20.240Z] 5f2247eaf593: Waiting [2020-09-30T06:23:20.240Z] 62d13be1b083: Waiting [2020-09-30T06:23:20.240Z] 94fdc660876c: Waiting [2020-09-30T06:23:20.240Z] 4e7279dfc0c0: Waiting [2020-09-30T06:23:20.240Z] e2f13739ad41: Waiting [2020-09-30T06:23:20.240Z] fd4e87742b71: Layer already exists [2020-09-30T06:23:20.240Z] 0e03a99fc4da: Layer already exists [2020-09-30T06:23:20.240Z] 514d16a6a2b3: Layer already exists [2020-09-30T06:23:20.240Z] 8ea285504b21: Layer already exists [2020-09-30T06:23:20.240Z] 56d7f88ae42e: Layer already exists [2020-09-30T06:23:20.240Z] f875f9e206db: Layer already exists [2020-09-30T06:23:20.240Z] 171dec3dcb91: Layer already exists [2020-09-30T06:23:20.240Z] 4f36a46205d6: Layer already exists [2020-09-30T06:23:20.527Z] 5f2247eaf593: Layer already exists [2020-09-30T06:23:20.527Z] 3994ac1dcb8b: Layer already exists [2020-09-30T06:23:20.527Z] 94fdc660876c: Layer already exists [2020-09-30T06:23:20.527Z] 62d13be1b083: Layer already exists [2020-09-30T06:23:20.527Z] 4e7279dfc0c0: Layer already exists [2020-09-30T06:23:20.527Z] e2f13739ad41: Layer already exists [2020-09-30T06:23:20.527Z] 1.2.2-dev.36: digest: sha256:9bf0e0ee6cad030d622e8059d3e3af2797084dd0af8d1dac3d669257ab1c9eda size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:20.990Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:21.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:23:21.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-30T06:23:21.411Z] 0e03a99fc4da: Preparing [2020-09-30T06:23:21.411Z] 514d16a6a2b3: Preparing [2020-09-30T06:23:21.411Z] 56d7f88ae42e: Preparing [2020-09-30T06:23:21.411Z] 8ea285504b21: Preparing [2020-09-30T06:23:21.411Z] fd4e87742b71: Preparing [2020-09-30T06:23:21.411Z] 171dec3dcb91: Preparing [2020-09-30T06:23:21.411Z] 4f36a46205d6: Preparing [2020-09-30T06:23:21.411Z] f875f9e206db: Preparing [2020-09-30T06:23:21.411Z] 3994ac1dcb8b: Preparing [2020-09-30T06:23:21.411Z] 5f2247eaf593: Preparing [2020-09-30T06:23:21.411Z] 62d13be1b083: Preparing [2020-09-30T06:23:21.411Z] 94fdc660876c: Preparing [2020-09-30T06:23:21.411Z] 4e7279dfc0c0: Preparing [2020-09-30T06:23:21.411Z] e2f13739ad41: Preparing [2020-09-30T06:23:21.411Z] 3994ac1dcb8b: Waiting [2020-09-30T06:23:21.411Z] 4f36a46205d6: Waiting [2020-09-30T06:23:21.411Z] 5f2247eaf593: Waiting [2020-09-30T06:23:21.411Z] 62d13be1b083: Waiting [2020-09-30T06:23:21.411Z] f875f9e206db: Waiting [2020-09-30T06:23:21.411Z] 94fdc660876c: Waiting [2020-09-30T06:23:21.411Z] e2f13739ad41: Waiting [2020-09-30T06:23:21.411Z] 4e7279dfc0c0: Waiting [2020-09-30T06:23:21.411Z] 171dec3dcb91: Waiting [2020-09-30T06:23:21.411Z] 0e03a99fc4da: Layer already exists [2020-09-30T06:23:21.411Z] fd4e87742b71: Layer already exists [2020-09-30T06:23:21.411Z] 514d16a6a2b3: Layer already exists [2020-09-30T06:23:21.411Z] 8ea285504b21: Layer already exists [2020-09-30T06:23:21.411Z] 56d7f88ae42e: Layer already exists [2020-09-30T06:23:21.411Z] 5f2247eaf593: Layer already exists [2020-09-30T06:23:21.411Z] 4f36a46205d6: Layer already exists [2020-09-30T06:23:21.411Z] 171dec3dcb91: Layer already exists [2020-09-30T06:23:21.411Z] 3994ac1dcb8b: Layer already exists [2020-09-30T06:23:21.411Z] f875f9e206db: Layer already exists [2020-09-30T06:23:21.789Z] 4e7279dfc0c0: Layer already exists [2020-09-30T06:23:21.789Z] 94fdc660876c: Layer already exists [2020-09-30T06:23:21.789Z] 62d13be1b083: Layer already exists [2020-09-30T06:23:21.789Z] e2f13739ad41: Layer already exists [2020-09-30T06:23:21.789Z] 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36: digest: sha256:9bf0e0ee6cad030d622e8059d3e3af2797084dd0af8d1dac3d669257ab1c9eda size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:22.399Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:22.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-30T06:23:22.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-30T06:23:22.862Z] 0e03a99fc4da: Preparing [2020-09-30T06:23:22.862Z] 514d16a6a2b3: Preparing [2020-09-30T06:23:22.862Z] 56d7f88ae42e: Preparing [2020-09-30T06:23:22.862Z] 8ea285504b21: Preparing [2020-09-30T06:23:22.862Z] fd4e87742b71: Preparing [2020-09-30T06:23:22.862Z] 171dec3dcb91: Preparing [2020-09-30T06:23:22.862Z] 4f36a46205d6: Preparing [2020-09-30T06:23:22.862Z] f875f9e206db: Preparing [2020-09-30T06:23:22.862Z] 3994ac1dcb8b: Preparing [2020-09-30T06:23:22.862Z] 5f2247eaf593: Preparing [2020-09-30T06:23:22.862Z] 62d13be1b083: Preparing [2020-09-30T06:23:22.862Z] 94fdc660876c: Preparing [2020-09-30T06:23:22.862Z] 4e7279dfc0c0: Preparing [2020-09-30T06:23:22.862Z] e2f13739ad41: Preparing [2020-09-30T06:23:22.862Z] 171dec3dcb91: Waiting [2020-09-30T06:23:22.862Z] f875f9e206db: Waiting [2020-09-30T06:23:22.862Z] 3994ac1dcb8b: Waiting [2020-09-30T06:23:22.862Z] 5f2247eaf593: Waiting [2020-09-30T06:23:22.862Z] 4f36a46205d6: Waiting [2020-09-30T06:23:22.862Z] 4e7279dfc0c0: Waiting [2020-09-30T06:23:22.863Z] 62d13be1b083: Waiting [2020-09-30T06:23:22.863Z] 94fdc660876c: Waiting [2020-09-30T06:23:22.863Z] e2f13739ad41: Waiting [2020-09-30T06:23:22.863Z] 8ea285504b21: Layer already exists [2020-09-30T06:23:22.863Z] 56d7f88ae42e: Layer already exists [2020-09-30T06:23:23.163Z] 514d16a6a2b3: Layer already exists [2020-09-30T06:23:23.163Z] 0e03a99fc4da: Layer already exists [2020-09-30T06:23:23.163Z] fd4e87742b71: Layer already exists [2020-09-30T06:23:23.163Z] 4f36a46205d6: Layer already exists [2020-09-30T06:23:23.163Z] 171dec3dcb91: Layer already exists [2020-09-30T06:23:23.163Z] f875f9e206db: Layer already exists [2020-09-30T06:23:23.163Z] 3994ac1dcb8b: Layer already exists [2020-09-30T06:23:23.163Z] 94fdc660876c: Layer already exists [2020-09-30T06:23:23.163Z] 5f2247eaf593: Layer already exists [2020-09-30T06:23:23.163Z] 62d13be1b083: Layer already exists [2020-09-30T06:23:23.163Z] e2f13739ad41: Layer already exists [2020-09-30T06:23:23.163Z] 4e7279dfc0c0: Layer already exists [2020-09-30T06:23:23.163Z] master: digest: sha256:9bf0e0ee6cad030d622e8059d3e3af2797084dd0af8d1dac3d669257ab1c9eda size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T06:23:23.416Z] ===================================================== [Pipeline] echo [2020-09-30T06:23:23.477Z] taggedImages: [2020-09-30T06:23:23.477Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:23:23.477Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.36 [2020-09-30T06:23:23.477Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b-1.2.2-dev.36 [2020-09-30T06:23:23.477Z] - 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-09-30T06:23:25.310Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-30T06:23:25.312Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-30T06:23:25.368Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:25.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T06:23:26.113Z] [2020-09-30T06:23:26.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:23:26.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T06:23:26.562Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-30T06:23:26.562Z] cbdbe7a5bc2a: Already exists [2020-09-30T06:23:26.562Z] 408f87550127: Pulling fs layer [2020-09-30T06:23:26.562Z] fe522b08c979: Pulling fs layer [2020-09-30T06:23:26.562Z] 221eaa008020: Pulling fs layer [2020-09-30T06:23:26.562Z] 2a4607e5d6b9: Pulling fs layer [2020-09-30T06:23:26.562Z] 8f79b27c4fd2: Pulling fs layer [2020-09-30T06:23:26.562Z] e5c8dbe1645b: Pulling fs layer [2020-09-30T06:23:26.562Z] 23e8b3b47431: Pulling fs layer [2020-09-30T06:23:26.562Z] 5c568d65a230: Pulling fs layer [2020-09-30T06:23:26.562Z] 2a4607e5d6b9: Waiting [2020-09-30T06:23:26.562Z] 8f79b27c4fd2: Waiting [2020-09-30T06:23:26.562Z] e5c8dbe1645b: Waiting [2020-09-30T06:23:26.562Z] 23e8b3b47431: Waiting [2020-09-30T06:23:26.562Z] 5c568d65a230: Waiting [2020-09-30T06:23:26.562Z] fe522b08c979: Verifying Checksum [2020-09-30T06:23:26.562Z] fe522b08c979: Download complete [2020-09-30T06:23:26.562Z] 408f87550127: Download complete [2020-09-30T06:23:26.562Z] 2a4607e5d6b9: Verifying Checksum [2020-09-30T06:23:26.562Z] 2a4607e5d6b9: Download complete [2020-09-30T06:23:26.847Z] 8f79b27c4fd2: Verifying Checksum [2020-09-30T06:23:26.847Z] 8f79b27c4fd2: Download complete [2020-09-30T06:23:27.143Z] 408f87550127: Pull complete [2020-09-30T06:23:27.446Z] fe522b08c979: Pull complete [2020-09-30T06:23:28.504Z] e5c8dbe1645b: Verifying Checksum [2020-09-30T06:23:28.504Z] e5c8dbe1645b: Download complete [2020-09-30T06:23:31.291Z] 23e8b3b47431: Verifying Checksum [2020-09-30T06:23:31.291Z] 23e8b3b47431: Download complete [2020-09-30T06:23:31.572Z] 5c568d65a230: Verifying Checksum [2020-09-30T06:23:31.572Z] 5c568d65a230: Download complete [2020-09-30T06:23:33.604Z] 221eaa008020: Verifying Checksum [2020-09-30T06:23:33.604Z] 221eaa008020: Download complete [2020-09-30T06:23:41.921Z] 221eaa008020: Pull complete [2020-09-30T06:23:42.190Z] 2a4607e5d6b9: Pull complete [2020-09-30T06:23:42.190Z] 8f79b27c4fd2: Pull complete [2020-09-30T06:23:46.473Z] e5c8dbe1645b: Pull complete [2020-09-30T06:23:50.251Z] 23e8b3b47431: Pull complete [2020-09-30T06:23:52.983Z] 5c568d65a230: Pull complete [2020-09-30T06:23:52.983Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-30T06:23:52.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T06:23:52.983Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-30T06:23:53.681Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:23:53.772Z] $ 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/151:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:23:55.957Z] $ docker top b942e11309c30b92ab6a1da0fe3f89acbd41dccdc11069f9cdf5af7ee386ed38 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T06:23:57.102Z] + snyk monitor '--org=edgex-jenkins' [2020-09-30T06:24:09.670Z] [2020-09-30T06:24:09.670Z] Monitoring /w/workspace/edgex-go/151 (github.com/edgexfoundry/edgex-go)... [2020-09-30T06:24:09.670Z] [2020-09-30T06:24:09.670Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/090972da-c2c4-4756-993c-413fd05c0e2c [2020-09-30T06:24:09.670Z] [2020-09-30T06:24:09.670Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-30T06:24:09.670Z] [2020-09-30T06:24:09.670Z] [2020-09-30T06:24:09.670Z] Snyk CLI supports Node.js 8 and higher. [2020-09-30T06:24:09.670Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-30T06:24:09.670Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-30T06:24:09.670Z] [2020-09-30T06:24:09.670Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-30T06:24:09.670Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-30T06:24:09.697Z] $ docker stop --time=1 b942e11309c30b92ab6a1da0fe3f89acbd41dccdc11069f9cdf5af7ee386ed38 [2020-09-30T06:24:12.714Z] $ docker rm -f b942e11309c30b92ab6a1da0fe3f89acbd41dccdc11069f9cdf5af7ee386ed38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:24:14.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:24:14.757Z] [2020-09-30T06:24:14.757Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:24:15.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:24:15.201Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-30T06:24:15.201Z] e7c96db7181b: Pulling fs layer [2020-09-30T06:24:15.201Z] 1868ca2cb446: Pulling fs layer [2020-09-30T06:24:15.201Z] 136be5d0fe8e: Pulling fs layer [2020-09-30T06:24:15.201Z] 894bfe63afcb: Pulling fs layer [2020-09-30T06:24:15.201Z] 894bfe63afcb: Waiting [2020-09-30T06:24:15.201Z] 1868ca2cb446: Download complete [2020-09-30T06:24:15.201Z] 136be5d0fe8e: Verifying Checksum [2020-09-30T06:24:15.201Z] 136be5d0fe8e: Download complete [2020-09-30T06:24:15.491Z] e7c96db7181b: Verifying Checksum [2020-09-30T06:24:15.491Z] e7c96db7181b: Download complete [2020-09-30T06:24:15.491Z] 894bfe63afcb: Verifying Checksum [2020-09-30T06:24:15.491Z] 894bfe63afcb: Download complete [2020-09-30T06:24:16.143Z] e7c96db7181b: Pull complete [2020-09-30T06:24:16.143Z] 1868ca2cb446: Pull complete [2020-09-30T06:24:16.428Z] 136be5d0fe8e: Pull complete [2020-09-30T06:24:17.009Z] 894bfe63afcb: Pull complete [2020-09-30T06:24:17.009Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-30T06:24:17.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:24:17.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-30T06:24:17.147Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:24:17.213Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:24:18.335Z] $ docker top e0be9bd0be561165d84f349525f132717c22ddc70771f3b2bd3debd336536e27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:24:18.978Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:24:18.979Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:24:21.763Z] $ docker stop --time=1 e0be9bd0be561165d84f349525f132717c22ddc70771f3b2bd3debd336536e27 [2020-09-30T06:24:23.337Z] $ docker rm -f e0be9bd0be561165d84f349525f132717c22ddc70771f3b2bd3debd336536e27 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:24:23.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:24:23.873Z] . [Pipeline] withDockerContainer [2020-09-30T06:24:24.008Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:24:24.066Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:24:25.110Z] $ docker top af32e11bf0379d873f163faad587cf2a7ce98f75203a0113d92442fd4f948a69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:24:25.918Z] + tee [2020-09-30T06:24:25.918Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:24:25.918Z] clair timeout 1m0s [2020-09-30T06:24:25.918Z] docker timeout: 1m0s [2020-09-30T06:24:25.918Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:24:26.639Z] $ docker stop --time=1 af32e11bf0379d873f163faad587cf2a7ce98f75203a0113d92442fd4f948a69 [2020-09-30T06:24:28.253Z] $ docker rm -f af32e11bf0379d873f163faad587cf2a7ce98f75203a0113d92442fd4f948a69 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:24:28.973Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:24:28.986Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-core-command-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:24:29.046Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:24:29.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:24:29.786Z] . [Pipeline] withDockerContainer [2020-09-30T06:24:29.919Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:24:29.979Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:24:31.278Z] $ docker top 283e9e96e0998b534312eaaafbcf4587a9fa760756e98e315baee1822e9a14f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:24:32.395Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:24:32.395Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:24:38.015Z] $ docker stop --time=1 283e9e96e0998b534312eaaafbcf4587a9fa760756e98e315baee1822e9a14f3 [2020-09-30T06:24:39.623Z] $ docker rm -f 283e9e96e0998b534312eaaafbcf4587a9fa760756e98e315baee1822e9a14f3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:24:40.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:24:40.237Z] . [Pipeline] withDockerContainer [2020-09-30T06:24:40.391Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:24:40.476Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:24:41.644Z] $ docker top 88edb97e1cdadb62a95ed0a98d68cc291fb7364e9657846b2211752fd2029a16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:24:42.279Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:24:42.279Z] + tee [2020-09-30T06:24:42.279Z] clair timeout 1m0s [2020-09-30T06:24:42.279Z] docker timeout: 1m0s [2020-09-30T06:24:42.279Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:24:43.357Z] $ docker stop --time=1 88edb97e1cdadb62a95ed0a98d68cc291fb7364e9657846b2211752fd2029a16 [2020-09-30T06:24:45.021Z] $ docker rm -f 88edb97e1cdadb62a95ed0a98d68cc291fb7364e9657846b2211752fd2029a16 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:24:45.587Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:24:45.605Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-core-data-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:24:45.664Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:24:46.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:24:46.250Z] . [Pipeline] withDockerContainer [2020-09-30T06:24:46.384Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:24:46.438Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:24:47.985Z] $ docker top 69438c2a17f2afa25c6323553f3ca3800de7b1a37254d99714388823ae86d6de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:24:49.263Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:24:49.263Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:24:52.088Z] $ docker stop --time=1 69438c2a17f2afa25c6323553f3ca3800de7b1a37254d99714388823ae86d6de [2020-09-30T06:24:53.638Z] $ docker rm -f 69438c2a17f2afa25c6323553f3ca3800de7b1a37254d99714388823ae86d6de [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:24:54.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:24:54.182Z] . [Pipeline] withDockerContainer [2020-09-30T06:24:54.327Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:24:54.391Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:24:56.041Z] $ docker top b8e493844d8031174c293680fe7d4fc13796844010e6795e8c8dda6501bd82cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:24:57.259Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:24:57.259Z] + tee [2020-09-30T06:24:57.259Z] clair timeout 1m0s [2020-09-30T06:24:57.259Z] docker timeout: 1m0s [2020-09-30T06:24:57.259Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:24:57.970Z] $ docker stop --time=1 b8e493844d8031174c293680fe7d4fc13796844010e6795e8c8dda6501bd82cd [2020-09-30T06:24:59.825Z] $ docker rm -f b8e493844d8031174c293680fe7d4fc13796844010e6795e8c8dda6501bd82cd [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:25:00.550Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:25:00.566Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-core-metadata-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:25:00.698Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:25:01.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:25:01.089Z] . [Pipeline] withDockerContainer [2020-09-30T06:25:01.274Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:25:01.387Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:25:03.007Z] $ docker top 9abd9085ba411194dbf7048901bbb7a6d7ecacc9e9a2f8e031ccda8a86b78a33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:25:04.165Z] + tee [2020-09-30T06:25:04.166Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:25:08.793Z] $ docker stop --time=1 9abd9085ba411194dbf7048901bbb7a6d7ecacc9e9a2f8e031ccda8a86b78a33 [2020-09-30T06:25:10.267Z] $ docker rm -f 9abd9085ba411194dbf7048901bbb7a6d7ecacc9e9a2f8e031ccda8a86b78a33 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:25:10.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:25:10.807Z] . [Pipeline] withDockerContainer [2020-09-30T06:25:10.961Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:25:11.016Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:25:12.181Z] $ docker top 502089fb37dc200687cedb8b9bf20e2ed075f484a453fa302575eafb20993733 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:25:13.189Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:25:13.189Z] + tee [2020-09-30T06:25:13.189Z] clair timeout 1m0s [2020-09-30T06:25:13.189Z] docker timeout: 1m0s [2020-09-30T06:25:13.189Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:25:13.873Z] $ docker stop --time=1 502089fb37dc200687cedb8b9bf20e2ed075f484a453fa302575eafb20993733 [2020-09-30T06:25:15.730Z] $ docker rm -f 502089fb37dc200687cedb8b9bf20e2ed075f484a453fa302575eafb20993733 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:25:16.309Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:25:16.326Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-security-proxy-setup-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:25:16.385Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:25:16.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:25:16.743Z] . [Pipeline] withDockerContainer [2020-09-30T06:25:16.868Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:25:16.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:25:18.338Z] $ docker top 6ffdd1ebac1b34392daf81f6ea7af006402df1f4a4fb37fbe9394f6fb1286866 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:25:19.242Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:25:19.242Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:25:26.078Z] $ docker stop --time=1 6ffdd1ebac1b34392daf81f6ea7af006402df1f4a4fb37fbe9394f6fb1286866 [2020-09-30T06:25:27.840Z] $ docker rm -f 6ffdd1ebac1b34392daf81f6ea7af006402df1f4a4fb37fbe9394f6fb1286866 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:25:28.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:25:28.389Z] . [Pipeline] withDockerContainer [2020-09-30T06:25:28.555Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:25:28.790Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:25:29.828Z] $ docker top 23f1eb09420b3553ba08854714ca12a6db359bfef427f47c690e1e2215abf71f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:25:30.526Z] + tee [2020-09-30T06:25:30.526Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:25:30.526Z] clair timeout 1m0s [2020-09-30T06:25:30.526Z] docker timeout: 1m0s [2020-09-30T06:25:30.526Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:25:32.048Z] $ docker stop --time=1 23f1eb09420b3553ba08854714ca12a6db359bfef427f47c690e1e2215abf71f [2020-09-30T06:25:33.601Z] $ docker rm -f 23f1eb09420b3553ba08854714ca12a6db359bfef427f47c690e1e2215abf71f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:25:34.128Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:25:34.143Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-security-secrets-setup-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:25:34.227Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:25:34.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:25:34.586Z] . [Pipeline] withDockerContainer [2020-09-30T06:25:34.706Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:25:34.762Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:25:35.758Z] $ docker top 813e291f7e8c56d23f33e8b41277a8cad5ff690681fefe4086e2443eaeb58062 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:25:36.347Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:25:36.347Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:25:44.691Z] $ docker stop --time=1 813e291f7e8c56d23f33e8b41277a8cad5ff690681fefe4086e2443eaeb58062 [2020-09-30T06:25:46.126Z] $ docker rm -f 813e291f7e8c56d23f33e8b41277a8cad5ff690681fefe4086e2443eaeb58062 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:25:46.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:25:46.677Z] . [Pipeline] withDockerContainer [2020-09-30T06:25:46.818Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:25:46.871Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:25:47.778Z] $ docker top 988977b95cdf8c2c2f0cacae45078331838eae4e1390bfb15ca37f9f32ebc371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:25:48.468Z] + tee [2020-09-30T06:25:48.468Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:25:48.468Z] clair timeout 1m0s [2020-09-30T06:25:48.468Z] docker timeout: 1m0s [2020-09-30T06:25:48.468Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:25:50.140Z] $ docker stop --time=1 988977b95cdf8c2c2f0cacae45078331838eae4e1390bfb15ca37f9f32ebc371 [2020-09-30T06:25:51.631Z] $ docker rm -f 988977b95cdf8c2c2f0cacae45078331838eae4e1390bfb15ca37f9f32ebc371 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:25:52.171Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:25:52.185Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-security-secretstore-setup-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:25:52.236Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:25:52.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:25:52.586Z] . [Pipeline] withDockerContainer [2020-09-30T06:25:52.712Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:25:52.767Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:25:53.827Z] $ docker top 5d45266206dbd0b1bbffbf8535ad9f16a244818f9bb2b658c8ee7d0cef8fd058 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:25:54.716Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:25:54.716Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:25:58.232Z] $ docker stop --time=1 5d45266206dbd0b1bbffbf8535ad9f16a244818f9bb2b658c8ee7d0cef8fd058 [2020-09-30T06:25:59.725Z] $ docker rm -f 5d45266206dbd0b1bbffbf8535ad9f16a244818f9bb2b658c8ee7d0cef8fd058 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:26:00.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:26:00.429Z] . [Pipeline] withDockerContainer [2020-09-30T06:26:00.830Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:26:01.061Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:26:02.399Z] $ docker top 72d98645f05d54da58671ef43135aca44b1a0102eca6abacbab22d81a3914ce8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:26:03.052Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:26:03.052Z] + tee [2020-09-30T06:26:03.316Z] clair timeout 1m0s [2020-09-30T06:26:03.316Z] docker timeout: 1m0s [2020-09-30T06:26:03.316Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:26:04.013Z] $ docker stop --time=1 72d98645f05d54da58671ef43135aca44b1a0102eca6abacbab22d81a3914ce8 [2020-09-30T06:26:05.662Z] $ docker rm -f 72d98645f05d54da58671ef43135aca44b1a0102eca6abacbab22d81a3914ce8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:26:06.209Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:26:06.359Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-support-logging-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:26:06.473Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:26:06.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:26:06.851Z] . [Pipeline] withDockerContainer [2020-09-30T06:26:07.023Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:26:07.082Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:26:07.836Z] $ docker top 43b1af990b71f956b8e86026c7f31964f05910e10345a0d09eede4c63e6af50d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:26:08.454Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:26:08.454Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:26:13.933Z] $ docker stop --time=1 43b1af990b71f956b8e86026c7f31964f05910e10345a0d09eede4c63e6af50d [2020-09-30T06:26:15.423Z] $ docker rm -f 43b1af990b71f956b8e86026c7f31964f05910e10345a0d09eede4c63e6af50d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:26:15.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:26:15.955Z] . [Pipeline] withDockerContainer [2020-09-30T06:26:16.116Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:26:16.168Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:26:17.004Z] $ docker top f45942f081ac90ed41200790e3caaa4b650ba9e6b1c701fa81f1c703c56efc3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:26:17.589Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b+ [2020-09-30T06:26:17.589Z] tee [2020-09-30T06:26:17.589Z] clair timeout 1m0s [2020-09-30T06:26:17.589Z] docker timeout: 1m0s [2020-09-30T06:26:17.589Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:26:18.661Z] $ docker stop --time=1 f45942f081ac90ed41200790e3caaa4b650ba9e6b1c701fa81f1c703c56efc3d [2020-09-30T06:26:20.074Z] $ docker rm -f f45942f081ac90ed41200790e3caaa4b650ba9e6b1c701fa81f1c703c56efc3d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:26:20.643Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:26:20.666Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-support-notifications-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:26:20.724Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:26:21.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:26:21.112Z] . [Pipeline] withDockerContainer [2020-09-30T06:26:21.321Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:26:21.490Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:26:22.365Z] $ docker top 751227ff4060844107ad24c3cf91f63fc6ad15354ff6f1f1c1ef8bccdcdd5f34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:26:22.941Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:26:22.941Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:26:25.667Z] $ docker stop --time=1 751227ff4060844107ad24c3cf91f63fc6ad15354ff6f1f1c1ef8bccdcdd5f34 [2020-09-30T06:26:27.103Z] $ docker rm -f 751227ff4060844107ad24c3cf91f63fc6ad15354ff6f1f1c1ef8bccdcdd5f34 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:26:27.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:26:27.592Z] . [Pipeline] withDockerContainer [2020-09-30T06:26:27.790Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:26:27.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:26:28.642Z] $ docker top f7fdcac89ee7858c25f200bc2fae6c69ceccc3b7bd704156ae695b3c5c9ecd7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:26:29.208Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:26:29.208Z] + tee [2020-09-30T06:26:29.208Z] clair timeout 1m0s [2020-09-30T06:26:29.208Z] docker timeout: 1m0s [2020-09-30T06:26:29.208Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:26:29.911Z] $ docker stop --time=1 f7fdcac89ee7858c25f200bc2fae6c69ceccc3b7bd704156ae695b3c5c9ecd7a [2020-09-30T06:26:31.327Z] $ docker rm -f f7fdcac89ee7858c25f200bc2fae6c69ceccc3b7bd704156ae695b3c5c9ecd7a [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:26:31.831Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:26:31.847Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-support-scheduler-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:26:31.901Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:26:32.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:26:32.261Z] . [Pipeline] withDockerContainer [2020-09-30T06:26:32.420Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:26:32.480Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:26:33.237Z] $ docker top a308fd8f196f13df03b04dd4a41f4147f0da494a6415cb52bcd7eb92b0223050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:26:33.874Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:26:33.874Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:26:49.015Z] $ docker stop --time=1 a308fd8f196f13df03b04dd4a41f4147f0da494a6415cb52bcd7eb92b0223050 [2020-09-30T06:26:50.462Z] $ docker rm -f a308fd8f196f13df03b04dd4a41f4147f0da494a6415cb52bcd7eb92b0223050 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:26:51.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:26:51.003Z] . [Pipeline] withDockerContainer [2020-09-30T06:26:51.165Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:26:51.269Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:26:52.201Z] $ docker top f8a76bcf1e7b9adc57f8620eff7090cb112f44b83195345d044bff1b63c680e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:26:52.941Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b+ [2020-09-30T06:26:52.941Z] tee [2020-09-30T06:26:52.941Z] clair timeout 1m0s [2020-09-30T06:26:52.941Z] docker timeout: 1m0s [2020-09-30T06:26:52.941Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:26:54.453Z] $ docker stop --time=1 f8a76bcf1e7b9adc57f8620eff7090cb112f44b83195345d044bff1b63c680e6 [2020-09-30T06:26:55.914Z] $ docker rm -f f8a76bcf1e7b9adc57f8620eff7090cb112f44b83195345d044bff1b63c680e6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:26:56.481Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:26:56.498Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-sys-mgmt-agent-go_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:26:56.560Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:26:56.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:26:56.934Z] . [Pipeline] withDockerContainer [2020-09-30T06:26:57.063Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:26:57.118Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:26:57.907Z] $ docker top 1f88e390d1efa8233323e49989da5c7cad08123d83093836bd72af5698a4f2d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:26:58.505Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:26:58.505Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:01.248Z] $ docker stop --time=1 1f88e390d1efa8233323e49989da5c7cad08123d83093836bd72af5698a4f2d0 [2020-09-30T06:27:02.636Z] $ docker rm -f 1f88e390d1efa8233323e49989da5c7cad08123d83093836bd72af5698a4f2d0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:03.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:03.110Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:03.246Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:03.300Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:04.110Z] $ docker top df9f34c7d9d47f764d7dff38fc0ac3d91ab833dfb77ce67df1e91db67f93224f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:04.675Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:04.675Z] + tee [2020-09-30T06:27:04.675Z] clair timeout 1m0s [2020-09-30T06:27:04.675Z] docker timeout: 1m0s [2020-09-30T06:27:04.675Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:05.360Z] $ docker stop --time=1 df9f34c7d9d47f764d7dff38fc0ac3d91ab833dfb77ce67df1e91db67f93224f [2020-09-30T06:27:06.872Z] $ docker rm -f df9f34c7d9d47f764d7dff38fc0ac3d91ab833dfb77ce67df1e91db67f93224f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:27:07.388Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:27:07.402Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-core-command-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:27:07.459Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:07.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:07.817Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:07.988Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:08.055Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:08.876Z] $ docker top 7c8796591608e99baa0fd90aaea37767db2868775aa786e571c6f0bbf47012a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:09.582Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:09.582Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:15.076Z] $ docker stop --time=1 7c8796591608e99baa0fd90aaea37767db2868775aa786e571c6f0bbf47012a5 [2020-09-30T06:27:16.495Z] $ docker rm -f 7c8796591608e99baa0fd90aaea37767db2868775aa786e571c6f0bbf47012a5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:16.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:16.988Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:17.125Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:17.183Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:18.074Z] $ docker top 54b89343e3336a1b60d62f82ed85ced23f0d1ba40cb07f87b867306dbd2d063c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:18.686Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:18.686Z] + tee [2020-09-30T06:27:18.686Z] clair timeout 1m0s [2020-09-30T06:27:18.686Z] docker timeout: 1m0s [2020-09-30T06:27:18.686Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:19.756Z] $ docker stop --time=1 54b89343e3336a1b60d62f82ed85ced23f0d1ba40cb07f87b867306dbd2d063c [2020-09-30T06:27:21.140Z] $ docker rm -f 54b89343e3336a1b60d62f82ed85ced23f0d1ba40cb07f87b867306dbd2d063c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:27:21.707Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:27:21.723Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-core-data-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:27:21.782Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:22.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:22.131Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:22.251Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:22.312Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:23.011Z] $ docker top d79730c728bbad37d979d01b601fafc1940e4cdb3208e891a721e24549ae82f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:23.674Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:23.674Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:26.394Z] $ docker stop --time=1 d79730c728bbad37d979d01b601fafc1940e4cdb3208e891a721e24549ae82f9 [2020-09-30T06:27:27.781Z] $ docker rm -f d79730c728bbad37d979d01b601fafc1940e4cdb3208e891a721e24549ae82f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:28.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:28.265Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:28.394Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:28.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:29.284Z] $ docker top bde7a813b3a6f8b9f980c5b8169c72844a60458b66a9f06a96c132c6682e2ba9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:29.880Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:29.880Z] + tee [2020-09-30T06:27:29.880Z] clair timeout 1m0s [2020-09-30T06:27:29.880Z] docker timeout: 1m0s [2020-09-30T06:27:29.880Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:30.568Z] $ docker stop --time=1 bde7a813b3a6f8b9f980c5b8169c72844a60458b66a9f06a96c132c6682e2ba9 [2020-09-30T06:27:32.019Z] $ docker rm -f bde7a813b3a6f8b9f980c5b8169c72844a60458b66a9f06a96c132c6682e2ba9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:27:32.556Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:27:32.569Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-core-metadata-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:27:32.620Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:32.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:32.958Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:33.077Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:33.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:34.014Z] $ docker top faf0b0ce7ca1bd35ba434331ffde42737a9d3c419d644b057bb26a91c5b94394 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:34.673Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:34.673Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:39.085Z] $ docker stop --time=1 faf0b0ce7ca1bd35ba434331ffde42737a9d3c419d644b057bb26a91c5b94394 [2020-09-30T06:27:40.485Z] $ docker rm -f faf0b0ce7ca1bd35ba434331ffde42737a9d3c419d644b057bb26a91c5b94394 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:41.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:41.011Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:41.126Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:41.173Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:41.967Z] $ docker top 29611e9d305f5a0b0d1c1e4c0b060d8e6d362a7aca7635199d38fc5a85150a62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:42.542Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:42.542Z] + tee [2020-09-30T06:27:42.542Z] clair timeout 1m0s [2020-09-30T06:27:42.542Z] docker timeout: 1m0s [2020-09-30T06:27:42.542Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:43.599Z] $ docker stop --time=1 29611e9d305f5a0b0d1c1e4c0b060d8e6d362a7aca7635199d38fc5a85150a62 [2020-09-30T06:27:45.100Z] $ docker rm -f 29611e9d305f5a0b0d1c1e4c0b060d8e6d362a7aca7635199d38fc5a85150a62 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:27:45.608Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:27:45.623Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:27:45.676Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:46.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:46.022Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:46.134Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:46.186Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:46.917Z] $ docker top 7dd22832a1d5e90b2e78956b3a63537d049e89bb7d252c1dd9faddcef40f5157 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:47.492Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:47.492Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:27:55.856Z] $ docker stop --time=1 7dd22832a1d5e90b2e78956b3a63537d049e89bb7d252c1dd9faddcef40f5157 [2020-09-30T06:27:57.263Z] $ docker rm -f 7dd22832a1d5e90b2e78956b3a63537d049e89bb7d252c1dd9faddcef40f5157 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:27:57.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:27:57.742Z] . [Pipeline] withDockerContainer [2020-09-30T06:27:57.884Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:27:57.936Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:27:58.678Z] $ docker top e5a4d437a31e8a3cbac285290abbc7b082d5c949cfe7dda8b782678597330e62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:27:59.214Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:27:59.214Z] + tee [2020-09-30T06:27:59.214Z] clair timeout 1m0s [2020-09-30T06:27:59.214Z] docker timeout: 1m0s [2020-09-30T06:27:59.214Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:00.739Z] $ docker stop --time=1 e5a4d437a31e8a3cbac285290abbc7b082d5c949cfe7dda8b782678597330e62 [2020-09-30T06:28:02.204Z] $ docker rm -f e5a4d437a31e8a3cbac285290abbc7b082d5c949cfe7dda8b782678597330e62 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:28:02.744Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:28:02.756Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:28:02.815Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:03.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:03.186Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:03.298Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:03.346Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:04.145Z] $ docker top deac0054f903d88af8ba5391713827904f98ded5c22cee269a614365f0adb053 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:28:04.849Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:28:04.849Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:15.087Z] $ docker stop --time=1 deac0054f903d88af8ba5391713827904f98ded5c22cee269a614365f0adb053 [2020-09-30T06:28:16.469Z] $ docker rm -f deac0054f903d88af8ba5391713827904f98ded5c22cee269a614365f0adb053 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:16.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:16.976Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:17.171Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:17.245Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:18.005Z] $ docker top 24b93752eac6096f4644c02e4fecc41d21255598baf7315fb83fb07e939e1fc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:28:18.620Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:28:18.620Z] + tee [2020-09-30T06:28:18.620Z] clair timeout 1m0s [2020-09-30T06:28:18.620Z] docker timeout: 1m0s [2020-09-30T06:28:18.620Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:20.152Z] $ docker stop --time=1 24b93752eac6096f4644c02e4fecc41d21255598baf7315fb83fb07e939e1fc0 [2020-09-30T06:28:21.606Z] $ docker rm -f 24b93752eac6096f4644c02e4fecc41d21255598baf7315fb83fb07e939e1fc0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:28:22.248Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:28:22.262Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:28:22.327Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:22.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:22.682Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:22.821Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:22.897Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:23.681Z] $ docker top 426eabfc87337cd6fe14061381b3c9135be98d0a32edf7d41cccb355d105b817 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:28:24.304Z] + tee [2020-09-30T06:28:24.304Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:28.140Z] $ docker stop --time=1 426eabfc87337cd6fe14061381b3c9135be98d0a32edf7d41cccb355d105b817 [2020-09-30T06:28:29.550Z] $ docker rm -f 426eabfc87337cd6fe14061381b3c9135be98d0a32edf7d41cccb355d105b817 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:30.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:30.076Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:30.244Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:30.352Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:31.228Z] $ docker top 2ef0f982e8ca8b9dfbd3985675dcdc2a1271cb1854a66a5919970f47f6363198 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:28:31.776Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:28:31.776Z] + tee [2020-09-30T06:28:31.776Z] clair timeout 1m0s [2020-09-30T06:28:31.776Z] docker timeout: 1m0s [2020-09-30T06:28:31.776Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:32.486Z] $ docker stop --time=1 2ef0f982e8ca8b9dfbd3985675dcdc2a1271cb1854a66a5919970f47f6363198 [2020-09-30T06:28:33.859Z] $ docker rm -f 2ef0f982e8ca8b9dfbd3985675dcdc2a1271cb1854a66a5919970f47f6363198 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:28:34.336Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:28:34.354Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-support-logging-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:28:34.402Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:34.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:34.755Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:34.946Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:35.005Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:35.713Z] $ docker top 61075a0795a5202ed1bb4138a6875df2e81216efe9be787238a4d8b811870cfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:28:36.307Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:28:36.307Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:40.776Z] $ docker stop --time=1 61075a0795a5202ed1bb4138a6875df2e81216efe9be787238a4d8b811870cfa [2020-09-30T06:28:42.172Z] $ docker rm -f 61075a0795a5202ed1bb4138a6875df2e81216efe9be787238a4d8b811870cfa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:42.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:42.697Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:42.856Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:42.903Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:43.692Z] $ docker top daee8cc99616877beb9d63d46cbfe7e9e03c86e4015848c8cbdd211802247b4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:28:44.303Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:28:44.303Z] + tee [2020-09-30T06:28:44.303Z] clair timeout 1m0s [2020-09-30T06:28:44.303Z] docker timeout: 1m0s [2020-09-30T06:28:44.303Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:45.382Z] $ docker stop --time=1 daee8cc99616877beb9d63d46cbfe7e9e03c86e4015848c8cbdd211802247b4d [2020-09-30T06:28:46.771Z] $ docker rm -f daee8cc99616877beb9d63d46cbfe7e9e03c86e4015848c8cbdd211802247b4d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:28:47.311Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:28:47.329Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-support-notifications-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:28:47.380Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:47.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:47.725Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:47.845Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:47.897Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:48.623Z] $ docker top eeb4f14029bc7a9e71a0f3e97ac732dc934ebb0bf054adda447283b524037424 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:28:49.200Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:28:49.200Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:51.965Z] $ docker stop --time=1 eeb4f14029bc7a9e71a0f3e97ac732dc934ebb0bf054adda447283b524037424 [2020-09-30T06:28:53.397Z] $ docker rm -f eeb4f14029bc7a9e71a0f3e97ac732dc934ebb0bf054adda447283b524037424 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:53.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:53.925Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:54.050Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:54.120Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:54.987Z] $ docker top f2bad28717ab499278b3e81ac7913c9ddcc7756fcd5628677694e850ad3fa17b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:28:55.620Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:28:55.620Z] + tee [2020-09-30T06:28:55.620Z] clair timeout 1m0s [2020-09-30T06:28:55.620Z] docker timeout: 1m0s [2020-09-30T06:28:55.620Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:28:56.326Z] $ docker stop --time=1 f2bad28717ab499278b3e81ac7913c9ddcc7756fcd5628677694e850ad3fa17b [2020-09-30T06:28:57.720Z] $ docker rm -f f2bad28717ab499278b3e81ac7913c9ddcc7756fcd5628677694e850ad3fa17b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:28:58.194Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:28:58.208Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-support-scheduler-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:28:58.291Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:28:58.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:28:58.671Z] . [Pipeline] withDockerContainer [2020-09-30T06:28:58.803Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:28:58.872Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:28:59.548Z] $ docker top 501b88aca921520ef3fd8d0a886bdecef9e3d326c0721be9a0dcff85ba053d2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:29:00.096Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:29:00.096Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:29:15.254Z] $ docker stop --time=1 501b88aca921520ef3fd8d0a886bdecef9e3d326c0721be9a0dcff85ba053d2c [2020-09-30T06:29:16.712Z] $ docker rm -f 501b88aca921520ef3fd8d0a886bdecef9e3d326c0721be9a0dcff85ba053d2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:29:17.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T06:29:17.201Z] . [Pipeline] withDockerContainer [2020-09-30T06:29:17.319Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:29:17.442Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:29:18.302Z] $ docker top e238d45c32f092d07fba17de3f6ebd0999fd0b87551d8f370563da00ae343b58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T06:29:18.894Z] + tee [2020-09-30T06:29:18.894Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b [2020-09-30T06:29:18.894Z] clair timeout 1m0s [2020-09-30T06:29:18.894Z] docker timeout: 1m0s [2020-09-30T06:29:18.894Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T06:29:20.457Z] $ docker stop --time=1 e238d45c32f092d07fba17de3f6ebd0999fd0b87551d8f370563da00ae343b58 [2020-09-30T06:29:21.874Z] $ docker rm -f e238d45c32f092d07fba17de3f6ebd0999fd0b87551d8f370563da00ae343b58 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T06:29:22.384Z] + mkdir -p /w/workspace/edgex-go/151/clair-reports [Pipeline] echo [2020-09-30T06:29:22.400Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/151/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b.html [Pipeline] writeFile [Pipeline] step [2020-09-30T06:29:22.478Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-30T06:29:22.994Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-30T06:29:23.049Z] provisioning config files... [2020-09-30T06:29:23.071Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/151@tmp/config3748760951133419886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:29:23.465Z] --> edgex-publish-swagger.sh [2020-09-30T06:29:23.465Z] === Publish openapi/v1 API === [2020-09-30T06:29:23.465Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-30T06:29:23.465Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-30T06:29:23.465Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:23.465Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:24.710Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8073 0:00:01 0:00:01 --:--:-- 8074 100 10521 0 0 100 10521 0 7863 0:00:01 0:00:01 --:--:-- 7863 [2020-09-30T06:29:24.710Z] [2020-09-30T06:29:24.710Z] [2020-09-30T06:29:24.710Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-30T06:29:24.710Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:24.710Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:26.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27890 0:00:01 0:00:01 --:--:-- 27897 100 32556 0 0 100 32556 0 27885 0:00:01 0:00:01 --:--:-- 27897 [2020-09-30T06:29:26.114Z] [2020-09-30T06:29:26.114Z] [2020-09-30T06:29:26.114Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-30T06:29:26.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:26.114Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:27.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60901 0:00:01 0:00:01 --:--:-- 60925 100 73720 0 0 100 73720 0 60886 0:00:01 0:00:01 --:--:-- 60925 [2020-09-30T06:29:27.519Z] [2020-09-30T06:29:27.519Z] [2020-09-30T06:29:27.519Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-30T06:29:27.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:27.519Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:28.481Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 10995 0:00:01 0:00:01 --:--:-- 11004 100 13580 0 0 100 13580 0 10574 0:00:01 0:00:01 --:--:-- 10584 [2020-09-30T06:29:28.481Z] [2020-09-30T06:29:28.481Z] [2020-09-30T06:29:28.481Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-30T06:29:28.481Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:28.481Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:29.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34083 0:00:01 0:00:01 --:--:-- 34113 100 38889 0 0 100 38889 0 34077 0:00:01 0:00:01 --:--:-- 34113 [2020-09-30T06:29:29.926Z] [2020-09-30T06:29:29.926Z] [2020-09-30T06:29:29.926Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-30T06:29:29.926Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:29.926Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:30.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12729 0:00:01 0:00:01 --:--:-- 12732 100 14248 0 0 100 14248 0 12727 0:00:01 0:00:01 --:--:-- 12732 [2020-09-30T06:29:30.883Z] [2020-09-30T06:29:30.883Z] [2020-09-30T06:29:30.883Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-30T06:29:30.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:30.883Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:32.807Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 4109 0 0 100 4109 0 2034 0:00:02 0:00:02 --:--:-- 2035 100 4109 0 0 100 4109 0 2033 0:00:02 0:00:02 --:--:-- 2034 [2020-09-30T06:29:32.807Z] [2020-09-30T06:29:32.807Z] [2020-09-30T06:29:32.807Z] === Publish openapi/v2 API === [2020-09-30T06:29:32.807Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-30T06:29:32.807Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-30T06:29:32.807Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:32.807Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:34.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 26688 0:00:01 0:00:01 --:--:-- 26708 100 30234 0 0 100 30234 0 26684 0:00:01 0:00:01 --:--:-- 26708 [2020-09-30T06:29:34.215Z] [2020-09-30T06:29:34.215Z] [2020-09-30T06:29:34.215Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-30T06:29:34.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:34.215Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:35.172Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 50286 0:00:01 0:00:01 --:--:-- 50308 100 59012 0 0 100 59012 0 50276 0:00:01 0:00:01 --:--:-- 50308 [2020-09-30T06:29:35.172Z] [2020-09-30T06:29:35.172Z] [2020-09-30T06:29:35.172Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-30T06:29:35.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:35.172Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:36.585Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 60327 0:00:01 0:00:01 --:--:-- 60394 100 68246 0 0 100 68246 0 60318 0:00:01 0:00:01 --:--:-- 60341 [2020-09-30T06:29:36.585Z] [2020-09-30T06:29:36.585Z] [2020-09-30T06:29:36.585Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-30T06:29:36.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:36.585Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:37.548Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 23210 0:00:01 0:00:01 --:--:-- 23216 [2020-09-30T06:29:37.548Z] [2020-09-30T06:29:37.548Z] [2020-09-30T06:29:37.548Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-30T06:29:37.548Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:37.548Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:38.950Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 54728 0:00:01 0:00:01 --:--:-- 54710 100 63410 0 0 100 63410 0 54719 0:00:01 0:00:01 --:--:-- 54710 [2020-09-30T06:29:38.950Z] [2020-09-30T06:29:38.950Z] [2020-09-30T06:29:38.950Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-30T06:29:38.950Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:38.950Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:39.916Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 39720 0:00:01 0:00:01 --:--:-- 39731 100 46049 0 0 100 46049 0 39713 0:00:01 0:00:01 --:--:-- 39731 [2020-09-30T06:29:39.917Z] [2020-09-30T06:29:39.917Z] [2020-09-30T06:29:39.917Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-30T06:29:39.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T06:29:39.917Z] Dload Upload Total Spent Left Speed [2020-09-30T06:29:40.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 23152 0:00:01 0:00:01 --:--:-- 23164 100 24114 0 0 100 24114 0 23148 0:00:01 0:00:01 --:--:-- 23164 [2020-09-30T06:29:40.891Z] [2020-09-30T06:29:40.891Z] [Pipeline] } [2020-09-30T06:29:40.906Z] 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-09-30T06:29:51.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:29:51.078Z] . [Pipeline] withDockerContainer [2020-09-30T06:29:51.268Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:29:51.349Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:29:52.607Z] $ docker top e72ae5041af0d40d462eec999a23d4e802d05abdfdb235cb0bd53a551fd5279e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T06:29:52.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T06:29:52.899Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T06:29:53.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T06:29:53.174Z] $ docker exec e72ae5041af0d40d462eec999a23d4e802d05abdfdb235cb0bd53a551fd5279e ssh-agent [2020-09-30T06:29:53.396Z] SSH_AUTH_SOCK=/tmp/ssh-nvFCUx8uMiMd/agent.11 [2020-09-30T06:29:53.396Z] SSH_AGENT_PID=16 [2020-09-30T06:29:53.407Z] Running ssh-add (command line suppressed) [2020-09-30T06:29:53.555Z] Identity added: /w/workspace/edgex-go/151@tmp/private_key_6363534724923498747.key (/w/workspace/edgex-go/151@tmp/private_key_6363534724923498747.key) [2020-09-30T06:29:53.635Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T06:29:53.987Z] + git semver tag [2020-09-30T06:29:54.260Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T06:29:54.260Z] # $GIT_DIR = /w/workspace/edgex-go/151/.git [2020-09-30T06:29:54.260Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/151 [2020-09-30T06:29:54.260Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T06:29:54.260Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T06:29:54.260Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T06:29:54.260Z] # $SEMVER_BRANCH = master [2020-09-30T06:29:54.260Z] # $SEMVER_DIR = /w/workspace/edgex-go/151/.semver [2020-09-30T06:29:54.260Z] # 9c83a8eea137f15f38bfdeb2dd71d25b13bfbc0b HEAD [2020-09-30T06:29:54.854Z] # -> Force: false [2020-09-30T06:29:54.854Z] # 4f3b005aca15e821fecc455f50d24a83d9e3c79b refs/tags/v1.2.2-dev.36 [Pipeline] } [2020-09-30T06:29:54.874Z] $ docker exec --env ******** --env ******** e72ae5041af0d40d462eec999a23d4e802d05abdfdb235cb0bd53a551fd5279e ssh-agent -k [2020-09-30T06:29:55.079Z] unset SSH_AUTH_SOCK; [2020-09-30T06:29:55.079Z] unset SSH_AGENT_PID; [2020-09-30T06:29:55.079Z] echo Agent pid 16 killed; [2020-09-30T06:29:55.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T06:29:55.771Z] + git semver [Pipeline] } [2020-09-30T06:29:55.805Z] $ docker stop --time=1 e72ae5041af0d40d462eec999a23d4e802d05abdfdb235cb0bd53a551fd5279e [2020-09-30T06:29:57.296Z] $ docker rm -f e72ae5041af0d40d462eec999a23d4e802d05abdfdb235cb0bd53a551fd5279e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:29:57.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-30T06:29:57.984Z] [2020-09-30T06:29:57.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:29:58.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-30T06:29:58.366Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-30T06:29:58.366Z] ab5ef0e58194: Pulling fs layer [2020-09-30T06:29:58.366Z] 9712f1f96733: Pulling fs layer [2020-09-30T06:29:58.366Z] 63f879dbbcfc: Pulling fs layer [2020-09-30T06:29:58.366Z] 0d9ebad4ef96: Pulling fs layer [2020-09-30T06:29:58.366Z] e9a5061849ea: Pulling fs layer [2020-09-30T06:29:58.366Z] d747dcd14b5f: Pulling fs layer [2020-09-30T06:29:58.366Z] 2de7ff778b66: Pulling fs layer [2020-09-30T06:29:58.366Z] e9a5061849ea: Waiting [2020-09-30T06:29:58.366Z] 2de7ff778b66: Waiting [2020-09-30T06:29:58.366Z] d747dcd14b5f: Waiting [2020-09-30T06:29:58.366Z] 0d9ebad4ef96: Waiting [2020-09-30T06:29:58.366Z] 9712f1f96733: Verifying Checksum [2020-09-30T06:29:58.366Z] 9712f1f96733: Download complete [2020-09-30T06:30:01.728Z] 63f879dbbcfc: Verifying Checksum [2020-09-30T06:30:01.728Z] 63f879dbbcfc: Download complete [2020-09-30T06:30:03.298Z] e9a5061849ea: Verifying Checksum [2020-09-30T06:30:03.298Z] e9a5061849ea: Download complete [2020-09-30T06:30:04.269Z] d747dcd14b5f: Verifying Checksum [2020-09-30T06:30:04.269Z] d747dcd14b5f: Download complete [2020-09-30T06:30:04.269Z] 0d9ebad4ef96: Verifying Checksum [2020-09-30T06:30:04.534Z] 2de7ff778b66: Verifying Checksum [2020-09-30T06:30:04.534Z] 2de7ff778b66: Download complete [2020-09-30T06:30:04.807Z] ab5ef0e58194: Verifying Checksum [2020-09-30T06:30:04.807Z] ab5ef0e58194: Download complete [2020-09-30T06:30:11.523Z] ab5ef0e58194: Pull complete [2020-09-30T06:30:11.523Z] 9712f1f96733: Pull complete [2020-09-30T06:30:14.879Z] 63f879dbbcfc: Pull complete [2020-09-30T06:30:23.170Z] 0d9ebad4ef96: Pull complete [2020-09-30T06:30:23.170Z] e9a5061849ea: Pull complete [2020-09-30T06:30:23.170Z] d747dcd14b5f: Pull complete [2020-09-30T06:30:26.850Z] 2de7ff778b66: Pull complete [2020-09-30T06:30:26.850Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-30T06:30:27.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-30T06:30:27.119Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-30T06:30:27.386Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:30:27.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:30:30.861Z] $ docker top 091c8a47c8b88dca3fb32dd658d78a51096e59a6a51540f61fb88d35e0553b03 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-30T06:30:31.253Z] provisioning config files... [2020-09-30T06:30:31.281Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/151@tmp/config7812645109947321695tmp [2020-09-30T06:30:31.309Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/151@tmp/config2552052076362131024tmp [2020-09-30T06:30:31.349Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/151@tmp/config2904274996568028346tmp [Pipeline] { [Pipeline] echo [2020-09-30T06:30:31.433Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:30:31.771Z] ---> sigul-configuration.sh [2020-09-30T06:30:31.772Z] gpg: directory `/root/.gnupg' created [2020-09-30T06:30:31.772Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-30T06:30:31.772Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-30T06:30:31.772Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-30T06:30:31.772Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-30T06:30:31.772Z] gpg: CAST5 encrypted data [2020-09-30T06:30:32.049Z] gpg: encrypted with 1 passphrase [2020-09-30T06:30:32.049Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-30T06:30:32.416Z] + mkdir /home/jenkins [2020-09-30T06:30:32.416Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-30T06:30:32.768Z] + 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-09-30T06:30:32.790Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:30:33.150Z] ---> sigul-install.sh [2020-09-30T06:30:39.955Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-30T06:30:40.262Z] + git tag --list [2020-09-30T06:30:40.262Z] 0.6.0 [2020-09-30T06:30:40.262Z] 0.6.1 [2020-09-30T06:30:40.262Z] 0.7.0 [2020-09-30T06:30:40.262Z] 0.7.1 [2020-09-30T06:30:40.262Z] v1.0.0 [2020-09-30T06:30:40.262Z] v1.0.1 [2020-09-30T06:30:40.262Z] v1.1.0 [2020-09-30T06:30:40.262Z] v1.2.0 [2020-09-30T06:30:40.262Z] v1.2.1 [2020-09-30T06:30:40.262Z] v1.2.2-dev.1 [2020-09-30T06:30:40.262Z] v1.2.2-dev.10 [2020-09-30T06:30:40.262Z] v1.2.2-dev.11 [2020-09-30T06:30:40.262Z] v1.2.2-dev.12 [2020-09-30T06:30:40.262Z] v1.2.2-dev.13 [2020-09-30T06:30:40.262Z] v1.2.2-dev.14 [2020-09-30T06:30:40.262Z] v1.2.2-dev.15 [2020-09-30T06:30:40.262Z] v1.2.2-dev.16 [2020-09-30T06:30:40.262Z] v1.2.2-dev.17 [2020-09-30T06:30:40.262Z] v1.2.2-dev.18 [2020-09-30T06:30:40.262Z] v1.2.2-dev.19 [2020-09-30T06:30:40.262Z] v1.2.2-dev.2 [2020-09-30T06:30:40.262Z] v1.2.2-dev.20 [2020-09-30T06:30:40.262Z] v1.2.2-dev.21 [2020-09-30T06:30:40.262Z] v1.2.2-dev.22 [2020-09-30T06:30:40.262Z] v1.2.2-dev.23 [2020-09-30T06:30:40.262Z] v1.2.2-dev.24 [2020-09-30T06:30:40.262Z] v1.2.2-dev.25 [2020-09-30T06:30:40.262Z] v1.2.2-dev.26 [2020-09-30T06:30:40.262Z] v1.2.2-dev.27 [2020-09-30T06:30:40.262Z] v1.2.2-dev.28 [2020-09-30T06:30:40.262Z] v1.2.2-dev.29 [2020-09-30T06:30:40.262Z] v1.2.2-dev.3 [2020-09-30T06:30:40.262Z] v1.2.2-dev.30 [2020-09-30T06:30:40.262Z] v1.2.2-dev.31 [2020-09-30T06:30:40.262Z] v1.2.2-dev.32 [2020-09-30T06:30:40.262Z] v1.2.2-dev.33 [2020-09-30T06:30:40.262Z] v1.2.2-dev.34 [2020-09-30T06:30:40.262Z] v1.2.2-dev.35 [2020-09-30T06:30:40.262Z] v1.2.2-dev.36 [2020-09-30T06:30:40.262Z] v1.2.2-dev.4 [2020-09-30T06:30:40.262Z] v1.2.2-dev.5 [2020-09-30T06:30:40.262Z] v1.2.2-dev.6 [2020-09-30T06:30:40.262Z] v1.2.2-dev.7 [2020-09-30T06:30:40.262Z] v1.2.2-dev.8 [2020-09-30T06:30:40.262Z] v1.2.2-dev.9 [Pipeline] sh [2020-09-30T06:30:40.583Z] + lftools sign git-tag v1.2.2-dev.36 [2020-09-30T06:30:42.609Z] Signing Git tag with Sigul... [2020-09-30T06:30:42.609Z] Signing v1.2.2-dev.36 [Pipeline] echo [2020-09-30T06:30:44.079Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:30:44.414Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-30T06:30:44.429Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-30T06:30:45.589Z] $ docker stop --time=1 091c8a47c8b88dca3fb32dd658d78a51096e59a6a51540f61fb88d35e0553b03 [2020-09-30T06:30:48.163Z] $ docker rm -f 091c8a47c8b88dca3fb32dd658d78a51096e59a6a51540f61fb88d35e0553b03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:30:49.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:30:49.214Z] . [Pipeline] withDockerContainer [2020-09-30T06:30:49.346Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:30:49.415Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:30:50.569Z] $ docker top f71b1f2f3fb6c0d564a079bd8e3290d45b2f7a65b15d7bf1d88e9c13b607c367 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T06:30:50.933Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T06:30:50.933Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T06:30:51.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T06:30:51.333Z] $ docker exec f71b1f2f3fb6c0d564a079bd8e3290d45b2f7a65b15d7bf1d88e9c13b607c367 ssh-agent [2020-09-30T06:30:51.649Z] SSH_AUTH_SOCK=/tmp/ssh-rJtc4Lcz9zJv/agent.12 [2020-09-30T06:30:51.649Z] SSH_AGENT_PID=17 [2020-09-30T06:30:51.657Z] Running ssh-add (command line suppressed) [2020-09-30T06:30:52.019Z] Identity added: /w/workspace/edgex-go/151@tmp/private_key_1349574952095365321.key (/w/workspace/edgex-go/151@tmp/private_key_1349574952095365321.key) [2020-09-30T06:30:52.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T06:30:52.591Z] + git semver bump pre [2020-09-30T06:30:52.885Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T06:30:52.885Z] # $GIT_DIR = /w/workspace/edgex-go/151/.git [2020-09-30T06:30:52.885Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/151 [2020-09-30T06:30:52.885Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T06:30:52.885Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T06:30:52.885Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T06:30:52.885Z] # $SEMVER_BRANCH = master [2020-09-30T06:30:52.885Z] # $SEMVER_DIR = /w/workspace/edgex-go/151/.semver [2020-09-30T06:30:52.885Z] 1.2.2-dev.37 [Pipeline] } [2020-09-30T06:30:52.909Z] $ docker exec --env ******** --env ******** f71b1f2f3fb6c0d564a079bd8e3290d45b2f7a65b15d7bf1d88e9c13b607c367 ssh-agent -k [2020-09-30T06:30:53.236Z] unset SSH_AUTH_SOCK; [2020-09-30T06:30:53.236Z] unset SSH_AGENT_PID; [2020-09-30T06:30:53.236Z] echo Agent pid 17 killed; [2020-09-30T06:30:53.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T06:30:53.823Z] + git semver [Pipeline] } [2020-09-30T06:30:53.843Z] $ docker stop --time=1 f71b1f2f3fb6c0d564a079bd8e3290d45b2f7a65b15d7bf1d88e9c13b607c367 [2020-09-30T06:30:55.457Z] $ docker rm -f f71b1f2f3fb6c0d564a079bd8e3290d45b2f7a65b15d7bf1d88e9c13b607c367 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T06:30:56.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T06:30:56.264Z] . [Pipeline] withDockerContainer [2020-09-30T06:30:56.492Z] prd-centos7-docker-4c-2g-2168 does not seem to be running inside a container [2020-09-30T06:30:56.572Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/151 -v /w/workspace/edgex-go/151:/w/workspace/edgex-go/151:rw,z -v /w/workspace/edgex-go/151@tmp:/w/workspace/edgex-go/151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-30T06:30:58.109Z] $ docker top 86d3a3d780a4441fc83bdb0736cbafc3d9eaa7a7ef2a0d5caccab26ff10b6963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T06:30:58.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T06:30:58.488Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T06:30:58.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T06:30:58.942Z] $ docker exec 86d3a3d780a4441fc83bdb0736cbafc3d9eaa7a7ef2a0d5caccab26ff10b6963 ssh-agent [2020-09-30T06:30:59.264Z] SSH_AUTH_SOCK=/tmp/ssh-psjQ3jNEWlmL/agent.11 [2020-09-30T06:30:59.264Z] SSH_AGENT_PID=17 [2020-09-30T06:30:59.277Z] Running ssh-add (command line suppressed) [2020-09-30T06:30:59.665Z] Identity added: /w/workspace/edgex-go/151@tmp/private_key_2813126979930927812.key (/w/workspace/edgex-go/151@tmp/private_key_2813126979930927812.key) [2020-09-30T06:30:59.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T06:31:00.494Z] + git semver push [2020-09-30T06:31:00.494Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T06:31:00.494Z] # $GIT_DIR = /w/workspace/edgex-go/151/.git [2020-09-30T06:31:00.494Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/151 [2020-09-30T06:31:00.494Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T06:31:00.494Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T06:31:00.494Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T06:31:00.494Z] # $SEMVER_BRANCH = master [2020-09-30T06:31:00.494Z] # $SEMVER_DIR = /w/workspace/edgex-go/151/.semver [Pipeline] } [2020-09-30T06:31:12.861Z] $ docker exec --env ******** --env ******** 86d3a3d780a4441fc83bdb0736cbafc3d9eaa7a7ef2a0d5caccab26ff10b6963 ssh-agent -k [2020-09-30T06:31:13.109Z] unset SSH_AUTH_SOCK; [2020-09-30T06:31:13.110Z] unset SSH_AGENT_PID; [2020-09-30T06:31:13.110Z] echo Agent pid 17 killed; [2020-09-30T06:31:13.235Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T06:31:13.726Z] + git semver [Pipeline] } [2020-09-30T06:31:13.748Z] $ docker stop --time=1 86d3a3d780a4441fc83bdb0736cbafc3d9eaa7a7ef2a0d5caccab26ff10b6963 [2020-09-30T06:31:15.221Z] $ docker rm -f 86d3a3d780a4441fc83bdb0736cbafc3d9eaa7a7ef2a0d5caccab26ff10b6963 [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-09-30T06:31:16.240Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:31:17.790Z] ---> package-listing.sh [2020-09-30T06:31:17.790Z] ++ facter osfamily [2020-09-30T06:31:17.790Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-30T06:31:17.790Z] + OS_FAMILY=redhat [2020-09-30T06:31:17.790Z] + workspace=/w/workspace/edgex-go/151 [2020-09-30T06:31:17.790Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-30T06:31:17.790Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-30T06:31:17.790Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-30T06:31:17.790Z] + PACKAGES=/tmp/packages_start.txt [2020-09-30T06:31:17.790Z] + '[' /w/workspace/edgex-go/151 ']' [2020-09-30T06:31:17.790Z] + PACKAGES=/tmp/packages_end.txt [2020-09-30T06:31:17.790Z] + case "${OS_FAMILY}" in [2020-09-30T06:31:17.790Z] + rpm -qa [2020-09-30T06:31:17.790Z] + sort [2020-09-30T06:31:23.297Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-30T06:31:23.297Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-30T06:31:23.297Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-30T06:31:23.297Z] + '[' /w/workspace/edgex-go/151 ']' [2020-09-30T06:31:23.297Z] + mkdir -p /w/workspace/edgex-go/151/archives/ [2020-09-30T06:31:23.297Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/151/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-30T06:31:23.525Z] provisioning config files... [2020-09-30T06:31:23.552Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/151@tmp/config5750533489119195814tmp [Pipeline] { [Pipeline] echo [2020-09-30T06:31:23.667Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:31:24.021Z] ---> create-netrc.sh [Pipeline] } [2020-09-30T06:31:24.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-30T06:31:24.162Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:31:24.511Z] ---> python-tools-install.sh [2020-09-30T06:31:24.511Z] Generating Requirements File [2020-09-30T06:33:01.369Z] Python 3.6.8 [2020-09-30T06:33:01.369Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-30T06:33:01.369Z] aiohttp==3.6.2 [2020-09-30T06:33:01.369Z] appdirs==1.4.3 [2020-09-30T06:33:01.369Z] argcomplete==1.12.1 [2020-09-30T06:33:01.369Z] aspy.yaml==1.3.0 [2020-09-30T06:33:01.369Z] async-timeout==3.0.1 [2020-09-30T06:33:01.369Z] attrs==19.3.0 [2020-09-30T06:33:01.369Z] Babel==2.8.0 [2020-09-30T06:33:01.369Z] beautifulsoup4==4.8.2 [2020-09-30T06:33:01.369Z] boto3==1.11.6 [2020-09-30T06:33:01.369Z] botocore==1.14.6 [2020-09-30T06:33:01.369Z] bs4==0.0.1 [2020-09-30T06:33:01.369Z] cachetools==4.1.1 [2020-09-30T06:33:01.369Z] certifi==2019.11.28 [2020-09-30T06:33:01.369Z] cffi==1.14.3 [2020-09-30T06:33:01.369Z] cfgv==2.0.1 [2020-09-30T06:33:01.369Z] chardet==3.0.4 [2020-09-30T06:33:01.369Z] click==7.1 [2020-09-30T06:33:01.369Z] cliff==3.4.0 [2020-09-30T06:33:01.369Z] cmd2==1.3.10 [2020-09-30T06:33:01.369Z] colorama==0.4.3 [2020-09-30T06:33:01.369Z] cryptography==3.1.1 [2020-09-30T06:33:01.369Z] debtcollector==2.2.0 [2020-09-30T06:33:01.369Z] decorator==4.4.2 [2020-09-30T06:33:01.369Z] defusedxml==0.6.0 [2020-09-30T06:33:01.369Z] Deprecated==1.2.7 [2020-09-30T06:33:01.369Z] distlib==0.3.1 [2020-09-30T06:33:01.369Z] distro==1.2.0 [2020-09-30T06:33:01.369Z] dnspython==1.16.0 [2020-09-30T06:33:01.369Z] docker==4.2.0 [2020-09-30T06:33:01.369Z] docutils==0.15.2 [2020-09-30T06:33:01.369Z] dogpile.cache==1.0.2 [2020-09-30T06:33:01.369Z] email-validator==1.0.5 [2020-09-30T06:33:01.369Z] filelock==3.0.12 [2020-09-30T06:33:01.369Z] future==0.18.2 [2020-09-30T06:33:01.369Z] google-auth==1.22.0 [2020-09-30T06:33:01.369Z] httplib2==0.17.0 [2020-09-30T06:33:01.369Z] identify==1.4.11 [2020-09-30T06:33:01.369Z] idna==2.9 [2020-09-30T06:33:01.369Z] idna-ssl==1.1.0 [2020-09-30T06:33:01.369Z] importlib-metadata==1.7.0 [2020-09-30T06:33:01.369Z] importlib-resources==1.5.0 [2020-09-30T06:33:01.369Z] iso8601==0.1.13 [2020-09-30T06:33:01.369Z] Jinja2==2.11.1 [2020-09-30T06:33:01.369Z] jmespath==0.10.0 [2020-09-30T06:33:01.369Z] jsonpatch==1.26 [2020-09-30T06:33:01.369Z] jsonpointer==2.0 [2020-09-30T06:33:01.369Z] jsonschema==3.2.0 [2020-09-30T06:33:01.369Z] keystoneauth1==4.2.1 [2020-09-30T06:33:01.369Z] kubernetes==11.0.0 [2020-09-30T06:33:01.369Z] lftools==0.34.2 [2020-09-30T06:33:01.369Z] lxml==4.5.0 [2020-09-30T06:33:01.369Z] MarkupSafe==0.23 [2020-09-30T06:33:01.369Z] msgpack==1.0.0 [2020-09-30T06:33:01.369Z] multi-key-dict==2.0.3 [2020-09-30T06:33:01.369Z] multidict==4.7.6 [2020-09-30T06:33:01.369Z] munch==2.5.0 [2020-09-30T06:33:01.369Z] netaddr==0.8.0 [2020-09-30T06:33:01.369Z] netifaces==0.10.9 [2020-09-30T06:33:01.369Z] niet==1.4.2 [2020-09-30T06:33:01.369Z] nodeenv==1.3.5 [2020-09-30T06:33:01.369Z] oauth2client==4.1.3 [2020-09-30T06:33:01.369Z] oauthlib==3.1.0 [2020-09-30T06:33:01.369Z] openstacksdk==0.50.0 [2020-09-30T06:33:01.369Z] os-client-config==2.1.0 [2020-09-30T06:33:01.369Z] os-service-types==1.7.0 [2020-09-30T06:33:01.369Z] osc-lib==2.2.1 [2020-09-30T06:33:01.369Z] oslo.config==8.3.2 [2020-09-30T06:33:01.369Z] oslo.context==3.1.1 [2020-09-30T06:33:01.369Z] oslo.i18n==5.0.1 [2020-09-30T06:33:01.369Z] oslo.log==4.4.0 [2020-09-30T06:33:01.369Z] oslo.serialization==4.0.1 [2020-09-30T06:33:01.369Z] oslo.utils==4.6.0 [2020-09-30T06:33:01.369Z] packaging==20.4 [2020-09-30T06:33:01.369Z] pbr==5.4.4 [2020-09-30T06:33:01.369Z] pluggy==0.13.1 [2020-09-30T06:33:01.369Z] prettytable==0.7.2 [2020-09-30T06:33:01.369Z] py==1.9.0 [2020-09-30T06:33:01.369Z] pyasn1==0.4.8 [2020-09-30T06:33:01.369Z] pyasn1-modules==0.2.8 [2020-09-30T06:33:01.369Z] pycparser==2.20 [2020-09-30T06:33:01.369Z] pygerrit2==2.0.10 [2020-09-30T06:33:01.369Z] PyGithub==1.46 [2020-09-30T06:33:01.369Z] pyinotify==0.9.6 [2020-09-30T06:33:01.369Z] PyJWT==1.7.1 [2020-09-30T06:33:01.369Z] pyparsing==2.4.7 [2020-09-30T06:33:01.369Z] pyperclip==1.8.0 [2020-09-30T06:33:01.369Z] pyroute2==0.4.13 [2020-09-30T06:33:01.369Z] pyrsistent==0.15.7 [2020-09-30T06:33:01.369Z] PySocks==1.6.8 [2020-09-30T06:33:01.369Z] python-cinderclient==7.2.0 [2020-09-30T06:33:01.369Z] python-dateutil==2.8.1 [2020-09-30T06:33:01.369Z] python-heatclient==2.2.1 [2020-09-30T06:33:01.369Z] python-jenkins==1.7.0 [2020-09-30T06:33:01.369Z] python-keystoneclient==4.1.1 [2020-09-30T06:33:01.369Z] python-magnumclient==3.2.1 [2020-09-30T06:33:01.369Z] python-novaclient==17.2.1 [2020-09-30T06:33:01.369Z] python-openstackclient==5.3.1 [2020-09-30T06:33:01.369Z] python-swiftclient==3.10.1 [2020-09-30T06:33:01.369Z] pytz==2020.1 [2020-09-30T06:33:01.369Z] PyYAML==5.3 [2020-09-30T06:33:01.369Z] requests==2.23.0 [2020-09-30T06:33:01.369Z] requests-oauthlib==1.3.0 [2020-09-30T06:33:01.369Z] requestsexceptions==1.4.0 [2020-09-30T06:33:01.369Z] rfc3986==1.4.0 [2020-09-30T06:33:01.369Z] rpm==4.11.3 [2020-09-30T06:33:01.369Z] rsa==4.0 [2020-09-30T06:33:01.369Z] ruamel.yaml==0.16.10 [2020-09-30T06:33:01.369Z] ruamel.yaml.clib==0.2.0 [2020-09-30T06:33:01.369Z] s3transfer==0.3.3 [2020-09-30T06:33:01.369Z] shade==1.27.2 [2020-09-30T06:33:01.369Z] simplejson==3.17.2 [2020-09-30T06:33:01.369Z] six==1.14.0 [2020-09-30T06:33:01.369Z] soupsieve==2.0 [2020-09-30T06:33:01.369Z] stevedore==3.2.2 [2020-09-30T06:33:01.369Z] tabulate==0.8.6 [2020-09-30T06:33:01.369Z] toml==0.10.0 [2020-09-30T06:33:01.369Z] tox==3.20.0 [2020-09-30T06:33:01.369Z] tqdm==4.43.0 [2020-09-30T06:33:01.369Z] typing-extensions==3.7.4.3 [2020-09-30T06:33:01.369Z] urllib3==1.25.8 [2020-09-30T06:33:01.369Z] virtualenv==20.0.31 [2020-09-30T06:33:01.369Z] wcwidth==0.2.5 [2020-09-30T06:33:01.369Z] websocket-client==0.57.0 [2020-09-30T06:33:01.369Z] wrapt==1.12.1 [2020-09-30T06:33:01.369Z] xdg==3.0.2 [2020-09-30T06:33:01.369Z] xmltodict==0.12.0 [2020-09-30T06:33:01.369Z] yarl==1.6.0 [2020-09-30T06:33:01.369Z] yq==2.11.1 [2020-09-30T06:33:01.369Z] zipp==3.2.0 [2020-09-30T06:33:01.369Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:04.763Z] 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-09-30T06:33:10.174Z] Python 2.7.5 [2020-09-30T06:33:10.174Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-30T06:33:10.439Z] 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-09-30T06:33:10.439Z] ansible==2.9.7 [2020-09-30T06:33:10.439Z] Babel==0.9.6 [2020-09-30T06:33:10.439Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-30T06:33:10.439Z] beautifulsoup4==4.4.1 [2020-09-30T06:33:10.439Z] bodhi==2.11.0 [2020-09-30T06:33:10.439Z] bodhi-client==2.11.0 [2020-09-30T06:33:10.439Z] CCColUtils==1.4 [2020-09-30T06:33:10.439Z] cffi==1.6.0 [2020-09-30T06:33:10.439Z] chardet==2.2.1 [2020-09-30T06:33:10.439Z] click==6.7 [2020-09-30T06:33:10.439Z] cloud-init==18.5 [2020-09-30T06:33:10.439Z] configobj==4.7.2 [2020-09-30T06:33:10.439Z] cryptography==1.7.2 [2020-09-30T06:33:10.439Z] decorator==3.4.0 [2020-09-30T06:33:10.439Z] distro==1.2.0 [2020-09-30T06:33:10.439Z] enum34==1.0.4 [2020-09-30T06:33:10.439Z] fedpkg==1.38 [2020-09-30T06:33:10.439Z] futures==3.1.1 [2020-09-30T06:33:10.439Z] gitdb==0.6.4 [2020-09-30T06:33:10.439Z] GitPython==1.0.1 [2020-09-30T06:33:10.439Z] html5lib==0.999 [2020-09-30T06:33:10.439Z] httplib2==0.9.2 [2020-09-30T06:33:10.439Z] idna==2.4 [2020-09-30T06:33:10.439Z] iniparse==0.4 [2020-09-30T06:33:10.439Z] ipaddress==1.0.16 [2020-09-30T06:33:10.439Z] IPy==0.75 [2020-09-30T06:33:10.439Z] javapackages==1.0.0 [2020-09-30T06:33:10.439Z] Jinja2==2.7.2 [2020-09-30T06:33:10.439Z] jmespath==0.9.4 [2020-09-30T06:33:10.439Z] jsonpatch==1.2 [2020-09-30T06:33:10.439Z] jsonpointer==1.9 [2020-09-30T06:33:10.439Z] kerberos==1.1 [2020-09-30T06:33:10.439Z] kitchen==1.1.1 [2020-09-30T06:33:10.439Z] langtable==0.0.31 [2020-09-30T06:33:10.439Z] lockfile==0.9.1 [2020-09-30T06:33:10.439Z] lxml==3.2.1 [2020-09-30T06:33:10.439Z] MarkupSafe==0.11 [2020-09-30T06:33:10.439Z] munch==2.0.2 [2020-09-30T06:33:10.439Z] offtrac==0.1.0 [2020-09-30T06:33:10.439Z] openidc-client==0.6.0 [2020-09-30T06:33:10.439Z] packagedb-cli==2.14.1 [2020-09-30T06:33:10.439Z] paramiko==2.1.1 [2020-09-30T06:33:10.439Z] perf==0.1 [2020-09-30T06:33:10.439Z] ply==3.4 [2020-09-30T06:33:10.439Z] policycoreutils-default-encoding==0.1 [2020-09-30T06:33:10.439Z] prettytable==0.7.2 [2020-09-30T06:33:10.439Z] pyasn1==0.1.9 [2020-09-30T06:33:10.439Z] pycparser==2.14 [2020-09-30T06:33:10.439Z] pycurl==7.19.0 [2020-09-30T06:33:10.439Z] pygobject==3.22.0 [2020-09-30T06:33:10.439Z] pygpgme==0.3 [2020-09-30T06:33:10.439Z] pyliblzma==0.5.3 [2020-09-30T06:33:10.439Z] pyOpenSSL==0.13.1 [2020-09-30T06:33:10.439Z] pyparsing==1.5.6 [2020-09-30T06:33:10.439Z] pyserial==2.6 [2020-09-30T06:33:10.439Z] python-augeas==0.5.0 [2020-09-30T06:33:10.439Z] python-bugzilla==2.3.0 [2020-09-30T06:33:10.439Z] python-dateutil==1.5 [2020-09-30T06:33:10.439Z] python-fedora==0.10.0 [2020-09-30T06:33:10.439Z] python-linux-procfs==0.4.9 [2020-09-30T06:33:10.439Z] python-yubico==1.2.3 [2020-09-30T06:33:10.439Z] pyudev==0.15 [2020-09-30T06:33:10.439Z] pyusb==1.0.0b1 [2020-09-30T06:33:10.439Z] pyxattr==0.5.1 [2020-09-30T06:33:10.439Z] PyYAML==3.10 [2020-09-30T06:33:10.439Z] requests==2.6.0 [2020-09-30T06:33:10.439Z] requests-kerberos==0.7.0 [2020-09-30T06:33:10.439Z] rpkg==1.60 [2020-09-30T06:33:10.439Z] schedutils==0.4 [2020-09-30T06:33:10.439Z] seobject==0.1 [2020-09-30T06:33:10.439Z] sepolicy==1.1 [2020-09-30T06:33:10.439Z] six==1.9.0 [2020-09-30T06:33:10.439Z] smmap==0.9.0 [2020-09-30T06:33:10.439Z] urlgrabber==3.10 [2020-09-30T06:33:10.439Z] urllib3==1.10.2 [2020-09-30T06:33:10.439Z] virtualenv==15.1.0 [2020-09-30T06:33:10.439Z] yum-langpacks==0.4.2 [2020-09-30T06:33:10.439Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-30T06:33:10.452Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:33:10.775Z] ---> sudo-logs.sh [2020-09-30T06:33:10.775Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-30T06:33:11.369Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:33:11.695Z] ---> job-cost.sh [2020-09-30T06:33:11.695Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s7KP [2020-09-30T06:33:27.081Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:27.081Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:27.676Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:27.969Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:27.969Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:28.237Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:28.504Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:28.504Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:28.504Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:28.768Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:28.769Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:29.035Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:29.035Z] Cache entry deserialization failed, entry ignored [2020-09-30T06:33:33.320Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-30T06:34:12.845Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-09-30T06:34:12.846Z] [2020-09-30T06:34:12.846Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-30T06:34:12.846Z] [2020-09-30T06:34:12.846Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-09-30T06:34:12.846Z] lf-activate-venv(): INFO: Adding /tmp/venv-s7KP/bin to PATH [2020-09-30T06:34:12.846Z] INFO: No Stack... [2020-09-30T06:34:12.846Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-30T06:34:12.846Z] INFO: Archiving Costs [Pipeline] echo [2020-09-30T06:34:12.860Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T06:34:13.168Z] ---> logs-deploy.sh [2020-09-30T06:34:13.169Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/151 [2020-09-30T06:34:13.169Z] INFO: archiving workspace using pattern(s): [2020-09-30T06:34:15.734Z] Archives upload complete. [2020-09-30T06:34:15.734Z] INFO: archiving logs to Nexus [2020-09-30T06:34:17.146Z] ---> uname -a: [2020-09-30T06:34:17.146Z] Linux prd-centos7-docker-4c-2g-2168.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-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] ---> lscpu: [2020-09-30T06:34:17.146Z] Architecture: x86_64 [2020-09-30T06:34:17.146Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-30T06:34:17.146Z] Byte Order: Little Endian [2020-09-30T06:34:17.146Z] CPU(s): 4 [2020-09-30T06:34:17.146Z] On-line CPU(s) list: 0-3 [2020-09-30T06:34:17.146Z] Thread(s) per core: 1 [2020-09-30T06:34:17.146Z] Core(s) per socket: 1 [2020-09-30T06:34:17.146Z] Socket(s): 4 [2020-09-30T06:34:17.146Z] NUMA node(s): 1 [2020-09-30T06:34:17.146Z] Vendor ID: GenuineIntel [2020-09-30T06:34:17.146Z] CPU family: 6 [2020-09-30T06:34:17.146Z] Model: 44 [2020-09-30T06:34:17.146Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-30T06:34:17.146Z] Stepping: 1 [2020-09-30T06:34:17.146Z] CPU MHz: 2933.438 [2020-09-30T06:34:17.146Z] BogoMIPS: 5866.87 [2020-09-30T06:34:17.146Z] Virtualization: VT-x [2020-09-30T06:34:17.146Z] Hypervisor vendor: KVM [2020-09-30T06:34:17.146Z] Virtualization type: full [2020-09-30T06:34:17.146Z] L1d cache: 32K [2020-09-30T06:34:17.146Z] L1i cache: 32K [2020-09-30T06:34:17.146Z] L2 cache: 4096K [2020-09-30T06:34:17.146Z] L3 cache: 16384K [2020-09-30T06:34:17.146Z] NUMA node0 CPU(s): 0-3 [2020-09-30T06:34:17.146Z] 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-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] ---> nproc: [2020-09-30T06:34:17.146Z] 4 [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] ---> df -h: [2020-09-30T06:34:17.146Z] Filesystem Size Used Avail Use% Mounted on [2020-09-30T06:34:17.146Z] devtmpfs 887M 0 887M 0% /dev [2020-09-30T06:34:17.146Z] tmpfs 919M 0 919M 0% /dev/shm [2020-09-30T06:34:17.146Z] tmpfs 919M 17M 903M 2% /run [2020-09-30T06:34:17.146Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-09-30T06:34:17.146Z] /dev/vda1 50G 13G 38G 26% / [2020-09-30T06:34:17.146Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] ---> free -m: [2020-09-30T06:34:17.146Z] total used free shared buff/cache available [2020-09-30T06:34:17.146Z] Mem: 1837 581 119 3 1136 1068 [2020-09-30T06:34:17.146Z] Swap: 1023 60 963 [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z] ---> ip addr: [2020-09-30T06:34:17.146Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-09-30T06:34:17.146Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-30T06:34:17.146Z] inet 127.0.0.1/8 scope host lo [2020-09-30T06:34:17.146Z] valid_lft forever preferred_lft forever [2020-09-30T06:34:17.146Z] inet6 ::1/128 scope host [2020-09-30T06:34:17.146Z] valid_lft forever preferred_lft forever [2020-09-30T06:34:17.146Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-09-30T06:34:17.146Z] link/ether fa:16:3e:8a:4c:6a brd ff:ff:ff:ff:ff:ff [2020-09-30T06:34:17.146Z] inet 10.30.123.174/23 brd 10.30.123.255 scope global dynamic eth0 [2020-09-30T06:34:17.146Z] valid_lft 84638sec preferred_lft 84638sec [2020-09-30T06:34:17.146Z] inet6 fe80::f816:3eff:fe8a:4c6a/64 scope link [2020-09-30T06:34:17.146Z] valid_lft forever preferred_lft forever [2020-09-30T06:34:17.146Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-09-30T06:34:17.146Z] link/ether 02:42:c4:84:e5:4e brd ff:ff:ff:ff:ff:ff [2020-09-30T06:34:17.146Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-09-30T06:34:17.146Z] valid_lft forever preferred_lft forever [2020-09-30T06:34:17.146Z] inet6 fe80::42:c4ff:fe84:e54e/64 scope link [2020-09-30T06:34:17.146Z] valid_lft forever preferred_lft forever [2020-09-30T06:34:17.146Z] [2020-09-30T06:34:17.146Z]