Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 65ce9279f83544d4d82fb598274d714e6b166066 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31080 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/407 [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/407 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65ce9279f83544d4d82fb598274d714e6b166066 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 65ce9279f83544d4d82fb598274d714e6b166066 # timeout=10 Commit message: "Merge pull request #3287 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.10" > git rev-list --no-walk f6b1e13af8548bcffc37f989b4e80b291648b0c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T15:41:23.405Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T15:41:23.651Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T15:41:23.747Z] ========================================================= [2021-03-23T15:41:23.747Z] EdgeX Global Pipelines Version Info [2021-03-23T15:41:23.747Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:41:25.965Z] ------------------- [2021-03-23T15:41:25.965Z] stable info: [2021-03-23T15:41:25.965Z] ------------------- [2021-03-23T15:41:25.965Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T15:41:25.966Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T15:41:25.966Z] Message: update stable to v1.0.186 [2021-03-23T15:41:26.981Z] ------------------- [2021-03-23T15:41:26.981Z] experimental info: [2021-03-23T15:41:26.981Z] ------------------- [2021-03-23T15:41:26.981Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T15:41:26.981Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T15:41:26.981Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T15:41:27.286Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-23T15:41:27.382Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-23T15:41:27.480Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T15:41:27.568Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T15:41:27.652Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T15:41:27.745Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T15:41:27.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T15:41:27.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-23T15:41:28.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-23T15:41:28.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-23T15:41:28.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T15:41:28.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T15:41:28.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T15:41:28.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T15:41:28.531Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T15:41:28.619Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T15:41:28.706Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T15:41:28.799Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T15:41:28.910Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-23T15:41:28.998Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-23T15:41:29.096Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-23T15:41:29.184Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T15:41:29.269Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-23T15:41:29.416Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-23T15:41:29.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-23T15:41:29.600Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] echo [2021-03-23T15:41:29.713Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 65ce927 [Pipeline] echo [2021-03-23T15:41:29.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T15:41:29.993Z] provisioning config files... [2021-03-23T15:41:30.126Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/407@tmp/config8673200386735297413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:41:30.590Z] ---> docker-login.sh [2021-03-23T15:41:30.590Z] nexus3.edgexfoundry.org:10001 [2021-03-23T15:41:31.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:41:31.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:41:31.478Z] Configure a credential helper to remove this warning. See [2021-03-23T15:41:31.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:41:31.478Z] [2021-03-23T15:41:31.478Z] Login Succeeded [2021-03-23T15:41:31.478Z] nexus3.edgexfoundry.org:10002 [2021-03-23T15:41:31.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:41:31.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:41:31.787Z] Configure a credential helper to remove this warning. See [2021-03-23T15:41:31.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:41:31.787Z] [2021-03-23T15:41:31.787Z] Login Succeeded [2021-03-23T15:41:31.787Z] nexus3.edgexfoundry.org:10003 [2021-03-23T15:41:32.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:41:32.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:41:32.061Z] Configure a credential helper to remove this warning. See [2021-03-23T15:41:32.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:41:32.061Z] [2021-03-23T15:41:32.061Z] Login Succeeded [2021-03-23T15:41:32.061Z] nexus3.edgexfoundry.org:10004 [2021-03-23T15:41:32.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:41:32.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:41:32.330Z] Configure a credential helper to remove this warning. See [2021-03-23T15:41:32.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:41:32.330Z] [2021-03-23T15:41:32.330Z] Login Succeeded [2021-03-23T15:41:32.330Z] docker.io [2021-03-23T15:41:32.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:41:32.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:41:32.895Z] Configure a credential helper to remove this warning. See [2021-03-23T15:41:32.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:41:32.895Z] [2021-03-23T15:41:32.895Z] Login Succeeded [2021-03-23T15:41:32.895Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T15:41:32.916Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:41:33.409Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-23T15:41:33.409Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.409Z] ++ dirname cmd/core-command/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-23T15:41:33.410Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.410Z] ++ dirname cmd/core-data/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-23T15:41:33.410Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.410Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-23T15:41:33.410Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.410Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-23T15:41:33.410Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.410Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-23T15:41:33.410Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.410Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-23T15:41:33.410Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.410Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-23T15:41:33.410Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.410Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-23T15:41:33.410Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:41:33.410Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-23T15:41:33.410Z] ++ cut -d/ -f2 [2021-03-23T15:41:33.410Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-23T15:41:33.518Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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 [2021-03-23T15:41:35.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:41:35.066Z] [2021-03-23T15:41:35.066Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:41:35.441Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:41:35.442Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T15:41:35.442Z] 31603596830f: Pulling fs layer [2021-03-23T15:41:35.442Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T15:41:35.442Z] 6ca5941a6612: Pulling fs layer [2021-03-23T15:41:35.442Z] ecc8261a40a4: Pulling fs layer [2021-03-23T15:41:35.442Z] ecc8261a40a4: Waiting [2021-03-23T15:41:35.442Z] 2a8b12db71e7: Download complete [2021-03-23T15:41:35.723Z] 31603596830f: Verifying Checksum [2021-03-23T15:41:35.723Z] 31603596830f: Download complete [2021-03-23T15:41:36.002Z] ecc8261a40a4: Verifying Checksum [2021-03-23T15:41:36.002Z] ecc8261a40a4: Download complete [2021-03-23T15:41:36.002Z] 6ca5941a6612: Verifying Checksum [2021-03-23T15:41:36.002Z] 6ca5941a6612: Download complete [2021-03-23T15:41:36.272Z] 31603596830f: Pull complete [2021-03-23T15:41:36.654Z] 2a8b12db71e7: Pull complete [2021-03-23T15:41:38.123Z] 6ca5941a6612: Pull complete [2021-03-23T15:41:38.717Z] ecc8261a40a4: Pull complete [2021-03-23T15:41:38.717Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T15:41:38.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:41:38.717Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T15:41:38.978Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T15:41:39.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T15:41:42.459Z] $ docker top 182b44e5c67de8a0d901f43e40f193552661ae19949cd7a0278e7a6487350f9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:41:42.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:41:42.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:41:43.285Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:41:43.292Z] $ docker exec 182b44e5c67de8a0d901f43e40f193552661ae19949cd7a0278e7a6487350f9c ssh-agent [2021-03-23T15:41:43.718Z] SSH_AUTH_SOCK=/tmp/ssh-49bCbT3i9CMp/agent.12 [2021-03-23T15:41:43.718Z] SSH_AGENT_PID=17 [2021-03-23T15:41:43.739Z] Running ssh-add (command line suppressed) [2021-03-23T15:41:43.943Z] Identity added: /w/workspace/edgex-go/407@tmp/private_key_6009498461406454321.key (/w/workspace/edgex-go/407@tmp/private_key_6009498461406454321.key) [2021-03-23T15:41:44.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:41:44.923Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T15:41:44.955Z] $ docker exec --env ******** --env ******** 182b44e5c67de8a0d901f43e40f193552661ae19949cd7a0278e7a6487350f9c ssh-agent -k [2021-03-23T15:41:45.240Z] unset SSH_AUTH_SOCK; [2021-03-23T15:41:45.241Z] unset SSH_AGENT_PID; [2021-03-23T15:41:45.241Z] echo Agent pid 17 killed; [2021-03-23T15:41:45.296Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T15:41:45.431Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:41:45.431Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:41:45.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:41:46.006Z] $ docker exec 182b44e5c67de8a0d901f43e40f193552661ae19949cd7a0278e7a6487350f9c ssh-agent [2021-03-23T15:41:46.301Z] SSH_AUTH_SOCK=/tmp/ssh-PsC7tiZJDdQr/agent.46 [2021-03-23T15:41:46.301Z] SSH_AGENT_PID=52 [2021-03-23T15:41:46.312Z] Running ssh-add (command line suppressed) [2021-03-23T15:41:46.564Z] Identity added: /w/workspace/edgex-go/407@tmp/private_key_838438572257285234.key (/w/workspace/edgex-go/407@tmp/private_key_838438572257285234.key) [2021-03-23T15:41:46.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:41:47.109Z] + git semver init [2021-03-23T15:41:47.109Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:41:47.109Z] # $GIT_DIR = /w/workspace/edgex-go/407/.git [2021-03-23T15:41:47.109Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/407 [2021-03-23T15:41:47.109Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:41:47.109Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:41:47.109Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:41:47.109Z] # $SEMVER_BRANCH = master [2021-03-23T15:41:47.109Z] # $SEMVER_TEMP = /tmp/semver-717769970 [2021-03-23T15:41:47.109Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-23T15:42:14.058Z] # '/tmp/semver-717769970' -> '/w/workspace/edgex-go/407/.semver' [2021-03-23T15:42:14.058Z] # -> Force: false [2021-03-23T15:42:14.058Z] # $SEMVER_DIR = /w/workspace/edgex-go/407/.semver [Pipeline] } [2021-03-23T15:42:14.080Z] $ docker exec --env ******** --env ******** 182b44e5c67de8a0d901f43e40f193552661ae19949cd7a0278e7a6487350f9c ssh-agent -k [2021-03-23T15:42:14.468Z] unset SSH_AUTH_SOCK; [2021-03-23T15:42:14.468Z] unset SSH_AGENT_PID; [2021-03-23T15:42:14.468Z] echo Agent pid 52 killed; [2021-03-23T15:42:14.674Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:42:15.169Z] + git semver [Pipeline] } [2021-03-23T15:42:15.483Z] $ docker stop --time=1 182b44e5c67de8a0d901f43e40f193552661ae19949cd7a0278e7a6487350f9c [2021-03-23T15:42:17.845Z] $ docker rm -f 182b44e5c67de8a0d901f43e40f193552661ae19949cd7a0278e7a6487350f9c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:42:18.825Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T15:42:20.061Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T15:42:20.064Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.140 [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] sh [2021-03-23T15:42:21.003Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:42:21.329Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:42:21.681Z] + sudo service docker restart [2021-03-23T15:42:21.681Z] + true [2021-03-23T15:42:21.681Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-23T15:42:22.668Z] ========================================================= [2021-03-23T15:42:22.668Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T15:42:22.668Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:42:23.210Z] + 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 . [2021-03-23T15:42:31.607Z] Sending build context to Docker daemon 328.7MB [2021-03-23T15:42:31.607Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T15:42:31.607Z] Step 2/6 : FROM ${BASE} [2021-03-23T15:42:31.900Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T15:42:31.900Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T15:42:31.900Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T15:42:31.900Z] de9db76c5a1d: Pulling fs layer [2021-03-23T15:42:31.900Z] bca2f99d35d6: Pulling fs layer [2021-03-23T15:42:31.900Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T15:42:31.900Z] 7c6f9722023f: Pulling fs layer [2021-03-23T15:42:31.900Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T15:42:31.900Z] bca2f99d35d6: Waiting [2021-03-23T15:42:31.900Z] 93359f2a8cfa: Waiting [2021-03-23T15:42:31.900Z] 7c6f9722023f: Waiting [2021-03-23T15:42:31.900Z] a35cf1a2eb13: Waiting [2021-03-23T15:42:31.900Z] de9db76c5a1d: Download complete [2021-03-23T15:42:31.900Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T15:42:31.900Z] 0ef7d3d256c8: Download complete [2021-03-23T15:42:31.900Z] 93359f2a8cfa: Verifying Checksum [2021-03-23T15:42:31.900Z] 93359f2a8cfa: Download complete [2021-03-23T15:42:31.900Z] 7c6f9722023f: Verifying Checksum [2021-03-23T15:42:31.900Z] 7c6f9722023f: Download complete [2021-03-23T15:42:32.182Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T15:42:32.182Z] 188c0c94c7c5: Download complete [2021-03-23T15:42:32.825Z] 188c0c94c7c5: Pull complete [2021-03-23T15:42:33.796Z] 0ef7d3d256c8: Pull complete [2021-03-23T15:42:34.429Z] de9db76c5a1d: Pull complete [2021-03-23T15:42:35.486Z] Still waiting to schedule task [2021-03-23T15:42:35.486Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-23T15:42:35.887Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T15:42:35.887Z] a35cf1a2eb13: Download complete [2021-03-23T15:42:36.864Z] bca2f99d35d6: Verifying Checksum [2021-03-23T15:42:36.864Z] bca2f99d35d6: Download complete [2021-03-23T15:42:49.366Z] bca2f99d35d6: Pull complete [2021-03-23T15:42:49.366Z] 93359f2a8cfa: Pull complete [2021-03-23T15:42:49.366Z] 7c6f9722023f: Pull complete [2021-03-23T15:42:56.399Z] a35cf1a2eb13: Pull complete [2021-03-23T15:42:56.399Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T15:42:56.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T15:42:56.399Z] ---> a62c8e92a672 [2021-03-23T15:42:56.399Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-23T15:42:56.399Z] ---> Running in b7e06b1f57e5 [2021-03-23T15:42:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:42:57.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:42:58.174Z] (1/12) Installing libmagic (5.38-r0) [2021-03-23T15:42:58.446Z] (2/12) Installing file (5.38-r0) [2021-03-23T15:42:58.721Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-23T15:42:58.721Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-23T15:43:06.959Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-23T15:43:06.959Z] (6/12) Installing patch (2.7.6-r6) [2021-03-23T15:43:06.959Z] (7/12) Installing build-base (0.5-r2) [2021-03-23T15:43:06.959Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-23T15:43:06.959Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-23T15:43:06.959Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-23T15:43:06.959Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-23T15:43:06.959Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-23T15:43:07.232Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:43:07.233Z] OK: 233 MiB in 51 packages [2021-03-23T15:43:10.964Z] Removing intermediate container b7e06b1f57e5 [2021-03-23T15:43:10.964Z] ---> c31099a19ce2 [2021-03-23T15:43:10.964Z] Step 4/6 : WORKDIR /edgex-go [2021-03-23T15:43:11.232Z] ---> Running in 4f3c51feabe6 [2021-03-23T15:43:11.506Z] Removing intermediate container 4f3c51feabe6 [2021-03-23T15:43:11.506Z] ---> 5cbc3d8cc479 [2021-03-23T15:43:11.506Z] Step 5/6 : COPY go.mod . [2021-03-23T15:43:12.157Z] ---> d100f27c26e8 [2021-03-23T15:43:12.157Z] Step 6/6 : RUN go mod download [2021-03-23T15:43:12.157Z] ---> Running in 14c15440a5c4 [2021-03-23T15:43:44.798Z] Removing intermediate container 14c15440a5c4 [2021-03-23T15:43:44.798Z] ---> dbdc16d48ff1 [2021-03-23T15:43:44.798Z] Successfully built dbdc16d48ff1 [2021-03-23T15:43:44.798Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:43:45.151Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T15:43:45.419Z] . [Pipeline] withDockerContainer [2021-03-23T15:43:45.593Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T15:43:45.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T15:43:46.803Z] $ docker top 3e5cafc3c0ae42fdf67cb3cb004f000f163189a24371f24873c38de8c91efed1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:43:47.746Z] + go version [2021-03-23T15:43:47.746Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T15:43:47.766Z] $ docker stop --time=1 3e5cafc3c0ae42fdf67cb3cb004f000f163189a24371f24873c38de8c91efed1 [2021-03-23T15:43:49.623Z] $ docker rm -f 3e5cafc3c0ae42fdf67cb3cb004f000f163189a24371f24873c38de8c91efed1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:43:50.721Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T15:43:51.000Z] . [Pipeline] withDockerContainer [2021-03-23T15:43:51.565Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T15:43:51.662Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T15:43:53.533Z] $ docker top 5420ab47e0b5c7426b9ecdfc2ff909c94e09e84241abd7d275000124d5b78987 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T15:43:54.031Z] ========================================================= [2021-03-23T15:43:54.031Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-23T15:43:54.031Z] ========================================================= [Pipeline] sh [2021-03-23T15:43:54.824Z] + make test [2021-03-23T15:43:54.825Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-23T15:44:14.398Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-23T15:44:48.024Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-23T15:44:58.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-23T15:44:58.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-23T15:44:58.419Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-23T15:45:04.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-23T15:45:04.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-23T15:45:04.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-23T15:45:04.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-23T15:45:05.626Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-23T15:45:06.642Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-23T15:45:12.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-23T15:45:12.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-23T15:45:12.445Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-23T15:45:17.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.316s coverage: 45.9% of statements [2021-03-23T15:45:17.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-23T15:45:17.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-23T15:45:17.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-23T15:45:17.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-23T15:45:17.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-23T15:45:17.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-23T15:45:17.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.208s coverage: 19.8% of statements [2021-03-23T15:45:17.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.149s coverage: 100.0% of statements [2021-03-23T15:45:22.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.476s coverage: 27.1% of statements [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-23T15:45:22.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.117s coverage: 100.0% of statements [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-23T15:45:22.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-23T15:45:22.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.373s coverage: 71.3% of statements [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-23T15:45:22.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-23T15:45:23.027Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31086 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-23T15:45:23.167Z] Running in /w/workspace/edgex-go/407 [Pipeline] { [Pipeline] checkout [2021-03-23T15:45:24.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.9% of statements [2021-03-23T15:45:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-23T15:45:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:45:24.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.214s coverage: 78.9% of statements [2021-03-23T15:45:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-23T15:45:28.531Z] using credential edgex-jenkins-ssh [2021-03-23T15:45:28.590Z] Cloning the remote Git repository [2021-03-23T15:45:28.643Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:45:28.763Z] > git init /w/workspace/edgex-go/407 # timeout=10 [2021-03-23T15:45:28.835Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:45:28.836Z] > git --version # timeout=10 [2021-03-23T15:45:28.856Z] > git --version # 'git version 2.17.1' [2021-03-23T15:45:28.858Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:45:28.967Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:45:31.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.704s coverage: 28.6% of statements [2021-03-23T15:45:31.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-23T15:45:31.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-23T15:45:31.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-23T15:45:31.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-23T15:45:31.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-23T15:45:31.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements [2021-03-23T15:45:31.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-23T15:45:31.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements [2021-03-23T15:45:31.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-23T15:45:31.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.180s coverage: 86.7% of statements [2021-03-23T15:45:31.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-23T15:45:31.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.241s coverage: 97.5% of statements [2021-03-23T15:45:31.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-23T15:45:31.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-03-23T15:45:31.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-23T15:45:31.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-23T15:45:31.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-23T15:45:31.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-23T15:45:35.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.818s coverage: 92.8% of statements [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-23T15:45:35.988Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-23T15:45:35.988Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 0.1% of statements [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-23T15:45:35.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-23T15:45:35.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.139s coverage: 47.1% of statements [2021-03-23T15:45:35.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements [2021-03-23T15:45:35.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements [2021-03-23T15:45:35.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements [2021-03-23T15:45:36.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-03-23T15:45:46.782Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T15:45:46.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:45:46.832Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T15:45:46.871Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:45:46.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:45:46.886Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T15:45:47.581Z] Checking out Revision 65ce9279f83544d4d82fb598274d714e6b166066 (master) [2021-03-23T15:45:48.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.115s coverage: 94.4% of statements [2021-03-23T15:45:48.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-03-23T15:45:47.605Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:45:47.623Z] > git checkout -f 65ce9279f83544d4d82fb598274d714e6b166066 # timeout=10 [2021-03-23T15:45:52.431Z] Commit message: "Merge pull request #3287 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T15:45:53.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.613s coverage: 81.7% of statements [2021-03-23T15:45:53.858Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:45:54.289Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:45:54.696Z] + true [2021-03-23T15:45:54.696Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T15:45:56.747Z] provisioning config files... [2021-03-23T15:45:56.793Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/407@tmp/config8346727062814407634tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:45:57.226Z] ---> docker-login.sh [2021-03-23T15:45:57.226Z] nexus3.edgexfoundry.org:10001 [2021-03-23T15:45:58.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:45:58.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:45:58.486Z] Configure a credential helper to remove this warning. See [2021-03-23T15:45:58.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:45:58.486Z] [2021-03-23T15:45:58.486Z] Login Succeeded [2021-03-23T15:45:58.486Z] nexus3.edgexfoundry.org:10002 [2021-03-23T15:45:59.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:45:59.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:45:59.087Z] Configure a credential helper to remove this warning. See [2021-03-23T15:45:59.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:45:59.087Z] [2021-03-23T15:45:59.087Z] Login Succeeded [2021-03-23T15:45:59.087Z] nexus3.edgexfoundry.org:10003 [2021-03-23T15:45:59.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:45:59.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:45:59.685Z] Configure a credential helper to remove this warning. See [2021-03-23T15:45:59.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:45:59.685Z] [2021-03-23T15:45:59.685Z] Login Succeeded [2021-03-23T15:45:59.685Z] nexus3.edgexfoundry.org:10004 [2021-03-23T15:46:00.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:46:00.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:46:00.285Z] Configure a credential helper to remove this warning. See [2021-03-23T15:46:00.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:46:00.285Z] [2021-03-23T15:46:00.285Z] Login Succeeded [2021-03-23T15:46:00.285Z] docker.io [2021-03-23T15:46:00.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:46:01.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:46:01.155Z] Configure a credential helper to remove this warning. See [2021-03-23T15:46:01.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:46:01.155Z] [2021-03-23T15:46:01.155Z] Login Succeeded [2021-03-23T15:46:01.155Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T15:46:01.174Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-23T15:46:01.706Z] ========================================================= [2021-03-23T15:46:01.706Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T15:46:01.706Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:46:02.089Z] + 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 . [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.357s coverage: 92.9% of statements [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.450s coverage: 87.2% of statements [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.143s coverage: 87.2% of statements [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.6% of statements [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.147s coverage: 91.6% of statements [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.472s coverage: 64.4% of statements [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-23T15:46:02.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-03-23T15:46:02.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-23T15:46:04.745Z] Sending build context to Docker daemon 166.8MB [2021-03-23T15:46:04.745Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T15:46:04.745Z] Step 2/6 : FROM ${BASE} [2021-03-23T15:46:04.745Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T15:46:04.745Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T15:46:04.745Z] a4357932f1b6: Pulling fs layer [2021-03-23T15:46:04.745Z] 18c013af1878: Pulling fs layer [2021-03-23T15:46:04.745Z] 00ac8860ef70: Pulling fs layer [2021-03-23T15:46:04.745Z] 63d7cb157983: Pulling fs layer [2021-03-23T15:46:04.745Z] b116817d02f9: Pulling fs layer [2021-03-23T15:46:04.745Z] 745a02a5169b: Pulling fs layer [2021-03-23T15:46:04.745Z] 00ac8860ef70: Waiting [2021-03-23T15:46:04.745Z] 63d7cb157983: Waiting [2021-03-23T15:46:04.745Z] b116817d02f9: Waiting [2021-03-23T15:46:04.745Z] 745a02a5169b: Waiting [2021-03-23T15:46:04.745Z] 18c013af1878: Verifying Checksum [2021-03-23T15:46:04.745Z] 18c013af1878: Download complete [2021-03-23T15:46:04.745Z] a4357932f1b6: Verifying Checksum [2021-03-23T15:46:04.745Z] a4357932f1b6: Download complete [2021-03-23T15:46:04.745Z] 63d7cb157983: Verifying Checksum [2021-03-23T15:46:04.746Z] 63d7cb157983: Download complete [2021-03-23T15:46:04.746Z] 5f621e34cdf4: Download complete [2021-03-23T15:46:04.746Z] b116817d02f9: Verifying Checksum [2021-03-23T15:46:04.746Z] b116817d02f9: Download complete [2021-03-23T15:46:05.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.638s coverage: 69.0% of statements [2021-03-23T15:46:05.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-23T15:46:05.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-23T15:46:05.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-23T15:46:05.354Z] 5f621e34cdf4: Pull complete [2021-03-23T15:46:05.961Z] a4357932f1b6: Pull complete [2021-03-23T15:46:06.573Z] 18c013af1878: Pull complete [2021-03-23T15:46:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.195s coverage: 38.4% of statements [2021-03-23T15:46:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-23T15:46:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-23T15:46:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.256s coverage: 89.5% of statements [2021-03-23T15:46:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-23T15:46:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.125s coverage: 84.8% of statements [2021-03-23T15:46:07.554Z] 745a02a5169b: Verifying Checksum [2021-03-23T15:46:07.554Z] 745a02a5169b: Download complete [2021-03-23T15:46:09.003Z] 00ac8860ef70: Verifying Checksum [2021-03-23T15:46:09.003Z] 00ac8860ef70: Download complete [2021-03-23T15:46:12.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.536s coverage: 47.0% of statements [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-23T15:46:12.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-23T15:46:12.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-23T15:46:12.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.416s coverage: 87.1% of statements [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:46:12.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-23T15:46:16.539Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.364s coverage: 29.1% of statements [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-23T15:46:16.539Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-23T15:46:16.539Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-23T15:46:16.539Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.273s coverage: 96.5% of statements [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-23T15:46:16.539Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.120s coverage: 0.0% of statements [2021-03-23T15:46:16.539Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-23T15:46:17.295Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-03-23T15:46:17.295Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-23T15:46:17.295Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-23T15:46:17.295Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-23T15:46:17.295Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-23T15:46:18.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-03-23T15:46:18.024Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-23T15:46:18.024Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-23T15:46:18.314Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-03-23T15:46:18.604Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.081s coverage: 32.1% of statements [2021-03-23T15:46:19.174Z] 00ac8860ef70: Pull complete [2021-03-23T15:46:19.174Z] 63d7cb157983: Pull complete [2021-03-23T15:46:19.174Z] b116817d02f9: Pull complete [2021-03-23T15:46:20.223Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.327s coverage: 100.0% of statements [2021-03-23T15:46:20.809Z] GO111MODULE=on go vet ./... [2021-03-23T15:46:22.594Z] 745a02a5169b: Pull complete [2021-03-23T15:46:22.594Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T15:46:22.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T15:46:22.594Z] ---> b7e6874047d6 [2021-03-23T15:46:22.594Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-23T15:46:26.004Z] ---> Running in b297709e321c [2021-03-23T15:46:26.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:46:27.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:46:29.397Z] (1/12) Installing libmagic (5.38-r0) [2021-03-23T15:46:29.397Z] (2/12) Installing file (5.38-r0) [2021-03-23T15:46:29.397Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-23T15:46:29.668Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-23T15:46:35.059Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-23T15:46:35.059Z] (6/12) Installing patch (2.7.6-r6) [2021-03-23T15:46:35.059Z] (7/12) Installing build-base (0.5-r2) [2021-03-23T15:46:35.059Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-23T15:46:35.059Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-23T15:46:35.059Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-23T15:46:35.059Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-23T15:46:35.059Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-23T15:46:35.059Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:46:35.059Z] OK: 217 MiB in 51 packages [2021-03-23T15:46:39.361Z] Removing intermediate container b297709e321c [2021-03-23T15:46:39.361Z] ---> 3bf952d49ebc [2021-03-23T15:46:39.361Z] Step 4/6 : WORKDIR /edgex-go [2021-03-23T15:46:39.361Z] ---> Running in 5d3742063c49 [2021-03-23T15:46:39.634Z] Removing intermediate container 5d3742063c49 [2021-03-23T15:46:39.634Z] ---> e928c3a946d3 [2021-03-23T15:46:39.634Z] Step 5/6 : COPY go.mod . [2021-03-23T15:46:40.228Z] ---> 9e305d8dd4ac [2021-03-23T15:46:40.228Z] Step 6/6 : RUN go mod download [2021-03-23T15:46:40.501Z] ---> Running in bf1436d8b7a0 [2021-03-23T15:47:07.307Z] Removing intermediate container bf1436d8b7a0 [2021-03-23T15:47:07.307Z] ---> bf99f57d9139 [2021-03-23T15:47:07.307Z] Successfully built bf99f57d9139 [2021-03-23T15:47:07.307Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:47:07.645Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T15:47:07.645Z] . [Pipeline] withDockerContainer [2021-03-23T15:47:07.881Z] prd-ubuntu18.04-docker-arm64-4c-16g-31086 does not seem to be running inside a container [2021-03-23T15:47:07.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T15:47:09.416Z] $ docker top e4264f76edc633d1fd1f361805c1fd6dc1b8c498e8aa3a345f47f99e688840f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:47:10.397Z] + go version [2021-03-23T15:47:10.397Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T15:47:10.422Z] $ docker stop --time=1 e4264f76edc633d1fd1f361805c1fd6dc1b8c498e8aa3a345f47f99e688840f2 [2021-03-23T15:47:12.279Z] $ docker rm -f e4264f76edc633d1fd1f361805c1fd6dc1b8c498e8aa3a345f47f99e688840f2 [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 [2021-03-23T15:47:15.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T15:47:15.503Z] [2021-03-23T15:47:15.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:47:16.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T15:47:16.425Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-23T15:47:16.425Z] 29e5d40040c1: Pulling fs layer [2021-03-23T15:47:16.425Z] 1ce36da41761: Pulling fs layer [2021-03-23T15:47:16.425Z] 25b303627fd3: Pulling fs layer [2021-03-23T15:47:16.425Z] 29e5d40040c1: Verifying Checksum [2021-03-23T15:47:16.425Z] 29e5d40040c1: Download complete [2021-03-23T15:47:17.024Z] 1ce36da41761: Verifying Checksum [2021-03-23T15:47:17.024Z] 1ce36da41761: Download complete [2021-03-23T15:47:17.024Z] 29e5d40040c1: Pull complete [2021-03-23T15:47:18.459Z] 1ce36da41761: Pull complete [2021-03-23T15:47:18.734Z] 25b303627fd3: Verifying Checksum [2021-03-23T15:47:18.734Z] 25b303627fd3: Download complete [2021-03-23T15:47:28.886Z] 25b303627fd3: Pull complete [2021-03-23T15:47:28.886Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-23T15:47:28.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T15:47:28.886Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-23T15:47:29.142Z] prd-ubuntu18.04-docker-arm64-4c-16g-31086 does not seem to be running inside a container [2021-03-23T15:47:29.225Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T15:47:30.014Z] gofmt -l . [2021-03-23T15:47:30.014Z] [ "`gofmt -l .`" = "" ] [2021-03-23T15:47:31.511Z] ./bin/test-go-mod-tidy.sh [2021-03-23T15:47:32.467Z] $ docker top 5ba4e742d4a776f48bff7eb3ca55678417dd3712a24dbd91ac5240080df63058 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:47:33.470Z] + grep parallel [2021-03-23T15:47:33.470Z] + docker-compose build --help [2021-03-23T15:47:33.689Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-23T15:47:35.821Z] + ls -al . [2021-03-23T15:47:35.821Z] total 772 [2021-03-23T15:47:35.821Z] drwxrwxr-x 10 1001 1001 4096 Mar 23 15:47 . [2021-03-23T15:47:35.822Z] drwxr-xr-x 4 root root 32 Mar 23 15:43 .. [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 15:41 .dockerignore [2021-03-23T15:47:35.822Z] drwxrwxr-x 8 1001 1001 162 Mar 23 15:41 .git [2021-03-23T15:47:35.822Z] drwxrwxr-x 3 1001 1001 125 Mar 23 15:41 .github [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 818 Mar 23 15:41 .gitignore [2021-03-23T15:47:35.822Z] drwx------ 3 1001 1001 45 Mar 23 15:42 .semver [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 15:41 .sonarcloud.properties [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 8607 Mar 23 15:41 Attribution.txt [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 15:41 CONTRIBUTING.md [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 931 Mar 23 15:41 Dockerfile.build [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 863 Mar 23 15:41 Jenkinsfile [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 15:41 LICENSE [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 5774 Mar 23 15:41 Makefile [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 6548 Mar 23 15:41 README.md [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 6755 Mar 23 15:41 SECURITY.md [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 13 Mar 23 15:42 VERSION [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 15:41 ZMQWindows.md [2021-03-23T15:47:35.822Z] drwxrwxr-x 2 1001 1001 117 Mar 23 15:41 bin [2021-03-23T15:47:35.822Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 15:41 cmd [2021-03-23T15:47:35.822Z] -rw-r--r-- 1 root root 659965 Mar 23 15:46 coverage.out [2021-03-23T15:47:35.822Z] -rw-r--r-- 1 root root 1056 Mar 23 15:47 go.mod [2021-03-23T15:47:35.822Z] -rw-r--r-- 1 root root 22093 Mar 23 15:47 go.sum [2021-03-23T15:47:35.822Z] drwxrwxr-x 8 1001 1001 127 Mar 23 15:41 internal [2021-03-23T15:47:35.822Z] drwxrwxr-x 4 1001 1001 26 Mar 23 15:41 openapi [2021-03-23T15:47:35.822Z] drwxrwxr-x 4 1001 1001 71 Mar 23 15:41 snap [2021-03-23T15:47:35.822Z] -rw-rw-r-- 1 1001 1001 168 Mar 23 15:41 version.go [Pipeline] sh [2021-03-23T15:47:36.587Z] + '[' -e coverage.out ] [2021-03-23T15:47:36.587Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-23T15:47:36.844Z] --parallel Build images in parallel. [Pipeline] } [2021-03-23T15:47:37.139Z] $ docker stop --time=1 5ba4e742d4a776f48bff7eb3ca55678417dd3712a24dbd91ac5240080df63058 [2021-03-23T15:47:37.451Z] Stashed 1 file(s) [2021-03-23T15:47:39.052Z] $ docker rm -f 5ba4e742d4a776f48bff7eb3ca55678417dd3712a24dbd91ac5240080df63058 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:47:40.078Z] + make build [2021-03-23T15:47:40.079Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-data/core-data ./cmd/core-data [2021-03-23T15:47:40.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T15:47:40.230Z] . [Pipeline] withDockerContainer [2021-03-23T15:47:40.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-31086 does not seem to be running inside a container [2021-03-23T15:47:40.703Z] $ 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/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T15:47:42.188Z] $ docker top 29574a2ed8ac51c6bd91a88f4617e2811329026499f784f6124b6ab5ecb3382f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:47:43.322Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-23T15:47:46.760Z] Building docker-core-command-go ... [2021-03-23T15:47:46.760Z] Building docker-core-data-go ... [2021-03-23T15:47:46.760Z] Building docker-core-metadata-go ... [2021-03-23T15:47:46.760Z] Building docker-security-bootstrapper-go ... [2021-03-23T15:47:46.760Z] Building docker-security-proxy-setup-go ... [2021-03-23T15:47:46.760Z] Building docker-security-secretstore-setup-go ... [2021-03-23T15:47:46.760Z] Building docker-support-notifications-go ... [2021-03-23T15:47:46.760Z] Building docker-support-scheduler-go ... [2021-03-23T15:47:46.760Z] Building docker-sys-mgmt-agent-go ... [2021-03-23T15:47:46.760Z] Building docker-core-metadata-go [2021-03-23T15:47:46.760Z] Building docker-support-notifications-go [2021-03-23T15:47:46.760Z] Building docker-core-command-go [2021-03-23T15:47:46.760Z] Building docker-security-proxy-setup-go [2021-03-23T15:47:46.760Z] Building docker-security-bootstrapper-go [2021-03-23T15:47:47.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-23T15:48:09.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-command/core-command ./cmd/core-command [2021-03-23T15:48:11.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-23T15:48:14.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-23T15:48:16.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-23T15:48:20.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-23T15:48:24.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-23T15:48:27.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-23T15:48:29.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-23T15:48:33.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-23T15:48:33.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:33.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:33.828Z] ---> bf99f57d9139 [2021-03-23T15:48:33.828Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:48:33.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:33.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:33.828Z] ---> bf99f57d9139 [2021-03-23T15:48:33.828Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:48:33.828Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:33.828Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:33.828Z] ---> bf99f57d9139 [2021-03-23T15:48:33.828Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T15:48:33.828Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:33.828Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:33.828Z] ---> bf99f57d9139 [2021-03-23T15:48:33.828Z] Step 3/31 : WORKDIR /edgex-go [2021-03-23T15:48:33.828Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:33.828Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:33.828Z] ---> bf99f57d9139 [2021-03-23T15:48:33.828Z] Step 3/21 : WORKDIR /edgex-go [2021-03-23T15:48:35.265Z] ---> Running in 6d8474d9b516 [2021-03-23T15:48:35.265Z] ---> Running in 2c19919c00b1 [2021-03-23T15:48:35.265Z] ---> Running in 736fa96e5087 [2021-03-23T15:48:35.265Z] ---> Running in 39b18cd1d2ec [2021-03-23T15:48:35.265Z] ---> Running in fd4d81354972 [2021-03-23T15:48:36.252Z] Removing intermediate container 6d8474d9b516 [2021-03-23T15:48:36.252Z] ---> d05f5b886030 [2021-03-23T15:48:36.252Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:36.252Z] Removing intermediate container 736fa96e5087 [2021-03-23T15:48:36.252Z] ---> 2ab722accaa3 [2021-03-23T15:48:36.252Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:36.252Z] Removing intermediate container 2c19919c00b1 [2021-03-23T15:48:36.252Z] ---> bcc5d0d20189 [2021-03-23T15:48:36.252Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:36.252Z] Removing intermediate container fd4d81354972 [2021-03-23T15:48:36.252Z] ---> 0174460043e6 [2021-03-23T15:48:36.252Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:36.252Z] Removing intermediate container 39b18cd1d2ec [2021-03-23T15:48:36.252Z] ---> e7b128d29843 [2021-03-23T15:48:36.252Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:36.252Z] ---> Running in e4399436267a [2021-03-23T15:48:36.252Z] ---> Running in af9d60e89f54 [2021-03-23T15:48:36.532Z] ---> Running in 8117a54961e8 [2021-03-23T15:48:36.532Z] ---> Running in c7f3df39c182 [2021-03-23T15:48:36.532Z] ---> Running in 6e2851eaa7ac [2021-03-23T15:48:37.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-23T15:48:40.005Z] Removing intermediate container e4399436267a [2021-03-23T15:48:40.006Z] ---> 951944f06048 [2021-03-23T15:48:40.006Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-23T15:48:40.279Z] ---> Running in b96cad0a5a1a [2021-03-23T15:48:40.558Z] Removing intermediate container af9d60e89f54 [2021-03-23T15:48:40.558Z] ---> f6b72ed26986 [2021-03-23T15:48:40.558Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T15:48:40.832Z] ---> Running in 66083b68685b [2021-03-23T15:48:41.107Z] Removing intermediate container 8117a54961e8 [2021-03-23T15:48:41.107Z] ---> 056ba2fb575e [2021-03-23T15:48:41.107Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-23T15:48:41.107Z] Removing intermediate container 6e2851eaa7ac [2021-03-23T15:48:41.107Z] ---> 44bd7c84da9a [2021-03-23T15:48:41.107Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-23T15:48:41.107Z] Removing intermediate container c7f3df39c182 [2021-03-23T15:48:41.107Z] ---> 757c0e2cdbe7 [2021-03-23T15:48:41.107Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T15:48:41.382Z] ---> Running in cc72f37a22d8 [2021-03-23T15:48:41.382Z] ---> Running in 867a1b8d6d6e [2021-03-23T15:48:41.382Z] ---> Running in e1b8f993499d [2021-03-23T15:48:41.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:42.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:42.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:43.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-03-23T15:48:43.307Z] $ docker stop --time=1 5420ab47e0b5c7426b9ecdfc2ff909c94e09e84241abd7d275000124d5b78987 [2021-03-23T15:48:43.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:43.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:43.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:43.723Z] OK: 217 MiB in 51 packages [2021-03-23T15:48:43.999Z] OK: 217 MiB in 51 packages [2021-03-23T15:48:44.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:44.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:44.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:48:45.221Z] OK: 217 MiB in 51 packages [2021-03-23T15:48:45.221Z] OK: 217 MiB in 51 packages [2021-03-23T15:48:45.510Z] OK: 217 MiB in 51 packages [2021-03-23T15:48:45.510Z] Removing intermediate container b96cad0a5a1a [2021-03-23T15:48:45.510Z] ---> dca5708c700f [2021-03-23T15:48:45.510Z] Step 6/31 : COPY go.mod . [2021-03-23T15:48:45.789Z] Removing intermediate container 66083b68685b [2021-03-23T15:48:45.789Z] ---> 18ea1fcfe8df [2021-03-23T15:48:45.789Z] Step 6/23 : COPY go.mod . [2021-03-23T15:48:46.164Z] $ docker rm -f 5420ab47e0b5c7426b9ecdfc2ff909c94e09e84241abd7d275000124d5b78987 [2021-03-23T15:48:46.780Z] ---> f074e44817aa [2021-03-23T15:48:46.780Z] Step 7/31 : RUN go mod download [2021-03-23T15:48:46.780Z] ---> Running in fa07cb3841db [Pipeline] // withDockerContainer [Pipeline] } [2021-03-23T15:48:47.062Z] ---> 2a71fec5f07d [2021-03-23T15:48:47.063Z] Step 7/23 : RUN go mod download [2021-03-23T15:48:47.063Z] Removing intermediate container e1b8f993499d [2021-03-23T15:48:47.063Z] ---> bee00beda070 [2021-03-23T15:48:47.063Z] Step 6/22 : COPY go.mod . [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-23T15:48:47.349Z] ---> Running in 1082c55c4d44 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:48:47.637Z] Removing intermediate container cc72f37a22d8 [2021-03-23T15:48:47.637Z] ---> 1775a83dd357 [2021-03-23T15:48:47.637Z] Step 6/21 : COPY go.mod . [2021-03-23T15:48:47.637Z] Removing intermediate container 867a1b8d6d6e [2021-03-23T15:48:47.637Z] ---> 546d800286cc [2021-03-23T15:48:47.637Z] Step 6/23 : COPY go.mod . [2021-03-23T15:48:47.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T15:48:47.745Z] [2021-03-23T15:48:47.745Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:48:48.187Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T15:48:48.187Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-23T15:48:48.187Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-23T15:48:48.187Z] ca9280d653b3: Pulling fs layer [2021-03-23T15:48:48.187Z] 7e9c9ca2126c: Pulling fs layer [2021-03-23T15:48:48.684Z] ---> 40079775e64d [2021-03-23T15:48:48.685Z] Step 7/22 : RUN go mod download [2021-03-23T15:48:48.685Z] ---> Running in 05a174b7ad94 [2021-03-23T15:48:48.801Z] cbdbe7a5bc2a: Download complete [2021-03-23T15:48:48.967Z] ---> 782b99cbc6cd [2021-03-23T15:48:48.967Z] ---> 0c54479d88d5 [2021-03-23T15:48:48.967Z] Step 7/23 : RUN go mod downloadStep 7/21 : RUN go mod download [2021-03-23T15:48:48.967Z] [2021-03-23T15:48:49.266Z] ---> Running in f2472f26bcf8 [2021-03-23T15:48:49.266Z] ---> Running in 73a68f1d0df8 [2021-03-23T15:48:49.860Z] cbdbe7a5bc2a: Pull complete [2021-03-23T15:48:49.860Z] ca9280d653b3: Verifying Checksum [2021-03-23T15:48:49.860Z] ca9280d653b3: Download complete [2021-03-23T15:48:51.305Z] Removing intermediate container fa07cb3841db [2021-03-23T15:48:51.305Z] ---> cebbd59b8cfa [2021-03-23T15:48:51.305Z] Step 8/31 : COPY . . [2021-03-23T15:48:51.305Z] Removing intermediate container 1082c55c4d44 [2021-03-23T15:48:51.305Z] ---> 5413351d7eba [2021-03-23T15:48:51.305Z] Step 8/23 : COPY . . [2021-03-23T15:48:51.988Z] 7e9c9ca2126c: Verifying Checksum [2021-03-23T15:48:51.988Z] 7e9c9ca2126c: Download complete [2021-03-23T15:48:51.988Z] ca9280d653b3: Pull complete [2021-03-23T15:48:53.326Z] Removing intermediate container 05a174b7ad94 [2021-03-23T15:48:53.326Z] ---> d2712c399809 [2021-03-23T15:48:53.326Z] Step 8/22 : COPY . . [2021-03-23T15:48:55.376Z] Removing intermediate container 73a68f1d0df8 [2021-03-23T15:48:55.376Z] ---> b9a6ea156c66 [2021-03-23T15:48:55.376Z] Step 8/21 : COPY . . [2021-03-23T15:48:55.653Z] Removing intermediate container f2472f26bcf8 [2021-03-23T15:48:55.653Z] ---> 9d2541fecd5a [2021-03-23T15:48:55.653Z] Step 8/23 : COPY . . [2021-03-23T15:49:04.549Z] 7e9c9ca2126c: Pull complete [2021-03-23T15:49:04.549Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-23T15:49:04.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T15:49:04.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-23T15:49:05.026Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T15:49:05.126Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T15:49:06.433Z] $ docker top 324b2ea9592830b24577ecc0a1163153d4bd752e96415e0b7d517e7553e12e87 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:49:07.488Z] + docker-compose build --help [2021-03-23T15:49:07.488Z] + grep parallel [2021-03-23T15:49:08.907Z] --parallel Build images in parallel. [Pipeline] } [2021-03-23T15:49:08.924Z] $ docker stop --time=1 324b2ea9592830b24577ecc0a1163153d4bd752e96415e0b7d517e7553e12e87 [2021-03-23T15:49:10.585Z] $ docker rm -f 324b2ea9592830b24577ecc0a1163153d4bd752e96415e0b7d517e7553e12e87 [2021-03-23T15:49:10.833Z] ---> 74e658472e1d [2021-03-23T15:49:10.833Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-23T15:49:10.833Z] ---> 37fd32462c96 [2021-03-23T15:49:10.833Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-23T15:49:10.833Z] ---> b835afe45160 [2021-03-23T15:49:10.833Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-23T15:49:10.833Z] ---> Running in 8b8547131756 [2021-03-23T15:49:10.833Z] ---> ebb43b08d73a [2021-03-23T15:49:10.833Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-23T15:49:10.833Z] ---> 5da5b1407d2d [2021-03-23T15:49:10.833Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-23T15:49:10.833Z] ---> Running in 5ecdd22de2ff [2021-03-23T15:49:10.833Z] ---> Running in b83e86cfcd81 [2021-03-23T15:49:10.833Z] ---> Running in fae92e1f47e5 [2021-03-23T15:49:10.833Z] ---> Running in 3a60deb45ae6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:49:11.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T15:49:11.815Z] . [Pipeline] withDockerContainer [2021-03-23T15:49:13.467Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T15:49:13.560Z] $ 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/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T15:49:13.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-23T15:49:13.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-command/core-command ./cmd/core-command [2021-03-23T15:49:13.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-23T15:49:13.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-23T15:49:13.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-23T15:49:14.794Z] $ docker top 1f92942ed3a52463d555e8536ca6d8124ba026da81d21b10f700d497c8b9b78f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:49:15.963Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-23T15:49:17.773Z] Building docker-core-command-go ... [2021-03-23T15:49:17.773Z] Building docker-core-data-go ... [2021-03-23T15:49:17.773Z] Building docker-core-metadata-go ... [2021-03-23T15:49:17.773Z] Building docker-security-bootstrapper-go ... [2021-03-23T15:49:17.773Z] Building docker-security-proxy-setup-go ... [2021-03-23T15:49:17.773Z] Building docker-security-secretstore-setup-go ... [2021-03-23T15:49:17.773Z] Building docker-support-notifications-go ... [2021-03-23T15:49:17.773Z] Building docker-support-scheduler-go ... [2021-03-23T15:49:17.773Z] Building docker-sys-mgmt-agent-go ... [2021-03-23T15:49:17.773Z] Building docker-core-metadata-go [2021-03-23T15:49:17.773Z] Building docker-support-scheduler-go [2021-03-23T15:49:17.773Z] Building docker-security-secretstore-setup-go [2021-03-23T15:49:17.773Z] Building docker-core-command-go [2021-03-23T15:49:17.773Z] Building docker-security-bootstrapper-go [2021-03-23T15:50:40.900Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:50:40.900Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:50:40.900Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:50:40.900Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:50:40.900Z] ---> dbdc16d48ff1 [2021-03-23T15:50:40.900Z] Step 3/31 : WORKDIR /edgex-go [2021-03-23T15:50:40.900Z] ---> dbdc16d48ff1 [2021-03-23T15:50:40.900Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T15:50:40.900Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:50:40.900Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:50:40.900Z] ---> dbdc16d48ff1 [2021-03-23T15:50:40.900Z] Step 3/24 : WORKDIR /edgex-go [2021-03-23T15:50:40.900Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:50:40.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:50:40.900Z] ---> dbdc16d48ff1 [2021-03-23T15:50:40.900Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:50:40.900Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:50:40.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:50:40.900Z] ---> dbdc16d48ff1 [2021-03-23T15:50:40.900Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:50:40.900Z] ---> Running in d4e6f80bbba7 [2021-03-23T15:50:40.900Z] ---> Running in 052e34b4f1fc [2021-03-23T15:50:40.900Z] ---> Running in c293956b4d0f [2021-03-23T15:50:40.900Z] ---> Running in f80802e0b886 [2021-03-23T15:50:40.900Z] ---> Running in 045e94cb232f [2021-03-23T15:50:40.900Z] Removing intermediate container 052e34b4f1fc [2021-03-23T15:50:40.900Z] ---> 23ac632c9790 [2021-03-23T15:50:40.900Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:50:40.900Z] Removing intermediate container 045e94cb232f [2021-03-23T15:50:40.900Z] ---> 392095b3e3e5 [2021-03-23T15:50:40.900Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:50:40.900Z] Removing intermediate container d4e6f80bbba7 [2021-03-23T15:50:40.900Z] ---> c1b6040040fb [2021-03-23T15:50:40.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:50:40.900Z] Removing intermediate container f80802e0b886 [2021-03-23T15:50:40.900Z] ---> d8c16a774a75 [2021-03-23T15:50:40.900Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:50:40.900Z] Removing intermediate container c293956b4d0f [2021-03-23T15:50:40.900Z] ---> 10156876d2ed [2021-03-23T15:50:40.900Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:50:40.900Z] ---> Running in 7c1907337692 [2021-03-23T15:50:40.900Z] ---> Running in fcdba0985f30 [2021-03-23T15:50:40.900Z] ---> Running in 565fc8ac43c1 [2021-03-23T15:50:40.900Z] ---> Running in e023c43a2c54 [2021-03-23T15:50:40.900Z] ---> Running in e859608deb72 [2021-03-23T15:50:40.900Z] Removing intermediate container 565fc8ac43c1 [2021-03-23T15:50:40.900Z] ---> 78ce876d4709 [2021-03-23T15:50:40.900Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-23T15:50:40.900Z] Removing intermediate container e859608deb72 [2021-03-23T15:50:40.900Z] ---> 03f9dc913a1d [2021-03-23T15:50:40.900Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-23T15:50:40.900Z] ---> Running in 8c625186c640 [2021-03-23T15:50:40.900Z] ---> Running in d2f7bd6a8161 [2021-03-23T15:50:40.900Z] Removing intermediate container fcdba0985f30 [2021-03-23T15:50:40.900Z] ---> 50e016a20f2c [2021-03-23T15:50:40.900Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-23T15:50:40.900Z] Removing intermediate container e023c43a2c54 [2021-03-23T15:50:40.900Z] ---> f0acfb98a3fe [2021-03-23T15:50:40.900Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T15:50:40.900Z] Removing intermediate container 7c1907337692 [2021-03-23T15:50:40.900Z] ---> 96da3b31b085 [2021-03-23T15:50:40.900Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T15:50:40.900Z] ---> Running in 88f213647906 [2021-03-23T15:50:40.900Z] ---> Running in a0e5c26c6620 [2021-03-23T15:50:40.900Z] ---> Running in f529ed9dcb13 [2021-03-23T15:50:40.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:40.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:40.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:40.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:40.900Z] OK: 233 MiB in 51 packages [2021-03-23T15:50:40.900Z] OK: 233 MiB in 51 packages [2021-03-23T15:50:41.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:41.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:41.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:42.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:42.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:42.361Z] Removing intermediate container 8c625186c640 [2021-03-23T15:50:42.361Z] ---> acb7edc3caf2 [2021-03-23T15:50:42.361Z] Step 6/24 : COPY go.mod . [2021-03-23T15:50:42.361Z] Removing intermediate container d2f7bd6a8161 [2021-03-23T15:50:42.361Z] ---> 998f1dccf2f6 [2021-03-23T15:50:42.361Z] Step 6/31 : COPY go.mod . [2021-03-23T15:50:43.076Z] OK: 233 MiB in 51 packages [2021-03-23T15:50:43.076Z] OK: 233 MiB in 51 packages [2021-03-23T15:50:43.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:43.398Z] ---> f8dff5411a12 [2021-03-23T15:50:43.398Z] Step 7/31 : RUN go mod download [2021-03-23T15:50:43.398Z] ---> 082a54620129 [2021-03-23T15:50:43.398Z] Step 7/24 : RUN go mod download [2021-03-23T15:50:43.709Z] OK: 233 MiB in 51 packages [2021-03-23T15:50:43.709Z] ---> Running in 1538252d6dc5 [2021-03-23T15:50:43.999Z] ---> Running in 38591056b839 [2021-03-23T15:50:44.683Z] Removing intermediate container f529ed9dcb13 [2021-03-23T15:50:44.683Z] ---> f27dd04025b2 [2021-03-23T15:50:44.683Z] Step 6/23 : COPY go.mod . [2021-03-23T15:50:45.351Z] Removing intermediate container 88f213647906 [2021-03-23T15:50:45.351Z] ---> db7e42f74e7c [2021-03-23T15:50:45.351Z] Step 6/22 : COPY go.mod . [2021-03-23T15:50:45.722Z] ---> ca5d6f29ca2c [2021-03-23T15:50:45.722Z] Step 7/23 : RUN go mod download [2021-03-23T15:50:45.722Z] ---> Running in 143bebdb1917 [2021-03-23T15:50:46.394Z] ---> 2d589b9f586e [2021-03-23T15:50:46.394Z] Step 7/22 : RUN go mod download [2021-03-23T15:50:46.394Z] Removing intermediate container a0e5c26c6620 [2021-03-23T15:50:46.394Z] ---> 9e7813f53c25 [2021-03-23T15:50:46.394Z] Step 6/23 : COPY go.mod . [2021-03-23T15:50:47.389Z] ---> Running in 8a648f1e76dd [2021-03-23T15:50:47.654Z] ---> c40c0afa7b0d [2021-03-23T15:50:47.654Z] Step 7/23 : RUN go mod download [2021-03-23T15:50:47.939Z] ---> Running in f4edb2edfc1e [2021-03-23T15:50:50.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-23T15:50:52.425Z] Removing intermediate container 38591056b839 [2021-03-23T15:50:52.425Z] ---> 7f7550059d90 [2021-03-23T15:50:52.425Z] Step 8/31 : COPY . . [2021-03-23T15:50:52.425Z] Removing intermediate container 143bebdb1917 [2021-03-23T15:50:52.425Z] ---> 10e3d6159466 [2021-03-23T15:50:52.425Z] Step 8/23 : COPY . . [2021-03-23T15:50:52.425Z] Removing intermediate container 1538252d6dc5 [2021-03-23T15:50:52.425Z] ---> 7ed831f6a177 [2021-03-23T15:50:52.425Z] Step 8/24 : COPY . . [2021-03-23T15:50:52.425Z] Removing intermediate container 8a648f1e76dd [2021-03-23T15:50:52.425Z] ---> acb5a356e800 [2021-03-23T15:50:52.425Z] Step 8/22 : COPY . . [2021-03-23T15:50:52.787Z] Removing intermediate container f4edb2edfc1e [2021-03-23T15:50:52.787Z] ---> 5e7662be87d3 [2021-03-23T15:50:52.787Z] Step 8/23 : COPY . . [2021-03-23T15:50:57.403Z] Removing intermediate container 3a60deb45ae6 [2021-03-23T15:50:57.403Z] ---> 99fa8d814b42 [2021-03-23T15:50:57.403Z] [2021-03-23T15:50:57.403Z] Step 10/21 : FROM alpine:3.12 [2021-03-23T15:50:57.403Z] 3.12: Pulling from library/alpine [2021-03-23T15:50:58.854Z] Removing intermediate container 8b8547131756 [2021-03-23T15:50:58.854Z] ---> 3f98263d90e0 [2021-03-23T15:50:58.854Z] [2021-03-23T15:50:58.854Z] Step 10/31 : FROM alpine:3.12 [2021-03-23T15:50:59.127Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T15:50:59.127Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T15:50:59.127Z] ---> d10569e2745f [2021-03-23T15:50:59.127Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-23T15:50:59.127Z] 3.12: Pulling from library/alpine [2021-03-23T15:50:59.127Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T15:50:59.127Z] Status: Image is up to date for alpine:3.12 [2021-03-23T15:50:59.127Z] ---> d10569e2745f [2021-03-23T15:50:59.127Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-23T15:50:59.417Z] ---> Running in 0f5e144ca690 [2021-03-23T15:50:59.417Z] ---> Running in 24cb86c6938d [2021-03-23T15:51:00.423Z] Removing intermediate container 24cb86c6938d [2021-03-23T15:51:00.423Z] ---> 957b72320d50 [2021-03-23T15:51:00.423Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-23T15:51:00.696Z] ---> Running in f5566e4b5d45 [2021-03-23T15:51:01.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:51:01.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:51:02.569Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-23T15:51:02.569Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:51:02.569Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-23T15:51:02.849Z] (4/4) Installing curl (7.69.1-r3) [2021-03-23T15:51:02.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:51:02.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:51:02.849Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:51:02.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:51:03.129Z] OK: 7 MiB in 18 packages [2021-03-23T15:51:03.407Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-23T15:51:03.682Z] (2/2) Installing su-exec (0.2-r1) [2021-03-23T15:51:03.682Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:51:03.682Z] OK: 5 MiB in 16 packages [2021-03-23T15:51:06.436Z] Removing intermediate container f5566e4b5d45 [2021-03-23T15:51:06.436Z] ---> 3353e6fbbaff [2021-03-23T15:51:06.436Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-23T15:51:06.758Z] Removing intermediate container 0f5e144ca690 [2021-03-23T15:51:06.758Z] ---> 0b125017f711 [2021-03-23T15:51:06.758Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T15:51:06.758Z] ---> Running in 227bb2221817 [2021-03-23T15:51:07.071Z] ---> Running in 94655764ab03 [2021-03-23T15:51:08.653Z] Removing intermediate container 94655764ab03 [2021-03-23T15:51:08.653Z] ---> d042df26c481 [2021-03-23T15:51:08.653Z] Step 13/21 : WORKDIR /edgex [2021-03-23T15:51:08.653Z] Removing intermediate container 227bb2221817 [2021-03-23T15:51:08.653Z] ---> 0362b5a5cb17 [2021-03-23T15:51:08.653Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-23T15:51:09.278Z] ---> Running in 06c474304218 [2021-03-23T15:51:09.278Z] ---> Running in 19c5b247aa2e [2021-03-23T15:51:10.728Z] Removing intermediate container 19c5b247aa2e [2021-03-23T15:51:10.728Z] ---> a8ce1283e109 [2021-03-23T15:51:10.728Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-23T15:51:10.728Z] Removing intermediate container 06c474304218 [2021-03-23T15:51:10.728Z] ---> 6b68fc2434fb [2021-03-23T15:51:10.728Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-23T15:51:11.719Z] ---> Running in a9d79106cf4c [2021-03-23T15:51:11.719Z] Removing intermediate container 5ecdd22de2ff [2021-03-23T15:51:11.719Z] ---> 13a204fed6f6 [2021-03-23T15:51:11.719Z] [2021-03-23T15:51:11.719Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:51:11.719Z] ---> d10569e2745f [2021-03-23T15:51:11.719Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:51:12.321Z] ---> Running in 0a951f421c39 [2021-03-23T15:51:12.596Z] ---> f48e96a3ee87 [2021-03-23T15:51:12.596Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-23T15:51:12.870Z] Removing intermediate container b83e86cfcd81 [2021-03-23T15:51:12.870Z] ---> 469f984b0cd1 [2021-03-23T15:51:12.870Z] [2021-03-23T15:51:12.870Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T15:51:12.870Z] ---> d10569e2745f [2021-03-23T15:51:12.870Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-23T15:51:13.476Z] ---> Running in 689b63afee62 [2021-03-23T15:51:14.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:51:14.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:51:15.026Z] ---> 11a69eaa2f9e [2021-03-23T15:51:15.026Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-23T15:51:15.307Z] Removing intermediate container a9d79106cf4c [2021-03-23T15:51:15.307Z] ---> f2dfa70d0143 [2021-03-23T15:51:15.307Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-23T15:51:15.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:51:15.580Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T15:51:15.580Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:51:15.580Z] OK: 5 MiB in 15 packages [2021-03-23T15:51:15.580Z] ---> Running in af42848c7b25 [2021-03-23T15:51:15.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:51:16.858Z] Removing intermediate container af42848c7b25 [2021-03-23T15:51:16.858Z] ---> 27498ea6ebcd [2021-03-23T15:51:16.858Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-23T15:51:16.858Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-23T15:51:16.858Z] ---> 98ab180542f0 [2021-03-23T15:51:16.858Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-23T15:51:17.150Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-23T15:51:17.150Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:51:17.150Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:51:17.421Z] OK: 6 MiB in 16 packages [2021-03-23T15:51:17.421Z] ---> Running in 0a5e9afee7ae [2021-03-23T15:51:18.021Z] Removing intermediate container 0a951f421c39 [2021-03-23T15:51:18.021Z] ---> a2d98d5507dc [2021-03-23T15:51:18.021Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:51:18.021Z] ---> 4ac9ff27dc75 [2021-03-23T15:51:18.021Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-23T15:51:18.620Z] ---> Running in 8e5139034036 [2021-03-23T15:51:18.620Z] ---> Running in cd6aeb354195 [2021-03-23T15:51:19.222Z] Removing intermediate container 0a5e9afee7ae [2021-03-23T15:51:19.222Z] ---> 857548587e12 [2021-03-23T15:51:19.222Z] Step 18/21 : CMD ["--init=true"] [2021-03-23T15:51:19.498Z] Removing intermediate container fae92e1f47e5 [2021-03-23T15:51:19.498Z] ---> 4da97f2f9d14 [2021-03-23T15:51:19.498Z] [2021-03-23T15:51:19.498Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:51:19.498Z] ---> d10569e2745f [2021-03-23T15:51:19.498Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:51:19.498Z] ---> Using cache [2021-03-23T15:51:19.498Z] ---> a2d98d5507dc [2021-03-23T15:51:19.498Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:51:19.498Z] ---> Using cache [2021-03-23T15:51:19.498Z] ---> 08d5f219eb22 [2021-03-23T15:51:19.498Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-23T15:51:19.776Z] ---> Running in 5e81b117fc37 [2021-03-23T15:51:19.776Z] Removing intermediate container cd6aeb354195 [2021-03-23T15:51:19.776Z] ---> 08d5f219eb22 [2021-03-23T15:51:19.776Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-23T15:51:19.776Z] ---> Running in 9036d5f94701 [2021-03-23T15:51:20.053Z] Removing intermediate container 689b63afee62 [2021-03-23T15:51:20.053Z] ---> 5a0ed8e098b8 [2021-03-23T15:51:20.053Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:51:20.053Z] ---> Running in 35c0cc9f8664 [2021-03-23T15:51:20.326Z] ---> Running in 9d79283a35d8 [2021-03-23T15:51:20.326Z] Removing intermediate container 9036d5f94701 [2021-03-23T15:51:20.326Z] ---> 87e72dbef938 [2021-03-23T15:51:20.326Z] Removing intermediate container 5e81b117fc37 [2021-03-23T15:51:20.326Z] ---> a7344410674f [2021-03-23T15:51:20.326Z] Step 19/21 : LABEL arch=arm64 [2021-03-23T15:51:20.326Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T15:51:20.924Z] Removing intermediate container 35c0cc9f8664 [2021-03-23T15:51:20.924Z] ---> 3e5860e777d5 [2021-03-23T15:51:20.924Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T15:51:20.924Z] ---> Running in afa6bbcc400a [2021-03-23T15:51:20.924Z] ---> Running in 4a1170c06c22 [2021-03-23T15:51:20.924Z] Removing intermediate container 9d79283a35d8 [2021-03-23T15:51:20.924Z] ---> e5603c494fe7 [2021-03-23T15:51:20.924Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-23T15:51:21.202Z] ---> Running in 7901c0ec3860 [2021-03-23T15:51:21.202Z] ---> Running in 763e263e830c [2021-03-23T15:51:21.478Z] Removing intermediate container afa6bbcc400a [2021-03-23T15:51:21.478Z] ---> 598460dacbd0 [2021-03-23T15:51:21.478Z] Step 15/23 : WORKDIR / [2021-03-23T15:51:21.478Z] Removing intermediate container 4a1170c06c22 [2021-03-23T15:51:21.478Z] ---> 8a63019be329 [2021-03-23T15:51:21.750Z] Step 20/21 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:51:21.750Z] ---> Running in 30d8b3bf6ee0 [2021-03-23T15:51:21.750Z] Removing intermediate container 7901c0ec3860 [2021-03-23T15:51:21.750Z] ---> 58126d040341 [2021-03-23T15:51:21.750Z] Step 15/23 : WORKDIR / [2021-03-23T15:51:21.750Z] Removing intermediate container 8e5139034036 [2021-03-23T15:51:21.750Z] ---> 9b1b0f532876 [2021-03-23T15:51:21.750Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:51:22.026Z] ---> Running in 4cf951055949 [2021-03-23T15:51:22.026Z] Removing intermediate container 763e263e830c [2021-03-23T15:51:22.026Z] ---> 318a603888bb [2021-03-23T15:51:22.026Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T15:51:22.026Z] ---> Running in 2e163bbe0956 [2021-03-23T15:51:22.305Z] ---> Running in a4ca50f6008d [2021-03-23T15:51:22.583Z] Removing intermediate container 30d8b3bf6ee0 [2021-03-23T15:51:22.583Z] ---> c38ca8247bf6 [2021-03-23T15:51:22.583Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:51:22.583Z] Removing intermediate container 4cf951055949 [2021-03-23T15:51:22.583Z] ---> f3599f303c88 [2021-03-23T15:51:22.583Z] Step 21/21 : LABEL version=2.0.0-dev.140 [2021-03-23T15:51:22.859Z] ---> Running in 9116ca8ae9da [2021-03-23T15:51:22.859Z] Removing intermediate container 2e163bbe0956 [2021-03-23T15:51:22.859Z] ---> 29a0a9dae404 [2021-03-23T15:51:22.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:51:23.132Z] ---> 5a87159c56f1 [2021-03-23T15:51:23.132Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-23T15:51:23.132Z] Removing intermediate container a4ca50f6008d [2021-03-23T15:51:23.132Z] ---> b93e55e4fda1 [2021-03-23T15:51:23.132Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:51:23.427Z] ---> dd34bd2c5ca6 [2021-03-23T15:51:23.427Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-23T15:51:23.755Z] Removing intermediate container 9116ca8ae9da [2021-03-23T15:51:23.755Z] ---> fa1ada24438e [2021-03-23T15:51:23.755Z] [2021-03-23T15:51:24.048Z] Successfully built fa1ada24438e [2021-03-23T15:51:24.354Z] ---> 9fde306dcda1 [2021-03-23T15:51:24.354Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-23T15:51:24.354Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-23T15:51:24.354Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-23T15:51:24.659Z] ---> 227bdb1dd07e [2021-03-23T15:51:24.659Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-23T15:51:25.270Z] ---> a31c12375c1f [2021-03-23T15:51:25.270Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-23T15:51:26.281Z] ---> 7abed1468a77 [2021-03-23T15:51:26.281Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-23T15:51:27.265Z] ---> 5841c38f5adb [2021-03-23T15:51:27.265Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-23T15:51:27.265Z] ---> 4be65213882a [2021-03-23T15:51:27.545Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-23T15:51:27.545Z] ---> 1123dc367ebc [2021-03-23T15:51:27.545Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-23T15:51:27.545Z] ---> 38f3b51ca1b5 [2021-03-23T15:51:27.545Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-23T15:51:27.826Z] ---> Running in afcb85707857 [2021-03-23T15:51:28.827Z] ---> e3f854670eb8 [2021-03-23T15:51:28.827Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-23T15:51:28.827Z] ---> e0c53e6d7823 [2021-03-23T15:51:28.827Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-23T15:51:28.827Z] Removing intermediate container afcb85707857 [2021-03-23T15:51:28.827Z] ---> 650852a13284 [2021-03-23T15:51:28.827Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:51:28.827Z] ---> 6d05250e61e3 [2021-03-23T15:51:28.827Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-23T15:51:28.827Z] ---> Running in 8dc08b1ec288 [2021-03-23T15:51:28.827Z] ---> Running in 161ac993203b [2021-03-23T15:51:29.108Z] ---> Running in 5ac70c77e9de [2021-03-23T15:51:29.722Z] ---> d3b02ae6b595 [2021-03-23T15:51:29.722Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-23T15:51:30.006Z] Removing intermediate container 5ac70c77e9de [2021-03-23T15:51:30.006Z] ---> 03cfdd0af351 [2021-03-23T15:51:30.006Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:51:30.006Z] Removing intermediate container 161ac993203b [2021-03-23T15:51:30.006Z] ---> 587fa31a4b77 [2021-03-23T15:51:30.006Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T15:51:30.006Z] Removing intermediate container 8dc08b1ec288 [2021-03-23T15:51:30.006Z] ---> 6aca1dc10c29 [2021-03-23T15:51:30.006Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:51:30.300Z] ---> Running in 077b2d4a5b0e [2021-03-23T15:51:30.574Z] ---> Running in b886de36d78e [2021-03-23T15:51:30.574Z] ---> Running in 3289c4faf6ac [2021-03-23T15:51:30.574Z] ---> Running in a2bbe4434fb4 [2021-03-23T15:51:31.178Z] Removing intermediate container 077b2d4a5b0e [2021-03-23T15:51:31.178Z] ---> b768542374ba [2021-03-23T15:51:31.178Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-23T15:51:31.452Z] Removing intermediate container b886de36d78e [2021-03-23T15:51:31.452Z] ---> 27a283354def [2021-03-23T15:51:31.452Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T15:51:32.052Z] Removing intermediate container a2bbe4434fb4 [2021-03-23T15:51:32.052Z] ---> 024198d12470 [2021-03-23T15:51:32.052Z] Step 22/23 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:51:32.052Z] Removing intermediate container 3289c4faf6ac [2021-03-23T15:51:32.052Z] ---> d3915803d106 [2021-03-23T15:51:32.052Z] Step 20/22 : LABEL arch=arm64 [2021-03-23T15:51:32.334Z] ---> Running in 7eccca6b00dd [2021-03-23T15:51:33.109Z] ---> 8ceb547a682f [2021-03-23T15:51:33.109Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-23T15:51:33.109Z] ---> Running in 2df7a2e31185 [2021-03-23T15:51:33.383Z] ---> Running in cdb7093b6480 [2021-03-23T15:51:34.369Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:51:34.369Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:51:34.369Z] ---> bf99f57d9139 [2021-03-23T15:51:34.369Z] Step 3/24 : WORKDIR /edgex-go [2021-03-23T15:51:34.369Z] ---> Using cache [2021-03-23T15:51:34.369Z] ---> bcc5d0d20189 [2021-03-23T15:51:34.369Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:51:34.369Z] ---> Using cache [2021-03-23T15:51:34.369Z] ---> 056ba2fb575e [2021-03-23T15:51:34.369Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-23T15:51:34.369Z] ---> Using cache [2021-03-23T15:51:34.369Z] ---> 1775a83dd357 [2021-03-23T15:51:34.369Z] Step 6/24 : COPY go.mod . [2021-03-23T15:51:34.369Z] ---> Using cache [2021-03-23T15:51:34.369Z] ---> 0c54479d88d5 [2021-03-23T15:51:34.369Z] Step 7/24 : RUN go mod download [2021-03-23T15:51:34.369Z] ---> Using cache [2021-03-23T15:51:34.369Z] ---> b9a6ea156c66 [2021-03-23T15:51:34.369Z] Step 8/24 : COPY . . [2021-03-23T15:51:34.369Z] ---> Running in 143859b63cee [2021-03-23T15:51:34.369Z] Removing intermediate container 7eccca6b00dd [2021-03-23T15:51:34.369Z] ---> c34b88a5b447 [2021-03-23T15:51:34.369Z] Step 22/23 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:51:34.369Z] ---> Using cache [2021-03-23T15:51:34.369Z] ---> 5da5b1407d2d [2021-03-23T15:51:34.369Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-23T15:51:34.645Z] Removing intermediate container 2df7a2e31185 [2021-03-23T15:51:34.645Z] ---> 8f6be276eac3 [2021-03-23T15:51:34.645Z] Step 23/23 : LABEL version=2.0.0-dev.140 [2021-03-23T15:51:34.645Z] Removing intermediate container cdb7093b6480 [2021-03-23T15:51:34.645Z] ---> 968815ec7807 [2021-03-23T15:51:34.645Z] Step 21/22 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:51:34.919Z] ---> Running in b563d5da8211 [2021-03-23T15:51:34.919Z] ---> Running in 967388a409bf [2021-03-23T15:51:35.192Z] ---> Running in 7a5ad3e3296f [2021-03-23T15:51:35.192Z] ---> Running in bde13ea06b77 [2021-03-23T15:51:35.796Z] Removing intermediate container b563d5da8211 [2021-03-23T15:51:35.796Z] ---> 9243ea3900a2 [2021-03-23T15:51:35.796Z] Step 23/23 : LABEL version=2.0.0-dev.140 [2021-03-23T15:51:35.796Z] ---> Running in 9145ee6d0aca [2021-03-23T15:51:36.083Z] Removing intermediate container 7a5ad3e3296f [2021-03-23T15:51:36.083Z] ---> 45ebd34f54b7 [2021-03-23T15:51:36.083Z] Step 22/22 : LABEL version=2.0.0-dev.140 [2021-03-23T15:51:36.083Z] Removing intermediate container bde13ea06b77 [2021-03-23T15:51:36.083Z] ---> 9f46c977c84c [2021-03-23T15:51:36.083Z] [2021-03-23T15:51:36.357Z] ---> Running in 43e31e3c7880 [2021-03-23T15:51:36.357Z] Successfully built 9f46c977c84c [2021-03-23T15:51:36.357Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-23T15:51:36.357Z] Building docker-support-scheduler-go [2021-03-23T15:51:36.629Z]  Building docker-core-metadata-go ... done Removing intermediate container 9145ee6d0aca [2021-03-23T15:51:36.629Z] ---> f20b5623e055 [2021-03-23T15:51:36.629Z] [2021-03-23T15:51:36.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-23T15:51:37.246Z] Successfully built f20b5623e055 [2021-03-23T15:51:37.246Z] Removing intermediate container 43e31e3c7880 [2021-03-23T15:51:37.246Z] ---> 7008a81ea108 [2021-03-23T15:51:37.246Z] [2021-03-23T15:51:37.246Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-23T15:51:37.246Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-23T15:51:37.518Z] Removing intermediate container 143859b63cee [2021-03-23T15:51:37.518Z] ---> 4814b5cefe1a [2021-03-23T15:51:37.518Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-23T15:51:37.518Z] Successfully built 7008a81ea108 [2021-03-23T15:51:37.789Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-23T15:51:37.789Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-23T15:51:38.061Z] ---> Running in bd05053f74cd [2021-03-23T15:51:38.664Z] Removing intermediate container bd05053f74cd [2021-03-23T15:51:38.664Z] ---> 37e1cffea5fc [2021-03-23T15:51:38.664Z] Step 28/31 : CMD ["gate"] [2021-03-23T15:51:39.265Z] ---> Running in 6ff20e6763a2 [2021-03-23T15:51:39.861Z] Removing intermediate container 6ff20e6763a2 [2021-03-23T15:51:39.861Z] ---> 89ccd6c5b862 [2021-03-23T15:51:39.861Z] Step 29/31 : LABEL arch=arm64 [2021-03-23T15:51:40.460Z] ---> Running in 84b6b53f2159 [2021-03-23T15:51:41.446Z] Removing intermediate container 84b6b53f2159 [2021-03-23T15:51:41.446Z] ---> 9d284c996c1a [2021-03-23T15:51:41.446Z] Step 30/31 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:51:42.941Z] ---> Running in 1d6de4c69180 [2021-03-23T15:51:44.383Z] Removing intermediate container 1d6de4c69180 [2021-03-23T15:51:44.383Z] ---> 46a0f3c630d5 [2021-03-23T15:51:44.383Z] Step 31/31 : LABEL version=2.0.0-dev.140 [2021-03-23T15:51:45.845Z] ---> Running in ab62ef986cf8 [2021-03-23T15:51:46.837Z] Removing intermediate container ab62ef986cf8 [2021-03-23T15:51:46.837Z] ---> 00dd2bd1d57c [2021-03-23T15:51:46.837Z] [2021-03-23T15:51:47.113Z] Successfully built 00dd2bd1d57c [2021-03-23T15:51:47.113Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-23T15:52:05.441Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:52:05.441Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:52:05.441Z] ---> bf99f57d9139 [2021-03-23T15:52:05.441Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T15:52:05.441Z] ---> Using cache [2021-03-23T15:52:05.441Z] ---> bcc5d0d20189 [2021-03-23T15:52:05.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:52:05.441Z] ---> Using cache [2021-03-23T15:52:05.441Z] ---> 056ba2fb575e [2021-03-23T15:52:05.441Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-23T15:52:05.441Z] ---> Using cache [2021-03-23T15:52:05.441Z] ---> 1775a83dd357 [2021-03-23T15:52:05.441Z] Step 6/22 : COPY go.mod . [2021-03-23T15:52:05.441Z] ---> Using cache [2021-03-23T15:52:05.441Z] ---> 0c54479d88d5 [2021-03-23T15:52:05.441Z] Step 7/22 : RUN go mod download [2021-03-23T15:52:05.441Z] ---> Using cache [2021-03-23T15:52:05.441Z] ---> b9a6ea156c66 [2021-03-23T15:52:05.441Z] Step 8/22 : COPY . . [2021-03-23T15:52:05.441Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:52:05.441Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:52:05.441Z] ---> bf99f57d9139 [2021-03-23T15:52:05.441Z] Step 3/26 : WORKDIR /edgex-go [2021-03-23T15:52:05.441Z] ---> Using cache [2021-03-23T15:52:05.441Z] ---> bcc5d0d20189 [2021-03-23T15:52:05.441Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:52:05.441Z] ---> Using cache [2021-03-23T15:52:05.441Z] ---> 056ba2fb575e [2021-03-23T15:52:05.441Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-23T15:52:05.441Z] ---> Using cache [2021-03-23T15:52:05.441Z] ---> 5da5b1407d2d [2021-03-23T15:52:05.442Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-23T15:52:05.442Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:52:05.442Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:52:05.442Z] ---> bf99f57d9139 [2021-03-23T15:52:05.442Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:52:05.442Z] ---> Using cache [2021-03-23T15:52:05.442Z] ---> bcc5d0d20189 [2021-03-23T15:52:05.442Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:52:05.442Z] ---> Using cache [2021-03-23T15:52:05.442Z] ---> 056ba2fb575e [2021-03-23T15:52:05.442Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-23T15:52:07.421Z] ---> Running in a0c14043b483 [2021-03-23T15:52:07.421Z] ---> Running in 52cd98edbce6 [2021-03-23T15:52:07.421Z] ---> Running in 14d06a5703b4 [2021-03-23T15:52:08.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-23T15:52:08.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:52:09.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:52:09.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-23T15:52:09.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:52:09.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:52:10.575Z] OK: 217 MiB in 51 packages [2021-03-23T15:52:10.848Z] OK: 217 MiB in 51 packages [2021-03-23T15:52:12.834Z] Removing intermediate container 52cd98edbce6 [2021-03-23T15:52:12.834Z] ---> 91be61d8ccfd [2021-03-23T15:52:12.834Z] Step 6/26 : COPY go.mod . [2021-03-23T15:52:12.834Z] Removing intermediate container 14d06a5703b4 [2021-03-23T15:52:12.834Z] ---> 87f35cfadbed [2021-03-23T15:52:12.834Z] Step 6/23 : COPY go.mod . [2021-03-23T15:52:13.821Z] ---> 6fc315ba9147 [2021-03-23T15:52:13.822Z] Step 7/26 : RUN go mod download [2021-03-23T15:52:14.099Z] ---> Running in d7c04c5c290e [2021-03-23T15:52:14.099Z] ---> 3847a6090168 [2021-03-23T15:52:14.099Z] Step 7/23 : RUN go mod download [2021-03-23T15:52:14.376Z] ---> Running in 8984f0e2493c [2021-03-23T15:52:19.793Z] Removing intermediate container d7c04c5c290e [2021-03-23T15:52:19.793Z] ---> 1a1825e88ade [2021-03-23T15:52:19.793Z] Step 8/26 : COPY . . [2021-03-23T15:52:19.793Z] Removing intermediate container 8984f0e2493c [2021-03-23T15:52:19.793Z] ---> 4dd4d9e9d5ea [2021-03-23T15:52:19.793Z] Step 8/23 : COPY . . [2021-03-23T15:52:25.213Z] Removing intermediate container 967388a409bf [2021-03-23T15:52:25.213Z] ---> e55ffbd638ba [2021-03-23T15:52:25.213Z] [2021-03-23T15:52:25.213Z] Step 10/24 : FROM alpine:3.12 [2021-03-23T15:52:25.213Z] ---> d10569e2745f [2021-03-23T15:52:25.213Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-23T15:52:25.487Z] ---> Running in 8a98dfbf74b7 [2021-03-23T15:52:28.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:52:28.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:52:28.979Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-23T15:52:28.979Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:52:28.979Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-23T15:52:29.305Z] (4/5) Installing curl (7.69.1-r3) [2021-03-23T15:52:29.305Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-23T15:52:29.305Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:52:29.305Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:52:29.617Z] OK: 7 MiB in 19 packages [2021-03-23T15:52:30.121Z] ---> e689b6f9204c [2021-03-23T15:52:30.121Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-23T15:52:30.121Z] ---> 04305179b660 [2021-03-23T15:52:30.121Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-23T15:52:30.121Z] ---> ee388b7bac78 [2021-03-23T15:52:30.121Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-23T15:52:30.121Z] ---> 1bddf9f09871 [2021-03-23T15:52:30.121Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-23T15:52:30.121Z] ---> Running in c9f124da8437 [2021-03-23T15:52:30.121Z] ---> Running in 14a1a48f8164 [2021-03-23T15:52:30.121Z] ---> Running in f62a16c9a3a9 [2021-03-23T15:52:30.121Z] ---> Running in 57939c4280c5 [2021-03-23T15:52:30.121Z] ---> f9699c6547ab [2021-03-23T15:52:30.121Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-23T15:52:30.121Z] ---> Running in 45800da44065 [2021-03-23T15:52:30.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-23T15:52:30.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-command/core-command ./cmd/core-command [2021-03-23T15:52:30.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-23T15:52:30.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-23T15:52:30.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-23T15:52:33.950Z] Removing intermediate container 8a98dfbf74b7 [2021-03-23T15:52:33.950Z] ---> 827d4565ac57 [2021-03-23T15:52:33.950Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T15:52:33.950Z] ---> Running in 59b286dde572 [2021-03-23T15:52:34.557Z] Removing intermediate container 59b286dde572 [2021-03-23T15:52:34.557Z] ---> 56d3b2b75b45 [2021-03-23T15:52:34.557Z] Step 13/24 : WORKDIR / [2021-03-23T15:52:34.832Z] ---> Running in e22aebe9dafd [2021-03-23T15:52:35.833Z] Removing intermediate container e22aebe9dafd [2021-03-23T15:52:35.833Z] ---> 016ed21c9f42 [2021-03-23T15:52:35.833Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-23T15:52:37.811Z] ---> 66dd67e565c9 [2021-03-23T15:52:37.811Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-23T15:52:39.295Z] ---> b65aa295590d [2021-03-23T15:52:39.295Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-23T15:52:39.573Z] ---> 2fc5ab9f6409 [2021-03-23T15:52:39.574Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-23T15:52:39.863Z] ---> Running in 4eb110c8cc9d [2021-03-23T15:52:40.149Z] ---> 876439af92d4 [2021-03-23T15:52:40.149Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-23T15:52:40.429Z] ---> Running in e3f207e394d3 [2021-03-23T15:52:41.033Z] ---> 48a6acfe1d01 [2021-03-23T15:52:41.033Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-23T15:52:42.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-23T15:52:42.759Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-data/core-data ./cmd/core-data [2021-03-23T15:52:43.373Z] ---> 46be91941e91 [2021-03-23T15:52:43.373Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-23T15:52:44.819Z] ---> a5a037d574ff [2021-03-23T15:52:44.820Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-23T15:52:45.827Z] ---> 69d3c3f426b5 [2021-03-23T15:52:45.827Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-23T15:52:46.103Z] ---> Running in 850ec2ca62b7 [2021-03-23T15:52:49.511Z] Removing intermediate container 850ec2ca62b7 [2021-03-23T15:52:49.511Z] ---> 77a062fefb3c [2021-03-23T15:52:49.511Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-23T15:52:49.784Z] ---> Running in 7b1815ec237e [2021-03-23T15:52:50.389Z] Removing intermediate container 7b1815ec237e [2021-03-23T15:52:50.389Z] ---> 4232c4623fb3 [2021-03-23T15:52:50.389Z] Step 22/24 : LABEL arch=arm64 [2021-03-23T15:52:50.389Z] ---> Running in a4169f2f6bf1 [2021-03-23T15:52:51.004Z] Removing intermediate container a4169f2f6bf1 [2021-03-23T15:52:51.004Z] ---> 5c7a56e51d85 [2021-03-23T15:52:51.004Z] Step 23/24 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:52:51.302Z] ---> Running in e055aa67ba0b [2021-03-23T15:52:51.901Z] Removing intermediate container e055aa67ba0b [2021-03-23T15:52:51.901Z] ---> e6614ec1f610 [2021-03-23T15:52:51.901Z] Step 24/24 : LABEL version=2.0.0-dev.140 [2021-03-23T15:52:51.901Z] ---> Running in 0589bf99a75b [2021-03-23T15:52:52.884Z] Removing intermediate container 0589bf99a75b [2021-03-23T15:52:52.884Z] ---> 7c9743c48e73 [2021-03-23T15:52:52.884Z] [2021-03-23T15:52:52.884Z] Successfully built 7c9743c48e73 [2021-03-23T15:52:52.884Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-23T15:53:15.065Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a0c14043b483 [2021-03-23T15:53:15.065Z] ---> 45400c247d6d [2021-03-23T15:53:15.065Z] [2021-03-23T15:53:15.065Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T15:53:15.065Z] ---> d10569e2745f [2021-03-23T15:53:15.065Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:53:15.065Z] ---> Using cache [2021-03-23T15:53:15.065Z] ---> a2d98d5507dc [2021-03-23T15:53:15.065Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:53:15.065Z] ---> Using cache [2021-03-23T15:53:15.065Z] ---> 08d5f219eb22 [2021-03-23T15:53:15.065Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-23T15:53:15.065Z] ---> Running in 5e4bde5a9643 [2021-03-23T15:53:15.065Z] Removing intermediate container 5e4bde5a9643 [2021-03-23T15:53:15.065Z] ---> 5ad250d0acc8 [2021-03-23T15:53:15.065Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T15:53:15.065Z] ---> Running in eae452f30ddf [2021-03-23T15:53:15.343Z] Removing intermediate container eae452f30ddf [2021-03-23T15:53:15.343Z] ---> 64aabea2ef7f [2021-03-23T15:53:15.343Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:53:16.348Z] ---> 55b9b94331ea [2021-03-23T15:53:16.348Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-23T15:53:18.342Z] ---> 0fc7c312dd51 [2021-03-23T15:53:18.342Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-23T15:53:19.330Z] ---> 4d205bae6164 [2021-03-23T15:53:19.330Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-23T15:53:19.330Z] ---> Running in e550e8c3605d [2021-03-23T15:53:20.315Z] Removing intermediate container e550e8c3605d [2021-03-23T15:53:20.315Z] ---> 389cd265b9b8 [2021-03-23T15:53:20.315Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:53:20.315Z] ---> Running in b200698db02e [2021-03-23T15:53:20.919Z] Removing intermediate container b200698db02e [2021-03-23T15:53:20.919Z] ---> 66246d0531b1 [2021-03-23T15:53:20.919Z] Step 20/22 : LABEL arch=arm64 [2021-03-23T15:53:20.919Z] ---> Running in cb5021c80b76 [2021-03-23T15:53:21.911Z] Removing intermediate container cb5021c80b76 [2021-03-23T15:53:21.911Z] ---> ddbb4a2785a6 [2021-03-23T15:53:21.911Z] Step 21/22 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:53:21.911Z] ---> Running in 1315f69f3ed6 [2021-03-23T15:53:22.510Z] Removing intermediate container 1315f69f3ed6 [2021-03-23T15:53:22.510Z] ---> c7ad84f0d0c3 [2021-03-23T15:53:22.510Z] Step 22/22 : LABEL version=2.0.0-dev.140 [2021-03-23T15:53:22.787Z] ---> Running in a6c7fde9c6d9 [2021-03-23T15:53:23.390Z] Removing intermediate container a6c7fde9c6d9 [2021-03-23T15:53:23.390Z] ---> d44dba186a08 [2021-03-23T15:53:23.390Z] [2021-03-23T15:53:23.666Z] Successfully built d44dba186a08 [2021-03-23T15:53:23.666Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-23T15:53:28.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-23T15:53:42.002Z]  Building docker-support-scheduler-go ... done Removing intermediate container 4eb110c8cc9d [2021-03-23T15:53:42.002Z] ---> dd3bb67877ac [2021-03-23T15:53:42.002Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-23T15:53:42.277Z] ---> Running in 9a8294625e0c [2021-03-23T15:53:43.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-23T15:53:44.694Z] Removing intermediate container 14a1a48f8164 [2021-03-23T15:53:44.694Z] ---> 6c289f63b58e [2021-03-23T15:53:44.694Z] [2021-03-23T15:53:44.694Z] Step 10/31 : FROM alpine:3.12 [2021-03-23T15:53:44.694Z] 3.12: Pulling from library/alpine [2021-03-23T15:53:46.656Z] Removing intermediate container 9a8294625e0c [2021-03-23T15:53:46.656Z] ---> e4df99ec9683 [2021-03-23T15:53:46.656Z] [2021-03-23T15:53:46.656Z] Step 11/26 : FROM docker:20.10.0 [2021-03-23T15:53:46.656Z] 20.10.0: Pulling from library/docker [2021-03-23T15:53:47.872Z] Removing intermediate container 57939c4280c5 [2021-03-23T15:53:47.872Z] ---> 0a5512167294 [2021-03-23T15:53:47.872Z] [2021-03-23T15:53:47.872Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:53:47.872Z] 3.12: Pulling from library/alpine [2021-03-23T15:53:47.872Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T15:53:47.872Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T15:53:47.872Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T15:53:47.872Z] ---> 88dd2752d2ea [2021-03-23T15:53:47.872Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:53:47.872Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T15:53:47.872Z] ---> 88dd2752d2ea [2021-03-23T15:53:47.872Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-23T15:53:49.310Z] Removing intermediate container c9f124da8437 [2021-03-23T15:53:49.310Z] ---> 6fe503d68387 [2021-03-23T15:53:49.310Z] [2021-03-23T15:53:49.310Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T15:53:49.310Z] ---> 88dd2752d2ea [2021-03-23T15:53:49.310Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:53:50.567Z] ---> Running in 8694278618ae [2021-03-23T15:53:50.567Z] ---> Running in 674cfb33abba [2021-03-23T15:53:50.567Z] ---> Running in 1898d74f3e63 [2021-03-23T15:53:50.567Z] Removing intermediate container 45800da44065 [2021-03-23T15:53:50.567Z] ---> 1abbd6067b6e [2021-03-23T15:53:50.567Z] [2021-03-23T15:53:50.567Z] Step 10/24 : FROM alpine:3.12 [2021-03-23T15:53:50.567Z] ---> 88dd2752d2ea [2021-03-23T15:53:50.567Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-23T15:53:52.617Z] ---> Running in e5a1f9e7d28b [2021-03-23T15:53:52.617Z] Removing intermediate container 8694278618ae [2021-03-23T15:53:52.617Z] ---> 25e9bdec02e1 [2021-03-23T15:53:52.617Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-23T15:53:52.915Z] Removing intermediate container f62a16c9a3a9 [2021-03-23T15:53:52.915Z] ---> 9de8fd6c226f [2021-03-23T15:53:52.915Z] [2021-03-23T15:53:52.915Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:53:52.915Z] ---> 88dd2752d2ea [2021-03-23T15:53:52.915Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:53:52.915Z] ---> Running in 515b377b51ed [2021-03-23T15:53:53.208Z] ---> Running in 71d3d13bcbb8 [2021-03-23T15:53:54.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:54.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:54.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:54.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:54.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:54.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:54.726Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T15:53:54.726Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:53:54.726Z] OK: 6 MiB in 15 packages [2021-03-23T15:53:54.950Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-23T15:53:54.950Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-23T15:53:54.950Z] ---> eeaf43b92773 [2021-03-23T15:53:54.950Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-23T15:53:55.130Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T15:53:55.130Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:53:55.130Z] OK: 6 MiB in 15 packages [2021-03-23T15:53:55.130Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-23T15:53:55.130Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:53:55.130Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-23T15:53:55.130Z] (4/5) Installing curl (7.69.1-r3) [2021-03-23T15:53:55.130Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-23T15:53:55.130Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:53:55.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:55.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:55.130Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:53:55.222Z] ---> Running in 8f3dfbfdaa81 [2021-03-23T15:53:55.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:55.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:53:55.463Z] OK: 7 MiB in 19 packages [2021-03-23T15:53:55.774Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-23T15:53:55.774Z] (2/2) Installing su-exec (0.2-r1) [2021-03-23T15:53:55.774Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:53:55.774Z] OK: 6 MiB in 16 packages [2021-03-23T15:53:55.774Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T15:53:55.820Z] Removing intermediate container e3f207e394d3 [2021-03-23T15:53:55.820Z] ---> 7c6825734d40 [2021-03-23T15:53:55.820Z] [2021-03-23T15:53:55.820Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:53:55.820Z] ---> d10569e2745f [2021-03-23T15:53:55.820Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-23T15:53:55.820Z] ---> Running in 2489e87debf6 [2021-03-23T15:53:56.073Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:53:56.073Z] OK: 6 MiB in 15 packages [2021-03-23T15:53:56.413Z] Removing intermediate container 2489e87debf6 [2021-03-23T15:53:56.413Z] ---> 78564d267bf4 [2021-03-23T15:53:56.413Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-23T15:53:56.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:53:56.413Z] ---> Running in 52e450fab7bd [2021-03-23T15:53:56.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:53:56.961Z] Removing intermediate container 52e450fab7bd [2021-03-23T15:53:56.961Z] ---> 5b67aa8af891 [2021-03-23T15:53:56.961Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-23T15:53:56.961Z] ---> Running in 16c6e0023f50 [2021-03-23T15:53:57.235Z] (1/2) Installing readline (8.0.4-r0) [2021-03-23T15:53:57.236Z] (2/2) Installing bash (5.0.17-r0) [2021-03-23T15:53:57.236Z] Executing bash-5.0.17-r0.post-install [2021-03-23T15:53:57.236Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:53:57.236Z] OK: 12 MiB in 22 packages [2021-03-23T15:53:57.512Z] Removing intermediate container 16c6e0023f50 [2021-03-23T15:53:57.512Z] ---> 4cec14efd1a5 [2021-03-23T15:53:57.512Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:53:57.512Z] ---> Running in fc729718beee [2021-03-23T15:53:57.578Z] Removing intermediate container 674cfb33abba [2021-03-23T15:53:57.578Z] ---> 5ad505c0db80 [2021-03-23T15:53:57.578Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:53:58.104Z] ---> Running in ab7759cbee38 [2021-03-23T15:53:58.713Z] Removing intermediate container 1898d74f3e63 [2021-03-23T15:53:58.713Z] ---> f4f768c1f56d [2021-03-23T15:53:58.713Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:53:58.962Z] Removing intermediate container 8f3dfbfdaa81 [2021-03-23T15:53:58.962Z] ---> 800c484efd8a [2021-03-23T15:53:58.962Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-23T15:53:58.962Z] ---> Running in 61147b64c621 [2021-03-23T15:53:59.416Z] ---> Running in 798f581d3df2 [2021-03-23T15:53:59.416Z] Removing intermediate container 515b377b51ed [2021-03-23T15:53:59.589Z] Removing intermediate container 61147b64c621 [2021-03-23T15:53:59.589Z] ---> 58411d2adfda [2021-03-23T15:53:59.589Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-23T15:53:59.589Z] ---> Running in d1d7c088ab86 [2021-03-23T15:53:59.693Z] ---> 7483ca4f68ad [2021-03-23T15:53:59.693Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-23T15:53:59.693Z] Removing intermediate container ab7759cbee38 [2021-03-23T15:53:59.693Z] ---> 0d8c9f061181 [2021-03-23T15:53:59.693Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-23T15:53:59.693Z] Removing intermediate container 71d3d13bcbb8 [2021-03-23T15:53:59.693Z] ---> 93b40b5f3f5b [2021-03-23T15:53:59.693Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:53:59.867Z] Removing intermediate container fc729718beee [2021-03-23T15:53:59.867Z] ---> c8c4236da966 [2021-03-23T15:53:59.867Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-23T15:54:00.170Z] ---> Running in 1ead4a377937 [2021-03-23T15:54:00.170Z] Removing intermediate container d1d7c088ab86 [2021-03-23T15:54:00.170Z] ---> ea33ce2dabe6 [2021-03-23T15:54:00.170Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-23T15:54:00.343Z] Removing intermediate container e5a1f9e7d28b [2021-03-23T15:54:00.343Z] ---> f8c33216472d [2021-03-23T15:54:00.343Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T15:54:00.343Z] ---> Running in 8b7851125464 [2021-03-23T15:54:00.343Z] ---> Running in 408e20d443b7 [2021-03-23T15:54:00.444Z] ---> Running in 426bf387ba66 [2021-03-23T15:54:00.620Z] ---> Running in f606aa0812fd [2021-03-23T15:54:00.620Z] ---> Running in a4adc297a3b6 [2021-03-23T15:54:00.922Z] Removing intermediate container 798f581d3df2 [2021-03-23T15:54:00.922Z] ---> e8faa4328f0f [2021-03-23T15:54:00.922Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-23T15:54:01.042Z] Removing intermediate container 426bf387ba66 [2021-03-23T15:54:01.042Z] ---> ec57d8c504f3 [2021-03-23T15:54:01.042Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-23T15:54:01.194Z] Removing intermediate container 408e20d443b7 [2021-03-23T15:54:01.194Z] ---> 89b44a85f27d [2021-03-23T15:54:01.194Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T15:54:01.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:54:01.495Z] ---> Running in c1ccf7d48548 [2021-03-23T15:54:01.495Z] Removing intermediate container 8b7851125464 [2021-03-23T15:54:01.495Z] ---> 7a92ec59706a [2021-03-23T15:54:01.495Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-23T15:54:01.495Z] Removing intermediate container f606aa0812fd [2021-03-23T15:54:01.495Z] ---> 2a2ec60b6a3b [2021-03-23T15:54:01.495Z] Step 13/24 : WORKDIR / [2021-03-23T15:54:01.769Z] ---> Running in 625c35af5d77 [2021-03-23T15:54:01.769Z] Removing intermediate container a4adc297a3b6 [2021-03-23T15:54:01.769Z] ---> 08c0b9657575 [2021-03-23T15:54:01.769Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-23T15:54:01.769Z] ---> Running in 5ab6df03c4bf [2021-03-23T15:54:01.769Z] ---> Running in d478d4804297 [2021-03-23T15:54:02.039Z] ---> Running in 68683b3ebe10 [2021-03-23T15:54:02.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:54:02.299Z] ---> 021130bb54b0 [2021-03-23T15:54:02.299Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-23T15:54:02.893Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-23T15:54:02.893Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-23T15:54:03.164Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-23T15:54:03.164Z] ---> 26ffdbe83b30 [2021-03-23T15:54:03.164Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-23T15:54:03.164Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-23T15:54:03.188Z] Removing intermediate container c1ccf7d48548 [2021-03-23T15:54:03.188Z] ---> 1deb99105202 [2021-03-23T15:54:03.188Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T15:54:03.188Z] Removing intermediate container 625c35af5d77 [2021-03-23T15:54:03.188Z] ---> 85e94078fce3 [2021-03-23T15:54:03.188Z] Step 15/23 : WORKDIR / [2021-03-23T15:54:03.435Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-23T15:54:03.435Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-23T15:54:03.467Z] Removing intermediate container 5ab6df03c4bf [2021-03-23T15:54:03.467Z] ---> 923ecdedbfc9 [2021-03-23T15:54:03.467Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-23T15:54:03.467Z] Removing intermediate container d478d4804297 [2021-03-23T15:54:03.467Z] ---> fcbdc30f8211 [2021-03-23T15:54:03.467Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-23T15:54:03.467Z] ---> Running in 52ddb3a69ad2 [2021-03-23T15:54:03.467Z] Removing intermediate container 68683b3ebe10 [2021-03-23T15:54:03.467Z] ---> 2c3cb4bc7ca3 [2021-03-23T15:54:03.467Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T15:54:03.707Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:54:03.707Z] OK: 8 MiB in 20 packages [2021-03-23T15:54:03.749Z] ---> Running in 074c67e21606 [2021-03-23T15:54:03.996Z] ---> 9a06e4e99360 [2021-03-23T15:54:03.996Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-23T15:54:04.065Z] ---> Running in 35085d1a0b06 [2021-03-23T15:54:04.065Z] ---> Running in a8239a0cf054 [2021-03-23T15:54:04.270Z] ---> Running in b99e33a86610 [2021-03-23T15:54:04.360Z] Removing intermediate container 52ddb3a69ad2 [2021-03-23T15:54:04.360Z] ---> 492e8c51d6a7 [2021-03-23T15:54:04.360Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:54:04.360Z] ---> 735dc4855bbf [2021-03-23T15:54:04.360Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-23T15:54:04.647Z] Removing intermediate container 074c67e21606 [2021-03-23T15:54:04.647Z] ---> b6016c895abc [2021-03-23T15:54:04.647Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:54:04.921Z] Removing intermediate container a8239a0cf054 [2021-03-23T15:54:04.921Z] ---> 609f683811fb [2021-03-23T15:54:04.921Z] Step 15/23 : WORKDIR / [2021-03-23T15:54:05.197Z] ---> ef54ea65e31f [2021-03-23T15:54:05.197Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-23T15:54:05.197Z] ---> Running in a198569fc57d [2021-03-23T15:54:05.197Z] ---> 433a6db1a09c [2021-03-23T15:54:05.197Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-23T15:54:05.343Z] Removing intermediate container 1ead4a377937 [2021-03-23T15:54:05.343Z] ---> d637d24aa0ae [2021-03-23T15:54:05.343Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:54:05.470Z] ---> 1b6dd52290bd [2021-03-23T15:54:05.470Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-23T15:54:05.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:54:05.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:54:05.989Z] ---> 97628bac6e08 [2021-03-23T15:54:05.989Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-23T15:54:06.114Z] Removing intermediate container a198569fc57d [2021-03-23T15:54:06.114Z] ---> 03f844e21724 [2021-03-23T15:54:06.114Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:54:06.114Z] ---> 682a11f8e0d4 [2021-03-23T15:54:06.114Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-23T15:54:06.114Z] ---> 2fa6aa65d5eb [2021-03-23T15:54:06.114Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-23T15:54:06.320Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-23T15:54:06.320Z] (2/33) Installing expat (2.2.9-r1) [2021-03-23T15:54:06.320Z] (3/33) Installing libffi (3.3-r2) [2021-03-23T15:54:06.320Z] (4/33) Installing gdbm (1.13-r1) [2021-03-23T15:54:06.320Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-23T15:54:06.320Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-23T15:54:06.320Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-23T15:54:06.401Z] Removing intermediate container 35085d1a0b06 [2021-03-23T15:54:06.401Z] ---> 2643f883cb4c [2021-03-23T15:54:06.401Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-23T15:54:06.674Z] ---> cd9c5539e673 [2021-03-23T15:54:06.674Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-23T15:54:06.951Z] ---> Running in 719107541bb0 [2021-03-23T15:54:07.266Z] ---> 974c28324ee5 [2021-03-23T15:54:07.266Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-23T15:54:07.266Z] ---> 923727181b2a [2021-03-23T15:54:07.266Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-23T15:54:07.266Z] ---> 2c61f5cd6c47 [2021-03-23T15:54:07.266Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-23T15:54:07.266Z] ---> Running in d49b98f66720 [2021-03-23T15:54:07.266Z] Removing intermediate container 719107541bb0 [2021-03-23T15:54:07.266Z] ---> fd91cb736b92 [2021-03-23T15:54:07.266Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-23T15:54:07.558Z] ---> 3525327000e0 [2021-03-23T15:54:07.558Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-23T15:54:07.926Z] Removing intermediate container d49b98f66720 [2021-03-23T15:54:07.926Z] ---> 8aa2a6087894 [2021-03-23T15:54:07.926Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:54:07.926Z] ---> Running in 48a3be834bb9 [2021-03-23T15:54:08.254Z] ---> Running in c9899c548187 [2021-03-23T15:54:08.297Z] ---> c53c8ec198bb [2021-03-23T15:54:08.297Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-23T15:54:08.297Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-23T15:54:08.297Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-23T15:54:08.297Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-23T15:54:08.297Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-23T15:54:08.297Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-23T15:54:08.297Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-23T15:54:08.520Z] ---> 78d44e7fbf71 [2021-03-23T15:54:08.520Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-23T15:54:08.572Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-23T15:54:08.572Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-23T15:54:08.572Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-23T15:54:08.572Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-23T15:54:08.572Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-23T15:54:08.572Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-23T15:54:08.572Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-23T15:54:08.572Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-23T15:54:08.572Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-23T15:54:08.572Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-23T15:54:08.785Z] ---> Running in 2f5d829c71fc [2021-03-23T15:54:08.845Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-23T15:54:08.845Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-23T15:54:08.845Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-23T15:54:08.845Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-23T15:54:08.845Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-23T15:54:08.845Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-23T15:54:08.845Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-23T15:54:08.845Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-23T15:54:08.845Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-23T15:54:08.845Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-23T15:54:09.069Z] ---> 459df37260e9 [2021-03-23T15:54:09.069Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-23T15:54:09.069Z] Removing intermediate container 48a3be834bb9 [2021-03-23T15:54:09.069Z] ---> 730439aa41f5 [2021-03-23T15:54:09.069Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:54:09.069Z] ---> 49691e949260 [2021-03-23T15:54:09.069Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-23T15:54:09.069Z] Removing intermediate container c9899c548187 [2021-03-23T15:54:09.069Z] ---> 4ef1caf11831 [2021-03-23T15:54:09.069Z] Step 20/22 : LABEL arch=x86_64 [2021-03-23T15:54:09.118Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:54:09.118Z] OK: 71 MiB in 55 packages [2021-03-23T15:54:09.354Z] ---> Running in f72db8a793dc [2021-03-23T15:54:09.354Z] ---> Running in e2284ad901e4 [2021-03-23T15:54:09.391Z] ---> e882c1f52771 [2021-03-23T15:54:09.391Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-23T15:54:09.391Z] ---> Running in f7bc58036be8 [2021-03-23T15:54:09.625Z] ---> 7e44aa3143bd [2021-03-23T15:54:09.625Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-23T15:54:09.891Z] Removing intermediate container f72db8a793dc [2021-03-23T15:54:09.891Z] ---> 7d015660561a [2021-03-23T15:54:09.891Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T15:54:09.891Z] Removing intermediate container e2284ad901e4 [2021-03-23T15:54:09.891Z] ---> e90f25d52501 [2021-03-23T15:54:09.891Z] Step 21/22 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:54:09.891Z] ---> 482e88cf31d1 [2021-03-23T15:54:09.891Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-23T15:54:09.989Z] Removing intermediate container f7bc58036be8 [2021-03-23T15:54:09.989Z] ---> 92433bc221ea [2021-03-23T15:54:09.989Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:54:10.165Z] ---> Running in 94a7e00275a0 [2021-03-23T15:54:10.165Z] ---> Running in 8568d6078242 [2021-03-23T15:54:10.165Z] ---> Running in 8ee484b26e7d [2021-03-23T15:54:10.165Z] ---> Running in 4b5a4f8b554d [2021-03-23T15:54:10.260Z] ---> Running in a8ff41d1b11f [2021-03-23T15:54:10.750Z] Removing intermediate container 4b5a4f8b554d [2021-03-23T15:54:10.750Z] ---> c2b4d5c8553a [2021-03-23T15:54:10.750Z] Step 22/23 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:54:10.856Z] Removing intermediate container a8ff41d1b11f [2021-03-23T15:54:10.856Z] ---> 72cb969a23b2 [2021-03-23T15:54:10.856Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T15:54:11.048Z] Removing intermediate container 8ee484b26e7d [2021-03-23T15:54:11.048Z] ---> faef3292399e [2021-03-23T15:54:11.048Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:54:11.048Z] Removing intermediate container 8568d6078242 [2021-03-23T15:54:11.048Z] ---> 4c841cc0a1c4 [2021-03-23T15:54:11.048Z] Step 22/22 : LABEL version=2.0.0-dev.140 [2021-03-23T15:54:11.048Z] ---> Running in 34400972b078 [2021-03-23T15:54:11.131Z] ---> Running in 05aae24b56b0 [2021-03-23T15:54:11.357Z] ---> Running in cad4e4040d4f [2021-03-23T15:54:11.357Z] ---> Running in 581bc8d74bee [2021-03-23T15:54:11.638Z] Removing intermediate container 2f5d829c71fc [2021-03-23T15:54:11.639Z] ---> 6233eae39794 [2021-03-23T15:54:11.639Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:54:11.724Z] Removing intermediate container 05aae24b56b0 [2021-03-23T15:54:11.724Z] ---> 033cb3bb6861 [2021-03-23T15:54:11.724Z] Step 22/23 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:54:11.724Z] ---> Running in df0ef42a41fd [2021-03-23T15:54:12.318Z] Removing intermediate container 34400972b078 [2021-03-23T15:54:12.318Z] ---> a01b753565f1 [2021-03-23T15:54:12.318Z] Step 23/23 : LABEL version=2.0.0-dev.140 [2021-03-23T15:54:12.318Z] Removing intermediate container cad4e4040d4f [2021-03-23T15:54:12.318Z] ---> 7515a7c41934 [2021-03-23T15:54:12.318Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T15:54:12.319Z] Removing intermediate container df0ef42a41fd [2021-03-23T15:54:12.319Z] ---> ac8858f67af7 [2021-03-23T15:54:12.319Z] Step 23/23 : LABEL version=2.0.0-dev.140 [2021-03-23T15:54:12.582Z] Removing intermediate container 581bc8d74bee [2021-03-23T15:54:12.582Z] ---> d3c7a150f2c9 [2021-03-23T15:54:12.582Z] [2021-03-23T15:54:12.582Z] ---> Running in f37f6c8d1b19 [2021-03-23T15:54:12.582Z] ---> Running in 4a8ec261857b [2021-03-23T15:54:12.589Z] ---> Running in f16d75dc27b7 [2021-03-23T15:54:13.179Z] Removing intermediate container f16d75dc27b7 [2021-03-23T15:54:13.179Z] ---> 8fbe6937519a [2021-03-23T15:54:13.179Z] [2021-03-23T15:54:13.182Z] ---> 58cb1eef8d49 [2021-03-23T15:54:13.182Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-23T15:54:13.182Z] Removing intermediate container 94a7e00275a0 [2021-03-23T15:54:13.182Z] ---> 9b5880092714 [2021-03-23T15:54:13.182Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-23T15:54:13.450Z] Successfully built 8fbe6937519a [2021-03-23T15:54:13.450Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-23T15:54:13.488Z] Removing intermediate container 4a8ec261857b [2021-03-23T15:54:13.488Z] ---> ee7be09efaed [2021-03-23T15:54:13.488Z] [2021-03-23T15:54:13.488Z] Removing intermediate container f37f6c8d1b19 [2021-03-23T15:54:13.488Z] ---> 6bbcb6691d8a [2021-03-23T15:54:13.488Z] Step 22/23 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:54:13.769Z] Successfully built d3c7a150f2c9 [2021-03-23T15:54:13.769Z] ---> Running in e6709f900a7c [2021-03-23T15:54:13.769Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-23T15:54:13.769Z] Building docker-support-notifications-go [2021-03-23T15:54:13.769Z]  Building docker-support-scheduler-go ... done Successfully built ee7be09efaed [2021-03-23T15:54:14.049Z] ---> Running in 5ca8eb6deceb [2021-03-23T15:54:14.049Z] Successfully tagged docker-core-command-go:latest [2021-03-23T15:54:14.049Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-23T15:54:14.391Z] Removing intermediate container e6709f900a7c [2021-03-23T15:54:14.391Z] ---> 818d019ace4f [2021-03-23T15:54:14.391Z] Step 22/24 : LABEL arch=x86_64 [2021-03-23T15:54:14.391Z] ---> 1ea321a929e4 [2021-03-23T15:54:14.391Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-23T15:54:14.686Z] ---> Running in f6a4c39fc86e [2021-03-23T15:54:14.686Z] Removing intermediate container 5ca8eb6deceb [2021-03-23T15:54:14.686Z] ---> 8b6255a9f484 [2021-03-23T15:54:14.686Z] Step 23/23 : LABEL version=2.0.0-dev.140 [2021-03-23T15:54:14.876Z]  Building docker-core-data-go ... done Removing intermediate container b99e33a86610 [2021-03-23T15:54:14.876Z] ---> 967c4569e58d [2021-03-23T15:54:14.876Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-23T15:54:14.876Z] ---> Running in e0f2232f3d92 [2021-03-23T15:54:15.056Z] ---> Running in b699986ceb00 [2021-03-23T15:54:15.409Z] ---> 2d3d00f2edfb [2021-03-23T15:54:15.409Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-23T15:54:15.409Z] Removing intermediate container f6a4c39fc86e [2021-03-23T15:54:15.409Z] ---> c839c466a844 [2021-03-23T15:54:15.409Z] Step 23/24 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:54:16.059Z] ---> Running in 16d183bc87e6 [2021-03-23T15:54:17.617Z] Removing intermediate container b699986ceb00 [2021-03-23T15:54:17.617Z] ---> 3e771a5dd92e [2021-03-23T15:54:17.617Z] [2021-03-23T15:54:17.617Z] ---> 1fdeb26407dd [2021-03-23T15:54:17.617Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-23T15:54:17.617Z] Successfully built 3e771a5dd92e [2021-03-23T15:54:18.252Z] Successfully tagged docker-core-metadata-go:latest [2021-03-23T15:54:18.252Z] Building docker-core-data-go [2021-03-23T15:54:18.252Z] Removing intermediate container 16d183bc87e6 [2021-03-23T15:54:18.252Z] ---> d4eaba8ad3dc [2021-03-23T15:54:18.252Z] Step 24/24 : LABEL version=2.0.0-dev.140 [2021-03-23T15:54:19.891Z] Collecting docker-compose==1.23.2 [2021-03-23T15:54:19.892Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-23T15:54:19.892Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-23T15:54:19.892Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-23T15:54:21.325Z]  Building docker-core-metadata-go ... done  ---> d69a0dde5b58 [2021-03-23T15:54:21.325Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-23T15:54:21.325Z] ---> Running in 64c7b8570b8d [2021-03-23T15:54:21.644Z] ---> Running in 30371e515412 [2021-03-23T15:54:22.500Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-23T15:54:22.500Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-23T15:54:23.094Z] Collecting docker<4.0,>=3.6.0 [2021-03-23T15:54:23.094Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-23T15:54:23.142Z] Removing intermediate container 64c7b8570b8d [2021-03-23T15:54:23.142Z] ---> 95dca67a6939 [2021-03-23T15:54:23.142Z] [2021-03-23T15:54:23.682Z] Collecting cached-property<2,>=1.2.0 [2021-03-23T15:54:23.683Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-23T15:54:24.135Z] Successfully built 95dca67a6939 [2021-03-23T15:54:24.135Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-23T15:54:24.135Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 30371e515412 [2021-03-23T15:54:24.135Z] ---> 578b51d14bdb [2021-03-23T15:54:24.135Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-23T15:54:24.135Z] Building docker-security-proxy-setup-go [2021-03-23T15:54:24.271Z] Collecting texttable<0.10,>=0.9.0 [2021-03-23T15:54:24.271Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-23T15:54:26.230Z] Collecting docopt<0.7,>=0.6.1 [2021-03-23T15:54:26.230Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-23T15:54:28.056Z] ---> 6a0aa6a0f07b [2021-03-23T15:54:28.057Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-23T15:54:28.198Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-23T15:54:28.198Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-23T15:54:28.198Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-23T15:54:28.467Z] Collecting jsonschema<3,>=2.5.1 [2021-03-23T15:54:28.467Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-23T15:54:29.454Z] Collecting PyYAML<4,>=3.10 [2021-03-23T15:54:29.454Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-23T15:54:30.239Z] ---> Running in 5bbb3f7c87f0 [2021-03-23T15:54:32.066Z] Collecting idna<2.8,>=2.5 [2021-03-23T15:54:32.343Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-23T15:54:32.343Z] 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) [2021-03-23T15:54:32.940Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-23T15:54:32.940Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-23T15:54:32.940Z] 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) [2021-03-23T15:54:33.218Z] Collecting docker-pycreds>=0.4.0 [2021-03-23T15:54:33.218Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-23T15:54:33.218Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-23T15:54:33.218Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-23T15:54:33.218Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-23T15:54:33.218Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-23T15:54:34.191Z] Installing collected packages: dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, texttable, docopt, jsonschema, PyYAML, docker-compose [2021-03-23T15:54:34.191Z] Running setup.py install for dockerpty: started [2021-03-23T15:54:36.176Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-23T15:54:36.176Z] Attempting uninstall: idna [2021-03-23T15:54:36.176Z] Found existing installation: idna 2.9 [2021-03-23T15:54:36.176Z] Uninstalling idna-2.9: [2021-03-23T15:54:36.176Z] Successfully uninstalled idna-2.9 [2021-03-23T15:54:36.451Z] Attempting uninstall: urllib3 [2021-03-23T15:54:36.451Z] Found existing installation: urllib3 1.25.9 [2021-03-23T15:54:36.451Z] Uninstalling urllib3-1.25.9: [2021-03-23T15:54:36.723Z] Successfully uninstalled urllib3-1.25.9 [2021-03-23T15:54:37.198Z] Removing intermediate container 5bbb3f7c87f0 [2021-03-23T15:54:37.198Z] ---> 4c5558998d64 [2021-03-23T15:54:37.198Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-23T15:54:37.316Z] Attempting uninstall: requests [2021-03-23T15:54:37.316Z] Found existing installation: requests 2.23.0 [2021-03-23T15:54:37.316Z] Uninstalling requests-2.23.0: [2021-03-23T15:54:37.316Z] Successfully uninstalled requests-2.23.0 [2021-03-23T15:54:37.808Z] ---> Running in 93c1e3116606 [2021-03-23T15:54:38.425Z] Removing intermediate container 93c1e3116606 [2021-03-23T15:54:38.425Z] ---> 27a6ae222551 [2021-03-23T15:54:38.425Z] Step 28/31 : CMD ["gate"] [2021-03-23T15:54:38.715Z] ---> Running in 699f713b5f86 [2021-03-23T15:54:38.748Z] Running setup.py install for texttable: started [2021-03-23T15:54:39.304Z] Removing intermediate container 699f713b5f86 [2021-03-23T15:54:39.304Z] ---> 7d7636606356 [2021-03-23T15:54:39.304Z] Step 29/31 : LABEL arch=x86_64 [2021-03-23T15:54:39.588Z] ---> Running in e82f1fbbc06d [2021-03-23T15:54:40.193Z] Removing intermediate container e82f1fbbc06d [2021-03-23T15:54:40.193Z] ---> f1337e96d1ad [2021-03-23T15:54:40.193Z] Step 30/31 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:54:40.482Z] ---> Running in b6c32f318a5a [2021-03-23T15:54:40.723Z] Running setup.py install for texttable: finished with status 'done' [2021-03-23T15:54:40.723Z] Running setup.py install for docopt: started [2021-03-23T15:54:40.755Z] Removing intermediate container b6c32f318a5a [2021-03-23T15:54:40.755Z] ---> 941ca93bb16d [2021-03-23T15:54:40.755Z] Step 31/31 : LABEL version=2.0.0-dev.140 [2021-03-23T15:54:41.140Z] ---> Running in c1b761c0493c [2021-03-23T15:54:42.144Z] Running setup.py install for docopt: finished with status 'done' [2021-03-23T15:54:42.415Z] Running setup.py install for PyYAML: started [2021-03-23T15:54:44.019Z] Removing intermediate container c1b761c0493c [2021-03-23T15:54:44.019Z] ---> c83b839a95e2 [2021-03-23T15:54:44.019Z] [2021-03-23T15:54:45.020Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-23T15:54:45.291Z] 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.58.0 [2021-03-23T15:54:45.756Z] Successfully built c83b839a95e2 [2021-03-23T15:54:45.756Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-23T15:54:49.578Z] Removing intermediate container e0f2232f3d92 [2021-03-23T15:54:49.578Z] ---> 15e409f164fe [2021-03-23T15:54:49.578Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-23T15:54:49.852Z] ---> Running in 6b5b1a5d426f [2021-03-23T15:54:50.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:54:50.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:54:51.433Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:54:51.433Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-23T15:54:51.433Z] (3/3) Installing curl (7.69.1-r3) [2021-03-23T15:54:51.433Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:54:51.433Z] OK: 72 MiB in 58 packages [2021-03-23T15:54:52.859Z] Removing intermediate container 6b5b1a5d426f [2021-03-23T15:54:52.859Z] ---> 7090a2260802 [2021-03-23T15:54:52.859Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-23T15:54:53.131Z] ---> Running in 9987f9ad77a4 [2021-03-23T15:54:53.722Z] Removing intermediate container 9987f9ad77a4 [2021-03-23T15:54:53.722Z] ---> c0d85e36469b [2021-03-23T15:54:53.722Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:54:53.722Z] ---> Running in fd19f11a7e10 [2021-03-23T15:54:53.993Z] Removing intermediate container fd19f11a7e10 [2021-03-23T15:54:53.993Z] ---> 2818681895a0 [2021-03-23T15:54:53.993Z] Step 24/26 : LABEL arch=arm64 [2021-03-23T15:54:54.265Z] ---> Running in a4b638cad23f [2021-03-23T15:54:54.858Z] Removing intermediate container a4b638cad23f [2021-03-23T15:54:54.858Z] ---> 112b62d14c38 [2021-03-23T15:54:54.858Z] Step 25/26 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:54:54.858Z] ---> Running in 068776f0eb29 [2021-03-23T15:54:55.458Z] Removing intermediate container 068776f0eb29 [2021-03-23T15:54:55.458Z] ---> 39f48cae2bd5 [2021-03-23T15:54:55.458Z] Step 26/26 : LABEL version=2.0.0-dev.140 [2021-03-23T15:54:55.458Z] ---> Running in a70eeaf31bbe [2021-03-23T15:54:56.051Z] Removing intermediate container a70eeaf31bbe [2021-03-23T15:54:56.051Z] ---> 2e47b80e35ee [2021-03-23T15:54:56.051Z] [2021-03-23T15:54:56.323Z] Successfully built 2e47b80e35ee [2021-03-23T15:54:56.323Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-23T15:54:56.929Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-23T15:54:56.933Z] $ docker stop --time=1 29574a2ed8ac51c6bd91a88f4617e2811329026499f784f6124b6ab5ecb3382f [2021-03-23T15:54:58.833Z] $ docker rm -f 29574a2ed8ac51c6bd91a88f4617e2811329026499f784f6124b6ab5ecb3382f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:54:59.544Z] + + grepdocker docker images [2021-03-23T15:54:59.544Z] [2021-03-23T15:54:59.815Z] docker-sys-mgmt-agent-go-arm64 latest 2e47b80e35ee 4 seconds ago 300MB [2021-03-23T15:54:59.815Z] docker-core-data-go-arm64 latest 8fbe6937519a 47 seconds ago 21.3MB [2021-03-23T15:54:59.815Z] docker-support-scheduler-go-arm64 latest d44dba186a08 About a minute ago 16.3MB [2021-03-23T15:54:59.815Z] docker-security-secretstore-setup-go-arm64 latest 7c9743c48e73 2 minutes ago 23.7MB [2021-03-23T15:54:59.815Z] docker-security-bootstrapper-go-arm64 latest 00dd2bd1d57c 3 minutes ago 17.8MB [2021-03-23T15:54:59.815Z] docker-support-notifications-go-arm64 latest 7008a81ea108 3 minutes ago 16.9MB [2021-03-23T15:54:59.815Z] docker-core-command-go-arm64 latest f20b5623e055 3 minutes ago 16.3MB [2021-03-23T15:54:59.815Z] docker-core-metadata-go-arm64 latest 9f46c977c84c 3 minutes ago 17.9MB [2021-03-23T15:54:59.815Z] docker-security-proxy-setup-go-arm64 latest fa1ada24438e 3 minutes ago 23.4MB [2021-03-23T15:54:59.815Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T15:55:00.579Z] provisioning config files... [2021-03-23T15:55:00.620Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/407@tmp/config6458787326492893768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:55:01.021Z] ---> docker-login.sh [2021-03-23T15:55:01.021Z] nexus3.edgexfoundry.org:10001 [2021-03-23T15:55:01.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:55:01.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:55:01.292Z] Configure a credential helper to remove this warning. See [2021-03-23T15:55:01.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:55:01.292Z] [2021-03-23T15:55:01.292Z] Login Succeeded [2021-03-23T15:55:01.292Z] nexus3.edgexfoundry.org:10002 [2021-03-23T15:55:01.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:55:01.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:55:01.882Z] Configure a credential helper to remove this warning. See [2021-03-23T15:55:01.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:55:01.882Z] [2021-03-23T15:55:01.882Z] Login Succeeded [2021-03-23T15:55:01.882Z] nexus3.edgexfoundry.org:10003 [2021-03-23T15:55:02.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:55:02.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:55:02.481Z] Configure a credential helper to remove this warning. See [2021-03-23T15:55:02.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:55:02.481Z] [2021-03-23T15:55:02.481Z] Login Succeeded [2021-03-23T15:55:02.481Z] nexus3.edgexfoundry.org:10004 [2021-03-23T15:55:03.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:55:03.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:55:03.075Z] Configure a credential helper to remove this warning. See [2021-03-23T15:55:03.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:55:03.075Z] [2021-03-23T15:55:03.075Z] Login Succeeded [2021-03-23T15:55:03.075Z] docker.io [2021-03-23T15:55:03.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:55:03.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:55:03.940Z] Configure a credential helper to remove this warning. See [2021-03-23T15:55:03.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:55:03.940Z] [2021-03-23T15:55:03.940Z] Login Succeeded [2021-03-23T15:55:03.940Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T15:55:03.957Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:55:04.206Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-23T15:55:04.206Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:04.206Z] 2.0.0-dev.140 [2021-03-23T15:55:04.206Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:04.206Z] master [2021-03-23T15:55:04.206Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:04.733Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:05.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:05.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-23T15:55:05.109Z] ff1f270358ad: Preparing [2021-03-23T15:55:05.109Z] dfed24dbe599: Preparing [2021-03-23T15:55:05.109Z] c88eeeac997d: Preparing [2021-03-23T15:55:05.109Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:05.109Z] 02a88cfff88f: Preparing [2021-03-23T15:55:05.405Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:05.684Z] c88eeeac997d: Pushed [2021-03-23T15:55:05.684Z] 5b1259ced5bf: Pushed [2021-03-23T15:55:05.684Z] ff1f270358ad: Pushed [2021-03-23T15:55:09.097Z] dfed24dbe599: Pushed [2021-03-23T15:55:09.097Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:c0c4db85c4727d80527a8c9d3140190cb34c5725e1a0e2020dae647b7bf4fd9c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:09.437Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:09.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:09.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-23T15:55:09.773Z] ff1f270358ad: Preparing [2021-03-23T15:55:09.773Z] dfed24dbe599: Preparing [2021-03-23T15:55:09.773Z] c88eeeac997d: Preparing [2021-03-23T15:55:09.773Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:09.773Z] 02a88cfff88f: Preparing [2021-03-23T15:55:09.773Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:55:10.044Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:10.044Z] dfed24dbe599: Layer already exists [2021-03-23T15:55:10.044Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:10.044Z] ff1f270358ad: Layer already exists [2021-03-23T15:55:10.044Z] 2.0.0-dev.140: digest: sha256:c0c4db85c4727d80527a8c9d3140190cb34c5725e1a0e2020dae647b7bf4fd9c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:10.415Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:10.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:10.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-23T15:55:10.749Z] ff1f270358ad: Preparing [2021-03-23T15:55:10.749Z] dfed24dbe599: Preparing [2021-03-23T15:55:10.749Z] c88eeeac997d: Preparing [2021-03-23T15:55:10.749Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:10.749Z] 02a88cfff88f: Preparing [2021-03-23T15:55:10.749Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:10.749Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:10.749Z] ff1f270358ad: Layer already exists [2021-03-23T15:55:10.749Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:55:10.749Z] dfed24dbe599: Layer already exists [2021-03-23T15:55:11.018Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:c0c4db85c4727d80527a8c9d3140190cb34c5725e1a0e2020dae647b7bf4fd9c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:11.355Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:11.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-23T15:55:11.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-23T15:55:11.689Z] ff1f270358ad: Preparing [2021-03-23T15:55:11.689Z] dfed24dbe599: Preparing [2021-03-23T15:55:11.689Z] c88eeeac997d: Preparing [2021-03-23T15:55:11.689Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:11.689Z] 02a88cfff88f: Preparing [2021-03-23T15:55:11.689Z] ff1f270358ad: Layer already exists [2021-03-23T15:55:11.959Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:11.959Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:55:11.959Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:11.959Z] dfed24dbe599: Layer already exists [2021-03-23T15:55:11.959Z] master: digest: sha256:c0c4db85c4727d80527a8c9d3140190cb34c5725e1a0e2020dae647b7bf4fd9c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:55:12.180Z] ===================================================== [Pipeline] echo [2021-03-23T15:55:12.229Z] taggedImages: [2021-03-23T15:55:12.229Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:12.229Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:12.229Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:12.229Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-23T15:55:12.296Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-23T15:55:12.296Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:12.296Z] 2.0.0-dev.140 [2021-03-23T15:55:12.296Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:12.296Z] master [2021-03-23T15:55:12.296Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:12.810Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:13.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:13.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-23T15:55:13.145Z] b059e6fd8dcb: Preparing [2021-03-23T15:55:13.145Z] 2c80eb269029: Preparing [2021-03-23T15:55:13.145Z] c88eeeac997d: Preparing [2021-03-23T15:55:13.145Z] 2d8caf242b13: Preparing [2021-03-23T15:55:13.145Z] 4b28f5a347e1: Preparing [2021-03-23T15:55:13.145Z] 02a88cfff88f: Preparing [2021-03-23T15:55:13.145Z] 02a88cfff88f: Waiting [2021-03-23T15:55:13.145Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:13.425Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:13.425Z] b059e6fd8dcb: Pushed [2021-03-23T15:55:13.694Z] 4b28f5a347e1: Pushed [2021-03-23T15:55:14.282Z] 2d8caf242b13: Pushed [2021-03-23T15:55:16.886Z] 2c80eb269029: Pushed [2021-03-23T15:55:16.887Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:35dac125564f9d6a8d16df8183f4bca49ba38ad201087f3c6d4716b9dfddc8e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:17.225Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:17.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:17.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-23T15:55:17.557Z] b059e6fd8dcb: Preparing [2021-03-23T15:55:17.557Z] 2c80eb269029: Preparing [2021-03-23T15:55:17.557Z] c88eeeac997d: Preparing [2021-03-23T15:55:17.557Z] 2d8caf242b13: Preparing [2021-03-23T15:55:17.557Z] 4b28f5a347e1: Preparing [2021-03-23T15:55:17.557Z] 02a88cfff88f: Preparing [2021-03-23T15:55:17.557Z] 02a88cfff88f: Waiting [2021-03-23T15:55:17.557Z] 2d8caf242b13: Layer already exists [2021-03-23T15:55:17.557Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:17.827Z] 2c80eb269029: Layer already exists [2021-03-23T15:55:17.827Z] b059e6fd8dcb: Layer already exists [2021-03-23T15:55:17.827Z] 4b28f5a347e1: Layer already exists [2021-03-23T15:55:17.827Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:17.827Z] 2.0.0-dev.140: digest: sha256:35dac125564f9d6a8d16df8183f4bca49ba38ad201087f3c6d4716b9dfddc8e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:18.164Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:18.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:18.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-23T15:55:18.501Z] b059e6fd8dcb: Preparing [2021-03-23T15:55:18.501Z] 2c80eb269029: Preparing [2021-03-23T15:55:18.501Z] c88eeeac997d: Preparing [2021-03-23T15:55:18.501Z] 2d8caf242b13: Preparing [2021-03-23T15:55:18.501Z] 4b28f5a347e1: Preparing [2021-03-23T15:55:18.501Z] 02a88cfff88f: Preparing [2021-03-23T15:55:18.501Z] 02a88cfff88f: Waiting [2021-03-23T15:55:18.771Z] 2d8caf242b13: Layer already exists [2021-03-23T15:55:18.771Z] 4b28f5a347e1: Layer already exists [2021-03-23T15:55:18.771Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:18.771Z] 2c80eb269029: Layer already exists [2021-03-23T15:55:18.771Z] b059e6fd8dcb: Layer already exists [2021-03-23T15:55:18.771Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:18.771Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:35dac125564f9d6a8d16df8183f4bca49ba38ad201087f3c6d4716b9dfddc8e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:19.114Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:19.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-23T15:55:19.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-23T15:55:19.453Z] b059e6fd8dcb: Preparing [2021-03-23T15:55:19.453Z] 2c80eb269029: Preparing [2021-03-23T15:55:19.453Z] c88eeeac997d: Preparing [2021-03-23T15:55:19.453Z] 2d8caf242b13: Preparing [2021-03-23T15:55:19.453Z] 4b28f5a347e1: Preparing [2021-03-23T15:55:19.453Z] 02a88cfff88f: Preparing [2021-03-23T15:55:19.453Z] 02a88cfff88f: Waiting [2021-03-23T15:55:19.453Z] b059e6fd8dcb: Layer already exists [2021-03-23T15:55:19.453Z] 2c80eb269029: Layer already exists [2021-03-23T15:55:19.453Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:19.453Z] 4b28f5a347e1: Layer already exists [2021-03-23T15:55:19.453Z] 2d8caf242b13: Layer already exists [2021-03-23T15:55:19.723Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:19.723Z] master: digest: sha256:35dac125564f9d6a8d16df8183f4bca49ba38ad201087f3c6d4716b9dfddc8e9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:55:19.925Z] ===================================================== [Pipeline] echo [2021-03-23T15:55:19.970Z] taggedImages: [2021-03-23T15:55:19.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:19.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:19.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:19.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-23T15:55:20.060Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-23T15:55:20.060Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:20.060Z] 2.0.0-dev.140 [2021-03-23T15:55:20.060Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:20.060Z] master [2021-03-23T15:55:20.060Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:20.589Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:20.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:20.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-23T15:55:20.928Z] 4824a6aa0f49: Preparing [2021-03-23T15:55:20.928Z] 3b413409b2dc: Preparing [2021-03-23T15:55:20.928Z] c88eeeac997d: Preparing [2021-03-23T15:55:20.928Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:20.928Z] 02a88cfff88f: Preparing [2021-03-23T15:55:21.201Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:21.201Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:21.201Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:55:21.201Z] 4824a6aa0f49: Pushed [2021-03-23T15:55:24.573Z] 3b413409b2dc: Pushed [2021-03-23T15:55:24.573Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:afdb7d29e990f587e0719d122b87860a6fa2635f3f60aac92e1b52023b3c293d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:25.182Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:25.312Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:25.312Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:55:25.312Z] ---> dbdc16d48ff1 [2021-03-23T15:55:25.312Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T15:55:25.312Z] ---> Using cache [2021-03-23T15:55:25.312Z] ---> 10156876d2ed [2021-03-23T15:55:25.312Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:25.312Z] ---> Using cache [2021-03-23T15:55:25.312Z] ---> 03f9dc913a1d [2021-03-23T15:55:25.312Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-23T15:55:25.312Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:25.312Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:55:25.312Z] ---> dbdc16d48ff1 [2021-03-23T15:55:25.312Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:55:25.312Z] ---> Using cache [2021-03-23T15:55:25.312Z] ---> 10156876d2ed [2021-03-23T15:55:25.312Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:25.312Z] ---> Using cache [2021-03-23T15:55:25.312Z] ---> 03f9dc913a1d [2021-03-23T15:55:25.312Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-23T15:55:25.312Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:25.312Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:55:25.312Z] ---> dbdc16d48ff1 [2021-03-23T15:55:25.312Z] Step 3/26 : WORKDIR /edgex-go [2021-03-23T15:55:25.312Z] ---> Using cache [2021-03-23T15:55:25.312Z] ---> 10156876d2ed [2021-03-23T15:55:25.312Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:25.312Z] ---> Using cache [2021-03-23T15:55:25.312Z] ---> 03f9dc913a1d [2021-03-23T15:55:25.312Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-23T15:55:25.312Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:25.312Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:55:25.313Z] ---> dbdc16d48ff1 [2021-03-23T15:55:25.313Z] Step 3/21 : WORKDIR /edgex-go [2021-03-23T15:55:25.313Z] ---> Using cache [2021-03-23T15:55:25.313Z] ---> 10156876d2ed [2021-03-23T15:55:25.313Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:25.313Z] ---> Using cache [2021-03-23T15:55:25.313Z] ---> 03f9dc913a1d [2021-03-23T15:55:25.313Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-23T15:55:25.313Z] ---> Using cache [2021-03-23T15:55:25.313Z] ---> 998f1dccf2f6 [2021-03-23T15:55:25.313Z] Step 6/21 : COPY go.mod . [2021-03-23T15:55:25.313Z] ---> Using cache [2021-03-23T15:55:25.313Z] ---> f8dff5411a12 [2021-03-23T15:55:25.313Z] Step 7/21 : RUN go mod download [2021-03-23T15:55:25.313Z] ---> Using cache [2021-03-23T15:55:25.313Z] ---> 7f7550059d90 [2021-03-23T15:55:25.313Z] Step 8/21 : COPY . . [2021-03-23T15:55:25.313Z] ---> Using cache [2021-03-23T15:55:25.313Z] ---> ee388b7bac78 [2021-03-23T15:55:25.313Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-23T15:55:25.313Z] ---> Running in abf5637d9f6a [2021-03-23T15:55:25.313Z] ---> Running in 5e1e5b8dfa5f [2021-03-23T15:55:25.313Z] ---> Running in 96d9e7388975 [2021-03-23T15:55:25.313Z] ---> Running in 6c9584d5b139 [2021-03-23T15:55:25.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-23T15:55:25.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:55:25.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:55:25.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:55:25.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:25.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-23T15:55:25.525Z] 4824a6aa0f49: Preparing [2021-03-23T15:55:25.525Z] 3b413409b2dc: Preparing [2021-03-23T15:55:25.525Z] c88eeeac997d: Preparing [2021-03-23T15:55:25.525Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:25.525Z] 02a88cfff88f: Preparing [2021-03-23T15:55:25.525Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:25.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:55:25.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:55:25.795Z] 4824a6aa0f49: Layer already exists [2021-03-23T15:55:25.795Z] 3b413409b2dc: Layer already exists [2021-03-23T15:55:25.795Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:55:25.795Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:25.795Z] 2.0.0-dev.140: digest: sha256:afdb7d29e990f587e0719d122b87860a6fa2635f3f60aac92e1b52023b3c293d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:25.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:55:26.136Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:26.201Z] OK: 233 MiB in 51 packages [2021-03-23T15:55:26.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:26.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-23T15:55:26.469Z] 4824a6aa0f49: Preparing [2021-03-23T15:55:26.469Z] 3b413409b2dc: Preparing [2021-03-23T15:55:26.469Z] c88eeeac997d: Preparing [2021-03-23T15:55:26.469Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:26.469Z] 02a88cfff88f: Preparing [2021-03-23T15:55:26.550Z] OK: 233 MiB in 51 packages [2021-03-23T15:55:26.739Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:26.739Z] 3b413409b2dc: Layer already exists [2021-03-23T15:55:26.739Z] 4824a6aa0f49: Layer already exists [2021-03-23T15:55:26.739Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:55:26.739Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:26.739Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:afdb7d29e990f587e0719d122b87860a6fa2635f3f60aac92e1b52023b3c293d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:26.879Z] OK: 233 MiB in 51 packages [2021-03-23T15:55:27.079Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:27.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-23T15:55:27.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-23T15:55:27.413Z] 4824a6aa0f49: Preparing [2021-03-23T15:55:27.413Z] 3b413409b2dc: Preparing [2021-03-23T15:55:27.413Z] c88eeeac997d: Preparing [2021-03-23T15:55:27.413Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:27.413Z] 02a88cfff88f: Preparing [2021-03-23T15:55:27.683Z] 3b413409b2dc: Layer already exists [2021-03-23T15:55:27.683Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:27.683Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:55:27.683Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:27.683Z] 4824a6aa0f49: Layer already exists [2021-03-23T15:55:27.683Z] master: digest: sha256:afdb7d29e990f587e0719d122b87860a6fa2635f3f60aac92e1b52023b3c293d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:55:27.882Z] ===================================================== [Pipeline] echo [2021-03-23T15:55:27.926Z] taggedImages: [2021-03-23T15:55:27.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:27.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:27.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:27.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-23T15:55:28.009Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-23T15:55:28.009Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:28.009Z] 2.0.0-dev.140 [2021-03-23T15:55:28.009Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:28.009Z] master [2021-03-23T15:55:28.009Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:28.515Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:28.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:28.927Z] Removing intermediate container abf5637d9f6a [2021-03-23T15:55:28.927Z] ---> 8c43a1430fb0 [2021-03-23T15:55:28.927Z] Step 6/26 : COPY go.mod . [2021-03-23T15:55:29.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-23T15:55:29.186Z] 44edd57d23f6: Preparing [2021-03-23T15:55:29.186Z] 44edd57d23f6: Preparing [2021-03-23T15:55:29.186Z] f1d2c48112e6: Preparing [2021-03-23T15:55:29.186Z] 591856b8cb26: Preparing [2021-03-23T15:55:29.186Z] 8392ac95aba0: Preparing [2021-03-23T15:55:29.186Z] 546481ef3cd2: Preparing [2021-03-23T15:55:29.186Z] c88eeeac997d: Preparing [2021-03-23T15:55:29.186Z] b016e992875a: Preparing [2021-03-23T15:55:29.186Z] b016e992875a: Preparing [2021-03-23T15:55:29.186Z] c448687eed36: Preparing [2021-03-23T15:55:29.186Z] 11b109a3ad92: Preparing [2021-03-23T15:55:29.186Z] 02a88cfff88f: Preparing [2021-03-23T15:55:29.186Z] c448687eed36: Waiting [2021-03-23T15:55:29.186Z] c88eeeac997d: Waiting [2021-03-23T15:55:29.186Z] 11b109a3ad92: Waiting [2021-03-23T15:55:29.186Z] b016e992875a: Waiting [2021-03-23T15:55:29.186Z] 02a88cfff88f: Waiting [2021-03-23T15:55:29.204Z] Removing intermediate container 96d9e7388975 [2021-03-23T15:55:29.204Z] ---> b7a83cd4bf17 [2021-03-23T15:55:29.204Z] Step 6/22 : COPY go.mod . [2021-03-23T15:55:29.472Z] 591856b8cb26: Pushed [2021-03-23T15:55:29.472Z] 44edd57d23f6: Pushed [2021-03-23T15:55:29.472Z] 8392ac95aba0: Pushed [2021-03-23T15:55:29.474Z] ---> 3a870c647475 [2021-03-23T15:55:29.474Z] Step 7/26 : RUN go mod download [2021-03-23T15:55:29.474Z] Removing intermediate container 5e1e5b8dfa5f [2021-03-23T15:55:29.474Z] ---> ca89a2857040 [2021-03-23T15:55:29.474Z] Step 6/23 : COPY go.mod . [2021-03-23T15:55:29.755Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:29.755Z] f1d2c48112e6: Pushed [2021-03-23T15:55:29.755Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:30.026Z] c448687eed36: Pushed [2021-03-23T15:55:30.026Z] b016e992875a: Pushed [2021-03-23T15:55:30.026Z] 11b109a3ad92: Pushed [2021-03-23T15:55:30.064Z] ---> Running in 54c5036743a5 [2021-03-23T15:55:30.334Z] ---> e81c9b111ee4 [2021-03-23T15:55:30.334Z] Step 7/22 : RUN go mod download [2021-03-23T15:55:30.711Z] ---> Running in a15efd25cff4 [2021-03-23T15:55:31.432Z] ---> 31dc19165cbd [2021-03-23T15:55:31.432Z] Step 7/23 : RUN go mod download [2021-03-23T15:55:32.139Z] ---> Running in 9db83675409e [2021-03-23T15:55:32.631Z] 546481ef3cd2: Pushed [2021-03-23T15:55:32.899Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:ccdbb0574a9c471e5bf7b9f5fca38eb7ad27f400f78a1c1abdc90fd2ddc2f099 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:33.238Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:33.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:33.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-23T15:55:33.571Z] 44edd57d23f6: Preparing [2021-03-23T15:55:33.571Z] 44edd57d23f6: Preparing [2021-03-23T15:55:33.571Z] f1d2c48112e6: Preparing [2021-03-23T15:55:33.571Z] 591856b8cb26: Preparing [2021-03-23T15:55:33.571Z] 8392ac95aba0: Preparing [2021-03-23T15:55:33.571Z] 546481ef3cd2: Preparing [2021-03-23T15:55:33.571Z] c88eeeac997d: Preparing [2021-03-23T15:55:33.571Z] b016e992875a: Preparing [2021-03-23T15:55:33.571Z] b016e992875a: Preparing [2021-03-23T15:55:33.571Z] c448687eed36: Preparing [2021-03-23T15:55:33.571Z] 11b109a3ad92: Preparing [2021-03-23T15:55:33.571Z] 02a88cfff88f: Preparing [2021-03-23T15:55:33.571Z] c448687eed36: Waiting [2021-03-23T15:55:33.571Z] 11b109a3ad92: Waiting [2021-03-23T15:55:33.571Z] 02a88cfff88f: Waiting [2021-03-23T15:55:33.571Z] c88eeeac997d: Waiting [2021-03-23T15:55:33.571Z] b016e992875a: Waiting [2021-03-23T15:55:33.571Z] 546481ef3cd2: Layer already exists [2021-03-23T15:55:33.571Z] f1d2c48112e6: Layer already exists [2021-03-23T15:55:33.571Z] 44edd57d23f6: Layer already exists [2021-03-23T15:55:33.571Z] 8392ac95aba0: Layer already exists [2021-03-23T15:55:33.571Z] 591856b8cb26: Layer already exists [2021-03-23T15:55:33.571Z] b016e992875a: Layer already exists [2021-03-23T15:55:33.840Z] c448687eed36: Layer already exists [2021-03-23T15:55:33.840Z] 11b109a3ad92: Layer already exists [2021-03-23T15:55:33.840Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:33.840Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:33.840Z] 2.0.0-dev.140: digest: sha256:ccdbb0574a9c471e5bf7b9f5fca38eb7ad27f400f78a1c1abdc90fd2ddc2f099 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:34.180Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:34.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:34.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-23T15:55:34.512Z] 44edd57d23f6: Preparing [2021-03-23T15:55:34.512Z] 44edd57d23f6: Preparing [2021-03-23T15:55:34.512Z] f1d2c48112e6: Preparing [2021-03-23T15:55:34.512Z] 591856b8cb26: Preparing [2021-03-23T15:55:34.512Z] 8392ac95aba0: Preparing [2021-03-23T15:55:34.512Z] 546481ef3cd2: Preparing [2021-03-23T15:55:34.512Z] c88eeeac997d: Preparing [2021-03-23T15:55:34.512Z] b016e992875a: Preparing [2021-03-23T15:55:34.512Z] b016e992875a: Preparing [2021-03-23T15:55:34.512Z] c448687eed36: Preparing [2021-03-23T15:55:34.512Z] 11b109a3ad92: Preparing [2021-03-23T15:55:34.512Z] 02a88cfff88f: Preparing [2021-03-23T15:55:34.512Z] c88eeeac997d: Waiting [2021-03-23T15:55:34.512Z] c448687eed36: Waiting [2021-03-23T15:55:34.512Z] 11b109a3ad92: Waiting [2021-03-23T15:55:34.512Z] 02a88cfff88f: Waiting [2021-03-23T15:55:34.512Z] b016e992875a: Waiting [2021-03-23T15:55:34.512Z] f1d2c48112e6: Layer already exists [2021-03-23T15:55:34.512Z] 8392ac95aba0: Layer already exists [2021-03-23T15:55:34.512Z] 591856b8cb26: Layer already exists [2021-03-23T15:55:34.512Z] 44edd57d23f6: Layer already exists [2021-03-23T15:55:34.512Z] 546481ef3cd2: Layer already exists [2021-03-23T15:55:34.512Z] b016e992875a: Layer already exists [2021-03-23T15:55:34.783Z] 11b109a3ad92: Layer already exists [2021-03-23T15:55:34.783Z] c448687eed36: Layer already exists [2021-03-23T15:55:34.783Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:34.783Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:34.783Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:ccdbb0574a9c471e5bf7b9f5fca38eb7ad27f400f78a1c1abdc90fd2ddc2f099 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:35.152Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:35.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-23T15:55:35.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-23T15:55:35.483Z] 44edd57d23f6: Preparing [2021-03-23T15:55:35.483Z] 44edd57d23f6: Preparing [2021-03-23T15:55:35.483Z] f1d2c48112e6: Preparing [2021-03-23T15:55:35.483Z] 591856b8cb26: Preparing [2021-03-23T15:55:35.483Z] 8392ac95aba0: Preparing [2021-03-23T15:55:35.483Z] 546481ef3cd2: Preparing [2021-03-23T15:55:35.483Z] c88eeeac997d: Preparing [2021-03-23T15:55:35.483Z] b016e992875a: Preparing [2021-03-23T15:55:35.483Z] b016e992875a: Preparing [2021-03-23T15:55:35.483Z] c448687eed36: Preparing [2021-03-23T15:55:35.483Z] 11b109a3ad92: Preparing [2021-03-23T15:55:35.483Z] 02a88cfff88f: Preparing [2021-03-23T15:55:35.483Z] c88eeeac997d: Waiting [2021-03-23T15:55:35.483Z] b016e992875a: Waiting [2021-03-23T15:55:35.483Z] c448687eed36: Waiting [2021-03-23T15:55:35.483Z] 11b109a3ad92: Waiting [2021-03-23T15:55:35.483Z] 02a88cfff88f: Waiting [2021-03-23T15:55:35.754Z] 44edd57d23f6: Layer already exists [2021-03-23T15:55:35.754Z] 8392ac95aba0: Layer already exists [2021-03-23T15:55:35.754Z] 591856b8cb26: Layer already exists [2021-03-23T15:55:35.754Z] 546481ef3cd2: Layer already exists [2021-03-23T15:55:35.754Z] f1d2c48112e6: Layer already exists [2021-03-23T15:55:35.754Z] b016e992875a: Layer already exists [2021-03-23T15:55:35.754Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:35.754Z] c448687eed36: Layer already exists [2021-03-23T15:55:35.754Z] 11b109a3ad92: Layer already exists [2021-03-23T15:55:35.754Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:35.754Z] master: digest: sha256:ccdbb0574a9c471e5bf7b9f5fca38eb7ad27f400f78a1c1abdc90fd2ddc2f099 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:55:35.966Z] ===================================================== [Pipeline] echo [2021-03-23T15:55:36.078Z] taggedImages: [2021-03-23T15:55:36.078Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:36.078Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:36.078Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:36.078Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-23T15:55:36.147Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-23T15:55:36.147Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:36.147Z] 2.0.0-dev.140 [2021-03-23T15:55:36.147Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:36.147Z] master [2021-03-23T15:55:36.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:36.672Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:37.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:37.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-23T15:55:37.008Z] 715df530bd15: Preparing [2021-03-23T15:55:37.008Z] 2ed8e42a3fc0: Preparing [2021-03-23T15:55:37.008Z] f937ffaf1a92: Preparing [2021-03-23T15:55:37.008Z] 3330bf1ec47e: Preparing [2021-03-23T15:55:37.008Z] 4879f6d1b2bb: Preparing [2021-03-23T15:55:37.008Z] 02a88cfff88f: Preparing [2021-03-23T15:55:37.008Z] 02a88cfff88f: Waiting [2021-03-23T15:55:37.604Z] f937ffaf1a92: Pushed [2021-03-23T15:55:37.604Z] 3330bf1ec47e: Pushed [2021-03-23T15:55:37.604Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:37.877Z] 4879f6d1b2bb: Pushed [2021-03-23T15:55:39.799Z] Removing intermediate container 9db83675409e [2021-03-23T15:55:39.799Z] ---> 39c6913b2de4 [2021-03-23T15:55:39.799Z] Step 8/23 : COPY . . [2021-03-23T15:55:39.839Z] 715df530bd15: Pushed [2021-03-23T15:55:39.839Z] 2ed8e42a3fc0: Pushed [2021-03-23T15:55:39.839Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:510a1be8edf2c67a5f94af3f8b19d48c783583f3e9cf1617965b265a50c30885 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:40.135Z] Removing intermediate container a15efd25cff4 [2021-03-23T15:55:40.135Z] ---> 543f3539ac8c [2021-03-23T15:55:40.135Z] Step 8/22 : COPY . . [2021-03-23T15:55:40.135Z] Removing intermediate container 54c5036743a5 [2021-03-23T15:55:40.135Z] ---> 9b93ce1f5a57 [2021-03-23T15:55:40.135Z] Step 8/26 : COPY . . [2021-03-23T15:55:40.180Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:40.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:40.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-23T15:55:40.516Z] 715df530bd15: Preparing [2021-03-23T15:55:40.516Z] 2ed8e42a3fc0: Preparing [2021-03-23T15:55:40.516Z] f937ffaf1a92: Preparing [2021-03-23T15:55:40.516Z] 3330bf1ec47e: Preparing [2021-03-23T15:55:40.516Z] 4879f6d1b2bb: Preparing [2021-03-23T15:55:40.516Z] 02a88cfff88f: Preparing [2021-03-23T15:55:40.516Z] 02a88cfff88f: Waiting [2021-03-23T15:55:40.516Z] 715df530bd15: Layer already exists [2021-03-23T15:55:40.516Z] 4879f6d1b2bb: Layer already exists [2021-03-23T15:55:40.516Z] f937ffaf1a92: Layer already exists [2021-03-23T15:55:40.516Z] 2ed8e42a3fc0: Layer already exists [2021-03-23T15:55:40.516Z] 3330bf1ec47e: Layer already exists [2021-03-23T15:55:40.785Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:40.785Z] 2.0.0-dev.140: digest: sha256:510a1be8edf2c67a5f94af3f8b19d48c783583f3e9cf1617965b265a50c30885 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:41.127Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:41.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:41.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-23T15:55:41.461Z] 715df530bd15: Preparing [2021-03-23T15:55:41.461Z] 2ed8e42a3fc0: Preparing [2021-03-23T15:55:41.461Z] f937ffaf1a92: Preparing [2021-03-23T15:55:41.461Z] 3330bf1ec47e: Preparing [2021-03-23T15:55:41.461Z] 4879f6d1b2bb: Preparing [2021-03-23T15:55:41.461Z] 02a88cfff88f: Preparing [2021-03-23T15:55:41.461Z] 02a88cfff88f: Waiting [2021-03-23T15:55:41.461Z] 4879f6d1b2bb: Layer already exists [2021-03-23T15:55:41.461Z] f937ffaf1a92: Layer already exists [2021-03-23T15:55:41.461Z] 2ed8e42a3fc0: Layer already exists [2021-03-23T15:55:41.461Z] 715df530bd15: Layer already exists [2021-03-23T15:55:41.461Z] 3330bf1ec47e: Layer already exists [2021-03-23T15:55:41.461Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:41.731Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:510a1be8edf2c67a5f94af3f8b19d48c783583f3e9cf1617965b265a50c30885 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:42.082Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:42.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-23T15:55:42.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-23T15:55:42.420Z] 715df530bd15: Preparing [2021-03-23T15:55:42.420Z] 2ed8e42a3fc0: Preparing [2021-03-23T15:55:42.420Z] f937ffaf1a92: Preparing [2021-03-23T15:55:42.420Z] 3330bf1ec47e: Preparing [2021-03-23T15:55:42.420Z] 4879f6d1b2bb: Preparing [2021-03-23T15:55:42.420Z] 02a88cfff88f: Preparing [2021-03-23T15:55:42.420Z] 02a88cfff88f: Waiting [2021-03-23T15:55:42.420Z] 715df530bd15: Layer already exists [2021-03-23T15:55:42.420Z] 2ed8e42a3fc0: Layer already exists [2021-03-23T15:55:42.420Z] 4879f6d1b2bb: Layer already exists [2021-03-23T15:55:42.420Z] f937ffaf1a92: Layer already exists [2021-03-23T15:55:42.420Z] 3330bf1ec47e: Layer already exists [2021-03-23T15:55:42.689Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:42.689Z] master: digest: sha256:510a1be8edf2c67a5f94af3f8b19d48c783583f3e9cf1617965b265a50c30885 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:55:42.896Z] ===================================================== [Pipeline] echo [2021-03-23T15:55:42.972Z] taggedImages: [2021-03-23T15:55:42.972Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:42.972Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:42.972Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:42.972Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-23T15:55:43.038Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-23T15:55:43.038Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:43.038Z] 2.0.0-dev.140 [2021-03-23T15:55:43.038Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:43.038Z] master [2021-03-23T15:55:43.038Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:43.586Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:43.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:43.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-23T15:55:43.918Z] 4ade1faf4e5b: Preparing [2021-03-23T15:55:43.918Z] 8ece40ef7165: Preparing [2021-03-23T15:55:43.918Z] 91d05346bbbe: Preparing [2021-03-23T15:55:43.918Z] cb007c107530: Preparing [2021-03-23T15:55:43.918Z] 94141f7f9d72: Preparing [2021-03-23T15:55:43.918Z] 5fd0424f3854: Preparing [2021-03-23T15:55:43.918Z] c5a52ae1938f: Preparing [2021-03-23T15:55:43.918Z] c646685c195e: Preparing [2021-03-23T15:55:43.918Z] 02a88cfff88f: Preparing [2021-03-23T15:55:43.918Z] c5a52ae1938f: Waiting [2021-03-23T15:55:43.918Z] c646685c195e: Waiting [2021-03-23T15:55:43.918Z] 02a88cfff88f: Waiting [2021-03-23T15:55:43.918Z] 5fd0424f3854: Waiting [2021-03-23T15:55:44.522Z] 8ece40ef7165: Pushed [2021-03-23T15:55:44.522Z] 4ade1faf4e5b: Pushed [2021-03-23T15:55:44.522Z] 94141f7f9d72: Pushed [2021-03-23T15:55:44.795Z] c5a52ae1938f: Pushed [2021-03-23T15:55:44.795Z] 5fd0424f3854: Pushed [2021-03-23T15:55:44.795Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:45.065Z] c646685c195e: Pushed [2021-03-23T15:55:46.486Z] cb007c107530: Pushed [2021-03-23T15:55:46.486Z] 91d05346bbbe: Pushed [2021-03-23T15:55:46.756Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:346ef134315584d2bb761e9509a93a176e13e133e6707fdc8c2d271955e8c168 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:47.093Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:47.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:47.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-23T15:55:47.429Z] 4ade1faf4e5b: Preparing [2021-03-23T15:55:47.429Z] 8ece40ef7165: Preparing [2021-03-23T15:55:47.429Z] 91d05346bbbe: Preparing [2021-03-23T15:55:47.429Z] cb007c107530: Preparing [2021-03-23T15:55:47.429Z] 94141f7f9d72: Preparing [2021-03-23T15:55:47.429Z] 5fd0424f3854: Preparing [2021-03-23T15:55:47.429Z] c5a52ae1938f: Preparing [2021-03-23T15:55:47.429Z] c646685c195e: Preparing [2021-03-23T15:55:47.429Z] 02a88cfff88f: Preparing [2021-03-23T15:55:47.429Z] c5a52ae1938f: Waiting [2021-03-23T15:55:47.429Z] c646685c195e: Waiting [2021-03-23T15:55:47.429Z] 5fd0424f3854: Waiting [2021-03-23T15:55:47.429Z] 02a88cfff88f: Waiting [2021-03-23T15:55:47.699Z] 91d05346bbbe: Layer already exists [2021-03-23T15:55:47.699Z] 8ece40ef7165: Layer already exists [2021-03-23T15:55:47.699Z] 94141f7f9d72: Layer already exists [2021-03-23T15:55:47.699Z] cb007c107530: Layer already exists [2021-03-23T15:55:47.699Z] 4ade1faf4e5b: Layer already exists [2021-03-23T15:55:47.699Z] 5fd0424f3854: Layer already exists [2021-03-23T15:55:47.699Z] c646685c195e: Layer already exists [2021-03-23T15:55:47.699Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:47.699Z] c5a52ae1938f: Layer already exists [2021-03-23T15:55:47.699Z] 2.0.0-dev.140: digest: sha256:346ef134315584d2bb761e9509a93a176e13e133e6707fdc8c2d271955e8c168 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:48.040Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:48.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:48.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-23T15:55:48.377Z] 4ade1faf4e5b: Preparing [2021-03-23T15:55:48.377Z] 8ece40ef7165: Preparing [2021-03-23T15:55:48.377Z] 91d05346bbbe: Preparing [2021-03-23T15:55:48.377Z] cb007c107530: Preparing [2021-03-23T15:55:48.377Z] 94141f7f9d72: Preparing [2021-03-23T15:55:48.377Z] 5fd0424f3854: Preparing [2021-03-23T15:55:48.377Z] c5a52ae1938f: Preparing [2021-03-23T15:55:48.377Z] c646685c195e: Preparing [2021-03-23T15:55:48.377Z] 02a88cfff88f: Preparing [2021-03-23T15:55:48.377Z] c5a52ae1938f: Waiting [2021-03-23T15:55:48.377Z] 02a88cfff88f: Waiting [2021-03-23T15:55:48.377Z] 5fd0424f3854: Waiting [2021-03-23T15:55:48.377Z] c646685c195e: Waiting [2021-03-23T15:55:48.648Z] 91d05346bbbe: Layer already exists [2021-03-23T15:55:48.648Z] 94141f7f9d72: Layer already exists [2021-03-23T15:55:48.648Z] 4ade1faf4e5b: Layer already exists [2021-03-23T15:55:48.648Z] 8ece40ef7165: Layer already exists [2021-03-23T15:55:48.648Z] cb007c107530: Layer already exists [2021-03-23T15:55:48.648Z] 5fd0424f3854: Layer already exists [2021-03-23T15:55:48.648Z] c5a52ae1938f: Layer already exists [2021-03-23T15:55:48.648Z] c646685c195e: Layer already exists [2021-03-23T15:55:48.648Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:48.648Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:346ef134315584d2bb761e9509a93a176e13e133e6707fdc8c2d271955e8c168 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:48.988Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:49.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-23T15:55:49.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-23T15:55:49.326Z] 4ade1faf4e5b: Preparing [2021-03-23T15:55:49.326Z] 8ece40ef7165: Preparing [2021-03-23T15:55:49.326Z] 91d05346bbbe: Preparing [2021-03-23T15:55:49.326Z] cb007c107530: Preparing [2021-03-23T15:55:49.326Z] 94141f7f9d72: Preparing [2021-03-23T15:55:49.326Z] 5fd0424f3854: Preparing [2021-03-23T15:55:49.326Z] c5a52ae1938f: Preparing [2021-03-23T15:55:49.326Z] c646685c195e: Preparing [2021-03-23T15:55:49.326Z] 02a88cfff88f: Preparing [2021-03-23T15:55:49.326Z] 5fd0424f3854: Waiting [2021-03-23T15:55:49.326Z] c646685c195e: Waiting [2021-03-23T15:55:49.326Z] 02a88cfff88f: Waiting [2021-03-23T15:55:49.326Z] c5a52ae1938f: Waiting [2021-03-23T15:55:49.326Z] 8ece40ef7165: Layer already exists [2021-03-23T15:55:49.326Z] 4ade1faf4e5b: Layer already exists [2021-03-23T15:55:49.326Z] 91d05346bbbe: Layer already exists [2021-03-23T15:55:49.326Z] 94141f7f9d72: Layer already exists [2021-03-23T15:55:49.326Z] cb007c107530: Layer already exists [2021-03-23T15:55:49.603Z] 5fd0424f3854: Layer already exists [2021-03-23T15:55:49.603Z] c5a52ae1938f: Layer already exists [2021-03-23T15:55:49.603Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:49.603Z] c646685c195e: Layer already exists [2021-03-23T15:55:49.603Z] master: digest: sha256:346ef134315584d2bb761e9509a93a176e13e133e6707fdc8c2d271955e8c168 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:55:49.824Z] ===================================================== [Pipeline] echo [2021-03-23T15:55:49.872Z] taggedImages: [2021-03-23T15:55:49.872Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:49.872Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:49.872Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:49.872Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-23T15:55:49.941Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-23T15:55:49.941Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:49.941Z] 2.0.0-dev.140 [2021-03-23T15:55:49.941Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:49.941Z] master [2021-03-23T15:55:49.941Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:50.517Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:50.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:50.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-23T15:55:50.850Z] d9a2ef6737a4: Preparing [2021-03-23T15:55:50.850Z] 2a60672f3356: Preparing [2021-03-23T15:55:50.850Z] c88eeeac997d: Preparing [2021-03-23T15:55:50.850Z] 1658fc8edf86: Preparing [2021-03-23T15:55:50.850Z] 02a88cfff88f: Preparing [2021-03-23T15:55:51.120Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:51.120Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:51.120Z] d9a2ef6737a4: Pushed [2021-03-23T15:55:51.395Z] 1658fc8edf86: Pushed [2021-03-23T15:55:53.995Z] 2a60672f3356: Pushed [2021-03-23T15:55:53.996Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:0b6afcd83ec1c3d66691e6da5826213b075eedbdd88fa9104b15fbf3682dcc68 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:54.332Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:54.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:54.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-23T15:55:54.712Z] d9a2ef6737a4: Preparing [2021-03-23T15:55:54.712Z] 2a60672f3356: Preparing [2021-03-23T15:55:54.712Z] c88eeeac997d: Preparing [2021-03-23T15:55:54.712Z] 1658fc8edf86: Preparing [2021-03-23T15:55:54.712Z] 02a88cfff88f: Preparing [2021-03-23T15:55:54.985Z] d9a2ef6737a4: Layer already exists [2021-03-23T15:55:54.985Z] 1658fc8edf86: Layer already exists [2021-03-23T15:55:54.985Z] 2a60672f3356: Layer already exists [2021-03-23T15:55:54.985Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:54.985Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:54.985Z] 2.0.0-dev.140: digest: sha256:0b6afcd83ec1c3d66691e6da5826213b075eedbdd88fa9104b15fbf3682dcc68 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:55.343Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:55.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:55.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-23T15:55:55.685Z] d9a2ef6737a4: Preparing [2021-03-23T15:55:55.685Z] 2a60672f3356: Preparing [2021-03-23T15:55:55.685Z] c88eeeac997d: Preparing [2021-03-23T15:55:55.685Z] 1658fc8edf86: Preparing [2021-03-23T15:55:55.685Z] 02a88cfff88f: Preparing [2021-03-23T15:55:55.685Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:55.685Z] d9a2ef6737a4: Layer already exists [2021-03-23T15:55:55.957Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:55.957Z] 1658fc8edf86: Layer already exists [2021-03-23T15:55:55.957Z] 2a60672f3356: Layer already exists [2021-03-23T15:55:55.957Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:0b6afcd83ec1c3d66691e6da5826213b075eedbdd88fa9104b15fbf3682dcc68 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:56.295Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:56.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-23T15:55:56.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-23T15:55:56.649Z] d9a2ef6737a4: Preparing [2021-03-23T15:55:56.649Z] 2a60672f3356: Preparing [2021-03-23T15:55:56.649Z] c88eeeac997d: Preparing [2021-03-23T15:55:56.649Z] 1658fc8edf86: Preparing [2021-03-23T15:55:56.649Z] 02a88cfff88f: Preparing [2021-03-23T15:55:56.919Z] 1658fc8edf86: Layer already exists [2021-03-23T15:55:56.919Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:56.919Z] d9a2ef6737a4: Layer already exists [2021-03-23T15:55:56.919Z] 2a60672f3356: Layer already exists [2021-03-23T15:55:56.919Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:56.919Z] master: digest: sha256:0b6afcd83ec1c3d66691e6da5826213b075eedbdd88fa9104b15fbf3682dcc68 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:55:57.187Z] ===================================================== [Pipeline] echo [2021-03-23T15:55:57.236Z] taggedImages: [2021-03-23T15:55:57.236Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:57.236Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.140 [2021-03-23T15:55:57.236Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:57.236Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-23T15:55:57.298Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-23T15:55:57.298Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:57.298Z] 2.0.0-dev.140 [2021-03-23T15:55:57.298Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:55:57.298Z] master [2021-03-23T15:55:57.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:57.825Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:55:58.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:55:58.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-23T15:55:58.165Z] e5a21f5293e7: Preparing [2021-03-23T15:55:58.165Z] 16fe8d734963: Preparing [2021-03-23T15:55:58.165Z] c88eeeac997d: Preparing [2021-03-23T15:55:58.165Z] 5b1259ced5bf: Preparing [2021-03-23T15:55:58.165Z] 02a88cfff88f: Preparing [2021-03-23T15:55:58.435Z] 02a88cfff88f: Layer already exists [2021-03-23T15:55:58.435Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:55:58.435Z] c88eeeac997d: Layer already exists [2021-03-23T15:55:58.435Z] e5a21f5293e7: Pushed [2021-03-23T15:56:01.041Z] 16fe8d734963: Pushed [2021-03-23T15:56:01.041Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:121a79577abcc5a2db7654d4cfa7fe765e487e4c972a67b32750ae218f197061 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:01.668Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:02.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.140 [2021-03-23T15:56:02.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-23T15:56:02.002Z] e5a21f5293e7: Preparing [2021-03-23T15:56:02.002Z] 16fe8d734963: Preparing [2021-03-23T15:56:02.002Z] c88eeeac997d: Preparing [2021-03-23T15:56:02.002Z] 5b1259ced5bf: Preparing [2021-03-23T15:56:02.002Z] 02a88cfff88f: Preparing [2021-03-23T15:56:02.272Z] e5a21f5293e7: Layer already exists [2021-03-23T15:56:02.272Z] 02a88cfff88f: Layer already exists [2021-03-23T15:56:02.272Z] c88eeeac997d: Layer already exists [2021-03-23T15:56:02.272Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:56:02.272Z] 16fe8d734963: Layer already exists [2021-03-23T15:56:02.272Z] 2.0.0-dev.140: digest: sha256:121a79577abcc5a2db7654d4cfa7fe765e487e4c972a67b32750ae218f197061 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:02.613Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:02.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:56:02.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-23T15:56:02.945Z] e5a21f5293e7: Preparing [2021-03-23T15:56:02.945Z] 16fe8d734963: Preparing [2021-03-23T15:56:02.945Z] c88eeeac997d: Preparing [2021-03-23T15:56:02.945Z] 5b1259ced5bf: Preparing [2021-03-23T15:56:02.945Z] 02a88cfff88f: Preparing [2021-03-23T15:56:02.945Z] 02a88cfff88f: Layer already exists [2021-03-23T15:56:02.945Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:56:02.945Z] e5a21f5293e7: Layer already exists [2021-03-23T15:56:03.215Z] c88eeeac997d: Layer already exists [2021-03-23T15:56:03.215Z] 16fe8d734963: Layer already exists [2021-03-23T15:56:03.215Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:121a79577abcc5a2db7654d4cfa7fe765e487e4c972a67b32750ae218f197061 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:03.551Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:03.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-23T15:56:03.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-23T15:56:03.882Z] e5a21f5293e7: Preparing [2021-03-23T15:56:03.882Z] 16fe8d734963: Preparing [2021-03-23T15:56:03.882Z] c88eeeac997d: Preparing [2021-03-23T15:56:03.882Z] 5b1259ced5bf: Preparing [2021-03-23T15:56:03.882Z] 02a88cfff88f: Preparing [2021-03-23T15:56:04.152Z] 16fe8d734963: Layer already exists [2021-03-23T15:56:04.152Z] c88eeeac997d: Layer already exists [2021-03-23T15:56:04.152Z] 5b1259ced5bf: Layer already exists [2021-03-23T15:56:04.153Z] 02a88cfff88f: Layer already exists [2021-03-23T15:56:04.153Z] e5a21f5293e7: Layer already exists [2021-03-23T15:56:04.153Z] master: digest: sha256:121a79577abcc5a2db7654d4cfa7fe765e487e4c972a67b32750ae218f197061 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:56:04.416Z] ===================================================== [Pipeline] echo [2021-03-23T15:56:04.462Z] taggedImages: [2021-03-23T15:56:04.462Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:56:04.462Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.140 [2021-03-23T15:56:04.462Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:56:04.462Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-23T15:56:04.523Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-23T15:56:04.523Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:56:04.523Z] 2.0.0-dev.140 [2021-03-23T15:56:04.523Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:56:04.523Z] master [2021-03-23T15:56:04.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:05.015Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:05.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:56:05.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-23T15:56:05.347Z] a78048883d0a: Preparing [2021-03-23T15:56:05.347Z] 92d19534c567: Preparing [2021-03-23T15:56:05.347Z] 046134177472: Preparing [2021-03-23T15:56:05.347Z] 744e1ce80b47: Preparing [2021-03-23T15:56:05.347Z] da8653107752: Preparing [2021-03-23T15:56:05.347Z] 25b9c4a3c5ba: Preparing [2021-03-23T15:56:05.347Z] 977c73064918: Preparing [2021-03-23T15:56:05.347Z] 9ded3b6bb9b5: Preparing [2021-03-23T15:56:05.347Z] fa1afe8e6ed9: Preparing [2021-03-23T15:56:05.347Z] 87a09b4c083e: Preparing [2021-03-23T15:56:05.347Z] 0f74e9ff2a61: Preparing [2021-03-23T15:56:05.347Z] b122376c33c6: Preparing [2021-03-23T15:56:05.347Z] f8381ed47b22: Preparing [2021-03-23T15:56:05.347Z] e934a737d657: Preparing [2021-03-23T15:56:05.347Z] 9ded3b6bb9b5: Waiting [2021-03-23T15:56:05.347Z] fa1afe8e6ed9: Waiting [2021-03-23T15:56:05.347Z] 87a09b4c083e: Waiting [2021-03-23T15:56:05.347Z] 0f74e9ff2a61: Waiting [2021-03-23T15:56:05.347Z] b122376c33c6: Waiting [2021-03-23T15:56:05.347Z] f8381ed47b22: Waiting [2021-03-23T15:56:05.347Z] e934a737d657: Waiting [2021-03-23T15:56:05.347Z] 25b9c4a3c5ba: Waiting [2021-03-23T15:56:05.347Z] 977c73064918: Waiting [2021-03-23T15:56:05.942Z] a78048883d0a: Pushed [2021-03-23T15:56:05.942Z] da8653107752: Pushed [2021-03-23T15:56:06.541Z] 744e1ce80b47: Pushed [2021-03-23T15:56:06.815Z] 9ded3b6bb9b5: Layer already exists [2021-03-23T15:56:06.815Z] fa1afe8e6ed9: Layer already exists [2021-03-23T15:56:06.815Z] 977c73064918: Pushed [2021-03-23T15:56:06.815Z] 87a09b4c083e: Layer already exists [2021-03-23T15:56:07.088Z] 0f74e9ff2a61: Layer already exists [2021-03-23T15:56:07.088Z] b122376c33c6: Layer already exists [2021-03-23T15:56:07.088Z] f8381ed47b22: Layer already exists [2021-03-23T15:56:07.088Z] e934a737d657: Layer already exists [2021-03-23T15:56:07.360Z] 92d19534c567: Pushed [2021-03-23T15:56:08.787Z] 25b9c4a3c5ba: Pushed [2021-03-23T15:56:18.901Z] 046134177472: Pushed [2021-03-23T15:56:18.901Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:99f3a180dc3a19a333bb551964f47900bd7cbfff5f4a3fbf842e6dd74d0adb6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:19.237Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:19.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.140 [2021-03-23T15:56:19.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-23T15:56:19.568Z] a78048883d0a: Preparing [2021-03-23T15:56:19.568Z] 92d19534c567: Preparing [2021-03-23T15:56:19.568Z] 046134177472: Preparing [2021-03-23T15:56:19.568Z] 744e1ce80b47: Preparing [2021-03-23T15:56:19.568Z] da8653107752: Preparing [2021-03-23T15:56:19.568Z] 25b9c4a3c5ba: Preparing [2021-03-23T15:56:19.568Z] 977c73064918: Preparing [2021-03-23T15:56:19.568Z] 9ded3b6bb9b5: Preparing [2021-03-23T15:56:19.568Z] fa1afe8e6ed9: Preparing [2021-03-23T15:56:19.568Z] 87a09b4c083e: Preparing [2021-03-23T15:56:19.568Z] 0f74e9ff2a61: Preparing [2021-03-23T15:56:19.568Z] b122376c33c6: Preparing [2021-03-23T15:56:19.568Z] f8381ed47b22: Preparing [2021-03-23T15:56:19.568Z] e934a737d657: Preparing [2021-03-23T15:56:19.568Z] 25b9c4a3c5ba: Waiting [2021-03-23T15:56:19.568Z] 977c73064918: Waiting [2021-03-23T15:56:19.568Z] 9ded3b6bb9b5: Waiting [2021-03-23T15:56:19.568Z] fa1afe8e6ed9: Waiting [2021-03-23T15:56:19.568Z] 87a09b4c083e: Waiting [2021-03-23T15:56:19.568Z] 0f74e9ff2a61: Waiting [2021-03-23T15:56:19.568Z] b122376c33c6: Waiting [2021-03-23T15:56:19.568Z] f8381ed47b22: Waiting [2021-03-23T15:56:19.568Z] e934a737d657: Waiting [2021-03-23T15:56:19.837Z] 744e1ce80b47: Layer already exists [2021-03-23T15:56:19.837Z] da8653107752: Layer already exists [2021-03-23T15:56:19.837Z] a78048883d0a: Layer already exists [2021-03-23T15:56:19.837Z] 92d19534c567: Layer already exists [2021-03-23T15:56:19.837Z] 25b9c4a3c5ba: Layer already exists [2021-03-23T15:56:19.837Z] 046134177472: Layer already exists [2021-03-23T15:56:19.837Z] 9ded3b6bb9b5: Layer already exists [2021-03-23T15:56:19.837Z] 977c73064918: Layer already exists [2021-03-23T15:56:19.837Z] fa1afe8e6ed9: Layer already exists [2021-03-23T15:56:19.837Z] 87a09b4c083e: Layer already exists [2021-03-23T15:56:19.837Z] 0f74e9ff2a61: Layer already exists [2021-03-23T15:56:19.837Z] b122376c33c6: Layer already exists [2021-03-23T15:56:19.837Z] e934a737d657: Layer already exists [2021-03-23T15:56:19.837Z] f8381ed47b22: Layer already exists [2021-03-23T15:56:19.837Z] 2.0.0-dev.140: digest: sha256:99f3a180dc3a19a333bb551964f47900bd7cbfff5f4a3fbf842e6dd74d0adb6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:20.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-23T15:56:20.444Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:20.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:56:20.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-23T15:56:20.776Z] a78048883d0a: Preparing [2021-03-23T15:56:20.776Z] 92d19534c567: Preparing [2021-03-23T15:56:20.776Z] 046134177472: Preparing [2021-03-23T15:56:20.776Z] 744e1ce80b47: Preparing [2021-03-23T15:56:20.776Z] da8653107752: Preparing [2021-03-23T15:56:20.776Z] 25b9c4a3c5ba: Preparing [2021-03-23T15:56:20.776Z] 977c73064918: Preparing [2021-03-23T15:56:20.776Z] 9ded3b6bb9b5: Preparing [2021-03-23T15:56:20.776Z] fa1afe8e6ed9: Preparing [2021-03-23T15:56:20.776Z] 87a09b4c083e: Preparing [2021-03-23T15:56:20.776Z] 0f74e9ff2a61: Preparing [2021-03-23T15:56:20.776Z] b122376c33c6: Preparing [2021-03-23T15:56:20.776Z] f8381ed47b22: Preparing [2021-03-23T15:56:20.776Z] e934a737d657: Preparing [2021-03-23T15:56:20.776Z] 87a09b4c083e: Waiting [2021-03-23T15:56:20.776Z] f8381ed47b22: Waiting [2021-03-23T15:56:20.776Z] e934a737d657: Waiting [2021-03-23T15:56:20.776Z] 25b9c4a3c5ba: Waiting [2021-03-23T15:56:20.776Z] 0f74e9ff2a61: Waiting [2021-03-23T15:56:20.776Z] b122376c33c6: Waiting [2021-03-23T15:56:20.776Z] 9ded3b6bb9b5: Waiting [2021-03-23T15:56:20.776Z] 977c73064918: Waiting [2021-03-23T15:56:20.776Z] fa1afe8e6ed9: Waiting [2021-03-23T15:56:20.776Z] da8653107752: Layer already exists [2021-03-23T15:56:20.776Z] 92d19534c567: Layer already exists [2021-03-23T15:56:21.046Z] 744e1ce80b47: Layer already exists [2021-03-23T15:56:21.046Z] 046134177472: Layer already exists [2021-03-23T15:56:21.046Z] a78048883d0a: Layer already exists [2021-03-23T15:56:21.046Z] 977c73064918: Layer already exists [2021-03-23T15:56:21.046Z] 25b9c4a3c5ba: Layer already exists [2021-03-23T15:56:21.046Z] 9ded3b6bb9b5: Layer already exists [2021-03-23T15:56:21.046Z] fa1afe8e6ed9: Layer already exists [2021-03-23T15:56:21.046Z] 87a09b4c083e: Layer already exists [2021-03-23T15:56:21.046Z] f8381ed47b22: Layer already exists [2021-03-23T15:56:21.046Z] 0f74e9ff2a61: Layer already exists [2021-03-23T15:56:21.046Z] b122376c33c6: Layer already exists [2021-03-23T15:56:21.046Z] e934a737d657: Layer already exists [2021-03-23T15:56:21.046Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:99f3a180dc3a19a333bb551964f47900bd7cbfff5f4a3fbf842e6dd74d0adb6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:21.412Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:56:21.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-23T15:56:21.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-23T15:56:21.742Z] a78048883d0a: Preparing [2021-03-23T15:56:21.742Z] 92d19534c567: Preparing [2021-03-23T15:56:21.742Z] 046134177472: Preparing [2021-03-23T15:56:21.742Z] 744e1ce80b47: Preparing [2021-03-23T15:56:21.742Z] da8653107752: Preparing [2021-03-23T15:56:21.742Z] 25b9c4a3c5ba: Preparing [2021-03-23T15:56:21.742Z] 977c73064918: Preparing [2021-03-23T15:56:21.742Z] 9ded3b6bb9b5: Preparing [2021-03-23T15:56:21.742Z] fa1afe8e6ed9: Preparing [2021-03-23T15:56:21.742Z] 87a09b4c083e: Preparing [2021-03-23T15:56:21.742Z] 0f74e9ff2a61: Preparing [2021-03-23T15:56:21.742Z] b122376c33c6: Preparing [2021-03-23T15:56:21.742Z] f8381ed47b22: Preparing [2021-03-23T15:56:21.742Z] e934a737d657: Preparing [2021-03-23T15:56:21.742Z] fa1afe8e6ed9: Waiting [2021-03-23T15:56:21.742Z] 87a09b4c083e: Waiting [2021-03-23T15:56:21.742Z] 9ded3b6bb9b5: Waiting [2021-03-23T15:56:21.742Z] 0f74e9ff2a61: Waiting [2021-03-23T15:56:21.742Z] b122376c33c6: Waiting [2021-03-23T15:56:21.742Z] f8381ed47b22: Waiting [2021-03-23T15:56:21.742Z] e934a737d657: Waiting [2021-03-23T15:56:21.742Z] 25b9c4a3c5ba: Waiting [2021-03-23T15:56:21.742Z] 977c73064918: Waiting [2021-03-23T15:56:22.011Z] 046134177472: Layer already exists [2021-03-23T15:56:22.011Z] 92d19534c567: Layer already exists [2021-03-23T15:56:22.011Z] 744e1ce80b47: Layer already exists [2021-03-23T15:56:22.011Z] da8653107752: Layer already exists [2021-03-23T15:56:22.011Z] a78048883d0a: Layer already exists [2021-03-23T15:56:22.011Z] 25b9c4a3c5ba: Layer already exists [2021-03-23T15:56:22.011Z] 977c73064918: Layer already exists [2021-03-23T15:56:22.011Z] fa1afe8e6ed9: Layer already exists [2021-03-23T15:56:22.011Z] 87a09b4c083e: Layer already exists [2021-03-23T15:56:22.011Z] 0f74e9ff2a61: Layer already exists [2021-03-23T15:56:22.011Z] 9ded3b6bb9b5: Layer already exists [2021-03-23T15:56:22.011Z] b122376c33c6: Layer already exists [2021-03-23T15:56:22.011Z] f8381ed47b22: Layer already exists [2021-03-23T15:56:22.011Z] e934a737d657: Layer already exists [2021-03-23T15:56:22.011Z] master: digest: sha256:99f3a180dc3a19a333bb551964f47900bd7cbfff5f4a3fbf842e6dd74d0adb6b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:56:22.215Z] ===================================================== [Pipeline] echo [2021-03-23T15:56:22.258Z] taggedImages: [2021-03-23T15:56:22.258Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:56:22.258Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.140 [2021-03-23T15:56:22.258Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:56:22.258Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:56:22.884Z] ---> job-cost.sh [2021-03-23T15:56:22.884Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Mjye [2021-03-23T15:56:53.374Z] Removing intermediate container 6c9584d5b139 [2021-03-23T15:56:53.374Z] ---> 913d3c4f1028 [2021-03-23T15:56:53.374Z] [2021-03-23T15:56:53.374Z] Step 10/21 : FROM alpine:3.12 [2021-03-23T15:56:53.374Z] ---> 88dd2752d2ea [2021-03-23T15:56:53.374Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-23T15:56:53.374Z] ---> Running in 52af94a10a7f [2021-03-23T15:56:54.628Z] ---> 85d1cf9dc2af [2021-03-23T15:56:54.628Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-23T15:56:54.917Z] ---> Running in a9333ca79eb0 [2021-03-23T15:56:55.188Z] ---> fc4448996689 [2021-03-23T15:56:55.188Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-23T15:56:55.188Z] ---> c0d670ad7533 [2021-03-23T15:56:55.188Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-23T15:56:55.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:56:55.556Z] ---> Running in eb5f5fdb0459 [2021-03-23T15:56:55.556Z] ---> Running in 39aa0d875228 [2021-03-23T15:56:55.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:56:55.842Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-23T15:56:55.842Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:56:55.842Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-23T15:56:56.145Z] (4/4) Installing curl (7.69.1-r3) [2021-03-23T15:56:56.145Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:56:56.145Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:56:56.600Z] OK: 7 MiB in 18 packages [2021-03-23T15:56:56.918Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/core-data/core-data ./cmd/core-data [2021-03-23T15:56:57.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-23T15:56:57.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-23T15:57:00.128Z] Removing intermediate container 52af94a10a7f [2021-03-23T15:57:00.128Z] ---> e2da60914482 [2021-03-23T15:57:00.128Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T15:57:00.465Z] ---> Running in 9334d130f9ad [2021-03-23T15:57:01.885Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T15:57:02.092Z] Removing intermediate container 9334d130f9ad [2021-03-23T15:57:02.092Z] ---> 1795096eb2e7 [2021-03-23T15:57:02.092Z] Step 13/21 : WORKDIR /edgex [2021-03-23T15:57:02.500Z] ---> Running in 448f61eec41f [2021-03-23T15:57:05.883Z] Removing intermediate container 448f61eec41f [2021-03-23T15:57:05.883Z] ---> 646ef0eaec8d [2021-03-23T15:57:05.883Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-23T15:57:07.586Z] ---> e12c782ea296 [2021-03-23T15:57:07.586Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-23T15:57:09.921Z] ---> d4a46ac79860 [2021-03-23T15:57:09.921Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-23T15:57:13.748Z] ---> 3d3b42e9419f [2021-03-23T15:57:13.748Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-23T15:57:13.748Z] ---> Running in 211a531a4a34 [2021-03-23T15:57:14.074Z] Removing intermediate container 211a531a4a34 [2021-03-23T15:57:14.074Z] ---> 6096db495367 [2021-03-23T15:57:14.074Z] Step 18/21 : CMD ["--init=true"] [2021-03-23T15:57:14.372Z] ---> Running in a09f7d49a5ac [2021-03-23T15:57:16.442Z] Removing intermediate container a09f7d49a5ac [2021-03-23T15:57:16.442Z] ---> 3099a23b9bf0 [2021-03-23T15:57:16.442Z] Step 19/21 : LABEL arch=x86_64 [2021-03-23T15:57:17.132Z] ---> Running in ed77724424ec [2021-03-23T15:57:18.486Z] Removing intermediate container ed77724424ec [2021-03-23T15:57:18.486Z] ---> c1a05e68cd35 [2021-03-23T15:57:18.486Z] Step 20/21 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:57:18.486Z] ---> Running in c4d1b2ebd5dd [2021-03-23T15:57:20.621Z] Removing intermediate container c4d1b2ebd5dd [2021-03-23T15:57:20.621Z] ---> b5a514965847 [2021-03-23T15:57:20.621Z] Step 21/21 : LABEL version=2.0.0-dev.140 [2021-03-23T15:57:20.954Z] ---> Running in 1bc960cf5b38 [2021-03-23T15:57:22.599Z] Removing intermediate container 1bc960cf5b38 [2021-03-23T15:57:22.599Z] ---> ae06fef88bab [2021-03-23T15:57:22.599Z] [2021-03-23T15:57:24.445Z] Successfully built ae06fef88bab [2021-03-23T15:57:24.820Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-23T15:57:52.684Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 39aa0d875228 [2021-03-23T15:57:52.684Z] ---> ff5ef677d3f7 [2021-03-23T15:57:52.684Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-23T15:57:52.684Z] ---> Running in d3a76404f3bc [2021-03-23T15:57:53.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.140" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-23T15:57:55.295Z] Removing intermediate container eb5f5fdb0459 [2021-03-23T15:57:55.295Z] ---> e67f91abd5ac [2021-03-23T15:57:55.295Z] [2021-03-23T15:57:55.295Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T15:57:55.295Z] ---> 88dd2752d2ea [2021-03-23T15:57:55.295Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-23T15:57:55.295Z] ---> Running in 359ec1b8703b [2021-03-23T15:57:56.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:57:56.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:57:57.070Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-23T15:57:57.070Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-23T15:57:57.070Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:57:57.070Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:57:57.360Z] OK: 6 MiB in 16 packages [2021-03-23T15:57:57.639Z] Removing intermediate container d3a76404f3bc [2021-03-23T15:57:57.639Z] ---> e15879b31b9b [2021-03-23T15:57:57.639Z] [2021-03-23T15:57:57.639Z] Step 11/26 : FROM docker:20.10.0 [2021-03-23T15:57:57.911Z] 20.10.0: Pulling from library/docker [2021-03-23T15:57:59.019Z] Removing intermediate container a9333ca79eb0 [2021-03-23T15:57:59.019Z] ---> 169688fcd6c7 [2021-03-23T15:57:59.019Z] [2021-03-23T15:57:59.019Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:57:59.019Z] ---> 88dd2752d2ea [2021-03-23T15:57:59.019Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-23T15:57:59.019Z] ---> Running in a1f1331be0fc [2021-03-23T15:57:59.295Z] Removing intermediate container 359ec1b8703b [2021-03-23T15:57:59.295Z] ---> ba3def734cf8 [2021-03-23T15:57:59.295Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:57:59.595Z] ---> Running in 0c430da6f774 [2021-03-23T15:57:59.863Z] Removing intermediate container a1f1331be0fc [2021-03-23T15:57:59.863Z] ---> 13f953904121 [2021-03-23T15:57:59.863Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-23T15:58:00.140Z] ---> Running in bcb98e4668f2 [2021-03-23T15:58:00.140Z] Removing intermediate container 0c430da6f774 [2021-03-23T15:58:00.140Z] ---> 125e73e5d1ef [2021-03-23T15:58:00.140Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-23T15:58:00.420Z] ---> Running in 70e9d56a8942 [2021-03-23T15:58:00.785Z] Removing intermediate container bcb98e4668f2 [2021-03-23T15:58:00.785Z] ---> 7e9e4e9cfa2b [2021-03-23T15:58:00.785Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-23T15:58:00.785Z] Removing intermediate container 70e9d56a8942 [2021-03-23T15:58:00.785Z] ---> d52ba25e2df1 [2021-03-23T15:58:00.785Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T15:58:00.785Z] ---> Running in 28a65014f0e2 [2021-03-23T15:58:01.083Z] ---> Running in c8dcc8189640 [2021-03-23T15:58:01.366Z] Removing intermediate container 28a65014f0e2 [2021-03-23T15:58:01.366Z] ---> 0797116a9aa1 [2021-03-23T15:58:01.366Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:58:01.634Z] ---> Running in 4623b5728998 [2021-03-23T15:58:02.036Z] Removing intermediate container c8dcc8189640 [2021-03-23T15:58:02.036Z] ---> cdf73e52061b [2021-03-23T15:58:02.036Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:58:03.102Z] ---> ae28b06537a2 [2021-03-23T15:58:03.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-23T15:58:05.874Z] ---> 98e3101421f9 [2021-03-23T15:58:05.874Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-23T15:58:06.509Z] Removing intermediate container 4623b5728998 [2021-03-23T15:58:06.509Z] ---> d520fb6ded53 [2021-03-23T15:58:06.509Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-23T15:58:07.119Z] ---> Running in 2dcc4905c246 [2021-03-23T15:58:07.119Z] ---> 3a65d58a469d [2021-03-23T15:58:07.119Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-23T15:58:07.461Z] ---> Running in 2eba57a09bc5 [2021-03-23T15:58:08.105Z] Removing intermediate container 2eba57a09bc5 [2021-03-23T15:58:08.105Z] ---> 154db330ef63 [2021-03-23T15:58:08.105Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:58:08.105Z] ---> Running in d90f7957d023 [2021-03-23T15:58:08.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:58:08.660Z] Removing intermediate container d90f7957d023 [2021-03-23T15:58:08.660Z] ---> 677e67b898b0 [2021-03-23T15:58:08.660Z] Step 20/22 : LABEL arch=x86_64 [2021-03-23T15:58:08.974Z] ---> Running in bb95a5b654c7 [2021-03-23T15:58:09.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:58:09.565Z] Removing intermediate container bb95a5b654c7 [2021-03-23T15:58:09.565Z] ---> 9cde0a1db4a4 [2021-03-23T15:58:09.565Z] Step 21/22 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:58:09.848Z] ---> Running in f3d79377c02c [2021-03-23T15:58:10.438Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-23T15:58:10.438Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-23T15:58:10.438Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-23T15:58:10.438Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-23T15:58:10.717Z] Removing intermediate container f3d79377c02c [2021-03-23T15:58:10.717Z] ---> 3e0e2e5e4816 [2021-03-23T15:58:10.717Z] Step 22/22 : LABEL version=2.0.0-dev.140 [2021-03-23T15:58:10.717Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-23T15:58:10.991Z] ---> Running in 6de180f9dbf4 [2021-03-23T15:58:10.991Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-23T15:58:10.991Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:58:10.991Z] OK: 8 MiB in 20 packages [2021-03-23T15:58:10.991Z] Removing intermediate container 6de180f9dbf4 [2021-03-23T15:58:10.991Z] ---> b18f902b04ec [2021-03-23T15:58:10.991Z] [2021-03-23T15:58:11.994Z] Successfully built b18f902b04ec [2021-03-23T15:58:12.292Z] Successfully tagged docker-support-notifications-go:latest [2021-03-23T15:58:12.292Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-23T15:58:12.292Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-23T15:58:12.292Z] ---> aefe523efa57 [2021-03-23T15:58:12.292Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-23T15:58:12.567Z] Removing intermediate container 2dcc4905c246 [2021-03-23T15:58:12.567Z] ---> fa3068feb8a4 [2021-03-23T15:58:12.567Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:58:12.567Z] ---> Running in 89b31ddbff4a [2021-03-23T15:58:13.539Z] ---> aeaa99e59f55 [2021-03-23T15:58:13.540Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-23T15:58:13.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:58:13.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:58:14.108Z] (1/2) Installing readline (8.0.4-r0) [2021-03-23T15:58:14.108Z] (2/2) Installing bash (5.0.17-r0) [2021-03-23T15:58:14.108Z] Executing bash-5.0.17-r0.post-install [2021-03-23T15:58:14.108Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:58:14.108Z] OK: 12 MiB in 22 packages [2021-03-23T15:58:14.377Z] ---> 91f411ae6d95 [2021-03-23T15:58:14.377Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-23T15:58:14.982Z] ---> 145d9e557f39 [2021-03-23T15:58:14.983Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-23T15:58:15.274Z] ---> Running in 0f75b6026f32 [2021-03-23T15:58:15.540Z] Removing intermediate container 89b31ddbff4a [2021-03-23T15:58:15.540Z] ---> 106a455ae125 [2021-03-23T15:58:15.540Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-23T15:58:15.806Z] ---> Running in ab390798d3ee [2021-03-23T15:58:16.078Z] Removing intermediate container 0f75b6026f32 [2021-03-23T15:58:16.078Z] ---> 5e3c2c5758be [2021-03-23T15:58:16.078Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:58:16.078Z] ---> Running in 2258c0c331f1 [2021-03-23T15:58:16.380Z] Removing intermediate container ab390798d3ee [2021-03-23T15:58:16.380Z] ---> 5f4b75a5e149 [2021-03-23T15:58:16.380Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-23T15:58:16.380Z] ---> Running in 7829972d6fdb [2021-03-23T15:58:16.674Z] Removing intermediate container 2258c0c331f1 [2021-03-23T15:58:16.674Z] ---> 4743adaa87f2 [2021-03-23T15:58:16.675Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T15:58:16.675Z] ---> Running in 7a7469bdde6f [2021-03-23T15:58:16.950Z] Removing intermediate container 7829972d6fdb [2021-03-23T15:58:16.950Z] ---> c769ae224c91 [2021-03-23T15:58:16.950Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-23T15:58:16.950Z] ---> Running in 06bc525949b2 [2021-03-23T15:58:17.227Z] Removing intermediate container 7a7469bdde6f [2021-03-23T15:58:17.227Z] ---> 9a111b843396 [2021-03-23T15:58:17.227Z] Step 22/23 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:58:17.227Z] ---> Running in e18e97c91a14 [2021-03-23T15:58:17.227Z] Removing intermediate container 06bc525949b2 [2021-03-23T15:58:17.227Z] ---> 40552f37682f [2021-03-23T15:58:17.227Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-23T15:58:17.886Z] Removing intermediate container e18e97c91a14 [2021-03-23T15:58:17.886Z] ---> 3bc3d16f3531 [2021-03-23T15:58:17.886Z] Step 23/23 : LABEL version=2.0.0-dev.140 [2021-03-23T15:58:17.886Z] ---> Running in 6b102d5bdc3b [2021-03-23T15:58:18.479Z] Removing intermediate container 6b102d5bdc3b [2021-03-23T15:58:18.479Z] ---> 1cd90ddc17cc [2021-03-23T15:58:18.479Z] [2021-03-23T15:58:19.112Z] ---> ed3baa28b307 [2021-03-23T15:58:19.112Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-23T15:58:19.112Z] Successfully built 1cd90ddc17cc [2021-03-23T15:58:19.112Z] Successfully tagged docker-core-data-go:latest [2021-03-23T15:58:19.712Z]  Building docker-core-data-go ... done  ---> 081bad33c978 [2021-03-23T15:58:19.712Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-23T15:58:20.743Z] ---> f9d5402b751f [2021-03-23T15:58:20.743Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-23T15:58:20.743Z] ---> Running in 33e8fd10187b [2021-03-23T15:58:21.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:58:22.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:58:22.314Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-23T15:58:22.314Z] (2/33) Installing expat (2.2.9-r1) [2021-03-23T15:58:22.314Z] (3/33) Installing libffi (3.3-r2) [2021-03-23T15:58:22.314Z] (4/33) Installing gdbm (1.13-r1) [2021-03-23T15:58:22.314Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-23T15:58:22.314Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-23T15:58:22.314Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-23T15:58:24.511Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-23T15:58:24.511Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-23T15:58:24.511Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-23T15:58:24.511Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-23T15:58:24.511Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-23T15:58:24.511Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-23T15:58:24.511Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-23T15:58:24.511Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-23T15:58:24.511Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-23T15:58:24.511Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-23T15:58:24.511Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-23T15:58:24.511Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-23T15:58:24.511Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-23T15:58:24.511Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-23T15:58:24.511Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-23T15:58:24.511Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-23T15:58:24.511Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-23T15:58:24.511Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-23T15:58:24.800Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-23T15:58:24.801Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-23T15:58:24.801Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-23T15:58:24.801Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-23T15:58:24.801Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-23T15:58:24.801Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-23T15:58:24.801Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-23T15:58:24.801Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-23T15:58:25.119Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:58:25.119Z] OK: 71 MiB in 55 packages [2021-03-23T15:58:37.778Z] Removing intermediate container 33e8fd10187b [2021-03-23T15:58:37.778Z] ---> ed9d6438ba34 [2021-03-23T15:58:37.778Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-23T15:58:37.778Z] ---> Running in c8060b500a4b [2021-03-23T15:58:38.640Z] lf-activate-venv(): INFO: Adding /tmp/venv-Mjye/bin to PATH [2021-03-23T15:58:38.640Z] INFO: No Stack... [2021-03-23T15:58:38.640Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T15:58:38.640Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T15:58:38.975Z] + + cut -d, -f6cat [2021-03-23T15:58:38.975Z] /w/workspace/edgex-go/407/archives/cost.csv [Pipeline] lock [2021-03-23T15:58:39.086Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-407-stack-cost] [2021-03-23T15:58:39.095Z] Resource [jenkins-edgexfoundry-edgex-go-master-407-stack-cost] did not exist. Created. [2021-03-23T15:58:39.095Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-407-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T15:58:39.513Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T15:58:40.539Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T15:58:40.545Z] Collecting docker-compose==1.23.2 [2021-03-23T15:58:40.545Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-23T15:58:40.551Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-407-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-03-23T15:58:40.828Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-23T15:58:40.828Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-03-23T15:58:41.183Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-23T15:58:41.183Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] } [2021-03-23T15:58:41.466Z] Collecting jsonschema<3,>=2.5.1 [2021-03-23T15:58:41.466Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-23T15:58:42.080Z] Collecting docker<4.0,>=3.6.0 [2021-03-23T15:58:42.081Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-23T15:58:42.081Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-23T15:58:42.081Z] Collecting docopt<0.7,>=0.6.1 [2021-03-23T15:58:42.081Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-23T15:58:43.536Z] Collecting cached-property<2,>=1.2.0 [2021-03-23T15:58:43.536Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-23T15:58:43.536Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-23T15:58:43.536Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-23T15:58:44.520Z] Collecting texttable<0.10,>=0.9.0 [2021-03-23T15:58:44.520Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-23T15:58:45.129Z] Collecting PyYAML<4,>=3.10 [2021-03-23T15:58:45.129Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-23T15:58:46.176Z] Collecting idna<2.8,>=2.5 [2021-03-23T15:58:46.176Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-23T15:58:46.457Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-23T15:58:46.457Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-23T15:58:46.800Z] 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) [2021-03-23T15:58:46.800Z] 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) [2021-03-23T15:58:46.800Z] Collecting docker-pycreds>=0.4.0 [2021-03-23T15:58:46.800Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-23T15:58:46.800Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-23T15:58:46.800Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-23T15:58:46.800Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-23T15:58:46.800Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-23T15:58:47.076Z] Installing collected packages: websocket-client, idna, urllib3, requests, jsonschema, docker-pycreds, docker, docopt, cached-property, dockerpty, texttable, PyYAML, docker-compose [2021-03-23T15:58:47.076Z] Attempting uninstall: idna [2021-03-23T15:58:47.076Z] Found existing installation: idna 2.9 [2021-03-23T15:58:47.076Z] Uninstalling idna-2.9: [2021-03-23T15:58:47.076Z] Successfully uninstalled idna-2.9 [2021-03-23T15:58:47.690Z] Attempting uninstall: urllib3 [2021-03-23T15:58:47.690Z] Found existing installation: urllib3 1.25.9 [2021-03-23T15:58:47.690Z] Uninstalling urllib3-1.25.9: [2021-03-23T15:58:47.690Z] Successfully uninstalled urllib3-1.25.9 [2021-03-23T15:58:47.963Z] Attempting uninstall: requests [2021-03-23T15:58:47.963Z] Found existing installation: requests 2.23.0 [2021-03-23T15:58:47.963Z] Uninstalling requests-2.23.0: [2021-03-23T15:58:47.963Z] Successfully uninstalled requests-2.23.0 [2021-03-23T15:58:48.556Z] Running setup.py install for docopt: started [2021-03-23T15:58:49.600Z] Running setup.py install for docopt: finished with status 'done' [2021-03-23T15:58:49.600Z] Running setup.py install for dockerpty: started [2021-03-23T15:58:50.400Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-23T15:58:50.400Z] Running setup.py install for texttable: started [2021-03-23T15:58:51.594Z] Running setup.py install for texttable: finished with status 'done' [2021-03-23T15:58:51.594Z] Running setup.py install for PyYAML: started [2021-03-23T15:58:52.712Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-23T15:58:53.076Z] 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.58.0 [2021-03-23T15:58:57.796Z] Removing intermediate container c8060b500a4b [2021-03-23T15:58:57.796Z] ---> 8dbf1855a0db [2021-03-23T15:58:57.796Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-23T15:58:58.074Z] ---> Running in f59ef221ff1a [2021-03-23T15:59:00.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:59:00.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:59:00.339Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:59:00.339Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-23T15:59:00.339Z] (3/3) Installing curl (7.69.1-r3) [2021-03-23T15:59:00.339Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:59:00.339Z] OK: 72 MiB in 58 packages [2021-03-23T15:59:01.810Z] Removing intermediate container f59ef221ff1a [2021-03-23T15:59:01.810Z] ---> c19eef56af00 [2021-03-23T15:59:01.810Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-23T15:59:01.810Z] ---> Running in 3f499c8da5d4 [2021-03-23T15:59:02.417Z] Removing intermediate container 3f499c8da5d4 [2021-03-23T15:59:02.417Z] ---> a0f521d98c06 [2021-03-23T15:59:02.417Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:59:02.417Z] ---> Running in a75d74bcf397 [2021-03-23T15:59:03.897Z] Removing intermediate container a75d74bcf397 [2021-03-23T15:59:03.897Z] ---> d767518cba40 [2021-03-23T15:59:03.897Z] Step 24/26 : LABEL arch=x86_64 [2021-03-23T15:59:03.897Z] ---> Running in 44ad4dcdcfa1 [2021-03-23T15:59:04.620Z] Removing intermediate container 44ad4dcdcfa1 [2021-03-23T15:59:04.620Z] ---> 679a087dd055 [2021-03-23T15:59:04.620Z] Step 25/26 : LABEL git_sha=65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:04.902Z] ---> Running in 62454c628361 [2021-03-23T15:59:05.515Z] Removing intermediate container 62454c628361 [2021-03-23T15:59:05.515Z] ---> a7d4411fee32 [2021-03-23T15:59:05.515Z] Step 26/26 : LABEL version=2.0.0-dev.140 [2021-03-23T15:59:05.868Z] ---> Running in 143fc32cd5f5 [2021-03-23T15:59:06.139Z] Removing intermediate container 143fc32cd5f5 [2021-03-23T15:59:06.139Z] ---> 0ff390a4e965 [2021-03-23T15:59:06.139Z] [2021-03-23T15:59:06.734Z] Successfully built 0ff390a4e965 [2021-03-23T15:59:06.734Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-23T15:59:07.357Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-23T15:59:07.451Z] $ docker stop --time=1 1f92942ed3a52463d555e8536ca6d8124ba026da81d21b10f700d497c8b9b78f [2021-03-23T15:59:10.325Z] $ docker rm -f 1f92942ed3a52463d555e8536ca6d8124ba026da81d21b10f700d497c8b9b78f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:59:11.460Z] + docker images [2021-03-23T15:59:11.460Z] + grep docker [2021-03-23T15:59:12.911Z] docker-sys-mgmt-agent-go latest 0ff390a4e965 6 seconds ago 313MB [2021-03-23T15:59:12.911Z] docker-core-data-go latest 1cd90ddc17cc 54 seconds ago 22.6MB [2021-03-23T15:59:12.911Z] docker-support-notifications-go latest b18f902b04ec About a minute ago 17.9MB [2021-03-23T15:59:12.911Z] docker-security-proxy-setup-go latest ae06fef88bab About a minute ago 24.7MB [2021-03-23T15:59:12.911Z] docker-security-bootstrapper-go latest c83b839a95e2 4 minutes ago 18.8MB [2021-03-23T15:59:12.911Z] docker-security-secretstore-setup-go latest 95dca67a6939 4 minutes ago 25MB [2021-03-23T15:59:12.911Z] docker-core-metadata-go latest 3e771a5dd92e 4 minutes ago 19.1MB [2021-03-23T15:59:12.911Z] docker-core-command-go latest ee7be09efaed 5 minutes ago 17.3MB [2021-03-23T15:59:12.911Z] docker-support-scheduler-go latest d3c7a150f2c9 5 minutes ago 17.3MB [2021-03-23T15:59:12.911Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T15:59:13.400Z] provisioning config files... [2021-03-23T15:59:13.499Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/407@tmp/config6553518108716992866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:59:13.917Z] ---> docker-login.sh [2021-03-23T15:59:13.917Z] nexus3.edgexfoundry.org:10001 [2021-03-23T15:59:14.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:59:14.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:59:14.182Z] Configure a credential helper to remove this warning. See [2021-03-23T15:59:14.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:59:14.182Z] [2021-03-23T15:59:14.182Z] Login Succeeded [2021-03-23T15:59:14.447Z] nexus3.edgexfoundry.org:10002 [2021-03-23T15:59:14.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:59:14.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:59:14.447Z] Configure a credential helper to remove this warning. See [2021-03-23T15:59:14.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:59:14.447Z] [2021-03-23T15:59:14.724Z] Login Succeeded [2021-03-23T15:59:14.724Z] nexus3.edgexfoundry.org:10003 [2021-03-23T15:59:15.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:59:15.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:59:15.009Z] Configure a credential helper to remove this warning. See [2021-03-23T15:59:15.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:59:15.009Z] [2021-03-23T15:59:15.009Z] Login Succeeded [2021-03-23T15:59:15.009Z] nexus3.edgexfoundry.org:10004 [2021-03-23T15:59:15.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:59:15.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:59:15.279Z] Configure a credential helper to remove this warning. See [2021-03-23T15:59:15.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:59:15.279Z] [2021-03-23T15:59:15.279Z] Login Succeeded [2021-03-23T15:59:15.279Z] docker.io [2021-03-23T15:59:15.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:59:15.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:59:15.812Z] Configure a credential helper to remove this warning. See [2021-03-23T15:59:15.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:59:15.812Z] [2021-03-23T15:59:15.812Z] Login Succeeded [2021-03-23T15:59:15.812Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T15:59:15.822Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:59:16.036Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-23T15:59:16.036Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:16.036Z] 2.0.0-dev.140 [2021-03-23T15:59:16.036Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:16.036Z] master [2021-03-23T15:59:16.036Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:16.597Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:17.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:17.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-23T15:59:17.215Z] 649ff2543226: Preparing [2021-03-23T15:59:17.215Z] 004032fa01a1: Preparing [2021-03-23T15:59:17.215Z] 5e5746952719: Preparing [2021-03-23T15:59:17.215Z] 08f037570cd6: Preparing [2021-03-23T15:59:17.215Z] 33e8713114f8: Preparing [2021-03-23T15:59:17.215Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:17.495Z] 5e5746952719: Pushed [2021-03-23T15:59:17.495Z] 08f037570cd6: Pushed [2021-03-23T15:59:17.495Z] 649ff2543226: Pushed [2021-03-23T15:59:19.524Z] 004032fa01a1: Pushed [2021-03-23T15:59:19.524Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:770e820508e521a69a218cf00cde1b81137e2f5119e3d8365541506599b1322d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:19.897Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:20.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.140 [2021-03-23T15:59:20.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-23T15:59:20.546Z] 649ff2543226: Preparing [2021-03-23T15:59:20.546Z] 004032fa01a1: Preparing [2021-03-23T15:59:20.546Z] 5e5746952719: Preparing [2021-03-23T15:59:20.546Z] 08f037570cd6: Preparing [2021-03-23T15:59:20.546Z] 33e8713114f8: Preparing [2021-03-23T15:59:20.546Z] 649ff2543226: Layer already exists [2021-03-23T15:59:20.546Z] 004032fa01a1: Layer already exists [2021-03-23T15:59:20.546Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:20.546Z] 08f037570cd6: Layer already exists [2021-03-23T15:59:20.546Z] 5e5746952719: Layer already exists [2021-03-23T15:59:20.546Z] 2.0.0-dev.140: digest: sha256:770e820508e521a69a218cf00cde1b81137e2f5119e3d8365541506599b1322d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:20.915Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:21.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:21.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-23T15:59:21.241Z] 649ff2543226: Preparing [2021-03-23T15:59:21.241Z] 004032fa01a1: Preparing [2021-03-23T15:59:21.241Z] 5e5746952719: Preparing [2021-03-23T15:59:21.241Z] 08f037570cd6: Preparing [2021-03-23T15:59:21.241Z] 33e8713114f8: Preparing [2021-03-23T15:59:21.241Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:21.241Z] 5e5746952719: Layer already exists [2021-03-23T15:59:21.241Z] 649ff2543226: Layer already exists [2021-03-23T15:59:21.241Z] 08f037570cd6: Layer already exists [2021-03-23T15:59:21.241Z] 004032fa01a1: Layer already exists [2021-03-23T15:59:21.241Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:770e820508e521a69a218cf00cde1b81137e2f5119e3d8365541506599b1322d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:21.796Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:22.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-23T15:59:22.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-23T15:59:22.735Z] 649ff2543226: Preparing [2021-03-23T15:59:22.735Z] 004032fa01a1: Preparing [2021-03-23T15:59:22.735Z] 5e5746952719: Preparing [2021-03-23T15:59:22.735Z] 08f037570cd6: Preparing [2021-03-23T15:59:22.735Z] 33e8713114f8: Preparing [2021-03-23T15:59:22.735Z] 5e5746952719: Layer already exists [2021-03-23T15:59:22.735Z] 004032fa01a1: Layer already exists [2021-03-23T15:59:22.735Z] 08f037570cd6: Layer already exists [2021-03-23T15:59:22.735Z] 649ff2543226: Layer already exists [2021-03-23T15:59:22.735Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:22.735Z] master: digest: sha256:770e820508e521a69a218cf00cde1b81137e2f5119e3d8365541506599b1322d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:59:22.943Z] ===================================================== [Pipeline] echo [2021-03-23T15:59:22.993Z] taggedImages: [2021-03-23T15:59:22.993Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:22.993Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.140 [2021-03-23T15:59:22.993Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:22.993Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-23T15:59:23.076Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-23T15:59:23.076Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:23.076Z] 2.0.0-dev.140 [2021-03-23T15:59:23.076Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:23.076Z] master [2021-03-23T15:59:23.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:23.551Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:23.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:23.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-23T15:59:23.900Z] 1f156e6c6d5f: Preparing [2021-03-23T15:59:23.900Z] b894fb4e3a5e: Preparing [2021-03-23T15:59:23.900Z] 5e5746952719: Preparing [2021-03-23T15:59:23.900Z] 4470c7e92560: Preparing [2021-03-23T15:59:23.900Z] 72c902e6a1c9: Preparing [2021-03-23T15:59:23.900Z] 33e8713114f8: Preparing [2021-03-23T15:59:23.900Z] 33e8713114f8: Waiting [2021-03-23T15:59:23.900Z] 5e5746952719: Layer already exists [2021-03-23T15:59:24.166Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:24.166Z] 1f156e6c6d5f: Pushed [2021-03-23T15:59:24.166Z] 72c902e6a1c9: Pushed [2021-03-23T15:59:24.429Z] 4470c7e92560: Pushed [2021-03-23T15:59:26.479Z] b894fb4e3a5e: Pushed [2021-03-23T15:59:26.479Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:ed4cfe541bb9d56667c033a31058d35d985a30a13470ed5e15a662a563a9991c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:26.897Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:27.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.140 [2021-03-23T15:59:27.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-23T15:59:27.528Z] 1f156e6c6d5f: Preparing [2021-03-23T15:59:27.528Z] b894fb4e3a5e: Preparing [2021-03-23T15:59:27.528Z] 5e5746952719: Preparing [2021-03-23T15:59:27.528Z] 4470c7e92560: Preparing [2021-03-23T15:59:27.528Z] 72c902e6a1c9: Preparing [2021-03-23T15:59:27.528Z] 33e8713114f8: Preparing [2021-03-23T15:59:27.528Z] 33e8713114f8: Waiting [2021-03-23T15:59:27.528Z] 5e5746952719: Layer already exists [2021-03-23T15:59:27.528Z] 72c902e6a1c9: Layer already exists [2021-03-23T15:59:27.528Z] b894fb4e3a5e: Layer already exists [2021-03-23T15:59:27.528Z] 4470c7e92560: Layer already exists [2021-03-23T15:59:27.528Z] 1f156e6c6d5f: Layer already exists [2021-03-23T15:59:27.528Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:27.528Z] 2.0.0-dev.140: digest: sha256:ed4cfe541bb9d56667c033a31058d35d985a30a13470ed5e15a662a563a9991c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:28.153Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:28.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:28.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-23T15:59:28.480Z] 1f156e6c6d5f: Preparing [2021-03-23T15:59:28.480Z] b894fb4e3a5e: Preparing [2021-03-23T15:59:28.480Z] 5e5746952719: Preparing [2021-03-23T15:59:28.480Z] 4470c7e92560: Preparing [2021-03-23T15:59:28.480Z] 72c902e6a1c9: Preparing [2021-03-23T15:59:28.480Z] 33e8713114f8: Preparing [2021-03-23T15:59:28.480Z] 33e8713114f8: Waiting [2021-03-23T15:59:28.480Z] 1f156e6c6d5f: Layer already exists [2021-03-23T15:59:28.480Z] 4470c7e92560: Layer already exists [2021-03-23T15:59:28.480Z] 5e5746952719: Layer already exists [2021-03-23T15:59:28.480Z] 72c902e6a1c9: Layer already exists [2021-03-23T15:59:28.480Z] b894fb4e3a5e: Layer already exists [2021-03-23T15:59:28.480Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:28.480Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:ed4cfe541bb9d56667c033a31058d35d985a30a13470ed5e15a662a563a9991c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:28.843Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:29.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-23T15:59:30.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-23T15:59:30.206Z] 1f156e6c6d5f: Preparing [2021-03-23T15:59:30.206Z] b894fb4e3a5e: Preparing [2021-03-23T15:59:30.206Z] 5e5746952719: Preparing [2021-03-23T15:59:30.206Z] 4470c7e92560: Preparing [2021-03-23T15:59:30.206Z] 72c902e6a1c9: Preparing [2021-03-23T15:59:30.206Z] 33e8713114f8: Preparing [2021-03-23T15:59:30.206Z] 33e8713114f8: Waiting [2021-03-23T15:59:30.206Z] 72c902e6a1c9: Layer already exists [2021-03-23T15:59:30.206Z] 1f156e6c6d5f: Layer already exists [2021-03-23T15:59:30.206Z] 5e5746952719: Layer already exists [2021-03-23T15:59:30.206Z] 4470c7e92560: Layer already exists [2021-03-23T15:59:30.206Z] b894fb4e3a5e: Layer already exists [2021-03-23T15:59:30.206Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:30.206Z] master: digest: sha256:ed4cfe541bb9d56667c033a31058d35d985a30a13470ed5e15a662a563a9991c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:59:30.439Z] ===================================================== [Pipeline] echo [2021-03-23T15:59:30.488Z] taggedImages: [2021-03-23T15:59:30.488Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:30.488Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.140 [2021-03-23T15:59:30.488Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:30.488Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-23T15:59:30.565Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-23T15:59:30.565Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:30.565Z] 2.0.0-dev.140 [2021-03-23T15:59:30.565Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:30.565Z] master [2021-03-23T15:59:30.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:31.197Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:31.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:31.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-23T15:59:31.521Z] a80cfdabee9d: Preparing [2021-03-23T15:59:31.521Z] 546d09500f3c: Preparing [2021-03-23T15:59:31.521Z] 5e5746952719: Preparing [2021-03-23T15:59:31.521Z] 0f1c10881390: Preparing [2021-03-23T15:59:31.521Z] 33e8713114f8: Preparing [2021-03-23T15:59:31.521Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:31.521Z] 5e5746952719: Layer already exists [2021-03-23T15:59:31.801Z] a80cfdabee9d: Pushed [2021-03-23T15:59:31.801Z] 0f1c10881390: Pushed [2021-03-23T15:59:33.213Z] 546d09500f3c: Pushed [2021-03-23T15:59:33.792Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:0e4d0bcb26f98659c7e7cb14479e5be5a389708b74568453f84a0862b039f33f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:34.110Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:34.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.140 [2021-03-23T15:59:34.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-23T15:59:34.693Z] a80cfdabee9d: Preparing [2021-03-23T15:59:34.693Z] 546d09500f3c: Preparing [2021-03-23T15:59:34.693Z] 5e5746952719: Preparing [2021-03-23T15:59:34.693Z] 0f1c10881390: Preparing [2021-03-23T15:59:34.693Z] 33e8713114f8: Preparing [2021-03-23T15:59:34.693Z] a80cfdabee9d: Layer already exists [2021-03-23T15:59:34.693Z] 546d09500f3c: Layer already exists [2021-03-23T15:59:34.693Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:34.693Z] 5e5746952719: Layer already exists [2021-03-23T15:59:34.693Z] 0f1c10881390: Layer already exists [2021-03-23T15:59:34.693Z] 2.0.0-dev.140: digest: sha256:0e4d0bcb26f98659c7e7cb14479e5be5a389708b74568453f84a0862b039f33f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:35.072Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:35.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:36.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-23T15:59:36.389Z] a80cfdabee9d: Preparing [2021-03-23T15:59:36.389Z] 546d09500f3c: Preparing [2021-03-23T15:59:36.389Z] 5e5746952719: Preparing [2021-03-23T15:59:36.389Z] 0f1c10881390: Preparing [2021-03-23T15:59:36.389Z] 33e8713114f8: Preparing [2021-03-23T15:59:36.389Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:36.389Z] 0f1c10881390: Layer already exists [2021-03-23T15:59:36.389Z] a80cfdabee9d: Layer already exists [2021-03-23T15:59:36.389Z] 546d09500f3c: Layer already exists [2021-03-23T15:59:36.389Z] 5e5746952719: Layer already exists [2021-03-23T15:59:36.389Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:0e4d0bcb26f98659c7e7cb14479e5be5a389708b74568453f84a0862b039f33f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:36.720Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:37.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-23T15:59:37.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-23T15:59:37.041Z] a80cfdabee9d: Preparing [2021-03-23T15:59:37.041Z] 546d09500f3c: Preparing [2021-03-23T15:59:37.041Z] 5e5746952719: Preparing [2021-03-23T15:59:37.041Z] 0f1c10881390: Preparing [2021-03-23T15:59:37.041Z] 33e8713114f8: Preparing [2021-03-23T15:59:37.041Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:37.041Z] 5e5746952719: Layer already exists [2021-03-23T15:59:37.041Z] 0f1c10881390: Layer already exists [2021-03-23T15:59:37.041Z] 546d09500f3c: Layer already exists [2021-03-23T15:59:37.041Z] a80cfdabee9d: Layer already exists [2021-03-23T15:59:37.304Z] master: digest: sha256:0e4d0bcb26f98659c7e7cb14479e5be5a389708b74568453f84a0862b039f33f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:59:37.486Z] ===================================================== [Pipeline] echo [2021-03-23T15:59:37.543Z] taggedImages: [2021-03-23T15:59:37.543Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:37.543Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.140 [2021-03-23T15:59:37.543Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:37.543Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-23T15:59:37.629Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-23T15:59:37.629Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:37.629Z] 2.0.0-dev.140 [2021-03-23T15:59:37.629Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:37.629Z] master [2021-03-23T15:59:37.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:38.104Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:38.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:38.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-23T15:59:38.692Z] 21f2c0e8aae8: Preparing [2021-03-23T15:59:38.692Z] 21f2c0e8aae8: Preparing [2021-03-23T15:59:38.692Z] 051b74799dd6: Preparing [2021-03-23T15:59:38.692Z] 18b722358be4: Preparing [2021-03-23T15:59:38.692Z] a166d321a0bc: Preparing [2021-03-23T15:59:38.692Z] 2e74b5336b89: Preparing [2021-03-23T15:59:38.692Z] 5e5746952719: Preparing [2021-03-23T15:59:38.692Z] 669f384a1729: Preparing [2021-03-23T15:59:38.692Z] 669f384a1729: Preparing [2021-03-23T15:59:38.692Z] 51f676cab1b0: Preparing [2021-03-23T15:59:38.692Z] f586b4040897: Preparing [2021-03-23T15:59:38.692Z] 33e8713114f8: Preparing [2021-03-23T15:59:38.692Z] 5e5746952719: Waiting [2021-03-23T15:59:38.692Z] 669f384a1729: Waiting [2021-03-23T15:59:38.692Z] 51f676cab1b0: Waiting [2021-03-23T15:59:38.692Z] f586b4040897: Waiting [2021-03-23T15:59:38.692Z] 33e8713114f8: Waiting [2021-03-23T15:59:38.984Z] a166d321a0bc: Pushed [2021-03-23T15:59:38.984Z] 21f2c0e8aae8: Pushed [2021-03-23T15:59:38.984Z] 051b74799dd6: Pushed [2021-03-23T15:59:38.984Z] 18b722358be4: Pushed [2021-03-23T15:59:39.423Z] 5e5746952719: Layer already exists [2021-03-23T15:59:39.423Z] 669f384a1729: Pushed [2021-03-23T15:59:39.423Z] 51f676cab1b0: Pushed [2021-03-23T15:59:39.423Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:39.691Z] f586b4040897: Pushed [2021-03-23T15:59:40.639Z] 2e74b5336b89: Pushed [2021-03-23T15:59:40.639Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:11c65c5b3910d76473764908066ffaf8fb77ed5e13a17ea041a38a1c857fa776 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:40.996Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:41.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.140 [2021-03-23T15:59:42.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-23T15:59:42.449Z] 21f2c0e8aae8: Preparing [2021-03-23T15:59:42.449Z] 21f2c0e8aae8: Preparing [2021-03-23T15:59:42.449Z] 051b74799dd6: Preparing [2021-03-23T15:59:42.449Z] 18b722358be4: Preparing [2021-03-23T15:59:42.449Z] a166d321a0bc: Preparing [2021-03-23T15:59:42.449Z] 2e74b5336b89: Preparing [2021-03-23T15:59:42.449Z] 5e5746952719: Preparing [2021-03-23T15:59:42.449Z] 669f384a1729: Preparing [2021-03-23T15:59:42.449Z] 669f384a1729: Preparing [2021-03-23T15:59:42.449Z] 51f676cab1b0: Preparing [2021-03-23T15:59:42.449Z] f586b4040897: Preparing [2021-03-23T15:59:42.449Z] 33e8713114f8: Preparing [2021-03-23T15:59:42.449Z] 5e5746952719: Waiting [2021-03-23T15:59:42.449Z] 669f384a1729: Waiting [2021-03-23T15:59:42.449Z] 51f676cab1b0: Waiting [2021-03-23T15:59:42.449Z] f586b4040897: Waiting [2021-03-23T15:59:42.449Z] 33e8713114f8: Waiting [2021-03-23T15:59:42.449Z] 2e74b5336b89: Layer already exists [2021-03-23T15:59:42.449Z] a166d321a0bc: Layer already exists [2021-03-23T15:59:42.449Z] 21f2c0e8aae8: Layer already exists [2021-03-23T15:59:42.449Z] 18b722358be4: Layer already exists [2021-03-23T15:59:42.449Z] 051b74799dd6: Layer already exists [2021-03-23T15:59:42.449Z] 5e5746952719: Layer already exists [2021-03-23T15:59:42.449Z] f586b4040897: Layer already exists [2021-03-23T15:59:42.449Z] 51f676cab1b0: Layer already exists [2021-03-23T15:59:42.449Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:42.449Z] 669f384a1729: Layer already exists [2021-03-23T15:59:42.449Z] 2.0.0-dev.140: digest: sha256:11c65c5b3910d76473764908066ffaf8fb77ed5e13a17ea041a38a1c857fa776 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:42.799Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:43.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:43.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-23T15:59:43.162Z] 21f2c0e8aae8: Preparing [2021-03-23T15:59:43.162Z] 21f2c0e8aae8: Preparing [2021-03-23T15:59:43.162Z] 051b74799dd6: Preparing [2021-03-23T15:59:43.162Z] 18b722358be4: Preparing [2021-03-23T15:59:43.162Z] a166d321a0bc: Preparing [2021-03-23T15:59:43.162Z] 2e74b5336b89: Preparing [2021-03-23T15:59:43.162Z] 5e5746952719: Preparing [2021-03-23T15:59:43.162Z] 669f384a1729: Preparing [2021-03-23T15:59:43.162Z] 669f384a1729: Preparing [2021-03-23T15:59:43.162Z] 51f676cab1b0: Preparing [2021-03-23T15:59:43.162Z] f586b4040897: Preparing [2021-03-23T15:59:43.162Z] 33e8713114f8: Preparing [2021-03-23T15:59:43.162Z] 5e5746952719: Waiting [2021-03-23T15:59:43.162Z] 669f384a1729: Waiting [2021-03-23T15:59:43.162Z] 51f676cab1b0: Waiting [2021-03-23T15:59:43.162Z] f586b4040897: Waiting [2021-03-23T15:59:43.162Z] 33e8713114f8: Waiting [2021-03-23T15:59:43.162Z] 18b722358be4: Layer already exists [2021-03-23T15:59:43.162Z] 051b74799dd6: Layer already exists [2021-03-23T15:59:43.162Z] 2e74b5336b89: Layer already exists [2021-03-23T15:59:43.162Z] 21f2c0e8aae8: Layer already exists [2021-03-23T15:59:43.162Z] a166d321a0bc: Layer already exists [2021-03-23T15:59:43.439Z] 5e5746952719: Layer already exists [2021-03-23T15:59:43.439Z] 669f384a1729: Layer already exists [2021-03-23T15:59:43.439Z] f586b4040897: Layer already exists [2021-03-23T15:59:43.439Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:43.439Z] 51f676cab1b0: Layer already exists [2021-03-23T15:59:43.439Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:11c65c5b3910d76473764908066ffaf8fb77ed5e13a17ea041a38a1c857fa776 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:43.869Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:44.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-23T15:59:44.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-23T15:59:44.575Z] 21f2c0e8aae8: Preparing [2021-03-23T15:59:44.575Z] 21f2c0e8aae8: Preparing [2021-03-23T15:59:44.575Z] 051b74799dd6: Preparing [2021-03-23T15:59:44.575Z] 18b722358be4: Preparing [2021-03-23T15:59:44.575Z] a166d321a0bc: Preparing [2021-03-23T15:59:44.575Z] 2e74b5336b89: Preparing [2021-03-23T15:59:44.575Z] 5e5746952719: Preparing [2021-03-23T15:59:44.575Z] 669f384a1729: Preparing [2021-03-23T15:59:44.575Z] 669f384a1729: Preparing [2021-03-23T15:59:44.575Z] 51f676cab1b0: Preparing [2021-03-23T15:59:44.575Z] f586b4040897: Preparing [2021-03-23T15:59:44.575Z] 33e8713114f8: Preparing [2021-03-23T15:59:44.575Z] 5e5746952719: Waiting [2021-03-23T15:59:44.575Z] 669f384a1729: Waiting [2021-03-23T15:59:44.575Z] 51f676cab1b0: Waiting [2021-03-23T15:59:44.575Z] f586b4040897: Waiting [2021-03-23T15:59:44.575Z] 33e8713114f8: Waiting [2021-03-23T15:59:44.848Z] 18b722358be4: Layer already exists [2021-03-23T15:59:44.848Z] 051b74799dd6: Layer already exists [2021-03-23T15:59:44.848Z] 21f2c0e8aae8: Layer already exists [2021-03-23T15:59:44.848Z] a166d321a0bc: Layer already exists [2021-03-23T15:59:44.848Z] 2e74b5336b89: Layer already exists [2021-03-23T15:59:44.848Z] 5e5746952719: Layer already exists [2021-03-23T15:59:44.848Z] 669f384a1729: Layer already exists [2021-03-23T15:59:44.848Z] 51f676cab1b0: Layer already exists [2021-03-23T15:59:44.848Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:44.848Z] f586b4040897: Layer already exists [2021-03-23T15:59:45.140Z] master: digest: sha256:11c65c5b3910d76473764908066ffaf8fb77ed5e13a17ea041a38a1c857fa776 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:59:45.352Z] ===================================================== [Pipeline] echo [2021-03-23T15:59:45.445Z] taggedImages: [2021-03-23T15:59:45.445Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:45.445Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.140 [2021-03-23T15:59:45.445Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:45.445Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-23T15:59:45.507Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-23T15:59:45.507Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:45.507Z] 2.0.0-dev.140 [2021-03-23T15:59:45.507Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:45.507Z] master [2021-03-23T15:59:45.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:46.094Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:47.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:47.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-23T15:59:47.368Z] 504083627600: Preparing [2021-03-23T15:59:47.368Z] 3db1657a510f: Preparing [2021-03-23T15:59:47.368Z] 28988b44c9f1: Preparing [2021-03-23T15:59:47.368Z] 73604d9a8ec0: Preparing [2021-03-23T15:59:47.368Z] e043d128f14c: Preparing [2021-03-23T15:59:47.368Z] 33e8713114f8: Preparing [2021-03-23T15:59:47.368Z] 33e8713114f8: Waiting [2021-03-23T15:59:47.834Z] 28988b44c9f1: Pushed [2021-03-23T15:59:47.834Z] 73604d9a8ec0: Pushed [2021-03-23T15:59:47.834Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:48.199Z] e043d128f14c: Pushed [2021-03-23T15:59:49.848Z] 3db1657a510f: Pushed [2021-03-23T15:59:49.848Z] 504083627600: Pushed [2021-03-23T15:59:50.112Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:93662dfec58bd11782e73a58555b4ee0d73dc1e8e669365ad83141426cc0e18e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:50.426Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:50.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.140 [2021-03-23T15:59:50.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-23T15:59:50.759Z] 504083627600: Preparing [2021-03-23T15:59:50.759Z] 3db1657a510f: Preparing [2021-03-23T15:59:50.759Z] 28988b44c9f1: Preparing [2021-03-23T15:59:50.759Z] 73604d9a8ec0: Preparing [2021-03-23T15:59:50.759Z] e043d128f14c: Preparing [2021-03-23T15:59:50.759Z] 33e8713114f8: Preparing [2021-03-23T15:59:50.759Z] 33e8713114f8: Waiting [2021-03-23T15:59:51.029Z] 504083627600: Layer already exists [2021-03-23T15:59:51.029Z] 3db1657a510f: Layer already exists [2021-03-23T15:59:51.029Z] e043d128f14c: Layer already exists [2021-03-23T15:59:51.029Z] 28988b44c9f1: Layer already exists [2021-03-23T15:59:51.029Z] 73604d9a8ec0: Layer already exists [2021-03-23T15:59:51.029Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:51.029Z] 2.0.0-dev.140: digest: sha256:93662dfec58bd11782e73a58555b4ee0d73dc1e8e669365ad83141426cc0e18e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:51.539Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:52.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:52.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-23T15:59:52.190Z] 504083627600: Preparing [2021-03-23T15:59:52.190Z] 3db1657a510f: Preparing [2021-03-23T15:59:52.190Z] 28988b44c9f1: Preparing [2021-03-23T15:59:52.190Z] 73604d9a8ec0: Preparing [2021-03-23T15:59:52.190Z] e043d128f14c: Preparing [2021-03-23T15:59:52.190Z] 33e8713114f8: Preparing [2021-03-23T15:59:52.190Z] 33e8713114f8: Waiting [2021-03-23T15:59:52.464Z] 3db1657a510f: Layer already exists [2021-03-23T15:59:52.464Z] 28988b44c9f1: Layer already exists [2021-03-23T15:59:52.464Z] 73604d9a8ec0: Layer already exists [2021-03-23T15:59:52.464Z] 504083627600: Layer already exists [2021-03-23T15:59:52.464Z] e043d128f14c: Layer already exists [2021-03-23T15:59:52.464Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:52.464Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:93662dfec58bd11782e73a58555b4ee0d73dc1e8e669365ad83141426cc0e18e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:52.842Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:53.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-23T15:59:53.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-23T15:59:53.155Z] 504083627600: Preparing [2021-03-23T15:59:53.155Z] 3db1657a510f: Preparing [2021-03-23T15:59:53.155Z] 28988b44c9f1: Preparing [2021-03-23T15:59:53.155Z] 73604d9a8ec0: Preparing [2021-03-23T15:59:53.155Z] e043d128f14c: Preparing [2021-03-23T15:59:53.155Z] 33e8713114f8: Preparing [2021-03-23T15:59:53.155Z] 33e8713114f8: Waiting [2021-03-23T15:59:53.155Z] e043d128f14c: Layer already exists [2021-03-23T15:59:53.155Z] 73604d9a8ec0: Layer already exists [2021-03-23T15:59:53.155Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:54.112Z] 28988b44c9f1: Layer already exists [2021-03-23T15:59:54.112Z] 504083627600: Layer already exists [2021-03-23T15:59:54.112Z] 3db1657a510f: Layer already exists [2021-03-23T15:59:54.382Z] master: digest: sha256:93662dfec58bd11782e73a58555b4ee0d73dc1e8e669365ad83141426cc0e18e size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T15:59:54.575Z] ===================================================== [Pipeline] echo [2021-03-23T15:59:54.623Z] taggedImages: [2021-03-23T15:59:54.623Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:54.623Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.140 [2021-03-23T15:59:54.623Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:54.623Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-23T15:59:54.695Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-23T15:59:54.695Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:54.695Z] 2.0.0-dev.140 [2021-03-23T15:59:54.695Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T15:59:54.695Z] master [2021-03-23T15:59:54.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:55.318Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:55.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T15:59:55.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-23T15:59:55.730Z] b95614a7a16e: Preparing [2021-03-23T15:59:55.730Z] c6ec8b13a9b0: Preparing [2021-03-23T15:59:55.730Z] 7db374d3da04: Preparing [2021-03-23T15:59:55.730Z] 2a3e239d99a7: Preparing [2021-03-23T15:59:55.730Z] c2986be367e1: Preparing [2021-03-23T15:59:55.730Z] 5378b1e24e64: Preparing [2021-03-23T15:59:55.730Z] 20202197cc5f: Preparing [2021-03-23T15:59:55.730Z] 739bd98d00b6: Preparing [2021-03-23T15:59:55.730Z] 33e8713114f8: Preparing [2021-03-23T15:59:55.730Z] 5378b1e24e64: Waiting [2021-03-23T15:59:55.730Z] 20202197cc5f: Waiting [2021-03-23T15:59:55.730Z] 739bd98d00b6: Waiting [2021-03-23T15:59:55.730Z] 33e8713114f8: Waiting [2021-03-23T15:59:55.996Z] b95614a7a16e: Pushed [2021-03-23T15:59:55.996Z] c2986be367e1: Pushed [2021-03-23T15:59:55.996Z] c6ec8b13a9b0: Pushed [2021-03-23T15:59:56.965Z] 5378b1e24e64: Pushed [2021-03-23T15:59:56.965Z] 20202197cc5f: Pushed [2021-03-23T15:59:56.965Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:57.234Z] 2a3e239d99a7: Pushed [2021-03-23T15:59:57.820Z] 739bd98d00b6: Pushed [2021-03-23T15:59:57.820Z] 7db374d3da04: Pushed [2021-03-23T15:59:57.820Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:861db78a956f321d2bfd66445ba507be062e30ae60db62bdf64f260e744ad662 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:58.154Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:58.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.140 [2021-03-23T15:59:59.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-23T15:59:59.172Z] b95614a7a16e: Preparing [2021-03-23T15:59:59.172Z] c6ec8b13a9b0: Preparing [2021-03-23T15:59:59.172Z] 7db374d3da04: Preparing [2021-03-23T15:59:59.172Z] 2a3e239d99a7: Preparing [2021-03-23T15:59:59.172Z] c2986be367e1: Preparing [2021-03-23T15:59:59.172Z] 5378b1e24e64: Preparing [2021-03-23T15:59:59.172Z] 20202197cc5f: Preparing [2021-03-23T15:59:59.172Z] 739bd98d00b6: Preparing [2021-03-23T15:59:59.172Z] 33e8713114f8: Preparing [2021-03-23T15:59:59.172Z] 5378b1e24e64: Waiting [2021-03-23T15:59:59.172Z] 20202197cc5f: Waiting [2021-03-23T15:59:59.172Z] 739bd98d00b6: Waiting [2021-03-23T15:59:59.172Z] 33e8713114f8: Waiting [2021-03-23T15:59:59.446Z] b95614a7a16e: Layer already exists [2021-03-23T15:59:59.446Z] 7db374d3da04: Layer already exists [2021-03-23T15:59:59.446Z] 2a3e239d99a7: Layer already exists [2021-03-23T15:59:59.446Z] c2986be367e1: Layer already exists [2021-03-23T15:59:59.446Z] c6ec8b13a9b0: Layer already exists [2021-03-23T15:59:59.446Z] 20202197cc5f: Layer already exists [2021-03-23T15:59:59.446Z] 5378b1e24e64: Layer already exists [2021-03-23T15:59:59.446Z] 33e8713114f8: Layer already exists [2021-03-23T15:59:59.446Z] 739bd98d00b6: Layer already exists [2021-03-23T15:59:59.446Z] 2.0.0-dev.140: digest: sha256:861db78a956f321d2bfd66445ba507be062e30ae60db62bdf64f260e744ad662 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:59:59.792Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:00.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:00.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-23T16:00:00.411Z] b95614a7a16e: Preparing [2021-03-23T16:00:00.411Z] c6ec8b13a9b0: Preparing [2021-03-23T16:00:00.411Z] 7db374d3da04: Preparing [2021-03-23T16:00:00.411Z] 2a3e239d99a7: Preparing [2021-03-23T16:00:00.411Z] c2986be367e1: Preparing [2021-03-23T16:00:00.411Z] 5378b1e24e64: Preparing [2021-03-23T16:00:00.411Z] 20202197cc5f: Preparing [2021-03-23T16:00:00.411Z] 739bd98d00b6: Preparing [2021-03-23T16:00:00.411Z] 33e8713114f8: Preparing [2021-03-23T16:00:00.411Z] 5378b1e24e64: Waiting [2021-03-23T16:00:00.411Z] 20202197cc5f: Waiting [2021-03-23T16:00:00.411Z] 739bd98d00b6: Waiting [2021-03-23T16:00:00.411Z] 33e8713114f8: Waiting [2021-03-23T16:00:00.411Z] c6ec8b13a9b0: Layer already exists [2021-03-23T16:00:00.411Z] b95614a7a16e: Layer already exists [2021-03-23T16:00:00.411Z] 2a3e239d99a7: Layer already exists [2021-03-23T16:00:00.411Z] 7db374d3da04: Layer already exists [2021-03-23T16:00:00.411Z] c2986be367e1: Layer already exists [2021-03-23T16:00:00.411Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:00.411Z] 739bd98d00b6: Layer already exists [2021-03-23T16:00:00.411Z] 5378b1e24e64: Layer already exists [2021-03-23T16:00:00.411Z] 20202197cc5f: Layer already exists [2021-03-23T16:00:00.676Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:861db78a956f321d2bfd66445ba507be062e30ae60db62bdf64f260e744ad662 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:00.990Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:01.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-23T16:00:02.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-23T16:00:02.050Z] b95614a7a16e: Preparing [2021-03-23T16:00:02.050Z] c6ec8b13a9b0: Preparing [2021-03-23T16:00:02.050Z] 7db374d3da04: Preparing [2021-03-23T16:00:02.050Z] 2a3e239d99a7: Preparing [2021-03-23T16:00:02.050Z] c2986be367e1: Preparing [2021-03-23T16:00:02.050Z] 5378b1e24e64: Preparing [2021-03-23T16:00:02.050Z] 20202197cc5f: Preparing [2021-03-23T16:00:02.050Z] 739bd98d00b6: Preparing [2021-03-23T16:00:02.050Z] 33e8713114f8: Preparing [2021-03-23T16:00:02.050Z] 5378b1e24e64: Waiting [2021-03-23T16:00:02.050Z] 20202197cc5f: Waiting [2021-03-23T16:00:02.050Z] 739bd98d00b6: Waiting [2021-03-23T16:00:02.050Z] 33e8713114f8: Waiting [2021-03-23T16:00:02.050Z] 7db374d3da04: Layer already exists [2021-03-23T16:00:02.050Z] b95614a7a16e: Layer already exists [2021-03-23T16:00:02.050Z] c6ec8b13a9b0: Layer already exists [2021-03-23T16:00:02.050Z] 2a3e239d99a7: Layer already exists [2021-03-23T16:00:02.050Z] c2986be367e1: Layer already exists [2021-03-23T16:00:02.050Z] 5378b1e24e64: Layer already exists [2021-03-23T16:00:02.050Z] 739bd98d00b6: Layer already exists [2021-03-23T16:00:02.050Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:02.050Z] 20202197cc5f: Layer already exists [2021-03-23T16:00:02.340Z] master: digest: sha256:861db78a956f321d2bfd66445ba507be062e30ae60db62bdf64f260e744ad662 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T16:00:02.562Z] ===================================================== [Pipeline] echo [2021-03-23T16:00:02.609Z] taggedImages: [2021-03-23T16:00:02.609Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:02.609Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.140 [2021-03-23T16:00:02.609Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:02.609Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-23T16:00:02.708Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-23T16:00:02.708Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:02.708Z] 2.0.0-dev.140 [2021-03-23T16:00:02.708Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:02.708Z] master [2021-03-23T16:00:02.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:03.220Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:03.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:03.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-23T16:00:03.947Z] 1d333e587485: Preparing [2021-03-23T16:00:03.947Z] 96cfd5c5d7f1: Preparing [2021-03-23T16:00:03.947Z] 5e5746952719: Preparing [2021-03-23T16:00:03.947Z] f115ccd4fb5a: Preparing [2021-03-23T16:00:03.947Z] 33e8713114f8: Preparing [2021-03-23T16:00:03.947Z] 5e5746952719: Layer already exists [2021-03-23T16:00:04.227Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:04.227Z] 1d333e587485: Pushed [2021-03-23T16:00:04.521Z] f115ccd4fb5a: Pushed [2021-03-23T16:00:05.948Z] 96cfd5c5d7f1: Pushed [2021-03-23T16:00:06.213Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:3cf10453b676705d81665d427c66811e02b1f6e12e82f9b33ca53578880fbe6e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:06.531Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:06.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.140 [2021-03-23T16:00:06.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-23T16:00:06.884Z] 1d333e587485: Preparing [2021-03-23T16:00:06.884Z] 96cfd5c5d7f1: Preparing [2021-03-23T16:00:06.884Z] 5e5746952719: Preparing [2021-03-23T16:00:06.884Z] f115ccd4fb5a: Preparing [2021-03-23T16:00:06.884Z] 33e8713114f8: Preparing [2021-03-23T16:00:06.884Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:06.884Z] 5e5746952719: Layer already exists [2021-03-23T16:00:06.884Z] 96cfd5c5d7f1: Layer already exists [2021-03-23T16:00:06.884Z] 1d333e587485: Layer already exists [2021-03-23T16:00:06.884Z] f115ccd4fb5a: Layer already exists [2021-03-23T16:00:06.884Z] 2.0.0-dev.140: digest: sha256:3cf10453b676705d81665d427c66811e02b1f6e12e82f9b33ca53578880fbe6e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:07.211Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:07.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:07.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-23T16:00:07.872Z] 1d333e587485: Preparing [2021-03-23T16:00:07.872Z] 96cfd5c5d7f1: Preparing [2021-03-23T16:00:07.872Z] 5e5746952719: Preparing [2021-03-23T16:00:07.872Z] f115ccd4fb5a: Preparing [2021-03-23T16:00:07.872Z] 33e8713114f8: Preparing [2021-03-23T16:00:07.872Z] 1d333e587485: Layer already exists [2021-03-23T16:00:07.872Z] 96cfd5c5d7f1: Layer already exists [2021-03-23T16:00:07.872Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:07.872Z] 5e5746952719: Layer already exists [2021-03-23T16:00:07.872Z] f115ccd4fb5a: Layer already exists [2021-03-23T16:00:08.135Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:3cf10453b676705d81665d427c66811e02b1f6e12e82f9b33ca53578880fbe6e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:08.448Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:08.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-23T16:00:08.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-23T16:00:08.753Z] 1d333e587485: Preparing [2021-03-23T16:00:08.753Z] 96cfd5c5d7f1: Preparing [2021-03-23T16:00:08.753Z] 5e5746952719: Preparing [2021-03-23T16:00:08.753Z] f115ccd4fb5a: Preparing [2021-03-23T16:00:08.753Z] 33e8713114f8: Preparing [2021-03-23T16:00:08.753Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:08.753Z] f115ccd4fb5a: Layer already exists [2021-03-23T16:00:08.753Z] 96cfd5c5d7f1: Layer already exists [2021-03-23T16:00:08.753Z] 5e5746952719: Layer already exists [2021-03-23T16:00:08.753Z] 1d333e587485: Layer already exists [2021-03-23T16:00:09.015Z] master: digest: sha256:3cf10453b676705d81665d427c66811e02b1f6e12e82f9b33ca53578880fbe6e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T16:00:09.200Z] ===================================================== [Pipeline] echo [2021-03-23T16:00:09.249Z] taggedImages: [2021-03-23T16:00:09.249Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:09.249Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.140 [2021-03-23T16:00:09.249Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:09.249Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-23T16:00:09.313Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-23T16:00:09.313Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:09.313Z] 2.0.0-dev.140 [2021-03-23T16:00:09.313Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:09.313Z] master [2021-03-23T16:00:09.313Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:09.812Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:10.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:10.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-23T16:00:10.851Z] f5bc0bb13550: Preparing [2021-03-23T16:00:10.851Z] 07c0d04fb43f: Preparing [2021-03-23T16:00:10.851Z] 5e5746952719: Preparing [2021-03-23T16:00:10.851Z] 49c9b1281348: Preparing [2021-03-23T16:00:10.851Z] 33e8713114f8: Preparing [2021-03-23T16:00:10.851Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:10.851Z] 5e5746952719: Layer already exists [2021-03-23T16:00:11.156Z] 49c9b1281348: Pushed [2021-03-23T16:00:11.156Z] f5bc0bb13550: Pushed [2021-03-23T16:00:13.151Z] 07c0d04fb43f: Pushed [2021-03-23T16:00:13.419Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:127284d179735166d5681fedfe5bc34715cf9fd567c0ea5e551d8e1f44d1d324 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:13.865Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:14.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.140 [2021-03-23T16:00:15.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-23T16:00:15.219Z] f5bc0bb13550: Preparing [2021-03-23T16:00:15.219Z] 07c0d04fb43f: Preparing [2021-03-23T16:00:15.219Z] 5e5746952719: Preparing [2021-03-23T16:00:15.219Z] 49c9b1281348: Preparing [2021-03-23T16:00:15.219Z] 33e8713114f8: Preparing [2021-03-23T16:00:15.219Z] 49c9b1281348: Layer already exists [2021-03-23T16:00:15.219Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:15.219Z] 5e5746952719: Layer already exists [2021-03-23T16:00:15.219Z] f5bc0bb13550: Layer already exists [2021-03-23T16:00:15.219Z] 07c0d04fb43f: Layer already exists [2021-03-23T16:00:15.219Z] 2.0.0-dev.140: digest: sha256:127284d179735166d5681fedfe5bc34715cf9fd567c0ea5e551d8e1f44d1d324 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:15.541Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:15.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:15.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-23T16:00:15.860Z] f5bc0bb13550: Preparing [2021-03-23T16:00:15.860Z] 07c0d04fb43f: Preparing [2021-03-23T16:00:15.860Z] 5e5746952719: Preparing [2021-03-23T16:00:15.860Z] 49c9b1281348: Preparing [2021-03-23T16:00:15.860Z] 33e8713114f8: Preparing [2021-03-23T16:00:15.860Z] f5bc0bb13550: Layer already exists [2021-03-23T16:00:15.860Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:15.860Z] 49c9b1281348: Layer already exists [2021-03-23T16:00:15.860Z] 07c0d04fb43f: Layer already exists [2021-03-23T16:00:15.860Z] 5e5746952719: Layer already exists [2021-03-23T16:00:16.130Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:127284d179735166d5681fedfe5bc34715cf9fd567c0ea5e551d8e1f44d1d324 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:16.483Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:17.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-23T16:00:17.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-23T16:00:17.168Z] f5bc0bb13550: Preparing [2021-03-23T16:00:17.168Z] 07c0d04fb43f: Preparing [2021-03-23T16:00:17.168Z] 5e5746952719: Preparing [2021-03-23T16:00:17.168Z] 49c9b1281348: Preparing [2021-03-23T16:00:17.168Z] 33e8713114f8: Preparing [2021-03-23T16:00:17.168Z] 49c9b1281348: Layer already exists [2021-03-23T16:00:17.168Z] 33e8713114f8: Layer already exists [2021-03-23T16:00:17.168Z] 5e5746952719: Layer already exists [2021-03-23T16:00:17.168Z] f5bc0bb13550: Layer already exists [2021-03-23T16:00:17.168Z] 07c0d04fb43f: Layer already exists [2021-03-23T16:00:17.168Z] master: digest: sha256:127284d179735166d5681fedfe5bc34715cf9fd567c0ea5e551d8e1f44d1d324 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T16:00:17.404Z] ===================================================== [Pipeline] echo [2021-03-23T16:00:17.450Z] taggedImages: [2021-03-23T16:00:17.450Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:17.450Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.140 [2021-03-23T16:00:17.450Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:17.450Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-23T16:00:17.546Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-23T16:00:17.547Z] 65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:17.547Z] 2.0.0-dev.140 [2021-03-23T16:00:17.547Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:17.547Z] master [2021-03-23T16:00:17.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:18.169Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:18.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:18.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-23T16:00:18.632Z] adb378966fbb: Preparing [2021-03-23T16:00:18.632Z] f6cfa04c487e: Preparing [2021-03-23T16:00:18.632Z] abf622857add: Preparing [2021-03-23T16:00:18.632Z] 9588ed08ac1b: Preparing [2021-03-23T16:00:18.632Z] bee4ee72acef: Preparing [2021-03-23T16:00:18.632Z] c6384826c601: Preparing [2021-03-23T16:00:18.632Z] 54f6171709d3: Preparing [2021-03-23T16:00:18.632Z] 0754057c0ad3: Preparing [2021-03-23T16:00:18.632Z] 998cdf262ab1: Preparing [2021-03-23T16:00:18.632Z] 02e56110abd2: Preparing [2021-03-23T16:00:18.632Z] abc36efb885a: Preparing [2021-03-23T16:00:18.632Z] b0b09059f4e1: Preparing [2021-03-23T16:00:18.632Z] bb961f40224b: Preparing [2021-03-23T16:00:18.632Z] f4666769fca7: Preparing [2021-03-23T16:00:18.632Z] c6384826c601: Waiting [2021-03-23T16:00:18.632Z] 02e56110abd2: Waiting [2021-03-23T16:00:18.632Z] 54f6171709d3: Waiting [2021-03-23T16:00:18.632Z] 0754057c0ad3: Waiting [2021-03-23T16:00:18.632Z] 998cdf262ab1: Waiting [2021-03-23T16:00:18.632Z] bb961f40224b: Waiting [2021-03-23T16:00:18.632Z] f4666769fca7: Waiting [2021-03-23T16:00:18.632Z] abc36efb885a: Waiting [2021-03-23T16:00:18.632Z] b0b09059f4e1: Waiting [2021-03-23T16:00:18.909Z] bee4ee72acef: Pushed [2021-03-23T16:00:19.412Z] adb378966fbb: Pushed [2021-03-23T16:00:19.412Z] 9588ed08ac1b: Pushed [2021-03-23T16:00:19.764Z] 0754057c0ad3: Layer already exists [2021-03-23T16:00:19.764Z] 998cdf262ab1: Layer already exists [2021-03-23T16:00:20.044Z] f6cfa04c487e: Pushed [2021-03-23T16:00:20.044Z] 02e56110abd2: Layer already exists [2021-03-23T16:00:20.044Z] abc36efb885a: Layer already exists [2021-03-23T16:00:20.044Z] bb961f40224b: Layer already exists [2021-03-23T16:00:20.044Z] b0b09059f4e1: Layer already exists [2021-03-23T16:00:20.044Z] 54f6171709d3: Pushed [2021-03-23T16:00:20.044Z] f4666769fca7: Layer already exists [2021-03-23T16:00:21.806Z] c6384826c601: Pushed [2021-03-23T16:00:27.428Z] abf622857add: Pushed [2021-03-23T16:00:27.720Z] 65ce9279f83544d4d82fb598274d714e6b166066: digest: sha256:c2eb36783d0b78d9464a39c1f6b8cdcb39827c1c465142fc223031f2b2f084c3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:28.068Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:28.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.140 [2021-03-23T16:00:28.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-23T16:00:28.460Z] adb378966fbb: Preparing [2021-03-23T16:00:28.460Z] f6cfa04c487e: Preparing [2021-03-23T16:00:28.460Z] abf622857add: Preparing [2021-03-23T16:00:28.460Z] 9588ed08ac1b: Preparing [2021-03-23T16:00:28.460Z] bee4ee72acef: Preparing [2021-03-23T16:00:28.460Z] c6384826c601: Preparing [2021-03-23T16:00:28.460Z] 54f6171709d3: Preparing [2021-03-23T16:00:28.460Z] 0754057c0ad3: Preparing [2021-03-23T16:00:28.460Z] 998cdf262ab1: Preparing [2021-03-23T16:00:28.460Z] 02e56110abd2: Preparing [2021-03-23T16:00:28.460Z] abc36efb885a: Preparing [2021-03-23T16:00:28.460Z] b0b09059f4e1: Preparing [2021-03-23T16:00:28.460Z] bb961f40224b: Preparing [2021-03-23T16:00:28.460Z] f4666769fca7: Preparing [2021-03-23T16:00:28.460Z] c6384826c601: Waiting [2021-03-23T16:00:28.460Z] 54f6171709d3: Waiting [2021-03-23T16:00:28.460Z] 0754057c0ad3: Waiting [2021-03-23T16:00:28.460Z] 998cdf262ab1: Waiting [2021-03-23T16:00:28.460Z] 02e56110abd2: Waiting [2021-03-23T16:00:28.460Z] abc36efb885a: Waiting [2021-03-23T16:00:28.460Z] b0b09059f4e1: Waiting [2021-03-23T16:00:28.460Z] bb961f40224b: Waiting [2021-03-23T16:00:28.460Z] f4666769fca7: Waiting [2021-03-23T16:00:28.460Z] bee4ee72acef: Layer already exists [2021-03-23T16:00:28.460Z] adb378966fbb: Layer already exists [2021-03-23T16:00:28.460Z] f6cfa04c487e: Layer already exists [2021-03-23T16:00:28.460Z] abf622857add: Layer already exists [2021-03-23T16:00:28.460Z] 9588ed08ac1b: Layer already exists [2021-03-23T16:00:28.732Z] c6384826c601: Layer already exists [2021-03-23T16:00:28.732Z] 0754057c0ad3: Layer already exists [2021-03-23T16:00:28.732Z] 998cdf262ab1: Layer already exists [2021-03-23T16:00:28.732Z] 54f6171709d3: Layer already exists [2021-03-23T16:00:28.732Z] 02e56110abd2: Layer already exists [2021-03-23T16:00:28.732Z] b0b09059f4e1: Layer already exists [2021-03-23T16:00:28.732Z] abc36efb885a: Layer already exists [2021-03-23T16:00:28.732Z] f4666769fca7: Layer already exists [2021-03-23T16:00:28.732Z] bb961f40224b: Layer already exists [2021-03-23T16:00:28.732Z] 2.0.0-dev.140: digest: sha256:c2eb36783d0b78d9464a39c1f6b8cdcb39827c1c465142fc223031f2b2f084c3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:29.086Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:29.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:30.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-23T16:00:30.375Z] adb378966fbb: Preparing [2021-03-23T16:00:30.375Z] f6cfa04c487e: Preparing [2021-03-23T16:00:30.375Z] abf622857add: Preparing [2021-03-23T16:00:30.375Z] 9588ed08ac1b: Preparing [2021-03-23T16:00:30.375Z] bee4ee72acef: Preparing [2021-03-23T16:00:30.375Z] c6384826c601: Preparing [2021-03-23T16:00:30.375Z] 54f6171709d3: Preparing [2021-03-23T16:00:30.375Z] 0754057c0ad3: Preparing [2021-03-23T16:00:30.375Z] 998cdf262ab1: Preparing [2021-03-23T16:00:30.375Z] 02e56110abd2: Preparing [2021-03-23T16:00:30.375Z] abc36efb885a: Preparing [2021-03-23T16:00:30.375Z] b0b09059f4e1: Preparing [2021-03-23T16:00:30.375Z] bb961f40224b: Preparing [2021-03-23T16:00:30.375Z] f4666769fca7: Preparing [2021-03-23T16:00:30.375Z] bb961f40224b: Waiting [2021-03-23T16:00:30.375Z] 02e56110abd2: Waiting [2021-03-23T16:00:30.375Z] abc36efb885a: Waiting [2021-03-23T16:00:30.375Z] f4666769fca7: Waiting [2021-03-23T16:00:30.375Z] b0b09059f4e1: Waiting [2021-03-23T16:00:30.375Z] c6384826c601: Waiting [2021-03-23T16:00:30.375Z] 0754057c0ad3: Waiting [2021-03-23T16:00:30.375Z] 998cdf262ab1: Waiting [2021-03-23T16:00:30.375Z] 54f6171709d3: Waiting [2021-03-23T16:00:30.375Z] 9588ed08ac1b: Layer already exists [2021-03-23T16:00:30.375Z] adb378966fbb: Layer already exists [2021-03-23T16:00:30.375Z] f6cfa04c487e: Layer already exists [2021-03-23T16:00:30.375Z] abf622857add: Layer already exists [2021-03-23T16:00:30.375Z] bee4ee72acef: Layer already exists [2021-03-23T16:00:30.375Z] c6384826c601: Layer already exists [2021-03-23T16:00:30.375Z] 998cdf262ab1: Layer already exists [2021-03-23T16:00:30.375Z] 54f6171709d3: Layer already exists [2021-03-23T16:00:30.375Z] 02e56110abd2: Layer already exists [2021-03-23T16:00:30.375Z] 0754057c0ad3: Layer already exists [2021-03-23T16:00:30.375Z] abc36efb885a: Layer already exists [2021-03-23T16:00:30.375Z] bb961f40224b: Layer already exists [2021-03-23T16:00:30.375Z] b0b09059f4e1: Layer already exists [2021-03-23T16:00:30.375Z] f4666769fca7: Layer already exists [2021-03-23T16:00:30.375Z] 65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140: digest: sha256:c2eb36783d0b78d9464a39c1f6b8cdcb39827c1c465142fc223031f2b2f084c3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:30.699Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:31.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-23T16:00:31.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-23T16:00:31.028Z] adb378966fbb: Preparing [2021-03-23T16:00:31.028Z] f6cfa04c487e: Preparing [2021-03-23T16:00:31.028Z] abf622857add: Preparing [2021-03-23T16:00:31.028Z] 9588ed08ac1b: Preparing [2021-03-23T16:00:31.028Z] bee4ee72acef: Preparing [2021-03-23T16:00:31.028Z] c6384826c601: Preparing [2021-03-23T16:00:31.028Z] 54f6171709d3: Preparing [2021-03-23T16:00:31.028Z] 0754057c0ad3: Preparing [2021-03-23T16:00:31.028Z] 998cdf262ab1: Preparing [2021-03-23T16:00:31.028Z] 02e56110abd2: Preparing [2021-03-23T16:00:31.028Z] abc36efb885a: Preparing [2021-03-23T16:00:31.028Z] b0b09059f4e1: Preparing [2021-03-23T16:00:31.028Z] bb961f40224b: Preparing [2021-03-23T16:00:31.028Z] f4666769fca7: Preparing [2021-03-23T16:00:31.028Z] c6384826c601: Waiting [2021-03-23T16:00:31.028Z] 54f6171709d3: Waiting [2021-03-23T16:00:31.028Z] 0754057c0ad3: Waiting [2021-03-23T16:00:31.028Z] 998cdf262ab1: Waiting [2021-03-23T16:00:31.028Z] 02e56110abd2: Waiting [2021-03-23T16:00:31.028Z] abc36efb885a: Waiting [2021-03-23T16:00:31.028Z] f4666769fca7: Waiting [2021-03-23T16:00:31.028Z] b0b09059f4e1: Waiting [2021-03-23T16:00:31.028Z] bb961f40224b: Waiting [2021-03-23T16:00:31.028Z] bee4ee72acef: Layer already exists [2021-03-23T16:00:31.028Z] abf622857add: Layer already exists [2021-03-23T16:00:31.028Z] adb378966fbb: Layer already exists [2021-03-23T16:00:31.028Z] f6cfa04c487e: Layer already exists [2021-03-23T16:00:31.028Z] 9588ed08ac1b: Layer already exists [2021-03-23T16:00:31.028Z] 54f6171709d3: Layer already exists [2021-03-23T16:00:31.028Z] 998cdf262ab1: Layer already exists [2021-03-23T16:00:31.028Z] 0754057c0ad3: Layer already exists [2021-03-23T16:00:31.028Z] c6384826c601: Layer already exists [2021-03-23T16:00:31.028Z] 02e56110abd2: Layer already exists [2021-03-23T16:00:31.028Z] abc36efb885a: Layer already exists [2021-03-23T16:00:31.028Z] b0b09059f4e1: Layer already exists [2021-03-23T16:00:31.028Z] bb961f40224b: Layer already exists [2021-03-23T16:00:31.028Z] f4666769fca7: Layer already exists [2021-03-23T16:00:31.294Z] master: digest: sha256:c2eb36783d0b78d9464a39c1f6b8cdcb39827c1c465142fc223031f2b2f084c3 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T16:00:31.540Z] ===================================================== [Pipeline] echo [2021-03-23T16:00:31.589Z] taggedImages: [2021-03-23T16:00:31.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65ce9279f83544d4d82fb598274d714e6b166066 [2021-03-23T16:00:31.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.140 [2021-03-23T16:00:31.589Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65ce9279f83544d4d82fb598274d714e6b166066-2.0.0-dev.140 [2021-03-23T16:00:31.589Z] - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-23T16:00:33.473Z] provisioning config files... [2021-03-23T16:00:33.489Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/407@tmp/config6072234337713941087tmp [Pipeline] { [Pipeline] sh [2021-03-23T16:00:33.880Z] + set +x [2021-03-23T16:00:33.880Z] + curl -s https://codecov.io/bash [2021-03-23T16:00:33.880Z] + bash -s -- [2021-03-23T16:00:34.876Z] [2021-03-23T16:00:34.876Z] _____ _ [2021-03-23T16:00:34.876Z] / ____| | | [2021-03-23T16:00:34.876Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T16:00:34.876Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T16:00:34.876Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T16:00:34.876Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T16:00:34.876Z] Bash-20210309-2b87ace [2021-03-23T16:00:34.876Z] [2021-03-23T16:00:34.876Z] [2021-03-23T16:00:34.876Z] ==> git version 2.24.3 found [2021-03-23T16:00:34.876Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-23T16:00:34.876Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T16:00:34.876Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T16:00:34.876Z] ==> Jenkins CI detected. [2021-03-23T16:00:34.876Z] project root: . [2021-03-23T16:00:34.876Z] --> token set from env [2021-03-23T16:00:34.876Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T16:00:35.179Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T16:00:35.179Z] ==> Python coveragepy not found [2021-03-23T16:00:35.179Z] ==> Searching for coverage reports in: [2021-03-23T16:00:35.179Z] + . [2021-03-23T16:00:35.444Z] -> Found 1 reports [2021-03-23T16:00:35.444Z] ==> Detecting git/mercurial file structure [2021-03-23T16:00:35.444Z] ==> Reading reports [2021-03-23T16:00:35.444Z] + ./coverage.out bytes=659965 [2021-03-23T16:00:35.444Z] ==> Appending adjustments [2021-03-23T16:00:35.444Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T16:00:43.909Z] + Found adjustments [2021-03-23T16:00:43.909Z] ==> Gzipping contents [2021-03-23T16:00:43.909Z] 96K /tmp/codecov.ROADOu.gz [2021-03-23T16:00:43.909Z] ==> Uploading reports [2021-03-23T16:00:43.909Z] url: https://codecov.io [2021-03-23T16:00:43.909Z] query: branch=master&commit=65ce9279f83544d4d82fb598274d714e6b166066&build=407&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F407%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T16:00:43.909Z] -> Pinging Codecov [2021-03-23T16:00:43.909Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=65ce9279f83544d4d82fb598274d714e6b166066&build=407&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F407%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T16:00:44.504Z] -> Uploading to [2021-03-23T16:00:44.504Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/00271124DB129430A58F1EEE437C3FCB/65ce9279f83544d4d82fb598274d714e6b166066/f087a457-044e-41a8-b7ff-100228244c6e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T160044Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46555dc1e21e943d194dcdf8ecb9e78d3e9c434a8e8d4785036f90745ae4bac6 [2021-03-23T16:00:44.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:00:44.504Z] Dload Upload Total Spent Left Speed [2021-03-23T16:00:45.083Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95901 0 0 100 95901 0 181k --:--:-- --:--:-- --:--:-- 181k [2021-03-23T16:00:45.083Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/65ce9279f83544d4d82fb598274d714e6b166066 [Pipeline] } [2021-03-23T16:00:45.095Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-23T16:00:45.564Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-23T16:00:45.659Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:46.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T16:00:46.062Z] [2021-03-23T16:00:46.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:00:46.521Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T16:00:46.522Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-23T16:00:46.522Z] 188c0c94c7c5: Already exists [2021-03-23T16:00:46.806Z] 0ef7d3d256c8: Already exists [2021-03-23T16:00:46.806Z] de9db76c5a1d: Already exists [2021-03-23T16:00:46.806Z] 0eba1c9be4d2: Pulling fs layer [2021-03-23T16:00:46.806Z] 0d57e429df01: Pulling fs layer [2021-03-23T16:00:46.806Z] 4e4be7b47b0d: Pulling fs layer [2021-03-23T16:00:46.806Z] e1f770b5df2f: Pulling fs layer [2021-03-23T16:00:46.806Z] 85a0685a4137: Pulling fs layer [2021-03-23T16:00:46.806Z] e1f770b5df2f: Waiting [2021-03-23T16:00:46.806Z] 85a0685a4137: Waiting [2021-03-23T16:00:46.806Z] 4e4be7b47b0d: Verifying Checksum [2021-03-23T16:00:46.806Z] 4e4be7b47b0d: Download complete [2021-03-23T16:00:46.806Z] 0d57e429df01: Verifying Checksum [2021-03-23T16:00:46.806Z] 0d57e429df01: Download complete [2021-03-23T16:00:49.005Z] e1f770b5df2f: Verifying Checksum [2021-03-23T16:00:49.005Z] e1f770b5df2f: Download complete [2021-03-23T16:00:53.422Z] 85a0685a4137: Verifying Checksum [2021-03-23T16:00:53.422Z] 85a0685a4137: Download complete [2021-03-23T16:00:53.422Z] 0eba1c9be4d2: Verifying Checksum [2021-03-23T16:00:53.422Z] 0eba1c9be4d2: Download complete [2021-03-23T16:01:11.871Z] 0eba1c9be4d2: Pull complete [2021-03-23T16:01:11.871Z] 0d57e429df01: Pull complete [2021-03-23T16:01:11.871Z] 4e4be7b47b0d: Pull complete [2021-03-23T16:01:15.405Z] e1f770b5df2f: Pull complete [2021-03-23T16:01:33.891Z] 85a0685a4137: Pull complete [2021-03-23T16:01:33.891Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-23T16:01:33.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T16:01:33.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-23T16:01:34.299Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T16:01:34.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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.410.4 cat [2021-03-23T16:01:37.611Z] $ docker top 3c2dba3c03aa098d44859c5169ff6f6e9b9bff09ff2c0c0f0c2fc9f082afa1a4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T16:01:38.459Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-23T16:01:39.181Z] + set -o pipefail [2021-03-23T16:01:39.181Z] + snyk monitor '--org=edgex-jenkins' [2021-03-23T16:01:58.101Z] [2021-03-23T16:01:58.101Z] Monitoring /w/workspace/edgex-go/407 (github.com/edgexfoundry/edgex-go)... [2021-03-23T16:01:58.101Z] [2021-03-23T16:01:58.101Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e53df0e9-f850-41bc-8831-832e2056e3bd [2021-03-23T16:01:58.101Z] [2021-03-23T16:01:58.101Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-23T16:01:58.101Z] [2021-03-23T16:01:58.101Z] [Pipeline] } [2021-03-23T16:01:58.129Z] $ docker stop --time=1 3c2dba3c03aa098d44859c5169ff6f6e9b9bff09ff2c0c0f0c2fc9f082afa1a4 [2021-03-23T16:02:02.203Z] $ docker rm -f 3c2dba3c03aa098d44859c5169ff6f6e9b9bff09ff2c0c0f0c2fc9f082afa1a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-23T16:02:04.515Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T16:02:04.567Z] provisioning config files... [2021-03-23T16:02:04.585Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/407@tmp/config6326485222265872116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:02:04.993Z] --> edgex-publish-swagger.sh [2021-03-23T16:02:04.993Z] === Publish openapi/v1 API === [2021-03-23T16:02:04.993Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-23T16:02:04.993Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/407/openapi/v1/core-command.yaml] [2021-03-23T16:02:04.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:04.993Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:06.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8213 0:00:01 0:00:01 --:--:-- 8220 100 10522 0 0 100 10522 0 8211 0:00:01 0:00:01 --:--:-- 8213 [2021-03-23T16:02:06.229Z] [2021-03-23T16:02:06.229Z] [2021-03-23T16:02:06.229Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/407/openapi/v1/core-data.yaml] [2021-03-23T16:02:06.229Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:06.229Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:07.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 24596 0:00:01 0:00:01 --:--:-- 24608 100 32557 0 0 100 32557 0 22783 0:00:01 0:00:01 --:--:-- 22799 [2021-03-23T16:02:07.639Z] [2021-03-23T16:02:07.639Z] [2021-03-23T16:02:07.639Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/407/openapi/v1/core-metadata.yaml] [2021-03-23T16:02:07.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:07.639Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:09.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62551 0:00:01 0:00:01 --:--:-- 62581 100 73721 0 0 100 73721 0 62538 0:00:01 0:00:01 --:--:-- 62581 [2021-03-23T16:02:09.034Z] [2021-03-23T16:02:09.034Z] [2021-03-23T16:02:09.034Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/407/openapi/v1/support-logging.yaml] [2021-03-23T16:02:09.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:09.034Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:09.992Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12062 0:00:01 0:00:01 --:--:-- 12072 [2021-03-23T16:02:09.992Z] [2021-03-23T16:02:09.992Z] [2021-03-23T16:02:09.992Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/407/openapi/v1/support-notifications.yaml] [2021-03-23T16:02:09.992Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:09.992Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:11.233Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31720 0:00:01 0:00:01 --:--:-- 31721 100 38890 0 0 100 38890 0 30680 0:00:01 0:00:01 --:--:-- 30670 [2021-03-23T16:02:11.234Z] [2021-03-23T16:02:11.234Z] [2021-03-23T16:02:11.234Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/407/openapi/v1/support-scheduler.yaml] [2021-03-23T16:02:11.234Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:11.234Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:12.634Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12275 0:00:01 0:00:01 --:--:-- 12283 100 14249 0 0 100 14249 0 12272 0:00:01 0:00:01 --:--:-- 12283 [2021-03-23T16:02:12.634Z] [2021-03-23T16:02:12.634Z] [2021-03-23T16:02:12.635Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/407/openapi/v1/system-agent.yaml] [2021-03-23T16:02:12.635Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:12.635Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:14.032Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3373 0:00:01 0:00:01 --:--:-- 3374 100 4110 0 0 100 4110 0 2850 0:00:01 0:00:01 --:--:-- 2852 [2021-03-23T16:02:14.032Z] [2021-03-23T16:02:14.032Z] [2021-03-23T16:02:14.032Z] === Publish openapi/v2 API === [2021-03-23T16:02:14.032Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-23T16:02:14.032Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/407/openapi/v2/core-command.yaml] [2021-03-23T16:02:14.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:14.032Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:15.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24525 0:00:01 0:00:01 --:--:-- 24521 100 29744 0 0 100 29744 0 24517 0:00:01 0:00:01 --:--:-- 24521 [2021-03-23T16:02:15.347Z] [2021-03-23T16:02:15.347Z] [2021-03-23T16:02:15.347Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/407/openapi/v2/core-data.yaml] [2021-03-23T16:02:15.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:15.347Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:16.761Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57287 0 0 100 57287 0 41396 0:00:01 0:00:01 --:--:-- 41422 100 57287 0 0 100 57287 0 40203 0:00:01 0:00:01 --:--:-- 40229 [2021-03-23T16:02:16.761Z] [2021-03-23T16:02:16.761Z] [2021-03-23T16:02:16.761Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/407/openapi/v2/core-metadata.yaml] [2021-03-23T16:02:16.761Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:16.761Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:18.238Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 99047 0:00:01 0:00:01 --:--:-- 99082 100 116k 0 0 100 116k 0 99020 0:00:01 0:00:01 --:--:-- 99082 [2021-03-23T16:02:18.238Z] [2021-03-23T16:02:18.238Z] [2021-03-23T16:02:18.238Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/407/openapi/v2/support-notifications.yaml] [2021-03-23T16:02:18.238Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:18.238Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:19.657Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73213 0 0 100 73213 0 52724 0:00:01 0:00:01 --:--:-- 52709 100 73213 0 0 100 73213 0 47628 0:00:01 0:00:01 --:--:-- 47633 [2021-03-23T16:02:19.657Z] [2021-03-23T16:02:19.657Z] [2021-03-23T16:02:19.657Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/407/openapi/v2/support-scheduler.yaml] [2021-03-23T16:02:19.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:19.657Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:20.625Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39475 0 0 100 39475 0 34843 0:00:01 0:00:01 --:--:-- 34871 100 39475 0 0 100 39475 0 34836 0:00:01 0:00:01 --:--:-- 34871 [2021-03-23T16:02:20.626Z] [2021-03-23T16:02:20.626Z] [2021-03-23T16:02:20.626Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/407/openapi/v2/system-agent.yaml] [2021-03-23T16:02:20.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:02:20.626Z] Dload Upload Total Spent Left Speed [2021-03-23T16:02:21.666Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 23846 0:00:01 0:00:01 --:--:-- 23871 100 24182 0 0 100 24182 0 23838 0:00:01 0:00:01 --:--:-- 23848 [2021-03-23T16:02:21.666Z] [2021-03-23T16:02:21.666Z] [Pipeline] } [2021-03-23T16:02:21.685Z] 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 [2021-03-23T16:02:22.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T16:02:22.544Z] . [Pipeline] withDockerContainer [2021-03-23T16:02:22.790Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T16:02:22.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T16:02:24.131Z] $ docker top ca84ca657de9a25e21cb24c03e5ddc555534ea465e8266fa3d104caa8b479b5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T16:02:24.519Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T16:02:24.520Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T16:02:25.144Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T16:02:25.150Z] $ docker exec ca84ca657de9a25e21cb24c03e5ddc555534ea465e8266fa3d104caa8b479b5c ssh-agent [2021-03-23T16:02:25.826Z] SSH_AUTH_SOCK=/tmp/ssh-UuaWBrmHm7qQ/agent.11 [2021-03-23T16:02:25.826Z] SSH_AGENT_PID=17 [2021-03-23T16:02:25.838Z] Running ssh-add (command line suppressed) [2021-03-23T16:02:26.702Z] Identity added: /w/workspace/edgex-go/407@tmp/private_key_2970824958080851580.key (/w/workspace/edgex-go/407@tmp/private_key_2970824958080851580.key) [2021-03-23T16:02:27.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T16:02:28.466Z] + git semver tag [2021-03-23T16:02:29.049Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T16:02:29.049Z] # $GIT_DIR = /w/workspace/edgex-go/407/.git [2021-03-23T16:02:29.049Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/407 [2021-03-23T16:02:29.049Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T16:02:29.049Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T16:02:29.049Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T16:02:29.049Z] # $SEMVER_BRANCH = master [2021-03-23T16:02:29.049Z] # $SEMVER_DIR = /w/workspace/edgex-go/407/.semver [2021-03-23T16:02:29.049Z] # 65ce9279f83544d4d82fb598274d714e6b166066 HEAD [2021-03-23T16:02:30.021Z] # -> Force: false [2021-03-23T16:02:30.021Z] # ca3cc6af577c03f9a7156a79d739fd5c8bc653ea refs/tags/v2.0.0-dev.140 [Pipeline] } [2021-03-23T16:02:30.039Z] $ docker exec --env ******** --env ******** ca84ca657de9a25e21cb24c03e5ddc555534ea465e8266fa3d104caa8b479b5c ssh-agent -k [2021-03-23T16:02:31.181Z] unset SSH_AUTH_SOCK; [2021-03-23T16:02:31.181Z] unset SSH_AGENT_PID; [2021-03-23T16:02:31.181Z] echo Agent pid 17 killed; [2021-03-23T16:02:31.400Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T16:02:31.971Z] + git semver [Pipeline] } [2021-03-23T16:02:32.257Z] $ docker stop --time=1 ca84ca657de9a25e21cb24c03e5ddc555534ea465e8266fa3d104caa8b479b5c [2021-03-23T16:02:34.332Z] $ docker rm -f ca84ca657de9a25e21cb24c03e5ddc555534ea465e8266fa3d104caa8b479b5c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:02:35.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T16:02:35.207Z] [2021-03-23T16:02:35.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:02:35.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T16:02:36.250Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-23T16:02:36.250Z] ab5ef0e58194: Pulling fs layer [2021-03-23T16:02:36.250Z] 9712f1f96733: Pulling fs layer [2021-03-23T16:02:36.250Z] 63f879dbbcfc: Pulling fs layer [2021-03-23T16:02:36.250Z] 0d9ebad4ef96: Pulling fs layer [2021-03-23T16:02:36.250Z] e9a5061849ea: Pulling fs layer [2021-03-23T16:02:36.250Z] d747dcd14b5f: Pulling fs layer [2021-03-23T16:02:36.250Z] 2de7ff778b66: Pulling fs layer [2021-03-23T16:02:36.250Z] 0d9ebad4ef96: Waiting [2021-03-23T16:02:36.250Z] e9a5061849ea: Waiting [2021-03-23T16:02:36.250Z] d747dcd14b5f: Waiting [2021-03-23T16:02:36.250Z] 2de7ff778b66: Waiting [2021-03-23T16:02:36.250Z] 9712f1f96733: Verifying Checksum [2021-03-23T16:02:36.250Z] 9712f1f96733: Download complete [2021-03-23T16:02:38.826Z] 63f879dbbcfc: Verifying Checksum [2021-03-23T16:02:38.826Z] 63f879dbbcfc: Download complete [2021-03-23T16:02:39.100Z] e9a5061849ea: Verifying Checksum [2021-03-23T16:02:39.100Z] e9a5061849ea: Download complete [2021-03-23T16:02:39.100Z] d747dcd14b5f: Verifying Checksum [2021-03-23T16:02:39.100Z] d747dcd14b5f: Download complete [2021-03-23T16:02:39.686Z] 2de7ff778b66: Verifying Checksum [2021-03-23T16:02:39.686Z] 2de7ff778b66: Download complete [2021-03-23T16:02:39.970Z] ab5ef0e58194: Verifying Checksum [2021-03-23T16:02:39.970Z] ab5ef0e58194: Download complete [2021-03-23T16:02:40.586Z] 0d9ebad4ef96: Verifying Checksum [2021-03-23T16:02:40.586Z] 0d9ebad4ef96: Download complete [2021-03-23T16:02:53.151Z] ab5ef0e58194: Pull complete [2021-03-23T16:02:53.151Z] 9712f1f96733: Pull complete [2021-03-23T16:02:56.683Z] 63f879dbbcfc: Pull complete [2021-03-23T16:03:11.849Z] 0d9ebad4ef96: Pull complete [2021-03-23T16:03:12.455Z] e9a5061849ea: Pull complete [2021-03-23T16:03:12.455Z] d747dcd14b5f: Pull complete [2021-03-23T16:03:17.873Z] 2de7ff778b66: Pull complete [2021-03-23T16:03:17.873Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-23T16:03:17.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T16:03:17.873Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-23T16:03:18.537Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T16:03:18.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T16:03:25.438Z] $ docker top 6fd6c3214358f88cc3e1413b6e748cb258c0a416dfb21fbf46c5e177381b0eb5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-23T16:03:26.256Z] provisioning config files... [2021-03-23T16:03:26.278Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/407@tmp/config3388127843251958922tmp [2021-03-23T16:03:26.298Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/407@tmp/config5992314543761750909tmp [2021-03-23T16:03:26.317Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/407@tmp/config3714282891758791333tmp [Pipeline] { [Pipeline] echo [2021-03-23T16:03:26.420Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:03:27.068Z] ---> sigul-configuration.sh [2021-03-23T16:03:27.350Z] gpg: directory `/root/.gnupg' created [2021-03-23T16:03:27.350Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-23T16:03:27.350Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-23T16:03:27.350Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-23T16:03:27.350Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-23T16:03:27.350Z] gpg: CAST5 encrypted data [2021-03-23T16:03:27.637Z] gpg: encrypted with 1 passphrase [2021-03-23T16:03:27.637Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-23T16:03:27.972Z] + mkdir /home/jenkins [2021-03-23T16:03:27.973Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-23T16:03:29.074Z] + 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 [2021-03-23T16:03:29.124Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:03:29.526Z] ---> sigul-install.sh [2021-03-23T16:03:41.920Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-23T16:03:42.617Z] + git tag --list [2021-03-23T16:03:42.617Z] 0.6.0 [2021-03-23T16:03:42.617Z] 0.6.1 [2021-03-23T16:03:42.617Z] 0.7.0 [2021-03-23T16:03:42.617Z] 0.7.1 [2021-03-23T16:03:42.617Z] v0.0.0 [2021-03-23T16:03:42.617Z] v0.0.1-dev.1 [2021-03-23T16:03:42.617Z] v1.0.0 [2021-03-23T16:03:42.617Z] v1.0.1 [2021-03-23T16:03:42.617Z] v1.1.0 [2021-03-23T16:03:42.617Z] v1.2.0 [2021-03-23T16:03:42.617Z] v1.2.1 [2021-03-23T16:03:42.617Z] v1.2.2-dev.1 [2021-03-23T16:03:42.617Z] v1.2.2-dev.10 [2021-03-23T16:03:42.617Z] v1.2.2-dev.100 [2021-03-23T16:03:42.617Z] v1.2.2-dev.101 [2021-03-23T16:03:42.617Z] v1.2.2-dev.102 [2021-03-23T16:03:42.617Z] v1.2.2-dev.103 [2021-03-23T16:03:42.617Z] v1.2.2-dev.104 [2021-03-23T16:03:42.617Z] v1.2.2-dev.105 [2021-03-23T16:03:42.617Z] v1.2.2-dev.106 [2021-03-23T16:03:42.617Z] v1.2.2-dev.107 [2021-03-23T16:03:42.617Z] v1.2.2-dev.11 [2021-03-23T16:03:42.617Z] v1.2.2-dev.12 [2021-03-23T16:03:42.617Z] v1.2.2-dev.13 [2021-03-23T16:03:42.617Z] v1.2.2-dev.14 [2021-03-23T16:03:42.617Z] v1.2.2-dev.15 [2021-03-23T16:03:42.617Z] v1.2.2-dev.16 [2021-03-23T16:03:42.617Z] v1.2.2-dev.17 [2021-03-23T16:03:42.617Z] v1.2.2-dev.18 [2021-03-23T16:03:42.617Z] v1.2.2-dev.19 [2021-03-23T16:03:42.617Z] v1.2.2-dev.2 [2021-03-23T16:03:42.617Z] v1.2.2-dev.20 [2021-03-23T16:03:42.617Z] v1.2.2-dev.21 [2021-03-23T16:03:42.617Z] v1.2.2-dev.22 [2021-03-23T16:03:42.617Z] v1.2.2-dev.23 [2021-03-23T16:03:42.617Z] v1.2.2-dev.24 [2021-03-23T16:03:42.617Z] v1.2.2-dev.25 [2021-03-23T16:03:42.617Z] v1.2.2-dev.26 [2021-03-23T16:03:42.617Z] v1.2.2-dev.27 [2021-03-23T16:03:42.617Z] v1.2.2-dev.28 [2021-03-23T16:03:42.617Z] v1.2.2-dev.29 [2021-03-23T16:03:42.617Z] v1.2.2-dev.3 [2021-03-23T16:03:42.617Z] v1.2.2-dev.30 [2021-03-23T16:03:42.617Z] v1.2.2-dev.31 [2021-03-23T16:03:42.617Z] v1.2.2-dev.32 [2021-03-23T16:03:42.617Z] v1.2.2-dev.33 [2021-03-23T16:03:42.617Z] v1.2.2-dev.34 [2021-03-23T16:03:42.617Z] v1.2.2-dev.35 [2021-03-23T16:03:42.617Z] v1.2.2-dev.36 [2021-03-23T16:03:42.617Z] v1.2.2-dev.37 [2021-03-23T16:03:42.617Z] v1.2.2-dev.38 [2021-03-23T16:03:42.617Z] v1.2.2-dev.39 [2021-03-23T16:03:42.617Z] v1.2.2-dev.4 [2021-03-23T16:03:42.617Z] v1.2.2-dev.40 [2021-03-23T16:03:42.617Z] v1.2.2-dev.41 [2021-03-23T16:03:42.617Z] v1.2.2-dev.42 [2021-03-23T16:03:42.617Z] v1.2.2-dev.43 [2021-03-23T16:03:42.617Z] v1.2.2-dev.44 [2021-03-23T16:03:42.617Z] v1.2.2-dev.45 [2021-03-23T16:03:42.617Z] v1.2.2-dev.46 [2021-03-23T16:03:42.617Z] v1.2.2-dev.47 [2021-03-23T16:03:42.617Z] v1.2.2-dev.48 [2021-03-23T16:03:42.617Z] v1.2.2-dev.49 [2021-03-23T16:03:42.617Z] v1.2.2-dev.5 [2021-03-23T16:03:42.617Z] v1.2.2-dev.50 [2021-03-23T16:03:42.617Z] v1.2.2-dev.51 [2021-03-23T16:03:42.617Z] v1.2.2-dev.52 [2021-03-23T16:03:42.617Z] v1.2.2-dev.53 [2021-03-23T16:03:42.617Z] v1.2.2-dev.54 [2021-03-23T16:03:42.617Z] v1.2.2-dev.55 [2021-03-23T16:03:42.617Z] v1.2.2-dev.56 [2021-03-23T16:03:42.617Z] v1.2.2-dev.57 [2021-03-23T16:03:42.617Z] v1.2.2-dev.58 [2021-03-23T16:03:42.617Z] v1.2.2-dev.59 [2021-03-23T16:03:42.617Z] v1.2.2-dev.6 [2021-03-23T16:03:42.617Z] v1.2.2-dev.60 [2021-03-23T16:03:42.617Z] v1.2.2-dev.61 [2021-03-23T16:03:42.617Z] v1.2.2-dev.62 [2021-03-23T16:03:42.617Z] v1.2.2-dev.63 [2021-03-23T16:03:42.617Z] v1.2.2-dev.64 [2021-03-23T16:03:42.617Z] v1.2.2-dev.65 [2021-03-23T16:03:42.617Z] v1.2.2-dev.66 [2021-03-23T16:03:42.617Z] v1.2.2-dev.67 [2021-03-23T16:03:42.617Z] v1.2.2-dev.68 [2021-03-23T16:03:42.617Z] v1.2.2-dev.69 [2021-03-23T16:03:42.617Z] v1.2.2-dev.7 [2021-03-23T16:03:42.617Z] v1.2.2-dev.70 [2021-03-23T16:03:42.617Z] v1.2.2-dev.71 [2021-03-23T16:03:42.617Z] v1.2.2-dev.72 [2021-03-23T16:03:42.617Z] v1.2.2-dev.73 [2021-03-23T16:03:42.617Z] v1.2.2-dev.74 [2021-03-23T16:03:42.617Z] v1.2.2-dev.75 [2021-03-23T16:03:42.617Z] v1.2.2-dev.76 [2021-03-23T16:03:42.617Z] v1.2.2-dev.77 [2021-03-23T16:03:42.617Z] v1.2.2-dev.78 [2021-03-23T16:03:42.617Z] v1.2.2-dev.79 [2021-03-23T16:03:42.617Z] v1.2.2-dev.8 [2021-03-23T16:03:42.617Z] v1.2.2-dev.80 [2021-03-23T16:03:42.617Z] v1.2.2-dev.81 [2021-03-23T16:03:42.617Z] v1.2.2-dev.82 [2021-03-23T16:03:42.617Z] v1.2.2-dev.83 [2021-03-23T16:03:42.617Z] v1.2.2-dev.84 [2021-03-23T16:03:42.617Z] v1.2.2-dev.85 [2021-03-23T16:03:42.617Z] v1.2.2-dev.86 [2021-03-23T16:03:42.617Z] v1.2.2-dev.87 [2021-03-23T16:03:42.617Z] v1.2.2-dev.88 [2021-03-23T16:03:42.617Z] v1.2.2-dev.89 [2021-03-23T16:03:42.617Z] v1.2.2-dev.9 [2021-03-23T16:03:42.617Z] v1.2.2-dev.90 [2021-03-23T16:03:42.617Z] v1.2.2-dev.91 [2021-03-23T16:03:42.618Z] v1.2.2-dev.92 [2021-03-23T16:03:42.618Z] v1.2.2-dev.93 [2021-03-23T16:03:42.618Z] v1.2.2-dev.94 [2021-03-23T16:03:42.618Z] v1.2.2-dev.95 [2021-03-23T16:03:42.618Z] v1.2.2-dev.96 [2021-03-23T16:03:42.618Z] v1.2.2-dev.97 [2021-03-23T16:03:42.618Z] v1.2.2-dev.98 [2021-03-23T16:03:42.618Z] v1.2.2-dev.99 [2021-03-23T16:03:42.618Z] v1.3.0 [2021-03-23T16:03:42.618Z] v1.3.1 [2021-03-23T16:03:42.618Z] v1.3.1-dev.1 [2021-03-23T16:03:42.618Z] v1.3.1-dev.10 [2021-03-23T16:03:42.618Z] v1.3.1-dev.11 [2021-03-23T16:03:42.618Z] v1.3.1-dev.12 [2021-03-23T16:03:42.618Z] v1.3.1-dev.13 [2021-03-23T16:03:42.618Z] v1.3.1-dev.14 [2021-03-23T16:03:42.618Z] v1.3.1-dev.15 [2021-03-23T16:03:42.618Z] v1.3.1-dev.16 [2021-03-23T16:03:42.618Z] v1.3.1-dev.17 [2021-03-23T16:03:42.618Z] v1.3.1-dev.18 [2021-03-23T16:03:42.618Z] v1.3.1-dev.2 [2021-03-23T16:03:42.618Z] v1.3.1-dev.3 [2021-03-23T16:03:42.618Z] v1.3.1-dev.4 [2021-03-23T16:03:42.618Z] v1.3.1-dev.5 [2021-03-23T16:03:42.618Z] v1.3.1-dev.6 [2021-03-23T16:03:42.618Z] v1.3.1-dev.7 [2021-03-23T16:03:42.618Z] v1.3.1-dev.8 [2021-03-23T16:03:42.618Z] v1.3.1-dev.9 [2021-03-23T16:03:42.618Z] v2.0.0-dev.1 [2021-03-23T16:03:42.618Z] v2.0.0-dev.10 [2021-03-23T16:03:42.618Z] v2.0.0-dev.100 [2021-03-23T16:03:42.618Z] v2.0.0-dev.101 [2021-03-23T16:03:42.618Z] v2.0.0-dev.102 [2021-03-23T16:03:42.618Z] v2.0.0-dev.103 [2021-03-23T16:03:42.618Z] v2.0.0-dev.104 [2021-03-23T16:03:42.618Z] v2.0.0-dev.105 [2021-03-23T16:03:42.618Z] v2.0.0-dev.106 [2021-03-23T16:03:42.618Z] v2.0.0-dev.107 [2021-03-23T16:03:42.618Z] v2.0.0-dev.108 [2021-03-23T16:03:42.618Z] v2.0.0-dev.109 [2021-03-23T16:03:42.618Z] v2.0.0-dev.11 [2021-03-23T16:03:42.618Z] v2.0.0-dev.110 [2021-03-23T16:03:42.618Z] v2.0.0-dev.111 [2021-03-23T16:03:42.618Z] v2.0.0-dev.112 [2021-03-23T16:03:42.618Z] v2.0.0-dev.113 [2021-03-23T16:03:42.618Z] v2.0.0-dev.114 [2021-03-23T16:03:42.618Z] v2.0.0-dev.115 [2021-03-23T16:03:42.618Z] v2.0.0-dev.116 [2021-03-23T16:03:42.618Z] v2.0.0-dev.117 [2021-03-23T16:03:42.618Z] v2.0.0-dev.118 [2021-03-23T16:03:42.618Z] v2.0.0-dev.119 [2021-03-23T16:03:42.618Z] v2.0.0-dev.12 [2021-03-23T16:03:42.618Z] v2.0.0-dev.120 [2021-03-23T16:03:42.618Z] v2.0.0-dev.121 [2021-03-23T16:03:42.618Z] v2.0.0-dev.122 [2021-03-23T16:03:42.618Z] v2.0.0-dev.123 [2021-03-23T16:03:42.618Z] v2.0.0-dev.124 [2021-03-23T16:03:42.618Z] v2.0.0-dev.125 [2021-03-23T16:03:42.618Z] v2.0.0-dev.126 [2021-03-23T16:03:42.618Z] v2.0.0-dev.127 [2021-03-23T16:03:42.618Z] v2.0.0-dev.128 [2021-03-23T16:03:42.618Z] v2.0.0-dev.129 [2021-03-23T16:03:42.618Z] v2.0.0-dev.13 [2021-03-23T16:03:42.618Z] v2.0.0-dev.130 [2021-03-23T16:03:42.618Z] v2.0.0-dev.131 [2021-03-23T16:03:42.618Z] v2.0.0-dev.132 [2021-03-23T16:03:42.618Z] v2.0.0-dev.133 [2021-03-23T16:03:42.618Z] v2.0.0-dev.134 [2021-03-23T16:03:42.618Z] v2.0.0-dev.135 [2021-03-23T16:03:42.618Z] v2.0.0-dev.136 [2021-03-23T16:03:42.618Z] v2.0.0-dev.137 [2021-03-23T16:03:42.618Z] v2.0.0-dev.138 [2021-03-23T16:03:42.618Z] v2.0.0-dev.139 [2021-03-23T16:03:42.618Z] v2.0.0-dev.14 [2021-03-23T16:03:42.618Z] v2.0.0-dev.140 [2021-03-23T16:03:42.618Z] v2.0.0-dev.15 [2021-03-23T16:03:42.618Z] v2.0.0-dev.16 [2021-03-23T16:03:42.618Z] v2.0.0-dev.17 [2021-03-23T16:03:42.618Z] v2.0.0-dev.18 [2021-03-23T16:03:42.618Z] v2.0.0-dev.19 [2021-03-23T16:03:42.618Z] v2.0.0-dev.2 [2021-03-23T16:03:42.618Z] v2.0.0-dev.20 [2021-03-23T16:03:42.618Z] v2.0.0-dev.21 [2021-03-23T16:03:42.618Z] v2.0.0-dev.22 [2021-03-23T16:03:42.618Z] v2.0.0-dev.23 [2021-03-23T16:03:42.618Z] v2.0.0-dev.24 [2021-03-23T16:03:42.618Z] v2.0.0-dev.25 [2021-03-23T16:03:42.618Z] v2.0.0-dev.26 [2021-03-23T16:03:42.618Z] v2.0.0-dev.27 [2021-03-23T16:03:42.618Z] v2.0.0-dev.28 [2021-03-23T16:03:42.618Z] v2.0.0-dev.29 [2021-03-23T16:03:42.618Z] v2.0.0-dev.3 [2021-03-23T16:03:42.618Z] v2.0.0-dev.30 [2021-03-23T16:03:42.618Z] v2.0.0-dev.31 [2021-03-23T16:03:42.618Z] v2.0.0-dev.32 [2021-03-23T16:03:42.618Z] v2.0.0-dev.33 [2021-03-23T16:03:42.618Z] v2.0.0-dev.34 [2021-03-23T16:03:42.618Z] v2.0.0-dev.35 [2021-03-23T16:03:42.618Z] v2.0.0-dev.36 [2021-03-23T16:03:42.618Z] v2.0.0-dev.37 [2021-03-23T16:03:42.618Z] v2.0.0-dev.38 [2021-03-23T16:03:42.618Z] v2.0.0-dev.39 [2021-03-23T16:03:42.618Z] v2.0.0-dev.4 [2021-03-23T16:03:42.618Z] v2.0.0-dev.40 [2021-03-23T16:03:42.618Z] v2.0.0-dev.41 [2021-03-23T16:03:42.618Z] v2.0.0-dev.42 [2021-03-23T16:03:42.618Z] v2.0.0-dev.43 [2021-03-23T16:03:42.618Z] v2.0.0-dev.44 [2021-03-23T16:03:42.618Z] v2.0.0-dev.45 [2021-03-23T16:03:42.618Z] v2.0.0-dev.46 [2021-03-23T16:03:42.618Z] v2.0.0-dev.47 [2021-03-23T16:03:42.618Z] v2.0.0-dev.48 [2021-03-23T16:03:42.618Z] v2.0.0-dev.49 [2021-03-23T16:03:42.618Z] v2.0.0-dev.5 [2021-03-23T16:03:42.618Z] v2.0.0-dev.50 [2021-03-23T16:03:42.618Z] v2.0.0-dev.51 [2021-03-23T16:03:42.618Z] v2.0.0-dev.52 [2021-03-23T16:03:42.618Z] v2.0.0-dev.53 [2021-03-23T16:03:42.618Z] v2.0.0-dev.54 [2021-03-23T16:03:42.618Z] v2.0.0-dev.55 [2021-03-23T16:03:42.618Z] v2.0.0-dev.56 [2021-03-23T16:03:42.618Z] v2.0.0-dev.57 [2021-03-23T16:03:42.618Z] v2.0.0-dev.58 [2021-03-23T16:03:42.618Z] v2.0.0-dev.59 [2021-03-23T16:03:42.618Z] v2.0.0-dev.6 [2021-03-23T16:03:42.618Z] v2.0.0-dev.60 [2021-03-23T16:03:42.618Z] v2.0.0-dev.61 [2021-03-23T16:03:42.618Z] v2.0.0-dev.62 [2021-03-23T16:03:42.618Z] v2.0.0-dev.63 [2021-03-23T16:03:42.618Z] v2.0.0-dev.64 [2021-03-23T16:03:42.618Z] v2.0.0-dev.65 [2021-03-23T16:03:42.618Z] v2.0.0-dev.66 [2021-03-23T16:03:42.618Z] v2.0.0-dev.67 [2021-03-23T16:03:42.618Z] v2.0.0-dev.68 [2021-03-23T16:03:42.618Z] v2.0.0-dev.69 [2021-03-23T16:03:42.618Z] v2.0.0-dev.7 [2021-03-23T16:03:42.618Z] v2.0.0-dev.70 [2021-03-23T16:03:42.618Z] v2.0.0-dev.71 [2021-03-23T16:03:42.618Z] v2.0.0-dev.72 [2021-03-23T16:03:42.618Z] v2.0.0-dev.73 [2021-03-23T16:03:42.618Z] v2.0.0-dev.74 [2021-03-23T16:03:42.618Z] v2.0.0-dev.75 [2021-03-23T16:03:42.618Z] v2.0.0-dev.76 [2021-03-23T16:03:42.618Z] v2.0.0-dev.77 [2021-03-23T16:03:42.618Z] v2.0.0-dev.78 [2021-03-23T16:03:42.618Z] v2.0.0-dev.79 [2021-03-23T16:03:42.618Z] v2.0.0-dev.8 [2021-03-23T16:03:42.618Z] v2.0.0-dev.80 [2021-03-23T16:03:42.618Z] v2.0.0-dev.81 [2021-03-23T16:03:42.618Z] v2.0.0-dev.82 [2021-03-23T16:03:42.618Z] v2.0.0-dev.83 [2021-03-23T16:03:42.618Z] v2.0.0-dev.84 [2021-03-23T16:03:42.618Z] v2.0.0-dev.85 [2021-03-23T16:03:42.618Z] v2.0.0-dev.86 [2021-03-23T16:03:42.618Z] v2.0.0-dev.87 [2021-03-23T16:03:42.618Z] v2.0.0-dev.88 [2021-03-23T16:03:42.618Z] v2.0.0-dev.89 [2021-03-23T16:03:42.618Z] v2.0.0-dev.9 [2021-03-23T16:03:42.618Z] v2.0.0-dev.90 [2021-03-23T16:03:42.618Z] v2.0.0-dev.91 [2021-03-23T16:03:42.618Z] v2.0.0-dev.92 [2021-03-23T16:03:42.618Z] v2.0.0-dev.93 [2021-03-23T16:03:42.618Z] v2.0.0-dev.94 [2021-03-23T16:03:42.618Z] v2.0.0-dev.95 [2021-03-23T16:03:42.618Z] v2.0.0-dev.96 [2021-03-23T16:03:42.618Z] v2.0.0-dev.97 [2021-03-23T16:03:42.618Z] v2.0.0-dev.98 [2021-03-23T16:03:42.618Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-23T16:03:43.761Z] + lftools sign git-tag v2.0.0-dev.140 [2021-03-23T16:03:46.440Z] Signing Git tag with Sigul... [2021-03-23T16:03:46.440Z] Signing v2.0.0-dev.140 [Pipeline] echo [2021-03-23T16:03:48.479Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:03:48.787Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-23T16:03:48.801Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-23T16:03:48.933Z] $ docker stop --time=1 6fd6c3214358f88cc3e1413b6e748cb258c0a416dfb21fbf46c5e177381b0eb5 [2021-03-23T16:03:52.549Z] $ docker rm -f 6fd6c3214358f88cc3e1413b6e748cb258c0a416dfb21fbf46c5e177381b0eb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:03:54.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T16:03:54.571Z] . [Pipeline] withDockerContainer [2021-03-23T16:03:55.285Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T16:03:55.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T16:03:56.863Z] $ docker top 3dda8da89c0781e0c63d2d38862b9bcf4d23c522c18292f0ec5f15edabd5c6c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T16:03:57.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T16:03:57.258Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T16:03:57.519Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T16:03:57.523Z] $ docker exec 3dda8da89c0781e0c63d2d38862b9bcf4d23c522c18292f0ec5f15edabd5c6c2 ssh-agent [2021-03-23T16:03:57.762Z] SSH_AUTH_SOCK=/tmp/ssh-cJlLZdeSZyR0/agent.11 [2021-03-23T16:03:57.762Z] SSH_AGENT_PID=17 [2021-03-23T16:03:57.771Z] Running ssh-add (command line suppressed) [2021-03-23T16:03:57.969Z] Identity added: /w/workspace/edgex-go/407@tmp/private_key_6315389495122209982.key (/w/workspace/edgex-go/407@tmp/private_key_6315389495122209982.key) [2021-03-23T16:03:58.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T16:03:58.666Z] + git semver bump pre [2021-03-23T16:03:58.941Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T16:03:58.941Z] # $GIT_DIR = /w/workspace/edgex-go/407/.git [2021-03-23T16:03:58.941Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/407 [2021-03-23T16:03:58.941Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T16:03:58.941Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T16:03:58.941Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T16:03:58.941Z] # $SEMVER_BRANCH = master [2021-03-23T16:03:58.941Z] # $SEMVER_DIR = /w/workspace/edgex-go/407/.semver [2021-03-23T16:03:58.941Z] 2.0.0-dev.141 [Pipeline] } [2021-03-23T16:03:58.955Z] $ docker exec --env ******** --env ******** 3dda8da89c0781e0c63d2d38862b9bcf4d23c522c18292f0ec5f15edabd5c6c2 ssh-agent -k [2021-03-23T16:04:00.182Z] unset SSH_AUTH_SOCK; [2021-03-23T16:04:00.182Z] unset SSH_AGENT_PID; [2021-03-23T16:04:00.182Z] echo Agent pid 17 killed; [2021-03-23T16:04:01.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T16:04:02.239Z] + git semver [Pipeline] } [2021-03-23T16:04:02.286Z] $ docker stop --time=1 3dda8da89c0781e0c63d2d38862b9bcf4d23c522c18292f0ec5f15edabd5c6c2 [2021-03-23T16:04:04.991Z] $ docker rm -f 3dda8da89c0781e0c63d2d38862b9bcf4d23c522c18292f0ec5f15edabd5c6c2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:04:05.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T16:04:05.709Z] . [Pipeline] withDockerContainer [2021-03-23T16:04:05.920Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T16:04:06.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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 [2021-03-23T16:04:08.201Z] $ docker top b56a78a9dcea0ae6455f954931470e52ec3025d4459010c66ca5e749f534f3f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T16:04:08.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T16:04:08.605Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T16:04:10.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T16:04:10.005Z] $ docker exec b56a78a9dcea0ae6455f954931470e52ec3025d4459010c66ca5e749f534f3f4 ssh-agent [2021-03-23T16:04:10.344Z] SSH_AUTH_SOCK=/tmp/ssh-Ume3VY8fNBVH/agent.11 [2021-03-23T16:04:10.344Z] SSH_AGENT_PID=16 [2021-03-23T16:04:10.353Z] Running ssh-add (command line suppressed) [2021-03-23T16:04:10.842Z] Identity added: /w/workspace/edgex-go/407@tmp/private_key_3678843709037331184.key (/w/workspace/edgex-go/407@tmp/private_key_3678843709037331184.key) [2021-03-23T16:04:11.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T16:04:12.192Z] + git semver push [2021-03-23T16:04:12.505Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T16:04:12.505Z] # $GIT_DIR = /w/workspace/edgex-go/407/.git [2021-03-23T16:04:12.505Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/407 [2021-03-23T16:04:12.505Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T16:04:12.505Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T16:04:12.505Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T16:04:12.505Z] # $SEMVER_BRANCH = master [2021-03-23T16:04:12.505Z] # $SEMVER_DIR = /w/workspace/edgex-go/407/.semver [Pipeline] } [2021-03-23T16:04:28.051Z] $ docker exec --env ******** --env ******** b56a78a9dcea0ae6455f954931470e52ec3025d4459010c66ca5e749f534f3f4 ssh-agent -k [2021-03-23T16:04:28.634Z] unset SSH_AUTH_SOCK; [2021-03-23T16:04:28.634Z] unset SSH_AGENT_PID; [2021-03-23T16:04:28.635Z] echo Agent pid 16 killed; [2021-03-23T16:04:28.914Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T16:04:31.631Z] + git semver [Pipeline] } [2021-03-23T16:04:31.654Z] $ docker stop --time=1 b56a78a9dcea0ae6455f954931470e52ec3025d4459010c66ca5e749f534f3f4 [2021-03-23T16:04:33.748Z] $ docker rm -f b56a78a9dcea0ae6455f954931470e52ec3025d4459010c66ca5e749f534f3f4 [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 [2021-03-23T16:04:35.247Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:04:36.635Z] ---> package-listing.sh [2021-03-23T16:04:36.635Z] ++ facter osfamily [2021-03-23T16:04:36.635Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T16:04:36.929Z] + OS_FAMILY=redhat [2021-03-23T16:04:36.929Z] + workspace=/w/workspace/edgex-go/407 [2021-03-23T16:04:36.929Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T16:04:36.929Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T16:04:36.929Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T16:04:36.929Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T16:04:36.929Z] + '[' /w/workspace/edgex-go/407 ']' [2021-03-23T16:04:36.929Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T16:04:36.929Z] + case "${OS_FAMILY}" in [2021-03-23T16:04:36.929Z] + rpm -qa [2021-03-23T16:04:36.929Z] + sort [2021-03-23T16:04:45.275Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T16:04:45.275Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T16:04:45.275Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T16:04:45.542Z] + '[' /w/workspace/edgex-go/407 ']' [2021-03-23T16:04:45.542Z] + mkdir -p /w/workspace/edgex-go/407/archives/ [2021-03-23T16:04:45.542Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/407/archives/ [Pipeline] echo [2021-03-23T16:04:45.558Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/407/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-23T16:04:45.889Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:04:46.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T16:04:46.468Z] [2021-03-23T16:04:46.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:04:46.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T16:04:46.855Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T16:04:46.855Z] df20fa9351a1: Pulling fs layer [2021-03-23T16:04:46.855Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T16:04:46.855Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T16:04:46.855Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T16:04:46.855Z] 93b61091891f: Pulling fs layer [2021-03-23T16:04:46.855Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T16:04:46.855Z] 5e14af77c1be: Pulling fs layer [2021-03-23T16:04:46.855Z] 01666e4c0597: Pulling fs layer [2021-03-23T16:04:46.855Z] aa168da1d23b: Pulling fs layer [2021-03-23T16:04:46.855Z] 46f8f816bc3b: Waiting [2021-03-23T16:04:46.855Z] 93b61091891f: Waiting [2021-03-23T16:04:46.855Z] 93b9cdb0e59b: Waiting [2021-03-23T16:04:46.855Z] 5e14af77c1be: Waiting [2021-03-23T16:04:46.855Z] 01666e4c0597: Waiting [2021-03-23T16:04:46.855Z] aa168da1d23b: Waiting [2021-03-23T16:04:46.855Z] 36b3adc4ff6f: Download complete [2021-03-23T16:04:47.132Z] 46f8f816bc3b: Verifying Checksum [2021-03-23T16:04:47.132Z] 46f8f816bc3b: Download complete [2021-03-23T16:04:47.132Z] df20fa9351a1: Verifying Checksum [2021-03-23T16:04:47.132Z] df20fa9351a1: Download complete [2021-03-23T16:04:47.132Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T16:04:47.132Z] 93b9cdb0e59b: Download complete [2021-03-23T16:04:47.132Z] 5e14af77c1be: Verifying Checksum [2021-03-23T16:04:47.132Z] 5e14af77c1be: Download complete [2021-03-23T16:04:47.132Z] 93b61091891f: Verifying Checksum [2021-03-23T16:04:47.132Z] 93b61091891f: Download complete [2021-03-23T16:04:47.132Z] 01666e4c0597: Verifying Checksum [2021-03-23T16:04:47.132Z] 01666e4c0597: Download complete [2021-03-23T16:04:48.140Z] df20fa9351a1: Pull complete [2021-03-23T16:04:48.429Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T16:04:48.429Z] 8ad3a11d3b57: Download complete [2021-03-23T16:04:48.703Z] 36b3adc4ff6f: Pull complete [2021-03-23T16:04:51.481Z] 8ad3a11d3b57: Pull complete [2021-03-23T16:04:52.070Z] 46f8f816bc3b: Pull complete [2021-03-23T16:04:53.102Z] aa168da1d23b: Verifying Checksum [2021-03-23T16:04:53.102Z] aa168da1d23b: Download complete [2021-03-23T16:04:53.368Z] 93b61091891f: Pull complete [2021-03-23T16:04:53.368Z] 93b9cdb0e59b: Pull complete [2021-03-23T16:04:53.633Z] 5e14af77c1be: Pull complete [2021-03-23T16:04:53.908Z] 01666e4c0597: Pull complete [2021-03-23T16:05:12.497Z] aa168da1d23b: Pull complete [2021-03-23T16:05:12.497Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T16:05:12.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T16:05:12.497Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T16:05:12.813Z] prd-centos7-docker-4c-2g-31080 does not seem to be running inside a container [2021-03-23T16:05:12.892Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/407/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/407 -v /w/workspace/edgex-go/407:/w/workspace/edgex-go/407:rw,z -v /w/workspace/edgex-go/407@tmp:/w/workspace/edgex-go/407@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T16:05:16.684Z] $ docker top 45cf691b1cccca46605d94291eab00730e918a0aa9c3defdb3981aa1a4c984b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T16:05:18.092Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T16:05:19.254Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T16:05:20.088Z] + ls /var/log/sa-host [2021-03-23T16:05:20.088Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T16:05:20.088Z] file_magic: OK [2021-03-23T16:05:20.088Z] HZ: Using current value: 100 [2021-03-23T16:05:20.088Z] file_header: OK [2021-03-23T16:05:20.088Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-23T16:05:20.088Z] Statistics: [2021-03-23T16:05:20.088Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-23T16:05:20.088Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T16:05:20.351Z] provisioning config files... [2021-03-23T16:05:20.402Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/407@tmp/config3792219533270110519tmp [Pipeline] { [Pipeline] echo [2021-03-23T16:05:20.544Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:21.612Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T16:05:21.628Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T16:05:21.741Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:22.398Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T16:05:22.444Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:23.148Z] ---> sudo-logs.sh [2021-03-23T16:05:23.148Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T16:05:23.213Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:23.865Z] ---> job-cost.sh [2021-03-23T16:05:23.866Z] lf-activate-venv: SKIPPING [2021-03-23T16:05:23.866Z] DEBUG: total: 0.20999999344348907 [2021-03-23T16:05:23.866Z] INFO: Retrieving Stack Cost... [2021-03-23T16:05:25.294Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T16:05:26.252Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T16:05:26.270Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:27.391Z] ---> logs-deploy.sh [2021-03-23T16:05:27.391Z] lf-activate-venv: SKIPPING [2021-03-23T16:05:27.391Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/407 [2021-03-23T16:05:27.391Z] INFO: archiving workspace using pattern(s): [2021-03-23T16:05:30.200Z] Archives upload complete. [2021-03-23T16:05:30.479Z] INFO: archiving logs to Nexus