Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 59c9a15376a292558addc495dbf8de0fe8fb6b07 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-32451 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/426 [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/426 # 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 59c9a15376a292558addc495dbf8de0fe8fb6b07 (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 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 Commit message: "Merge pull request #3313 from weichou1229/issue-3312" > git rev-list --no-walk e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T09:08:57.001Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T09:08:57.244Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T09:08:57.330Z] ========================================================= [2021-04-01T09:08:57.330Z] EdgeX Global Pipelines Version Info [2021-04-01T09:08:57.330Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:09:00.510Z] ------------------- [2021-04-01T09:09:00.511Z] stable info: [2021-04-01T09:09:00.511Z] ------------------- [2021-04-01T09:09:00.511Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T09:09:00.511Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T09:09:00.511Z] Message: update stable to v1.0.186 [2021-04-01T09:09:01.817Z] ------------------- [2021-04-01T09:09:01.817Z] experimental info: [2021-04-01T09:09:01.817Z] ------------------- [2021-04-01T09:09:01.817Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T09:09:01.817Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T09:09:01.817Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T09:09:02.214Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T09:09:02.303Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T09:09:02.424Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T09:09:02.506Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T09:09:02.631Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T09:09:02.734Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T09:09:02.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T09:09:02.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T09:09:03.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T09:09:03.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T09:09:03.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T09:09:03.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T09:09:03.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T09:09:03.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T09:09:03.660Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T09:09:03.790Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T09:09:03.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T09:09:04.052Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T09:09:04.147Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T09:09:04.233Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T09:09:04.348Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T09:09:04.461Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T09:09:04.547Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-01T09:09:04.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-01T09:09:04.719Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-01T09:09:04.811Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] echo [2021-04-01T09:09:04.897Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59c9a15 [Pipeline] echo [2021-04-01T09:09:04.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T09:09:05.150Z] provisioning config files... [2021-04-01T09:09:05.190Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/426@tmp/config8757842190285484360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:09:05.813Z] ---> docker-login.sh [2021-04-01T09:09:05.813Z] nexus3.edgexfoundry.org:10001 [2021-04-01T09:09:06.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:09:07.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:09:07.198Z] Configure a credential helper to remove this warning. See [2021-04-01T09:09:07.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:09:07.198Z] [2021-04-01T09:09:07.198Z] Login Succeeded [2021-04-01T09:09:07.198Z] nexus3.edgexfoundry.org:10002 [2021-04-01T09:09:07.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:09:07.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:09:07.789Z] Configure a credential helper to remove this warning. See [2021-04-01T09:09:07.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:09:07.789Z] [2021-04-01T09:09:07.789Z] Login Succeeded [2021-04-01T09:09:07.789Z] nexus3.edgexfoundry.org:10003 [2021-04-01T09:09:08.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:09:08.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:09:08.537Z] Configure a credential helper to remove this warning. See [2021-04-01T09:09:08.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:09:08.537Z] [2021-04-01T09:09:08.537Z] Login Succeeded [2021-04-01T09:09:08.537Z] nexus3.edgexfoundry.org:10004 [2021-04-01T09:09:09.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:09:09.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:09:09.728Z] Configure a credential helper to remove this warning. See [2021-04-01T09:09:09.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:09:09.728Z] [2021-04-01T09:09:09.728Z] Login Succeeded [2021-04-01T09:09:09.728Z] docker.io [2021-04-01T09:09:11.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:09:11.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:09:11.435Z] Configure a credential helper to remove this warning. See [2021-04-01T09:09:11.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:09:11.435Z] [2021-04-01T09:09:11.435Z] Login Succeeded [2021-04-01T09:09:11.435Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T09:09:11.556Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T09:09:12.255Z] ++ 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-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T09:09:12.255Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T09:09:12.255Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T09:09:12.255Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T09:09:12.255Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T09:09:12.255Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T09:09:12.255Z] ++ cut -d/ -f2 [2021-04-01T09:09:12.255Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T09:09:12.438Z] 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-04-01T09:09:14.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T09:09:14.487Z] [2021-04-01T09:09:14.487Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:09:15.006Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T09:09:15.439Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T09:09:15.439Z] 31603596830f: Pulling fs layer [2021-04-01T09:09:15.439Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T09:09:15.439Z] 6ca5941a6612: Pulling fs layer [2021-04-01T09:09:15.439Z] ecc8261a40a4: Pulling fs layer [2021-04-01T09:09:15.439Z] ecc8261a40a4: Waiting [2021-04-01T09:09:15.439Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T09:09:15.439Z] 2a8b12db71e7: Download complete [2021-04-01T09:09:16.267Z] 31603596830f: Verifying Checksum [2021-04-01T09:09:16.267Z] 31603596830f: Download complete [2021-04-01T09:09:17.029Z] ecc8261a40a4: Verifying Checksum [2021-04-01T09:09:17.029Z] ecc8261a40a4: Download complete [2021-04-01T09:09:17.029Z] 6ca5941a6612: Verifying Checksum [2021-04-01T09:09:17.029Z] 6ca5941a6612: Download complete [2021-04-01T09:09:17.426Z] 31603596830f: Pull complete [2021-04-01T09:09:18.060Z] 2a8b12db71e7: Pull complete [2021-04-01T09:09:20.331Z] 6ca5941a6612: Pull complete [2021-04-01T09:09:20.953Z] ecc8261a40a4: Pull complete [2021-04-01T09:09:20.953Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T09:09:20.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T09:09:20.953Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T09:09:21.584Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:09:21.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:09:25.793Z] $ docker top da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T09:09:26.341Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T09:09:26.341Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T09:09:27.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T09:09:27.096Z] $ docker exec da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 ssh-agent [2021-04-01T09:09:27.608Z] SSH_AUTH_SOCK=/tmp/ssh-1jDuQvs5A0PO/agent.11 [2021-04-01T09:09:27.608Z] SSH_AGENT_PID=17 [2021-04-01T09:09:27.628Z] Running ssh-add (command line suppressed) [2021-04-01T09:09:27.908Z] Identity added: /w/workspace/edgex-go/426@tmp/private_key_1261476531932953680.key (/w/workspace/edgex-go/426@tmp/private_key_1261476531932953680.key) [2021-04-01T09:09:28.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T09:09:29.476Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T09:09:29.626Z] $ docker exec --env ******** --env ******** da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 ssh-agent -k [2021-04-01T09:09:30.015Z] unset SSH_AUTH_SOCK; [2021-04-01T09:09:30.015Z] unset SSH_AGENT_PID; [2021-04-01T09:09:30.016Z] echo Agent pid 17 killed; [2021-04-01T09:09:30.312Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T09:09:30.506Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T09:09:30.506Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T09:09:31.311Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T09:09:31.315Z] $ docker exec da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 ssh-agent [2021-04-01T09:09:32.183Z] SSH_AUTH_SOCK=/tmp/ssh-0TIx9DYwXar0/agent.45 [2021-04-01T09:09:32.183Z] SSH_AGENT_PID=50 [2021-04-01T09:09:32.205Z] Running ssh-add (command line suppressed) [2021-04-01T09:09:32.662Z] Identity added: /w/workspace/edgex-go/426@tmp/private_key_3397830332332101892.key (/w/workspace/edgex-go/426@tmp/private_key_3397830332332101892.key) [2021-04-01T09:09:32.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T09:09:33.830Z] + git semver init [2021-04-01T09:09:33.830Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T09:09:33.830Z] # $GIT_DIR = /w/workspace/edgex-go/426/.git [2021-04-01T09:09:33.830Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/426 [2021-04-01T09:09:33.830Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T09:09:33.831Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T09:09:33.831Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T09:09:33.831Z] # $SEMVER_BRANCH = master [2021-04-01T09:09:33.831Z] # $SEMVER_TEMP = /tmp/semver-140186366 [2021-04-01T09:09:33.831Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T09:10:14.606Z] # '/tmp/semver-140186366' -> '/w/workspace/edgex-go/426/.semver' [2021-04-01T09:10:14.606Z] # -> Force: false [2021-04-01T09:10:14.606Z] # $SEMVER_DIR = /w/workspace/edgex-go/426/.semver [Pipeline] } [2021-04-01T09:10:14.641Z] $ docker exec --env ******** --env ******** da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 ssh-agent -k [2021-04-01T09:10:15.225Z] unset SSH_AUTH_SOCK; [2021-04-01T09:10:15.226Z] unset SSH_AGENT_PID; [2021-04-01T09:10:15.226Z] echo Agent pid 50 killed; [2021-04-01T09:10:15.378Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T09:10:15.985Z] + git semver [Pipeline] } [2021-04-01T09:10:16.386Z] $ docker stop --time=1 da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 [2021-04-01T09:10:18.855Z] $ docker rm -f da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T09:10:19.643Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T09:10:21.175Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T09:10:21.178Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.158 [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-04-01T09:10:22.339Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T09:10:22.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T09:10:23.158Z] + true [2021-04-01T09:10:23.158Z] + sudo service docker restart [2021-04-01T09:10:23.158Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T09:10:24.797Z] ========================================================= [2021-04-01T09:10:24.797Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T09:10:24.797Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:10:25.506Z] + 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-04-01T09:10:36.589Z] Still waiting to schedule task [2021-04-01T09:10:36.589Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T09:10:38.157Z] Sending build context to Docker daemon 329MB [2021-04-01T09:10:38.157Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T09:10:38.157Z] Step 2/6 : FROM ${BASE} [2021-04-01T09:10:38.157Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T09:10:38.157Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T09:10:38.157Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T09:10:38.157Z] de9db76c5a1d: Pulling fs layer [2021-04-01T09:10:38.157Z] bca2f99d35d6: Pulling fs layer [2021-04-01T09:10:38.157Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T09:10:38.157Z] 7c6f9722023f: Pulling fs layer [2021-04-01T09:10:38.157Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T09:10:38.157Z] bca2f99d35d6: Waiting [2021-04-01T09:10:38.157Z] 93359f2a8cfa: Waiting [2021-04-01T09:10:38.157Z] 7c6f9722023f: Waiting [2021-04-01T09:10:38.157Z] a35cf1a2eb13: Waiting [2021-04-01T09:10:38.157Z] de9db76c5a1d: Verifying Checksum [2021-04-01T09:10:38.157Z] de9db76c5a1d: Download complete [2021-04-01T09:10:38.157Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T09:10:38.157Z] 0ef7d3d256c8: Download complete [2021-04-01T09:10:38.157Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T09:10:38.157Z] 93359f2a8cfa: Download complete [2021-04-01T09:10:38.157Z] 7c6f9722023f: Verifying Checksum [2021-04-01T09:10:38.157Z] 7c6f9722023f: Download complete [2021-04-01T09:10:38.157Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T09:10:38.157Z] 188c0c94c7c5: Download complete [2021-04-01T09:10:40.846Z] 188c0c94c7c5: Pull complete [2021-04-01T09:10:41.170Z] 0ef7d3d256c8: Pull complete [2021-04-01T09:10:41.911Z] de9db76c5a1d: Pull complete [2021-04-01T09:10:45.500Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T09:10:45.500Z] a35cf1a2eb13: Download complete [2021-04-01T09:10:47.553Z] bca2f99d35d6: Verifying Checksum [2021-04-01T09:10:47.553Z] bca2f99d35d6: Download complete [2021-04-01T09:11:00.374Z] bca2f99d35d6: Pull complete [2021-04-01T09:11:00.375Z] 93359f2a8cfa: Pull complete [2021-04-01T09:11:00.375Z] 7c6f9722023f: Pull complete [2021-04-01T09:11:06.116Z] a35cf1a2eb13: Pull complete [2021-04-01T09:11:06.116Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T09:11:06.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T09:11:06.116Z] ---> a62c8e92a672 [2021-04-01T09:11:06.116Z] 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-04-01T09:11:06.407Z] ---> Running in f53e30668422 [2021-04-01T09:11:07.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:11:08.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:11:09.303Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T09:11:09.647Z] (2/12) Installing file (5.38-r0) [2021-04-01T09:11:09.647Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T09:11:09.647Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T09:11:20.142Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T09:11:20.142Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T09:11:20.414Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T09:11:20.414Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T09:11:20.683Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T09:11:20.958Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T09:11:20.959Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T09:11:21.294Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T09:11:21.695Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T09:11:21.695Z] OK: 233 MiB in 51 packages [2021-04-01T09:11:27.424Z] Removing intermediate container f53e30668422 [2021-04-01T09:11:27.424Z] ---> 1b68641424bb [2021-04-01T09:11:27.424Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T09:11:27.424Z] ---> Running in 617143c18769 [2021-04-01T09:11:27.424Z] Removing intermediate container 617143c18769 [2021-04-01T09:11:27.424Z] ---> 0c51efce3161 [2021-04-01T09:11:27.424Z] Step 5/6 : COPY go.mod . [2021-04-01T09:11:27.696Z] ---> 3b76ae773544 [2021-04-01T09:11:27.696Z] Step 6/6 : RUN go mod download [2021-04-01T09:11:27.696Z] ---> Running in cdf530fad8b3 [2021-04-01T09:12:01.364Z] Removing intermediate container cdf530fad8b3 [2021-04-01T09:12:01.364Z] ---> 2593e345ffd0 [2021-04-01T09:12:01.364Z] Successfully built 2593e345ffd0 [2021-04-01T09:12:01.364Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:12:02.069Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T09:12:02.351Z] . [Pipeline] withDockerContainer [2021-04-01T09:12:02.676Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:12:02.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:12:06.027Z] $ docker top aa6fb72d107dcfb355a26d8e69dfa0b79e3a7b33b078e94c61558110c8c3c445 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T09:12:07.630Z] + go version [2021-04-01T09:12:07.630Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T09:12:07.941Z] $ docker stop --time=1 aa6fb72d107dcfb355a26d8e69dfa0b79e3a7b33b078e94c61558110c8c3c445 [2021-04-01T09:12:10.016Z] $ docker rm -f aa6fb72d107dcfb355a26d8e69dfa0b79e3a7b33b078e94c61558110c8c3c445 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:12:11.359Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T09:12:11.359Z] . [Pipeline] withDockerContainer [2021-04-01T09:12:12.043Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:12:12.240Z] $ 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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:12:15.025Z] $ docker top 5aab5b940a8f486346c70f0418bed2a9ae47f770844b354749c41b7fe824b182 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T09:12:15.299Z] ========================================================= [2021-04-01T09:12:15.299Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T09:12:15.299Z] ========================================================= [Pipeline] sh [2021-04-01T09:12:16.079Z] + make test [2021-04-01T09:12:16.079Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T09:12:24.176Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32452 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-01T09:12:24.227Z] Running in /w/workspace/edgex-go/426 [Pipeline] { [Pipeline] checkout [2021-04-01T09:12:28.777Z] using credential edgex-jenkins-ssh [2021-04-01T09:12:28.834Z] Cloning the remote Git repository [2021-04-01T09:12:28.903Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T09:12:29.013Z] > git init /w/workspace/edgex-go/426 # timeout=10 [2021-04-01T09:12:29.097Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T09:12:29.098Z] > git --version # timeout=10 [2021-04-01T09:12:29.121Z] > git --version # 'git version 2.17.1' [2021-04-01T09:12:29.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T09:12:29.185Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T09:12:38.737Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T09:12:47.851Z] Checking out Revision 59c9a15376a292558addc495dbf8de0fe8fb6b07 (master) [2021-04-01T09:12:47.043Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T09:12:47.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T09:12:47.098Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T09:12:47.130Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T09:12:47.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T09:12:47.143Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T09:12:47.876Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T09:12:47.892Z] > git checkout -f 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 [2021-04-01T09:12:52.633Z] Commit message: "Merge pull request #3313 from weichou1229/issue-3312" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T09:12:54.201Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T09:12:54.603Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T09:12:54.944Z] + sudo service docker restart [2021-04-01T09:12:54.944Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T09:12:57.654Z] provisioning config files... [2021-04-01T09:12:57.741Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/426@tmp/config7474968772084927239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:12:58.168Z] ---> docker-login.sh [2021-04-01T09:12:58.168Z] nexus3.edgexfoundry.org:10001 [2021-04-01T09:12:59.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:12:59.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:12:59.436Z] Configure a credential helper to remove this warning. See [2021-04-01T09:12:59.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:12:59.436Z] [2021-04-01T09:12:59.436Z] Login Succeeded [2021-04-01T09:12:59.436Z] nexus3.edgexfoundry.org:10002 [2021-04-01T09:13:00.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:13:00.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:13:00.039Z] Configure a credential helper to remove this warning. See [2021-04-01T09:13:00.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:13:00.039Z] [2021-04-01T09:13:00.039Z] Login Succeeded [2021-04-01T09:13:00.039Z] nexus3.edgexfoundry.org:10003 [2021-04-01T09:13:00.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:13:00.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:13:00.637Z] Configure a credential helper to remove this warning. See [2021-04-01T09:13:00.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:13:00.637Z] [2021-04-01T09:13:00.637Z] Login Succeeded [2021-04-01T09:13:00.637Z] nexus3.edgexfoundry.org:10004 [2021-04-01T09:13:00.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:13:01.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:13:01.193Z] Configure a credential helper to remove this warning. See [2021-04-01T09:13:01.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:13:01.193Z] [2021-04-01T09:13:01.193Z] Login Succeeded [2021-04-01T09:13:01.193Z] docker.io [2021-04-01T09:13:01.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:13:02.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:13:02.066Z] Configure a credential helper to remove this warning. See [2021-04-01T09:13:02.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:13:02.066Z] [2021-04-01T09:13:02.066Z] Login Succeeded [2021-04-01T09:13:02.066Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T09:13:02.083Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T09:13:02.506Z] ========================================================= [2021-04-01T09:13:02.506Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T09:13:02.506Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:13:02.883Z] + 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-04-01T09:13:05.516Z] Sending build context to Docker daemon 167.1MB [2021-04-01T09:13:05.516Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T09:13:05.516Z] Step 2/6 : FROM ${BASE} [2021-04-01T09:13:05.516Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T09:13:05.516Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T09:13:05.516Z] a4357932f1b6: Pulling fs layer [2021-04-01T09:13:05.516Z] 18c013af1878: Pulling fs layer [2021-04-01T09:13:05.516Z] 00ac8860ef70: Pulling fs layer [2021-04-01T09:13:05.516Z] 63d7cb157983: Pulling fs layer [2021-04-01T09:13:05.516Z] b116817d02f9: Pulling fs layer [2021-04-01T09:13:05.516Z] 745a02a5169b: Pulling fs layer [2021-04-01T09:13:05.516Z] 00ac8860ef70: Waiting [2021-04-01T09:13:05.516Z] 63d7cb157983: Waiting [2021-04-01T09:13:05.516Z] b116817d02f9: Waiting [2021-04-01T09:13:05.516Z] 745a02a5169b: Waiting [2021-04-01T09:13:05.516Z] 18c013af1878: Verifying Checksum [2021-04-01T09:13:05.516Z] 18c013af1878: Download complete [2021-04-01T09:13:05.516Z] a4357932f1b6: Download complete [2021-04-01T09:13:05.516Z] 63d7cb157983: Download complete [2021-04-01T09:13:06.058Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T09:13:06.493Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T09:13:06.494Z] b116817d02f9: Verifying Checksum [2021-04-01T09:13:06.494Z] b116817d02f9: Download complete [2021-04-01T09:13:07.102Z] 5f621e34cdf4: Pull complete [2021-04-01T09:13:07.378Z] a4357932f1b6: Pull complete [2021-04-01T09:13:07.988Z] 18c013af1878: Pull complete [2021-04-01T09:13:08.588Z] 745a02a5169b: Verifying Checksum [2021-04-01T09:13:08.588Z] 745a02a5169b: Download complete [2021-04-01T09:13:10.024Z] 00ac8860ef70: Verifying Checksum [2021-04-01T09:13:10.024Z] 00ac8860ef70: Download complete [2021-04-01T09:13:20.195Z] 00ac8860ef70: Pull complete [2021-04-01T09:13:20.195Z] 63d7cb157983: Pull complete [2021-04-01T09:13:20.475Z] b116817d02f9: Pull complete [2021-04-01T09:13:24.801Z] 745a02a5169b: Pull complete [2021-04-01T09:13:24.801Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T09:13:24.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T09:13:24.801Z] ---> b7e6874047d6 [2021-04-01T09:13:24.801Z] 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-04-01T09:13:25.399Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T09:13:25.399Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T09:13:25.399Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T09:13:27.433Z] ---> Running in 4c62a3b895b7 [2021-04-01T09:13:28.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:13:29.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:13:30.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T09:13:30.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T09:13:30.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T09:13:30.091Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T09:13:30.841Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T09:13:31.114Z] (2/12) Installing file (5.38-r0) [2021-04-01T09:13:31.114Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T09:13:31.388Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T09:13:32.121Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T09:13:34.522Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T09:13:34.767Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T09:13:34.767Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T09:13:34.767Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T09:13:35.039Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T09:13:35.039Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T09:13:35.039Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T09:13:35.313Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T09:13:35.313Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T09:13:35.313Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T09:13:35.588Z] OK: 217 MiB in 51 packages [2021-04-01T09:13:39.558Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T09:13:39.558Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T09:13:39.558Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T09:13:39.895Z] Removing intermediate container 4c62a3b895b7 [2021-04-01T09:13:39.895Z] ---> db3bb60bdf4a [2021-04-01T09:13:39.895Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T09:13:39.895Z] ---> Running in cefad77bc8d9 [2021-04-01T09:13:40.169Z] Removing intermediate container cefad77bc8d9 [2021-04-01T09:13:40.169Z] ---> 24eef568a8ab [2021-04-01T09:13:40.169Z] Step 5/6 : COPY go.mod . [2021-04-01T09:13:40.766Z] ---> c1e532e813e0 [2021-04-01T09:13:40.766Z] Step 6/6 : RUN go mod download [2021-04-01T09:13:41.039Z] ---> Running in f7121fa974a1 [2021-04-01T09:13:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.265s coverage: 45.9% of statements [2021-04-01T09:13:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T09:13:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T09:13:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T09:13:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T09:13:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T09:13:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T09:13:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.097s coverage: 19.8% of statements [2021-04-01T09:13:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.334s coverage: 100.0% of statements [2021-04-01T09:13:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.1% of statements [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T09:13:51.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.133s coverage: 100.0% of statements [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T09:13:51.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.248s coverage: 100.0% of statements [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T09:13:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T09:13:51.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.198s coverage: 71.3% of statements [2021-04-01T09:13:51.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T09:13:51.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T09:13:54.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.260s coverage: 82.9% of statements [2021-04-01T09:13:54.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T09:13:54.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T09:13:54.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.221s coverage: 78.9% of statements [2021-04-01T09:13:54.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T09:14:00.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.071s coverage: 28.6% of statements [2021-04-01T09:14:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T09:14:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T09:14:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T09:14:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T09:14:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T09:14:00.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2021-04-01T09:14:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T09:14:00.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.168s coverage: 100.0% of statements [2021-04-01T09:14:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T09:14:00.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.775s coverage: 86.7% of statements [2021-04-01T09:14:00.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T09:14:01.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.215s coverage: 97.5% of statements [2021-04-01T09:14:01.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T09:14:02.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements [2021-04-01T09:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T09:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T09:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T09:14:02.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T09:14:07.845Z] Removing intermediate container f7121fa974a1 [2021-04-01T09:14:07.846Z] ---> ec9f84757dc2 [2021-04-01T09:14:07.846Z] Successfully built ec9f84757dc2 [2021-04-01T09:14:07.846Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:14:08.197Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T09:14:08.197Z] . [Pipeline] withDockerContainer [2021-04-01T09:14:08.443Z] prd-ubuntu18.04-docker-arm64-4c-16g-32452 does not seem to be running inside a container [2021-04-01T09:14:08.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 ******** ci-base-image-arm64 cat [2021-04-01T09:14:09.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.457s coverage: 92.8% of statements [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T09:14:09.056Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T09:14:09.056Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 1.0% of statements [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T09:14:09.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T09:14:09.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2021-04-01T09:14:09.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.100s coverage: 79.5% of statements [2021-04-01T09:14:09.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.268s coverage: 94.1% of statements [2021-04-01T09:14:09.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.383s coverage: 96.3% of statements [2021-04-01T09:14:09.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.141s coverage: 87.5% of statements [2021-04-01T09:14:10.005Z] $ docker top 80def64d7ceb21841e8dcef12470bf1fda864ce1049ee32253b2e6ac803332fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T09:14:10.999Z] + go version [2021-04-01T09:14:10.999Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T09:14:11.030Z] $ docker stop --time=1 80def64d7ceb21841e8dcef12470bf1fda864ce1049ee32253b2e6ac803332fd [2021-04-01T09:14:12.920Z] $ docker rm -f 80def64d7ceb21841e8dcef12470bf1fda864ce1049ee32253b2e6ac803332fd [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-04-01T09:14:16.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T09:14:16.583Z] [2021-04-01T09:14:16.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:14:16.989Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T09:14:16.989Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T09:14:16.989Z] 29e5d40040c1: Pulling fs layer [2021-04-01T09:14:16.989Z] 1ce36da41761: Pulling fs layer [2021-04-01T09:14:16.989Z] 25b303627fd3: Pulling fs layer [2021-04-01T09:14:17.581Z] 29e5d40040c1: Verifying Checksum [2021-04-01T09:14:17.581Z] 29e5d40040c1: Download complete [2021-04-01T09:14:18.214Z] 29e5d40040c1: Pull complete [2021-04-01T09:14:18.214Z] 1ce36da41761: Verifying Checksum [2021-04-01T09:14:18.214Z] 1ce36da41761: Download complete [2021-04-01T09:14:19.654Z] 1ce36da41761: Pull complete [2021-04-01T09:14:19.654Z] 25b303627fd3: Verifying Checksum [2021-04-01T09:14:19.654Z] 25b303627fd3: Download complete [2021-04-01T09:14:22.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.260s coverage: 94.4% of statements [2021-04-01T09:14:22.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.163s coverage: 44.8% of statements [2021-04-01T09:14:29.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.138s coverage: 82.6% of statements [2021-04-01T09:14:29.814Z] 25b303627fd3: Pull complete [2021-04-01T09:14:29.814Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T09:14:29.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T09:14:29.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T09:14:30.051Z] prd-ubuntu18.04-docker-arm64-4c-16g-32452 does not seem to be running inside a container [2021-04-01T09:14:30.136Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T09:14:33.313Z] $ docker top 7cd5df59c089510b54f7de79c65e173b5d648a10e11e2f07c3e46cf3da76c2f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T09:14:34.423Z] + docker-compose build --help [2021-04-01T09:14:34.423Z] + grep parallel [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.441s coverage: 92.9% of statements [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 77.8% of statements [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.103s coverage: 87.2% of statements [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.145s coverage: 87.2% of statements [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.6% of statements [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.287s coverage: 91.6% of statements [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.684s coverage: 64.4% of statements [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T09:14:35.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.159s coverage: 91.3% of statements [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.306s coverage: 100.0% of statements [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements [2021-04-01T09:14:35.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-04-01T09:14:37.797Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T09:14:38.101Z] $ docker stop --time=1 7cd5df59c089510b54f7de79c65e173b5d648a10e11e2f07c3e46cf3da76c2f3 [2021-04-01T09:14:38.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.122s coverage: 69.0% of statements [2021-04-01T09:14:38.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T09:14:38.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T09:14:38.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T09:14:39.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 38.4% of statements [2021-04-01T09:14:39.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T09:14:39.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T09:14:39.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.271s coverage: 89.5% of statements [2021-04-01T09:14:39.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T09:14:39.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.151s coverage: 84.8% of statements [2021-04-01T09:14:40.068Z] $ docker rm -f 7cd5df59c089510b54f7de79c65e173b5d648a10e11e2f07c3e46cf3da76c2f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:14:40.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T09:14:40.989Z] . [Pipeline] withDockerContainer [2021-04-01T09:14:41.255Z] prd-ubuntu18.04-docker-arm64-4c-16g-32452 does not seem to be running inside a container [2021-04-01T09:14:41.341Z] $ 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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:14:42.815Z] $ docker top ee933e5f1e9f639d2b4a92417d07e138ae75b76f0fe173b3f27adbacb0350f0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T09:14:43.946Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T09:14:45.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.252s coverage: 47.0% of statements [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T09:14:45.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T09:14:45.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.144s coverage: 100.0% of statements [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T09:14:45.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.490s coverage: 87.1% of statements [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T09:14:45.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T09:14:48.318Z] Building docker-core-command-go ... [2021-04-01T09:14:48.318Z] Building docker-core-data-go ... [2021-04-01T09:14:48.318Z] Building docker-core-metadata-go ... [2021-04-01T09:14:48.318Z] Building docker-security-bootstrapper-go ... [2021-04-01T09:14:48.318Z] Building docker-security-proxy-setup-go ... [2021-04-01T09:14:48.318Z] Building docker-security-secretstore-setup-go ... [2021-04-01T09:14:48.318Z] Building docker-support-notifications-go ... [2021-04-01T09:14:48.318Z] Building docker-support-scheduler-go ... [2021-04-01T09:14:48.318Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T09:14:48.318Z] Building docker-security-secretstore-setup-go [2021-04-01T09:14:48.318Z] Building docker-support-notifications-go [2021-04-01T09:14:48.318Z] Building docker-security-bootstrapper-go [2021-04-01T09:14:48.318Z] Building docker-core-command-go [2021-04-01T09:14:48.318Z] Building docker-security-proxy-setup-go [2021-04-01T09:14:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.514s coverage: 29.1% of statements [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T09:14:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.281s coverage: 99.0% of statements [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T09:14:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.216s coverage: 100.0% of statements [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T09:14:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.296s coverage: 95.6% of statements [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T09:14:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T09:14:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T09:14:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T09:14:50.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.165s coverage: 87.9% of statements [2021-04-01T09:14:50.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T09:14:50.653Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T09:14:51.368Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-04-01T09:14:52.399Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.234s coverage: 32.1% of statements [2021-04-01T09:14:53.600Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.111s coverage: 100.0% of statements [2021-04-01T09:14:54.398Z] GO111MODULE=on go vet ./... [2021-04-01T09:15:44.897Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:15:44.897Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:15:44.897Z] ---> ec9f84757dc2 [2021-04-01T09:15:44.897Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T09:15:44.897Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:15:44.897Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:15:44.897Z] ---> ec9f84757dc2 [2021-04-01T09:15:44.897Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T09:15:44.897Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:15:44.897Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:15:44.897Z] ---> ec9f84757dc2 [2021-04-01T09:15:44.897Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T09:15:44.897Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:15:44.897Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:15:44.898Z] ---> ec9f84757dc2 [2021-04-01T09:15:44.898Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T09:15:44.898Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:15:44.898Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:15:44.898Z] ---> ec9f84757dc2 [2021-04-01T09:15:44.898Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T09:15:44.898Z] ---> Running in 1c7084961d1c [2021-04-01T09:15:44.898Z] ---> Running in 8bb8e2912eab [2021-04-01T09:15:44.898Z] ---> Running in d0efe812a6c1 [2021-04-01T09:15:44.898Z] ---> Running in b37acc9c4915 [2021-04-01T09:15:44.898Z] ---> Running in e131efc3cb62 [2021-04-01T09:15:44.898Z] Removing intermediate container b37acc9c4915 [2021-04-01T09:15:44.898Z] ---> c895948f31a4 [2021-04-01T09:15:44.898Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:15:44.898Z] Removing intermediate container e131efc3cb62 [2021-04-01T09:15:44.898Z] ---> 22f4e887d668 [2021-04-01T09:15:44.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:15:44.898Z] Removing intermediate container 8bb8e2912eab [2021-04-01T09:15:44.898Z] ---> cc84e690df2e [2021-04-01T09:15:44.898Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:15:44.898Z] ---> Running in f26d3cab3c38 [2021-04-01T09:15:44.898Z] Removing intermediate container 1c7084961d1c [2021-04-01T09:15:44.898Z] ---> 3391821ec6d9 [2021-04-01T09:15:44.898Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:15:44.898Z] Removing intermediate container d0efe812a6c1 [2021-04-01T09:15:44.898Z] ---> ab640eafb37b [2021-04-01T09:15:44.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:15:44.898Z] ---> Running in fd5c606d235f [2021-04-01T09:15:44.898Z] ---> Running in 673f7092c846 [2021-04-01T09:15:44.898Z] ---> Running in 2b48735105e5 [2021-04-01T09:15:44.898Z] ---> Running in e4e62d1f2aa3 [2021-04-01T09:15:44.898Z] Removing intermediate container f26d3cab3c38 [2021-04-01T09:15:44.898Z] ---> dd57de2da3c0 [2021-04-01T09:15:44.898Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T09:15:44.898Z] ---> Running in 324fed9a05ab [2021-04-01T09:15:45.173Z] Removing intermediate container fd5c606d235f [2021-04-01T09:15:45.173Z] ---> f6e8058780c7 [2021-04-01T09:15:45.173Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T09:15:45.173Z] Removing intermediate container 673f7092c846 [2021-04-01T09:15:45.173Z] ---> 00d68f7534e5 [2021-04-01T09:15:45.173Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T09:15:45.455Z] ---> Running in b58e5d62c0b5 [2021-04-01T09:15:45.455Z] ---> Running in 010f838b6f93 [2021-04-01T09:15:45.455Z] Removing intermediate container 2b48735105e5 [2021-04-01T09:15:45.455Z] ---> 603c98642b6a [2021-04-01T09:15:45.455Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T09:15:45.733Z] Removing intermediate container e4e62d1f2aa3 [2021-04-01T09:15:45.733Z] ---> 43a3bb251867 [2021-04-01T09:15:45.733Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T09:15:46.019Z] ---> Running in 00345613ba89 [2021-04-01T09:15:46.019Z] ---> Running in 72f336647b09 [2021-04-01T09:15:46.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:47.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:47.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:47.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:47.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:47.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:48.170Z] OK: 217 MiB in 51 packages [2021-04-01T09:15:48.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:48.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:48.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:48.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:15:49.032Z] OK: 217 MiB in 51 packages [2021-04-01T09:15:49.308Z] OK: 217 MiB in 51 packages [2021-04-01T09:15:49.586Z] OK: 217 MiB in 51 packages [2021-04-01T09:15:49.586Z] OK: 217 MiB in 51 packages [2021-04-01T09:15:49.868Z] Removing intermediate container 324fed9a05ab [2021-04-01T09:15:49.868Z] ---> 74898554246f [2021-04-01T09:15:49.868Z] Step 6/31 : COPY go.mod . [2021-04-01T09:15:50.848Z] Removing intermediate container 010f838b6f93 [2021-04-01T09:15:50.848Z] ---> 1b10eeb24de0 [2021-04-01T09:15:50.848Z] Step 6/21 : COPY go.mod . [2021-04-01T09:15:51.143Z] ---> 5e511a82b390 [2021-04-01T09:15:51.143Z] Step 7/31 : RUN go mod download [2021-04-01T09:15:51.143Z] ---> Running in 072e5a6f3a23 [2021-04-01T09:15:51.437Z] Removing intermediate container 00345613ba89 [2021-04-01T09:15:51.437Z] ---> 34270624e1ae [2021-04-01T09:15:51.437Z] Step 6/23 : COPY go.mod . [2021-04-01T09:15:51.437Z] Removing intermediate container b58e5d62c0b5 [2021-04-01T09:15:51.437Z] ---> acd06c78ce2b [2021-04-01T09:15:51.438Z] Step 6/22 : COPY go.mod . [2021-04-01T09:15:51.438Z] Removing intermediate container 72f336647b09 [2021-04-01T09:15:51.438Z] ---> df7f7ea8e916 [2021-04-01T09:15:51.718Z] Step 6/24 : COPY go.mod . [2021-04-01T09:15:52.322Z] ---> fd29b96dac99 [2021-04-01T09:15:52.322Z] Step 7/21 : RUN go mod download [2021-04-01T09:15:52.597Z] ---> Running in c595fec46d28 [2021-04-01T09:15:52.871Z] ---> b0f0a61b67b8 [2021-04-01T09:15:52.871Z] Step 7/23 : RUN go mod download [2021-04-01T09:15:52.871Z] ---> de0e86026471 [2021-04-01T09:15:52.871Z] Step 7/22 : RUN go mod download [2021-04-01T09:15:52.871Z] ---> f617f3748960 [2021-04-01T09:15:52.871Z] Step 7/24 : RUN go mod download [2021-04-01T09:15:52.871Z] ---> Running in 3627f4120215 [2021-04-01T09:15:52.871Z] ---> Running in c492c69fbd6b [2021-04-01T09:15:53.146Z] ---> Running in a08644a7a3b8 [2021-04-01T09:15:55.823Z] Removing intermediate container 072e5a6f3a23 [2021-04-01T09:15:55.823Z] ---> a979ab6e9f6a [2021-04-01T09:15:55.823Z] Step 8/31 : COPY . . [2021-04-01T09:15:57.269Z] Removing intermediate container c595fec46d28 [2021-04-01T09:15:57.269Z] ---> 924468167f0e [2021-04-01T09:15:57.269Z] Step 8/21 : COPY . . [2021-04-01T09:15:58.252Z] Removing intermediate container 3627f4120215 [2021-04-01T09:15:58.252Z] ---> ac62e1ad93da [2021-04-01T09:15:58.252Z] Step 8/23 : COPY . . [2021-04-01T09:15:58.849Z] Removing intermediate container c492c69fbd6b [2021-04-01T09:15:58.849Z] ---> 59469cd1068f [2021-04-01T09:15:58.849Z] Step 8/22 : COPY . . [2021-04-01T09:15:59.453Z] Removing intermediate container a08644a7a3b8 [2021-04-01T09:15:59.453Z] ---> 57ebb7f70b46 [2021-04-01T09:15:59.453Z] Step 8/24 : COPY . . [2021-04-01T09:16:17.785Z] ---> 1ddd21a64425 [2021-04-01T09:16:17.785Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T09:16:17.785Z] ---> 98299df34192 [2021-04-01T09:16:17.785Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T09:16:17.785Z] ---> c99714403a50 [2021-04-01T09:16:17.785Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T09:16:17.785Z] ---> 63ab873e4586 [2021-04-01T09:16:17.785Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T09:16:17.785Z] ---> Running in 56880c6ced39 [2021-04-01T09:16:17.785Z] ---> Running in 3d3c2818878c [2021-04-01T09:16:17.785Z] ---> Running in 1a2192f2d9a3 [2021-04-01T09:16:17.785Z] ---> Running in ec4e9ee47b92 [2021-04-01T09:16:17.785Z] ---> 8303cf4ad048 [2021-04-01T09:16:17.785Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T09:16:17.785Z] ---> Running in 74af4b83b1c0 [2021-04-01T09:16:18.763Z] gofmt -l . [2021-04-01T09:16:18.763Z] [ "`gofmt -l .`" = "" ] [2021-04-01T09:16:18.763Z] ./bin/test-go-mod-tidy.sh [2021-04-01T09:16:18.763Z] ./bin/test-attribution-txt.sh [2021-04-01T09:16:19.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T09:16:19.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] sh [2021-04-01T09:16:19.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T09:16:19.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T09:16:19.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T09:16:21.734Z] + ls -al . [2021-04-01T09:16:21.734Z] total 784 [2021-04-01T09:16:21.734Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 09:16 . [2021-04-01T09:16:21.734Z] drwxr-xr-x 4 root root 32 Apr 1 09:12 .. [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 09:08 .dockerignore [2021-04-01T09:16:21.734Z] drwxrwxr-x 8 1001 1001 162 Apr 1 09:08 .git [2021-04-01T09:16:21.734Z] drwxrwxr-x 3 1001 1001 125 Apr 1 09:08 .github [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 09:08 .gitignore [2021-04-01T09:16:21.734Z] drwx------ 3 1001 1001 45 Apr 1 09:10 .semver [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 09:08 .sonarcloud.properties [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 09:08 Attribution.txt [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 09:08 CONTRIBUTING.md [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 09:08 Dockerfile.build [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 09:08 Jenkinsfile [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 09:08 LICENSE [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 09:08 Makefile [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 09:08 README.md [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 09:08 SECURITY.md [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 13 Apr 1 09:10 VERSION [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 09:08 ZMQWindows.md [2021-04-01T09:16:21.734Z] drwxrwxr-x 2 1001 1001 117 Apr 1 09:08 bin [2021-04-01T09:16:21.734Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 09:08 cmd [2021-04-01T09:16:21.734Z] -rw-r--r-- 1 root root 672489 Apr 1 09:14 coverage.out [2021-04-01T09:16:21.734Z] -rw-r--r-- 1 root root 1056 Apr 1 09:16 go.mod [2021-04-01T09:16:21.734Z] -rw-r--r-- 1 root root 22360 Apr 1 09:16 go.sum [2021-04-01T09:16:21.734Z] drwxrwxr-x 8 1001 1001 127 Apr 1 09:08 internal [2021-04-01T09:16:21.734Z] drwxrwxr-x 4 1001 1001 26 Apr 1 09:08 openapi [2021-04-01T09:16:21.734Z] drwxrwxr-x 4 1001 1001 71 Apr 1 09:08 snap [2021-04-01T09:16:21.734Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 09:08 version.go [Pipeline] sh [2021-04-01T09:16:22.641Z] + '[' -e coverage.out ] [2021-04-01T09:16:22.641Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T09:16:23.057Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T09:16:23.839Z] + make build [2021-04-01T09:16:23.839Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T09:16:34.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T09:16:54.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T09:16:58.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T09:17:01.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T09:17:01.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T09:17:07.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T09:17:15.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T09:17:20.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T09:17:25.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T09:17:32.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T09:17:35.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-01T09:17:47.383Z] $ docker stop --time=1 5aab5b940a8f486346c70f0418bed2a9ae47f770844b354749c41b7fe824b182 [2021-04-01T09:17:50.300Z] $ docker rm -f 5aab5b940a8f486346c70f0418bed2a9ae47f770844b354749c41b7fe824b182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:17:52.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T09:17:52.600Z] [2021-04-01T09:17:52.600Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:17:53.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T09:17:53.232Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T09:17:53.232Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T09:17:53.232Z] ca9280d653b3: Pulling fs layer [2021-04-01T09:17:53.232Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T09:17:54.302Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-01T09:17:54.302Z] cbdbe7a5bc2a: Download complete [2021-04-01T09:17:55.373Z] cbdbe7a5bc2a: Pull complete [2021-04-01T09:17:55.670Z] ca9280d653b3: Verifying Checksum [2021-04-01T09:17:55.670Z] ca9280d653b3: Download complete [2021-04-01T09:17:56.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T09:17:56.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T09:17:59.296Z] ca9280d653b3: Pull complete [2021-04-01T09:17:59.565Z] 7e9c9ca2126c: Verifying Checksum [2021-04-01T09:17:59.565Z] 7e9c9ca2126c: Download complete [2021-04-01T09:18:11.718Z] Removing intermediate container 1a2192f2d9a3 [2021-04-01T09:18:11.718Z] ---> 2ff81a8de764 [2021-04-01T09:18:11.718Z] [2021-04-01T09:18:11.718Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T09:18:11.718Z] 3.12: Pulling from library/alpine [2021-04-01T09:18:11.718Z] Removing intermediate container 56880c6ced39 [2021-04-01T09:18:11.718Z] ---> c235a03aea59 [2021-04-01T09:18:11.718Z] [2021-04-01T09:18:11.718Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T09:18:11.718Z] Removing intermediate container 74af4b83b1c0 [2021-04-01T09:18:11.718Z] ---> c09534fc3289 [2021-04-01T09:18:11.718Z] [2021-04-01T09:18:11.718Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T09:18:11.718Z] 3.12: Pulling from library/alpine [2021-04-01T09:18:11.718Z] 3.12: Pulling from library/alpine [2021-04-01T09:18:11.996Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T09:18:11.996Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T09:18:11.996Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T09:18:11.996Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T09:18:11.996Z] ---> d75e27dfc0a0 [2021-04-01T09:18:11.996Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T09:18:11.996Z] Status: Image is up to date for alpine:3.12 [2021-04-01T09:18:11.996Z] ---> d75e27dfc0a0 [2021-04-01T09:18:11.996Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T09:18:11.996Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T09:18:11.996Z] ---> d75e27dfc0a0 [2021-04-01T09:18:11.996Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T09:18:12.610Z] ---> Running in bc2bc6312350 [2021-04-01T09:18:12.610Z] ---> Running in 2d0ecc7aa73b [2021-04-01T09:18:12.610Z] ---> Running in f394e5313e8b [2021-04-01T09:18:14.050Z] Removing intermediate container bc2bc6312350 [2021-04-01T09:18:14.050Z] ---> 948b2768fa6a [2021-04-01T09:18:14.050Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T09:18:14.651Z] ---> Running in 1eb4e685e1c9 [2021-04-01T09:18:14.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:14.992Z] 7e9c9ca2126c: Pull complete [2021-04-01T09:18:14.992Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T09:18:15.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:15.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:15.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T09:18:15.263Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T09:18:15.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:15.915Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:18:16.086Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T09:18:16.086Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T09:18:16.086Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T09:18:16.086Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T09:18:16.086Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T09:18:16.086Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T09:18:16.086Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T09:18:16.086Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:18:16.086Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T09:18:16.086Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T09:18:16.086Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T09:18:16.086Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T09:18:16.086Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:18:16.124Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:18:16.360Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T09:18:16.361Z] Removing intermediate container 3d3c2818878c [2021-04-01T09:18:16.361Z] ---> 91089469d2d9 [2021-04-01T09:18:16.361Z] [2021-04-01T09:18:16.361Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T09:18:16.361Z] ---> d75e27dfc0a0 [2021-04-01T09:18:16.361Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T09:18:16.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:16.361Z] OK: 7 MiB in 20 packages [2021-04-01T09:18:16.671Z] OK: 7 MiB in 18 packages [2021-04-01T09:18:16.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:17.283Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T09:18:17.283Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T09:18:17.283Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:18:17.283Z] OK: 5 MiB in 16 packages [2021-04-01T09:18:17.562Z] ---> Running in a43cb9982530 [2021-04-01T09:18:17.836Z] Removing intermediate container ec4e9ee47b92 [2021-04-01T09:18:17.836Z] ---> 303271e5865f [2021-04-01T09:18:17.836Z] [2021-04-01T09:18:17.836Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T09:18:17.836Z] ---> d75e27dfc0a0 [2021-04-01T09:18:17.836Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T09:18:18.110Z] ---> Running in 47b1cd70ebbc [2021-04-01T09:18:19.217Z] $ docker top b3078cd44f2bad94ff267da1c9c31c652f8ad44e10af41f70263922f062b9de9 -eo pid,comm [2021-04-01T09:18:19.558Z] Removing intermediate container f394e5313e8b [2021-04-01T09:18:19.558Z] ---> 32a6339af5e2 [2021-04-01T09:18:19.558Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T09:18:19.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:19.831Z] Removing intermediate container 1eb4e685e1c9 [2021-04-01T09:18:19.831Z] ---> fb41e930da82 [2021-04-01T09:18:19.831Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T09:18:19.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:19.831Z] Removing intermediate container 2d0ecc7aa73b [2021-04-01T09:18:19.831Z] ---> 780cf9f26a1a [2021-04-01T09:18:19.831Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T09:18:19.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:20.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:18:20.108Z] ---> Running in d118ed8b3c69 [2021-04-01T09:18:20.108Z] ---> Running in 93221450549b [2021-04-01T09:18:20.108Z] ---> Running in fe3e5251c4e4 [Pipeline] { [Pipeline] sh [2021-04-01T09:18:20.703Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T09:18:20.703Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T09:18:20.703Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:18:20.703Z] OK: 5 MiB in 15 packages [2021-04-01T09:18:20.703Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T09:18:20.703Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:18:20.703Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T09:18:20.977Z] OK: 6 MiB in 16 packages [2021-04-01T09:18:20.977Z] Removing intermediate container d118ed8b3c69 [2021-04-01T09:18:20.977Z] ---> c9b76020f2d9 [2021-04-01T09:18:20.977Z] Step 13/24 : WORKDIR / [2021-04-01T09:18:21.261Z] Removing intermediate container 93221450549b [2021-04-01T09:18:21.261Z] ---> b38e3032d967 [2021-04-01T09:18:21.261Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T09:18:21.261Z] Removing intermediate container fe3e5251c4e4 [2021-04-01T09:18:21.261Z] ---> d3645faf523d [2021-04-01T09:18:21.261Z] Step 13/21 : WORKDIR /edgex [2021-04-01T09:18:21.261Z] ---> Running in b3602978dd6a [2021-04-01T09:18:21.543Z] ---> Running in 6b864a37e228 [2021-04-01T09:18:21.543Z] ---> Running in 97c7e476c981 [2021-04-01T09:18:21.554Z] + docker-compose build --help [2021-04-01T09:18:21.554Z] + grep parallel [2021-04-01T09:18:22.147Z] Removing intermediate container b3602978dd6a [2021-04-01T09:18:22.147Z] ---> 6126e094efc0 [2021-04-01T09:18:22.147Z] 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-04-01T09:18:22.426Z] Removing intermediate container 6b864a37e228 [2021-04-01T09:18:22.426Z] ---> 7d26679bb74c [2021-04-01T09:18:22.426Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T09:18:22.426Z] Removing intermediate container a43cb9982530 [2021-04-01T09:18:22.426Z] ---> d1f83b287e60 [2021-04-01T09:18:22.426Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T09:18:22.426Z] Removing intermediate container 97c7e476c981 [2021-04-01T09:18:22.426Z] ---> 5d7827b50230 [2021-04-01T09:18:22.426Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T09:18:22.703Z] ---> Running in def273e3c7b9 [2021-04-01T09:18:22.703Z] ---> Running in 0fb07940f892 [2021-04-01T09:18:22.978Z] Removing intermediate container 47b1cd70ebbc [2021-04-01T09:18:22.978Z] ---> 88fdb7ac1bdc [2021-04-01T09:18:22.978Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T09:18:23.264Z] ---> Running in 912a3241bbc1 [2021-04-01T09:18:23.542Z] ---> d7c1d4bda03c [2021-04-01T09:18:23.542Z] 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-04-01T09:18:23.542Z] Removing intermediate container def273e3c7b9 [2021-04-01T09:18:23.542Z] ---> 39281b82ed09 [2021-04-01T09:18:23.542Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T09:18:23.636Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T09:18:23.652Z] $ docker stop --time=1 b3078cd44f2bad94ff267da1c9c31c652f8ad44e10af41f70263922f062b9de9 [2021-04-01T09:18:23.818Z] ---> e04d897f350d [2021-04-01T09:18:23.818Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T09:18:23.818Z] ---> Running in e8e5d10ab049 [2021-04-01T09:18:24.095Z] Removing intermediate container 912a3241bbc1 [2021-04-01T09:18:24.095Z] ---> d1fd76b7e202 [2021-04-01T09:18:24.095Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T09:18:24.381Z] ---> Running in e1dc233517f0 [2021-04-01T09:18:24.659Z] Removing intermediate container e8e5d10ab049 [2021-04-01T09:18:24.659Z] ---> b1d89ea9d2a5 [2021-04-01T09:18:24.659Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T09:18:24.659Z] ---> b1c4c90d4495 [2021-04-01T09:18:24.659Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T09:18:25.261Z] ---> Running in efd48e0e82d2 [2021-04-01T09:18:25.261Z] Removing intermediate container e1dc233517f0 [2021-04-01T09:18:25.261Z] ---> a24d67087ae7 [2021-04-01T09:18:25.261Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T09:18:25.543Z] ---> e59533504e71 [2021-04-01T09:18:25.543Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T09:18:25.543Z] ---> Running in 2ce833ec813b [2021-04-01T09:18:25.824Z] Removing intermediate container efd48e0e82d2 [2021-04-01T09:18:25.824Z] ---> 18f219c66a38 [2021-04-01T09:18:25.824Z] Step 15/23 : WORKDIR / [2021-04-01T09:18:25.824Z] ---> fb96d5411132 [2021-04-01T09:18:25.824Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T09:18:25.944Z] $ docker rm -f b3078cd44f2bad94ff267da1c9c31c652f8ad44e10af41f70263922f062b9de9 [2021-04-01T09:18:26.100Z] ---> Running in cc74e8d01c91 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:18:26.370Z] Removing intermediate container 2ce833ec813b [2021-04-01T09:18:26.371Z] ---> a672c172164f [2021-04-01T09:18:26.371Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:18:26.371Z] Removing intermediate container 0fb07940f892 [2021-04-01T09:18:26.371Z] ---> 85ad428250e3 [2021-04-01T09:18:26.371Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T09:18:26.645Z] ---> Running in c76db80a9de3 [2021-04-01T09:18:26.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T09:18:26.728Z] . [Pipeline] withDockerContainer [2021-04-01T09:18:26.917Z] Removing intermediate container cc74e8d01c91 [2021-04-01T09:18:26.917Z] ---> 97c5695c832c [2021-04-01T09:18:26.917Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:18:27.004Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:18:27.187Z] ---> 17e56ffe926f [2021-04-01T09:18:27.187Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T09:18:27.227Z] $ 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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:18:27.461Z] ---> Running in f71c15675378 [2021-04-01T09:18:27.461Z] ---> 0d1ee85039c8 [2021-04-01T09:18:27.461Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T09:18:27.461Z] ---> 8ee998ae03e9 [2021-04-01T09:18:27.461Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T09:18:27.461Z] Removing intermediate container c76db80a9de3 [2021-04-01T09:18:27.461Z] ---> ab1ec72d3777 [2021-04-01T09:18:27.461Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T09:18:28.063Z] ---> 707c92bdca04 [2021-04-01T09:18:28.063Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T09:18:28.338Z] Removing intermediate container f71c15675378 [2021-04-01T09:18:28.338Z] ---> e4e8bdb8abfc [2021-04-01T09:18:28.338Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T09:18:28.931Z] ---> Running in d3a4596809cd [2021-04-01T09:18:29.047Z] $ docker top 8b010c4606e806a73a67cbdedcbcd036a829f67f403882a6972b6a4bbf4d0cd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T09:18:29.586Z] ---> d0e6892dc944 [2021-04-01T09:18:29.587Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T09:18:29.587Z] ---> 25f288c14057 [2021-04-01T09:18:29.587Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T09:18:29.587Z] ---> 09657f50d853 [2021-04-01T09:18:29.587Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T09:18:29.587Z] ---> Running in 71e1c7d66863 [2021-04-01T09:18:29.979Z] Removing intermediate container d3a4596809cd [2021-04-01T09:18:29.979Z] ---> 59ee4f39069f [2021-04-01T09:18:29.979Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T09:18:29.979Z] ---> 63fc19cd1541 [2021-04-01T09:18:29.979Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T09:18:29.979Z] ---> Running in 60cc6d921896 [2021-04-01T09:18:30.356Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T09:18:30.611Z] ---> b47de0c3cbd5 [2021-04-01T09:18:30.611Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T09:18:30.929Z] ---> Running in 3ba2f1b3a5ed [2021-04-01T09:18:30.929Z] ---> e691a4e5a619 [2021-04-01T09:18:30.929Z] 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-04-01T09:18:31.229Z] Removing intermediate container 60cc6d921896 [2021-04-01T09:18:31.229Z] ---> 3b2db9f4881e [2021-04-01T09:18:31.229Z] Step 20/21 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:18:31.229Z] ---> Running in 72e980d10a40 [2021-04-01T09:18:31.578Z] ---> Running in d24b2032d71c [2021-04-01T09:18:31.915Z] Removing intermediate container 3ba2f1b3a5ed [2021-04-01T09:18:31.915Z] ---> 688d50a1559b [2021-04-01T09:18:31.915Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:18:31.915Z] ---> 585cd9f2b117 [2021-04-01T09:18:31.915Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T09:18:31.915Z] ---> Running in e8d4502ee39f [2021-04-01T09:18:32.230Z] ---> Running in 1247194071ce [2021-04-01T09:18:32.230Z] Removing intermediate container d24b2032d71c [2021-04-01T09:18:32.230Z] ---> 12fa5f00603c [2021-04-01T09:18:32.230Z] Step 21/21 : LABEL version=2.0.0-dev.158 [2021-04-01T09:18:32.409Z] Building docker-core-command-go ... [2021-04-01T09:18:32.409Z] Building docker-core-data-go ... [2021-04-01T09:18:32.409Z] Building docker-core-metadata-go ... [2021-04-01T09:18:32.409Z] Building docker-security-bootstrapper-go ... [2021-04-01T09:18:32.409Z] Building docker-security-proxy-setup-go ... [2021-04-01T09:18:32.409Z] Building docker-security-secretstore-setup-go ... [2021-04-01T09:18:32.409Z] Building docker-support-notifications-go ... [2021-04-01T09:18:32.409Z] Building docker-support-scheduler-go ... [2021-04-01T09:18:32.409Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T09:18:32.409Z] Building docker-support-notifications-go [2021-04-01T09:18:32.409Z] Building docker-core-command-go [2021-04-01T09:18:32.409Z] Building docker-security-proxy-setup-go [2021-04-01T09:18:32.409Z] Building docker-core-data-go [2021-04-01T09:18:32.514Z] ---> Running in 6d9c80b51d46 [2021-04-01T09:18:32.686Z] Building docker-security-secretstore-setup-go [2021-04-01T09:18:33.118Z] Removing intermediate container e8d4502ee39f [2021-04-01T09:18:33.118Z] ---> 4b328a2e04ab [2021-04-01T09:18:33.118Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T09:18:33.118Z] Removing intermediate container 1247194071ce [2021-04-01T09:18:33.118Z] ---> e719fc39f8b5 [2021-04-01T09:18:33.118Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:18:33.118Z] ---> Running in 3e5e8e6c441a [2021-04-01T09:18:33.392Z] ---> Running in 815419b6b0f8 [2021-04-01T09:18:33.392Z] Removing intermediate container 6d9c80b51d46 [2021-04-01T09:18:33.392Z] ---> 81af744dfdb0 [2021-04-01T09:18:33.392Z] [2021-04-01T09:18:33.667Z] Removing intermediate container 71e1c7d66863 [2021-04-01T09:18:33.667Z] ---> fe863f50f6ac [2021-04-01T09:18:33.667Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:18:33.940Z] Removing intermediate container 3e5e8e6c441a [2021-04-01T09:18:33.940Z] ---> 491bf23f31bb [2021-04-01T09:18:33.940Z] Step 21/22 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:18:33.940Z] Successfully built 81af744dfdb0 [2021-04-01T09:18:33.940Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T09:18:34.215Z] Building docker-support-scheduler-go [2021-04-01T09:18:34.215Z]  Building docker-security-proxy-setup-go ... done  ---> Running in effed08cd406 [2021-04-01T09:18:34.215Z] Removing intermediate container 815419b6b0f8 [2021-04-01T09:18:34.215Z] ---> e6e4c5c98c92 [2021-04-01T09:18:34.215Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T09:18:34.488Z] ---> Running in 1bc60c8c0a9b [2021-04-01T09:18:34.488Z] Removing intermediate container 72e980d10a40 [2021-04-01T09:18:34.488Z] ---> ab5d8e27f074 [2021-04-01T09:18:34.488Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T09:18:34.763Z] ---> 643f59ed7b79 [2021-04-01T09:18:34.763Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T09:18:34.763Z] ---> Running in 887aa52af872 [2021-04-01T09:18:35.055Z] Removing intermediate container effed08cd406 [2021-04-01T09:18:35.055Z] ---> d26acf5ffed0 [2021-04-01T09:18:35.055Z] Step 22/22 : LABEL version=2.0.0-dev.158 [2021-04-01T09:18:35.055Z] Removing intermediate container 1bc60c8c0a9b [2021-04-01T09:18:35.055Z] ---> f4a23a69f8f4 [2021-04-01T09:18:35.330Z] Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:18:35.615Z] ---> Running in bdeb475e0f53 [2021-04-01T09:18:35.914Z] ---> Running in 89b9eb7118c8 [2021-04-01T09:18:36.902Z] Removing intermediate container 887aa52af872 [2021-04-01T09:18:36.902Z] ---> b984b33a961f [2021-04-01T09:18:36.902Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T09:18:37.517Z] ---> 6386e252be3b [2021-04-01T09:18:37.517Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T09:18:37.517Z] Removing intermediate container 89b9eb7118c8 [2021-04-01T09:18:37.517Z] ---> f05ec8c5049e [2021-04-01T09:18:37.517Z] Step 23/23 : LABEL version=2.0.0-dev.158 [2021-04-01T09:18:37.517Z] Removing intermediate container bdeb475e0f53 [2021-04-01T09:18:37.517Z] ---> 6e82be8105ab [2021-04-01T09:18:37.517Z] [2021-04-01T09:18:37.517Z] ---> Running in 4618c249a219 [2021-04-01T09:18:37.789Z] ---> Running in 250a086cb5d7 [2021-04-01T09:18:38.063Z] Successfully built 6e82be8105ab [2021-04-01T09:18:38.063Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T09:18:38.063Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-01T09:18:38.339Z] Removing intermediate container 4618c249a219 [2021-04-01T09:18:38.339Z] ---> af2bd3de478b [2021-04-01T09:18:38.339Z] Step 23/24 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:18:38.614Z] ---> 8064bbe1b10a [2021-04-01T09:18:38.614Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T09:18:38.614Z] ---> Running in 91551e765538 [2021-04-01T09:18:38.614Z] Removing intermediate container 250a086cb5d7 [2021-04-01T09:18:38.614Z] ---> 9662b45f5b84 [2021-04-01T09:18:38.614Z] [2021-04-01T09:18:39.227Z] Successfully built 9662b45f5b84 [2021-04-01T09:18:39.227Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T09:18:39.227Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-04-01T09:18:39.227Z] Removing intermediate container 91551e765538 [2021-04-01T09:18:39.227Z] ---> dc2485a2af6e [2021-04-01T09:18:39.227Z] Step 24/24 : LABEL version=2.0.0-dev.158 [2021-04-01T09:18:39.500Z] ---> be6849cb4c0b [2021-04-01T09:18:39.500Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T09:18:39.500Z] ---> Running in 8c6c2b50b893 [2021-04-01T09:18:40.092Z] Removing intermediate container 8c6c2b50b893 [2021-04-01T09:18:40.092Z] ---> d331f4ae6650 [2021-04-01T09:18:40.092Z] [2021-04-01T09:18:40.362Z] Successfully built d331f4ae6650 [2021-04-01T09:18:40.639Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T09:18:40.639Z] Building docker-core-metadata-go [2021-04-01T09:18:40.639Z]  Building docker-security-secretstore-setup-go ... done  ---> 7d2b85a149ec [2021-04-01T09:18:40.639Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T09:18:40.913Z] ---> Running in deafed6656d4 [2021-04-01T09:18:41.522Z] Removing intermediate container deafed6656d4 [2021-04-01T09:18:41.522Z] ---> b5fa332b78bc [2021-04-01T09:18:41.522Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T09:18:42.113Z] ---> f78198923a97 [2021-04-01T09:18:42.114Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T09:18:42.710Z] ---> Running in 376a91f428ea [2021-04-01T09:18:48.106Z] Removing intermediate container 376a91f428ea [2021-04-01T09:18:48.106Z] ---> 3fd1bc14c9fd [2021-04-01T09:18:48.106Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T09:18:49.082Z] ---> Running in 11c0fefa63b0 [2021-04-01T09:18:49.673Z] Removing intermediate container 11c0fefa63b0 [2021-04-01T09:18:49.673Z] ---> 1e9b44b8b460 [2021-04-01T09:18:49.673Z] Step 28/31 : CMD ["gate"] [2021-04-01T09:18:49.944Z] ---> Running in 0587307d381c [2021-04-01T09:18:50.225Z] Removing intermediate container 0587307d381c [2021-04-01T09:18:50.225Z] ---> bd37cfca6539 [2021-04-01T09:18:50.225Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T09:18:50.823Z] ---> Running in 3452908e8754 [2021-04-01T09:18:51.094Z] Removing intermediate container 3452908e8754 [2021-04-01T09:18:51.094Z] ---> 1d1798a5be5e [2021-04-01T09:18:51.094Z] Step 30/31 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:18:51.688Z] ---> Running in 59959f3a8b45 [2021-04-01T09:18:51.958Z] Removing intermediate container 59959f3a8b45 [2021-04-01T09:18:51.958Z] ---> 1f3a23ef5d1c [2021-04-01T09:18:51.958Z] Step 31/31 : LABEL version=2.0.0-dev.158 [2021-04-01T09:18:52.553Z] ---> Running in b1553906dba4 [2021-04-01T09:18:52.823Z] Removing intermediate container b1553906dba4 [2021-04-01T09:18:52.823Z] ---> 0bc329184cd0 [2021-04-01T09:18:52.823Z] [2021-04-01T09:18:53.092Z] Successfully built 0bc329184cd0 [2021-04-01T09:18:53.092Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T09:19:05.475Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:05.475Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:05.475Z] ---> ec9f84757dc2 [2021-04-01T09:19:05.475Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T09:19:05.475Z] ---> Using cache [2021-04-01T09:19:05.475Z] ---> 3391821ec6d9 [2021-04-01T09:19:05.475Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:05.475Z] ---> Using cache [2021-04-01T09:19:05.475Z] ---> 43a3bb251867 [2021-04-01T09:19:05.475Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T09:19:05.475Z] ---> Using cache [2021-04-01T09:19:05.475Z] ---> df7f7ea8e916 [2021-04-01T09:19:05.475Z] Step 6/22 : COPY go.mod . [2021-04-01T09:19:05.475Z] ---> Using cache [2021-04-01T09:19:05.475Z] ---> f617f3748960 [2021-04-01T09:19:05.475Z] Step 7/22 : RUN go mod download [2021-04-01T09:19:05.475Z] ---> Using cache [2021-04-01T09:19:05.475Z] ---> 57ebb7f70b46 [2021-04-01T09:19:05.475Z] Step 8/22 : COPY . . [2021-04-01T09:19:05.475Z] ---> Using cache [2021-04-01T09:19:05.475Z] ---> 8303cf4ad048 [2021-04-01T09:19:05.475Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T09:19:06.932Z] ---> Running in 7c653bd03b3a [2021-04-01T09:19:08.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T09:19:11.778Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:11.778Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:11.778Z] ---> ec9f84757dc2 [2021-04-01T09:19:11.778Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T09:19:11.778Z] ---> Using cache [2021-04-01T09:19:11.778Z] ---> 3391821ec6d9 [2021-04-01T09:19:11.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> 43a3bb251867 [2021-04-01T09:19:11.779Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> df7f7ea8e916 [2021-04-01T09:19:11.779Z] Step 6/23 : COPY go.mod . [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> f617f3748960 [2021-04-01T09:19:11.779Z] Step 7/23 : RUN go mod download [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> 57ebb7f70b46 [2021-04-01T09:19:11.779Z] Step 8/23 : COPY . . [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> 8303cf4ad048 [2021-04-01T09:19:11.779Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T09:19:11.779Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:11.779Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:11.779Z] ---> ec9f84757dc2 [2021-04-01T09:19:11.779Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> 3391821ec6d9 [2021-04-01T09:19:11.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> 43a3bb251867 [2021-04-01T09:19:11.779Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T09:19:11.779Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:11.779Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:11.779Z] ---> ec9f84757dc2 [2021-04-01T09:19:11.779Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> 3391821ec6d9 [2021-04-01T09:19:11.779Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:11.779Z] ---> Using cache [2021-04-01T09:19:11.779Z] ---> 43a3bb251867 [2021-04-01T09:19:11.779Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T09:19:12.762Z] ---> Running in 0ee1482b5d18 [2021-04-01T09:19:12.762Z] ---> Running in 326c1a4f8a83 [2021-04-01T09:19:12.762Z] ---> Running in 8e91da21800c [2021-04-01T09:19:15.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:19:15.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:19:15.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T09:19:16.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:19:16.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:19:17.285Z] OK: 217 MiB in 51 packages [2021-04-01T09:19:17.285Z] OK: 217 MiB in 51 packages [2021-04-01T09:19:19.275Z] Removing intermediate container 0ee1482b5d18 [2021-04-01T09:19:19.275Z] ---> f76c1d46e25c [2021-04-01T09:19:19.275Z] Step 6/23 : COPY go.mod . [2021-04-01T09:19:19.549Z] Removing intermediate container 8e91da21800c [2021-04-01T09:19:19.549Z] ---> 9b4f671e4458 [2021-04-01T09:19:19.549Z] Step 6/26 : COPY go.mod . [2021-04-01T09:19:20.534Z] ---> e559f8bc9603 [2021-04-01T09:19:20.535Z] Step 7/23 : RUN go mod download [2021-04-01T09:19:20.810Z] ---> Running in a6ca10983abd [2021-04-01T09:19:20.810Z] ---> b304f04af803 [2021-04-01T09:19:20.810Z] Step 7/26 : RUN go mod download [2021-04-01T09:19:21.084Z] ---> Running in 04ca54e96b9f [2021-04-01T09:19:26.508Z] Removing intermediate container a6ca10983abd [2021-04-01T09:19:26.508Z] ---> d6d7aec3b7ea [2021-04-01T09:19:26.508Z] Step 8/23 : COPY . . [2021-04-01T09:19:26.508Z] Removing intermediate container 04ca54e96b9f [2021-04-01T09:19:26.508Z] ---> 7b822b024672 [2021-04-01T09:19:26.508Z] Step 8/26 : COPY . . [2021-04-01T09:19:48.722Z] ---> 9f13426cac35 [2021-04-01T09:19:48.722Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T09:19:48.722Z] ---> dc3cc44f6be7 [2021-04-01T09:19:48.722Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T09:19:48.722Z] ---> Running in 0ccc3889a565 [2021-04-01T09:19:48.722Z] ---> Running in 7c66eedae893 [2021-04-01T09:19:49.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T09:19:49.609Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T09:19:57.668Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:57.668Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:57.668Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:57.668Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:57.668Z] ---> 2593e345ffd0 [2021-04-01T09:19:57.668Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T09:19:57.668Z] ---> 2593e345ffd0 [2021-04-01T09:19:57.668Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T09:19:57.668Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:57.668Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:57.668Z] ---> 2593e345ffd0 [2021-04-01T09:19:57.668Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T09:19:57.668Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:57.668Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:57.668Z] ---> 2593e345ffd0 [2021-04-01T09:19:57.668Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T09:19:57.668Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:19:57.668Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:19:57.668Z] ---> 2593e345ffd0 [2021-04-01T09:19:57.668Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T09:19:57.668Z] ---> Running in 01236d91ae57 [2021-04-01T09:19:57.668Z] ---> Running in 5ab76a9aafa7 [2021-04-01T09:19:57.668Z] ---> Running in d1917bfcf936 [2021-04-01T09:19:57.668Z] ---> Running in eeb1b99c8ac9 [2021-04-01T09:19:57.668Z] ---> Running in b829af877361 [2021-04-01T09:19:57.938Z] Removing intermediate container d1917bfcf936 [2021-04-01T09:19:57.938Z] ---> 87feb44e797e [2021-04-01T09:19:57.938Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:57.938Z] Removing intermediate container 5ab76a9aafa7 [2021-04-01T09:19:57.938Z] ---> 3f42259bcf85 [2021-04-01T09:19:57.938Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:57.938Z] Removing intermediate container b829af877361 [2021-04-01T09:19:57.938Z] ---> 5d0dab9a78db [2021-04-01T09:19:57.938Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:58.258Z] Removing intermediate container eeb1b99c8ac9 [2021-04-01T09:19:58.258Z] ---> d5cc95816697 [2021-04-01T09:19:58.258Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:58.258Z] ---> Running in 655a7104f431 [2021-04-01T09:19:58.258Z] Removing intermediate container 01236d91ae57 [2021-04-01T09:19:58.258Z] ---> c7d82772c135 [2021-04-01T09:19:58.258Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:19:58.645Z] ---> Running in 00c000f92012 [2021-04-01T09:19:58.645Z] ---> Running in 47cd82fda80f [2021-04-01T09:19:59.251Z] ---> Running in a7c88a58c795 [2021-04-01T09:19:59.251Z] ---> Running in 23ca90a512a4 [2021-04-01T09:20:05.372Z] Removing intermediate container 655a7104f431 [2021-04-01T09:20:05.372Z] ---> dbd4d21612ac [2021-04-01T09:20:05.372Z] Step 5/24 : RUN apk add --update --no-cache make gitRemoving intermediate container 00c000f92012 [2021-04-01T09:20:05.372Z] ---> 090b2c44ae30 [2021-04-01T09:20:05.372Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T09:20:05.372Z] [2021-04-01T09:20:05.372Z] Removing intermediate container 47cd82fda80f [2021-04-01T09:20:05.372Z] ---> f834fd4cfb8a [2021-04-01T09:20:05.372Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T09:20:05.639Z] ---> Running in 8774dbe16d44 [2021-04-01T09:20:05.639Z] Removing intermediate container a7c88a58c795 [2021-04-01T09:20:05.639Z] ---> 2fb444bc4e67 [2021-04-01T09:20:05.639Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T09:20:05.639Z] ---> Running in eed57e60042f [2021-04-01T09:20:05.639Z] ---> Running in 80cf40d6b3bd [2021-04-01T09:20:05.639Z] Removing intermediate container 23ca90a512a4 [2021-04-01T09:20:05.639Z] ---> bd5ea29f5543 [2021-04-01T09:20:05.639Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T09:20:06.054Z] ---> Running in ab7f293e6e88 [2021-04-01T09:20:06.054Z] ---> Running in 864c5c52ccb2 [2021-04-01T09:20:08.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:09.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:09.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:09.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:10.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:10.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:10.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:10.737Z] OK: 233 MiB in 51 packages [2021-04-01T09:20:11.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:11.311Z] OK: 233 MiB in 51 packages [2021-04-01T09:20:11.311Z] OK: 233 MiB in 51 packages [2021-04-01T09:20:11.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:11.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:20:13.135Z] Removing intermediate container 8774dbe16d44 [2021-04-01T09:20:13.135Z] ---> daa882885c91 [2021-04-01T09:20:13.135Z] Step 6/23 : COPY go.mod . [2021-04-01T09:20:13.135Z] OK: 233 MiB in 51 packages [2021-04-01T09:20:13.135Z] OK: 233 MiB in 51 packages [2021-04-01T09:20:13.135Z] Removing intermediate container 80cf40d6b3bd [2021-04-01T09:20:13.135Z] ---> f4966940aadb [2021-04-01T09:20:13.135Z] Step 6/24 : COPY go.mod . [2021-04-01T09:20:13.796Z] Removing intermediate container eed57e60042f [2021-04-01T09:20:13.796Z] ---> 6d7b50b86e07 [2021-04-01T09:20:13.796Z] Step 6/22 : COPY go.mod . [2021-04-01T09:20:14.125Z] ---> d887298e2b1e [2021-04-01T09:20:14.125Z] Step 7/23 : RUN go mod download [2021-04-01T09:20:14.125Z] ---> 5ac8fe4b5fdd [2021-04-01T09:20:14.125Z] Step 7/24 : RUN go mod download [2021-04-01T09:20:14.125Z] ---> Running in 34eb728eab76 [2021-04-01T09:20:14.464Z] ---> Running in fd82b12d8a5b [2021-04-01T09:20:14.814Z] ---> 5dc3c7074c85 [2021-04-01T09:20:14.814Z] Step 7/22 : RUN go mod download [2021-04-01T09:20:14.814Z] Removing intermediate container ab7f293e6e88 [2021-04-01T09:20:14.814Z] ---> fb22a3d909f5 [2021-04-01T09:20:14.814Z] Step 6/21 : COPY go.mod . [2021-04-01T09:20:15.156Z] ---> Running in dd74461e7577 [2021-04-01T09:20:15.156Z] Removing intermediate container 864c5c52ccb2 [2021-04-01T09:20:15.156Z] ---> dd7b8af1ecf0 [2021-04-01T09:20:15.156Z] Step 6/23 : COPY go.mod . [2021-04-01T09:20:17.830Z] ---> fb8a60031298 [2021-04-01T09:20:17.830Z] Step 7/23 : RUN go mod download [2021-04-01T09:20:17.830Z] ---> 6fbe8d5a41ef [2021-04-01T09:20:17.830Z] Step 7/21 : RUN go mod download [2021-04-01T09:20:18.175Z] ---> Running in dad8e7506ef2 [2021-04-01T09:20:18.457Z] ---> Running in 44b084d64702 [2021-04-01T09:20:22.243Z] Removing intermediate container fd82b12d8a5b [2021-04-01T09:20:22.243Z] ---> a37e19c77dad [2021-04-01T09:20:22.243Z] Step 8/24 : COPY . . [2021-04-01T09:20:22.243Z] Removing intermediate container dd74461e7577 [2021-04-01T09:20:22.243Z] ---> e26a5793d4ff [2021-04-01T09:20:22.243Z] Step 8/22 : COPY . . [2021-04-01T09:20:22.243Z] Removing intermediate container 34eb728eab76 [2021-04-01T09:20:22.243Z] ---> adad74b62e66 [2021-04-01T09:20:22.243Z] Step 8/23 : COPY . . [2021-04-01T09:20:22.539Z] Removing intermediate container dad8e7506ef2 [2021-04-01T09:20:22.539Z] ---> 0ce9dbb42b0a [2021-04-01T09:20:22.539Z] Step 8/21 : COPY . . [2021-04-01T09:20:25.410Z] Removing intermediate container 44b084d64702 [2021-04-01T09:20:25.410Z] ---> 70855cb3de93 [2021-04-01T09:20:25.410Z] Step 8/23 : COPY . . [2021-04-01T09:20:36.634Z] Removing intermediate container 7c653bd03b3a [2021-04-01T09:20:36.634Z] ---> 7f8798339f01 [2021-04-01T09:20:36.634Z] [2021-04-01T09:20:36.634Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T09:20:36.634Z] ---> d75e27dfc0a0 [2021-04-01T09:20:36.634Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T09:20:36.634Z] ---> Using cache [2021-04-01T09:20:36.634Z] ---> d1f83b287e60 [2021-04-01T09:20:36.634Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T09:20:36.634Z] ---> Using cache [2021-04-01T09:20:36.634Z] ---> 39281b82ed09 [2021-04-01T09:20:36.634Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T09:20:36.634Z] ---> Running in c2046744ae33 [2021-04-01T09:20:36.634Z] Removing intermediate container c2046744ae33 [2021-04-01T09:20:36.634Z] ---> 9321afee482d [2021-04-01T09:20:36.634Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T09:20:36.634Z] ---> Running in 30e67f37aeb8 [2021-04-01T09:20:36.634Z] Removing intermediate container 30e67f37aeb8 [2021-04-01T09:20:36.634Z] ---> 736bb8bb3ef6 [2021-04-01T09:20:36.634Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:20:36.634Z] ---> deadef560ea6 [2021-04-01T09:20:36.634Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T09:20:36.634Z] ---> 104a9b0a7231 [2021-04-01T09:20:36.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T09:20:36.635Z] ---> 68c3d93adec5 [2021-04-01T09:20:36.635Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T09:20:36.635Z] ---> Running in 135be71a352a [2021-04-01T09:20:36.635Z] Removing intermediate container 135be71a352a [2021-04-01T09:20:36.635Z] ---> 56c3ea055f61 [2021-04-01T09:20:36.635Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:20:36.635Z] ---> Running in 3a5638cba5a6 [2021-04-01T09:20:37.659Z] Removing intermediate container 3a5638cba5a6 [2021-04-01T09:20:37.659Z] ---> c3f450564282 [2021-04-01T09:20:37.659Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T09:20:37.659Z] ---> Running in 3032487d7984 [2021-04-01T09:20:38.264Z] Removing intermediate container 3032487d7984 [2021-04-01T09:20:38.264Z] ---> 7ff7b8f087d5 [2021-04-01T09:20:38.264Z] Step 21/22 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:20:38.540Z] ---> Running in 0eee75b7044b [2021-04-01T09:20:39.152Z] Removing intermediate container 0eee75b7044b [2021-04-01T09:20:39.152Z] ---> c3787e7b0870 [2021-04-01T09:20:39.152Z] Step 22/22 : LABEL version=2.0.0-dev.158 [2021-04-01T09:20:39.152Z] ---> Running in b05875320c8d [2021-04-01T09:20:39.755Z] Removing intermediate container b05875320c8d [2021-04-01T09:20:39.755Z] ---> ef8268562997 [2021-04-01T09:20:39.755Z] [2021-04-01T09:20:40.360Z] Successfully built ef8268562997 [2021-04-01T09:20:40.360Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T09:20:52.996Z]  Building docker-support-scheduler-go ... done Removing intermediate container 326c1a4f8a83 [2021-04-01T09:20:52.996Z] ---> 4a82b2879438 [2021-04-01T09:20:52.996Z] [2021-04-01T09:20:52.996Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T09:20:52.996Z] ---> d75e27dfc0a0 [2021-04-01T09:20:52.996Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T09:20:52.996Z] ---> Using cache [2021-04-01T09:20:52.996Z] ---> d1f83b287e60 [2021-04-01T09:20:52.996Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T09:20:52.996Z] ---> Using cache [2021-04-01T09:20:52.996Z] ---> 39281b82ed09 [2021-04-01T09:20:52.996Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T09:20:52.996Z] ---> Running in 99c391556185 [2021-04-01T09:20:53.269Z] Removing intermediate container 99c391556185 [2021-04-01T09:20:53.269Z] ---> 46b26e4ce30f [2021-04-01T09:20:53.269Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T09:20:53.554Z] ---> Running in 61f4b2d4b5e3 [2021-04-01T09:20:54.162Z] Removing intermediate container 61f4b2d4b5e3 [2021-04-01T09:20:54.162Z] ---> d8db2e1e1d5c [2021-04-01T09:20:54.162Z] Step 15/23 : WORKDIR / [2021-04-01T09:20:54.438Z] ---> Running in ebb01fb814bb [2021-04-01T09:20:55.070Z] Removing intermediate container ebb01fb814bb [2021-04-01T09:20:55.070Z] ---> 34237197d140 [2021-04-01T09:20:55.071Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:20:56.521Z] ---> 1a82f6cf8131 [2021-04-01T09:20:56.521Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T09:20:58.525Z] ---> 7884623f6839 [2021-04-01T09:20:58.525Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T09:20:59.974Z] ---> e1ff8e936c1b [2021-04-01T09:20:59.975Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T09:20:59.975Z] ---> Running in fd10f90b470c [2021-04-01T09:21:00.575Z] Removing intermediate container fd10f90b470c [2021-04-01T09:21:00.575Z] ---> 0dfcf4f46aea [2021-04-01T09:21:00.575Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:21:00.852Z] ---> Running in 73e50a6e2cbe [2021-04-01T09:21:01.455Z] Removing intermediate container 73e50a6e2cbe [2021-04-01T09:21:01.455Z] ---> 8a5ca98e9865 [2021-04-01T09:21:01.455Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T09:21:01.730Z] ---> Running in c3040216fefd [2021-04-01T09:21:02.345Z] Removing intermediate container c3040216fefd [2021-04-01T09:21:02.345Z] ---> d775e86b31ef [2021-04-01T09:21:02.345Z] Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:21:02.632Z] ---> Running in 225060f44403 [2021-04-01T09:21:03.246Z] Removing intermediate container 225060f44403 [2021-04-01T09:21:03.246Z] ---> 779a8aaf0e30 [2021-04-01T09:21:03.246Z] Step 23/23 : LABEL version=2.0.0-dev.158 [2021-04-01T09:21:03.529Z] ---> Running in 90e0307b80e2 [2021-04-01T09:21:04.135Z] Removing intermediate container 90e0307b80e2 [2021-04-01T09:21:04.135Z] ---> 459aedee6033 [2021-04-01T09:21:04.135Z] [2021-04-01T09:21:04.410Z] Successfully built 459aedee6033 [2021-04-01T09:21:04.410Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T09:21:09.814Z]  Building docker-core-metadata-go ... done Removing intermediate container 0ccc3889a565 [2021-04-01T09:21:09.814Z] ---> 2333fce7ea91 [2021-04-01T09:21:09.814Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T09:21:09.814Z] ---> Running in dd7c531658db [2021-04-01T09:21:10.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T09:21:14.213Z] Removing intermediate container dd7c531658db [2021-04-01T09:21:14.213Z] ---> 43d2c8089084 [2021-04-01T09:21:14.213Z] [2021-04-01T09:21:14.213Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T09:21:14.213Z] 20.10.0: Pulling from library/docker [2021-04-01T09:21:22.502Z] Removing intermediate container 7c66eedae893 [2021-04-01T09:21:22.502Z] ---> b9c545861528 [2021-04-01T09:21:22.502Z] [2021-04-01T09:21:22.502Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T09:21:22.502Z] ---> d75e27dfc0a0 [2021-04-01T09:21:22.502Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T09:21:22.775Z] ---> Running in d3453a8a0c0c [2021-04-01T09:21:23.374Z] Removing intermediate container d3453a8a0c0c [2021-04-01T09:21:23.374Z] ---> 15940f970965 [2021-04-01T09:21:23.374Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T09:21:23.650Z] ---> Running in 0c26fc2c03df [2021-04-01T09:21:23.650Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T09:21:23.650Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T09:21:23.650Z] ---> eeaf43b92773 [2021-04-01T09:21:23.650Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T09:21:23.921Z] ---> Running in 3475566acd3f [2021-04-01T09:21:24.194Z] Removing intermediate container 0c26fc2c03df [2021-04-01T09:21:24.194Z] ---> c1bafa67d78e [2021-04-01T09:21:24.194Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T09:21:24.194Z] ---> Running in d525fa59fd31 [2021-04-01T09:21:24.803Z] Removing intermediate container d525fa59fd31 [2021-04-01T09:21:24.803Z] ---> 7ec1700ecfc9 [2021-04-01T09:21:24.803Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:21:25.076Z] ---> Running in d5432bdbf732 [2021-04-01T09:21:25.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:21:25.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:21:26.222Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T09:21:26.222Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T09:21:26.222Z] Executing bash-5.0.17-r0.post-install [2021-04-01T09:21:26.222Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T09:21:26.222Z] OK: 12 MiB in 22 packages [2021-04-01T09:21:27.661Z] Removing intermediate container d5432bdbf732 [2021-04-01T09:21:27.661Z] ---> b225f7fd956d [2021-04-01T09:21:27.661Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T09:21:27.661Z] ---> Running in 551895d6523d [2021-04-01T09:21:27.661Z] Removing intermediate container 3475566acd3f [2021-04-01T09:21:27.661Z] ---> f41bd5f01db1 [2021-04-01T09:21:27.661Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T09:21:27.932Z] ---> Running in cfe692b9368e [2021-04-01T09:21:28.536Z] Removing intermediate container cfe692b9368e [2021-04-01T09:21:28.536Z] ---> be3ea7443bdc [2021-04-01T09:21:28.536Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T09:21:28.536Z] ---> Running in 635f089088e1 [2021-04-01T09:21:28.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:21:29.083Z] Removing intermediate container 635f089088e1 [2021-04-01T09:21:29.083Z] ---> 22462a8b684f [2021-04-01T09:21:29.083Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T09:21:29.356Z] ---> Running in efee4882c865 [2021-04-01T09:21:29.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:21:29.631Z] Removing intermediate container efee4882c865 [2021-04-01T09:21:29.631Z] ---> 97ec0c63795f [2021-04-01T09:21:29.631Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T09:21:30.231Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T09:21:30.503Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T09:21:30.503Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T09:21:30.503Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T09:21:30.778Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T09:21:30.778Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T09:21:30.778Z] ---> 0c7b50e8f28d [2021-04-01T09:21:30.778Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T09:21:31.054Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:21:31.054Z] OK: 8 MiB in 20 packages [2021-04-01T09:21:32.068Z] ---> bd6798093f86 [2021-04-01T09:21:32.068Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T09:21:32.344Z] Removing intermediate container 551895d6523d [2021-04-01T09:21:32.344Z] ---> ae6a75289ae6 [2021-04-01T09:21:32.344Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:21:32.619Z] ---> c25575edf497 [2021-04-01T09:21:32.619Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T09:21:32.890Z] ---> Running in a77fd8329049 [2021-04-01T09:21:33.164Z] ---> dda8561ce9dc [2021-04-01T09:21:33.164Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T09:21:34.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:21:34.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:21:34.423Z] ---> d60e68f33459 [2021-04-01T09:21:34.423Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T09:21:34.694Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T09:21:34.694Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T09:21:34.694Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T09:21:34.694Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T09:21:34.967Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T09:21:34.967Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T09:21:34.967Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T09:21:35.954Z] ---> d7ee26a7fae5 [2021-04-01T09:21:35.954Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T09:21:35.954Z] ---> Running in a87eaabdbe17 [2021-04-01T09:21:36.556Z] Removing intermediate container a87eaabdbe17 [2021-04-01T09:21:36.556Z] ---> 37c6ce41ccb8 [2021-04-01T09:21:36.556Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:21:36.837Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T09:21:36.837Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T09:21:36.837Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T09:21:36.837Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T09:21:36.837Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T09:21:36.837Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T09:21:36.837Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T09:21:36.837Z] ---> Running in fc7f538b6639 [2021-04-01T09:21:36.837Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T09:21:36.837Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T09:21:36.837Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T09:21:37.110Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T09:21:37.110Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T09:21:37.110Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T09:21:37.110Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T09:21:37.110Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T09:21:37.110Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T09:21:37.110Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T09:21:37.110Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T09:21:37.110Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T09:21:37.110Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T09:21:37.110Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T09:21:37.110Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T09:21:37.110Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T09:21:37.110Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T09:21:37.110Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T09:21:37.389Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T09:21:37.389Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T09:21:37.389Z] OK: 71 MiB in 55 packages [2021-04-01T09:21:37.389Z] Removing intermediate container fc7f538b6639 [2021-04-01T09:21:37.389Z] ---> 57ec50a3c839 [2021-04-01T09:21:37.389Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T09:21:37.668Z] ---> Running in e2ed5b4bd7e8 [2021-04-01T09:21:38.263Z] Removing intermediate container e2ed5b4bd7e8 [2021-04-01T09:21:38.263Z] ---> d1e2d1385bd0 [2021-04-01T09:21:38.263Z] Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:21:38.534Z] ---> Running in 880e1f1ed6c0 [2021-04-01T09:21:39.142Z] Removing intermediate container 880e1f1ed6c0 [2021-04-01T09:21:39.142Z] ---> 51e22e046531 [2021-04-01T09:21:39.142Z] Step 23/23 : LABEL version=2.0.0-dev.158 [2021-04-01T09:21:39.142Z] ---> Running in 9becaf718ac2 [2021-04-01T09:21:39.741Z] Removing intermediate container 9becaf718ac2 [2021-04-01T09:21:39.741Z] ---> 953a08ff894e [2021-04-01T09:21:39.741Z] [2021-04-01T09:21:40.012Z] Successfully built 953a08ff894e [2021-04-01T09:21:40.012Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T09:21:43.387Z]  Building docker-core-data-go ... done Removing intermediate container a77fd8329049 [2021-04-01T09:21:43.387Z] ---> a443df9ec143 [2021-04-01T09:21:43.387Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T09:21:43.387Z] ---> Running in b57b16ec44c8 [2021-04-01T09:21:47.688Z] Collecting docker-compose==1.23.2 [2021-04-01T09:21:47.688Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T09:21:48.284Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T09:21:48.284Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T09:21:48.948Z] ---> 2a3e75379809 [2021-04-01T09:21:48.948Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T09:21:48.948Z] ---> 0aa022e7a563 [2021-04-01T09:21:48.948Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T09:21:48.948Z] ---> a63289f6c68e [2021-04-01T09:21:48.948Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T09:21:48.948Z] ---> 04173962e024 [2021-04-01T09:21:48.948Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T09:21:48.948Z] ---> Running in 4deea7590a17 [2021-04-01T09:21:48.948Z] ---> Running in 7493975608c8 [2021-04-01T09:21:48.948Z] ---> Running in a4003bd63798 [2021-04-01T09:21:48.948Z] ---> 756e3a3719f8 [2021-04-01T09:21:48.948Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T09:21:48.948Z] ---> Running in 69db24d110e1 [2021-04-01T09:21:48.948Z] ---> Running in 08ca3c704e23 [2021-04-01T09:21:48.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T09:21:48.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T09:21:48.948Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T09:21:48.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T09:21:48.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T09:21:50.248Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T09:21:50.248Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T09:21:52.210Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T09:21:52.210Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T09:21:53.181Z] Collecting PyYAML<4,>=3.10 [2021-04-01T09:21:53.181Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T09:21:56.559Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T09:21:56.559Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T09:21:58.525Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T09:21:58.525Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T09:21:59.117Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T09:21:59.117Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T09:22:00.085Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T09:22:00.085Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T09:22:00.355Z] 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-04-01T09:22:00.355Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T09:22:00.625Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T09:22:00.625Z] 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-04-01T09:22:00.896Z] Collecting idna<2.8,>=2.5 [2021-04-01T09:22:00.896Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T09:22:01.487Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T09:22:01.487Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T09:22:01.487Z] 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-04-01T09:22:01.757Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T09:22:01.757Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T09:22:02.031Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T09:22:02.031Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T09:22:02.031Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T09:22:02.031Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T09:22:02.623Z] Installing collected packages: texttable, dockerpty, jsonschema, PyYAML, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2021-04-01T09:22:02.623Z] Running setup.py install for texttable: started [2021-04-01T09:22:04.587Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T09:22:04.587Z] Running setup.py install for dockerpty: started [2021-04-01T09:22:06.599Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T09:22:06.599Z] Running setup.py install for PyYAML: started [2021-04-01T09:22:09.236Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T09:22:09.236Z] Running setup.py install for docopt: started [2021-04-01T09:22:10.663Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T09:22:10.663Z] Attempting uninstall: idna [2021-04-01T09:22:10.663Z] Found existing installation: idna 2.9 [2021-04-01T09:22:10.663Z] Uninstalling idna-2.9: [2021-04-01T09:22:10.663Z] Successfully uninstalled idna-2.9 [2021-04-01T09:22:11.637Z] Attempting uninstall: urllib3 [2021-04-01T09:22:11.637Z] Found existing installation: urllib3 1.25.9 [2021-04-01T09:22:11.637Z] Uninstalling urllib3-1.25.9: [2021-04-01T09:22:11.637Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T09:22:12.230Z] Attempting uninstall: requests [2021-04-01T09:22:12.230Z] Found existing installation: requests 2.23.0 [2021-04-01T09:22:12.230Z] Uninstalling requests-2.23.0: [2021-04-01T09:22:12.230Z] Successfully uninstalled requests-2.23.0 [2021-04-01T09:22:14.838Z] 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-04-01T09:22:18.213Z] Removing intermediate container b57b16ec44c8 [2021-04-01T09:22:18.213Z] ---> 265bf23efecc [2021-04-01T09:22:18.213Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T09:22:18.485Z] ---> Running in a413bc8b8017 [2021-04-01T09:22:19.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T09:22:19.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T09:22:20.328Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T09:22:20.328Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T09:22:20.328Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T09:22:20.328Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T09:22:20.328Z] OK: 72 MiB in 58 packages [2021-04-01T09:22:21.308Z] Removing intermediate container a413bc8b8017 [2021-04-01T09:22:21.308Z] ---> 134d6457ee78 [2021-04-01T09:22:21.308Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T09:22:21.581Z] ---> Running in afcf3e260361 [2021-04-01T09:22:21.854Z] Removing intermediate container afcf3e260361 [2021-04-01T09:22:21.854Z] ---> 17d7891c7622 [2021-04-01T09:22:21.854Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:22:22.127Z] ---> Running in fa9f0fad618e [2021-04-01T09:22:22.719Z] Removing intermediate container fa9f0fad618e [2021-04-01T09:22:22.719Z] ---> f1b9857f30a0 [2021-04-01T09:22:22.719Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T09:22:22.719Z] ---> Running in d8d9cff29866 [2021-04-01T09:22:23.314Z] Removing intermediate container d8d9cff29866 [2021-04-01T09:22:23.314Z] ---> a9c3f5838b96 [2021-04-01T09:22:23.314Z] Step 25/26 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:23.314Z] ---> Running in a6bcf2f3f61e [2021-04-01T09:22:23.910Z] Removing intermediate container a6bcf2f3f61e [2021-04-01T09:22:23.910Z] ---> 9dde99567263 [2021-04-01T09:22:23.910Z] Step 26/26 : LABEL version=2.0.0-dev.158 [2021-04-01T09:22:23.910Z] ---> Running in 8b6667eafd4b [2021-04-01T09:22:24.503Z] Removing intermediate container 8b6667eafd4b [2021-04-01T09:22:24.503Z] ---> b7fd0c443c49 [2021-04-01T09:22:24.503Z] [2021-04-01T09:22:24.775Z] Successfully built b7fd0c443c49 [2021-04-01T09:22:24.775Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T09:22:25.064Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T09:22:25.074Z] $ docker stop --time=1 ee933e5f1e9f639d2b4a92417d07e138ae75b76f0fe173b3f27adbacb0350f0c [2021-04-01T09:22:27.055Z] $ docker rm -f ee933e5f1e9f639d2b4a92417d07e138ae75b76f0fe173b3f27adbacb0350f0c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T09:22:27.758Z] + docker images [2021-04-01T09:22:27.758Z] + grep docker [2021-04-01T09:22:28.029Z] docker-sys-mgmt-agent-go-arm64 latest b7fd0c443c49 3 seconds ago 301MB [2021-04-01T09:22:28.029Z] docker-core-data-go-arm64 latest 953a08ff894e 48 seconds ago 21.4MB [2021-04-01T09:22:28.029Z] docker-core-metadata-go-arm64 latest 459aedee6033 About a minute ago 17.9MB [2021-04-01T09:22:28.029Z] docker-support-scheduler-go-arm64 latest ef8268562997 About a minute ago 16.4MB [2021-04-01T09:22:28.029Z] docker-security-bootstrapper-go-arm64 latest 0bc329184cd0 3 minutes ago 17.9MB [2021-04-01T09:22:28.029Z] docker-security-secretstore-setup-go-arm64 latest d331f4ae6650 3 minutes ago 24.4MB [2021-04-01T09:22:28.029Z] docker-core-command-go-arm64 latest 9662b45f5b84 3 minutes ago 16.3MB [2021-04-01T09:22:28.029Z] docker-support-notifications-go-arm64 latest 6e82be8105ab 3 minutes ago 16.9MB [2021-04-01T09:22:28.029Z] docker-security-proxy-setup-go-arm64 latest 81af744dfdb0 3 minutes ago 24.1MB [2021-04-01T09:22:28.029Z] 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-04-01T09:22:28.739Z] provisioning config files... [2021-04-01T09:22:28.786Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/426@tmp/config3174614178073189331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:22:29.192Z] ---> docker-login.sh [2021-04-01T09:22:29.192Z] nexus3.edgexfoundry.org:10001 [2021-04-01T09:22:29.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:22:29.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:22:29.738Z] Configure a credential helper to remove this warning. See [2021-04-01T09:22:29.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:22:29.738Z] [2021-04-01T09:22:29.738Z] Login Succeeded [2021-04-01T09:22:29.738Z] nexus3.edgexfoundry.org:10002 [2021-04-01T09:22:30.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:22:30.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:22:30.280Z] Configure a credential helper to remove this warning. See [2021-04-01T09:22:30.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:22:30.280Z] [2021-04-01T09:22:30.280Z] Login Succeeded [2021-04-01T09:22:30.280Z] nexus3.edgexfoundry.org:10003 [2021-04-01T09:22:30.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:22:30.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:22:30.824Z] Configure a credential helper to remove this warning. See [2021-04-01T09:22:30.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:22:30.824Z] [2021-04-01T09:22:30.824Z] Login Succeeded [2021-04-01T09:22:30.824Z] nexus3.edgexfoundry.org:10004 [2021-04-01T09:22:31.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:22:31.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:22:31.420Z] Configure a credential helper to remove this warning. See [2021-04-01T09:22:31.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:22:31.420Z] [2021-04-01T09:22:31.420Z] Login Succeeded [2021-04-01T09:22:31.420Z] docker.io [2021-04-01T09:22:31.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:22:32.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:22:32.282Z] Configure a credential helper to remove this warning. See [2021-04-01T09:22:32.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:22:32.282Z] [2021-04-01T09:22:32.282Z] Login Succeeded [2021-04-01T09:22:32.282Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T09:22:32.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:22:32.597Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-01T09:22:32.597Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:32.597Z] 2.0.0-dev.158 [2021-04-01T09:22:32.597Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:32.597Z] master [2021-04-01T09:22:32.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:33.172Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:33.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:33.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-01T09:22:33.506Z] df85c7f2808b: Preparing [2021-04-01T09:22:33.507Z] 1bafd83017dd: Preparing [2021-04-01T09:22:33.507Z] 30bc541b1d70: Preparing [2021-04-01T09:22:33.507Z] 718eba1a973a: Preparing [2021-04-01T09:22:33.507Z] e08058ee1dfe: Preparing [2021-04-01T09:22:33.778Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:33.778Z] 718eba1a973a: Pushed [2021-04-01T09:22:33.778Z] df85c7f2808b: Pushed [2021-04-01T09:22:34.050Z] 30bc541b1d70: Pushed [2021-04-01T09:22:36.656Z] 1bafd83017dd: Pushed [2021-04-01T09:22:36.656Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:a7b454d665e9d6e0b8a2e03799e46b5135a73007ca78df1d40a1fd1b896d7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:36.997Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:37.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.158 [2021-04-01T09:22:37.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-01T09:22:37.332Z] df85c7f2808b: Preparing [2021-04-01T09:22:37.332Z] 1bafd83017dd: Preparing [2021-04-01T09:22:37.332Z] 30bc541b1d70: Preparing [2021-04-01T09:22:37.332Z] 718eba1a973a: Preparing [2021-04-01T09:22:37.332Z] e08058ee1dfe: Preparing [2021-04-01T09:22:37.603Z] df85c7f2808b: Layer already exists [2021-04-01T09:22:37.603Z] 1bafd83017dd: Layer already exists [2021-04-01T09:22:37.603Z] 718eba1a973a: Layer already exists [2021-04-01T09:22:37.603Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:37.603Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:37.603Z] 2.0.0-dev.158: digest: sha256:a7b454d665e9d6e0b8a2e03799e46b5135a73007ca78df1d40a1fd1b896d7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:37.947Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:38.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:38.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-01T09:22:38.287Z] df85c7f2808b: Preparing [2021-04-01T09:22:38.287Z] 1bafd83017dd: Preparing [2021-04-01T09:22:38.287Z] 30bc541b1d70: Preparing [2021-04-01T09:22:38.287Z] 718eba1a973a: Preparing [2021-04-01T09:22:38.287Z] e08058ee1dfe: Preparing [2021-04-01T09:22:38.287Z] 718eba1a973a: Layer already exists [2021-04-01T09:22:38.287Z] df85c7f2808b: Layer already exists [2021-04-01T09:22:38.287Z] 1bafd83017dd: Layer already exists [2021-04-01T09:22:38.287Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:38.287Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:38.560Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:a7b454d665e9d6e0b8a2e03799e46b5135a73007ca78df1d40a1fd1b896d7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:38.907Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:39.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-01T09:22:39.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-01T09:22:39.246Z] df85c7f2808b: Preparing [2021-04-01T09:22:39.246Z] 1bafd83017dd: Preparing [2021-04-01T09:22:39.246Z] 30bc541b1d70: Preparing [2021-04-01T09:22:39.246Z] 718eba1a973a: Preparing [2021-04-01T09:22:39.246Z] e08058ee1dfe: Preparing [2021-04-01T09:22:39.246Z] 1bafd83017dd: Layer already exists [2021-04-01T09:22:39.246Z] 718eba1a973a: Layer already exists [2021-04-01T09:22:39.246Z] df85c7f2808b: Layer already exists [2021-04-01T09:22:39.246Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:39.246Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:39.517Z] master: digest: sha256:a7b454d665e9d6e0b8a2e03799e46b5135a73007ca78df1d40a1fd1b896d7d9b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:22:39.754Z] ===================================================== [Pipeline] echo [2021-04-01T09:22:39.825Z] taggedImages: [2021-04-01T09:22:39.825Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:39.825Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.158 [2021-04-01T09:22:39.825Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:39.825Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-01T09:22:39.906Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-01T09:22:39.906Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:39.906Z] 2.0.0-dev.158 [2021-04-01T09:22:39.906Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:39.906Z] master [2021-04-01T09:22:39.906Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:40.510Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:40.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:40.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-01T09:22:40.852Z] 413b7af36c66: Preparing [2021-04-01T09:22:40.852Z] ecedef0ee00c: Preparing [2021-04-01T09:22:40.852Z] 30bc541b1d70: Preparing [2021-04-01T09:22:40.852Z] a469d5b18682: Preparing [2021-04-01T09:22:40.852Z] f0d57d5d65f2: Preparing [2021-04-01T09:22:40.852Z] e08058ee1dfe: Preparing [2021-04-01T09:22:40.852Z] e08058ee1dfe: Waiting [2021-04-01T09:22:41.124Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:41.124Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:41.124Z] f0d57d5d65f2: Pushed [2021-04-01T09:22:41.124Z] 413b7af36c66: Pushed [2021-04-01T09:22:41.721Z] a469d5b18682: Pushed [2021-04-01T09:22:44.337Z] ecedef0ee00c: Pushed [2021-04-01T09:22:44.611Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:f2b78a7b222c0121614a966ecb2b43b1a31ee35655ceaa7a27d371663d8cefdb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:44.956Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:45.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.158 [2021-04-01T09:22:45.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-01T09:22:45.297Z] 413b7af36c66: Preparing [2021-04-01T09:22:45.297Z] ecedef0ee00c: Preparing [2021-04-01T09:22:45.297Z] 30bc541b1d70: Preparing [2021-04-01T09:22:45.297Z] a469d5b18682: Preparing [2021-04-01T09:22:45.297Z] f0d57d5d65f2: Preparing [2021-04-01T09:22:45.297Z] e08058ee1dfe: Preparing [2021-04-01T09:22:45.297Z] e08058ee1dfe: Waiting [2021-04-01T09:22:45.297Z] a469d5b18682: Layer already exists [2021-04-01T09:22:45.568Z] 413b7af36c66: Layer already exists [2021-04-01T09:22:45.568Z] ecedef0ee00c: Layer already exists [2021-04-01T09:22:45.568Z] f0d57d5d65f2: Layer already exists [2021-04-01T09:22:45.568Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:45.568Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:45.568Z] 2.0.0-dev.158: digest: sha256:f2b78a7b222c0121614a966ecb2b43b1a31ee35655ceaa7a27d371663d8cefdb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:45.945Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:46.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:46.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-01T09:22:46.322Z] 413b7af36c66: Preparing [2021-04-01T09:22:46.322Z] ecedef0ee00c: Preparing [2021-04-01T09:22:46.322Z] 30bc541b1d70: Preparing [2021-04-01T09:22:46.322Z] a469d5b18682: Preparing [2021-04-01T09:22:46.322Z] f0d57d5d65f2: Preparing [2021-04-01T09:22:46.322Z] e08058ee1dfe: Preparing [2021-04-01T09:22:46.322Z] e08058ee1dfe: Waiting [2021-04-01T09:22:46.604Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:46.604Z] ecedef0ee00c: Layer already exists [2021-04-01T09:22:46.604Z] a469d5b18682: Layer already exists [2021-04-01T09:22:46.604Z] 413b7af36c66: Layer already exists [2021-04-01T09:22:46.604Z] f0d57d5d65f2: Layer already exists [2021-04-01T09:22:46.604Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:46.604Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:f2b78a7b222c0121614a966ecb2b43b1a31ee35655ceaa7a27d371663d8cefdb size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:46.993Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:47.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T09:22:47.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T09:22:47.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-01T09:22:47.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-01T09:22:47.353Z] 413b7af36c66: Preparing [2021-04-01T09:22:47.353Z] ecedef0ee00c: Preparing [2021-04-01T09:22:47.353Z] 30bc541b1d70: Preparing [2021-04-01T09:22:47.353Z] a469d5b18682: Preparing [2021-04-01T09:22:47.353Z] f0d57d5d65f2: Preparing [2021-04-01T09:22:47.353Z] e08058ee1dfe: Preparing [2021-04-01T09:22:47.353Z] e08058ee1dfe: Waiting [2021-04-01T09:22:47.353Z] f0d57d5d65f2: Layer already exists [2021-04-01T09:22:47.353Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:47.353Z] ecedef0ee00c: Layer already exists [2021-04-01T09:22:47.353Z] a469d5b18682: Layer already exists [2021-04-01T09:22:47.353Z] 413b7af36c66: Layer already exists [2021-04-01T09:22:47.353Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:47.623Z] master: digest: sha256:f2b78a7b222c0121614a966ecb2b43b1a31ee35655ceaa7a27d371663d8cefdb size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:22:47.832Z] ===================================================== [Pipeline] echo [2021-04-01T09:22:47.884Z] taggedImages: [2021-04-01T09:22:47.884Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:47.884Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.158 [2021-04-01T09:22:47.884Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:47.884Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-01T09:22:47.999Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-01T09:22:47.999Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:47.999Z] 2.0.0-dev.158 [2021-04-01T09:22:47.999Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:47.999Z] master [2021-04-01T09:22:47.999Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:48.555Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:48.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:48.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-01T09:22:48.892Z] 9ae210975db8: Preparing [2021-04-01T09:22:48.892Z] a78e244b48be: Preparing [2021-04-01T09:22:48.892Z] 30bc541b1d70: Preparing [2021-04-01T09:22:48.892Z] 718eba1a973a: Preparing [2021-04-01T09:22:48.892Z] e08058ee1dfe: Preparing [2021-04-01T09:22:49.163Z] 718eba1a973a: Layer already exists [2021-04-01T09:22:49.163Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:49.163Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:49.163Z] 9ae210975db8: Pushed [2021-04-01T09:22:52.527Z] a78e244b48be: Pushed [2021-04-01T09:22:52.527Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:3f404175469695c13dd99af3d3e191825973d312852243b24a861f50653b4df4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:52.868Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:53.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.158 [2021-04-01T09:22:53.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-01T09:22:53.205Z] 9ae210975db8: Preparing [2021-04-01T09:22:53.205Z] a78e244b48be: Preparing [2021-04-01T09:22:53.205Z] 30bc541b1d70: Preparing [2021-04-01T09:22:53.205Z] 718eba1a973a: Preparing [2021-04-01T09:22:53.205Z] e08058ee1dfe: Preparing [2021-04-01T09:22:53.477Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:53.477Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:53.477Z] a78e244b48be: Layer already exists [2021-04-01T09:22:53.477Z] 9ae210975db8: Layer already exists [2021-04-01T09:22:53.477Z] 718eba1a973a: Layer already exists [2021-04-01T09:22:53.477Z] 2.0.0-dev.158: digest: sha256:3f404175469695c13dd99af3d3e191825973d312852243b24a861f50653b4df4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:53.814Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:54.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:54.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-01T09:22:54.143Z] 9ae210975db8: Preparing [2021-04-01T09:22:54.143Z] a78e244b48be: Preparing [2021-04-01T09:22:54.143Z] 30bc541b1d70: Preparing [2021-04-01T09:22:54.143Z] 718eba1a973a: Preparing [2021-04-01T09:22:54.143Z] e08058ee1dfe: Preparing [2021-04-01T09:22:54.143Z] 718eba1a973a: Layer already exists [2021-04-01T09:22:54.143Z] a78e244b48be: Layer already exists [2021-04-01T09:22:54.143Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:54.143Z] 9ae210975db8: Layer already exists [2021-04-01T09:22:54.143Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:54.412Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:3f404175469695c13dd99af3d3e191825973d312852243b24a861f50653b4df4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:54.754Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:55.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-01T09:22:55.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-01T09:22:55.089Z] 9ae210975db8: Preparing [2021-04-01T09:22:55.089Z] a78e244b48be: Preparing [2021-04-01T09:22:55.089Z] 30bc541b1d70: Preparing [2021-04-01T09:22:55.089Z] 718eba1a973a: Preparing [2021-04-01T09:22:55.089Z] e08058ee1dfe: Preparing [2021-04-01T09:22:55.089Z] 718eba1a973a: Layer already exists [2021-04-01T09:22:55.089Z] a78e244b48be: Layer already exists [2021-04-01T09:22:55.089Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:55.089Z] 9ae210975db8: Layer already exists [2021-04-01T09:22:55.089Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:55.358Z] master: digest: sha256:3f404175469695c13dd99af3d3e191825973d312852243b24a861f50653b4df4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:22:55.577Z] ===================================================== [Pipeline] echo [2021-04-01T09:22:55.630Z] taggedImages: [2021-04-01T09:22:55.630Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:55.630Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.158 [2021-04-01T09:22:55.630Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:55.630Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-01T09:22:55.701Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-01T09:22:55.701Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:55.701Z] 2.0.0-dev.158 [2021-04-01T09:22:55.701Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:22:55.701Z] master [2021-04-01T09:22:55.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:56.242Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:22:56.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:22:56.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-01T09:22:56.575Z] fc24b3349733: Preparing [2021-04-01T09:22:56.575Z] fc24b3349733: Preparing [2021-04-01T09:22:56.575Z] 81da35c057ed: Preparing [2021-04-01T09:22:56.575Z] 16f969ea703d: Preparing [2021-04-01T09:22:56.575Z] 902c15e8d09a: Preparing [2021-04-01T09:22:56.575Z] 9d93cf1e792c: Preparing [2021-04-01T09:22:56.575Z] 30bc541b1d70: Preparing [2021-04-01T09:22:56.575Z] b229a53f2c5f: Preparing [2021-04-01T09:22:56.575Z] b229a53f2c5f: Preparing [2021-04-01T09:22:56.575Z] 26419fbb2d97: Preparing [2021-04-01T09:22:56.575Z] b229a53f2c5f: Waiting [2021-04-01T09:22:56.575Z] 22fbace4fa67: Preparing [2021-04-01T09:22:56.575Z] 26419fbb2d97: Waiting [2021-04-01T09:22:56.575Z] e08058ee1dfe: Preparing [2021-04-01T09:22:56.575Z] 22fbace4fa67: Waiting [2021-04-01T09:22:56.575Z] e08058ee1dfe: Waiting [2021-04-01T09:22:56.849Z] 902c15e8d09a: Pushed [2021-04-01T09:22:56.849Z] 81da35c057ed: Pushed [2021-04-01T09:22:56.849Z] 16f969ea703d: Pushed [2021-04-01T09:22:57.121Z] fc24b3349733: Pushed [2021-04-01T09:22:57.121Z] 30bc541b1d70: Layer already exists [2021-04-01T09:22:57.121Z] e08058ee1dfe: Layer already exists [2021-04-01T09:22:57.121Z] b229a53f2c5f: Pushed [2021-04-01T09:22:57.121Z] 26419fbb2d97: Pushed [2021-04-01T09:22:57.121Z] 22fbace4fa67: Pushed [2021-04-01T09:23:00.490Z] 9d93cf1e792c: Pushed [2021-04-01T09:23:00.491Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:15c14f8538c927e1f81124e2885a73e43f525a969f9413571656b04edaa217e1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:00.835Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:01.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:01.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-01T09:23:01.173Z] fc24b3349733: Preparing [2021-04-01T09:23:01.173Z] fc24b3349733: Preparing [2021-04-01T09:23:01.173Z] 81da35c057ed: Preparing [2021-04-01T09:23:01.173Z] 16f969ea703d: Preparing [2021-04-01T09:23:01.173Z] 902c15e8d09a: Preparing [2021-04-01T09:23:01.173Z] 9d93cf1e792c: Preparing [2021-04-01T09:23:01.173Z] 30bc541b1d70: Preparing [2021-04-01T09:23:01.173Z] b229a53f2c5f: Preparing [2021-04-01T09:23:01.173Z] b229a53f2c5f: Preparing [2021-04-01T09:23:01.173Z] 26419fbb2d97: Preparing [2021-04-01T09:23:01.173Z] 22fbace4fa67: Preparing [2021-04-01T09:23:01.173Z] e08058ee1dfe: Preparing [2021-04-01T09:23:01.173Z] 30bc541b1d70: Waiting [2021-04-01T09:23:01.173Z] b229a53f2c5f: Waiting [2021-04-01T09:23:01.173Z] 26419fbb2d97: Waiting [2021-04-01T09:23:01.173Z] e08058ee1dfe: Waiting [2021-04-01T09:23:01.173Z] 22fbace4fa67: Waiting [2021-04-01T09:23:01.173Z] fc24b3349733: Layer already exists [2021-04-01T09:23:01.173Z] 902c15e8d09a: Layer already exists [2021-04-01T09:23:01.173Z] 9d93cf1e792c: Layer already exists [2021-04-01T09:23:01.173Z] 81da35c057ed: Layer already exists [2021-04-01T09:23:01.173Z] 16f969ea703d: Layer already exists [2021-04-01T09:23:01.444Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:01.444Z] b229a53f2c5f: Layer already exists [2021-04-01T09:23:01.444Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:01.444Z] 22fbace4fa67: Layer already exists [2021-04-01T09:23:01.444Z] 26419fbb2d97: Layer already exists [2021-04-01T09:23:01.444Z] 2.0.0-dev.158: digest: sha256:15c14f8538c927e1f81124e2885a73e43f525a969f9413571656b04edaa217e1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:01.787Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:02.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:02.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-01T09:23:02.126Z] fc24b3349733: Preparing [2021-04-01T09:23:02.126Z] fc24b3349733: Preparing [2021-04-01T09:23:02.126Z] 81da35c057ed: Preparing [2021-04-01T09:23:02.126Z] 16f969ea703d: Preparing [2021-04-01T09:23:02.126Z] 902c15e8d09a: Preparing [2021-04-01T09:23:02.126Z] 9d93cf1e792c: Preparing [2021-04-01T09:23:02.126Z] 30bc541b1d70: Preparing [2021-04-01T09:23:02.126Z] b229a53f2c5f: Preparing [2021-04-01T09:23:02.126Z] b229a53f2c5f: Preparing [2021-04-01T09:23:02.126Z] 26419fbb2d97: Preparing [2021-04-01T09:23:02.126Z] 22fbace4fa67: Preparing [2021-04-01T09:23:02.126Z] e08058ee1dfe: Preparing [2021-04-01T09:23:02.126Z] 30bc541b1d70: Waiting [2021-04-01T09:23:02.126Z] b229a53f2c5f: Waiting [2021-04-01T09:23:02.126Z] 26419fbb2d97: Waiting [2021-04-01T09:23:02.126Z] 22fbace4fa67: Waiting [2021-04-01T09:23:02.126Z] e08058ee1dfe: Waiting [2021-04-01T09:23:02.401Z] 16f969ea703d: Layer already exists [2021-04-01T09:23:02.401Z] fc24b3349733: Layer already exists [2021-04-01T09:23:02.401Z] 81da35c057ed: Layer already exists [2021-04-01T09:23:02.401Z] 9d93cf1e792c: Layer already exists [2021-04-01T09:23:02.401Z] 902c15e8d09a: Layer already exists [2021-04-01T09:23:02.401Z] 26419fbb2d97: Layer already exists [2021-04-01T09:23:02.401Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:02.401Z] b229a53f2c5f: Layer already exists [2021-04-01T09:23:02.401Z] 22fbace4fa67: Layer already exists [2021-04-01T09:23:02.401Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:02.401Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:15c14f8538c927e1f81124e2885a73e43f525a969f9413571656b04edaa217e1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:02.742Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:03.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-01T09:23:03.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-01T09:23:03.082Z] fc24b3349733: Preparing [2021-04-01T09:23:03.082Z] fc24b3349733: Preparing [2021-04-01T09:23:03.082Z] 81da35c057ed: Preparing [2021-04-01T09:23:03.082Z] 16f969ea703d: Preparing [2021-04-01T09:23:03.082Z] 902c15e8d09a: Preparing [2021-04-01T09:23:03.082Z] 9d93cf1e792c: Preparing [2021-04-01T09:23:03.082Z] 30bc541b1d70: Preparing [2021-04-01T09:23:03.082Z] b229a53f2c5f: Preparing [2021-04-01T09:23:03.082Z] b229a53f2c5f: Preparing [2021-04-01T09:23:03.082Z] 26419fbb2d97: Preparing [2021-04-01T09:23:03.082Z] 22fbace4fa67: Preparing [2021-04-01T09:23:03.082Z] e08058ee1dfe: Preparing [2021-04-01T09:23:03.082Z] 30bc541b1d70: Waiting [2021-04-01T09:23:03.082Z] b229a53f2c5f: Waiting [2021-04-01T09:23:03.082Z] 26419fbb2d97: Waiting [2021-04-01T09:23:03.082Z] e08058ee1dfe: Waiting [2021-04-01T09:23:03.082Z] 22fbace4fa67: Waiting [2021-04-01T09:23:03.353Z] 9d93cf1e792c: Layer already exists [2021-04-01T09:23:03.353Z] 902c15e8d09a: Layer already exists [2021-04-01T09:23:03.353Z] 16f969ea703d: Layer already exists [2021-04-01T09:23:03.353Z] 81da35c057ed: Layer already exists [2021-04-01T09:23:03.353Z] fc24b3349733: Layer already exists [2021-04-01T09:23:03.353Z] b229a53f2c5f: Layer already exists [2021-04-01T09:23:03.353Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:03.353Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:03.353Z] 22fbace4fa67: Layer already exists [2021-04-01T09:23:03.353Z] 26419fbb2d97: Layer already exists [2021-04-01T09:23:03.353Z] master: digest: sha256:15c14f8538c927e1f81124e2885a73e43f525a969f9413571656b04edaa217e1 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:23:03.572Z] ===================================================== [Pipeline] echo [2021-04-01T09:23:03.623Z] taggedImages: [2021-04-01T09:23:03.623Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:03.623Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:03.623Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:03.623Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-01T09:23:03.720Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-01T09:23:03.720Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:03.720Z] 2.0.0-dev.158 [2021-04-01T09:23:03.720Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:03.720Z] master [2021-04-01T09:23:03.720Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:04.307Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:04.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:04.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-01T09:23:04.641Z] a3966217ffac: Preparing [2021-04-01T09:23:04.641Z] 156ee2677edd: Preparing [2021-04-01T09:23:04.641Z] f09b55816d7f: Preparing [2021-04-01T09:23:04.641Z] 43842d4cffba: Preparing [2021-04-01T09:23:04.641Z] 8bc28f219139: Preparing [2021-04-01T09:23:04.641Z] e08058ee1dfe: Preparing [2021-04-01T09:23:04.641Z] e08058ee1dfe: Waiting [2021-04-01T09:23:04.937Z] f09b55816d7f: Pushed [2021-04-01T09:23:04.937Z] 43842d4cffba: Pushed [2021-04-01T09:23:04.937Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:05.209Z] 8bc28f219139: Pushed [2021-04-01T09:23:06.160Z] Removing intermediate container a4003bd63798 [2021-04-01T09:23:06.161Z] ---> 017e9d6eafc9 [2021-04-01T09:23:06.161Z] [2021-04-01T09:23:06.161Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T09:23:06.161Z] Removing intermediate container 7493975608c8 [2021-04-01T09:23:06.161Z] ---> ec1e894a955b [2021-04-01T09:23:06.161Z] [2021-04-01T09:23:06.161Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T09:23:06.161Z] 3.12: Pulling from library/alpine [2021-04-01T09:23:06.161Z] 3.12: Pulling from library/alpine [2021-04-01T09:23:06.161Z] Removing intermediate container 69db24d110e1 [2021-04-01T09:23:06.161Z] ---> 5d8370c27778 [2021-04-01T09:23:06.161Z] [2021-04-01T09:23:06.161Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T09:23:06.161Z] Removing intermediate container 4deea7590a17 [2021-04-01T09:23:06.161Z] ---> 4f8be9b8b5d9 [2021-04-01T09:23:06.161Z] [2021-04-01T09:23:06.161Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T09:23:06.161Z] 3.12: Pulling from library/alpine [2021-04-01T09:23:06.161Z] 3.12: Pulling from library/alpine [2021-04-01T09:23:06.161Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T09:23:06.161Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T09:23:06.161Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T09:23:06.161Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T09:23:06.161Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T09:23:06.161Z] Status: Image is up to date for alpine:3.12 [2021-04-01T09:23:06.161Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T09:23:06.161Z] Status: Image is up to date for alpine:3.12 [2021-04-01T09:23:06.161Z] ---> 7230e588e954 [2021-04-01T09:23:06.161Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T09:23:06.161Z] ---> 7230e588e954 [2021-04-01T09:23:06.161Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T09:23:06.161Z] ---> 7230e588e954 [2021-04-01T09:23:06.161Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T09:23:06.161Z] ---> 7230e588e954 [2021-04-01T09:23:06.161Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T09:23:06.837Z] ---> Running in 0054d35603e1 [2021-04-01T09:23:06.837Z] ---> Running in 45fd523680bc [2021-04-01T09:23:06.837Z] ---> Running in 6e3d20466252 [2021-04-01T09:23:06.837Z] ---> Running in 498a4572725e [2021-04-01T09:23:06.837Z] Removing intermediate container 08ca3c704e23 [2021-04-01T09:23:06.837Z] ---> e032123934e0 [2021-04-01T09:23:06.837Z] [2021-04-01T09:23:06.837Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T09:23:06.837Z] ---> 7230e588e954 [2021-04-01T09:23:06.837Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T09:23:07.140Z] ---> Running in de0498cff751 [2021-04-01T09:23:07.176Z] a3966217ffac: Pushed [2021-04-01T09:23:07.176Z] 156ee2677edd: Pushed [2021-04-01T09:23:07.447Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:39e22e0b15b9da8ad3c305c689dc3302b016c1b6d3cb5454085d674e273d1228 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:07.785Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:08.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:08.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-01T09:23:08.125Z] a3966217ffac: Preparing [2021-04-01T09:23:08.125Z] 156ee2677edd: Preparing [2021-04-01T09:23:08.125Z] f09b55816d7f: Preparing [2021-04-01T09:23:08.125Z] 43842d4cffba: Preparing [2021-04-01T09:23:08.125Z] 8bc28f219139: Preparing [2021-04-01T09:23:08.125Z] e08058ee1dfe: Preparing [2021-04-01T09:23:08.125Z] e08058ee1dfe: Waiting [2021-04-01T09:23:08.286Z] Removing intermediate container de0498cff751 [2021-04-01T09:23:08.286Z] ---> 6e8c6086a33e [2021-04-01T09:23:08.286Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T09:23:08.397Z] 156ee2677edd: Layer already exists [2021-04-01T09:23:08.398Z] 43842d4cffba: Layer already exists [2021-04-01T09:23:08.398Z] f09b55816d7f: Layer already exists [2021-04-01T09:23:08.398Z] 8bc28f219139: Layer already exists [2021-04-01T09:23:08.398Z] a3966217ffac: Layer already exists [2021-04-01T09:23:08.398Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:08.398Z] 2.0.0-dev.158: digest: sha256:39e22e0b15b9da8ad3c305c689dc3302b016c1b6d3cb5454085d674e273d1228 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:08.746Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:09.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:09.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-01T09:23:09.084Z] a3966217ffac: Preparing [2021-04-01T09:23:09.084Z] 156ee2677edd: Preparing [2021-04-01T09:23:09.084Z] f09b55816d7f: Preparing [2021-04-01T09:23:09.084Z] 43842d4cffba: Preparing [2021-04-01T09:23:09.084Z] 8bc28f219139: Preparing [2021-04-01T09:23:09.084Z] e08058ee1dfe: Preparing [2021-04-01T09:23:09.084Z] e08058ee1dfe: Waiting [2021-04-01T09:23:09.084Z] 156ee2677edd: Layer already exists [2021-04-01T09:23:09.084Z] 8bc28f219139: Layer already exists [2021-04-01T09:23:09.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:09.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:09.356Z] a3966217ffac: Layer already exists [2021-04-01T09:23:09.357Z] f09b55816d7f: Layer already exists [2021-04-01T09:23:09.357Z] 43842d4cffba: Layer already exists [2021-04-01T09:23:09.357Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:09.357Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:39e22e0b15b9da8ad3c305c689dc3302b016c1b6d3cb5454085d674e273d1228 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:09.570Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T09:23:09.570Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T09:23:09.570Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:23:09.570Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T09:23:09.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:09.570Z] OK: 6 MiB in 16 packages [2021-04-01T09:23:09.700Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:09.903Z] ---> Running in 8788efe90907 [2021-04-01T09:23:09.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:09.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:09.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:09.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:09.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:10.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-01T09:23:10.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-01T09:23:10.032Z] a3966217ffac: Preparing [2021-04-01T09:23:10.032Z] 156ee2677edd: Preparing [2021-04-01T09:23:10.032Z] f09b55816d7f: Preparing [2021-04-01T09:23:10.032Z] 43842d4cffba: Preparing [2021-04-01T09:23:10.032Z] 8bc28f219139: Preparing [2021-04-01T09:23:10.032Z] e08058ee1dfe: Preparing [2021-04-01T09:23:10.032Z] e08058ee1dfe: Waiting [2021-04-01T09:23:10.032Z] a3966217ffac: Layer already exists [2021-04-01T09:23:10.032Z] 156ee2677edd: Layer already exists [2021-04-01T09:23:10.032Z] 8bc28f219139: Layer already exists [2021-04-01T09:23:10.032Z] f09b55816d7f: Layer already exists [2021-04-01T09:23:10.032Z] 43842d4cffba: Layer already exists [2021-04-01T09:23:10.032Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:10.202Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T09:23:10.202Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T09:23:10.202Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T09:23:10.202Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T09:23:10.202Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T09:23:10.202Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T09:23:10.202Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:23:10.202Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T09:23:10.202Z] Removing intermediate container 8788efe90907 [2021-04-01T09:23:10.202Z] ---> bda2567592ff [2021-04-01T09:23:10.202Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T09:23:10.202Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T09:23:10.202Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T09:23:10.202Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:23:10.202Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T09:23:10.202Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T09:23:10.202Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T09:23:10.302Z] master: digest: sha256:39e22e0b15b9da8ad3c305c689dc3302b016c1b6d3cb5454085d674e273d1228 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-04-01T09:23:10.517Z] OK: 7 MiB in 20 packages [2021-04-01T09:23:10.517Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:23:10.517Z] OK: 6 MiB in 15 packages [2021-04-01T09:23:10.517Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T09:23:10.517Z] OK: 7 MiB in 18 packages [Pipeline] echo [2021-04-01T09:23:10.573Z] ===================================================== [Pipeline] echo [2021-04-01T09:23:10.677Z] taggedImages: [2021-04-01T09:23:10.677Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:10.677Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:10.677Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:10.677Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-01T09:23:10.787Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-01T09:23:10.787Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:10.787Z] 2.0.0-dev.158 [2021-04-01T09:23:10.787Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:10.787Z] master [2021-04-01T09:23:10.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-04-01T09:23:10.901Z] ---> Running in dcecb3846378 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:11.335Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:11.550Z] Removing intermediate container dcecb3846378 [2021-04-01T09:23:11.550Z] ---> 73bdb391f5fc [2021-04-01T09:23:11.550Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:23:11.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:11.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-01T09:23:11.703Z] 1817223d6cb7: Preparing [2021-04-01T09:23:11.703Z] 896dc05f822c: Preparing [2021-04-01T09:23:11.703Z] d1a3ff35802e: Preparing [2021-04-01T09:23:11.703Z] 6e95cf07b5f9: Preparing [2021-04-01T09:23:11.703Z] 6b1cb503d311: Preparing [2021-04-01T09:23:11.703Z] 1ec495023498: Preparing [2021-04-01T09:23:11.703Z] 3d84fb7736b8: Preparing [2021-04-01T09:23:11.703Z] 7ac3b9478d29: Preparing [2021-04-01T09:23:11.703Z] e08058ee1dfe: Preparing [2021-04-01T09:23:11.865Z] Removing intermediate container 0054d35603e1 [2021-04-01T09:23:11.865Z] ---> 701215898362 [2021-04-01T09:23:11.865Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T09:23:11.985Z] 1ec495023498: Waiting [2021-04-01T09:23:11.985Z] 3d84fb7736b8: Waiting [2021-04-01T09:23:11.985Z] 7ac3b9478d29: Waiting [2021-04-01T09:23:11.985Z] e08058ee1dfe: Waiting [2021-04-01T09:23:11.985Z] 6b1cb503d311: Pushed [2021-04-01T09:23:12.203Z] ---> Running in fc7ac86ae040 [2021-04-01T09:23:12.307Z] 896dc05f822c: Pushed [2021-04-01T09:23:12.307Z] 1817223d6cb7: Pushed [2021-04-01T09:23:12.307Z] 1ec495023498: Pushed [2021-04-01T09:23:12.307Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:12.307Z] 3d84fb7736b8: Pushed [2021-04-01T09:23:12.839Z] ---> Running in d4a1e23edce4 [2021-04-01T09:23:12.936Z] 7ac3b9478d29: Pushed [2021-04-01T09:23:13.195Z] Removing intermediate container 45fd523680bc [2021-04-01T09:23:13.195Z] ---> 45f401c966b3 [2021-04-01T09:23:13.195Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T09:23:13.528Z] Removing intermediate container 498a4572725e [2021-04-01T09:23:13.528Z] ---> d5ef8901acbb [2021-04-01T09:23:13.528Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T09:23:13.528Z] Removing intermediate container 6e3d20466252 [2021-04-01T09:23:13.528Z] ---> c9b00e28be0c [2021-04-01T09:23:13.528Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T09:23:13.813Z] ---> Running in c8bad304815f [2021-04-01T09:23:13.813Z] Removing intermediate container d4a1e23edce4 [2021-04-01T09:23:13.813Z] ---> 94b9ecda413a [2021-04-01T09:23:13.813Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T09:23:13.813Z] ---> Running in 8babd78d5751 [2021-04-01T09:23:13.813Z] ---> Running in d0ff27fc1c56 [2021-04-01T09:23:14.119Z] ---> Running in 168703906afa [2021-04-01T09:23:14.119Z] Removing intermediate container c8bad304815f [2021-04-01T09:23:14.119Z] ---> 99e94344cd48 [2021-04-01T09:23:14.119Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T09:23:14.364Z] 6e95cf07b5f9: Pushed [2021-04-01T09:23:14.364Z] d1a3ff35802e: Pushed [2021-04-01T09:23:14.389Z] ---> Running in 3e45e48c3612 [2021-04-01T09:23:14.389Z] Removing intermediate container 8babd78d5751 [2021-04-01T09:23:14.389Z] ---> 21f7ed8a3aa0 [2021-04-01T09:23:14.389Z] Step 13/24 : WORKDIR / [2021-04-01T09:23:14.389Z] Removing intermediate container d0ff27fc1c56 [2021-04-01T09:23:14.389Z] ---> b08d0c0eae72 [2021-04-01T09:23:14.389Z] Step 13/21 : WORKDIR /edgex [2021-04-01T09:23:14.389Z] Removing intermediate container 168703906afa [2021-04-01T09:23:14.389Z] ---> bb14086ec3f9 [2021-04-01T09:23:14.389Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T09:23:14.637Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:58fbf6748ad4c0593a263225293c932f43ced61d7be4d02767550915048c8403 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:14.702Z] ---> Running in a2d0f604760c [2021-04-01T09:23:14.702Z] ---> Running in 6c83fe0a4fd4 [2021-04-01T09:23:14.702Z] ---> Running in 38f98479ddd5 [2021-04-01T09:23:14.990Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:15.045Z] Removing intermediate container 3e45e48c3612 [2021-04-01T09:23:15.045Z] ---> 9f7a82e86eb6 [2021-04-01T09:23:15.045Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T09:23:15.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:15.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-01T09:23:15.395Z] 1817223d6cb7: Preparing [2021-04-01T09:23:15.395Z] 896dc05f822c: Preparing [2021-04-01T09:23:15.395Z] d1a3ff35802e: Preparing [2021-04-01T09:23:15.395Z] 6e95cf07b5f9: Preparing [2021-04-01T09:23:15.395Z] 6b1cb503d311: Preparing [2021-04-01T09:23:15.395Z] 1ec495023498: Preparing [2021-04-01T09:23:15.395Z] 3d84fb7736b8: Preparing [2021-04-01T09:23:15.395Z] 7ac3b9478d29: Preparing [2021-04-01T09:23:15.395Z] e08058ee1dfe: Preparing [2021-04-01T09:23:15.395Z] 1ec495023498: Waiting [2021-04-01T09:23:15.395Z] 3d84fb7736b8: Waiting [2021-04-01T09:23:15.395Z] 7ac3b9478d29: Waiting [2021-04-01T09:23:15.395Z] e08058ee1dfe: Waiting [2021-04-01T09:23:15.395Z] d1a3ff35802e: Layer already exists [2021-04-01T09:23:15.395Z] 6b1cb503d311: Layer already exists [2021-04-01T09:23:15.395Z] 1817223d6cb7: Layer already exists [2021-04-01T09:23:15.395Z] 896dc05f822c: Layer already exists [2021-04-01T09:23:15.395Z] 6e95cf07b5f9: Layer already exists [2021-04-01T09:23:15.395Z] 7ac3b9478d29: Layer already exists [2021-04-01T09:23:15.395Z] 1ec495023498: Layer already exists [2021-04-01T09:23:15.395Z] 3d84fb7736b8: Layer already exists [2021-04-01T09:23:15.395Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:15.410Z] Removing intermediate container a2d0f604760c [2021-04-01T09:23:15.410Z] ---> a12393ca834a [2021-04-01T09:23:15.410Z] 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-04-01T09:23:15.410Z] ---> Running in c29cb6d5fefa [2021-04-01T09:23:15.410Z] Removing intermediate container 6c83fe0a4fd4 [2021-04-01T09:23:15.410Z] ---> 0c15040069f8 [2021-04-01T09:23:15.410Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T09:23:15.667Z] 2.0.0-dev.158: digest: sha256:58fbf6748ad4c0593a263225293c932f43ced61d7be4d02767550915048c8403 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:15.866Z] Removing intermediate container 38f98479ddd5 [2021-04-01T09:23:15.866Z] ---> 1c1a1dfad35d [2021-04-01T09:23:15.866Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:23:15.866Z] Removing intermediate container fc7ac86ae040 [2021-04-01T09:23:15.866Z] ---> 25d9e3ab450c [2021-04-01T09:23:15.866Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T09:23:16.010Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:16.150Z] ---> Running in 0a2865b42ac8 [2021-04-01T09:23:16.150Z] Removing intermediate container c29cb6d5fefa [2021-04-01T09:23:16.150Z] ---> bf124ac74b50 [2021-04-01T09:23:16.150Z] Step 15/23 : WORKDIR / [2021-04-01T09:23:16.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:16.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-01T09:23:16.348Z] 1817223d6cb7: Preparing [2021-04-01T09:23:16.348Z] 896dc05f822c: Preparing [2021-04-01T09:23:16.348Z] d1a3ff35802e: Preparing [2021-04-01T09:23:16.348Z] 6e95cf07b5f9: Preparing [2021-04-01T09:23:16.348Z] 6b1cb503d311: Preparing [2021-04-01T09:23:16.348Z] 1ec495023498: Preparing [2021-04-01T09:23:16.348Z] 3d84fb7736b8: Preparing [2021-04-01T09:23:16.348Z] 7ac3b9478d29: Preparing [2021-04-01T09:23:16.348Z] e08058ee1dfe: Preparing [2021-04-01T09:23:16.348Z] 1ec495023498: Waiting [2021-04-01T09:23:16.348Z] 3d84fb7736b8: Waiting [2021-04-01T09:23:16.348Z] 7ac3b9478d29: Waiting [2021-04-01T09:23:16.348Z] e08058ee1dfe: Waiting [2021-04-01T09:23:16.348Z] 1817223d6cb7: Layer already exists [2021-04-01T09:23:16.348Z] 6b1cb503d311: Layer already exists [2021-04-01T09:23:16.348Z] 6e95cf07b5f9: Layer already exists [2021-04-01T09:23:16.348Z] d1a3ff35802e: Layer already exists [2021-04-01T09:23:16.348Z] 896dc05f822c: Layer already exists [2021-04-01T09:23:16.482Z] ---> Running in 2c08dc4e7463 [2021-04-01T09:23:16.621Z] 1ec495023498: Layer already exists [2021-04-01T09:23:16.621Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:16.621Z] 3d84fb7736b8: Layer already exists [2021-04-01T09:23:16.621Z] 7ac3b9478d29: Layer already exists [2021-04-01T09:23:16.621Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:58fbf6748ad4c0593a263225293c932f43ced61d7be4d02767550915048c8403 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:16.803Z] ---> de1f1e0b0ce3 [2021-04-01T09:23:16.803Z] 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-04-01T09:23:16.803Z] ---> 005d78fb64ce [2021-04-01T09:23:16.803Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T09:23:16.803Z] ---> 1afc00268af4 [2021-04-01T09:23:16.803Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T09:23:16.969Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:17.248Z] Removing intermediate container 2c08dc4e7463 [2021-04-01T09:23:17.248Z] ---> 0b5e476d8155 [2021-04-01T09:23:17.248Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:23:17.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:23:17.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-01T09:23:17.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-01T09:23:17.310Z] 1817223d6cb7: Preparing [2021-04-01T09:23:17.310Z] 896dc05f822c: Preparing [2021-04-01T09:23:17.310Z] d1a3ff35802e: Preparing [2021-04-01T09:23:17.310Z] 6e95cf07b5f9: Preparing [2021-04-01T09:23:17.310Z] 6b1cb503d311: Preparing [2021-04-01T09:23:17.310Z] 1ec495023498: Preparing [2021-04-01T09:23:17.310Z] 3d84fb7736b8: Preparing [2021-04-01T09:23:17.310Z] 7ac3b9478d29: Preparing [2021-04-01T09:23:17.310Z] e08058ee1dfe: Preparing [2021-04-01T09:23:17.310Z] 3d84fb7736b8: Waiting [2021-04-01T09:23:17.310Z] 7ac3b9478d29: Waiting [2021-04-01T09:23:17.310Z] e08058ee1dfe: Waiting [2021-04-01T09:23:17.310Z] 1ec495023498: Waiting [2021-04-01T09:23:17.310Z] 6e95cf07b5f9: Layer already exists [2021-04-01T09:23:17.310Z] 896dc05f822c: Layer already exists [2021-04-01T09:23:17.310Z] 6b1cb503d311: Layer already exists [2021-04-01T09:23:17.310Z] d1a3ff35802e: Layer already exists [2021-04-01T09:23:17.310Z] 1817223d6cb7: Layer already exists [2021-04-01T09:23:17.310Z] 7ac3b9478d29: Layer already exists [2021-04-01T09:23:17.310Z] 1ec495023498: Layer already exists [2021-04-01T09:23:17.310Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:17.310Z] 3d84fb7736b8: Layer already exists [2021-04-01T09:23:17.581Z] master: digest: sha256:58fbf6748ad4c0593a263225293c932f43ced61d7be4d02767550915048c8403 size: 2198 [2021-04-01T09:23:17.595Z] ---> 66c54226d76d [2021-04-01T09:23:17.595Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:23:17.783Z] ===================================================== [Pipeline] echo [2021-04-01T09:23:17.835Z] taggedImages: [2021-04-01T09:23:17.835Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:17.835Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:17.835Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:17.835Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-01T09:23:17.901Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-01T09:23:17.901Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:17.901Z] 2.0.0-dev.158 [2021-04-01T09:23:17.901Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:17.901Z] master [2021-04-01T09:23:17.901Z] ===================================================== [2021-04-01T09:23:17.927Z] ---> 9e06edb98465 [2021-04-01T09:23:17.927Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T09:23:17.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:18.235Z] ---> be61ea15ff11 [2021-04-01T09:23:18.235Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T09:23:18.235Z] ---> bb1772505530 [2021-04-01T09:23:18.235Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T09:23:18.235Z] ---> beab77b16cf5 [2021-04-01T09:23:18.235Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T09:23:18.423Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:18.510Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T09:23:18.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:18.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-01T09:23:18.759Z] 45488d2d4c30: Preparing [2021-04-01T09:23:18.759Z] 264e72a1f59c: Preparing [2021-04-01T09:23:18.759Z] 30bc541b1d70: Preparing [2021-04-01T09:23:18.759Z] fc6cea0b04dd: Preparing [2021-04-01T09:23:18.759Z] e08058ee1dfe: Preparing [2021-04-01T09:23:18.818Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T09:23:18.818Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T09:23:18.818Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T09:23:18.818Z] ---> c564c9d0e531 [2021-04-01T09:23:18.818Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T09:23:19.030Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:19.030Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:19.030Z] 45488d2d4c30: Pushed [2021-04-01T09:23:19.099Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T09:23:19.099Z] ---> ef928dc23bee [2021-04-01T09:23:19.099Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T09:23:19.302Z] fc6cea0b04dd: Pushed [2021-04-01T09:23:19.422Z] ---> Running in 129f5b426c7e [2021-04-01T09:23:19.925Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T09:23:19.925Z] ---> f3a6be22b12e [2021-04-01T09:23:19.925Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T09:23:19.925Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:23:19.925Z] OK: 8 MiB in 20 packages [2021-04-01T09:23:20.338Z] ---> 9fc9cc409df6 [2021-04-01T09:23:20.338Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T09:23:20.338Z] ---> Running in a6f9a6ed9b8d [2021-04-01T09:23:20.338Z] Removing intermediate container 129f5b426c7e [2021-04-01T09:23:20.338Z] ---> 45ebcf3855c7 [2021-04-01T09:23:20.338Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:23:20.766Z] ---> Running in fe80409c916b [2021-04-01T09:23:21.248Z] Removing intermediate container a6f9a6ed9b8d [2021-04-01T09:23:21.248Z] ---> 58fee98e5a41 [2021-04-01T09:23:21.248Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T09:23:21.248Z] ---> b3161de3ae9f [2021-04-01T09:23:21.248Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T09:23:21.248Z] ---> Running in b918274f82db [2021-04-01T09:23:21.904Z] 264e72a1f59c: Pushed [2021-04-01T09:23:21.904Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:bfb926192958dc1eda84b38d9a6b27d5b143028603ca430438448ea35473c816 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:22.248Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:22.287Z] Removing intermediate container fe80409c916b [2021-04-01T09:23:22.287Z] ---> 5c57bce727aa [2021-04-01T09:23:22.287Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T09:23:22.287Z] ---> Running in 618854c0de99 [2021-04-01T09:23:22.287Z] ---> 25a2b2c7b403 [2021-04-01T09:23:22.287Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T09:23:22.287Z] ---> Running in f1c7b4398511 [2021-04-01T09:23:22.287Z] Removing intermediate container 0a2865b42ac8 [2021-04-01T09:23:22.287Z] ---> 3dca29aea96a [2021-04-01T09:23:22.287Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:23:22.287Z] Removing intermediate container b918274f82db [2021-04-01T09:23:22.287Z] ---> 0145bb80960e [2021-04-01T09:23:22.287Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T09:23:22.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:22.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-01T09:23:22.580Z] 45488d2d4c30: Preparing [2021-04-01T09:23:22.580Z] 264e72a1f59c: Preparing [2021-04-01T09:23:22.580Z] 30bc541b1d70: Preparing [2021-04-01T09:23:22.580Z] fc6cea0b04dd: Preparing [2021-04-01T09:23:22.580Z] e08058ee1dfe: Preparing [2021-04-01T09:23:22.580Z] 45488d2d4c30: Layer already exists [2021-04-01T09:23:22.580Z] fc6cea0b04dd: Layer already exists [2021-04-01T09:23:22.580Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:22.580Z] 264e72a1f59c: Layer already exists [2021-04-01T09:23:22.580Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:22.716Z] Removing intermediate container 618854c0de99 [2021-04-01T09:23:22.716Z] ---> 69c8adf76ee3 [2021-04-01T09:23:22.716Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:23:22.849Z] 2.0.0-dev.158: digest: sha256:bfb926192958dc1eda84b38d9a6b27d5b143028603ca430438448ea35473c816 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:23.132Z] ---> Running in 74cc123fc2c2 [2021-04-01T09:23:23.132Z] ---> d200a0b4f446 [2021-04-01T09:23:23.132Z] 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-04-01T09:23:23.132Z] Removing intermediate container f1c7b4398511 [2021-04-01T09:23:23.132Z] ---> 0cc14f36dbd0 [2021-04-01T09:23:23.132Z] Step 21/22 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:23.132Z] ---> Running in e93d3865a3f3 [2021-04-01T09:23:23.185Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:23.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:23.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-01T09:23:23.516Z] 45488d2d4c30: Preparing [2021-04-01T09:23:23.516Z] 264e72a1f59c: Preparing [2021-04-01T09:23:23.516Z] 30bc541b1d70: Preparing [2021-04-01T09:23:23.516Z] fc6cea0b04dd: Preparing [2021-04-01T09:23:23.516Z] e08058ee1dfe: Preparing [2021-04-01T09:23:23.538Z] ---> Running in 16b3a11fdf6d [2021-04-01T09:23:23.538Z] ---> Running in a47120652940 [2021-04-01T09:23:23.538Z] ---> a196e1112f2c [2021-04-01T09:23:23.538Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T09:23:23.785Z] fc6cea0b04dd: Layer already exists [2021-04-01T09:23:23.785Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:23.785Z] 45488d2d4c30: Layer already exists [2021-04-01T09:23:23.785Z] 264e72a1f59c: Layer already exists [2021-04-01T09:23:23.785Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:23.785Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:bfb926192958dc1eda84b38d9a6b27d5b143028603ca430438448ea35473c816 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:24.125Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:24.236Z] Removing intermediate container e93d3865a3f3 [2021-04-01T09:23:24.236Z] ---> 50ca6196510e [2021-04-01T09:23:24.236Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T09:23:24.236Z] Removing intermediate container 74cc123fc2c2 [2021-04-01T09:23:24.236Z] ---> 3c8b5de7202a [2021-04-01T09:23:24.236Z] Step 20/21 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:24.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-01T09:23:24.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-01T09:23:24.459Z] 45488d2d4c30: Preparing [2021-04-01T09:23:24.459Z] 264e72a1f59c: Preparing [2021-04-01T09:23:24.459Z] 30bc541b1d70: Preparing [2021-04-01T09:23:24.459Z] fc6cea0b04dd: Preparing [2021-04-01T09:23:24.459Z] e08058ee1dfe: Preparing [2021-04-01T09:23:24.459Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:24.459Z] 45488d2d4c30: Layer already exists [2021-04-01T09:23:24.459Z] fc6cea0b04dd: Layer already exists [2021-04-01T09:23:24.459Z] 264e72a1f59c: Layer already exists [2021-04-01T09:23:24.459Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:24.729Z] master: digest: sha256:bfb926192958dc1eda84b38d9a6b27d5b143028603ca430438448ea35473c816 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:23:24.988Z] ===================================================== [Pipeline] echo [2021-04-01T09:23:25.081Z] taggedImages: [2021-04-01T09:23:25.081Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:25.081Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:25.081Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:25.081Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-01T09:23:25.157Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-01T09:23:25.157Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:25.157Z] 2.0.0-dev.158 [2021-04-01T09:23:25.157Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:25.157Z] master [2021-04-01T09:23:25.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-04-01T09:23:25.248Z] Removing intermediate container 16b3a11fdf6d [2021-04-01T09:23:25.248Z] ---> c4183a421a4f [2021-04-01T09:23:25.248Z] Step 22/22 : LABEL version=2.0.0-dev.158 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:25.563Z] ---> Running in b8c76b89499c [2021-04-01T09:23:25.563Z] ---> Running in 5e318cb8fc5a [2021-04-01T09:23:25.733Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:25.980Z] ---> Running in edf488af0e31 [2021-04-01T09:23:25.981Z] ---> d49efb03ae8f [2021-04-01T09:23:25.981Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T09:23:26.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:26.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-01T09:23:26.079Z] b95ba7a5c44c: Preparing [2021-04-01T09:23:26.079Z] 06fc22deb09f: Preparing [2021-04-01T09:23:26.079Z] 30bc541b1d70: Preparing [2021-04-01T09:23:26.079Z] 718eba1a973a: Preparing [2021-04-01T09:23:26.079Z] e08058ee1dfe: Preparing [2021-04-01T09:23:26.348Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:26.348Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:26.348Z] 718eba1a973a: Layer already exists [2021-04-01T09:23:26.348Z] b95ba7a5c44c: Pushed [2021-04-01T09:23:26.752Z] Removing intermediate container b8c76b89499c [2021-04-01T09:23:26.752Z] ---> 30d1d665e556 [2021-04-01T09:23:26.752Z] Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:26.752Z] Removing intermediate container edf488af0e31 [2021-04-01T09:23:26.752Z] ---> 698e4423b5f0 [2021-04-01T09:23:26.752Z] [2021-04-01T09:23:27.400Z] Removing intermediate container 5e318cb8fc5a [2021-04-01T09:23:27.400Z] ---> 806d03275633 [2021-04-01T09:23:27.400Z] Step 21/21 : LABEL version=2.0.0-dev.158 [2021-04-01T09:23:27.400Z] ---> Running in f5b78e26a3e7 [2021-04-01T09:23:28.138Z] ---> bce84fd803cf [2021-04-01T09:23:28.138Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T09:23:28.138Z] ---> Running in 0f5ab393fb95 [2021-04-01T09:23:28.138Z] ---> Running in bb48195cdb6f [2021-04-01T09:23:28.138Z] Successfully built 698e4423b5f0 [2021-04-01T09:23:28.419Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T09:23:28.419Z] Building docker-security-bootstrapper-go [2021-04-01T09:23:28.693Z]  Building docker-support-notifications-go ... done Removing intermediate container f5b78e26a3e7 [2021-04-01T09:23:28.693Z] ---> 2b36e481204b [2021-04-01T09:23:28.693Z] Step 23/23 : LABEL version=2.0.0-dev.158 [2021-04-01T09:23:28.693Z] Removing intermediate container bb48195cdb6f [2021-04-01T09:23:28.693Z] ---> 93a1536977f2 [2021-04-01T09:23:28.693Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:23:28.693Z] Removing intermediate container 0f5ab393fb95 [2021-04-01T09:23:28.693Z] ---> ddcacdc93e71 [2021-04-01T09:23:28.693Z] [2021-04-01T09:23:28.693Z] ---> Running in 51a35bb19381 [2021-04-01T09:23:28.693Z] ---> Running in 476d1e6f3aa7 [2021-04-01T09:23:28.693Z] Removing intermediate container a47120652940 [2021-04-01T09:23:28.693Z] ---> ca75039d777a [2021-04-01T09:23:28.693Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T09:23:28.950Z] 06fc22deb09f: Pushed [2021-04-01T09:23:29.219Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:7bef7e5e14d90ff115d018bf5054973a2e18495bbb4908596dd5b8b1ab0dd3e2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:29.302Z] ---> Running in 8ada36a7706c [2021-04-01T09:23:29.302Z] Removing intermediate container 51a35bb19381 [2021-04-01T09:23:29.302Z] ---> b2116b77b419 [2021-04-01T09:23:29.302Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T09:23:29.302Z] Successfully built ddcacdc93e71 [2021-04-01T09:23:29.557Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:29.617Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T09:23:29.617Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 476d1e6f3aa7 [2021-04-01T09:23:29.617Z] ---> 8b11d48f4ffc [2021-04-01T09:23:29.617Z] [2021-04-01T09:23:29.617Z] Building docker-sys-mgmt-agent-go [2021-04-01T09:23:29.617Z] ---> Running in 1e4956421fde [2021-04-01T09:23:29.617Z] Removing intermediate container 8ada36a7706c [2021-04-01T09:23:29.617Z] ---> e5f4687e1e8d [2021-04-01T09:23:29.617Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T09:23:29.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:29.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-01T09:23:29.891Z] b95ba7a5c44c: Preparing [2021-04-01T09:23:29.891Z] 06fc22deb09f: Preparing [2021-04-01T09:23:29.891Z] 30bc541b1d70: Preparing [2021-04-01T09:23:29.891Z] 718eba1a973a: Preparing [2021-04-01T09:23:29.891Z] e08058ee1dfe: Preparing [2021-04-01T09:23:29.891Z] 06fc22deb09f: Layer already exists [2021-04-01T09:23:29.891Z] 718eba1a973a: Layer already exists [2021-04-01T09:23:29.891Z] b95ba7a5c44c: Layer already exists [2021-04-01T09:23:29.891Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:29.891Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:29.961Z] Successfully built 8b11d48f4ffc [2021-04-01T09:23:30.161Z] 2.0.0-dev.158: digest: sha256:7bef7e5e14d90ff115d018bf5054973a2e18495bbb4908596dd5b8b1ab0dd3e2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:32.006Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:32.120Z] Successfully tagged docker-core-command-go:latest [2021-04-01T09:23:32.120Z] Building docker-core-metadata-go [2021-04-01T09:23:32.120Z]  Building docker-core-command-go ... done  ---> Running in b7f401888619 [2021-04-01T09:23:32.120Z] Removing intermediate container 1e4956421fde [2021-04-01T09:23:32.120Z] ---> d5476963f5b9 [2021-04-01T09:23:32.120Z] Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:32.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:32.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-01T09:23:32.367Z] b95ba7a5c44c: Preparing [2021-04-01T09:23:32.367Z] 06fc22deb09f: Preparing [2021-04-01T09:23:32.367Z] 30bc541b1d70: Preparing [2021-04-01T09:23:32.367Z] 718eba1a973a: Preparing [2021-04-01T09:23:32.367Z] e08058ee1dfe: Preparing [2021-04-01T09:23:32.639Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:32.639Z] b95ba7a5c44c: Layer already exists [2021-04-01T09:23:32.639Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:32.639Z] 06fc22deb09f: Layer already exists [2021-04-01T09:23:32.639Z] 718eba1a973a: Layer already exists [2021-04-01T09:23:32.639Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:7bef7e5e14d90ff115d018bf5054973a2e18495bbb4908596dd5b8b1ab0dd3e2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:32.975Z] ---> Running in 2b988ff477cb [2021-04-01T09:23:32.978Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:33.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-01T09:23:33.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-01T09:23:33.308Z] b95ba7a5c44c: Preparing [2021-04-01T09:23:33.308Z] 06fc22deb09f: Preparing [2021-04-01T09:23:33.308Z] 30bc541b1d70: Preparing [2021-04-01T09:23:33.308Z] 718eba1a973a: Preparing [2021-04-01T09:23:33.308Z] e08058ee1dfe: Preparing [2021-04-01T09:23:33.579Z] 30bc541b1d70: Layer already exists [2021-04-01T09:23:33.579Z] b95ba7a5c44c: Layer already exists [2021-04-01T09:23:33.579Z] e08058ee1dfe: Layer already exists [2021-04-01T09:23:33.579Z] 718eba1a973a: Layer already exists [2021-04-01T09:23:33.579Z] 06fc22deb09f: Layer already exists [2021-04-01T09:23:33.579Z] master: digest: sha256:7bef7e5e14d90ff115d018bf5054973a2e18495bbb4908596dd5b8b1ab0dd3e2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:23:33.777Z] ===================================================== [Pipeline] echo [2021-04-01T09:23:33.826Z] taggedImages: [2021-04-01T09:23:33.826Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:33.826Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:33.826Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:33.826Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-01T09:23:33.896Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-01T09:23:33.896Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:33.896Z] 2.0.0-dev.158 [2021-04-01T09:23:33.896Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:33.896Z] master [2021-04-01T09:23:33.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:34.445Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:34.558Z] Removing intermediate container b7f401888619 [2021-04-01T09:23:34.558Z] ---> 5fe4105492bf [2021-04-01T09:23:34.558Z] Step 23/24 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:34.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:34.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-01T09:23:34.779Z] 329301875c20: Preparing [2021-04-01T09:23:34.779Z] 9853e962043d: Preparing [2021-04-01T09:23:34.779Z] c3ae2ebd1630: Preparing [2021-04-01T09:23:34.779Z] 042a207c9098: Preparing [2021-04-01T09:23:34.779Z] 70c7c458ab0e: Preparing [2021-04-01T09:23:34.779Z] bae558ecda94: Preparing [2021-04-01T09:23:34.779Z] 64fcf420cdcf: Preparing [2021-04-01T09:23:34.779Z] 9ded3b6bb9b5: Preparing [2021-04-01T09:23:34.779Z] fa1afe8e6ed9: Preparing [2021-04-01T09:23:34.779Z] 87a09b4c083e: Preparing [2021-04-01T09:23:34.779Z] 0f74e9ff2a61: Preparing [2021-04-01T09:23:34.779Z] b122376c33c6: Preparing [2021-04-01T09:23:34.779Z] f8381ed47b22: Preparing [2021-04-01T09:23:34.779Z] e934a737d657: Preparing [2021-04-01T09:23:34.779Z] bae558ecda94: Waiting [2021-04-01T09:23:34.779Z] 64fcf420cdcf: Waiting [2021-04-01T09:23:34.779Z] 9ded3b6bb9b5: Waiting [2021-04-01T09:23:34.779Z] fa1afe8e6ed9: Waiting [2021-04-01T09:23:34.779Z] 87a09b4c083e: Waiting [2021-04-01T09:23:34.779Z] 0f74e9ff2a61: Waiting [2021-04-01T09:23:34.779Z] f8381ed47b22: Waiting [2021-04-01T09:23:34.779Z] b122376c33c6: Waiting [2021-04-01T09:23:34.779Z] e934a737d657: Waiting [2021-04-01T09:23:35.175Z] ---> Running in 0e4ad53a6e53 [2021-04-01T09:23:35.382Z] 70c7c458ab0e: Pushed [2021-04-01T09:23:35.382Z] 329301875c20: Pushed [2021-04-01T09:23:35.474Z] Removing intermediate container 2b988ff477cb [2021-04-01T09:23:35.474Z] ---> e440c8330853 [2021-04-01T09:23:35.474Z] Step 23/23 : LABEL version=2.0.0-dev.158 [2021-04-01T09:23:35.474Z] ---> Running in e5e7d906fff3 [2021-04-01T09:23:35.474Z] Removing intermediate container 0e4ad53a6e53 [2021-04-01T09:23:35.474Z] ---> 0b648d0f2669 [2021-04-01T09:23:35.474Z] Step 24/24 : LABEL version=2.0.0-dev.158 [2021-04-01T09:23:35.819Z] ---> Running in 3f197cdd389f [2021-04-01T09:23:35.984Z] 042a207c9098: Pushed [2021-04-01T09:23:36.102Z] Removing intermediate container e5e7d906fff3 [2021-04-01T09:23:36.102Z] ---> 492044875b79 [2021-04-01T09:23:36.102Z] [2021-04-01T09:23:36.255Z] 9ded3b6bb9b5: Layer already exists [2021-04-01T09:23:36.255Z] 64fcf420cdcf: Pushed [2021-04-01T09:23:36.255Z] fa1afe8e6ed9: Layer already exists [2021-04-01T09:23:36.255Z] 87a09b4c083e: Layer already exists [2021-04-01T09:23:36.255Z] 0f74e9ff2a61: Layer already exists [2021-04-01T09:23:36.255Z] b122376c33c6: Layer already exists [2021-04-01T09:23:36.255Z] f8381ed47b22: Layer already exists [2021-04-01T09:23:36.255Z] e934a737d657: Layer already exists [2021-04-01T09:23:36.850Z] 9853e962043d: Pushed [2021-04-01T09:23:37.516Z] Removing intermediate container 3f197cdd389f [2021-04-01T09:23:37.516Z] ---> 5bb537260817 [2021-04-01T09:23:37.516Z] [2021-04-01T09:23:37.821Z] bae558ecda94: Pushed [2021-04-01T09:23:38.488Z] Successfully built 492044875b79 [2021-04-01T09:23:39.370Z] Successfully tagged docker-core-data-go:latest [2021-04-01T09:23:39.370Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-04-01T09:23:39.370Z] Successfully built 5bb537260817 [2021-04-01T09:23:39.370Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T09:23:48.047Z] c3ae2ebd1630: Pushed [2021-04-01T09:23:48.047Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:60e0c2985a11f10b5592d4c6e8bf8df8a733d0e0102b909fd8fff04a66c672ed size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:48.386Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:48.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:48.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-01T09:23:48.733Z] 329301875c20: Preparing [2021-04-01T09:23:48.733Z] 9853e962043d: Preparing [2021-04-01T09:23:48.733Z] c3ae2ebd1630: Preparing [2021-04-01T09:23:48.733Z] 042a207c9098: Preparing [2021-04-01T09:23:48.733Z] 70c7c458ab0e: Preparing [2021-04-01T09:23:48.733Z] bae558ecda94: Preparing [2021-04-01T09:23:48.733Z] 64fcf420cdcf: Preparing [2021-04-01T09:23:48.733Z] 9ded3b6bb9b5: Preparing [2021-04-01T09:23:48.733Z] fa1afe8e6ed9: Preparing [2021-04-01T09:23:48.733Z] 87a09b4c083e: Preparing [2021-04-01T09:23:48.733Z] 0f74e9ff2a61: Preparing [2021-04-01T09:23:48.733Z] b122376c33c6: Preparing [2021-04-01T09:23:48.733Z] f8381ed47b22: Preparing [2021-04-01T09:23:48.733Z] e934a737d657: Preparing [2021-04-01T09:23:48.733Z] bae558ecda94: Waiting [2021-04-01T09:23:48.733Z] 64fcf420cdcf: Waiting [2021-04-01T09:23:48.733Z] 9ded3b6bb9b5: Waiting [2021-04-01T09:23:48.733Z] fa1afe8e6ed9: Waiting [2021-04-01T09:23:48.733Z] 87a09b4c083e: Waiting [2021-04-01T09:23:48.733Z] 0f74e9ff2a61: Waiting [2021-04-01T09:23:48.733Z] b122376c33c6: Waiting [2021-04-01T09:23:48.733Z] f8381ed47b22: Waiting [2021-04-01T09:23:48.733Z] e934a737d657: Waiting [2021-04-01T09:23:48.733Z] 329301875c20: Layer already exists [2021-04-01T09:23:48.733Z] c3ae2ebd1630: Layer already exists [2021-04-01T09:23:48.733Z] 9853e962043d: Layer already exists [2021-04-01T09:23:48.733Z] 70c7c458ab0e: Layer already exists [2021-04-01T09:23:48.733Z] 042a207c9098: Layer already exists [2021-04-01T09:23:49.004Z] bae558ecda94: Layer already exists [2021-04-01T09:23:49.004Z] 9ded3b6bb9b5: Layer already exists [2021-04-01T09:23:49.004Z] 64fcf420cdcf: Layer already exists [2021-04-01T09:23:49.004Z] 87a09b4c083e: Layer already exists [2021-04-01T09:23:49.004Z] fa1afe8e6ed9: Layer already exists [2021-04-01T09:23:49.004Z] f8381ed47b22: Layer already exists [2021-04-01T09:23:49.004Z] b122376c33c6: Layer already exists [2021-04-01T09:23:49.004Z] e934a737d657: Layer already exists [2021-04-01T09:23:49.004Z] 0f74e9ff2a61: Layer already exists [2021-04-01T09:23:49.004Z] 2.0.0-dev.158: digest: sha256:60e0c2985a11f10b5592d4c6e8bf8df8a733d0e0102b909fd8fff04a66c672ed size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:49.347Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:49.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:49.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-01T09:23:49.679Z] 329301875c20: Preparing [2021-04-01T09:23:49.679Z] 9853e962043d: Preparing [2021-04-01T09:23:49.679Z] c3ae2ebd1630: Preparing [2021-04-01T09:23:49.679Z] 042a207c9098: Preparing [2021-04-01T09:23:49.679Z] 70c7c458ab0e: Preparing [2021-04-01T09:23:49.679Z] bae558ecda94: Preparing [2021-04-01T09:23:49.679Z] 64fcf420cdcf: Preparing [2021-04-01T09:23:49.679Z] 9ded3b6bb9b5: Preparing [2021-04-01T09:23:49.679Z] fa1afe8e6ed9: Preparing [2021-04-01T09:23:49.679Z] 87a09b4c083e: Preparing [2021-04-01T09:23:49.679Z] 0f74e9ff2a61: Preparing [2021-04-01T09:23:49.679Z] b122376c33c6: Preparing [2021-04-01T09:23:49.679Z] f8381ed47b22: Preparing [2021-04-01T09:23:49.679Z] e934a737d657: Preparing [2021-04-01T09:23:49.679Z] fa1afe8e6ed9: Waiting [2021-04-01T09:23:49.679Z] 87a09b4c083e: Waiting [2021-04-01T09:23:49.679Z] 0f74e9ff2a61: Waiting [2021-04-01T09:23:49.679Z] b122376c33c6: Waiting [2021-04-01T09:23:49.679Z] f8381ed47b22: Waiting [2021-04-01T09:23:49.679Z] e934a737d657: Waiting [2021-04-01T09:23:49.679Z] bae558ecda94: Waiting [2021-04-01T09:23:49.679Z] 64fcf420cdcf: Waiting [2021-04-01T09:23:49.679Z] 9ded3b6bb9b5: Waiting [2021-04-01T09:23:49.951Z] 9853e962043d: Layer already exists [2021-04-01T09:23:49.951Z] 70c7c458ab0e: Layer already exists [2021-04-01T09:23:49.951Z] 042a207c9098: Layer already exists [2021-04-01T09:23:49.951Z] 329301875c20: Layer already exists [2021-04-01T09:23:49.951Z] c3ae2ebd1630: Layer already exists [2021-04-01T09:23:49.951Z] bae558ecda94: Layer already exists [2021-04-01T09:23:49.951Z] fa1afe8e6ed9: Layer already exists [2021-04-01T09:23:49.951Z] 64fcf420cdcf: Layer already exists [2021-04-01T09:23:49.951Z] 9ded3b6bb9b5: Layer already exists [2021-04-01T09:23:49.951Z] 87a09b4c083e: Layer already exists [2021-04-01T09:23:49.951Z] b122376c33c6: Layer already exists [2021-04-01T09:23:49.951Z] 0f74e9ff2a61: Layer already exists [2021-04-01T09:23:49.951Z] f8381ed47b22: Layer already exists [2021-04-01T09:23:49.951Z] e934a737d657: Layer already exists [2021-04-01T09:23:49.951Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:60e0c2985a11f10b5592d4c6e8bf8df8a733d0e0102b909fd8fff04a66c672ed size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:50.290Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:23:50.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-01T09:23:50.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-01T09:23:50.624Z] 329301875c20: Preparing [2021-04-01T09:23:50.624Z] 9853e962043d: Preparing [2021-04-01T09:23:50.624Z] c3ae2ebd1630: Preparing [2021-04-01T09:23:50.624Z] 042a207c9098: Preparing [2021-04-01T09:23:50.624Z] 70c7c458ab0e: Preparing [2021-04-01T09:23:50.624Z] bae558ecda94: Preparing [2021-04-01T09:23:50.624Z] 64fcf420cdcf: Preparing [2021-04-01T09:23:50.624Z] 9ded3b6bb9b5: Preparing [2021-04-01T09:23:50.624Z] fa1afe8e6ed9: Preparing [2021-04-01T09:23:50.624Z] 87a09b4c083e: Preparing [2021-04-01T09:23:50.624Z] 0f74e9ff2a61: Preparing [2021-04-01T09:23:50.624Z] b122376c33c6: Preparing [2021-04-01T09:23:50.624Z] f8381ed47b22: Preparing [2021-04-01T09:23:50.624Z] e934a737d657: Preparing [2021-04-01T09:23:50.624Z] 87a09b4c083e: Waiting [2021-04-01T09:23:50.624Z] 0f74e9ff2a61: Waiting [2021-04-01T09:23:50.624Z] b122376c33c6: Waiting [2021-04-01T09:23:50.624Z] bae558ecda94: Waiting [2021-04-01T09:23:50.624Z] 64fcf420cdcf: Waiting [2021-04-01T09:23:50.624Z] 9ded3b6bb9b5: Waiting [2021-04-01T09:23:50.624Z] fa1afe8e6ed9: Waiting [2021-04-01T09:23:50.624Z] f8381ed47b22: Waiting [2021-04-01T09:23:50.624Z] e934a737d657: Waiting [2021-04-01T09:23:50.624Z] 329301875c20: Layer already exists [2021-04-01T09:23:50.624Z] 70c7c458ab0e: Layer already exists [2021-04-01T09:23:50.895Z] c3ae2ebd1630: Layer already exists [2021-04-01T09:23:50.895Z] 042a207c9098: Layer already exists [2021-04-01T09:23:50.895Z] 9853e962043d: Layer already exists [2021-04-01T09:23:50.895Z] bae558ecda94: Layer already exists [2021-04-01T09:23:50.895Z] fa1afe8e6ed9: Layer already exists [2021-04-01T09:23:50.895Z] 64fcf420cdcf: Layer already exists [2021-04-01T09:23:50.895Z] 9ded3b6bb9b5: Layer already exists [2021-04-01T09:23:50.895Z] 87a09b4c083e: Layer already exists [2021-04-01T09:23:50.895Z] f8381ed47b22: Layer already exists [2021-04-01T09:23:50.895Z] 0f74e9ff2a61: Layer already exists [2021-04-01T09:23:50.895Z] b122376c33c6: Layer already exists [2021-04-01T09:23:50.895Z] e934a737d657: Layer already exists [2021-04-01T09:23:50.895Z] master: digest: sha256:60e0c2985a11f10b5592d4c6e8bf8df8a733d0e0102b909fd8fff04a66c672ed size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:23:51.094Z] ===================================================== [Pipeline] echo [2021-04-01T09:23:51.140Z] taggedImages: [2021-04-01T09:23:51.140Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:23:51.140Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.158 [2021-04-01T09:23:51.140Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:23:51.140Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:23:51.974Z] ---> job-cost.sh [2021-04-01T09:23:51.974Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DB8E [2021-04-01T09:24:30.936Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T09:24:38.069Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:24:38.069Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:24:38.069Z] ---> 2593e345ffd0 [2021-04-01T09:24:38.069Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T09:24:38.069Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:24:38.069Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:24:38.069Z] ---> 2593e345ffd0 [2021-04-01T09:24:38.069Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T09:24:38.069Z] ---> Using cache [2021-04-01T09:24:38.069Z] ---> Using cache [2021-04-01T09:24:38.069Z] ---> c7d82772c135 [2021-04-01T09:24:38.069Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:24:38.069Z] ---> c7d82772c135 [2021-04-01T09:24:38.069Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:24:38.069Z] ---> Using cache [2021-04-01T09:24:38.069Z] ---> bd5ea29f5543 [2021-04-01T09:24:38.069Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T09:24:38.069Z] ---> Using cache [2021-04-01T09:24:38.069Z] ---> bd5ea29f5543 [2021-04-01T09:24:38.069Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T09:24:38.069Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:24:38.069Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:24:38.069Z] ---> 2593e345ffd0 [2021-04-01T09:24:38.069Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T09:24:38.069Z] ---> Using cache [2021-04-01T09:24:38.069Z] ---> c7d82772c135 [2021-04-01T09:24:38.069Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:24:38.069Z] ---> Using cache [2021-04-01T09:24:38.069Z] ---> bd5ea29f5543 [2021-04-01T09:24:38.069Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T09:24:38.069Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T09:24:38.069Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T09:24:38.069Z] ---> 2593e345ffd0 [2021-04-01T09:24:38.069Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T09:24:38.069Z] ---> Using cache [2021-04-01T09:24:38.069Z] ---> c7d82772c135 [2021-04-01T09:24:38.069Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T09:24:38.069Z] ---> Using cache [2021-04-01T09:24:38.069Z] ---> bd5ea29f5543 [2021-04-01T09:24:38.069Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T09:24:38.069Z] ---> Running in d0a4456164bb [2021-04-01T09:24:38.069Z] ---> Running in b9fde3f691a1 [2021-04-01T09:24:38.069Z] ---> Running in 2025e220c48f [2021-04-01T09:24:38.069Z] ---> Running in 9cddfea8afc7 [2021-04-01T09:24:38.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:24:38.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:24:38.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:24:38.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:24:38.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:24:38.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:24:38.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:24:38.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:24:38.069Z] OK: 233 MiB in 51 packages [2021-04-01T09:24:38.069Z] OK: 233 MiB in 51 packages [2021-04-01T09:24:38.069Z] OK: 233 MiB in 51 packages [2021-04-01T09:24:38.069Z] OK: 233 MiB in 51 packages [2021-04-01T09:24:38.346Z] Removing intermediate container 9cddfea8afc7 [2021-04-01T09:24:38.346Z] ---> 2e367788012c [2021-04-01T09:24:38.346Z] Step 6/31 : COPY go.mod . [2021-04-01T09:24:38.346Z] Removing intermediate container 2025e220c48f [2021-04-01T09:24:38.346Z] ---> c84fe4d61128 [2021-04-01T09:24:38.346Z] Step 6/23 : COPY go.mod . [2021-04-01T09:24:38.346Z] Removing intermediate container d0a4456164bb [2021-04-01T09:24:38.346Z] ---> 292f650d5b14 [2021-04-01T09:24:38.346Z] Step 6/26 : COPY go.mod . [2021-04-01T09:24:39.070Z] Removing intermediate container b9fde3f691a1 [2021-04-01T09:24:39.070Z] ---> 7e00d6f229ed [2021-04-01T09:24:39.070Z] Step 6/22 : COPY go.mod . [2021-04-01T09:24:39.070Z] ---> a3b5640b4396 [2021-04-01T09:24:39.070Z] Step 7/31 : RUN go mod download [2021-04-01T09:24:39.338Z] ---> 82a372d46c95 [2021-04-01T09:24:39.338Z] Step 7/23 : RUN go mod download [2021-04-01T09:24:39.667Z] ---> 8517f59fddf4 [2021-04-01T09:24:39.667Z] Step 7/26 : RUN go mod download [2021-04-01T09:24:39.667Z] ---> Running in 210a95690bc3 [2021-04-01T09:24:39.667Z] ---> Running in ee9fe179675b [2021-04-01T09:24:39.667Z] ---> Running in 35d5a02c11e4 [2021-04-01T09:24:39.667Z] ---> 9c92e6212bff [2021-04-01T09:24:39.667Z] Step 7/22 : RUN go mod download [2021-04-01T09:24:39.997Z] ---> Running in 227b96fc09fa [2021-04-01T09:24:45.936Z] Removing intermediate container 227b96fc09fa [2021-04-01T09:24:45.936Z] ---> 6c55cb6a5e78 [2021-04-01T09:24:45.936Z] Step 8/22 : COPY . . [2021-04-01T09:24:45.936Z] Removing intermediate container 35d5a02c11e4 [2021-04-01T09:24:45.936Z] ---> da478c55cfec [2021-04-01T09:24:45.936Z] Step 8/26 : COPY . . [2021-04-01T09:24:45.936Z] Removing intermediate container 210a95690bc3 [2021-04-01T09:24:45.936Z] ---> 985e702f1931 [2021-04-01T09:24:45.936Z] Step 8/31 : COPY . . [2021-04-01T09:24:45.936Z] Removing intermediate container ee9fe179675b [2021-04-01T09:24:45.936Z] ---> 9aa8be9f7957 [2021-04-01T09:24:45.936Z] Step 8/23 : COPY . . [2021-04-01T09:26:07.667Z] lf-activate-venv(): INFO: Adding /tmp/venv-DB8E/bin to PATH [2021-04-01T09:26:07.667Z] INFO: No Stack... [2021-04-01T09:26:07.667Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T09:26:07.667Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T09:26:08.000Z] + cat /w/workspace/edgex-go/426/archives/cost.csv [2021-04-01T09:26:08.000Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T09:26:08.117Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-426-stack-cost] [2021-04-01T09:26:08.127Z] Resource [jenkins-edgexfoundry-edgex-go-master-426-stack-cost] did not exist. Created. [2021-04-01T09:26:08.127Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-426-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T09:26:08.555Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T09:26:09.399Z] ---> c95893cbb29f [2021-04-01T09:26:09.399Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T09:26:09.399Z] ---> 22160426d134 [2021-04-01T09:26:09.399Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T09:26:09.399Z] ---> Running in 0b9f935ef14d [2021-04-01T09:26:09.399Z] ---> Running in 54ac693fdd0d [2021-04-01T09:26:09.399Z] ---> 38cf32dcd5b7 [2021-04-01T09:26:09.399Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T09:26:09.399Z] ---> 92c8ea3e80d3 [2021-04-01T09:26:09.399Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T09:26:09.399Z] ---> Running in feb5eb4fbb5e [2021-04-01T09:26:09.399Z] ---> Running in c674f8e8243f [2021-04-01T09:26:09.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T09:26:09.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T09:26:09.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T09:26:09.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T09:26:09.641Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T09:26:09.652Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-426-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T09:27:07.556Z] Removing intermediate container feb5eb4fbb5e [2021-04-01T09:27:07.556Z] ---> 0b9bcfda7e1a [2021-04-01T09:27:07.556Z] [2021-04-01T09:27:07.556Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T09:27:07.556Z] Removing intermediate container c674f8e8243f [2021-04-01T09:27:07.556Z] ---> 3ea7088b9132 [2021-04-01T09:27:07.556Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T09:27:07.556Z] ---> 7230e588e954 [2021-04-01T09:27:07.556Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T09:27:07.556Z] ---> Running in 5d8b895b7d5a [2021-04-01T09:27:07.556Z] ---> Running in 55c62e845d77 [2021-04-01T09:27:07.971Z] Removing intermediate container 55c62e845d77 [2021-04-01T09:27:07.971Z] ---> f6ebe38217ab [2021-04-01T09:27:07.971Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T09:27:07.971Z] Removing intermediate container 54ac693fdd0d [2021-04-01T09:27:07.971Z] ---> 18fc5b96a056 [2021-04-01T09:27:07.971Z] [2021-04-01T09:27:07.971Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T09:27:07.971Z] ---> 7230e588e954 [2021-04-01T09:27:07.971Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T09:27:07.971Z] ---> Using cache [2021-04-01T09:27:07.971Z] ---> 45f401c966b3 [2021-04-01T09:27:07.971Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T09:27:07.971Z] ---> Using cache [2021-04-01T09:27:07.971Z] ---> 99e94344cd48 [2021-04-01T09:27:07.971Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T09:27:08.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T09:27:08.246Z] ---> Running in 707e034c0b60 [2021-04-01T09:27:08.551Z] ---> Running in 8931f7fbdf3c [2021-04-01T09:27:09.207Z] Removing intermediate container 8931f7fbdf3c [2021-04-01T09:27:09.207Z] ---> af5444970785 [2021-04-01T09:27:09.207Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T09:27:11.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:27:11.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:27:12.216Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T09:27:12.216Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T09:27:12.216Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T09:27:12.216Z] OK: 6 MiB in 16 packages [2021-04-01T09:27:12.697Z] ---> Running in 07b6e3ffe73e [2021-04-01T09:27:12.697Z] Removing intermediate container 0b9f935ef14d [2021-04-01T09:27:12.697Z] ---> ccabe9a642b3 [2021-04-01T09:27:12.697Z] [2021-04-01T09:27:12.697Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T09:27:12.697Z] ---> 7230e588e954 [2021-04-01T09:27:12.697Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T09:27:12.697Z] ---> Using cache [2021-04-01T09:27:12.697Z] ---> 45f401c966b3 [2021-04-01T09:27:12.697Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T09:27:12.697Z] ---> Using cache [2021-04-01T09:27:12.697Z] ---> 99e94344cd48 [2021-04-01T09:27:12.697Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T09:27:13.422Z] ---> Running in b4124f01a733 [2021-04-01T09:27:13.422Z] Removing intermediate container 07b6e3ffe73e [2021-04-01T09:27:13.422Z] ---> f21a00c8becb [2021-04-01T09:27:13.422Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:27:13.747Z] Removing intermediate container 5d8b895b7d5a [2021-04-01T09:27:13.747Z] ---> 63e0c0b8c3ba [2021-04-01T09:27:13.747Z] [2021-04-01T09:27:13.747Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T09:27:13.747Z] Removing intermediate container b4124f01a733 [2021-04-01T09:27:13.747Z] ---> 3dffd17ed198 [2021-04-01T09:27:13.747Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T09:27:13.747Z] 20.10.0: Pulling from library/docker [2021-04-01T09:27:14.123Z] ---> Running in 9ed47ebbaefb [2021-04-01T09:27:14.123Z] Removing intermediate container 707e034c0b60 [2021-04-01T09:27:14.123Z] ---> 1e4e00bc0bc8 [2021-04-01T09:27:14.123Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T09:27:14.521Z] ---> Running in f0656c2876f8 [2021-04-01T09:27:14.878Z] ---> d35177a5fec0 [2021-04-01T09:27:14.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T09:27:15.407Z] Removing intermediate container 9ed47ebbaefb [2021-04-01T09:27:15.407Z] ---> b4c1323edece [2021-04-01T09:27:15.407Z] Step 15/23 : WORKDIR / [2021-04-01T09:27:15.702Z] Removing intermediate container f0656c2876f8 [2021-04-01T09:27:15.702Z] ---> 5d219f48f50a [2021-04-01T09:27:15.702Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T09:27:15.702Z] ---> Running in 5f262a78826a [2021-04-01T09:27:15.989Z] ---> Running in 86a1eee82e4d [2021-04-01T09:27:16.402Z] ---> 44685879d887 [2021-04-01T09:27:16.403Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T09:27:16.706Z] Removing intermediate container 5f262a78826a [2021-04-01T09:27:16.706Z] ---> 6f07551428e6 [2021-04-01T09:27:16.706Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:27:16.975Z] Removing intermediate container 86a1eee82e4d [2021-04-01T09:27:16.975Z] ---> b152b7d3a967 [2021-04-01T09:27:16.975Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T09:27:17.500Z] ---> Running in 48026ebb2bef [2021-04-01T09:27:17.500Z] ---> 11abac572868 [2021-04-01T09:27:17.500Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T09:27:17.500Z] ---> a64061cc6099 [2021-04-01T09:27:17.500Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T09:27:17.500Z] ---> Running in 37f829ffa43c [2021-04-01T09:27:18.988Z] Removing intermediate container 37f829ffa43c [2021-04-01T09:27:18.988Z] ---> 980a05c4b7fe [2021-04-01T09:27:18.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:27:18.988Z] ---> Running in 41ebef64baf2 [2021-04-01T09:27:20.187Z] ---> 559287230dae [2021-04-01T09:27:20.187Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T09:27:20.187Z] Removing intermediate container 41ebef64baf2 [2021-04-01T09:27:20.187Z] ---> 046132f35b15 [2021-04-01T09:27:20.187Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T09:27:20.810Z] ---> Running in 7bf32f685dca [2021-04-01T09:27:20.810Z] ---> 0990b61087cf [2021-04-01T09:27:20.810Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T09:27:20.810Z] Removing intermediate container 7bf32f685dca [2021-04-01T09:27:20.810Z] ---> b8d6985bf46d [2021-04-01T09:27:20.810Z] Step 21/22 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:27:20.810Z] ---> Running in 81d33794632e [2021-04-01T09:27:20.810Z] ---> Running in d9acf4bab21c [2021-04-01T09:27:21.206Z] Removing intermediate container 48026ebb2bef [2021-04-01T09:27:21.206Z] ---> 53deb22aaf32 [2021-04-01T09:27:21.206Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T09:27:21.206Z] ---> Running in a6348f702adf [2021-04-01T09:27:21.206Z] Removing intermediate container 81d33794632e [2021-04-01T09:27:21.206Z] ---> 77300f59da3b [2021-04-01T09:27:21.206Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:27:21.828Z] Removing intermediate container d9acf4bab21c [2021-04-01T09:27:21.828Z] ---> 7bb248294e01 [2021-04-01T09:27:21.828Z] Step 22/22 : LABEL version=2.0.0-dev.158 [2021-04-01T09:27:21.828Z] ---> Running in 18a487ea9abe [2021-04-01T09:27:21.828Z] ---> Running in b6dc28b8296a [2021-04-01T09:27:22.097Z] Removing intermediate container a6348f702adf [2021-04-01T09:27:22.097Z] ---> 1a8bd13d92db [2021-04-01T09:27:22.098Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T09:27:22.436Z] Removing intermediate container b6dc28b8296a [2021-04-01T09:27:22.436Z] ---> 14903b286afd [2021-04-01T09:27:22.436Z] [2021-04-01T09:27:22.436Z] Removing intermediate container 18a487ea9abe [2021-04-01T09:27:22.436Z] ---> eb00300e00a1 [2021-04-01T09:27:22.436Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T09:27:22.436Z] ---> Running in a5568c4ecbf6 [2021-04-01T09:27:22.906Z] ---> a19523222fc1 [2021-04-01T09:27:22.906Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T09:27:22.906Z] ---> Running in 763d1f84ebef [2021-04-01T09:27:23.204Z] Successfully built 14903b286afd [2021-04-01T09:27:23.204Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T09:27:23.492Z]  Building docker-support-scheduler-go ... done Removing intermediate container a5568c4ecbf6 [2021-04-01T09:27:23.492Z] ---> f42f9181e248 [2021-04-01T09:27:23.492Z] Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:27:23.492Z] ---> Running in 9a99f08fedc8 [2021-04-01T09:27:24.412Z] Removing intermediate container 9a99f08fedc8 [2021-04-01T09:27:24.412Z] ---> a83c6df732f6 [2021-04-01T09:27:24.412Z] Step 23/23 : LABEL version=2.0.0-dev.158 [2021-04-01T09:27:24.748Z] ---> Running in 1c2f0a8baa50 [2021-04-01T09:27:25.035Z] Removing intermediate container 1c2f0a8baa50 [2021-04-01T09:27:25.035Z] ---> b2956754ffc6 [2021-04-01T09:27:25.035Z] [2021-04-01T09:27:26.140Z] Successfully built b2956754ffc6 [2021-04-01T09:27:26.140Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T09:27:26.140Z]  Building docker-core-metadata-go ... done Removing intermediate container 763d1f84ebef [2021-04-01T09:27:26.140Z] ---> f6bf7e4d9e73 [2021-04-01T09:27:26.140Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T09:27:26.774Z] ---> c34e8b9f3899 [2021-04-01T09:27:26.775Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T09:27:28.327Z] ---> c752a6253f71 [2021-04-01T09:27:28.327Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T09:27:28.701Z] ---> ef30be1014b8 [2021-04-01T09:27:28.701Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T09:27:29.812Z] ---> 06291890e313 [2021-04-01T09:27:29.812Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T09:27:30.128Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T09:27:30.128Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T09:27:30.128Z] ---> aefe523efa57 [2021-04-01T09:27:30.128Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T09:27:30.128Z] ---> Running in a0918985666e [2021-04-01T09:27:30.421Z] ---> f64db86bf08d [2021-04-01T09:27:30.421Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T09:27:31.173Z] ---> Running in 724b7f529ed6 [2021-04-01T09:27:31.495Z] Removing intermediate container 724b7f529ed6 [2021-04-01T09:27:31.495Z] ---> 21d6979276eb [2021-04-01T09:27:31.495Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T09:27:32.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:27:32.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:27:32.166Z] ---> abaf9e50e14d [2021-04-01T09:27:32.166Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T09:27:32.490Z] ---> Running in e7e0320b6024 [2021-04-01T09:27:32.490Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T09:27:32.490Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T09:27:32.490Z] Executing bash-5.0.17-r0.post-install [2021-04-01T09:27:32.490Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T09:27:32.763Z] OK: 12 MiB in 22 packages [2021-04-01T09:27:34.468Z] Removing intermediate container a0918985666e [2021-04-01T09:27:34.468Z] ---> 37796a952dd5 [2021-04-01T09:27:34.468Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T09:27:34.468Z] ---> Running in 89d173effd09 [2021-04-01T09:27:34.822Z] Removing intermediate container 89d173effd09 [2021-04-01T09:27:34.822Z] ---> 8ffacee2edf8 [2021-04-01T09:27:34.822Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T09:27:35.145Z] ---> Running in c23b8cfb018b [2021-04-01T09:27:35.427Z] Removing intermediate container c23b8cfb018b [2021-04-01T09:27:35.427Z] ---> 274db985e16a [2021-04-01T09:27:35.427Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T09:27:35.427Z] Removing intermediate container e7e0320b6024 [2021-04-01T09:27:35.427Z] ---> 1b0a8be13991 [2021-04-01T09:27:35.427Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T09:27:35.783Z] ---> Running in bb116cf05068 [2021-04-01T09:27:35.783Z] ---> Running in 9a8767d70cf3 [2021-04-01T09:27:36.093Z] Removing intermediate container bb116cf05068 [2021-04-01T09:27:36.093Z] ---> 8c469232105f [2021-04-01T09:27:36.093Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T09:27:36.400Z] Removing intermediate container 9a8767d70cf3 [2021-04-01T09:27:36.400Z] ---> 39fa32e15ce0 [2021-04-01T09:27:36.400Z] Step 28/31 : CMD ["gate"] [2021-04-01T09:27:36.682Z] ---> Running in 600d26a04f87 [2021-04-01T09:27:37.285Z] Removing intermediate container 600d26a04f87 [2021-04-01T09:27:37.285Z] ---> 43cde1335e3b [2021-04-01T09:27:37.285Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T09:27:37.600Z] ---> 82f1ef1554f4 [2021-04-01T09:27:37.600Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T09:27:37.898Z] ---> Running in 6d9928cd7bb3 [2021-04-01T09:27:38.730Z] Removing intermediate container 6d9928cd7bb3 [2021-04-01T09:27:38.730Z] ---> 51cced21dee6 [2021-04-01T09:27:38.730Z] Step 30/31 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:27:38.730Z] ---> Running in e3aa4b15b330 [2021-04-01T09:27:38.730Z] ---> 99dec8339763 [2021-04-01T09:27:38.730Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T09:27:40.219Z] Removing intermediate container e3aa4b15b330 [2021-04-01T09:27:40.219Z] ---> 2beb42249805 [2021-04-01T09:27:40.219Z] Step 31/31 : LABEL version=2.0.0-dev.158 [2021-04-01T09:27:40.531Z] ---> 44d5b2d97def [2021-04-01T09:27:40.531Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T09:27:40.531Z] ---> Running in e8362f969e30 [2021-04-01T09:27:40.531Z] ---> Running in fd08befc2949 [2021-04-01T09:27:41.188Z] Removing intermediate container e8362f969e30 [2021-04-01T09:27:41.188Z] ---> 393b649067ad [2021-04-01T09:27:41.188Z] [2021-04-01T09:27:41.569Z] Successfully built 393b649067ad [2021-04-01T09:27:41.569Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T09:27:41.897Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:27:42.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:27:42.631Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T09:27:42.631Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T09:27:42.631Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T09:27:42.631Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T09:27:42.631Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T09:27:42.631Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T09:27:42.631Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T09:27:44.241Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T09:27:44.241Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T09:27:44.241Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T09:27:44.241Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T09:27:44.241Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T09:27:44.242Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T09:27:44.242Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T09:27:44.591Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T09:27:44.591Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T09:27:44.591Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T09:27:44.591Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T09:27:44.591Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T09:27:44.591Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T09:27:44.591Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T09:27:44.591Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T09:27:44.591Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T09:27:44.954Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T09:27:44.954Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T09:27:44.955Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T09:27:44.955Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T09:27:44.955Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T09:27:44.955Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T09:27:44.955Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T09:27:44.955Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T09:27:45.257Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T09:27:45.257Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T09:27:45.257Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T09:27:45.257Z] OK: 71 MiB in 55 packages [2021-04-01T09:27:58.089Z] Removing intermediate container fd08befc2949 [2021-04-01T09:27:58.089Z] ---> c89d33952746 [2021-04-01T09:27:58.089Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T09:27:58.089Z] ---> Running in 4aa20a9f80a7 [2021-04-01T09:28:00.123Z] Collecting docker-compose==1.23.2 [2021-04-01T09:28:00.123Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T09:28:00.123Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T09:28:00.123Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T09:28:00.776Z] 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-04-01T09:28:01.532Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T09:28:01.532Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T09:28:01.532Z] Collecting PyYAML<4,>=3.10 [2021-04-01T09:28:01.532Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T09:28:03.115Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T09:28:03.115Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T09:28:03.115Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T09:28:03.115Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T09:28:04.158Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T09:28:04.158Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T09:28:04.158Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T09:28:04.158Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T09:28:04.558Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T09:28:04.558Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T09:28:05.198Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T09:28:05.198Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T09:28:05.526Z] Collecting idna<2.8,>=2.5 [2021-04-01T09:28:05.526Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T09:28:05.526Z] 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-04-01T09:28:05.811Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T09:28:05.811Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T09:28:05.811Z] 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-04-01T09:28:05.811Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T09:28:05.811Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T09:28:05.811Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T09:28:05.811Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T09:28:05.811Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T09:28:05.811Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T09:28:06.088Z] Installing collected packages: docopt, idna, urllib3, requests, PyYAML, websocket-client, texttable, cached-property, docker-pycreds, docker, dockerpty, jsonschema, docker-compose [2021-04-01T09:28:06.088Z] Running setup.py install for docopt: started [2021-04-01T09:28:07.133Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T09:28:07.133Z] Attempting uninstall: idna [2021-04-01T09:28:07.133Z] Found existing installation: idna 2.9 [2021-04-01T09:28:07.133Z] Uninstalling idna-2.9: [2021-04-01T09:28:07.133Z] Successfully uninstalled idna-2.9 [2021-04-01T09:28:07.432Z] Attempting uninstall: urllib3 [2021-04-01T09:28:07.432Z] Found existing installation: urllib3 1.25.9 [2021-04-01T09:28:07.432Z] Uninstalling urllib3-1.25.9: [2021-04-01T09:28:07.432Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T09:28:08.037Z] Attempting uninstall: requests [2021-04-01T09:28:08.037Z] Found existing installation: requests 2.23.0 [2021-04-01T09:28:08.037Z] Uninstalling requests-2.23.0: [2021-04-01T09:28:08.037Z] Successfully uninstalled requests-2.23.0 [2021-04-01T09:28:08.037Z] Running setup.py install for PyYAML: started [2021-04-01T09:28:09.023Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T09:28:09.314Z] Running setup.py install for texttable: started [2021-04-01T09:28:11.312Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T09:28:11.312Z] Running setup.py install for dockerpty: started [2021-04-01T09:28:12.371Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T09:28:12.686Z] 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-04-01T09:28:16.275Z] Removing intermediate container 4aa20a9f80a7 [2021-04-01T09:28:16.275Z] ---> 4b162fece664 [2021-04-01T09:28:16.275Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T09:28:16.275Z] ---> Running in 1acd4f8e2d09 [2021-04-01T09:28:18.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T09:28:18.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T09:28:18.411Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T09:28:18.411Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T09:28:18.411Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T09:28:18.411Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T09:28:18.741Z] OK: 72 MiB in 58 packages [2021-04-01T09:28:20.255Z] Removing intermediate container 1acd4f8e2d09 [2021-04-01T09:28:20.255Z] ---> fe740edc798e [2021-04-01T09:28:20.255Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T09:28:20.255Z] ---> Running in b905557cf9e6 [2021-04-01T09:28:20.543Z] Removing intermediate container b905557cf9e6 [2021-04-01T09:28:20.543Z] ---> a8864233e82b [2021-04-01T09:28:20.543Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T09:28:20.827Z] ---> Running in c99b1711d040 [2021-04-01T09:28:21.418Z] Removing intermediate container c99b1711d040 [2021-04-01T09:28:21.418Z] ---> efa46bf002a5 [2021-04-01T09:28:21.418Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T09:28:21.418Z] ---> Running in cd7df418bd0e [2021-04-01T09:28:21.703Z] Removing intermediate container cd7df418bd0e [2021-04-01T09:28:21.703Z] ---> 5ead3cf3345c [2021-04-01T09:28:21.703Z] Step 25/26 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:21.703Z] ---> Running in 1f2804254ef6 [2021-04-01T09:28:21.996Z] Removing intermediate container 1f2804254ef6 [2021-04-01T09:28:21.996Z] ---> 06097b6aeff0 [2021-04-01T09:28:21.996Z] Step 26/26 : LABEL version=2.0.0-dev.158 [2021-04-01T09:28:21.996Z] ---> Running in fdaa6d79d51f [2021-04-01T09:28:22.812Z] Removing intermediate container fdaa6d79d51f [2021-04-01T09:28:22.812Z] ---> 89bc5d9fa1ad [2021-04-01T09:28:22.812Z] [2021-04-01T09:28:22.812Z] Successfully built 89bc5d9fa1ad [2021-04-01T09:28:22.812Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T09:28:23.621Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T09:28:23.637Z] $ docker stop --time=1 8b010c4606e806a73a67cbdedcbcd036a829f67f403882a6972b6a4bbf4d0cd2 [2021-04-01T09:28:25.701Z] $ docker rm -f 8b010c4606e806a73a67cbdedcbcd036a829f67f403882a6972b6a4bbf4d0cd2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T09:28:26.553Z] + grep docker [2021-04-01T09:28:26.553Z] + docker images [2021-04-01T09:28:27.187Z] docker-sys-mgmt-agent-go latest 89bc5d9fa1ad 5 seconds ago 314MB [2021-04-01T09:28:27.187Z] docker-security-bootstrapper-go latest 393b649067ad 47 seconds ago 18.9MB [2021-04-01T09:28:27.187Z] docker-core-metadata-go latest b2956754ffc6 About a minute ago 19MB [2021-04-01T09:28:27.187Z] docker-support-scheduler-go latest 14903b286afd About a minute ago 17.4MB [2021-04-01T09:28:27.187Z] docker-security-secretstore-setup-go latest 5bb537260817 4 minutes ago 25.7MB [2021-04-01T09:28:27.187Z] docker-core-data-go latest 492044875b79 4 minutes ago 22.7MB [2021-04-01T09:28:27.187Z] docker-core-command-go latest 8b11d48f4ffc 4 minutes ago 17.3MB [2021-04-01T09:28:27.187Z] docker-security-proxy-setup-go latest ddcacdc93e71 4 minutes ago 25.4MB [2021-04-01T09:28:27.187Z] docker-support-notifications-go latest 698e4423b5f0 5 minutes ago 17.9MB [2021-04-01T09:28:27.187Z] 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-04-01T09:28:27.750Z] provisioning config files... [2021-04-01T09:28:27.796Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/426@tmp/config4682076227439082587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:28:28.278Z] ---> docker-login.sh [2021-04-01T09:28:28.278Z] nexus3.edgexfoundry.org:10001 [2021-04-01T09:28:28.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:28:28.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:28:28.581Z] Configure a credential helper to remove this warning. See [2021-04-01T09:28:28.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:28:28.581Z] [2021-04-01T09:28:28.581Z] Login Succeeded [2021-04-01T09:28:28.581Z] nexus3.edgexfoundry.org:10002 [2021-04-01T09:28:29.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:28:29.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:28:29.820Z] Configure a credential helper to remove this warning. See [2021-04-01T09:28:29.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:28:29.820Z] [2021-04-01T09:28:29.820Z] Login Succeeded [2021-04-01T09:28:30.204Z] nexus3.edgexfoundry.org:10003 [2021-04-01T09:28:31.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:28:31.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:28:31.278Z] Configure a credential helper to remove this warning. See [2021-04-01T09:28:31.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:28:31.278Z] [2021-04-01T09:28:31.278Z] Login Succeeded [2021-04-01T09:28:31.278Z] nexus3.edgexfoundry.org:10004 [2021-04-01T09:28:32.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:28:32.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:28:32.298Z] Configure a credential helper to remove this warning. See [2021-04-01T09:28:32.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:28:32.298Z] [2021-04-01T09:28:32.298Z] Login Succeeded [2021-04-01T09:28:32.298Z] docker.io [2021-04-01T09:28:32.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T09:28:33.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T09:28:33.229Z] Configure a credential helper to remove this warning. See [2021-04-01T09:28:33.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T09:28:33.229Z] [2021-04-01T09:28:33.229Z] Login Succeeded [2021-04-01T09:28:33.229Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T09:28:33.249Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:28:33.506Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-01T09:28:33.506Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:33.506Z] 2.0.0-dev.158 [2021-04-01T09:28:33.506Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:28:33.506Z] master [2021-04-01T09:28:33.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:34.234Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:34.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:34.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-01T09:28:34.909Z] 34dff9f81d08: Preparing [2021-04-01T09:28:34.909Z] 5f325c543c59: Preparing [2021-04-01T09:28:34.909Z] f77aa9e47585: Preparing [2021-04-01T09:28:34.909Z] da995b9511bc: Preparing [2021-04-01T09:28:34.909Z] b0b9881431d7: Preparing [2021-04-01T09:28:34.909Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:35.221Z] 34dff9f81d08: Pushed [2021-04-01T09:28:35.221Z] f77aa9e47585: Pushed [2021-04-01T09:28:35.221Z] da995b9511bc: Pushed [2021-04-01T09:28:37.258Z] 5f325c543c59: Pushed [2021-04-01T09:28:37.258Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:58c71d24f4bb717fe7d94891e94720efc498e6b7d24c9d7b48d996838d6c8b8d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:37.685Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:38.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.158 [2021-04-01T09:28:38.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-01T09:28:38.487Z] 34dff9f81d08: Preparing [2021-04-01T09:28:38.487Z] 5f325c543c59: Preparing [2021-04-01T09:28:38.487Z] f77aa9e47585: Preparing [2021-04-01T09:28:38.487Z] da995b9511bc: Preparing [2021-04-01T09:28:38.487Z] b0b9881431d7: Preparing [2021-04-01T09:28:38.783Z] 34dff9f81d08: Layer already exists [2021-04-01T09:28:38.783Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:38.783Z] 5f325c543c59: Layer already exists [2021-04-01T09:28:38.783Z] da995b9511bc: Layer already exists [2021-04-01T09:28:38.783Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:38.783Z] 2.0.0-dev.158: digest: sha256:58c71d24f4bb717fe7d94891e94720efc498e6b7d24c9d7b48d996838d6c8b8d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:39.162Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:39.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:28:39.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-01T09:28:39.604Z] 34dff9f81d08: Preparing [2021-04-01T09:28:39.604Z] 5f325c543c59: Preparing [2021-04-01T09:28:39.604Z] f77aa9e47585: Preparing [2021-04-01T09:28:39.604Z] da995b9511bc: Preparing [2021-04-01T09:28:39.604Z] b0b9881431d7: Preparing [2021-04-01T09:28:39.604Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:39.604Z] 34dff9f81d08: Layer already exists [2021-04-01T09:28:39.604Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:39.604Z] 5f325c543c59: Layer already exists [2021-04-01T09:28:39.604Z] da995b9511bc: Layer already exists [2021-04-01T09:28:39.890Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:58c71d24f4bb717fe7d94891e94720efc498e6b7d24c9d7b48d996838d6c8b8d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:40.258Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:40.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-01T09:28:40.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-01T09:28:40.625Z] 34dff9f81d08: Preparing [2021-04-01T09:28:40.625Z] 5f325c543c59: Preparing [2021-04-01T09:28:40.625Z] f77aa9e47585: Preparing [2021-04-01T09:28:40.625Z] da995b9511bc: Preparing [2021-04-01T09:28:40.625Z] b0b9881431d7: Preparing [2021-04-01T09:28:40.888Z] 34dff9f81d08: Layer already exists [2021-04-01T09:28:40.888Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:40.888Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:40.888Z] 5f325c543c59: Layer already exists [2021-04-01T09:28:40.888Z] da995b9511bc: Layer already exists [2021-04-01T09:28:40.888Z] master: digest: sha256:58c71d24f4bb717fe7d94891e94720efc498e6b7d24c9d7b48d996838d6c8b8d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:28:41.134Z] ===================================================== [Pipeline] echo [2021-04-01T09:28:41.183Z] taggedImages: [2021-04-01T09:28:41.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:41.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.158 [2021-04-01T09:28:41.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:28:41.183Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-01T09:28:41.251Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-01T09:28:41.251Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:41.251Z] 2.0.0-dev.158 [2021-04-01T09:28:41.251Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:28:41.251Z] master [2021-04-01T09:28:41.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:42.178Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:42.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:42.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-01T09:28:42.958Z] 7bc8700edae8: Preparing [2021-04-01T09:28:42.958Z] 3b898c737144: Preparing [2021-04-01T09:28:42.958Z] f77aa9e47585: Preparing [2021-04-01T09:28:42.958Z] 31121eb6c63a: Preparing [2021-04-01T09:28:42.958Z] 365637210faa: Preparing [2021-04-01T09:28:42.958Z] b0b9881431d7: Preparing [2021-04-01T09:28:42.958Z] b0b9881431d7: Waiting [2021-04-01T09:28:43.503Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:43.985Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:44.389Z] 365637210faa: Pushed [2021-04-01T09:28:44.389Z] 7bc8700edae8: Pushed [2021-04-01T09:28:44.749Z] 31121eb6c63a: Pushed [2021-04-01T09:28:46.425Z] 3b898c737144: Pushed [2021-04-01T09:28:46.694Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:5aea6aecc3070a9b7f4798d2900d8a9fa43b8b55ac9d4a705e394d5919ea0135 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:47.146Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:47.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.158 [2021-04-01T09:28:48.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-01T09:28:48.171Z] 7bc8700edae8: Preparing [2021-04-01T09:28:48.171Z] 3b898c737144: Preparing [2021-04-01T09:28:48.171Z] f77aa9e47585: Preparing [2021-04-01T09:28:48.171Z] 31121eb6c63a: Preparing [2021-04-01T09:28:48.171Z] 365637210faa: Preparing [2021-04-01T09:28:48.171Z] b0b9881431d7: Preparing [2021-04-01T09:28:48.171Z] b0b9881431d7: Waiting [2021-04-01T09:28:48.171Z] 365637210faa: Layer already exists [2021-04-01T09:28:48.171Z] 31121eb6c63a: Layer already exists [2021-04-01T09:28:48.171Z] 7bc8700edae8: Layer already exists [2021-04-01T09:28:48.171Z] 3b898c737144: Layer already exists [2021-04-01T09:28:48.171Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:48.171Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:48.171Z] 2.0.0-dev.158: digest: sha256:5aea6aecc3070a9b7f4798d2900d8a9fa43b8b55ac9d4a705e394d5919ea0135 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:48.739Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:49.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:28:49.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-01T09:28:49.471Z] 7bc8700edae8: Preparing [2021-04-01T09:28:49.471Z] 3b898c737144: Preparing [2021-04-01T09:28:49.471Z] f77aa9e47585: Preparing [2021-04-01T09:28:49.471Z] 31121eb6c63a: Preparing [2021-04-01T09:28:49.471Z] 365637210faa: Preparing [2021-04-01T09:28:49.471Z] b0b9881431d7: Preparing [2021-04-01T09:28:49.471Z] b0b9881431d7: Waiting [2021-04-01T09:28:49.925Z] 7bc8700edae8: Layer already exists [2021-04-01T09:28:49.925Z] 365637210faa: Layer already exists [2021-04-01T09:28:49.925Z] 3b898c737144: Layer already exists [2021-04-01T09:28:49.925Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:49.925Z] 31121eb6c63a: Layer already exists [2021-04-01T09:28:49.925Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:49.925Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:5aea6aecc3070a9b7f4798d2900d8a9fa43b8b55ac9d4a705e394d5919ea0135 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:50.411Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:50.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-01T09:28:50.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-01T09:28:50.916Z] 7bc8700edae8: Preparing [2021-04-01T09:28:50.916Z] 3b898c737144: Preparing [2021-04-01T09:28:50.916Z] f77aa9e47585: Preparing [2021-04-01T09:28:50.916Z] 31121eb6c63a: Preparing [2021-04-01T09:28:50.916Z] 365637210faa: Preparing [2021-04-01T09:28:50.916Z] b0b9881431d7: Preparing [2021-04-01T09:28:50.916Z] b0b9881431d7: Waiting [2021-04-01T09:28:50.916Z] 365637210faa: Layer already exists [2021-04-01T09:28:51.190Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:51.190Z] 7bc8700edae8: Layer already exists [2021-04-01T09:28:51.190Z] 31121eb6c63a: Layer already exists [2021-04-01T09:28:51.190Z] 3b898c737144: Layer already exists [2021-04-01T09:28:51.190Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:51.190Z] master: digest: sha256:5aea6aecc3070a9b7f4798d2900d8a9fa43b8b55ac9d4a705e394d5919ea0135 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:28:51.424Z] ===================================================== [Pipeline] echo [2021-04-01T09:28:51.481Z] taggedImages: [2021-04-01T09:28:51.481Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:51.481Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.158 [2021-04-01T09:28:51.481Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:28:51.481Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-01T09:28:51.573Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-01T09:28:51.573Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:51.573Z] 2.0.0-dev.158 [2021-04-01T09:28:51.573Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:28:51.573Z] master [2021-04-01T09:28:51.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:52.072Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:52.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:28:52.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-01T09:28:52.468Z] 4b2c4efe6fc8: Preparing [2021-04-01T09:28:52.468Z] fea71693b701: Preparing [2021-04-01T09:28:52.468Z] f77aa9e47585: Preparing [2021-04-01T09:28:52.468Z] da995b9511bc: Preparing [2021-04-01T09:28:52.468Z] b0b9881431d7: Preparing [2021-04-01T09:28:52.468Z] da995b9511bc: Layer already exists [2021-04-01T09:28:52.468Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:52.468Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:52.848Z] 4b2c4efe6fc8: Pushed [2021-04-01T09:28:54.976Z] fea71693b701: Pushed [2021-04-01T09:28:55.578Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:49bec9fa3c9cd196949734d6a5feee25730ea35ee92a8e26aec3e05e57c4d74a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:56.095Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:57.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.158 [2021-04-01T09:28:57.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-01T09:28:57.398Z] 4b2c4efe6fc8: Preparing [2021-04-01T09:28:57.398Z] fea71693b701: Preparing [2021-04-01T09:28:57.398Z] f77aa9e47585: Preparing [2021-04-01T09:28:57.398Z] da995b9511bc: Preparing [2021-04-01T09:28:57.398Z] b0b9881431d7: Preparing [2021-04-01T09:28:57.671Z] da995b9511bc: Layer already exists [2021-04-01T09:28:57.671Z] fea71693b701: Layer already exists [2021-04-01T09:28:57.671Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:57.671Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:57.671Z] 4b2c4efe6fc8: Layer already exists [2021-04-01T09:28:57.671Z] 2.0.0-dev.158: digest: sha256:49bec9fa3c9cd196949734d6a5feee25730ea35ee92a8e26aec3e05e57c4d74a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:58.199Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:28:59.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:28:59.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-01T09:28:59.592Z] 4b2c4efe6fc8: Preparing [2021-04-01T09:28:59.592Z] fea71693b701: Preparing [2021-04-01T09:28:59.592Z] f77aa9e47585: Preparing [2021-04-01T09:28:59.592Z] da995b9511bc: Preparing [2021-04-01T09:28:59.592Z] b0b9881431d7: Preparing [2021-04-01T09:28:59.592Z] 4b2c4efe6fc8: Layer already exists [2021-04-01T09:28:59.592Z] f77aa9e47585: Layer already exists [2021-04-01T09:28:59.592Z] b0b9881431d7: Layer already exists [2021-04-01T09:28:59.592Z] fea71693b701: Layer already exists [2021-04-01T09:28:59.592Z] da995b9511bc: Layer already exists [2021-04-01T09:28:59.868Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:49bec9fa3c9cd196949734d6a5feee25730ea35ee92a8e26aec3e05e57c4d74a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:00.254Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:01.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-01T09:29:01.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-01T09:29:01.738Z] 4b2c4efe6fc8: Preparing [2021-04-01T09:29:01.738Z] fea71693b701: Preparing [2021-04-01T09:29:01.738Z] f77aa9e47585: Preparing [2021-04-01T09:29:01.738Z] da995b9511bc: Preparing [2021-04-01T09:29:01.738Z] b0b9881431d7: Preparing [2021-04-01T09:29:02.028Z] fea71693b701: Layer already exists [2021-04-01T09:29:02.028Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:02.028Z] 4b2c4efe6fc8: Layer already exists [2021-04-01T09:29:02.028Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:02.028Z] da995b9511bc: Layer already exists [2021-04-01T09:29:02.028Z] master: digest: sha256:49bec9fa3c9cd196949734d6a5feee25730ea35ee92a8e26aec3e05e57c4d74a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:29:02.222Z] ===================================================== [Pipeline] echo [2021-04-01T09:29:02.286Z] taggedImages: [2021-04-01T09:29:02.286Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:02.286Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.158 [2021-04-01T09:29:02.286Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:02.286Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-01T09:29:02.348Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-01T09:29:02.348Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:02.348Z] 2.0.0-dev.158 [2021-04-01T09:29:02.348Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:02.348Z] master [2021-04-01T09:29:02.348Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:02.925Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:03.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:04.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-01T09:29:04.272Z] 9c88e818c19f: Preparing [2021-04-01T09:29:04.272Z] 9c88e818c19f: Preparing [2021-04-01T09:29:04.272Z] 0f129b4f5c76: Preparing [2021-04-01T09:29:04.272Z] 562d75133c24: Preparing [2021-04-01T09:29:04.272Z] 79880c2221ee: Preparing [2021-04-01T09:29:04.272Z] d51a15749433: Preparing [2021-04-01T09:29:04.272Z] f77aa9e47585: Preparing [2021-04-01T09:29:04.272Z] f417c8c6cb6a: Preparing [2021-04-01T09:29:04.272Z] f417c8c6cb6a: Preparing [2021-04-01T09:29:04.272Z] 457885059f72: Preparing [2021-04-01T09:29:04.272Z] f77aa9e47585: Waiting [2021-04-01T09:29:04.272Z] f417c8c6cb6a: Waiting [2021-04-01T09:29:04.272Z] 457885059f72: Waiting [2021-04-01T09:29:04.272Z] c6f59fb5e22d: Preparing [2021-04-01T09:29:04.272Z] b0b9881431d7: Preparing [2021-04-01T09:29:04.272Z] c6f59fb5e22d: Waiting [2021-04-01T09:29:04.272Z] b0b9881431d7: Waiting [2021-04-01T09:29:04.595Z] 562d75133c24: Pushed [2021-04-01T09:29:05.058Z] 0f129b4f5c76: Pushed [2021-04-01T09:29:05.058Z] 9c88e818c19f: Pushed [2021-04-01T09:29:05.058Z] 79880c2221ee: Pushed [2021-04-01T09:29:05.058Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:05.058Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:05.359Z] 457885059f72: Pushed [2021-04-01T09:29:05.359Z] f417c8c6cb6a: Pushed [2021-04-01T09:29:05.359Z] c6f59fb5e22d: Pushed [2021-04-01T09:29:06.960Z] d51a15749433: Pushed [2021-04-01T09:29:06.960Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:cc9168e0fe478cf3b7494656d182c1da9f3dc43f1372b9a1174c9199c05d6c15 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:07.627Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:07.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.158 [2021-04-01T09:29:08.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-01T09:29:08.256Z] 9c88e818c19f: Preparing [2021-04-01T09:29:08.256Z] 9c88e818c19f: Preparing [2021-04-01T09:29:08.256Z] 0f129b4f5c76: Preparing [2021-04-01T09:29:08.256Z] 562d75133c24: Preparing [2021-04-01T09:29:08.256Z] 79880c2221ee: Preparing [2021-04-01T09:29:08.256Z] d51a15749433: Preparing [2021-04-01T09:29:08.256Z] f77aa9e47585: Preparing [2021-04-01T09:29:08.256Z] f417c8c6cb6a: Preparing [2021-04-01T09:29:08.256Z] f417c8c6cb6a: Preparing [2021-04-01T09:29:08.256Z] 457885059f72: Preparing [2021-04-01T09:29:08.256Z] c6f59fb5e22d: Preparing [2021-04-01T09:29:08.256Z] b0b9881431d7: Preparing [2021-04-01T09:29:08.256Z] f77aa9e47585: Waiting [2021-04-01T09:29:08.256Z] f417c8c6cb6a: Waiting [2021-04-01T09:29:08.256Z] 457885059f72: Waiting [2021-04-01T09:29:08.256Z] c6f59fb5e22d: Waiting [2021-04-01T09:29:08.256Z] b0b9881431d7: Waiting [2021-04-01T09:29:08.256Z] 79880c2221ee: Layer already exists [2021-04-01T09:29:08.256Z] 9c88e818c19f: Layer already exists [2021-04-01T09:29:08.256Z] 0f129b4f5c76: Layer already exists [2021-04-01T09:29:08.256Z] d51a15749433: Layer already exists [2021-04-01T09:29:08.256Z] 562d75133c24: Layer already exists [2021-04-01T09:29:08.256Z] f417c8c6cb6a: Layer already exists [2021-04-01T09:29:08.256Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:08.256Z] 457885059f72: Layer already exists [2021-04-01T09:29:08.256Z] c6f59fb5e22d: Layer already exists [2021-04-01T09:29:08.256Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:08.546Z] 2.0.0-dev.158: digest: sha256:cc9168e0fe478cf3b7494656d182c1da9f3dc43f1372b9a1174c9199c05d6c15 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:09.480Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:10.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:10.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-01T09:29:10.318Z] 9c88e818c19f: Preparing [2021-04-01T09:29:10.318Z] 9c88e818c19f: Preparing [2021-04-01T09:29:10.318Z] 0f129b4f5c76: Preparing [2021-04-01T09:29:10.318Z] 562d75133c24: Preparing [2021-04-01T09:29:10.318Z] 79880c2221ee: Preparing [2021-04-01T09:29:10.318Z] d51a15749433: Preparing [2021-04-01T09:29:10.318Z] f77aa9e47585: Preparing [2021-04-01T09:29:10.318Z] f417c8c6cb6a: Preparing [2021-04-01T09:29:10.318Z] f417c8c6cb6a: Preparing [2021-04-01T09:29:10.318Z] 457885059f72: Preparing [2021-04-01T09:29:10.318Z] c6f59fb5e22d: Preparing [2021-04-01T09:29:10.318Z] b0b9881431d7: Preparing [2021-04-01T09:29:10.318Z] f77aa9e47585: Waiting [2021-04-01T09:29:10.318Z] f417c8c6cb6a: Waiting [2021-04-01T09:29:10.318Z] 457885059f72: Waiting [2021-04-01T09:29:10.318Z] c6f59fb5e22d: Waiting [2021-04-01T09:29:10.318Z] b0b9881431d7: Waiting [2021-04-01T09:29:10.600Z] d51a15749433: Layer already exists [2021-04-01T09:29:10.600Z] 562d75133c24: Layer already exists [2021-04-01T09:29:10.600Z] 0f129b4f5c76: Layer already exists [2021-04-01T09:29:10.600Z] 79880c2221ee: Layer already exists [2021-04-01T09:29:10.600Z] 9c88e818c19f: Layer already exists [2021-04-01T09:29:10.600Z] f417c8c6cb6a: Layer already exists [2021-04-01T09:29:10.600Z] c6f59fb5e22d: Layer already exists [2021-04-01T09:29:10.600Z] 457885059f72: Layer already exists [2021-04-01T09:29:10.600Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:10.600Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:10.600Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:cc9168e0fe478cf3b7494656d182c1da9f3dc43f1372b9a1174c9199c05d6c15 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:11.086Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:11.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-01T09:29:11.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-01T09:29:11.719Z] 9c88e818c19f: Preparing [2021-04-01T09:29:11.719Z] 9c88e818c19f: Preparing [2021-04-01T09:29:11.719Z] 0f129b4f5c76: Preparing [2021-04-01T09:29:11.719Z] 562d75133c24: Preparing [2021-04-01T09:29:11.719Z] 79880c2221ee: Preparing [2021-04-01T09:29:11.719Z] d51a15749433: Preparing [2021-04-01T09:29:11.719Z] f77aa9e47585: Preparing [2021-04-01T09:29:11.719Z] f417c8c6cb6a: Preparing [2021-04-01T09:29:11.719Z] f417c8c6cb6a: Preparing [2021-04-01T09:29:11.719Z] 457885059f72: Preparing [2021-04-01T09:29:11.719Z] c6f59fb5e22d: Preparing [2021-04-01T09:29:11.719Z] b0b9881431d7: Preparing [2021-04-01T09:29:11.719Z] f77aa9e47585: Waiting [2021-04-01T09:29:11.719Z] f417c8c6cb6a: Waiting [2021-04-01T09:29:11.719Z] 457885059f72: Waiting [2021-04-01T09:29:11.719Z] c6f59fb5e22d: Waiting [2021-04-01T09:29:11.719Z] b0b9881431d7: Waiting [2021-04-01T09:29:11.719Z] 562d75133c24: Layer already exists [2021-04-01T09:29:11.719Z] 9c88e818c19f: Layer already exists [2021-04-01T09:29:11.719Z] d51a15749433: Layer already exists [2021-04-01T09:29:11.719Z] 0f129b4f5c76: Layer already exists [2021-04-01T09:29:11.719Z] 79880c2221ee: Layer already exists [2021-04-01T09:29:12.026Z] f417c8c6cb6a: Layer already exists [2021-04-01T09:29:12.026Z] 457885059f72: Layer already exists [2021-04-01T09:29:12.026Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:12.026Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:12.026Z] c6f59fb5e22d: Layer already exists [2021-04-01T09:29:12.026Z] master: digest: sha256:cc9168e0fe478cf3b7494656d182c1da9f3dc43f1372b9a1174c9199c05d6c15 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:29:12.226Z] ===================================================== [Pipeline] echo [2021-04-01T09:29:12.271Z] taggedImages: [2021-04-01T09:29:12.271Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:12.271Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.158 [2021-04-01T09:29:12.271Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:12.271Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-01T09:29:12.341Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-01T09:29:12.341Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:12.341Z] 2.0.0-dev.158 [2021-04-01T09:29:12.341Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:12.341Z] master [2021-04-01T09:29:12.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:12.897Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:13.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:13.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-01T09:29:13.662Z] e94ddf226f44: Preparing [2021-04-01T09:29:13.662Z] 7082b99a3b7a: Preparing [2021-04-01T09:29:13.662Z] f9b3d9bd28dd: Preparing [2021-04-01T09:29:13.662Z] 93e7e08a0e7a: Preparing [2021-04-01T09:29:13.662Z] 7aa7aa33803f: Preparing [2021-04-01T09:29:13.662Z] b0b9881431d7: Preparing [2021-04-01T09:29:13.662Z] b0b9881431d7: Waiting [2021-04-01T09:29:14.423Z] 93e7e08a0e7a: Pushed [2021-04-01T09:29:14.423Z] f9b3d9bd28dd: Pushed [2021-04-01T09:29:15.859Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:16.787Z] 7aa7aa33803f: Pushed [2021-04-01T09:29:16.787Z] 7082b99a3b7a: Pushed [2021-04-01T09:29:16.787Z] e94ddf226f44: Pushed [2021-04-01T09:29:17.107Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:077cfcb69f4320d0281a655300e65b568f4b378cee6dceed6b02e1e892192af4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:17.554Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:18.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.158 [2021-04-01T09:29:18.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-01T09:29:18.834Z] e94ddf226f44: Preparing [2021-04-01T09:29:18.834Z] 7082b99a3b7a: Preparing [2021-04-01T09:29:18.834Z] f9b3d9bd28dd: Preparing [2021-04-01T09:29:18.834Z] 93e7e08a0e7a: Preparing [2021-04-01T09:29:18.834Z] 7aa7aa33803f: Preparing [2021-04-01T09:29:18.835Z] b0b9881431d7: Preparing [2021-04-01T09:29:18.835Z] b0b9881431d7: Waiting [2021-04-01T09:29:18.835Z] e94ddf226f44: Layer already exists [2021-04-01T09:29:18.835Z] 93e7e08a0e7a: Layer already exists [2021-04-01T09:29:18.835Z] f9b3d9bd28dd: Layer already exists [2021-04-01T09:29:18.835Z] 7aa7aa33803f: Layer already exists [2021-04-01T09:29:18.835Z] 7082b99a3b7a: Layer already exists [2021-04-01T09:29:18.835Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:18.835Z] 2.0.0-dev.158: digest: sha256:077cfcb69f4320d0281a655300e65b568f4b378cee6dceed6b02e1e892192af4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:19.193Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:20.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:20.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-01T09:29:20.172Z] e94ddf226f44: Preparing [2021-04-01T09:29:20.172Z] 7082b99a3b7a: Preparing [2021-04-01T09:29:20.172Z] f9b3d9bd28dd: Preparing [2021-04-01T09:29:20.172Z] 93e7e08a0e7a: Preparing [2021-04-01T09:29:20.172Z] 7aa7aa33803f: Preparing [2021-04-01T09:29:20.172Z] b0b9881431d7: Preparing [2021-04-01T09:29:20.172Z] b0b9881431d7: Waiting [2021-04-01T09:29:20.172Z] 7aa7aa33803f: Layer already exists [2021-04-01T09:29:20.172Z] 7082b99a3b7a: Layer already exists [2021-04-01T09:29:20.172Z] e94ddf226f44: Layer already exists [2021-04-01T09:29:20.172Z] f9b3d9bd28dd: Layer already exists [2021-04-01T09:29:20.172Z] 93e7e08a0e7a: Layer already exists [2021-04-01T09:29:20.172Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:20.436Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:077cfcb69f4320d0281a655300e65b568f4b378cee6dceed6b02e1e892192af4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:20.776Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:21.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-01T09:29:22.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-01T09:29:22.347Z] e94ddf226f44: Preparing [2021-04-01T09:29:22.347Z] 7082b99a3b7a: Preparing [2021-04-01T09:29:22.347Z] f9b3d9bd28dd: Preparing [2021-04-01T09:29:22.347Z] 93e7e08a0e7a: Preparing [2021-04-01T09:29:22.347Z] 7aa7aa33803f: Preparing [2021-04-01T09:29:22.347Z] b0b9881431d7: Preparing [2021-04-01T09:29:22.347Z] b0b9881431d7: Waiting [2021-04-01T09:29:22.347Z] 93e7e08a0e7a: Layer already exists [2021-04-01T09:29:22.347Z] 7082b99a3b7a: Layer already exists [2021-04-01T09:29:22.347Z] f9b3d9bd28dd: Layer already exists [2021-04-01T09:29:22.347Z] 7aa7aa33803f: Layer already exists [2021-04-01T09:29:22.347Z] e94ddf226f44: Layer already exists [2021-04-01T09:29:22.347Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:22.347Z] master: digest: sha256:077cfcb69f4320d0281a655300e65b568f4b378cee6dceed6b02e1e892192af4 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:29:22.538Z] ===================================================== [Pipeline] echo [2021-04-01T09:29:22.582Z] taggedImages: [2021-04-01T09:29:22.582Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:22.582Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.158 [2021-04-01T09:29:22.582Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:22.582Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-01T09:29:22.644Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-01T09:29:22.644Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:22.644Z] 2.0.0-dev.158 [2021-04-01T09:29:22.644Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:22.644Z] master [2021-04-01T09:29:22.644Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:23.219Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:24.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:24.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-01T09:29:24.978Z] b4dc1961e97d: Preparing [2021-04-01T09:29:24.978Z] 97b038bbb487: Preparing [2021-04-01T09:29:24.978Z] 6e9fcce9c963: Preparing [2021-04-01T09:29:24.978Z] 83653f4be845: Preparing [2021-04-01T09:29:24.978Z] f1fd0d4f7c96: Preparing [2021-04-01T09:29:24.978Z] 6a9ea918f4ef: Preparing [2021-04-01T09:29:24.978Z] d887256e6412: Preparing [2021-04-01T09:29:24.978Z] 3e70c02c9b2d: Preparing [2021-04-01T09:29:24.978Z] b0b9881431d7: Preparing [2021-04-01T09:29:24.978Z] 6a9ea918f4ef: Waiting [2021-04-01T09:29:24.978Z] d887256e6412: Waiting [2021-04-01T09:29:24.978Z] b0b9881431d7: Waiting [2021-04-01T09:29:24.978Z] 3e70c02c9b2d: Waiting [2021-04-01T09:29:26.131Z] f1fd0d4f7c96: Pushed [2021-04-01T09:29:26.131Z] b4dc1961e97d: Pushed [2021-04-01T09:29:26.131Z] 97b038bbb487: Pushed [2021-04-01T09:29:26.131Z] 6a9ea918f4ef: Pushed [2021-04-01T09:29:26.438Z] d887256e6412: Pushed [2021-04-01T09:29:26.438Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:27.471Z] 83653f4be845: Pushed [2021-04-01T09:29:27.783Z] 3e70c02c9b2d: Pushed [2021-04-01T09:29:27.783Z] 6e9fcce9c963: Pushed [2021-04-01T09:29:28.052Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:f3c6d0996f2bbf906ab6736c5cd3f8e5bd789bcd0f55a11ff587743c21c57b32 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:28.469Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:29.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.158 [2021-04-01T09:29:29.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-01T09:29:29.454Z] b4dc1961e97d: Preparing [2021-04-01T09:29:29.454Z] 97b038bbb487: Preparing [2021-04-01T09:29:29.454Z] 6e9fcce9c963: Preparing [2021-04-01T09:29:29.454Z] 83653f4be845: Preparing [2021-04-01T09:29:29.454Z] f1fd0d4f7c96: Preparing [2021-04-01T09:29:29.454Z] 6a9ea918f4ef: Preparing [2021-04-01T09:29:29.454Z] d887256e6412: Preparing [2021-04-01T09:29:29.454Z] 3e70c02c9b2d: Preparing [2021-04-01T09:29:29.454Z] b0b9881431d7: Preparing [2021-04-01T09:29:29.454Z] 6a9ea918f4ef: Waiting [2021-04-01T09:29:29.454Z] d887256e6412: Waiting [2021-04-01T09:29:29.454Z] 3e70c02c9b2d: Waiting [2021-04-01T09:29:29.454Z] b0b9881431d7: Waiting [2021-04-01T09:29:29.722Z] 97b038bbb487: Layer already exists [2021-04-01T09:29:29.722Z] 6e9fcce9c963: Layer already exists [2021-04-01T09:29:29.722Z] f1fd0d4f7c96: Layer already exists [2021-04-01T09:29:29.722Z] 83653f4be845: Layer already exists [2021-04-01T09:29:29.722Z] b4dc1961e97d: Layer already exists [2021-04-01T09:29:29.722Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:29.722Z] 3e70c02c9b2d: Layer already exists [2021-04-01T09:29:29.722Z] d887256e6412: Layer already exists [2021-04-01T09:29:29.722Z] 6a9ea918f4ef: Layer already exists [2021-04-01T09:29:29.722Z] 2.0.0-dev.158: digest: sha256:f3c6d0996f2bbf906ab6736c5cd3f8e5bd789bcd0f55a11ff587743c21c57b32 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:30.230Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:30.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:30.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-01T09:29:30.932Z] b4dc1961e97d: Preparing [2021-04-01T09:29:30.932Z] 97b038bbb487: Preparing [2021-04-01T09:29:30.932Z] 6e9fcce9c963: Preparing [2021-04-01T09:29:30.932Z] 83653f4be845: Preparing [2021-04-01T09:29:30.932Z] f1fd0d4f7c96: Preparing [2021-04-01T09:29:30.932Z] 6a9ea918f4ef: Preparing [2021-04-01T09:29:30.932Z] d887256e6412: Preparing [2021-04-01T09:29:30.932Z] 3e70c02c9b2d: Preparing [2021-04-01T09:29:30.932Z] b0b9881431d7: Preparing [2021-04-01T09:29:30.932Z] 6a9ea918f4ef: Waiting [2021-04-01T09:29:30.932Z] d887256e6412: Waiting [2021-04-01T09:29:30.932Z] 3e70c02c9b2d: Waiting [2021-04-01T09:29:30.932Z] b0b9881431d7: Waiting [2021-04-01T09:29:30.932Z] 6e9fcce9c963: Layer already exists [2021-04-01T09:29:30.932Z] 97b038bbb487: Layer already exists [2021-04-01T09:29:30.932Z] 83653f4be845: Layer already exists [2021-04-01T09:29:30.932Z] b4dc1961e97d: Layer already exists [2021-04-01T09:29:30.932Z] f1fd0d4f7c96: Layer already exists [2021-04-01T09:29:30.932Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:30.932Z] 6a9ea918f4ef: Layer already exists [2021-04-01T09:29:30.932Z] 3e70c02c9b2d: Layer already exists [2021-04-01T09:29:30.932Z] d887256e6412: Layer already exists [2021-04-01T09:29:31.205Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:f3c6d0996f2bbf906ab6736c5cd3f8e5bd789bcd0f55a11ff587743c21c57b32 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:31.776Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:32.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-01T09:29:33.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-01T09:29:33.060Z] b4dc1961e97d: Preparing [2021-04-01T09:29:33.060Z] 97b038bbb487: Preparing [2021-04-01T09:29:33.060Z] 6e9fcce9c963: Preparing [2021-04-01T09:29:33.060Z] 83653f4be845: Preparing [2021-04-01T09:29:33.060Z] f1fd0d4f7c96: Preparing [2021-04-01T09:29:33.060Z] 6a9ea918f4ef: Preparing [2021-04-01T09:29:33.060Z] d887256e6412: Preparing [2021-04-01T09:29:33.060Z] 3e70c02c9b2d: Preparing [2021-04-01T09:29:33.060Z] b0b9881431d7: Preparing [2021-04-01T09:29:33.060Z] 6a9ea918f4ef: Waiting [2021-04-01T09:29:33.060Z] d887256e6412: Waiting [2021-04-01T09:29:33.060Z] 3e70c02c9b2d: Waiting [2021-04-01T09:29:33.060Z] b0b9881431d7: Waiting [2021-04-01T09:29:33.060Z] b4dc1961e97d: Layer already exists [2021-04-01T09:29:33.060Z] 83653f4be845: Layer already exists [2021-04-01T09:29:33.060Z] f1fd0d4f7c96: Layer already exists [2021-04-01T09:29:33.333Z] 6e9fcce9c963: Layer already exists [2021-04-01T09:29:33.333Z] 97b038bbb487: Layer already exists [2021-04-01T09:29:33.333Z] 3e70c02c9b2d: Layer already exists [2021-04-01T09:29:33.333Z] d887256e6412: Layer already exists [2021-04-01T09:29:33.333Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:33.333Z] 6a9ea918f4ef: Layer already exists [2021-04-01T09:29:33.333Z] master: digest: sha256:f3c6d0996f2bbf906ab6736c5cd3f8e5bd789bcd0f55a11ff587743c21c57b32 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:29:33.635Z] ===================================================== [Pipeline] echo [2021-04-01T09:29:33.686Z] taggedImages: [2021-04-01T09:29:33.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:33.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.158 [2021-04-01T09:29:33.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:33.686Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-01T09:29:33.751Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-01T09:29:33.751Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:33.751Z] 2.0.0-dev.158 [2021-04-01T09:29:33.751Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:33.751Z] master [2021-04-01T09:29:33.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:34.401Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:35.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:35.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-01T09:29:35.629Z] 7a499680b30b: Preparing [2021-04-01T09:29:35.629Z] baf53c4736a6: Preparing [2021-04-01T09:29:35.629Z] f77aa9e47585: Preparing [2021-04-01T09:29:35.629Z] 5fd717bde44a: Preparing [2021-04-01T09:29:35.629Z] b0b9881431d7: Preparing [2021-04-01T09:29:35.629Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:35.629Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:36.182Z] 7a499680b30b: Pushed [2021-04-01T09:29:37.966Z] 5fd717bde44a: Pushed [2021-04-01T09:29:37.966Z] baf53c4736a6: Pushed [2021-04-01T09:29:38.242Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:a12443835c6938d3ec8ac1133c395135dfa76f8c2ef8eaf10b0328de0c78f11f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:38.611Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:39.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.158 [2021-04-01T09:29:40.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-01T09:29:40.422Z] 7a499680b30b: Preparing [2021-04-01T09:29:40.422Z] baf53c4736a6: Preparing [2021-04-01T09:29:40.422Z] f77aa9e47585: Preparing [2021-04-01T09:29:40.422Z] 5fd717bde44a: Preparing [2021-04-01T09:29:40.422Z] b0b9881431d7: Preparing [2021-04-01T09:29:40.775Z] baf53c4736a6: Layer already exists [2021-04-01T09:29:40.775Z] 7a499680b30b: Layer already exists [2021-04-01T09:29:40.775Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:40.775Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:40.775Z] 5fd717bde44a: Layer already exists [2021-04-01T09:29:40.775Z] 2.0.0-dev.158: digest: sha256:a12443835c6938d3ec8ac1133c395135dfa76f8c2ef8eaf10b0328de0c78f11f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:41.311Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:42.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:42.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-01T09:29:42.012Z] 7a499680b30b: Preparing [2021-04-01T09:29:42.012Z] baf53c4736a6: Preparing [2021-04-01T09:29:42.012Z] f77aa9e47585: Preparing [2021-04-01T09:29:42.012Z] 5fd717bde44a: Preparing [2021-04-01T09:29:42.012Z] b0b9881431d7: Preparing [2021-04-01T09:29:42.012Z] 7a499680b30b: Layer already exists [2021-04-01T09:29:42.012Z] baf53c4736a6: Layer already exists [2021-04-01T09:29:42.012Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:42.012Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:42.012Z] 5fd717bde44a: Layer already exists [2021-04-01T09:29:42.012Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:a12443835c6938d3ec8ac1133c395135dfa76f8c2ef8eaf10b0328de0c78f11f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:42.440Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:43.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-01T09:29:43.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-01T09:29:43.308Z] 7a499680b30b: Preparing [2021-04-01T09:29:43.308Z] baf53c4736a6: Preparing [2021-04-01T09:29:43.308Z] f77aa9e47585: Preparing [2021-04-01T09:29:43.308Z] 5fd717bde44a: Preparing [2021-04-01T09:29:43.308Z] b0b9881431d7: Preparing [2021-04-01T09:29:43.308Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:43.308Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:43.308Z] 7a499680b30b: Layer already exists [2021-04-01T09:29:43.308Z] baf53c4736a6: Layer already exists [2021-04-01T09:29:43.308Z] 5fd717bde44a: Layer already exists [2021-04-01T09:29:43.308Z] master: digest: sha256:a12443835c6938d3ec8ac1133c395135dfa76f8c2ef8eaf10b0328de0c78f11f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:29:43.519Z] ===================================================== [Pipeline] echo [2021-04-01T09:29:43.572Z] taggedImages: [2021-04-01T09:29:43.572Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:43.572Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.158 [2021-04-01T09:29:43.572Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:43.572Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-01T09:29:43.634Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-01T09:29:43.634Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:43.634Z] 2.0.0-dev.158 [2021-04-01T09:29:43.634Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:43.634Z] master [2021-04-01T09:29:43.635Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:44.295Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:44.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:45.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-01T09:29:45.599Z] 28a7d52fa1b1: Preparing [2021-04-01T09:29:45.599Z] b8a1f029be63: Preparing [2021-04-01T09:29:45.599Z] f77aa9e47585: Preparing [2021-04-01T09:29:45.599Z] da995b9511bc: Preparing [2021-04-01T09:29:45.599Z] b0b9881431d7: Preparing [2021-04-01T09:29:45.599Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:45.599Z] da995b9511bc: Layer already exists [2021-04-01T09:29:45.939Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:45.939Z] 28a7d52fa1b1: Pushed [2021-04-01T09:29:48.160Z] b8a1f029be63: Pushed [2021-04-01T09:29:48.160Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:becd954a142105c474b556a19329ef2da00fbdbc096c93dcb87e3bd13c7b246d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:48.845Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:49.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.158 [2021-04-01T09:29:50.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-01T09:29:50.474Z] 28a7d52fa1b1: Preparing [2021-04-01T09:29:50.474Z] b8a1f029be63: Preparing [2021-04-01T09:29:50.474Z] f77aa9e47585: Preparing [2021-04-01T09:29:50.474Z] da995b9511bc: Preparing [2021-04-01T09:29:50.474Z] b0b9881431d7: Preparing [2021-04-01T09:29:50.474Z] da995b9511bc: Layer already exists [2021-04-01T09:29:50.474Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:50.474Z] 28a7d52fa1b1: Layer already exists [2021-04-01T09:29:50.474Z] b8a1f029be63: Layer already exists [2021-04-01T09:29:50.474Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:50.474Z] 2.0.0-dev.158: digest: sha256:becd954a142105c474b556a19329ef2da00fbdbc096c93dcb87e3bd13c7b246d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:50.851Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:51.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:51.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-01T09:29:51.619Z] 28a7d52fa1b1: Preparing [2021-04-01T09:29:51.619Z] b8a1f029be63: Preparing [2021-04-01T09:29:51.619Z] f77aa9e47585: Preparing [2021-04-01T09:29:51.619Z] da995b9511bc: Preparing [2021-04-01T09:29:51.619Z] b0b9881431d7: Preparing [2021-04-01T09:29:51.619Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:51.619Z] 28a7d52fa1b1: Layer already exists [2021-04-01T09:29:51.619Z] b8a1f029be63: Layer already exists [2021-04-01T09:29:51.619Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:51.619Z] da995b9511bc: Layer already exists [2021-04-01T09:29:51.932Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:becd954a142105c474b556a19329ef2da00fbdbc096c93dcb87e3bd13c7b246d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:52.333Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:53.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-01T09:29:53.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-01T09:29:53.357Z] 28a7d52fa1b1: Preparing [2021-04-01T09:29:53.357Z] b8a1f029be63: Preparing [2021-04-01T09:29:53.357Z] f77aa9e47585: Preparing [2021-04-01T09:29:53.357Z] da995b9511bc: Preparing [2021-04-01T09:29:53.357Z] b0b9881431d7: Preparing [2021-04-01T09:29:53.357Z] b0b9881431d7: Layer already exists [2021-04-01T09:29:53.357Z] f77aa9e47585: Layer already exists [2021-04-01T09:29:53.357Z] 28a7d52fa1b1: Layer already exists [2021-04-01T09:29:53.357Z] b8a1f029be63: Layer already exists [2021-04-01T09:29:53.357Z] da995b9511bc: Layer already exists [2021-04-01T09:29:53.633Z] master: digest: sha256:becd954a142105c474b556a19329ef2da00fbdbc096c93dcb87e3bd13c7b246d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:29:53.831Z] ===================================================== [Pipeline] echo [2021-04-01T09:29:53.875Z] taggedImages: [2021-04-01T09:29:53.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:53.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.158 [2021-04-01T09:29:53.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:53.875Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-01T09:29:53.936Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-01T09:29:53.936Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:53.936Z] 2.0.0-dev.158 [2021-04-01T09:29:53.936Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:29:53.936Z] master [2021-04-01T09:29:53.936Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:54.496Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:29:55.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:29:55.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-01T09:29:55.618Z] 9868b432fcd1: Preparing [2021-04-01T09:29:55.618Z] b218cdaff5e3: Preparing [2021-04-01T09:29:55.618Z] 45825c90f4e5: Preparing [2021-04-01T09:29:55.618Z] 2ab54db4fabd: Preparing [2021-04-01T09:29:55.618Z] 96fe8b429306: Preparing [2021-04-01T09:29:55.618Z] 758e7f906127: Preparing [2021-04-01T09:29:55.618Z] cadaf4aacd95: Preparing [2021-04-01T09:29:55.618Z] 0754057c0ad3: Preparing [2021-04-01T09:29:55.618Z] 998cdf262ab1: Preparing [2021-04-01T09:29:55.618Z] 02e56110abd2: Preparing [2021-04-01T09:29:55.618Z] abc36efb885a: Preparing [2021-04-01T09:29:55.618Z] b0b09059f4e1: Preparing [2021-04-01T09:29:55.618Z] bb961f40224b: Preparing [2021-04-01T09:29:55.618Z] f4666769fca7: Preparing [2021-04-01T09:29:55.618Z] 758e7f906127: Waiting [2021-04-01T09:29:55.618Z] cadaf4aacd95: Waiting [2021-04-01T09:29:55.618Z] 998cdf262ab1: Waiting [2021-04-01T09:29:55.618Z] 0754057c0ad3: Waiting [2021-04-01T09:29:55.618Z] 02e56110abd2: Waiting [2021-04-01T09:29:55.618Z] abc36efb885a: Waiting [2021-04-01T09:29:55.618Z] b0b09059f4e1: Waiting [2021-04-01T09:29:55.618Z] bb961f40224b: Waiting [2021-04-01T09:29:55.618Z] f4666769fca7: Waiting [2021-04-01T09:29:56.533Z] 96fe8b429306: Pushed [2021-04-01T09:29:57.087Z] 9868b432fcd1: Pushed [2021-04-01T09:29:57.087Z] 2ab54db4fabd: Pushed [2021-04-01T09:29:57.389Z] b218cdaff5e3: Pushed [2021-04-01T09:29:57.389Z] 0754057c0ad3: Layer already exists [2021-04-01T09:29:57.389Z] 998cdf262ab1: Layer already exists [2021-04-01T09:29:57.389Z] cadaf4aacd95: Pushed [2021-04-01T09:29:57.389Z] 02e56110abd2: Layer already exists [2021-04-01T09:29:57.765Z] abc36efb885a: Layer already exists [2021-04-01T09:29:57.765Z] b0b09059f4e1: Layer already exists [2021-04-01T09:29:57.765Z] f4666769fca7: Layer already exists [2021-04-01T09:29:57.765Z] bb961f40224b: Layer already exists [2021-04-01T09:29:58.515Z] 758e7f906127: Pushed [2021-04-01T09:30:04.297Z] 45825c90f4e5: Pushed [2021-04-01T09:30:04.297Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:b4888d77a30ac961f67b346b4c641d3866594532605d25f2bdcef6c42718e754 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:30:04.744Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:30:05.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.158 [2021-04-01T09:30:05.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-01T09:30:05.980Z] 9868b432fcd1: Preparing [2021-04-01T09:30:05.980Z] b218cdaff5e3: Preparing [2021-04-01T09:30:05.980Z] 45825c90f4e5: Preparing [2021-04-01T09:30:05.980Z] 2ab54db4fabd: Preparing [2021-04-01T09:30:05.980Z] 96fe8b429306: Preparing [2021-04-01T09:30:05.980Z] 758e7f906127: Preparing [2021-04-01T09:30:05.980Z] cadaf4aacd95: Preparing [2021-04-01T09:30:05.980Z] 0754057c0ad3: Preparing [2021-04-01T09:30:05.980Z] 998cdf262ab1: Preparing [2021-04-01T09:30:05.980Z] 02e56110abd2: Preparing [2021-04-01T09:30:05.980Z] abc36efb885a: Preparing [2021-04-01T09:30:05.980Z] b0b09059f4e1: Preparing [2021-04-01T09:30:05.980Z] bb961f40224b: Preparing [2021-04-01T09:30:05.980Z] f4666769fca7: Preparing [2021-04-01T09:30:05.980Z] 758e7f906127: Waiting [2021-04-01T09:30:05.980Z] cadaf4aacd95: Waiting [2021-04-01T09:30:05.980Z] 0754057c0ad3: Waiting [2021-04-01T09:30:05.980Z] 998cdf262ab1: Waiting [2021-04-01T09:30:05.980Z] 02e56110abd2: Waiting [2021-04-01T09:30:05.980Z] abc36efb885a: Waiting [2021-04-01T09:30:05.980Z] b0b09059f4e1: Waiting [2021-04-01T09:30:05.980Z] bb961f40224b: Waiting [2021-04-01T09:30:05.980Z] f4666769fca7: Waiting [2021-04-01T09:30:05.980Z] 96fe8b429306: Layer already exists [2021-04-01T09:30:05.980Z] 9868b432fcd1: Layer already exists [2021-04-01T09:30:05.980Z] 45825c90f4e5: Layer already exists [2021-04-01T09:30:05.980Z] b218cdaff5e3: Layer already exists [2021-04-01T09:30:05.980Z] 2ab54db4fabd: Layer already exists [2021-04-01T09:30:05.980Z] cadaf4aacd95: Layer already exists [2021-04-01T09:30:05.980Z] 758e7f906127: Layer already exists [2021-04-01T09:30:05.980Z] 0754057c0ad3: Layer already exists [2021-04-01T09:30:05.980Z] 02e56110abd2: Layer already exists [2021-04-01T09:30:05.980Z] 998cdf262ab1: Layer already exists [2021-04-01T09:30:05.980Z] b0b09059f4e1: Layer already exists [2021-04-01T09:30:05.980Z] abc36efb885a: Layer already exists [2021-04-01T09:30:05.980Z] bb961f40224b: Layer already exists [2021-04-01T09:30:05.980Z] f4666769fca7: Layer already exists [2021-04-01T09:30:06.326Z] 2.0.0-dev.158: digest: sha256:b4888d77a30ac961f67b346b4c641d3866594532605d25f2bdcef6c42718e754 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:30:07.172Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:30:07.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:30:07.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-01T09:30:07.644Z] 9868b432fcd1: Preparing [2021-04-01T09:30:07.644Z] b218cdaff5e3: Preparing [2021-04-01T09:30:07.644Z] 45825c90f4e5: Preparing [2021-04-01T09:30:07.644Z] 2ab54db4fabd: Preparing [2021-04-01T09:30:07.644Z] 96fe8b429306: Preparing [2021-04-01T09:30:07.644Z] 758e7f906127: Preparing [2021-04-01T09:30:07.644Z] cadaf4aacd95: Preparing [2021-04-01T09:30:07.644Z] 0754057c0ad3: Preparing [2021-04-01T09:30:07.644Z] 998cdf262ab1: Preparing [2021-04-01T09:30:07.644Z] 02e56110abd2: Preparing [2021-04-01T09:30:07.644Z] abc36efb885a: Preparing [2021-04-01T09:30:07.644Z] b0b09059f4e1: Preparing [2021-04-01T09:30:07.644Z] bb961f40224b: Preparing [2021-04-01T09:30:07.644Z] f4666769fca7: Preparing [2021-04-01T09:30:07.644Z] 0754057c0ad3: Waiting [2021-04-01T09:30:07.644Z] 998cdf262ab1: Waiting [2021-04-01T09:30:07.644Z] 02e56110abd2: Waiting [2021-04-01T09:30:07.644Z] abc36efb885a: Waiting [2021-04-01T09:30:07.644Z] b0b09059f4e1: Waiting [2021-04-01T09:30:07.644Z] bb961f40224b: Waiting [2021-04-01T09:30:07.644Z] f4666769fca7: Waiting [2021-04-01T09:30:07.644Z] 758e7f906127: Waiting [2021-04-01T09:30:07.644Z] cadaf4aacd95: Waiting [2021-04-01T09:30:07.644Z] 96fe8b429306: Layer already exists [2021-04-01T09:30:07.644Z] 45825c90f4e5: Layer already exists [2021-04-01T09:30:07.644Z] 9868b432fcd1: Layer already exists [2021-04-01T09:30:07.644Z] 2ab54db4fabd: Layer already exists [2021-04-01T09:30:07.644Z] b218cdaff5e3: Layer already exists [2021-04-01T09:30:07.938Z] cadaf4aacd95: Layer already exists [2021-04-01T09:30:07.938Z] 998cdf262ab1: Layer already exists [2021-04-01T09:30:07.938Z] 0754057c0ad3: Layer already exists [2021-04-01T09:30:07.938Z] 758e7f906127: Layer already exists [2021-04-01T09:30:07.938Z] 02e56110abd2: Layer already exists [2021-04-01T09:30:07.938Z] abc36efb885a: Layer already exists [2021-04-01T09:30:07.938Z] bb961f40224b: Layer already exists [2021-04-01T09:30:07.938Z] f4666769fca7: Layer already exists [2021-04-01T09:30:07.938Z] b0b09059f4e1: Layer already exists [2021-04-01T09:30:07.938Z] 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:b4888d77a30ac961f67b346b4c641d3866594532605d25f2bdcef6c42718e754 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:30:08.352Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:30:09.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-01T09:30:09.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-01T09:30:09.295Z] 9868b432fcd1: Preparing [2021-04-01T09:30:09.295Z] b218cdaff5e3: Preparing [2021-04-01T09:30:09.295Z] 45825c90f4e5: Preparing [2021-04-01T09:30:09.295Z] 2ab54db4fabd: Preparing [2021-04-01T09:30:09.295Z] 96fe8b429306: Preparing [2021-04-01T09:30:09.295Z] 758e7f906127: Preparing [2021-04-01T09:30:09.295Z] cadaf4aacd95: Preparing [2021-04-01T09:30:09.295Z] 0754057c0ad3: Preparing [2021-04-01T09:30:09.295Z] 998cdf262ab1: Preparing [2021-04-01T09:30:09.295Z] 02e56110abd2: Preparing [2021-04-01T09:30:09.295Z] abc36efb885a: Preparing [2021-04-01T09:30:09.295Z] b0b09059f4e1: Preparing [2021-04-01T09:30:09.295Z] bb961f40224b: Preparing [2021-04-01T09:30:09.295Z] f4666769fca7: Preparing [2021-04-01T09:30:09.295Z] 998cdf262ab1: Waiting [2021-04-01T09:30:09.295Z] 02e56110abd2: Waiting [2021-04-01T09:30:09.295Z] abc36efb885a: Waiting [2021-04-01T09:30:09.295Z] b0b09059f4e1: Waiting [2021-04-01T09:30:09.295Z] bb961f40224b: Waiting [2021-04-01T09:30:09.295Z] f4666769fca7: Waiting [2021-04-01T09:30:09.295Z] 758e7f906127: Waiting [2021-04-01T09:30:09.295Z] cadaf4aacd95: Waiting [2021-04-01T09:30:09.295Z] 0754057c0ad3: Waiting [2021-04-01T09:30:09.295Z] 9868b432fcd1: Layer already exists [2021-04-01T09:30:09.295Z] 96fe8b429306: Layer already exists [2021-04-01T09:30:09.295Z] b218cdaff5e3: Layer already exists [2021-04-01T09:30:09.295Z] 45825c90f4e5: Layer already exists [2021-04-01T09:30:09.295Z] 2ab54db4fabd: Layer already exists [2021-04-01T09:30:09.295Z] cadaf4aacd95: Layer already exists [2021-04-01T09:30:09.295Z] 998cdf262ab1: Layer already exists [2021-04-01T09:30:09.295Z] 02e56110abd2: Layer already exists [2021-04-01T09:30:09.295Z] 758e7f906127: Layer already exists [2021-04-01T09:30:09.295Z] 0754057c0ad3: Layer already exists [2021-04-01T09:30:09.295Z] abc36efb885a: Layer already exists [2021-04-01T09:30:09.295Z] bb961f40224b: Layer already exists [2021-04-01T09:30:09.295Z] f4666769fca7: Layer already exists [2021-04-01T09:30:09.295Z] b0b09059f4e1: Layer already exists [2021-04-01T09:30:09.295Z] master: digest: sha256:b4888d77a30ac961f67b346b4c641d3866594532605d25f2bdcef6c42718e754 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T09:30:09.473Z] ===================================================== [Pipeline] echo [2021-04-01T09:30:09.519Z] taggedImages: [2021-04-01T09:30:09.519Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [2021-04-01T09:30:09.519Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.158 [2021-04-01T09:30:09.519Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [2021-04-01T09:30:09.519Z] - 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-04-01T09:30:11.350Z] provisioning config files... [2021-04-01T09:30:11.381Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/426@tmp/config7566796978489722684tmp [Pipeline] { [Pipeline] sh [2021-04-01T09:30:12.072Z] + set +x [2021-04-01T09:30:12.072Z] + curl -s https://codecov.io/bash [2021-04-01T09:30:12.072Z] + bash -s -- [2021-04-01T09:30:12.707Z] [2021-04-01T09:30:12.707Z] _____ _ [2021-04-01T09:30:12.707Z] / ____| | | [2021-04-01T09:30:12.707Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T09:30:12.707Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T09:30:12.707Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T09:30:12.707Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T09:30:12.707Z] Bash-20210309-2b87ace [2021-04-01T09:30:12.707Z] [2021-04-01T09:30:12.707Z] [2021-04-01T09:30:12.707Z] ==> git version 2.24.3 found [2021-04-01T09:30:12.707Z] ==> 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-04-01T09:30:12.707Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T09:30:12.707Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T09:30:12.707Z] ==> Jenkins CI detected. [2021-04-01T09:30:12.707Z] project root: . [2021-04-01T09:30:12.707Z] --> token set from env [2021-04-01T09:30:12.707Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T09:30:12.707Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T09:30:12.993Z] ==> Python coveragepy not found [2021-04-01T09:30:12.993Z] ==> Searching for coverage reports in: [2021-04-01T09:30:12.993Z] + . [2021-04-01T09:30:12.993Z] -> Found 1 reports [2021-04-01T09:30:12.993Z] ==> Detecting git/mercurial file structure [2021-04-01T09:30:12.993Z] ==> Reading reports [2021-04-01T09:30:12.993Z] + ./coverage.out bytes=672489 [2021-04-01T09:30:12.993Z] ==> Appending adjustments [2021-04-01T09:30:12.993Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T09:30:21.602Z] + Found adjustments [2021-04-01T09:30:21.602Z] ==> Gzipping contents [2021-04-01T09:30:21.602Z] 96K /tmp/codecov.c8L2PJ.gz [2021-04-01T09:30:21.602Z] ==> Uploading reports [2021-04-01T09:30:21.602Z] url: https://codecov.io [2021-04-01T09:30:21.602Z] query: branch=master&commit=59c9a15376a292558addc495dbf8de0fe8fb6b07&build=426&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F426%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T09:30:21.602Z] -> Pinging Codecov [2021-04-01T09:30:21.602Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=59c9a15376a292558addc495dbf8de0fe8fb6b07&build=426&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F426%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T09:30:21.602Z] -> Uploading to [2021-04-01T09:30:21.602Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/59c9a15376a292558addc495dbf8de0fe8fb6b07/190170b2-d484-4679-aafa-0cc75a9b9d0c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T093021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10b85c51c9db07028d4f344a0b5c2103b67dfbae144cdb5fbdd303b1d45c0956 [2021-04-01T09:30:21.602Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:30:21.602Z] Dload Upload Total Spent Left Speed [2021-04-01T09:30:22.303Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97363 0 0 100 97363 0 192k --:--:-- --:--:-- --:--:-- 193k [2021-04-01T09:30:22.303Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] } [2021-04-01T09:30:22.318Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-01T09:30:23.231Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-01T09:30:23.320Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:30:23.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T09:30:24.170Z] [2021-04-01T09:30:24.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:30:24.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T09:30:24.862Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-01T09:30:24.862Z] 188c0c94c7c5: Already exists [2021-04-01T09:30:24.862Z] 0ef7d3d256c8: Already exists [2021-04-01T09:30:24.862Z] de9db76c5a1d: Already exists [2021-04-01T09:30:24.862Z] 0eba1c9be4d2: Pulling fs layer [2021-04-01T09:30:24.862Z] 0d57e429df01: Pulling fs layer [2021-04-01T09:30:24.862Z] 4e4be7b47b0d: Pulling fs layer [2021-04-01T09:30:24.862Z] e1f770b5df2f: Pulling fs layer [2021-04-01T09:30:24.862Z] 85a0685a4137: Pulling fs layer [2021-04-01T09:30:24.862Z] e1f770b5df2f: Waiting [2021-04-01T09:30:24.862Z] 85a0685a4137: Waiting [2021-04-01T09:30:25.164Z] 0d57e429df01: Verifying Checksum [2021-04-01T09:30:25.164Z] 0d57e429df01: Download complete [2021-04-01T09:30:25.164Z] 4e4be7b47b0d: Verifying Checksum [2021-04-01T09:30:25.164Z] 4e4be7b47b0d: Download complete [2021-04-01T09:30:28.728Z] e1f770b5df2f: Verifying Checksum [2021-04-01T09:30:28.728Z] e1f770b5df2f: Download complete [2021-04-01T09:30:39.168Z] 85a0685a4137: Verifying Checksum [2021-04-01T09:30:39.168Z] 85a0685a4137: Download complete [2021-04-01T09:30:39.168Z] 0eba1c9be4d2: Verifying Checksum [2021-04-01T09:30:39.168Z] 0eba1c9be4d2: Download complete [2021-04-01T09:30:58.017Z] 0eba1c9be4d2: Pull complete [2021-04-01T09:30:58.017Z] 0d57e429df01: Pull complete [2021-04-01T09:30:58.017Z] 4e4be7b47b0d: Pull complete [2021-04-01T09:31:01.594Z] e1f770b5df2f: Pull complete [2021-04-01T09:31:17.336Z] 85a0685a4137: Pull complete [2021-04-01T09:31:17.336Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-01T09:31:17.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T09:31:17.336Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-01T09:31:18.310Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:31:18.457Z] $ 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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:31:21.887Z] $ docker top 358f07e68286582aab629f1f0a48dc080a14adbcd187634953f5638a5bed2ce1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T09:31:22.375Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-01T09:31:23.637Z] + set -o pipefail [2021-04-01T09:31:23.637Z] + snyk monitor '--org=edgex-jenkins' [2021-04-01T09:31:46.811Z] [2021-04-01T09:31:46.811Z] Monitoring /w/workspace/edgex-go/426 (github.com/edgexfoundry/edgex-go)... [2021-04-01T09:31:46.811Z] [2021-04-01T09:31:46.811Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/533846cf-b943-41d3-ba03-62e8011b1ac3 [2021-04-01T09:31:46.811Z] [2021-04-01T09:31:46.811Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-01T09:31:46.811Z] [2021-04-01T09:31:51.244Z] [2021-04-01T09:31:51.244Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-01T09:31:51.244Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-01T09:31:51.264Z] $ docker stop --time=1 358f07e68286582aab629f1f0a48dc080a14adbcd187634953f5638a5bed2ce1 [2021-04-01T09:31:56.110Z] $ docker rm -f 358f07e68286582aab629f1f0a48dc080a14adbcd187634953f5638a5bed2ce1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-01T09:31:57.965Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T09:31:58.020Z] provisioning config files... [2021-04-01T09:31:58.100Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/426@tmp/config263020945242364192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:31:58.575Z] --> edgex-publish-swagger.sh [2021-04-01T09:31:58.575Z] === Publish openapi/v1 API === [2021-04-01T09:31:58.575Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-01T09:31:58.575Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/426/openapi/v1/core-command.yaml] [2021-04-01T09:31:58.575Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:31:58.575Z] Dload Upload Total Spent Left Speed [2021-04-01T09:31:59.586Z] 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 10936 --:--:-- --:--:-- --:--:-- 10937 [2021-04-01T09:31:59.586Z] [2021-04-01T09:31:59.586Z] [2021-04-01T09:31:59.586Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/426/openapi/v1/core-data.yaml] [2021-04-01T09:31:59.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:31:59.586Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:00.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29590 0:00:01 0:00:01 --:--:-- 29597 100 32557 0 0 100 32557 0 29580 0:00:01 0:00:01 --:--:-- 29570 [2021-04-01T09:32:01.035Z] [2021-04-01T09:32:01.035Z] [2021-04-01T09:32:01.035Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/426/openapi/v1/core-metadata.yaml] [2021-04-01T09:32:01.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:01.035Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:02.303Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62896 0:00:01 0:00:01 --:--:-- 62955 100 73721 0 0 100 73721 0 62874 0:00:01 0:00:01 --:--:-- 62901 [2021-04-01T09:32:02.303Z] [2021-04-01T09:32:02.303Z] [2021-04-01T09:32:02.303Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/426/openapi/v1/support-logging.yaml] [2021-04-01T09:32:02.303Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:02.303Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:03.383Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12345 0:00:01 0:00:01 --:--:-- 12357 100 13581 0 0 100 13581 0 12341 0:00:01 0:00:01 --:--:-- 12357 [2021-04-01T09:32:03.383Z] [2021-04-01T09:32:03.383Z] [2021-04-01T09:32:03.383Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/426/openapi/v1/support-notifications.yaml] [2021-04-01T09:32:03.383Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:03.383Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:04.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 38926 --:--:-- --:--:-- --:--:-- 38928 100 38890 0 0 100 38890 0 38912 --:--:-- --:--:-- --:--:-- 38928 [2021-04-01T09:32:04.460Z] [2021-04-01T09:32:04.460Z] [2021-04-01T09:32:04.460Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/426/openapi/v1/support-scheduler.yaml] [2021-04-01T09:32:04.460Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:04.460Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:05.485Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13134 0:00:01 0:00:01 --:--:-- 13267 [2021-04-01T09:32:05.485Z] [2021-04-01T09:32:05.485Z] [2021-04-01T09:32:05.485Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/426/openapi/v1/system-agent.yaml] [2021-04-01T09:32:05.485Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:05.485Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:06.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4161 --:--:-- --:--:-- --:--:-- 4159 [2021-04-01T09:32:06.472Z] [2021-04-01T09:32:06.472Z] [2021-04-01T09:32:06.472Z] === Publish openapi/v2 API === [2021-04-01T09:32:06.472Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-01T09:32:06.472Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/426/openapi/v2/core-command.yaml] [2021-04-01T09:32:06.472Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:06.472Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:07.734Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 26343 0:00:01 0:00:01 --:--:-- 26329 100 29594 0 0 100 29594 0 26335 0:00:01 0:00:01 --:--:-- 26329 [2021-04-01T09:32:07.734Z] [2021-04-01T09:32:07.734Z] [2021-04-01T09:32:07.734Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/426/openapi/v2/core-data.yaml] [2021-04-01T09:32:07.734Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:07.734Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:08.884Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 58058 --:--:-- --:--:-- --:--:-- 58047 100 56190 0 0 100 56190 0 58044 --:--:-- --:--:-- --:--:-- 58047 [2021-04-01T09:32:08.884Z] [2021-04-01T09:32:08.884Z] [2021-04-01T09:32:08.884Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/426/openapi/v2/core-metadata.yaml] [2021-04-01T09:32:08.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:08.884Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:09.903Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 116k 0 0 100 116k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2021-04-01T09:32:09.903Z] [2021-04-01T09:32:09.903Z] [2021-04-01T09:32:09.903Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/426/openapi/v2/support-notifications.yaml] [2021-04-01T09:32:09.903Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:09.903Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:10.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 71672 0:00:01 0:00:01 --:--:-- 71746 100 75621 0 0 100 75621 0 71654 0:00:01 0:00:01 --:--:-- 71678 [2021-04-01T09:32:10.886Z] [2021-04-01T09:32:10.886Z] [2021-04-01T09:32:10.886Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/426/openapi/v2/support-scheduler.yaml] [2021-04-01T09:32:10.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:10.886Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:11.947Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 38616 --:--:-- --:--:-- --:--:-- 38625 100 37428 0 0 100 37428 0 38603 --:--:-- --:--:-- --:--:-- 38625 [2021-04-01T09:32:11.947Z] [2021-04-01T09:32:11.947Z] [2021-04-01T09:32:11.947Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/426/openapi/v2/system-agent.yaml] [2021-04-01T09:32:12.217Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T09:32:12.217Z] Dload Upload Total Spent Left Speed [2021-04-01T09:32:13.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 22201 0:00:01 0:00:01 --:--:-- 22225 100 24092 0 0 100 24092 0 22192 0:00:01 0:00:01 --:--:-- 22204 [2021-04-01T09:32:13.176Z] [2021-04-01T09:32:13.176Z] [Pipeline] } [2021-04-01T09:32:13.188Z] 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-04-01T09:32:14.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T09:32:14.349Z] . [Pipeline] withDockerContainer [2021-04-01T09:32:15.125Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:32:15.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:32:18.389Z] $ docker top 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T09:32:19.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T09:32:19.124Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T09:32:20.928Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T09:32:20.931Z] $ docker exec 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 ssh-agent [2021-04-01T09:32:21.921Z] SSH_AUTH_SOCK=/tmp/ssh-lz26kEs7Ac37/agent.11 [2021-04-01T09:32:21.921Z] SSH_AGENT_PID=16 [2021-04-01T09:32:22.229Z] Running ssh-add (command line suppressed) [2021-04-01T09:32:22.870Z] Identity added: /w/workspace/edgex-go/426@tmp/private_key_2176487668789266032.key (/w/workspace/edgex-go/426@tmp/private_key_2176487668789266032.key) [2021-04-01T09:32:22.990Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T09:32:23.669Z] + git semver tag [2021-04-01T09:32:24.471Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T09:32:24.471Z] # $GIT_DIR = /w/workspace/edgex-go/426/.git [2021-04-01T09:32:24.471Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/426 [2021-04-01T09:32:24.471Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T09:32:24.471Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T09:32:24.471Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T09:32:24.471Z] # $SEMVER_BRANCH = master [2021-04-01T09:32:24.471Z] # $SEMVER_DIR = /w/workspace/edgex-go/426/.semver [2021-04-01T09:32:24.471Z] # 59c9a15376a292558addc495dbf8de0fe8fb6b07 HEAD [2021-04-01T09:32:25.528Z] # -> Force: false [2021-04-01T09:32:25.528Z] # 2efe8223afb91f2b7e60d776f42de710dd79926f refs/tags/v2.0.0-dev.158 [Pipeline] } [2021-04-01T09:32:25.871Z] $ docker exec --env ******** --env ******** 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 ssh-agent -k [2021-04-01T09:32:26.359Z] unset SSH_AUTH_SOCK; [2021-04-01T09:32:26.359Z] unset SSH_AGENT_PID; [2021-04-01T09:32:26.360Z] echo Agent pid 16 killed; [2021-04-01T09:32:26.572Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T09:32:27.428Z] + git semver [Pipeline] } [2021-04-01T09:32:27.493Z] $ docker stop --time=1 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 [2021-04-01T09:32:29.963Z] $ docker rm -f 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:32:30.927Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T09:32:31.256Z] [2021-04-01T09:32:31.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:32:31.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T09:32:31.988Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-01T09:32:31.988Z] ab5ef0e58194: Pulling fs layer [2021-04-01T09:32:31.988Z] 9712f1f96733: Pulling fs layer [2021-04-01T09:32:31.988Z] 63f879dbbcfc: Pulling fs layer [2021-04-01T09:32:31.988Z] 0d9ebad4ef96: Pulling fs layer [2021-04-01T09:32:31.988Z] e9a5061849ea: Pulling fs layer [2021-04-01T09:32:31.988Z] d747dcd14b5f: Pulling fs layer [2021-04-01T09:32:31.988Z] 2de7ff778b66: Pulling fs layer [2021-04-01T09:32:31.989Z] 0d9ebad4ef96: Waiting [2021-04-01T09:32:31.989Z] e9a5061849ea: Waiting [2021-04-01T09:32:31.989Z] d747dcd14b5f: Waiting [2021-04-01T09:32:31.989Z] 2de7ff778b66: Waiting [2021-04-01T09:32:31.989Z] 9712f1f96733: Verifying Checksum [2021-04-01T09:32:31.989Z] 9712f1f96733: Download complete [2021-04-01T09:32:40.777Z] 63f879dbbcfc: Verifying Checksum [2021-04-01T09:32:40.777Z] 63f879dbbcfc: Download complete [2021-04-01T09:32:41.977Z] e9a5061849ea: Verifying Checksum [2021-04-01T09:32:41.977Z] e9a5061849ea: Download complete [2021-04-01T09:32:41.977Z] d747dcd14b5f: Download complete [2021-04-01T09:32:43.066Z] 0d9ebad4ef96: Verifying Checksum [2021-04-01T09:32:43.067Z] 0d9ebad4ef96: Download complete [2021-04-01T09:32:43.067Z] ab5ef0e58194: Verifying Checksum [2021-04-01T09:32:43.067Z] ab5ef0e58194: Download complete [2021-04-01T09:32:43.860Z] 2de7ff778b66: Verifying Checksum [2021-04-01T09:32:43.860Z] 2de7ff778b66: Download complete [2021-04-01T09:32:57.157Z] ab5ef0e58194: Pull complete [2021-04-01T09:32:57.157Z] 9712f1f96733: Pull complete [2021-04-01T09:33:00.107Z] 63f879dbbcfc: Pull complete [2021-04-01T09:33:23.003Z] 0d9ebad4ef96: Pull complete [2021-04-01T09:33:23.807Z] e9a5061849ea: Pull complete [2021-04-01T09:33:24.452Z] d747dcd14b5f: Pull complete [2021-04-01T09:33:31.784Z] 2de7ff778b66: Pull complete [2021-04-01T09:33:31.784Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-01T09:33:31.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T09:33:31.784Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-01T09:33:32.820Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:33:33.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:33:38.419Z] $ docker top 2ccbbfa603594bc6a0057bd5cdb02374a265ed921fca579d5100fd2814ace4e1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-01T09:33:38.732Z] provisioning config files... [2021-04-01T09:33:38.755Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/426@tmp/config7683331022319937159tmp [2021-04-01T09:33:39.092Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/426@tmp/config7506971626324379345tmp [2021-04-01T09:33:39.337Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/426@tmp/config5124665860832049444tmp [Pipeline] { [Pipeline] echo [2021-04-01T09:33:39.474Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:33:40.927Z] ---> sigul-configuration.sh [2021-04-01T09:33:40.927Z] gpg: directory `/root/.gnupg' created [2021-04-01T09:33:40.927Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-01T09:33:40.927Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-01T09:33:40.927Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-01T09:33:40.927Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-01T09:33:40.927Z] gpg: CAST5 encrypted data [2021-04-01T09:33:40.927Z] gpg: encrypted with 1 passphrase [2021-04-01T09:33:40.927Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-01T09:33:42.846Z] + mkdir /home/jenkins [2021-04-01T09:33:42.846Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-01T09:33:43.298Z] + 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-04-01T09:33:43.361Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:33:44.125Z] ---> sigul-install.sh [2021-04-01T09:33:54.562Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-01T09:33:56.401Z] + git tag --list [2021-04-01T09:33:56.401Z] 0.6.0 [2021-04-01T09:33:56.401Z] 0.6.1 [2021-04-01T09:33:56.401Z] 0.7.0 [2021-04-01T09:33:56.401Z] 0.7.1 [2021-04-01T09:33:56.401Z] v0.0.0 [2021-04-01T09:33:56.401Z] v0.0.1-dev.1 [2021-04-01T09:33:56.401Z] v1.0.0 [2021-04-01T09:33:56.401Z] v1.0.1 [2021-04-01T09:33:56.401Z] v1.1.0 [2021-04-01T09:33:56.401Z] v1.2.0 [2021-04-01T09:33:56.401Z] v1.2.1 [2021-04-01T09:33:56.401Z] v1.2.2-dev.1 [2021-04-01T09:33:56.401Z] v1.2.2-dev.10 [2021-04-01T09:33:56.401Z] v1.2.2-dev.100 [2021-04-01T09:33:56.401Z] v1.2.2-dev.101 [2021-04-01T09:33:56.401Z] v1.2.2-dev.102 [2021-04-01T09:33:56.401Z] v1.2.2-dev.103 [2021-04-01T09:33:56.401Z] v1.2.2-dev.104 [2021-04-01T09:33:56.401Z] v1.2.2-dev.105 [2021-04-01T09:33:56.401Z] v1.2.2-dev.106 [2021-04-01T09:33:56.401Z] v1.2.2-dev.107 [2021-04-01T09:33:56.401Z] v1.2.2-dev.11 [2021-04-01T09:33:56.401Z] v1.2.2-dev.12 [2021-04-01T09:33:56.401Z] v1.2.2-dev.13 [2021-04-01T09:33:56.401Z] v1.2.2-dev.14 [2021-04-01T09:33:56.401Z] v1.2.2-dev.15 [2021-04-01T09:33:56.401Z] v1.2.2-dev.16 [2021-04-01T09:33:56.401Z] v1.2.2-dev.17 [2021-04-01T09:33:56.401Z] v1.2.2-dev.18 [2021-04-01T09:33:56.401Z] v1.2.2-dev.19 [2021-04-01T09:33:56.401Z] v1.2.2-dev.2 [2021-04-01T09:33:56.401Z] v1.2.2-dev.20 [2021-04-01T09:33:56.401Z] v1.2.2-dev.21 [2021-04-01T09:33:56.401Z] v1.2.2-dev.22 [2021-04-01T09:33:56.401Z] v1.2.2-dev.23 [2021-04-01T09:33:56.401Z] v1.2.2-dev.24 [2021-04-01T09:33:56.401Z] v1.2.2-dev.25 [2021-04-01T09:33:56.401Z] v1.2.2-dev.26 [2021-04-01T09:33:56.401Z] v1.2.2-dev.27 [2021-04-01T09:33:56.401Z] v1.2.2-dev.28 [2021-04-01T09:33:56.401Z] v1.2.2-dev.29 [2021-04-01T09:33:56.401Z] v1.2.2-dev.3 [2021-04-01T09:33:56.401Z] v1.2.2-dev.30 [2021-04-01T09:33:56.401Z] v1.2.2-dev.31 [2021-04-01T09:33:56.401Z] v1.2.2-dev.32 [2021-04-01T09:33:56.401Z] v1.2.2-dev.33 [2021-04-01T09:33:56.401Z] v1.2.2-dev.34 [2021-04-01T09:33:56.401Z] v1.2.2-dev.35 [2021-04-01T09:33:56.401Z] v1.2.2-dev.36 [2021-04-01T09:33:56.401Z] v1.2.2-dev.37 [2021-04-01T09:33:56.401Z] v1.2.2-dev.38 [2021-04-01T09:33:56.401Z] v1.2.2-dev.39 [2021-04-01T09:33:56.401Z] v1.2.2-dev.4 [2021-04-01T09:33:56.401Z] v1.2.2-dev.40 [2021-04-01T09:33:56.401Z] v1.2.2-dev.41 [2021-04-01T09:33:56.401Z] v1.2.2-dev.42 [2021-04-01T09:33:56.401Z] v1.2.2-dev.43 [2021-04-01T09:33:56.401Z] v1.2.2-dev.44 [2021-04-01T09:33:56.401Z] v1.2.2-dev.45 [2021-04-01T09:33:56.401Z] v1.2.2-dev.46 [2021-04-01T09:33:56.401Z] v1.2.2-dev.47 [2021-04-01T09:33:56.401Z] v1.2.2-dev.48 [2021-04-01T09:33:56.401Z] v1.2.2-dev.49 [2021-04-01T09:33:56.401Z] v1.2.2-dev.5 [2021-04-01T09:33:56.401Z] v1.2.2-dev.50 [2021-04-01T09:33:56.401Z] v1.2.2-dev.51 [2021-04-01T09:33:56.401Z] v1.2.2-dev.52 [2021-04-01T09:33:56.401Z] v1.2.2-dev.53 [2021-04-01T09:33:56.401Z] v1.2.2-dev.54 [2021-04-01T09:33:56.401Z] v1.2.2-dev.55 [2021-04-01T09:33:56.401Z] v1.2.2-dev.56 [2021-04-01T09:33:56.401Z] v1.2.2-dev.57 [2021-04-01T09:33:56.401Z] v1.2.2-dev.58 [2021-04-01T09:33:56.401Z] v1.2.2-dev.59 [2021-04-01T09:33:56.401Z] v1.2.2-dev.6 [2021-04-01T09:33:56.401Z] v1.2.2-dev.60 [2021-04-01T09:33:56.401Z] v1.2.2-dev.61 [2021-04-01T09:33:56.401Z] v1.2.2-dev.62 [2021-04-01T09:33:56.401Z] v1.2.2-dev.63 [2021-04-01T09:33:56.401Z] v1.2.2-dev.64 [2021-04-01T09:33:56.401Z] v1.2.2-dev.65 [2021-04-01T09:33:56.401Z] v1.2.2-dev.66 [2021-04-01T09:33:56.401Z] v1.2.2-dev.67 [2021-04-01T09:33:56.401Z] v1.2.2-dev.68 [2021-04-01T09:33:56.401Z] v1.2.2-dev.69 [2021-04-01T09:33:56.401Z] v1.2.2-dev.7 [2021-04-01T09:33:56.401Z] v1.2.2-dev.70 [2021-04-01T09:33:56.401Z] v1.2.2-dev.71 [2021-04-01T09:33:56.401Z] v1.2.2-dev.72 [2021-04-01T09:33:56.401Z] v1.2.2-dev.73 [2021-04-01T09:33:56.401Z] v1.2.2-dev.74 [2021-04-01T09:33:56.401Z] v1.2.2-dev.75 [2021-04-01T09:33:56.401Z] v1.2.2-dev.76 [2021-04-01T09:33:56.401Z] v1.2.2-dev.77 [2021-04-01T09:33:56.401Z] v1.2.2-dev.78 [2021-04-01T09:33:56.401Z] v1.2.2-dev.79 [2021-04-01T09:33:56.401Z] v1.2.2-dev.8 [2021-04-01T09:33:56.401Z] v1.2.2-dev.80 [2021-04-01T09:33:56.401Z] v1.2.2-dev.81 [2021-04-01T09:33:56.401Z] v1.2.2-dev.82 [2021-04-01T09:33:56.401Z] v1.2.2-dev.83 [2021-04-01T09:33:56.401Z] v1.2.2-dev.84 [2021-04-01T09:33:56.401Z] v1.2.2-dev.85 [2021-04-01T09:33:56.401Z] v1.2.2-dev.86 [2021-04-01T09:33:56.401Z] v1.2.2-dev.87 [2021-04-01T09:33:56.401Z] v1.2.2-dev.88 [2021-04-01T09:33:56.401Z] v1.2.2-dev.89 [2021-04-01T09:33:56.401Z] v1.2.2-dev.9 [2021-04-01T09:33:56.401Z] v1.2.2-dev.90 [2021-04-01T09:33:56.401Z] v1.2.2-dev.91 [2021-04-01T09:33:56.401Z] v1.2.2-dev.92 [2021-04-01T09:33:56.401Z] v1.2.2-dev.93 [2021-04-01T09:33:56.401Z] v1.2.2-dev.94 [2021-04-01T09:33:56.401Z] v1.2.2-dev.95 [2021-04-01T09:33:56.401Z] v1.2.2-dev.96 [2021-04-01T09:33:56.401Z] v1.2.2-dev.97 [2021-04-01T09:33:56.401Z] v1.2.2-dev.98 [2021-04-01T09:33:56.401Z] v1.2.2-dev.99 [2021-04-01T09:33:56.401Z] v1.3.0 [2021-04-01T09:33:56.401Z] v1.3.1 [2021-04-01T09:33:56.401Z] v1.3.1-dev.1 [2021-04-01T09:33:56.401Z] v1.3.1-dev.10 [2021-04-01T09:33:56.401Z] v1.3.1-dev.11 [2021-04-01T09:33:56.401Z] v1.3.1-dev.12 [2021-04-01T09:33:56.401Z] v1.3.1-dev.13 [2021-04-01T09:33:56.401Z] v1.3.1-dev.14 [2021-04-01T09:33:56.401Z] v1.3.1-dev.15 [2021-04-01T09:33:56.401Z] v1.3.1-dev.16 [2021-04-01T09:33:56.401Z] v1.3.1-dev.17 [2021-04-01T09:33:56.401Z] v1.3.1-dev.18 [2021-04-01T09:33:56.401Z] v1.3.1-dev.2 [2021-04-01T09:33:56.401Z] v1.3.1-dev.3 [2021-04-01T09:33:56.401Z] v1.3.1-dev.4 [2021-04-01T09:33:56.401Z] v1.3.1-dev.5 [2021-04-01T09:33:56.401Z] v1.3.1-dev.6 [2021-04-01T09:33:56.401Z] v1.3.1-dev.7 [2021-04-01T09:33:56.401Z] v1.3.1-dev.8 [2021-04-01T09:33:56.401Z] v1.3.1-dev.9 [2021-04-01T09:33:56.401Z] v2.0.0-dev.1 [2021-04-01T09:33:56.401Z] v2.0.0-dev.10 [2021-04-01T09:33:56.401Z] v2.0.0-dev.100 [2021-04-01T09:33:56.401Z] v2.0.0-dev.101 [2021-04-01T09:33:56.401Z] v2.0.0-dev.102 [2021-04-01T09:33:56.401Z] v2.0.0-dev.103 [2021-04-01T09:33:56.401Z] v2.0.0-dev.104 [2021-04-01T09:33:56.401Z] v2.0.0-dev.105 [2021-04-01T09:33:56.401Z] v2.0.0-dev.106 [2021-04-01T09:33:56.401Z] v2.0.0-dev.107 [2021-04-01T09:33:56.401Z] v2.0.0-dev.108 [2021-04-01T09:33:56.401Z] v2.0.0-dev.109 [2021-04-01T09:33:56.401Z] v2.0.0-dev.11 [2021-04-01T09:33:56.401Z] v2.0.0-dev.110 [2021-04-01T09:33:56.401Z] v2.0.0-dev.111 [2021-04-01T09:33:56.401Z] v2.0.0-dev.112 [2021-04-01T09:33:56.401Z] v2.0.0-dev.113 [2021-04-01T09:33:56.401Z] v2.0.0-dev.114 [2021-04-01T09:33:56.401Z] v2.0.0-dev.115 [2021-04-01T09:33:56.401Z] v2.0.0-dev.116 [2021-04-01T09:33:56.401Z] v2.0.0-dev.117 [2021-04-01T09:33:56.401Z] v2.0.0-dev.118 [2021-04-01T09:33:56.402Z] v2.0.0-dev.119 [2021-04-01T09:33:56.402Z] v2.0.0-dev.12 [2021-04-01T09:33:56.402Z] v2.0.0-dev.120 [2021-04-01T09:33:56.402Z] v2.0.0-dev.121 [2021-04-01T09:33:56.402Z] v2.0.0-dev.122 [2021-04-01T09:33:56.402Z] v2.0.0-dev.123 [2021-04-01T09:33:56.402Z] v2.0.0-dev.124 [2021-04-01T09:33:56.402Z] v2.0.0-dev.125 [2021-04-01T09:33:56.402Z] v2.0.0-dev.126 [2021-04-01T09:33:56.402Z] v2.0.0-dev.127 [2021-04-01T09:33:56.402Z] v2.0.0-dev.128 [2021-04-01T09:33:56.402Z] v2.0.0-dev.129 [2021-04-01T09:33:56.402Z] v2.0.0-dev.13 [2021-04-01T09:33:56.402Z] v2.0.0-dev.130 [2021-04-01T09:33:56.402Z] v2.0.0-dev.131 [2021-04-01T09:33:56.402Z] v2.0.0-dev.132 [2021-04-01T09:33:56.402Z] v2.0.0-dev.133 [2021-04-01T09:33:56.402Z] v2.0.0-dev.134 [2021-04-01T09:33:56.402Z] v2.0.0-dev.135 [2021-04-01T09:33:56.402Z] v2.0.0-dev.136 [2021-04-01T09:33:56.402Z] v2.0.0-dev.137 [2021-04-01T09:33:56.402Z] v2.0.0-dev.138 [2021-04-01T09:33:56.402Z] v2.0.0-dev.139 [2021-04-01T09:33:56.402Z] v2.0.0-dev.14 [2021-04-01T09:33:56.402Z] v2.0.0-dev.140 [2021-04-01T09:33:56.402Z] v2.0.0-dev.141 [2021-04-01T09:33:56.402Z] v2.0.0-dev.142 [2021-04-01T09:33:56.402Z] v2.0.0-dev.143 [2021-04-01T09:33:56.402Z] v2.0.0-dev.144 [2021-04-01T09:33:56.402Z] v2.0.0-dev.145 [2021-04-01T09:33:56.402Z] v2.0.0-dev.146 [2021-04-01T09:33:56.402Z] v2.0.0-dev.147 [2021-04-01T09:33:56.402Z] v2.0.0-dev.148 [2021-04-01T09:33:56.402Z] v2.0.0-dev.149 [2021-04-01T09:33:56.402Z] v2.0.0-dev.15 [2021-04-01T09:33:56.402Z] v2.0.0-dev.150 [2021-04-01T09:33:56.402Z] v2.0.0-dev.151 [2021-04-01T09:33:56.402Z] v2.0.0-dev.152 [2021-04-01T09:33:56.402Z] v2.0.0-dev.153 [2021-04-01T09:33:56.402Z] v2.0.0-dev.154 [2021-04-01T09:33:56.402Z] v2.0.0-dev.155 [2021-04-01T09:33:56.402Z] v2.0.0-dev.156 [2021-04-01T09:33:56.402Z] v2.0.0-dev.157 [2021-04-01T09:33:56.402Z] v2.0.0-dev.158 [2021-04-01T09:33:56.402Z] v2.0.0-dev.16 [2021-04-01T09:33:56.402Z] v2.0.0-dev.17 [2021-04-01T09:33:56.402Z] v2.0.0-dev.18 [2021-04-01T09:33:56.402Z] v2.0.0-dev.19 [2021-04-01T09:33:56.402Z] v2.0.0-dev.2 [2021-04-01T09:33:56.402Z] v2.0.0-dev.20 [2021-04-01T09:33:56.402Z] v2.0.0-dev.21 [2021-04-01T09:33:56.402Z] v2.0.0-dev.22 [2021-04-01T09:33:56.402Z] v2.0.0-dev.23 [2021-04-01T09:33:56.402Z] v2.0.0-dev.24 [2021-04-01T09:33:56.402Z] v2.0.0-dev.25 [2021-04-01T09:33:56.402Z] v2.0.0-dev.26 [2021-04-01T09:33:56.402Z] v2.0.0-dev.27 [2021-04-01T09:33:56.402Z] v2.0.0-dev.28 [2021-04-01T09:33:56.402Z] v2.0.0-dev.29 [2021-04-01T09:33:56.402Z] v2.0.0-dev.3 [2021-04-01T09:33:56.402Z] v2.0.0-dev.30 [2021-04-01T09:33:56.402Z] v2.0.0-dev.31 [2021-04-01T09:33:56.402Z] v2.0.0-dev.32 [2021-04-01T09:33:56.402Z] v2.0.0-dev.33 [2021-04-01T09:33:56.402Z] v2.0.0-dev.34 [2021-04-01T09:33:56.402Z] v2.0.0-dev.35 [2021-04-01T09:33:56.402Z] v2.0.0-dev.36 [2021-04-01T09:33:56.402Z] v2.0.0-dev.37 [2021-04-01T09:33:56.402Z] v2.0.0-dev.38 [2021-04-01T09:33:56.402Z] v2.0.0-dev.39 [2021-04-01T09:33:56.402Z] v2.0.0-dev.4 [2021-04-01T09:33:56.402Z] v2.0.0-dev.40 [2021-04-01T09:33:56.402Z] v2.0.0-dev.41 [2021-04-01T09:33:56.402Z] v2.0.0-dev.42 [2021-04-01T09:33:56.402Z] v2.0.0-dev.43 [2021-04-01T09:33:56.402Z] v2.0.0-dev.44 [2021-04-01T09:33:56.402Z] v2.0.0-dev.45 [2021-04-01T09:33:56.402Z] v2.0.0-dev.46 [2021-04-01T09:33:56.402Z] v2.0.0-dev.47 [2021-04-01T09:33:56.402Z] v2.0.0-dev.48 [2021-04-01T09:33:56.402Z] v2.0.0-dev.49 [2021-04-01T09:33:56.402Z] v2.0.0-dev.5 [2021-04-01T09:33:56.402Z] v2.0.0-dev.50 [2021-04-01T09:33:56.402Z] v2.0.0-dev.51 [2021-04-01T09:33:56.402Z] v2.0.0-dev.52 [2021-04-01T09:33:56.402Z] v2.0.0-dev.53 [2021-04-01T09:33:56.402Z] v2.0.0-dev.54 [2021-04-01T09:33:56.402Z] v2.0.0-dev.55 [2021-04-01T09:33:56.402Z] v2.0.0-dev.56 [2021-04-01T09:33:56.402Z] v2.0.0-dev.57 [2021-04-01T09:33:56.402Z] v2.0.0-dev.58 [2021-04-01T09:33:56.402Z] v2.0.0-dev.59 [2021-04-01T09:33:56.402Z] v2.0.0-dev.6 [2021-04-01T09:33:56.402Z] v2.0.0-dev.60 [2021-04-01T09:33:56.402Z] v2.0.0-dev.61 [2021-04-01T09:33:56.402Z] v2.0.0-dev.62 [2021-04-01T09:33:56.402Z] v2.0.0-dev.63 [2021-04-01T09:33:56.402Z] v2.0.0-dev.64 [2021-04-01T09:33:56.402Z] v2.0.0-dev.65 [2021-04-01T09:33:56.402Z] v2.0.0-dev.66 [2021-04-01T09:33:56.402Z] v2.0.0-dev.67 [2021-04-01T09:33:56.402Z] v2.0.0-dev.68 [2021-04-01T09:33:56.402Z] v2.0.0-dev.69 [2021-04-01T09:33:56.402Z] v2.0.0-dev.7 [2021-04-01T09:33:56.402Z] v2.0.0-dev.70 [2021-04-01T09:33:56.402Z] v2.0.0-dev.71 [2021-04-01T09:33:56.402Z] v2.0.0-dev.72 [2021-04-01T09:33:56.402Z] v2.0.0-dev.73 [2021-04-01T09:33:56.402Z] v2.0.0-dev.74 [2021-04-01T09:33:56.402Z] v2.0.0-dev.75 [2021-04-01T09:33:56.402Z] v2.0.0-dev.76 [2021-04-01T09:33:56.402Z] v2.0.0-dev.77 [2021-04-01T09:33:56.402Z] v2.0.0-dev.78 [2021-04-01T09:33:56.402Z] v2.0.0-dev.79 [2021-04-01T09:33:56.402Z] v2.0.0-dev.8 [2021-04-01T09:33:56.402Z] v2.0.0-dev.80 [2021-04-01T09:33:56.402Z] v2.0.0-dev.81 [2021-04-01T09:33:56.402Z] v2.0.0-dev.82 [2021-04-01T09:33:56.402Z] v2.0.0-dev.83 [2021-04-01T09:33:56.402Z] v2.0.0-dev.84 [2021-04-01T09:33:56.402Z] v2.0.0-dev.85 [2021-04-01T09:33:56.402Z] v2.0.0-dev.86 [2021-04-01T09:33:56.402Z] v2.0.0-dev.87 [2021-04-01T09:33:56.402Z] v2.0.0-dev.88 [2021-04-01T09:33:56.402Z] v2.0.0-dev.89 [2021-04-01T09:33:56.402Z] v2.0.0-dev.9 [2021-04-01T09:33:56.402Z] v2.0.0-dev.90 [2021-04-01T09:33:56.402Z] v2.0.0-dev.91 [2021-04-01T09:33:56.402Z] v2.0.0-dev.92 [2021-04-01T09:33:56.402Z] v2.0.0-dev.93 [2021-04-01T09:33:56.402Z] v2.0.0-dev.94 [2021-04-01T09:33:56.402Z] v2.0.0-dev.95 [2021-04-01T09:33:56.402Z] v2.0.0-dev.96 [2021-04-01T09:33:56.402Z] v2.0.0-dev.97 [2021-04-01T09:33:56.402Z] v2.0.0-dev.98 [2021-04-01T09:33:56.402Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-01T09:33:57.177Z] + lftools sign git-tag v2.0.0-dev.158 [2021-04-01T09:33:59.228Z] Signing Git tag with Sigul... [2021-04-01T09:33:59.228Z] Signing v2.0.0-dev.158 [Pipeline] echo [2021-04-01T09:34:02.150Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:34:03.218Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-01T09:34:03.235Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-01T09:34:03.346Z] $ docker stop --time=1 2ccbbfa603594bc6a0057bd5cdb02374a265ed921fca579d5100fd2814ace4e1 [2021-04-01T09:34:06.191Z] $ docker rm -f 2ccbbfa603594bc6a0057bd5cdb02374a265ed921fca579d5100fd2814ace4e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:34:07.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T09:34:08.102Z] . [Pipeline] withDockerContainer [2021-04-01T09:34:08.904Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:34:09.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:34:11.420Z] $ docker top 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T09:34:12.660Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T09:34:12.660Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T09:34:14.074Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T09:34:14.085Z] $ docker exec 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d ssh-agent [2021-04-01T09:34:14.955Z] SSH_AUTH_SOCK=/tmp/ssh-rohQFAkdZL4c/agent.11 [2021-04-01T09:34:14.955Z] SSH_AGENT_PID=16 [2021-04-01T09:34:14.968Z] Running ssh-add (command line suppressed) [2021-04-01T09:34:15.745Z] Identity added: /w/workspace/edgex-go/426@tmp/private_key_3510237082650046593.key (/w/workspace/edgex-go/426@tmp/private_key_3510237082650046593.key) [2021-04-01T09:34:16.030Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T09:34:16.812Z] + git semver bump pre [2021-04-01T09:34:17.079Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T09:34:17.079Z] # $GIT_DIR = /w/workspace/edgex-go/426/.git [2021-04-01T09:34:17.079Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/426 [2021-04-01T09:34:17.079Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T09:34:17.079Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T09:34:17.079Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T09:34:17.079Z] # $SEMVER_BRANCH = master [2021-04-01T09:34:17.079Z] # $SEMVER_DIR = /w/workspace/edgex-go/426/.semver [2021-04-01T09:34:17.079Z] 2.0.0-dev.159 [Pipeline] } [2021-04-01T09:34:17.094Z] $ docker exec --env ******** --env ******** 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d ssh-agent -k [2021-04-01T09:34:17.675Z] unset SSH_AUTH_SOCK; [2021-04-01T09:34:17.676Z] unset SSH_AGENT_PID; [2021-04-01T09:34:17.676Z] echo Agent pid 16 killed; [2021-04-01T09:34:17.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T09:34:19.579Z] + git semver [Pipeline] } [2021-04-01T09:34:20.138Z] $ docker stop --time=1 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d [2021-04-01T09:34:22.272Z] $ docker rm -f 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:34:23.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T09:34:23.891Z] . [Pipeline] withDockerContainer [2021-04-01T09:34:24.752Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:34:24.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:34:26.466Z] $ docker top 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T09:34:27.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T09:34:27.624Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T09:34:27.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T09:34:27.991Z] $ docker exec 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a ssh-agent [2021-04-01T09:34:28.337Z] SSH_AUTH_SOCK=/tmp/ssh-hrMbghY92F0m/agent.12 [2021-04-01T09:34:28.338Z] SSH_AGENT_PID=17 [2021-04-01T09:34:28.346Z] Running ssh-add (command line suppressed) [2021-04-01T09:34:28.546Z] Identity added: /w/workspace/edgex-go/426@tmp/private_key_7452652889334040321.key (/w/workspace/edgex-go/426@tmp/private_key_7452652889334040321.key) [2021-04-01T09:34:28.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T09:34:30.108Z] + git semver push [2021-04-01T09:34:30.391Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T09:34:30.391Z] # $GIT_DIR = /w/workspace/edgex-go/426/.git [2021-04-01T09:34:30.391Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/426 [2021-04-01T09:34:30.391Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T09:34:30.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T09:34:30.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T09:34:30.391Z] # $SEMVER_BRANCH = master [2021-04-01T09:34:30.391Z] # $SEMVER_DIR = /w/workspace/edgex-go/426/.semver [Pipeline] } [2021-04-01T09:34:43.055Z] $ docker exec --env ******** --env ******** 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a ssh-agent -k [2021-04-01T09:34:44.368Z] unset SSH_AUTH_SOCK; [2021-04-01T09:34:44.368Z] unset SSH_AGENT_PID; [2021-04-01T09:34:44.368Z] echo Agent pid 17 killed; [2021-04-01T09:34:44.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T09:34:46.125Z] + git semver [Pipeline] } [2021-04-01T09:34:46.446Z] $ docker stop --time=1 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a [2021-04-01T09:34:48.809Z] $ docker rm -f 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a [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-04-01T09:34:50.597Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:34:52.013Z] ---> package-listing.sh [2021-04-01T09:34:52.013Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T09:34:52.014Z] ++ facter osfamily [2021-04-01T09:34:52.389Z] + OS_FAMILY=redhat [2021-04-01T09:34:52.389Z] + workspace=/w/workspace/edgex-go/426 [2021-04-01T09:34:52.389Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T09:34:52.389Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T09:34:52.389Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T09:34:52.389Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T09:34:52.389Z] + '[' /w/workspace/edgex-go/426 ']' [2021-04-01T09:34:52.389Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T09:34:52.389Z] + case "${OS_FAMILY}" in [2021-04-01T09:34:52.389Z] + rpm -qa [2021-04-01T09:34:52.389Z] + sort [2021-04-01T09:35:02.848Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T09:35:02.849Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T09:35:02.849Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T09:35:02.849Z] + '[' /w/workspace/edgex-go/426 ']' [2021-04-01T09:35:02.849Z] + mkdir -p /w/workspace/edgex-go/426/archives/ [2021-04-01T09:35:02.849Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/426/archives/ [Pipeline] echo [2021-04-01T09:35:02.865Z] 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/426/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T09:35:03.232Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:35:03.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T09:35:04.604Z] [2021-04-01T09:35:04.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T09:35:05.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T09:35:05.785Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T09:35:05.785Z] df20fa9351a1: Pulling fs layer [2021-04-01T09:35:05.785Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T09:35:05.785Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T09:35:05.785Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T09:35:05.785Z] 93b61091891f: Pulling fs layer [2021-04-01T09:35:05.785Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T09:35:05.785Z] 5e14af77c1be: Pulling fs layer [2021-04-01T09:35:05.785Z] 01666e4c0597: Pulling fs layer [2021-04-01T09:35:05.785Z] aa168da1d23b: Pulling fs layer [2021-04-01T09:35:05.785Z] 46f8f816bc3b: Waiting [2021-04-01T09:35:05.785Z] 93b61091891f: Waiting [2021-04-01T09:35:05.785Z] 93b9cdb0e59b: Waiting [2021-04-01T09:35:05.785Z] 5e14af77c1be: Waiting [2021-04-01T09:35:05.785Z] 01666e4c0597: Waiting [2021-04-01T09:35:05.785Z] aa168da1d23b: Waiting [2021-04-01T09:35:05.785Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T09:35:05.785Z] 36b3adc4ff6f: Download complete [2021-04-01T09:35:05.785Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T09:35:05.785Z] 46f8f816bc3b: Download complete [2021-04-01T09:35:06.200Z] df20fa9351a1: Verifying Checksum [2021-04-01T09:35:06.200Z] df20fa9351a1: Download complete [2021-04-01T09:35:06.200Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T09:35:06.200Z] 93b9cdb0e59b: Download complete [2021-04-01T09:35:06.200Z] 5e14af77c1be: Verifying Checksum [2021-04-01T09:35:06.200Z] 5e14af77c1be: Download complete [2021-04-01T09:35:06.608Z] 01666e4c0597: Verifying Checksum [2021-04-01T09:35:06.608Z] 01666e4c0597: Download complete [2021-04-01T09:35:06.608Z] 93b61091891f: Verifying Checksum [2021-04-01T09:35:06.608Z] 93b61091891f: Download complete [2021-04-01T09:35:06.895Z] df20fa9351a1: Pull complete [2021-04-01T09:35:07.970Z] 36b3adc4ff6f: Pull complete [2021-04-01T09:35:07.970Z] 8ad3a11d3b57: Download complete [2021-04-01T09:35:11.500Z] 8ad3a11d3b57: Pull complete [2021-04-01T09:35:12.112Z] 46f8f816bc3b: Pull complete [2021-04-01T09:35:13.673Z] 93b61091891f: Pull complete [2021-04-01T09:35:14.000Z] 93b9cdb0e59b: Pull complete [2021-04-01T09:35:14.292Z] 5e14af77c1be: Pull complete [2021-04-01T09:35:14.975Z] 01666e4c0597: Pull complete [2021-04-01T09:35:17.031Z] aa168da1d23b: Verifying Checksum [2021-04-01T09:35:17.031Z] aa168da1d23b: Download complete [2021-04-01T09:35:35.581Z] aa168da1d23b: Pull complete [2021-04-01T09:35:35.581Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T09:35:35.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T09:35:35.581Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T09:35:36.799Z] prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container [2021-04-01T09:35:37.401Z] $ 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/426/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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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-04-01T09:35:41.761Z] $ docker top 54f5670f5776be537e9ec4852b032bfd00a7251c68a561de29e4cd3b78d6b4ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T09:35:44.038Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T09:35:45.361Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T09:35:46.147Z] + ls /var/log/sa-host [2021-04-01T09:35:46.147Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T09:35:46.147Z] file_magic: OK [2021-04-01T09:35:46.147Z] HZ: Using current value: 100 [2021-04-01T09:35:46.147Z] file_header: OK [2021-04-01T09:35:46.147Z] 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-04-01T09:35:46.147Z] Statistics: [2021-04-01T09:35:46.147Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-01T09:35:46.147Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T09:35:46.147Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T09:35:46.147Z] file_magic: OK [2021-04-01T09:35:46.147Z] HZ: Using current value: 100 [2021-04-01T09:35:46.147Z] file_header: OK [2021-04-01T09:35:46.147Z] 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-04-01T09:35:46.147Z] Statistics: [2021-04-01T09:35:46.147Z] Hnuu...uuuununununu... [2021-04-01T09:35:46.147Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T09:35:46.866Z] provisioning config files... [2021-04-01T09:35:46.893Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/426@tmp/config983323763218746951tmp [Pipeline] { [Pipeline] echo [2021-04-01T09:35:46.967Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:35:47.709Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T09:35:48.002Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T09:35:48.096Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:35:48.791Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T09:35:48.809Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:35:49.945Z] ---> sudo-logs.sh [2021-04-01T09:35:49.945Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T09:35:50.089Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:35:51.086Z] ---> job-cost.sh [2021-04-01T09:35:51.704Z] lf-activate-venv: SKIPPING [2021-04-01T09:35:51.704Z] DEBUG: total: 0.20999999344348907 [2021-04-01T09:35:51.704Z] INFO: Retrieving Stack Cost... [2021-04-01T09:35:52.809Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T09:35:53.428Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T09:35:53.512Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T09:35:54.465Z] ---> logs-deploy.sh [2021-04-01T09:35:54.465Z] lf-activate-venv: SKIPPING [2021-04-01T09:35:54.465Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/426 [2021-04-01T09:35:54.465Z] INFO: archiving workspace using pattern(s): [2021-04-01T09:35:57.107Z] Archives upload complete. [2021-04-01T09:35:57.107Z] INFO: archiving logs to Nexus