Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e 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-109 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/440 [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/440 # 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 > 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 Checking out Revision 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 Commit message: "Merge pull request #3366 from weichou1229/issue-3354" > git rev-list --no-walk 365d64f25bc40209cc95dfef72a2132f15d059f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-14T12:55:41.443Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-14T12:55:41.535Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-14T12:55:41.568Z] ========================================================= [2021-04-14T12:55:41.568Z] EdgeX Global Pipelines Version Info [2021-04-14T12:55:41.568Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-14T12:55:47.283Z] ------------------- [2021-04-14T12:55:47.283Z] stable info: [2021-04-14T12:55:47.283Z] ------------------- [2021-04-14T12:55:47.283Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-14T12:55:47.283Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-14T12:55:47.283Z] Message: update stable to v1.0.186 [2021-04-14T12:55:48.366Z] ------------------- [2021-04-14T12:55:48.366Z] experimental info: [2021-04-14T12:55:48.366Z] ------------------- [2021-04-14T12:55:48.366Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-14T12:55:48.366Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-14T12:55:48.366Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-14T12:55:48.557Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-14T12:55:48.578Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-14T12:55:48.598Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-14T12:55:48.621Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-14T12:55:48.653Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-14T12:55:48.674Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-14T12:55:48.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-14T12:55:48.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-14T12:55:48.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-14T12:55:48.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-14T12:55:48.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-14T12:55:48.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-14T12:55:48.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-14T12:55:48.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-14T12:55:48.886Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-14T12:55:48.909Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-14T12:55:48.929Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-14T12:55:48.956Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-14T12:55:48.992Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-14T12:55:49.022Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-14T12:55:49.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-14T12:55:49.071Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-14T12:55:49.094Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-14T12:55:49.122Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-14T12:55:49.142Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-14T12:55:49.171Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] echo [2021-04-14T12:55:49.195Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93b0d44 [Pipeline] echo [2021-04-14T12:55:49.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T12:55:49.294Z] provisioning config files... [2021-04-14T12:55:49.339Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config1087663048801899086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T12:55:49.737Z] ---> docker-login.sh [2021-04-14T12:55:49.737Z] nexus3.edgexfoundry.org:10001 [2021-04-14T12:55:50.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:55:51.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:55:51.124Z] Configure a credential helper to remove this warning. See [2021-04-14T12:55:51.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:55:51.124Z] [2021-04-14T12:55:51.124Z] Login Succeeded [2021-04-14T12:55:51.124Z] nexus3.edgexfoundry.org:10002 [2021-04-14T12:55:51.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:55:51.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:55:51.796Z] Configure a credential helper to remove this warning. See [2021-04-14T12:55:51.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:55:51.796Z] [2021-04-14T12:55:51.796Z] Login Succeeded [2021-04-14T12:55:51.796Z] nexus3.edgexfoundry.org:10003 [2021-04-14T12:55:52.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:55:53.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:55:53.263Z] Configure a credential helper to remove this warning. See [2021-04-14T12:55:53.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:55:53.263Z] [2021-04-14T12:55:53.263Z] Login Succeeded [2021-04-14T12:55:53.263Z] nexus3.edgexfoundry.org:10004 [2021-04-14T12:55:53.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:55:53.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:55:53.930Z] Configure a credential helper to remove this warning. See [2021-04-14T12:55:53.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:55:53.930Z] [2021-04-14T12:55:53.930Z] Login Succeeded [2021-04-14T12:55:53.930Z] docker.io [2021-04-14T12:55:54.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T12:55:54.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T12:55:54.623Z] Configure a credential helper to remove this warning. See [2021-04-14T12:55:54.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T12:55:54.623Z] [2021-04-14T12:55:54.623Z] Login Succeeded [2021-04-14T12:55:54.623Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T12:55:54.818Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T12:55:55.288Z] ++ 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-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] ++ dirname cmd/core-command/Dockerfile [2021-04-14T12:55:55.288Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ dirname cmd/core-data/Dockerfile [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-14T12:55:55.288Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T12:55:55.288Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-14T12:55:55.288Z] ++ cut -d/ -f2 [2021-04-14T12:55:55.288Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-14T12:55:55.590Z] 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-14T12:55:57.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T12:55:57.033Z] [2021-04-14T12:55:57.033Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:55:57.560Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T12:55:57.898Z] latest: Pulling from edgex-devops/git-semver [2021-04-14T12:55:57.898Z] 31603596830f: Pulling fs layer [2021-04-14T12:55:57.898Z] 2a8b12db71e7: Pulling fs layer [2021-04-14T12:55:57.898Z] 6ca5941a6612: Pulling fs layer [2021-04-14T12:55:57.898Z] ecc8261a40a4: Pulling fs layer [2021-04-14T12:55:57.898Z] ecc8261a40a4: Waiting [2021-04-14T12:55:58.202Z] 2a8b12db71e7: Verifying Checksum [2021-04-14T12:55:58.202Z] 2a8b12db71e7: Download complete [2021-04-14T12:55:58.529Z] 31603596830f: Verifying Checksum [2021-04-14T12:55:58.529Z] 31603596830f: Download complete [2021-04-14T12:55:58.856Z] ecc8261a40a4: Verifying Checksum [2021-04-14T12:55:58.856Z] ecc8261a40a4: Download complete [2021-04-14T12:55:59.148Z] 6ca5941a6612: Verifying Checksum [2021-04-14T12:55:59.148Z] 6ca5941a6612: Download complete [2021-04-14T12:56:00.188Z] 31603596830f: Pull complete [2021-04-14T12:56:00.495Z] 2a8b12db71e7: Pull complete [2021-04-14T12:56:04.231Z] 6ca5941a6612: Pull complete [2021-04-14T12:56:04.522Z] ecc8261a40a4: Pull complete [2021-04-14T12:56:04.827Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-14T12:56:04.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T12:56:04.827Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-14T12:56:05.332Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T12:56:05.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T12:56:08.836Z] $ docker top 6b53813ed5b39b71ef7e6bbdfd584673965c82c83e24e7eb84836e8a07703b79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T12:56:09.313Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T12:56:09.313Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T12:56:10.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T12:56:10.089Z] $ docker exec 6b53813ed5b39b71ef7e6bbdfd584673965c82c83e24e7eb84836e8a07703b79 ssh-agent [2021-04-14T12:56:10.964Z] SSH_AUTH_SOCK=/tmp/ssh-BhjAAxGh390E/agent.12 [2021-04-14T12:56:10.964Z] SSH_AGENT_PID=17 [2021-04-14T12:56:10.994Z] Running ssh-add (command line suppressed) [2021-04-14T12:56:11.395Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_5425685085916066467.key (/w/workspace/edgex-go/440@tmp/private_key_5425685085916066467.key) [2021-04-14T12:56:11.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T12:56:12.485Z] + git tag --points-at HEAD [Pipeline] } [2021-04-14T12:56:12.542Z] $ docker exec --env ******** --env ******** 6b53813ed5b39b71ef7e6bbdfd584673965c82c83e24e7eb84836e8a07703b79 ssh-agent -k [2021-04-14T12:56:13.148Z] unset SSH_AUTH_SOCK; [2021-04-14T12:56:13.149Z] unset SSH_AGENT_PID; [2021-04-14T12:56:13.149Z] echo Agent pid 17 killed; [2021-04-14T12:56:13.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-14T12:56:13.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T12:56:13.276Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T12:56:13.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T12:56:13.966Z] $ docker exec 6b53813ed5b39b71ef7e6bbdfd584673965c82c83e24e7eb84836e8a07703b79 ssh-agent [2021-04-14T12:56:14.355Z] SSH_AUTH_SOCK=/tmp/ssh-EDpJWHNU6pLX/agent.45 [2021-04-14T12:56:14.355Z] SSH_AGENT_PID=50 [2021-04-14T12:56:14.366Z] Running ssh-add (command line suppressed) [2021-04-14T12:56:14.698Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_1443596123884580923.key (/w/workspace/edgex-go/440@tmp/private_key_1443596123884580923.key) [2021-04-14T12:56:14.966Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T12:56:15.741Z] + git semver init [2021-04-14T12:56:15.741Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T12:56:15.741Z] # $GIT_DIR = /w/workspace/edgex-go/440/.git [2021-04-14T12:56:15.741Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/440 [2021-04-14T12:56:15.741Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T12:56:15.741Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T12:56:15.741Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T12:56:15.741Z] # $SEMVER_BRANCH = master [2021-04-14T12:56:15.741Z] # $SEMVER_TEMP = /tmp/semver-970020656 [2021-04-14T12:56:15.741Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-14T12:56:56.120Z] # '/tmp/semver-970020656' -> '/w/workspace/edgex-go/440/.semver' [2021-04-14T12:56:56.120Z] # -> Force: false [2021-04-14T12:56:56.120Z] # $SEMVER_DIR = /w/workspace/edgex-go/440/.semver [Pipeline] } [2021-04-14T12:56:56.148Z] $ docker exec --env ******** --env ******** 6b53813ed5b39b71ef7e6bbdfd584673965c82c83e24e7eb84836e8a07703b79 ssh-agent -k [2021-04-14T12:56:56.831Z] unset SSH_AUTH_SOCK; [2021-04-14T12:56:56.836Z] unset SSH_AGENT_PID; [2021-04-14T12:56:56.836Z] echo Agent pid 50 killed; [2021-04-14T12:56:57.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T12:56:57.791Z] + git semver [Pipeline] } [2021-04-14T12:56:57.867Z] $ docker stop --time=1 6b53813ed5b39b71ef7e6bbdfd584673965c82c83e24e7eb84836e8a07703b79 [2021-04-14T12:56:59.778Z] $ docker rm -f 6b53813ed5b39b71ef7e6bbdfd584673965c82c83e24e7eb84836e8a07703b79 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T12:57:00.690Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-14T12:57:02.049Z] Stashed 1 file(s) [Pipeline] echo [2021-04-14T12:57:02.053Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.172 [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-14T12:57:02.742Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-14T12:57:03.305Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T12:57:03.828Z] + sudo service docker restart [2021-04-14T12:57:03.828Z] + true [2021-04-14T12:57:03.828Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-14T12:57:05.312Z] ========================================================= [2021-04-14T12:57:05.312Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-14T12:57:05.312Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:57:05.888Z] + 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-14T12:57:16.523Z] Sending build context to Docker daemon 329.3MB [2021-04-14T12:57:16.523Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T12:57:16.523Z] Step 2/6 : FROM ${BASE} [2021-04-14T12:57:16.523Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-14T12:57:16.523Z] 188c0c94c7c5: Pulling fs layer [2021-04-14T12:57:16.523Z] 0ef7d3d256c8: Pulling fs layer [2021-04-14T12:57:16.523Z] de9db76c5a1d: Pulling fs layer [2021-04-14T12:57:16.523Z] bca2f99d35d6: Pulling fs layer [2021-04-14T12:57:16.523Z] 93359f2a8cfa: Pulling fs layer [2021-04-14T12:57:16.523Z] 7c6f9722023f: Pulling fs layer [2021-04-14T12:57:16.523Z] a35cf1a2eb13: Pulling fs layer [2021-04-14T12:57:16.523Z] bca2f99d35d6: Waiting [2021-04-14T12:57:16.523Z] 93359f2a8cfa: Waiting [2021-04-14T12:57:16.523Z] 7c6f9722023f: Waiting [2021-04-14T12:57:16.523Z] a35cf1a2eb13: Waiting [2021-04-14T12:57:16.523Z] de9db76c5a1d: Verifying Checksum [2021-04-14T12:57:16.523Z] de9db76c5a1d: Download complete [2021-04-14T12:57:16.523Z] 0ef7d3d256c8: Verifying Checksum [2021-04-14T12:57:16.523Z] 0ef7d3d256c8: Download complete [2021-04-14T12:57:16.523Z] 93359f2a8cfa: Verifying Checksum [2021-04-14T12:57:16.523Z] 93359f2a8cfa: Download complete [2021-04-14T12:57:16.523Z] 7c6f9722023f: Verifying Checksum [2021-04-14T12:57:16.523Z] 7c6f9722023f: Download complete [2021-04-14T12:57:16.523Z] 188c0c94c7c5: Verifying Checksum [2021-04-14T12:57:16.523Z] 188c0c94c7c5: Download complete [2021-04-14T12:57:16.523Z] 188c0c94c7c5: Pull complete [2021-04-14T12:57:17.179Z] Still waiting to schedule task [2021-04-14T12:57:17.180Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-14T12:57:17.181Z] 0ef7d3d256c8: Pull complete [2021-04-14T12:57:18.212Z] de9db76c5a1d: Pull complete [2021-04-14T12:57:20.939Z] a35cf1a2eb13: Verifying Checksum [2021-04-14T12:57:20.939Z] a35cf1a2eb13: Download complete [2021-04-14T12:57:23.015Z] bca2f99d35d6: Verifying Checksum [2021-04-14T12:57:23.015Z] bca2f99d35d6: Download complete [2021-04-14T12:57:42.129Z] bca2f99d35d6: Pull complete [2021-04-14T12:57:42.751Z] 93359f2a8cfa: Pull complete [2021-04-14T12:57:43.037Z] 7c6f9722023f: Pull complete [2021-04-14T12:57:52.089Z] a35cf1a2eb13: Pull complete [2021-04-14T12:57:52.090Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-14T12:57:52.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-14T12:57:52.090Z] ---> a62c8e92a672 [2021-04-14T12:57:52.090Z] 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-14T12:57:52.090Z] ---> Running in f9ad1af32001 [2021-04-14T12:57:52.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T12:57:53.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T12:57:53.967Z] (1/12) Installing libmagic (5.38-r0) [2021-04-14T12:57:54.328Z] (2/12) Installing file (5.38-r0) [2021-04-14T12:57:54.328Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-14T12:57:54.328Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-14T12:58:09.624Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-14T12:58:09.624Z] (6/12) Installing patch (2.7.6-r6) [2021-04-14T12:58:09.624Z] (7/12) Installing build-base (0.5-r2) [2021-04-14T12:58:09.624Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-14T12:58:09.624Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-14T12:58:09.624Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-14T12:58:09.624Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-14T12:58:09.624Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-14T12:58:09.624Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T12:58:09.624Z] OK: 233 MiB in 51 packages [2021-04-14T12:58:14.213Z] Removing intermediate container f9ad1af32001 [2021-04-14T12:58:14.213Z] ---> 7662b935a8ce [2021-04-14T12:58:14.213Z] Step 4/6 : WORKDIR /edgex-go [2021-04-14T12:58:14.213Z] ---> Running in a361fd69283b [2021-04-14T12:58:14.509Z] Removing intermediate container a361fd69283b [2021-04-14T12:58:14.509Z] ---> 14685a7362b7 [2021-04-14T12:58:14.509Z] Step 5/6 : COPY go.mod . [2021-04-14T12:58:15.153Z] ---> 87390d9bdb97 [2021-04-14T12:58:15.153Z] Step 6/6 : RUN go mod download [2021-04-14T12:58:15.153Z] ---> Running in 5dd79e2023ec [2021-04-14T12:58:47.913Z] Removing intermediate container 5dd79e2023ec [2021-04-14T12:58:47.913Z] ---> 408c9ca8250f [2021-04-14T12:58:47.913Z] Successfully built 408c9ca8250f [2021-04-14T12:58:47.913Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:58:48.319Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T12:58:48.593Z] . [Pipeline] withDockerContainer [2021-04-14T12:58:49.235Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T12:58:49.753Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T12:58:51.600Z] $ docker top 0f3d30c0ed4a1944a59dc4f7171212ec10fa4615e8289b7afb813d045141cc55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T12:58:53.539Z] + go version [2021-04-14T12:58:53.539Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-14T12:58:53.634Z] $ docker stop --time=1 0f3d30c0ed4a1944a59dc4f7171212ec10fa4615e8289b7afb813d045141cc55 [2021-04-14T12:58:55.986Z] $ docker rm -f 0f3d30c0ed4a1944a59dc4f7171212ec10fa4615e8289b7afb813d045141cc55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T12:58:56.708Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T12:58:56.708Z] . [Pipeline] withDockerContainer [2021-04-14T12:58:56.976Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T12:58:57.085Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T12:58:58.718Z] $ docker top 49a5e648f5fc8ec35a0b78e772ac4c9e7eb8bc879ec49881091950166c592bbd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T12:58:58.960Z] ========================================================= [2021-04-14T12:58:58.960Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-14T12:58:58.960Z] ========================================================= [Pipeline] sh [2021-04-14T12:58:59.972Z] + make test [2021-04-14T12:58:59.972Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-14T12:59:22.596Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-14T12:59:56.275Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-14T13:00:00.128Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-116 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-14T13:00:00.145Z] Running in /w/workspace/edgex-go/440 [Pipeline] { [Pipeline] checkout [2021-04-14T13:00:05.669Z] using credential edgex-jenkins-ssh [2021-04-14T13:00:05.689Z] Cloning the remote Git repository [2021-04-14T13:00:05.800Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-14T13:00:05.964Z] > git init /w/workspace/edgex-go/440 # timeout=10 [2021-04-14T13:00:06.110Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T13:00:06.111Z] > git --version # timeout=10 [2021-04-14T13:00:06.128Z] > git --version # 'git version 2.17.1' [2021-04-14T13:00:06.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T13:00:06.185Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T13:00:15.954Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-14T13:00:15.954Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-14T13:00:15.954Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-14T13:00:23.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-14T13:00:23.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-14T13:00:23.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-14T13:00:23.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-14T13:00:23.912Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T13:00:23.937Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T13:00:23.962Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T13:00:23.993Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T13:00:23.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T13:00:24.004Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-14T13:00:24.681Z] Checking out Revision 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e (master) [2021-04-14T13:00:24.800Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-14T13:00:26.563Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-14T13:00:24.704Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T13:00:24.716Z] > git checkout -f 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 [2021-04-14T13:00:29.141Z] Commit message: "Merge pull request #3366 from weichou1229/issue-3354" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T13:00:30.574Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-14T13:00:30.994Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T13:00:31.331Z] + + true [2021-04-14T13:00:31.331Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T13:00:33.355Z] provisioning config files... [2021-04-14T13:00:33.399Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config5758127434373935280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:00:33.781Z] ---> docker-login.sh [2021-04-14T13:00:33.781Z] nexus3.edgexfoundry.org:10001 [2021-04-14T13:00:34.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:00:34.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:00:34.977Z] Configure a credential helper to remove this warning. See [2021-04-14T13:00:34.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:00:34.977Z] [2021-04-14T13:00:34.977Z] Login Succeeded [2021-04-14T13:00:34.977Z] nexus3.edgexfoundry.org:10002 [2021-04-14T13:00:35.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:00:35.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:00:35.522Z] Configure a credential helper to remove this warning. See [2021-04-14T13:00:35.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:00:35.522Z] [2021-04-14T13:00:35.522Z] Login Succeeded [2021-04-14T13:00:35.522Z] nexus3.edgexfoundry.org:10003 [2021-04-14T13:00:35.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:00:36.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:00:36.067Z] Configure a credential helper to remove this warning. See [2021-04-14T13:00:36.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:00:36.067Z] [2021-04-14T13:00:36.067Z] Login Succeeded [2021-04-14T13:00:36.067Z] nexus3.edgexfoundry.org:10004 [2021-04-14T13:00:36.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:00:36.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:00:36.339Z] Configure a credential helper to remove this warning. See [2021-04-14T13:00:36.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:00:36.339Z] [2021-04-14T13:00:36.339Z] Login Succeeded [2021-04-14T13:00:36.339Z] docker.io [2021-04-14T13:00:36.709Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-14T13:00:36.709Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-14T13:00:36.709Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-14T13:00:36.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:00:36.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:00:36.940Z] Configure a credential helper to remove this warning. See [2021-04-14T13:00:36.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:00:36.940Z] [2021-04-14T13:00:36.940Z] Login Succeeded [2021-04-14T13:00:36.940Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T13:00:36.959Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-14T13:00:37.251Z] ========================================================= [2021-04-14T13:00:37.251Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-14T13:00:37.251Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:00:37.600Z] + 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-14T13:00:40.255Z] Sending build context to Docker daemon 167.2MB [2021-04-14T13:00:40.255Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T13:00:40.255Z] Step 2/6 : FROM ${BASE} [2021-04-14T13:00:40.255Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-14T13:00:40.255Z] 5f621e34cdf4: Pulling fs layer [2021-04-14T13:00:40.255Z] a4357932f1b6: Pulling fs layer [2021-04-14T13:00:40.255Z] 18c013af1878: Pulling fs layer [2021-04-14T13:00:40.255Z] 00ac8860ef70: Pulling fs layer [2021-04-14T13:00:40.255Z] 63d7cb157983: Pulling fs layer [2021-04-14T13:00:40.255Z] b116817d02f9: Pulling fs layer [2021-04-14T13:00:40.255Z] 745a02a5169b: Pulling fs layer [2021-04-14T13:00:40.255Z] 00ac8860ef70: Waiting [2021-04-14T13:00:40.255Z] 63d7cb157983: Waiting [2021-04-14T13:00:40.255Z] b116817d02f9: Waiting [2021-04-14T13:00:40.255Z] 745a02a5169b: Waiting [2021-04-14T13:00:40.255Z] 18c013af1878: Verifying Checksum [2021-04-14T13:00:40.255Z] 18c013af1878: Download complete [2021-04-14T13:00:40.255Z] a4357932f1b6: Verifying Checksum [2021-04-14T13:00:40.255Z] a4357932f1b6: Download complete [2021-04-14T13:00:40.255Z] 63d7cb157983: Download complete [2021-04-14T13:00:40.255Z] b116817d02f9: Verifying Checksum [2021-04-14T13:00:40.255Z] b116817d02f9: Download complete [2021-04-14T13:00:40.255Z] 5f621e34cdf4: Verifying Checksum [2021-04-14T13:00:40.255Z] 5f621e34cdf4: Download complete [2021-04-14T13:00:40.852Z] 5f621e34cdf4: Pull complete [2021-04-14T13:00:41.129Z] a4357932f1b6: Pull complete [2021-04-14T13:00:41.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.474s coverage: 45.9% of statements [2021-04-14T13:00:41.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-14T13:00:41.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-14T13:00:41.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-14T13:00:41.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-14T13:00:41.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-14T13:00:41.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-14T13:00:41.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements [2021-04-14T13:00:41.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.568s coverage: 100.0% of statements [2021-04-14T13:00:42.109Z] 18c013af1878: Pull complete [2021-04-14T13:00:42.723Z] 745a02a5169b: Verifying Checksum [2021-04-14T13:00:42.723Z] 745a02a5169b: Download complete [2021-04-14T13:00:43.321Z] 00ac8860ef70: Verifying Checksum [2021-04-14T13:00:43.321Z] 00ac8860ef70: Download complete [2021-04-14T13:00:49.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.732s coverage: 27.1% of statements [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-14T13:00:49.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.368s coverage: 100.0% of statements [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-14T13:00:49.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.277s coverage: 100.0% of statements [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-14T13:00:49.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 71.3% of statements [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-14T13:00:49.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-14T13:00:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.507s coverage: 82.9% of statements [2021-04-14T13:00:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-14T13:00:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T13:00:52.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.098s coverage: 78.9% of statements [2021-04-14T13:00:52.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-14T13:00:53.490Z] 00ac8860ef70: Pull complete [2021-04-14T13:00:53.777Z] 63d7cb157983: Pull complete [2021-04-14T13:00:54.375Z] b116817d02f9: Pull complete [2021-04-14T13:00:58.674Z] 745a02a5169b: Pull complete [2021-04-14T13:00:58.674Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-14T13:00:58.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-14T13:00:58.674Z] ---> b7e6874047d6 [2021-04-14T13:00:58.674Z] 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-14T13:01:01.308Z] ---> Running in 6e454106ebed [2021-04-14T13:01:01.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.004s coverage: 28.6% of statements [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-14T13:01:01.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.473s coverage: 100.0% of statements [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-14T13:01:01.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.506s coverage: 100.0% of statements [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-14T13:01:01.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.784s coverage: 86.7% of statements [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-14T13:01:01.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.648s coverage: 97.5% of statements [2021-04-14T13:01:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-14T13:01:02.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:01:02.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.209s coverage: 78.3% of statements [2021-04-14T13:01:02.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-14T13:01:02.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-14T13:01:02.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-14T13:01:02.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-14T13:01:03.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:01:04.013Z] (1/12) Installing libmagic (5.38-r0) [2021-04-14T13:01:04.013Z] (2/12) Installing file (5.38-r0) [2021-04-14T13:01:04.285Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-14T13:01:04.285Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-14T13:01:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.655s coverage: 92.8% of statements [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-14T13:01:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.192s coverage: 58.8% of statements [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-14T13:01:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.9% of statements [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-14T13:01:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-14T13:01:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.112s coverage: 47.1% of statements [2021-04-14T13:01:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.171s coverage: 79.5% of statements [2021-04-14T13:01:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.144s coverage: 94.1% of statements [2021-04-14T13:01:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.201s coverage: 96.3% of statements [2021-04-14T13:01:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements [2021-04-14T13:01:08.584Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-14T13:01:08.584Z] (6/12) Installing patch (2.7.6-r6) [2021-04-14T13:01:08.584Z] (7/12) Installing build-base (0.5-r2) [2021-04-14T13:01:08.584Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-14T13:01:08.584Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-14T13:01:08.584Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-14T13:01:08.855Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-14T13:01:08.855Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-14T13:01:08.855Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T13:01:09.128Z] OK: 217 MiB in 51 packages [2021-04-14T13:01:13.436Z] Removing intermediate container 6e454106ebed [2021-04-14T13:01:13.436Z] ---> 9232dc1dfc50 [2021-04-14T13:01:13.436Z] Step 4/6 : WORKDIR /edgex-go [2021-04-14T13:01:13.436Z] ---> Running in bd17f25d2c98 [2021-04-14T13:01:13.436Z] Removing intermediate container bd17f25d2c98 [2021-04-14T13:01:13.436Z] ---> ede5c382bf53 [2021-04-14T13:01:13.436Z] Step 5/6 : COPY go.mod . [2021-04-14T13:01:14.419Z] ---> 661065c0b9d6 [2021-04-14T13:01:14.419Z] Step 6/6 : RUN go mod download [2021-04-14T13:01:14.419Z] ---> Running in b9a744a0a291 [2021-04-14T13:01:19.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.123s coverage: 94.4% of statements [2021-04-14T13:01:19.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements [2021-04-14T13:01:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.163s coverage: 81.9% of statements [2021-04-14T13:01:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.406s coverage: 92.9% of statements [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.110s coverage: 77.8% of statements [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.301s coverage: 87.2% of statements [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.223s coverage: 100.0% of statements [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.247s coverage: 75.5% of statements [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.269s coverage: 80.8% of statements [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.226s coverage: 87.2% of statements [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.145s coverage: 84.6% of statements [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.6% of statements [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.366s coverage: 64.4% of statements [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-14T13:01:32.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-04-14T13:01:32.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-04-14T13:01:33.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.131s coverage: 73.7% of statements [2021-04-14T13:01:33.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-04-14T13:01:36.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.738s coverage: 69.0% of statements [2021-04-14T13:01:36.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-14T13:01:36.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-14T13:01:36.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-14T13:01:36.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.235s coverage: 38.4% of statements [2021-04-14T13:01:36.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-14T13:01:36.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-14T13:01:36.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements [2021-04-14T13:01:36.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-14T13:01:37.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.155s coverage: 84.8% of statements [2021-04-14T13:01:41.237Z] Removing intermediate container b9a744a0a291 [2021-04-14T13:01:41.237Z] ---> 59f5f380a9a6 [2021-04-14T13:01:41.237Z] Successfully built 59f5f380a9a6 [2021-04-14T13:01:41.237Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:01:41.580Z] + docker inspect -f . ci-base-image-arm64 [2021-04-14T13:01:41.580Z] . [Pipeline] withDockerContainer [2021-04-14T13:01:41.813Z] prd-ubuntu18.04-docker-arm64-4c-16g-116 does not seem to be running inside a container [2021-04-14T13:01:41.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:01:43.557Z] $ docker top 6f275d605c10cdeca2d08973e241e3ab25de5e093a01cb551d932ee82e26256d -eo pid,comm [2021-04-14T13:01:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.0% of statements [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-14T13:01:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.297s coverage: 100.0% of statements [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-14T13:01:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.295s coverage: 100.0% of statements [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-14T13:01:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.102s coverage: 10.5% of statements [2021-04-14T13:01:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [Pipeline] { [Pipeline] sh [2021-04-14T13:01:44.488Z] + go version [2021-04-14T13:01:44.489Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-14T13:01:44.514Z] $ docker stop --time=1 6f275d605c10cdeca2d08973e241e3ab25de5e093a01cb551d932ee82e26256d [2021-04-14T13:01:44.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.648s coverage: 87.7% of statements [2021-04-14T13:01:44.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-14T13:01:44.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T13:01:44.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-14T13:01:46.401Z] $ docker rm -f 6f275d605c10cdeca2d08973e241e3ab25de5e093a01cb551d932ee82e26256d [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-14T13:01:47.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T13:01:47.699Z] [2021-04-14T13:01:47.699Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:01:48.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T13:01:48.327Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-14T13:01:48.327Z] 29e5d40040c1: Pulling fs layer [2021-04-14T13:01:48.327Z] 1ce36da41761: Pulling fs layer [2021-04-14T13:01:48.327Z] 25b303627fd3: Pulling fs layer [2021-04-14T13:01:48.327Z] 29e5d40040c1: Verifying Checksum [2021-04-14T13:01:48.327Z] 29e5d40040c1: Download complete [2021-04-14T13:01:48.932Z] 1ce36da41761: Verifying Checksum [2021-04-14T13:01:48.932Z] 1ce36da41761: Download complete [2021-04-14T13:01:48.932Z] 29e5d40040c1: Pull complete [2021-04-14T13:01:50.371Z] 1ce36da41761: Pull complete [2021-04-14T13:01:50.645Z] 25b303627fd3: Verifying Checksum [2021-04-14T13:01:50.645Z] 25b303627fd3: Download complete [2021-04-14T13:01:51.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.447s coverage: 29.1% of statements [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-14T13:01:51.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-14T13:01:51.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-14T13:01:51.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.273s coverage: 95.6% of statements [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-14T13:01:51.305Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.076s coverage: 0.0% of statements [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-14T13:01:51.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-14T13:01:51.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-14T13:01:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-14T13:01:51.580Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-04-14T13:01:52.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.183s coverage: 28.1% of statements [2021-04-14T13:01:52.485Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.149s coverage: 100.0% of statements [2021-04-14T13:01:53.137Z] GO111MODULE=on go vet ./... [2021-04-14T13:02:00.782Z] 25b303627fd3: Pull complete [2021-04-14T13:02:00.782Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-14T13:02:00.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T13:02:00.782Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-14T13:02:01.050Z] prd-ubuntu18.04-docker-arm64-4c-16g-116 does not seem to be running inside a container [2021-04-14T13:02:01.138Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:02:04.114Z] $ docker top 70b493b1409cec074ef6c71d0ef82e99a266d8beb2e723acbf86ab8dbdb4e8a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:02:05.030Z] + docker-compose build --help [2021-04-14T13:02:05.030Z] + grep parallel [2021-04-14T13:02:08.397Z] --parallel Build images in parallel. [Pipeline] } [2021-04-14T13:02:08.466Z] $ docker stop --time=1 70b493b1409cec074ef6c71d0ef82e99a266d8beb2e723acbf86ab8dbdb4e8a9 [2021-04-14T13:02:10.450Z] $ docker rm -f 70b493b1409cec074ef6c71d0ef82e99a266d8beb2e723acbf86ab8dbdb4e8a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:02:11.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T13:02:11.150Z] . [Pipeline] withDockerContainer [2021-04-14T13:02:11.470Z] prd-ubuntu18.04-docker-arm64-4c-16g-116 does not seem to be running inside a container [2021-04-14T13:02:11.580Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:02:12.946Z] $ docker top 39edd46f986b6d6453eca850591b0882432f937c163a402fbb351465866efb58 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:02:13.875Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-14T13:02:17.258Z] Building docker-core-command-go ... [2021-04-14T13:02:17.258Z] Building docker-core-data-go ... [2021-04-14T13:02:17.258Z] Building docker-core-metadata-go ... [2021-04-14T13:02:17.258Z] Building docker-security-bootstrapper-go ... [2021-04-14T13:02:17.259Z] Building docker-security-proxy-setup-go ... [2021-04-14T13:02:17.259Z] Building docker-security-secretstore-setup-go ... [2021-04-14T13:02:17.259Z] Building docker-support-notifications-go ... [2021-04-14T13:02:17.259Z] Building docker-support-scheduler-go ... [2021-04-14T13:02:17.259Z] Building docker-sys-mgmt-agent-go ... [2021-04-14T13:02:17.259Z] Building docker-core-data-go [2021-04-14T13:02:17.259Z] Building docker-support-notifications-go [2021-04-14T13:02:17.259Z] Building docker-core-metadata-go [2021-04-14T13:02:17.259Z] Building docker-support-scheduler-go [2021-04-14T13:02:17.259Z] Building docker-security-proxy-setup-go [2021-04-14T13:03:13.784Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:03:13.784Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:03:13.784Z] ---> 59f5f380a9a6 [2021-04-14T13:03:13.785Z] Step 3/21 : WORKDIR /edgex-go [2021-04-14T13:03:13.785Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:03:13.785Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:03:13.785Z] ---> 59f5f380a9a6 [2021-04-14T13:03:13.785Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:03:13.785Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:03:13.785Z] [2021-04-14T13:03:13.785Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:03:13.785Z] [2021-04-14T13:03:13.785Z] [2021-04-14T13:03:13.785Z] ---> 59f5f380a9a6 [2021-04-14T13:03:13.785Z] ---> 59f5f380a9a6 [2021-04-14T13:03:13.785Z] Step 3/23 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2021-04-14T13:03:13.785Z] [2021-04-14T13:03:13.785Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:03:13.785Z] ---> 59f5f380a9a6 [2021-04-14T13:03:13.785Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T13:03:13.785Z] ---> Running in 7c3458e6fe27 [2021-04-14T13:03:13.785Z] ---> Running in 2d1135f25e13 [2021-04-14T13:03:13.785Z] ---> Running in 23d263efe890 [2021-04-14T13:03:13.785Z] ---> Running in f20612be3be0 [2021-04-14T13:03:13.785Z] ---> Running in 78bec9be113e [2021-04-14T13:03:13.785Z] Removing intermediate container 2d1135f25e13 [2021-04-14T13:03:13.785Z] ---> 9a3d4f1a5493 [2021-04-14T13:03:13.785Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.785Z] Removing intermediate container 78bec9be113e [2021-04-14T13:03:13.785Z] ---> 8300e18b0f5c [2021-04-14T13:03:13.785Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.785Z] Removing intermediate container 7c3458e6fe27 [2021-04-14T13:03:13.785Z] ---> 756e2aad910c [2021-04-14T13:03:13.785Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.785Z] Removing intermediate container f20612be3be0 [2021-04-14T13:03:13.785Z] ---> ba6af4deed8f [2021-04-14T13:03:13.785Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.785Z] Removing intermediate container 23d263efe890 [2021-04-14T13:03:13.785Z] ---> dc8cf4263e4d [2021-04-14T13:03:13.785Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:03:13.785Z] ---> Running in 2c55b656361d [2021-04-14T13:03:13.785Z] ---> Running in 1ad751cc7e94 [2021-04-14T13:03:13.785Z] ---> Running in 3e8680d872fc [2021-04-14T13:03:13.785Z] ---> Running in b5cda2273420 [2021-04-14T13:03:13.785Z] ---> Running in b7bc73bbb367 [2021-04-14T13:03:13.785Z] Removing intermediate container 2c55b656361d [2021-04-14T13:03:13.785Z] ---> 02cf5495a4ca [2021-04-14T13:03:13.785Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-14T13:03:14.058Z] ---> Running in 2890ba5fc558 [2021-04-14T13:03:14.340Z] Removing intermediate container 3e8680d872fc [2021-04-14T13:03:14.340Z] ---> 5f53410dddde [2021-04-14T13:03:14.340Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-14T13:03:14.340Z] Removing intermediate container 1ad751cc7e94 [2021-04-14T13:03:14.340Z] ---> d4abaa2f1466 [2021-04-14T13:03:14.340Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-14T13:03:14.616Z] ---> Running in e2134c49d064 [2021-04-14T13:03:14.616Z] ---> Running in c729f2d1a3da [2021-04-14T13:03:14.616Z] Removing intermediate container b7bc73bbb367 [2021-04-14T13:03:14.616Z] ---> aa942da93ef0 [2021-04-14T13:03:14.616Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T13:03:14.896Z] Removing intermediate container b5cda2273420 [2021-04-14T13:03:14.896Z] ---> 8da8cf298190 [2021-04-14T13:03:14.896Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-14T13:03:14.896Z] ---> Running in aabb396e5f5e [2021-04-14T13:03:15.189Z] ---> Running in 44849939503e [2021-04-14T13:03:15.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:16.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:16.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:16.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:16.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:16.997Z] gofmt -l . [2021-04-14T13:03:16.997Z] [ "`gofmt -l .`" = "" ] [2021-04-14T13:03:16.997Z] ./bin/test-go-mod-tidy.sh [2021-04-14T13:03:17.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:17.283Z] ./bin/test-attribution-txt.sh [2021-04-14T13:03:17.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:17.365Z] OK: 217 MiB in 51 packages [2021-04-14T13:03:17.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:17.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:17.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:03:18.205Z] OK: 217 MiB in 51 packages [2021-04-14T13:03:18.205Z] OK: 217 MiB in 51 packages [2021-04-14T13:03:18.819Z] OK: 217 MiB in 51 packages [2021-04-14T13:03:19.098Z] OK: 217 MiB in 51 packages [2021-04-14T13:03:19.098Z] Removing intermediate container 2890ba5fc558 [2021-04-14T13:03:19.098Z] ---> 6784f5551d75 [2021-04-14T13:03:19.098Z] Step 6/22 : COPY go.mod . [Pipeline] sh [2021-04-14T13:03:20.102Z] ---> 8cdb3d7b6666 [2021-04-14T13:03:20.102Z] Step 7/22 : RUN go mod download [2021-04-14T13:03:20.102Z] Removing intermediate container c729f2d1a3da [2021-04-14T13:03:20.102Z] ---> 59b5ae8532a1 [2021-04-14T13:03:20.102Z] Step 6/23 : COPY go.mod . [2021-04-14T13:03:20.141Z] + ls -al . [2021-04-14T13:03:20.141Z] total 796 [2021-04-14T13:03:20.141Z] drwxrwxr-x 10 1001 1001 4096 Apr 14 13:03 . [2021-04-14T13:03:20.141Z] drwxr-xr-x 4 root root 32 Apr 14 12:58 .. [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 11 Apr 14 12:55 .dockerignore [2021-04-14T13:03:20.141Z] drwxrwxr-x 8 1001 1001 162 Apr 14 12:55 .git [2021-04-14T13:03:20.141Z] drwxrwxr-x 3 1001 1001 125 Apr 14 12:55 .github [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 818 Apr 14 12:55 .gitignore [2021-04-14T13:03:20.141Z] drwx------ 3 1001 1001 45 Apr 14 12:56 .semver [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 166 Apr 14 12:55 .sonarcloud.properties [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 8494 Apr 14 12:55 Attribution.txt [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 3804 Apr 14 12:55 CONTRIBUTING.md [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 931 Apr 14 12:55 Dockerfile.build [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 863 Apr 14 12:55 Jenkinsfile [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 10775 Apr 14 12:55 LICENSE [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 5774 Apr 14 12:55 Makefile [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 6548 Apr 14 12:55 README.md [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 6755 Apr 14 12:55 SECURITY.md [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 13 Apr 14 12:57 VERSION [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 4131 Apr 14 12:55 ZMQWindows.md [2021-04-14T13:03:20.141Z] drwxrwxr-x 2 1001 1001 117 Apr 14 12:55 bin [2021-04-14T13:03:20.141Z] drwxrwxr-x 14 1001 1001 4096 Apr 14 12:55 cmd [2021-04-14T13:03:20.141Z] -rw-r--r-- 1 root root 686607 Apr 14 13:01 coverage.out [2021-04-14T13:03:20.141Z] -rw-r--r-- 1 root root 1058 Apr 14 13:03 go.mod [2021-04-14T13:03:20.141Z] -rw-r--r-- 1 root root 21920 Apr 14 13:03 go.sum [2021-04-14T13:03:20.141Z] drwxrwxr-x 8 1001 1001 127 Apr 14 12:55 internal [2021-04-14T13:03:20.141Z] drwxrwxr-x 4 1001 1001 26 Apr 14 12:55 openapi [2021-04-14T13:03:20.141Z] drwxrwxr-x 4 1001 1001 71 Apr 14 12:55 snap [2021-04-14T13:03:20.141Z] -rw-rw-r-- 1 1001 1001 168 Apr 14 12:55 version.go [Pipeline] sh [2021-04-14T13:03:20.376Z] Removing intermediate container aabb396e5f5e [2021-04-14T13:03:20.376Z] ---> 4e44692eda84 [2021-04-14T13:03:20.376Z] Step 6/23 : COPY go.mod . [2021-04-14T13:03:20.376Z] ---> Running in 5ea03b0c52bd [2021-04-14T13:03:20.650Z] Removing intermediate container 44849939503e [2021-04-14T13:03:20.650Z] ---> 5530edf12403 [2021-04-14T13:03:20.650Z] Step 6/22 : COPY go.mod . [2021-04-14T13:03:20.650Z] Removing intermediate container e2134c49d064 [2021-04-14T13:03:20.650Z] ---> 59f8bbc84790 [2021-04-14T13:03:20.650Z] Step 6/21 : COPY go.mod . [2021-04-14T13:03:20.990Z] + '[' -e coverage.out ] [2021-04-14T13:03:20.990Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-14T13:03:21.252Z] ---> 41cec4fb1ed4 [2021-04-14T13:03:21.525Z] Step 7/23 : RUN go mod download [2021-04-14T13:03:21.525Z] ---> 6035315a9b25 [2021-04-14T13:03:21.525Z] Step 7/23 : RUN go mod download [2021-04-14T13:03:21.797Z] ---> Running in dbf5f62db712 [2021-04-14T13:03:21.797Z] ---> aa34b0a73960 [2021-04-14T13:03:21.797Z] Step 7/21 : RUN go mod download [2021-04-14T13:03:21.797Z] ---> a6a0d0a4be1e [2021-04-14T13:03:21.797Z] Step 7/22 : RUN go mod download [2021-04-14T13:03:21.833Z] Stashed 1 file(s) [Pipeline] sh [2021-04-14T13:03:22.070Z] ---> Running in 0063ccf8793c [2021-04-14T13:03:22.070Z] ---> Running in 909bee9ae544 [2021-04-14T13:03:22.070Z] ---> Running in 591e32b82387 [2021-04-14T13:03:22.542Z] + make build [2021-04-14T13:03:22.543Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T13:03:24.054Z] Removing intermediate container 5ea03b0c52bd [2021-04-14T13:03:24.055Z] ---> e93e8dc2ad7a [2021-04-14T13:03:24.055Z] Step 8/22 : COPY . . [2021-04-14T13:03:27.460Z] Removing intermediate container dbf5f62db712 [2021-04-14T13:03:27.460Z] ---> 84aa638b56a9 [2021-04-14T13:03:27.460Z] Step 8/23 : COPY . . [2021-04-14T13:03:27.460Z] Removing intermediate container 591e32b82387 [2021-04-14T13:03:27.460Z] ---> 0d56194c31a7 [2021-04-14T13:03:27.460Z] Step 8/21 : COPY . . [2021-04-14T13:03:27.460Z] Removing intermediate container 909bee9ae544 [2021-04-14T13:03:27.460Z] ---> 0d79c05e0d35 [2021-04-14T13:03:27.460Z] Step 8/22 : COPY . . [2021-04-14T13:03:28.061Z] Removing intermediate container 0063ccf8793c [2021-04-14T13:03:28.061Z] ---> d182303fab58 [2021-04-14T13:03:28.061Z] Step 8/23 : COPY . . [2021-04-14T13:03:33.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T13:03:46.393Z] ---> e72e3845503c [2021-04-14T13:03:46.393Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-14T13:03:46.393Z] ---> 4645edd23e94 [2021-04-14T13:03:46.393Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-14T13:03:46.393Z] ---> Running in b30cc589d6ae [2021-04-14T13:03:46.393Z] ---> e912a5f46e5e [2021-04-14T13:03:46.393Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-14T13:03:46.393Z] ---> 8731165cc921 [2021-04-14T13:03:46.393Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-14T13:03:46.393Z] ---> c40e83c05c1d [2021-04-14T13:03:46.393Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-14T13:03:46.393Z] ---> Running in cbf40e064b3e [2021-04-14T13:03:46.393Z] ---> Running in d3fcbad7aec9 [2021-04-14T13:03:46.393Z] ---> Running in 0063ace2e373 [2021-04-14T13:03:46.393Z] ---> Running in e8ae8a64e50b [2021-04-14T13:03:46.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T13:03:46.393Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T13:03:46.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T13:03:46.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T13:03:46.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T13:04:14.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T13:04:18.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T13:04:24.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T13:04:26.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T13:04:29.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T13:04:35.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T13:04:41.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T13:04:46.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T13:04:53.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T13:04:59.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-14T13:05:07.016Z] $ docker stop --time=1 49a5e648f5fc8ec35a0b78e772ac4c9e7eb8bc879ec49881091950166c592bbd [2021-04-14T13:05:09.634Z] $ docker rm -f 49a5e648f5fc8ec35a0b78e772ac4c9e7eb8bc879ec49881091950166c592bbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:05:11.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T13:05:11.849Z] [2021-04-14T13:05:11.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:05:12.315Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T13:05:13.002Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-14T13:05:13.002Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-14T13:05:13.002Z] ca9280d653b3: Pulling fs layer [2021-04-14T13:05:13.002Z] 7e9c9ca2126c: Pulling fs layer [2021-04-14T13:05:13.291Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-14T13:05:13.291Z] cbdbe7a5bc2a: Download complete [2021-04-14T13:05:14.177Z] cbdbe7a5bc2a: Pull complete [2021-04-14T13:05:15.300Z] ca9280d653b3: Verifying Checksum [2021-04-14T13:05:15.300Z] ca9280d653b3: Download complete [2021-04-14T13:05:20.022Z] ca9280d653b3: Pull complete [2021-04-14T13:05:20.313Z] 7e9c9ca2126c: Verifying Checksum [2021-04-14T13:05:20.313Z] 7e9c9ca2126c: Download complete [2021-04-14T13:05:23.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T13:05:38.934Z] Removing intermediate container e8ae8a64e50b [2021-04-14T13:05:38.934Z] ---> 901392d93c74 [2021-04-14T13:05:38.934Z] [2021-04-14T13:05:38.934Z] Step 10/21 : FROM alpine:3.12 [2021-04-14T13:05:38.934Z] 3.12: Pulling from library/alpine [2021-04-14T13:05:39.296Z] 7e9c9ca2126c: Pull complete [2021-04-14T13:05:39.296Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-14T13:05:39.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T13:05:39.296Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-14T13:05:40.378Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T13:05:40.378Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T13:05:40.378Z] ---> d75e27dfc0a0 [2021-04-14T13:05:40.378Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-14T13:05:40.571Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T13:05:40.662Z] ---> Running in 4d8850173295 [2021-04-14T13:05:40.762Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:05:42.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:05:42.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:05:43.574Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-14T13:05:43.859Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:05:43.859Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-14T13:05:43.859Z] (4/4) Installing curl (7.76.1-r0) [2021-04-14T13:05:43.859Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:05:43.859Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:05:44.143Z] OK: 7 MiB in 18 packages [2021-04-14T13:05:44.502Z] $ docker top 0c73c20caa1f250f8668004e24082d905e611d5628933de6c2458b3ff1eccee0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:05:45.953Z] + docker-compose build --help [2021-04-14T13:05:45.953Z] + grep parallel [2021-04-14T13:05:47.967Z] --parallel Build images in parallel. [Pipeline] } [2021-04-14T13:05:47.995Z] $ docker stop --time=1 0c73c20caa1f250f8668004e24082d905e611d5628933de6c2458b3ff1eccee0 [2021-04-14T13:05:48.521Z] Removing intermediate container 4d8850173295 [2021-04-14T13:05:48.521Z] ---> f91086f728c8 [2021-04-14T13:05:48.521Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T13:05:49.121Z] ---> Running in e9ef3e2226ff [2021-04-14T13:05:49.392Z] Removing intermediate container b30cc589d6ae [2021-04-14T13:05:49.392Z] ---> 7f331e9eb027 [2021-04-14T13:05:49.392Z] [2021-04-14T13:05:49.392Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T13:05:49.392Z] ---> d75e27dfc0a0 [2021-04-14T13:05:49.392Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-14T13:05:49.392Z] Removing intermediate container d3fcbad7aec9 [2021-04-14T13:05:49.392Z] ---> 98d64e79dba2 [2021-04-14T13:05:49.392Z] [2021-04-14T13:05:49.392Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T13:05:49.392Z] ---> d75e27dfc0a0 [2021-04-14T13:05:49.681Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:05:49.681Z] ---> Running in 5b904a9971fb [2021-04-14T13:05:49.681Z] ---> Running in 9fd3789c27cf [2021-04-14T13:05:49.681Z] Removing intermediate container e9ef3e2226ff [2021-04-14T13:05:49.681Z] ---> a2e502660e24 [2021-04-14T13:05:49.681Z] Step 13/21 : WORKDIR /edgex [2021-04-14T13:05:50.062Z] ---> Running in c098b023a64f [2021-04-14T13:05:50.194Z] $ docker rm -f 0c73c20caa1f250f8668004e24082d905e611d5628933de6c2458b3ff1eccee0 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-04-14T13:05:50.880Z] Removing intermediate container c098b023a64f [2021-04-14T13:05:50.880Z] ---> 0edc2b2d2a3b [2021-04-14T13:05:50.880Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:05:51.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T13:05:51.291Z] . [Pipeline] withDockerContainer [2021-04-14T13:05:52.152Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T13:05:52.352Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:05:52.562Z] ---> 014046edabcc [2021-04-14T13:05:52.562Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-14T13:05:53.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:05:53.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:05:53.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:05:53.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:05:53.879Z] $ docker top 87090ed47241fef3d76d925f1f09d39d73d8ea8c468ac9bdacb9450f1575105c -eo pid,comm [2021-04-14T13:05:54.087Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T13:05:54.087Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-14T13:05:54.087Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:05:54.087Z] OK: 5 MiB in 15 packages [2021-04-14T13:05:54.087Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-14T13:05:54.087Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:05:54.087Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] { [Pipeline] sh [2021-04-14T13:05:54.386Z] OK: 6 MiB in 16 packages [2021-04-14T13:05:54.580Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-14T13:05:55.003Z] ---> 1f6c89e1e62b [2021-04-14T13:05:55.003Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-14T13:05:56.465Z] Removing intermediate container 5b904a9971fb [2021-04-14T13:05:56.465Z] ---> 4bbb1db99c12 [2021-04-14T13:05:56.465Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:05:56.742Z] ---> b4ecacd951c0 [2021-04-14T13:05:56.743Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-14T13:05:56.749Z] Building docker-core-command-go ... [2021-04-14T13:05:56.749Z] Building docker-core-data-go ... [2021-04-14T13:05:56.749Z] Building docker-core-metadata-go ... [2021-04-14T13:05:56.749Z] Building docker-security-bootstrapper-go ... [2021-04-14T13:05:56.749Z] Building docker-security-proxy-setup-go ... [2021-04-14T13:05:56.749Z] Building docker-security-secretstore-setup-go ... [2021-04-14T13:05:56.749Z] Building docker-support-notifications-go ... [2021-04-14T13:05:56.749Z] Building docker-support-scheduler-go ... [2021-04-14T13:05:56.749Z] Building docker-sys-mgmt-agent-go ... [2021-04-14T13:05:56.749Z] Building docker-support-scheduler-go [2021-04-14T13:05:56.749Z] Building docker-core-command-go [2021-04-14T13:05:56.749Z] Building docker-support-notifications-go [2021-04-14T13:05:56.749Z] Building docker-security-secretstore-setup-go [2021-04-14T13:05:56.749Z] Building docker-security-proxy-setup-go [2021-04-14T13:05:57.021Z] ---> Running in df3042084433 [2021-04-14T13:05:57.021Z] ---> Running in d82283934a51 [2021-04-14T13:05:57.300Z] Removing intermediate container 9fd3789c27cf [2021-04-14T13:05:57.300Z] ---> 7b3f262932dd [2021-04-14T13:05:57.300Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:05:57.899Z] ---> Running in 28d0996735e8 [2021-04-14T13:05:57.899Z] Removing intermediate container df3042084433 [2021-04-14T13:05:57.899Z] ---> dbbf852e5767 [2021-04-14T13:05:57.899Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-14T13:05:58.180Z] Removing intermediate container d82283934a51 [2021-04-14T13:05:58.180Z] ---> 6fdcbbe86146 [2021-04-14T13:05:58.180Z] Step 18/21 : CMD ["--init=true"] [2021-04-14T13:05:58.453Z] ---> Running in 0a1ffec1f200 [2021-04-14T13:05:58.728Z] ---> Running in 8d6653a30ecd [2021-04-14T13:05:58.728Z] Removing intermediate container 28d0996735e8 [2021-04-14T13:05:58.728Z] ---> c8a00d6f65cc [2021-04-14T13:05:58.728Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-14T13:05:59.333Z] ---> Running in 3728e73ed5c6 [2021-04-14T13:05:59.333Z] Removing intermediate container 0a1ffec1f200 [2021-04-14T13:05:59.333Z] ---> 1cbd584dc7a1 [2021-04-14T13:05:59.333Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T13:05:59.607Z] Removing intermediate container 8d6653a30ecd [2021-04-14T13:05:59.607Z] ---> 5bd74dc61f67 [2021-04-14T13:05:59.607Z] Step 19/21 : LABEL arch=arm64 [2021-04-14T13:05:59.885Z] ---> Running in 2752ce6a1de6 [2021-04-14T13:05:59.885Z] ---> Running in 9f6cb5adbbbf [2021-04-14T13:06:00.156Z] Removing intermediate container 0063ace2e373 [2021-04-14T13:06:00.156Z] ---> 17e3dad875ca [2021-04-14T13:06:00.156Z] [2021-04-14T13:06:00.156Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:06:00.156Z] ---> d75e27dfc0a0 [2021-04-14T13:06:00.156Z] Step 11/23 : RUN apk add --update --no-cache dumb-initRemoving intermediate container 3728e73ed5c6 [2021-04-14T13:06:00.156Z] [2021-04-14T13:06:00.156Z] ---> 3c8fd27a25a3 [2021-04-14T13:06:00.156Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T13:06:00.156Z] ---> Using cache [2021-04-14T13:06:00.156Z] ---> 4bbb1db99c12 [2021-04-14T13:06:00.156Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:06:00.156Z] ---> Using cache [2021-04-14T13:06:00.156Z] ---> dbbf852e5767 [2021-04-14T13:06:00.156Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-14T13:06:00.430Z] Removing intermediate container 2752ce6a1de6 [2021-04-14T13:06:00.430Z] ---> 09e94ea2a168 [2021-04-14T13:06:00.430Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:06:00.705Z] ---> Running in ff4fda6a119b [2021-04-14T13:06:00.705Z] ---> Running in af6e05a0626e [2021-04-14T13:06:00.705Z] Removing intermediate container 9f6cb5adbbbf [2021-04-14T13:06:00.705Z] ---> e46f4c34f37e [2021-04-14T13:06:00.705Z] Step 20/21 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:06:00.981Z] ---> Running in 4f537ae4142d [2021-04-14T13:06:01.262Z] Removing intermediate container ff4fda6a119b [2021-04-14T13:06:01.262Z] ---> dd44499986fa [2021-04-14T13:06:01.262Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T13:06:01.538Z] Removing intermediate container af6e05a0626e [2021-04-14T13:06:01.538Z] ---> 3cbf198acab1 [2021-04-14T13:06:01.538Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:06:01.538Z] ---> Running in 89d4a5c9e6a7 [2021-04-14T13:06:01.821Z] ---> 2acad77b9c64 [2021-04-14T13:06:01.821Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-14T13:06:01.821Z] Removing intermediate container 4f537ae4142d [2021-04-14T13:06:01.821Z] ---> d7bd6c12ed59 [2021-04-14T13:06:01.821Z] Step 21/21 : LABEL version=2.0.0-dev.172 [2021-04-14T13:06:02.094Z] ---> Running in 41eed4501850 [2021-04-14T13:06:02.688Z] ---> 0266aaaa88c0 [2021-04-14T13:06:02.688Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-14T13:06:02.688Z] Removing intermediate container 89d4a5c9e6a7 [2021-04-14T13:06:02.688Z] ---> be86dd773500 [2021-04-14T13:06:02.688Z] Step 15/23 : WORKDIR / [2021-04-14T13:06:04.128Z] ---> Running in c7dc762ae006 [2021-04-14T13:06:04.128Z] Removing intermediate container 41eed4501850 [2021-04-14T13:06:04.128Z] ---> d62ce29be8e7 [2021-04-14T13:06:04.128Z] [2021-04-14T13:06:04.128Z] ---> 598d74ed386a [2021-04-14T13:06:04.128Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-14T13:06:04.406Z] ---> a7cfbea3f8f9 [2021-04-14T13:06:04.406Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-14T13:06:04.683Z] Successfully built d62ce29be8e7 [2021-04-14T13:06:04.683Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-14T13:06:04.683Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-14T13:06:04.959Z] Removing intermediate container cbf40e064b3e [2021-04-14T13:06:04.959Z] ---> f515969c2054 [2021-04-14T13:06:04.959Z] [2021-04-14T13:06:04.959Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:06:04.959Z] ---> d75e27dfc0a0 [2021-04-14T13:06:04.959Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-14T13:06:05.232Z] Removing intermediate container c7dc762ae006 [2021-04-14T13:06:05.232Z] ---> 882a2ea0e993 [2021-04-14T13:06:05.232Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:06:05.232Z] ---> Running in 5af2e75801aa [2021-04-14T13:06:05.232Z] ---> dad03d181b06 [2021-04-14T13:06:05.232Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-14T13:06:05.504Z] ---> Running in 6326d37362d3 [2021-04-14T13:06:05.504Z] ---> d62c52b6e15a [2021-04-14T13:06:05.504Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-14T13:06:05.775Z] ---> Running in c05199d81f92 [2021-04-14T13:06:06.046Z] Removing intermediate container 5af2e75801aa [2021-04-14T13:06:06.046Z] ---> a668a842640b [2021-04-14T13:06:06.046Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-14T13:06:06.320Z] ---> 3a501db79095 [2021-04-14T13:06:06.320Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-14T13:06:06.606Z] Removing intermediate container 6326d37362d3 [2021-04-14T13:06:06.606Z] ---> 307253b1f465 [2021-04-14T13:06:06.606Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:06:06.606Z] ---> Running in 548d97543fed [2021-04-14T13:06:06.878Z] Removing intermediate container c05199d81f92 [2021-04-14T13:06:06.878Z] ---> 39e06cc2414c [2021-04-14T13:06:06.878Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:06:07.155Z] ---> Running in d7f4f78b6f99 [2021-04-14T13:06:07.456Z] ---> Running in cb6dfa2887ed [2021-04-14T13:06:08.069Z] Removing intermediate container 548d97543fed [2021-04-14T13:06:08.069Z] ---> 3851db4e7fc8 [2021-04-14T13:06:08.069Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-14T13:06:08.669Z] Removing intermediate container d7f4f78b6f99 [2021-04-14T13:06:08.669Z] ---> ddc8972907cf [2021-04-14T13:06:08.669Z] Step 20/22 : LABEL arch=arm64 [2021-04-14T13:06:08.669Z] ---> Running in 5ac6382bd55f [2021-04-14T13:06:08.669Z] Removing intermediate container cb6dfa2887ed [2021-04-14T13:06:08.669Z] ---> b4699d5b7ba4 [2021-04-14T13:06:08.669Z] Step 20/22 : LABEL arch=arm64 [2021-04-14T13:06:08.669Z] ---> 9f8cd77ba51b [2021-04-14T13:06:08.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-14T13:06:08.946Z] ---> Running in 831f9977acec [2021-04-14T13:06:08.946Z] ---> Running in fc555fe15b4a [2021-04-14T13:06:09.223Z] Removing intermediate container 5ac6382bd55f [2021-04-14T13:06:09.223Z] ---> 9aab674acbc8 [2021-04-14T13:06:09.223Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:06:09.498Z] ---> Running in 9cc2a54d8f28 [2021-04-14T13:06:09.771Z] Removing intermediate container fc555fe15b4a [2021-04-14T13:06:09.771Z] ---> c94e2683c57f [2021-04-14T13:06:09.771Z] Step 21/22 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:06:09.771Z] Removing intermediate container 831f9977acec [2021-04-14T13:06:09.771Z] ---> 7682bc0bf89f [2021-04-14T13:06:09.771Z] Step 21/22 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:06:09.771Z] ---> bdef4527cdf7 [2021-04-14T13:06:09.771Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-14T13:06:10.047Z] ---> Running in 4a65d6952cf6 [2021-04-14T13:06:10.047Z] ---> Running in ebff636f63cb [2021-04-14T13:06:10.047Z] ---> Running in 08c19a319391 [2021-04-14T13:06:10.647Z] Removing intermediate container 4a65d6952cf6 [2021-04-14T13:06:10.647Z] ---> 6bb4758f8dc1 [2021-04-14T13:06:10.647Z] Step 22/22 : LABEL version=2.0.0-dev.172 [2021-04-14T13:06:10.647Z] Removing intermediate container ebff636f63cb [2021-04-14T13:06:10.647Z] ---> 20097e832725 [2021-04-14T13:06:10.647Z] Step 22/22 : LABEL version=2.0.0-dev.172 [2021-04-14T13:06:10.923Z] Removing intermediate container 08c19a319391 [2021-04-14T13:06:10.923Z] ---> 8b19438b7a12 [2021-04-14T13:06:10.923Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:06:10.923Z] ---> Running in 70bf4304e86a [2021-04-14T13:06:10.923Z] ---> Running in 40cec9a5ca18 [2021-04-14T13:06:10.923Z] ---> Running in e9e4f40f0b0a [2021-04-14T13:06:12.377Z] Removing intermediate container 70bf4304e86a [2021-04-14T13:06:12.377Z] ---> 896847bbda94 [2021-04-14T13:06:12.377Z] [2021-04-14T13:06:12.377Z] Removing intermediate container 40cec9a5ca18 [2021-04-14T13:06:12.377Z] ---> 539a27b6fdc3 [2021-04-14T13:06:12.377Z] [2021-04-14T13:06:12.377Z] Removing intermediate container e9e4f40f0b0a [2021-04-14T13:06:12.377Z] ---> b457e65debcd [2021-04-14T13:06:12.377Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T13:06:12.653Z] Successfully built 896847bbda94 [2021-04-14T13:06:12.938Z] Successfully built 539a27b6fdc3 [2021-04-14T13:06:12.938Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-14T13:06:12.938Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-04-14T13:06:12.938Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-14T13:06:12.938Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-04-14T13:06:12.938Z] ---> Running in 813e32de6357 [2021-04-14T13:06:13.227Z] Removing intermediate container 9cc2a54d8f28 [2021-04-14T13:06:13.227Z] ---> 05b9c7878d8c [2021-04-14T13:06:13.227Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-14T13:06:13.227Z] ---> Running in fab5762212a6 [2021-04-14T13:06:13.510Z] Removing intermediate container 813e32de6357 [2021-04-14T13:06:13.510Z] ---> bbc9fad7ace3 [2021-04-14T13:06:13.510Z] Step 22/23 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:06:13.783Z] ---> Running in 7a8e0fbd3583 [2021-04-14T13:06:14.379Z] Removing intermediate container 7a8e0fbd3583 [2021-04-14T13:06:14.379Z] ---> abcae9d83939 [2021-04-14T13:06:14.379Z] Step 23/23 : LABEL version=2.0.0-dev.172 [2021-04-14T13:06:14.656Z] ---> Running in de5b07c80c50 [2021-04-14T13:06:14.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:06:14.929Z] Removing intermediate container de5b07c80c50 [2021-04-14T13:06:14.929Z] ---> 7853e1d5f626 [2021-04-14T13:06:14.929Z] [2021-04-14T13:06:15.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:06:15.525Z] Successfully built 7853e1d5f626 [2021-04-14T13:06:15.525Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-14T13:06:15.525Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-14T13:06:16.120Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-14T13:06:16.120Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-14T13:06:16.120Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-14T13:06:16.393Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-14T13:06:16.669Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T13:06:16.669Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-14T13:06:16.669Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:06:16.942Z] OK: 8 MiB in 20 packages [2021-04-14T13:06:20.333Z] Removing intermediate container fab5762212a6 [2021-04-14T13:06:20.333Z] ---> d1015b7b5b36 [2021-04-14T13:06:20.333Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:06:21.320Z] ---> de724cdf6711 [2021-04-14T13:06:21.320Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-14T13:06:23.965Z] ---> f8dcea67f030 [2021-04-14T13:06:23.965Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-14T13:06:24.565Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:06:24.565Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:06:24.565Z] ---> 59f5f380a9a6 [2021-04-14T13:06:24.565Z] Step 3/24 : WORKDIR /edgex-go [2021-04-14T13:06:24.565Z] ---> Using cache [2021-04-14T13:06:24.565Z] ---> dc8cf4263e4d [2021-04-14T13:06:24.565Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:06:24.565Z] ---> Using cache [2021-04-14T13:06:24.565Z] ---> 8da8cf298190 [2021-04-14T13:06:24.565Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-14T13:06:24.565Z] ---> Using cache [2021-04-14T13:06:24.565Z] ---> 5530edf12403 [2021-04-14T13:06:24.565Z] Step 6/24 : COPY go.mod . [2021-04-14T13:06:24.565Z] ---> Using cache [2021-04-14T13:06:24.565Z] ---> a6a0d0a4be1e [2021-04-14T13:06:24.565Z] Step 7/24 : RUN go mod download [2021-04-14T13:06:24.565Z] ---> Using cache [2021-04-14T13:06:24.565Z] ---> 0d79c05e0d35 [2021-04-14T13:06:24.565Z] Step 8/24 : COPY . . [2021-04-14T13:06:24.873Z] ---> Using cache [2021-04-14T13:06:24.873Z] ---> e912a5f46e5e [2021-04-14T13:06:24.873Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-14T13:06:25.470Z] ---> dfaf5b2e17aa [2021-04-14T13:06:25.470Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-14T13:06:26.451Z] ---> Running in 8ad8a8a81901 [2021-04-14T13:06:26.451Z] ---> Running in 6bb73c635d1f [2021-04-14T13:06:27.060Z] Removing intermediate container 6bb73c635d1f [2021-04-14T13:06:27.060Z] ---> 33c2cc58cfba [2021-04-14T13:06:27.060Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:06:27.332Z] ---> Running in 8f4b4f912402 [2021-04-14T13:06:27.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T13:06:27.930Z] Removing intermediate container 8f4b4f912402 [2021-04-14T13:06:27.931Z] ---> 1fd2d2891d3c [2021-04-14T13:06:27.931Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T13:06:28.203Z] ---> Running in 536bdb8a3436 [2021-04-14T13:06:28.503Z] Removing intermediate container 536bdb8a3436 [2021-04-14T13:06:28.775Z] ---> fcd974a9bddb [2021-04-14T13:06:28.775Z] Step 22/23 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:06:28.775Z] ---> Running in c76768334fa2 [2021-04-14T13:06:29.375Z] Removing intermediate container c76768334fa2 [2021-04-14T13:06:29.375Z] ---> 413bc2dcd01f [2021-04-14T13:06:29.375Z] Step 23/23 : LABEL version=2.0.0-dev.172 [2021-04-14T13:06:29.650Z] ---> Running in ef95ced876dd [2021-04-14T13:06:30.251Z] Removing intermediate container ef95ced876dd [2021-04-14T13:06:30.251Z] ---> 70dc9254b15b [2021-04-14T13:06:30.251Z] [2021-04-14T13:06:30.855Z] Successfully built 70dc9254b15b [2021-04-14T13:06:30.855Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-14T13:06:43.291Z]  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:06:43.291Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:06:43.291Z] ---> 59f5f380a9a6 [2021-04-14T13:06:43.291Z] Step 3/31 : WORKDIR /edgex-go [2021-04-14T13:06:43.291Z] ---> Using cache [2021-04-14T13:06:43.291Z] ---> dc8cf4263e4d [2021-04-14T13:06:43.291Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:06:43.291Z] ---> Using cache [2021-04-14T13:06:43.291Z] ---> 8da8cf298190 [2021-04-14T13:06:43.291Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-14T13:06:43.291Z] ---> Using cache [2021-04-14T13:06:43.291Z] ---> 5530edf12403 [2021-04-14T13:06:43.291Z] Step 6/31 : COPY go.mod . [2021-04-14T13:06:43.291Z] ---> Using cache [2021-04-14T13:06:43.291Z] ---> a6a0d0a4be1e [2021-04-14T13:06:43.291Z] Step 7/31 : RUN go mod download [2021-04-14T13:06:43.291Z] ---> Using cache [2021-04-14T13:06:43.291Z] ---> 0d79c05e0d35 [2021-04-14T13:06:43.291Z] Step 8/31 : COPY . . [2021-04-14T13:06:43.896Z] ---> Using cache [2021-04-14T13:06:43.896Z] ---> e912a5f46e5e [2021-04-14T13:06:43.896Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-14T13:06:43.896Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:06:43.896Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:06:43.896Z] ---> 59f5f380a9a6 [2021-04-14T13:06:43.896Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:06:43.896Z] ---> Using cache [2021-04-14T13:06:43.896Z] ---> dc8cf4263e4d [2021-04-14T13:06:43.896Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:06:43.896Z] ---> Using cache [2021-04-14T13:06:43.896Z] ---> 8da8cf298190 [2021-04-14T13:06:43.896Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T13:06:43.896Z] ---> Using cache [2021-04-14T13:06:43.896Z] ---> 5530edf12403 [2021-04-14T13:06:43.896Z] Step 6/23 : COPY go.mod . [2021-04-14T13:06:43.896Z] ---> Using cache [2021-04-14T13:06:43.896Z] ---> a6a0d0a4be1e [2021-04-14T13:06:43.896Z] Step 7/23 : RUN go mod download [2021-04-14T13:06:43.896Z] ---> Using cache [2021-04-14T13:06:43.896Z] ---> 0d79c05e0d35 [2021-04-14T13:06:43.896Z] Step 8/23 : COPY . . [2021-04-14T13:06:44.196Z] ---> Using cache [2021-04-14T13:06:44.196Z] ---> e912a5f46e5e [2021-04-14T13:06:44.196Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-14T13:06:45.223Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:06:45.223Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:06:45.223Z] ---> 59f5f380a9a6 [2021-04-14T13:06:45.223Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:06:45.223Z] ---> Using cache [2021-04-14T13:06:45.223Z] ---> dc8cf4263e4d [2021-04-14T13:06:45.223Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:06:45.223Z] ---> Using cache [2021-04-14T13:06:45.223Z] ---> 8da8cf298190 [2021-04-14T13:06:45.223Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-14T13:06:47.196Z] ---> Running in 953a47633663 [2021-04-14T13:06:47.196Z] ---> Running in b4c8fe2617bb [2021-04-14T13:06:47.196Z] ---> Running in 300b49ebb0e1 [2021-04-14T13:06:48.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T13:06:48.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:06:48.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T13:06:49.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:06:50.501Z] OK: 217 MiB in 51 packages [2021-04-14T13:06:51.978Z] Removing intermediate container 953a47633663 [2021-04-14T13:06:51.979Z] ---> 4f6d23466a4c [2021-04-14T13:06:51.979Z] Step 6/23 : COPY go.mod . [2021-04-14T13:06:53.418Z] ---> c22344b2afb5 [2021-04-14T13:06:53.418Z] Step 7/23 : RUN go mod download [2021-04-14T13:06:53.418Z] ---> Running in 57e96e526706 [2021-04-14T13:06:57.754Z] Removing intermediate container 57e96e526706 [2021-04-14T13:06:57.754Z] ---> 0e19c19e94f7 [2021-04-14T13:06:57.754Z] Step 8/23 : COPY . . [2021-04-14T13:07:10.200Z] ---> 8bb620cd0032 [2021-04-14T13:07:10.200Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-14T13:07:10.486Z] ---> Running in 138c176b86e3 [2021-04-14T13:07:12.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T13:07:20.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T13:07:35.662Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:07:35.662Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:07:35.662Z] ---> 408c9ca8250f [2021-04-14T13:07:35.662Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:07:35.662Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:07:35.662Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:07:35.662Z] ---> 408c9ca8250f [2021-04-14T13:07:35.662Z] Step 3/21 : WORKDIR /edgex-go [2021-04-14T13:07:35.662Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:07:35.662Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:07:35.662Z] ---> 408c9ca8250f [2021-04-14T13:07:35.662Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T13:07:35.662Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:07:35.662Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:07:35.662Z] ---> 408c9ca8250f [2021-04-14T13:07:35.662Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T13:07:35.662Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:07:35.662Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:07:35.662Z] ---> 408c9ca8250f [2021-04-14T13:07:35.662Z] Step 3/24 : WORKDIR /edgex-go [2021-04-14T13:07:35.662Z] ---> Running in 1c8560bb357b [2021-04-14T13:07:35.662Z] ---> Running in 71bb49c75952 [2021-04-14T13:07:35.662Z] ---> Running in 01d7e2c309c5 [2021-04-14T13:07:35.662Z] ---> Running in be2be8ab1ac9 [2021-04-14T13:07:35.662Z] ---> Running in f270153e1028 [2021-04-14T13:07:35.662Z] Removing intermediate container 01d7e2c309c5 [2021-04-14T13:07:35.662Z] ---> 32aa0734ca65 [2021-04-14T13:07:35.662Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:07:35.662Z] Removing intermediate container 1c8560bb357b [2021-04-14T13:07:35.662Z] ---> 78f8f77372bd [2021-04-14T13:07:35.662Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:07:35.662Z] Removing intermediate container f270153e1028 [2021-04-14T13:07:35.662Z] ---> 7db9c58f4ba5 [2021-04-14T13:07:35.662Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:07:35.662Z] Removing intermediate container be2be8ab1ac9 [2021-04-14T13:07:35.662Z] ---> f7e8dbc992fc [2021-04-14T13:07:35.662Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:07:35.662Z] Removing intermediate container 71bb49c75952 [2021-04-14T13:07:35.662Z] ---> c4e721d1721a [2021-04-14T13:07:35.662Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:07:35.662Z] ---> Running in 96552458d66b [2021-04-14T13:07:35.662Z] ---> Running in 33526805f9f6 [2021-04-14T13:07:35.662Z] ---> Running in fb248450cb5b [2021-04-14T13:07:35.662Z] ---> Running in a6d331d1068f [2021-04-14T13:07:35.662Z] ---> Running in 2ee30ef49a80 [2021-04-14T13:07:36.049Z] Removing intermediate container 8ad8a8a81901 [2021-04-14T13:07:36.049Z] ---> 4e5b2fe0fa7a [2021-04-14T13:07:36.049Z] [2021-04-14T13:07:36.049Z] Step 10/24 : FROM alpine:3.12 [2021-04-14T13:07:36.049Z] ---> d75e27dfc0a0 [2021-04-14T13:07:36.049Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-14T13:07:36.049Z] ---> Running in faabf41717f6 [2021-04-14T13:07:36.318Z] Removing intermediate container a6d331d1068f [2021-04-14T13:07:36.318Z] ---> fdde1981fa6c [2021-04-14T13:07:36.318Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-14T13:07:36.318Z] Removing intermediate container 33526805f9f6 [2021-04-14T13:07:36.318Z] ---> 67a612340c19 [2021-04-14T13:07:36.318Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T13:07:36.318Z] Removing intermediate container 96552458d66b [2021-04-14T13:07:36.318Z] ---> 04f0206f0d84 [2021-04-14T13:07:36.318Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-14T13:07:36.319Z] Removing intermediate container fb248450cb5b [2021-04-14T13:07:36.319Z] ---> 9654bc7deec1 [2021-04-14T13:07:36.319Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-14T13:07:36.319Z] ---> Running in d0c843e6a9bf [2021-04-14T13:07:36.319Z] Removing intermediate container 2ee30ef49a80 [2021-04-14T13:07:36.319Z] ---> 896cd2b0da2d [2021-04-14T13:07:36.319Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-14T13:07:36.922Z] ---> Running in 54f3b58b2302 [2021-04-14T13:07:36.922Z] ---> Running in 9c99e9ab7669 [2021-04-14T13:07:36.922Z] ---> Running in 59bbdaee3101 [2021-04-14T13:07:37.230Z] ---> Running in 21227640e8b5 [2021-04-14T13:07:37.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:07:37.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:07:38.374Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-14T13:07:38.374Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:07:38.374Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-14T13:07:38.374Z] (4/6) Installing curl (7.76.1-r0) [2021-04-14T13:07:38.374Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-14T13:07:38.374Z] (6/6) Installing su-exec (0.2-r1) [2021-04-14T13:07:38.374Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:07:38.374Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:07:38.650Z] OK: 7 MiB in 20 packages [2021-04-14T13:07:40.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:40.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:41.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:41.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:41.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:41.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:41.304Z] Removing intermediate container faabf41717f6 [2021-04-14T13:07:41.304Z] ---> 95e76915110c [2021-04-14T13:07:41.304Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T13:07:41.304Z] ---> Running in 7cee596b49db [2021-04-14T13:07:41.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:41.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:41.909Z] Removing intermediate container 7cee596b49db [2021-04-14T13:07:41.910Z] ---> 11058b5646ce [2021-04-14T13:07:41.910Z] Step 13/24 : WORKDIR / [2021-04-14T13:07:41.910Z] ---> Running in 8d4043d09699 [2021-04-14T13:07:42.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:42.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:07:42.070Z] OK: 233 MiB in 51 packages [2021-04-14T13:07:42.481Z] OK: 233 MiB in 51 packages [2021-04-14T13:07:42.481Z] OK: 233 MiB in 51 packages [2021-04-14T13:07:42.516Z] Removing intermediate container 8d4043d09699 [2021-04-14T13:07:42.517Z] ---> b3c2716cf2a1 [2021-04-14T13:07:42.517Z] 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-14T13:07:42.832Z] OK: 233 MiB in 51 packages [2021-04-14T13:07:43.145Z] OK: 233 MiB in 51 packages [2021-04-14T13:07:43.971Z] ---> f6a2e2c908e4 [2021-04-14T13:07:43.971Z] 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-14T13:07:45.425Z] ---> a6b71e09cf99 [2021-04-14T13:07:45.425Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-14T13:07:46.278Z] Removing intermediate container d0c843e6a9bf [2021-04-14T13:07:46.278Z] ---> 2c15ab638aef [2021-04-14T13:07:46.278Z] Step 6/24 : COPY go.mod . [2021-04-14T13:07:46.278Z] Removing intermediate container 54f3b58b2302 [2021-04-14T13:07:46.278Z] ---> 4726f6a9b197 [2021-04-14T13:07:46.278Z] Step 6/23 : COPY go.mod . [2021-04-14T13:07:46.278Z] Removing intermediate container 9c99e9ab7669 [2021-04-14T13:07:46.278Z] ---> 5dd64eaaf020 [2021-04-14T13:07:46.278Z] Step 6/22 : COPY go.mod . [2021-04-14T13:07:46.884Z] ---> 8da995833bea [2021-04-14T13:07:46.885Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-14T13:07:47.185Z] Removing intermediate container 59bbdaee3101 [2021-04-14T13:07:47.186Z] ---> b83706935a01 [2021-04-14T13:07:47.186Z] Step 6/22 : COPY go.mod . [2021-04-14T13:07:47.186Z] Removing intermediate container 21227640e8b5 [2021-04-14T13:07:47.186Z] ---> da1d7431395d [2021-04-14T13:07:47.186Z] Step 6/21 : COPY go.mod . [2021-04-14T13:07:47.565Z] ---> e2d8ffbfff18 [2021-04-14T13:07:47.565Z] Step 7/24 : RUN go mod download [2021-04-14T13:07:47.861Z] ---> ae7c0b6259ea [2021-04-14T13:07:47.861Z] Step 7/23 : RUN go mod download [2021-04-14T13:07:47.861Z] ---> Running in 635803fc5493 [2021-04-14T13:07:47.861Z] ---> 4cb4e90da9a7 [2021-04-14T13:07:47.861Z] Step 7/22 : RUN go mod download [2021-04-14T13:07:48.188Z] ---> Running in 4a7004f7b109 [2021-04-14T13:07:48.188Z] ---> Running in e5b771ce0ffc [2021-04-14T13:07:48.343Z] ---> a429ff602624 [2021-04-14T13:07:48.343Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-14T13:07:48.533Z] ---> 8b78d870b350 [2021-04-14T13:07:48.533Z] Step 7/22 : RUN go mod download [2021-04-14T13:07:48.533Z] ---> ce40e9249b3e [2021-04-14T13:07:48.534Z] Step 7/21 : RUN go mod download [2021-04-14T13:07:48.841Z] ---> Running in e8f38a392e0a [2021-04-14T13:07:49.138Z] ---> Running in b05714610ac6 [2021-04-14T13:07:50.325Z] ---> 81594b417fa4 [2021-04-14T13:07:50.325Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-14T13:07:51.312Z] ---> b7eda8a501b8 [2021-04-14T13:07:51.312Z] 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-14T13:07:51.586Z] ---> Running in df07c27877a1 [2021-04-14T13:07:55.002Z] Removing intermediate container df07c27877a1 [2021-04-14T13:07:55.002Z] ---> 37af365a53f4 [2021-04-14T13:07:55.002Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-14T13:07:55.183Z] Removing intermediate container e5b771ce0ffc [2021-04-14T13:07:55.183Z] ---> 2a717f837d3d [2021-04-14T13:07:55.183Z] Step 8/22 : COPY . . [2021-04-14T13:07:55.183Z] Removing intermediate container 4a7004f7b109 [2021-04-14T13:07:55.183Z] ---> 2128d09ec475 [2021-04-14T13:07:55.183Z] Step 8/23 : COPY . . [2021-04-14T13:07:55.183Z] Removing intermediate container 635803fc5493 [2021-04-14T13:07:55.183Z] ---> 1411e4b2080e [2021-04-14T13:07:55.183Z] Step 8/24 : COPY . . [2021-04-14T13:07:55.279Z] ---> Running in a96636749267 [2021-04-14T13:07:55.663Z] Removing intermediate container e8f38a392e0a [2021-04-14T13:07:55.663Z] ---> 03712849c5fb [2021-04-14T13:07:55.663Z] Step 8/22 : COPY . . [2021-04-14T13:07:55.663Z] Removing intermediate container b05714610ac6 [2021-04-14T13:07:55.663Z] ---> 7450e6ab428f [2021-04-14T13:07:55.663Z] Step 8/21 : COPY . . [2021-04-14T13:07:55.888Z] Removing intermediate container a96636749267 [2021-04-14T13:07:55.888Z] ---> 8257434dd701 [2021-04-14T13:07:55.888Z] Step 22/24 : LABEL arch=arm64 [2021-04-14T13:07:56.164Z] ---> Running in 627453cb3e14 [2021-04-14T13:07:56.767Z] Removing intermediate container 627453cb3e14 [2021-04-14T13:07:56.767Z] ---> 9e353d26d003 [2021-04-14T13:07:56.767Z] Step 23/24 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:07:56.767Z] ---> Running in 66c2ba207954 [2021-04-14T13:07:57.757Z] Removing intermediate container 66c2ba207954 [2021-04-14T13:07:57.757Z] ---> 3602980108dc [2021-04-14T13:07:57.757Z] Step 24/24 : LABEL version=2.0.0-dev.172 [2021-04-14T13:07:57.757Z] ---> Running in dd0c4f8d75a3 [2021-04-14T13:07:58.360Z] Removing intermediate container dd0c4f8d75a3 [2021-04-14T13:07:58.360Z] ---> 507e722bf3d8 [2021-04-14T13:07:58.360Z] [2021-04-14T13:07:58.973Z] Successfully built 507e722bf3d8 [2021-04-14T13:07:58.973Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-14T13:08:11.425Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 300b49ebb0e1 [2021-04-14T13:08:11.425Z] ---> 0380ec0ea3fe [2021-04-14T13:08:11.425Z] [2021-04-14T13:08:11.425Z] Step 10/31 : FROM alpine:3.12 [2021-04-14T13:08:11.425Z] ---> d75e27dfc0a0 [2021-04-14T13:08:11.425Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-14T13:08:12.036Z] ---> Running in dd7560c8192d [2021-04-14T13:08:12.650Z] Removing intermediate container dd7560c8192d [2021-04-14T13:08:12.650Z] ---> 6d25d510bdb8 [2021-04-14T13:08:12.650Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-14T13:08:12.931Z] ---> Running in 7bb05aa86297 [2021-04-14T13:08:14.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:14.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:15.553Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-14T13:08:15.553Z] (2/2) Installing su-exec (0.2-r1) [2021-04-14T13:08:15.553Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:08:15.553Z] OK: 5 MiB in 16 packages [2021-04-14T13:08:17.562Z] Removing intermediate container b4c8fe2617bb [2021-04-14T13:08:17.562Z] ---> bd3983dd7a30 [2021-04-14T13:08:17.562Z] [2021-04-14T13:08:17.562Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:08:17.562Z] ---> d75e27dfc0a0 [2021-04-14T13:08:17.562Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:08:17.562Z] ---> Using cache [2021-04-14T13:08:17.562Z] ---> 4bbb1db99c12 [2021-04-14T13:08:17.562Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:08:17.562Z] ---> Using cache [2021-04-14T13:08:17.562Z] ---> dbbf852e5767 [2021-04-14T13:08:17.562Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-14T13:08:17.562Z] ---> Running in c633c6121ec4 [2021-04-14T13:08:17.562Z] Removing intermediate container 7bb05aa86297 [2021-04-14T13:08:17.562Z] ---> 4805151cddb8 [2021-04-14T13:08:17.562Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-14T13:08:17.837Z] ---> Running in fb0a71a0c778 [2021-04-14T13:08:18.116Z] Removing intermediate container c633c6121ec4 [2021-04-14T13:08:18.116Z] ---> f44de5187314 [2021-04-14T13:08:18.116Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T13:08:18.390Z] ---> Running in e70b91e81121 [2021-04-14T13:08:18.390Z] Removing intermediate container fb0a71a0c778 [2021-04-14T13:08:18.390Z] ---> fd0143da5040 [2021-04-14T13:08:18.390Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-14T13:08:18.665Z] ---> Running in a876519e5896 [2021-04-14T13:08:18.940Z] Removing intermediate container e70b91e81121 [2021-04-14T13:08:18.941Z] ---> cfe0bf678b18 [2021-04-14T13:08:18.941Z] Step 15/23 : WORKDIR / [2021-04-14T13:08:19.218Z] ---> Running in 00cab528eca8 [2021-04-14T13:08:19.218Z] Removing intermediate container a876519e5896 [2021-04-14T13:08:19.218Z] ---> 6def46f8dd42 [2021-04-14T13:08:19.218Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-14T13:08:19.501Z] ---> Running in 969cb670577c [2021-04-14T13:08:19.779Z] Removing intermediate container 00cab528eca8 [2021-04-14T13:08:19.779Z] ---> b36963b2a5c8 [2021-04-14T13:08:19.779Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:08:20.772Z] ---> ec818c4c736e [2021-04-14T13:08:20.772Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-14T13:08:22.780Z] ---> 8bc8ccd14843 [2021-04-14T13:08:22.780Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-14T13:08:22.780Z] Removing intermediate container 138c176b86e3 [2021-04-14T13:08:22.780Z] ---> cd48f1bcc48f [2021-04-14T13:08:22.780Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-14T13:08:22.780Z] Removing intermediate container 969cb670577c [2021-04-14T13:08:22.780Z] ---> 1aa4f55dd3ae [2021-04-14T13:08:22.780Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-14T13:08:23.055Z] ---> Running in f4c442c89d80 [2021-04-14T13:08:23.055Z] ---> Running in 01b17ef41ddb [2021-04-14T13:08:23.336Z] ---> 0ff5bf0b3096 [2021-04-14T13:08:23.336Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-14T13:08:23.622Z] ---> Running in d23c0bb7c662 [2021-04-14T13:08:23.622Z] Removing intermediate container 01b17ef41ddb [2021-04-14T13:08:23.622Z] ---> 79b9e662180c [2021-04-14T13:08:23.622Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-14T13:08:24.253Z] Removing intermediate container d23c0bb7c662 [2021-04-14T13:08:24.253Z] ---> 76676702e405 [2021-04-14T13:08:24.253Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:08:24.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T13:08:24.537Z] ---> Running in 49eb32ea9f12 [2021-04-14T13:08:24.537Z] ---> bdaf3304df5f [2021-04-14T13:08:24.537Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-14T13:08:24.827Z] ---> Running in 417823d32946 [2021-04-14T13:08:25.116Z] Removing intermediate container 49eb32ea9f12 [2021-04-14T13:08:25.116Z] ---> 6a640d24c4bc [2021-04-14T13:08:25.116Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T13:08:25.411Z] ---> Running in b5f10562b85d [2021-04-14T13:08:26.016Z] Removing intermediate container b5f10562b85d [2021-04-14T13:08:26.016Z] ---> 7e33db1218bd [2021-04-14T13:08:26.016Z] Step 22/23 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:08:26.292Z] ---> Running in 99bd9b61aed2 [2021-04-14T13:08:26.898Z] Removing intermediate container 99bd9b61aed2 [2021-04-14T13:08:26.898Z] ---> ab9411d3f242 [2021-04-14T13:08:26.898Z] Step 23/23 : LABEL version=2.0.0-dev.172 [2021-04-14T13:08:27.179Z] ---> Running in 8642bfdd25eb [2021-04-14T13:08:27.454Z] Removing intermediate container f4c442c89d80 [2021-04-14T13:08:27.454Z] ---> 13b4134a7f40 [2021-04-14T13:08:27.454Z] [2021-04-14T13:08:27.454Z] Step 11/23 : FROM docker:20.10.0 [2021-04-14T13:08:27.730Z] 20.10.0: Pulling from library/docker [2021-04-14T13:08:27.730Z] Removing intermediate container 8642bfdd25eb [2021-04-14T13:08:27.730Z] ---> dfe19b9264f9 [2021-04-14T13:08:27.730Z] [2021-04-14T13:08:27.730Z] Removing intermediate container 417823d32946 [2021-04-14T13:08:27.730Z] ---> 895c2df25a9a [2021-04-14T13:08:27.730Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:08:28.346Z] Successfully built dfe19b9264f9 [2021-04-14T13:08:28.346Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-14T13:08:29.332Z]  Building docker-core-command-go ... done  ---> efc71c6a8cb2 [2021-04-14T13:08:29.333Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-14T13:08:30.775Z] ---> c6c5d4df143f [2021-04-14T13:08:30.775Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-14T13:08:32.223Z] ---> d9077ae7f00e [2021-04-14T13:08:32.223Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-14T13:08:33.209Z] ---> 6feb29608212 [2021-04-14T13:08:33.209Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-14T13:08:34.651Z] ---> 4fca821ab03a [2021-04-14T13:08:34.651Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-14T13:08:35.256Z] ---> Running in 1a140bc49863 [2021-04-14T13:08:35.872Z] Removing intermediate container 1a140bc49863 [2021-04-14T13:08:35.872Z] ---> ba049a2b8ac2 [2021-04-14T13:08:35.872Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-14T13:08:36.851Z] ---> 43e1eae0c986 [2021-04-14T13:08:36.851Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-14T13:08:37.133Z] ---> Running in 99c6d6d06ec2 [2021-04-14T13:08:37.410Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-14T13:08:37.410Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-14T13:08:37.410Z] ---> eeaf43b92773 [2021-04-14T13:08:37.410Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:08:37.693Z] ---> Running in 0f6536efa432 [2021-04-14T13:08:37.968Z] Removing intermediate container 0f6536efa432 [2021-04-14T13:08:37.968Z] ---> 81efde995794 [2021-04-14T13:08:37.968Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-14T13:08:38.242Z] ---> Running in ff56e9336387 [2021-04-14T13:08:39.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:39.710Z] Removing intermediate container 99c6d6d06ec2 [2021-04-14T13:08:39.710Z] ---> cf1513369220 [2021-04-14T13:08:39.710Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-14T13:08:39.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T13:08:39.710Z] ---> Running in 5171509d4589 [2021-04-14T13:08:39.988Z] (1/39) Installing readline (8.0.4-r0) [2021-04-14T13:08:39.988Z] (2/39) Installing bash (5.0.17-r0) [2021-04-14T13:08:39.988Z] Executing bash-5.0.17-r0.post-install [2021-04-14T13:08:39.988Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:08:39.988Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-14T13:08:39.988Z] (5/39) Installing curl (7.76.1-r0) [2021-04-14T13:08:40.262Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-14T13:08:40.262Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-14T13:08:40.262Z] (8/39) Installing expat (2.2.9-r1) [2021-04-14T13:08:40.262Z] (9/39) Installing libffi (3.3-r2) [2021-04-14T13:08:40.262Z] (10/39) Installing gdbm (1.13-r1) [2021-04-14T13:08:40.262Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-14T13:08:40.262Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-14T13:08:40.262Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-14T13:08:40.262Z] Removing intermediate container 5171509d4589 [2021-04-14T13:08:40.262Z] ---> 433e84d4577f [2021-04-14T13:08:40.262Z] Step 28/31 : CMD ["gate"] [2021-04-14T13:08:40.935Z] ---> Running in 747ac7f16d5f [2021-04-14T13:08:41.982Z] Removing intermediate container 747ac7f16d5f [2021-04-14T13:08:41.982Z] ---> 14a00b59db8b [2021-04-14T13:08:41.982Z] Step 29/31 : LABEL arch=arm64 [2021-04-14T13:08:41.982Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-14T13:08:41.982Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-14T13:08:41.982Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-14T13:08:41.982Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-14T13:08:41.982Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-14T13:08:41.982Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-14T13:08:41.982Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-14T13:08:42.276Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-14T13:08:42.276Z] ---> Running in 9897bc52b291 [2021-04-14T13:08:42.276Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-14T13:08:42.276Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-14T13:08:42.276Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-14T13:08:42.276Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-14T13:08:42.276Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-14T13:08:42.276Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-14T13:08:42.276Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-14T13:08:42.276Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-14T13:08:42.579Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-14T13:08:42.579Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-14T13:08:42.579Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-14T13:08:42.579Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-14T13:08:42.579Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-14T13:08:42.579Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-14T13:08:42.579Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-14T13:08:42.579Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-14T13:08:42.579Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-14T13:08:42.579Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-14T13:08:42.915Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T13:08:42.915Z] OK: 72 MiB in 59 packages [2021-04-14T13:08:42.915Z] Removing intermediate container 9897bc52b291 [2021-04-14T13:08:42.915Z] ---> b9c203ca00f2 [2021-04-14T13:08:42.915Z] Step 30/31 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:08:43.237Z] ---> Running in f65c966cd00a [2021-04-14T13:08:43.832Z] Removing intermediate container f65c966cd00a [2021-04-14T13:08:43.832Z] ---> 4cd321e9e1f8 [2021-04-14T13:08:43.832Z] Step 31/31 : LABEL version=2.0.0-dev.172 [2021-04-14T13:08:44.103Z] ---> Running in d96abe4451f7 [2021-04-14T13:08:44.718Z] Removing intermediate container d96abe4451f7 [2021-04-14T13:08:44.719Z] ---> 6d62ddfd6fa1 [2021-04-14T13:08:44.719Z] [2021-04-14T13:08:44.992Z] Successfully built 6d62ddfd6fa1 [2021-04-14T13:08:44.992Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-14T13:08:46.975Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-04-14T13:08:46.975Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-14T13:08:47.564Z] Collecting docker<4.0,>=3.6.0 [2021-04-14T13:08:47.564Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-14T13:08:48.535Z] Collecting texttable<0.10,>=0.9.0 [2021-04-14T13:08:48.535Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-14T13:08:49.960Z] Collecting docopt<0.7,>=0.6.1 [2021-04-14T13:08:50.233Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-14T13:08:52.835Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-14T13:08:52.836Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-14T13:08:53.423Z] Collecting cached-property<2,>=1.2.0 [2021-04-14T13:08:53.423Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-14T13:08:53.692Z] Collecting jsonschema<3,>=2.5.1 [2021-04-14T13:08:53.692Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-14T13:08:54.660Z] Collecting PyYAML<4,>=3.10 [2021-04-14T13:08:54.660Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-14T13:08:57.257Z] 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-14T13:08:57.526Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-14T13:08:57.526Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-14T13:08:59.485Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-14T13:08:59.485Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-14T13:08:59.754Z] Collecting docker-pycreds>=0.4.0 [2021-04-14T13:09:00.023Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-14T13:09:00.023Z] 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-14T13:09:00.292Z] Collecting idna<2.8,>=2.5 [2021-04-14T13:09:00.292Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-14T13:09:00.879Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-14T13:09:00.879Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-14T13:09:01.149Z] 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-14T13:09:01.149Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-14T13:09:01.149Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-14T13:09:01.149Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-14T13:09:01.149Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-14T13:09:01.737Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, docopt, cached-property, jsonschema, PyYAML, dockerpty, docker-compose [2021-04-14T13:09:01.737Z] Attempting uninstall: idna [2021-04-14T13:09:01.737Z] Found existing installation: idna 2.9 [2021-04-14T13:09:02.008Z] Uninstalling idna-2.9: [2021-04-14T13:09:02.008Z] Successfully uninstalled idna-2.9 [2021-04-14T13:09:02.598Z] Attempting uninstall: urllib3 [2021-04-14T13:09:02.598Z] Found existing installation: urllib3 1.25.9 [2021-04-14T13:09:02.598Z] Uninstalling urllib3-1.25.9: [2021-04-14T13:09:02.598Z] Successfully uninstalled urllib3-1.25.9 [2021-04-14T13:09:03.187Z] Attempting uninstall: requests [2021-04-14T13:09:03.187Z] Found existing installation: requests 2.23.0 [2021-04-14T13:09:03.187Z] Uninstalling requests-2.23.0: [2021-04-14T13:09:03.187Z] Successfully uninstalled requests-2.23.0 [2021-04-14T13:09:04.608Z] Running setup.py install for texttable: started [2021-04-14T13:09:06.564Z] Running setup.py install for texttable: finished with status 'done' [2021-04-14T13:09:06.564Z] Running setup.py install for docopt: started [2021-04-14T13:09:07.982Z] Running setup.py install for docopt: finished with status 'done' [2021-04-14T13:09:08.572Z] Running setup.py install for PyYAML: started [2021-04-14T13:09:10.531Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-14T13:09:10.531Z] Running setup.py install for dockerpty: started [2021-04-14T13:09:12.491Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-14T13:09:13.080Z] 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-14T13:09:21.324Z] Removing intermediate container ff56e9336387 [2021-04-14T13:09:21.324Z] ---> 017dca94ba55 [2021-04-14T13:09:21.324Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-14T13:09:21.324Z] ---> Running in 46aed60d8296 [2021-04-14T13:09:21.593Z] Removing intermediate container 46aed60d8296 [2021-04-14T13:09:21.593Z] ---> 37c8c331403d [2021-04-14T13:09:21.593Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-14T13:09:21.862Z] ---> Running in 3ea0712cea36 [2021-04-14T13:09:22.134Z] Removing intermediate container 3ea0712cea36 [2021-04-14T13:09:22.134Z] ---> 445932e2a209 [2021-04-14T13:09:22.134Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-14T13:09:23.106Z] ---> 2d3981db264b [2021-04-14T13:09:23.106Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-14T13:09:24.078Z] ---> f0311b0de6d0 [2021-04-14T13:09:24.078Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-14T13:09:24.673Z] ---> 5556e70df23f [2021-04-14T13:09:24.673Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-14T13:09:24.944Z] ---> Running in d42601d18a15 [2021-04-14T13:09:25.536Z] Removing intermediate container d42601d18a15 [2021-04-14T13:09:25.536Z] ---> 3c8c3a80a455 [2021-04-14T13:09:25.536Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:09:25.536Z] ---> Running in d931e901b5bd [2021-04-14T13:09:25.807Z] Removing intermediate container d931e901b5bd [2021-04-14T13:09:26.078Z] ---> fd513978cb1e [2021-04-14T13:09:26.078Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T13:09:26.078Z] ---> Running in e70fab00d19f [2021-04-14T13:09:26.670Z] Removing intermediate container e70fab00d19f [2021-04-14T13:09:26.670Z] ---> 3c408b8be576 [2021-04-14T13:09:26.670Z] Step 22/23 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:26.670Z] ---> Running in f66e7f2991fb [2021-04-14T13:09:27.263Z] Removing intermediate container f66e7f2991fb [2021-04-14T13:09:27.263Z] ---> c1580d8c60a6 [2021-04-14T13:09:27.263Z] Step 23/23 : LABEL version=2.0.0-dev.172 [2021-04-14T13:09:27.263Z] ---> Running in 3555f8dc63bf [2021-04-14T13:09:27.857Z] Removing intermediate container 3555f8dc63bf [2021-04-14T13:09:27.857Z] ---> c73cb62cfdb2 [2021-04-14T13:09:27.857Z] [2021-04-14T13:09:28.128Z] Successfully built c73cb62cfdb2 [2021-04-14T13:09:28.128Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-14T13:09:28.144Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-14T13:09:28.144Z] $ docker stop --time=1 39edd46f986b6d6453eca850591b0882432f937c163a402fbb351465866efb58 [2021-04-14T13:09:30.101Z] $ docker rm -f 39edd46f986b6d6453eca850591b0882432f937c163a402fbb351465866efb58 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T13:09:30.712Z] + docker images [2021-04-14T13:09:30.712Z] + grep docker [2021-04-14T13:09:30.984Z] docker-sys-mgmt-agent-go-arm64 latest c73cb62cfdb2 3 seconds ago 299MB [2021-04-14T13:09:30.984Z] docker-security-bootstrapper-go-arm64 latest 6d62ddfd6fa1 46 seconds ago 17.9MB [2021-04-14T13:09:30.984Z] docker-core-command-go-arm64 latest dfe19b9264f9 About a minute ago 16.3MB [2021-04-14T13:09:30.984Z] docker-security-secretstore-setup-go-arm64 latest 507e722bf3d8 About a minute ago 24.6MB [2021-04-14T13:09:30.984Z] docker-core-data-go-arm64 latest 70dc9254b15b 3 minutes ago 21.4MB [2021-04-14T13:09:30.984Z] docker-core-metadata-go-arm64 latest 7853e1d5f626 3 minutes ago 17.9MB [2021-04-14T13:09:30.984Z] docker-support-scheduler-go-arm64 latest 896847bbda94 3 minutes ago 16.4MB [2021-04-14T13:09:30.984Z] docker-support-notifications-go-arm64 latest 539a27b6fdc3 3 minutes ago 17MB [2021-04-14T13:09:30.984Z] docker-security-proxy-setup-go-arm64 latest d62ce29be8e7 3 minutes ago 24.3MB [2021-04-14T13:09:30.984Z] docker 20.10.0 eeaf43b92773 4 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-14T13:09:31.166Z] provisioning config files... [2021-04-14T13:09:31.225Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config2404888705346194512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:09:31.582Z] ---> docker-login.sh [2021-04-14T13:09:31.582Z] nexus3.edgexfoundry.org:10001 [2021-04-14T13:09:31.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:09:32.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:09:32.123Z] Configure a credential helper to remove this warning. See [2021-04-14T13:09:32.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:09:32.123Z] [2021-04-14T13:09:32.123Z] Login Succeeded [2021-04-14T13:09:32.123Z] nexus3.edgexfoundry.org:10002 [2021-04-14T13:09:32.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:09:32.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:09:32.665Z] Configure a credential helper to remove this warning. See [2021-04-14T13:09:32.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:09:32.665Z] [2021-04-14T13:09:32.665Z] Login Succeeded [2021-04-14T13:09:32.665Z] nexus3.edgexfoundry.org:10003 [2021-04-14T13:09:32.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:09:33.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:09:33.208Z] Configure a credential helper to remove this warning. See [2021-04-14T13:09:33.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:09:33.208Z] [2021-04-14T13:09:33.208Z] Login Succeeded [2021-04-14T13:09:33.208Z] nexus3.edgexfoundry.org:10004 [2021-04-14T13:09:33.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:09:33.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:09:33.800Z] Configure a credential helper to remove this warning. See [2021-04-14T13:09:33.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:09:33.800Z] [2021-04-14T13:09:33.800Z] Login Succeeded [2021-04-14T13:09:33.800Z] docker.io [2021-04-14T13:09:34.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:09:34.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:09:34.660Z] Configure a credential helper to remove this warning. See [2021-04-14T13:09:34.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:09:34.660Z] [2021-04-14T13:09:34.660Z] Login Succeeded [2021-04-14T13:09:34.660Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T13:09:34.676Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:09:34.748Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-14T13:09:34.748Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:34.748Z] 2.0.0-dev.172 [2021-04-14T13:09:34.748Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:34.748Z] master [2021-04-14T13:09:34.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:35.122Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:35.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:35.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-14T13:09:35.458Z] 7ac5de980ef4: Preparing [2021-04-14T13:09:35.458Z] 48e174315385: Preparing [2021-04-14T13:09:35.458Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:35.458Z] 2547c0cce6ea: Preparing [2021-04-14T13:09:35.458Z] e08058ee1dfe: Preparing [2021-04-14T13:09:35.730Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:35.998Z] 7ac5de980ef4: Pushed [2021-04-14T13:09:35.998Z] 44b5c23e3e40: Pushed [2021-04-14T13:09:35.998Z] 2547c0cce6ea: Pushed [2021-04-14T13:09:38.595Z] 48e174315385: Pushed [2021-04-14T13:09:38.867Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:d5910832c17e8d44db7892e68f906a3674c4c524bef8ad0e023f32a5f145c51b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:39.251Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:39.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.172 [2021-04-14T13:09:39.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-14T13:09:39.594Z] 7ac5de980ef4: Preparing [2021-04-14T13:09:39.594Z] 48e174315385: Preparing [2021-04-14T13:09:39.594Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:39.594Z] 2547c0cce6ea: Preparing [2021-04-14T13:09:39.594Z] e08058ee1dfe: Preparing [2021-04-14T13:09:39.594Z] 48e174315385: Layer already exists [2021-04-14T13:09:39.594Z] 7ac5de980ef4: Layer already exists [2021-04-14T13:09:39.594Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:39.594Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:39.594Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:09:39.869Z] 2.0.0-dev.172: digest: sha256:d5910832c17e8d44db7892e68f906a3674c4c524bef8ad0e023f32a5f145c51b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:40.230Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:40.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:40.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-14T13:09:40.583Z] 7ac5de980ef4: Preparing [2021-04-14T13:09:40.583Z] 48e174315385: Preparing [2021-04-14T13:09:40.583Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:40.583Z] 2547c0cce6ea: Preparing [2021-04-14T13:09:40.583Z] e08058ee1dfe: Preparing [2021-04-14T13:09:40.861Z] 48e174315385: Layer already exists [2021-04-14T13:09:40.861Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:40.861Z] 7ac5de980ef4: Layer already exists [2021-04-14T13:09:40.861Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:09:40.861Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:40.861Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:d5910832c17e8d44db7892e68f906a3674c4c524bef8ad0e023f32a5f145c51b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:41.221Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:41.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-14T13:09:41.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-14T13:09:41.558Z] 7ac5de980ef4: Preparing [2021-04-14T13:09:41.558Z] 48e174315385: Preparing [2021-04-14T13:09:41.558Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:41.558Z] 2547c0cce6ea: Preparing [2021-04-14T13:09:41.558Z] e08058ee1dfe: Preparing [2021-04-14T13:09:41.831Z] 48e174315385: Layer already exists [2021-04-14T13:09:41.831Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:41.831Z] 7ac5de980ef4: Layer already exists [2021-04-14T13:09:41.831Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:41.831Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:09:41.831Z] master: digest: sha256:d5910832c17e8d44db7892e68f906a3674c4c524bef8ad0e023f32a5f145c51b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:09:41.904Z] ===================================================== [Pipeline] echo [2021-04-14T13:09:41.917Z] taggedImages: [2021-04-14T13:09:41.917Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:41.917Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.172 [2021-04-14T13:09:41.917Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:41.917Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-14T13:09:41.954Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-14T13:09:41.954Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:41.954Z] 2.0.0-dev.172 [2021-04-14T13:09:41.954Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:41.954Z] master [2021-04-14T13:09:41.954Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:42.335Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:42.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:42.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-14T13:09:42.679Z] 204a1a8a2b45: Preparing [2021-04-14T13:09:42.679Z] ce43270a9890: Preparing [2021-04-14T13:09:42.679Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:42.679Z] a59e500c7e00: Preparing [2021-04-14T13:09:42.679Z] d15ea0e5970d: Preparing [2021-04-14T13:09:42.679Z] e08058ee1dfe: Preparing [2021-04-14T13:09:42.679Z] e08058ee1dfe: Waiting [2021-04-14T13:09:42.953Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:42.953Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:42.953Z] 204a1a8a2b45: Pushed [2021-04-14T13:09:42.953Z] d15ea0e5970d: Pushed [2021-04-14T13:09:43.544Z] a59e500c7e00: Pushed [2021-04-14T13:09:46.148Z] ce43270a9890: Pushed [2021-04-14T13:09:46.148Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:93f85a8997693c4084dcd1e4228dfb5acaf11619f02772a7ad87bc7b5fe27057 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:46.491Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:46.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.172 [2021-04-14T13:09:46.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-14T13:09:46.832Z] 204a1a8a2b45: Preparing [2021-04-14T13:09:46.832Z] ce43270a9890: Preparing [2021-04-14T13:09:46.832Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:46.832Z] a59e500c7e00: Preparing [2021-04-14T13:09:46.832Z] d15ea0e5970d: Preparing [2021-04-14T13:09:46.832Z] e08058ee1dfe: Preparing [2021-04-14T13:09:46.832Z] e08058ee1dfe: Waiting [2021-04-14T13:09:47.103Z] 204a1a8a2b45: Layer already exists [2021-04-14T13:09:47.103Z] ce43270a9890: Layer already exists [2021-04-14T13:09:47.103Z] d15ea0e5970d: Layer already exists [2021-04-14T13:09:47.103Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:47.103Z] a59e500c7e00: Layer already exists [2021-04-14T13:09:47.103Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:47.103Z] 2.0.0-dev.172: digest: sha256:93f85a8997693c4084dcd1e4228dfb5acaf11619f02772a7ad87bc7b5fe27057 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:47.449Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:47.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:47.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-14T13:09:47.781Z] 204a1a8a2b45: Preparing [2021-04-14T13:09:47.781Z] ce43270a9890: Preparing [2021-04-14T13:09:47.781Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:47.781Z] a59e500c7e00: Preparing [2021-04-14T13:09:47.781Z] d15ea0e5970d: Preparing [2021-04-14T13:09:47.781Z] e08058ee1dfe: Preparing [2021-04-14T13:09:47.781Z] e08058ee1dfe: Waiting [2021-04-14T13:09:47.781Z] ce43270a9890: Layer already exists [2021-04-14T13:09:47.781Z] 204a1a8a2b45: Layer already exists [2021-04-14T13:09:47.781Z] a59e500c7e00: Layer already exists [2021-04-14T13:09:47.781Z] d15ea0e5970d: Layer already exists [2021-04-14T13:09:47.781Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:47.781Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:48.053Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:93f85a8997693c4084dcd1e4228dfb5acaf11619f02772a7ad87bc7b5fe27057 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:48.391Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:48.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-14T13:09:48.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-14T13:09:48.737Z] 204a1a8a2b45: Preparing [2021-04-14T13:09:48.737Z] ce43270a9890: Preparing [2021-04-14T13:09:48.737Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:48.737Z] a59e500c7e00: Preparing [2021-04-14T13:09:48.737Z] d15ea0e5970d: Preparing [2021-04-14T13:09:48.737Z] e08058ee1dfe: Preparing [2021-04-14T13:09:48.737Z] e08058ee1dfe: Waiting [2021-04-14T13:09:48.737Z] ce43270a9890: Layer already exists [2021-04-14T13:09:49.010Z] a59e500c7e00: Layer already exists [2021-04-14T13:09:49.010Z] d15ea0e5970d: Layer already exists [2021-04-14T13:09:49.010Z] 204a1a8a2b45: Layer already exists [2021-04-14T13:09:49.010Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:49.010Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:49.010Z] master: digest: sha256:93f85a8997693c4084dcd1e4228dfb5acaf11619f02772a7ad87bc7b5fe27057 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:09:49.067Z] ===================================================== [Pipeline] echo [2021-04-14T13:09:49.085Z] taggedImages: [2021-04-14T13:09:49.085Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:49.085Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.172 [2021-04-14T13:09:49.085Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:49.085Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-14T13:09:49.121Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-14T13:09:49.121Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:49.121Z] 2.0.0-dev.172 [2021-04-14T13:09:49.121Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:49.121Z] master [2021-04-14T13:09:49.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:49.505Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:49.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:49.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-14T13:09:49.843Z] cbf97f003155: Preparing [2021-04-14T13:09:49.843Z] cf80f9ce2897: Preparing [2021-04-14T13:09:49.843Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:49.843Z] 2547c0cce6ea: Preparing [2021-04-14T13:09:49.843Z] e08058ee1dfe: Preparing [2021-04-14T13:09:50.127Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:09:50.127Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:50.127Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:50.127Z] cbf97f003155: Pushed [2021-04-14T13:09:50.291Z] ---> c8b98a8f89ba [2021-04-14T13:09:50.291Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-14T13:09:50.291Z] ---> e1dca69ce647 [2021-04-14T13:09:50.291Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-14T13:09:50.291Z] ---> acedec7d9398 [2021-04-14T13:09:50.291Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-14T13:09:50.291Z] ---> 6aac60047e46 [2021-04-14T13:09:50.291Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-14T13:09:50.291Z] ---> Running in 9d7cc5b199d3 [2021-04-14T13:09:50.291Z] ---> Running in a016bbf8587d [2021-04-14T13:09:50.291Z] ---> Running in 8933a0de61c6 [2021-04-14T13:09:50.291Z] ---> Running in 8aad702ce8b1 [2021-04-14T13:09:50.291Z] ---> 003fe6a80c5f [2021-04-14T13:09:50.291Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-14T13:09:50.291Z] ---> Running in a2828fc2da72 [2021-04-14T13:09:52.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T13:09:52.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T13:09:52.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T13:09:52.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T13:09:52.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T13:09:53.509Z] cf80f9ce2897: Pushed [2021-04-14T13:09:53.509Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:35b345d10fdbdc21f34f857e09f62f5c194f66fe27f8487834548c86bee67b10 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:53.848Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:54.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.172 [2021-04-14T13:09:54.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-14T13:09:54.181Z] cbf97f003155: Preparing [2021-04-14T13:09:54.181Z] cf80f9ce2897: Preparing [2021-04-14T13:09:54.181Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:54.181Z] 2547c0cce6ea: Preparing [2021-04-14T13:09:54.181Z] e08058ee1dfe: Preparing [2021-04-14T13:09:54.453Z] cf80f9ce2897: Layer already exists [2021-04-14T13:09:54.453Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:54.453Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:54.453Z] cbf97f003155: Layer already exists [2021-04-14T13:09:54.453Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:09:54.453Z] 2.0.0-dev.172: digest: sha256:35b345d10fdbdc21f34f857e09f62f5c194f66fe27f8487834548c86bee67b10 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:54.801Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:55.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:55.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-14T13:09:55.198Z] cbf97f003155: Preparing [2021-04-14T13:09:55.198Z] cf80f9ce2897: Preparing [2021-04-14T13:09:55.198Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:55.198Z] 2547c0cce6ea: Preparing [2021-04-14T13:09:55.198Z] e08058ee1dfe: Preparing [2021-04-14T13:09:55.198Z] cf80f9ce2897: Layer already exists [2021-04-14T13:09:55.198Z] cbf97f003155: Layer already exists [2021-04-14T13:09:55.198Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:09:55.198Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:55.198Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:55.472Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:35b345d10fdbdc21f34f857e09f62f5c194f66fe27f8487834548c86bee67b10 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:55.824Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:56.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-14T13:09:56.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-14T13:09:56.163Z] cbf97f003155: Preparing [2021-04-14T13:09:56.163Z] cf80f9ce2897: Preparing [2021-04-14T13:09:56.163Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:56.163Z] 2547c0cce6ea: Preparing [2021-04-14T13:09:56.163Z] e08058ee1dfe: Preparing [2021-04-14T13:09:56.163Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:09:56.163Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:56.163Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:56.163Z] cf80f9ce2897: Layer already exists [2021-04-14T13:09:56.163Z] cbf97f003155: Layer already exists [2021-04-14T13:09:56.434Z] master: digest: sha256:35b345d10fdbdc21f34f857e09f62f5c194f66fe27f8487834548c86bee67b10 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:09:56.521Z] ===================================================== [Pipeline] echo [2021-04-14T13:09:56.535Z] taggedImages: [2021-04-14T13:09:56.535Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:56.535Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.172 [2021-04-14T13:09:56.535Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:56.535Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-14T13:09:56.565Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-14T13:09:56.565Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:56.565Z] 2.0.0-dev.172 [2021-04-14T13:09:56.565Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:09:56.565Z] master [2021-04-14T13:09:56.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:56.931Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:09:57.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:09:57.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-14T13:09:57.274Z] 4e1d35afd4b4: Preparing [2021-04-14T13:09:57.274Z] 4e1d35afd4b4: Preparing [2021-04-14T13:09:57.274Z] 57615543d8c9: Preparing [2021-04-14T13:09:57.274Z] bb48d34e5d50: Preparing [2021-04-14T13:09:57.274Z] f13165196970: Preparing [2021-04-14T13:09:57.274Z] 31af7912239c: Preparing [2021-04-14T13:09:57.274Z] 44b5c23e3e40: Preparing [2021-04-14T13:09:57.274Z] 70fe34a93461: Preparing [2021-04-14T13:09:57.274Z] 70fe34a93461: Preparing [2021-04-14T13:09:57.274Z] 5259ae2ffac7: Preparing [2021-04-14T13:09:57.274Z] b0147e17df73: Preparing [2021-04-14T13:09:57.274Z] e08058ee1dfe: Preparing [2021-04-14T13:09:57.274Z] 5259ae2ffac7: Waiting [2021-04-14T13:09:57.274Z] b0147e17df73: Waiting [2021-04-14T13:09:57.274Z] e08058ee1dfe: Waiting [2021-04-14T13:09:57.274Z] 44b5c23e3e40: Waiting [2021-04-14T13:09:57.274Z] 70fe34a93461: Waiting [2021-04-14T13:09:57.560Z] 4e1d35afd4b4: Pushed [2021-04-14T13:09:57.560Z] f13165196970: Pushed [2021-04-14T13:09:57.560Z] 57615543d8c9: Pushed [2021-04-14T13:09:57.832Z] bb48d34e5d50: Pushed [2021-04-14T13:09:57.832Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:09:57.832Z] e08058ee1dfe: Layer already exists [2021-04-14T13:09:58.103Z] b0147e17df73: Pushed [2021-04-14T13:09:58.103Z] 70fe34a93461: Pushed [2021-04-14T13:09:58.103Z] 5259ae2ffac7: Pushed [2021-04-14T13:10:00.704Z] 31af7912239c: Pushed [2021-04-14T13:10:00.977Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:276089df7425af4bfc40175445c10f69ec25aa80981d291f9a3e29a3ba61b02a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:01.594Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:01.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:01.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-14T13:10:01.943Z] 4e1d35afd4b4: Preparing [2021-04-14T13:10:01.943Z] 4e1d35afd4b4: Preparing [2021-04-14T13:10:01.943Z] 57615543d8c9: Preparing [2021-04-14T13:10:01.943Z] bb48d34e5d50: Preparing [2021-04-14T13:10:01.943Z] f13165196970: Preparing [2021-04-14T13:10:01.943Z] 31af7912239c: Preparing [2021-04-14T13:10:01.943Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:01.943Z] 70fe34a93461: Preparing [2021-04-14T13:10:01.943Z] 70fe34a93461: Preparing [2021-04-14T13:10:01.943Z] 5259ae2ffac7: Preparing [2021-04-14T13:10:01.943Z] 44b5c23e3e40: Waiting [2021-04-14T13:10:01.943Z] 70fe34a93461: Waiting [2021-04-14T13:10:01.943Z] b0147e17df73: Preparing [2021-04-14T13:10:01.943Z] 5259ae2ffac7: Waiting [2021-04-14T13:10:01.943Z] e08058ee1dfe: Preparing [2021-04-14T13:10:01.943Z] b0147e17df73: Waiting [2021-04-14T13:10:01.943Z] e08058ee1dfe: Waiting [2021-04-14T13:10:02.229Z] 57615543d8c9: Layer already exists [2021-04-14T13:10:02.229Z] bb48d34e5d50: Layer already exists [2021-04-14T13:10:02.229Z] 4e1d35afd4b4: Layer already exists [2021-04-14T13:10:02.229Z] 31af7912239c: Layer already exists [2021-04-14T13:10:02.229Z] f13165196970: Layer already exists [2021-04-14T13:10:02.229Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:02.229Z] 5259ae2ffac7: Layer already exists [2021-04-14T13:10:02.229Z] 70fe34a93461: Layer already exists [2021-04-14T13:10:02.229Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:02.229Z] b0147e17df73: Layer already exists [2021-04-14T13:10:02.229Z] 2.0.0-dev.172: digest: sha256:276089df7425af4bfc40175445c10f69ec25aa80981d291f9a3e29a3ba61b02a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:02.587Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:02.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:02.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-14T13:10:02.950Z] 4e1d35afd4b4: Preparing [2021-04-14T13:10:02.950Z] 4e1d35afd4b4: Preparing [2021-04-14T13:10:02.950Z] 57615543d8c9: Preparing [2021-04-14T13:10:02.950Z] bb48d34e5d50: Preparing [2021-04-14T13:10:02.950Z] f13165196970: Preparing [2021-04-14T13:10:02.950Z] 31af7912239c: Preparing [2021-04-14T13:10:02.950Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:02.950Z] 70fe34a93461: Preparing [2021-04-14T13:10:02.950Z] 70fe34a93461: Preparing [2021-04-14T13:10:02.950Z] 5259ae2ffac7: Preparing [2021-04-14T13:10:02.950Z] b0147e17df73: Preparing [2021-04-14T13:10:02.950Z] e08058ee1dfe: Preparing [2021-04-14T13:10:02.950Z] 44b5c23e3e40: Waiting [2021-04-14T13:10:02.950Z] 70fe34a93461: Waiting [2021-04-14T13:10:02.950Z] b0147e17df73: Waiting [2021-04-14T13:10:02.950Z] e08058ee1dfe: Waiting [2021-04-14T13:10:02.951Z] 5259ae2ffac7: Waiting [2021-04-14T13:10:03.227Z] 4e1d35afd4b4: Layer already exists [2021-04-14T13:10:03.227Z] f13165196970: Layer already exists [2021-04-14T13:10:03.227Z] 57615543d8c9: Layer already exists [2021-04-14T13:10:03.227Z] bb48d34e5d50: Layer already exists [2021-04-14T13:10:03.227Z] 31af7912239c: Layer already exists [2021-04-14T13:10:03.227Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:03.227Z] 70fe34a93461: Layer already exists [2021-04-14T13:10:03.227Z] 5259ae2ffac7: Layer already exists [2021-04-14T13:10:03.227Z] b0147e17df73: Layer already exists [2021-04-14T13:10:03.227Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:03.227Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:276089df7425af4bfc40175445c10f69ec25aa80981d291f9a3e29a3ba61b02a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:03.563Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:03.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-14T13:10:03.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-14T13:10:03.894Z] 4e1d35afd4b4: Preparing [2021-04-14T13:10:03.894Z] 4e1d35afd4b4: Preparing [2021-04-14T13:10:03.894Z] 57615543d8c9: Preparing [2021-04-14T13:10:03.894Z] bb48d34e5d50: Preparing [2021-04-14T13:10:03.894Z] f13165196970: Preparing [2021-04-14T13:10:03.894Z] 31af7912239c: Preparing [2021-04-14T13:10:03.894Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:03.894Z] 70fe34a93461: Preparing [2021-04-14T13:10:03.894Z] 70fe34a93461: Preparing [2021-04-14T13:10:03.894Z] 5259ae2ffac7: Preparing [2021-04-14T13:10:03.894Z] b0147e17df73: Preparing [2021-04-14T13:10:03.894Z] e08058ee1dfe: Preparing [2021-04-14T13:10:03.894Z] 44b5c23e3e40: Waiting [2021-04-14T13:10:03.894Z] 70fe34a93461: Waiting [2021-04-14T13:10:03.894Z] 5259ae2ffac7: Waiting [2021-04-14T13:10:03.894Z] b0147e17df73: Waiting [2021-04-14T13:10:03.894Z] e08058ee1dfe: Waiting [2021-04-14T13:10:04.165Z] 57615543d8c9: Layer already exists [2021-04-14T13:10:04.165Z] f13165196970: Layer already exists [2021-04-14T13:10:04.165Z] 4e1d35afd4b4: Layer already exists [2021-04-14T13:10:04.165Z] bb48d34e5d50: Layer already exists [2021-04-14T13:10:04.165Z] 31af7912239c: Layer already exists [2021-04-14T13:10:04.165Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:04.165Z] 5259ae2ffac7: Layer already exists [2021-04-14T13:10:04.165Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:04.165Z] 70fe34a93461: Layer already exists [2021-04-14T13:10:04.165Z] b0147e17df73: Layer already exists [2021-04-14T13:10:04.165Z] master: digest: sha256:276089df7425af4bfc40175445c10f69ec25aa80981d291f9a3e29a3ba61b02a size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:10:04.223Z] ===================================================== [Pipeline] echo [2021-04-14T13:10:04.239Z] taggedImages: [2021-04-14T13:10:04.239Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:04.239Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:04.239Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:04.239Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-14T13:10:04.276Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-14T13:10:04.276Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:04.276Z] 2.0.0-dev.172 [2021-04-14T13:10:04.276Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:04.276Z] master [2021-04-14T13:10:04.276Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:04.653Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:04.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:04.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-14T13:10:04.989Z] c0c260e55e03: Preparing [2021-04-14T13:10:04.989Z] fb7b308653e4: Preparing [2021-04-14T13:10:04.989Z] 5824fc94d432: Preparing [2021-04-14T13:10:04.989Z] dda4b03b54e0: Preparing [2021-04-14T13:10:04.989Z] 0eb152d32e33: Preparing [2021-04-14T13:10:04.989Z] e08058ee1dfe: Preparing [2021-04-14T13:10:04.989Z] e08058ee1dfe: Waiting [2021-04-14T13:10:05.583Z] dda4b03b54e0: Pushed [2021-04-14T13:10:05.583Z] 5824fc94d432: Pushed [2021-04-14T13:10:05.583Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:05.852Z] 0eb152d32e33: Pushed [2021-04-14T13:10:07.823Z] c0c260e55e03: Pushed [2021-04-14T13:10:07.823Z] fb7b308653e4: Pushed [2021-04-14T13:10:08.095Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:b977d3eb5e472a75676765716297d6325224ec60817198f9dd088b6611f9f61c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:08.431Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:08.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:08.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-14T13:10:08.767Z] c0c260e55e03: Preparing [2021-04-14T13:10:08.767Z] fb7b308653e4: Preparing [2021-04-14T13:10:08.767Z] 5824fc94d432: Preparing [2021-04-14T13:10:08.767Z] dda4b03b54e0: Preparing [2021-04-14T13:10:08.767Z] 0eb152d32e33: Preparing [2021-04-14T13:10:08.767Z] e08058ee1dfe: Preparing [2021-04-14T13:10:08.767Z] e08058ee1dfe: Waiting [2021-04-14T13:10:09.040Z] 5824fc94d432: Layer already exists [2021-04-14T13:10:09.040Z] 0eb152d32e33: Layer already exists [2021-04-14T13:10:09.040Z] fb7b308653e4: Layer already exists [2021-04-14T13:10:09.040Z] c0c260e55e03: Layer already exists [2021-04-14T13:10:09.040Z] dda4b03b54e0: Layer already exists [2021-04-14T13:10:09.040Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:09.040Z] 2.0.0-dev.172: digest: sha256:b977d3eb5e472a75676765716297d6325224ec60817198f9dd088b6611f9f61c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:09.387Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:09.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:09.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-14T13:10:09.909Z] c0c260e55e03: Preparing [2021-04-14T13:10:09.909Z] fb7b308653e4: Preparing [2021-04-14T13:10:09.909Z] 5824fc94d432: Preparing [2021-04-14T13:10:09.909Z] dda4b03b54e0: Preparing [2021-04-14T13:10:09.909Z] 0eb152d32e33: Preparing [2021-04-14T13:10:09.909Z] e08058ee1dfe: Preparing [2021-04-14T13:10:09.909Z] e08058ee1dfe: Waiting [2021-04-14T13:10:10.181Z] 0eb152d32e33: Layer already exists [2021-04-14T13:10:10.181Z] 5824fc94d432: Layer already exists [2021-04-14T13:10:10.181Z] fb7b308653e4: Layer already exists [2021-04-14T13:10:10.181Z] c0c260e55e03: Layer already exists [2021-04-14T13:10:10.181Z] dda4b03b54e0: Layer already exists [2021-04-14T13:10:10.181Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:10.181Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:b977d3eb5e472a75676765716297d6325224ec60817198f9dd088b6611f9f61c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:10.518Z] + 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-14T13:10:10.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-14T13:10:10.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-14T13:10:10.856Z] c0c260e55e03: Preparing [2021-04-14T13:10:10.856Z] fb7b308653e4: Preparing [2021-04-14T13:10:10.856Z] 5824fc94d432: Preparing [2021-04-14T13:10:10.856Z] dda4b03b54e0: Preparing [2021-04-14T13:10:10.856Z] 0eb152d32e33: Preparing [2021-04-14T13:10:10.856Z] e08058ee1dfe: Preparing [2021-04-14T13:10:10.856Z] e08058ee1dfe: Waiting [2021-04-14T13:10:11.128Z] 0eb152d32e33: Layer already exists [2021-04-14T13:10:11.128Z] fb7b308653e4: Layer already exists [2021-04-14T13:10:11.128Z] c0c260e55e03: Layer already exists [2021-04-14T13:10:11.128Z] 5824fc94d432: Layer already exists [2021-04-14T13:10:11.128Z] dda4b03b54e0: Layer already exists [2021-04-14T13:10:11.128Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:11.128Z] master: digest: sha256:b977d3eb5e472a75676765716297d6325224ec60817198f9dd088b6611f9f61c size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:10:11.198Z] ===================================================== [Pipeline] echo [2021-04-14T13:10:11.211Z] taggedImages: [2021-04-14T13:10:11.211Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:11.211Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:11.211Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:11.211Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-14T13:10:11.247Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-14T13:10:11.247Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:11.247Z] 2.0.0-dev.172 [2021-04-14T13:10:11.247Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:11.247Z] master [2021-04-14T13:10:11.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:11.627Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:11.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:11.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-14T13:10:11.970Z] e461ad4635ee: Preparing [2021-04-14T13:10:11.970Z] aa8ede1bdd11: Preparing [2021-04-14T13:10:11.970Z] f8a526a5f89b: Preparing [2021-04-14T13:10:11.970Z] b9b863c2cca8: Preparing [2021-04-14T13:10:11.970Z] b40afaaf82f6: Preparing [2021-04-14T13:10:11.970Z] f0d5ad79b1e5: Preparing [2021-04-14T13:10:11.970Z] d1fba6673f74: Preparing [2021-04-14T13:10:11.970Z] ba7fe6776881: Preparing [2021-04-14T13:10:11.970Z] e08058ee1dfe: Preparing [2021-04-14T13:10:11.970Z] f0d5ad79b1e5: Waiting [2021-04-14T13:10:11.970Z] d1fba6673f74: Waiting [2021-04-14T13:10:11.970Z] ba7fe6776881: Waiting [2021-04-14T13:10:11.970Z] e08058ee1dfe: Waiting [2021-04-14T13:10:12.558Z] b40afaaf82f6: Pushed [2021-04-14T13:10:12.558Z] aa8ede1bdd11: Pushed [2021-04-14T13:10:12.558Z] e461ad4635ee: Pushed [2021-04-14T13:10:12.558Z] f0d5ad79b1e5: Pushed [2021-04-14T13:10:12.832Z] d1fba6673f74: Pushed [2021-04-14T13:10:12.832Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:13.106Z] ba7fe6776881: Pushed [2021-04-14T13:10:14.531Z] b9b863c2cca8: Pushed [2021-04-14T13:10:14.531Z] f8a526a5f89b: Pushed [2021-04-14T13:10:14.802Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:b40301e2d2386711b289e9f2ec06d02bba2add07aa8d2a6fca1ed21f4c5a4747 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:15.139Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:15.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:15.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-14T13:10:15.470Z] e461ad4635ee: Preparing [2021-04-14T13:10:15.470Z] aa8ede1bdd11: Preparing [2021-04-14T13:10:15.470Z] f8a526a5f89b: Preparing [2021-04-14T13:10:15.470Z] b9b863c2cca8: Preparing [2021-04-14T13:10:15.470Z] b40afaaf82f6: Preparing [2021-04-14T13:10:15.470Z] f0d5ad79b1e5: Preparing [2021-04-14T13:10:15.470Z] d1fba6673f74: Preparing [2021-04-14T13:10:15.470Z] ba7fe6776881: Preparing [2021-04-14T13:10:15.470Z] e08058ee1dfe: Preparing [2021-04-14T13:10:15.470Z] d1fba6673f74: Waiting [2021-04-14T13:10:15.470Z] ba7fe6776881: Waiting [2021-04-14T13:10:15.470Z] e08058ee1dfe: Waiting [2021-04-14T13:10:15.470Z] f0d5ad79b1e5: Waiting [2021-04-14T13:10:15.745Z] aa8ede1bdd11: Layer already exists [2021-04-14T13:10:15.745Z] b40afaaf82f6: Layer already exists [2021-04-14T13:10:15.745Z] f8a526a5f89b: Layer already exists [2021-04-14T13:10:15.745Z] b9b863c2cca8: Layer already exists [2021-04-14T13:10:15.745Z] e461ad4635ee: Layer already exists [2021-04-14T13:10:15.745Z] f0d5ad79b1e5: Layer already exists [2021-04-14T13:10:15.745Z] ba7fe6776881: Layer already exists [2021-04-14T13:10:15.745Z] d1fba6673f74: Layer already exists [2021-04-14T13:10:15.745Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:15.745Z] 2.0.0-dev.172: digest: sha256:b40301e2d2386711b289e9f2ec06d02bba2add07aa8d2a6fca1ed21f4c5a4747 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:16.083Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:16.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:16.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-14T13:10:16.423Z] e461ad4635ee: Preparing [2021-04-14T13:10:16.423Z] aa8ede1bdd11: Preparing [2021-04-14T13:10:16.423Z] f8a526a5f89b: Preparing [2021-04-14T13:10:16.423Z] b9b863c2cca8: Preparing [2021-04-14T13:10:16.423Z] b40afaaf82f6: Preparing [2021-04-14T13:10:16.423Z] f0d5ad79b1e5: Preparing [2021-04-14T13:10:16.423Z] d1fba6673f74: Preparing [2021-04-14T13:10:16.423Z] ba7fe6776881: Preparing [2021-04-14T13:10:16.423Z] e08058ee1dfe: Preparing [2021-04-14T13:10:16.423Z] f0d5ad79b1e5: Waiting [2021-04-14T13:10:16.423Z] ba7fe6776881: Waiting [2021-04-14T13:10:16.423Z] d1fba6673f74: Waiting [2021-04-14T13:10:16.696Z] b9b863c2cca8: Layer already exists [2021-04-14T13:10:16.696Z] f8a526a5f89b: Layer already exists [2021-04-14T13:10:16.696Z] e461ad4635ee: Layer already exists [2021-04-14T13:10:16.696Z] aa8ede1bdd11: Layer already exists [2021-04-14T13:10:16.696Z] b40afaaf82f6: Layer already exists [2021-04-14T13:10:16.696Z] ba7fe6776881: Layer already exists [2021-04-14T13:10:16.696Z] d1fba6673f74: Layer already exists [2021-04-14T13:10:16.696Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:16.696Z] f0d5ad79b1e5: Layer already exists [2021-04-14T13:10:17.667Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:b40301e2d2386711b289e9f2ec06d02bba2add07aa8d2a6fca1ed21f4c5a4747 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:18.006Z] + 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-14T13:10:18.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-14T13:10:18.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-14T13:10:18.342Z] e461ad4635ee: Preparing [2021-04-14T13:10:18.342Z] aa8ede1bdd11: Preparing [2021-04-14T13:10:18.342Z] f8a526a5f89b: Preparing [2021-04-14T13:10:18.342Z] b9b863c2cca8: Preparing [2021-04-14T13:10:18.342Z] b40afaaf82f6: Preparing [2021-04-14T13:10:18.342Z] f0d5ad79b1e5: Preparing [2021-04-14T13:10:18.342Z] d1fba6673f74: Preparing [2021-04-14T13:10:18.342Z] ba7fe6776881: Preparing [2021-04-14T13:10:18.342Z] e08058ee1dfe: Preparing [2021-04-14T13:10:18.342Z] f0d5ad79b1e5: Waiting [2021-04-14T13:10:18.342Z] d1fba6673f74: Waiting [2021-04-14T13:10:18.342Z] ba7fe6776881: Waiting [2021-04-14T13:10:18.342Z] e08058ee1dfe: Waiting [2021-04-14T13:10:18.613Z] e461ad4635ee: Layer already exists [2021-04-14T13:10:18.613Z] b40afaaf82f6: Layer already exists [2021-04-14T13:10:18.613Z] b9b863c2cca8: Layer already exists [2021-04-14T13:10:18.613Z] aa8ede1bdd11: Layer already exists [2021-04-14T13:10:18.613Z] f8a526a5f89b: Layer already exists [2021-04-14T13:10:18.613Z] f0d5ad79b1e5: Layer already exists [2021-04-14T13:10:18.613Z] ba7fe6776881: Layer already exists [2021-04-14T13:10:18.613Z] d1fba6673f74: Layer already exists [2021-04-14T13:10:18.613Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:18.613Z] master: digest: sha256:b40301e2d2386711b289e9f2ec06d02bba2add07aa8d2a6fca1ed21f4c5a4747 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:10:18.675Z] ===================================================== [Pipeline] echo [2021-04-14T13:10:18.691Z] taggedImages: [2021-04-14T13:10:18.691Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:18.691Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:18.691Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:18.691Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-14T13:10:18.732Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-14T13:10:18.732Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:18.732Z] 2.0.0-dev.172 [2021-04-14T13:10:18.732Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:18.732Z] master [2021-04-14T13:10:18.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:19.112Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:19.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:19.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-14T13:10:19.445Z] f04caaf88800: Preparing [2021-04-14T13:10:19.445Z] 5001aac683ec: Preparing [2021-04-14T13:10:19.445Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:19.445Z] 977de6f103a8: Preparing [2021-04-14T13:10:19.445Z] e08058ee1dfe: Preparing [2021-04-14T13:10:19.718Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:19.718Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:19.718Z] f04caaf88800: Pushed [2021-04-14T13:10:19.989Z] 977de6f103a8: Pushed [2021-04-14T13:10:22.595Z] 5001aac683ec: Pushed [2021-04-14T13:10:23.186Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:fd88918a47283a5193ddc49fff1875f1a51a28a8a6ca790746a4fd2baed90cb8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:23.529Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:23.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:23.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-14T13:10:23.863Z] f04caaf88800: Preparing [2021-04-14T13:10:23.863Z] 5001aac683ec: Preparing [2021-04-14T13:10:23.863Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:23.863Z] 977de6f103a8: Preparing [2021-04-14T13:10:23.863Z] e08058ee1dfe: Preparing [2021-04-14T13:10:23.863Z] 977de6f103a8: Layer already exists [2021-04-14T13:10:23.863Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:23.863Z] f04caaf88800: Layer already exists [2021-04-14T13:10:23.863Z] 5001aac683ec: Layer already exists [2021-04-14T13:10:23.863Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:24.133Z] 2.0.0-dev.172: digest: sha256:fd88918a47283a5193ddc49fff1875f1a51a28a8a6ca790746a4fd2baed90cb8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:24.465Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:24.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:24.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-14T13:10:24.805Z] f04caaf88800: Preparing [2021-04-14T13:10:24.805Z] 5001aac683ec: Preparing [2021-04-14T13:10:24.805Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:24.805Z] 977de6f103a8: Preparing [2021-04-14T13:10:24.805Z] e08058ee1dfe: Preparing [2021-04-14T13:10:24.805Z] 977de6f103a8: Layer already exists [2021-04-14T13:10:24.805Z] 5001aac683ec: Layer already exists [2021-04-14T13:10:24.805Z] f04caaf88800: Layer already exists [2021-04-14T13:10:24.805Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:24.805Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:25.081Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:fd88918a47283a5193ddc49fff1875f1a51a28a8a6ca790746a4fd2baed90cb8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:25.426Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:25.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-14T13:10:25.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-14T13:10:25.755Z] f04caaf88800: Preparing [2021-04-14T13:10:25.755Z] 5001aac683ec: Preparing [2021-04-14T13:10:25.755Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:25.755Z] 977de6f103a8: Preparing [2021-04-14T13:10:25.755Z] e08058ee1dfe: Preparing [2021-04-14T13:10:26.027Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:26.027Z] f04caaf88800: Layer already exists [2021-04-14T13:10:26.027Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:26.027Z] 5001aac683ec: Layer already exists [2021-04-14T13:10:26.027Z] 977de6f103a8: Layer already exists [2021-04-14T13:10:26.027Z] master: digest: sha256:fd88918a47283a5193ddc49fff1875f1a51a28a8a6ca790746a4fd2baed90cb8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:10:26.085Z] ===================================================== [Pipeline] echo [2021-04-14T13:10:26.099Z] taggedImages: [2021-04-14T13:10:26.099Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:26.099Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:26.099Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:26.099Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-14T13:10:26.131Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-14T13:10:26.131Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:26.131Z] 2.0.0-dev.172 [2021-04-14T13:10:26.131Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:26.131Z] master [2021-04-14T13:10:26.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:26.502Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:26.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:26.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-14T13:10:26.861Z] 70fe9126bb39: Preparing [2021-04-14T13:10:26.861Z] 929522bc06d0: Preparing [2021-04-14T13:10:26.861Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:26.861Z] 2547c0cce6ea: Preparing [2021-04-14T13:10:26.861Z] e08058ee1dfe: Preparing [2021-04-14T13:10:27.135Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:27.135Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:27.135Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:10:27.135Z] 70fe9126bb39: Pushed [2021-04-14T13:10:29.728Z] 929522bc06d0: Pushed [2021-04-14T13:10:29.998Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:261794c878a34419e0739cf40174c1f64fa9e47330e3aee45a21cc305d8332f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:30.331Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:30.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:30.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-14T13:10:30.659Z] 70fe9126bb39: Preparing [2021-04-14T13:10:30.659Z] 929522bc06d0: Preparing [2021-04-14T13:10:30.659Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:30.659Z] 2547c0cce6ea: Preparing [2021-04-14T13:10:30.659Z] e08058ee1dfe: Preparing [2021-04-14T13:10:30.659Z] 70fe9126bb39: Layer already exists [2021-04-14T13:10:30.659Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:30.659Z] 929522bc06d0: Layer already exists [2021-04-14T13:10:30.929Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:10:30.929Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:30.929Z] 2.0.0-dev.172: digest: sha256:261794c878a34419e0739cf40174c1f64fa9e47330e3aee45a21cc305d8332f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:31.263Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:31.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:31.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-14T13:10:31.591Z] 70fe9126bb39: Preparing [2021-04-14T13:10:31.591Z] 929522bc06d0: Preparing [2021-04-14T13:10:31.591Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:31.591Z] 2547c0cce6ea: Preparing [2021-04-14T13:10:31.591Z] e08058ee1dfe: Preparing [2021-04-14T13:10:31.591Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:31.591Z] 70fe9126bb39: Layer already exists [2021-04-14T13:10:31.591Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:10:31.864Z] 929522bc06d0: Layer already exists [2021-04-14T13:10:31.864Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:31.864Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:261794c878a34419e0739cf40174c1f64fa9e47330e3aee45a21cc305d8332f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:32.199Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:32.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-14T13:10:32.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-14T13:10:32.529Z] 70fe9126bb39: Preparing [2021-04-14T13:10:32.529Z] 929522bc06d0: Preparing [2021-04-14T13:10:32.529Z] 44b5c23e3e40: Preparing [2021-04-14T13:10:32.529Z] 2547c0cce6ea: Preparing [2021-04-14T13:10:32.529Z] e08058ee1dfe: Preparing [2021-04-14T13:10:32.529Z] 44b5c23e3e40: Layer already exists [2021-04-14T13:10:32.529Z] 70fe9126bb39: Layer already exists [2021-04-14T13:10:32.529Z] 929522bc06d0: Layer already exists [2021-04-14T13:10:32.798Z] 2547c0cce6ea: Layer already exists [2021-04-14T13:10:32.798Z] e08058ee1dfe: Layer already exists [2021-04-14T13:10:32.799Z] master: digest: sha256:261794c878a34419e0739cf40174c1f64fa9e47330e3aee45a21cc305d8332f6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:10:32.858Z] ===================================================== [Pipeline] echo [2021-04-14T13:10:32.872Z] taggedImages: [2021-04-14T13:10:32.872Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:32.872Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:32.872Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:32.872Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-14T13:10:32.901Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-14T13:10:32.901Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:32.901Z] 2.0.0-dev.172 [2021-04-14T13:10:32.901Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:32.901Z] master [2021-04-14T13:10:32.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:33.268Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:33.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:33.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-14T13:10:33.599Z] db58ef6bc44d: Preparing [2021-04-14T13:10:33.599Z] 8ca8cb4addc9: Preparing [2021-04-14T13:10:33.599Z] 61960c9ed9e4: Preparing [2021-04-14T13:10:33.599Z] 154fe3bf377d: Preparing [2021-04-14T13:10:33.599Z] 9ded3b6bb9b5: Preparing [2021-04-14T13:10:33.599Z] fa1afe8e6ed9: Preparing [2021-04-14T13:10:33.599Z] 87a09b4c083e: Preparing [2021-04-14T13:10:33.599Z] 0f74e9ff2a61: Preparing [2021-04-14T13:10:33.599Z] b122376c33c6: Preparing [2021-04-14T13:10:33.599Z] f8381ed47b22: Preparing [2021-04-14T13:10:33.599Z] e934a737d657: Preparing [2021-04-14T13:10:33.599Z] fa1afe8e6ed9: Waiting [2021-04-14T13:10:33.599Z] b122376c33c6: Waiting [2021-04-14T13:10:33.599Z] 87a09b4c083e: Waiting [2021-04-14T13:10:33.599Z] 0f74e9ff2a61: Waiting [2021-04-14T13:10:33.599Z] f8381ed47b22: Waiting [2021-04-14T13:10:33.599Z] e934a737d657: Waiting [2021-04-14T13:10:33.874Z] 9ded3b6bb9b5: Layer already exists [2021-04-14T13:10:33.874Z] fa1afe8e6ed9: Layer already exists [2021-04-14T13:10:33.874Z] 87a09b4c083e: Layer already exists [2021-04-14T13:10:34.149Z] 0f74e9ff2a61: Layer already exists [2021-04-14T13:10:34.149Z] b122376c33c6: Layer already exists [2021-04-14T13:10:34.149Z] 8ca8cb4addc9: Pushed [2021-04-14T13:10:34.149Z] f8381ed47b22: Layer already exists [2021-04-14T13:10:34.149Z] e934a737d657: Layer already exists [2021-04-14T13:10:34.744Z] db58ef6bc44d: Pushed [2021-04-14T13:10:36.716Z] 61960c9ed9e4: Pushed [2021-04-14T13:10:49.218Z] 154fe3bf377d: Pushed [2021-04-14T13:10:49.806Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:d8031768664599d96ffdd4e45d7447e79412a17191a156d246f1e6cf2298890e size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:50.150Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:50.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:50.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-14T13:10:50.485Z] db58ef6bc44d: Preparing [2021-04-14T13:10:50.485Z] 8ca8cb4addc9: Preparing [2021-04-14T13:10:50.485Z] 61960c9ed9e4: Preparing [2021-04-14T13:10:50.485Z] 154fe3bf377d: Preparing [2021-04-14T13:10:50.485Z] 9ded3b6bb9b5: Preparing [2021-04-14T13:10:50.485Z] fa1afe8e6ed9: Preparing [2021-04-14T13:10:50.485Z] 87a09b4c083e: Preparing [2021-04-14T13:10:50.485Z] 0f74e9ff2a61: Preparing [2021-04-14T13:10:50.485Z] b122376c33c6: Preparing [2021-04-14T13:10:50.485Z] f8381ed47b22: Preparing [2021-04-14T13:10:50.485Z] e934a737d657: Preparing [2021-04-14T13:10:50.485Z] 0f74e9ff2a61: Waiting [2021-04-14T13:10:50.485Z] b122376c33c6: Waiting [2021-04-14T13:10:50.485Z] f8381ed47b22: Waiting [2021-04-14T13:10:50.485Z] 87a09b4c083e: Waiting [2021-04-14T13:10:50.485Z] e934a737d657: Waiting [2021-04-14T13:10:50.485Z] fa1afe8e6ed9: Waiting [2021-04-14T13:10:50.485Z] 8ca8cb4addc9: Layer already exists [2021-04-14T13:10:50.485Z] db58ef6bc44d: Layer already exists [2021-04-14T13:10:50.485Z] 9ded3b6bb9b5: Layer already exists [2021-04-14T13:10:50.485Z] 61960c9ed9e4: Layer already exists [2021-04-14T13:10:50.485Z] 154fe3bf377d: Layer already exists [2021-04-14T13:10:50.765Z] 87a09b4c083e: Layer already exists [2021-04-14T13:10:50.765Z] b122376c33c6: Layer already exists [2021-04-14T13:10:50.765Z] f8381ed47b22: Layer already exists [2021-04-14T13:10:50.765Z] fa1afe8e6ed9: Layer already exists [2021-04-14T13:10:50.765Z] 0f74e9ff2a61: Layer already exists [2021-04-14T13:10:50.765Z] e934a737d657: Layer already exists [2021-04-14T13:10:50.765Z] 2.0.0-dev.172: digest: sha256:d8031768664599d96ffdd4e45d7447e79412a17191a156d246f1e6cf2298890e size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:51.099Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:51.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:51.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-14T13:10:51.428Z] db58ef6bc44d: Preparing [2021-04-14T13:10:51.428Z] 8ca8cb4addc9: Preparing [2021-04-14T13:10:51.428Z] 61960c9ed9e4: Preparing [2021-04-14T13:10:51.428Z] 154fe3bf377d: Preparing [2021-04-14T13:10:51.428Z] 9ded3b6bb9b5: Preparing [2021-04-14T13:10:51.428Z] fa1afe8e6ed9: Preparing [2021-04-14T13:10:51.428Z] 87a09b4c083e: Preparing [2021-04-14T13:10:51.428Z] 0f74e9ff2a61: Preparing [2021-04-14T13:10:51.428Z] b122376c33c6: Preparing [2021-04-14T13:10:51.428Z] f8381ed47b22: Preparing [2021-04-14T13:10:51.428Z] e934a737d657: Preparing [2021-04-14T13:10:51.428Z] fa1afe8e6ed9: Waiting [2021-04-14T13:10:51.428Z] 87a09b4c083e: Waiting [2021-04-14T13:10:51.428Z] 0f74e9ff2a61: Waiting [2021-04-14T13:10:51.428Z] b122376c33c6: Waiting [2021-04-14T13:10:51.428Z] f8381ed47b22: Waiting [2021-04-14T13:10:51.428Z] e934a737d657: Waiting [2021-04-14T13:10:51.428Z] 61960c9ed9e4: Layer already exists [2021-04-14T13:10:51.428Z] 8ca8cb4addc9: Layer already exists [2021-04-14T13:10:51.428Z] db58ef6bc44d: Layer already exists [2021-04-14T13:10:51.428Z] 9ded3b6bb9b5: Layer already exists [2021-04-14T13:10:51.428Z] 154fe3bf377d: Layer already exists [2021-04-14T13:10:51.428Z] fa1afe8e6ed9: Layer already exists [2021-04-14T13:10:51.428Z] 0f74e9ff2a61: Layer already exists [2021-04-14T13:10:51.428Z] 87a09b4c083e: Layer already exists [2021-04-14T13:10:51.428Z] f8381ed47b22: Layer already exists [2021-04-14T13:10:51.428Z] b122376c33c6: Layer already exists [2021-04-14T13:10:51.703Z] e934a737d657: Layer already exists [2021-04-14T13:10:51.704Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:d8031768664599d96ffdd4e45d7447e79412a17191a156d246f1e6cf2298890e size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:10:52.042Z] + 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-14T13:10:52.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-14T13:10:52.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-14T13:10:52.373Z] db58ef6bc44d: Preparing [2021-04-14T13:10:52.373Z] 8ca8cb4addc9: Preparing [2021-04-14T13:10:52.373Z] 61960c9ed9e4: Preparing [2021-04-14T13:10:52.373Z] 154fe3bf377d: Preparing [2021-04-14T13:10:52.373Z] 9ded3b6bb9b5: Preparing [2021-04-14T13:10:52.373Z] fa1afe8e6ed9: Preparing [2021-04-14T13:10:52.373Z] 87a09b4c083e: Preparing [2021-04-14T13:10:52.373Z] 0f74e9ff2a61: Preparing [2021-04-14T13:10:52.373Z] b122376c33c6: Preparing [2021-04-14T13:10:52.373Z] f8381ed47b22: Preparing [2021-04-14T13:10:52.373Z] e934a737d657: Preparing [2021-04-14T13:10:52.373Z] fa1afe8e6ed9: Waiting [2021-04-14T13:10:52.373Z] b122376c33c6: Waiting [2021-04-14T13:10:52.373Z] f8381ed47b22: Waiting [2021-04-14T13:10:52.373Z] e934a737d657: Waiting [2021-04-14T13:10:52.373Z] 87a09b4c083e: Waiting [2021-04-14T13:10:52.373Z] 0f74e9ff2a61: Waiting [2021-04-14T13:10:52.373Z] 8ca8cb4addc9: Layer already exists [2021-04-14T13:10:52.373Z] 9ded3b6bb9b5: Layer already exists [2021-04-14T13:10:52.373Z] 61960c9ed9e4: Layer already exists [2021-04-14T13:10:52.373Z] db58ef6bc44d: Layer already exists [2021-04-14T13:10:52.373Z] 154fe3bf377d: Layer already exists [2021-04-14T13:10:52.373Z] 0f74e9ff2a61: Layer already exists [2021-04-14T13:10:52.646Z] b122376c33c6: Layer already exists [2021-04-14T13:10:52.646Z] 87a09b4c083e: Layer already exists [2021-04-14T13:10:52.646Z] fa1afe8e6ed9: Layer already exists [2021-04-14T13:10:52.646Z] f8381ed47b22: Layer already exists [2021-04-14T13:10:52.646Z] e934a737d657: Layer already exists [2021-04-14T13:10:52.646Z] master: digest: sha256:d8031768664599d96ffdd4e45d7447e79412a17191a156d246f1e6cf2298890e size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:10:52.703Z] ===================================================== [Pipeline] echo [2021-04-14T13:10:52.716Z] taggedImages: [2021-04-14T13:10:52.716Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:10:52.716Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.172 [2021-04-14T13:10:52.716Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:10:52.716Z] - 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-14T13:10:53.135Z] ---> job-cost.sh [2021-04-14T13:10:53.135Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gVz4 [2021-04-14T13:11:02.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T13:11:02.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T13:11:18.825Z] Removing intermediate container 9d7cc5b199d3 [2021-04-14T13:11:18.825Z] ---> 2e8220af76e8 [2021-04-14T13:11:18.825Z] [2021-04-14T13:11:18.825Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T13:11:18.825Z] Removing intermediate container 8aad702ce8b1 [2021-04-14T13:11:18.825Z] ---> 664d1c261aaa [2021-04-14T13:11:18.825Z] [2021-04-14T13:11:18.825Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T13:11:19.152Z] 3.12: Pulling from library/alpine [2021-04-14T13:11:19.152Z] 3.12: Pulling from library/alpine [2021-04-14T13:11:19.152Z] Removing intermediate container 8933a0de61c6 [2021-04-14T13:11:19.152Z] ---> 6c380fed5002 [2021-04-14T13:11:19.152Z] [2021-04-14T13:11:19.152Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:11:19.444Z] 3.12: Pulling from library/alpine [2021-04-14T13:11:21.166Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T13:11:21.166Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T13:11:21.166Z] Status: Image is up to date for alpine:3.12 [2021-04-14T13:11:21.166Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T13:11:21.166Z] Status: Image is up to date for alpine:3.12 [2021-04-14T13:11:21.166Z] ---> 7230e588e954 [2021-04-14T13:11:21.166Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:11:21.166Z] ---> 7230e588e954 [2021-04-14T13:11:21.166Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:11:21.166Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T13:11:21.166Z] ---> 7230e588e954 [2021-04-14T13:11:21.166Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-14T13:11:23.103Z] ---> Running in 8540a7be2c6e [2021-04-14T13:11:23.614Z] ---> Running in 7a00bc0534fe [2021-04-14T13:11:23.614Z] ---> Running in 78b760af36ea [2021-04-14T13:11:23.939Z] Removing intermediate container a016bbf8587d [2021-04-14T13:11:23.939Z] ---> c1d5a10ca8fa [2021-04-14T13:11:23.939Z] [2021-04-14T13:11:23.939Z] Step 10/21 : FROM alpine:3.12 [2021-04-14T13:11:23.939Z] ---> 7230e588e954 [2021-04-14T13:11:23.939Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-14T13:11:24.620Z] Removing intermediate container a2828fc2da72 [2021-04-14T13:11:24.620Z] ---> 9c5767b29fc6 [2021-04-14T13:11:24.620Z] [2021-04-14T13:11:24.620Z] Step 10/24 : FROM alpine:3.12 [2021-04-14T13:11:24.620Z] ---> 7230e588e954 [2021-04-14T13:11:24.620Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-14T13:11:24.620Z] ---> Running in 745955208aa6 [2021-04-14T13:11:25.033Z] ---> Running in 4af2b933b8d9 [2021-04-14T13:11:26.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:26.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:26.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:26.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:26.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:27.161Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T13:11:27.161Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:11:27.161Z] OK: 6 MiB in 15 packages [2021-04-14T13:11:27.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:27.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:27.161Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-14T13:11:27.161Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-14T13:11:27.161Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:11:27.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:27.449Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:11:27.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:27.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:11:27.449Z] OK: 6 MiB in 16 packages [2021-04-14T13:11:27.449Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-14T13:11:27.449Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:11:27.449Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-14T13:11:27.449Z] (4/4) Installing curl (7.76.1-r0) [2021-04-14T13:11:27.449Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:11:27.449Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:11:27.740Z] OK: 7 MiB in 18 packages [2021-04-14T13:11:27.740Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-14T13:11:27.740Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T13:11:27.740Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:11:27.740Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:11:27.740Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-14T13:11:27.740Z] (4/6) Installing curl (7.76.1-r0) [2021-04-14T13:11:27.740Z] OK: 6 MiB in 15 packages [2021-04-14T13:11:27.740Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-14T13:11:27.740Z] (6/6) Installing su-exec (0.2-r1) [2021-04-14T13:11:27.740Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:11:28.067Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T13:11:28.067Z] OK: 7 MiB in 20 packages [2021-04-14T13:11:29.596Z] Removing intermediate container 8540a7be2c6e [2021-04-14T13:11:29.596Z] ---> bd9733c071b0 [2021-04-14T13:11:29.596Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:11:29.938Z] ---> Running in 531cb33cf4c2 [2021-04-14T13:11:29.938Z] Removing intermediate container 745955208aa6 [2021-04-14T13:11:29.938Z] ---> 01e58bf20d51 [2021-04-14T13:11:29.938Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T13:11:30.555Z] Removing intermediate container 78b760af36ea [2021-04-14T13:11:30.555Z] ---> d378b039720a [2021-04-14T13:11:30.555Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:11:30.827Z] ---> Running in fffb7f355f90 [2021-04-14T13:11:31.121Z] ---> Running in 1bdcaffa8b41 [2021-04-14T13:11:31.121Z] Removing intermediate container 7a00bc0534fe [2021-04-14T13:11:31.121Z] ---> fba33b41235c [2021-04-14T13:11:31.121Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:11:31.121Z] Removing intermediate container 531cb33cf4c2 [2021-04-14T13:11:31.121Z] ---> 617add6a22be [2021-04-14T13:11:31.121Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-14T13:11:31.551Z] Removing intermediate container 4af2b933b8d9 [2021-04-14T13:11:31.551Z] ---> c95c74e92c89 [2021-04-14T13:11:31.551Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T13:11:31.829Z] ---> Running in 6b4086360506 [2021-04-14T13:11:31.829Z] ---> Running in 437b9510faf0 [2021-04-14T13:11:31.829Z] ---> Running in 4c50d59f0ac7 [2021-04-14T13:11:32.099Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-14T13:11:32.120Z] Removing intermediate container fffb7f355f90 [2021-04-14T13:11:32.120Z] ---> 0c2601ee9a0f [2021-04-14T13:11:32.120Z] Step 13/21 : WORKDIR /edgex [2021-04-14T13:11:32.120Z] Removing intermediate container 1bdcaffa8b41 [2021-04-14T13:11:32.120Z] ---> 2e4815680551 [2021-04-14T13:11:32.120Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-14T13:11:32.497Z] ---> Running in b063e7b7a1ca [2021-04-14T13:11:32.497Z] Removing intermediate container 6b4086360506 [2021-04-14T13:11:32.497Z] ---> 1271e947e305 [2021-04-14T13:11:32.497Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-14T13:11:32.915Z] Removing intermediate container 4c50d59f0ac7 [2021-04-14T13:11:32.915Z] ---> 59fba6ba9af1 [2021-04-14T13:11:32.915Z] Step 13/24 : WORKDIR / [2021-04-14T13:11:32.915Z] ---> Running in 81ecdba79cbb [2021-04-14T13:11:32.915Z] Removing intermediate container 437b9510faf0 [2021-04-14T13:11:32.915Z] ---> 61eac3fd009c [2021-04-14T13:11:32.915Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T13:11:32.915Z] ---> Running in c30e05cd200c [2021-04-14T13:11:33.305Z] ---> Running in ca8f34c422ef [2021-04-14T13:11:33.305Z] ---> Running in 33ca35544cac [2021-04-14T13:11:33.626Z] Removing intermediate container b063e7b7a1ca [2021-04-14T13:11:33.626Z] ---> 8de991759215 [2021-04-14T13:11:33.626Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-14T13:11:33.964Z] Removing intermediate container 81ecdba79cbb [2021-04-14T13:11:33.964Z] ---> 35a4e2879514 [2021-04-14T13:11:33.964Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T13:11:33.964Z] Removing intermediate container c30e05cd200c [2021-04-14T13:11:33.964Z] ---> b6a7d992fcc4 [2021-04-14T13:11:33.964Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T13:11:34.278Z] ---> Running in 22d569cdfb08 [2021-04-14T13:11:34.278Z] Removing intermediate container ca8f34c422ef [2021-04-14T13:11:34.278Z] ---> 5ce6c1c9e6e1 [2021-04-14T13:11:34.278Z] 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-14T13:11:34.601Z] ---> Running in 23cc1373f13a [2021-04-14T13:11:34.601Z] Removing intermediate container 33ca35544cac [2021-04-14T13:11:34.601Z] ---> 33734f74372b [2021-04-14T13:11:34.601Z] Step 15/23 : WORKDIR / [2021-04-14T13:11:35.234Z] ---> Running in 1ccc44eef05a [2021-04-14T13:11:35.234Z] Removing intermediate container 22d569cdfb08 [2021-04-14T13:11:35.234Z] ---> 7cc8c4f1672d [2021-04-14T13:11:35.234Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:11:35.234Z] ---> 363640a4f356 [2021-04-14T13:11:35.234Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-14T13:11:35.541Z] ---> 75c895f685e5 [2021-04-14T13:11:35.541Z] 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-14T13:11:35.541Z] Removing intermediate container 23cc1373f13a [2021-04-14T13:11:35.541Z] ---> f4bd909a6d2f [2021-04-14T13:11:35.541Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:11:36.355Z] Removing intermediate container 1ccc44eef05a [2021-04-14T13:11:36.355Z] ---> 921e168614ff [2021-04-14T13:11:36.355Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:11:36.656Z] ---> b0946fc51f6d [2021-04-14T13:11:36.656Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-14T13:11:36.656Z] ---> 9188fcc68b3c [2021-04-14T13:11:36.656Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-14T13:11:36.656Z] ---> cb7bab02de31 [2021-04-14T13:11:36.656Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-14T13:11:36.999Z] ---> d30fca8ab23f [2021-04-14T13:11:36.999Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-14T13:11:37.751Z] ---> b76bdc314965 [2021-04-14T13:11:37.751Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-14T13:11:37.751Z] ---> 7aa782090c6c [2021-04-14T13:11:37.751Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-14T13:11:38.123Z] ---> 6047efbdc8a9 [2021-04-14T13:11:38.123Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-14T13:11:38.123Z] ---> f75ade406515 [2021-04-14T13:11:38.123Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-14T13:11:38.527Z] ---> 3229d50787ff [2021-04-14T13:11:38.527Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-14T13:11:38.527Z] ---> Running in daba6167fc7b [2021-04-14T13:11:38.527Z] ---> f25a70ee41b1 [2021-04-14T13:11:38.527Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-14T13:11:38.820Z] ---> Running in 6eecaf7a38b0 [2021-04-14T13:11:39.109Z] ---> b807748fffa5 [2021-04-14T13:11:39.109Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-14T13:11:39.416Z] ---> 34938f5aa2b8 [2021-04-14T13:11:39.416Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-14T13:11:39.416Z] Removing intermediate container daba6167fc7b [2021-04-14T13:11:39.416Z] ---> 12b880b8d6b9 [2021-04-14T13:11:39.416Z] Step 18/21 : CMD ["--init=true"] [2021-04-14T13:11:39.416Z] ---> 75ddb3355ecd [2021-04-14T13:11:39.416Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-14T13:11:39.794Z] ---> Running in d9739a833ba7 [2021-04-14T13:11:39.794Z] ---> Running in 1d8b76180b38 [2021-04-14T13:11:40.412Z] Removing intermediate container 6eecaf7a38b0 [2021-04-14T13:11:40.412Z] ---> 640e1a829f6a [2021-04-14T13:11:40.412Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:11:40.831Z] ---> Running in f14fe3b96fbd [2021-04-14T13:11:40.831Z] Removing intermediate container 1d8b76180b38 [2021-04-14T13:11:40.831Z] ---> f3d193494702 [2021-04-14T13:11:40.831Z] Step 19/21 : LABEL arch=x86_64 [2021-04-14T13:11:40.831Z] Removing intermediate container d9739a833ba7 [2021-04-14T13:11:40.831Z] ---> a2e0c148c274 [2021-04-14T13:11:40.831Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:11:40.831Z] ---> fa3749f54bcb [2021-04-14T13:11:40.831Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-14T13:11:40.831Z] ---> f1d78206f72b [2021-04-14T13:11:40.831Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-14T13:11:41.175Z] ---> Running in 816241db780f [2021-04-14T13:11:41.175Z] ---> Running in 124cdd80d476 [2021-04-14T13:11:41.492Z] ---> Running in 0b347bc7c8b5 [2021-04-14T13:11:41.808Z] Removing intermediate container f14fe3b96fbd [2021-04-14T13:11:41.808Z] ---> 6720f24b1e15 [2021-04-14T13:11:41.808Z] Step 20/22 : LABEL arch=x86_64 [2021-04-14T13:11:41.808Z] Removing intermediate container 816241db780f [2021-04-14T13:11:41.808Z] ---> a15fd061a86b [2021-04-14T13:11:41.808Z] Step 20/22 : LABEL arch=x86_64 [2021-04-14T13:11:41.808Z] Removing intermediate container 124cdd80d476 [2021-04-14T13:11:41.808Z] ---> 952e8d3e433a [2021-04-14T13:11:41.808Z] Step 20/21 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:11:41.808Z] Removing intermediate container 0b347bc7c8b5 [2021-04-14T13:11:41.808Z] ---> 93cb788a3015 [2021-04-14T13:11:41.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:11:41.808Z] ---> 56b7a5b0a0be [2021-04-14T13:11:41.808Z] 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-14T13:11:41.808Z] ---> Running in aca47ecea9f7 [2021-04-14T13:11:42.223Z] ---> Running in 2cefb601ac17 [2021-04-14T13:11:42.223Z] ---> Running in 51084e1bce0e [2021-04-14T13:11:42.223Z] ---> Running in 1dc04bbb8c0c [2021-04-14T13:11:42.605Z] ---> Running in fed510c5383d [2021-04-14T13:11:42.605Z] Removing intermediate container aca47ecea9f7 [2021-04-14T13:11:42.605Z] ---> 282fe76660fa [2021-04-14T13:11:42.605Z] Step 21/22 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:11:42.977Z] ---> Running in 5dce86e458ff [2021-04-14T13:11:43.404Z] Removing intermediate container 2cefb601ac17 [2021-04-14T13:11:43.404Z] ---> a908aa68a8bf [2021-04-14T13:11:43.404Z] Step 21/22 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:11:43.404Z] Removing intermediate container 51084e1bce0e [2021-04-14T13:11:43.404Z] ---> 444573ba241b [2021-04-14T13:11:43.404Z] Step 21/21 : LABEL version=2.0.0-dev.172 [2021-04-14T13:11:43.404Z] ---> Running in 6cbaa75abff9 [2021-04-14T13:11:43.404Z] Removing intermediate container 1dc04bbb8c0c [2021-04-14T13:11:43.404Z] ---> c4311c0f5aa7 [2021-04-14T13:11:43.404Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T13:11:43.740Z] ---> Running in b7673686c24c [2021-04-14T13:11:43.740Z] ---> Running in fdc078e7b1f3 [2021-04-14T13:11:43.740Z] Removing intermediate container 5dce86e458ff [2021-04-14T13:11:43.740Z] ---> b0f3515743a2 [2021-04-14T13:11:43.740Z] Step 22/22 : LABEL version=2.0.0-dev.172 [2021-04-14T13:11:43.741Z] ---> Running in f44bf37110ad [2021-04-14T13:11:44.010Z] Removing intermediate container 6cbaa75abff9 [2021-04-14T13:11:44.010Z] ---> a1422f0d5f1e [2021-04-14T13:11:44.010Z] Step 22/22 : LABEL version=2.0.0-dev.172 [2021-04-14T13:11:44.010Z] Removing intermediate container b7673686c24c [2021-04-14T13:11:44.010Z] ---> 9b078bd1413c [2021-04-14T13:11:44.010Z] [2021-04-14T13:11:44.326Z] Removing intermediate container fdc078e7b1f3 [2021-04-14T13:11:44.326Z] ---> 8c79d3a4a74a [2021-04-14T13:11:44.326Z] Step 22/23 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:11:44.326Z] ---> Running in 6a4a42d570de [2021-04-14T13:11:44.666Z] Removing intermediate container f44bf37110ad [2021-04-14T13:11:44.666Z] ---> c8acdb879b78 [2021-04-14T13:11:44.666Z] [2021-04-14T13:11:44.666Z] ---> Running in 983b5efdffbe [2021-04-14T13:11:44.975Z] Removing intermediate container 6a4a42d570de [2021-04-14T13:11:44.975Z] ---> 3b361e172007 [2021-04-14T13:11:44.975Z] [2021-04-14T13:11:44.975Z] Successfully built 9b078bd1413c [2021-04-14T13:11:45.249Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-14T13:11:45.249Z] Building docker-sys-mgmt-agent-go [2021-04-14T13:11:45.249Z] Removing intermediate container fed510c5383d [2021-04-14T13:11:45.249Z] ---> b5a74e7bf2f8 [2021-04-14T13:11:45.249Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-14T13:11:45.249Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 983b5efdffbe [2021-04-14T13:11:45.249Z] ---> 24087c5dceb7 [2021-04-14T13:11:45.249Z] Step 23/23 : LABEL version=2.0.0-dev.172 [2021-04-14T13:11:45.249Z] Successfully built c8acdb879b78 [2021-04-14T13:11:45.249Z] Successfully built 3b361e172007 [2021-04-14T13:11:45.560Z] ---> Running in 797cf6a48fc8 [2021-04-14T13:11:45.560Z] ---> Running in 004aece3aa64 [2021-04-14T13:11:45.560Z] Successfully tagged docker-support-notifications-go:latest [2021-04-14T13:11:45.560Z]  Building docker-support-notifications-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-04-14T13:11:45.560Z] Building docker-security-bootstrapper-go [2021-04-14T13:11:45.560Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-04-14T13:11:46.322Z] Removing intermediate container 797cf6a48fc8 [2021-04-14T13:11:46.322Z] ---> 7177392c2f97 [2021-04-14T13:11:46.322Z] Step 22/24 : LABEL arch=x86_64 [2021-04-14T13:11:46.322Z] Removing intermediate container 004aece3aa64 [2021-04-14T13:11:46.322Z] ---> 6719f53ac926 [2021-04-14T13:11:46.322Z] [2021-04-14T13:11:46.686Z] ---> Running in eda895199325 [2021-04-14T13:11:47.320Z] Successfully built 6719f53ac926 [2021-04-14T13:11:47.320Z] Successfully tagged docker-core-command-go:latest [2021-04-14T13:11:47.320Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-14T13:11:47.618Z] Removing intermediate container eda895199325 [2021-04-14T13:11:47.618Z] ---> 188d55f80ff7 [2021-04-14T13:11:47.618Z] Step 23/24 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:11:47.908Z] ---> Running in e44ab44c8b5e [2021-04-14T13:11:48.215Z] Removing intermediate container e44ab44c8b5e [2021-04-14T13:11:48.215Z] ---> be2bf93f33cf [2021-04-14T13:11:48.215Z] Step 24/24 : LABEL version=2.0.0-dev.172 [2021-04-14T13:11:48.504Z] ---> Running in 2c6f8ba14eed [2021-04-14T13:11:49.207Z] Removing intermediate container 2c6f8ba14eed [2021-04-14T13:11:49.207Z] ---> c09a786dfa9c [2021-04-14T13:11:49.207Z] [2021-04-14T13:11:51.533Z] Successfully built c09a786dfa9c [2021-04-14T13:11:51.838Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-14T13:13:01.551Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:13:01.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:13:01.551Z] ---> 408c9ca8250f [2021-04-14T13:13:01.551Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:13:01.551Z] ---> Using cache [2021-04-14T13:13:01.551Z] ---> c4e721d1721a [2021-04-14T13:13:01.551Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:13:01.551Z] ---> Using cache [2021-04-14T13:13:01.551Z] ---> 896cd2b0da2d [2021-04-14T13:13:01.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T13:13:01.551Z] ---> Using cache [2021-04-14T13:13:01.551Z] ---> da1d7431395d [2021-04-14T13:13:01.551Z] Step 6/23 : COPY go.mod . [2021-04-14T13:13:01.551Z] ---> Using cache [2021-04-14T13:13:01.551Z] ---> ce40e9249b3e [2021-04-14T13:13:01.551Z] Step 7/23 : RUN go mod download [2021-04-14T13:13:01.551Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> 7450e6ab428f [2021-04-14T13:13:01.552Z] Step 8/23 : COPY . . [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> e1dca69ce647 [2021-04-14T13:13:01.552Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-14T13:13:01.552Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:13:01.552Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:13:01.552Z] ---> 408c9ca8250f [2021-04-14T13:13:01.552Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> c4e721d1721a [2021-04-14T13:13:01.552Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> 896cd2b0da2d [2021-04-14T13:13:01.552Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-14T13:13:01.552Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:13:01.552Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:13:01.552Z] ---> 408c9ca8250f [2021-04-14T13:13:01.552Z] Step 3/31 : WORKDIR /edgex-go [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> c4e721d1721a [2021-04-14T13:13:01.552Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> 896cd2b0da2d [2021-04-14T13:13:01.552Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> da1d7431395d [2021-04-14T13:13:01.552Z] Step 6/31 : COPY go.mod . [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> ce40e9249b3e [2021-04-14T13:13:01.552Z] Step 7/31 : RUN go mod download [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> 7450e6ab428f [2021-04-14T13:13:01.552Z] Step 8/31 : COPY . . [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> e1dca69ce647 [2021-04-14T13:13:01.552Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-14T13:13:01.552Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T13:13:01.552Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T13:13:01.552Z] ---> 408c9ca8250f [2021-04-14T13:13:01.552Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> c4e721d1721a [2021-04-14T13:13:01.552Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:13:01.552Z] ---> Using cache [2021-04-14T13:13:01.552Z] ---> 896cd2b0da2d [2021-04-14T13:13:01.552Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-14T13:13:01.552Z] ---> Running in 56049be3c970 [2021-04-14T13:13:01.552Z] ---> Running in 27b840534ae9 [2021-04-14T13:13:01.552Z] ---> Running in 190a7ac16f91 [2021-04-14T13:13:01.552Z] ---> Running in 38aea0184d0b [2021-04-14T13:13:01.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T13:13:01.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T13:13:01.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:13:01.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:13:01.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:13:01.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:13:01.552Z] OK: 233 MiB in 51 packages [2021-04-14T13:13:01.552Z] OK: 233 MiB in 51 packages [2021-04-14T13:13:01.911Z] Removing intermediate container 190a7ac16f91 [2021-04-14T13:13:01.911Z] ---> c2e872c16ff2 [2021-04-14T13:13:01.911Z] Step 6/23 : COPY go.mod . [2021-04-14T13:13:01.911Z] Removing intermediate container 56049be3c970 [2021-04-14T13:13:01.911Z] ---> e398ebf1488a [2021-04-14T13:13:01.911Z] Step 6/23 : COPY go.mod . [2021-04-14T13:13:02.566Z] ---> 9a6d531653e9 [2021-04-14T13:13:02.566Z] Step 7/23 : RUN go mod download [2021-04-14T13:13:02.888Z] ---> Running in 984dd9ecbbf5 [2021-04-14T13:13:03.216Z] ---> 60b5cb6b77a5 [2021-04-14T13:13:03.216Z] Step 7/23 : RUN go mod download [2021-04-14T13:13:03.216Z] ---> Running in e586df6bac27 [2021-04-14T13:13:08.827Z] lf-activate-venv(): INFO: Adding /tmp/venv-gVz4/bin to PATH [2021-04-14T13:13:08.827Z] INFO: No Stack... [2021-04-14T13:13:08.828Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-14T13:13:08.828Z] INFO: Archiving Costs [Pipeline] sh [2021-04-14T13:13:09.181Z] + cat /w/workspace/edgex-go/440/archives/cost.csv [2021-04-14T13:13:09.181Z] + cut -d, -f6 [Pipeline] lock [2021-04-14T13:13:09.310Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-440-stack-cost] [2021-04-14T13:13:09.319Z] Resource [jenkins-edgexfoundry-edgex-go-master-440-stack-cost] did not exist. Created. [2021-04-14T13:13:09.319Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-440-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-14T13:13:09.694Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-14T13:13:10.458Z] Stashed 1 file(s) [Pipeline] } [2021-04-14T13:13:10.471Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-440-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-14T13:13:10.891Z] Removing intermediate container 984dd9ecbbf5 [2021-04-14T13:13:10.891Z] ---> cf287fbfd2bc [2021-04-14T13:13:10.891Z] Step 8/23 : COPY . . [2021-04-14T13:13:10.891Z] Removing intermediate container e586df6bac27 [2021-04-14T13:13:10.891Z] ---> 45850c70aa33 [2021-04-14T13:13:10.891Z] Step 8/23 : COPY . . [2021-04-14T13:14:13.135Z] Removing intermediate container 27b840534ae9 [2021-04-14T13:14:13.135Z] ---> 888a9b4325e1 [2021-04-14T13:14:13.135Z] [2021-04-14T13:14:13.135Z] Step 10/31 : FROM alpine:3.12 [2021-04-14T13:14:13.135Z] ---> 7230e588e954 [2021-04-14T13:14:13.135Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-14T13:14:13.135Z] ---> Running in 10a9126c435b [2021-04-14T13:14:15.400Z] Removing intermediate container 10a9126c435b [2021-04-14T13:14:15.400Z] ---> 9cb891db70ba [2021-04-14T13:14:15.400Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-14T13:14:17.617Z] ---> Running in bc672284d7d4 [2021-04-14T13:14:22.476Z] Removing intermediate container 38aea0184d0b [2021-04-14T13:14:22.476Z] ---> 23dced821656 [2021-04-14T13:14:22.476Z] [2021-04-14T13:14:22.476Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:14:22.476Z] ---> 7230e588e954 [2021-04-14T13:14:22.476Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T13:14:22.476Z] ---> Using cache [2021-04-14T13:14:22.476Z] ---> fba33b41235c [2021-04-14T13:14:22.476Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:14:22.476Z] ---> Using cache [2021-04-14T13:14:22.476Z] ---> 1271e947e305 [2021-04-14T13:14:22.476Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-14T13:14:23.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:14:23.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:14:23.801Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-14T13:14:23.802Z] (2/2) Installing su-exec (0.2-r1) [2021-04-14T13:14:23.802Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:14:24.479Z] OK: 6 MiB in 16 packages [2021-04-14T13:14:24.479Z] ---> Running in 4e91e17edd3a [2021-04-14T13:14:26.713Z] Removing intermediate container 4e91e17edd3a [2021-04-14T13:14:26.713Z] ---> 7c4614987a10 [2021-04-14T13:14:26.713Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T13:14:27.044Z] ---> Running in 5704d3f34ebc [2021-04-14T13:14:28.199Z] Removing intermediate container bc672284d7d4 [2021-04-14T13:14:28.199Z] ---> fc30887c5d79 [2021-04-14T13:14:28.199Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-14T13:14:28.513Z] Removing intermediate container 5704d3f34ebc [2021-04-14T13:14:28.513Z] ---> b4f3319e9d86 [2021-04-14T13:14:28.513Z] Step 15/23 : WORKDIR / [2021-04-14T13:14:28.824Z] ---> Running in 66304ec23a83 [2021-04-14T13:14:28.824Z] ---> Running in c32fbf7993e8 [2021-04-14T13:14:29.698Z] ---> 87f92915bf24 [2021-04-14T13:14:29.698Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-14T13:14:29.698Z] ---> d8326f5c3af1 [2021-04-14T13:14:29.698Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-14T13:14:29.698Z] Removing intermediate container c32fbf7993e8 [2021-04-14T13:14:29.698Z] ---> 1094b10bc0c3 [2021-04-14T13:14:29.698Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:14:29.698Z] Removing intermediate container 66304ec23a83 [2021-04-14T13:14:29.699Z] ---> 4d5a6a9dbd04 [2021-04-14T13:14:29.699Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-14T13:14:30.070Z] ---> Running in 13e245b7b97d [2021-04-14T13:14:30.070Z] ---> Running in bda8978533ab [2021-04-14T13:14:30.070Z] ---> Running in cd83e96616b0 [2021-04-14T13:14:30.632Z] ---> 8334b97651da [2021-04-14T13:14:30.632Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-14T13:14:31.740Z] Removing intermediate container bda8978533ab [2021-04-14T13:14:31.740Z] ---> fe9ffaf04e9e [2021-04-14T13:14:31.740Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-14T13:14:32.058Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T13:14:32.058Z] ---> Running in 0d9332aebbf8 [2021-04-14T13:14:32.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T13:14:33.521Z] ---> 902c88c4a173 [2021-04-14T13:14:33.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-14T13:14:35.244Z] ---> 1e3aada48649 [2021-04-14T13:14:35.244Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-14T13:14:35.670Z] ---> Running in 8102e094ca95 [2021-04-14T13:14:36.463Z] Removing intermediate container 8102e094ca95 [2021-04-14T13:14:36.463Z] ---> a56ff686b28c [2021-04-14T13:14:36.463Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:14:36.463Z] ---> Running in 039aebdd006b [2021-04-14T13:14:36.894Z] Removing intermediate container 0d9332aebbf8 [2021-04-14T13:14:36.894Z] ---> 894892d3eab7 [2021-04-14T13:14:36.894Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-14T13:14:37.283Z] ---> Running in 542dca8fa4ef [2021-04-14T13:14:37.283Z] Removing intermediate container 039aebdd006b [2021-04-14T13:14:37.283Z] ---> e056e065a2c6 [2021-04-14T13:14:37.283Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T13:14:37.658Z] ---> Running in a5698c7e4a54 [2021-04-14T13:14:38.314Z] Removing intermediate container 542dca8fa4ef [2021-04-14T13:14:38.314Z] ---> c304e02408ea [2021-04-14T13:14:38.314Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-14T13:14:38.587Z] Removing intermediate container a5698c7e4a54 [2021-04-14T13:14:38.587Z] ---> cd99c16e6598 [2021-04-14T13:14:38.587Z] Step 22/23 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:14:38.873Z] ---> Running in 56a7e0b2382a [2021-04-14T13:14:39.947Z] ---> 22141c687977 [2021-04-14T13:14:39.947Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-14T13:14:40.629Z] Removing intermediate container 56a7e0b2382a [2021-04-14T13:14:40.629Z] ---> 506b87c73ee9 [2021-04-14T13:14:40.629Z] Step 23/23 : LABEL version=2.0.0-dev.172 [2021-04-14T13:14:40.984Z] ---> Running in 0f619b2ae92f [2021-04-14T13:14:40.984Z] ---> Running in 3bb153c973d0 [2021-04-14T13:14:41.607Z] Removing intermediate container 3bb153c973d0 [2021-04-14T13:14:41.607Z] ---> b4308de3b1ae [2021-04-14T13:14:41.607Z] [2021-04-14T13:14:44.544Z] Successfully built b4308de3b1ae [2021-04-14T13:14:44.544Z] Successfully tagged docker-core-metadata-go:latest [2021-04-14T13:14:46.213Z]  Building docker-core-metadata-go ... done Removing intermediate container 0f619b2ae92f [2021-04-14T13:14:46.213Z] ---> f14573767508 [2021-04-14T13:14:46.213Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:14:48.393Z] ---> daa688102d0a [2021-04-14T13:14:48.393Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-14T13:14:51.343Z] ---> 0cfaed6bb217 [2021-04-14T13:14:51.343Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-14T13:14:53.924Z] ---> f9181c21a149 [2021-04-14T13:14:53.924Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-14T13:14:55.886Z] ---> 543242e025dc [2021-04-14T13:14:55.886Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-14T13:14:58.298Z] ---> 408dcad5f2b8 [2021-04-14T13:14:58.298Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-14T13:14:58.585Z] ---> Running in 95a75e452a5f [2021-04-14T13:14:59.236Z] Removing intermediate container 95a75e452a5f [2021-04-14T13:14:59.236Z] ---> 5c22992c4056 [2021-04-14T13:14:59.236Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-14T13:15:01.070Z] ---> bc8d9af5891c [2021-04-14T13:15:01.070Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-14T13:15:01.070Z] ---> Running in 41bb36400790 [2021-04-14T13:15:06.292Z] Removing intermediate container 41bb36400790 [2021-04-14T13:15:06.292Z] ---> c25131670324 [2021-04-14T13:15:06.292Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-14T13:15:07.063Z] ---> Running in 6ac0748812aa [2021-04-14T13:15:07.824Z] Removing intermediate container 6ac0748812aa [2021-04-14T13:15:07.824Z] ---> 885134846344 [2021-04-14T13:15:07.824Z] Step 28/31 : CMD ["gate"] [2021-04-14T13:15:08.498Z] ---> Running in d90a3151c0e7 [2021-04-14T13:15:09.550Z] Removing intermediate container d90a3151c0e7 [2021-04-14T13:15:09.550Z] ---> 0808ed1b2e1a [2021-04-14T13:15:09.550Z] Step 29/31 : LABEL arch=x86_64 [2021-04-14T13:15:10.211Z] ---> Running in 822f0e3d026e [2021-04-14T13:15:10.503Z] Removing intermediate container 822f0e3d026e [2021-04-14T13:15:10.503Z] ---> d9276074b051 [2021-04-14T13:15:10.503Z] Step 30/31 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:15:11.156Z] ---> Running in db6afa87624f [2021-04-14T13:15:11.627Z] Removing intermediate container db6afa87624f [2021-04-14T13:15:11.627Z] ---> 8126d6f22343 [2021-04-14T13:15:11.627Z] Step 31/31 : LABEL version=2.0.0-dev.172 [2021-04-14T13:15:11.956Z] ---> Running in 7af9286f7145 [2021-04-14T13:15:12.648Z] Removing intermediate container 7af9286f7145 [2021-04-14T13:15:12.648Z] ---> 07be1cfe8869 [2021-04-14T13:15:12.648Z] [2021-04-14T13:15:13.367Z] Successfully built 07be1cfe8869 [2021-04-14T13:15:13.367Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-14T13:15:21.988Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container cd83e96616b0 [2021-04-14T13:15:21.988Z] ---> 91e3909db775 [2021-04-14T13:15:21.988Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-14T13:15:22.309Z] ---> Running in 85b68d58d5ff [2021-04-14T13:15:24.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.172" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T13:15:28.125Z] Removing intermediate container 13e245b7b97d [2021-04-14T13:15:28.125Z] ---> f520909826b0 [2021-04-14T13:15:28.125Z] [2021-04-14T13:15:28.125Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T13:15:28.125Z] ---> 7230e588e954 [2021-04-14T13:15:28.125Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-14T13:15:28.472Z] ---> Running in 839f8e5efbf0 [2021-04-14T13:15:29.091Z] Removing intermediate container 839f8e5efbf0 [2021-04-14T13:15:29.091Z] ---> 2f0606e4951d [2021-04-14T13:15:29.091Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-14T13:15:29.091Z] ---> Running in 470beb71d9e4 [2021-04-14T13:15:29.424Z] Removing intermediate container 85b68d58d5ff [2021-04-14T13:15:29.424Z] ---> f6e696b208ef [2021-04-14T13:15:29.424Z] [2021-04-14T13:15:29.424Z] Step 11/23 : FROM docker:20.10.0 [2021-04-14T13:15:29.713Z] 20.10.0: Pulling from library/docker [2021-04-14T13:15:29.713Z] Removing intermediate container 470beb71d9e4 [2021-04-14T13:15:29.713Z] ---> cd684ac62307 [2021-04-14T13:15:29.713Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-14T13:15:30.341Z] ---> Running in d1132870305a [2021-04-14T13:15:31.898Z] Removing intermediate container d1132870305a [2021-04-14T13:15:31.898Z] ---> 13265a834492 [2021-04-14T13:15:31.898Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T13:15:32.623Z] ---> Running in 6006020ddfac [2021-04-14T13:15:37.803Z] Removing intermediate container 6006020ddfac [2021-04-14T13:15:37.803Z] ---> 49821ab4ab5b [2021-04-14T13:15:37.803Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-14T13:15:38.190Z] ---> Running in 8fa14b2dded0 [2021-04-14T13:15:40.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:15:41.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:15:41.966Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-14T13:15:41.966Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-14T13:15:41.966Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-14T13:15:42.249Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-14T13:15:42.249Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T13:15:42.522Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-14T13:15:42.522Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T13:15:42.522Z] OK: 8 MiB in 20 packages [2021-04-14T13:15:44.035Z] Removing intermediate container 8fa14b2dded0 [2021-04-14T13:15:44.035Z] ---> 74ab2fd636b6 [2021-04-14T13:15:44.035Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T13:15:45.042Z] ---> 42b074482c39 [2021-04-14T13:15:45.042Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-14T13:15:47.857Z] ---> f0710a44b721 [2021-04-14T13:15:47.857Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-14T13:15:48.134Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-14T13:15:48.614Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-14T13:15:48.614Z] ---> aefe523efa57 [2021-04-14T13:15:48.614Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-14T13:15:48.964Z] ---> Running in be0c9095abe8 [2021-04-14T13:15:49.243Z] ---> 258245f22378 [2021-04-14T13:15:49.243Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-14T13:15:49.865Z] ---> Running in 3655efbef451 [2021-04-14T13:15:49.865Z] Removing intermediate container be0c9095abe8 [2021-04-14T13:15:49.865Z] ---> 047c9e944866 [2021-04-14T13:15:49.865Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-14T13:15:49.865Z] ---> Running in a15e4d5741d8 [2021-04-14T13:15:50.167Z] Removing intermediate container 3655efbef451 [2021-04-14T13:15:50.167Z] ---> e446079e47d8 [2021-04-14T13:15:50.167Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:15:50.541Z] ---> Running in 4992e2933871 [2021-04-14T13:15:51.319Z] Removing intermediate container 4992e2933871 [2021-04-14T13:15:51.319Z] ---> 05773887a22f [2021-04-14T13:15:51.319Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T13:15:51.721Z] ---> Running in 5aa1ea27edd4 [2021-04-14T13:15:52.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T13:15:52.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T13:15:52.277Z] Removing intermediate container 5aa1ea27edd4 [2021-04-14T13:15:52.277Z] ---> 15728fdc1600 [2021-04-14T13:15:52.277Z] Step 22/23 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:15:52.277Z] (1/39) Installing readline (8.0.4-r0) [2021-04-14T13:15:52.277Z] (2/39) Installing bash (5.0.17-r0) [2021-04-14T13:15:52.277Z] ---> Running in 7688e849662e [2021-04-14T13:15:52.277Z] Executing bash-5.0.17-r0.post-install [2021-04-14T13:15:52.277Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T13:15:52.277Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-14T13:15:52.277Z] (5/39) Installing curl (7.76.1-r0) [2021-04-14T13:15:52.558Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-14T13:15:52.558Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-14T13:15:52.558Z] (8/39) Installing expat (2.2.9-r1) [2021-04-14T13:15:52.558Z] (9/39) Installing libffi (3.3-r2) [2021-04-14T13:15:52.558Z] (10/39) Installing gdbm (1.13-r1) [2021-04-14T13:15:52.558Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-14T13:15:52.558Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-14T13:15:52.558Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-14T13:15:54.151Z] Removing intermediate container 7688e849662e [2021-04-14T13:15:54.151Z] ---> c0d0635f52fc [2021-04-14T13:15:54.151Z] Step 23/23 : LABEL version=2.0.0-dev.172 [2021-04-14T13:15:56.066Z] ---> Running in ab0acf2b2566 [2021-04-14T13:15:56.805Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-14T13:15:56.805Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-14T13:15:56.805Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-14T13:15:56.805Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-14T13:15:56.805Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-14T13:15:56.805Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-14T13:15:56.805Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-14T13:15:57.082Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-14T13:15:57.082Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-14T13:15:57.363Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-14T13:15:57.635Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-14T13:15:57.635Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-14T13:15:57.635Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-14T13:15:57.635Z] Removing intermediate container ab0acf2b2566 [2021-04-14T13:15:57.635Z] ---> 19dacbd7c0d7 [2021-04-14T13:15:57.635Z] [2021-04-14T13:15:57.635Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-14T13:15:57.635Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-14T13:15:57.958Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-14T13:15:57.958Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-14T13:15:57.958Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-14T13:15:57.958Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-14T13:15:57.958Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-14T13:15:58.239Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-14T13:15:58.239Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-14T13:15:58.239Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-14T13:15:58.239Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-14T13:15:58.239Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-14T13:15:58.239Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-14T13:15:58.613Z] Successfully built 19dacbd7c0d7 [2021-04-14T13:15:58.613Z] Successfully tagged docker-core-data-go:latest [2021-04-14T13:15:58.613Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-04-14T13:15:58.613Z] OK: 72 MiB in 59 packages [2021-04-14T13:16:01.857Z] Collecting docker-compose==1.23.2 [2021-04-14T13:16:02.189Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-14T13:16:02.485Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-14T13:16:02.485Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-14T13:16:03.572Z] Collecting jsonschema<3,>=2.5.1 [2021-04-14T13:16:03.572Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-14T13:16:03.891Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-14T13:16:03.891Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-14T13:16:04.221Z] Collecting cached-property<2,>=1.2.0 [2021-04-14T13:16:04.221Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-14T13:16:04.221Z] 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-14T13:16:04.221Z] Collecting texttable<0.10,>=0.9.0 [2021-04-14T13:16:04.221Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-14T13:16:06.423Z] Collecting docker<4.0,>=3.6.0 [2021-04-14T13:16:06.717Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-14T13:16:07.184Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-14T13:16:07.184Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-14T13:16:07.900Z] Collecting PyYAML<4,>=3.10 [2021-04-14T13:16:07.900Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-14T13:16:10.271Z] Collecting docopt<0.7,>=0.6.1 [2021-04-14T13:16:10.271Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-14T13:16:11.313Z] Collecting docker-pycreds>=0.4.0 [2021-04-14T13:16:11.313Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-14T13:16:11.645Z] 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-14T13:16:11.645Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-14T13:16:11.645Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-14T13:16:12.321Z] Collecting idna<2.8,>=2.5 [2021-04-14T13:16:12.321Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-14T13:16:12.321Z] 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-14T13:16:12.321Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-14T13:16:12.321Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-14T13:16:12.321Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-14T13:16:12.321Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-14T13:16:12.689Z] Installing collected packages: dockerpty, jsonschema, websocket-client, cached-property, texttable, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, docker-compose [2021-04-14T13:16:12.689Z] Running setup.py install for dockerpty: started [2021-04-14T13:16:14.521Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-14T13:16:15.531Z] Running setup.py install for texttable: started [2021-04-14T13:16:16.539Z] Running setup.py install for texttable: finished with status 'done' [2021-04-14T13:16:16.539Z] Attempting uninstall: urllib3 [2021-04-14T13:16:16.539Z] Found existing installation: urllib3 1.25.9 [2021-04-14T13:16:16.539Z] Uninstalling urllib3-1.25.9: [2021-04-14T13:16:16.806Z] Successfully uninstalled urllib3-1.25.9 [2021-04-14T13:16:17.099Z] Attempting uninstall: idna [2021-04-14T13:16:17.099Z] Found existing installation: idna 2.9 [2021-04-14T13:16:17.099Z] Uninstalling idna-2.9: [2021-04-14T13:16:17.099Z] Successfully uninstalled idna-2.9 [2021-04-14T13:16:17.385Z] Attempting uninstall: requests [2021-04-14T13:16:17.385Z] Found existing installation: requests 2.23.0 [2021-04-14T13:16:17.680Z] Uninstalling requests-2.23.0: [2021-04-14T13:16:17.680Z] Successfully uninstalled requests-2.23.0 [2021-04-14T13:16:18.291Z] Running setup.py install for PyYAML: started [2021-04-14T13:16:18.937Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-14T13:16:18.937Z] Running setup.py install for docopt: started [2021-04-14T13:16:20.156Z] Running setup.py install for docopt: finished with status 'done' [2021-04-14T13:16:21.149Z] 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-14T13:16:35.522Z] Removing intermediate container a15e4d5741d8 [2021-04-14T13:16:35.522Z] ---> 8777d67dd539 [2021-04-14T13:16:35.522Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-14T13:16:35.522Z] ---> Running in b377910038a7 [2021-04-14T13:16:36.153Z] Removing intermediate container b377910038a7 [2021-04-14T13:16:36.153Z] ---> 422992a5437a [2021-04-14T13:16:36.153Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-14T13:16:36.474Z] ---> Running in 137ce6089f22 [2021-04-14T13:16:37.509Z] Removing intermediate container 137ce6089f22 [2021-04-14T13:16:37.509Z] ---> 30ff1b495ed3 [2021-04-14T13:16:37.509Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-14T13:16:39.005Z] ---> 297348ff1571 [2021-04-14T13:16:39.005Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-14T13:16:40.085Z] ---> ecb3a48a6de1 [2021-04-14T13:16:40.085Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-14T13:16:42.184Z] ---> 3707e3969da7 [2021-04-14T13:16:42.184Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-14T13:16:42.484Z] ---> Running in e5a9d98edc56 [2021-04-14T13:16:43.485Z] Removing intermediate container e5a9d98edc56 [2021-04-14T13:16:43.485Z] ---> 837e7d9c337c [2021-04-14T13:16:43.485Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T13:16:43.775Z] ---> Running in 7ffd4e53d572 [2021-04-14T13:16:44.858Z] Removing intermediate container 7ffd4e53d572 [2021-04-14T13:16:44.858Z] ---> 43231a4acf76 [2021-04-14T13:16:44.858Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T13:16:45.199Z] ---> Running in af9d746df33d [2021-04-14T13:16:46.238Z] Removing intermediate container af9d746df33d [2021-04-14T13:16:46.238Z] ---> 36df03c8b194 [2021-04-14T13:16:46.238Z] Step 22/23 : LABEL git_sha=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:16:46.884Z] ---> Running in 4f6dc469e451 [2021-04-14T13:16:47.522Z] Removing intermediate container 4f6dc469e451 [2021-04-14T13:16:47.522Z] ---> 8d03ed0837eb [2021-04-14T13:16:47.522Z] Step 23/23 : LABEL version=2.0.0-dev.172 [2021-04-14T13:16:48.161Z] ---> Running in e90cc38bcb90 [2021-04-14T13:16:49.217Z] Removing intermediate container e90cc38bcb90 [2021-04-14T13:16:49.217Z] ---> 90ede1e59ed6 [2021-04-14T13:16:49.217Z] [2021-04-14T13:16:50.753Z] Successfully built 90ede1e59ed6 [2021-04-14T13:16:50.753Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-14T13:16:51.956Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-14T13:16:52.089Z] $ docker stop --time=1 87090ed47241fef3d76d925f1f09d39d73d8ea8c468ac9bdacb9450f1575105c [2021-04-14T13:16:55.866Z] $ docker rm -f 87090ed47241fef3d76d925f1f09d39d73d8ea8c468ac9bdacb9450f1575105c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T13:16:57.116Z] + docker images [2021-04-14T13:16:57.117Z] + grep docker [2021-04-14T13:16:58.142Z] docker-sys-mgmt-agent-go latest 90ede1e59ed6 9 seconds ago 312MB [2021-04-14T13:16:58.142Z] docker-core-data-go latest 19dacbd7c0d7 About a minute ago 22.7MB [2021-04-14T13:16:58.142Z] docker-security-bootstrapper-go latest 07be1cfe8869 About a minute ago 19.1MB [2021-04-14T13:16:58.142Z] docker-core-metadata-go latest b4308de3b1ae 2 minutes ago 19MB [2021-04-14T13:16:58.142Z] docker-security-secretstore-setup-go latest c09a786dfa9c 5 minutes ago 25.9MB [2021-04-14T13:16:58.142Z] docker-core-command-go latest 6719f53ac926 5 minutes ago 17.3MB [2021-04-14T13:16:58.142Z] docker-support-notifications-go latest c8acdb879b78 5 minutes ago 18MB [2021-04-14T13:16:58.142Z] docker-support-scheduler-go latest 3b361e172007 5 minutes ago 17.4MB [2021-04-14T13:16:58.142Z] docker-security-proxy-setup-go latest 9b078bd1413c 5 minutes ago 25.6MB [2021-04-14T13:16:58.142Z] docker 20.10.0 aefe523efa57 4 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-14T13:16:58.309Z] provisioning config files... [2021-04-14T13:16:58.583Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config1054904310711994887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:16:59.504Z] ---> docker-login.sh [2021-04-14T13:16:59.504Z] nexus3.edgexfoundry.org:10001 [2021-04-14T13:17:01.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:17:02.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:17:02.830Z] Configure a credential helper to remove this warning. See [2021-04-14T13:17:02.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:17:02.830Z] [2021-04-14T13:17:02.830Z] Login Succeeded [2021-04-14T13:17:02.830Z] nexus3.edgexfoundry.org:10002 [2021-04-14T13:17:03.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:17:03.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:17:03.911Z] Configure a credential helper to remove this warning. See [2021-04-14T13:17:03.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:17:03.911Z] [2021-04-14T13:17:03.911Z] Login Succeeded [2021-04-14T13:17:03.911Z] nexus3.edgexfoundry.org:10003 [2021-04-14T13:17:04.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:17:05.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:17:05.300Z] Configure a credential helper to remove this warning. See [2021-04-14T13:17:05.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:17:05.300Z] [2021-04-14T13:17:05.300Z] Login Succeeded [2021-04-14T13:17:05.300Z] nexus3.edgexfoundry.org:10004 [2021-04-14T13:17:05.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:17:06.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:17:06.088Z] Configure a credential helper to remove this warning. See [2021-04-14T13:17:06.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:17:06.088Z] [2021-04-14T13:17:06.088Z] Login Succeeded [2021-04-14T13:17:06.088Z] docker.io [2021-04-14T13:17:06.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T13:17:07.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T13:17:07.060Z] Configure a credential helper to remove this warning. See [2021-04-14T13:17:07.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T13:17:07.060Z] [2021-04-14T13:17:07.060Z] Login Succeeded [2021-04-14T13:17:07.060Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T13:17:07.075Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:17:07.155Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-14T13:17:07.156Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:07.156Z] 2.0.0-dev.172 [2021-04-14T13:17:07.156Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:07.156Z] master [2021-04-14T13:17:07.156Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:07.673Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:08.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:08.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-14T13:17:08.640Z] 99d6d25111c0: Preparing [2021-04-14T13:17:08.640Z] 4e854b728081: Preparing [2021-04-14T13:17:08.640Z] 7b571c3573fd: Preparing [2021-04-14T13:17:08.640Z] e7ee1a033ee5: Preparing [2021-04-14T13:17:08.640Z] b0b9881431d7: Preparing [2021-04-14T13:17:08.640Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:08.918Z] e7ee1a033ee5: Pushed [2021-04-14T13:17:08.918Z] 99d6d25111c0: Pushed [2021-04-14T13:17:08.918Z] 7b571c3573fd: Pushed [2021-04-14T13:17:11.061Z] 4e854b728081: Pushed [2021-04-14T13:17:11.410Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:714ae826461566f3463c737a70d570b111a6aedb70f441c054f038328e3dcac5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:12.037Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:12.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.172 [2021-04-14T13:17:12.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-14T13:17:12.489Z] 99d6d25111c0: Preparing [2021-04-14T13:17:12.489Z] 4e854b728081: Preparing [2021-04-14T13:17:12.489Z] 7b571c3573fd: Preparing [2021-04-14T13:17:12.489Z] e7ee1a033ee5: Preparing [2021-04-14T13:17:12.489Z] b0b9881431d7: Preparing [2021-04-14T13:17:12.798Z] e7ee1a033ee5: Layer already exists [2021-04-14T13:17:12.798Z] 99d6d25111c0: Layer already exists [2021-04-14T13:17:12.798Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:12.798Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:12.798Z] 4e854b728081: Layer already exists [2021-04-14T13:17:12.798Z] 2.0.0-dev.172: digest: sha256:714ae826461566f3463c737a70d570b111a6aedb70f441c054f038328e3dcac5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:13.411Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:14.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:14.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-14T13:17:14.118Z] 99d6d25111c0: Preparing [2021-04-14T13:17:14.118Z] 4e854b728081: Preparing [2021-04-14T13:17:14.118Z] 7b571c3573fd: Preparing [2021-04-14T13:17:14.118Z] e7ee1a033ee5: Preparing [2021-04-14T13:17:14.118Z] b0b9881431d7: Preparing [2021-04-14T13:17:14.391Z] e7ee1a033ee5: Layer already exists [2021-04-14T13:17:14.391Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:14.391Z] 4e854b728081: Layer already exists [2021-04-14T13:17:14.391Z] 99d6d25111c0: Layer already exists [2021-04-14T13:17:14.391Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:14.391Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:714ae826461566f3463c737a70d570b111a6aedb70f441c054f038328e3dcac5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:14.833Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:15.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-14T13:17:15.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-14T13:17:15.825Z] 99d6d25111c0: Preparing [2021-04-14T13:17:15.825Z] 4e854b728081: Preparing [2021-04-14T13:17:15.825Z] 7b571c3573fd: Preparing [2021-04-14T13:17:15.825Z] e7ee1a033ee5: Preparing [2021-04-14T13:17:15.825Z] b0b9881431d7: Preparing [2021-04-14T13:17:15.825Z] 4e854b728081: Layer already exists [2021-04-14T13:17:15.825Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:15.825Z] 99d6d25111c0: Layer already exists [2021-04-14T13:17:15.825Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:15.825Z] e7ee1a033ee5: Layer already exists [2021-04-14T13:17:15.825Z] master: digest: sha256:714ae826461566f3463c737a70d570b111a6aedb70f441c054f038328e3dcac5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:17:15.936Z] ===================================================== [Pipeline] echo [2021-04-14T13:17:15.954Z] taggedImages: [2021-04-14T13:17:15.954Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:15.954Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.172 [2021-04-14T13:17:15.954Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:15.954Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-14T13:17:15.989Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-14T13:17:15.990Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:15.990Z] 2.0.0-dev.172 [2021-04-14T13:17:15.990Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:15.990Z] master [2021-04-14T13:17:15.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:16.418Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:17.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:17.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-14T13:17:17.873Z] 0dad3765c186: Preparing [2021-04-14T13:17:17.873Z] 0260d67b2988: Preparing [2021-04-14T13:17:17.873Z] 7b571c3573fd: Preparing [2021-04-14T13:17:17.873Z] b07884ff85f2: Preparing [2021-04-14T13:17:17.873Z] 869948fec303: Preparing [2021-04-14T13:17:17.873Z] b0b9881431d7: Preparing [2021-04-14T13:17:17.873Z] b0b9881431d7: Waiting [2021-04-14T13:17:18.263Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:18.765Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:19.131Z] 869948fec303: Pushed [2021-04-14T13:17:19.131Z] 0dad3765c186: Pushed [2021-04-14T13:17:19.131Z] b07884ff85f2: Pushed [2021-04-14T13:17:21.648Z] 0260d67b2988: Pushed [2021-04-14T13:17:21.944Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:8d50e9c361e23a8a5de0ef337efcd629d4d0ae8cef068b5cc6cf2787154166a9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:22.321Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:23.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.172 [2021-04-14T13:17:23.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-14T13:17:23.564Z] 0dad3765c186: Preparing [2021-04-14T13:17:23.564Z] 0260d67b2988: Preparing [2021-04-14T13:17:23.564Z] 7b571c3573fd: Preparing [2021-04-14T13:17:23.564Z] b07884ff85f2: Preparing [2021-04-14T13:17:23.564Z] 869948fec303: Preparing [2021-04-14T13:17:23.564Z] b0b9881431d7: Preparing [2021-04-14T13:17:23.564Z] b0b9881431d7: Waiting [2021-04-14T13:17:23.564Z] b07884ff85f2: Layer already exists [2021-04-14T13:17:23.564Z] 0260d67b2988: Layer already exists [2021-04-14T13:17:23.564Z] 0dad3765c186: Layer already exists [2021-04-14T13:17:23.564Z] 869948fec303: Layer already exists [2021-04-14T13:17:23.564Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:23.564Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:23.967Z] 2.0.0-dev.172: digest: sha256:8d50e9c361e23a8a5de0ef337efcd629d4d0ae8cef068b5cc6cf2787154166a9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:24.665Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:25.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:25.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-14T13:17:25.368Z] 0dad3765c186: Preparing [2021-04-14T13:17:25.368Z] 0260d67b2988: Preparing [2021-04-14T13:17:25.368Z] 7b571c3573fd: Preparing [2021-04-14T13:17:25.368Z] b07884ff85f2: Preparing [2021-04-14T13:17:25.368Z] 869948fec303: Preparing [2021-04-14T13:17:25.368Z] b0b9881431d7: Preparing [2021-04-14T13:17:25.368Z] b0b9881431d7: Waiting [2021-04-14T13:17:25.368Z] b07884ff85f2: Layer already exists [2021-04-14T13:17:25.368Z] 869948fec303: Layer already exists [2021-04-14T13:17:25.368Z] 0260d67b2988: Layer already exists [2021-04-14T13:17:25.368Z] 0dad3765c186: Layer already exists [2021-04-14T13:17:25.368Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:25.368Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:25.678Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:8d50e9c361e23a8a5de0ef337efcd629d4d0ae8cef068b5cc6cf2787154166a9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:26.217Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:27.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-14T13:17:27.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-14T13:17:27.836Z] 0dad3765c186: Preparing [2021-04-14T13:17:27.836Z] 0260d67b2988: Preparing [2021-04-14T13:17:27.836Z] 7b571c3573fd: Preparing [2021-04-14T13:17:27.836Z] b07884ff85f2: Preparing [2021-04-14T13:17:27.836Z] 869948fec303: Preparing [2021-04-14T13:17:27.836Z] b0b9881431d7: Preparing [2021-04-14T13:17:27.836Z] b0b9881431d7: Waiting [2021-04-14T13:17:27.836Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:27.836Z] 869948fec303: Layer already exists [2021-04-14T13:17:27.836Z] 0260d67b2988: Layer already exists [2021-04-14T13:17:27.836Z] b07884ff85f2: Layer already exists [2021-04-14T13:17:27.836Z] 0dad3765c186: Layer already exists [2021-04-14T13:17:27.836Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:27.836Z] master: digest: sha256:8d50e9c361e23a8a5de0ef337efcd629d4d0ae8cef068b5cc6cf2787154166a9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:17:28.699Z] ===================================================== [Pipeline] echo [2021-04-14T13:17:28.713Z] taggedImages: [2021-04-14T13:17:28.713Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:28.713Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.172 [2021-04-14T13:17:28.713Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:28.713Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-14T13:17:28.753Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-14T13:17:28.753Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:28.753Z] 2.0.0-dev.172 [2021-04-14T13:17:28.753Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:28.753Z] master [2021-04-14T13:17:28.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:29.508Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:30.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:31.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-14T13:17:31.569Z] a3305ee40458: Preparing [2021-04-14T13:17:31.569Z] f09b913a7416: Preparing [2021-04-14T13:17:31.569Z] 7b571c3573fd: Preparing [2021-04-14T13:17:31.569Z] d0e5d052e03d: Preparing [2021-04-14T13:17:31.569Z] b0b9881431d7: Preparing [2021-04-14T13:17:32.160Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:32.160Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:33.045Z] a3305ee40458: Pushed [2021-04-14T13:17:33.045Z] d0e5d052e03d: Pushed [2021-04-14T13:17:36.967Z] f09b913a7416: Pushed [2021-04-14T13:17:37.876Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:9cfd0c383a523d6d0a85027ee809e5dd16c7c217bcb9036c1bbe352f6a4867b4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:38.244Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:38.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.172 [2021-04-14T13:17:38.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-14T13:17:38.682Z] a3305ee40458: Preparing [2021-04-14T13:17:38.682Z] f09b913a7416: Preparing [2021-04-14T13:17:38.682Z] 7b571c3573fd: Preparing [2021-04-14T13:17:38.682Z] d0e5d052e03d: Preparing [2021-04-14T13:17:38.682Z] b0b9881431d7: Preparing [2021-04-14T13:17:39.115Z] a3305ee40458: Layer already exists [2021-04-14T13:17:39.115Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:39.115Z] f09b913a7416: Layer already exists [2021-04-14T13:17:39.115Z] d0e5d052e03d: Layer already exists [2021-04-14T13:17:39.115Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:39.115Z] 2.0.0-dev.172: digest: sha256:9cfd0c383a523d6d0a85027ee809e5dd16c7c217bcb9036c1bbe352f6a4867b4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:40.321Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:40.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:40.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-14T13:17:40.851Z] a3305ee40458: Preparing [2021-04-14T13:17:40.851Z] f09b913a7416: Preparing [2021-04-14T13:17:40.851Z] 7b571c3573fd: Preparing [2021-04-14T13:17:40.851Z] d0e5d052e03d: Preparing [2021-04-14T13:17:40.851Z] b0b9881431d7: Preparing [2021-04-14T13:17:41.121Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:41.122Z] d0e5d052e03d: Layer already exists [2021-04-14T13:17:41.122Z] a3305ee40458: Layer already exists [2021-04-14T13:17:41.122Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:41.122Z] f09b913a7416: Layer already exists [2021-04-14T13:17:41.122Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:9cfd0c383a523d6d0a85027ee809e5dd16c7c217bcb9036c1bbe352f6a4867b4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:41.713Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:42.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-14T13:17:42.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-14T13:17:42.983Z] a3305ee40458: Preparing [2021-04-14T13:17:42.983Z] f09b913a7416: Preparing [2021-04-14T13:17:42.983Z] 7b571c3573fd: Preparing [2021-04-14T13:17:42.983Z] d0e5d052e03d: Preparing [2021-04-14T13:17:42.983Z] b0b9881431d7: Preparing [2021-04-14T13:17:43.254Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:43.254Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:43.254Z] a3305ee40458: Layer already exists [2021-04-14T13:17:43.254Z] f09b913a7416: Layer already exists [2021-04-14T13:17:43.254Z] d0e5d052e03d: Layer already exists [2021-04-14T13:17:43.254Z] master: digest: sha256:9cfd0c383a523d6d0a85027ee809e5dd16c7c217bcb9036c1bbe352f6a4867b4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:17:43.316Z] ===================================================== [Pipeline] echo [2021-04-14T13:17:43.329Z] taggedImages: [2021-04-14T13:17:43.329Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:43.329Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.172 [2021-04-14T13:17:43.329Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:43.329Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-14T13:17:43.359Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-14T13:17:43.359Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:43.359Z] 2.0.0-dev.172 [2021-04-14T13:17:43.359Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:43.359Z] master [2021-04-14T13:17:43.359Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:43.828Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:44.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:44.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-14T13:17:44.835Z] a168b5abca41: Preparing [2021-04-14T13:17:44.835Z] a168b5abca41: Preparing [2021-04-14T13:17:44.835Z] 6e1d70dcace4: Preparing [2021-04-14T13:17:44.835Z] 92e95619a3f7: Preparing [2021-04-14T13:17:44.835Z] e38826ae314b: Preparing [2021-04-14T13:17:44.835Z] 877b127fa1fd: Preparing [2021-04-14T13:17:44.835Z] 7b571c3573fd: Preparing [2021-04-14T13:17:44.835Z] 0313b7b62189: Preparing [2021-04-14T13:17:44.835Z] 0313b7b62189: Preparing [2021-04-14T13:17:44.835Z] 5758d6d7da3e: Preparing [2021-04-14T13:17:44.835Z] 290bc2366d0f: Preparing [2021-04-14T13:17:44.835Z] b0b9881431d7: Preparing [2021-04-14T13:17:44.835Z] 7b571c3573fd: Waiting [2021-04-14T13:17:44.835Z] 0313b7b62189: Waiting [2021-04-14T13:17:44.835Z] 5758d6d7da3e: Waiting [2021-04-14T13:17:44.835Z] 290bc2366d0f: Waiting [2021-04-14T13:17:44.835Z] b0b9881431d7: Waiting [2021-04-14T13:17:45.153Z] a168b5abca41: Pushed [2021-04-14T13:17:45.153Z] 6e1d70dcace4: Pushed [2021-04-14T13:17:45.153Z] e38826ae314b: Pushed [2021-04-14T13:17:45.153Z] 92e95619a3f7: Pushed [2021-04-14T13:17:45.504Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:45.504Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:45.882Z] 290bc2366d0f: Pushed [2021-04-14T13:17:45.882Z] 5758d6d7da3e: Pushed [2021-04-14T13:17:45.882Z] 0313b7b62189: Pushed [2021-04-14T13:17:48.087Z] 877b127fa1fd: Pushed [2021-04-14T13:17:48.745Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:8555ebeee46e8df8e5c39a25b51210f6c1abb534b132489e18f0ac776ece48ee size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:49.201Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:49.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.172 [2021-04-14T13:17:49.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-14T13:17:49.804Z] a168b5abca41: Preparing [2021-04-14T13:17:49.804Z] a168b5abca41: Preparing [2021-04-14T13:17:49.804Z] 6e1d70dcace4: Preparing [2021-04-14T13:17:49.804Z] 92e95619a3f7: Preparing [2021-04-14T13:17:49.804Z] e38826ae314b: Preparing [2021-04-14T13:17:49.804Z] 877b127fa1fd: Preparing [2021-04-14T13:17:49.804Z] 7b571c3573fd: Preparing [2021-04-14T13:17:49.804Z] 0313b7b62189: Preparing [2021-04-14T13:17:49.804Z] 0313b7b62189: Preparing [2021-04-14T13:17:49.804Z] 5758d6d7da3e: Preparing [2021-04-14T13:17:49.804Z] 290bc2366d0f: Preparing [2021-04-14T13:17:49.804Z] b0b9881431d7: Preparing [2021-04-14T13:17:49.804Z] 7b571c3573fd: Waiting [2021-04-14T13:17:49.804Z] 0313b7b62189: Waiting [2021-04-14T13:17:49.804Z] 5758d6d7da3e: Waiting [2021-04-14T13:17:49.804Z] 290bc2366d0f: Waiting [2021-04-14T13:17:49.804Z] b0b9881431d7: Waiting [2021-04-14T13:17:50.092Z] a168b5abca41: Layer already exists [2021-04-14T13:17:50.092Z] e38826ae314b: Layer already exists [2021-04-14T13:17:50.092Z] 92e95619a3f7: Layer already exists [2021-04-14T13:17:50.092Z] 877b127fa1fd: Layer already exists [2021-04-14T13:17:50.092Z] 6e1d70dcace4: Layer already exists [2021-04-14T13:17:50.092Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:50.092Z] 290bc2366d0f: Layer already exists [2021-04-14T13:17:50.092Z] 5758d6d7da3e: Layer already exists [2021-04-14T13:17:50.092Z] 0313b7b62189: Layer already exists [2021-04-14T13:17:50.092Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:50.371Z] 2.0.0-dev.172: digest: sha256:8555ebeee46e8df8e5c39a25b51210f6c1abb534b132489e18f0ac776ece48ee size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:50.876Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:51.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:51.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-14T13:17:51.538Z] a168b5abca41: Preparing [2021-04-14T13:17:51.538Z] a168b5abca41: Preparing [2021-04-14T13:17:51.538Z] 6e1d70dcace4: Preparing [2021-04-14T13:17:51.538Z] 92e95619a3f7: Preparing [2021-04-14T13:17:51.538Z] e38826ae314b: Preparing [2021-04-14T13:17:51.538Z] 877b127fa1fd: Preparing [2021-04-14T13:17:51.538Z] 7b571c3573fd: Preparing [2021-04-14T13:17:51.538Z] 0313b7b62189: Preparing [2021-04-14T13:17:51.538Z] 0313b7b62189: Preparing [2021-04-14T13:17:51.538Z] 5758d6d7da3e: Preparing [2021-04-14T13:17:51.538Z] 290bc2366d0f: Preparing [2021-04-14T13:17:51.538Z] b0b9881431d7: Preparing [2021-04-14T13:17:51.538Z] 7b571c3573fd: Waiting [2021-04-14T13:17:51.538Z] 0313b7b62189: Waiting [2021-04-14T13:17:51.538Z] 5758d6d7da3e: Waiting [2021-04-14T13:17:51.538Z] 290bc2366d0f: Waiting [2021-04-14T13:17:51.538Z] b0b9881431d7: Waiting [2021-04-14T13:17:51.824Z] 6e1d70dcace4: Layer already exists [2021-04-14T13:17:51.824Z] 877b127fa1fd: Layer already exists [2021-04-14T13:17:51.824Z] e38826ae314b: Layer already exists [2021-04-14T13:17:51.824Z] a168b5abca41: Layer already exists [2021-04-14T13:17:51.824Z] 92e95619a3f7: Layer already exists [2021-04-14T13:17:51.824Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:51.824Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:51.824Z] 5758d6d7da3e: Layer already exists [2021-04-14T13:17:51.824Z] 0313b7b62189: Layer already exists [2021-04-14T13:17:51.824Z] 290bc2366d0f: Layer already exists [2021-04-14T13:17:52.094Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:8555ebeee46e8df8e5c39a25b51210f6c1abb534b132489e18f0ac776ece48ee size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:52.475Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:53.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-14T13:17:53.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-14T13:17:53.682Z] a168b5abca41: Preparing [2021-04-14T13:17:53.682Z] a168b5abca41: Preparing [2021-04-14T13:17:53.682Z] 6e1d70dcace4: Preparing [2021-04-14T13:17:53.682Z] 92e95619a3f7: Preparing [2021-04-14T13:17:53.682Z] e38826ae314b: Preparing [2021-04-14T13:17:53.682Z] 877b127fa1fd: Preparing [2021-04-14T13:17:53.682Z] 7b571c3573fd: Preparing [2021-04-14T13:17:53.682Z] 0313b7b62189: Preparing [2021-04-14T13:17:53.682Z] 0313b7b62189: Preparing [2021-04-14T13:17:53.682Z] 5758d6d7da3e: Preparing [2021-04-14T13:17:53.682Z] 290bc2366d0f: Preparing [2021-04-14T13:17:53.682Z] b0b9881431d7: Preparing [2021-04-14T13:17:53.682Z] 7b571c3573fd: Waiting [2021-04-14T13:17:53.682Z] 0313b7b62189: Waiting [2021-04-14T13:17:53.682Z] 5758d6d7da3e: Waiting [2021-04-14T13:17:53.682Z] 290bc2366d0f: Waiting [2021-04-14T13:17:53.682Z] b0b9881431d7: Waiting [2021-04-14T13:17:53.682Z] 877b127fa1fd: Layer already exists [2021-04-14T13:17:53.682Z] a168b5abca41: Layer already exists [2021-04-14T13:17:53.682Z] e38826ae314b: Layer already exists [2021-04-14T13:17:53.682Z] 92e95619a3f7: Layer already exists [2021-04-14T13:17:53.682Z] 6e1d70dcace4: Layer already exists [2021-04-14T13:17:53.952Z] 7b571c3573fd: Layer already exists [2021-04-14T13:17:53.952Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:53.952Z] 0313b7b62189: Layer already exists [2021-04-14T13:17:53.952Z] 5758d6d7da3e: Layer already exists [2021-04-14T13:17:53.952Z] 290bc2366d0f: Layer already exists [2021-04-14T13:17:53.952Z] master: digest: sha256:8555ebeee46e8df8e5c39a25b51210f6c1abb534b132489e18f0ac776ece48ee size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:17:54.003Z] ===================================================== [Pipeline] echo [2021-04-14T13:17:54.017Z] taggedImages: [2021-04-14T13:17:54.017Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:54.017Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.172 [2021-04-14T13:17:54.017Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:54.017Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-14T13:17:54.047Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-14T13:17:54.047Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:54.047Z] 2.0.0-dev.172 [2021-04-14T13:17:54.047Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:17:54.047Z] master [2021-04-14T13:17:54.047Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:54.502Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:17:55.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:17:55.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-14T13:17:55.618Z] bedf47450b83: Preparing [2021-04-14T13:17:55.618Z] c544347b6658: Preparing [2021-04-14T13:17:55.618Z] 32f2b6bc3db6: Preparing [2021-04-14T13:17:55.618Z] 60f0db4d02cc: Preparing [2021-04-14T13:17:55.618Z] 99e4b4f7b318: Preparing [2021-04-14T13:17:55.618Z] b0b9881431d7: Preparing [2021-04-14T13:17:55.618Z] b0b9881431d7: Waiting [2021-04-14T13:17:56.516Z] 32f2b6bc3db6: Pushed [2021-04-14T13:17:56.516Z] 60f0db4d02cc: Pushed [2021-04-14T13:17:57.174Z] b0b9881431d7: Layer already exists [2021-04-14T13:17:58.843Z] 99e4b4f7b318: Pushed [2021-04-14T13:17:59.121Z] bedf47450b83: Pushed [2021-04-14T13:17:59.408Z] c544347b6658: Pushed [2021-04-14T13:17:59.687Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:2487303326789c41737de2ca0d48f89b278e719d31da5395f888c9c4d6075196 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:00.022Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:00.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.172 [2021-04-14T13:18:00.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-14T13:18:00.672Z] bedf47450b83: Preparing [2021-04-14T13:18:00.672Z] c544347b6658: Preparing [2021-04-14T13:18:00.672Z] 32f2b6bc3db6: Preparing [2021-04-14T13:18:00.672Z] 60f0db4d02cc: Preparing [2021-04-14T13:18:00.672Z] 99e4b4f7b318: Preparing [2021-04-14T13:18:00.672Z] b0b9881431d7: Preparing [2021-04-14T13:18:00.672Z] b0b9881431d7: Waiting [2021-04-14T13:18:00.672Z] bedf47450b83: Layer already exists [2021-04-14T13:18:00.672Z] 99e4b4f7b318: Layer already exists [2021-04-14T13:18:00.672Z] 60f0db4d02cc: Layer already exists [2021-04-14T13:18:00.672Z] c544347b6658: Layer already exists [2021-04-14T13:18:00.672Z] 32f2b6bc3db6: Layer already exists [2021-04-14T13:18:00.959Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:00.959Z] 2.0.0-dev.172: digest: sha256:2487303326789c41737de2ca0d48f89b278e719d31da5395f888c9c4d6075196 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:01.344Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:02.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:02.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-14T13:18:02.839Z] bedf47450b83: Preparing [2021-04-14T13:18:02.839Z] c544347b6658: Preparing [2021-04-14T13:18:02.839Z] 32f2b6bc3db6: Preparing [2021-04-14T13:18:02.839Z] 60f0db4d02cc: Preparing [2021-04-14T13:18:02.839Z] 99e4b4f7b318: Preparing [2021-04-14T13:18:02.839Z] b0b9881431d7: Preparing [2021-04-14T13:18:02.839Z] b0b9881431d7: Waiting [2021-04-14T13:18:02.839Z] bedf47450b83: Layer already exists [2021-04-14T13:18:02.839Z] 60f0db4d02cc: Layer already exists [2021-04-14T13:18:02.839Z] c544347b6658: Layer already exists [2021-04-14T13:18:02.839Z] 99e4b4f7b318: Layer already exists [2021-04-14T13:18:02.839Z] 32f2b6bc3db6: Layer already exists [2021-04-14T13:18:02.839Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:02.839Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:2487303326789c41737de2ca0d48f89b278e719d31da5395f888c9c4d6075196 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:03.916Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:04.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-14T13:18:04.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-14T13:18:04.947Z] bedf47450b83: Preparing [2021-04-14T13:18:04.947Z] c544347b6658: Preparing [2021-04-14T13:18:04.947Z] 32f2b6bc3db6: Preparing [2021-04-14T13:18:04.947Z] 60f0db4d02cc: Preparing [2021-04-14T13:18:04.947Z] 99e4b4f7b318: Preparing [2021-04-14T13:18:04.947Z] b0b9881431d7: Preparing [2021-04-14T13:18:04.947Z] b0b9881431d7: Waiting [2021-04-14T13:18:05.288Z] 60f0db4d02cc: Layer already exists [2021-04-14T13:18:05.288Z] 99e4b4f7b318: Layer already exists [2021-04-14T13:18:05.288Z] c544347b6658: Layer already exists [2021-04-14T13:18:05.288Z] 32f2b6bc3db6: Layer already exists [2021-04-14T13:18:05.288Z] bedf47450b83: Layer already exists [2021-04-14T13:18:05.288Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:05.288Z] master: digest: sha256:2487303326789c41737de2ca0d48f89b278e719d31da5395f888c9c4d6075196 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:18:05.380Z] ===================================================== [Pipeline] echo [2021-04-14T13:18:05.393Z] taggedImages: [2021-04-14T13:18:05.393Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:05.393Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.172 [2021-04-14T13:18:05.393Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:05.393Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-14T13:18:05.422Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-14T13:18:05.422Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:05.422Z] 2.0.0-dev.172 [2021-04-14T13:18:05.422Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:05.422Z] master [2021-04-14T13:18:05.422Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:05.862Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:06.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:06.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-14T13:18:06.546Z] 06a445b3815e: Preparing [2021-04-14T13:18:06.546Z] 1cecc7f790df: Preparing [2021-04-14T13:18:06.546Z] 60db89f519ca: Preparing [2021-04-14T13:18:06.546Z] 5d6016633c42: Preparing [2021-04-14T13:18:06.546Z] bdffc8e16754: Preparing [2021-04-14T13:18:06.546Z] 753412db6445: Preparing [2021-04-14T13:18:06.546Z] 6955a8e9a3a2: Preparing [2021-04-14T13:18:06.546Z] 04b720767a80: Preparing [2021-04-14T13:18:06.546Z] b0b9881431d7: Preparing [2021-04-14T13:18:06.546Z] 753412db6445: Waiting [2021-04-14T13:18:06.546Z] 6955a8e9a3a2: Waiting [2021-04-14T13:18:06.546Z] 04b720767a80: Waiting [2021-04-14T13:18:06.546Z] b0b9881431d7: Waiting [2021-04-14T13:18:06.898Z] 06a445b3815e: Pushed [2021-04-14T13:18:07.188Z] 1cecc7f790df: Pushed [2021-04-14T13:18:07.188Z] bdffc8e16754: Pushed [2021-04-14T13:18:07.475Z] 753412db6445: Pushed [2021-04-14T13:18:07.766Z] 6955a8e9a3a2: Pushed [2021-04-14T13:18:07.766Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:08.990Z] 04b720767a80: Pushed [2021-04-14T13:18:09.374Z] 5d6016633c42: Pushed [2021-04-14T13:18:09.374Z] 60db89f519ca: Pushed [2021-04-14T13:18:09.644Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:874f7fa24c883daf23be6c554b6839e9c687a6e220d7c88c504ec9979f72f8b8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:10.784Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:11.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.172 [2021-04-14T13:18:11.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-14T13:18:11.266Z] 06a445b3815e: Preparing [2021-04-14T13:18:11.266Z] 1cecc7f790df: Preparing [2021-04-14T13:18:11.266Z] 60db89f519ca: Preparing [2021-04-14T13:18:11.266Z] 5d6016633c42: Preparing [2021-04-14T13:18:11.266Z] bdffc8e16754: Preparing [2021-04-14T13:18:11.266Z] 753412db6445: Preparing [2021-04-14T13:18:11.266Z] 6955a8e9a3a2: Preparing [2021-04-14T13:18:11.266Z] 04b720767a80: Preparing [2021-04-14T13:18:11.266Z] b0b9881431d7: Preparing [2021-04-14T13:18:11.266Z] 753412db6445: Waiting [2021-04-14T13:18:11.266Z] 6955a8e9a3a2: Waiting [2021-04-14T13:18:11.266Z] 04b720767a80: Waiting [2021-04-14T13:18:11.266Z] b0b9881431d7: Waiting [2021-04-14T13:18:11.575Z] 06a445b3815e: Layer already exists [2021-04-14T13:18:11.575Z] 5d6016633c42: Layer already exists [2021-04-14T13:18:11.575Z] 1cecc7f790df: Layer already exists [2021-04-14T13:18:11.575Z] 60db89f519ca: Layer already exists [2021-04-14T13:18:11.575Z] bdffc8e16754: Layer already exists [2021-04-14T13:18:11.575Z] 753412db6445: Layer already exists [2021-04-14T13:18:11.575Z] 6955a8e9a3a2: Layer already exists [2021-04-14T13:18:11.575Z] 04b720767a80: Layer already exists [2021-04-14T13:18:11.575Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:11.575Z] 2.0.0-dev.172: digest: sha256:874f7fa24c883daf23be6c554b6839e9c687a6e220d7c88c504ec9979f72f8b8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:11.966Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:13.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:13.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-14T13:18:13.292Z] 06a445b3815e: Preparing [2021-04-14T13:18:13.292Z] 1cecc7f790df: Preparing [2021-04-14T13:18:13.292Z] 60db89f519ca: Preparing [2021-04-14T13:18:13.292Z] 5d6016633c42: Preparing [2021-04-14T13:18:13.292Z] bdffc8e16754: Preparing [2021-04-14T13:18:13.292Z] 753412db6445: Preparing [2021-04-14T13:18:13.292Z] 6955a8e9a3a2: Preparing [2021-04-14T13:18:13.292Z] 04b720767a80: Preparing [2021-04-14T13:18:13.292Z] b0b9881431d7: Preparing [2021-04-14T13:18:13.292Z] 753412db6445: Waiting [2021-04-14T13:18:13.292Z] 6955a8e9a3a2: Waiting [2021-04-14T13:18:13.292Z] 04b720767a80: Waiting [2021-04-14T13:18:13.292Z] b0b9881431d7: Waiting [2021-04-14T13:18:13.292Z] 5d6016633c42: Layer already exists [2021-04-14T13:18:13.292Z] 06a445b3815e: Layer already exists [2021-04-14T13:18:13.292Z] 60db89f519ca: Layer already exists [2021-04-14T13:18:13.292Z] bdffc8e16754: Layer already exists [2021-04-14T13:18:13.292Z] 1cecc7f790df: Layer already exists [2021-04-14T13:18:13.292Z] 753412db6445: Layer already exists [2021-04-14T13:18:13.293Z] 04b720767a80: Layer already exists [2021-04-14T13:18:13.293Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:13.293Z] 6955a8e9a3a2: Layer already exists [2021-04-14T13:18:13.559Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:874f7fa24c883daf23be6c554b6839e9c687a6e220d7c88c504ec9979f72f8b8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:13.891Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:14.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-14T13:18:14.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-14T13:18:14.878Z] 06a445b3815e: Preparing [2021-04-14T13:18:14.878Z] 1cecc7f790df: Preparing [2021-04-14T13:18:14.878Z] 60db89f519ca: Preparing [2021-04-14T13:18:14.878Z] 5d6016633c42: Preparing [2021-04-14T13:18:14.878Z] bdffc8e16754: Preparing [2021-04-14T13:18:14.878Z] 753412db6445: Preparing [2021-04-14T13:18:14.878Z] 6955a8e9a3a2: Preparing [2021-04-14T13:18:14.878Z] 04b720767a80: Preparing [2021-04-14T13:18:14.878Z] b0b9881431d7: Preparing [2021-04-14T13:18:14.878Z] 6955a8e9a3a2: Waiting [2021-04-14T13:18:14.878Z] 04b720767a80: Waiting [2021-04-14T13:18:14.878Z] 753412db6445: Waiting [2021-04-14T13:18:14.878Z] b0b9881431d7: Waiting [2021-04-14T13:18:14.878Z] 60db89f519ca: Layer already exists [2021-04-14T13:18:14.878Z] 06a445b3815e: Layer already exists [2021-04-14T13:18:14.878Z] 1cecc7f790df: Layer already exists [2021-04-14T13:18:14.878Z] 5d6016633c42: Layer already exists [2021-04-14T13:18:14.878Z] bdffc8e16754: Layer already exists [2021-04-14T13:18:14.878Z] 04b720767a80: Layer already exists [2021-04-14T13:18:14.878Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:14.878Z] 753412db6445: Layer already exists [2021-04-14T13:18:14.878Z] 6955a8e9a3a2: Layer already exists [2021-04-14T13:18:14.878Z] master: digest: sha256:874f7fa24c883daf23be6c554b6839e9c687a6e220d7c88c504ec9979f72f8b8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:18:14.930Z] ===================================================== [Pipeline] echo [2021-04-14T13:18:14.945Z] taggedImages: [2021-04-14T13:18:14.945Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:14.945Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.172 [2021-04-14T13:18:14.945Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:14.945Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-14T13:18:14.978Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-14T13:18:14.978Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:14.978Z] 2.0.0-dev.172 [2021-04-14T13:18:14.979Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:14.979Z] master [2021-04-14T13:18:14.979Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:15.413Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:16.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:16.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-14T13:18:16.156Z] c37fbc529d5a: Preparing [2021-04-14T13:18:16.156Z] 47b3fb06a488: Preparing [2021-04-14T13:18:16.156Z] 7b571c3573fd: Preparing [2021-04-14T13:18:16.156Z] 9bb265389e71: Preparing [2021-04-14T13:18:16.156Z] b0b9881431d7: Preparing [2021-04-14T13:18:16.156Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:16.156Z] 7b571c3573fd: Layer already exists [2021-04-14T13:18:16.437Z] c37fbc529d5a: Pushed [2021-04-14T13:18:17.583Z] 9bb265389e71: Pushed [2021-04-14T13:18:18.557Z] 47b3fb06a488: Pushed [2021-04-14T13:18:18.840Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:07b084e6658935c905378ce89fdb78edd60dc2b7d36ead20bc00428129b30b75 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:19.622Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:20.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.172 [2021-04-14T13:18:20.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-14T13:18:20.280Z] c37fbc529d5a: Preparing [2021-04-14T13:18:20.280Z] 47b3fb06a488: Preparing [2021-04-14T13:18:20.280Z] 7b571c3573fd: Preparing [2021-04-14T13:18:20.280Z] 9bb265389e71: Preparing [2021-04-14T13:18:20.280Z] b0b9881431d7: Preparing [2021-04-14T13:18:20.555Z] 47b3fb06a488: Layer already exists [2021-04-14T13:18:20.555Z] 9bb265389e71: Layer already exists [2021-04-14T13:18:20.555Z] 7b571c3573fd: Layer already exists [2021-04-14T13:18:20.555Z] c37fbc529d5a: Layer already exists [2021-04-14T13:18:20.555Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:20.555Z] 2.0.0-dev.172: digest: sha256:07b084e6658935c905378ce89fdb78edd60dc2b7d36ead20bc00428129b30b75 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:20.947Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:22.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:22.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-14T13:18:22.726Z] c37fbc529d5a: Preparing [2021-04-14T13:18:22.726Z] 47b3fb06a488: Preparing [2021-04-14T13:18:22.726Z] 7b571c3573fd: Preparing [2021-04-14T13:18:22.726Z] 9bb265389e71: Preparing [2021-04-14T13:18:22.726Z] b0b9881431d7: Preparing [2021-04-14T13:18:22.726Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:22.726Z] c37fbc529d5a: Layer already exists [2021-04-14T13:18:22.726Z] 7b571c3573fd: Layer already exists [2021-04-14T13:18:22.726Z] 9bb265389e71: Layer already exists [2021-04-14T13:18:22.726Z] 47b3fb06a488: Layer already exists [2021-04-14T13:18:22.992Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:07b084e6658935c905378ce89fdb78edd60dc2b7d36ead20bc00428129b30b75 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:23.464Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:23.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-14T13:18:24.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-14T13:18:24.210Z] c37fbc529d5a: Preparing [2021-04-14T13:18:24.210Z] 47b3fb06a488: Preparing [2021-04-14T13:18:24.210Z] 7b571c3573fd: Preparing [2021-04-14T13:18:24.210Z] 9bb265389e71: Preparing [2021-04-14T13:18:24.210Z] b0b9881431d7: Preparing [2021-04-14T13:18:24.210Z] 7b571c3573fd: Layer already exists [2021-04-14T13:18:24.210Z] 9bb265389e71: Layer already exists [2021-04-14T13:18:24.210Z] c37fbc529d5a: Layer already exists [2021-04-14T13:18:24.210Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:24.210Z] 47b3fb06a488: Layer already exists [2021-04-14T13:18:24.476Z] master: digest: sha256:07b084e6658935c905378ce89fdb78edd60dc2b7d36ead20bc00428129b30b75 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:18:24.551Z] ===================================================== [Pipeline] echo [2021-04-14T13:18:24.565Z] taggedImages: [2021-04-14T13:18:24.565Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:24.565Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.172 [2021-04-14T13:18:24.565Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:24.565Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-14T13:18:24.597Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-14T13:18:24.597Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:24.597Z] 2.0.0-dev.172 [2021-04-14T13:18:24.597Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:24.597Z] master [2021-04-14T13:18:24.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:25.181Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:25.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:26.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-14T13:18:26.183Z] 21f83dba1d9c: Preparing [2021-04-14T13:18:26.183Z] fa83dfb93e27: Preparing [2021-04-14T13:18:26.183Z] 7b571c3573fd: Preparing [2021-04-14T13:18:26.183Z] d0e5d052e03d: Preparing [2021-04-14T13:18:26.183Z] b0b9881431d7: Preparing [2021-04-14T13:18:26.183Z] 7b571c3573fd: Layer already exists [2021-04-14T13:18:26.183Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:26.183Z] d0e5d052e03d: Layer already exists [2021-04-14T13:18:26.527Z] 21f83dba1d9c: Pushed [2021-04-14T13:18:28.706Z] fa83dfb93e27: Pushed [2021-04-14T13:18:28.706Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:19675d19d55f706fb34aaea80616409d8a01ae14a1d8096c3aae42240de4ec70 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:29.331Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:30.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.172 [2021-04-14T13:18:30.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-14T13:18:30.012Z] 21f83dba1d9c: Preparing [2021-04-14T13:18:30.012Z] fa83dfb93e27: Preparing [2021-04-14T13:18:30.012Z] 7b571c3573fd: Preparing [2021-04-14T13:18:30.012Z] d0e5d052e03d: Preparing [2021-04-14T13:18:30.012Z] b0b9881431d7: Preparing [2021-04-14T13:18:30.284Z] d0e5d052e03d: Layer already exists [2021-04-14T13:18:30.284Z] 21f83dba1d9c: Layer already exists [2021-04-14T13:18:30.284Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:30.284Z] fa83dfb93e27: Layer already exists [2021-04-14T13:18:30.284Z] 7b571c3573fd: Layer already exists [2021-04-14T13:18:30.284Z] 2.0.0-dev.172: digest: sha256:19675d19d55f706fb34aaea80616409d8a01ae14a1d8096c3aae42240de4ec70 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:30.965Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:31.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:32.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-14T13:18:32.063Z] 21f83dba1d9c: Preparing [2021-04-14T13:18:32.063Z] fa83dfb93e27: Preparing [2021-04-14T13:18:32.063Z] 7b571c3573fd: Preparing [2021-04-14T13:18:32.063Z] d0e5d052e03d: Preparing [2021-04-14T13:18:32.063Z] b0b9881431d7: Preparing [2021-04-14T13:18:32.337Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:32.337Z] 21f83dba1d9c: Layer already exists [2021-04-14T13:18:32.337Z] fa83dfb93e27: Layer already exists [2021-04-14T13:18:32.337Z] 7b571c3573fd: Layer already exists [2021-04-14T13:18:32.337Z] d0e5d052e03d: Layer already exists [2021-04-14T13:18:32.337Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:19675d19d55f706fb34aaea80616409d8a01ae14a1d8096c3aae42240de4ec70 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:32.697Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:33.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-14T13:18:33.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-14T13:18:33.420Z] 21f83dba1d9c: Preparing [2021-04-14T13:18:33.420Z] fa83dfb93e27: Preparing [2021-04-14T13:18:33.420Z] 7b571c3573fd: Preparing [2021-04-14T13:18:33.420Z] d0e5d052e03d: Preparing [2021-04-14T13:18:33.420Z] b0b9881431d7: Preparing [2021-04-14T13:18:33.420Z] 7b571c3573fd: Layer already exists [2021-04-14T13:18:33.420Z] d0e5d052e03d: Layer already exists [2021-04-14T13:18:33.420Z] fa83dfb93e27: Layer already exists [2021-04-14T13:18:33.420Z] b0b9881431d7: Layer already exists [2021-04-14T13:18:33.420Z] 21f83dba1d9c: Layer already exists [2021-04-14T13:18:33.708Z] master: digest: sha256:19675d19d55f706fb34aaea80616409d8a01ae14a1d8096c3aae42240de4ec70 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:18:33.763Z] ===================================================== [Pipeline] echo [2021-04-14T13:18:33.776Z] taggedImages: [2021-04-14T13:18:33.776Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:33.776Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.172 [2021-04-14T13:18:33.776Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:33.776Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-14T13:18:33.802Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-14T13:18:33.802Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:33.802Z] 2.0.0-dev.172 [2021-04-14T13:18:33.802Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:33.802Z] master [2021-04-14T13:18:33.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:34.191Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:35.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:35.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-14T13:18:35.586Z] 504153c63749: Preparing [2021-04-14T13:18:35.586Z] a72e0b51ef6e: Preparing [2021-04-14T13:18:35.586Z] 39654bb8f772: Preparing [2021-04-14T13:18:35.586Z] 002559343204: Preparing [2021-04-14T13:18:35.586Z] 0754057c0ad3: Preparing [2021-04-14T13:18:35.586Z] 998cdf262ab1: Preparing [2021-04-14T13:18:35.586Z] 02e56110abd2: Preparing [2021-04-14T13:18:35.586Z] abc36efb885a: Preparing [2021-04-14T13:18:35.586Z] b0b09059f4e1: Preparing [2021-04-14T13:18:35.586Z] bb961f40224b: Preparing [2021-04-14T13:18:35.586Z] f4666769fca7: Preparing [2021-04-14T13:18:35.586Z] 998cdf262ab1: Waiting [2021-04-14T13:18:35.586Z] 02e56110abd2: Waiting [2021-04-14T13:18:35.586Z] abc36efb885a: Waiting [2021-04-14T13:18:35.586Z] b0b09059f4e1: Waiting [2021-04-14T13:18:35.586Z] bb961f40224b: Waiting [2021-04-14T13:18:35.586Z] f4666769fca7: Waiting [2021-04-14T13:18:36.330Z] 0754057c0ad3: Layer already exists [2021-04-14T13:18:36.330Z] 998cdf262ab1: Layer already exists [2021-04-14T13:18:36.330Z] a72e0b51ef6e: Pushed [2021-04-14T13:18:36.653Z] 02e56110abd2: Layer already exists [2021-04-14T13:18:36.653Z] abc36efb885a: Layer already exists [2021-04-14T13:18:36.653Z] b0b09059f4e1: Layer already exists [2021-04-14T13:18:37.047Z] bb961f40224b: Layer already exists [2021-04-14T13:18:37.047Z] f4666769fca7: Layer already exists [2021-04-14T13:18:37.047Z] 504153c63749: Pushed [2021-04-14T13:18:38.661Z] 39654bb8f772: Pushed [2021-04-14T13:18:47.716Z] 002559343204: Pushed [2021-04-14T13:18:47.716Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e: digest: sha256:41d8b7f10c3fab0eff58da64de1f79e1ab9ee0d299591aabe1c0f65d99d5e278 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:48.070Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:48.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.172 [2021-04-14T13:18:48.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-14T13:18:48.712Z] 504153c63749: Preparing [2021-04-14T13:18:48.712Z] a72e0b51ef6e: Preparing [2021-04-14T13:18:48.712Z] 39654bb8f772: Preparing [2021-04-14T13:18:48.712Z] 002559343204: Preparing [2021-04-14T13:18:48.712Z] 0754057c0ad3: Preparing [2021-04-14T13:18:48.712Z] 998cdf262ab1: Preparing [2021-04-14T13:18:48.712Z] 02e56110abd2: Preparing [2021-04-14T13:18:48.712Z] abc36efb885a: Preparing [2021-04-14T13:18:48.712Z] b0b09059f4e1: Preparing [2021-04-14T13:18:48.712Z] bb961f40224b: Preparing [2021-04-14T13:18:48.712Z] f4666769fca7: Preparing [2021-04-14T13:18:48.712Z] 998cdf262ab1: Waiting [2021-04-14T13:18:48.712Z] 02e56110abd2: Waiting [2021-04-14T13:18:48.712Z] abc36efb885a: Waiting [2021-04-14T13:18:48.712Z] b0b09059f4e1: Waiting [2021-04-14T13:18:48.712Z] bb961f40224b: Waiting [2021-04-14T13:18:48.712Z] f4666769fca7: Waiting [2021-04-14T13:18:48.712Z] 39654bb8f772: Layer already exists [2021-04-14T13:18:48.712Z] 0754057c0ad3: Layer already exists [2021-04-14T13:18:48.712Z] 504153c63749: Layer already exists [2021-04-14T13:18:48.712Z] a72e0b51ef6e: Layer already exists [2021-04-14T13:18:48.712Z] 002559343204: Layer already exists [2021-04-14T13:18:48.712Z] b0b09059f4e1: Layer already exists [2021-04-14T13:18:48.712Z] 02e56110abd2: Layer already exists [2021-04-14T13:18:48.712Z] 998cdf262ab1: Layer already exists [2021-04-14T13:18:48.712Z] abc36efb885a: Layer already exists [2021-04-14T13:18:48.712Z] bb961f40224b: Layer already exists [2021-04-14T13:18:48.712Z] f4666769fca7: Layer already exists [2021-04-14T13:18:48.986Z] 2.0.0-dev.172: digest: sha256:41d8b7f10c3fab0eff58da64de1f79e1ab9ee0d299591aabe1c0f65d99d5e278 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:49.314Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:49.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:49.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-14T13:18:49.735Z] 504153c63749: Preparing [2021-04-14T13:18:49.735Z] a72e0b51ef6e: Preparing [2021-04-14T13:18:49.736Z] 39654bb8f772: Preparing [2021-04-14T13:18:49.736Z] 002559343204: Preparing [2021-04-14T13:18:49.736Z] 0754057c0ad3: Preparing [2021-04-14T13:18:49.736Z] 998cdf262ab1: Preparing [2021-04-14T13:18:49.736Z] 02e56110abd2: Preparing [2021-04-14T13:18:49.736Z] abc36efb885a: Preparing [2021-04-14T13:18:49.736Z] b0b09059f4e1: Preparing [2021-04-14T13:18:49.736Z] bb961f40224b: Preparing [2021-04-14T13:18:49.736Z] f4666769fca7: Preparing [2021-04-14T13:18:49.736Z] 02e56110abd2: Waiting [2021-04-14T13:18:49.736Z] abc36efb885a: Waiting [2021-04-14T13:18:49.736Z] b0b09059f4e1: Waiting [2021-04-14T13:18:49.736Z] bb961f40224b: Waiting [2021-04-14T13:18:49.736Z] f4666769fca7: Waiting [2021-04-14T13:18:49.736Z] 998cdf262ab1: Waiting [2021-04-14T13:18:50.002Z] 39654bb8f772: Layer already exists [2021-04-14T13:18:50.002Z] a72e0b51ef6e: Layer already exists [2021-04-14T13:18:50.002Z] 504153c63749: Layer already exists [2021-04-14T13:18:50.002Z] 0754057c0ad3: Layer already exists [2021-04-14T13:18:50.002Z] 002559343204: Layer already exists [2021-04-14T13:18:50.002Z] 998cdf262ab1: Layer already exists [2021-04-14T13:18:50.002Z] bb961f40224b: Layer already exists [2021-04-14T13:18:50.002Z] 02e56110abd2: Layer already exists [2021-04-14T13:18:50.002Z] b0b09059f4e1: Layer already exists [2021-04-14T13:18:50.002Z] abc36efb885a: Layer already exists [2021-04-14T13:18:50.002Z] f4666769fca7: Layer already exists [2021-04-14T13:18:50.265Z] 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172: digest: sha256:41d8b7f10c3fab0eff58da64de1f79e1ab9ee0d299591aabe1c0f65d99d5e278 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:50.803Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:18:51.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-14T13:18:51.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-14T13:18:51.328Z] 504153c63749: Preparing [2021-04-14T13:18:51.328Z] a72e0b51ef6e: Preparing [2021-04-14T13:18:51.328Z] 39654bb8f772: Preparing [2021-04-14T13:18:51.328Z] 002559343204: Preparing [2021-04-14T13:18:51.328Z] 0754057c0ad3: Preparing [2021-04-14T13:18:51.328Z] 998cdf262ab1: Preparing [2021-04-14T13:18:51.328Z] 02e56110abd2: Preparing [2021-04-14T13:18:51.328Z] abc36efb885a: Preparing [2021-04-14T13:18:51.328Z] b0b09059f4e1: Preparing [2021-04-14T13:18:51.328Z] bb961f40224b: Preparing [2021-04-14T13:18:51.328Z] f4666769fca7: Preparing [2021-04-14T13:18:51.328Z] 998cdf262ab1: Waiting [2021-04-14T13:18:51.328Z] 02e56110abd2: Waiting [2021-04-14T13:18:51.328Z] abc36efb885a: Waiting [2021-04-14T13:18:51.328Z] b0b09059f4e1: Waiting [2021-04-14T13:18:51.328Z] bb961f40224b: Waiting [2021-04-14T13:18:51.328Z] f4666769fca7: Waiting [2021-04-14T13:18:51.328Z] 0754057c0ad3: Layer already exists [2021-04-14T13:18:51.328Z] a72e0b51ef6e: Layer already exists [2021-04-14T13:18:51.328Z] 504153c63749: Layer already exists [2021-04-14T13:18:51.328Z] 39654bb8f772: Layer already exists [2021-04-14T13:18:51.328Z] 002559343204: Layer already exists [2021-04-14T13:18:51.328Z] b0b09059f4e1: Layer already exists [2021-04-14T13:18:51.328Z] 998cdf262ab1: Layer already exists [2021-04-14T13:18:51.328Z] 02e56110abd2: Layer already exists [2021-04-14T13:18:51.328Z] abc36efb885a: Layer already exists [2021-04-14T13:18:51.328Z] bb961f40224b: Layer already exists [2021-04-14T13:18:51.600Z] f4666769fca7: Layer already exists [2021-04-14T13:18:51.600Z] master: digest: sha256:41d8b7f10c3fab0eff58da64de1f79e1ab9ee0d299591aabe1c0f65d99d5e278 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T13:18:51.651Z] ===================================================== [Pipeline] echo [2021-04-14T13:18:51.664Z] taggedImages: [2021-04-14T13:18:51.664Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [2021-04-14T13:18:51.664Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.172 [2021-04-14T13:18:51.664Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e-2.0.0-dev.172 [2021-04-14T13:18:51.664Z] - 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-14T13:18:52.561Z] provisioning config files... [2021-04-14T13:18:52.574Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/440@tmp/config6723226630313679955tmp [Pipeline] { [Pipeline] sh [2021-04-14T13:18:52.988Z] + set +x [2021-04-14T13:18:52.988Z] + curl -s https://codecov.io/bash [2021-04-14T13:18:52.988Z] + bash -s -- [2021-04-14T13:18:53.609Z] [2021-04-14T13:18:53.609Z] _____ _ [2021-04-14T13:18:53.609Z] / ____| | | [2021-04-14T13:18:53.609Z] | | ___ __| | ___ ___ _____ __ [2021-04-14T13:18:53.609Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-14T13:18:53.609Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-14T13:18:53.609Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-14T13:18:53.609Z] Bash-1.0.1 [2021-04-14T13:18:53.609Z] [2021-04-14T13:18:53.609Z] [2021-04-14T13:18:53.609Z] ==> git version 2.24.3 found [2021-04-14T13:18:53.609Z] ==> 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-14T13:18:53.609Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-14T13:18:53.609Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-14T13:18:53.609Z] ==> Jenkins CI detected. [2021-04-14T13:18:53.609Z] project root: . [2021-04-14T13:18:53.609Z] --> token set from env [2021-04-14T13:18:53.609Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-14T13:18:53.993Z] ==> Running gcov in . (disable via -X gcov) [2021-04-14T13:18:53.993Z] ==> Python coveragepy not found [2021-04-14T13:18:53.993Z] ==> Searching for coverage reports in: [2021-04-14T13:18:53.993Z] + . [2021-04-14T13:18:53.993Z] -> Found 1 reports [2021-04-14T13:18:53.993Z] ==> Detecting git/mercurial file structure [2021-04-14T13:18:54.336Z] ==> Reading reports [2021-04-14T13:18:54.336Z] + ./coverage.out bytes=686607 [2021-04-14T13:18:54.336Z] ==> Appending adjustments [2021-04-14T13:18:54.336Z] https://docs.codecov.io/docs/fixing-reports [2021-04-14T13:19:02.876Z] + Found adjustments [2021-04-14T13:19:02.876Z] ==> Gzipping contents [2021-04-14T13:19:02.876Z] 100K /tmp/codecov.sRWHAq.gz [2021-04-14T13:19:02.876Z] ==> Uploading reports [2021-04-14T13:19:02.876Z] url: https://codecov.io [2021-04-14T13:19:02.876Z] query: branch=master&commit=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e&build=440&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F440%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-14T13:19:02.876Z] -> Pinging Codecov [2021-04-14T13:19:02.876Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e&build=440&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F440%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-14T13:19:02.876Z] -> Uploading to [2021-04-14T13:19:02.876Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-14/00271124DB129430A58F1EEE437C3FCB/93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e/753913ad-e699-44aa-8b97-5f44e8b7612e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210414%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210414T131901Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0155817067444b67071e4b0840d2a2fef9f318a3bdf5f7dedab81bf56b13b3e1 [2021-04-14T13:19:02.876Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:19:02.876Z] Dload Upload Total Spent Left Speed [2021-04-14T13:19:02.876Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98635 0 0 100 98635 0 159k --:--:-- --:--:-- --:--:-- 158k 100 98635 0 0 100 98635 0 158k --:--:-- --:--:-- --:--:-- 158k [2021-04-14T13:19:02.876Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e [Pipeline] } [2021-04-14T13:19:02.956Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-14T13:19:03.593Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-14T13:19:03.617Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:19:04.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T13:19:04.801Z] [2021-04-14T13:19:04.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:19:05.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T13:19:05.501Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-14T13:19:05.501Z] 188c0c94c7c5: Already exists [2021-04-14T13:19:05.501Z] 0ef7d3d256c8: Already exists [2021-04-14T13:19:05.501Z] de9db76c5a1d: Already exists [2021-04-14T13:19:05.501Z] 0eba1c9be4d2: Pulling fs layer [2021-04-14T13:19:05.501Z] 0d57e429df01: Pulling fs layer [2021-04-14T13:19:05.501Z] 4e4be7b47b0d: Pulling fs layer [2021-04-14T13:19:05.501Z] e1f770b5df2f: Pulling fs layer [2021-04-14T13:19:05.501Z] 85a0685a4137: Pulling fs layer [2021-04-14T13:19:05.501Z] e1f770b5df2f: Waiting [2021-04-14T13:19:05.501Z] 85a0685a4137: Waiting [2021-04-14T13:19:05.805Z] 4e4be7b47b0d: Verifying Checksum [2021-04-14T13:19:05.805Z] 4e4be7b47b0d: Download complete [2021-04-14T13:19:05.805Z] 0d57e429df01: Verifying Checksum [2021-04-14T13:19:05.805Z] 0d57e429df01: Download complete [2021-04-14T13:19:08.499Z] e1f770b5df2f: Verifying Checksum [2021-04-14T13:19:08.499Z] e1f770b5df2f: Download complete [2021-04-14T13:19:17.105Z] 0eba1c9be4d2: Verifying Checksum [2021-04-14T13:19:17.105Z] 0eba1c9be4d2: Download complete [2021-04-14T13:19:17.751Z] 85a0685a4137: Verifying Checksum [2021-04-14T13:19:17.751Z] 85a0685a4137: Download complete [2021-04-14T13:19:36.622Z] 0eba1c9be4d2: Pull complete [2021-04-14T13:19:36.622Z] 0d57e429df01: Pull complete [2021-04-14T13:19:36.622Z] 4e4be7b47b0d: Pull complete [2021-04-14T13:19:42.299Z] e1f770b5df2f: Pull complete [2021-04-14T13:19:58.158Z] 85a0685a4137: Pull complete [2021-04-14T13:19:58.158Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-14T13:19:58.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T13:19:58.158Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-14T13:19:59.056Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T13:19:59.364Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:20:02.096Z] $ docker top 225690c21f1a8c35f2922e1d9fecff36118782a99d95df26a1de3293663bf93f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T13:20:02.960Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-14T13:20:04.127Z] + set -o pipefail [2021-04-14T13:20:04.127Z] + snyk monitor '--org=edgex-jenkins' [2021-04-14T13:20:22.828Z] [2021-04-14T13:20:22.828Z] Monitoring /w/workspace/edgex-go/440 (github.com/edgexfoundry/edgex-go)... [2021-04-14T13:20:22.828Z] [2021-04-14T13:20:22.828Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c9ee1c82-2690-4f85-bf9f-1907587edf43 [2021-04-14T13:20:22.828Z] [2021-04-14T13:20:22.828Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-14T13:20:22.828Z] [2021-04-14T13:20:22.828Z] [2021-04-14T13:20:22.828Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-14T13:20:22.828Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-14T13:20:22.851Z] $ docker stop --time=1 225690c21f1a8c35f2922e1d9fecff36118782a99d95df26a1de3293663bf93f [2021-04-14T13:20:26.669Z] $ docker rm -f 225690c21f1a8c35f2922e1d9fecff36118782a99d95df26a1de3293663bf93f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-14T13:20:27.952Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-14T13:20:27.975Z] provisioning config files... [2021-04-14T13:20:28.000Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/440@tmp/config6518458493739844024tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:20:28.463Z] --> edgex-publish-swagger.sh [2021-04-14T13:20:28.463Z] === Publish openapi/v1 API === [2021-04-14T13:20:28.463Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-14T13:20:28.463Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/440/openapi/v1/core-command.yaml] [2021-04-14T13:20:28.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:28.463Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:29.872Z] 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 8365 0:00:01 0:00:01 --:--:-- 8370 100 10522 0 0 100 10522 0 8363 0:00:01 0:00:01 --:--:-- 8370 [2021-04-14T13:20:29.872Z] [2021-04-14T13:20:29.872Z] [2021-04-14T13:20:29.872Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/440/openapi/v1/core-data.yaml] [2021-04-14T13:20:29.872Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:29.872Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:30.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 36598 --:--:-- --:--:-- --:--:-- 36580 100 32557 0 0 100 32557 0 36585 --:--:-- --:--:-- --:--:-- 36580 [2021-04-14T13:20:30.861Z] [2021-04-14T13:20:30.861Z] [2021-04-14T13:20:30.861Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/440/openapi/v1/core-metadata.yaml] [2021-04-14T13:20:30.861Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:30.861Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:31.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 63730 0:00:01 0:00:01 --:--:-- 63772 100 73721 0 0 100 73721 0 63711 0:00:01 0:00:01 --:--:-- 63772 [2021-04-14T13:20:31.943Z] [2021-04-14T13:20:31.943Z] [2021-04-14T13:20:31.943Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/440/openapi/v1/support-logging.yaml] [2021-04-14T13:20:31.943Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:31.943Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:33.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13227 0:00:01 0:00:01 --:--:-- 13236 100 13581 0 0 100 13581 0 13222 0:00:01 0:00:01 --:--:-- 13236 [2021-04-14T13:20:33.367Z] [2021-04-14T13:20:33.367Z] [2021-04-14T13:20:33.367Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/440/openapi/v1/support-notifications.yaml] [2021-04-14T13:20:33.367Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:33.367Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:34.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36802 0:00:01 0:00:01 --:--:-- 36827 100 38890 0 0 100 38890 0 36795 0:00:01 0:00:01 --:--:-- 36827 [2021-04-14T13:20:34.357Z] [2021-04-14T13:20:34.357Z] [2021-04-14T13:20:34.357Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/440/openapi/v1/support-scheduler.yaml] [2021-04-14T13:20:34.357Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:34.357Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:35.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 14808 --:--:-- --:--:-- --:--:-- 14811 100 14249 0 0 100 14249 0 14804 --:--:-- --:--:-- --:--:-- 14796 [2021-04-14T13:20:35.387Z] [2021-04-14T13:20:35.387Z] [2021-04-14T13:20:35.387Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/440/openapi/v1/system-agent.yaml] [2021-04-14T13:20:35.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:35.387Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:36.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3984 0:00:01 0:00:01 --:--:-- 3990 100 4110 0 0 100 4110 0 3982 0:00:01 0:00:01 --:--:-- 3986 [2021-04-14T13:20:36.416Z] [2021-04-14T13:20:36.416Z] [2021-04-14T13:20:36.416Z] === Publish openapi/v2 API === [2021-04-14T13:20:36.416Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-14T13:20:36.416Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/440/openapi/v2/core-command.yaml] [2021-04-14T13:20:36.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:36.416Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:37.542Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 29594 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 25197 0:00:01 0:00:01 --:--:-- 25207 [2021-04-14T13:20:37.543Z] [2021-04-14T13:20:37.543Z] [2021-04-14T13:20:37.813Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/440/openapi/v2/core-data.yaml] [2021-04-14T13:20:37.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:37.813Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:39.730Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 43340 0:00:01 0:00:01 --:--:-- 43356 100 56190 0 0 100 56190 0 26933 0:00:02 0:00:02 --:--:-- 26949 100 56190 0 0 100 56190 0 26929 0:00:02 0:00:02 --:--:-- 26936 [2021-04-14T13:20:40.008Z] [2021-04-14T13:20:40.008Z] [2021-04-14T13:20:40.008Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/440/openapi/v2/core-metadata.yaml] [2021-04-14T13:20:40.008Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:40.008Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:41.498Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 89245 0:00:01 0:00:01 --:--:-- 89331 100 116k 0 0 100 116k 0 83837 0:00:01 0:00:01 --:--:-- 83909 [2021-04-14T13:20:41.499Z] [2021-04-14T13:20:41.499Z] [2021-04-14T13:20:41.499Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/440/openapi/v2/support-notifications.yaml] [2021-04-14T13:20:41.499Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:41.499Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:42.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 70241 0:00:01 0:00:01 --:--:-- 70279 [2021-04-14T13:20:42.736Z] [2021-04-14T13:20:42.736Z] [2021-04-14T13:20:42.736Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/440/openapi/v2/support-scheduler.yaml] [2021-04-14T13:20:42.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:42.736Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:43.754Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 35916 0:00:01 0:00:01 --:--:-- 35953 100 37428 0 0 100 37428 0 35906 0:00:01 0:00:01 --:--:-- 35919 [2021-04-14T13:20:43.754Z] [2021-04-14T13:20:43.754Z] [2021-04-14T13:20:43.754Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/440/openapi/v2/system-agent.yaml] [2021-04-14T13:20:43.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T13:20:43.754Z] Dload Upload Total Spent Left Speed [2021-04-14T13:20:44.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 22377 0:00:01 0:00:01 --:--:-- 22390 100 24092 0 0 100 24092 0 22369 0:00:01 0:00:01 --:--:-- 22390 [2021-04-14T13:20:44.834Z] [2021-04-14T13:20:44.834Z] [Pipeline] } [2021-04-14T13:20:44.847Z] 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-14T13:20:45.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T13:20:45.721Z] . [Pipeline] withDockerContainer [2021-04-14T13:20:46.481Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T13:20:46.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:20:49.412Z] $ docker top f108ce864e4e3165d005e40d3ef61955b47acc267c365ae73d212092448a2c47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T13:20:50.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T13:20:50.175Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T13:20:51.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T13:20:51.953Z] $ docker exec f108ce864e4e3165d005e40d3ef61955b47acc267c365ae73d212092448a2c47 ssh-agent [2021-04-14T13:20:53.155Z] SSH_AUTH_SOCK=/tmp/ssh-j6Twx9Kn8zhY/agent.11 [2021-04-14T13:20:53.156Z] SSH_AGENT_PID=16 [2021-04-14T13:20:53.170Z] Running ssh-add (command line suppressed) [2021-04-14T13:20:54.040Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_4288646818179394627.key (/w/workspace/edgex-go/440@tmp/private_key_4288646818179394627.key) [2021-04-14T13:20:54.512Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T13:20:56.092Z] + git semver tag [2021-04-14T13:20:56.764Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T13:20:56.764Z] # $GIT_DIR = /w/workspace/edgex-go/440/.git [2021-04-14T13:20:56.764Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/440 [2021-04-14T13:20:56.764Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T13:20:56.764Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T13:20:56.764Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T13:20:56.764Z] # $SEMVER_BRANCH = master [2021-04-14T13:20:56.764Z] # $SEMVER_DIR = /w/workspace/edgex-go/440/.semver [2021-04-14T13:20:56.764Z] # 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e HEAD [2021-04-14T13:20:58.540Z] # -> Force: false [2021-04-14T13:20:58.540Z] # 82092029b3b52462b767a1b2b52eaedf4051da26 refs/tags/v2.0.0-dev.172 [Pipeline] } [2021-04-14T13:20:58.564Z] $ docker exec --env ******** --env ******** f108ce864e4e3165d005e40d3ef61955b47acc267c365ae73d212092448a2c47 ssh-agent -k [2021-04-14T13:20:59.601Z] unset SSH_AUTH_SOCK; [2021-04-14T13:20:59.602Z] unset SSH_AGENT_PID; [2021-04-14T13:20:59.602Z] echo Agent pid 16 killed; [2021-04-14T13:20:59.772Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T13:21:01.354Z] + git semver [Pipeline] } [2021-04-14T13:21:01.398Z] $ docker stop --time=1 f108ce864e4e3165d005e40d3ef61955b47acc267c365ae73d212092448a2c47 [2021-04-14T13:21:03.170Z] $ docker rm -f f108ce864e4e3165d005e40d3ef61955b47acc267c365ae73d212092448a2c47 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:21:03.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T13:21:04.409Z] [2021-04-14T13:21:04.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:21:04.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T13:21:05.912Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-14T13:21:05.912Z] ab5ef0e58194: Pulling fs layer [2021-04-14T13:21:05.912Z] 9712f1f96733: Pulling fs layer [2021-04-14T13:21:05.912Z] 63f879dbbcfc: Pulling fs layer [2021-04-14T13:21:05.912Z] 0d9ebad4ef96: Pulling fs layer [2021-04-14T13:21:05.912Z] e9a5061849ea: Pulling fs layer [2021-04-14T13:21:05.912Z] d747dcd14b5f: Pulling fs layer [2021-04-14T13:21:05.912Z] 2de7ff778b66: Pulling fs layer [2021-04-14T13:21:05.912Z] 0d9ebad4ef96: Waiting [2021-04-14T13:21:05.912Z] e9a5061849ea: Waiting [2021-04-14T13:21:05.912Z] d747dcd14b5f: Waiting [2021-04-14T13:21:05.912Z] 2de7ff778b66: Waiting [2021-04-14T13:21:05.912Z] 9712f1f96733: Download complete [2021-04-14T13:21:11.729Z] 63f879dbbcfc: Verifying Checksum [2021-04-14T13:21:11.729Z] 63f879dbbcfc: Download complete [2021-04-14T13:21:12.030Z] e9a5061849ea: Verifying Checksum [2021-04-14T13:21:12.030Z] e9a5061849ea: Download complete [2021-04-14T13:21:12.030Z] d747dcd14b5f: Verifying Checksum [2021-04-14T13:21:12.030Z] d747dcd14b5f: Download complete [2021-04-14T13:21:13.187Z] 0d9ebad4ef96: Verifying Checksum [2021-04-14T13:21:13.187Z] 0d9ebad4ef96: Download complete [2021-04-14T13:21:13.853Z] 2de7ff778b66: Verifying Checksum [2021-04-14T13:21:13.853Z] 2de7ff778b66: Download complete [2021-04-14T13:21:14.858Z] ab5ef0e58194: Verifying Checksum [2021-04-14T13:21:14.858Z] ab5ef0e58194: Download complete [2021-04-14T13:21:30.373Z] ab5ef0e58194: Pull complete [2021-04-14T13:21:30.373Z] 9712f1f96733: Pull complete [2021-04-14T13:21:33.096Z] 63f879dbbcfc: Pull complete [2021-04-14T13:21:51.865Z] 0d9ebad4ef96: Pull complete [2021-04-14T13:21:53.879Z] e9a5061849ea: Pull complete [2021-04-14T13:21:54.502Z] d747dcd14b5f: Pull complete [2021-04-14T13:21:59.097Z] 2de7ff778b66: Pull complete [2021-04-14T13:21:59.097Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-14T13:21:59.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T13:21:59.097Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-14T13:21:59.494Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T13:21:59.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:22:05.219Z] $ docker top 02b90e2064b4b96d5224e5357730e863d769648b1d7e87b8ce8714af57db379e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-14T13:22:05.901Z] provisioning config files... [2021-04-14T13:22:05.919Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/440@tmp/config6246643278846394041tmp [2021-04-14T13:22:05.974Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/440@tmp/config320308473702015860tmp [2021-04-14T13:22:06.007Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/440@tmp/config3138946387820973675tmp [Pipeline] { [Pipeline] echo [2021-04-14T13:22:06.053Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:22:07.955Z] ---> sigul-configuration.sh [2021-04-14T13:22:07.955Z] gpg: directory `/root/.gnupg' created [2021-04-14T13:22:07.955Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-14T13:22:07.955Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-14T13:22:07.955Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-14T13:22:07.955Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-14T13:22:07.955Z] gpg: CAST5 encrypted data [2021-04-14T13:22:08.272Z] gpg: encrypted with 1 passphrase [2021-04-14T13:22:08.272Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-14T13:22:09.188Z] + mkdir /home/jenkins [2021-04-14T13:22:09.607Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-14T13:22:10.464Z] + 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-14T13:22:10.563Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:22:11.533Z] ---> sigul-install.sh [2021-04-14T13:22:24.174Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-14T13:22:25.617Z] + git tag --list [2021-04-14T13:22:25.617Z] 0.6.0 [2021-04-14T13:22:25.617Z] 0.6.1 [2021-04-14T13:22:25.617Z] 0.7.0 [2021-04-14T13:22:25.617Z] 0.7.1 [2021-04-14T13:22:25.617Z] v0.0.0 [2021-04-14T13:22:25.617Z] v0.0.1-dev.1 [2021-04-14T13:22:25.617Z] v1.0.0 [2021-04-14T13:22:25.617Z] v1.0.1 [2021-04-14T13:22:25.617Z] v1.1.0 [2021-04-14T13:22:25.617Z] v1.2.0 [2021-04-14T13:22:25.617Z] v1.2.1 [2021-04-14T13:22:25.617Z] v1.2.2-dev.1 [2021-04-14T13:22:25.617Z] v1.2.2-dev.10 [2021-04-14T13:22:25.617Z] v1.2.2-dev.100 [2021-04-14T13:22:25.617Z] v1.2.2-dev.101 [2021-04-14T13:22:25.617Z] v1.2.2-dev.102 [2021-04-14T13:22:25.617Z] v1.2.2-dev.103 [2021-04-14T13:22:25.617Z] v1.2.2-dev.104 [2021-04-14T13:22:25.617Z] v1.2.2-dev.105 [2021-04-14T13:22:25.617Z] v1.2.2-dev.106 [2021-04-14T13:22:25.617Z] v1.2.2-dev.107 [2021-04-14T13:22:25.617Z] v1.2.2-dev.11 [2021-04-14T13:22:25.617Z] v1.2.2-dev.12 [2021-04-14T13:22:25.617Z] v1.2.2-dev.13 [2021-04-14T13:22:25.617Z] v1.2.2-dev.14 [2021-04-14T13:22:25.617Z] v1.2.2-dev.15 [2021-04-14T13:22:25.617Z] v1.2.2-dev.16 [2021-04-14T13:22:25.617Z] v1.2.2-dev.17 [2021-04-14T13:22:25.617Z] v1.2.2-dev.18 [2021-04-14T13:22:25.617Z] v1.2.2-dev.19 [2021-04-14T13:22:25.617Z] v1.2.2-dev.2 [2021-04-14T13:22:25.617Z] v1.2.2-dev.20 [2021-04-14T13:22:25.617Z] v1.2.2-dev.21 [2021-04-14T13:22:25.617Z] v1.2.2-dev.22 [2021-04-14T13:22:25.617Z] v1.2.2-dev.23 [2021-04-14T13:22:25.617Z] v1.2.2-dev.24 [2021-04-14T13:22:25.617Z] v1.2.2-dev.25 [2021-04-14T13:22:25.617Z] v1.2.2-dev.26 [2021-04-14T13:22:25.617Z] v1.2.2-dev.27 [2021-04-14T13:22:25.617Z] v1.2.2-dev.28 [2021-04-14T13:22:25.617Z] v1.2.2-dev.29 [2021-04-14T13:22:25.617Z] v1.2.2-dev.3 [2021-04-14T13:22:25.617Z] v1.2.2-dev.30 [2021-04-14T13:22:25.617Z] v1.2.2-dev.31 [2021-04-14T13:22:25.617Z] v1.2.2-dev.32 [2021-04-14T13:22:25.617Z] v1.2.2-dev.33 [2021-04-14T13:22:25.617Z] v1.2.2-dev.34 [2021-04-14T13:22:25.617Z] v1.2.2-dev.35 [2021-04-14T13:22:25.617Z] v1.2.2-dev.36 [2021-04-14T13:22:25.617Z] v1.2.2-dev.37 [2021-04-14T13:22:25.617Z] v1.2.2-dev.38 [2021-04-14T13:22:25.617Z] v1.2.2-dev.39 [2021-04-14T13:22:25.617Z] v1.2.2-dev.4 [2021-04-14T13:22:25.617Z] v1.2.2-dev.40 [2021-04-14T13:22:25.617Z] v1.2.2-dev.41 [2021-04-14T13:22:25.617Z] v1.2.2-dev.42 [2021-04-14T13:22:25.617Z] v1.2.2-dev.43 [2021-04-14T13:22:25.617Z] v1.2.2-dev.44 [2021-04-14T13:22:25.617Z] v1.2.2-dev.45 [2021-04-14T13:22:25.617Z] v1.2.2-dev.46 [2021-04-14T13:22:25.617Z] v1.2.2-dev.47 [2021-04-14T13:22:25.617Z] v1.2.2-dev.48 [2021-04-14T13:22:25.617Z] v1.2.2-dev.49 [2021-04-14T13:22:25.617Z] v1.2.2-dev.5 [2021-04-14T13:22:25.617Z] v1.2.2-dev.50 [2021-04-14T13:22:25.617Z] v1.2.2-dev.51 [2021-04-14T13:22:25.617Z] v1.2.2-dev.52 [2021-04-14T13:22:25.617Z] v1.2.2-dev.53 [2021-04-14T13:22:25.617Z] v1.2.2-dev.54 [2021-04-14T13:22:25.617Z] v1.2.2-dev.55 [2021-04-14T13:22:25.617Z] v1.2.2-dev.56 [2021-04-14T13:22:25.617Z] v1.2.2-dev.57 [2021-04-14T13:22:25.617Z] v1.2.2-dev.58 [2021-04-14T13:22:25.617Z] v1.2.2-dev.59 [2021-04-14T13:22:25.617Z] v1.2.2-dev.6 [2021-04-14T13:22:25.617Z] v1.2.2-dev.60 [2021-04-14T13:22:25.617Z] v1.2.2-dev.61 [2021-04-14T13:22:25.617Z] v1.2.2-dev.62 [2021-04-14T13:22:25.617Z] v1.2.2-dev.63 [2021-04-14T13:22:25.617Z] v1.2.2-dev.64 [2021-04-14T13:22:25.617Z] v1.2.2-dev.65 [2021-04-14T13:22:25.617Z] v1.2.2-dev.66 [2021-04-14T13:22:25.617Z] v1.2.2-dev.67 [2021-04-14T13:22:25.617Z] v1.2.2-dev.68 [2021-04-14T13:22:25.617Z] v1.2.2-dev.69 [2021-04-14T13:22:25.617Z] v1.2.2-dev.7 [2021-04-14T13:22:25.617Z] v1.2.2-dev.70 [2021-04-14T13:22:25.617Z] v1.2.2-dev.71 [2021-04-14T13:22:25.617Z] v1.2.2-dev.72 [2021-04-14T13:22:25.617Z] v1.2.2-dev.73 [2021-04-14T13:22:25.617Z] v1.2.2-dev.74 [2021-04-14T13:22:25.617Z] v1.2.2-dev.75 [2021-04-14T13:22:25.617Z] v1.2.2-dev.76 [2021-04-14T13:22:25.617Z] v1.2.2-dev.77 [2021-04-14T13:22:25.617Z] v1.2.2-dev.78 [2021-04-14T13:22:25.617Z] v1.2.2-dev.79 [2021-04-14T13:22:25.617Z] v1.2.2-dev.8 [2021-04-14T13:22:25.617Z] v1.2.2-dev.80 [2021-04-14T13:22:25.617Z] v1.2.2-dev.81 [2021-04-14T13:22:25.617Z] v1.2.2-dev.82 [2021-04-14T13:22:25.617Z] v1.2.2-dev.83 [2021-04-14T13:22:25.617Z] v1.2.2-dev.84 [2021-04-14T13:22:25.617Z] v1.2.2-dev.85 [2021-04-14T13:22:25.617Z] v1.2.2-dev.86 [2021-04-14T13:22:25.617Z] v1.2.2-dev.87 [2021-04-14T13:22:25.617Z] v1.2.2-dev.88 [2021-04-14T13:22:25.617Z] v1.2.2-dev.89 [2021-04-14T13:22:25.617Z] v1.2.2-dev.9 [2021-04-14T13:22:25.617Z] v1.2.2-dev.90 [2021-04-14T13:22:25.617Z] v1.2.2-dev.91 [2021-04-14T13:22:25.617Z] v1.2.2-dev.92 [2021-04-14T13:22:25.617Z] v1.2.2-dev.93 [2021-04-14T13:22:25.617Z] v1.2.2-dev.94 [2021-04-14T13:22:25.617Z] v1.2.2-dev.95 [2021-04-14T13:22:25.617Z] v1.2.2-dev.96 [2021-04-14T13:22:25.617Z] v1.2.2-dev.97 [2021-04-14T13:22:25.617Z] v1.2.2-dev.98 [2021-04-14T13:22:25.617Z] v1.2.2-dev.99 [2021-04-14T13:22:25.617Z] v1.3.0 [2021-04-14T13:22:25.617Z] v1.3.1 [2021-04-14T13:22:25.617Z] v1.3.1-dev.1 [2021-04-14T13:22:25.617Z] v1.3.1-dev.10 [2021-04-14T13:22:25.617Z] v1.3.1-dev.11 [2021-04-14T13:22:25.617Z] v1.3.1-dev.12 [2021-04-14T13:22:25.617Z] v1.3.1-dev.13 [2021-04-14T13:22:25.617Z] v1.3.1-dev.14 [2021-04-14T13:22:25.617Z] v1.3.1-dev.15 [2021-04-14T13:22:25.617Z] v1.3.1-dev.16 [2021-04-14T13:22:25.617Z] v1.3.1-dev.17 [2021-04-14T13:22:25.617Z] v1.3.1-dev.18 [2021-04-14T13:22:25.617Z] v1.3.1-dev.2 [2021-04-14T13:22:25.617Z] v1.3.1-dev.3 [2021-04-14T13:22:25.617Z] v1.3.1-dev.4 [2021-04-14T13:22:25.617Z] v1.3.1-dev.5 [2021-04-14T13:22:25.617Z] v1.3.1-dev.6 [2021-04-14T13:22:25.617Z] v1.3.1-dev.7 [2021-04-14T13:22:25.617Z] v1.3.1-dev.8 [2021-04-14T13:22:25.617Z] v1.3.1-dev.9 [2021-04-14T13:22:25.617Z] v2.0.0-dev.1 [2021-04-14T13:22:25.617Z] v2.0.0-dev.10 [2021-04-14T13:22:25.617Z] v2.0.0-dev.100 [2021-04-14T13:22:25.617Z] v2.0.0-dev.101 [2021-04-14T13:22:25.617Z] v2.0.0-dev.102 [2021-04-14T13:22:25.617Z] v2.0.0-dev.103 [2021-04-14T13:22:25.617Z] v2.0.0-dev.104 [2021-04-14T13:22:25.617Z] v2.0.0-dev.105 [2021-04-14T13:22:25.617Z] v2.0.0-dev.106 [2021-04-14T13:22:25.617Z] v2.0.0-dev.107 [2021-04-14T13:22:25.617Z] v2.0.0-dev.108 [2021-04-14T13:22:25.617Z] v2.0.0-dev.109 [2021-04-14T13:22:25.617Z] v2.0.0-dev.11 [2021-04-14T13:22:25.617Z] v2.0.0-dev.110 [2021-04-14T13:22:25.617Z] v2.0.0-dev.111 [2021-04-14T13:22:25.617Z] v2.0.0-dev.112 [2021-04-14T13:22:25.617Z] v2.0.0-dev.113 [2021-04-14T13:22:25.617Z] v2.0.0-dev.114 [2021-04-14T13:22:25.617Z] v2.0.0-dev.115 [2021-04-14T13:22:25.617Z] v2.0.0-dev.116 [2021-04-14T13:22:25.617Z] v2.0.0-dev.117 [2021-04-14T13:22:25.617Z] v2.0.0-dev.118 [2021-04-14T13:22:25.617Z] v2.0.0-dev.119 [2021-04-14T13:22:25.617Z] v2.0.0-dev.12 [2021-04-14T13:22:25.617Z] v2.0.0-dev.120 [2021-04-14T13:22:25.617Z] v2.0.0-dev.121 [2021-04-14T13:22:25.617Z] v2.0.0-dev.122 [2021-04-14T13:22:25.617Z] v2.0.0-dev.123 [2021-04-14T13:22:25.617Z] v2.0.0-dev.124 [2021-04-14T13:22:25.617Z] v2.0.0-dev.125 [2021-04-14T13:22:25.617Z] v2.0.0-dev.126 [2021-04-14T13:22:25.617Z] v2.0.0-dev.127 [2021-04-14T13:22:25.617Z] v2.0.0-dev.128 [2021-04-14T13:22:25.617Z] v2.0.0-dev.129 [2021-04-14T13:22:25.617Z] v2.0.0-dev.13 [2021-04-14T13:22:25.617Z] v2.0.0-dev.130 [2021-04-14T13:22:25.617Z] v2.0.0-dev.131 [2021-04-14T13:22:25.617Z] v2.0.0-dev.132 [2021-04-14T13:22:25.617Z] v2.0.0-dev.133 [2021-04-14T13:22:25.617Z] v2.0.0-dev.134 [2021-04-14T13:22:25.617Z] v2.0.0-dev.135 [2021-04-14T13:22:25.617Z] v2.0.0-dev.136 [2021-04-14T13:22:25.617Z] v2.0.0-dev.137 [2021-04-14T13:22:25.617Z] v2.0.0-dev.138 [2021-04-14T13:22:25.617Z] v2.0.0-dev.139 [2021-04-14T13:22:25.617Z] v2.0.0-dev.14 [2021-04-14T13:22:25.617Z] v2.0.0-dev.140 [2021-04-14T13:22:25.617Z] v2.0.0-dev.141 [2021-04-14T13:22:25.617Z] v2.0.0-dev.142 [2021-04-14T13:22:25.617Z] v2.0.0-dev.143 [2021-04-14T13:22:25.617Z] v2.0.0-dev.144 [2021-04-14T13:22:25.617Z] v2.0.0-dev.145 [2021-04-14T13:22:25.617Z] v2.0.0-dev.146 [2021-04-14T13:22:25.617Z] v2.0.0-dev.147 [2021-04-14T13:22:25.617Z] v2.0.0-dev.148 [2021-04-14T13:22:25.617Z] v2.0.0-dev.149 [2021-04-14T13:22:25.617Z] v2.0.0-dev.15 [2021-04-14T13:22:25.617Z] v2.0.0-dev.150 [2021-04-14T13:22:25.617Z] v2.0.0-dev.151 [2021-04-14T13:22:25.617Z] v2.0.0-dev.152 [2021-04-14T13:22:25.617Z] v2.0.0-dev.153 [2021-04-14T13:22:25.617Z] v2.0.0-dev.154 [2021-04-14T13:22:25.617Z] v2.0.0-dev.155 [2021-04-14T13:22:25.617Z] v2.0.0-dev.156 [2021-04-14T13:22:25.617Z] v2.0.0-dev.157 [2021-04-14T13:22:25.617Z] v2.0.0-dev.158 [2021-04-14T13:22:25.617Z] v2.0.0-dev.159 [2021-04-14T13:22:25.617Z] v2.0.0-dev.16 [2021-04-14T13:22:25.617Z] v2.0.0-dev.160 [2021-04-14T13:22:25.617Z] v2.0.0-dev.161 [2021-04-14T13:22:25.617Z] v2.0.0-dev.162 [2021-04-14T13:22:25.617Z] v2.0.0-dev.163 [2021-04-14T13:22:25.617Z] v2.0.0-dev.164 [2021-04-14T13:22:25.617Z] v2.0.0-dev.165 [2021-04-14T13:22:25.617Z] v2.0.0-dev.166 [2021-04-14T13:22:25.617Z] v2.0.0-dev.167 [2021-04-14T13:22:25.617Z] v2.0.0-dev.168 [2021-04-14T13:22:25.617Z] v2.0.0-dev.169 [2021-04-14T13:22:25.617Z] v2.0.0-dev.17 [2021-04-14T13:22:25.617Z] v2.0.0-dev.170 [2021-04-14T13:22:25.617Z] v2.0.0-dev.171 [2021-04-14T13:22:25.617Z] v2.0.0-dev.172 [2021-04-14T13:22:25.617Z] v2.0.0-dev.18 [2021-04-14T13:22:25.617Z] v2.0.0-dev.19 [2021-04-14T13:22:25.617Z] v2.0.0-dev.2 [2021-04-14T13:22:25.617Z] v2.0.0-dev.20 [2021-04-14T13:22:25.617Z] v2.0.0-dev.21 [2021-04-14T13:22:25.617Z] v2.0.0-dev.22 [2021-04-14T13:22:25.617Z] v2.0.0-dev.23 [2021-04-14T13:22:25.617Z] v2.0.0-dev.24 [2021-04-14T13:22:25.617Z] v2.0.0-dev.25 [2021-04-14T13:22:25.617Z] v2.0.0-dev.26 [2021-04-14T13:22:25.617Z] v2.0.0-dev.27 [2021-04-14T13:22:25.617Z] v2.0.0-dev.28 [2021-04-14T13:22:25.617Z] v2.0.0-dev.29 [2021-04-14T13:22:25.617Z] v2.0.0-dev.3 [2021-04-14T13:22:25.617Z] v2.0.0-dev.30 [2021-04-14T13:22:25.617Z] v2.0.0-dev.31 [2021-04-14T13:22:25.617Z] v2.0.0-dev.32 [2021-04-14T13:22:25.617Z] v2.0.0-dev.33 [2021-04-14T13:22:25.617Z] v2.0.0-dev.34 [2021-04-14T13:22:25.617Z] v2.0.0-dev.35 [2021-04-14T13:22:25.617Z] v2.0.0-dev.36 [2021-04-14T13:22:25.617Z] v2.0.0-dev.37 [2021-04-14T13:22:25.617Z] v2.0.0-dev.38 [2021-04-14T13:22:25.617Z] v2.0.0-dev.39 [2021-04-14T13:22:25.617Z] v2.0.0-dev.4 [2021-04-14T13:22:25.617Z] v2.0.0-dev.40 [2021-04-14T13:22:25.617Z] v2.0.0-dev.41 [2021-04-14T13:22:25.617Z] v2.0.0-dev.42 [2021-04-14T13:22:25.617Z] v2.0.0-dev.43 [2021-04-14T13:22:25.617Z] v2.0.0-dev.44 [2021-04-14T13:22:25.617Z] v2.0.0-dev.45 [2021-04-14T13:22:25.617Z] v2.0.0-dev.46 [2021-04-14T13:22:25.617Z] v2.0.0-dev.47 [2021-04-14T13:22:25.617Z] v2.0.0-dev.48 [2021-04-14T13:22:25.617Z] v2.0.0-dev.49 [2021-04-14T13:22:25.617Z] v2.0.0-dev.5 [2021-04-14T13:22:25.617Z] v2.0.0-dev.50 [2021-04-14T13:22:25.617Z] v2.0.0-dev.51 [2021-04-14T13:22:25.617Z] v2.0.0-dev.52 [2021-04-14T13:22:25.617Z] v2.0.0-dev.53 [2021-04-14T13:22:25.617Z] v2.0.0-dev.54 [2021-04-14T13:22:25.617Z] v2.0.0-dev.55 [2021-04-14T13:22:25.617Z] v2.0.0-dev.56 [2021-04-14T13:22:25.617Z] v2.0.0-dev.57 [2021-04-14T13:22:25.617Z] v2.0.0-dev.58 [2021-04-14T13:22:25.617Z] v2.0.0-dev.59 [2021-04-14T13:22:25.617Z] v2.0.0-dev.6 [2021-04-14T13:22:25.617Z] v2.0.0-dev.60 [2021-04-14T13:22:25.617Z] v2.0.0-dev.61 [2021-04-14T13:22:25.617Z] v2.0.0-dev.62 [2021-04-14T13:22:25.617Z] v2.0.0-dev.63 [2021-04-14T13:22:25.617Z] v2.0.0-dev.64 [2021-04-14T13:22:25.617Z] v2.0.0-dev.65 [2021-04-14T13:22:25.617Z] v2.0.0-dev.66 [2021-04-14T13:22:25.617Z] v2.0.0-dev.67 [2021-04-14T13:22:25.617Z] v2.0.0-dev.68 [2021-04-14T13:22:25.617Z] v2.0.0-dev.69 [2021-04-14T13:22:25.617Z] v2.0.0-dev.7 [2021-04-14T13:22:25.617Z] v2.0.0-dev.70 [2021-04-14T13:22:25.617Z] v2.0.0-dev.71 [2021-04-14T13:22:25.617Z] v2.0.0-dev.72 [2021-04-14T13:22:25.617Z] v2.0.0-dev.73 [2021-04-14T13:22:25.617Z] v2.0.0-dev.74 [2021-04-14T13:22:25.617Z] v2.0.0-dev.75 [2021-04-14T13:22:25.617Z] v2.0.0-dev.76 [2021-04-14T13:22:25.617Z] v2.0.0-dev.77 [2021-04-14T13:22:25.617Z] v2.0.0-dev.78 [2021-04-14T13:22:25.617Z] v2.0.0-dev.79 [2021-04-14T13:22:25.617Z] v2.0.0-dev.8 [2021-04-14T13:22:25.617Z] v2.0.0-dev.80 [2021-04-14T13:22:25.617Z] v2.0.0-dev.81 [2021-04-14T13:22:25.617Z] v2.0.0-dev.82 [2021-04-14T13:22:25.617Z] v2.0.0-dev.83 [2021-04-14T13:22:25.617Z] v2.0.0-dev.84 [2021-04-14T13:22:25.617Z] v2.0.0-dev.85 [2021-04-14T13:22:25.617Z] v2.0.0-dev.86 [2021-04-14T13:22:25.617Z] v2.0.0-dev.87 [2021-04-14T13:22:25.617Z] v2.0.0-dev.88 [2021-04-14T13:22:25.617Z] v2.0.0-dev.89 [2021-04-14T13:22:25.617Z] v2.0.0-dev.9 [2021-04-14T13:22:25.617Z] v2.0.0-dev.90 [2021-04-14T13:22:25.617Z] v2.0.0-dev.91 [2021-04-14T13:22:25.617Z] v2.0.0-dev.92 [2021-04-14T13:22:25.617Z] v2.0.0-dev.93 [2021-04-14T13:22:25.617Z] v2.0.0-dev.94 [2021-04-14T13:22:25.617Z] v2.0.0-dev.95 [2021-04-14T13:22:25.617Z] v2.0.0-dev.96 [2021-04-14T13:22:25.617Z] v2.0.0-dev.97 [2021-04-14T13:22:25.617Z] v2.0.0-dev.98 [2021-04-14T13:22:25.617Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-14T13:22:26.299Z] + lftools sign git-tag v2.0.0-dev.172 [2021-04-14T13:22:28.283Z] Signing Git tag with Sigul... [2021-04-14T13:22:28.283Z] Signing v2.0.0-dev.172 [Pipeline] echo [2021-04-14T13:22:30.937Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:22:31.712Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-14T13:22:32.305Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-14T13:22:32.710Z] $ docker stop --time=1 02b90e2064b4b96d5224e5357730e863d769648b1d7e87b8ce8714af57db379e [2021-04-14T13:22:36.030Z] $ docker rm -f 02b90e2064b4b96d5224e5357730e863d769648b1d7e87b8ce8714af57db379e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:22:37.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T13:22:37.489Z] . [Pipeline] withDockerContainer [2021-04-14T13:22:38.182Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T13:22:38.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:22:41.229Z] $ docker top 5acd79a97dce3413b50071135b2bb5e70d46409071d10d32a4db74c3d36b23be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T13:22:41.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T13:22:41.696Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T13:22:42.797Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T13:22:42.804Z] $ docker exec 5acd79a97dce3413b50071135b2bb5e70d46409071d10d32a4db74c3d36b23be ssh-agent [2021-04-14T13:22:43.714Z] SSH_AUTH_SOCK=/tmp/ssh-DJbHyai5mlW7/agent.11 [2021-04-14T13:22:43.714Z] SSH_AGENT_PID=16 [2021-04-14T13:22:43.733Z] Running ssh-add (command line suppressed) [2021-04-14T13:22:44.755Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_7610712932198851095.key (/w/workspace/edgex-go/440@tmp/private_key_7610712932198851095.key) [2021-04-14T13:22:45.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T13:22:45.750Z] + git semver bump pre [2021-04-14T13:22:45.750Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T13:22:45.750Z] # $GIT_DIR = /w/workspace/edgex-go/440/.git [2021-04-14T13:22:45.750Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/440 [2021-04-14T13:22:45.750Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T13:22:45.750Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T13:22:45.750Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T13:22:45.750Z] # $SEMVER_BRANCH = master [2021-04-14T13:22:45.750Z] # $SEMVER_DIR = /w/workspace/edgex-go/440/.semver [2021-04-14T13:22:45.750Z] 2.0.0-dev.173 [Pipeline] } [2021-04-14T13:22:45.766Z] $ docker exec --env ******** --env ******** 5acd79a97dce3413b50071135b2bb5e70d46409071d10d32a4db74c3d36b23be ssh-agent -k [2021-04-14T13:22:46.145Z] unset SSH_AUTH_SOCK; [2021-04-14T13:22:46.146Z] unset SSH_AGENT_PID; [2021-04-14T13:22:46.147Z] echo Agent pid 16 killed; [2021-04-14T13:22:46.414Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T13:22:47.297Z] + git semver [Pipeline] } [2021-04-14T13:22:47.595Z] $ docker stop --time=1 5acd79a97dce3413b50071135b2bb5e70d46409071d10d32a4db74c3d36b23be [2021-04-14T13:22:49.866Z] $ docker rm -f 5acd79a97dce3413b50071135b2bb5e70d46409071d10d32a4db74c3d36b23be [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:22:50.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T13:22:51.505Z] . [Pipeline] withDockerContainer [2021-04-14T13:22:51.952Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T13:22:52.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:22:53.274Z] $ docker top f58a2e0b57ab1386380e1bdd4e5bb45a45013d851e8bec22fd317a802a34eec7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T13:22:53.589Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T13:22:53.589Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T13:22:53.921Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T13:22:53.953Z] $ docker exec f58a2e0b57ab1386380e1bdd4e5bb45a45013d851e8bec22fd317a802a34eec7 ssh-agent [2021-04-14T13:22:54.446Z] SSH_AUTH_SOCK=/tmp/ssh-cZKMTKnM7HNk/agent.11 [2021-04-14T13:22:54.446Z] SSH_AGENT_PID=16 [2021-04-14T13:22:54.481Z] Running ssh-add (command line suppressed) [2021-04-14T13:22:54.881Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_2112177529493423696.key (/w/workspace/edgex-go/440@tmp/private_key_2112177529493423696.key) [2021-04-14T13:22:55.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T13:22:56.974Z] + git semver push [2021-04-14T13:22:56.974Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T13:22:56.974Z] # $GIT_DIR = /w/workspace/edgex-go/440/.git [2021-04-14T13:22:56.974Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/440 [2021-04-14T13:22:56.974Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T13:22:56.974Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T13:22:56.974Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T13:22:56.974Z] # $SEMVER_BRANCH = master [2021-04-14T13:22:56.974Z] # $SEMVER_DIR = /w/workspace/edgex-go/440/.semver [Pipeline] } [2021-04-14T13:23:15.820Z] $ docker exec --env ******** --env ******** f58a2e0b57ab1386380e1bdd4e5bb45a45013d851e8bec22fd317a802a34eec7 ssh-agent -k [2021-04-14T13:23:16.975Z] unset SSH_AUTH_SOCK; [2021-04-14T13:23:16.975Z] unset SSH_AGENT_PID; [2021-04-14T13:23:16.975Z] echo Agent pid 16 killed; [2021-04-14T13:23:17.492Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T13:23:18.658Z] + git semver [Pipeline] } [2021-04-14T13:23:18.688Z] $ docker stop --time=1 f58a2e0b57ab1386380e1bdd4e5bb45a45013d851e8bec22fd317a802a34eec7 [2021-04-14T13:23:20.968Z] $ docker rm -f f58a2e0b57ab1386380e1bdd4e5bb45a45013d851e8bec22fd317a802a34eec7 [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-14T13:23:22.441Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:23:23.860Z] ---> package-listing.sh [2021-04-14T13:23:23.860Z] ++ facter osfamily [2021-04-14T13:23:23.860Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-14T13:23:24.163Z] + OS_FAMILY=redhat [2021-04-14T13:23:24.163Z] + workspace=/w/workspace/edgex-go/440 [2021-04-14T13:23:24.163Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-14T13:23:24.163Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-14T13:23:24.163Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-14T13:23:24.163Z] + PACKAGES=/tmp/packages_start.txt [2021-04-14T13:23:24.163Z] + '[' /w/workspace/edgex-go/440 ']' [2021-04-14T13:23:24.163Z] + PACKAGES=/tmp/packages_end.txt [2021-04-14T13:23:24.163Z] + case "${OS_FAMILY}" in [2021-04-14T13:23:24.163Z] + rpm -qa [2021-04-14T13:23:24.163Z] + sort [2021-04-14T13:23:30.905Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-14T13:23:30.905Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-14T13:23:30.905Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-14T13:23:30.905Z] + '[' /w/workspace/edgex-go/440 ']' [2021-04-14T13:23:30.905Z] + mkdir -p /w/workspace/edgex-go/440/archives/ [2021-04-14T13:23:30.905Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/440/archives/ [Pipeline] echo [2021-04-14T13:23:30.927Z] 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/440/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-14T13:23:31.244Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:23:31.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T13:23:32.242Z] [2021-04-14T13:23:32.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-14T13:23:32.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T13:23:33.346Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-14T13:23:33.346Z] df20fa9351a1: Pulling fs layer [2021-04-14T13:23:33.346Z] 36b3adc4ff6f: Pulling fs layer [2021-04-14T13:23:33.346Z] 8ad3a11d3b57: Pulling fs layer [2021-04-14T13:23:33.346Z] 46f8f816bc3b: Pulling fs layer [2021-04-14T13:23:33.346Z] 93b61091891f: Pulling fs layer [2021-04-14T13:23:33.346Z] 93b9cdb0e59b: Pulling fs layer [2021-04-14T13:23:33.346Z] 5e14af77c1be: Pulling fs layer [2021-04-14T13:23:33.346Z] 01666e4c0597: Pulling fs layer [2021-04-14T13:23:33.346Z] aa168da1d23b: Pulling fs layer [2021-04-14T13:23:33.346Z] 46f8f816bc3b: Waiting [2021-04-14T13:23:33.346Z] 93b61091891f: Waiting [2021-04-14T13:23:33.346Z] 93b9cdb0e59b: Waiting [2021-04-14T13:23:33.346Z] 5e14af77c1be: Waiting [2021-04-14T13:23:33.346Z] 01666e4c0597: Waiting [2021-04-14T13:23:33.346Z] aa168da1d23b: Waiting [2021-04-14T13:23:33.837Z] 36b3adc4ff6f: Verifying Checksum [2021-04-14T13:23:33.837Z] 36b3adc4ff6f: Download complete [2021-04-14T13:23:33.837Z] 46f8f816bc3b: Verifying Checksum [2021-04-14T13:23:33.837Z] 46f8f816bc3b: Download complete [2021-04-14T13:23:33.837Z] df20fa9351a1: Verifying Checksum [2021-04-14T13:23:33.837Z] df20fa9351a1: Download complete [2021-04-14T13:23:33.837Z] 93b9cdb0e59b: Verifying Checksum [2021-04-14T13:23:33.837Z] 93b9cdb0e59b: Download complete [2021-04-14T13:23:33.837Z] 5e14af77c1be: Verifying Checksum [2021-04-14T13:23:33.837Z] 5e14af77c1be: Download complete [2021-04-14T13:23:33.837Z] 01666e4c0597: Verifying Checksum [2021-04-14T13:23:33.837Z] 01666e4c0597: Download complete [2021-04-14T13:23:33.837Z] 93b61091891f: Download complete [2021-04-14T13:23:34.597Z] 8ad3a11d3b57: Verifying Checksum [2021-04-14T13:23:34.597Z] 8ad3a11d3b57: Download complete [2021-04-14T13:23:35.249Z] df20fa9351a1: Pull complete [2021-04-14T13:23:35.905Z] 36b3adc4ff6f: Pull complete [2021-04-14T13:23:38.199Z] 8ad3a11d3b57: Pull complete [2021-04-14T13:23:38.504Z] 46f8f816bc3b: Pull complete [2021-04-14T13:23:41.139Z] 93b61091891f: Pull complete [2021-04-14T13:23:41.806Z] 93b9cdb0e59b: Pull complete [2021-04-14T13:23:42.813Z] 5e14af77c1be: Pull complete [2021-04-14T13:23:42.813Z] aa168da1d23b: Verifying Checksum [2021-04-14T13:23:42.813Z] aa168da1d23b: Download complete [2021-04-14T13:23:43.097Z] 01666e4c0597: Pull complete [2021-04-14T13:24:05.555Z] aa168da1d23b: Pull complete [2021-04-14T13:24:05.555Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-14T13:24:05.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T13:24:05.555Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-14T13:24:06.263Z] prd-centos7-docker-4c-2g-109 does not seem to be running inside a container [2021-04-14T13:24:06.354Z] $ 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/440/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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-14T13:24:09.793Z] $ docker top cf68f90b6787fea8f0a262b3ae3571c340825edd62c1b4cac5fc1de00389bc1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T13:24:10.637Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-14T13:24:11.689Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-14T13:24:12.490Z] + ls /var/log/sa-host [2021-04-14T13:24:12.490Z] + sadf -c /var/log/sa-host/sa14 [2021-04-14T13:24:12.490Z] file_magic: OK [2021-04-14T13:24:12.490Z] HZ: Using current value: 100 [2021-04-14T13:24:12.490Z] file_header: OK [2021-04-14T13:24:12.490Z] 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-14T13:24:12.490Z] Statistics: [2021-04-14T13:24:12.490Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-14T13:24:12.490Z] File successfully converted to sysstat format version 12.2.1 [2021-04-14T13:24:12.490Z] + sadf -c /var/log/sa-host/sa23 [2021-04-14T13:24:12.490Z] file_magic: OK [2021-04-14T13:24:12.490Z] HZ: Using current value: 100 [2021-04-14T13:24:12.490Z] file_header: OK [2021-04-14T13:24:12.490Z] 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-14T13:24:12.490Z] Statistics: [2021-04-14T13:24:12.490Z] Hnuu...uuuununununu... [2021-04-14T13:24:12.490Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-14T13:24:12.848Z] provisioning config files... [2021-04-14T13:24:12.942Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/440@tmp/config6068762397179230356tmp [Pipeline] { [Pipeline] echo [2021-04-14T13:24:13.095Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:24:14.309Z] ---> create-netrc.sh [Pipeline] } [2021-04-14T13:24:14.326Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-14T13:24:14.362Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:24:15.396Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-14T13:24:15.416Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:24:16.260Z] ---> sudo-logs.sh [2021-04-14T13:24:16.260Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-14T13:24:16.315Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:24:17.065Z] ---> job-cost.sh [2021-04-14T13:24:17.065Z] lf-activate-venv: SKIPPING [2021-04-14T13:24:17.065Z] DEBUG: total: 0.20999999344348907 [2021-04-14T13:24:17.066Z] INFO: Retrieving Stack Cost... [2021-04-14T13:24:18.586Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-14T13:24:18.855Z] INFO: Archiving Costs [Pipeline] echo [2021-04-14T13:24:18.898Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T13:24:19.644Z] ---> logs-deploy.sh [2021-04-14T13:24:19.644Z] lf-activate-venv: SKIPPING [2021-04-14T13:24:19.645Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/440 [2021-04-14T13:24:19.645Z] INFO: archiving workspace using pattern(s): [2021-04-14T13:24:22.583Z] Archives upload complete. [2021-04-14T13:24:22.891Z] INFO: archiving logs to Nexus