Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ab49d518b83cb6b5e0582986504b7992370b3fc 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-1341 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/453 [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/453 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9ab49d518b83cb6b5e0582986504b7992370b3fc (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ab49d518b83cb6b5e0582986504b7992370b3fc # timeout=10 Commit message: "Merge pull request #3392 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.11" > git rev-list --no-walk 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-21T08:03:05.127Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-21T08:03:05.269Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-21T08:03:05.297Z] ========================================================= [2021-04-21T08:03:05.297Z] EdgeX Global Pipelines Version Info [2021-04-21T08:03:05.297Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:03:06.939Z] ------------------- [2021-04-21T08:03:06.939Z] stable info: [2021-04-21T08:03:06.939Z] ------------------- [2021-04-21T08:03:06.939Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-21T08:03:06.939Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-21T08:03:06.939Z] Message: update stable to v1.0.186 [2021-04-21T08:03:07.894Z] ------------------- [2021-04-21T08:03:07.894Z] experimental info: [2021-04-21T08:03:07.894Z] ------------------- [2021-04-21T08:03:07.894Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-21T08:03:07.894Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-21T08:03:07.894Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-21T08:03:08.028Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-21T08:03:08.051Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-21T08:03:08.074Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-21T08:03:08.109Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-21T08:03:08.130Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-21T08:03:08.152Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-21T08:03:08.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-21T08:03:08.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-21T08:03:08.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-21T08:03:08.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-21T08:03:08.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-21T08:03:08.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-21T08:03:08.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-21T08:03:08.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-21T08:03:08.393Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-21T08:03:08.429Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-21T08:03:08.452Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-21T08:03:08.474Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-21T08:03:08.496Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-21T08:03:08.533Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-21T08:03:08.555Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-21T08:03:08.577Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-21T08:03:08.599Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-21T08:03:08.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-21T08:03:08.665Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-21T08:03:08.690Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] echo [2021-04-21T08:03:08.717Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ab49d5 [Pipeline] echo [2021-04-21T08:03:08.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-21T08:03:08.827Z] provisioning config files... [2021-04-21T08:03:08.864Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/453@tmp/config7231924664276325918tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:03:09.206Z] ---> docker-login.sh [2021-04-21T08:03:09.207Z] nexus3.edgexfoundry.org:10001 [2021-04-21T08:03:09.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:03:09.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:03:09.746Z] Configure a credential helper to remove this warning. See [2021-04-21T08:03:09.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:03:09.746Z] [2021-04-21T08:03:09.746Z] Login Succeeded [2021-04-21T08:03:09.746Z] nexus3.edgexfoundry.org:10002 [2021-04-21T08:03:10.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:03:10.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:03:10.011Z] Configure a credential helper to remove this warning. See [2021-04-21T08:03:10.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:03:10.011Z] [2021-04-21T08:03:10.011Z] Login Succeeded [2021-04-21T08:03:10.011Z] nexus3.edgexfoundry.org:10003 [2021-04-21T08:03:10.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:03:10.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:03:10.278Z] Configure a credential helper to remove this warning. See [2021-04-21T08:03:10.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:03:10.278Z] [2021-04-21T08:03:10.278Z] Login Succeeded [2021-04-21T08:03:10.278Z] nexus3.edgexfoundry.org:10004 [2021-04-21T08:03:10.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:03:10.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:03:10.278Z] Configure a credential helper to remove this warning. See [2021-04-21T08:03:10.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:03:10.278Z] [2021-04-21T08:03:10.278Z] Login Succeeded [2021-04-21T08:03:10.548Z] docker.io [2021-04-21T08:03:10.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:03:10.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:03:10.812Z] Configure a credential helper to remove this warning. See [2021-04-21T08:03:10.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:03:10.812Z] [2021-04-21T08:03:10.812Z] Login Succeeded [2021-04-21T08:03:10.812Z] ---> docker-login.sh ends [Pipeline] } [2021-04-21T08:03:10.823Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-21T08:03:11.172Z] ++ 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-21T08:03:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.172Z] ++ dirname cmd/core-command/Dockerfile [2021-04-21T08:03:11.172Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.172Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-21T08:03:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.173Z] ++ dirname cmd/core-data/Dockerfile [2021-04-21T08:03:11.173Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.173Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-21T08:03:11.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.173Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-21T08:03:11.173Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.173Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-21T08:03:11.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.173Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-21T08:03:11.173Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.173Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-21T08:03:11.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.173Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-21T08:03:11.173Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.173Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-21T08:03:11.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.173Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-21T08:03:11.173Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.173Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-21T08:03:11.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.173Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-21T08:03:11.173Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.173Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-21T08:03:11.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.173Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-21T08:03:11.173Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.173Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-21T08:03:11.173Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T08:03:11.173Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-21T08:03:11.173Z] ++ cut -d/ -f2 [2021-04-21T08:03:11.173Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-21T08:03:11.288Z] 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-21T08:03:12.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T08:03:12.632Z] [2021-04-21T08:03:12.632Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:03:12.957Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T08:03:12.957Z] latest: Pulling from edgex-devops/git-semver [2021-04-21T08:03:12.957Z] 31603596830f: Pulling fs layer [2021-04-21T08:03:12.957Z] 2a8b12db71e7: Pulling fs layer [2021-04-21T08:03:12.957Z] 6ca5941a6612: Pulling fs layer [2021-04-21T08:03:12.957Z] ecc8261a40a4: Pulling fs layer [2021-04-21T08:03:12.957Z] ecc8261a40a4: Waiting [2021-04-21T08:03:12.957Z] 2a8b12db71e7: Download complete [2021-04-21T08:03:12.957Z] 31603596830f: Download complete [2021-04-21T08:03:13.223Z] ecc8261a40a4: Verifying Checksum [2021-04-21T08:03:13.223Z] ecc8261a40a4: Download complete [2021-04-21T08:03:13.223Z] 6ca5941a6612: Download complete [2021-04-21T08:03:13.485Z] 31603596830f: Pull complete [2021-04-21T08:03:13.485Z] 2a8b12db71e7: Pull complete [2021-04-21T08:03:14.438Z] 6ca5941a6612: Pull complete [2021-04-21T08:03:14.706Z] ecc8261a40a4: Pull complete [2021-04-21T08:03:14.706Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-21T08:03:14.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T08:03:14.706Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-21T08:03:14.841Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:03:14.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-21T08:03:17.864Z] $ docker top 6eb1daec03d3be37a1c5ce81eb462d951199a33926e6577f390ccdf34d7f8598 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-21T08:03:18.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-21T08:03:18.023Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-21T08:03:18.270Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-21T08:03:18.275Z] $ docker exec 6eb1daec03d3be37a1c5ce81eb462d951199a33926e6577f390ccdf34d7f8598 ssh-agent [2021-04-21T08:03:18.459Z] SSH_AUTH_SOCK=/tmp/ssh-CSZsiN2DXZhX/agent.11 [2021-04-21T08:03:18.459Z] SSH_AGENT_PID=16 [2021-04-21T08:03:18.473Z] Running ssh-add (command line suppressed) [2021-04-21T08:03:18.605Z] Identity added: /w/workspace/edgex-go/453@tmp/private_key_8234017986783622710.key (/w/workspace/edgex-go/453@tmp/private_key_8234017986783622710.key) [2021-04-21T08:03:18.669Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-21T08:03:18.975Z] + git tag --points-at HEAD [Pipeline] } [2021-04-21T08:03:18.998Z] $ docker exec --env ******** --env ******** 6eb1daec03d3be37a1c5ce81eb462d951199a33926e6577f390ccdf34d7f8598 ssh-agent -k [2021-04-21T08:03:19.117Z] unset SSH_AUTH_SOCK; [2021-04-21T08:03:19.118Z] unset SSH_AGENT_PID; [2021-04-21T08:03:19.118Z] echo Agent pid 16 killed; [2021-04-21T08:03:19.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-21T08:03:19.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-21T08:03:19.204Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-21T08:03:19.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-21T08:03:19.391Z] $ docker exec 6eb1daec03d3be37a1c5ce81eb462d951199a33926e6577f390ccdf34d7f8598 ssh-agent [2021-04-21T08:03:19.572Z] SSH_AUTH_SOCK=/tmp/ssh-A7gGKxVnS7wJ/agent.47 [2021-04-21T08:03:19.572Z] SSH_AGENT_PID=52 [2021-04-21T08:03:19.579Z] Running ssh-add (command line suppressed) [2021-04-21T08:03:19.713Z] Identity added: /w/workspace/edgex-go/453@tmp/private_key_3669100292879003402.key (/w/workspace/edgex-go/453@tmp/private_key_3669100292879003402.key) [2021-04-21T08:03:19.769Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-21T08:03:20.076Z] + git semver init [2021-04-21T08:03:20.076Z] # -> Open(): unable to determine branch for HEAD [2021-04-21T08:03:20.076Z] # $GIT_DIR = /w/workspace/edgex-go/453/.git [2021-04-21T08:03:20.076Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/453 [2021-04-21T08:03:20.076Z] # $SEMVER_REMOTE_NAME = origin [2021-04-21T08:03:20.076Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-21T08:03:20.076Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-21T08:03:20.076Z] # $SEMVER_BRANCH = master [2021-04-21T08:03:20.076Z] # $SEMVER_TEMP = /tmp/semver-840023898 [2021-04-21T08:03:20.076Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-21T08:03:38.294Z] # '/tmp/semver-840023898' -> '/w/workspace/edgex-go/453/.semver' [2021-04-21T08:03:38.561Z] # -> Force: false [2021-04-21T08:03:38.561Z] # $SEMVER_DIR = /w/workspace/edgex-go/453/.semver [Pipeline] } [2021-04-21T08:03:38.844Z] $ docker exec --env ******** --env ******** 6eb1daec03d3be37a1c5ce81eb462d951199a33926e6577f390ccdf34d7f8598 ssh-agent -k [2021-04-21T08:03:39.265Z] unset SSH_AUTH_SOCK; [2021-04-21T08:03:39.265Z] unset SSH_AGENT_PID; [2021-04-21T08:03:39.266Z] echo Agent pid 52 killed; [2021-04-21T08:03:39.352Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-21T08:03:39.686Z] + git semver [Pipeline] } [2021-04-21T08:03:39.704Z] $ docker stop --time=1 6eb1daec03d3be37a1c5ce81eb462d951199a33926e6577f390ccdf34d7f8598 [2021-04-21T08:03:41.293Z] $ docker rm -f 6eb1daec03d3be37a1c5ce81eb462d951199a33926e6577f390ccdf34d7f8598 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-21T08:03:41.782Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-21T08:03:42.251Z] Stashed 1 file(s) [Pipeline] echo [2021-04-21T08:03:42.254Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.185 [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-21T08:03:42.789Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-21T08:03:43.091Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-21T08:03:43.430Z] + sudo service docker restart [2021-04-21T08:03:43.430Z] + true [2021-04-21T08:03:43.430Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-21T08:03:44.116Z] ========================================================= [2021-04-21T08:03:44.116Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-21T08:03:44.116Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:03:44.439Z] + 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-21T08:03:49.788Z] Sending build context to Docker daemon 329.6MB [2021-04-21T08:03:49.788Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-21T08:03:49.788Z] Step 2/6 : FROM ${BASE} [2021-04-21T08:03:49.788Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-21T08:03:49.788Z] 188c0c94c7c5: Pulling fs layer [2021-04-21T08:03:49.788Z] 0ef7d3d256c8: Pulling fs layer [2021-04-21T08:03:49.788Z] de9db76c5a1d: Pulling fs layer [2021-04-21T08:03:49.788Z] bca2f99d35d6: Pulling fs layer [2021-04-21T08:03:49.788Z] 93359f2a8cfa: Pulling fs layer [2021-04-21T08:03:49.788Z] 7c6f9722023f: Pulling fs layer [2021-04-21T08:03:49.788Z] a35cf1a2eb13: Pulling fs layer [2021-04-21T08:03:49.788Z] a35cf1a2eb13: Waiting [2021-04-21T08:03:49.788Z] 7c6f9722023f: Waiting [2021-04-21T08:03:49.788Z] bca2f99d35d6: Waiting [2021-04-21T08:03:49.788Z] de9db76c5a1d: Verifying Checksum [2021-04-21T08:03:49.788Z] de9db76c5a1d: Download complete [2021-04-21T08:03:49.788Z] 0ef7d3d256c8: Download complete [2021-04-21T08:03:49.788Z] 93359f2a8cfa: Verifying Checksum [2021-04-21T08:03:49.788Z] 188c0c94c7c5: Verifying Checksum [2021-04-21T08:03:49.788Z] 188c0c94c7c5: Download complete [2021-04-21T08:03:49.788Z] 7c6f9722023f: Verifying Checksum [2021-04-21T08:03:49.788Z] 7c6f9722023f: Download complete [2021-04-21T08:03:49.788Z] 188c0c94c7c5: Pull complete [2021-04-21T08:03:49.788Z] 0ef7d3d256c8: Pull complete [2021-04-21T08:03:50.053Z] de9db76c5a1d: Pull complete [2021-04-21T08:03:51.005Z] a35cf1a2eb13: Verifying Checksum [2021-04-21T08:03:51.005Z] a35cf1a2eb13: Download complete [2021-04-21T08:03:51.587Z] bca2f99d35d6: Verifying Checksum [2021-04-21T08:03:51.587Z] bca2f99d35d6: Download complete [2021-04-21T08:03:57.413Z] Still waiting to schedule task [2021-04-21T08:03:57.413Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-21T08:03:58.252Z] bca2f99d35d6: Pull complete [2021-04-21T08:03:58.252Z] 93359f2a8cfa: Pull complete [2021-04-21T08:03:58.252Z] 7c6f9722023f: Pull complete [2021-04-21T08:04:02.492Z] a35cf1a2eb13: Pull complete [2021-04-21T08:04:02.492Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-21T08:04:02.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-21T08:04:02.492Z] ---> a62c8e92a672 [2021-04-21T08:04:02.492Z] 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-21T08:04:02.754Z] ---> Running in b49d4c0c6e9f [2021-04-21T08:04:03.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:04:04.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:04:04.552Z] (1/12) Installing libmagic (5.38-r0) [2021-04-21T08:04:05.134Z] (2/12) Installing file (5.38-r0) [2021-04-21T08:04:05.134Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-21T08:04:05.398Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-21T08:04:10.719Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-21T08:04:10.719Z] (6/12) Installing patch (2.7.6-r6) [2021-04-21T08:04:10.982Z] (7/12) Installing build-base (0.5-r2) [2021-04-21T08:04:10.982Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-21T08:04:10.982Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-21T08:04:11.246Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-21T08:04:11.246Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-21T08:04:11.246Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-21T08:04:11.511Z] Executing busybox-1.31.1-r19.trigger [2021-04-21T08:04:11.511Z] OK: 233 MiB in 51 packages [2021-04-21T08:04:15.762Z] Removing intermediate container b49d4c0c6e9f [2021-04-21T08:04:15.762Z] ---> 94e1ae651e63 [2021-04-21T08:04:15.762Z] Step 4/6 : WORKDIR /edgex-go [2021-04-21T08:04:15.762Z] ---> Running in f121627365d6 [2021-04-21T08:04:15.762Z] Removing intermediate container f121627365d6 [2021-04-21T08:04:15.762Z] ---> ca1731182b92 [2021-04-21T08:04:15.762Z] Step 5/6 : COPY go.mod . [2021-04-21T08:04:15.762Z] ---> 5060f1b858a0 [2021-04-21T08:04:15.762Z] Step 6/6 : RUN go mod download [2021-04-21T08:04:15.762Z] ---> Running in 96877b1f8e68 [2021-04-21T08:04:37.793Z] Removing intermediate container 96877b1f8e68 [2021-04-21T08:04:37.793Z] ---> af65d5a5ff12 [2021-04-21T08:04:37.793Z] Successfully built af65d5a5ff12 [2021-04-21T08:04:37.793Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:04:38.125Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-21T08:04:38.125Z] . [Pipeline] withDockerContainer [2021-04-21T08:04:38.240Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:04:38.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@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-x86_64 cat [2021-04-21T08:04:39.497Z] $ docker top 53b854150055414e9356f7f7bfe2cee224e3f0b1c73da35b3e7801ee91ad771a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T08:04:40.058Z] + go version [2021-04-21T08:04:40.058Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-21T08:04:40.074Z] $ docker stop --time=1 53b854150055414e9356f7f7bfe2cee224e3f0b1c73da35b3e7801ee91ad771a [2021-04-21T08:04:41.487Z] $ docker rm -f 53b854150055414e9356f7f7bfe2cee224e3f0b1c73da35b3e7801ee91ad771a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:04:41.997Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-21T08:04:41.997Z] . [Pipeline] withDockerContainer [2021-04-21T08:04:42.108Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:04:42.157Z] $ 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/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@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-x86_64 cat [2021-04-21T08:04:42.863Z] $ docker top f45ac766c738ceafdc0b788a45872889db354376df617f843373c283d07465ba -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-21T08:04:42.982Z] ========================================================= [2021-04-21T08:04:42.982Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-21T08:04:42.982Z] ========================================================= [Pipeline] sh [2021-04-21T08:04:43.278Z] + make test [2021-04-21T08:04:43.279Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-21T08:04:53.375Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-21T08:05:11.656Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-21T08:05:17.039Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-21T08:05:17.039Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-21T08:05:17.039Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-21T08:05:19.634Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-21T08:05:19.634Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-21T08:05:19.634Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-21T08:05:19.634Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-21T08:05:20.235Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-21T08:05:20.843Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-21T08:05:23.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-21T08:05:23.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-21T08:05:23.451Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-21T08:05:26.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 45.9% of statements [2021-04-21T08:05:26.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-21T08:05:26.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-21T08:05:26.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-21T08:05:26.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-21T08:05:26.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-21T08:05:26.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-21T08:05:26.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.048s coverage: 19.8% of statements [2021-04-21T08:05:26.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements [2021-04-21T08:05:29.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-21T08:05:29.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-21T08:05:29.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-21T08:05:29.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 71.3% of statements [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-21T08:05:29.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-21T08:05:29.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.194s coverage: 82.9% of statements [2021-04-21T08:05:29.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-21T08:05:29.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T08:05:29.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements [2021-04-21T08:05:29.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-21T08:05:33.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.427s coverage: 28.6% of statements [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-21T08:05:33.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-21T08:05:33.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-21T08:05:33.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.162s coverage: 86.7% of statements [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-21T08:05:33.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-21T08:05:33.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-21T08:05:33.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-21T08:05:36.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 93.0% of statements [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-21T08:05:36.506Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-21T08:05:36.506Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.9% of statements [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-21T08:05:36.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-21T08:05:36.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-04-21T08:05:36.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.117s coverage: 79.5% of statements [2021-04-21T08:05:36.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-04-21T08:05:36.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-04-21T08:05:36.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-04-21T08:05:47.032Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1344 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-21T08:05:47.048Z] Running in /w/workspace/edgex-go/453 [Pipeline] { [Pipeline] checkout [2021-04-21T08:05:49.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2021-04-21T08:05:49.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-04-21T08:05:52.368Z] using credential edgex-jenkins-ssh [2021-04-21T08:05:52.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.316s coverage: 81.9% of statements [2021-04-21T08:05:52.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-21T08:05:52.387Z] Cloning the remote Git repository [2021-04-21T08:05:52.431Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-21T08:05:52.549Z] > git init /w/workspace/edgex-go/453 # timeout=10 [2021-04-21T08:05:52.616Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-21T08:05:52.616Z] > git --version # timeout=10 [2021-04-21T08:05:52.632Z] > git --version # 'git version 2.17.1' [2021-04-21T08:05:52.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-21T08:05:52.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-21T08:06:00.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.120s coverage: 92.9% of statements [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-21T08:06:00.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-21T08:06:00.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-21T08:06:00.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-21T08:06:00.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-21T08:06:00.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-21T08:06:00.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-21T08:06:00.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.6% of statements [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 64.4% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.018s coverage: 100.0% of statements [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 69.0% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.133s coverage: 38.4% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.041s coverage: 89.5% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.077s coverage: 9.6% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.167s coverage: 88.6% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.758s coverage: 28.7% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-21T08:06:00.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-21T08:06:00.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-21T08:06:00.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.072s coverage: 64.6% of statements [2021-04-21T08:06:00.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-21T08:06:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.123s coverage: 95.6% of statements [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-21T08:06:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-21T08:06:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-21T08:06:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-21T08:06:02.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-21T08:06:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-04-21T08:06:02.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-04-21T08:06:02.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-21T08:06:03.193Z] GO111MODULE=on go vet ./... [2021-04-21T08:06:08.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-21T08:06:08.716Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-21T08:06:08.747Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-21T08:06:08.788Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-21T08:06:08.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-21T08:06:08.800Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-21T08:06:09.783Z] Checking out Revision 9ab49d518b83cb6b5e0582986504b7992370b3fc (master) [2021-04-21T08:06:09.800Z] > git config core.sparsecheckout # timeout=10 [2021-04-21T08:06:09.815Z] > git checkout -f 9ab49d518b83cb6b5e0582986504b7992370b3fc # timeout=10 [2021-04-21T08:06:14.231Z] Commit message: "Merge pull request #3392 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-21T08:06:15.853Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-21T08:06:16.263Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-21T08:06:16.609Z] + + sudo servicetrue docker [2021-04-21T08:06:16.609Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-21T08:06:18.632Z] provisioning config files... [2021-04-21T08:06:18.679Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/453@tmp/config6290461517456312773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:06:19.048Z] ---> docker-login.sh [2021-04-21T08:06:19.048Z] nexus3.edgexfoundry.org:10001 [2021-04-21T08:06:20.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:06:20.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:06:20.307Z] Configure a credential helper to remove this warning. See [2021-04-21T08:06:20.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:06:20.307Z] [2021-04-21T08:06:20.307Z] Login Succeeded [2021-04-21T08:06:20.307Z] nexus3.edgexfoundry.org:10002 [2021-04-21T08:06:20.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:06:20.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:06:20.860Z] Configure a credential helper to remove this warning. See [2021-04-21T08:06:20.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:06:20.860Z] [2021-04-21T08:06:20.860Z] Login Succeeded [2021-04-21T08:06:20.860Z] nexus3.edgexfoundry.org:10003 [2021-04-21T08:06:21.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:06:21.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:06:21.408Z] Configure a credential helper to remove this warning. See [2021-04-21T08:06:21.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:06:21.408Z] [2021-04-21T08:06:21.408Z] Login Succeeded [2021-04-21T08:06:21.408Z] nexus3.edgexfoundry.org:10004 [2021-04-21T08:06:21.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:06:21.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:06:21.682Z] Configure a credential helper to remove this warning. See [2021-04-21T08:06:21.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:06:21.682Z] [2021-04-21T08:06:21.955Z] Login Succeeded [2021-04-21T08:06:21.956Z] docker.io [2021-04-21T08:06:22.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:06:22.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:06:22.498Z] Configure a credential helper to remove this warning. See [2021-04-21T08:06:22.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:06:22.498Z] [2021-04-21T08:06:22.498Z] Login Succeeded [2021-04-21T08:06:22.498Z] ---> docker-login.sh ends [Pipeline] } [2021-04-21T08:06:22.514Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-21T08:06:22.805Z] ========================================================= [2021-04-21T08:06:22.805Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-21T08:06:22.805Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:06:23.141Z] + 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-21T08:06:25.791Z] Sending build context to Docker daemon 167.4MB [2021-04-21T08:06:25.791Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-21T08:06:25.791Z] Step 2/6 : FROM ${BASE} [2021-04-21T08:06:25.791Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-21T08:06:25.791Z] 5f621e34cdf4: Pulling fs layer [2021-04-21T08:06:25.791Z] a4357932f1b6: Pulling fs layer [2021-04-21T08:06:25.791Z] 18c013af1878: Pulling fs layer [2021-04-21T08:06:25.791Z] 00ac8860ef70: Pulling fs layer [2021-04-21T08:06:25.791Z] 63d7cb157983: Pulling fs layer [2021-04-21T08:06:25.791Z] b116817d02f9: Pulling fs layer [2021-04-21T08:06:25.791Z] 745a02a5169b: Pulling fs layer [2021-04-21T08:06:25.791Z] 00ac8860ef70: Waiting [2021-04-21T08:06:25.791Z] 63d7cb157983: Waiting [2021-04-21T08:06:25.791Z] b116817d02f9: Waiting [2021-04-21T08:06:25.791Z] 745a02a5169b: Waiting [2021-04-21T08:06:25.791Z] 18c013af1878: Verifying Checksum [2021-04-21T08:06:25.792Z] 18c013af1878: Download complete [2021-04-21T08:06:25.792Z] a4357932f1b6: Verifying Checksum [2021-04-21T08:06:25.792Z] a4357932f1b6: Download complete [2021-04-21T08:06:25.792Z] 63d7cb157983: Verifying Checksum [2021-04-21T08:06:25.792Z] 63d7cb157983: Download complete [2021-04-21T08:06:25.792Z] b116817d02f9: Verifying Checksum [2021-04-21T08:06:25.792Z] b116817d02f9: Download complete [2021-04-21T08:06:25.792Z] 5f621e34cdf4: Verifying Checksum [2021-04-21T08:06:25.792Z] 5f621e34cdf4: Download complete [2021-04-21T08:06:26.783Z] 5f621e34cdf4: Pull complete [2021-04-21T08:06:27.060Z] a4357932f1b6: Pull complete [2021-04-21T08:06:27.333Z] 18c013af1878: Pull complete [2021-04-21T08:06:28.314Z] 745a02a5169b: Verifying Checksum [2021-04-21T08:06:28.314Z] 745a02a5169b: Download complete [2021-04-21T08:06:28.588Z] 00ac8860ef70: Verifying Checksum [2021-04-21T08:06:28.588Z] 00ac8860ef70: Download complete [2021-04-21T08:06:35.499Z] gofmt -l . [2021-04-21T08:06:35.499Z] [ "`gofmt -l .`" = "" ] [2021-04-21T08:06:35.499Z] ./bin/test-go-mod-tidy.sh [2021-04-21T08:06:35.499Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-21T08:06:35.913Z] + ls -al . [2021-04-21T08:06:35.913Z] total 812 [2021-04-21T08:06:35.913Z] drwxrwxr-x 10 1001 1001 4096 Apr 21 08:06 . [2021-04-21T08:06:35.913Z] drwxr-xr-x 4 root root 32 Apr 21 08:04 .. [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 11 Apr 21 08:03 .dockerignore [2021-04-21T08:06:35.913Z] drwxrwxr-x 8 1001 1001 162 Apr 21 08:03 .git [2021-04-21T08:06:35.913Z] drwxrwxr-x 3 1001 1001 125 Apr 21 08:03 .github [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 818 Apr 21 08:03 .gitignore [2021-04-21T08:06:35.913Z] drwx------ 3 1001 1001 45 Apr 21 08:03 .semver [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 08:03 .sonarcloud.properties [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 8609 Apr 21 08:03 Attribution.txt [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 08:03 CONTRIBUTING.md [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 931 Apr 21 08:03 Dockerfile.build [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 863 Apr 21 08:03 Jenkinsfile [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 08:03 LICENSE [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 5774 Apr 21 08:03 Makefile [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 7978 Apr 21 08:03 README.md [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 6755 Apr 21 08:03 SECURITY.md [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 13 Apr 21 08:03 VERSION [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 4131 Apr 21 08:03 ZMQWindows.md [2021-04-21T08:06:35.913Z] drwxrwxr-x 2 1001 1001 117 Apr 21 08:03 bin [2021-04-21T08:06:35.913Z] drwxrwxr-x 14 1001 1001 4096 Apr 21 08:03 cmd [2021-04-21T08:06:35.913Z] -rw-r--r-- 1 root root 703598 Apr 21 08:06 coverage.out [2021-04-21T08:06:35.913Z] -rw-r--r-- 1 root root 1059 Apr 21 08:06 go.mod [2021-04-21T08:06:35.913Z] -rw-r--r-- 1 root root 22300 Apr 21 08:06 go.sum [2021-04-21T08:06:35.913Z] drwxrwxr-x 8 1001 1001 127 Apr 21 08:03 internal [2021-04-21T08:06:35.913Z] drwxrwxr-x 4 1001 1001 26 Apr 21 08:03 openapi [2021-04-21T08:06:35.913Z] drwxrwxr-x 4 1001 1001 71 Apr 21 08:03 snap [2021-04-21T08:06:35.913Z] -rw-rw-r-- 1 1001 1001 168 Apr 21 08:03 version.go [Pipeline] sh [2021-04-21T08:06:36.278Z] + '[' -e coverage.out ] [2021-04-21T08:06:36.278Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-21T08:06:36.550Z] Stashed 1 file(s) [Pipeline] sh [2021-04-21T08:06:36.954Z] + make build [2021-04-21T08:06:36.954Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-data/core-data ./cmd/core-data [2021-04-21T08:06:40.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-21T08:06:41.006Z] 00ac8860ef70: Pull complete [2021-04-21T08:06:41.006Z] 63d7cb157983: Pull complete [2021-04-21T08:06:41.006Z] b116817d02f9: Pull complete [2021-04-21T08:06:43.634Z] 745a02a5169b: Pull complete [2021-04-21T08:06:43.634Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-21T08:06:43.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-21T08:06:43.634Z] ---> b7e6874047d6 [2021-04-21T08:06:43.634Z] 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-21T08:06:47.031Z] ---> Running in f7990a908f3b [2021-04-21T08:06:48.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:06:49.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:06:49.660Z] (1/12) Installing libmagic (5.38-r0) [2021-04-21T08:06:49.933Z] (2/12) Installing file (5.38-r0) [2021-04-21T08:06:49.933Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-21T08:06:49.933Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-21T08:06:50.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-command/core-command ./cmd/core-command [2021-04-21T08:06:50.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-21T08:06:52.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-21T08:06:53.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-21T08:06:54.244Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-21T08:06:54.244Z] (6/12) Installing patch (2.7.6-r6) [2021-04-21T08:06:54.244Z] (7/12) Installing build-base (0.5-r2) [2021-04-21T08:06:54.244Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-21T08:06:54.244Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-21T08:06:54.244Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-21T08:06:54.521Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-21T08:06:54.521Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-21T08:06:54.521Z] Executing busybox-1.31.1-r19.trigger [2021-04-21T08:06:54.521Z] OK: 217 MiB in 51 packages [2021-04-21T08:06:54.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-21T08:06:56.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-21T08:06:57.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-21T08:06:58.829Z] Removing intermediate container f7990a908f3b [2021-04-21T08:06:58.829Z] ---> 78dae7557bf2 [2021-04-21T08:06:58.829Z] Step 4/6 : WORKDIR /edgex-go [2021-04-21T08:06:58.829Z] ---> Running in 02156e4d75b1 [2021-04-21T08:06:58.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-21T08:06:59.425Z] Removing intermediate container 02156e4d75b1 [2021-04-21T08:06:59.426Z] ---> 6484eca3b432 [2021-04-21T08:06:59.426Z] Step 5/6 : COPY go.mod . [2021-04-21T08:07:00.023Z] ---> 37747f4d53a4 [2021-04-21T08:07:00.023Z] Step 6/6 : RUN go mod download [2021-04-21T08:07:00.300Z] ---> Running in 292d7f1cb957 [2021-04-21T08:07:00.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-21T08:07:01.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-21T08:07:03.690Z] $ docker stop --time=1 f45ac766c738ceafdc0b788a45872889db354376df617f843373c283d07465ba [2021-04-21T08:07:05.899Z] $ docker rm -f f45ac766c738ceafdc0b788a45872889db354376df617f843373c283d07465ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:07:09.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-21T08:07:09.130Z] [2021-04-21T08:07:09.130Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:07:09.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-21T08:07:09.446Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-21T08:07:09.446Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-21T08:07:09.446Z] ca9280d653b3: Pulling fs layer [2021-04-21T08:07:09.446Z] 7e9c9ca2126c: Pulling fs layer [2021-04-21T08:07:09.446Z] cbdbe7a5bc2a: Download complete [2021-04-21T08:07:10.029Z] ca9280d653b3: Verifying Checksum [2021-04-21T08:07:10.029Z] ca9280d653b3: Download complete [2021-04-21T08:07:10.029Z] cbdbe7a5bc2a: Pull complete [2021-04-21T08:07:10.981Z] 7e9c9ca2126c: Verifying Checksum [2021-04-21T08:07:10.981Z] 7e9c9ca2126c: Download complete [2021-04-21T08:07:11.249Z] ca9280d653b3: Pull complete [2021-04-21T08:07:17.889Z] 7e9c9ca2126c: Pull complete [2021-04-21T08:07:17.889Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-21T08:07:17.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-21T08:07:17.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-21T08:07:18.069Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:07:18.117Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@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:latest cat [2021-04-21T08:07:20.885Z] $ docker top 3b60b8e5ac205d34f1c80daa6ee09b2648d4f73a4adb3025c895e790a40ea4a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T08:07:21.301Z] + docker-compose build --help [2021-04-21T08:07:21.301Z] + grep parallel [2021-04-21T08:07:22.253Z] --parallel Build images in parallel. [Pipeline] } [2021-04-21T08:07:22.267Z] $ docker stop --time=1 3b60b8e5ac205d34f1c80daa6ee09b2648d4f73a4adb3025c895e790a40ea4a9 [2021-04-21T08:07:23.618Z] $ docker rm -f 3b60b8e5ac205d34f1c80daa6ee09b2648d4f73a4adb3025c895e790a40ea4a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:07:24.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-21T08:07:24.104Z] . [Pipeline] withDockerContainer [2021-04-21T08:07:24.211Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:07:24.260Z] $ 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/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@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-21T08:07:25.006Z] $ docker top e342b5c5e8371e8ed5949000809a8b215b8096dd17148534a0cd75a8ac525827 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T08:07:25.453Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-21T08:07:26.401Z] Building docker-core-command-go ... [2021-04-21T08:07:26.401Z] Building docker-core-data-go ... [2021-04-21T08:07:26.401Z] Building docker-core-metadata-go ... [2021-04-21T08:07:26.401Z] Building docker-security-bootstrapper-go ... [2021-04-21T08:07:26.401Z] Building docker-security-proxy-setup-go ... [2021-04-21T08:07:26.401Z] Building docker-security-secretstore-setup-go ... [2021-04-21T08:07:26.401Z] Building docker-support-notifications-go ... [2021-04-21T08:07:26.401Z] Building docker-support-scheduler-go ... [2021-04-21T08:07:26.401Z] Building docker-sys-mgmt-agent-go ... [2021-04-21T08:07:26.401Z] Building docker-security-proxy-setup-go [2021-04-21T08:07:26.401Z] Building docker-core-command-go [2021-04-21T08:07:26.401Z] Building docker-security-secretstore-setup-go [2021-04-21T08:07:26.401Z] Building docker-sys-mgmt-agent-go [2021-04-21T08:07:26.401Z] Building docker-support-notifications-go [2021-04-21T08:07:27.090Z] Removing intermediate container 292d7f1cb957 [2021-04-21T08:07:27.090Z] ---> 9efdf8cdba66 [2021-04-21T08:07:27.090Z] Successfully built 9efdf8cdba66 [2021-04-21T08:07:27.090Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:07:27.435Z] + docker inspect -f . ci-base-image-arm64 [2021-04-21T08:07:27.435Z] . [Pipeline] withDockerContainer [2021-04-21T08:07:27.708Z] prd-ubuntu18.04-docker-arm64-4c-16g-1344 does not seem to be running inside a container [2021-04-21T08:07:27.789Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@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-21T08:07:29.349Z] $ docker top d956b0aa4d8bdd8fe13546370e8080d7069dc799ad3814289d71d4abfdb071af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T08:07:30.315Z] + go version [2021-04-21T08:07:30.315Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-21T08:07:30.341Z] $ docker stop --time=1 d956b0aa4d8bdd8fe13546370e8080d7069dc799ad3814289d71d4abfdb071af [2021-04-21T08:07:32.474Z] $ docker rm -f d956b0aa4d8bdd8fe13546370e8080d7069dc799ad3814289d71d4abfdb071af [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-21T08:07:33.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-21T08:07:33.223Z] [2021-04-21T08:07:33.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:07:33.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-21T08:07:33.575Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-21T08:07:33.575Z] 29e5d40040c1: Pulling fs layer [2021-04-21T08:07:33.575Z] 1ce36da41761: Pulling fs layer [2021-04-21T08:07:33.575Z] 25b303627fd3: Pulling fs layer [2021-04-21T08:07:33.849Z] 29e5d40040c1: Verifying Checksum [2021-04-21T08:07:33.849Z] 29e5d40040c1: Download complete [2021-04-21T08:07:34.449Z] 1ce36da41761: Verifying Checksum [2021-04-21T08:07:34.450Z] 1ce36da41761: Download complete [2021-04-21T08:07:34.450Z] 29e5d40040c1: Pull complete [2021-04-21T08:07:35.881Z] 1ce36da41761: Pull complete [2021-04-21T08:07:35.881Z] 25b303627fd3: Verifying Checksum [2021-04-21T08:07:35.881Z] 25b303627fd3: Download complete [2021-04-21T08:07:46.043Z] 25b303627fd3: Pull complete [2021-04-21T08:07:46.043Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-21T08:07:46.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-21T08:07:46.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-21T08:07:46.268Z] prd-ubuntu18.04-docker-arm64-4c-16g-1344 does not seem to be running inside a container [2021-04-21T08:07:46.354Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@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-21T08:07:49.355Z] $ docker top 4c82ecac00e1fb2499f4535a836582502b9ad4fa1dcc9c70d422d4fbceee6e74 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T08:07:50.269Z] + docker-compose build --help [2021-04-21T08:07:50.269Z] + grep parallel [2021-04-21T08:07:53.639Z] --parallel Build images in parallel. [Pipeline] } [2021-04-21T08:07:53.932Z] $ docker stop --time=1 4c82ecac00e1fb2499f4535a836582502b9ad4fa1dcc9c70d422d4fbceee6e74 [2021-04-21T08:07:55.804Z] $ docker rm -f 4c82ecac00e1fb2499f4535a836582502b9ad4fa1dcc9c70d422d4fbceee6e74 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:07:56.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-21T08:07:56.427Z] . [Pipeline] withDockerContainer [2021-04-21T08:07:56.653Z] prd-ubuntu18.04-docker-arm64-4c-16g-1344 does not seem to be running inside a container [2021-04-21T08:07:56.735Z] $ 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/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@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-21T08:07:58.034Z] $ docker top 00334115a73e1271a17e38eac39cd6d1c488f0f5d0ace926602a8683528e90dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T08:07:58.972Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-21T08:08:02.345Z] Building docker-core-command-go ... [2021-04-21T08:08:02.345Z] Building docker-core-data-go ... [2021-04-21T08:08:02.345Z] Building docker-core-metadata-go ... [2021-04-21T08:08:02.345Z] Building docker-security-bootstrapper-go ... [2021-04-21T08:08:02.345Z] Building docker-security-proxy-setup-go ... [2021-04-21T08:08:02.345Z] Building docker-security-secretstore-setup-go ... [2021-04-21T08:08:02.345Z] Building docker-support-notifications-go ... [2021-04-21T08:08:02.345Z] Building docker-support-scheduler-go ... [2021-04-21T08:08:02.345Z] Building docker-sys-mgmt-agent-go ... [2021-04-21T08:08:02.345Z] Building docker-support-notifications-go [2021-04-21T08:08:02.345Z] Building docker-security-proxy-setup-go [2021-04-21T08:08:02.345Z] Building docker-security-bootstrapper-go [2021-04-21T08:08:02.345Z] Building docker-core-metadata-go [2021-04-21T08:08:02.345Z] Building docker-core-command-go [2021-04-21T08:08:05.320Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:05.320Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:05.320Z] ---> af65d5a5ff12 [2021-04-21T08:08:05.320Z] Step 3/24 : WORKDIR /edgex-go [2021-04-21T08:08:05.320Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:05.320Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:05.320Z] ---> af65d5a5ff12 [2021-04-21T08:08:05.320Z] Step 3/21 : WORKDIR /edgex-go [2021-04-21T08:08:05.320Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:05.320Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:05.320Z] ---> af65d5a5ff12 [2021-04-21T08:08:05.320Z] Step 3/22 : WORKDIR /edgex-go [2021-04-21T08:08:05.320Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:05.320Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:05.320Z] ---> af65d5a5ff12 [2021-04-21T08:08:05.320Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T08:08:05.320Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:05.320Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:05.320Z] ---> af65d5a5ff12 [2021-04-21T08:08:05.320Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T08:08:05.320Z] ---> Running in 39ef020ab611 [2021-04-21T08:08:05.320Z] ---> Running in 259e78107390 [2021-04-21T08:08:05.320Z] ---> Running in d55989a6979d [2021-04-21T08:08:05.320Z] ---> Running in 4ca4ce2ed8a8 [2021-04-21T08:08:05.320Z] ---> Running in 060f0c53cbb0 [2021-04-21T08:08:05.320Z] Removing intermediate container 39ef020ab611 [2021-04-21T08:08:05.320Z] ---> e12cb4c8ce69 [2021-04-21T08:08:05.320Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:05.320Z] Removing intermediate container 259e78107390 [2021-04-21T08:08:05.320Z] ---> 45d6eb6f4062 [2021-04-21T08:08:05.320Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:05.320Z] Removing intermediate container 4ca4ce2ed8a8 [2021-04-21T08:08:05.320Z] ---> fc18072a6100 [2021-04-21T08:08:05.320Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:05.320Z] Removing intermediate container 060f0c53cbb0 [2021-04-21T08:08:05.320Z] ---> 6bf7d7613b7d [2021-04-21T08:08:05.320Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:05.320Z] Removing intermediate container d55989a6979d [2021-04-21T08:08:05.320Z] ---> c10f79503d42 [2021-04-21T08:08:05.320Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:05.320Z] ---> Running in bd44af190037 [2021-04-21T08:08:05.320Z] ---> Running in ffa84c383227 [2021-04-21T08:08:05.320Z] ---> Running in f7e751dbc60a [2021-04-21T08:08:05.320Z] ---> Running in 9968ee35e3d1 [2021-04-21T08:08:05.320Z] ---> Running in 528e7f4cc5f2 [2021-04-21T08:08:06.278Z] Removing intermediate container bd44af190037 [2021-04-21T08:08:06.278Z] ---> 0e5f3cb8c302 [2021-04-21T08:08:06.278Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-21T08:08:06.545Z] ---> Running in 433fc27930cc [2021-04-21T08:08:06.545Z] Removing intermediate container f7e751dbc60a [2021-04-21T08:08:06.545Z] ---> df30dc796086 [2021-04-21T08:08:06.545Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-21T08:08:07.140Z] ---> Running in 13eee834cdfe [2021-04-21T08:08:07.140Z] Removing intermediate container ffa84c383227 [2021-04-21T08:08:07.140Z] ---> beb34aac6325 [2021-04-21T08:08:07.140Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-21T08:08:07.140Z] Removing intermediate container 9968ee35e3d1 [2021-04-21T08:08:07.140Z] ---> 40e3d50e52e9 [2021-04-21T08:08:07.140Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-21T08:08:07.140Z] Removing intermediate container 528e7f4cc5f2 [2021-04-21T08:08:07.140Z] ---> b1874385e9ef [2021-04-21T08:08:07.140Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-21T08:08:07.140Z] ---> Running in b351263ab29c [2021-04-21T08:08:07.403Z] ---> Running in 622a702314a6 [2021-04-21T08:08:07.403Z] ---> Running in 029cc5615479 [2021-04-21T08:08:07.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:07.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:08.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:08.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:08.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:08.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:08.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:08.732Z] OK: 233 MiB in 51 packages [2021-04-21T08:08:08.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:08.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:08.995Z] OK: 233 MiB in 51 packages [2021-04-21T08:08:09.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:08:09.272Z] OK: 233 MiB in 51 packages [2021-04-21T08:08:09.272Z] OK: 233 MiB in 51 packages [2021-04-21T08:08:09.537Z] Removing intermediate container 433fc27930cc [2021-04-21T08:08:09.537Z] ---> dff397f553f8 [2021-04-21T08:08:09.537Z] Step 6/23 : COPY go.mod . [2021-04-21T08:08:09.537Z] Removing intermediate container 13eee834cdfe [2021-04-21T08:08:09.537Z] ---> 75db56cf7819 [2021-04-21T08:08:09.537Z] Step 6/24 : COPY go.mod . [2021-04-21T08:08:09.800Z] ---> 2d3d665c795a [2021-04-21T08:08:09.800Z] Step 7/23 : RUN go mod download [2021-04-21T08:08:10.066Z] ---> Running in a9d1f72b807d [2021-04-21T08:08:10.066Z] ---> e1454bc6e489 [2021-04-21T08:08:10.066Z] Step 7/24 : RUN go mod download [2021-04-21T08:08:10.347Z] Removing intermediate container 622a702314a6 [2021-04-21T08:08:10.347Z] ---> 9b1eb72e18a2 [2021-04-21T08:08:10.347Z] Step 6/22 : COPY go.mod . [2021-04-21T08:08:10.347Z] Removing intermediate container b351263ab29c [2021-04-21T08:08:10.347Z] ---> b101974d293e [2021-04-21T08:08:10.347Z] Step 6/23 : COPY go.mod . [2021-04-21T08:08:10.347Z] ---> Running in c10459cf1d27 [2021-04-21T08:08:10.347Z] OK: 233 MiB in 51 packages [2021-04-21T08:08:10.628Z] ---> 1fe5038f6eac [2021-04-21T08:08:10.628Z] Step 7/22 : RUN go mod download [2021-04-21T08:08:10.898Z] ---> b506f0646c90 [2021-04-21T08:08:10.898Z] Step 7/23 : RUN go mod download [2021-04-21T08:08:10.898Z] ---> Running in 462f2b8aad48 [2021-04-21T08:08:10.898Z] ---> Running in e821d38ef403 [2021-04-21T08:08:11.489Z] Removing intermediate container 029cc5615479 [2021-04-21T08:08:11.489Z] ---> f227e457a9f9 [2021-04-21T08:08:11.489Z] Step 6/21 : COPY go.mod . [2021-04-21T08:08:11.758Z] ---> 63dcae795f6d [2021-04-21T08:08:11.758Z] Step 7/21 : RUN go mod download [2021-04-21T08:08:11.758Z] ---> Running in f47a50e72205 [2021-04-21T08:08:12.748Z] Removing intermediate container a9d1f72b807d [2021-04-21T08:08:12.748Z] ---> c4ff92c6d3e7 [2021-04-21T08:08:12.748Z] Step 8/23 : COPY . . [2021-04-21T08:08:12.748Z] Removing intermediate container c10459cf1d27 [2021-04-21T08:08:12.748Z] ---> e896d35a0eaa [2021-04-21T08:08:12.748Z] Step 8/24 : COPY . . [2021-04-21T08:08:12.748Z] Removing intermediate container e821d38ef403 [2021-04-21T08:08:12.748Z] ---> eb40243bd616 [2021-04-21T08:08:12.748Z] Step 8/23 : COPY . . [2021-04-21T08:08:13.181Z] Removing intermediate container 462f2b8aad48 [2021-04-21T08:08:13.181Z] ---> cef554999610 [2021-04-21T08:08:13.181Z] Step 8/22 : COPY . . [2021-04-21T08:08:18.715Z] Removing intermediate container f47a50e72205 [2021-04-21T08:08:18.715Z] ---> 03cc07cbe206 [2021-04-21T08:08:18.715Z] Step 8/21 : COPY . . [2021-04-21T08:08:57.908Z] ---> 1cc627acef9c [2021-04-21T08:08:57.908Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-21T08:08:57.908Z] ---> 8afe8675f755 [2021-04-21T08:08:57.908Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-21T08:08:57.908Z] ---> 16435b1a1af0 [2021-04-21T08:08:57.908Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-21T08:08:57.908Z] ---> Running in 55dde8dc7a55 [2021-04-21T08:08:57.908Z] ---> Running in 0d7e3d5c972c [2021-04-21T08:08:57.908Z] ---> d6cd8aa0d920 [2021-04-21T08:08:57.908Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-21T08:08:57.908Z] ---> Running in 94cce798cf9c [2021-04-21T08:08:57.908Z] ---> Running in d0b662f37495 [2021-04-21T08:08:57.908Z] ---> 7a8e4efd4195 [2021-04-21T08:08:57.908Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-21T08:08:57.908Z] ---> Running in 9120b035ade7 [2021-04-21T08:08:57.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-command/core-command ./cmd/core-command [2021-04-21T08:08:57.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-21T08:08:57.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-21T08:08:57.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-21T08:08:57.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-21T08:08:58.879Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:58.879Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:58.879Z] ---> 9efdf8cdba66 [2021-04-21T08:08:58.879Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T08:08:58.879Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:58.879Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:58.879Z] ---> 9efdf8cdba66 [2021-04-21T08:08:58.879Z] Step 3/31 : WORKDIR /edgex-go [2021-04-21T08:08:58.879Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:58.879Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:58.879Z] ---> 9efdf8cdba66 [2021-04-21T08:08:58.879Z] Step 3/21 : WORKDIR /edgex-go [2021-04-21T08:08:58.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:58.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:58.879Z] ---> 9efdf8cdba66 [2021-04-21T08:08:58.879Z] Step 3/22 : WORKDIR /edgex-go [2021-04-21T08:08:58.879Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:08:58.879Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:08:58.879Z] ---> 9efdf8cdba66 [2021-04-21T08:08:58.879Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T08:08:58.879Z] ---> Running in 14d935af6148 [2021-04-21T08:08:58.879Z] ---> Running in 01fe7da8883e [2021-04-21T08:08:58.879Z] ---> Running in 6c32d31e46bb [2021-04-21T08:08:58.879Z] ---> Running in f15053b001d9 [2021-04-21T08:08:58.879Z] ---> Running in b1eee68272c6 [2021-04-21T08:08:58.879Z] Removing intermediate container 01fe7da8883e [2021-04-21T08:08:58.879Z] ---> 93801cedddd1 [2021-04-21T08:08:58.879Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:58.879Z] Removing intermediate container f15053b001d9 [2021-04-21T08:08:58.879Z] ---> f39776780391 [2021-04-21T08:08:58.879Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:58.879Z] Removing intermediate container 6c32d31e46bb [2021-04-21T08:08:58.879Z] ---> 2fb6d3b2fa51 [2021-04-21T08:08:58.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:58.879Z] ---> Running in d73ebf938e2d [2021-04-21T08:08:58.879Z] Removing intermediate container b1eee68272c6 [2021-04-21T08:08:58.879Z] ---> ab33be5b4e81 [2021-04-21T08:08:58.879Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:58.879Z] Removing intermediate container 14d935af6148 [2021-04-21T08:08:58.879Z] ---> 7a10c22db9fe [2021-04-21T08:08:58.879Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:08:58.879Z] ---> Running in e44ec6793444 [2021-04-21T08:08:58.879Z] ---> Running in 32aecf4ca538 [2021-04-21T08:08:58.879Z] ---> Running in e637f3bbc0fd [2021-04-21T08:08:58.879Z] ---> Running in f74d2c02eabb [2021-04-21T08:08:59.492Z] Removing intermediate container d73ebf938e2d [2021-04-21T08:08:59.492Z] ---> 3408cc3937a7 [2021-04-21T08:08:59.492Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-21T08:08:59.782Z] ---> Running in 43f4a2e13224 [2021-04-21T08:09:00.060Z] Removing intermediate container e637f3bbc0fd [2021-04-21T08:09:00.060Z] ---> c896fbe83485 [2021-04-21T08:09:00.060Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-21T08:09:00.333Z] ---> Running in 70e5976b4345 [2021-04-21T08:09:00.333Z] Removing intermediate container 32aecf4ca538 [2021-04-21T08:09:00.333Z] ---> 0b578c917e17 [2021-04-21T08:09:00.333Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-21T08:09:00.612Z] Removing intermediate container f74d2c02eabb [2021-04-21T08:09:00.612Z] ---> b3723764f06d [2021-04-21T08:09:00.612Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-21T08:09:00.612Z] Removing intermediate container e44ec6793444 [2021-04-21T08:09:00.612Z] ---> 9933240f8603 [2021-04-21T08:09:00.612Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-21T08:09:00.612Z] ---> Running in c2d75a68978e [2021-04-21T08:09:00.892Z] ---> Running in edc7adf69095 [2021-04-21T08:09:00.892Z] ---> Running in 8427500dd79d [2021-04-21T08:09:01.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:02.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:02.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:02.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:02.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:02.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:02.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:02.990Z] OK: 217 MiB in 51 packages [2021-04-21T08:09:03.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:03.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:03.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:09:03.832Z] OK: 217 MiB in 51 packages [2021-04-21T08:09:03.832Z] OK: 217 MiB in 51 packages [2021-04-21T08:09:04.437Z] OK: 217 MiB in 51 packages [2021-04-21T08:09:04.437Z] Removing intermediate container 43f4a2e13224 [2021-04-21T08:09:04.437Z] ---> 9b6fc6812917 [2021-04-21T08:09:04.437Z] Step 6/23 : COPY go.mod . [2021-04-21T08:09:04.437Z] OK: 217 MiB in 51 packages [2021-04-21T08:09:05.918Z] ---> 9d7c972fb56d [2021-04-21T08:09:05.918Z] Step 7/23 : RUN go mod download [2021-04-21T08:09:05.918Z] Removing intermediate container c2d75a68978e [2021-04-21T08:09:05.918Z] ---> 1eecf1741b8e [2021-04-21T08:09:05.918Z] Step 6/21 : COPY go.mod . [2021-04-21T08:09:05.918Z] Removing intermediate container 70e5976b4345 [2021-04-21T08:09:05.918Z] ---> e2c284eac2cb [2021-04-21T08:09:05.918Z] Step 6/31 : COPY go.mod . [2021-04-21T08:09:05.918Z] Removing intermediate container edc7adf69095 [2021-04-21T08:09:05.918Z] ---> be9a1f54d1bf [2021-04-21T08:09:05.918Z] Step 6/23 : COPY go.mod . [2021-04-21T08:09:05.918Z] ---> Running in 5bd2ebb05f3d [2021-04-21T08:09:06.196Z] Removing intermediate container 8427500dd79d [2021-04-21T08:09:06.196Z] ---> 94fe28d76b4c [2021-04-21T08:09:06.196Z] Step 6/22 : COPY go.mod . [2021-04-21T08:09:06.805Z] ---> 1992545882de [2021-04-21T08:09:06.805Z] Step 7/21 : RUN go mod download [2021-04-21T08:09:07.080Z] ---> Running in 0d19f328bb28 [2021-04-21T08:09:07.080Z] ---> 0963bc606f05 [2021-04-21T08:09:07.080Z] Step 7/31 : RUN go mod download [2021-04-21T08:09:07.080Z] ---> e8abba32459f [2021-04-21T08:09:07.080Z] Step 7/23 : RUN go mod download [2021-04-21T08:09:07.354Z] ---> c1f6ada0f397 [2021-04-21T08:09:07.354Z] Step 7/22 : RUN go mod download [2021-04-21T08:09:07.354Z] ---> Running in 05595206af80 [2021-04-21T08:09:07.354Z] ---> Running in ebdc4b29c35b [2021-04-21T08:09:07.628Z] ---> Running in ceada7e120e6 [2021-04-21T08:09:10.284Z] Removing intermediate container 5bd2ebb05f3d [2021-04-21T08:09:10.284Z] ---> a41806d426fe [2021-04-21T08:09:10.284Z] Step 8/23 : COPY . . [2021-04-21T08:09:12.277Z] Removing intermediate container 0d19f328bb28 [2021-04-21T08:09:12.277Z] ---> e52a0f8be294 [2021-04-21T08:09:12.277Z] Step 8/21 : COPY . . [2021-04-21T08:09:12.277Z] Removing intermediate container 05595206af80 [2021-04-21T08:09:12.277Z] ---> ef56393a979e [2021-04-21T08:09:12.277Z] Step 8/31 : COPY . . [2021-04-21T08:09:12.880Z] Removing intermediate container ebdc4b29c35b [2021-04-21T08:09:12.880Z] ---> bd8b7d1a87c6 [2021-04-21T08:09:12.880Z] Step 8/23 : COPY . . [2021-04-21T08:09:12.880Z] Removing intermediate container ceada7e120e6 [2021-04-21T08:09:12.880Z] ---> 0678540f7a95 [2021-04-21T08:09:12.880Z] Step 8/22 : COPY . . [2021-04-21T08:09:30.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-21T08:09:30.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-21T08:09:31.279Z] ---> 84fedf5b0948 [2021-04-21T08:09:31.279Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-21T08:09:31.279Z] ---> 499167296493 [2021-04-21T08:09:31.279Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-21T08:09:31.279Z] ---> 2c5579906882 [2021-04-21T08:09:31.279Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-21T08:09:31.279Z] ---> 2eff5a197139 [2021-04-21T08:09:31.279Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-21T08:09:31.279Z] ---> Running in bfcc5dda5f33 [2021-04-21T08:09:31.552Z] ---> Running in f87d5758657b [2021-04-21T08:09:31.552Z] ---> Running in 4d81684a3262 [2021-04-21T08:09:31.552Z] ---> 3d8d7a954804 [2021-04-21T08:09:31.552Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-21T08:09:31.552Z] ---> Running in 8581a8aa067b [2021-04-21T08:09:31.835Z] ---> Running in d8ef73a9c665 [2021-04-21T08:09:33.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-21T08:09:33.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-21T08:09:33.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-command/core-command ./cmd/core-command [2021-04-21T08:09:33.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-21T08:09:33.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-21T08:09:38.728Z] Removing intermediate container 55dde8dc7a55 [2021-04-21T08:09:38.728Z] ---> e9e73bc09e24 [2021-04-21T08:09:38.728Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-21T08:09:39.309Z] ---> Running in 5f41f5c3f97b [2021-04-21T08:09:39.309Z] Removing intermediate container 0d7e3d5c972c [2021-04-21T08:09:39.309Z] ---> 7ef8ee33d582 [2021-04-21T08:09:39.309Z] [2021-04-21T08:09:39.309Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T08:09:39.309Z] 3.12: Pulling from library/alpine [2021-04-21T08:09:40.306Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-21T08:09:40.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-21T08:09:40.306Z] Status: Downloaded newer image for alpine:3.12 [2021-04-21T08:09:40.306Z] ---> 13621d1b12d4 [2021-04-21T08:09:40.306Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-21T08:09:43.637Z] ---> Running in 9622c3995f79 [2021-04-21T08:09:43.637Z] Removing intermediate container 94cce798cf9c [2021-04-21T08:09:43.637Z] ---> 96bad3b9f2bf [2021-04-21T08:09:43.637Z] [2021-04-21T08:09:43.637Z] Step 10/24 : FROM alpine:3.12 [2021-04-21T08:09:43.637Z] ---> 13621d1b12d4 [2021-04-21T08:09:43.637Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-21T08:09:43.637Z] Removing intermediate container 9120b035ade7 [2021-04-21T08:09:43.637Z] ---> 3d86c7586e65 [2021-04-21T08:09:43.637Z] [2021-04-21T08:09:43.637Z] Step 10/21 : FROM alpine:3.12 [2021-04-21T08:09:43.637Z] ---> 13621d1b12d4 [2021-04-21T08:09:43.637Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-21T08:09:43.637Z] Removing intermediate container d0b662f37495 [2021-04-21T08:09:43.637Z] ---> 44e43e96afe8 [2021-04-21T08:09:43.637Z] [2021-04-21T08:09:43.637Z] Step 10/22 : FROM alpine:3.12 [2021-04-21T08:09:43.637Z] ---> 13621d1b12d4 [2021-04-21T08:09:43.637Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-21T08:09:44.598Z] ---> Running in 0c8089d9619b [2021-04-21T08:09:44.598Z] ---> Running in a407f9182723 [2021-04-21T08:09:44.598Z] ---> Running in dce699ff9702 [2021-04-21T08:09:44.598Z] Removing intermediate container 5f41f5c3f97b [2021-04-21T08:09:44.598Z] ---> 1e74e3d0f65e [2021-04-21T08:09:44.598Z] [2021-04-21T08:09:44.598Z] Step 11/23 : FROM docker:20.10.0 [2021-04-21T08:09:44.864Z] 20.10.0: Pulling from library/docker [2021-04-21T08:09:45.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:45.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:45.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:45.426Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-21T08:09:45.426Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:09:45.426Z] OK: 6 MiB in 15 packages [2021-04-21T08:09:45.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:45.718Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-21T08:09:45.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:45.718Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T08:09:45.718Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-21T08:09:45.718Z] (4/6) Installing curl (7.76.1-r0) [2021-04-21T08:09:45.718Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-21T08:09:45.718Z] (6/6) Installing su-exec (0.2-r1) [2021-04-21T08:09:45.718Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:09:45.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:45.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:45.718Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T08:09:45.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:45.989Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-21T08:09:45.989Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T08:09:45.989Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-21T08:09:45.989Z] (4/4) Installing curl (7.76.1-r0) [2021-04-21T08:09:45.989Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:09:45.989Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T08:09:45.989Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-21T08:09:46.254Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-21T08:09:46.254Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:09:46.254Z] OK: 7 MiB in 20 packages [2021-04-21T08:09:46.254Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T08:09:46.254Z] OK: 7 MiB in 18 packages [2021-04-21T08:09:46.254Z] OK: 6 MiB in 16 packages [2021-04-21T08:09:47.211Z] Removing intermediate container 9622c3995f79 [2021-04-21T08:09:47.211Z] ---> 0fa87f1d3208 [2021-04-21T08:09:47.211Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T08:09:48.611Z] ---> Running in 9957fc90052c [2021-04-21T08:09:49.188Z] Removing intermediate container a407f9182723 [2021-04-21T08:09:49.188Z] ---> d39dc1192935 [2021-04-21T08:09:49.188Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-21T08:09:49.188Z] Removing intermediate container 0c8089d9619b [2021-04-21T08:09:49.188Z] ---> af96fd61f3c0 [2021-04-21T08:09:49.188Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-21T08:09:49.188Z] Removing intermediate container dce699ff9702 [2021-04-21T08:09:49.188Z] ---> 23cf7f693ec9 [2021-04-21T08:09:49.188Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T08:09:49.455Z] ---> Running in 4f9c62551f07 [2021-04-21T08:09:49.455Z] ---> Running in 7906aaa56ee1 [2021-04-21T08:09:49.455Z] ---> Running in 4d6f6f628d7e [2021-04-21T08:09:49.455Z] Removing intermediate container 9957fc90052c [2021-04-21T08:09:49.455Z] ---> cc5e2e1d1a36 [2021-04-21T08:09:49.455Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-21T08:09:49.732Z] ---> Running in c13a3b4b9eb5 [2021-04-21T08:09:49.997Z] Removing intermediate container 7906aaa56ee1 [2021-04-21T08:09:49.997Z] ---> 2388d631736a [2021-04-21T08:09:49.997Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-21T08:09:49.997Z] Removing intermediate container 4d6f6f628d7e [2021-04-21T08:09:49.997Z] ---> 1f3eb9cb08a4 [2021-04-21T08:09:49.997Z] Step 13/21 : WORKDIR /edgex [2021-04-21T08:09:49.997Z] Removing intermediate container 4f9c62551f07 [2021-04-21T08:09:49.997Z] ---> c42837f9b9c8 [2021-04-21T08:09:49.997Z] Step 13/24 : WORKDIR / [2021-04-21T08:09:50.260Z] ---> Running in 13e18417d9f9 [2021-04-21T08:09:50.833Z] ---> Running in 86206dfaf60c [2021-04-21T08:09:50.833Z] ---> Running in abaccdf7a51d [2021-04-21T08:09:50.833Z] Removing intermediate container c13a3b4b9eb5 [2021-04-21T08:09:50.833Z] ---> b9a90c2f944f [2021-04-21T08:09:50.833Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-21T08:09:50.833Z] ---> Running in f28010dd229d [2021-04-21T08:09:50.833Z] Removing intermediate container 13e18417d9f9 [2021-04-21T08:09:50.833Z] ---> 358554fdea2e [2021-04-21T08:09:50.833Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-21T08:09:50.833Z] ---> Running in 7b8fb121befb [2021-04-21T08:09:51.108Z] Removing intermediate container abaccdf7a51d [2021-04-21T08:09:51.108Z] ---> 4cce7f922ee0 [2021-04-21T08:09:51.108Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-21T08:09:51.108Z] Removing intermediate container 86206dfaf60c [2021-04-21T08:09:51.108Z] ---> a29c558355e1 [2021-04-21T08:09:51.108Z] 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-21T08:09:51.108Z] Removing intermediate container f28010dd229d [2021-04-21T08:09:51.108Z] ---> 2c69055c2fc9 [2021-04-21T08:09:51.108Z] Step 15/23 : WORKDIR / [2021-04-21T08:09:51.373Z] ---> Running in f3b374b910b0 [2021-04-21T08:09:51.373Z] Removing intermediate container 7b8fb121befb [2021-04-21T08:09:51.373Z] ---> dcd7e95edcd0 [2021-04-21T08:09:51.373Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:09:51.648Z] ---> d91f418f614f [2021-04-21T08:09:51.648Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-21T08:09:51.648Z] ---> e6e6a0a0378e [2021-04-21T08:09:51.648Z] 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-21T08:09:51.648Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-21T08:09:51.648Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-21T08:09:51.648Z] ---> aefe523efa57 [2021-04-21T08:09:51.648Z] 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-21T08:09:51.648Z] Removing intermediate container f3b374b910b0 [2021-04-21T08:09:51.648Z] ---> 2ae1a11b918c [2021-04-21T08:09:51.648Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:09:51.918Z] ---> ecac69a2d38d [2021-04-21T08:09:51.918Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-21T08:09:51.918Z] ---> Running in e370c657a7b7 [2021-04-21T08:09:52.185Z] ---> 5df5e807b051 [2021-04-21T08:09:52.185Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-21T08:09:52.185Z] ---> aafc89fb670f [2021-04-21T08:09:52.185Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-21T08:09:52.185Z] ---> 964107013633 [2021-04-21T08:09:52.185Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-21T08:09:52.185Z] Removing intermediate container e370c657a7b7 [2021-04-21T08:09:52.185Z] ---> 0621d6283b3e [2021-04-21T08:09:52.185Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-21T08:09:52.456Z] ---> Running in b24bbb222cfb [2021-04-21T08:09:52.725Z] ---> 2830f6a47bfd [2021-04-21T08:09:52.725Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-21T08:09:52.990Z] ---> 0ea83e8c02fe [2021-04-21T08:09:52.990Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-21T08:09:52.990Z] ---> 91b9b3bc1121 [2021-04-21T08:09:52.990Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-21T08:09:53.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:53.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:09:53.579Z] ---> Running in 1ab6fa2c2f85 [2021-04-21T08:09:53.579Z] ---> 79246fdd9334 [2021-04-21T08:09:53.579Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-21T08:09:53.579Z] ---> 222a051b6025 [2021-04-21T08:09:53.579Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-21T08:09:53.579Z] ---> e1fa9ca53627 [2021-04-21T08:09:53.579Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-21T08:09:53.846Z] ---> Running in 462cd6ff4ece [2021-04-21T08:09:53.846Z] (1/39) Installing readline (8.0.4-r0) [2021-04-21T08:09:53.846Z] (2/39) Installing bash (5.0.17-r0) [2021-04-21T08:09:53.846Z] Executing bash-5.0.17-r0.post-install [2021-04-21T08:09:53.846Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T08:09:53.846Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-21T08:09:53.846Z] (5/39) Installing curl (7.76.1-r0) [2021-04-21T08:09:53.846Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-21T08:09:53.846Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-21T08:09:53.846Z] (8/39) Installing expat (2.2.9-r1) [2021-04-21T08:09:53.846Z] (9/39) Installing libffi (3.3-r2) [2021-04-21T08:09:53.846Z] (10/39) Installing gdbm (1.13-r1) [2021-04-21T08:09:53.846Z] Removing intermediate container 1ab6fa2c2f85 [2021-04-21T08:09:53.846Z] ---> 973091698a93 [2021-04-21T08:09:53.846Z] Step 18/21 : CMD ["--init=true"] [2021-04-21T08:09:53.846Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-21T08:09:53.846Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-21T08:09:53.846Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-21T08:09:56.409Z] Removing intermediate container 462cd6ff4ece [2021-04-21T08:09:56.409Z] ---> d73b69e343f9 [2021-04-21T08:09:56.409Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:09:56.994Z] ---> Running in a80fc4732ab4 [2021-04-21T08:09:56.994Z] ---> bf73e0c7ac31 [2021-04-21T08:09:56.994Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-21T08:09:56.994Z] ---> 83c2f3044e11 [2021-04-21T08:09:56.994Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-21T08:09:56.994Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-21T08:09:56.994Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-21T08:09:56.994Z] ---> Running in 76fb11aff468 [2021-04-21T08:09:56.994Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-21T08:09:56.994Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-21T08:09:56.994Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-21T08:09:56.994Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-21T08:09:57.260Z] ---> Running in 2aca8cc95d8b [2021-04-21T08:09:57.260Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-21T08:09:58.654Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-21T08:09:58.654Z] Removing intermediate container a80fc4732ab4 [2021-04-21T08:09:58.654Z] ---> 5b3267cfcaf1 [2021-04-21T08:09:58.654Z] Step 19/21 : LABEL arch=x86_64 [2021-04-21T08:09:58.654Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-21T08:09:58.654Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-21T08:09:58.654Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-21T08:09:58.654Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-21T08:09:58.654Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-21T08:09:59.229Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-21T08:09:59.229Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-21T08:09:59.229Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-21T08:09:59.804Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-21T08:09:59.804Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-21T08:09:59.804Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-21T08:09:59.804Z] ---> 354596e1e914 [2021-04-21T08:09:59.804Z] 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-21T08:09:59.804Z] ---> Running in 086534099b91 [2021-04-21T08:09:59.804Z] Removing intermediate container 2aca8cc95d8b [2021-04-21T08:09:59.804Z] ---> 04da0c5c560b [2021-04-21T08:09:59.804Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:09:59.804Z] Removing intermediate container 76fb11aff468 [2021-04-21T08:09:59.804Z] ---> 461980d98ad2 [2021-04-21T08:09:59.804Z] Step 20/22 : LABEL arch=x86_64 [2021-04-21T08:10:00.068Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-21T08:10:00.068Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-21T08:10:00.068Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-21T08:10:00.068Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-21T08:10:00.068Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-21T08:10:00.331Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-21T08:10:00.331Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-21T08:10:00.596Z] ---> Running in a977eb294a6c [2021-04-21T08:10:00.596Z] ---> Running in 836d41a6e093 [2021-04-21T08:10:00.596Z] ---> Running in 64cde453d719 [2021-04-21T08:10:01.183Z] Executing busybox-1.31.1-r19.trigger [2021-04-21T08:10:01.183Z] OK: 72 MiB in 59 packages [2021-04-21T08:10:01.447Z] Removing intermediate container 086534099b91 [2021-04-21T08:10:01.447Z] ---> 38cf444dbd76 [2021-04-21T08:10:01.447Z] Step 20/21 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:10:01.447Z] ---> Running in 7d2d4b78be55 [2021-04-21T08:10:01.714Z] Removing intermediate container a977eb294a6c [2021-04-21T08:10:01.714Z] ---> e4979da35e6b [2021-04-21T08:10:01.714Z] Step 21/22 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:10:01.714Z] Removing intermediate container 836d41a6e093 [2021-04-21T08:10:01.714Z] ---> e86db83ebd0c [2021-04-21T08:10:01.714Z] Step 21/23 : LABEL arch=x86_64 [2021-04-21T08:10:01.714Z] ---> Running in c0f1da19fc2c [2021-04-21T08:10:01.714Z] ---> Running in c8b24f73bb5a [2021-04-21T08:10:02.682Z] Removing intermediate container 7d2d4b78be55 [2021-04-21T08:10:02.682Z] ---> ca050dfa49d9 [2021-04-21T08:10:02.682Z] Step 21/21 : LABEL version=2.0.0-dev.185 [2021-04-21T08:10:02.970Z] ---> Running in 409d81767877 [2021-04-21T08:10:02.970Z] Removing intermediate container c0f1da19fc2c [2021-04-21T08:10:02.970Z] ---> 37167880ce22 [2021-04-21T08:10:02.970Z] Step 22/22 : LABEL version=2.0.0-dev.185 [2021-04-21T08:10:02.970Z] Collecting docker-compose==1.23.2 [2021-04-21T08:10:02.970Z] Removing intermediate container c8b24f73bb5a [2021-04-21T08:10:02.970Z] ---> f3f8ebb476d6 [2021-04-21T08:10:02.970Z] Step 22/23 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:10:02.970Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-21T08:10:03.233Z] Collecting docopt<0.7,>=0.6.1 [2021-04-21T08:10:03.233Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-21T08:10:03.233Z] ---> Running in db99ab763f0b [2021-04-21T08:10:03.233Z] ---> Running in 006ccfb01e54 [2021-04-21T08:10:03.495Z] Removing intermediate container 409d81767877 [2021-04-21T08:10:03.495Z] ---> 1f726cb28d45 [2021-04-21T08:10:03.495Z] [2021-04-21T08:10:03.760Z] Removing intermediate container db99ab763f0b [2021-04-21T08:10:03.760Z] ---> bd68d881b839 [2021-04-21T08:10:03.760Z] Step 23/23 : LABEL version=2.0.0-dev.185 [2021-04-21T08:10:03.760Z] Removing intermediate container 006ccfb01e54 [2021-04-21T08:10:03.760Z] ---> 9471f4083743 [2021-04-21T08:10:03.760Z] [2021-04-21T08:10:03.760Z] Successfully built 1f726cb28d45 [2021-04-21T08:10:03.760Z] ---> Running in dcfecd4d8631 [2021-04-21T08:10:03.760Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-21T08:10:03.760Z] Removing intermediate container 64cde453d719 [2021-04-21T08:10:03.760Z] ---> 1923fb67659a [2021-04-21T08:10:03.760Z] Building docker-security-bootstrapper-go [2021-04-21T08:10:03.760Z]  Building docker-security-proxy-setup-go ... done Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-21T08:10:03.760Z] Collecting docker<4.0,>=3.6.0 [2021-04-21T08:10:04.022Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-21T08:10:04.022Z] ---> Running in 589b872d55f4 [2021-04-21T08:10:04.022Z] Successfully built 9471f4083743 [2021-04-21T08:10:04.022Z] Successfully tagged docker-support-notifications-go:latest [2021-04-21T08:10:04.022Z] Building docker-support-scheduler-go [2021-04-21T08:10:04.288Z]  Building docker-support-notifications-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-04-21T08:10:04.288Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-21T08:10:04.288Z] Removing intermediate container dcfecd4d8631 [2021-04-21T08:10:04.288Z] ---> c93abb6a44dd [2021-04-21T08:10:04.288Z] [2021-04-21T08:10:04.288Z] Removing intermediate container 589b872d55f4 [2021-04-21T08:10:04.288Z] ---> 94d8edeacb53 [2021-04-21T08:10:04.288Z] Step 22/24 : LABEL arch=x86_64 [2021-04-21T08:10:04.558Z] Successfully built c93abb6a44dd [2021-04-21T08:10:04.559Z] ---> Running in 8f3029fc34fa [2021-04-21T08:10:04.559Z] Successfully tagged docker-core-command-go:latest [2021-04-21T08:10:04.559Z] Building docker-core-metadata-go [2021-04-21T08:10:04.559Z]  Building docker-core-command-go ... done Removing intermediate container 8f3029fc34fa [2021-04-21T08:10:04.559Z] ---> 445536f94f4a [2021-04-21T08:10:04.559Z] Step 23/24 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:10:04.821Z] ---> Running in 1d1cfe661456 [2021-04-21T08:10:04.821Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-21T08:10:04.821Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-21T08:10:06.781Z] Collecting texttable<0.10,>=0.9.0 [2021-04-21T08:10:07.357Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-21T08:10:07.936Z] Removing intermediate container 1d1cfe661456 [2021-04-21T08:10:07.936Z] ---> 38256cfcd73f [2021-04-21T08:10:07.936Z] Step 24/24 : LABEL version=2.0.0-dev.185 [2021-04-21T08:10:09.337Z] ---> Running in bf99a0035efd [2021-04-21T08:10:09.337Z] Collecting jsonschema<3,>=2.5.1 [2021-04-21T08:10:09.337Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-21T08:10:09.929Z] Collecting PyYAML<4,>=3.10 [2021-04-21T08:10:09.929Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-21T08:10:11.865Z] Removing intermediate container bf99a0035efd [2021-04-21T08:10:11.865Z] ---> e24955420f60 [2021-04-21T08:10:11.865Z] [2021-04-21T08:10:12.129Z] 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-21T08:10:12.399Z] Successfully built e24955420f60 [2021-04-21T08:10:12.399Z] Collecting cached-property<2,>=1.2.0 [2021-04-21T08:10:12.399Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-21T08:10:12.399Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-21T08:10:12.399Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-21T08:10:12.668Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-21T08:10:12.668Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-21T08:10:13.618Z] Collecting docker-pycreds>=0.4.0 [2021-04-21T08:10:13.618Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-21T08:10:14.574Z] 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-21T08:10:15.977Z] Collecting idna<2.8,>=2.5 [2021-04-21T08:10:15.977Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-21T08:10:15.977Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-21T08:10:15.977Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-21T08:10:15.977Z] 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-21T08:10:15.977Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-21T08:10:15.977Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-21T08:10:15.977Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-21T08:10:15.977Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-21T08:10:16.242Z] Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, texttable, jsonschema, PyYAML, cached-property, docker-compose [2021-04-21T08:10:16.242Z] Running setup.py install for docopt: started [2021-04-21T08:10:17.196Z] Running setup.py install for docopt: finished with status 'done' [2021-04-21T08:10:17.196Z] Attempting uninstall: idna [2021-04-21T08:10:17.196Z] Found existing installation: idna 2.9 [2021-04-21T08:10:17.196Z] Uninstalling idna-2.9: [2021-04-21T08:10:17.196Z] Successfully uninstalled idna-2.9 [2021-04-21T08:10:17.459Z] Attempting uninstall: urllib3 [2021-04-21T08:10:17.459Z] Found existing installation: urllib3 1.25.9 [2021-04-21T08:10:17.459Z] Uninstalling urllib3-1.25.9: [2021-04-21T08:10:17.459Z] Successfully uninstalled urllib3-1.25.9 [2021-04-21T08:10:18.881Z] Attempting uninstall: requests [2021-04-21T08:10:18.881Z] Found existing installation: requests 2.23.0 [2021-04-21T08:10:18.881Z] Uninstalling requests-2.23.0: [2021-04-21T08:10:18.881Z] Successfully uninstalled requests-2.23.0 [2021-04-21T08:10:24.262Z] Running setup.py install for dockerpty: started [2021-04-21T08:10:25.704Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-21T08:10:25.704Z] Running setup.py install for texttable: started [2021-04-21T08:10:29.344Z] Running setup.py install for texttable: finished with status 'done' [2021-04-21T08:10:32.749Z] Running setup.py install for PyYAML: started [2021-04-21T08:10:32.749Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:10:32.749Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:10:32.749Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:10:32.749Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:10:32.749Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:10:32.749Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:10:32.749Z] ---> af65d5a5ff12 [2021-04-21T08:10:32.749Z] ---> af65d5a5ff12 [2021-04-21T08:10:32.749Z] ---> af65d5a5ff12 [2021-04-21T08:10:32.749Z] Step 3/22 : WORKDIR /edgex-go [2021-04-21T08:10:32.749Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T08:10:32.749Z] Step 3/31 : WORKDIR /edgex-go [2021-04-21T08:10:32.749Z] ---> Using cache [2021-04-21T08:10:32.749Z] ---> c10f79503d42 [2021-04-21T08:10:32.749Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:10:32.749Z] ---> Using cache [2021-04-21T08:10:32.749Z] ---> Using cache [2021-04-21T08:10:32.749Z] ---> c10f79503d42 [2021-04-21T08:10:32.749Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:10:32.749Z] ---> c10f79503d42 [2021-04-21T08:10:32.749Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:10:32.749Z] ---> Using cache [2021-04-21T08:10:32.749Z] ---> b1874385e9ef [2021-04-21T08:10:32.749Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-21T08:10:32.749Z] ---> Using cache [2021-04-21T08:10:32.749Z] ---> b1874385e9ef [2021-04-21T08:10:32.749Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-21T08:10:32.749Z] ---> Using cache [2021-04-21T08:10:32.749Z] ---> b1874385e9ef [2021-04-21T08:10:32.749Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-21T08:10:32.749Z] ---> Using cache [2021-04-21T08:10:32.750Z] ---> f227e457a9f9 [2021-04-21T08:10:32.750Z] Step 6/31 : COPY go.mod . [2021-04-21T08:10:32.750Z] ---> Using cache [2021-04-21T08:10:32.750Z] ---> f227e457a9f9 [2021-04-21T08:10:32.750Z] Step 6/23 : COPY go.mod . [2021-04-21T08:10:32.750Z] ---> Using cache [2021-04-21T08:10:32.750Z] ---> f227e457a9f9 [2021-04-21T08:10:32.750Z] Step 6/22 : COPY go.mod . [2021-04-21T08:10:32.750Z] ---> Using cache [2021-04-21T08:10:32.750Z] ---> 63dcae795f6d [2021-04-21T08:10:32.750Z] Step 7/22 : RUN go mod download ---> Using cache [2021-04-21T08:10:32.750Z] ---> 63dcae795f6d [2021-04-21T08:10:32.750Z] Step 7/31 : RUN go mod download [2021-04-21T08:10:32.750Z] ---> Using cache [2021-04-21T08:10:32.750Z] [2021-04-21T08:10:32.750Z] ---> 63dcae795f6d [2021-04-21T08:10:32.750Z] Step 7/23 : RUN go mod download [2021-04-21T08:10:32.750Z] ---> Using cache [2021-04-21T08:10:32.750Z] ---> 03cc07cbe206 [2021-04-21T08:10:32.750Z] Step 8/23 : COPY . . [2021-04-21T08:10:32.750Z] ---> Using cache [2021-04-21T08:10:32.750Z] ---> 03cc07cbe206 [2021-04-21T08:10:32.750Z] Step 8/31 : COPY . . [2021-04-21T08:10:32.750Z] ---> Using cache [2021-04-21T08:10:32.750Z] ---> 03cc07cbe206 [2021-04-21T08:10:32.750Z] Step 8/22 : COPY . . [2021-04-21T08:10:33.018Z] ---> Using cache [2021-04-21T08:10:33.018Z] ---> 7a8e4efd4195 [2021-04-21T08:10:33.018Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-21T08:10:33.018Z] ---> Using cache [2021-04-21T08:10:33.018Z] ---> 7a8e4efd4195 [2021-04-21T08:10:33.018Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-21T08:10:33.018Z] ---> Using cache [2021-04-21T08:10:33.018Z] ---> 7a8e4efd4195 [2021-04-21T08:10:33.018Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-21T08:10:35.609Z] ---> Running in e0b4ad7dd8ad [2021-04-21T08:10:35.609Z] ---> Running in b735f68659d9 [2021-04-21T08:10:35.609Z] ---> Running in 2beb4867c662 [2021-04-21T08:10:35.609Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-21T08:10:36.583Z] 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-21T08:10:36.583Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:10:36.583Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:10:36.583Z] ---> af65d5a5ff12 [2021-04-21T08:10:36.583Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T08:10:36.583Z] ---> Using cache [2021-04-21T08:10:36.583Z] ---> c10f79503d42 [2021-04-21T08:10:36.583Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:10:36.583Z] ---> Using cache [2021-04-21T08:10:36.583Z] ---> b1874385e9ef [2021-04-21T08:10:36.583Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-21T08:10:37.996Z] ---> Running in 9b53ebd8f410 [2021-04-21T08:10:37.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-21T08:10:37.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-21T08:10:37.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-21T08:10:38.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:10:39.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:10:39.824Z] OK: 233 MiB in 51 packages [2021-04-21T08:10:44.103Z] Removing intermediate container 9b53ebd8f410 [2021-04-21T08:10:44.103Z] ---> b1bd55ca5c55 [2021-04-21T08:10:44.103Z] Step 6/23 : COPY go.mod . [2021-04-21T08:10:45.086Z] ---> 5fd1931fdf07 [2021-04-21T08:10:45.086Z] Step 7/23 : RUN go mod download [2021-04-21T08:10:46.069Z] ---> Running in 0eee7caab4f7 [2021-04-21T08:10:51.537Z] Removing intermediate container 0eee7caab4f7 [2021-04-21T08:10:51.537Z] ---> eba4d27372f2 [2021-04-21T08:10:51.537Z] Step 8/23 : COPY . . [2021-04-21T08:10:58.329Z] Removing intermediate container b24bbb222cfb [2021-04-21T08:10:58.329Z] ---> c4cbde406b65 [2021-04-21T08:10:58.329Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-21T08:10:58.329Z] ---> Running in 4edfba594cef [2021-04-21T08:10:59.438Z] Removing intermediate container 4edfba594cef [2021-04-21T08:10:59.438Z] ---> 446943a220c2 [2021-04-21T08:10:59.438Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-21T08:10:59.838Z] ---> Running in b12bb7fa7176 [2021-04-21T08:11:02.081Z] Removing intermediate container b12bb7fa7176 [2021-04-21T08:11:02.081Z] ---> 0eee3227a531 [2021-04-21T08:11:02.081Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-21T08:11:06.410Z] ---> f0f8a85e4faf [2021-04-21T08:11:06.410Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-21T08:11:10.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-21T08:11:13.120Z] ---> c1fcffacae1b [2021-04-21T08:11:13.120Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-21T08:11:17.402Z] ---> 727585e9038b [2021-04-21T08:11:17.402Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-21T08:11:18.014Z] ---> Running in f84971483aeb [2021-04-21T08:11:18.285Z] ---> 294ed4f24f4f [2021-04-21T08:11:18.285Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-21T08:11:18.560Z] ---> Running in a5554b9d26cc [2021-04-21T08:11:18.560Z] Removing intermediate container f84971483aeb [2021-04-21T08:11:18.560Z] ---> 528cfffc3e28 [2021-04-21T08:11:18.560Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:11:18.840Z] ---> Running in 34d2024fde67 [2021-04-21T08:11:19.801Z] Removing intermediate container 34d2024fde67 [2021-04-21T08:11:19.801Z] ---> e1e9695b692c [2021-04-21T08:11:19.801Z] Step 21/23 : LABEL arch=x86_64 [2021-04-21T08:11:20.066Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-data/core-data ./cmd/core-data [2021-04-21T08:11:21.476Z] ---> Running in e2189d56138c [2021-04-21T08:11:22.059Z] Removing intermediate container b735f68659d9 [2021-04-21T08:11:22.059Z] ---> 67239aa7e8de [2021-04-21T08:11:22.059Z] [2021-04-21T08:11:22.059Z] Step 10/31 : FROM alpine:3.12 [2021-04-21T08:11:22.059Z] ---> 13621d1b12d4 [2021-04-21T08:11:22.059Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-21T08:11:22.642Z] ---> Running in 6f82675b32e2 [2021-04-21T08:11:22.642Z] Removing intermediate container e2189d56138c [2021-04-21T08:11:22.642Z] ---> cb559b930089 [2021-04-21T08:11:22.642Z] Step 22/23 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:22.917Z] ---> Running in b44651a2d10f [2021-04-21T08:11:22.917Z] Removing intermediate container 2beb4867c662 [2021-04-21T08:11:22.917Z] ---> 89d53f3cf400 [2021-04-21T08:11:22.917Z] [2021-04-21T08:11:22.917Z] Step 10/22 : FROM alpine:3.12 [2021-04-21T08:11:22.917Z] ---> 13621d1b12d4 [2021-04-21T08:11:22.917Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-21T08:11:22.917Z] ---> Using cache [2021-04-21T08:11:22.917Z] ---> 0fa87f1d3208 [2021-04-21T08:11:22.917Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T08:11:22.917Z] ---> Using cache [2021-04-21T08:11:22.917Z] ---> cc5e2e1d1a36 [2021-04-21T08:11:22.917Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-21T08:11:23.876Z] Removing intermediate container 6f82675b32e2 [2021-04-21T08:11:23.876Z] ---> f499e613f802 [2021-04-21T08:11:23.876Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-21T08:11:24.851Z] ---> Running in 5f73d391f7bc [2021-04-21T08:11:26.252Z] ---> Running in b7442af1b4ed [2021-04-21T08:11:26.252Z] Removing intermediate container b44651a2d10f [2021-04-21T08:11:26.252Z] ---> c2212b61a0ae [2021-04-21T08:11:26.252Z] Step 23/23 : LABEL version=2.0.0-dev.185 [2021-04-21T08:11:26.853Z] ---> Running in fee1b97c259c [2021-04-21T08:11:26.853Z] Removing intermediate container 5f73d391f7bc [2021-04-21T08:11:26.853Z] ---> 62aa799cfcad [2021-04-21T08:11:26.853Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-21T08:11:27.804Z] Removing intermediate container e0b4ad7dd8ad [2021-04-21T08:11:27.804Z] ---> f4e85a434ffa [2021-04-21T08:11:27.804Z] [2021-04-21T08:11:27.804Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T08:11:27.804Z] ---> 13621d1b12d4 [2021-04-21T08:11:27.804Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-21T08:11:27.804Z] ---> Using cache [2021-04-21T08:11:27.804Z] ---> 0fa87f1d3208 [2021-04-21T08:11:27.804Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T08:11:27.804Z] ---> Using cache [2021-04-21T08:11:27.804Z] ---> cc5e2e1d1a36 [2021-04-21T08:11:27.804Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-21T08:11:28.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:11:28.072Z] ---> Running in 3fe9b9477ea1 [2021-04-21T08:11:28.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:11:28.072Z] ---> Running in ce227a155589 [2021-04-21T08:11:28.072Z] Removing intermediate container fee1b97c259c [2021-04-21T08:11:28.072Z] ---> af9cb1863398 [2021-04-21T08:11:28.072Z] [2021-04-21T08:11:28.353Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-21T08:11:28.353Z] (2/2) Installing su-exec (0.2-r1) [2021-04-21T08:11:28.353Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:11:28.353Z] OK: 6 MiB in 16 packages [2021-04-21T08:11:28.353Z] Removing intermediate container 3fe9b9477ea1 [2021-04-21T08:11:28.353Z] ---> dba184d75b9e [2021-04-21T08:11:28.353Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:11:28.635Z] Removing intermediate container ce227a155589 [2021-04-21T08:11:28.635Z] ---> e26b941ca6fd [2021-04-21T08:11:28.635Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-21T08:11:28.635Z] Successfully built af9cb1863398 [2021-04-21T08:11:28.635Z] ---> Running in 4c848a3a9cb8 [2021-04-21T08:11:28.635Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-21T08:11:28.910Z]  Building docker-sys-mgmt-agent-go ... done  ---> df7bf90c086e [2021-04-21T08:11:28.910Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-21T08:11:29.130Z] Removing intermediate container 4d81684a3262 [2021-04-21T08:11:29.130Z] ---> c612b5011474 [2021-04-21T08:11:29.130Z] [2021-04-21T08:11:29.130Z] Step 10/31 : FROM alpine:3.12 [2021-04-21T08:11:29.130Z] 3.12: Pulling from library/alpine [2021-04-21T08:11:29.130Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-21T08:11:29.130Z] Status: Downloaded newer image for alpine:3.12 [2021-04-21T08:11:29.130Z] ---> 9852663dfa18 [2021-04-21T08:11:29.130Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-21T08:11:29.130Z] Removing intermediate container bfcc5dda5f33 [2021-04-21T08:11:29.130Z] ---> cc6af4dd29b4 [2021-04-21T08:11:29.130Z] [2021-04-21T08:11:29.130Z] Step 10/21 : FROM alpine:3.12 [2021-04-21T08:11:29.130Z] ---> 9852663dfa18 [2021-04-21T08:11:29.130Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-21T08:11:29.130Z] ---> Running in a3bb85aae2fb [2021-04-21T08:11:29.130Z] ---> Running in 359019acfd56 [2021-04-21T08:11:29.193Z] Removing intermediate container 4c848a3a9cb8 [2021-04-21T08:11:29.193Z] ---> 1df1d005511f [2021-04-21T08:11:29.193Z] Step 15/23 : WORKDIR / [2021-04-21T08:11:29.193Z] Removing intermediate container b7442af1b4ed [2021-04-21T08:11:29.193Z] ---> cd2b15a7594b [2021-04-21T08:11:29.193Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-21T08:11:29.193Z] ---> Running in 244d7b251341 [2021-04-21T08:11:29.468Z] ---> Running in 2b0c125fdcf4 [2021-04-21T08:11:30.448Z] Removing intermediate container 244d7b251341 [2021-04-21T08:11:30.448Z] ---> bc6ea603d379 [2021-04-21T08:11:30.448Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:11:30.448Z] Removing intermediate container 2b0c125fdcf4 [2021-04-21T08:11:30.448Z] ---> 0cdc18f82f6d [2021-04-21T08:11:30.448Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-21T08:11:30.448Z] ---> 0d7e70e93c2a [2021-04-21T08:11:30.448Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-21T08:11:30.448Z] ---> Running in b23a0d98342b [2021-04-21T08:11:30.599Z] Removing intermediate container a3bb85aae2fb [2021-04-21T08:11:30.599Z] ---> c0325faa28ae [2021-04-21T08:11:30.599Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-21T08:11:30.599Z] ---> Running in d2654698a52f [2021-04-21T08:11:30.725Z] ---> b7bad08401e6 [2021-04-21T08:11:30.725Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-21T08:11:30.725Z] Removing intermediate container b23a0d98342b [2021-04-21T08:11:30.725Z] ---> cbea01873164 [2021-04-21T08:11:30.725Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-21T08:11:31.005Z] ---> 88c8b09571a7 [2021-04-21T08:11:31.005Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-21T08:11:31.005Z] ---> Running in 48780234b9bd [2021-04-21T08:11:31.292Z] ---> Running in 77809e787dba [2021-04-21T08:11:31.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:11:31.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:11:32.484Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-21T08:11:32.484Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T08:11:32.484Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-21T08:11:32.484Z] (4/4) Installing curl (7.76.1-r0) [2021-04-21T08:11:32.484Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:11:32.762Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T08:11:33.041Z] OK: 7 MiB in 18 packages [2021-04-21T08:11:33.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:11:33.254Z] ---> 82f66f202848 [2021-04-21T08:11:33.254Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-21T08:11:33.254Z] Removing intermediate container 77809e787dba [2021-04-21T08:11:33.254Z] ---> d7e4dd8d77fe [2021-04-21T08:11:33.254Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:11:33.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:11:33.524Z] ---> Running in a824ea6a691b [2021-04-21T08:11:33.940Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-21T08:11:33.940Z] (2/2) Installing su-exec (0.2-r1) [2021-04-21T08:11:33.940Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:11:33.940Z] OK: 5 MiB in 16 packages [2021-04-21T08:11:34.108Z] Removing intermediate container a824ea6a691b [2021-04-21T08:11:34.108Z] ---> ee00c023a565 [2021-04-21T08:11:34.108Z] Step 20/22 : LABEL arch=x86_64 [2021-04-21T08:11:34.108Z] ---> 2604be90f8c9 [2021-04-21T08:11:34.108Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-21T08:11:34.372Z] ---> Running in 2a842e9a2f25 [2021-04-21T08:11:34.372Z] ---> Running in 0791394a78be [2021-04-21T08:11:34.952Z] Removing intermediate container 2a842e9a2f25 [2021-04-21T08:11:34.952Z] ---> 33b96dc5d19f [2021-04-21T08:11:34.952Z] Step 21/22 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:34.952Z] Removing intermediate container 0791394a78be [2021-04-21T08:11:34.952Z] ---> 19c9b8536854 [2021-04-21T08:11:34.952Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:11:35.217Z] ---> Running in a3dd215813b6 [2021-04-21T08:11:35.217Z] ---> Running in bc3f23613f8a [2021-04-21T08:11:35.217Z] Removing intermediate container 48780234b9bd [2021-04-21T08:11:35.217Z] ---> 949b500b8ca8 [2021-04-21T08:11:35.217Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-21T08:11:35.962Z] Removing intermediate container f87d5758657b [2021-04-21T08:11:35.963Z] ---> cb2a3e3aa682 [2021-04-21T08:11:35.963Z] [2021-04-21T08:11:35.963Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T08:11:35.963Z] ---> 9852663dfa18 [2021-04-21T08:11:35.963Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-21T08:11:36.570Z] ---> Running in 1837b7609164 [2021-04-21T08:11:36.639Z] ---> Running in 062f18f762fd [2021-04-21T08:11:36.639Z] Removing intermediate container bc3f23613f8a [2021-04-21T08:11:36.639Z] ---> b03a7b7da2f8 [2021-04-21T08:11:36.639Z] Step 21/23 : LABEL arch=x86_64 [2021-04-21T08:11:36.639Z] Removing intermediate container a3dd215813b6 [2021-04-21T08:11:36.639Z] ---> 9e2f52d863fd [2021-04-21T08:11:36.639Z] Step 22/22 : LABEL version=2.0.0-dev.185 [2021-04-21T08:11:36.903Z] ---> Running in 9ab76329ff99 [2021-04-21T08:11:36.903Z] ---> Running in 30f414f8d2a5 [2021-04-21T08:11:37.170Z] Removing intermediate container d2654698a52f [2021-04-21T08:11:37.170Z] ---> 780720fc10a4 [2021-04-21T08:11:37.170Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-21T08:11:37.170Z] Removing intermediate container 359019acfd56 [2021-04-21T08:11:37.170Z] ---> ec75305a9fd7 [2021-04-21T08:11:37.170Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-21T08:11:37.188Z] Removing intermediate container 062f18f762fd [2021-04-21T08:11:37.188Z] ---> 3f5c94522388 [2021-04-21T08:11:37.188Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-21T08:11:37.188Z] Removing intermediate container 9ab76329ff99 [2021-04-21T08:11:37.188Z] ---> a88f533a6669 [2021-04-21T08:11:37.188Z] [2021-04-21T08:11:37.188Z] Removing intermediate container 30f414f8d2a5 [2021-04-21T08:11:37.188Z] ---> b3dde9c4592a [2021-04-21T08:11:37.188Z] Step 22/23 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:37.457Z] ---> Running in 16754f6d1182 [2021-04-21T08:11:37.457Z] ---> 0ee3a1dd8b00 [2021-04-21T08:11:37.457Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-21T08:11:37.457Z] Successfully built a88f533a6669 [2021-04-21T08:11:37.457Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-21T08:11:37.729Z]  Building docker-support-scheduler-go ... done  ---> Running in fccb60b8345a [2021-04-21T08:11:37.729Z] Removing intermediate container 16754f6d1182 [2021-04-21T08:11:37.729Z] ---> 341a3c2a0f51 [2021-04-21T08:11:37.729Z] Step 23/23 : LABEL version=2.0.0-dev.185 [2021-04-21T08:11:37.729Z] ---> Running in 65e4f99206f6 [2021-04-21T08:11:37.781Z] ---> Running in 3f5772f15cee [2021-04-21T08:11:37.781Z] ---> Running in ce6d82949af8 [2021-04-21T08:11:37.999Z] Removing intermediate container 65e4f99206f6 [2021-04-21T08:11:37.999Z] ---> d06cc8a55dd8 [2021-04-21T08:11:37.999Z] [2021-04-21T08:11:38.262Z] Successfully built d06cc8a55dd8 [2021-04-21T08:11:38.262Z] Successfully tagged docker-core-metadata-go:latest [2021-04-21T08:11:38.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:11:38.774Z] Removing intermediate container d8ef73a9c665 [2021-04-21T08:11:38.774Z] ---> fac72ce47827 [2021-04-21T08:11:38.774Z] [2021-04-21T08:11:38.774Z] Step 10/22 : FROM alpine:3.12 [2021-04-21T08:11:38.774Z] ---> 9852663dfa18 [2021-04-21T08:11:38.774Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-21T08:11:38.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:11:38.774Z] Removing intermediate container 3f5772f15cee [2021-04-21T08:11:38.774Z] ---> 14203ceb0524 [2021-04-21T08:11:38.774Z] Step 13/21 : WORKDIR /edgex [2021-04-21T08:11:39.046Z] Removing intermediate container ce6d82949af8 [2021-04-21T08:11:39.046Z] ---> cc5b1619613b [2021-04-21T08:11:39.046Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-21T08:11:39.218Z]  Building docker-core-metadata-go ... done Removing intermediate container fccb60b8345a [2021-04-21T08:11:39.218Z] ---> 5d536323134c [2021-04-21T08:11:39.218Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:11:39.331Z] ---> Running in 4817ee9291c6 [2021-04-21T08:11:39.331Z] ---> Running in 8ba4f18dbdc9 [2021-04-21T08:11:39.331Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-21T08:11:39.331Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:11:39.331Z] ---> Running in 10eda428c2b9 [2021-04-21T08:11:39.331Z] OK: 5 MiB in 15 packages [2021-04-21T08:11:39.970Z] Removing intermediate container 10eda428c2b9 [2021-04-21T08:11:39.970Z] ---> 88b217a7a21f [2021-04-21T08:11:39.970Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-21T08:11:40.247Z] Removing intermediate container 8ba4f18dbdc9 [2021-04-21T08:11:40.247Z] ---> b57a9555c14e [2021-04-21T08:11:40.247Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-21T08:11:40.519Z] ---> Running in cf63330247ce [2021-04-21T08:11:40.611Z] ---> 740a27a9817d [2021-04-21T08:11:40.611Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-21T08:11:41.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:11:41.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:11:41.398Z] Removing intermediate container 1837b7609164 [2021-04-21T08:11:41.398Z] ---> 5442d4f1080f [2021-04-21T08:11:41.399Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T08:11:41.560Z] ---> 65ed0521da7f [2021-04-21T08:11:41.560Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-21T08:11:41.674Z] ---> 0d89f01be8a1 [2021-04-21T08:11:41.674Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-21T08:11:41.674Z] ---> Running in ccd17b065d48 [2021-04-21T08:11:41.674Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-21T08:11:41.825Z] ---> 4994ab6a8e31 [2021-04-21T08:11:41.825Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-21T08:11:41.950Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-21T08:11:41.950Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:11:41.950Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T08:11:42.229Z] OK: 6 MiB in 16 packages [2021-04-21T08:11:42.405Z] ---> 35a03c559d45 [2021-04-21T08:11:42.405Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-21T08:11:43.210Z] Removing intermediate container ccd17b065d48 [2021-04-21T08:11:43.210Z] ---> f23e945b3b7f [2021-04-21T08:11:43.210Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-21T08:11:44.191Z] ---> Running in fba5824e8eae [2021-04-21T08:11:44.191Z] ---> 08aa9314e67c [2021-04-21T08:11:44.191Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-21T08:11:44.336Z] ---> 90783ca95cb4 [2021-04-21T08:11:44.336Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-21T08:11:44.336Z] Removing intermediate container a5554b9d26cc [2021-04-21T08:11:44.336Z] ---> 6c17165d692a [2021-04-21T08:11:44.336Z] [2021-04-21T08:11:44.336Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T08:11:44.336Z] ---> 13621d1b12d4 [2021-04-21T08:11:44.336Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-21T08:11:44.336Z] ---> Running in 37408ac36793 [2021-04-21T08:11:44.336Z] ---> Running in 685124f4f77a [2021-04-21T08:11:44.336Z] Removing intermediate container 37408ac36793 [2021-04-21T08:11:44.336Z] ---> fbc90e99e4e4 [2021-04-21T08:11:44.336Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-21T08:11:44.599Z] Removing intermediate container 685124f4f77a [2021-04-21T08:11:44.599Z] ---> b3c81333dfa8 [2021-04-21T08:11:44.599Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-21T08:11:44.599Z] ---> Running in 5cb82c267984 [2021-04-21T08:11:44.599Z] Removing intermediate container 5cb82c267984 [2021-04-21T08:11:44.599Z] ---> 9872aea54b0f [2021-04-21T08:11:44.599Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-21T08:11:44.790Z] Removing intermediate container 8581a8aa067b [2021-04-21T08:11:44.790Z] ---> 3b81f5529957 [2021-04-21T08:11:44.790Z] [2021-04-21T08:11:44.790Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T08:11:44.790Z] ---> 9852663dfa18 [2021-04-21T08:11:44.791Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-21T08:11:44.791Z] ---> Using cache [2021-04-21T08:11:44.791Z] ---> 5442d4f1080f [2021-04-21T08:11:44.791Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T08:11:44.791Z] ---> Using cache [2021-04-21T08:11:44.791Z] ---> f23e945b3b7f [2021-04-21T08:11:44.791Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-21T08:11:44.863Z] ---> 9ca5e3ba9a48 [2021-04-21T08:11:44.863Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-21T08:11:44.863Z] ---> Running in 31da4d51006f [2021-04-21T08:11:44.863Z] ---> Running in ddec43dd429b [2021-04-21T08:11:45.064Z] Removing intermediate container fba5824e8eae [2021-04-21T08:11:45.064Z] ---> 7f51e6e6eef4 [2021-04-21T08:11:45.064Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-21T08:11:45.126Z] Removing intermediate container 31da4d51006f [2021-04-21T08:11:45.126Z] ---> b6da9f484d3c [2021-04-21T08:11:45.126Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:11:45.126Z] ---> Running in a14b3a6e5200 [2021-04-21T08:11:45.344Z] ---> Running in f7d3621dae11 [2021-04-21T08:11:45.344Z] ---> Running in 9320dca0b234 [2021-04-21T08:11:45.344Z] Removing intermediate container cf63330247ce [2021-04-21T08:11:45.344Z] ---> 886d3e5bad18 [2021-04-21T08:11:45.344Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-21T08:11:45.943Z] Removing intermediate container 4817ee9291c6 [2021-04-21T08:11:45.943Z] ---> 125e9ec940c4 [2021-04-21T08:11:45.943Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T08:11:45.943Z] ---> 9894150f351f [2021-04-21T08:11:45.943Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-21T08:11:45.943Z] ---> Running in e8687df559a7 [2021-04-21T08:11:45.943Z] ---> Running in 71f2a8c20029 [2021-04-21T08:11:46.082Z] Removing intermediate container ddec43dd429b [2021-04-21T08:11:46.082Z] ---> 51806cb4086c [2021-04-21T08:11:46.082Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-21T08:11:46.082Z] Removing intermediate container a14b3a6e5200 [2021-04-21T08:11:46.082Z] ---> 6edcad549f1e [2021-04-21T08:11:46.082Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-21T08:11:46.231Z] ---> Running in c4c60da81938 [2021-04-21T08:11:46.231Z] Removing intermediate container f7d3621dae11 [2021-04-21T08:11:46.231Z] ---> 05471c9ac9f9 [2021-04-21T08:11:46.231Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-21T08:11:46.231Z] Removing intermediate container 9320dca0b234 [2021-04-21T08:11:46.231Z] ---> eb00b3d7e1bf [2021-04-21T08:11:46.231Z] Step 15/23 : WORKDIR / [2021-04-21T08:11:46.345Z] ---> Running in 8ba05a015bf5 [2021-04-21T08:11:46.345Z] ---> Running in 5c9b0848c580 [2021-04-21T08:11:46.507Z] ---> Running in 2a3bf230d15e [2021-04-21T08:11:46.507Z] ---> Running in 2b4044fbe760 [2021-04-21T08:11:46.609Z] Removing intermediate container 8ba05a015bf5 [2021-04-21T08:11:46.609Z] ---> b8a4896932a1 [2021-04-21T08:11:46.609Z] Step 28/31 : CMD ["gate"] [2021-04-21T08:11:46.786Z] Removing intermediate container e8687df559a7 [2021-04-21T08:11:46.786Z] ---> bcc275c1849d [2021-04-21T08:11:46.786Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-21T08:11:46.786Z] Removing intermediate container c4c60da81938 [2021-04-21T08:11:46.786Z] ---> a1be23bbbeca [2021-04-21T08:11:46.786Z] Step 18/21 : CMD ["--init=true"] [2021-04-21T08:11:46.786Z] Removing intermediate container 71f2a8c20029 [2021-04-21T08:11:46.786Z] ---> 64541a52e065 [2021-04-21T08:11:46.786Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-21T08:11:46.874Z] ---> Running in 048139f7c0d3 [2021-04-21T08:11:46.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T08:11:46.874Z] Removing intermediate container 048139f7c0d3 [2021-04-21T08:11:46.874Z] ---> 9d60f5941522 [2021-04-21T08:11:46.874Z] Step 29/31 : LABEL arch=x86_64 [2021-04-21T08:11:47.063Z] Removing intermediate container 2a3bf230d15e [2021-04-21T08:11:47.063Z] ---> da9a22ba51c7 [2021-04-21T08:11:47.063Z] Step 15/23 : WORKDIR / [2021-04-21T08:11:47.063Z] ---> Running in 7dbfd7c212d9 [2021-04-21T08:11:47.063Z] ---> Running in 4e2fd754fd23 [2021-04-21T08:11:47.138Z] ---> Running in 59ff0ae83bdf [2021-04-21T08:11:47.341Z] ---> Running in d5990b745a8c [2021-04-21T08:11:47.341Z] Removing intermediate container 2b4044fbe760 [2021-04-21T08:11:47.341Z] ---> 5223e6e208a7 [2021-04-21T08:11:47.341Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:11:47.401Z] Removing intermediate container 59ff0ae83bdf [2021-04-21T08:11:47.401Z] ---> 759d4032d2fb [2021-04-21T08:11:47.401Z] Step 30/31 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:47.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T08:11:47.401Z] ---> Running in 0e03bca0dafe [2021-04-21T08:11:47.617Z] Removing intermediate container 7dbfd7c212d9 [2021-04-21T08:11:47.617Z] ---> 6892cf4d94e1 [2021-04-21T08:11:47.617Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-21T08:11:47.664Z] Removing intermediate container 0e03bca0dafe [2021-04-21T08:11:47.665Z] ---> 909107d9d676 [2021-04-21T08:11:47.665Z] Step 31/31 : LABEL version=2.0.0-dev.185 [2021-04-21T08:11:47.890Z] ---> 0fc38d7921c8 [2021-04-21T08:11:47.890Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-21T08:11:47.890Z] Removing intermediate container 4e2fd754fd23 [2021-04-21T08:11:47.890Z] ---> dfd903c97ddb [2021-04-21T08:11:47.890Z] Step 19/21 : LABEL arch=arm64 [2021-04-21T08:11:47.890Z] ---> Running in 5d1db2105382 [2021-04-21T08:11:47.926Z] ---> Running in bd9794bf78e6 [2021-04-21T08:11:47.926Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-21T08:11:47.926Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-21T08:11:47.926Z] Removing intermediate container bd9794bf78e6 [2021-04-21T08:11:47.926Z] ---> c2419c285eb9 [2021-04-21T08:11:47.926Z] [2021-04-21T08:11:47.926Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-21T08:11:48.164Z] ---> Running in 07995aeec3ca [2021-04-21T08:11:48.164Z] ---> Running in 7ae7d9b4ae29 [2021-04-21T08:11:48.164Z] Removing intermediate container d5990b745a8c [2021-04-21T08:11:48.164Z] ---> eb8b5093a3c9 [2021-04-21T08:11:48.164Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:11:48.187Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-21T08:11:48.187Z] Successfully built c2419c285eb9 [2021-04-21T08:11:48.188Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-21T08:11:48.442Z] ---> 4221a557ad70 [2021-04-21T08:11:48.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-21T08:11:48.717Z] Removing intermediate container 5d1db2105382 [2021-04-21T08:11:48.717Z] ---> 988cb4aa192d [2021-04-21T08:11:48.717Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:11:48.998Z] Removing intermediate container 7ae7d9b4ae29 [2021-04-21T08:11:48.998Z] ---> a6c8dcb81051 [2021-04-21T08:11:48.998Z] Step 20/21 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:48.998Z] ---> Running in e35f65a13f41 [2021-04-21T08:11:49.135Z]  Building docker-security-bootstrapper-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-04-21T08:11:49.135Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-21T08:11:49.135Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:11:49.135Z] OK: 8 MiB in 20 packages [2021-04-21T08:11:49.276Z] ---> e68e51654534 [2021-04-21T08:11:49.276Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-21T08:11:49.712Z] Removing intermediate container 5c9b0848c580 [2021-04-21T08:11:49.712Z] ---> 9be1c24e936f [2021-04-21T08:11:49.712Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:11:49.975Z] ---> f68a8e00c7bf [2021-04-21T08:11:49.975Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-21T08:11:50.269Z] ---> 73b1c70e8ff8 [2021-04-21T08:11:50.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-21T08:11:50.269Z] Removing intermediate container e35f65a13f41 [2021-04-21T08:11:50.269Z] ---> 7e1e7713b3bb [2021-04-21T08:11:50.269Z] Step 21/21 : LABEL version=2.0.0-dev.185 [2021-04-21T08:11:50.269Z] ---> b56a51dad647 [2021-04-21T08:11:50.269Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-21T08:11:50.545Z] ---> Running in 01229da92efe [2021-04-21T08:11:50.923Z] ---> ebeb8a8943c9 [2021-04-21T08:11:50.924Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-21T08:11:50.924Z] ---> 6a7fc4d20d57 [2021-04-21T08:11:50.924Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-21T08:11:51.188Z] ---> Running in 4992d968d399 [2021-04-21T08:11:51.188Z] Removing intermediate container 4992d968d399 [2021-04-21T08:11:51.188Z] ---> 21e0a58448bf [2021-04-21T08:11:51.188Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:11:51.188Z] ---> Running in 49b6a1a0f744 [2021-04-21T08:11:51.450Z] Removing intermediate container 49b6a1a0f744 [2021-04-21T08:11:51.450Z] ---> 85b8a510cb9c [2021-04-21T08:11:51.450Z] Step 21/23 : LABEL arch=x86_64 [2021-04-21T08:11:51.450Z] ---> Running in 7f1273d384f5 [2021-04-21T08:11:51.521Z] ---> 34a1e5c6a493 [2021-04-21T08:11:51.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-21T08:11:51.521Z] Removing intermediate container 01229da92efe [2021-04-21T08:11:51.521Z] ---> 88a699592fed [2021-04-21T08:11:51.521Z] [2021-04-21T08:11:51.522Z] ---> b3050bcd06cd [2021-04-21T08:11:51.522Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-21T08:11:51.712Z] Removing intermediate container 7f1273d384f5 [2021-04-21T08:11:51.712Z] ---> e02f11fb0620 [2021-04-21T08:11:51.712Z] Step 22/23 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:51.712Z] ---> Running in cd7b2d43c415 [2021-04-21T08:11:51.793Z] Successfully built 88a699592fed [2021-04-21T08:11:51.794Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-21T08:11:51.794Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-21T08:11:51.794Z] ---> Running in ffa704daf4b2 [2021-04-21T08:11:51.794Z] ---> 6c0bccf0520a [2021-04-21T08:11:51.794Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-21T08:11:51.975Z] Removing intermediate container cd7b2d43c415 [2021-04-21T08:11:51.975Z] ---> acce0a3b0c66 [2021-04-21T08:11:51.975Z] Step 23/23 : LABEL version=2.0.0-dev.185 [2021-04-21T08:11:51.975Z] ---> Running in e08a8554d783 [2021-04-21T08:11:52.064Z] Removing intermediate container 07995aeec3ca [2021-04-21T08:11:52.064Z] ---> ab6722c1a9a1 [2021-04-21T08:11:52.064Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:11:52.237Z] Removing intermediate container e08a8554d783 [2021-04-21T08:11:52.237Z] ---> f61d2a379034 [2021-04-21T08:11:52.237Z] [2021-04-21T08:11:52.341Z] ---> 1b353bac679f [2021-04-21T08:11:52.341Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-21T08:11:52.341Z] ---> Running in a4b3536cf85a [2021-04-21T08:11:52.615Z] Removing intermediate container ffa704daf4b2 [2021-04-21T08:11:52.615Z] ---> 3fd36429f0a3 [2021-04-21T08:11:52.615Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:11:52.813Z] Successfully built f61d2a379034 [2021-04-21T08:11:52.886Z] ---> Running in eec4ffad4792 [2021-04-21T08:11:52.886Z] ---> ee16303c6c7a [2021-04-21T08:11:52.886Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-21T08:11:52.886Z] ---> Running in ec2d9663baa1 [2021-04-21T08:11:53.074Z] Successfully tagged docker-core-data-go:latest [2021-04-21T08:11:53.158Z] Removing intermediate container a4b3536cf85a [2021-04-21T08:11:53.158Z] ---> 5abfa1929c4d [2021-04-21T08:11:53.158Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:11:53.347Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-21T08:11:53.355Z] $ docker stop --time=1 e342b5c5e8371e8ed5949000809a8b215b8096dd17148534a0cd75a8ac525827 [2021-04-21T08:11:53.430Z] ---> ad96f9d3dd14 [2021-04-21T08:11:53.430Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-21T08:11:54.050Z] ---> Running in 16641641b062 [2021-04-21T08:11:54.646Z] Removing intermediate container eec4ffad4792 [2021-04-21T08:11:54.646Z] ---> dad88a853d3f [2021-04-21T08:11:54.646Z] Step 21/23 : LABEL arch=arm64 [2021-04-21T08:11:54.978Z] $ docker rm -f e342b5c5e8371e8ed5949000809a8b215b8096dd17148534a0cd75a8ac525827 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-21T08:11:55.237Z] Removing intermediate container ec2d9663baa1 [2021-04-21T08:11:55.237Z] ---> a7514d31a4c9 [2021-04-21T08:11:55.237Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:11:55.423Z] + docker images [2021-04-21T08:11:55.423Z] + grep docker [2021-04-21T08:11:55.526Z] Removing intermediate container 16641641b062 [2021-04-21T08:11:55.526Z] ---> 28071c36df32 [2021-04-21T08:11:55.526Z] Step 21/23 : LABEL arch=arm64 [2021-04-21T08:11:55.526Z] ---> Running in 3ff1aa553b24 [2021-04-21T08:11:55.526Z] ---> a79b687bed43 [2021-04-21T08:11:55.526Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-21T08:11:55.687Z] docker-core-data-go latest f61d2a379034 4 seconds ago 22.9MB [2021-04-21T08:11:55.687Z] docker-security-bootstrapper-go latest c2419c285eb9 8 seconds ago 19.3MB [2021-04-21T08:11:55.687Z] docker-core-metadata-go latest d06cc8a55dd8 18 seconds ago 19.2MB [2021-04-21T08:11:55.687Z] docker-support-scheduler-go latest a88f533a6669 19 seconds ago 17.7MB [2021-04-21T08:11:55.687Z] docker-sys-mgmt-agent-go latest af9cb1863398 28 seconds ago 312MB [2021-04-21T08:11:55.687Z] docker-security-secretstore-setup-go latest e24955420f60 About a minute ago 26.3MB [2021-04-21T08:11:55.687Z] docker-support-notifications-go latest 9471f4083743 About a minute ago 18.2MB [2021-04-21T08:11:55.687Z] docker-security-proxy-setup-go latest 1f726cb28d45 About a minute ago 26MB [2021-04-21T08:11:55.687Z] docker-core-command-go latest c93abb6a44dd About a minute ago 17.5MB [2021-04-21T08:11:55.687Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-21T08:11:55.802Z] ---> Running in 3856f5ef5b8f [2021-04-21T08:11:55.802Z] ---> Running in c02d1dcce12e [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-21T08:11:55.889Z] provisioning config files... [2021-04-21T08:11:55.930Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/453@tmp/config8041765612519106003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:11:56.081Z] Removing intermediate container 3ff1aa553b24 [2021-04-21T08:11:56.081Z] ---> 61ab9b6a54b3 [2021-04-21T08:11:56.081Z] Step 22/23 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:56.260Z] ---> docker-login.sh [2021-04-21T08:11:56.260Z] nexus3.edgexfoundry.org:10001 [2021-04-21T08:11:56.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:11:56.352Z] Removing intermediate container 3856f5ef5b8f [2021-04-21T08:11:56.352Z] ---> 328d11f233d2 [2021-04-21T08:11:56.352Z] Step 20/22 : LABEL arch=arm64 [2021-04-21T08:11:56.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:11:56.522Z] Configure a credential helper to remove this warning. See [2021-04-21T08:11:56.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:11:56.522Z] [2021-04-21T08:11:56.522Z] Login Succeeded [2021-04-21T08:11:56.522Z] nexus3.edgexfoundry.org:10002 [2021-04-21T08:11:56.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:11:56.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:11:56.522Z] Configure a credential helper to remove this warning. See [2021-04-21T08:11:56.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:11:56.522Z] [2021-04-21T08:11:56.522Z] Login Succeeded [2021-04-21T08:11:56.522Z] nexus3.edgexfoundry.org:10003 [2021-04-21T08:11:56.628Z] ---> Running in 783adfa1e85e [2021-04-21T08:11:56.628Z] Removing intermediate container c02d1dcce12e [2021-04-21T08:11:56.628Z] ---> ba6bad6ac334 [2021-04-21T08:11:56.628Z] Step 22/23 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:56.628Z] ---> Running in 7d5405d3665e [2021-04-21T08:11:56.628Z] ---> 001a80e2a098 [2021-04-21T08:11:56.628Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-21T08:11:56.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:11:56.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:11:56.785Z] Configure a credential helper to remove this warning. See [2021-04-21T08:11:56.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:11:56.785Z] [2021-04-21T08:11:56.785Z] Login Succeeded [2021-04-21T08:11:56.785Z] nexus3.edgexfoundry.org:10004 [2021-04-21T08:11:56.906Z] ---> Running in 956ed798d81c [2021-04-21T08:11:57.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:11:57.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:11:57.048Z] Configure a credential helper to remove this warning. See [2021-04-21T08:11:57.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:11:57.048Z] [2021-04-21T08:11:57.048Z] Login Succeeded [2021-04-21T08:11:57.048Z] docker.io [2021-04-21T08:11:57.181Z] Removing intermediate container 783adfa1e85e [2021-04-21T08:11:57.181Z] ---> 72422d3ea405 [2021-04-21T08:11:57.181Z] Step 23/23 : LABEL version=2.0.0-dev.185 [2021-04-21T08:11:57.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:11:57.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:11:57.316Z] Configure a credential helper to remove this warning. See [2021-04-21T08:11:57.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:11:57.316Z] [2021-04-21T08:11:57.324Z] Login Succeeded [2021-04-21T08:11:57.325Z] ---> docker-login.sh ends [Pipeline] } [2021-04-21T08:11:57.326Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:11:57.399Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-21T08:11:57.399Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:57.399Z] 2.0.0-dev.185 [2021-04-21T08:11:57.399Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:11:57.399Z] master [2021-04-21T08:11:57.399Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-04-21T08:11:57.461Z] ---> Running in 9a1beea95d70 [2021-04-21T08:11:57.461Z] Removing intermediate container 7d5405d3665e [2021-04-21T08:11:57.461Z] ---> de3537fd7a87 [2021-04-21T08:11:57.461Z] Step 21/22 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:57.461Z] Removing intermediate container 956ed798d81c [2021-04-21T08:11:57.461Z] ---> c914565f0dba [2021-04-21T08:11:57.461Z] Step 23/23 : LABEL version=2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:11:57.739Z] ---> Running in 0873adaffb47 [2021-04-21T08:11:57.740Z] ---> Running in ace257685aed [2021-04-21T08:11:57.740Z] ---> 7be761c5fec8 [2021-04-21T08:11:57.740Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-21T08:11:57.767Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:11:58.024Z] Removing intermediate container 9a1beea95d70 [2021-04-21T08:11:58.024Z] ---> 6a20f41a169f [2021-04-21T08:11:58.024Z] [2021-04-21T08:11:58.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:11:58.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-21T08:11:58.073Z] 1b6b194b7cd8: Preparing [2021-04-21T08:11:58.073Z] 2d641fcfd019: Preparing [2021-04-21T08:11:58.073Z] a94d5e6faa6a: Preparing [2021-04-21T08:11:58.073Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:11:58.073Z] 32f366d666a5: Preparing [2021-04-21T08:11:58.073Z] 32f366d666a5: Layer already exists [2021-04-21T08:11:58.304Z] Removing intermediate container ace257685aed [2021-04-21T08:11:58.305Z] ---> 2743d3f0d51e [2021-04-21T08:11:58.305Z] Step 22/22 : LABEL version=2.0.0-dev.185 [2021-04-21T08:11:58.305Z] Removing intermediate container 0873adaffb47 [2021-04-21T08:11:58.305Z] ---> d3f861973257 [2021-04-21T08:11:58.305Z] [2021-04-21T08:11:58.335Z] 7f7d60d5bbfa: Pushed [2021-04-21T08:11:58.335Z] a94d5e6faa6a: Pushed [2021-04-21T08:11:58.578Z] Successfully built 6a20f41a169f [2021-04-21T08:11:58.578Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-21T08:11:58.578Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-21T08:11:58.578Z] ---> Running in 1d9e2ffeb34c [2021-04-21T08:11:58.596Z] 1b6b194b7cd8: Pushed [2021-04-21T08:11:58.850Z] Successfully built d3f861973257 [2021-04-21T08:11:59.123Z] ---> 7bc87896b6e7 [2021-04-21T08:11:59.123Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-21T08:11:59.123Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-21T08:11:59.123Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-21T08:11:59.541Z] 2d641fcfd019: Pushed [2021-04-21T08:11:59.541Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:671149ec12c358c3a5ce62f89b6770a33fed1e14a826ff6ca48954d303c2289a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:11:59.729Z] ---> Running in d25a43617657 [2021-04-21T08:11:59.729Z] Removing intermediate container 1d9e2ffeb34c [2021-04-21T08:11:59.729Z] ---> 00a2bcebb64d [2021-04-21T08:11:59.729Z] [2021-04-21T08:11:59.865Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:00.003Z] Successfully built 00a2bcebb64d [2021-04-21T08:12:00.003Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-21T08:12:00.003Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-04-21T08:12:00.003Z] Removing intermediate container d25a43617657 [2021-04-21T08:12:00.003Z] ---> 0b97519456fa [2021-04-21T08:12:00.003Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-21T08:12:00.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.185 [2021-04-21T08:12:00.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-21T08:12:00.232Z] 1b6b194b7cd8: Preparing [2021-04-21T08:12:00.232Z] 2d641fcfd019: Preparing [2021-04-21T08:12:00.232Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:00.232Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:00.232Z] 32f366d666a5: Preparing [2021-04-21T08:12:00.232Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:00.232Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:00.232Z] 2d641fcfd019: Layer already exists [2021-04-21T08:12:00.232Z] 1b6b194b7cd8: Layer already exists [2021-04-21T08:12:00.232Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:00.232Z] 2.0.0-dev.185: digest: sha256:671149ec12c358c3a5ce62f89b6770a33fed1e14a826ff6ca48954d303c2289a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:00.617Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:00.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:00.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-21T08:12:00.967Z] 1b6b194b7cd8: Preparing [2021-04-21T08:12:00.967Z] 2d641fcfd019: Preparing [2021-04-21T08:12:00.967Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:00.967Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:00.967Z] 32f366d666a5: Preparing [2021-04-21T08:12:00.967Z] 1b6b194b7cd8: Layer already exists [2021-04-21T08:12:00.968Z] 2d641fcfd019: Layer already exists [2021-04-21T08:12:00.968Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:00.968Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:00.968Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:00.968Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:671149ec12c358c3a5ce62f89b6770a33fed1e14a826ff6ca48954d303c2289a size: 1363 [2021-04-21T08:12:00.984Z] ---> 0f16e414651d [2021-04-21T08:12:00.984Z] Step 26/31 : RUN chmod +x /entrypoint.sh [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:01.257Z] ---> Running in a1b77deb1d1d [2021-04-21T08:12:01.311Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:01.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-21T08:12:01.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-21T08:12:01.658Z] 1b6b194b7cd8: Preparing [2021-04-21T08:12:01.658Z] 2d641fcfd019: Preparing [2021-04-21T08:12:01.658Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:01.658Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:01.658Z] 32f366d666a5: Preparing [2021-04-21T08:12:01.658Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:01.658Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:01.658Z] 2d641fcfd019: Layer already exists [2021-04-21T08:12:01.658Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:01.658Z] 1b6b194b7cd8: Layer already exists [2021-04-21T08:12:01.658Z] master: digest: sha256:671149ec12c358c3a5ce62f89b6770a33fed1e14a826ff6ca48954d303c2289a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:12:01.715Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:01.730Z] taggedImages: [2021-04-21T08:12:01.730Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:01.730Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.185 [2021-04-21T08:12:01.730Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:01.730Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-21T08:12:01.761Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-21T08:12:01.761Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:01.761Z] 2.0.0-dev.185 [2021-04-21T08:12:01.761Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:01.761Z] master [2021-04-21T08:12:01.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:02.136Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:02.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:02.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-21T08:12:02.445Z] b3d5d8a1f482: Preparing [2021-04-21T08:12:02.445Z] a818ac234130: Preparing [2021-04-21T08:12:02.445Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:02.445Z] acc5f49d7468: Preparing [2021-04-21T08:12:02.445Z] e1e2b5065483: Preparing [2021-04-21T08:12:02.445Z] 32f366d666a5: Preparing [2021-04-21T08:12:02.445Z] 32f366d666a5: Waiting [2021-04-21T08:12:02.445Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:02.445Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:02.710Z] e1e2b5065483: Pushed [2021-04-21T08:12:02.710Z] b3d5d8a1f482: Pushed [2021-04-21T08:12:02.973Z] acc5f49d7468: Pushed [2021-04-21T08:12:03.919Z] a818ac234130: Pushed [2021-04-21T08:12:04.181Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:e30d6a5f1b927b2cd828794704b38c13b83001bf10e52a4ca98d3793f7cdcd1b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:04.490Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:04.644Z] Removing intermediate container a1b77deb1d1d [2021-04-21T08:12:04.644Z] ---> 8360022aed2e [2021-04-21T08:12:04.644Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-21T08:12:04.800Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.185 [2021-04-21T08:12:04.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-21T08:12:04.800Z] b3d5d8a1f482: Preparing [2021-04-21T08:12:04.800Z] a818ac234130: Preparing [2021-04-21T08:12:04.800Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:04.800Z] acc5f49d7468: Preparing [2021-04-21T08:12:04.800Z] e1e2b5065483: Preparing [2021-04-21T08:12:04.800Z] 32f366d666a5: Preparing [2021-04-21T08:12:04.800Z] 32f366d666a5: Waiting [2021-04-21T08:12:04.800Z] b3d5d8a1f482: Layer already exists [2021-04-21T08:12:04.800Z] acc5f49d7468: Layer already exists [2021-04-21T08:12:04.800Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:04.800Z] a818ac234130: Layer already exists [2021-04-21T08:12:04.800Z] e1e2b5065483: Layer already exists [2021-04-21T08:12:04.800Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:05.064Z] 2.0.0-dev.185: digest: sha256:e30d6a5f1b927b2cd828794704b38c13b83001bf10e52a4ca98d3793f7cdcd1b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:05.378Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:05.634Z] ---> Running in fea79f50a79b [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:06.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:06.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-21T08:12:06.632Z] b3d5d8a1f482: Preparing [2021-04-21T08:12:06.632Z] a818ac234130: Preparing [2021-04-21T08:12:06.632Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:06.632Z] acc5f49d7468: Preparing [2021-04-21T08:12:06.632Z] e1e2b5065483: Preparing [2021-04-21T08:12:06.632Z] 32f366d666a5: Preparing [2021-04-21T08:12:06.632Z] 32f366d666a5: Waiting [2021-04-21T08:12:06.632Z] acc5f49d7468: Layer already exists [2021-04-21T08:12:06.632Z] a818ac234130: Layer already exists [2021-04-21T08:12:06.632Z] b3d5d8a1f482: Layer already exists [2021-04-21T08:12:06.632Z] e1e2b5065483: Layer already exists [2021-04-21T08:12:06.632Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:06.632Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:06.632Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:e30d6a5f1b927b2cd828794704b38c13b83001bf10e52a4ca98d3793f7cdcd1b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:06.770Z] Removing intermediate container fea79f50a79b [2021-04-21T08:12:06.771Z] ---> d358d5ac3056 [2021-04-21T08:12:06.771Z] Step 28/31 : CMD ["gate"] [2021-04-21T08:12:06.947Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:07.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-21T08:12:07.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-21T08:12:07.252Z] b3d5d8a1f482: Preparing [2021-04-21T08:12:07.252Z] a818ac234130: Preparing [2021-04-21T08:12:07.252Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:07.252Z] acc5f49d7468: Preparing [2021-04-21T08:12:07.252Z] e1e2b5065483: Preparing [2021-04-21T08:12:07.252Z] 32f366d666a5: Preparing [2021-04-21T08:12:07.252Z] 32f366d666a5: Waiting [2021-04-21T08:12:07.252Z] acc5f49d7468: Layer already exists [2021-04-21T08:12:07.252Z] e1e2b5065483: Layer already exists [2021-04-21T08:12:07.252Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:07.252Z] b3d5d8a1f482: Layer already exists [2021-04-21T08:12:07.252Z] a818ac234130: Layer already exists [2021-04-21T08:12:07.252Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:07.514Z] master: digest: sha256:e30d6a5f1b927b2cd828794704b38c13b83001bf10e52a4ca98d3793f7cdcd1b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:12:07.579Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:07.593Z] taggedImages: [2021-04-21T08:12:07.593Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:07.593Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.185 [2021-04-21T08:12:07.593Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:07.593Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-21T08:12:07.624Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-21T08:12:07.624Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:07.624Z] 2.0.0-dev.185 [2021-04-21T08:12:07.624Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:07.624Z] master [2021-04-21T08:12:07.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:07.822Z] ---> Running in 9de6d03a25f4 [2021-04-21T08:12:07.970Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:08.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:08.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-21T08:12:08.282Z] eaaa8545d506: Preparing [2021-04-21T08:12:08.282Z] 1f5cf5a0a3f8: Preparing [2021-04-21T08:12:08.282Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:08.282Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:08.282Z] 32f366d666a5: Preparing [2021-04-21T08:12:08.282Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:08.282Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:08.282Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:08.543Z] eaaa8545d506: Pushed [2021-04-21T08:12:08.840Z] Removing intermediate container 9de6d03a25f4 [2021-04-21T08:12:08.840Z] ---> 58082690f67f [2021-04-21T08:12:08.840Z] Step 29/31 : LABEL arch=arm64 [2021-04-21T08:12:09.871Z] ---> Running in ffea6f3dbdc2 [2021-04-21T08:12:09.933Z] 1f5cf5a0a3f8: Pushed [2021-04-21T08:12:10.194Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:fe78ded410ba81bf6a0f937e97d31e4f830cfe5159bbf8b4af38d4c2d2ed4f7a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:10.510Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:10.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.185 [2021-04-21T08:12:10.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-21T08:12:10.815Z] eaaa8545d506: Preparing [2021-04-21T08:12:10.815Z] 1f5cf5a0a3f8: Preparing [2021-04-21T08:12:10.815Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:10.815Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:10.815Z] 32f366d666a5: Preparing [2021-04-21T08:12:10.815Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:10.815Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:10.815Z] eaaa8545d506: Layer already exists [2021-04-21T08:12:10.815Z] 1f5cf5a0a3f8: Layer already exists [2021-04-21T08:12:10.815Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:10.815Z] 2.0.0-dev.185: digest: sha256:fe78ded410ba81bf6a0f937e97d31e4f830cfe5159bbf8b4af38d4c2d2ed4f7a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:10.929Z] Removing intermediate container ffea6f3dbdc2 [2021-04-21T08:12:10.929Z] ---> 487d88229244 [2021-04-21T08:12:10.929Z] Step 30/31 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:11.122Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:11.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:11.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-21T08:12:11.423Z] eaaa8545d506: Preparing [2021-04-21T08:12:11.423Z] 1f5cf5a0a3f8: Preparing [2021-04-21T08:12:11.423Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:11.423Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:11.423Z] 32f366d666a5: Preparing [2021-04-21T08:12:11.423Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:11.423Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:11.423Z] 1f5cf5a0a3f8: Layer already exists [2021-04-21T08:12:11.423Z] eaaa8545d506: Layer already exists [2021-04-21T08:12:11.423Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:11.423Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:fe78ded410ba81bf6a0f937e97d31e4f830cfe5159bbf8b4af38d4c2d2ed4f7a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:11.572Z] ---> Running in eae6e84bb311 [2021-04-21T08:12:11.750Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:12.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-21T08:12:12.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-21T08:12:12.054Z] eaaa8545d506: Preparing [2021-04-21T08:12:12.054Z] 1f5cf5a0a3f8: Preparing [2021-04-21T08:12:12.054Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:12.054Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:12.054Z] 32f366d666a5: Preparing [2021-04-21T08:12:12.054Z] eaaa8545d506: Layer already exists [2021-04-21T08:12:12.054Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:12.054Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:12.054Z] 1f5cf5a0a3f8: Layer already exists [2021-04-21T08:12:12.054Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:12.054Z] master: digest: sha256:fe78ded410ba81bf6a0f937e97d31e4f830cfe5159bbf8b4af38d4c2d2ed4f7a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:12:12.122Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:12.137Z] taggedImages: [2021-04-21T08:12:12.137Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:12.137Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.185 [2021-04-21T08:12:12.137Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:12.137Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-21T08:12:12.170Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-21T08:12:12.170Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:12.170Z] 2.0.0-dev.185 [2021-04-21T08:12:12.170Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:12.170Z] master [2021-04-21T08:12:12.170Z] ===================================================== [2021-04-21T08:12:12.171Z] Removing intermediate container eae6e84bb311 [2021-04-21T08:12:12.171Z] ---> 5e7d71e90a1b [2021-04-21T08:12:12.171Z] Step 31/31 : LABEL version=2.0.0-dev.185 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:12.445Z] ---> Running in e4a08ca5e949 [2021-04-21T08:12:12.520Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:12.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:12.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-21T08:12:12.826Z] c350e7939829: Preparing [2021-04-21T08:12:12.826Z] c350e7939829: Preparing [2021-04-21T08:12:12.826Z] bbcd6379c09d: Preparing [2021-04-21T08:12:12.826Z] 79a494766d8f: Preparing [2021-04-21T08:12:12.826Z] 0cbf2922be43: Preparing [2021-04-21T08:12:12.826Z] 52e92f987848: Preparing [2021-04-21T08:12:12.826Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:12.826Z] 618927f9fc64: Preparing [2021-04-21T08:12:12.826Z] 618927f9fc64: Preparing [2021-04-21T08:12:12.826Z] 47b327b8fb9d: Preparing [2021-04-21T08:12:12.826Z] 8701536b588f: Preparing [2021-04-21T08:12:12.826Z] 32f366d666a5: Preparing [2021-04-21T08:12:12.826Z] a94d5e6faa6a: Waiting [2021-04-21T08:12:12.826Z] 8701536b588f: Waiting [2021-04-21T08:12:12.826Z] 32f366d666a5: Waiting [2021-04-21T08:12:12.826Z] 618927f9fc64: Waiting [2021-04-21T08:12:12.826Z] 47b327b8fb9d: Waiting [2021-04-21T08:12:13.046Z] Removing intermediate container e4a08ca5e949 [2021-04-21T08:12:13.046Z] ---> 5f862cf89f44 [2021-04-21T08:12:13.046Z] [2021-04-21T08:12:13.088Z] 79a494766d8f: Pushed [2021-04-21T08:12:13.088Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:13.088Z] c350e7939829: Pushed [2021-04-21T08:12:13.088Z] 0cbf2922be43: Pushed [2021-04-21T08:12:13.088Z] bbcd6379c09d: Pushed [2021-04-21T08:12:13.088Z] 618927f9fc64: Pushed [2021-04-21T08:12:13.088Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:13.321Z] Successfully built 5f862cf89f44 [2021-04-21T08:12:13.321Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-21T08:12:13.350Z] 47b327b8fb9d: Pushed [2021-04-21T08:12:13.350Z] 8701536b588f: Pushed [2021-04-21T08:12:14.299Z] 52e92f987848: Pushed [2021-04-21T08:12:14.561Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:ea9ea38df8bf7bb860ecc9a6adab31a7eb2937b012786c9e91bed9b9ad3a533d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:14.870Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:15.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.185 [2021-04-21T08:12:15.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-21T08:12:15.172Z] c350e7939829: Preparing [2021-04-21T08:12:15.172Z] c350e7939829: Preparing [2021-04-21T08:12:15.172Z] bbcd6379c09d: Preparing [2021-04-21T08:12:15.172Z] 79a494766d8f: Preparing [2021-04-21T08:12:15.172Z] 0cbf2922be43: Preparing [2021-04-21T08:12:15.172Z] 52e92f987848: Preparing [2021-04-21T08:12:15.172Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:15.172Z] 618927f9fc64: Preparing [2021-04-21T08:12:15.172Z] 618927f9fc64: Preparing [2021-04-21T08:12:15.172Z] 47b327b8fb9d: Preparing [2021-04-21T08:12:15.172Z] 8701536b588f: Preparing [2021-04-21T08:12:15.172Z] 32f366d666a5: Preparing [2021-04-21T08:12:15.172Z] 47b327b8fb9d: Waiting [2021-04-21T08:12:15.172Z] 8701536b588f: Waiting [2021-04-21T08:12:15.172Z] 32f366d666a5: Waiting [2021-04-21T08:12:15.172Z] a94d5e6faa6a: Waiting [2021-04-21T08:12:15.172Z] 618927f9fc64: Waiting [2021-04-21T08:12:15.172Z] bbcd6379c09d: Layer already exists [2021-04-21T08:12:15.172Z] 0cbf2922be43: Layer already exists [2021-04-21T08:12:15.172Z] c350e7939829: Layer already exists [2021-04-21T08:12:15.172Z] 79a494766d8f: Layer already exists [2021-04-21T08:12:15.172Z] 52e92f987848: Layer already exists [2021-04-21T08:12:15.172Z] 618927f9fc64: Layer already exists [2021-04-21T08:12:15.172Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:15.172Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:15.172Z] 8701536b588f: Layer already exists [2021-04-21T08:12:15.172Z] 47b327b8fb9d: Layer already exists [2021-04-21T08:12:15.433Z] 2.0.0-dev.185: digest: sha256:ea9ea38df8bf7bb860ecc9a6adab31a7eb2937b012786c9e91bed9b9ad3a533d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:15.744Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:16.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:16.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-21T08:12:16.045Z] c350e7939829: Preparing [2021-04-21T08:12:16.045Z] c350e7939829: Preparing [2021-04-21T08:12:16.045Z] bbcd6379c09d: Preparing [2021-04-21T08:12:16.045Z] 79a494766d8f: Preparing [2021-04-21T08:12:16.045Z] 0cbf2922be43: Preparing [2021-04-21T08:12:16.045Z] 52e92f987848: Preparing [2021-04-21T08:12:16.045Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:16.045Z] 618927f9fc64: Preparing [2021-04-21T08:12:16.045Z] 618927f9fc64: Preparing [2021-04-21T08:12:16.045Z] 47b327b8fb9d: Preparing [2021-04-21T08:12:16.045Z] 8701536b588f: Preparing [2021-04-21T08:12:16.045Z] 32f366d666a5: Preparing [2021-04-21T08:12:16.045Z] 47b327b8fb9d: Waiting [2021-04-21T08:12:16.045Z] 8701536b588f: Waiting [2021-04-21T08:12:16.045Z] 32f366d666a5: Waiting [2021-04-21T08:12:16.045Z] a94d5e6faa6a: Waiting [2021-04-21T08:12:16.045Z] 618927f9fc64: Waiting [2021-04-21T08:12:16.045Z] c350e7939829: Layer already exists [2021-04-21T08:12:16.045Z] bbcd6379c09d: Layer already exists [2021-04-21T08:12:16.045Z] 79a494766d8f: Layer already exists [2021-04-21T08:12:16.045Z] 52e92f987848: Layer already exists [2021-04-21T08:12:16.045Z] 0cbf2922be43: Layer already exists [2021-04-21T08:12:16.045Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:16.045Z] 618927f9fc64: Layer already exists [2021-04-21T08:12:16.045Z] 8701536b588f: Layer already exists [2021-04-21T08:12:16.045Z] 47b327b8fb9d: Layer already exists [2021-04-21T08:12:16.045Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:16.045Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:ea9ea38df8bf7bb860ecc9a6adab31a7eb2937b012786c9e91bed9b9ad3a533d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:16.615Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:16.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-21T08:12:16.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-21T08:12:16.916Z] c350e7939829: Preparing [2021-04-21T08:12:16.916Z] c350e7939829: Preparing [2021-04-21T08:12:16.916Z] bbcd6379c09d: Preparing [2021-04-21T08:12:16.916Z] 79a494766d8f: Preparing [2021-04-21T08:12:16.916Z] 0cbf2922be43: Preparing [2021-04-21T08:12:16.916Z] 52e92f987848: Preparing [2021-04-21T08:12:16.916Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:16.916Z] 618927f9fc64: Preparing [2021-04-21T08:12:16.916Z] 618927f9fc64: Preparing [2021-04-21T08:12:16.916Z] 47b327b8fb9d: Preparing [2021-04-21T08:12:16.916Z] 8701536b588f: Preparing [2021-04-21T08:12:16.916Z] 32f366d666a5: Preparing [2021-04-21T08:12:16.916Z] 47b327b8fb9d: Waiting [2021-04-21T08:12:16.916Z] 8701536b588f: Waiting [2021-04-21T08:12:16.916Z] 32f366d666a5: Waiting [2021-04-21T08:12:16.916Z] a94d5e6faa6a: Waiting [2021-04-21T08:12:16.916Z] 618927f9fc64: Waiting [2021-04-21T08:12:16.916Z] c350e7939829: Layer already exists [2021-04-21T08:12:16.916Z] bbcd6379c09d: Layer already exists [2021-04-21T08:12:16.916Z] 52e92f987848: Layer already exists [2021-04-21T08:12:16.916Z] 0cbf2922be43: Layer already exists [2021-04-21T08:12:16.916Z] 79a494766d8f: Layer already exists [2021-04-21T08:12:16.916Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:16.916Z] 618927f9fc64: Layer already exists [2021-04-21T08:12:16.916Z] 8701536b588f: Layer already exists [2021-04-21T08:12:16.916Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:16.916Z] 47b327b8fb9d: Layer already exists [2021-04-21T08:12:16.916Z] master: digest: sha256:ea9ea38df8bf7bb860ecc9a6adab31a7eb2937b012786c9e91bed9b9ad3a533d size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:12:16.970Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:16.986Z] taggedImages: [2021-04-21T08:12:16.986Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:16.986Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.185 [2021-04-21T08:12:16.986Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:16.986Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-21T08:12:17.046Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-21T08:12:17.046Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:17.046Z] 2.0.0-dev.185 [2021-04-21T08:12:17.046Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:17.046Z] master [2021-04-21T08:12:17.046Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:17.391Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:17.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:17.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-21T08:12:17.693Z] aa5f4d923818: Preparing [2021-04-21T08:12:17.693Z] 5ef6106ee439: Preparing [2021-04-21T08:12:17.693Z] c6801c5f814c: Preparing [2021-04-21T08:12:17.693Z] 5ef35d4dfcce: Preparing [2021-04-21T08:12:17.693Z] 1ccc2cdb2ffb: Preparing [2021-04-21T08:12:17.693Z] 32f366d666a5: Preparing [2021-04-21T08:12:17.693Z] 32f366d666a5: Waiting [2021-04-21T08:12:17.956Z] 5ef35d4dfcce: Pushed [2021-04-21T08:12:17.956Z] c6801c5f814c: Pushed [2021-04-21T08:12:17.956Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:18.223Z] 1ccc2cdb2ffb: Pushed [2021-04-21T08:12:18.796Z] 5ef6106ee439: Pushed [2021-04-21T08:12:18.796Z] aa5f4d923818: Pushed [2021-04-21T08:12:19.057Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:d042ca43aad2e9dc57d04772d84b91a4fad1a89c4dc2ee6ce5bd0bd6bb56e7b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:19.370Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:19.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.185 [2021-04-21T08:12:19.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-21T08:12:19.670Z] aa5f4d923818: Preparing [2021-04-21T08:12:19.670Z] 5ef6106ee439: Preparing [2021-04-21T08:12:19.670Z] c6801c5f814c: Preparing [2021-04-21T08:12:19.670Z] 5ef35d4dfcce: Preparing [2021-04-21T08:12:19.670Z] 1ccc2cdb2ffb: Preparing [2021-04-21T08:12:19.670Z] 32f366d666a5: Preparing [2021-04-21T08:12:19.670Z] 32f366d666a5: Waiting [2021-04-21T08:12:19.670Z] 5ef35d4dfcce: Layer already exists [2021-04-21T08:12:19.670Z] c6801c5f814c: Layer already exists [2021-04-21T08:12:19.670Z] 1ccc2cdb2ffb: Layer already exists [2021-04-21T08:12:19.670Z] aa5f4d923818: Layer already exists [2021-04-21T08:12:19.670Z] 5ef6106ee439: Layer already exists [2021-04-21T08:12:19.670Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:19.670Z] 2.0.0-dev.185: digest: sha256:d042ca43aad2e9dc57d04772d84b91a4fad1a89c4dc2ee6ce5bd0bd6bb56e7b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:19.975Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:20.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:20.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-21T08:12:20.280Z] aa5f4d923818: Preparing [2021-04-21T08:12:20.280Z] 5ef6106ee439: Preparing [2021-04-21T08:12:20.280Z] c6801c5f814c: Preparing [2021-04-21T08:12:20.280Z] 5ef35d4dfcce: Preparing [2021-04-21T08:12:20.280Z] 1ccc2cdb2ffb: Preparing [2021-04-21T08:12:20.280Z] 32f366d666a5: Preparing [2021-04-21T08:12:20.280Z] 32f366d666a5: Waiting [2021-04-21T08:12:20.280Z] 1ccc2cdb2ffb: Layer already exists [2021-04-21T08:12:20.280Z] 5ef35d4dfcce: Layer already exists [2021-04-21T08:12:20.280Z] 5ef6106ee439: Layer already exists [2021-04-21T08:12:20.280Z] c6801c5f814c: Layer already exists [2021-04-21T08:12:20.280Z] aa5f4d923818: Layer already exists [2021-04-21T08:12:20.280Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:20.280Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:d042ca43aad2e9dc57d04772d84b91a4fad1a89c4dc2ee6ce5bd0bd6bb56e7b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:20.652Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:21.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-21T08:12:21.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-21T08:12:21.033Z] aa5f4d923818: Preparing [2021-04-21T08:12:21.033Z] 5ef6106ee439: Preparing [2021-04-21T08:12:21.033Z] c6801c5f814c: Preparing [2021-04-21T08:12:21.033Z] 5ef35d4dfcce: Preparing [2021-04-21T08:12:21.033Z] 1ccc2cdb2ffb: Preparing [2021-04-21T08:12:21.033Z] 32f366d666a5: Preparing [2021-04-21T08:12:21.033Z] 32f366d666a5: Waiting [2021-04-21T08:12:21.033Z] 5ef35d4dfcce: Layer already exists [2021-04-21T08:12:21.033Z] 1ccc2cdb2ffb: Layer already exists [2021-04-21T08:12:21.033Z] aa5f4d923818: Layer already exists [2021-04-21T08:12:21.033Z] c6801c5f814c: Layer already exists [2021-04-21T08:12:21.033Z] 5ef6106ee439: Layer already exists [2021-04-21T08:12:21.033Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:21.033Z] master: digest: sha256:d042ca43aad2e9dc57d04772d84b91a4fad1a89c4dc2ee6ce5bd0bd6bb56e7b2 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:12:21.100Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:21.115Z] taggedImages: [2021-04-21T08:12:21.115Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:21.115Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.185 [2021-04-21T08:12:21.115Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:21.115Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-21T08:12:21.147Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-21T08:12:21.147Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:21.147Z] 2.0.0-dev.185 [2021-04-21T08:12:21.147Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:21.147Z] master [2021-04-21T08:12:21.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:21.514Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:21.590Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:12:21.590Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:12:21.590Z] ---> 9efdf8cdba66 [2021-04-21T08:12:21.590Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T08:12:21.590Z] ---> Using cache [2021-04-21T08:12:21.590Z] ---> ab33be5b4e81 [2021-04-21T08:12:21.590Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:12:21.590Z] ---> Using cache [2021-04-21T08:12:21.590Z] ---> c896fbe83485 [2021-04-21T08:12:21.590Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-21T08:12:21.590Z] ---> Running in 073e52b94ca3 [2021-04-21T08:12:21.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:21.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-21T08:12:21.813Z] 368a2971bd54: Preparing [2021-04-21T08:12:21.813Z] 7eefa5785fb0: Preparing [2021-04-21T08:12:21.813Z] bdd47015d9d6: Preparing [2021-04-21T08:12:21.813Z] 6f917dcc166c: Preparing [2021-04-21T08:12:21.813Z] 0791c8d72502: Preparing [2021-04-21T08:12:21.813Z] 479dad7bcd0b: Preparing [2021-04-21T08:12:21.813Z] 069eee6eec3e: Preparing [2021-04-21T08:12:21.813Z] 0b1bb3833d9c: Preparing [2021-04-21T08:12:21.813Z] 32f366d666a5: Preparing [2021-04-21T08:12:21.813Z] 479dad7bcd0b: Waiting [2021-04-21T08:12:21.813Z] 069eee6eec3e: Waiting [2021-04-21T08:12:21.813Z] 0b1bb3833d9c: Waiting [2021-04-21T08:12:21.813Z] 32f366d666a5: Waiting [2021-04-21T08:12:22.085Z] 7eefa5785fb0: Pushed [2021-04-21T08:12:22.085Z] 0791c8d72502: Pushed [2021-04-21T08:12:22.085Z] 368a2971bd54: Pushed [2021-04-21T08:12:22.085Z] 479dad7bcd0b: Pushed [2021-04-21T08:12:22.354Z] 069eee6eec3e: Pushed [2021-04-21T08:12:22.354Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:22.615Z] 0b1bb3833d9c: Pushed [2021-04-21T08:12:22.876Z] 6f917dcc166c: Pushed [2021-04-21T08:12:22.876Z] bdd47015d9d6: Pushed [2021-04-21T08:12:23.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:12:23.140Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:3e30ae3f3d6665518f54d282482adbbf5df0248b2019b859558237fc463f2d74 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:23.467Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:23.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:12:23.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.185 [2021-04-21T08:12:23.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-21T08:12:23.764Z] 368a2971bd54: Preparing [2021-04-21T08:12:23.764Z] 7eefa5785fb0: Preparing [2021-04-21T08:12:23.764Z] bdd47015d9d6: Preparing [2021-04-21T08:12:23.764Z] 6f917dcc166c: Preparing [2021-04-21T08:12:23.764Z] 0791c8d72502: Preparing [2021-04-21T08:12:23.764Z] 479dad7bcd0b: Preparing [2021-04-21T08:12:23.764Z] 069eee6eec3e: Preparing [2021-04-21T08:12:23.764Z] 0b1bb3833d9c: Preparing [2021-04-21T08:12:23.764Z] 32f366d666a5: Preparing [2021-04-21T08:12:23.764Z] 479dad7bcd0b: Waiting [2021-04-21T08:12:23.764Z] 069eee6eec3e: Waiting [2021-04-21T08:12:23.764Z] 0b1bb3833d9c: Waiting [2021-04-21T08:12:23.764Z] 32f366d666a5: Waiting [2021-04-21T08:12:23.764Z] 368a2971bd54: Layer already exists [2021-04-21T08:12:23.764Z] bdd47015d9d6: Layer already exists [2021-04-21T08:12:23.764Z] 7eefa5785fb0: Layer already exists [2021-04-21T08:12:23.764Z] 0791c8d72502: Layer already exists [2021-04-21T08:12:23.764Z] 6f917dcc166c: Layer already exists [2021-04-21T08:12:23.764Z] 0b1bb3833d9c: Layer already exists [2021-04-21T08:12:23.764Z] 069eee6eec3e: Layer already exists [2021-04-21T08:12:23.764Z] 479dad7bcd0b: Layer already exists [2021-04-21T08:12:23.764Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:23.764Z] 2.0.0-dev.185: digest: sha256:3e30ae3f3d6665518f54d282482adbbf5df0248b2019b859558237fc463f2d74 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:24.077Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:24.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:24.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-21T08:12:24.372Z] 368a2971bd54: Preparing [2021-04-21T08:12:24.372Z] 7eefa5785fb0: Preparing [2021-04-21T08:12:24.372Z] bdd47015d9d6: Preparing [2021-04-21T08:12:24.372Z] 6f917dcc166c: Preparing [2021-04-21T08:12:24.372Z] 0791c8d72502: Preparing [2021-04-21T08:12:24.372Z] 479dad7bcd0b: Preparing [2021-04-21T08:12:24.372Z] 069eee6eec3e: Preparing [2021-04-21T08:12:24.373Z] 0b1bb3833d9c: Preparing [2021-04-21T08:12:24.373Z] 32f366d666a5: Preparing [2021-04-21T08:12:24.373Z] 479dad7bcd0b: Waiting [2021-04-21T08:12:24.373Z] 069eee6eec3e: Waiting [2021-04-21T08:12:24.373Z] 32f366d666a5: Waiting [2021-04-21T08:12:24.373Z] 0b1bb3833d9c: Waiting [2021-04-21T08:12:24.373Z] 6f917dcc166c: Layer already exists [2021-04-21T08:12:24.373Z] 7eefa5785fb0: Layer already exists [2021-04-21T08:12:24.373Z] bdd47015d9d6: Layer already exists [2021-04-21T08:12:24.373Z] 368a2971bd54: Layer already exists [2021-04-21T08:12:24.373Z] 0791c8d72502: Layer already exists [2021-04-21T08:12:24.373Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:24.373Z] 069eee6eec3e: Layer already exists [2021-04-21T08:12:24.373Z] 0b1bb3833d9c: Layer already exists [2021-04-21T08:12:24.373Z] 479dad7bcd0b: Layer already exists [2021-04-21T08:12:24.373Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:3e30ae3f3d6665518f54d282482adbbf5df0248b2019b859558237fc463f2d74 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:24.614Z] OK: 217 MiB in 51 packages [2021-04-21T08:12:24.676Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:24.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-21T08:12:24.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-21T08:12:24.977Z] 368a2971bd54: Preparing [2021-04-21T08:12:24.977Z] 7eefa5785fb0: Preparing [2021-04-21T08:12:24.977Z] bdd47015d9d6: Preparing [2021-04-21T08:12:24.977Z] 6f917dcc166c: Preparing [2021-04-21T08:12:24.977Z] 0791c8d72502: Preparing [2021-04-21T08:12:24.977Z] 479dad7bcd0b: Preparing [2021-04-21T08:12:24.977Z] 069eee6eec3e: Preparing [2021-04-21T08:12:24.977Z] 0b1bb3833d9c: Preparing [2021-04-21T08:12:24.977Z] 32f366d666a5: Preparing [2021-04-21T08:12:24.977Z] 479dad7bcd0b: Waiting [2021-04-21T08:12:24.977Z] 069eee6eec3e: Waiting [2021-04-21T08:12:24.977Z] 0b1bb3833d9c: Waiting [2021-04-21T08:12:24.977Z] 32f366d666a5: Waiting [2021-04-21T08:12:24.977Z] bdd47015d9d6: Layer already exists [2021-04-21T08:12:24.977Z] 6f917dcc166c: Layer already exists [2021-04-21T08:12:24.977Z] 7eefa5785fb0: Layer already exists [2021-04-21T08:12:24.977Z] 0791c8d72502: Layer already exists [2021-04-21T08:12:24.977Z] 368a2971bd54: Layer already exists [2021-04-21T08:12:24.977Z] 0b1bb3833d9c: Layer already exists [2021-04-21T08:12:24.977Z] 479dad7bcd0b: Layer already exists [2021-04-21T08:12:24.977Z] 069eee6eec3e: Layer already exists [2021-04-21T08:12:24.977Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:24.977Z] master: digest: sha256:3e30ae3f3d6665518f54d282482adbbf5df0248b2019b859558237fc463f2d74 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:12:25.029Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:25.044Z] taggedImages: [2021-04-21T08:12:25.044Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:25.044Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.185 [2021-04-21T08:12:25.044Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:25.044Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-21T08:12:25.076Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-21T08:12:25.076Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:25.076Z] 2.0.0-dev.185 [2021-04-21T08:12:25.076Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:25.076Z] master [2021-04-21T08:12:25.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:25.434Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:25.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:25.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-21T08:12:25.734Z] 1c1aa52d9629: Preparing [2021-04-21T08:12:25.734Z] b77757f0e99e: Preparing [2021-04-21T08:12:25.735Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:25.735Z] 0d8cdcb193d2: Preparing [2021-04-21T08:12:25.735Z] 32f366d666a5: Preparing [2021-04-21T08:12:25.735Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:25.735Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:25.735Z] 1c1aa52d9629: Pushed [2021-04-21T08:12:26.306Z] 0d8cdcb193d2: Pushed [2021-04-21T08:12:26.879Z] b77757f0e99e: Pushed [2021-04-21T08:12:27.141Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:bcc9dcf35f546d54f66b6905209690500721fcb5745b6ffb983a5762e17af922 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:27.447Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:27.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.185 [2021-04-21T08:12:27.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-21T08:12:27.746Z] 1c1aa52d9629: Preparing [2021-04-21T08:12:27.746Z] b77757f0e99e: Preparing [2021-04-21T08:12:27.746Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:27.746Z] 0d8cdcb193d2: Preparing [2021-04-21T08:12:27.746Z] 32f366d666a5: Preparing [2021-04-21T08:12:27.746Z] 1c1aa52d9629: Layer already exists [2021-04-21T08:12:27.746Z] b77757f0e99e: Layer already exists [2021-04-21T08:12:27.746Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:27.746Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:27.746Z] 0d8cdcb193d2: Layer already exists [2021-04-21T08:12:27.746Z] 2.0.0-dev.185: digest: sha256:bcc9dcf35f546d54f66b6905209690500721fcb5745b6ffb983a5762e17af922 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:28.027Z] Removing intermediate container 073e52b94ca3 [2021-04-21T08:12:28.027Z] ---> f4c347e7d5b1 [2021-04-21T08:12:28.027Z] Step 6/23 : COPY go.mod . [2021-04-21T08:12:28.048Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:28.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:28.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-21T08:12:28.347Z] 1c1aa52d9629: Preparing [2021-04-21T08:12:28.347Z] b77757f0e99e: Preparing [2021-04-21T08:12:28.347Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:28.347Z] 0d8cdcb193d2: Preparing [2021-04-21T08:12:28.347Z] 32f366d666a5: Preparing [2021-04-21T08:12:28.347Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:28.347Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:28.347Z] b77757f0e99e: Layer already exists [2021-04-21T08:12:28.347Z] 1c1aa52d9629: Layer already exists [2021-04-21T08:12:28.347Z] 0d8cdcb193d2: Layer already exists [2021-04-21T08:12:28.347Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:bcc9dcf35f546d54f66b6905209690500721fcb5745b6ffb983a5762e17af922 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:28.656Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:28.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-21T08:12:28.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-21T08:12:28.956Z] 1c1aa52d9629: Preparing [2021-04-21T08:12:28.956Z] b77757f0e99e: Preparing [2021-04-21T08:12:28.956Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:28.956Z] 0d8cdcb193d2: Preparing [2021-04-21T08:12:28.956Z] 32f366d666a5: Preparing [2021-04-21T08:12:28.956Z] 0d8cdcb193d2: Layer already exists [2021-04-21T08:12:28.956Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:28.956Z] b77757f0e99e: Layer already exists [2021-04-21T08:12:28.956Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:28.956Z] 1c1aa52d9629: Layer already exists [2021-04-21T08:12:28.956Z] master: digest: sha256:bcc9dcf35f546d54f66b6905209690500721fcb5745b6ffb983a5762e17af922 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-04-21T08:12:29.024Z] ---> 7378c86264b5 [2021-04-21T08:12:29.024Z] Step 7/23 : RUN go mod download [Pipeline] echo [2021-04-21T08:12:29.029Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:29.044Z] taggedImages: [2021-04-21T08:12:29.044Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:29.044Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.185 [2021-04-21T08:12:29.044Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:29.044Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-21T08:12:29.079Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-21T08:12:29.079Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:29.079Z] 2.0.0-dev.185 [2021-04-21T08:12:29.079Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:29.079Z] master [2021-04-21T08:12:29.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:29.312Z] ---> Running in c1e243da2bb9 [2021-04-21T08:12:29.425Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:29.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:29.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-21T08:12:29.725Z] d512b797a43e: Preparing [2021-04-21T08:12:29.725Z] 36da7226480b: Preparing [2021-04-21T08:12:29.725Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:29.725Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:29.725Z] 32f366d666a5: Preparing [2021-04-21T08:12:29.725Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:29.725Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:29.725Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:29.725Z] d512b797a43e: Pushed [2021-04-21T08:12:30.298Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:12:30.298Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:12:30.298Z] ---> 9efdf8cdba66 [2021-04-21T08:12:30.299Z] Step 3/24 : WORKDIR /edgex-go [2021-04-21T08:12:30.299Z] ---> Using cache [2021-04-21T08:12:30.299Z] ---> ab33be5b4e81 [2021-04-21T08:12:30.299Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:12:30.299Z] ---> Using cache [2021-04-21T08:12:30.299Z] ---> c896fbe83485 [2021-04-21T08:12:30.299Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-21T08:12:30.299Z] ---> Using cache [2021-04-21T08:12:30.299Z] ---> e2c284eac2cb [2021-04-21T08:12:30.299Z] Step 6/24 : COPY go.mod . [2021-04-21T08:12:30.299Z] ---> Using cache [2021-04-21T08:12:30.299Z] ---> 0963bc606f05 [2021-04-21T08:12:30.299Z] Step 7/24 : RUN go mod download [2021-04-21T08:12:30.299Z] ---> Using cache [2021-04-21T08:12:30.299Z] ---> ef56393a979e [2021-04-21T08:12:30.299Z] Step 8/24 : COPY . . [2021-04-21T08:12:30.588Z] ---> Using cache [2021-04-21T08:12:30.588Z] ---> 2c5579906882 [2021-04-21T08:12:30.588Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-21T08:12:31.112Z] 36da7226480b: Pushed [2021-04-21T08:12:31.112Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:3fd26e825c3f2b80baf759735032649bc5548f66b79a476290504e82b5b72e30 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:31.421Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:31.580Z] ---> Running in 9fddced93683 [2021-04-21T08:12:31.581Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:12:31.581Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:12:31.581Z] ---> 9efdf8cdba66 [2021-04-21T08:12:31.581Z] Step 3/22 : WORKDIR /edgex-go [2021-04-21T08:12:31.581Z] ---> Using cache [2021-04-21T08:12:31.581Z] ---> ab33be5b4e81 [2021-04-21T08:12:31.581Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:12:31.581Z] ---> Using cache [2021-04-21T08:12:31.581Z] ---> c896fbe83485 [2021-04-21T08:12:31.581Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-21T08:12:31.581Z] ---> Using cache [2021-04-21T08:12:31.581Z] ---> e2c284eac2cb [2021-04-21T08:12:31.581Z] Step 6/22 : COPY go.mod . [2021-04-21T08:12:31.581Z] ---> Using cache [2021-04-21T08:12:31.581Z] ---> 0963bc606f05 [2021-04-21T08:12:31.581Z] Step 7/22 : RUN go mod download [2021-04-21T08:12:31.581Z] ---> Using cache [2021-04-21T08:12:31.581Z] ---> ef56393a979e [2021-04-21T08:12:31.581Z] Step 8/22 : COPY . . [2021-04-21T08:12:31.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.185 [2021-04-21T08:12:31.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-21T08:12:31.718Z] d512b797a43e: Preparing [2021-04-21T08:12:31.718Z] 36da7226480b: Preparing [2021-04-21T08:12:31.718Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:31.718Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:31.718Z] 32f366d666a5: Preparing [2021-04-21T08:12:31.718Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:31.718Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:31.718Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:31.718Z] 36da7226480b: Layer already exists [2021-04-21T08:12:31.718Z] d512b797a43e: Layer already exists [2021-04-21T08:12:31.980Z] 2.0.0-dev.185: digest: sha256:3fd26e825c3f2b80baf759735032649bc5548f66b79a476290504e82b5b72e30 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:32.178Z] ---> Using cache [2021-04-21T08:12:32.178Z] ---> 2c5579906882 [2021-04-21T08:12:32.178Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-21T08:12:32.178Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T08:12:32.178Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T08:12:32.178Z] ---> 9efdf8cdba66 [2021-04-21T08:12:32.178Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T08:12:32.178Z] ---> Using cache [2021-04-21T08:12:32.178Z] ---> ab33be5b4e81 [2021-04-21T08:12:32.178Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:12:32.178Z] ---> Using cache [2021-04-21T08:12:32.178Z] ---> c896fbe83485 [2021-04-21T08:12:32.178Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-21T08:12:32.286Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:32.456Z] ---> Running in 23a55cfad6ce [2021-04-21T08:12:32.456Z] ---> Running in 4e5606ea64c7 [2021-04-21T08:12:32.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:32.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-21T08:12:32.583Z] d512b797a43e: Preparing [2021-04-21T08:12:32.583Z] 36da7226480b: Preparing [2021-04-21T08:12:32.583Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:32.583Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:32.583Z] 32f366d666a5: Preparing [2021-04-21T08:12:32.583Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:32.583Z] d512b797a43e: Layer already exists [2021-04-21T08:12:32.583Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:32.583Z] 36da7226480b: Layer already exists [2021-04-21T08:12:32.583Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:32.583Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:3fd26e825c3f2b80baf759735032649bc5548f66b79a476290504e82b5b72e30 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:32.891Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:33.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-21T08:12:33.073Z] Removing intermediate container c1e243da2bb9 [2021-04-21T08:12:33.073Z] ---> 7c518144fd63 [2021-04-21T08:12:33.073Z] Step 8/23 : COPY . . [2021-04-21T08:12:33.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-21T08:12:33.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-21T08:12:33.189Z] d512b797a43e: Preparing [2021-04-21T08:12:33.189Z] 36da7226480b: Preparing [2021-04-21T08:12:33.189Z] a94d5e6faa6a: Preparing [2021-04-21T08:12:33.189Z] 7f7d60d5bbfa: Preparing [2021-04-21T08:12:33.189Z] 32f366d666a5: Preparing [2021-04-21T08:12:33.189Z] 32f366d666a5: Layer already exists [2021-04-21T08:12:33.189Z] 36da7226480b: Layer already exists [2021-04-21T08:12:33.189Z] a94d5e6faa6a: Layer already exists [2021-04-21T08:12:33.189Z] 7f7d60d5bbfa: Layer already exists [2021-04-21T08:12:33.189Z] d512b797a43e: Layer already exists [2021-04-21T08:12:33.189Z] master: digest: sha256:3fd26e825c3f2b80baf759735032649bc5548f66b79a476290504e82b5b72e30 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:12:33.242Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:33.257Z] taggedImages: [2021-04-21T08:12:33.257Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:33.257Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.185 [2021-04-21T08:12:33.257Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:33.257Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-21T08:12:33.287Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-21T08:12:33.287Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:33.287Z] 2.0.0-dev.185 [2021-04-21T08:12:33.287Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:33.287Z] master [2021-04-21T08:12:33.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:33.648Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:33.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:33.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-21T08:12:33.947Z] 53c5e6886323: Preparing [2021-04-21T08:12:33.947Z] c12d7e3e6173: Preparing [2021-04-21T08:12:33.947Z] 18e02e26196a: Preparing [2021-04-21T08:12:33.947Z] e9c3552c856c: Preparing [2021-04-21T08:12:33.947Z] 0754057c0ad3: Preparing [2021-04-21T08:12:33.947Z] 998cdf262ab1: Preparing [2021-04-21T08:12:33.947Z] 02e56110abd2: Preparing [2021-04-21T08:12:33.947Z] abc36efb885a: Preparing [2021-04-21T08:12:33.947Z] b0b09059f4e1: Preparing [2021-04-21T08:12:33.947Z] bb961f40224b: Preparing [2021-04-21T08:12:33.947Z] f4666769fca7: Preparing [2021-04-21T08:12:33.947Z] 998cdf262ab1: Waiting [2021-04-21T08:12:33.947Z] 02e56110abd2: Waiting [2021-04-21T08:12:33.947Z] abc36efb885a: Waiting [2021-04-21T08:12:33.947Z] b0b09059f4e1: Waiting [2021-04-21T08:12:33.947Z] bb961f40224b: Waiting [2021-04-21T08:12:33.947Z] f4666769fca7: Waiting [2021-04-21T08:12:33.947Z] 0754057c0ad3: Layer already exists [2021-04-21T08:12:33.947Z] 998cdf262ab1: Layer already exists [2021-04-21T08:12:33.947Z] 02e56110abd2: Layer already exists [2021-04-21T08:12:34.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-21T08:12:34.215Z] c12d7e3e6173: Pushed [2021-04-21T08:12:34.215Z] abc36efb885a: Layer already exists [2021-04-21T08:12:34.215Z] b0b09059f4e1: Layer already exists [2021-04-21T08:12:34.215Z] bb961f40224b: Layer already exists [2021-04-21T08:12:34.215Z] f4666769fca7: Layer already exists [2021-04-21T08:12:34.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:12:34.476Z] 53c5e6886323: Pushed [2021-04-21T08:12:35.048Z] 18e02e26196a: Pushed [2021-04-21T08:12:35.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:12:35.950Z] OK: 217 MiB in 51 packages [2021-04-21T08:12:39.409Z] Removing intermediate container 23a55cfad6ce [2021-04-21T08:12:39.409Z] ---> 5eb66666b816 [2021-04-21T08:12:39.409Z] Step 6/23 : COPY go.mod . [2021-04-21T08:12:40.871Z] ---> 94953e3525b3 [2021-04-21T08:12:40.871Z] Step 7/23 : RUN go mod download [2021-04-21T08:12:40.871Z] ---> Running in b00e2d936276 [2021-04-21T08:12:45.072Z] e9c3552c856c: Pushed [2021-04-21T08:12:45.072Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:7f1766102215e12f53e3056c1e2479bc59432f6ff974418045b1944ac75a3dbf size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:45.394Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:45.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.185 [2021-04-21T08:12:45.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-21T08:12:45.701Z] 53c5e6886323: Preparing [2021-04-21T08:12:45.701Z] c12d7e3e6173: Preparing [2021-04-21T08:12:45.701Z] 18e02e26196a: Preparing [2021-04-21T08:12:45.701Z] e9c3552c856c: Preparing [2021-04-21T08:12:45.701Z] 0754057c0ad3: Preparing [2021-04-21T08:12:45.701Z] 998cdf262ab1: Preparing [2021-04-21T08:12:45.701Z] 02e56110abd2: Preparing [2021-04-21T08:12:45.701Z] abc36efb885a: Preparing [2021-04-21T08:12:45.701Z] b0b09059f4e1: Preparing [2021-04-21T08:12:45.701Z] bb961f40224b: Preparing [2021-04-21T08:12:45.701Z] f4666769fca7: Preparing [2021-04-21T08:12:45.701Z] abc36efb885a: Waiting [2021-04-21T08:12:45.701Z] b0b09059f4e1: Waiting [2021-04-21T08:12:45.701Z] bb961f40224b: Waiting [2021-04-21T08:12:45.701Z] 998cdf262ab1: Waiting [2021-04-21T08:12:45.701Z] f4666769fca7: Waiting [2021-04-21T08:12:45.701Z] 02e56110abd2: Waiting [2021-04-21T08:12:45.701Z] c12d7e3e6173: Layer already exists [2021-04-21T08:12:45.701Z] 0754057c0ad3: Layer already exists [2021-04-21T08:12:45.701Z] e9c3552c856c: Layer already exists [2021-04-21T08:12:45.701Z] 53c5e6886323: Layer already exists [2021-04-21T08:12:45.701Z] 18e02e26196a: Layer already exists [2021-04-21T08:12:45.701Z] 998cdf262ab1: Layer already exists [2021-04-21T08:12:45.701Z] 02e56110abd2: Layer already exists [2021-04-21T08:12:45.701Z] abc36efb885a: Layer already exists [2021-04-21T08:12:45.701Z] bb961f40224b: Layer already exists [2021-04-21T08:12:45.701Z] b0b09059f4e1: Layer already exists [2021-04-21T08:12:45.701Z] f4666769fca7: Layer already exists [2021-04-21T08:12:45.701Z] 2.0.0-dev.185: digest: sha256:7f1766102215e12f53e3056c1e2479bc59432f6ff974418045b1944ac75a3dbf size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:46.017Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:46.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:46.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-21T08:12:46.320Z] 53c5e6886323: Preparing [2021-04-21T08:12:46.320Z] c12d7e3e6173: Preparing [2021-04-21T08:12:46.320Z] 18e02e26196a: Preparing [2021-04-21T08:12:46.320Z] e9c3552c856c: Preparing [2021-04-21T08:12:46.320Z] 0754057c0ad3: Preparing [2021-04-21T08:12:46.320Z] 998cdf262ab1: Preparing [2021-04-21T08:12:46.320Z] 02e56110abd2: Preparing [2021-04-21T08:12:46.320Z] abc36efb885a: Preparing [2021-04-21T08:12:46.320Z] b0b09059f4e1: Preparing [2021-04-21T08:12:46.320Z] bb961f40224b: Preparing [2021-04-21T08:12:46.320Z] f4666769fca7: Preparing [2021-04-21T08:12:46.320Z] 02e56110abd2: Waiting [2021-04-21T08:12:46.320Z] abc36efb885a: Waiting [2021-04-21T08:12:46.320Z] b0b09059f4e1: Waiting [2021-04-21T08:12:46.320Z] bb961f40224b: Waiting [2021-04-21T08:12:46.320Z] 998cdf262ab1: Waiting [2021-04-21T08:12:46.320Z] f4666769fca7: Waiting [2021-04-21T08:12:46.320Z] 18e02e26196a: Layer already exists [2021-04-21T08:12:46.320Z] c12d7e3e6173: Layer already exists [2021-04-21T08:12:46.320Z] e9c3552c856c: Layer already exists [2021-04-21T08:12:46.320Z] 53c5e6886323: Layer already exists [2021-04-21T08:12:46.320Z] 0754057c0ad3: Layer already exists [2021-04-21T08:12:46.320Z] 998cdf262ab1: Layer already exists [2021-04-21T08:12:46.320Z] abc36efb885a: Layer already exists [2021-04-21T08:12:46.320Z] 02e56110abd2: Layer already exists [2021-04-21T08:12:46.320Z] b0b09059f4e1: Layer already exists [2021-04-21T08:12:46.320Z] bb961f40224b: Layer already exists [2021-04-21T08:12:46.320Z] f4666769fca7: Layer already exists [2021-04-21T08:12:46.320Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:7f1766102215e12f53e3056c1e2479bc59432f6ff974418045b1944ac75a3dbf size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:46.628Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:12:46.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-21T08:12:46.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-21T08:12:46.934Z] 53c5e6886323: Preparing [2021-04-21T08:12:46.934Z] c12d7e3e6173: Preparing [2021-04-21T08:12:46.934Z] 18e02e26196a: Preparing [2021-04-21T08:12:46.934Z] e9c3552c856c: Preparing [2021-04-21T08:12:46.934Z] 0754057c0ad3: Preparing [2021-04-21T08:12:46.934Z] 998cdf262ab1: Preparing [2021-04-21T08:12:46.934Z] 02e56110abd2: Preparing [2021-04-21T08:12:46.934Z] abc36efb885a: Preparing [2021-04-21T08:12:46.934Z] b0b09059f4e1: Preparing [2021-04-21T08:12:46.934Z] bb961f40224b: Preparing [2021-04-21T08:12:46.934Z] f4666769fca7: Preparing [2021-04-21T08:12:46.934Z] 998cdf262ab1: Waiting [2021-04-21T08:12:46.934Z] 02e56110abd2: Waiting [2021-04-21T08:12:46.934Z] abc36efb885a: Waiting [2021-04-21T08:12:46.934Z] b0b09059f4e1: Waiting [2021-04-21T08:12:46.934Z] bb961f40224b: Waiting [2021-04-21T08:12:46.934Z] f4666769fca7: Waiting [2021-04-21T08:12:46.934Z] 0754057c0ad3: Layer already exists [2021-04-21T08:12:46.934Z] c12d7e3e6173: Layer already exists [2021-04-21T08:12:46.934Z] 53c5e6886323: Layer already exists [2021-04-21T08:12:46.934Z] e9c3552c856c: Layer already exists [2021-04-21T08:12:46.934Z] 18e02e26196a: Layer already exists [2021-04-21T08:12:46.934Z] abc36efb885a: Layer already exists [2021-04-21T08:12:46.934Z] 998cdf262ab1: Layer already exists [2021-04-21T08:12:46.934Z] 02e56110abd2: Layer already exists [2021-04-21T08:12:46.934Z] b0b09059f4e1: Layer already exists [2021-04-21T08:12:46.934Z] bb961f40224b: Layer already exists [2021-04-21T08:12:46.934Z] f4666769fca7: Layer already exists [2021-04-21T08:12:47.196Z] master: digest: sha256:7f1766102215e12f53e3056c1e2479bc59432f6ff974418045b1944ac75a3dbf size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:12:47.249Z] ===================================================== [Pipeline] echo [2021-04-21T08:12:47.279Z] taggedImages: [2021-04-21T08:12:47.279Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:12:47.279Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.185 [2021-04-21T08:12:47.279Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:12:47.279Z] - 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] } [2021-04-21T08:12:47.608Z] Removing intermediate container b00e2d936276 [2021-04-21T08:12:47.609Z] ---> f53abcf2ecac [2021-04-21T08:12:47.609Z] Step 8/23 : COPY . . [2021-04-21T08:12:47.609Z] ---> ffad47841216 [2021-04-21T08:12:47.609Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-21T08:12:47.890Z] ---> Running in 754eac70503b [2021-04-21T08:12:50.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-21T08:13:03.045Z] ---> f9519a99b1ed [2021-04-21T08:13:03.045Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-21T08:13:03.045Z] ---> Running in 031482bba801 [2021-04-21T08:13:03.323Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/core-data/core-data ./cmd/core-data [2021-04-21T08:13:50.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-21T08:14:02.813Z] Removing intermediate container 9fddced93683 [2021-04-21T08:14:02.814Z] ---> 22dec7576366 [2021-04-21T08:14:02.814Z] [2021-04-21T08:14:02.814Z] Step 10/24 : FROM alpine:3.12 [2021-04-21T08:14:02.814Z] ---> 9852663dfa18 [2021-04-21T08:14:02.814Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-21T08:14:02.814Z] ---> Running in 4e587299f115 [2021-04-21T08:14:03.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:14:04.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:14:04.677Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-21T08:14:04.951Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T08:14:04.951Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-21T08:14:04.951Z] (4/6) Installing curl (7.76.1-r0) [2021-04-21T08:14:04.951Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-21T08:14:04.951Z] (6/6) Installing su-exec (0.2-r1) [2021-04-21T08:14:04.951Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:14:04.951Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T08:14:05.227Z] OK: 7 MiB in 20 packages [2021-04-21T08:14:07.869Z] Removing intermediate container 4e587299f115 [2021-04-21T08:14:07.869Z] ---> 9a1454870670 [2021-04-21T08:14:07.869Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-21T08:14:07.869Z] ---> Running in d4408bf6a856 [2021-04-21T08:14:08.856Z] Removing intermediate container d4408bf6a856 [2021-04-21T08:14:08.856Z] ---> c6488c755208 [2021-04-21T08:14:08.856Z] Step 13/24 : WORKDIR / [2021-04-21T08:14:08.856Z] ---> Running in fa9cbd4bff1d [2021-04-21T08:14:09.846Z] Removing intermediate container fa9cbd4bff1d [2021-04-21T08:14:09.846Z] ---> a2a9cce9e41e [2021-04-21T08:14:09.846Z] 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-21T08:14:11.860Z] ---> f090345307c8 [2021-04-21T08:14:11.860Z] 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-21T08:14:13.311Z] ---> a119bdcc886b [2021-04-21T08:14:13.311Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-21T08:14:14.301Z] Removing intermediate container 4e5606ea64c7 [2021-04-21T08:14:14.301Z] ---> f1563c2837ec [2021-04-21T08:14:14.301Z] [2021-04-21T08:14:14.301Z] Step 10/22 : FROM alpine:3.12 [2021-04-21T08:14:14.579Z] ---> 9852663dfa18 [2021-04-21T08:14:14.579Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-21T08:14:14.579Z] ---> Using cache [2021-04-21T08:14:14.579Z] ---> 5442d4f1080f [2021-04-21T08:14:14.579Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T08:14:14.579Z] ---> Using cache [2021-04-21T08:14:14.579Z] ---> f23e945b3b7f [2021-04-21T08:14:14.579Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-21T08:14:14.579Z] ---> b77ad86aa919 [2021-04-21T08:14:14.579Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-21T08:14:14.579Z] ---> Running in 609cf98e8a05 [2021-04-21T08:14:15.572Z] Removing intermediate container 609cf98e8a05 [2021-04-21T08:14:15.572Z] ---> d8725fa49830 [2021-04-21T08:14:15.572Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-21T08:14:15.572Z] ---> Running in 49af983f0f1c [2021-04-21T08:14:16.560Z] ---> 3b667b20f02c [2021-04-21T08:14:16.560Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-21T08:14:16.560Z] Removing intermediate container 49af983f0f1c [2021-04-21T08:14:16.560Z] ---> 38a6f26e8d87 [2021-04-21T08:14:16.560Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:14:18.540Z] ---> 53e5484c520b [2021-04-21T08:14:18.540Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-21T08:14:18.814Z] ---> ba9c5abb3228 [2021-04-21T08:14:18.814Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-21T08:14:20.823Z] ---> 5cd0094b2c0b [2021-04-21T08:14:20.823Z] 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-21T08:14:21.106Z] ---> Running in 843d6b1a3b35 [2021-04-21T08:14:21.722Z] ---> 0bb80fe8f032 [2021-04-21T08:14:21.722Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-21T08:14:23.203Z] Removing intermediate container 754eac70503b [2021-04-21T08:14:23.204Z] ---> 7401179cf300 [2021-04-21T08:14:23.204Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-21T08:14:23.204Z] ---> Running in 4e955e15533e [2021-04-21T08:14:23.204Z] ---> e9b0ca96b34c [2021-04-21T08:14:23.204Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-21T08:14:23.486Z] ---> Running in ab8b3d79f5fb [2021-04-21T08:14:24.492Z] Removing intermediate container ab8b3d79f5fb [2021-04-21T08:14:24.492Z] ---> 3411bdeac274 [2021-04-21T08:14:24.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:14:24.771Z] ---> Running in b9b7c2abf209 [2021-04-21T08:14:25.068Z] Removing intermediate container 843d6b1a3b35 [2021-04-21T08:14:25.068Z] ---> 754606067cd5 [2021-04-21T08:14:25.068Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-21T08:14:25.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.185" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-21T08:14:25.349Z] ---> Running in 0ec171c5878b [2021-04-21T08:14:25.349Z] Removing intermediate container b9b7c2abf209 [2021-04-21T08:14:25.349Z] ---> 55eb5220c5b7 [2021-04-21T08:14:25.349Z] Step 20/22 : LABEL arch=arm64 [2021-04-21T08:14:25.626Z] ---> Running in b624ea88c3e2 [2021-04-21T08:14:25.906Z] Removing intermediate container 0ec171c5878b [2021-04-21T08:14:25.906Z] ---> 5d13ccf0698c [2021-04-21T08:14:25.906Z] Step 22/24 : LABEL arch=arm64 [2021-04-21T08:14:25.906Z] ---> Running in 32099c026569 [2021-04-21T08:14:26.195Z] Removing intermediate container b624ea88c3e2 [2021-04-21T08:14:26.195Z] ---> 6d44cca6943a [2021-04-21T08:14:26.195Z] Step 21/22 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:14:26.475Z] ---> Running in 43351b340c30 [2021-04-21T08:14:26.767Z] Removing intermediate container 32099c026569 [2021-04-21T08:14:26.767Z] ---> d6424b736f79 [2021-04-21T08:14:26.767Z] Step 23/24 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:14:27.046Z] ---> Running in 66a8f9a862d4 [2021-04-21T08:14:27.656Z] Removing intermediate container 43351b340c30 [2021-04-21T08:14:27.657Z] ---> c4a288fd0a4d [2021-04-21T08:14:27.657Z] Step 22/22 : LABEL version=2.0.0-dev.185 [2021-04-21T08:14:27.935Z] ---> Running in 2644d0556aa7 [2021-04-21T08:14:27.935Z] Removing intermediate container 66a8f9a862d4 [2021-04-21T08:14:27.935Z] ---> ff3e2cc5650b [2021-04-21T08:14:27.935Z] Step 24/24 : LABEL version=2.0.0-dev.185 [2021-04-21T08:14:28.545Z] ---> Running in 83d5d0bbfa20 [2021-04-21T08:14:28.821Z] Removing intermediate container 2644d0556aa7 [2021-04-21T08:14:28.821Z] ---> e84488822ec1 [2021-04-21T08:14:28.821Z] [2021-04-21T08:14:29.100Z] Removing intermediate container 83d5d0bbfa20 [2021-04-21T08:14:29.100Z] ---> 5fec966c17e0 [2021-04-21T08:14:29.100Z] [2021-04-21T08:14:29.376Z] Successfully built e84488822ec1 [2021-04-21T08:14:29.376Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-21T08:14:29.652Z]  Building docker-support-scheduler-go ... done Successfully built 5fec966c17e0 [2021-04-21T08:14:29.652Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-21T08:14:29.652Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4e955e15533e [2021-04-21T08:14:29.652Z] ---> 42014a9c5fe3 [2021-04-21T08:14:29.652Z] [2021-04-21T08:14:29.652Z] Step 11/23 : FROM docker:20.10.0 [2021-04-21T08:14:29.929Z] 20.10.0: Pulling from library/docker [2021-04-21T08:14:40.124Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-21T08:14:40.124Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-21T08:14:40.124Z] ---> eeaf43b92773 [2021-04-21T08:14:40.124Z] 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-21T08:14:40.124Z] ---> Running in 0eee422feef1 [2021-04-21T08:14:40.124Z] Removing intermediate container 0eee422feef1 [2021-04-21T08:14:40.124Z] ---> 95469351b5c3 [2021-04-21T08:14:40.124Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-21T08:14:40.404Z] ---> Running in fa4d9841ac02 [2021-04-21T08:14:41.854Z] Removing intermediate container 031482bba801 [2021-04-21T08:14:41.855Z] ---> 4a1f998a6c25 [2021-04-21T08:14:41.855Z] [2021-04-21T08:14:41.855Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T08:14:41.855Z] ---> 9852663dfa18 [2021-04-21T08:14:41.855Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-21T08:14:41.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:14:41.855Z] ---> Running in 553a8a8cbd06 [2021-04-21T08:14:41.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:14:42.132Z] Removing intermediate container 553a8a8cbd06 [2021-04-21T08:14:42.132Z] ---> cbb240def6db [2021-04-21T08:14:42.132Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-21T08:14:42.406Z] ---> Running in 339df7d4f937 [2021-04-21T08:14:42.406Z] (1/39) Installing readline (8.0.4-r0) [2021-04-21T08:14:42.406Z] (2/39) Installing bash (5.0.17-r0) [2021-04-21T08:14:42.406Z] Executing bash-5.0.17-r0.post-install [2021-04-21T08:14:42.406Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T08:14:42.681Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-21T08:14:42.681Z] (5/39) Installing curl (7.76.1-r0) [2021-04-21T08:14:42.681Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-21T08:14:42.681Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-21T08:14:42.681Z] (8/39) Installing expat (2.2.9-r1) [2021-04-21T08:14:42.681Z] (9/39) Installing libffi (3.3-r2) [2021-04-21T08:14:42.681Z] (10/39) Installing gdbm (1.13-r1) [2021-04-21T08:14:42.681Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-21T08:14:42.681Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-21T08:14:42.681Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-21T08:14:42.967Z] Removing intermediate container 339df7d4f937 [2021-04-21T08:14:42.967Z] ---> 30cd6a6e6467 [2021-04-21T08:14:42.967Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-21T08:14:43.241Z] ---> Running in b98c8da16df6 [2021-04-21T08:14:44.223Z] Removing intermediate container b98c8da16df6 [2021-04-21T08:14:44.223Z] ---> 9d35cf815409 [2021-04-21T08:14:44.223Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T08:14:44.498Z] ---> Running in f7e43f6e1cbf [2021-04-21T08:14:44.772Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-21T08:14:44.772Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-21T08:14:44.772Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-21T08:14:44.772Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-21T08:14:44.772Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-21T08:14:44.772Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-21T08:14:44.772Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-21T08:14:44.772Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-21T08:14:44.772Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-21T08:14:45.048Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-21T08:14:45.048Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-21T08:14:45.048Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-21T08:14:45.048Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-21T08:14:45.048Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-21T08:14:45.048Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-21T08:14:45.048Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-21T08:14:45.048Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-21T08:14:45.048Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-21T08:14:45.048Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-21T08:14:45.048Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-21T08:14:45.048Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-21T08:14:45.330Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-21T08:14:45.330Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-21T08:14:45.330Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-21T08:14:45.330Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-21T08:14:45.330Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-21T08:14:45.330Z] Executing busybox-1.31.1-r19.trigger [2021-04-21T08:14:45.330Z] OK: 72 MiB in 59 packages [2021-04-21T08:14:47.320Z] Removing intermediate container f7e43f6e1cbf [2021-04-21T08:14:47.320Z] ---> b41a666ebf07 [2021-04-21T08:14:47.320Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-21T08:14:47.320Z] ---> Running in c8957f457b87 [2021-04-21T08:14:48.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T08:14:48.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T08:14:49.505Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-21T08:14:49.777Z] Collecting docker-compose==1.23.2 [2021-04-21T08:14:49.777Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-21T08:14:49.777Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-21T08:14:49.777Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-21T08:14:49.777Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-21T08:14:50.052Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-21T08:14:50.325Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-21T08:14:50.325Z] Collecting texttable<0.10,>=0.9.0 [2021-04-21T08:14:50.325Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-21T08:14:50.325Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T08:14:50.325Z] OK: 8 MiB in 20 packages [2021-04-21T08:14:51.761Z] Removing intermediate container c8957f457b87 [2021-04-21T08:14:51.761Z] ---> 797109dffbc3 [2021-04-21T08:14:51.761Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T08:14:52.368Z] ---> b90c1633e510 [2021-04-21T08:14:52.368Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-21T08:14:53.847Z] ---> cef511177789 [2021-04-21T08:14:53.847Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-21T08:14:53.847Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-21T08:14:53.847Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-21T08:14:54.448Z] ---> 7f46b32e3a58 [2021-04-21T08:14:54.448Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-21T08:14:54.448Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-21T08:14:54.448Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-21T08:14:54.448Z] ---> Running in 080c8f200ea5 [2021-04-21T08:14:54.721Z] 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-21T08:14:54.997Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-21T08:14:54.997Z] Removing intermediate container 080c8f200ea5 [2021-04-21T08:14:54.997Z] ---> 50a7c70f2c23 [2021-04-21T08:14:54.997Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:14:54.997Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-21T08:14:54.997Z] ---> Running in b1a98f8424be [2021-04-21T08:14:55.595Z] Removing intermediate container b1a98f8424be [2021-04-21T08:14:55.595Z] ---> 8019534aab51 [2021-04-21T08:14:55.595Z] Step 21/23 : LABEL arch=arm64 [2021-04-21T08:14:55.595Z] ---> Running in c05cca416dd6 [2021-04-21T08:14:56.194Z] Removing intermediate container c05cca416dd6 [2021-04-21T08:14:56.194Z] ---> 3331f8db2a6f [2021-04-21T08:14:56.194Z] Step 22/23 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:14:56.194Z] ---> Running in b0453e0707b4 [2021-04-21T08:14:56.794Z] Removing intermediate container b0453e0707b4 [2021-04-21T08:14:56.794Z] ---> 33c77b9b75c3 [2021-04-21T08:14:56.794Z] Step 23/23 : LABEL version=2.0.0-dev.185 [2021-04-21T08:14:56.794Z] ---> Running in 91c64faaa0a6 [2021-04-21T08:14:57.075Z] Removing intermediate container 91c64faaa0a6 [2021-04-21T08:14:57.075Z] ---> c5674d3c7035 [2021-04-21T08:14:57.076Z] [2021-04-21T08:14:57.679Z] Successfully built c5674d3c7035 [2021-04-21T08:14:57.680Z] Collecting docker<4.0,>=3.6.0 [2021-04-21T08:14:57.680Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-21T08:14:57.680Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-21T08:14:58.654Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-04-21T08:14:58.654Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-21T08:15:02.022Z] Collecting jsonschema<3,>=2.5.1 [2021-04-21T08:15:02.022Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-21T08:15:02.022Z] Collecting cached-property<2,>=1.2.0 [2021-04-21T08:15:02.022Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-21T08:15:02.294Z] Collecting docopt<0.7,>=0.6.1 [2021-04-21T08:15:02.294Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-21T08:15:04.265Z] Collecting idna<2.8,>=2.5 [2021-04-21T08:15:04.265Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-21T08:15:04.852Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-21T08:15:04.852Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-21T08:15:04.852Z] 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-21T08:15:04.852Z] 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-21T08:15:05.124Z] Collecting docker-pycreds>=0.4.0 [2021-04-21T08:15:05.124Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-21T08:15:05.124Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-21T08:15:05.124Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-21T08:15:05.124Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-21T08:15:05.124Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-21T08:15:06.098Z] Installing collected packages: texttable, idna, urllib3, requests, websocket-client, dockerpty, docker-pycreds, docker, PyYAML, jsonschema, cached-property, docopt, docker-compose [2021-04-21T08:15:06.098Z] Running setup.py install for texttable: started [2021-04-21T08:15:08.052Z] Running setup.py install for texttable: finished with status 'done' [2021-04-21T08:15:08.052Z] Attempting uninstall: idna [2021-04-21T08:15:08.052Z] Found existing installation: idna 2.9 [2021-04-21T08:15:08.052Z] Uninstalling idna-2.9: [2021-04-21T08:15:08.052Z] Successfully uninstalled idna-2.9 [2021-04-21T08:15:08.326Z] Attempting uninstall: urllib3 [2021-04-21T08:15:08.326Z] Found existing installation: urllib3 1.25.9 [2021-04-21T08:15:08.326Z] Uninstalling urllib3-1.25.9: [2021-04-21T08:15:08.326Z] Successfully uninstalled urllib3-1.25.9 [2021-04-21T08:15:08.917Z] Attempting uninstall: requests [2021-04-21T08:15:08.917Z] Found existing installation: requests 2.23.0 [2021-04-21T08:15:08.917Z] Uninstalling requests-2.23.0: [2021-04-21T08:15:08.917Z] Successfully uninstalled requests-2.23.0 [2021-04-21T08:15:09.510Z] Running setup.py install for dockerpty: started [2021-04-21T08:15:11.470Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-21T08:15:12.060Z] Running setup.py install for PyYAML: started [2021-04-21T08:15:14.016Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-21T08:15:14.285Z] Running setup.py install for docopt: started [2021-04-21T08:15:16.243Z] Running setup.py install for docopt: finished with status 'done' [2021-04-21T08:15:17.211Z] 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-21T08:15:25.468Z] Removing intermediate container fa4d9841ac02 [2021-04-21T08:15:25.468Z] ---> 49be03d12408 [2021-04-21T08:15:25.468Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-21T08:15:25.468Z] ---> Running in 5e5da3010ab4 [2021-04-21T08:15:25.468Z] Removing intermediate container 5e5da3010ab4 [2021-04-21T08:15:25.468Z] ---> e41170f92407 [2021-04-21T08:15:25.468Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-21T08:15:25.739Z] ---> Running in eae47a653bc7 [2021-04-21T08:15:26.334Z] Removing intermediate container eae47a653bc7 [2021-04-21T08:15:26.334Z] ---> ee9b7bdeccad [2021-04-21T08:15:26.334Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-21T08:15:27.314Z] ---> 38a3dcf0725e [2021-04-21T08:15:27.315Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-21T08:15:27.909Z] ---> fb68776e02c7 [2021-04-21T08:15:27.909Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-21T08:15:28.951Z] ---> c31cbb036f52 [2021-04-21T08:15:28.951Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-21T08:15:28.951Z] ---> Running in 9cc26e69f6a1 [2021-04-21T08:15:29.225Z] Removing intermediate container 9cc26e69f6a1 [2021-04-21T08:15:29.225Z] ---> c1ad3961ef3b [2021-04-21T08:15:29.225Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T08:15:29.497Z] ---> Running in b571e183b824 [2021-04-21T08:15:30.093Z] Removing intermediate container b571e183b824 [2021-04-21T08:15:30.093Z] ---> 4a071595c618 [2021-04-21T08:15:30.093Z] Step 21/23 : LABEL arch=arm64 [2021-04-21T08:15:30.093Z] ---> Running in a1f535486a0c [2021-04-21T08:15:30.364Z] Removing intermediate container a1f535486a0c [2021-04-21T08:15:30.364Z] ---> 5f440e1240d2 [2021-04-21T08:15:30.364Z] Step 22/23 : LABEL git_sha=9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:30.637Z] ---> Running in af35407cc1c7 [2021-04-21T08:15:30.909Z] Removing intermediate container af35407cc1c7 [2021-04-21T08:15:30.909Z] ---> 7048eb767b7c [2021-04-21T08:15:31.184Z] Step 23/23 : LABEL version=2.0.0-dev.185 [2021-04-21T08:15:31.184Z] ---> Running in fb08d6a8cd82 [2021-04-21T08:15:31.777Z] Removing intermediate container fb08d6a8cd82 [2021-04-21T08:15:31.777Z] ---> 663d7a0fae50 [2021-04-21T08:15:31.777Z] [2021-04-21T08:15:31.777Z] Successfully built 663d7a0fae50 [2021-04-21T08:15:32.047Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-21T08:15:32.063Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-21T08:15:32.082Z] $ docker stop --time=1 00334115a73e1271a17e38eac39cd6d1c488f0f5d0ace926602a8683528e90dd [2021-04-21T08:15:34.016Z] $ docker rm -f 00334115a73e1271a17e38eac39cd6d1c488f0f5d0ace926602a8683528e90dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-21T08:15:34.646Z] + docker images [2021-04-21T08:15:34.647Z] + grep docker [2021-04-21T08:15:34.920Z] docker-sys-mgmt-agent-go-arm64 latest 663d7a0fae50 3 seconds ago 299MB [2021-04-21T08:15:34.920Z] docker-core-data-go-arm64 latest c5674d3c7035 38 seconds ago 21.6MB [2021-04-21T08:15:34.920Z] docker-security-secretstore-setup-go-arm64 latest 5fec966c17e0 About a minute ago 24.9MB [2021-04-21T08:15:34.920Z] docker-support-scheduler-go-arm64 latest e84488822ec1 About a minute ago 16.6MB [2021-04-21T08:15:34.920Z] docker-security-bootstrapper-go-arm64 latest 5f862cf89f44 3 minutes ago 18.1MB [2021-04-21T08:15:34.920Z] docker-support-notifications-go-arm64 latest 00a2bcebb64d 3 minutes ago 17.2MB [2021-04-21T08:15:34.920Z] docker-core-metadata-go-arm64 latest d3f861973257 3 minutes ago 18.1MB [2021-04-21T08:15:34.920Z] docker-core-command-go-arm64 latest 6a20f41a169f 3 minutes ago 16.5MB [2021-04-21T08:15:34.920Z] docker-security-proxy-setup-go-arm64 latest 88a699592fed 3 minutes ago 24.6MB [2021-04-21T08:15:34.920Z] 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-21T08:15:35.111Z] provisioning config files... [2021-04-21T08:15:35.151Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/453@tmp/config6880125251683084117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:15:35.529Z] ---> docker-login.sh [2021-04-21T08:15:35.529Z] nexus3.edgexfoundry.org:10001 [2021-04-21T08:15:35.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:15:36.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:15:36.090Z] Configure a credential helper to remove this warning. See [2021-04-21T08:15:36.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:15:36.090Z] [2021-04-21T08:15:36.090Z] Login Succeeded [2021-04-21T08:15:36.090Z] nexus3.edgexfoundry.org:10002 [2021-04-21T08:15:36.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:15:36.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:15:36.643Z] Configure a credential helper to remove this warning. See [2021-04-21T08:15:36.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:15:36.643Z] [2021-04-21T08:15:36.643Z] Login Succeeded [2021-04-21T08:15:36.643Z] nexus3.edgexfoundry.org:10003 [2021-04-21T08:15:37.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:15:37.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:15:37.237Z] Configure a credential helper to remove this warning. See [2021-04-21T08:15:37.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:15:37.237Z] [2021-04-21T08:15:37.237Z] Login Succeeded [2021-04-21T08:15:37.237Z] nexus3.edgexfoundry.org:10004 [2021-04-21T08:15:37.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:15:37.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:15:37.828Z] Configure a credential helper to remove this warning. See [2021-04-21T08:15:37.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:15:37.828Z] [2021-04-21T08:15:37.828Z] Login Succeeded [2021-04-21T08:15:37.828Z] docker.io [2021-04-21T08:15:38.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T08:15:38.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T08:15:38.689Z] Configure a credential helper to remove this warning. See [2021-04-21T08:15:38.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T08:15:38.689Z] [2021-04-21T08:15:38.689Z] Login Succeeded [2021-04-21T08:15:38.689Z] ---> docker-login.sh ends [Pipeline] } [2021-04-21T08:15:38.705Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:15:38.797Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-21T08:15:38.797Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:38.797Z] 2.0.0-dev.185 [2021-04-21T08:15:38.797Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:15:38.797Z] master [2021-04-21T08:15:38.797Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:39.186Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:39.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:39.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-21T08:15:39.518Z] 086f63065a65: Preparing [2021-04-21T08:15:39.518Z] 007b58786fb0: Preparing [2021-04-21T08:15:39.518Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:39.518Z] a4bebecb464f: Preparing [2021-04-21T08:15:39.518Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:39.789Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:39.789Z] 086f63065a65: Pushed [2021-04-21T08:15:40.059Z] a4bebecb464f: Pushed [2021-04-21T08:15:40.059Z] 20ac1a3164fd: Pushed [2021-04-21T08:15:42.647Z] 007b58786fb0: Pushed [2021-04-21T08:15:42.647Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:cd5a5cf1e01f54d20a297e009077d1bddb550edbae1a6a1f1879983d61bd4dc5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:42.987Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:43.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.185 [2021-04-21T08:15:43.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-21T08:15:43.318Z] 086f63065a65: Preparing [2021-04-21T08:15:43.318Z] 007b58786fb0: Preparing [2021-04-21T08:15:43.318Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:43.318Z] a4bebecb464f: Preparing [2021-04-21T08:15:43.318Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:43.318Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:43.318Z] 086f63065a65: Layer already exists [2021-04-21T08:15:43.318Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:43.318Z] 007b58786fb0: Layer already exists [2021-04-21T08:15:43.318Z] a4bebecb464f: Layer already exists [2021-04-21T08:15:43.588Z] 2.0.0-dev.185: digest: sha256:cd5a5cf1e01f54d20a297e009077d1bddb550edbae1a6a1f1879983d61bd4dc5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:43.928Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:44.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:15:44.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-21T08:15:44.263Z] 086f63065a65: Preparing [2021-04-21T08:15:44.263Z] 007b58786fb0: Preparing [2021-04-21T08:15:44.263Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:44.263Z] a4bebecb464f: Preparing [2021-04-21T08:15:44.263Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:44.263Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:44.263Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:44.263Z] 007b58786fb0: Layer already exists [2021-04-21T08:15:44.263Z] a4bebecb464f: Layer already exists [2021-04-21T08:15:44.263Z] 086f63065a65: Layer already exists [2021-04-21T08:15:44.533Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:cd5a5cf1e01f54d20a297e009077d1bddb550edbae1a6a1f1879983d61bd4dc5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:44.872Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:45.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-21T08:15:45.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-21T08:15:45.206Z] 086f63065a65: Preparing [2021-04-21T08:15:45.206Z] 007b58786fb0: Preparing [2021-04-21T08:15:45.206Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:45.206Z] a4bebecb464f: Preparing [2021-04-21T08:15:45.206Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:45.206Z] a4bebecb464f: Layer already exists [2021-04-21T08:15:45.206Z] 086f63065a65: Layer already exists [2021-04-21T08:15:45.206Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:45.206Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:45.206Z] 007b58786fb0: Layer already exists [2021-04-21T08:15:45.476Z] master: digest: sha256:cd5a5cf1e01f54d20a297e009077d1bddb550edbae1a6a1f1879983d61bd4dc5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:15:45.536Z] ===================================================== [Pipeline] echo [2021-04-21T08:15:45.550Z] taggedImages: [2021-04-21T08:15:45.550Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:45.550Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.185 [2021-04-21T08:15:45.550Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:15:45.550Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-21T08:15:45.594Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-21T08:15:45.594Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:45.594Z] 2.0.0-dev.185 [2021-04-21T08:15:45.594Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:15:45.594Z] master [2021-04-21T08:15:45.594Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:45.984Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:46.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:46.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-21T08:15:46.329Z] 4c4c064b8141: Preparing [2021-04-21T08:15:46.329Z] d65c3578fa1c: Preparing [2021-04-21T08:15:46.329Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:46.329Z] 759217495815: Preparing [2021-04-21T08:15:46.329Z] ec30b41ea5fb: Preparing [2021-04-21T08:15:46.329Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:46.329Z] 3fbe34a1663b: Waiting [2021-04-21T08:15:46.602Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:46.602Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:46.602Z] 4c4c064b8141: Pushed [2021-04-21T08:15:46.602Z] ec30b41ea5fb: Pushed [2021-04-21T08:15:47.194Z] 759217495815: Pushed [2021-04-21T08:15:49.793Z] d65c3578fa1c: Pushed [2021-04-21T08:15:50.064Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:10cc70f8dd82ce503d1f57b9f984b19ae24433c1c7df5ea60cbf5597b89d7159 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:50.405Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:50.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.185 [2021-04-21T08:15:50.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-21T08:15:50.743Z] 4c4c064b8141: Preparing [2021-04-21T08:15:50.743Z] d65c3578fa1c: Preparing [2021-04-21T08:15:50.743Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:50.743Z] 759217495815: Preparing [2021-04-21T08:15:50.743Z] ec30b41ea5fb: Preparing [2021-04-21T08:15:50.743Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:50.743Z] 3fbe34a1663b: Waiting [2021-04-21T08:15:50.743Z] ec30b41ea5fb: Layer already exists [2021-04-21T08:15:50.743Z] d65c3578fa1c: Layer already exists [2021-04-21T08:15:50.743Z] 759217495815: Layer already exists [2021-04-21T08:15:50.743Z] 4c4c064b8141: Layer already exists [2021-04-21T08:15:50.743Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:50.743Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:51.012Z] 2.0.0-dev.185: digest: sha256:10cc70f8dd82ce503d1f57b9f984b19ae24433c1c7df5ea60cbf5597b89d7159 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:51.353Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:51.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:15:51.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-21T08:15:51.689Z] 4c4c064b8141: Preparing [2021-04-21T08:15:51.689Z] d65c3578fa1c: Preparing [2021-04-21T08:15:51.689Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:51.689Z] 759217495815: Preparing [2021-04-21T08:15:51.689Z] ec30b41ea5fb: Preparing [2021-04-21T08:15:51.689Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:51.689Z] 3fbe34a1663b: Waiting [2021-04-21T08:15:51.959Z] d65c3578fa1c: Layer already exists [2021-04-21T08:15:51.959Z] ec30b41ea5fb: Layer already exists [2021-04-21T08:15:51.959Z] 4c4c064b8141: Layer already exists [2021-04-21T08:15:51.959Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:51.959Z] 759217495815: Layer already exists [2021-04-21T08:15:51.959Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:51.959Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:10cc70f8dd82ce503d1f57b9f984b19ae24433c1c7df5ea60cbf5597b89d7159 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:52.298Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:52.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-21T08:15:52.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-21T08:15:52.637Z] 4c4c064b8141: Preparing [2021-04-21T08:15:52.637Z] d65c3578fa1c: Preparing [2021-04-21T08:15:52.637Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:52.637Z] 759217495815: Preparing [2021-04-21T08:15:52.637Z] ec30b41ea5fb: Preparing [2021-04-21T08:15:52.637Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:52.637Z] 3fbe34a1663b: Waiting [2021-04-21T08:15:52.637Z] d65c3578fa1c: Layer already exists [2021-04-21T08:15:52.637Z] ec30b41ea5fb: Layer already exists [2021-04-21T08:15:52.637Z] 4c4c064b8141: Layer already exists [2021-04-21T08:15:52.637Z] 759217495815: Layer already exists [2021-04-21T08:15:52.637Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:52.637Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:52.907Z] master: digest: sha256:10cc70f8dd82ce503d1f57b9f984b19ae24433c1c7df5ea60cbf5597b89d7159 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:15:52.967Z] ===================================================== [Pipeline] echo [2021-04-21T08:15:52.982Z] taggedImages: [2021-04-21T08:15:52.982Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:52.982Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.185 [2021-04-21T08:15:52.982Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:15:52.982Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-21T08:15:53.015Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-21T08:15:53.015Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:53.015Z] 2.0.0-dev.185 [2021-04-21T08:15:53.015Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:15:53.015Z] master [2021-04-21T08:15:53.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:53.417Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:53.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:15:53.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-21T08:15:53.752Z] 8091282f02c0: Preparing [2021-04-21T08:15:53.752Z] fd293cadfe50: Preparing [2021-04-21T08:15:53.752Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:53.752Z] a4bebecb464f: Preparing [2021-04-21T08:15:53.752Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:54.026Z] a4bebecb464f: Layer already exists [2021-04-21T08:15:54.026Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:54.026Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:54.026Z] 8091282f02c0: Pushed [2021-04-21T08:15:57.388Z] fd293cadfe50: Pushed [2021-04-21T08:15:57.388Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:71133f36914ff33f0e962a12e96ea88a1a967965b1e48556bff9637ccd240809 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:57.727Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:58.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.185 [2021-04-21T08:15:58.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-21T08:15:58.068Z] 8091282f02c0: Preparing [2021-04-21T08:15:58.068Z] fd293cadfe50: Preparing [2021-04-21T08:15:58.068Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:58.068Z] a4bebecb464f: Preparing [2021-04-21T08:15:58.068Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:58.068Z] a4bebecb464f: Layer already exists [2021-04-21T08:15:58.068Z] 8091282f02c0: Layer already exists [2021-04-21T08:15:58.068Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:58.068Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:58.068Z] fd293cadfe50: Layer already exists [2021-04-21T08:15:58.339Z] 2.0.0-dev.185: digest: sha256:71133f36914ff33f0e962a12e96ea88a1a967965b1e48556bff9637ccd240809 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:58.684Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:59.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:15:59.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-21T08:15:59.016Z] 8091282f02c0: Preparing [2021-04-21T08:15:59.016Z] fd293cadfe50: Preparing [2021-04-21T08:15:59.016Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:59.016Z] a4bebecb464f: Preparing [2021-04-21T08:15:59.016Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:59.016Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:59.016Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:15:59.016Z] fd293cadfe50: Layer already exists [2021-04-21T08:15:59.016Z] a4bebecb464f: Layer already exists [2021-04-21T08:15:59.016Z] 8091282f02c0: Layer already exists [2021-04-21T08:15:59.285Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:71133f36914ff33f0e962a12e96ea88a1a967965b1e48556bff9637ccd240809 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:59.622Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:15:59.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-21T08:15:59.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-21T08:15:59.955Z] 8091282f02c0: Preparing [2021-04-21T08:15:59.955Z] fd293cadfe50: Preparing [2021-04-21T08:15:59.955Z] 20ac1a3164fd: Preparing [2021-04-21T08:15:59.955Z] a4bebecb464f: Preparing [2021-04-21T08:15:59.955Z] 3fbe34a1663b: Preparing [2021-04-21T08:15:59.955Z] 8091282f02c0: Layer already exists [2021-04-21T08:15:59.955Z] fd293cadfe50: Layer already exists [2021-04-21T08:15:59.955Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:15:59.955Z] a4bebecb464f: Layer already exists [2021-04-21T08:15:59.955Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:00.224Z] master: digest: sha256:71133f36914ff33f0e962a12e96ea88a1a967965b1e48556bff9637ccd240809 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:16:00.293Z] ===================================================== [Pipeline] echo [2021-04-21T08:16:00.307Z] taggedImages: [2021-04-21T08:16:00.307Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:00.307Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:00.307Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:00.307Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-21T08:16:00.338Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-21T08:16:00.338Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:00.338Z] 2.0.0-dev.185 [2021-04-21T08:16:00.338Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:00.338Z] master [2021-04-21T08:16:00.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:00.706Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:01.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:01.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-21T08:16:01.035Z] 130021351dae: Preparing [2021-04-21T08:16:01.035Z] 130021351dae: Preparing [2021-04-21T08:16:01.035Z] fbab61808290: Preparing [2021-04-21T08:16:01.035Z] 170828ee6340: Preparing [2021-04-21T08:16:01.035Z] b56a06099307: Preparing [2021-04-21T08:16:01.035Z] 1d98b7f3b596: Preparing [2021-04-21T08:16:01.035Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:01.035Z] 24c70ed76299: Preparing [2021-04-21T08:16:01.035Z] 24c70ed76299: Preparing [2021-04-21T08:16:01.035Z] facad3d4062a: Preparing [2021-04-21T08:16:01.035Z] eedf025e6245: Preparing [2021-04-21T08:16:01.035Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:01.035Z] 20ac1a3164fd: Waiting [2021-04-21T08:16:01.035Z] 24c70ed76299: Waiting [2021-04-21T08:16:01.035Z] facad3d4062a: Waiting [2021-04-21T08:16:01.035Z] eedf025e6245: Waiting [2021-04-21T08:16:01.035Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:01.305Z] fbab61808290: Pushed [2021-04-21T08:16:01.575Z] 130021351dae: Pushed [2021-04-21T08:16:01.575Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:01.575Z] 170828ee6340: Pushed [2021-04-21T08:16:01.575Z] b56a06099307: Pushed [2021-04-21T08:16:01.575Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:02.168Z] eedf025e6245: Pushed [2021-04-21T08:16:02.168Z] 24c70ed76299: Pushed [2021-04-21T08:16:02.168Z] facad3d4062a: Pushed [2021-04-21T08:16:04.768Z] 1d98b7f3b596: Pushed [2021-04-21T08:16:05.042Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:c449d17cbbe889497face9d574496d84aa745d4f5b5e7c13e11eac4586bbfdc5 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:05.392Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:05.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:05.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-21T08:16:05.738Z] 130021351dae: Preparing [2021-04-21T08:16:05.738Z] 130021351dae: Preparing [2021-04-21T08:16:05.738Z] fbab61808290: Preparing [2021-04-21T08:16:05.738Z] 170828ee6340: Preparing [2021-04-21T08:16:05.738Z] b56a06099307: Preparing [2021-04-21T08:16:05.738Z] 1d98b7f3b596: Preparing [2021-04-21T08:16:05.738Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:05.738Z] 24c70ed76299: Preparing [2021-04-21T08:16:05.738Z] 24c70ed76299: Preparing [2021-04-21T08:16:05.738Z] facad3d4062a: Preparing [2021-04-21T08:16:05.738Z] eedf025e6245: Preparing [2021-04-21T08:16:05.738Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:05.738Z] 24c70ed76299: Waiting [2021-04-21T08:16:05.738Z] facad3d4062a: Waiting [2021-04-21T08:16:05.738Z] eedf025e6245: Waiting [2021-04-21T08:16:05.738Z] 20ac1a3164fd: Waiting [2021-04-21T08:16:05.738Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:05.738Z] b56a06099307: Layer already exists [2021-04-21T08:16:05.738Z] 130021351dae: Layer already exists [2021-04-21T08:16:05.738Z] fbab61808290: Layer already exists [2021-04-21T08:16:05.738Z] 170828ee6340: Layer already exists [2021-04-21T08:16:05.738Z] 1d98b7f3b596: Layer already exists [2021-04-21T08:16:06.007Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:06.007Z] 24c70ed76299: Layer already exists [2021-04-21T08:16:06.007Z] facad3d4062a: Layer already exists [2021-04-21T08:16:06.007Z] eedf025e6245: Layer already exists [2021-04-21T08:16:06.007Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:06.007Z] 2.0.0-dev.185: digest: sha256:c449d17cbbe889497face9d574496d84aa745d4f5b5e7c13e11eac4586bbfdc5 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:06.391Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:06.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:06.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-21T08:16:06.742Z] 130021351dae: Preparing [2021-04-21T08:16:06.742Z] 130021351dae: Preparing [2021-04-21T08:16:06.742Z] fbab61808290: Preparing [2021-04-21T08:16:06.742Z] 170828ee6340: Preparing [2021-04-21T08:16:06.742Z] b56a06099307: Preparing [2021-04-21T08:16:06.742Z] 1d98b7f3b596: Preparing [2021-04-21T08:16:06.742Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:06.742Z] 24c70ed76299: Preparing [2021-04-21T08:16:06.742Z] 24c70ed76299: Preparing [2021-04-21T08:16:06.742Z] facad3d4062a: Preparing [2021-04-21T08:16:06.742Z] eedf025e6245: Preparing [2021-04-21T08:16:06.742Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:06.742Z] 24c70ed76299: Waiting [2021-04-21T08:16:06.742Z] facad3d4062a: Waiting [2021-04-21T08:16:06.742Z] eedf025e6245: Waiting [2021-04-21T08:16:06.742Z] 20ac1a3164fd: Waiting [2021-04-21T08:16:06.742Z] b56a06099307: Layer already exists [2021-04-21T08:16:06.742Z] fbab61808290: Layer already exists [2021-04-21T08:16:07.013Z] 170828ee6340: Layer already exists [2021-04-21T08:16:07.013Z] 1d98b7f3b596: Layer already exists [2021-04-21T08:16:07.013Z] 130021351dae: Layer already exists [2021-04-21T08:16:07.013Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:07.013Z] 24c70ed76299: Layer already exists [2021-04-21T08:16:07.013Z] facad3d4062a: Layer already exists [2021-04-21T08:16:07.013Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:07.013Z] eedf025e6245: Layer already exists [2021-04-21T08:16:07.013Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:c449d17cbbe889497face9d574496d84aa745d4f5b5e7c13e11eac4586bbfdc5 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:07.362Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:07.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-21T08:16:07.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-21T08:16:07.694Z] 130021351dae: Preparing [2021-04-21T08:16:07.694Z] 130021351dae: Preparing [2021-04-21T08:16:07.694Z] fbab61808290: Preparing [2021-04-21T08:16:07.694Z] 170828ee6340: Preparing [2021-04-21T08:16:07.694Z] b56a06099307: Preparing [2021-04-21T08:16:07.694Z] 1d98b7f3b596: Preparing [2021-04-21T08:16:07.694Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:07.694Z] 24c70ed76299: Preparing [2021-04-21T08:16:07.694Z] 24c70ed76299: Preparing [2021-04-21T08:16:07.694Z] facad3d4062a: Preparing [2021-04-21T08:16:07.694Z] eedf025e6245: Preparing [2021-04-21T08:16:07.694Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:07.694Z] 20ac1a3164fd: Waiting [2021-04-21T08:16:07.694Z] 24c70ed76299: Waiting [2021-04-21T08:16:07.694Z] facad3d4062a: Waiting [2021-04-21T08:16:07.694Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:07.694Z] eedf025e6245: Waiting [2021-04-21T08:16:07.963Z] 130021351dae: Layer already exists [2021-04-21T08:16:07.963Z] fbab61808290: Layer already exists [2021-04-21T08:16:07.963Z] 1d98b7f3b596: Layer already exists [2021-04-21T08:16:07.963Z] 170828ee6340: Layer already exists [2021-04-21T08:16:07.963Z] b56a06099307: Layer already exists [2021-04-21T08:16:07.963Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:07.963Z] 24c70ed76299: Layer already exists [2021-04-21T08:16:07.963Z] facad3d4062a: Layer already exists [2021-04-21T08:16:07.963Z] eedf025e6245: Layer already exists [2021-04-21T08:16:07.963Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:07.963Z] master: digest: sha256:c449d17cbbe889497face9d574496d84aa745d4f5b5e7c13e11eac4586bbfdc5 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:16:08.022Z] ===================================================== [Pipeline] echo [2021-04-21T08:16:08.037Z] taggedImages: [2021-04-21T08:16:08.037Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:08.037Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:08.037Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:08.037Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-21T08:16:08.076Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-21T08:16:08.076Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:08.076Z] 2.0.0-dev.185 [2021-04-21T08:16:08.076Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:08.076Z] master [2021-04-21T08:16:08.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:08.475Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:08.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:08.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-21T08:16:08.807Z] cbc5030f4255: Preparing [2021-04-21T08:16:08.807Z] eb5ef540b270: Preparing [2021-04-21T08:16:08.807Z] ec06d8738321: Preparing [2021-04-21T08:16:08.807Z] 6202e34b8263: Preparing [2021-04-21T08:16:08.807Z] d1783a441f97: Preparing [2021-04-21T08:16:08.807Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:08.807Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:09.079Z] ec06d8738321: Pushed [2021-04-21T08:16:09.352Z] 6202e34b8263: Pushed [2021-04-21T08:16:09.352Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:09.622Z] d1783a441f97: Pushed [2021-04-21T08:16:11.589Z] eb5ef540b270: Pushed [2021-04-21T08:16:11.589Z] cbc5030f4255: Pushed [2021-04-21T08:16:11.860Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:fe8cf994b957e04a612fff042803d7c5ecff18ae43d282350bb9e3754828e0b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:12.468Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:12.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:12.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-21T08:16:12.806Z] cbc5030f4255: Preparing [2021-04-21T08:16:12.806Z] eb5ef540b270: Preparing [2021-04-21T08:16:12.806Z] ec06d8738321: Preparing [2021-04-21T08:16:12.806Z] 6202e34b8263: Preparing [2021-04-21T08:16:12.806Z] d1783a441f97: Preparing [2021-04-21T08:16:12.806Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:12.806Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:12.806Z] d1783a441f97: Layer already exists [2021-04-21T08:16:12.806Z] eb5ef540b270: Layer already exists [2021-04-21T08:16:12.806Z] 6202e34b8263: Layer already exists [2021-04-21T08:16:12.806Z] cbc5030f4255: Layer already exists [2021-04-21T08:16:12.806Z] ec06d8738321: Layer already exists [2021-04-21T08:16:12.806Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:13.076Z] 2.0.0-dev.185: digest: sha256:fe8cf994b957e04a612fff042803d7c5ecff18ae43d282350bb9e3754828e0b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:13.415Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:13.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:13.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-21T08:16:13.747Z] cbc5030f4255: Preparing [2021-04-21T08:16:13.747Z] eb5ef540b270: Preparing [2021-04-21T08:16:13.747Z] ec06d8738321: Preparing [2021-04-21T08:16:13.747Z] 6202e34b8263: Preparing [2021-04-21T08:16:13.747Z] d1783a441f97: Preparing [2021-04-21T08:16:13.747Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:13.747Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:14.017Z] cbc5030f4255: Layer already exists [2021-04-21T08:16:14.017Z] d1783a441f97: Layer already exists [2021-04-21T08:16:14.017Z] ec06d8738321: Layer already exists [2021-04-21T08:16:14.017Z] eb5ef540b270: Layer already exists [2021-04-21T08:16:14.017Z] 6202e34b8263: Layer already exists [2021-04-21T08:16:14.017Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:14.017Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:fe8cf994b957e04a612fff042803d7c5ecff18ae43d282350bb9e3754828e0b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:14.365Z] + 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-21T08:16:14.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-21T08:16:14.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-21T08:16:14.702Z] cbc5030f4255: Preparing [2021-04-21T08:16:14.702Z] eb5ef540b270: Preparing [2021-04-21T08:16:14.702Z] ec06d8738321: Preparing [2021-04-21T08:16:14.702Z] 6202e34b8263: Preparing [2021-04-21T08:16:14.702Z] d1783a441f97: Preparing [2021-04-21T08:16:14.702Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:14.702Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:14.971Z] ec06d8738321: Layer already exists [2021-04-21T08:16:14.971Z] d1783a441f97: Layer already exists [2021-04-21T08:16:14.971Z] 6202e34b8263: Layer already exists [2021-04-21T08:16:14.971Z] eb5ef540b270: Layer already exists [2021-04-21T08:16:14.971Z] cbc5030f4255: Layer already exists [2021-04-21T08:16:14.971Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:14.971Z] master: digest: sha256:fe8cf994b957e04a612fff042803d7c5ecff18ae43d282350bb9e3754828e0b2 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:16:15.048Z] ===================================================== [Pipeline] echo [2021-04-21T08:16:15.063Z] taggedImages: [2021-04-21T08:16:15.063Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:15.063Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:15.063Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:15.063Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-21T08:16:15.096Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-21T08:16:15.096Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:15.096Z] 2.0.0-dev.185 [2021-04-21T08:16:15.096Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:15.096Z] master [2021-04-21T08:16:15.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:15.468Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:15.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:15.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-21T08:16:15.803Z] ee10ce6f9022: Preparing [2021-04-21T08:16:15.803Z] 6f788254a58c: Preparing [2021-04-21T08:16:15.803Z] d446d35616e4: Preparing [2021-04-21T08:16:15.803Z] 2c14d7caa870: Preparing [2021-04-21T08:16:15.803Z] 52f8fb2578b4: Preparing [2021-04-21T08:16:15.803Z] 654fbc0a6a70: Preparing [2021-04-21T08:16:15.803Z] 3fde7abc045c: Preparing [2021-04-21T08:16:15.803Z] a1762bc0683a: Preparing [2021-04-21T08:16:15.803Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:15.803Z] 3fde7abc045c: Waiting [2021-04-21T08:16:15.803Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:15.803Z] a1762bc0683a: Waiting [2021-04-21T08:16:15.803Z] 654fbc0a6a70: Waiting [2021-04-21T08:16:16.074Z] 6f788254a58c: Pushed [2021-04-21T08:16:16.353Z] 52f8fb2578b4: Pushed [2021-04-21T08:16:16.353Z] ee10ce6f9022: Pushed [2021-04-21T08:16:16.628Z] 3fde7abc045c: Pushed [2021-04-21T08:16:16.628Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:17.221Z] a1762bc0683a: Pushed [2021-04-21T08:16:17.494Z] 654fbc0a6a70: Pushed [2021-04-21T08:16:18.465Z] 2c14d7caa870: Pushed [2021-04-21T08:16:18.465Z] d446d35616e4: Pushed [2021-04-21T08:16:18.735Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:898939d88b56243273b2e0c62244a5834759ed2063ed71950eca3667629c6a17 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:19.350Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:19.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:19.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-21T08:16:19.686Z] ee10ce6f9022: Preparing [2021-04-21T08:16:19.686Z] 6f788254a58c: Preparing [2021-04-21T08:16:19.686Z] d446d35616e4: Preparing [2021-04-21T08:16:19.686Z] 2c14d7caa870: Preparing [2021-04-21T08:16:19.686Z] 52f8fb2578b4: Preparing [2021-04-21T08:16:19.686Z] 654fbc0a6a70: Preparing [2021-04-21T08:16:19.686Z] 3fde7abc045c: Preparing [2021-04-21T08:16:19.686Z] a1762bc0683a: Preparing [2021-04-21T08:16:19.686Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:19.686Z] 3fde7abc045c: Waiting [2021-04-21T08:16:19.686Z] a1762bc0683a: Waiting [2021-04-21T08:16:19.686Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:19.686Z] 6f788254a58c: Layer already exists [2021-04-21T08:16:19.686Z] 2c14d7caa870: Layer already exists [2021-04-21T08:16:19.686Z] ee10ce6f9022: Layer already exists [2021-04-21T08:16:19.686Z] 52f8fb2578b4: Layer already exists [2021-04-21T08:16:19.955Z] d446d35616e4: Layer already exists [2021-04-21T08:16:19.955Z] a1762bc0683a: Layer already exists [2021-04-21T08:16:19.955Z] 654fbc0a6a70: Layer already exists [2021-04-21T08:16:19.955Z] 3fde7abc045c: Layer already exists [2021-04-21T08:16:19.955Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:19.955Z] 2.0.0-dev.185: digest: sha256:898939d88b56243273b2e0c62244a5834759ed2063ed71950eca3667629c6a17 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:20.297Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:20.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:20.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-21T08:16:20.639Z] ee10ce6f9022: Preparing [2021-04-21T08:16:20.639Z] 6f788254a58c: Preparing [2021-04-21T08:16:20.639Z] d446d35616e4: Preparing [2021-04-21T08:16:20.639Z] 2c14d7caa870: Preparing [2021-04-21T08:16:20.639Z] 52f8fb2578b4: Preparing [2021-04-21T08:16:20.639Z] 654fbc0a6a70: Preparing [2021-04-21T08:16:20.639Z] 3fde7abc045c: Preparing [2021-04-21T08:16:20.639Z] a1762bc0683a: Preparing [2021-04-21T08:16:20.639Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:20.639Z] 654fbc0a6a70: Waiting [2021-04-21T08:16:20.639Z] 3fde7abc045c: Waiting [2021-04-21T08:16:20.639Z] a1762bc0683a: Waiting [2021-04-21T08:16:20.639Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:20.909Z] 52f8fb2578b4: Layer already exists [2021-04-21T08:16:20.909Z] ee10ce6f9022: Layer already exists [2021-04-21T08:16:20.909Z] 2c14d7caa870: Layer already exists [2021-04-21T08:16:20.909Z] 6f788254a58c: Layer already exists [2021-04-21T08:16:20.909Z] d446d35616e4: Layer already exists [2021-04-21T08:16:20.909Z] a1762bc0683a: Layer already exists [2021-04-21T08:16:20.909Z] 654fbc0a6a70: Layer already exists [2021-04-21T08:16:20.909Z] 3fde7abc045c: Layer already exists [2021-04-21T08:16:20.909Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:20.909Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:898939d88b56243273b2e0c62244a5834759ed2063ed71950eca3667629c6a17 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:21.250Z] + 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-21T08:16:21.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-21T08:16:21.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-21T08:16:21.588Z] ee10ce6f9022: Preparing [2021-04-21T08:16:21.588Z] 6f788254a58c: Preparing [2021-04-21T08:16:21.588Z] d446d35616e4: Preparing [2021-04-21T08:16:21.588Z] 2c14d7caa870: Preparing [2021-04-21T08:16:21.588Z] 52f8fb2578b4: Preparing [2021-04-21T08:16:21.588Z] 654fbc0a6a70: Preparing [2021-04-21T08:16:21.588Z] 3fde7abc045c: Preparing [2021-04-21T08:16:21.588Z] a1762bc0683a: Preparing [2021-04-21T08:16:21.588Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:21.588Z] 654fbc0a6a70: Waiting [2021-04-21T08:16:21.588Z] 3fde7abc045c: Waiting [2021-04-21T08:16:21.588Z] a1762bc0683a: Waiting [2021-04-21T08:16:21.588Z] 3fbe34a1663b: Waiting [2021-04-21T08:16:21.588Z] ee10ce6f9022: Layer already exists [2021-04-21T08:16:21.862Z] d446d35616e4: Layer already exists [2021-04-21T08:16:21.862Z] 2c14d7caa870: Layer already exists [2021-04-21T08:16:21.862Z] 52f8fb2578b4: Layer already exists [2021-04-21T08:16:21.862Z] 6f788254a58c: Layer already exists [2021-04-21T08:16:21.862Z] 654fbc0a6a70: Layer already exists [2021-04-21T08:16:21.862Z] a1762bc0683a: Layer already exists [2021-04-21T08:16:21.862Z] 3fde7abc045c: Layer already exists [2021-04-21T08:16:21.862Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:21.862Z] master: digest: sha256:898939d88b56243273b2e0c62244a5834759ed2063ed71950eca3667629c6a17 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:16:21.935Z] ===================================================== [Pipeline] echo [2021-04-21T08:16:21.950Z] taggedImages: [2021-04-21T08:16:21.950Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:21.950Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:21.950Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:21.950Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-21T08:16:21.983Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-21T08:16:21.984Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:21.984Z] 2.0.0-dev.185 [2021-04-21T08:16:21.984Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:21.984Z] master [2021-04-21T08:16:21.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:22.354Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:22.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:22.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-21T08:16:22.685Z] 196d20f897e7: Preparing [2021-04-21T08:16:22.685Z] d9ce0d99b023: Preparing [2021-04-21T08:16:22.685Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:22.685Z] 00930cfcbb8f: Preparing [2021-04-21T08:16:22.685Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:22.954Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:22.954Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:23.223Z] 196d20f897e7: Pushed [2021-04-21T08:16:23.223Z] 00930cfcbb8f: Pushed [2021-04-21T08:16:25.923Z] d9ce0d99b023: Pushed [2021-04-21T08:16:25.923Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:25d07e108f90adb6ce821d7e476bc6e130c312c28215e3dde7cf34fc55d4d940 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:26.435Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:26.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:26.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-21T08:16:26.794Z] 196d20f897e7: Preparing [2021-04-21T08:16:26.794Z] d9ce0d99b023: Preparing [2021-04-21T08:16:26.794Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:26.794Z] 00930cfcbb8f: Preparing [2021-04-21T08:16:26.794Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:27.068Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:27.068Z] d9ce0d99b023: Layer already exists [2021-04-21T08:16:27.068Z] 00930cfcbb8f: Layer already exists [2021-04-21T08:16:27.068Z] 196d20f897e7: Layer already exists [2021-04-21T08:16:27.068Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:27.068Z] 2.0.0-dev.185: digest: sha256:25d07e108f90adb6ce821d7e476bc6e130c312c28215e3dde7cf34fc55d4d940 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:27.406Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:27.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:27.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-21T08:16:27.737Z] 196d20f897e7: Preparing [2021-04-21T08:16:27.737Z] d9ce0d99b023: Preparing [2021-04-21T08:16:27.737Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:27.737Z] 00930cfcbb8f: Preparing [2021-04-21T08:16:27.737Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:27.737Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:27.737Z] d9ce0d99b023: Layer already exists [2021-04-21T08:16:27.737Z] 196d20f897e7: Layer already exists [2021-04-21T08:16:27.737Z] 00930cfcbb8f: Layer already exists [2021-04-21T08:16:27.737Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:28.007Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:25d07e108f90adb6ce821d7e476bc6e130c312c28215e3dde7cf34fc55d4d940 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:28.342Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:28.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-21T08:16:28.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-21T08:16:28.674Z] 196d20f897e7: Preparing [2021-04-21T08:16:28.674Z] d9ce0d99b023: Preparing [2021-04-21T08:16:28.674Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:28.674Z] 00930cfcbb8f: Preparing [2021-04-21T08:16:28.674Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:28.674Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:28.674Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:28.674Z] 00930cfcbb8f: Layer already exists [2021-04-21T08:16:28.674Z] 196d20f897e7: Layer already exists [2021-04-21T08:16:28.674Z] d9ce0d99b023: Layer already exists [2021-04-21T08:16:28.943Z] master: digest: sha256:25d07e108f90adb6ce821d7e476bc6e130c312c28215e3dde7cf34fc55d4d940 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:16:29.002Z] ===================================================== [Pipeline] echo [2021-04-21T08:16:29.017Z] taggedImages: [2021-04-21T08:16:29.017Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:29.017Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:29.017Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:29.017Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-21T08:16:29.064Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-21T08:16:29.064Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:29.064Z] 2.0.0-dev.185 [2021-04-21T08:16:29.064Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:29.064Z] master [2021-04-21T08:16:29.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:29.433Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:29.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:29.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-21T08:16:29.769Z] db244cbf9251: Preparing [2021-04-21T08:16:29.769Z] 7671dcd4d874: Preparing [2021-04-21T08:16:29.769Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:29.769Z] a4bebecb464f: Preparing [2021-04-21T08:16:29.769Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:30.040Z] a4bebecb464f: Layer already exists [2021-04-21T08:16:30.040Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:30.040Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:30.040Z] db244cbf9251: Pushed [2021-04-21T08:16:32.650Z] 7671dcd4d874: Pushed [2021-04-21T08:16:32.919Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:865e4fbb4127b11cb583efba4640aaf6ce69b1cba51d631d764ba44a8186252d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:33.256Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:33.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:33.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-21T08:16:33.587Z] db244cbf9251: Preparing [2021-04-21T08:16:33.587Z] 7671dcd4d874: Preparing [2021-04-21T08:16:33.587Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:33.587Z] a4bebecb464f: Preparing [2021-04-21T08:16:33.587Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:33.587Z] a4bebecb464f: Layer already exists [2021-04-21T08:16:33.587Z] db244cbf9251: Layer already exists [2021-04-21T08:16:33.587Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:33.587Z] 7671dcd4d874: Layer already exists [2021-04-21T08:16:33.587Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:33.856Z] 2.0.0-dev.185: digest: sha256:865e4fbb4127b11cb583efba4640aaf6ce69b1cba51d631d764ba44a8186252d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:34.195Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:34.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:34.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-21T08:16:34.525Z] db244cbf9251: Preparing [2021-04-21T08:16:34.525Z] 7671dcd4d874: Preparing [2021-04-21T08:16:34.525Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:34.525Z] a4bebecb464f: Preparing [2021-04-21T08:16:34.525Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:34.525Z] a4bebecb464f: Layer already exists [2021-04-21T08:16:34.525Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:34.525Z] db244cbf9251: Layer already exists [2021-04-21T08:16:34.796Z] 7671dcd4d874: Layer already exists [2021-04-21T08:16:34.796Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:34.796Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:865e4fbb4127b11cb583efba4640aaf6ce69b1cba51d631d764ba44a8186252d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:35.134Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:35.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-21T08:16:35.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-21T08:16:35.466Z] db244cbf9251: Preparing [2021-04-21T08:16:35.466Z] 7671dcd4d874: Preparing [2021-04-21T08:16:35.466Z] 20ac1a3164fd: Preparing [2021-04-21T08:16:35.466Z] a4bebecb464f: Preparing [2021-04-21T08:16:35.466Z] 3fbe34a1663b: Preparing [2021-04-21T08:16:35.466Z] db244cbf9251: Layer already exists [2021-04-21T08:16:35.466Z] a4bebecb464f: Layer already exists [2021-04-21T08:16:35.466Z] 3fbe34a1663b: Layer already exists [2021-04-21T08:16:35.466Z] 20ac1a3164fd: Layer already exists [2021-04-21T08:16:35.466Z] 7671dcd4d874: Layer already exists [2021-04-21T08:16:35.734Z] master: digest: sha256:865e4fbb4127b11cb583efba4640aaf6ce69b1cba51d631d764ba44a8186252d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:16:35.798Z] ===================================================== [Pipeline] echo [2021-04-21T08:16:35.827Z] taggedImages: [2021-04-21T08:16:35.827Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:35.827Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:35.827Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:35.827Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-21T08:16:35.856Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-21T08:16:35.856Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:35.856Z] 2.0.0-dev.185 [2021-04-21T08:16:35.856Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:35.856Z] master [2021-04-21T08:16:35.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:36.222Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:36.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:36.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-21T08:16:36.552Z] 3dd1865f131e: Preparing [2021-04-21T08:16:36.552Z] f0f248dd3565: Preparing [2021-04-21T08:16:36.552Z] d796210f2410: Preparing [2021-04-21T08:16:36.552Z] 48e572cfd250: Preparing [2021-04-21T08:16:36.552Z] 9ded3b6bb9b5: Preparing [2021-04-21T08:16:36.552Z] fa1afe8e6ed9: Preparing [2021-04-21T08:16:36.552Z] 87a09b4c083e: Preparing [2021-04-21T08:16:36.552Z] 0f74e9ff2a61: Preparing [2021-04-21T08:16:36.552Z] b122376c33c6: Preparing [2021-04-21T08:16:36.552Z] f8381ed47b22: Preparing [2021-04-21T08:16:36.552Z] e934a737d657: Preparing [2021-04-21T08:16:36.552Z] 0f74e9ff2a61: Waiting [2021-04-21T08:16:36.552Z] b122376c33c6: Waiting [2021-04-21T08:16:36.552Z] f8381ed47b22: Waiting [2021-04-21T08:16:36.552Z] e934a737d657: Waiting [2021-04-21T08:16:36.552Z] fa1afe8e6ed9: Waiting [2021-04-21T08:16:36.552Z] 87a09b4c083e: Waiting [2021-04-21T08:16:36.824Z] 9ded3b6bb9b5: Layer already exists [2021-04-21T08:16:36.824Z] fa1afe8e6ed9: Layer already exists [2021-04-21T08:16:36.824Z] 87a09b4c083e: Layer already exists [2021-04-21T08:16:36.824Z] 0f74e9ff2a61: Layer already exists [2021-04-21T08:16:36.824Z] b122376c33c6: Layer already exists [2021-04-21T08:16:36.824Z] f0f248dd3565: Pushed [2021-04-21T08:16:37.098Z] f8381ed47b22: Layer already exists [2021-04-21T08:16:37.098Z] e934a737d657: Layer already exists [2021-04-21T08:16:37.690Z] 3dd1865f131e: Pushed [2021-04-21T08:16:39.657Z] d796210f2410: Pushed [2021-04-21T08:16:52.030Z] 48e572cfd250: Pushed [2021-04-21T08:16:52.030Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc: digest: sha256:5178d1b1f49627228768973ea1ebee1eed1f7752f1d822bf664b657ce68658ba size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:52.366Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:52.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:52.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-21T08:16:52.695Z] 3dd1865f131e: Preparing [2021-04-21T08:16:52.695Z] f0f248dd3565: Preparing [2021-04-21T08:16:52.695Z] d796210f2410: Preparing [2021-04-21T08:16:52.695Z] 48e572cfd250: Preparing [2021-04-21T08:16:52.695Z] 9ded3b6bb9b5: Preparing [2021-04-21T08:16:52.695Z] fa1afe8e6ed9: Preparing [2021-04-21T08:16:52.695Z] 87a09b4c083e: Preparing [2021-04-21T08:16:52.695Z] 0f74e9ff2a61: Preparing [2021-04-21T08:16:52.695Z] b122376c33c6: Preparing [2021-04-21T08:16:52.695Z] f8381ed47b22: Preparing [2021-04-21T08:16:52.695Z] e934a737d657: Preparing [2021-04-21T08:16:52.695Z] f8381ed47b22: Waiting [2021-04-21T08:16:52.695Z] 0f74e9ff2a61: Waiting [2021-04-21T08:16:52.695Z] b122376c33c6: Waiting [2021-04-21T08:16:52.695Z] e934a737d657: Waiting [2021-04-21T08:16:52.695Z] fa1afe8e6ed9: Waiting [2021-04-21T08:16:52.695Z] 87a09b4c083e: Waiting [2021-04-21T08:16:52.965Z] 3dd1865f131e: Layer already exists [2021-04-21T08:16:52.965Z] 9ded3b6bb9b5: Layer already exists [2021-04-21T08:16:52.965Z] f0f248dd3565: Layer already exists [2021-04-21T08:16:52.965Z] 48e572cfd250: Layer already exists [2021-04-21T08:16:52.965Z] d796210f2410: Layer already exists [2021-04-21T08:16:52.965Z] 87a09b4c083e: Layer already exists [2021-04-21T08:16:52.965Z] fa1afe8e6ed9: Layer already exists [2021-04-21T08:16:52.965Z] f8381ed47b22: Layer already exists [2021-04-21T08:16:52.965Z] b122376c33c6: Layer already exists [2021-04-21T08:16:52.965Z] 0f74e9ff2a61: Layer already exists [2021-04-21T08:16:52.965Z] e934a737d657: Layer already exists [2021-04-21T08:16:52.965Z] 2.0.0-dev.185: digest: sha256:5178d1b1f49627228768973ea1ebee1eed1f7752f1d822bf664b657ce68658ba size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:53.299Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:53.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:53.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-21T08:16:53.628Z] 3dd1865f131e: Preparing [2021-04-21T08:16:53.628Z] f0f248dd3565: Preparing [2021-04-21T08:16:53.628Z] d796210f2410: Preparing [2021-04-21T08:16:53.628Z] 48e572cfd250: Preparing [2021-04-21T08:16:53.628Z] 9ded3b6bb9b5: Preparing [2021-04-21T08:16:53.628Z] fa1afe8e6ed9: Preparing [2021-04-21T08:16:53.628Z] 87a09b4c083e: Preparing [2021-04-21T08:16:53.628Z] 0f74e9ff2a61: Preparing [2021-04-21T08:16:53.628Z] b122376c33c6: Preparing [2021-04-21T08:16:53.628Z] f8381ed47b22: Preparing [2021-04-21T08:16:53.628Z] e934a737d657: Preparing [2021-04-21T08:16:53.628Z] fa1afe8e6ed9: Waiting [2021-04-21T08:16:53.628Z] 87a09b4c083e: Waiting [2021-04-21T08:16:53.628Z] 0f74e9ff2a61: Waiting [2021-04-21T08:16:53.628Z] b122376c33c6: Waiting [2021-04-21T08:16:53.628Z] e934a737d657: Waiting [2021-04-21T08:16:53.628Z] f8381ed47b22: Waiting [2021-04-21T08:16:53.628Z] 48e572cfd250: Layer already exists [2021-04-21T08:16:53.898Z] 9ded3b6bb9b5: Layer already exists [2021-04-21T08:16:53.898Z] 3dd1865f131e: Layer already exists [2021-04-21T08:16:53.898Z] d796210f2410: Layer already exists [2021-04-21T08:16:53.898Z] f0f248dd3565: Layer already exists [2021-04-21T08:16:53.898Z] fa1afe8e6ed9: Layer already exists [2021-04-21T08:16:53.898Z] 87a09b4c083e: Layer already exists [2021-04-21T08:16:53.898Z] b122376c33c6: Layer already exists [2021-04-21T08:16:53.898Z] 0f74e9ff2a61: Layer already exists [2021-04-21T08:16:53.898Z] f8381ed47b22: Layer already exists [2021-04-21T08:16:53.898Z] e934a737d657: Layer already exists [2021-04-21T08:16:53.898Z] 9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185: digest: sha256:5178d1b1f49627228768973ea1ebee1eed1f7752f1d822bf664b657ce68658ba size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:16:54.249Z] + 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-21T08:16:54.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-21T08:16:54.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-21T08:16:54.584Z] 3dd1865f131e: Preparing [2021-04-21T08:16:54.584Z] f0f248dd3565: Preparing [2021-04-21T08:16:54.584Z] d796210f2410: Preparing [2021-04-21T08:16:54.584Z] 48e572cfd250: Preparing [2021-04-21T08:16:54.584Z] 9ded3b6bb9b5: Preparing [2021-04-21T08:16:54.584Z] fa1afe8e6ed9: Preparing [2021-04-21T08:16:54.584Z] 87a09b4c083e: Preparing [2021-04-21T08:16:54.584Z] 0f74e9ff2a61: Preparing [2021-04-21T08:16:54.584Z] b122376c33c6: Preparing [2021-04-21T08:16:54.584Z] f8381ed47b22: Preparing [2021-04-21T08:16:54.584Z] e934a737d657: Preparing [2021-04-21T08:16:54.584Z] 0f74e9ff2a61: Waiting [2021-04-21T08:16:54.584Z] b122376c33c6: Waiting [2021-04-21T08:16:54.584Z] fa1afe8e6ed9: Waiting [2021-04-21T08:16:54.584Z] f8381ed47b22: Waiting [2021-04-21T08:16:54.584Z] 87a09b4c083e: Waiting [2021-04-21T08:16:54.584Z] e934a737d657: Waiting [2021-04-21T08:16:54.584Z] d796210f2410: Layer already exists [2021-04-21T08:16:54.584Z] 48e572cfd250: Layer already exists [2021-04-21T08:16:54.584Z] 9ded3b6bb9b5: Layer already exists [2021-04-21T08:16:54.584Z] 3dd1865f131e: Layer already exists [2021-04-21T08:16:54.584Z] f0f248dd3565: Layer already exists [2021-04-21T08:16:54.854Z] b122376c33c6: Layer already exists [2021-04-21T08:16:54.854Z] 87a09b4c083e: Layer already exists [2021-04-21T08:16:54.854Z] fa1afe8e6ed9: Layer already exists [2021-04-21T08:16:54.854Z] 0f74e9ff2a61: Layer already exists [2021-04-21T08:16:54.854Z] f8381ed47b22: Layer already exists [2021-04-21T08:16:54.854Z] e934a737d657: Layer already exists [2021-04-21T08:16:54.854Z] master: digest: sha256:5178d1b1f49627228768973ea1ebee1eed1f7752f1d822bf664b657ce68658ba size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-21T08:16:54.913Z] ===================================================== [Pipeline] echo [2021-04-21T08:16:54.940Z] taggedImages: [2021-04-21T08:16:54.941Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc [2021-04-21T08:16:54.941Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.185 [2021-04-21T08:16:54.941Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ab49d518b83cb6b5e0582986504b7992370b3fc-2.0.0-dev.185 [2021-04-21T08:16:54.941Z] - 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-21T08:16:55.576Z] ---> job-cost.sh [2021-04-21T08:16:55.576Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-brMZ [2021-04-21T08:17:34.528Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-21T08:19:11.242Z] lf-activate-venv(): INFO: Adding /tmp/venv-brMZ/bin to PATH [2021-04-21T08:19:11.242Z] INFO: No Stack... [2021-04-21T08:19:11.242Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-21T08:19:11.242Z] INFO: Archiving Costs [Pipeline] sh [2021-04-21T08:19:11.592Z] + + cut -d, -f6 [2021-04-21T08:19:11.592Z] cat /w/workspace/edgex-go/453/archives/cost.csv [Pipeline] lock [2021-04-21T08:19:11.703Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-453-stack-cost] [2021-04-21T08:19:11.712Z] Resource [jenkins-edgexfoundry-edgex-go-master-453-stack-cost] did not exist. Created. [2021-04-21T08:19:11.712Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-453-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-21T08:19:12.066Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-21T08:19:12.766Z] Stashed 1 file(s) [Pipeline] } [2021-04-21T08:19:12.780Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-453-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-21T08:19:13.620Z] provisioning config files... [2021-04-21T08:19:13.631Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/453@tmp/config1355818287612207140tmp [Pipeline] { [Pipeline] sh [2021-04-21T08:19:13.947Z] + set +x [2021-04-21T08:19:13.947Z] + curl -s https://codecov.io/bash [2021-04-21T08:19:13.947Z] + bash -s -- [2021-04-21T08:19:14.525Z] [2021-04-21T08:19:14.525Z] _____ _ [2021-04-21T08:19:14.525Z] / ____| | | [2021-04-21T08:19:14.525Z] | | ___ __| | ___ ___ _____ __ [2021-04-21T08:19:14.525Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-21T08:19:14.525Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-21T08:19:14.525Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-21T08:19:14.525Z] Bash-1.0.2 [2021-04-21T08:19:14.525Z] [2021-04-21T08:19:14.525Z] [2021-04-21T08:19:14.525Z] ==> git version 2.24.3 found [2021-04-21T08:19:14.525Z] ==> 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-21T08:19:14.525Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-21T08:19:14.525Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-21T08:19:14.525Z] ==> Jenkins CI detected. [2021-04-21T08:19:14.525Z] project root: . [2021-04-21T08:19:14.525Z] --> token set from env [2021-04-21T08:19:14.525Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-21T08:19:14.525Z] ==> Running gcov in . (disable via -X gcov) [2021-04-21T08:19:14.525Z] ==> Python coveragepy not found [2021-04-21T08:19:14.525Z] ==> Searching for coverage reports in: [2021-04-21T08:19:14.525Z] + . [2021-04-21T08:19:14.525Z] -> Found 1 reports [2021-04-21T08:19:14.525Z] ==> Detecting git/mercurial file structure [2021-04-21T08:19:14.525Z] ==> Reading reports [2021-04-21T08:19:14.525Z] + ./coverage.out bytes=703598 [2021-04-21T08:19:14.525Z] ==> Appending adjustments [2021-04-21T08:19:14.525Z] https://docs.codecov.io/docs/fixing-reports [2021-04-21T08:19:18.750Z] + Found adjustments [2021-04-21T08:19:18.750Z] ==> Gzipping contents [2021-04-21T08:19:18.750Z] 100K /tmp/codecov.tmCN4x.gz [2021-04-21T08:19:18.750Z] ==> Uploading reports [2021-04-21T08:19:18.750Z] url: https://codecov.io [2021-04-21T08:19:18.750Z] query: branch=master&commit=9ab49d518b83cb6b5e0582986504b7992370b3fc&build=453&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F453%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-21T08:19:18.750Z] -> Pinging Codecov [2021-04-21T08:19:18.750Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=9ab49d518b83cb6b5e0582986504b7992370b3fc&build=453&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F453%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-21T08:19:18.750Z] -> Uploading to [2021-04-21T08:19:18.750Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-21/00271124DB129430A58F1EEE437C3FCB/9ab49d518b83cb6b5e0582986504b7992370b3fc/ef19d424-a16f-4162-9b49-3e5312b1c1c1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210421T081918Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd79d36b72c5555fb8af6e822abb795fa8717da0a7a51d2721282650b5f80d4f [2021-04-21T08:19:18.750Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:19:18.750Z] Dload Upload Total Spent Left Speed [2021-04-21T08:19:19.326Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 209k --:--:-- --:--:-- --:--:-- 210k [2021-04-21T08:19:19.326Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9ab49d518b83cb6b5e0582986504b7992370b3fc [Pipeline] } [2021-04-21T08:19:19.337Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-21T08:19:19.975Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-21T08:19:20.000Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:19:20.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-21T08:19:20.310Z] [2021-04-21T08:19:20.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:19:20.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-21T08:19:20.626Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-21T08:19:20.626Z] 188c0c94c7c5: Already exists [2021-04-21T08:19:20.626Z] 0ef7d3d256c8: Already exists [2021-04-21T08:19:20.626Z] de9db76c5a1d: Already exists [2021-04-21T08:19:20.626Z] 0eba1c9be4d2: Pulling fs layer [2021-04-21T08:19:20.626Z] 0d57e429df01: Pulling fs layer [2021-04-21T08:19:20.626Z] 4e4be7b47b0d: Pulling fs layer [2021-04-21T08:19:20.626Z] e1f770b5df2f: Pulling fs layer [2021-04-21T08:19:20.626Z] 85a0685a4137: Pulling fs layer [2021-04-21T08:19:20.626Z] 85a0685a4137: Waiting [2021-04-21T08:19:20.626Z] e1f770b5df2f: Waiting [2021-04-21T08:19:20.626Z] 0d57e429df01: Verifying Checksum [2021-04-21T08:19:20.626Z] 0d57e429df01: Download complete [2021-04-21T08:19:20.889Z] 4e4be7b47b0d: Verifying Checksum [2021-04-21T08:19:20.889Z] 4e4be7b47b0d: Download complete [2021-04-21T08:19:21.840Z] e1f770b5df2f: Verifying Checksum [2021-04-21T08:19:21.840Z] e1f770b5df2f: Download complete [2021-04-21T08:19:24.421Z] 85a0685a4137: Verifying Checksum [2021-04-21T08:19:24.421Z] 85a0685a4137: Download complete [2021-04-21T08:19:24.684Z] 0eba1c9be4d2: Verifying Checksum [2021-04-21T08:19:24.684Z] 0eba1c9be4d2: Download complete [2021-04-21T08:19:30.012Z] 0eba1c9be4d2: Pull complete [2021-04-21T08:19:30.279Z] 0d57e429df01: Pull complete [2021-04-21T08:19:30.279Z] 4e4be7b47b0d: Pull complete [2021-04-21T08:19:33.600Z] e1f770b5df2f: Pull complete [2021-04-21T08:19:43.691Z] 85a0685a4137: Pull complete [2021-04-21T08:19:43.691Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-21T08:19:43.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-21T08:19:43.691Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-21T08:19:43.913Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:19:43.969Z] $ 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/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@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-snyk-go:1.410.4 cat [2021-04-21T08:19:45.327Z] $ docker top 20493ec71b855d15ee176bb9de7fbf1aabb489c3ed708cea744a83d0ff268dd1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-21T08:19:45.511Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-21T08:19:45.806Z] + set -o pipefail [2021-04-21T08:19:45.806Z] + snyk monitor '--org=edgex-jenkins' [2021-04-21T08:19:55.829Z] [2021-04-21T08:19:55.829Z] Monitoring /w/workspace/edgex-go/453 (github.com/edgexfoundry/edgex-go)... [2021-04-21T08:19:55.829Z] [2021-04-21T08:19:55.829Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/0101f930-53c1-43f7-8235-1e867309b4a8 [2021-04-21T08:19:55.829Z] [2021-04-21T08:19:55.829Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-21T08:19:55.829Z] [2021-04-21T08:19:55.829Z] [2021-04-21T08:19:55.829Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-21T08:19:55.829Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-21T08:19:55.844Z] $ docker stop --time=1 20493ec71b855d15ee176bb9de7fbf1aabb489c3ed708cea744a83d0ff268dd1 [2021-04-21T08:19:58.981Z] $ docker rm -f 20493ec71b855d15ee176bb9de7fbf1aabb489c3ed708cea744a83d0ff268dd1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-21T08:20:00.074Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-21T08:20:00.096Z] provisioning config files... [2021-04-21T08:20:00.107Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/453@tmp/config8552980414424785683tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:20:00.452Z] --> edgex-publish-swagger.sh [2021-04-21T08:20:00.452Z] === Publish openapi/v1 API === [2021-04-21T08:20:00.452Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-21T08:20:00.452Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/453/openapi/v1/core-command.yaml] [2021-04-21T08:20:00.453Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:00.453Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:01.675Z] 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 8597 0:00:01 0:00:01 --:--:-- 8603 [2021-04-21T08:20:01.675Z] [2021-04-21T08:20:01.675Z] [2021-04-21T08:20:01.675Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/453/openapi/v1/core-data.yaml] [2021-04-21T08:20:01.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:01.675Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:03.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26621 0:00:01 0:00:01 --:--:-- 26642 100 32557 0 0 100 32557 0 22618 0:00:01 0:00:01 --:--:-- 22624 [2021-04-21T08:20:03.067Z] [2021-04-21T08:20:03.067Z] [2021-04-21T08:20:03.067Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/453/openapi/v1/core-metadata.yaml] [2021-04-21T08:20:03.067Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:03.067Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:04.014Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 73567 0:00:01 0:00:01 --:--:-- 73647 100 73721 0 0 100 73721 0 73553 0:00:01 0:00:01 --:--:-- 73573 [2021-04-21T08:20:04.014Z] [2021-04-21T08:20:04.014Z] [2021-04-21T08:20:04.014Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/453/openapi/v1/support-logging.yaml] [2021-04-21T08:20:04.014Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:04.014Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:05.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11754 0:00:01 0:00:01 --:--:-- 11758 100 13581 0 0 100 13581 0 11753 0:00:01 0:00:01 --:--:-- 11758 [2021-04-21T08:20:05.404Z] [2021-04-21T08:20:05.404Z] [2021-04-21T08:20:05.404Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/453/openapi/v1/support-notifications.yaml] [2021-04-21T08:20:05.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:05.404Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:06.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34439 0:00:01 0:00:01 --:--:-- 34476 100 38890 0 0 100 38890 0 34433 0:00:01 0:00:01 --:--:-- 34446 [2021-04-21T08:20:06.350Z] [2021-04-21T08:20:06.350Z] [2021-04-21T08:20:06.350Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/453/openapi/v1/support-scheduler.yaml] [2021-04-21T08:20:06.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:06.350Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:07.559Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14249 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13836 0:00:01 0:00:01 --:--:-- 13847 [2021-04-21T08:20:07.559Z] [2021-04-21T08:20:07.559Z] [2021-04-21T08:20:07.560Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/453/openapi/v1/system-agent.yaml] [2021-04-21T08:20:07.560Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:07.560Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:08.506Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3520 0:00:01 0:00:01 --:--:-- 3521 [2021-04-21T08:20:08.506Z] [2021-04-21T08:20:08.506Z] [2021-04-21T08:20:08.506Z] === Publish openapi/v2 API === [2021-04-21T08:20:08.506Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-21T08:20:08.506Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/453/openapi/v2/core-command.yaml] [2021-04-21T08:20:08.770Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:08.770Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:10.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 24439 0:00:01 0:00:01 --:--:-- 24457 100 29594 0 0 100 29594 0 24330 0:00:01 0:00:01 --:--:-- 24337 [2021-04-21T08:20:10.159Z] [2021-04-21T08:20:10.159Z] [2021-04-21T08:20:10.159Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/453/openapi/v2/core-data.yaml] [2021-04-21T08:20:10.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:10.159Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:11.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 46195 0:00:01 0:00:01 --:--:-- 46208 100 56190 0 0 100 56190 0 43182 0:00:01 0:00:01 --:--:-- 43189 [2021-04-21T08:20:11.106Z] [2021-04-21T08:20:11.106Z] [2021-04-21T08:20:11.106Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/453/openapi/v2/core-metadata.yaml] [2021-04-21T08:20:11.106Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:11.106Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:12.497Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 99903 0:00:01 0:00:01 --:--:-- 99994 100 118k 0 0 100 118k 0 99499 0:00:01 0:00:01 --:--:-- 99584 [2021-04-21T08:20:12.497Z] [2021-04-21T08:20:12.497Z] [2021-04-21T08:20:12.497Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/453/openapi/v2/support-notifications.yaml] [2021-04-21T08:20:12.497Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:12.497Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:13.968Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 62329 0:00:01 0:00:01 --:--:-- 62296 100 75628 0 0 100 75628 0 52519 0:00:01 0:00:01 --:--:-- 52519 [2021-04-21T08:20:13.968Z] [2021-04-21T08:20:13.968Z] [2021-04-21T08:20:13.968Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/453/openapi/v2/support-scheduler.yaml] [2021-04-21T08:20:13.968Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:13.968Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:15.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 31439 0:00:01 0:00:01 --:--:-- 31452 100 37617 0 0 100 37617 0 31434 0:00:01 0:00:01 --:--:-- 31452 [2021-04-21T08:20:15.373Z] [2021-04-21T08:20:15.373Z] [2021-04-21T08:20:15.374Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/453/openapi/v2/system-agent.yaml] [2021-04-21T08:20:15.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T08:20:15.374Z] Dload Upload Total Spent Left Speed [2021-04-21T08:20:16.321Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 21414 0:00:01 0:00:01 --:--:-- 21434 100 24092 0 0 100 24092 0 21410 0:00:01 0:00:01 --:--:-- 21415 [2021-04-21T08:20:16.321Z] [2021-04-21T08:20:16.321Z] [Pipeline] } [2021-04-21T08:20:16.332Z] 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-21T08:20:16.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T08:20:16.807Z] . [Pipeline] withDockerContainer [2021-04-21T08:20:16.921Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:20:16.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-21T08:20:17.917Z] $ docker top c149af6ee5d1beaf37a2f421c45016ae1c3cb3d8d74b8aac4316b35e580c2a35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-21T08:20:18.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-21T08:20:18.114Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-21T08:20:18.395Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-21T08:20:18.398Z] $ docker exec c149af6ee5d1beaf37a2f421c45016ae1c3cb3d8d74b8aac4316b35e580c2a35 ssh-agent [2021-04-21T08:20:18.589Z] SSH_AUTH_SOCK=/tmp/ssh-YC81CDpKpaTL/agent.11 [2021-04-21T08:20:18.589Z] SSH_AGENT_PID=16 [2021-04-21T08:20:18.598Z] Running ssh-add (command line suppressed) [2021-04-21T08:20:18.739Z] Identity added: /w/workspace/edgex-go/453@tmp/private_key_5880449650774994635.key (/w/workspace/edgex-go/453@tmp/private_key_5880449650774994635.key) [2021-04-21T08:20:18.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-21T08:20:19.110Z] + git semver tag [2021-04-21T08:20:19.684Z] # -> Open(): unable to determine branch for HEAD [2021-04-21T08:20:19.684Z] # $GIT_DIR = /w/workspace/edgex-go/453/.git [2021-04-21T08:20:19.684Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/453 [2021-04-21T08:20:19.684Z] # $SEMVER_REMOTE_NAME = origin [2021-04-21T08:20:19.684Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-21T08:20:19.684Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-21T08:20:19.684Z] # $SEMVER_BRANCH = master [2021-04-21T08:20:19.684Z] # $SEMVER_DIR = /w/workspace/edgex-go/453/.semver [2021-04-21T08:20:19.684Z] # 9ab49d518b83cb6b5e0582986504b7992370b3fc HEAD [2021-04-21T08:20:20.278Z] # -> Force: false [2021-04-21T08:20:20.278Z] # bd853793524ad7d762d9badbad79dede5738bca7 refs/tags/v2.0.0-dev.185 [Pipeline] } [2021-04-21T08:20:20.319Z] $ docker exec --env ******** --env ******** c149af6ee5d1beaf37a2f421c45016ae1c3cb3d8d74b8aac4316b35e580c2a35 ssh-agent -k [2021-04-21T08:20:20.497Z] unset SSH_AUTH_SOCK; [2021-04-21T08:20:20.497Z] unset SSH_AGENT_PID; [2021-04-21T08:20:20.497Z] echo Agent pid 16 killed; [2021-04-21T08:20:20.581Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-21T08:20:20.952Z] + git semver [Pipeline] } [2021-04-21T08:20:20.986Z] $ docker stop --time=1 c149af6ee5d1beaf37a2f421c45016ae1c3cb3d8d74b8aac4316b35e580c2a35 [2021-04-21T08:20:22.366Z] $ docker rm -f c149af6ee5d1beaf37a2f421c45016ae1c3cb3d8d74b8aac4316b35e580c2a35 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:20:22.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-21T08:20:22.889Z] [2021-04-21T08:20:22.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:20:23.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-21T08:20:23.223Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-21T08:20:23.223Z] ab5ef0e58194: Pulling fs layer [2021-04-21T08:20:23.223Z] 9712f1f96733: Pulling fs layer [2021-04-21T08:20:23.223Z] 63f879dbbcfc: Pulling fs layer [2021-04-21T08:20:23.223Z] 0d9ebad4ef96: Pulling fs layer [2021-04-21T08:20:23.223Z] e9a5061849ea: Pulling fs layer [2021-04-21T08:20:23.223Z] d747dcd14b5f: Pulling fs layer [2021-04-21T08:20:23.223Z] 2de7ff778b66: Pulling fs layer [2021-04-21T08:20:23.223Z] e9a5061849ea: Waiting [2021-04-21T08:20:23.223Z] d747dcd14b5f: Waiting [2021-04-21T08:20:23.223Z] 0d9ebad4ef96: Waiting [2021-04-21T08:20:23.223Z] 9712f1f96733: Download complete [2021-04-21T08:20:24.631Z] 63f879dbbcfc: Verifying Checksum [2021-04-21T08:20:24.631Z] 63f879dbbcfc: Download complete [2021-04-21T08:20:24.897Z] e9a5061849ea: Verifying Checksum [2021-04-21T08:20:24.897Z] e9a5061849ea: Download complete [2021-04-21T08:20:24.897Z] d747dcd14b5f: Verifying Checksum [2021-04-21T08:20:24.897Z] d747dcd14b5f: Download complete [2021-04-21T08:20:25.170Z] 0d9ebad4ef96: Verifying Checksum [2021-04-21T08:20:25.170Z] 0d9ebad4ef96: Download complete [2021-04-21T08:20:25.439Z] 2de7ff778b66: Verifying Checksum [2021-04-21T08:20:25.439Z] 2de7ff778b66: Download complete [2021-04-21T08:20:25.707Z] ab5ef0e58194: Verifying Checksum [2021-04-21T08:20:25.707Z] ab5ef0e58194: Download complete [2021-04-21T08:20:31.203Z] ab5ef0e58194: Pull complete [2021-04-21T08:20:31.203Z] 9712f1f96733: Pull complete [2021-04-21T08:20:33.133Z] 63f879dbbcfc: Pull complete [2021-04-21T08:20:41.317Z] 0d9ebad4ef96: Pull complete [2021-04-21T08:20:42.265Z] e9a5061849ea: Pull complete [2021-04-21T08:20:42.537Z] d747dcd14b5f: Pull complete [2021-04-21T08:20:45.920Z] 2de7ff778b66: Pull complete [2021-04-21T08:20:45.920Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-21T08:20:45.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-21T08:20:45.920Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-21T08:20:46.137Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:20:46.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-21T08:20:49.485Z] $ docker top 8c1ccfa750fc3bc7be1ee211a0c6933d1abdbd36a738604ad17116ad5dfd6276 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-21T08:20:49.636Z] provisioning config files... [2021-04-21T08:20:49.647Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/453@tmp/config128174689887591672tmp [2021-04-21T08:20:49.663Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/453@tmp/config2111541002881143936tmp [2021-04-21T08:20:49.678Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/453@tmp/config4531226127238020916tmp [Pipeline] { [Pipeline] echo [2021-04-21T08:20:49.701Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:20:50.002Z] ---> sigul-configuration.sh [2021-04-21T08:20:50.002Z] gpg: directory `/root/.gnupg' created [2021-04-21T08:20:50.002Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-21T08:20:50.002Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-21T08:20:50.002Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-21T08:20:50.002Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-21T08:20:50.002Z] gpg: CAST5 encrypted data [2021-04-21T08:20:50.264Z] gpg: encrypted with 1 passphrase [2021-04-21T08:20:50.264Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-21T08:20:50.566Z] + mkdir /home/jenkins [2021-04-21T08:20:50.566Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-21T08:20:50.871Z] + 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-21T08:20:50.883Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:20:51.185Z] ---> sigul-install.sh [2021-04-21T08:20:57.787Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-21T08:20:58.088Z] + git tag --list [2021-04-21T08:20:58.088Z] 0.6.0 [2021-04-21T08:20:58.088Z] 0.6.1 [2021-04-21T08:20:58.088Z] 0.7.0 [2021-04-21T08:20:58.088Z] 0.7.1 [2021-04-21T08:20:58.088Z] v0.0.0 [2021-04-21T08:20:58.088Z] v0.0.1-dev.1 [2021-04-21T08:20:58.088Z] v1.0.0 [2021-04-21T08:20:58.088Z] v1.0.1 [2021-04-21T08:20:58.088Z] v1.1.0 [2021-04-21T08:20:58.088Z] v1.2.0 [2021-04-21T08:20:58.088Z] v1.2.1 [2021-04-21T08:20:58.088Z] v1.2.2-dev.1 [2021-04-21T08:20:58.088Z] v1.2.2-dev.10 [2021-04-21T08:20:58.088Z] v1.2.2-dev.100 [2021-04-21T08:20:58.088Z] v1.2.2-dev.101 [2021-04-21T08:20:58.088Z] v1.2.2-dev.102 [2021-04-21T08:20:58.088Z] v1.2.2-dev.103 [2021-04-21T08:20:58.088Z] v1.2.2-dev.104 [2021-04-21T08:20:58.088Z] v1.2.2-dev.105 [2021-04-21T08:20:58.088Z] v1.2.2-dev.106 [2021-04-21T08:20:58.088Z] v1.2.2-dev.107 [2021-04-21T08:20:58.088Z] v1.2.2-dev.11 [2021-04-21T08:20:58.088Z] v1.2.2-dev.12 [2021-04-21T08:20:58.088Z] v1.2.2-dev.13 [2021-04-21T08:20:58.088Z] v1.2.2-dev.14 [2021-04-21T08:20:58.088Z] v1.2.2-dev.15 [2021-04-21T08:20:58.088Z] v1.2.2-dev.16 [2021-04-21T08:20:58.088Z] v1.2.2-dev.17 [2021-04-21T08:20:58.088Z] v1.2.2-dev.18 [2021-04-21T08:20:58.088Z] v1.2.2-dev.19 [2021-04-21T08:20:58.088Z] v1.2.2-dev.2 [2021-04-21T08:20:58.088Z] v1.2.2-dev.20 [2021-04-21T08:20:58.088Z] v1.2.2-dev.21 [2021-04-21T08:20:58.088Z] v1.2.2-dev.22 [2021-04-21T08:20:58.088Z] v1.2.2-dev.23 [2021-04-21T08:20:58.088Z] v1.2.2-dev.24 [2021-04-21T08:20:58.088Z] v1.2.2-dev.25 [2021-04-21T08:20:58.088Z] v1.2.2-dev.26 [2021-04-21T08:20:58.088Z] v1.2.2-dev.27 [2021-04-21T08:20:58.088Z] v1.2.2-dev.28 [2021-04-21T08:20:58.088Z] v1.2.2-dev.29 [2021-04-21T08:20:58.088Z] v1.2.2-dev.3 [2021-04-21T08:20:58.088Z] v1.2.2-dev.30 [2021-04-21T08:20:58.088Z] v1.2.2-dev.31 [2021-04-21T08:20:58.088Z] v1.2.2-dev.32 [2021-04-21T08:20:58.088Z] v1.2.2-dev.33 [2021-04-21T08:20:58.088Z] v1.2.2-dev.34 [2021-04-21T08:20:58.088Z] v1.2.2-dev.35 [2021-04-21T08:20:58.088Z] v1.2.2-dev.36 [2021-04-21T08:20:58.088Z] v1.2.2-dev.37 [2021-04-21T08:20:58.088Z] v1.2.2-dev.38 [2021-04-21T08:20:58.088Z] v1.2.2-dev.39 [2021-04-21T08:20:58.088Z] v1.2.2-dev.4 [2021-04-21T08:20:58.088Z] v1.2.2-dev.40 [2021-04-21T08:20:58.088Z] v1.2.2-dev.41 [2021-04-21T08:20:58.088Z] v1.2.2-dev.42 [2021-04-21T08:20:58.088Z] v1.2.2-dev.43 [2021-04-21T08:20:58.088Z] v1.2.2-dev.44 [2021-04-21T08:20:58.088Z] v1.2.2-dev.45 [2021-04-21T08:20:58.088Z] v1.2.2-dev.46 [2021-04-21T08:20:58.088Z] v1.2.2-dev.47 [2021-04-21T08:20:58.088Z] v1.2.2-dev.48 [2021-04-21T08:20:58.088Z] v1.2.2-dev.49 [2021-04-21T08:20:58.088Z] v1.2.2-dev.5 [2021-04-21T08:20:58.088Z] v1.2.2-dev.50 [2021-04-21T08:20:58.088Z] v1.2.2-dev.51 [2021-04-21T08:20:58.088Z] v1.2.2-dev.52 [2021-04-21T08:20:58.088Z] v1.2.2-dev.53 [2021-04-21T08:20:58.088Z] v1.2.2-dev.54 [2021-04-21T08:20:58.088Z] v1.2.2-dev.55 [2021-04-21T08:20:58.088Z] v1.2.2-dev.56 [2021-04-21T08:20:58.088Z] v1.2.2-dev.57 [2021-04-21T08:20:58.088Z] v1.2.2-dev.58 [2021-04-21T08:20:58.088Z] v1.2.2-dev.59 [2021-04-21T08:20:58.088Z] v1.2.2-dev.6 [2021-04-21T08:20:58.088Z] v1.2.2-dev.60 [2021-04-21T08:20:58.088Z] v1.2.2-dev.61 [2021-04-21T08:20:58.088Z] v1.2.2-dev.62 [2021-04-21T08:20:58.088Z] v1.2.2-dev.63 [2021-04-21T08:20:58.088Z] v1.2.2-dev.64 [2021-04-21T08:20:58.088Z] v1.2.2-dev.65 [2021-04-21T08:20:58.088Z] v1.2.2-dev.66 [2021-04-21T08:20:58.088Z] v1.2.2-dev.67 [2021-04-21T08:20:58.088Z] v1.2.2-dev.68 [2021-04-21T08:20:58.088Z] v1.2.2-dev.69 [2021-04-21T08:20:58.088Z] v1.2.2-dev.7 [2021-04-21T08:20:58.088Z] v1.2.2-dev.70 [2021-04-21T08:20:58.088Z] v1.2.2-dev.71 [2021-04-21T08:20:58.088Z] v1.2.2-dev.72 [2021-04-21T08:20:58.088Z] v1.2.2-dev.73 [2021-04-21T08:20:58.088Z] v1.2.2-dev.74 [2021-04-21T08:20:58.088Z] v1.2.2-dev.75 [2021-04-21T08:20:58.088Z] v1.2.2-dev.76 [2021-04-21T08:20:58.088Z] v1.2.2-dev.77 [2021-04-21T08:20:58.088Z] v1.2.2-dev.78 [2021-04-21T08:20:58.088Z] v1.2.2-dev.79 [2021-04-21T08:20:58.088Z] v1.2.2-dev.8 [2021-04-21T08:20:58.088Z] v1.2.2-dev.80 [2021-04-21T08:20:58.088Z] v1.2.2-dev.81 [2021-04-21T08:20:58.088Z] v1.2.2-dev.82 [2021-04-21T08:20:58.088Z] v1.2.2-dev.83 [2021-04-21T08:20:58.088Z] v1.2.2-dev.84 [2021-04-21T08:20:58.088Z] v1.2.2-dev.85 [2021-04-21T08:20:58.088Z] v1.2.2-dev.86 [2021-04-21T08:20:58.088Z] v1.2.2-dev.87 [2021-04-21T08:20:58.088Z] v1.2.2-dev.88 [2021-04-21T08:20:58.088Z] v1.2.2-dev.89 [2021-04-21T08:20:58.088Z] v1.2.2-dev.9 [2021-04-21T08:20:58.088Z] v1.2.2-dev.90 [2021-04-21T08:20:58.088Z] v1.2.2-dev.91 [2021-04-21T08:20:58.088Z] v1.2.2-dev.92 [2021-04-21T08:20:58.088Z] v1.2.2-dev.93 [2021-04-21T08:20:58.088Z] v1.2.2-dev.94 [2021-04-21T08:20:58.088Z] v1.2.2-dev.95 [2021-04-21T08:20:58.088Z] v1.2.2-dev.96 [2021-04-21T08:20:58.088Z] v1.2.2-dev.97 [2021-04-21T08:20:58.088Z] v1.2.2-dev.98 [2021-04-21T08:20:58.088Z] v1.2.2-dev.99 [2021-04-21T08:20:58.088Z] v1.3.0 [2021-04-21T08:20:58.088Z] v1.3.1 [2021-04-21T08:20:58.088Z] v1.3.1-dev.1 [2021-04-21T08:20:58.088Z] v1.3.1-dev.10 [2021-04-21T08:20:58.088Z] v1.3.1-dev.11 [2021-04-21T08:20:58.088Z] v1.3.1-dev.12 [2021-04-21T08:20:58.088Z] v1.3.1-dev.13 [2021-04-21T08:20:58.088Z] v1.3.1-dev.14 [2021-04-21T08:20:58.088Z] v1.3.1-dev.15 [2021-04-21T08:20:58.088Z] v1.3.1-dev.16 [2021-04-21T08:20:58.088Z] v1.3.1-dev.17 [2021-04-21T08:20:58.088Z] v1.3.1-dev.18 [2021-04-21T08:20:58.088Z] v1.3.1-dev.2 [2021-04-21T08:20:58.088Z] v1.3.1-dev.3 [2021-04-21T08:20:58.088Z] v1.3.1-dev.4 [2021-04-21T08:20:58.088Z] v1.3.1-dev.5 [2021-04-21T08:20:58.088Z] v1.3.1-dev.6 [2021-04-21T08:20:58.088Z] v1.3.1-dev.7 [2021-04-21T08:20:58.088Z] v1.3.1-dev.8 [2021-04-21T08:20:58.088Z] v1.3.1-dev.9 [2021-04-21T08:20:58.088Z] v2.0.0-dev.1 [2021-04-21T08:20:58.088Z] v2.0.0-dev.10 [2021-04-21T08:20:58.088Z] v2.0.0-dev.100 [2021-04-21T08:20:58.088Z] v2.0.0-dev.101 [2021-04-21T08:20:58.088Z] v2.0.0-dev.102 [2021-04-21T08:20:58.088Z] v2.0.0-dev.103 [2021-04-21T08:20:58.088Z] v2.0.0-dev.104 [2021-04-21T08:20:58.088Z] v2.0.0-dev.105 [2021-04-21T08:20:58.088Z] v2.0.0-dev.106 [2021-04-21T08:20:58.088Z] v2.0.0-dev.107 [2021-04-21T08:20:58.088Z] v2.0.0-dev.108 [2021-04-21T08:20:58.088Z] v2.0.0-dev.109 [2021-04-21T08:20:58.088Z] v2.0.0-dev.11 [2021-04-21T08:20:58.088Z] v2.0.0-dev.110 [2021-04-21T08:20:58.088Z] v2.0.0-dev.111 [2021-04-21T08:20:58.088Z] v2.0.0-dev.112 [2021-04-21T08:20:58.088Z] v2.0.0-dev.113 [2021-04-21T08:20:58.088Z] v2.0.0-dev.114 [2021-04-21T08:20:58.088Z] v2.0.0-dev.115 [2021-04-21T08:20:58.088Z] v2.0.0-dev.116 [2021-04-21T08:20:58.088Z] v2.0.0-dev.117 [2021-04-21T08:20:58.088Z] v2.0.0-dev.118 [2021-04-21T08:20:58.088Z] v2.0.0-dev.119 [2021-04-21T08:20:58.088Z] v2.0.0-dev.12 [2021-04-21T08:20:58.088Z] v2.0.0-dev.120 [2021-04-21T08:20:58.088Z] v2.0.0-dev.121 [2021-04-21T08:20:58.088Z] v2.0.0-dev.122 [2021-04-21T08:20:58.088Z] v2.0.0-dev.123 [2021-04-21T08:20:58.088Z] v2.0.0-dev.124 [2021-04-21T08:20:58.088Z] v2.0.0-dev.125 [2021-04-21T08:20:58.088Z] v2.0.0-dev.126 [2021-04-21T08:20:58.088Z] v2.0.0-dev.127 [2021-04-21T08:20:58.088Z] v2.0.0-dev.128 [2021-04-21T08:20:58.088Z] v2.0.0-dev.129 [2021-04-21T08:20:58.088Z] v2.0.0-dev.13 [2021-04-21T08:20:58.088Z] v2.0.0-dev.130 [2021-04-21T08:20:58.088Z] v2.0.0-dev.131 [2021-04-21T08:20:58.088Z] v2.0.0-dev.132 [2021-04-21T08:20:58.088Z] v2.0.0-dev.133 [2021-04-21T08:20:58.088Z] v2.0.0-dev.134 [2021-04-21T08:20:58.088Z] v2.0.0-dev.135 [2021-04-21T08:20:58.088Z] v2.0.0-dev.136 [2021-04-21T08:20:58.088Z] v2.0.0-dev.137 [2021-04-21T08:20:58.088Z] v2.0.0-dev.138 [2021-04-21T08:20:58.088Z] v2.0.0-dev.139 [2021-04-21T08:20:58.088Z] v2.0.0-dev.14 [2021-04-21T08:20:58.088Z] v2.0.0-dev.140 [2021-04-21T08:20:58.088Z] v2.0.0-dev.141 [2021-04-21T08:20:58.088Z] v2.0.0-dev.142 [2021-04-21T08:20:58.088Z] v2.0.0-dev.143 [2021-04-21T08:20:58.088Z] v2.0.0-dev.144 [2021-04-21T08:20:58.088Z] v2.0.0-dev.145 [2021-04-21T08:20:58.088Z] v2.0.0-dev.146 [2021-04-21T08:20:58.088Z] v2.0.0-dev.147 [2021-04-21T08:20:58.088Z] v2.0.0-dev.148 [2021-04-21T08:20:58.088Z] v2.0.0-dev.149 [2021-04-21T08:20:58.088Z] v2.0.0-dev.15 [2021-04-21T08:20:58.088Z] v2.0.0-dev.150 [2021-04-21T08:20:58.088Z] v2.0.0-dev.151 [2021-04-21T08:20:58.088Z] v2.0.0-dev.152 [2021-04-21T08:20:58.088Z] v2.0.0-dev.153 [2021-04-21T08:20:58.088Z] v2.0.0-dev.154 [2021-04-21T08:20:58.088Z] v2.0.0-dev.155 [2021-04-21T08:20:58.088Z] v2.0.0-dev.156 [2021-04-21T08:20:58.088Z] v2.0.0-dev.157 [2021-04-21T08:20:58.088Z] v2.0.0-dev.158 [2021-04-21T08:20:58.088Z] v2.0.0-dev.159 [2021-04-21T08:20:58.088Z] v2.0.0-dev.16 [2021-04-21T08:20:58.088Z] v2.0.0-dev.160 [2021-04-21T08:20:58.088Z] v2.0.0-dev.161 [2021-04-21T08:20:58.088Z] v2.0.0-dev.162 [2021-04-21T08:20:58.088Z] v2.0.0-dev.163 [2021-04-21T08:20:58.088Z] v2.0.0-dev.164 [2021-04-21T08:20:58.088Z] v2.0.0-dev.165 [2021-04-21T08:20:58.088Z] v2.0.0-dev.166 [2021-04-21T08:20:58.088Z] v2.0.0-dev.167 [2021-04-21T08:20:58.088Z] v2.0.0-dev.168 [2021-04-21T08:20:58.088Z] v2.0.0-dev.169 [2021-04-21T08:20:58.088Z] v2.0.0-dev.17 [2021-04-21T08:20:58.088Z] v2.0.0-dev.170 [2021-04-21T08:20:58.088Z] v2.0.0-dev.171 [2021-04-21T08:20:58.088Z] v2.0.0-dev.172 [2021-04-21T08:20:58.088Z] v2.0.0-dev.173 [2021-04-21T08:20:58.088Z] v2.0.0-dev.174 [2021-04-21T08:20:58.088Z] v2.0.0-dev.175 [2021-04-21T08:20:58.088Z] v2.0.0-dev.176 [2021-04-21T08:20:58.088Z] v2.0.0-dev.177 [2021-04-21T08:20:58.088Z] v2.0.0-dev.178 [2021-04-21T08:20:58.088Z] v2.0.0-dev.179 [2021-04-21T08:20:58.088Z] v2.0.0-dev.18 [2021-04-21T08:20:58.088Z] v2.0.0-dev.180 [2021-04-21T08:20:58.088Z] v2.0.0-dev.181 [2021-04-21T08:20:58.088Z] v2.0.0-dev.182 [2021-04-21T08:20:58.088Z] v2.0.0-dev.183 [2021-04-21T08:20:58.088Z] v2.0.0-dev.184 [2021-04-21T08:20:58.088Z] v2.0.0-dev.185 [2021-04-21T08:20:58.088Z] v2.0.0-dev.19 [2021-04-21T08:20:58.088Z] v2.0.0-dev.2 [2021-04-21T08:20:58.088Z] v2.0.0-dev.20 [2021-04-21T08:20:58.088Z] v2.0.0-dev.21 [2021-04-21T08:20:58.088Z] v2.0.0-dev.22 [2021-04-21T08:20:58.088Z] v2.0.0-dev.23 [2021-04-21T08:20:58.088Z] v2.0.0-dev.24 [2021-04-21T08:20:58.088Z] v2.0.0-dev.25 [2021-04-21T08:20:58.088Z] v2.0.0-dev.26 [2021-04-21T08:20:58.088Z] v2.0.0-dev.27 [2021-04-21T08:20:58.088Z] v2.0.0-dev.28 [2021-04-21T08:20:58.088Z] v2.0.0-dev.29 [2021-04-21T08:20:58.088Z] v2.0.0-dev.3 [2021-04-21T08:20:58.088Z] v2.0.0-dev.30 [2021-04-21T08:20:58.088Z] v2.0.0-dev.31 [2021-04-21T08:20:58.088Z] v2.0.0-dev.32 [2021-04-21T08:20:58.088Z] v2.0.0-dev.33 [2021-04-21T08:20:58.088Z] v2.0.0-dev.34 [2021-04-21T08:20:58.088Z] v2.0.0-dev.35 [2021-04-21T08:20:58.088Z] v2.0.0-dev.36 [2021-04-21T08:20:58.088Z] v2.0.0-dev.37 [2021-04-21T08:20:58.088Z] v2.0.0-dev.38 [2021-04-21T08:20:58.088Z] v2.0.0-dev.39 [2021-04-21T08:20:58.088Z] v2.0.0-dev.4 [2021-04-21T08:20:58.088Z] v2.0.0-dev.40 [2021-04-21T08:20:58.088Z] v2.0.0-dev.41 [2021-04-21T08:20:58.088Z] v2.0.0-dev.42 [2021-04-21T08:20:58.088Z] v2.0.0-dev.43 [2021-04-21T08:20:58.088Z] v2.0.0-dev.44 [2021-04-21T08:20:58.088Z] v2.0.0-dev.45 [2021-04-21T08:20:58.088Z] v2.0.0-dev.46 [2021-04-21T08:20:58.088Z] v2.0.0-dev.47 [2021-04-21T08:20:58.088Z] v2.0.0-dev.48 [2021-04-21T08:20:58.088Z] v2.0.0-dev.49 [2021-04-21T08:20:58.088Z] v2.0.0-dev.5 [2021-04-21T08:20:58.088Z] v2.0.0-dev.50 [2021-04-21T08:20:58.088Z] v2.0.0-dev.51 [2021-04-21T08:20:58.088Z] v2.0.0-dev.52 [2021-04-21T08:20:58.088Z] v2.0.0-dev.53 [2021-04-21T08:20:58.088Z] v2.0.0-dev.54 [2021-04-21T08:20:58.088Z] v2.0.0-dev.55 [2021-04-21T08:20:58.088Z] v2.0.0-dev.56 [2021-04-21T08:20:58.088Z] v2.0.0-dev.57 [2021-04-21T08:20:58.088Z] v2.0.0-dev.58 [2021-04-21T08:20:58.088Z] v2.0.0-dev.59 [2021-04-21T08:20:58.088Z] v2.0.0-dev.6 [2021-04-21T08:20:58.088Z] v2.0.0-dev.60 [2021-04-21T08:20:58.088Z] v2.0.0-dev.61 [2021-04-21T08:20:58.088Z] v2.0.0-dev.62 [2021-04-21T08:20:58.088Z] v2.0.0-dev.63 [2021-04-21T08:20:58.088Z] v2.0.0-dev.64 [2021-04-21T08:20:58.088Z] v2.0.0-dev.65 [2021-04-21T08:20:58.089Z] v2.0.0-dev.66 [2021-04-21T08:20:58.089Z] v2.0.0-dev.67 [2021-04-21T08:20:58.089Z] v2.0.0-dev.68 [2021-04-21T08:20:58.089Z] v2.0.0-dev.69 [2021-04-21T08:20:58.089Z] v2.0.0-dev.7 [2021-04-21T08:20:58.089Z] v2.0.0-dev.70 [2021-04-21T08:20:58.089Z] v2.0.0-dev.71 [2021-04-21T08:20:58.089Z] v2.0.0-dev.72 [2021-04-21T08:20:58.089Z] v2.0.0-dev.73 [2021-04-21T08:20:58.089Z] v2.0.0-dev.74 [2021-04-21T08:20:58.089Z] v2.0.0-dev.75 [2021-04-21T08:20:58.089Z] v2.0.0-dev.76 [2021-04-21T08:20:58.089Z] v2.0.0-dev.77 [2021-04-21T08:20:58.089Z] v2.0.0-dev.78 [2021-04-21T08:20:58.089Z] v2.0.0-dev.79 [2021-04-21T08:20:58.089Z] v2.0.0-dev.8 [2021-04-21T08:20:58.089Z] v2.0.0-dev.80 [2021-04-21T08:20:58.089Z] v2.0.0-dev.81 [2021-04-21T08:20:58.089Z] v2.0.0-dev.82 [2021-04-21T08:20:58.089Z] v2.0.0-dev.83 [2021-04-21T08:20:58.089Z] v2.0.0-dev.84 [2021-04-21T08:20:58.089Z] v2.0.0-dev.85 [2021-04-21T08:20:58.089Z] v2.0.0-dev.86 [2021-04-21T08:20:58.089Z] v2.0.0-dev.87 [2021-04-21T08:20:58.089Z] v2.0.0-dev.88 [2021-04-21T08:20:58.089Z] v2.0.0-dev.89 [2021-04-21T08:20:58.089Z] v2.0.0-dev.9 [2021-04-21T08:20:58.089Z] v2.0.0-dev.90 [2021-04-21T08:20:58.089Z] v2.0.0-dev.91 [2021-04-21T08:20:58.089Z] v2.0.0-dev.92 [2021-04-21T08:20:58.089Z] v2.0.0-dev.93 [2021-04-21T08:20:58.089Z] v2.0.0-dev.94 [2021-04-21T08:20:58.089Z] v2.0.0-dev.95 [2021-04-21T08:20:58.089Z] v2.0.0-dev.96 [2021-04-21T08:20:58.089Z] v2.0.0-dev.97 [2021-04-21T08:20:58.089Z] v2.0.0-dev.98 [2021-04-21T08:20:58.089Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-21T08:20:58.390Z] + lftools sign git-tag v2.0.0-dev.185 [2021-04-21T08:20:59.783Z] Signing Git tag with Sigul... [2021-04-21T08:20:59.783Z] Signing v2.0.0-dev.185 [Pipeline] echo [2021-04-21T08:21:01.184Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:21:01.487Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-21T08:21:01.498Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-21T08:21:01.541Z] $ docker stop --time=1 8c1ccfa750fc3bc7be1ee211a0c6933d1abdbd36a738604ad17116ad5dfd6276 [2021-04-21T08:21:04.089Z] $ docker rm -f 8c1ccfa750fc3bc7be1ee211a0c6933d1abdbd36a738604ad17116ad5dfd6276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:21:04.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T08:21:04.673Z] . [Pipeline] withDockerContainer [2021-04-21T08:21:04.779Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:21:04.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-21T08:21:05.870Z] $ docker top dee3466f01e42e5b8f4065bea932d696ede99eca0b9abf6b6f30d7a93d477f4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-21T08:21:06.040Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-21T08:21:06.040Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-21T08:21:06.267Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-21T08:21:06.271Z] $ docker exec dee3466f01e42e5b8f4065bea932d696ede99eca0b9abf6b6f30d7a93d477f4e ssh-agent [2021-04-21T08:21:06.460Z] SSH_AUTH_SOCK=/tmp/ssh-76tN2mSG8sEd/agent.11 [2021-04-21T08:21:06.460Z] SSH_AGENT_PID=17 [2021-04-21T08:21:06.494Z] Running ssh-add (command line suppressed) [2021-04-21T08:21:06.653Z] Identity added: /w/workspace/edgex-go/453@tmp/private_key_6822610262087829823.key (/w/workspace/edgex-go/453@tmp/private_key_6822610262087829823.key) [2021-04-21T08:21:06.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-21T08:21:07.112Z] + git semver bump pre [2021-04-21T08:21:07.112Z] # -> Open(): unable to determine branch for HEAD [2021-04-21T08:21:07.112Z] # $GIT_DIR = /w/workspace/edgex-go/453/.git [2021-04-21T08:21:07.112Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/453 [2021-04-21T08:21:07.112Z] # $SEMVER_REMOTE_NAME = origin [2021-04-21T08:21:07.112Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-21T08:21:07.112Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-21T08:21:07.112Z] # $SEMVER_BRANCH = master [2021-04-21T08:21:07.112Z] # $SEMVER_DIR = /w/workspace/edgex-go/453/.semver [2021-04-21T08:21:07.112Z] 2.0.0-dev.186 [Pipeline] } [2021-04-21T08:21:07.123Z] $ docker exec --env ******** --env ******** dee3466f01e42e5b8f4065bea932d696ede99eca0b9abf6b6f30d7a93d477f4e ssh-agent -k [2021-04-21T08:21:07.252Z] unset SSH_AUTH_SOCK; [2021-04-21T08:21:07.252Z] unset SSH_AGENT_PID; [2021-04-21T08:21:07.252Z] echo Agent pid 17 killed; [2021-04-21T08:21:07.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-21T08:21:07.658Z] + git semver [Pipeline] } [2021-04-21T08:21:07.676Z] $ docker stop --time=1 dee3466f01e42e5b8f4065bea932d696ede99eca0b9abf6b6f30d7a93d477f4e [2021-04-21T08:21:09.440Z] $ docker rm -f dee3466f01e42e5b8f4065bea932d696ede99eca0b9abf6b6f30d7a93d477f4e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:21:09.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T08:21:09.874Z] . [Pipeline] withDockerContainer [2021-04-21T08:21:10.000Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:21:10.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-21T08:21:10.850Z] $ docker top 1d516991ec1fcf3df93b5f872c8ac767e9dd1f66cd23dfe75daf96677b2ebc1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-21T08:21:11.052Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-21T08:21:11.052Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-21T08:21:11.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-21T08:21:11.281Z] $ docker exec 1d516991ec1fcf3df93b5f872c8ac767e9dd1f66cd23dfe75daf96677b2ebc1f ssh-agent [2021-04-21T08:21:11.475Z] SSH_AUTH_SOCK=/tmp/ssh-Pk2jRHWq090x/agent.11 [2021-04-21T08:21:11.475Z] SSH_AGENT_PID=16 [2021-04-21T08:21:11.481Z] Running ssh-add (command line suppressed) [2021-04-21T08:21:11.614Z] Identity added: /w/workspace/edgex-go/453@tmp/private_key_6257319551166508657.key (/w/workspace/edgex-go/453@tmp/private_key_6257319551166508657.key) [2021-04-21T08:21:11.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-21T08:21:11.976Z] + git semver push [2021-04-21T08:21:11.976Z] # -> Open(): unable to determine branch for HEAD [2021-04-21T08:21:11.976Z] # $GIT_DIR = /w/workspace/edgex-go/453/.git [2021-04-21T08:21:11.976Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/453 [2021-04-21T08:21:11.976Z] # $SEMVER_REMOTE_NAME = origin [2021-04-21T08:21:11.976Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-21T08:21:11.976Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-21T08:21:11.976Z] # $SEMVER_BRANCH = master [2021-04-21T08:21:11.976Z] # $SEMVER_DIR = /w/workspace/edgex-go/453/.semver [Pipeline] } [2021-04-21T08:21:22.010Z] $ docker exec --env ******** --env ******** 1d516991ec1fcf3df93b5f872c8ac767e9dd1f66cd23dfe75daf96677b2ebc1f ssh-agent -k [2021-04-21T08:21:22.192Z] unset SSH_AUTH_SOCK; [2021-04-21T08:21:22.192Z] unset SSH_AGENT_PID; [2021-04-21T08:21:22.192Z] echo Agent pid 16 killed; [2021-04-21T08:21:22.275Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-21T08:21:22.611Z] + git semver [Pipeline] } [2021-04-21T08:21:22.629Z] $ docker stop --time=1 1d516991ec1fcf3df93b5f872c8ac767e9dd1f66cd23dfe75daf96677b2ebc1f [2021-04-21T08:21:24.047Z] $ docker rm -f 1d516991ec1fcf3df93b5f872c8ac767e9dd1f66cd23dfe75daf96677b2ebc1f [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-21T08:21:25.075Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:21:25.961Z] ---> package-listing.sh [2021-04-21T08:21:25.961Z] ++ facter osfamily [2021-04-21T08:21:25.961Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-21T08:21:25.961Z] + OS_FAMILY=redhat [2021-04-21T08:21:25.961Z] + workspace=/w/workspace/edgex-go/453 [2021-04-21T08:21:25.961Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-21T08:21:25.961Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-21T08:21:25.961Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-21T08:21:25.961Z] + PACKAGES=/tmp/packages_start.txt [2021-04-21T08:21:25.961Z] + '[' /w/workspace/edgex-go/453 ']' [2021-04-21T08:21:25.961Z] + PACKAGES=/tmp/packages_end.txt [2021-04-21T08:21:25.961Z] + case "${OS_FAMILY}" in [2021-04-21T08:21:25.961Z] + rpm -qa [2021-04-21T08:21:25.961Z] + sort [2021-04-21T08:21:31.273Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-21T08:21:31.273Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-21T08:21:31.273Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-21T08:21:31.273Z] + '[' /w/workspace/edgex-go/453 ']' [2021-04-21T08:21:31.273Z] + mkdir -p /w/workspace/edgex-go/453/archives/ [2021-04-21T08:21:31.273Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/453/archives/ [Pipeline] echo [2021-04-21T08:21:31.287Z] 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/453/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-21T08:21:31.579Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:21:31.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-21T08:21:31.887Z] [2021-04-21T08:21:31.887Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-21T08:21:32.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-21T08:21:32.207Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-21T08:21:32.207Z] df20fa9351a1: Pulling fs layer [2021-04-21T08:21:32.207Z] 36b3adc4ff6f: Pulling fs layer [2021-04-21T08:21:32.207Z] 8ad3a11d3b57: Pulling fs layer [2021-04-21T08:21:32.207Z] 46f8f816bc3b: Pulling fs layer [2021-04-21T08:21:32.207Z] 93b61091891f: Pulling fs layer [2021-04-21T08:21:32.207Z] 93b9cdb0e59b: Pulling fs layer [2021-04-21T08:21:32.207Z] 5e14af77c1be: Pulling fs layer [2021-04-21T08:21:32.207Z] 01666e4c0597: Pulling fs layer [2021-04-21T08:21:32.207Z] aa168da1d23b: Pulling fs layer [2021-04-21T08:21:32.207Z] 46f8f816bc3b: Waiting [2021-04-21T08:21:32.207Z] 93b61091891f: Waiting [2021-04-21T08:21:32.207Z] 93b9cdb0e59b: Waiting [2021-04-21T08:21:32.207Z] 01666e4c0597: Waiting [2021-04-21T08:21:32.207Z] aa168da1d23b: Waiting [2021-04-21T08:21:32.207Z] 5e14af77c1be: Waiting [2021-04-21T08:21:32.207Z] 36b3adc4ff6f: Verifying Checksum [2021-04-21T08:21:32.207Z] 36b3adc4ff6f: Download complete [2021-04-21T08:21:32.207Z] 46f8f816bc3b: Verifying Checksum [2021-04-21T08:21:32.207Z] 46f8f816bc3b: Download complete [2021-04-21T08:21:32.207Z] df20fa9351a1: Verifying Checksum [2021-04-21T08:21:32.207Z] df20fa9351a1: Download complete [2021-04-21T08:21:32.471Z] 93b9cdb0e59b: Verifying Checksum [2021-04-21T08:21:32.471Z] 93b9cdb0e59b: Download complete [2021-04-21T08:21:32.471Z] 5e14af77c1be: Verifying Checksum [2021-04-21T08:21:32.471Z] 5e14af77c1be: Download complete [2021-04-21T08:21:32.471Z] 93b61091891f: Verifying Checksum [2021-04-21T08:21:32.471Z] 93b61091891f: Download complete [2021-04-21T08:21:32.471Z] 01666e4c0597: Verifying Checksum [2021-04-21T08:21:32.471Z] 01666e4c0597: Download complete [2021-04-21T08:21:32.472Z] 8ad3a11d3b57: Verifying Checksum [2021-04-21T08:21:32.472Z] 8ad3a11d3b57: Download complete [2021-04-21T08:21:32.743Z] df20fa9351a1: Pull complete [2021-04-21T08:21:33.007Z] 36b3adc4ff6f: Pull complete [2021-04-21T08:21:34.413Z] 8ad3a11d3b57: Pull complete [2021-04-21T08:21:34.413Z] aa168da1d23b: Verifying Checksum [2021-04-21T08:21:34.413Z] aa168da1d23b: Download complete [2021-04-21T08:21:34.675Z] 46f8f816bc3b: Pull complete [2021-04-21T08:21:35.249Z] 93b61091891f: Pull complete [2021-04-21T08:21:35.249Z] 93b9cdb0e59b: Pull complete [2021-04-21T08:21:35.249Z] 5e14af77c1be: Pull complete [2021-04-21T08:21:35.514Z] 01666e4c0597: Pull complete [2021-04-21T08:21:43.728Z] aa168da1d23b: Pull complete [2021-04-21T08:21:43.728Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-21T08:21:43.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-21T08:21:43.728Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-21T08:21:43.956Z] prd-centos7-docker-4c-2g-1341 does not seem to be running inside a container [2021-04-21T08:21:44.012Z] $ 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/453/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/453 -v /w/workspace/edgex-go/453:/w/workspace/edgex-go/453:rw,z -v /w/workspace/edgex-go/453@tmp:/w/workspace/edgex-go/453@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-21T08:21:47.625Z] $ docker top b3ad6b60b07681769589163b4f5c43541e9536343f87c779f0661cb2a64aaa87 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T08:21:48.053Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-21T08:21:48.356Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-21T08:21:48.680Z] + ls /var/log/sa-host [2021-04-21T08:21:48.681Z] + sadf -c /var/log/sa-host/sa21 [2021-04-21T08:21:48.681Z] file_magic: OK [2021-04-21T08:21:48.681Z] HZ: Using current value: 100 [2021-04-21T08:21:48.681Z] file_header: OK [2021-04-21T08:21:48.681Z] 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-21T08:21:48.681Z] Statistics: [2021-04-21T08:21:48.681Z] 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... [2021-04-21T08:21:48.681Z] File successfully converted to sysstat format version 12.2.1 [2021-04-21T08:21:48.681Z] + sadf -c /var/log/sa-host/sa23 [2021-04-21T08:21:48.681Z] file_magic: OK [2021-04-21T08:21:48.681Z] HZ: Using current value: 100 [2021-04-21T08:21:48.681Z] file_header: OK [2021-04-21T08:21:48.681Z] 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-21T08:21:48.681Z] Statistics: [2021-04-21T08:21:48.681Z] Hnuu...uuuununununu... [2021-04-21T08:21:48.681Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-21T08:21:49.266Z] provisioning config files... [2021-04-21T08:21:49.292Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/453@tmp/config851198854727336084tmp [Pipeline] { [Pipeline] echo [2021-04-21T08:21:49.322Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:21:49.646Z] ---> create-netrc.sh [Pipeline] } [2021-04-21T08:21:49.656Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-21T08:21:49.694Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:21:49.993Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-21T08:21:50.005Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:21:50.302Z] ---> sudo-logs.sh [2021-04-21T08:21:50.302Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-21T08:21:50.329Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:21:50.627Z] ---> job-cost.sh [2021-04-21T08:21:50.627Z] lf-activate-venv: SKIPPING [2021-04-21T08:21:50.627Z] DEBUG: total: 0.20999999344348907 [2021-04-21T08:21:50.627Z] INFO: Retrieving Stack Cost... [2021-04-21T08:21:52.017Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-21T08:21:52.280Z] INFO: Archiving Costs [Pipeline] echo [2021-04-21T08:21:52.296Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T08:21:52.595Z] ---> logs-deploy.sh [2021-04-21T08:21:52.595Z] lf-activate-venv: SKIPPING [2021-04-21T08:21:52.595Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/453 [2021-04-21T08:21:52.595Z] INFO: archiving workspace using pattern(s): [2021-04-21T08:21:53.985Z] Archives upload complete. [2021-04-21T08:21:54.248Z] INFO: archiving logs to Nexus