Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7b8ff941781f40a52b080ca1fb051afd3c85c202 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-1274 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/452 [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/452 # 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 7b8ff941781f40a52b080ca1fb051afd3c85c202 (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 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 Commit message: "Merge pull request #3389 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5" > git rev-list --no-walk 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T20:41:16.034Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T20:41:16.155Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T20:41:16.181Z] ========================================================= [2021-04-20T20:41:16.181Z] EdgeX Global Pipelines Version Info [2021-04-20T20:41:16.181Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:41:17.729Z] ------------------- [2021-04-20T20:41:17.729Z] stable info: [2021-04-20T20:41:17.729Z] ------------------- [2021-04-20T20:41:17.729Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T20:41:17.729Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T20:41:17.729Z] Message: update stable to v1.0.186 [2021-04-20T20:41:18.679Z] ------------------- [2021-04-20T20:41:18.679Z] experimental info: [2021-04-20T20:41:18.679Z] ------------------- [2021-04-20T20:41:18.679Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T20:41:18.679Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T20:41:18.679Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T20:41:18.799Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T20:41:18.820Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T20:41:18.841Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T20:41:18.860Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T20:41:18.881Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T20:41:18.902Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T20:41:18.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T20:41:18.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T20:41:18.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T20:41:19.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T20:41:19.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T20:41:19.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T20:41:19.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T20:41:19.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T20:41:19.142Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T20:41:19.163Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T20:41:19.183Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T20:41:19.204Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T20:41:19.225Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T20:41:19.246Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T20:41:19.287Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T20:41:19.309Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T20:41:19.329Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-20T20:41:19.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-20T20:41:19.371Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-20T20:41:19.393Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] echo [2021-04-20T20:41:19.415Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b8ff94 [Pipeline] echo [2021-04-20T20:41:19.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T20:41:19.522Z] provisioning config files... [2021-04-20T20:41:19.559Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/452@tmp/config4921233278984600834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:41:19.879Z] ---> docker-login.sh [2021-04-20T20:41:19.879Z] nexus3.edgexfoundry.org:10001 [2021-04-20T20:41:20.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:41:20.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:41:20.412Z] Configure a credential helper to remove this warning. See [2021-04-20T20:41:20.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:41:20.412Z] [2021-04-20T20:41:20.412Z] Login Succeeded [2021-04-20T20:41:20.412Z] nexus3.edgexfoundry.org:10002 [2021-04-20T20:41:20.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:41:20.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:41:20.676Z] Configure a credential helper to remove this warning. See [2021-04-20T20:41:20.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:41:20.676Z] [2021-04-20T20:41:20.676Z] Login Succeeded [2021-04-20T20:41:20.676Z] nexus3.edgexfoundry.org:10003 [2021-04-20T20:41:20.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:41:20.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:41:20.676Z] Configure a credential helper to remove this warning. See [2021-04-20T20:41:20.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:41:20.676Z] [2021-04-20T20:41:20.676Z] Login Succeeded [2021-04-20T20:41:20.676Z] nexus3.edgexfoundry.org:10004 [2021-04-20T20:41:20.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:41:20.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:41:20.941Z] Configure a credential helper to remove this warning. See [2021-04-20T20:41:20.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:41:20.941Z] [2021-04-20T20:41:20.941Z] Login Succeeded [2021-04-20T20:41:20.941Z] docker.io [2021-04-20T20:41:21.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:41:21.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:41:21.207Z] Configure a credential helper to remove this warning. See [2021-04-20T20:41:21.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:41:21.207Z] [2021-04-20T20:41:21.207Z] Login Succeeded [2021-04-20T20:41:21.207Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T20:41:21.217Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T20:41:21.561Z] ++ 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-20T20:41:21.561Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.561Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T20:41:21.561Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.561Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T20:41:21.561Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.562Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T20:41:21.562Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.562Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T20:41:21.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.562Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T20:41:21.562Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.562Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T20:41:21.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.562Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T20:41:21.562Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.562Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T20:41:21.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.562Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T20:41:21.562Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.562Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T20:41:21.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.562Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T20:41:21.562Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.562Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T20:41:21.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.562Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T20:41:21.562Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.562Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T20:41:21.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.562Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T20:41:21.562Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.562Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T20:41:21.562Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T20:41:21.562Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T20:41:21.562Z] ++ cut -d/ -f2 [2021-04-20T20:41:21.562Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T20:41:21.654Z] 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-20T20:41:22.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T20:41:22.973Z] [2021-04-20T20:41:22.973Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:41:23.304Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T20:41:23.304Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T20:41:23.304Z] 31603596830f: Pulling fs layer [2021-04-20T20:41:23.304Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T20:41:23.304Z] 6ca5941a6612: Pulling fs layer [2021-04-20T20:41:23.304Z] ecc8261a40a4: Pulling fs layer [2021-04-20T20:41:23.304Z] ecc8261a40a4: Waiting [2021-04-20T20:41:23.304Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T20:41:23.304Z] 2a8b12db71e7: Download complete [2021-04-20T20:41:23.304Z] 31603596830f: Verifying Checksum [2021-04-20T20:41:23.304Z] 31603596830f: Download complete [2021-04-20T20:41:23.571Z] 6ca5941a6612: Verifying Checksum [2021-04-20T20:41:23.571Z] 6ca5941a6612: Download complete [2021-04-20T20:41:23.571Z] ecc8261a40a4: Verifying Checksum [2021-04-20T20:41:23.571Z] ecc8261a40a4: Download complete [2021-04-20T20:41:23.835Z] 31603596830f: Pull complete [2021-04-20T20:41:24.098Z] 2a8b12db71e7: Pull complete [2021-04-20T20:41:25.048Z] 6ca5941a6612: Pull complete [2021-04-20T20:41:25.048Z] ecc8261a40a4: Pull complete [2021-04-20T20:41:25.048Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T20:41:25.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T20:41:25.048Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T20:41:25.161Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:41:25.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:41:27.943Z] $ docker top fb7e58ba6fa5d92e239166ba73e3139320474248b58aa8c655313b6c8fbf14d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T20:41:28.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T20:41:28.201Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T20:41:28.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T20:41:28.481Z] $ docker exec fb7e58ba6fa5d92e239166ba73e3139320474248b58aa8c655313b6c8fbf14d3 ssh-agent [2021-04-20T20:41:28.695Z] SSH_AUTH_SOCK=/tmp/ssh-roDqYNRkfzez/agent.11 [2021-04-20T20:41:28.695Z] SSH_AGENT_PID=16 [2021-04-20T20:41:28.713Z] Running ssh-add (command line suppressed) [2021-04-20T20:41:28.847Z] Identity added: /w/workspace/edgex-go/452@tmp/private_key_2221834186766112741.key (/w/workspace/edgex-go/452@tmp/private_key_2221834186766112741.key) [2021-04-20T20:41:28.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T20:41:29.215Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T20:41:29.238Z] $ docker exec --env ******** --env ******** fb7e58ba6fa5d92e239166ba73e3139320474248b58aa8c655313b6c8fbf14d3 ssh-agent -k [2021-04-20T20:41:29.361Z] unset SSH_AUTH_SOCK; [2021-04-20T20:41:29.361Z] unset SSH_AGENT_PID; [2021-04-20T20:41:29.362Z] echo Agent pid 16 killed; [2021-04-20T20:41:29.414Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T20:41:29.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T20:41:29.458Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T20:41:29.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T20:41:29.643Z] $ docker exec fb7e58ba6fa5d92e239166ba73e3139320474248b58aa8c655313b6c8fbf14d3 ssh-agent [2021-04-20T20:41:29.832Z] SSH_AUTH_SOCK=/tmp/ssh-225PnM9px2Ms/agent.46 [2021-04-20T20:41:29.832Z] SSH_AGENT_PID=52 [2021-04-20T20:41:29.840Z] Running ssh-add (command line suppressed) [2021-04-20T20:41:29.976Z] Identity added: /w/workspace/edgex-go/452@tmp/private_key_3527072815970952858.key (/w/workspace/edgex-go/452@tmp/private_key_3527072815970952858.key) [2021-04-20T20:41:30.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T20:41:30.345Z] + git semver init [2021-04-20T20:41:30.345Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T20:41:30.345Z] # $GIT_DIR = /w/workspace/edgex-go/452/.git [2021-04-20T20:41:30.345Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/452 [2021-04-20T20:41:30.345Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T20:41:30.345Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T20:41:30.345Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T20:41:30.345Z] # $SEMVER_BRANCH = master [2021-04-20T20:41:30.345Z] # $SEMVER_TEMP = /tmp/semver-967320883 [2021-04-20T20:41:30.345Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T20:41:48.544Z] # '/tmp/semver-967320883' -> '/w/workspace/edgex-go/452/.semver' [2021-04-20T20:41:48.809Z] # -> Force: false [2021-04-20T20:41:48.809Z] # $SEMVER_DIR = /w/workspace/edgex-go/452/.semver [Pipeline] } [2021-04-20T20:41:48.824Z] $ docker exec --env ******** --env ******** fb7e58ba6fa5d92e239166ba73e3139320474248b58aa8c655313b6c8fbf14d3 ssh-agent -k [2021-04-20T20:41:49.197Z] unset SSH_AUTH_SOCK; [2021-04-20T20:41:49.198Z] unset SSH_AGENT_PID; [2021-04-20T20:41:49.198Z] echo Agent pid 52 killed; [2021-04-20T20:41:49.272Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T20:41:49.614Z] + git semver [Pipeline] } [2021-04-20T20:41:49.635Z] $ docker stop --time=1 fb7e58ba6fa5d92e239166ba73e3139320474248b58aa8c655313b6c8fbf14d3 [2021-04-20T20:41:51.224Z] $ docker rm -f fb7e58ba6fa5d92e239166ba73e3139320474248b58aa8c655313b6c8fbf14d3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T20:41:51.703Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T20:41:52.164Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T20:41:52.168Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.184 [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-20T20:41:52.731Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T20:41:53.038Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T20:41:53.343Z] + sudo service docker restart [2021-04-20T20:41:53.343Z] + true [2021-04-20T20:41:53.343Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T20:41:54.310Z] ========================================================= [2021-04-20T20:41:54.310Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T20:41:54.310Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:41:54.632Z] + 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-20T20:42:00.126Z] Sending build context to Docker daemon 329.6MB [2021-04-20T20:42:00.126Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T20:42:00.126Z] Step 2/6 : FROM ${BASE} [2021-04-20T20:42:00.126Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T20:42:00.126Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T20:42:00.126Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T20:42:00.126Z] de9db76c5a1d: Pulling fs layer [2021-04-20T20:42:00.126Z] bca2f99d35d6: Pulling fs layer [2021-04-20T20:42:00.126Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T20:42:00.126Z] 7c6f9722023f: Pulling fs layer [2021-04-20T20:42:00.126Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T20:42:00.126Z] 93359f2a8cfa: Waiting [2021-04-20T20:42:00.126Z] 7c6f9722023f: Waiting [2021-04-20T20:42:00.126Z] a35cf1a2eb13: Waiting [2021-04-20T20:42:00.126Z] bca2f99d35d6: Waiting [2021-04-20T20:42:00.126Z] de9db76c5a1d: Download complete [2021-04-20T20:42:00.126Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T20:42:00.126Z] 0ef7d3d256c8: Download complete [2021-04-20T20:42:00.126Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T20:42:00.126Z] 93359f2a8cfa: Download complete [2021-04-20T20:42:00.126Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T20:42:00.126Z] 188c0c94c7c5: Download complete [2021-04-20T20:42:00.126Z] 7c6f9722023f: Verifying Checksum [2021-04-20T20:42:00.126Z] 7c6f9722023f: Download complete [2021-04-20T20:42:00.126Z] 188c0c94c7c5: Pull complete [2021-04-20T20:42:00.426Z] 0ef7d3d256c8: Pull complete [2021-04-20T20:42:00.426Z] de9db76c5a1d: Pull complete [2021-04-20T20:42:01.834Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T20:42:01.834Z] a35cf1a2eb13: Download complete [2021-04-20T20:42:02.416Z] bca2f99d35d6: Verifying Checksum [2021-04-20T20:42:02.416Z] bca2f99d35d6: Download complete [2021-04-20T20:42:07.340Z] Still waiting to schedule task [2021-04-20T20:42:07.340Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-20T20:42:07.792Z] bca2f99d35d6: Pull complete [2021-04-20T20:42:08.056Z] 93359f2a8cfa: Pull complete [2021-04-20T20:42:08.056Z] 7c6f9722023f: Pull complete [2021-04-20T20:42:13.385Z] a35cf1a2eb13: Pull complete [2021-04-20T20:42:13.385Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T20:42:13.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T20:42:13.385Z] ---> a62c8e92a672 [2021-04-20T20:42:13.385Z] 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-20T20:42:13.385Z] ---> Running in f58ac1a47568 [2021-04-20T20:42:13.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:42:14.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:42:14.799Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T20:42:15.374Z] (2/12) Installing file (5.38-r0) [2021-04-20T20:42:15.643Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T20:42:15.643Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T20:42:20.953Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T20:42:20.953Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T20:42:20.953Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T20:42:20.953Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T20:42:20.953Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T20:42:20.953Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T20:42:20.953Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T20:42:20.953Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T20:42:21.216Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T20:42:21.216Z] OK: 233 MiB in 51 packages [2021-04-20T20:42:25.458Z] Removing intermediate container f58ac1a47568 [2021-04-20T20:42:25.458Z] ---> 1f642dd86472 [2021-04-20T20:42:25.458Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T20:42:25.458Z] ---> Running in b37722808d04 [2021-04-20T20:42:25.458Z] Removing intermediate container b37722808d04 [2021-04-20T20:42:25.458Z] ---> 1dbd737d45fc [2021-04-20T20:42:25.458Z] Step 5/6 : COPY go.mod . [2021-04-20T20:42:25.458Z] ---> e57d33808949 [2021-04-20T20:42:25.458Z] Step 6/6 : RUN go mod download [2021-04-20T20:42:25.458Z] ---> Running in 6dd43b0e2813 [2021-04-20T20:42:47.493Z] Removing intermediate container 6dd43b0e2813 [2021-04-20T20:42:47.493Z] ---> 5ae0d80e4697 [2021-04-20T20:42:47.756Z] Successfully built 5ae0d80e4697 [2021-04-20T20:42:47.756Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:42:48.072Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T20:42:48.072Z] . [Pipeline] withDockerContainer [2021-04-20T20:42:48.185Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:42:48.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:42:49.190Z] $ docker top b5a9f68e8febf557d5091928fad1068e6173206a2421de327f07d508d7ad2b73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T20:42:49.657Z] + go version [2021-04-20T20:42:49.657Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T20:42:49.675Z] $ docker stop --time=1 b5a9f68e8febf557d5091928fad1068e6173206a2421de327f07d508d7ad2b73 [2021-04-20T20:42:51.591Z] $ docker rm -f b5a9f68e8febf557d5091928fad1068e6173206a2421de327f07d508d7ad2b73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:42:52.105Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T20:42:52.105Z] . [Pipeline] withDockerContainer [2021-04-20T20:42:52.224Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:42:52.273Z] $ 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/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:42:53.246Z] $ docker top f5b8b69e218f703e85cd3b59de855898eb2c9db347b70c0bda20c107d7de0262 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T20:42:53.418Z] ========================================================= [2021-04-20T20:42:53.418Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T20:42:53.418Z] ========================================================= [Pipeline] sh [2021-04-20T20:42:53.721Z] + make test [2021-04-20T20:42:53.721Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T20:43:03.802Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T20:43:25.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T20:43:27.931Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T20:43:30.554Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T20:43:30.554Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T20:43:31.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T20:43:31.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T20:43:31.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T20:43:32.118Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T20:43:33.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T20:43:33.361Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T20:43:36.706Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T20:43:36.706Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T20:43:36.706Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T20:43:38.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements [2021-04-20T20:43:38.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T20:43:38.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T20:43:38.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T20:43:38.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T20:43:38.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T20:43:38.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T20:43:38.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.049s coverage: 19.8% of statements [2021-04-20T20:43:38.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements [2021-04-20T20:43:42.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.299s coverage: 27.1% of statements [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T20:43:42.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T20:43:42.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T20:43:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T20:43:42.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.110s coverage: 71.3% of statements [2021-04-20T20:43:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T20:43:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T20:43:42.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.163s coverage: 82.9% of statements [2021-04-20T20:43:42.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T20:43:42.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T20:43:42.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.090s coverage: 78.9% of statements [2021-04-20T20:43:42.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T20:43:45.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T20:43:45.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T20:43:45.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.105s coverage: 100.0% of statements [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T20:43:45.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.197s coverage: 86.7% of statements [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T20:43:45.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T20:43:45.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.102s coverage: 78.3% of statements [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T20:43:45.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T20:43:48.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.439s coverage: 93.0% of statements [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T20:43:48.553Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T20:43:48.553Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.9% of statements [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T20:43:48.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T20:43:48.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2021-04-20T20:43:48.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.088s coverage: 79.5% of statements [2021-04-20T20:43:48.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-04-20T20:43:49.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-04-20T20:43:49.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-04-20T20:44:01.151Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1277 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-20T20:44:01.168Z] Running in /w/workspace/edgex-go/452 [Pipeline] { [Pipeline] checkout [2021-04-20T20:44:01.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements [2021-04-20T20:44:01.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-04-20T20:44:05.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.256s coverage: 81.9% of statements [2021-04-20T20:44:05.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T20:44:06.848Z] using credential edgex-jenkins-ssh [2021-04-20T20:44:06.867Z] Cloning the remote Git repository [2021-04-20T20:44:06.952Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T20:44:07.054Z] > git init /w/workspace/edgex-go/452 # timeout=10 [2021-04-20T20:44:07.123Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T20:44:07.123Z] > git --version # timeout=10 [2021-04-20T20:44:07.164Z] > git --version # 'git version 2.17.1' [2021-04-20T20:44:07.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T20:44:07.256Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.104s coverage: 92.9% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.6% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.245s coverage: 64.4% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 69.0% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 38.4% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-04-20T20:44:13.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.159s coverage: 47.0% of statements [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T20:44:13.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T20:44:13.282Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T20:44:13.282Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T20:44:13.282Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.069s coverage: 9.6% of statements [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T20:44:13.282Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 88.6% of statements [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T20:44:13.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T20:44:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.783s coverage: 28.7% of statements [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T20:44:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T20:44:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T20:44:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.072s coverage: 64.6% of statements [2021-04-20T20:44:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T20:44:14.468Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.141s coverage: 95.6% of statements [2021-04-20T20:44:14.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T20:44:14.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T20:44:14.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T20:44:14.468Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-04-20T20:44:14.468Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T20:44:14.468Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-04-20T20:44:14.468Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T20:44:14.468Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T20:44:14.468Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T20:44:14.468Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T20:44:14.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-04-20T20:44:14.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T20:44:14.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T20:44:14.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-04-20T20:44:15.309Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-20T20:44:15.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-20T20:44:15.833Z] GO111MODULE=on go vet ./... [2021-04-20T20:44:23.087Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T20:44:23.112Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T20:44:23.143Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T20:44:23.174Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T20:44:23.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T20:44:23.185Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T20:44:23.782Z] Checking out Revision 7b8ff941781f40a52b080ca1fb051afd3c85c202 (master) [2021-04-20T20:44:23.804Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T20:44:23.818Z] > git checkout -f 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 [2021-04-20T20:44:28.224Z] Commit message: "Merge pull request #3389 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T20:44:29.658Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T20:44:30.073Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T20:44:30.413Z] + sudo service docker restart [2021-04-20T20:44:30.413Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T20:44:32.426Z] provisioning config files... [2021-04-20T20:44:32.469Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/452@tmp/config1128830480093644587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:44:32.846Z] ---> docker-login.sh [2021-04-20T20:44:32.846Z] nexus3.edgexfoundry.org:10001 [2021-04-20T20:44:33.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:44:35.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:44:35.295Z] Configure a credential helper to remove this warning. See [2021-04-20T20:44:35.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:44:35.295Z] [2021-04-20T20:44:35.295Z] Login Succeeded [2021-04-20T20:44:35.295Z] nexus3.edgexfoundry.org:10002 [2021-04-20T20:44:35.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:44:35.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:44:35.570Z] Configure a credential helper to remove this warning. See [2021-04-20T20:44:35.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:44:35.570Z] [2021-04-20T20:44:35.570Z] Login Succeeded [2021-04-20T20:44:35.570Z] nexus3.edgexfoundry.org:10003 [2021-04-20T20:44:35.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:44:36.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:44:36.117Z] Configure a credential helper to remove this warning. See [2021-04-20T20:44:36.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:44:36.117Z] [2021-04-20T20:44:36.117Z] Login Succeeded [2021-04-20T20:44:36.117Z] nexus3.edgexfoundry.org:10004 [2021-04-20T20:44:36.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:44:36.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:44:36.667Z] Configure a credential helper to remove this warning. See [2021-04-20T20:44:36.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:44:36.667Z] [2021-04-20T20:44:36.667Z] Login Succeeded [2021-04-20T20:44:36.667Z] docker.io [2021-04-20T20:44:36.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:44:37.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:44:37.218Z] Configure a credential helper to remove this warning. See [2021-04-20T20:44:37.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:44:37.218Z] [2021-04-20T20:44:37.218Z] Login Succeeded [2021-04-20T20:44:37.218Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T20:44:37.236Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T20:44:37.541Z] ========================================================= [2021-04-20T20:44:37.542Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T20:44:37.542Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:44:37.889Z] + 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-20T20:44:40.549Z] Sending build context to Docker daemon 167.4MB [2021-04-20T20:44:40.549Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T20:44:40.549Z] Step 2/6 : FROM ${BASE} [2021-04-20T20:44:40.549Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T20:44:40.549Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T20:44:40.549Z] a4357932f1b6: Pulling fs layer [2021-04-20T20:44:40.549Z] 18c013af1878: Pulling fs layer [2021-04-20T20:44:40.549Z] 00ac8860ef70: Pulling fs layer [2021-04-20T20:44:40.549Z] 63d7cb157983: Pulling fs layer [2021-04-20T20:44:40.549Z] b116817d02f9: Pulling fs layer [2021-04-20T20:44:40.549Z] 745a02a5169b: Pulling fs layer [2021-04-20T20:44:40.549Z] 00ac8860ef70: Waiting [2021-04-20T20:44:40.549Z] 63d7cb157983: Waiting [2021-04-20T20:44:40.549Z] b116817d02f9: Waiting [2021-04-20T20:44:40.549Z] 745a02a5169b: Waiting [2021-04-20T20:44:40.549Z] 18c013af1878: Download complete [2021-04-20T20:44:40.549Z] a4357932f1b6: Verifying Checksum [2021-04-20T20:44:40.549Z] a4357932f1b6: Download complete [2021-04-20T20:44:40.549Z] 63d7cb157983: Verifying Checksum [2021-04-20T20:44:40.549Z] 63d7cb157983: Download complete [2021-04-20T20:44:40.549Z] b116817d02f9: Verifying Checksum [2021-04-20T20:44:40.549Z] b116817d02f9: Download complete [2021-04-20T20:44:40.549Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T20:44:40.549Z] 5f621e34cdf4: Download complete [2021-04-20T20:44:41.150Z] 5f621e34cdf4: Pull complete [2021-04-20T20:44:41.750Z] a4357932f1b6: Pull complete [2021-04-20T20:44:42.038Z] 18c013af1878: Pull complete [2021-04-20T20:44:42.635Z] 745a02a5169b: Verifying Checksum [2021-04-20T20:44:42.635Z] 745a02a5169b: Download complete [2021-04-20T20:44:44.614Z] 00ac8860ef70: Verifying Checksum [2021-04-20T20:44:44.614Z] 00ac8860ef70: Download complete [2021-04-20T20:44:48.102Z] gofmt -l . [2021-04-20T20:44:48.102Z] [ "`gofmt -l .`" = "" ] [2021-04-20T20:44:48.102Z] ./bin/test-go-mod-tidy.sh [2021-04-20T20:44:48.102Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T20:44:48.416Z] + ls -al . [2021-04-20T20:44:48.416Z] total 812 [2021-04-20T20:44:48.416Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 20:44 . [2021-04-20T20:44:48.416Z] drwxr-xr-x 4 root root 32 Apr 20 20:42 .. [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 20:41 .dockerignore [2021-04-20T20:44:48.416Z] drwxrwxr-x 8 1001 1001 162 Apr 20 20:41 .git [2021-04-20T20:44:48.416Z] drwxrwxr-x 3 1001 1001 125 Apr 20 20:41 .github [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 20:41 .gitignore [2021-04-20T20:44:48.416Z] drwx------ 3 1001 1001 45 Apr 20 20:41 .semver [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 20:41 .sonarcloud.properties [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 20:41 Attribution.txt [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 20:41 CONTRIBUTING.md [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 20:41 Dockerfile.build [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 20:41 Jenkinsfile [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 20:41 LICENSE [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 20:41 Makefile [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 20:41 README.md [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 20:41 SECURITY.md [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 13 Apr 20 20:41 VERSION [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 20:41 ZMQWindows.md [2021-04-20T20:44:48.416Z] drwxrwxr-x 2 1001 1001 117 Apr 20 20:41 bin [2021-04-20T20:44:48.416Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 20:41 cmd [2021-04-20T20:44:48.416Z] -rw-r--r-- 1 root root 703598 Apr 20 20:44 coverage.out [2021-04-20T20:44:48.416Z] -rw-r--r-- 1 root root 1059 Apr 20 20:44 go.mod [2021-04-20T20:44:48.416Z] -rw-r--r-- 1 root root 22300 Apr 20 20:44 go.sum [2021-04-20T20:44:48.416Z] drwxrwxr-x 8 1001 1001 127 Apr 20 20:41 internal [2021-04-20T20:44:48.416Z] drwxrwxr-x 4 1001 1001 26 Apr 20 20:41 openapi [2021-04-20T20:44:48.416Z] drwxrwxr-x 4 1001 1001 71 Apr 20 20:41 snap [2021-04-20T20:44:48.416Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 20:41 version.go [Pipeline] sh [2021-04-20T20:44:48.868Z] + '[' -e coverage.out ] [2021-04-20T20:44:48.868Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T20:44:49.130Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T20:44:49.490Z] + make build [2021-04-20T20:44:49.490Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T20:44:53.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T20:44:54.780Z] 00ac8860ef70: Pull complete [2021-04-20T20:44:55.051Z] 63d7cb157983: Pull complete [2021-04-20T20:44:55.325Z] b116817d02f9: Pull complete [2021-04-20T20:44:59.654Z] 745a02a5169b: Pull complete [2021-04-20T20:44:59.654Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T20:44:59.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T20:44:59.654Z] ---> b7e6874047d6 [2021-04-20T20:44:59.654Z] 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-20T20:45:02.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T20:45:02.273Z] ---> Running in a157856553f4 [2021-04-20T20:45:03.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T20:45:03.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:45:04.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:45:04.906Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T20:45:05.176Z] (2/12) Installing file (5.38-r0) [2021-04-20T20:45:05.176Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T20:45:05.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T20:45:05.445Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T20:45:05.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T20:45:07.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T20:45:09.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T20:45:10.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T20:45:10.827Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T20:45:10.827Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T20:45:10.827Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T20:45:10.827Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T20:45:10.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T20:45:10.827Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T20:45:10.827Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T20:45:10.827Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T20:45:10.827Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T20:45:10.827Z] OK: 217 MiB in 51 packages [2021-04-20T20:45:11.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T20:45:12.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T20:45:14.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T20:45:15.123Z] Removing intermediate container a157856553f4 [2021-04-20T20:45:15.123Z] ---> 461ea33a1627 [2021-04-20T20:45:15.123Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T20:45:15.123Z] ---> Running in ddf5a0a511c8 [2021-04-20T20:45:15.392Z] Removing intermediate container ddf5a0a511c8 [2021-04-20T20:45:15.392Z] ---> 35f571bd2053 [2021-04-20T20:45:15.392Z] Step 5/6 : COPY go.mod . [2021-04-20T20:45:15.982Z] ---> 7e24413c4209 [2021-04-20T20:45:15.982Z] Step 6/6 : RUN go mod download [2021-04-20T20:45:15.982Z] ---> Running in fd2a902831f0 [Pipeline] } [2021-04-20T20:45:16.862Z] $ docker stop --time=1 f5b8b69e218f703e85cd3b59de855898eb2c9db347b70c0bda20c107d7de0262 [2021-04-20T20:45:18.592Z] $ docker rm -f f5b8b69e218f703e85cd3b59de855898eb2c9db347b70c0bda20c107d7de0262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:45:21.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T20:45:21.861Z] [2021-04-20T20:45:21.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:45:22.183Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T20:45:22.183Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T20:45:22.183Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T20:45:22.183Z] ca9280d653b3: Pulling fs layer [2021-04-20T20:45:22.183Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T20:45:22.765Z] cbdbe7a5bc2a: Download complete [2021-04-20T20:45:22.765Z] ca9280d653b3: Verifying Checksum [2021-04-20T20:45:22.765Z] ca9280d653b3: Download complete [2021-04-20T20:45:23.351Z] cbdbe7a5bc2a: Pull complete [2021-04-20T20:45:24.319Z] 7e9c9ca2126c: Download complete [2021-04-20T20:45:24.319Z] ca9280d653b3: Pull complete [2021-04-20T20:45:30.951Z] 7e9c9ca2126c: Pull complete [2021-04-20T20:45:30.951Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T20:45:30.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T20:45:30.951Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T20:45:31.077Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:45:31.132Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:45:33.924Z] $ docker top 84acf811344bf8e2b39d7e63d07b433f3edf6d88644f737ee379193a1fa744cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T20:45:34.415Z] + docker-compose build --help [2021-04-20T20:45:34.415Z] + grep parallel [2021-04-20T20:45:35.365Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T20:45:35.643Z] $ docker stop --time=1 84acf811344bf8e2b39d7e63d07b433f3edf6d88644f737ee379193a1fa744cc [2021-04-20T20:45:37.021Z] $ docker rm -f 84acf811344bf8e2b39d7e63d07b433f3edf6d88644f737ee379193a1fa744cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:45:37.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T20:45:37.538Z] . [Pipeline] withDockerContainer [2021-04-20T20:45:37.644Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:45:37.697Z] $ 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/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:45:38.598Z] $ docker top 407467f617fb193c29a68c6b957b5fb28809a9a1d1e14b04f54fc90a7f5e814f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T20:45:39.044Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T20:45:39.993Z] Building docker-core-command-go ... [2021-04-20T20:45:39.993Z] Building docker-core-data-go ... [2021-04-20T20:45:39.993Z] Building docker-core-metadata-go ... [2021-04-20T20:45:39.993Z] Building docker-security-bootstrapper-go ... [2021-04-20T20:45:39.993Z] Building docker-security-proxy-setup-go ... [2021-04-20T20:45:39.993Z] Building docker-security-secretstore-setup-go ... [2021-04-20T20:45:39.993Z] Building docker-support-notifications-go ... [2021-04-20T20:45:39.993Z] Building docker-support-scheduler-go ... [2021-04-20T20:45:39.993Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T20:45:39.993Z] Building docker-core-metadata-go [2021-04-20T20:45:39.993Z] Building docker-security-proxy-setup-go [2021-04-20T20:45:39.993Z] Building docker-core-command-go [2021-04-20T20:45:39.993Z] Building docker-security-secretstore-setup-go [2021-04-20T20:45:39.993Z] Building docker-security-bootstrapper-go [2021-04-20T20:45:42.780Z] Removing intermediate container fd2a902831f0 [2021-04-20T20:45:42.781Z] ---> c4f044fefef5 [2021-04-20T20:45:42.781Z] Successfully built c4f044fefef5 [2021-04-20T20:45:42.781Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:45:43.124Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T20:45:43.124Z] . [Pipeline] withDockerContainer [2021-04-20T20:45:43.392Z] prd-ubuntu18.04-docker-arm64-4c-16g-1277 does not seem to be running inside a container [2021-04-20T20:45:43.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:45:44.956Z] $ docker top ab661d8f00dc6f19bbfe5f538eebd5f95694eaba3c96dcb421402bd3269cc03d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T20:45:45.935Z] + go version [2021-04-20T20:45:45.935Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T20:45:45.963Z] $ docker stop --time=1 ab661d8f00dc6f19bbfe5f538eebd5f95694eaba3c96dcb421402bd3269cc03d [2021-04-20T20:45:47.874Z] $ docker rm -f ab661d8f00dc6f19bbfe5f538eebd5f95694eaba3c96dcb421402bd3269cc03d [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-20T20:45:48.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T20:45:48.608Z] [2021-04-20T20:45:48.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:45:49.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T20:45:49.509Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T20:45:49.509Z] 29e5d40040c1: Pulling fs layer [2021-04-20T20:45:49.509Z] 1ce36da41761: Pulling fs layer [2021-04-20T20:45:49.509Z] 25b303627fd3: Pulling fs layer [2021-04-20T20:45:49.509Z] 29e5d40040c1: Verifying Checksum [2021-04-20T20:45:49.509Z] 29e5d40040c1: Download complete [2021-04-20T20:45:50.111Z] 1ce36da41761: Verifying Checksum [2021-04-20T20:45:50.111Z] 1ce36da41761: Download complete [2021-04-20T20:45:50.111Z] 29e5d40040c1: Pull complete [2021-04-20T20:45:51.556Z] 1ce36da41761: Pull complete [2021-04-20T20:45:51.556Z] 25b303627fd3: Verifying Checksum [2021-04-20T20:45:51.556Z] 25b303627fd3: Download complete [2021-04-20T20:46:01.709Z] 25b303627fd3: Pull complete [2021-04-20T20:46:01.709Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T20:46:01.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T20:46:01.709Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T20:46:01.966Z] prd-ubuntu18.04-docker-arm64-4c-16g-1277 does not seem to be running inside a container [2021-04-20T20:46:02.058Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:46:04.916Z] $ docker top ed3f216fa71513a17b7e94bc61e87fd171a2648939d24b6333246078fa314765 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T20:46:05.810Z] + docker-compose build+ --help [2021-04-20T20:46:05.810Z] grep parallel [2021-04-20T20:46:09.187Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T20:46:09.214Z] $ docker stop --time=1 ed3f216fa71513a17b7e94bc61e87fd171a2648939d24b6333246078fa314765 [2021-04-20T20:46:11.034Z] $ docker rm -f ed3f216fa71513a17b7e94bc61e87fd171a2648939d24b6333246078fa314765 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:46:11.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T20:46:11.739Z] . [Pipeline] withDockerContainer [2021-04-20T20:46:12.052Z] prd-ubuntu18.04-docker-arm64-4c-16g-1277 does not seem to be running inside a container [2021-04-20T20:46:12.157Z] $ 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/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:46:13.558Z] $ docker top 9a577e36b3707d690ebb20ef24ac102c7323523855b9db3ad62382b213d87181 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T20:46:14.490Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T20:46:17.872Z] Building docker-core-command-go ... [2021-04-20T20:46:17.872Z] Building docker-core-data-go ... [2021-04-20T20:46:17.872Z] Building docker-core-metadata-go ... [2021-04-20T20:46:17.872Z] Building docker-security-bootstrapper-go ... [2021-04-20T20:46:17.872Z] Building docker-security-proxy-setup-go ... [2021-04-20T20:46:17.872Z] Building docker-security-secretstore-setup-go ... [2021-04-20T20:46:17.872Z] Building docker-support-notifications-go ... [2021-04-20T20:46:17.872Z] Building docker-support-scheduler-go ... [2021-04-20T20:46:17.872Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T20:46:17.872Z] Building docker-security-bootstrapper-go [2021-04-20T20:46:17.872Z] Building docker-core-command-go [2021-04-20T20:46:17.872Z] Building docker-security-secretstore-setup-go [2021-04-20T20:46:17.872Z] Building docker-core-data-go [2021-04-20T20:46:17.872Z] Building docker-support-notifications-go [2021-04-20T20:46:18.925Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:46:18.925Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:46:18.925Z] ---> 5ae0d80e4697 [2021-04-20T20:46:18.925Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T20:46:18.925Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:46:18.925Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:46:18.925Z] ---> 5ae0d80e4697 [2021-04-20T20:46:18.925Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T20:46:18.925Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:46:18.925Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:46:18.925Z] ---> 5ae0d80e4697 [2021-04-20T20:46:18.925Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T20:46:18.925Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:46:18.925Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:46:18.925Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:46:18.925Z] ---> 5ae0d80e4697 [2021-04-20T20:46:18.925Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T20:46:18.925Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:46:18.925Z] ---> 5ae0d80e4697 [2021-04-20T20:46:18.925Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T20:46:18.925Z] ---> Running in fa5575152173 [2021-04-20T20:46:18.925Z] ---> Running in 9378fd0e679a [2021-04-20T20:46:18.925Z] ---> Running in d8bb46aaac28 [2021-04-20T20:46:18.925Z] ---> Running in 9852038462fe [2021-04-20T20:46:18.925Z] ---> Running in 57099f1c75d8 [2021-04-20T20:46:18.925Z] Removing intermediate container 9852038462fe [2021-04-20T20:46:18.925Z] ---> dd31f4f556ba [2021-04-20T20:46:18.925Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:46:18.925Z] Removing intermediate container fa5575152173 [2021-04-20T20:46:18.925Z] ---> ba9333e76133 [2021-04-20T20:46:18.925Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:46:18.925Z] Removing intermediate container d8bb46aaac28 [2021-04-20T20:46:18.925Z] ---> 487c0fc7929b [2021-04-20T20:46:18.925Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:46:18.925Z] Removing intermediate container 9378fd0e679a [2021-04-20T20:46:18.925Z] ---> 5f2ad77b3187 [2021-04-20T20:46:18.925Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:46:18.925Z] Removing intermediate container 57099f1c75d8 [2021-04-20T20:46:18.925Z] ---> f6cc04aac4c7 [2021-04-20T20:46:18.925Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:46:18.925Z] ---> Running in 5ece92c778d3 [2021-04-20T20:46:18.925Z] ---> Running in 5a3cc1e515b6 [2021-04-20T20:46:18.925Z] ---> Running in 59380dfaa140 [2021-04-20T20:46:18.925Z] ---> Running in 0c62b93df41a [2021-04-20T20:46:18.925Z] ---> Running in ba0d1800d037 [2021-04-20T20:46:19.884Z] Removing intermediate container 5ece92c778d3 [2021-04-20T20:46:19.884Z] ---> e4ec11c24353 [2021-04-20T20:46:19.884Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T20:46:19.884Z] Removing intermediate container 5a3cc1e515b6 [2021-04-20T20:46:19.884Z] ---> 913644e65d2f [2021-04-20T20:46:19.884Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T20:46:19.884Z] Removing intermediate container 59380dfaa140 [2021-04-20T20:46:19.884Z] ---> ebe54f90d026 [2021-04-20T20:46:19.884Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T20:46:20.148Z] ---> Running in 6dc717cfd5e8 [2021-04-20T20:46:20.148Z] ---> Running in affbd14cf2c8 [2021-04-20T20:46:20.148Z] Removing intermediate container 0c62b93df41a [2021-04-20T20:46:20.148Z] ---> 6848d04ba013 [2021-04-20T20:46:20.148Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T20:46:20.148Z] ---> Running in 2fb72482b23d [2021-04-20T20:46:20.148Z] Removing intermediate container ba0d1800d037 [2021-04-20T20:46:20.148Z] ---> 7c4ef7fe7862 [2021-04-20T20:46:20.148Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T20:46:20.414Z] ---> Running in db9d87d16662 [2021-04-20T20:46:20.414Z] ---> Running in ada020a0f28d [2021-04-20T20:46:21.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:21.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:21.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:21.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:21.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:21.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:22.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:22.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:22.224Z] OK: 233 MiB in 51 packages [2021-04-20T20:46:22.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:22.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:46:22.816Z] OK: 233 MiB in 51 packages [2021-04-20T20:46:22.816Z] OK: 233 MiB in 51 packages [2021-04-20T20:46:22.816Z] OK: 233 MiB in 51 packages [2021-04-20T20:46:22.816Z] OK: 233 MiB in 51 packages [2021-04-20T20:46:22.816Z] Removing intermediate container 6dc717cfd5e8 [2021-04-20T20:46:22.816Z] ---> 14ea9c5392d6 [2021-04-20T20:46:22.816Z] Step 6/23 : COPY go.mod . [2021-04-20T20:46:23.399Z] ---> a7a79b9fc0ea [2021-04-20T20:46:23.399Z] Step 7/23 : RUN go mod download [2021-04-20T20:46:23.665Z] ---> Running in 96acd9980fad [2021-04-20T20:46:23.927Z] Removing intermediate container db9d87d16662 [2021-04-20T20:46:23.927Z] ---> 47ddf177802a [2021-04-20T20:46:23.927Z] Step 6/24 : COPY go.mod . [2021-04-20T20:46:23.927Z] Removing intermediate container affbd14cf2c8 [2021-04-20T20:46:23.927Z] ---> 979361370d59 [2021-04-20T20:46:23.927Z] Step 6/23 : COPY go.mod . [2021-04-20T20:46:24.191Z] Removing intermediate container 2fb72482b23d [2021-04-20T20:46:24.191Z] ---> 7d74a35bb702 [2021-04-20T20:46:24.191Z] Step 6/21 : COPY go.mod . [2021-04-20T20:46:24.456Z] Removing intermediate container ada020a0f28d [2021-04-20T20:46:24.456Z] ---> e5c2777a1180 [2021-04-20T20:46:24.456Z] Step 6/31 : COPY go.mod . [2021-04-20T20:46:24.456Z] ---> 8f8adb020858 [2021-04-20T20:46:24.456Z] Step 7/24 : RUN go mod download [2021-04-20T20:46:24.456Z] ---> Running in 1e6e8cfdbb50 [2021-04-20T20:46:24.456Z] ---> a31525676777 [2021-04-20T20:46:24.456Z] Step 7/23 : RUN go mod download [2021-04-20T20:46:25.043Z] ---> Running in fece84eadf65 [2021-04-20T20:46:25.043Z] ---> 778b3cfc6901 [2021-04-20T20:46:25.043Z] Step 7/31 : RUN go mod download [2021-04-20T20:46:25.043Z] ---> 64a9d46ed4bf [2021-04-20T20:46:25.043Z] Step 7/21 : RUN go mod download [2021-04-20T20:46:25.721Z] ---> Running in 4133ffc43a58 [2021-04-20T20:46:25.721Z] ---> Running in e43911f1d882 [2021-04-20T20:46:27.007Z] Removing intermediate container 96acd9980fad [2021-04-20T20:46:27.007Z] ---> 96ff277e43b8 [2021-04-20T20:46:27.007Z] Step 8/23 : COPY . . [2021-04-20T20:46:27.337Z] Removing intermediate container 1e6e8cfdbb50 [2021-04-20T20:46:27.337Z] ---> 88de4502cb9d [2021-04-20T20:46:27.337Z] Step 8/24 : COPY . . [2021-04-20T20:46:33.995Z] Removing intermediate container fece84eadf65 [2021-04-20T20:46:33.995Z] ---> 43f96f533d89 [2021-04-20T20:46:33.995Z] Step 8/23 : COPY . . [2021-04-20T20:46:36.590Z] Removing intermediate container e43911f1d882 [2021-04-20T20:46:36.591Z] ---> 54b9c5e724ad [2021-04-20T20:46:36.591Z] Step 8/31 : COPY . . [2021-04-20T20:46:36.591Z] Removing intermediate container 4133ffc43a58 [2021-04-20T20:46:36.591Z] ---> 85466d4803e6 [2021-04-20T20:46:36.591Z] Step 8/21 : COPY . . [2021-04-20T20:47:09.044Z] ---> 621f6d85bbb7 [2021-04-20T20:47:09.044Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T20:47:10.003Z] ---> Running in 283cfbb4332b [2021-04-20T20:47:10.267Z] ---> 46e0160e0fa4 [2021-04-20T20:47:10.267Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T20:47:11.238Z] ---> 10ba0e505e12 [2021-04-20T20:47:11.238Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T20:47:11.238Z] ---> 2f7a1c44c257 [2021-04-20T20:47:11.238Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T20:47:11.238Z] ---> 53a755b59efb [2021-04-20T20:47:11.238Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T20:47:11.238Z] ---> Running in 15523a00d3fa [2021-04-20T20:47:11.821Z] ---> Running in 4db78516a42c [2021-04-20T20:47:11.821Z] ---> Running in cdc2ed14214d [2021-04-20T20:47:11.821Z] ---> Running in 8d612866a69d [2021-04-20T20:47:11.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T20:47:12.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T20:47:13.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T20:47:13.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T20:47:13.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T20:47:14.424Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:47:14.424Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:47:14.424Z] ---> c4f044fefef5 [2021-04-20T20:47:14.424Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T20:47:14.424Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:47:14.424Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:47:14.424Z] ---> c4f044fefef5 [2021-04-20T20:47:14.424Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T20:47:14.424Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:47:14.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:47:14.424Z] ---> c4f044fefef5 [2021-04-20T20:47:14.424Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T20:47:14.424Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:47:14.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:47:14.424Z] ---> c4f044fefef5 [2021-04-20T20:47:14.424Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T20:47:14.424Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:47:14.424Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:47:14.424Z] ---> c4f044fefef5 [2021-04-20T20:47:14.424Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T20:47:14.424Z] ---> Running in 2982bad23591 [2021-04-20T20:47:14.424Z] ---> Running in 68637b74c067 [2021-04-20T20:47:14.424Z] ---> Running in bf53af908fd1 [2021-04-20T20:47:14.424Z] ---> Running in 08635c42b342 [2021-04-20T20:47:14.424Z] ---> Running in 33f6926acf20 [2021-04-20T20:47:14.424Z] Removing intermediate container 08635c42b342 [2021-04-20T20:47:14.424Z] ---> 9794301d75e6 [2021-04-20T20:47:14.424Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:47:14.424Z] Removing intermediate container 68637b74c067 [2021-04-20T20:47:14.424Z] ---> c447fc9ca18a [2021-04-20T20:47:14.424Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:47:14.424Z] Removing intermediate container bf53af908fd1 [2021-04-20T20:47:14.424Z] ---> 6685e6f1abfe [2021-04-20T20:47:14.424Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:47:14.424Z] Removing intermediate container 33f6926acf20 [2021-04-20T20:47:14.424Z] ---> adb7f99295cb [2021-04-20T20:47:14.424Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:47:14.424Z] Removing intermediate container 2982bad23591 [2021-04-20T20:47:14.424Z] ---> 741b353910d7 [2021-04-20T20:47:14.424Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:47:14.424Z] ---> Running in 015b0393c9f6 [2021-04-20T20:47:14.424Z] ---> Running in 1ce3ab1e3b48 [2021-04-20T20:47:14.424Z] ---> Running in 13d4fc339e30 [2021-04-20T20:47:14.424Z] ---> Running in 4a1fbfae866e [2021-04-20T20:47:14.424Z] ---> Running in 610a8edb1129 [2021-04-20T20:47:14.424Z] Removing intermediate container 015b0393c9f6 [2021-04-20T20:47:14.424Z] ---> 6bde4d24a85f [2021-04-20T20:47:14.424Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T20:47:14.424Z] Removing intermediate container 1ce3ab1e3b48 [2021-04-20T20:47:14.424Z] ---> 54a9c6186d0b [2021-04-20T20:47:14.424Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T20:47:14.424Z] ---> Running in fbcd0427af40 [2021-04-20T20:47:14.424Z] ---> Running in bdeba9ebb629 [2021-04-20T20:47:14.424Z] Removing intermediate container 610a8edb1129 [2021-04-20T20:47:14.424Z] ---> 94b842f1c331 [2021-04-20T20:47:14.424Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T20:47:14.424Z] Removing intermediate container 13d4fc339e30 [2021-04-20T20:47:14.424Z] ---> f4362412602c [2021-04-20T20:47:14.424Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T20:47:14.701Z] ---> Running in 980d98ce0e91 [2021-04-20T20:47:14.701Z] Removing intermediate container 4a1fbfae866e [2021-04-20T20:47:14.701Z] ---> 40d34948b3e9 [2021-04-20T20:47:14.701Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T20:47:14.701Z] ---> Running in b96b99b1ff6c [2021-04-20T20:47:14.976Z] ---> Running in 763ccd3669c9 [2021-04-20T20:47:15.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:16.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:16.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:16.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:16.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:16.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:17.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:17.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:17.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:17.679Z] OK: 217 MiB in 51 packages [2021-04-20T20:47:17.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:47:17.958Z] OK: 217 MiB in 51 packages [2021-04-20T20:47:18.237Z] OK: 217 MiB in 51 packages [2021-04-20T20:47:18.237Z] OK: 217 MiB in 51 packages [2021-04-20T20:47:18.520Z] OK: 217 MiB in 51 packages [2021-04-20T20:47:19.528Z] Removing intermediate container fbcd0427af40 [2021-04-20T20:47:19.528Z] ---> 82b06c31e343 [2021-04-20T20:47:19.528Z] Step 6/24 : COPY go.mod . [2021-04-20T20:47:19.810Z] Removing intermediate container bdeba9ebb629 [2021-04-20T20:47:19.811Z] ---> 46f7f757de02 [2021-04-20T20:47:19.811Z] Step 6/23 : COPY go.mod . [2021-04-20T20:47:20.415Z] Removing intermediate container 980d98ce0e91 [2021-04-20T20:47:20.415Z] ---> 1f781676a98e [2021-04-20T20:47:20.415Z] Step 6/22 : COPY go.mod . [2021-04-20T20:47:20.415Z] ---> 1a2bcd20ce9d [2021-04-20T20:47:20.415Z] Step 7/24 : RUN go mod download [2021-04-20T20:47:20.415Z] Removing intermediate container b96b99b1ff6c [2021-04-20T20:47:20.415Z] ---> c857aa9da705 [2021-04-20T20:47:20.415Z] Step 6/31 : COPY go.mod . [2021-04-20T20:47:20.415Z] Removing intermediate container 763ccd3669c9 [2021-04-20T20:47:20.415Z] ---> 4f09204a2fe0 [2021-04-20T20:47:20.415Z] Step 6/23 : COPY go.mod . [2021-04-20T20:47:20.695Z] ---> Running in 2d4a395d8b23 [2021-04-20T20:47:20.980Z] ---> 423b84464e79 [2021-04-20T20:47:20.980Z] Step 7/23 : RUN go mod download [2021-04-20T20:47:21.258Z] ---> Running in 851f1d7f309f [2021-04-20T20:47:21.869Z] ---> 7602351d5696 [2021-04-20T20:47:21.869Z] Step 7/22 : RUN go mod download [2021-04-20T20:47:21.869Z] ---> e4a7c6acbead [2021-04-20T20:47:21.869Z] Step 7/23 : RUN go mod download [2021-04-20T20:47:21.869Z] ---> f71d346d75af [2021-04-20T20:47:21.869Z] Step 7/31 : RUN go mod download [2021-04-20T20:47:21.869Z] ---> Running in 548004f07a8c [2021-04-20T20:47:21.869Z] ---> Running in e7a08a7c3e52 [2021-04-20T20:47:22.148Z] ---> Running in 9a170c186916 [2021-04-20T20:47:25.592Z] Removing intermediate container 2d4a395d8b23 [2021-04-20T20:47:25.592Z] ---> 8ae277bbebb9 [2021-04-20T20:47:25.592Z] Step 8/24 : COPY . . [2021-04-20T20:47:25.881Z] Removing intermediate container 851f1d7f309f [2021-04-20T20:47:25.881Z] ---> 608af1d96088 [2021-04-20T20:47:25.881Z] Step 8/23 : COPY . . [2021-04-20T20:47:26.477Z] Removing intermediate container 548004f07a8c [2021-04-20T20:47:26.477Z] ---> 5cd8f25f1bbb [2021-04-20T20:47:26.477Z] Step 8/22 : COPY . . [2021-04-20T20:47:27.465Z] Removing intermediate container 9a170c186916 [2021-04-20T20:47:27.465Z] ---> 050d4edfcbdb [2021-04-20T20:47:27.465Z] Step 8/31 : COPY . . [2021-04-20T20:47:27.740Z] Removing intermediate container e7a08a7c3e52 [2021-04-20T20:47:27.740Z] ---> 8ae0d52e8e43 [2021-04-20T20:47:27.740Z] Step 8/23 : COPY . . [2021-04-20T20:47:46.076Z] ---> 75823be95195 [2021-04-20T20:47:46.076Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T20:47:46.076Z] ---> 97f3ecaaca2a [2021-04-20T20:47:46.076Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T20:47:46.076Z] ---> 1def739e1918 [2021-04-20T20:47:46.076Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T20:47:46.076Z] ---> 0beae651378c [2021-04-20T20:47:46.076Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T20:47:46.350Z] ---> Running in 744668f46274 [2021-04-20T20:47:46.350Z] ---> Running in 7b4f29f5ea31 [2021-04-20T20:47:46.350Z] ---> Running in 9c67119c5134 [2021-04-20T20:47:46.350Z] ---> Running in 7ab5862836b5 [2021-04-20T20:47:46.625Z] ---> 19ecf20b4ebe [2021-04-20T20:47:46.625Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T20:47:46.908Z] ---> Running in 42ed3828acf2 [2021-04-20T20:47:48.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T20:47:48.639Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T20:47:48.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T20:47:49.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T20:47:49.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T20:47:52.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T20:47:52.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T20:47:52.300Z] Removing intermediate container 4db78516a42c [2021-04-20T20:47:52.300Z] ---> 288170080a73 [2021-04-20T20:47:52.300Z] [2021-04-20T20:47:52.300Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T20:47:52.300Z] 3.12: Pulling from library/alpine [2021-04-20T20:47:52.570Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T20:47:52.570Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T20:47:52.570Z] ---> 13621d1b12d4 [2021-04-20T20:47:52.570Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T20:47:53.971Z] ---> Running in dee565405195 [2021-04-20T20:47:58.196Z] Removing intermediate container dee565405195 [2021-04-20T20:47:58.196Z] ---> 19892584007e [2021-04-20T20:47:58.196Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T20:47:58.196Z] Removing intermediate container 283cfbb4332b [2021-04-20T20:47:58.196Z] ---> e69f60b4482f [2021-04-20T20:47:58.196Z] [2021-04-20T20:47:58.196Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T20:47:58.196Z] ---> 13621d1b12d4 [2021-04-20T20:47:58.196Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T20:47:58.196Z] ---> Running in 2a8ada6e5e04 [2021-04-20T20:47:58.196Z] ---> Running in 157c51cb77c4 [2021-04-20T20:47:59.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:47:59.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:47:59.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:47:59.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:47:59.431Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T20:47:59.431Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T20:47:59.431Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:47:59.431Z] OK: 6 MiB in 16 packages [2021-04-20T20:47:59.431Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T20:47:59.431Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:47:59.431Z] OK: 6 MiB in 15 packages [2021-04-20T20:48:02.033Z] Removing intermediate container 15523a00d3fa [2021-04-20T20:48:02.033Z] ---> bbc9aed09628 [2021-04-20T20:48:02.033Z] [2021-04-20T20:48:02.033Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T20:48:02.608Z] ---> 13621d1b12d4 [2021-04-20T20:48:02.608Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T20:48:02.608Z] Removing intermediate container cdc2ed14214d [2021-04-20T20:48:02.608Z] ---> ca06842f39c1 [2021-04-20T20:48:02.608Z] [2021-04-20T20:48:02.608Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T20:48:02.608Z] ---> 13621d1b12d4 [2021-04-20T20:48:02.608Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T20:48:02.872Z] Removing intermediate container 8d612866a69d [2021-04-20T20:48:02.872Z] ---> d398b36ad236 [2021-04-20T20:48:02.872Z] [2021-04-20T20:48:02.872Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T20:48:02.872Z] ---> 13621d1b12d4 [2021-04-20T20:48:02.872Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T20:48:02.872Z] ---> Running in a5d849bb885c [2021-04-20T20:48:02.872Z] ---> Running in 870ba67d7216 [2021-04-20T20:48:03.136Z] ---> Running in a67dbb0a5b13 [2021-04-20T20:48:03.401Z] Removing intermediate container 2a8ada6e5e04 [2021-04-20T20:48:03.401Z] ---> b54fe42b5b3b [2021-04-20T20:48:03.401Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T20:48:03.669Z] Removing intermediate container 157c51cb77c4 [2021-04-20T20:48:03.669Z] ---> 4a71af5dd870 [2021-04-20T20:48:03.669Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T20:48:03.669Z] ---> Running in f8b7467bc57a [2021-04-20T20:48:03.935Z] ---> Running in 8a9bcc9e5621 [2021-04-20T20:48:04.211Z] Removing intermediate container f8b7467bc57a [2021-04-20T20:48:04.211Z] ---> d5709671f098 [2021-04-20T20:48:04.211Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T20:48:04.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:04.211Z] Removing intermediate container 8a9bcc9e5621 [2021-04-20T20:48:04.211Z] ---> 7b3dd20a9a01 [2021-04-20T20:48:04.211Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T20:48:04.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:04.211Z] ---> Running in 13880f0bd955 [2021-04-20T20:48:04.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:04.211Z] ---> Running in 565177a73f4a [2021-04-20T20:48:04.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:04.474Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T20:48:04.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:04.474Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T20:48:04.474Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T20:48:04.474Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T20:48:04.474Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T20:48:04.474Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T20:48:04.474Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:48:04.474Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T20:48:04.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:04.474Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T20:48:04.474Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T20:48:04.474Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T20:48:04.474Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T20:48:04.474Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:48:04.474Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T20:48:04.736Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T20:48:04.736Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:48:04.736Z] OK: 6 MiB in 15 packages [2021-04-20T20:48:04.736Z] OK: 7 MiB in 18 packages [2021-04-20T20:48:05.010Z] OK: 7 MiB in 20 packages [2021-04-20T20:48:05.588Z] Removing intermediate container 13880f0bd955 [2021-04-20T20:48:05.588Z] ---> 82d935311638 [2021-04-20T20:48:05.588Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T20:48:06.164Z] ---> Running in 1cec0d5ed634 [2021-04-20T20:48:06.164Z] Removing intermediate container 565177a73f4a [2021-04-20T20:48:06.164Z] ---> a0b6567595e7 [2021-04-20T20:48:06.164Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T20:48:06.437Z] ---> Running in a3dfebe0119e [2021-04-20T20:48:07.834Z] Removing intermediate container a3dfebe0119e [2021-04-20T20:48:07.834Z] ---> 4a0aba9139e1 [2021-04-20T20:48:07.834Z] Step 15/23 : WORKDIR / [2021-04-20T20:48:07.834Z] Removing intermediate container a67dbb0a5b13 [2021-04-20T20:48:07.834Z] ---> e2184117acaa [2021-04-20T20:48:07.834Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T20:48:07.834Z] Removing intermediate container 870ba67d7216 [2021-04-20T20:48:07.834Z] ---> b230cfdefcef [2021-04-20T20:48:07.834Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T20:48:07.834Z] ---> Running in 559768e2d476 [2021-04-20T20:48:07.834Z] ---> Running in 2e2bc384c3d7 [2021-04-20T20:48:07.834Z] Removing intermediate container a5d849bb885c [2021-04-20T20:48:07.834Z] ---> e4bacec9a904 [2021-04-20T20:48:07.834Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T20:48:08.101Z] ---> Running in 61c87970354b [2021-04-20T20:48:08.101Z] ---> Running in 03a48ac9e579 [2021-04-20T20:48:08.363Z] Removing intermediate container 2e2bc384c3d7 [2021-04-20T20:48:08.363Z] ---> d08c246d8ffe [2021-04-20T20:48:08.363Z] Step 13/21 : WORKDIR /edgex [2021-04-20T20:48:08.363Z] Removing intermediate container 61c87970354b [2021-04-20T20:48:08.363Z] ---> c75f371691be [2021-04-20T20:48:08.363Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T20:48:08.363Z] Removing intermediate container 559768e2d476 [2021-04-20T20:48:08.363Z] ---> 55e66e3a1e53 [2021-04-20T20:48:08.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:48:08.941Z] Removing intermediate container 03a48ac9e579 [2021-04-20T20:48:08.941Z] ---> 74db5c81fe1a [2021-04-20T20:48:08.941Z] Step 13/24 : WORKDIR / [2021-04-20T20:48:08.941Z] ---> Running in e7d4a05c436c [2021-04-20T20:48:08.941Z] Removing intermediate container 1cec0d5ed634 [2021-04-20T20:48:08.941Z] ---> 276105a28538 [2021-04-20T20:48:08.941Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T20:48:08.941Z] ---> Running in 550a5f8d910a [2021-04-20T20:48:08.941Z] ---> Running in 51d2979a9b50 [2021-04-20T20:48:09.207Z] ---> 9e0519fa3ae9 [2021-04-20T20:48:09.207Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T20:48:09.207Z] ---> Running in 6f0cfebda44f [2021-04-20T20:48:09.207Z] Removing intermediate container 550a5f8d910a [2021-04-20T20:48:09.207Z] ---> 4f2ee0474a8f [2021-04-20T20:48:09.207Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T20:48:09.472Z] Removing intermediate container e7d4a05c436c [2021-04-20T20:48:09.472Z] ---> 94f7d79a114a [2021-04-20T20:48:09.472Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T20:48:09.472Z] Removing intermediate container 51d2979a9b50 [2021-04-20T20:48:09.472Z] ---> 374b10ea84a3 [2021-04-20T20:48:09.472Z] 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-20T20:48:09.742Z] ---> Running in f1c34c0af345 [2021-04-20T20:48:09.742Z] Removing intermediate container 6f0cfebda44f [2021-04-20T20:48:09.742Z] ---> 7354a33ecc78 [2021-04-20T20:48:09.742Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T20:48:09.742Z] ---> f64b9ec812a8 [2021-04-20T20:48:09.742Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T20:48:09.742Z] ---> bf853c6b9161 [2021-04-20T20:48:09.742Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T20:48:10.008Z] Removing intermediate container f1c34c0af345 [2021-04-20T20:48:10.008Z] ---> 569eec8ad406 [2021-04-20T20:48:10.008Z] Step 15/23 : WORKDIR / [2021-04-20T20:48:10.008Z] ---> e79f85dde671 [2021-04-20T20:48:10.008Z] 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-20T20:48:10.272Z] ---> Running in 56b7e0d3e4eb [2021-04-20T20:48:10.272Z] ---> d34f7c76f576 [2021-04-20T20:48:10.272Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T20:48:10.272Z] ---> 6769a2aad033 [2021-04-20T20:48:10.272Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T20:48:10.536Z] ---> Running in 1c36f7157310 [2021-04-20T20:48:10.536Z] ---> 19aa01f9cfcb [2021-04-20T20:48:10.536Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T20:48:10.536Z] ---> Running in 459ee85430c1 [2021-04-20T20:48:10.801Z] ---> eb54031a324c [2021-04-20T20:48:10.801Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T20:48:11.071Z] Removing intermediate container 56b7e0d3e4eb [2021-04-20T20:48:11.071Z] ---> ad0150da3084 [2021-04-20T20:48:11.071Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:48:11.071Z] Removing intermediate container 459ee85430c1 [2021-04-20T20:48:11.071Z] ---> f5dcf333e3f0 [2021-04-20T20:48:11.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:48:11.349Z] ---> 6c32f73fa29c [2021-04-20T20:48:11.349Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T20:48:11.349Z] ---> a8e5e34e3c68 [2021-04-20T20:48:11.349Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T20:48:11.349Z] ---> Running in b8029c124669 [2021-04-20T20:48:11.349Z] ---> Running in 5192840a0c45 [2021-04-20T20:48:11.349Z] ---> e133401b2f04 [2021-04-20T20:48:11.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T20:48:11.942Z] Removing intermediate container 5192840a0c45 [2021-04-20T20:48:11.942Z] ---> 7e53440e4707 [2021-04-20T20:48:11.942Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T20:48:11.942Z] Removing intermediate container b8029c124669 [2021-04-20T20:48:11.942Z] ---> d9e2c1a60cba [2021-04-20T20:48:11.942Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T20:48:11.942Z] ---> Running in a369cc6ce2ee [2021-04-20T20:48:12.205Z] ---> Running in efb4833782ad [2021-04-20T20:48:12.205Z] ---> 149901aff858 [2021-04-20T20:48:12.205Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T20:48:12.205Z] ---> 21f31ba93036 [2021-04-20T20:48:12.205Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T20:48:12.469Z] Removing intermediate container a369cc6ce2ee [2021-04-20T20:48:12.469Z] ---> 97c311dcae3a [2021-04-20T20:48:12.469Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T20:48:12.469Z] Removing intermediate container efb4833782ad [2021-04-20T20:48:12.469Z] ---> f3f3321c8451 [2021-04-20T20:48:12.469Z] Step 22/23 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:48:12.735Z] Removing intermediate container 1c36f7157310 [2021-04-20T20:48:12.735Z] ---> 6e70f8d830d0 [2021-04-20T20:48:12.736Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:48:12.736Z] ---> Running in a5318660738b [2021-04-20T20:48:12.736Z] ---> Running in 08e9d6cae7e7 [2021-04-20T20:48:13.000Z] ---> 553cf02a225f [2021-04-20T20:48:13.000Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T20:48:13.000Z] ---> 27d64883aba9 [2021-04-20T20:48:13.000Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T20:48:13.264Z] ---> Running in 500810d41e04 [2021-04-20T20:48:13.264Z] ---> 84acaf53ebe6 [2021-04-20T20:48:13.264Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T20:48:13.264Z] Removing intermediate container a5318660738b [2021-04-20T20:48:13.265Z] ---> 105a6adfe2f1 [2021-04-20T20:48:13.265Z] Step 20/21 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:48:13.265Z] Removing intermediate container 08e9d6cae7e7 [2021-04-20T20:48:13.265Z] ---> d6abea0ff4fd [2021-04-20T20:48:13.265Z] Step 23/23 : LABEL version=2.0.0-dev.184 [2021-04-20T20:48:13.529Z] ---> Running in 9ad28487d0a0 [2021-04-20T20:48:13.529Z] Removing intermediate container 500810d41e04 [2021-04-20T20:48:13.529Z] ---> bf1fdd0072f8 [2021-04-20T20:48:13.529Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:48:13.529Z] ---> Running in 05b5bee0f6e7 [2021-04-20T20:48:13.529Z] ---> 48c0da0f5eaa [2021-04-20T20:48:13.529Z] 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-20T20:48:13.795Z] ---> Running in 696fa37e3a78 [2021-04-20T20:48:13.795Z] ---> Running in fe1953d35f8d [2021-04-20T20:48:14.061Z] Removing intermediate container 9ad28487d0a0 [2021-04-20T20:48:14.061Z] ---> bc1de62d5e93 [2021-04-20T20:48:14.061Z] [2021-04-20T20:48:14.061Z] ---> 3e859a1370cf [2021-04-20T20:48:14.061Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T20:48:14.061Z] Removing intermediate container 05b5bee0f6e7 [2021-04-20T20:48:14.061Z] ---> 44c4d1702b1b [2021-04-20T20:48:14.061Z] Step 21/21 : LABEL version=2.0.0-dev.184 [2021-04-20T20:48:14.330Z] Successfully built bc1de62d5e93 [2021-04-20T20:48:14.330Z] Removing intermediate container fe1953d35f8d [2021-04-20T20:48:14.330Z] ---> 2f4ece9d0ad8 [2021-04-20T20:48:14.330Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T20:48:14.330Z] Successfully tagged docker-core-command-go:latest [2021-04-20T20:48:14.330Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-20T20:48:14.330Z] ---> Running in 7078e251fd68 [2021-04-20T20:48:14.330Z] ---> Running in 07dfad6fba40 [2021-04-20T20:48:14.596Z] ---> dc3d6b241585 [2021-04-20T20:48:14.596Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T20:48:14.873Z] Removing intermediate container 07dfad6fba40 [2021-04-20T20:48:14.873Z] ---> db9e14a2063a [2021-04-20T20:48:14.873Z] Step 22/23 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:48:14.873Z] Removing intermediate container 7078e251fd68 [2021-04-20T20:48:14.873Z] ---> e6a39d1f4292 [2021-04-20T20:48:14.873Z] [2021-04-20T20:48:14.873Z] ---> Running in 9822bb1d5ac5 [2021-04-20T20:48:15.139Z] ---> 5ddc486869e3 [2021-04-20T20:48:15.139Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T20:48:15.139Z] Successfully built e6a39d1f4292 [2021-04-20T20:48:15.403Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T20:48:15.403Z] Building docker-sys-mgmt-agent-go [2021-04-20T20:48:15.403Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9822bb1d5ac5 [2021-04-20T20:48:15.403Z] ---> f904f63a4d22 [2021-04-20T20:48:15.403Z] Step 23/23 : LABEL version=2.0.0-dev.184 [2021-04-20T20:48:15.666Z] ---> Running in a431be80a80d [2021-04-20T20:48:15.666Z] ---> 212cb0d04e3e [2021-04-20T20:48:15.666Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T20:48:15.666Z] Removing intermediate container 696fa37e3a78 [2021-04-20T20:48:15.666Z] ---> 4e3b9beb969e [2021-04-20T20:48:15.666Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T20:48:15.934Z] ---> Running in 4513b5b653c1 [2021-04-20T20:48:17.866Z] ---> Running in 29354d5df91c [2021-04-20T20:48:17.866Z] Removing intermediate container a431be80a80d [2021-04-20T20:48:17.866Z] ---> 234f4897e4d5 [2021-04-20T20:48:17.866Z] [2021-04-20T20:48:17.867Z] Removing intermediate container 4513b5b653c1 [2021-04-20T20:48:17.867Z] ---> d383b6b95a48 [2021-04-20T20:48:17.867Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T20:48:18.139Z] Removing intermediate container 29354d5df91c [2021-04-20T20:48:18.140Z] ---> 3edb3fdaaf67 [2021-04-20T20:48:18.140Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T20:48:18.140Z] Successfully built 234f4897e4d5 [2021-04-20T20:48:18.140Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T20:48:18.140Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-04-20T20:48:22.370Z] ---> Running in 31865e7bc10f [2021-04-20T20:48:25.694Z] ---> b237bb34bd54 [2021-04-20T20:48:25.694Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T20:48:25.694Z] Removing intermediate container 31865e7bc10f [2021-04-20T20:48:25.694Z] ---> bc2665187e5e [2021-04-20T20:48:25.694Z] Step 23/24 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:48:25.958Z] ---> Running in 35d1093ded9a [2021-04-20T20:48:25.958Z] ---> Running in b1c2b5c50f33 [2021-04-20T20:48:26.541Z] Removing intermediate container b1c2b5c50f33 [2021-04-20T20:48:26.541Z] ---> 23f71ec8bce3 [2021-04-20T20:48:26.541Z] Step 24/24 : LABEL version=2.0.0-dev.184 [2021-04-20T20:48:26.541Z] ---> Running in 71a4aa4ee0ad [2021-04-20T20:48:27.124Z] Removing intermediate container 71a4aa4ee0ad [2021-04-20T20:48:27.124Z] ---> db4d99b99746 [2021-04-20T20:48:27.124Z] [2021-04-20T20:48:27.394Z] Successfully built db4d99b99746 [2021-04-20T20:48:27.658Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T20:48:27.658Z] Building docker-support-notifications-go [2021-04-20T20:48:30.243Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 35d1093ded9a [2021-04-20T20:48:30.243Z] ---> c353b5bd757e [2021-04-20T20:48:30.243Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T20:48:31.208Z] ---> Running in ba7762c5a3a2 [2021-04-20T20:48:31.796Z] Removing intermediate container ba7762c5a3a2 [2021-04-20T20:48:31.796Z] ---> a70bab57f91a [2021-04-20T20:48:31.796Z] Step 28/31 : CMD ["gate"] [2021-04-20T20:48:32.386Z] ---> Running in 5377ab361a06 [2021-04-20T20:48:33.376Z] Removing intermediate container 5377ab361a06 [2021-04-20T20:48:33.376Z] ---> 469c6e128e10 [2021-04-20T20:48:33.376Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T20:48:35.491Z] ---> Running in 3dd7ff1ed247 [2021-04-20T20:48:36.691Z] Removing intermediate container 3dd7ff1ed247 [2021-04-20T20:48:36.691Z] ---> 400a581be655 [2021-04-20T20:48:36.691Z] Step 30/31 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:48:38.020Z] ---> Running in a695fe889227 [2021-04-20T20:48:41.095Z] Removing intermediate container a695fe889227 [2021-04-20T20:48:41.095Z] ---> 2a249e1e331b [2021-04-20T20:48:41.095Z] Step 31/31 : LABEL version=2.0.0-dev.184 [2021-04-20T20:48:41.971Z] ---> Running in 84a388358641 [2021-04-20T20:48:43.289Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:48:43.289Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:48:43.289Z] ---> 5ae0d80e4697 [2021-04-20T20:48:43.289Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T20:48:43.289Z] ---> Using cache [2021-04-20T20:48:43.289Z] ---> f6cc04aac4c7 [2021-04-20T20:48:43.289Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:48:43.289Z] ---> Using cache [2021-04-20T20:48:43.289Z] ---> 7c4ef7fe7862 [2021-04-20T20:48:43.289Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T20:48:44.144Z] Removing intermediate container 84a388358641 [2021-04-20T20:48:44.144Z] ---> e4c1f6619b6a [2021-04-20T20:48:44.144Z] [2021-04-20T20:48:44.144Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:48:44.144Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:48:44.144Z] ---> 5ae0d80e4697 [2021-04-20T20:48:44.144Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T20:48:44.144Z] ---> Using cache [2021-04-20T20:48:44.144Z] ---> f6cc04aac4c7 [2021-04-20T20:48:44.144Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:48:44.144Z] ---> Using cache [2021-04-20T20:48:44.144Z] ---> 7c4ef7fe7862 [2021-04-20T20:48:44.144Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T20:48:44.144Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:48:44.144Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:48:44.144Z] ---> 5ae0d80e4697 [2021-04-20T20:48:44.144Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T20:48:44.144Z] ---> Using cache [2021-04-20T20:48:44.144Z] ---> f6cc04aac4c7 [2021-04-20T20:48:44.144Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:48:44.144Z] ---> Using cache [2021-04-20T20:48:44.144Z] ---> 7c4ef7fe7862 [2021-04-20T20:48:44.144Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T20:48:44.144Z] ---> Using cache [2021-04-20T20:48:44.144Z] ---> e5c2777a1180 [2021-04-20T20:48:44.144Z] Step 6/22 : COPY go.mod . [2021-04-20T20:48:44.144Z] ---> Using cache [2021-04-20T20:48:44.144Z] ---> 778b3cfc6901 [2021-04-20T20:48:44.144Z] Step 7/22 : RUN go mod download [2021-04-20T20:48:44.558Z] ---> Using cache [2021-04-20T20:48:44.558Z] ---> 54b9c5e724ad [2021-04-20T20:48:44.558Z] Step 8/22 : COPY . . [2021-04-20T20:48:44.558Z] ---> Using cache [2021-04-20T20:48:44.558Z] ---> 2f7a1c44c257 [2021-04-20T20:48:44.558Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T20:48:44.558Z] Successfully built e4c1f6619b6a [2021-04-20T20:48:45.211Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T20:48:45.211Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 74e9fef939f3 [2021-04-20T20:48:45.211Z] ---> Running in 7e069ce86376 [2021-04-20T20:48:45.211Z] ---> Running in 4b3a52d54da1 [2021-04-20T20:48:47.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T20:48:47.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:47.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:48.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:48.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:48.915Z] OK: 233 MiB in 51 packages [2021-04-20T20:48:49.626Z] OK: 233 MiB in 51 packages [2021-04-20T20:48:52.333Z] Removing intermediate container 74e9fef939f3 [2021-04-20T20:48:52.333Z] ---> b768b16e7bc2 [2021-04-20T20:48:52.333Z] Step 6/23 : COPY go.mod . [2021-04-20T20:48:53.361Z] Removing intermediate container 4b3a52d54da1 [2021-04-20T20:48:53.361Z] ---> 0b5d051ff074 [2021-04-20T20:48:53.361Z] Step 6/23 : COPY go.mod . [2021-04-20T20:48:53.980Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:48:53.980Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:48:53.980Z] ---> 5ae0d80e4697 [2021-04-20T20:48:53.980Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T20:48:53.980Z] ---> Using cache [2021-04-20T20:48:53.980Z] ---> f6cc04aac4c7 [2021-04-20T20:48:53.980Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:48:53.980Z] ---> Using cache [2021-04-20T20:48:53.980Z] ---> 7c4ef7fe7862 [2021-04-20T20:48:53.980Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T20:48:54.569Z] ---> a0ddc9f6c525 [2021-04-20T20:48:54.569Z] Step 7/23 : RUN go mod download [2021-04-20T20:48:54.849Z] ---> Running in 9e168fa575f0 [2021-04-20T20:48:54.849Z] ---> Running in bff3ce464c63 [2021-04-20T20:48:54.849Z] ---> 3b7d27e108b3 [2021-04-20T20:48:54.849Z] Step 7/23 : RUN go mod download [2021-04-20T20:48:55.123Z] ---> Running in 5abf7e393e89 [2021-04-20T20:48:56.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:57.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:48:57.431Z] OK: 233 MiB in 51 packages [2021-04-20T20:48:58.443Z] Removing intermediate container 9e168fa575f0 [2021-04-20T20:48:58.443Z] ---> 197045b87660 [2021-04-20T20:48:58.443Z] Step 8/23 : COPY . . [2021-04-20T20:48:58.443Z] Removing intermediate container 5abf7e393e89 [2021-04-20T20:48:58.443Z] ---> 1607239039f7 [2021-04-20T20:48:58.443Z] Step 8/23 : COPY . . [2021-04-20T20:48:58.443Z] Removing intermediate container bff3ce464c63 [2021-04-20T20:48:58.443Z] ---> 96921467b9f3 [2021-04-20T20:48:58.443Z] Step 6/22 : COPY go.mod . [2021-04-20T20:49:00.435Z] ---> d7a043dc0026 [2021-04-20T20:49:00.435Z] Step 7/22 : RUN go mod download [2021-04-20T20:49:02.428Z] ---> Running in c37800642e2a [2021-04-20T20:49:11.319Z] Removing intermediate container c37800642e2a [2021-04-20T20:49:11.319Z] ---> adcc48673ef7 [2021-04-20T20:49:11.319Z] Step 8/22 : COPY . . [2021-04-20T20:49:26.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T20:49:38.047Z] ---> 26908c19418d [2021-04-20T20:49:38.047Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T20:49:38.047Z] ---> 8fab7c6a61c6 [2021-04-20T20:49:38.047Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T20:49:38.047Z] ---> Running in 5978b08ea53d [2021-04-20T20:49:38.047Z] Removing intermediate container 7e069ce86376 [2021-04-20T20:49:38.047Z] ---> 50592ac2513b [2021-04-20T20:49:38.047Z] [2021-04-20T20:49:38.047Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T20:49:38.047Z] ---> 13621d1b12d4 [2021-04-20T20:49:38.047Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T20:49:38.047Z] ---> Using cache [2021-04-20T20:49:38.047Z] ---> e2184117acaa [2021-04-20T20:49:38.047Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T20:49:38.047Z] ---> Using cache [2021-04-20T20:49:38.047Z] ---> c75f371691be [2021-04-20T20:49:38.047Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T20:49:38.047Z] ---> Running in 2a0b4fe81b81 [2021-04-20T20:49:38.047Z] ---> Running in ca90ab3a64d9 [2021-04-20T20:49:38.047Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T20:49:38.047Z] Removing intermediate container ca90ab3a64d9 [2021-04-20T20:49:38.047Z] ---> 0adb6d3cff10 [2021-04-20T20:49:38.047Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T20:49:39.006Z] ---> Running in 8961306872ca [2021-04-20T20:49:39.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T20:49:39.547Z] ---> fc52ee865b29 [2021-04-20T20:49:39.547Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T20:49:39.547Z] Removing intermediate container 8961306872ca [2021-04-20T20:49:39.547Z] ---> 07d0ae76be7d [2021-04-20T20:49:39.547Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:49:39.824Z] ---> Running in a619a1cf6936 [2021-04-20T20:49:40.102Z] ---> c77464efb757 [2021-04-20T20:49:40.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T20:49:40.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T20:49:41.704Z] ---> 68b5b3d74daf [2021-04-20T20:49:41.704Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T20:49:41.996Z] ---> 429d983c40f5 [2021-04-20T20:49:41.996Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T20:49:42.276Z] ---> Running in 8117f4bfdf15 [2021-04-20T20:49:42.869Z] Removing intermediate container 8117f4bfdf15 [2021-04-20T20:49:42.869Z] ---> ae15cb42ebc3 [2021-04-20T20:49:42.869Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:49:42.869Z] ---> Running in 8eb8a517dad0 [2021-04-20T20:49:43.144Z] Removing intermediate container 8eb8a517dad0 [2021-04-20T20:49:43.144Z] ---> 88c94d2529e4 [2021-04-20T20:49:43.144Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T20:49:43.423Z] ---> Running in 082dce5986a7 [2021-04-20T20:49:43.700Z] Removing intermediate container 082dce5986a7 [2021-04-20T20:49:43.700Z] ---> 7c8882f2677c [2021-04-20T20:49:43.700Z] Step 21/22 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:49:43.700Z] ---> Running in a9126bb3b4b1 [2021-04-20T20:49:44.300Z] Removing intermediate container a9126bb3b4b1 [2021-04-20T20:49:44.300Z] ---> e56682e1fcdc [2021-04-20T20:49:44.300Z] Step 22/22 : LABEL version=2.0.0-dev.184 [2021-04-20T20:49:44.300Z] ---> Running in c88b07c652f8 [2021-04-20T20:49:44.452Z] Removing intermediate container 744668f46274 [2021-04-20T20:49:44.452Z] ---> a99ae733ab9c [2021-04-20T20:49:44.452Z] [2021-04-20T20:49:44.452Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T20:49:44.452Z] 3.12: Pulling from library/alpine [2021-04-20T20:49:44.452Z] Removing intermediate container 42ed3828acf2 [2021-04-20T20:49:44.452Z] ---> 460447f9e454 [2021-04-20T20:49:44.452Z] [2021-04-20T20:49:44.452Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T20:49:44.452Z] 3.12: Pulling from library/alpine [2021-04-20T20:49:44.452Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T20:49:44.452Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T20:49:44.452Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T20:49:44.452Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T20:49:44.452Z] ---> 9852663dfa18 [2021-04-20T20:49:44.452Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T20:49:44.452Z] ---> 9852663dfa18 [2021-04-20T20:49:44.452Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T20:49:45.072Z] ---> Running in 84e0eb53be0b [2021-04-20T20:49:45.072Z] ---> Running in d65bae49f598 [2021-04-20T20:49:45.741Z] Removing intermediate container c88b07c652f8 [2021-04-20T20:49:45.741Z] ---> 1d0c3d2b6ef0 [2021-04-20T20:49:45.741Z] [2021-04-20T20:49:46.009Z] Successfully built 1d0c3d2b6ef0 [2021-04-20T20:49:46.009Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T20:49:46.067Z] Removing intermediate container 84e0eb53be0b [2021-04-20T20:49:46.067Z] ---> b62665b93caf [2021-04-20T20:49:46.067Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T20:49:46.067Z] ---> Running in fcd75066e65a [2021-04-20T20:49:47.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:49:47.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:49:48.421Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T20:49:48.421Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T20:49:48.421Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T20:49:48.421Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T20:49:48.421Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T20:49:48.421Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T20:49:48.421Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:49:48.421Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T20:49:48.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:49:48.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:49:48.701Z] OK: 7 MiB in 20 packages [2021-04-20T20:49:49.308Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T20:49:49.308Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T20:49:49.308Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:49:49.308Z] OK: 5 MiB in 16 packages [2021-04-20T20:49:51.940Z] Removing intermediate container 7ab5862836b5 [2021-04-20T20:49:51.940Z] ---> 8eafce9e5813 [2021-04-20T20:49:51.940Z] [2021-04-20T20:49:51.940Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T20:49:51.940Z] ---> 9852663dfa18 [2021-04-20T20:49:51.940Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T20:49:52.224Z] ---> Running in 88fdb0e0f9fe [2021-04-20T20:49:52.519Z] Removing intermediate container d65bae49f598 [2021-04-20T20:49:52.519Z] ---> 4e6bb012e758 [2021-04-20T20:49:52.519Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T20:49:52.805Z] Removing intermediate container 9c67119c5134 [2021-04-20T20:49:52.805Z] ---> c3cc6f66255d [2021-04-20T20:49:52.805Z] [2021-04-20T20:49:52.805Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T20:49:52.805Z] ---> 9852663dfa18 [2021-04-20T20:49:52.805Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T20:49:52.805Z] ---> Running in 39c4dc5c0ce4 [2021-04-20T20:49:53.085Z] ---> Running in ecb7779bc72d [2021-04-20T20:49:53.085Z] Removing intermediate container fcd75066e65a [2021-04-20T20:49:53.085Z] ---> 4147b26c1889 [2021-04-20T20:49:53.085Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T20:49:53.368Z] ---> Running in 899bb3efb6ae [2021-04-20T20:49:53.650Z] Removing intermediate container 39c4dc5c0ce4 [2021-04-20T20:49:53.650Z] ---> 3ccad561a39c [2021-04-20T20:49:53.650Z] Step 13/24 : WORKDIR / [2021-04-20T20:49:53.925Z] ---> Running in 13a22b3a7f3e [2021-04-20T20:49:53.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:49:54.261Z] Removing intermediate container 899bb3efb6ae [2021-04-20T20:49:54.261Z] ---> 9afd49cc4a82 [2021-04-20T20:49:54.261Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T20:49:54.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:49:54.606Z] ---> Running in 6f1c9371f80e [2021-04-20T20:49:54.888Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T20:49:54.888Z] Removing intermediate container 13a22b3a7f3e [2021-04-20T20:49:54.888Z] ---> 49dd39ebb8ba [2021-04-20T20:49:54.888Z] 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-20T20:49:54.888Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:49:54.888Z] OK: 5 MiB in 15 packages [2021-04-20T20:49:55.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:49:55.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:49:55.736Z] Removing intermediate container 6f1c9371f80e [2021-04-20T20:49:55.736Z] ---> 4408f948bb07 [2021-04-20T20:49:55.736Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T20:49:56.039Z] ---> Running in 919a58f3f7ae [2021-04-20T20:49:56.039Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T20:49:56.361Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T20:49:56.361Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:49:56.361Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T20:49:56.639Z] OK: 6 MiB in 16 packages [2021-04-20T20:49:56.639Z] ---> 65edfe1db06b [2021-04-20T20:49:56.639Z] 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-20T20:49:57.623Z] Removing intermediate container 88fdb0e0f9fe [2021-04-20T20:49:57.623Z] ---> fca9ceaa5cf8 [2021-04-20T20:49:57.623Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T20:49:57.897Z] ---> Running in e8613a944575 [2021-04-20T20:49:58.173Z] ---> adc979eeb855 [2021-04-20T20:49:58.173Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T20:49:58.780Z] Removing intermediate container e8613a944575 [2021-04-20T20:49:58.780Z] ---> 8f6cd12d10e9 [2021-04-20T20:49:58.780Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T20:49:59.052Z] ---> Running in 0f7d21862b83 [2021-04-20T20:49:59.326Z] ---> 8975281ce229 [2021-04-20T20:49:59.326Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T20:49:59.598Z] Removing intermediate container ecb7779bc72d [2021-04-20T20:49:59.598Z] ---> 988aa5451730 [2021-04-20T20:49:59.598Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T20:49:59.876Z] ---> Running in 7a6b0c06ce89 [2021-04-20T20:49:59.876Z] Removing intermediate container 919a58f3f7ae [2021-04-20T20:49:59.876Z] ---> 940882d25869 [2021-04-20T20:49:59.876Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T20:49:59.876Z] Removing intermediate container 0f7d21862b83 [2021-04-20T20:49:59.876Z] ---> 1d0ca7bd10aa [2021-04-20T20:49:59.876Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T20:50:00.475Z] ---> Running in 4f82cc4f4646 [2021-04-20T20:50:00.475Z] ---> Running in 1900cc1b1c53 [2021-04-20T20:50:00.475Z] Removing intermediate container 7a6b0c06ce89 [2021-04-20T20:50:00.475Z] ---> d1816e714fad [2021-04-20T20:50:00.475Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T20:50:00.750Z] ---> Running in 90bb9fb72781 [2021-04-20T20:50:01.027Z] Removing intermediate container 4f82cc4f4646 [2021-04-20T20:50:01.027Z] ---> 18d4acfdd57f [2021-04-20T20:50:01.027Z] Step 15/23 : WORKDIR / [2021-04-20T20:50:01.027Z] ---> 4740f1b04031 [2021-04-20T20:50:01.027Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T20:50:01.027Z] Removing intermediate container 1900cc1b1c53 [2021-04-20T20:50:01.027Z] ---> ce1958f94570 [2021-04-20T20:50:01.027Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T20:50:01.314Z] ---> Running in f1bb5f33e9ca [2021-04-20T20:50:01.592Z] Removing intermediate container 90bb9fb72781 [2021-04-20T20:50:01.592Z] ---> 7cd79c3ed170 [2021-04-20T20:50:01.592Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T20:50:02.203Z] ---> Running in 0a70e81eba58 [2021-04-20T20:50:02.203Z] Removing intermediate container f1bb5f33e9ca [2021-04-20T20:50:02.203Z] ---> c4c654841f7f [2021-04-20T20:50:02.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:50:02.800Z] ---> bb4ad1839df9 [2021-04-20T20:50:02.800Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T20:50:02.800Z] Removing intermediate container 0a70e81eba58 [2021-04-20T20:50:02.800Z] ---> ffe8cf575e4d [2021-04-20T20:50:02.800Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:50:03.075Z] ---> Running in 08c883ceb9e6 [2021-04-20T20:50:03.075Z] ---> b8a291406529 [2021-04-20T20:50:03.075Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T20:50:03.348Z] ---> 13811273b2c5 [2021-04-20T20:50:03.348Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T20:50:04.327Z] ---> bbc15469cbde [2021-04-20T20:50:04.327Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T20:50:04.601Z] ---> 22a8ab76af00 [2021-04-20T20:50:04.601Z] 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-20T20:50:05.207Z] ---> Running in 70f5208a60db [2021-04-20T20:50:06.195Z] ---> 13febf06525b [2021-04-20T20:50:06.195Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T20:50:06.793Z] ---> b19dcc53869b [2021-04-20T20:50:06.793Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T20:50:07.069Z] ---> 06e61857da46 [2021-04-20T20:50:07.069Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T20:50:07.343Z] Removing intermediate container 7b4f29f5ea31 [2021-04-20T20:50:07.343Z] ---> b79bae05f81d [2021-04-20T20:50:07.343Z] [2021-04-20T20:50:07.343Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T20:50:07.343Z] ---> 9852663dfa18 [2021-04-20T20:50:07.343Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T20:50:07.628Z] ---> Running in e0fb0738603d [2021-04-20T20:50:07.628Z] ---> Running in 4183018b75db [2021-04-20T20:50:07.628Z] Removing intermediate container 08c883ceb9e6 [2021-04-20T20:50:07.628Z] ---> e4ef0fc5dff2 [2021-04-20T20:50:07.628Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:50:07.899Z] ---> d736b6741b59 [2021-04-20T20:50:07.899Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T20:50:07.899Z] Removing intermediate container e0fb0738603d [2021-04-20T20:50:07.899Z] ---> 5d010433dd16 [2021-04-20T20:50:07.899Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:50:07.899Z] ---> Running in 489db14eabb0 [2021-04-20T20:50:08.175Z] ---> Running in 7d64d599140d [2021-04-20T20:50:08.448Z] Removing intermediate container 4183018b75db [2021-04-20T20:50:08.448Z] ---> 02532b36023e [2021-04-20T20:50:08.448Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T20:50:08.722Z] ---> Running in e001a52bcb1a [2021-04-20T20:50:08.722Z] Removing intermediate container 489db14eabb0 [2021-04-20T20:50:08.722Z] ---> 69818f499c84 [2021-04-20T20:50:08.722Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:50:08.997Z] ---> 9f5e0c953d1d [2021-04-20T20:50:08.997Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T20:50:08.997Z] Removing intermediate container 7d64d599140d [2021-04-20T20:50:08.997Z] ---> 4f9db1dc70ae [2021-04-20T20:50:08.997Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T20:50:08.997Z] ---> Running in b97ec98689f3 [2021-04-20T20:50:09.269Z] ---> Running in 775d1f634dd4 [2021-04-20T20:50:09.269Z] Removing intermediate container e001a52bcb1a [2021-04-20T20:50:09.269Z] ---> 1df29fd73a87 [2021-04-20T20:50:09.269Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T20:50:09.549Z] Removing intermediate container 70f5208a60db [2021-04-20T20:50:09.549Z] ---> 54c4b09168d1 [2021-04-20T20:50:09.549Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T20:50:09.549Z] ---> Running in 23eec5c66054 [2021-04-20T20:50:09.819Z] ---> Running in 9b1b4cd64595 [2021-04-20T20:50:09.819Z] Removing intermediate container b97ec98689f3 [2021-04-20T20:50:09.819Z] ---> ab54b94a339c [2021-04-20T20:50:09.819Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T20:50:09.819Z] Removing intermediate container 775d1f634dd4 [2021-04-20T20:50:09.819Z] ---> 3c2f994a5a0f [2021-04-20T20:50:09.819Z] Step 22/23 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:10.089Z] ---> Running in ae6572944660 [2021-04-20T20:50:10.089Z] ---> Running in 8a10177a9843 [2021-04-20T20:50:10.360Z] Removing intermediate container 9b1b4cd64595 [2021-04-20T20:50:10.360Z] ---> 6b64c2fea69c [2021-04-20T20:50:10.360Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T20:50:10.360Z] Removing intermediate container 23eec5c66054 [2021-04-20T20:50:10.360Z] ---> 4898dea85a2c [2021-04-20T20:50:10.360Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:50:10.360Z] ---> a62dac851138 [2021-04-20T20:50:10.360Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T20:50:10.634Z] ---> Running in 5a7e520e2782 [2021-04-20T20:50:10.634Z] ---> Running in b40cb6ea36cc [2021-04-20T20:50:10.634Z] Removing intermediate container 8a10177a9843 [2021-04-20T20:50:10.634Z] Removing intermediate container ae6572944660 [2021-04-20T20:50:10.634Z] ---> a7249d4473e0 [2021-04-20T20:50:10.634Z] Step 21/22 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:10.906Z] ---> caa5622b10ef [2021-04-20T20:50:10.906Z] Step 23/23 : LABEL version=2.0.0-dev.184 [2021-04-20T20:50:10.906Z] ---> Running in 8310094d35bc [2021-04-20T20:50:10.906Z] ---> Running in b08b8fcc2543 [2021-04-20T20:50:11.187Z] Removing intermediate container b40cb6ea36cc [2021-04-20T20:50:11.187Z] ---> 53f85571d34d [2021-04-20T20:50:11.187Z] Step 23/24 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:11.187Z] ---> 61fecdcc20d1 [2021-04-20T20:50:11.187Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T20:50:11.465Z] ---> Running in 7ea9f80d3a1c [2021-04-20T20:50:11.738Z] Removing intermediate container 8310094d35bc [2021-04-20T20:50:11.738Z] ---> d9cc4dbe666a [2021-04-20T20:50:11.738Z] Step 22/22 : LABEL version=2.0.0-dev.184 [2021-04-20T20:50:11.738Z] Removing intermediate container b08b8fcc2543 [2021-04-20T20:50:11.738Z] ---> e866de358de0 [2021-04-20T20:50:11.738Z] [2021-04-20T20:50:12.013Z] ---> Running in 5402574500c2 [2021-04-20T20:50:12.013Z] Removing intermediate container 7ea9f80d3a1c [2021-04-20T20:50:12.013Z] ---> d45a8080f94f [2021-04-20T20:50:12.013Z] Step 24/24 : LABEL version=2.0.0-dev.184 [2021-04-20T20:50:12.301Z] Successfully built e866de358de0 [2021-04-20T20:50:12.301Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T20:50:12.301Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-20T20:50:12.301Z] ---> Running in 929ce618ccfd [2021-04-20T20:50:12.301Z] ---> 217f07ad10a3 [2021-04-20T20:50:12.301Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T20:50:12.771Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2a0b4fe81b81 [2021-04-20T20:50:12.771Z] ---> 7add9b50dc21 [2021-04-20T20:50:12.771Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T20:50:12.771Z] ---> Running in da1cee449ff6 [2021-04-20T20:50:12.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T20:50:12.771Z] Removing intermediate container 5978b08ea53d [2021-04-20T20:50:12.771Z] ---> 33cfb792fa43 [2021-04-20T20:50:12.771Z] [2021-04-20T20:50:12.771Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T20:50:12.771Z] ---> 13621d1b12d4 [2021-04-20T20:50:12.771Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T20:50:12.771Z] Removing intermediate container a619a1cf6936 [2021-04-20T20:50:12.771Z] ---> 16d0a6fb150e [2021-04-20T20:50:12.771Z] [2021-04-20T20:50:12.771Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T20:50:12.771Z] ---> 13621d1b12d4 [2021-04-20T20:50:12.771Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T20:50:12.771Z] ---> Running in 16869c690b22 [2021-04-20T20:50:12.771Z] ---> Running in 07a61cd80f26 [2021-04-20T20:50:12.908Z] Removing intermediate container 5402574500c2 [2021-04-20T20:50:12.908Z] ---> 2b7fa7914695 [2021-04-20T20:50:12.908Z] [2021-04-20T20:50:13.034Z] Removing intermediate container 16869c690b22 [2021-04-20T20:50:13.034Z] ---> 8887b8601715 [2021-04-20T20:50:13.034Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T20:50:13.034Z] Removing intermediate container da1cee449ff6 [2021-04-20T20:50:13.034Z] ---> cf9f4ef75858 [2021-04-20T20:50:13.034Z] [2021-04-20T20:50:13.034Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T20:50:13.034Z] ---> Running in 198bd1220be2 [2021-04-20T20:50:13.034Z] 20.10.0: Pulling from library/docker [2021-04-20T20:50:13.184Z] Removing intermediate container 929ce618ccfd [2021-04-20T20:50:13.184Z] ---> 4d68ef59504c [2021-04-20T20:50:13.184Z] [2021-04-20T20:50:13.184Z] Successfully built 2b7fa7914695 [2021-04-20T20:50:13.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:50:13.308Z] Removing intermediate container 198bd1220be2 [2021-04-20T20:50:13.308Z] ---> 9103852b4b00 [2021-04-20T20:50:13.308Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T20:50:13.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:50:13.308Z] ---> Running in 4705bdccd20b [2021-04-20T20:50:13.458Z] Successfully built 4d68ef59504c [2021-04-20T20:50:13.458Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T20:50:13.458Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T20:50:13.458Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-04-20T20:50:13.458Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-20T20:50:13.570Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T20:50:13.571Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T20:50:13.571Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:50:13.571Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T20:50:13.734Z] Removing intermediate container 5a7e520e2782 [2021-04-20T20:50:13.734Z] ---> 879fa8c93bd6 [2021-04-20T20:50:13.734Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T20:50:13.734Z] ---> cd185d1029c7 [2021-04-20T20:50:13.734Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T20:50:13.835Z] Removing intermediate container 4705bdccd20b [2021-04-20T20:50:13.835Z] ---> 939e72d8bd27 [2021-04-20T20:50:13.835Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:50:13.835Z] OK: 6 MiB in 16 packages [2021-04-20T20:50:14.111Z] ---> Running in bb0b995af57d [2021-04-20T20:50:14.328Z] ---> Running in b2fae2204f4f [2021-04-20T20:50:14.328Z] ---> Running in 2b66054fd6bb [2021-04-20T20:50:14.919Z] Removing intermediate container b2fae2204f4f [2021-04-20T20:50:14.919Z] ---> 8f6311166bf4 [2021-04-20T20:50:14.919Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T20:50:15.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:15.511Z] ---> 2edbfe49609b [2021-04-20T20:50:15.511Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T20:50:15.512Z] Removing intermediate container 07a61cd80f26 [2021-04-20T20:50:15.512Z] ---> 6a62e268bcfc [2021-04-20T20:50:15.512Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T20:50:15.776Z] ---> Running in e851983818d8 [2021-04-20T20:50:16.043Z] Removing intermediate container e851983818d8 [2021-04-20T20:50:16.043Z] ---> fb6847ac6711 [2021-04-20T20:50:16.043Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T20:50:16.102Z] ---> Running in f41194c7bf57 [2021-04-20T20:50:16.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:17.084Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T20:50:17.084Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T20:50:17.084Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T20:50:17.084Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T20:50:17.356Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T20:50:17.466Z] ---> Running in bd9cd5d7c5d0 [2021-04-20T20:50:17.466Z] Removing intermediate container bb0b995af57d [2021-04-20T20:50:17.466Z] ---> 776879957bb5 [2021-04-20T20:50:17.466Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T20:50:17.638Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T20:50:17.638Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:50:17.638Z] OK: 8 MiB in 20 packages [2021-04-20T20:50:17.731Z] ---> Running in b0b48eca6efe [2021-04-20T20:50:17.731Z] Removing intermediate container bd9cd5d7c5d0 [2021-04-20T20:50:17.731Z] ---> 09ec5eccda88 [2021-04-20T20:50:17.731Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T20:50:17.731Z] ---> Running in 95383ca41361 [2021-04-20T20:50:18.309Z] Removing intermediate container 95383ca41361 [2021-04-20T20:50:18.309Z] ---> a6354d2b0dbc [2021-04-20T20:50:18.309Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:50:18.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:50:18.572Z] ---> e9179968de93 [2021-04-20T20:50:18.572Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T20:50:18.572Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T20:50:18.572Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T20:50:18.572Z] ---> aefe523efa57 [2021-04-20T20:50:18.572Z] 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-20T20:50:18.572Z] ---> Running in ceb8671f1c98 [2021-04-20T20:50:18.835Z] Removing intermediate container ceb8671f1c98 [2021-04-20T20:50:18.835Z] ---> a95af588d12f [2021-04-20T20:50:18.835Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T20:50:19.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:50:19.105Z] ---> Running in 9202911c8ee4 [2021-04-20T20:50:19.105Z] ---> 1a6fef49f61e [2021-04-20T20:50:19.105Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T20:50:19.371Z] ---> bca1c027ede0 [2021-04-20T20:50:19.371Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T20:50:19.371Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T20:50:19.371Z] ---> Running in 22f421d03cd9 [2021-04-20T20:50:19.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T20:50:19.637Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T20:50:19.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T20:50:19.637Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T20:50:19.637Z] Removing intermediate container 22f421d03cd9 [2021-04-20T20:50:19.637Z] ---> ea091b978581 [2021-04-20T20:50:19.637Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:50:19.637Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T20:50:19.637Z] ---> Running in 9d4de9e48b75 [2021-04-20T20:50:19.904Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T20:50:19.904Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T20:50:19.904Z] Executing bash-5.0.17-r0.post-install [2021-04-20T20:50:19.904Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T20:50:19.904Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T20:50:19.904Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T20:50:19.904Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T20:50:19.904Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T20:50:19.904Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T20:50:19.904Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T20:50:19.904Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T20:50:19.904Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T20:50:19.904Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T20:50:19.904Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T20:50:19.904Z] Removing intermediate container 9d4de9e48b75 [2021-04-20T20:50:19.904Z] ---> bb47bed20c86 [2021-04-20T20:50:19.904Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T20:50:20.481Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T20:50:20.747Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T20:50:20.747Z] ---> Running in f5694d800fa5 [2021-04-20T20:50:21.012Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:50:21.012Z] OK: 8 MiB in 20 packages [2021-04-20T20:50:21.012Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T20:50:21.012Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T20:50:21.012Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T20:50:21.012Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T20:50:21.012Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T20:50:21.012Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T20:50:21.012Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T20:50:21.973Z] Removing intermediate container f41194c7bf57 [2021-04-20T20:50:21.973Z] ---> e857a709190d [2021-04-20T20:50:21.973Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T20:50:21.973Z] ---> Running in 10c6f4a907d7 [2021-04-20T20:50:21.973Z] Removing intermediate container 2b66054fd6bb [2021-04-20T20:50:21.973Z] ---> 39d270d92845 [2021-04-20T20:50:21.973Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:50:22.570Z] Removing intermediate container 10c6f4a907d7 [2021-04-20T20:50:22.570Z] ---> e2c322fb0758 [2021-04-20T20:50:22.570Z] Step 28/31 : CMD ["gate"] [2021-04-20T20:50:22.843Z] ---> Running in 3b99cd64237b [2021-04-20T20:50:22.843Z] ---> 5d975914b2b0 [2021-04-20T20:50:22.843Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T20:50:22.937Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T20:50:23.445Z] Removing intermediate container 3b99cd64237b [2021-04-20T20:50:23.445Z] ---> 0d7e17802db4 [2021-04-20T20:50:23.445Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T20:50:23.885Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T20:50:23.885Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T20:50:23.885Z] Removing intermediate container f5694d800fa5 [2021-04-20T20:50:23.885Z] ---> a640ca37d6a6 [2021-04-20T20:50:23.885Z] Step 21/22 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:24.040Z] ---> Running in e692265fb461 [2021-04-20T20:50:24.148Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T20:50:24.148Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T20:50:24.148Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T20:50:24.416Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T20:50:24.416Z] ---> Running in 282c4918f2e9 [2021-04-20T20:50:24.416Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T20:50:24.416Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T20:50:24.641Z] ---> a7ba2c70a6d7 [2021-04-20T20:50:24.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T20:50:24.641Z] Removing intermediate container e692265fb461 [2021-04-20T20:50:24.641Z] ---> 35bcd74f5a42 [2021-04-20T20:50:24.641Z] Step 30/31 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:24.921Z] ---> Running in 2a6a4e51f7eb [2021-04-20T20:50:24.992Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T20:50:24.992Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T20:50:24.992Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T20:50:24.992Z] Removing intermediate container b0b48eca6efe [2021-04-20T20:50:24.992Z] ---> a2089b22b6ea [2021-04-20T20:50:24.992Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:50:24.992Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T20:50:25.258Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T20:50:25.258Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T20:50:25.258Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T20:50:25.258Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T20:50:25.258Z] Removing intermediate container 282c4918f2e9 [2021-04-20T20:50:25.258Z] ---> ea0bd37d8662 [2021-04-20T20:50:25.258Z] Step 22/22 : LABEL version=2.0.0-dev.184 [2021-04-20T20:50:25.258Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T20:50:25.258Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T20:50:25.533Z] Removing intermediate container 2a6a4e51f7eb [2021-04-20T20:50:25.533Z] ---> 36f7bb530fe3 [2021-04-20T20:50:25.533Z] Step 31/31 : LABEL version=2.0.0-dev.184 [2021-04-20T20:50:25.533Z] ---> 6e81bb7b6b17 [2021-04-20T20:50:25.533Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T20:50:25.819Z] ---> Running in c1ffeaec1917 [2021-04-20T20:50:25.819Z] ---> Running in 77e769ec3b92 [2021-04-20T20:50:26.419Z] Removing intermediate container c1ffeaec1917 [2021-04-20T20:50:26.419Z] ---> 7c0a3a813add [2021-04-20T20:50:26.419Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:50:26.419Z] Removing intermediate container 77e769ec3b92 [2021-04-20T20:50:26.419Z] ---> f3057ac14bae [2021-04-20T20:50:26.419Z] [2021-04-20T20:50:26.419Z] ---> Running in b6d9f2c9fff0 [2021-04-20T20:50:27.019Z] Successfully built f3057ac14bae [2021-04-20T20:50:27.019Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T20:50:27.019Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-04-20T20:50:27.019Z] Removing intermediate container b6d9f2c9fff0 [2021-04-20T20:50:27.019Z] ---> 1ab03e427de8 [2021-04-20T20:50:27.019Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T20:50:27.184Z] ---> 2f26004784e7 [2021-04-20T20:50:27.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T20:50:27.184Z] ---> Running in de05fbb6c12e [2021-04-20T20:50:27.184Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T20:50:27.290Z] ---> Running in 3a77bd097fea [2021-04-20T20:50:27.450Z] OK: 72 MiB in 59 packages [2021-04-20T20:50:27.722Z] Removing intermediate container de05fbb6c12e [2021-04-20T20:50:27.722Z] ---> b4ad5dc98584 [2021-04-20T20:50:27.722Z] [2021-04-20T20:50:27.889Z] Removing intermediate container 3a77bd097fea [2021-04-20T20:50:27.889Z] ---> ec172baef3cc [2021-04-20T20:50:27.889Z] Step 22/23 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:27.889Z] ---> Running in 2f839f31b617 [2021-04-20T20:50:27.985Z] Successfully built b4ad5dc98584 [2021-04-20T20:50:27.985Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T20:50:27.985Z]  Building docker-support-notifications-go ... done  ---> 0d5ff5659bc5 [2021-04-20T20:50:27.985Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T20:50:28.247Z] ---> 24a58892acd2 [2021-04-20T20:50:28.247Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T20:50:28.483Z] Removing intermediate container 2f839f31b617 [2021-04-20T20:50:28.483Z] ---> 0bfd4d7f0d78 [2021-04-20T20:50:28.483Z] Step 23/23 : LABEL version=2.0.0-dev.184 [2021-04-20T20:50:28.511Z] ---> Running in 039dbf5a48b5 [2021-04-20T20:50:28.511Z] Collecting docker-compose==1.23.2 [2021-04-20T20:50:28.511Z] Removing intermediate container 039dbf5a48b5 [2021-04-20T20:50:28.511Z] ---> 181b3c7d794a [2021-04-20T20:50:28.511Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:50:28.511Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T20:50:28.511Z] ---> Running in 80e3a10c913c [2021-04-20T20:50:28.756Z] ---> Running in d47ac6dc2ba1 [2021-04-20T20:50:28.774Z] Removing intermediate container 80e3a10c913c [2021-04-20T20:50:28.774Z] ---> a9a70bfa9a12 [2021-04-20T20:50:28.774Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T20:50:28.774Z] Collecting PyYAML<4,>=3.10 [2021-04-20T20:50:28.774Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T20:50:28.774Z] ---> Running in 50abbb6e929e [2021-04-20T20:50:29.352Z] Removing intermediate container 50abbb6e929e [2021-04-20T20:50:29.352Z] ---> c8ab32b31b9b [2021-04-20T20:50:29.352Z] Step 22/23 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:29.361Z] Removing intermediate container d47ac6dc2ba1 [2021-04-20T20:50:29.361Z] ---> caf572162eff [2021-04-20T20:50:29.361Z] [2021-04-20T20:50:29.634Z] Successfully built caf572162eff [2021-04-20T20:50:29.634Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T20:50:29.927Z] ---> Running in 5d21efa91130 [2021-04-20T20:50:29.927Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T20:50:29.927Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T20:50:29.927Z] Removing intermediate container 5d21efa91130 [2021-04-20T20:50:29.927Z] ---> 0faaaa919abf [2021-04-20T20:50:29.927Z] Step 23/23 : LABEL version=2.0.0-dev.184 [2021-04-20T20:50:30.190Z] ---> Running in 473b9ec0590f [2021-04-20T20:50:30.190Z] Removing intermediate container 473b9ec0590f [2021-04-20T20:50:30.190Z] ---> b57d28eeba5e [2021-04-20T20:50:30.190Z] [2021-04-20T20:50:30.452Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T20:50:30.452Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T20:50:30.452Z] Successfully built b57d28eeba5e [2021-04-20T20:50:30.452Z] Successfully tagged docker-core-data-go:latest [2021-04-20T20:50:30.713Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T20:50:30.713Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T20:50:30.976Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T20:50:30.976Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T20:50:30.976Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T20:50:30.976Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T20:50:31.239Z] 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-20T20:50:31.239Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T20:50:31.239Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T20:50:31.815Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T20:50:31.815Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T20:50:31.815Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T20:50:31.815Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T20:50:32.391Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T20:50:32.391Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T20:50:32.391Z] 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-20T20:50:32.391Z] 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-20T20:50:32.653Z] Collecting idna<2.8,>=2.5 [2021-04-20T20:50:32.653Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T20:50:32.653Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T20:50:32.653Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T20:50:32.653Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T20:50:32.653Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T20:50:32.653Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T20:50:32.653Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T20:50:32.917Z] Installing collected packages: PyYAML, texttable, cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, docopt, docker-compose [2021-04-20T20:50:32.917Z] Running setup.py install for PyYAML: started [2021-04-20T20:50:33.492Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T20:50:33.492Z] Running setup.py install for texttable: started [2021-04-20T20:50:33.753Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T20:50:34.017Z] Attempting uninstall: urllib3 [2021-04-20T20:50:34.017Z] Found existing installation: urllib3 1.25.9 [2021-04-20T20:50:34.017Z] Uninstalling urllib3-1.25.9: [2021-04-20T20:50:34.017Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T20:50:34.017Z] Attempting uninstall: idna [2021-04-20T20:50:34.017Z] Found existing installation: idna 2.9 [2021-04-20T20:50:34.017Z] Uninstalling idna-2.9: [2021-04-20T20:50:34.017Z] Successfully uninstalled idna-2.9 [2021-04-20T20:50:34.282Z] Attempting uninstall: requests [2021-04-20T20:50:34.282Z] Found existing installation: requests 2.23.0 [2021-04-20T20:50:34.282Z] Uninstalling requests-2.23.0: [2021-04-20T20:50:34.282Z] Successfully uninstalled requests-2.23.0 [2021-04-20T20:50:34.859Z] Running setup.py install for dockerpty: started [2021-04-20T20:50:35.441Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T20:50:35.441Z] Running setup.py install for docopt: started [2021-04-20T20:50:36.018Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T20:50:36.280Z] 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-20T20:50:44.531Z] Removing intermediate container 9202911c8ee4 [2021-04-20T20:50:44.531Z] ---> 86c90d6c1a8c [2021-04-20T20:50:44.531Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T20:50:44.531Z] ---> Running in fe15e0ff99c3 [2021-04-20T20:50:44.794Z] Removing intermediate container fe15e0ff99c3 [2021-04-20T20:50:44.794Z] ---> 2ee87844498d [2021-04-20T20:50:44.794Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T20:50:44.794Z] ---> Running in ed8d983686b8 [2021-04-20T20:50:45.058Z] Removing intermediate container ed8d983686b8 [2021-04-20T20:50:45.058Z] ---> 2a44fb8d6596 [2021-04-20T20:50:45.058Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T20:50:45.640Z] ---> 40afa800602d [2021-04-20T20:50:45.640Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T20:50:45.640Z] ---> 1958359c1513 [2021-04-20T20:50:45.640Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T20:50:46.220Z] ---> 9b39acb7979c [2021-04-20T20:50:46.220Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T20:50:46.220Z] ---> Running in 5a9efaa2a3ec [2021-04-20T20:50:46.483Z] Removing intermediate container 5a9efaa2a3ec [2021-04-20T20:50:46.483Z] ---> 3e3954d78253 [2021-04-20T20:50:46.483Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:50:46.483Z] ---> Running in 930ef7d790b6 [2021-04-20T20:50:46.746Z] Removing intermediate container 930ef7d790b6 [2021-04-20T20:50:46.746Z] ---> 997000fc3d59 [2021-04-20T20:50:46.746Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T20:50:46.746Z] ---> Running in 04b428d183b1 [2021-04-20T20:50:47.012Z] Removing intermediate container 04b428d183b1 [2021-04-20T20:50:47.012Z] ---> c8c832900061 [2021-04-20T20:50:47.012Z] Step 22/23 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:47.012Z] ---> Running in 2f8927d1c751 [2021-04-20T20:50:47.012Z] Removing intermediate container 2f8927d1c751 [2021-04-20T20:50:47.012Z] ---> 10f76213f016 [2021-04-20T20:50:47.012Z] Step 23/23 : LABEL version=2.0.0-dev.184 [2021-04-20T20:50:47.275Z] ---> Running in b40b4d0663e5 [2021-04-20T20:50:47.275Z] Removing intermediate container b40b4d0663e5 [2021-04-20T20:50:47.275Z] ---> 9dc740f87b33 [2021-04-20T20:50:47.275Z] [2021-04-20T20:50:47.537Z] Successfully built 9dc740f87b33 [2021-04-20T20:50:47.537Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T20:50:47.826Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T20:50:47.949Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:50:47.949Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:50:47.949Z] ---> c4f044fefef5 [2021-04-20T20:50:47.949Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T20:50:47.949Z] ---> Using cache [2021-04-20T20:50:47.949Z] ---> 741b353910d7 [2021-04-20T20:50:47.949Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:50:47.949Z] ---> Using cache [2021-04-20T20:50:47.949Z] ---> 94b842f1c331 [2021-04-20T20:50:47.949Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T20:50:47.887Z] $ docker stop --time=1 407467f617fb193c29a68c6b957b5fb28809a9a1d1e14b04f54fc90a7f5e814f [2021-04-20T20:50:48.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:50:48.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:50:48.926Z] ---> c4f044fefef5 [2021-04-20T20:50:48.926Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T20:50:48.926Z] ---> Using cache [2021-04-20T20:50:48.926Z] ---> 741b353910d7 [2021-04-20T20:50:48.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:50:48.927Z] ---> Using cache [2021-04-20T20:50:48.927Z] ---> 94b842f1c331 [2021-04-20T20:50:48.927Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T20:50:49.212Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:50:49.212Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:50:49.212Z] ---> c4f044fefef5 [2021-04-20T20:50:49.212Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T20:50:49.212Z] ---> Using cache [2021-04-20T20:50:49.212Z] ---> 741b353910d7 [2021-04-20T20:50:49.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:50:49.212Z] ---> Using cache [2021-04-20T20:50:49.212Z] ---> 94b842f1c331 [2021-04-20T20:50:49.212Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T20:50:49.708Z] $ docker rm -f 407467f617fb193c29a68c6b957b5fb28809a9a1d1e14b04f54fc90a7f5e814f [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T20:50:50.243Z] + docker images [2021-04-20T20:50:50.244Z] + grep docker [2021-04-20T20:50:50.819Z] docker-sys-mgmt-agent-go latest 9dc740f87b33 3 seconds ago 312MB [2021-04-20T20:50:50.819Z] docker-core-data-go latest b57d28eeba5e 20 seconds ago 22.9MB [2021-04-20T20:50:50.819Z] docker-support-notifications-go latest b4ad5dc98584 23 seconds ago 18.2MB [2021-04-20T20:50:50.819Z] docker-support-scheduler-go latest 1d0c3d2b6ef0 About a minute ago 17.7MB [2021-04-20T20:50:50.819Z] docker-security-bootstrapper-go latest e4c1f6619b6a 2 minutes ago 19.3MB [2021-04-20T20:50:50.819Z] docker-security-secretstore-setup-go latest db4d99b99746 2 minutes ago 26.3MB [2021-04-20T20:50:50.819Z] docker-core-metadata-go latest 234f4897e4d5 2 minutes ago 19.2MB [2021-04-20T20:50:50.819Z] docker-security-proxy-setup-go latest e6a39d1f4292 2 minutes ago 26MB [2021-04-20T20:50:50.819Z] docker-core-command-go latest bc1de62d5e93 2 minutes ago 17.5MB [2021-04-20T20:50:50.819Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T20:50:51.023Z] provisioning config files... [2021-04-20T20:50:51.071Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/452@tmp/config8371889150432256372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:50:51.222Z] ---> Running in 401d5a27270f [2021-04-20T20:50:51.223Z] ---> Running in e562a01a2ebf [2021-04-20T20:50:51.223Z] ---> Running in 2f4da9b13ab9 [2021-04-20T20:50:51.223Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T20:50:51.223Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T20:50:51.223Z] ---> c4f044fefef5 [2021-04-20T20:50:51.223Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T20:50:51.223Z] ---> Using cache [2021-04-20T20:50:51.223Z] ---> 741b353910d7 [2021-04-20T20:50:51.463Z] ---> docker-login.sh [2021-04-20T20:50:51.463Z] nexus3.edgexfoundry.org:10001 [2021-04-20T20:50:51.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:50:51.494Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T20:50:51.494Z] ---> Using cache [2021-04-20T20:50:51.494Z] ---> 94b842f1c331 [2021-04-20T20:50:51.494Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T20:50:51.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:50:51.765Z] Configure a credential helper to remove this warning. See [2021-04-20T20:50:51.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:50:51.765Z] [2021-04-20T20:50:51.765Z] Login Succeeded [2021-04-20T20:50:51.765Z] nexus3.edgexfoundry.org:10002 [2021-04-20T20:50:51.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:50:51.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:50:51.765Z] Configure a credential helper to remove this warning. See [2021-04-20T20:50:51.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:50:51.765Z] [2021-04-20T20:50:51.765Z] Login Succeeded [2021-04-20T20:50:51.765Z] nexus3.edgexfoundry.org:10003 [2021-04-20T20:50:51.780Z] ---> Running in 0c6c1475a809 [2021-04-20T20:50:52.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:50:52.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:50:52.061Z] Configure a credential helper to remove this warning. See [2021-04-20T20:50:52.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:50:52.061Z] [2021-04-20T20:50:52.061Z] Login Succeeded [2021-04-20T20:50:52.061Z] nexus3.edgexfoundry.org:10004 [2021-04-20T20:50:52.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:50:52.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:50:52.341Z] Configure a credential helper to remove this warning. See [2021-04-20T20:50:52.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:50:52.341Z] [2021-04-20T20:50:52.341Z] Login Succeeded [2021-04-20T20:50:52.341Z] docker.io [2021-04-20T20:50:52.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:50:52.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:50:52.883Z] Configure a credential helper to remove this warning. See [2021-04-20T20:50:52.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:50:52.883Z] [2021-04-20T20:50:52.883Z] Login Succeeded [2021-04-20T20:50:52.883Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T20:50:52.894Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:50:52.968Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-20T20:50:52.968Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:52.968Z] 2.0.0-dev.184 [2021-04-20T20:50:52.968Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:50:52.968Z] master [2021-04-20T20:50:52.968Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:53.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:53.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:53.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:53.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:53.327Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:53.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:53.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-20T20:50:53.634Z] 6c388b0f1813: Preparing [2021-04-20T20:50:53.634Z] 995751634df8: Preparing [2021-04-20T20:50:53.634Z] 35c01b88bdc7: Preparing [2021-04-20T20:50:53.634Z] ca17cb11abc7: Preparing [2021-04-20T20:50:53.634Z] 32f366d666a5: Preparing [2021-04-20T20:50:53.634Z] 32f366d666a5: Layer already exists [2021-04-20T20:50:53.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:53.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:53.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:53.907Z] 35c01b88bdc7: Pushed [2021-04-20T20:50:53.907Z] 6c388b0f1813: Pushed [2021-04-20T20:50:54.170Z] ca17cb11abc7: Pushed [2021-04-20T20:50:54.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:50:54.697Z] OK: 217 MiB in 51 packages [2021-04-20T20:50:54.697Z] OK: 217 MiB in 51 packages [2021-04-20T20:50:54.746Z] 995751634df8: Pushed [2021-04-20T20:50:54.971Z] OK: 217 MiB in 51 packages [2021-04-20T20:50:55.007Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:1144e18b034f9fe50a586da08b91ab1f5d1d29f16d665ff3b3e3cbb065d23a68 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:55.246Z] OK: 217 MiB in 51 packages [2021-04-20T20:50:55.323Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:55.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.184 [2021-04-20T20:50:55.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-20T20:50:55.624Z] 6c388b0f1813: Preparing [2021-04-20T20:50:55.624Z] 995751634df8: Preparing [2021-04-20T20:50:55.624Z] 35c01b88bdc7: Preparing [2021-04-20T20:50:55.624Z] ca17cb11abc7: Preparing [2021-04-20T20:50:55.624Z] 32f366d666a5: Preparing [2021-04-20T20:50:55.624Z] ca17cb11abc7: Layer already exists [2021-04-20T20:50:55.624Z] 995751634df8: Layer already exists [2021-04-20T20:50:55.624Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:50:55.624Z] 6c388b0f1813: Layer already exists [2021-04-20T20:50:55.624Z] 32f366d666a5: Layer already exists [2021-04-20T20:50:55.624Z] 2.0.0-dev.184: digest: sha256:1144e18b034f9fe50a586da08b91ab1f5d1d29f16d665ff3b3e3cbb065d23a68 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:55.991Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:50:56.243Z] Removing intermediate container e562a01a2ebf [2021-04-20T20:50:56.243Z] ---> 5499c46eb2f7 [2021-04-20T20:50:56.243Z] Step 6/23 : COPY go.mod . [2021-04-20T20:50:56.516Z] Removing intermediate container 0c6c1475a809 [2021-04-20T20:50:56.516Z] ---> acc85e49794b [2021-04-20T20:50:56.516Z] Step 6/21 : COPY go.mod . [2021-04-20T20:50:56.516Z] Removing intermediate container 2f4da9b13ab9 [2021-04-20T20:50:56.516Z] ---> 75b69fb03b96 [2021-04-20T20:50:56.516Z] Step 6/22 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:56.791Z] Removing intermediate container 401d5a27270f [2021-04-20T20:50:56.791Z] ---> a332ec1c2e90 [2021-04-20T20:50:56.791Z] Step 6/23 : COPY go.mod . [2021-04-20T20:50:56.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:50:56.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-20T20:50:56.870Z] 6c388b0f1813: Preparing [2021-04-20T20:50:56.870Z] 995751634df8: Preparing [2021-04-20T20:50:56.870Z] 35c01b88bdc7: Preparing [2021-04-20T20:50:56.870Z] ca17cb11abc7: Preparing [2021-04-20T20:50:56.870Z] 32f366d666a5: Preparing [2021-04-20T20:50:56.870Z] 32f366d666a5: Layer already exists [2021-04-20T20:50:56.870Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:50:56.870Z] 995751634df8: Layer already exists [2021-04-20T20:50:56.870Z] ca17cb11abc7: Layer already exists [2021-04-20T20:50:56.870Z] 6c388b0f1813: Layer already exists [2021-04-20T20:50:56.870Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:1144e18b034f9fe50a586da08b91ab1f5d1d29f16d665ff3b3e3cbb065d23a68 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:57.180Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:57.386Z] ---> f18d910757ec [2021-04-20T20:50:57.386Z] Step 7/23 : RUN go mod download [2021-04-20T20:50:57.386Z] ---> Running in a0dcd7666480 [2021-04-20T20:50:57.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-20T20:50:57.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-20T20:50:57.482Z] 6c388b0f1813: Preparing [2021-04-20T20:50:57.482Z] 995751634df8: Preparing [2021-04-20T20:50:57.482Z] 35c01b88bdc7: Preparing [2021-04-20T20:50:57.482Z] ca17cb11abc7: Preparing [2021-04-20T20:50:57.482Z] 32f366d666a5: Preparing [2021-04-20T20:50:57.482Z] 32f366d666a5: Layer already exists [2021-04-20T20:50:57.482Z] 6c388b0f1813: Layer already exists [2021-04-20T20:50:57.482Z] ca17cb11abc7: Layer already exists [2021-04-20T20:50:57.482Z] 995751634df8: Layer already exists [2021-04-20T20:50:57.482Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:50:57.482Z] master: digest: sha256:1144e18b034f9fe50a586da08b91ab1f5d1d29f16d665ff3b3e3cbb065d23a68 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:50:57.550Z] ===================================================== [Pipeline] echo [2021-04-20T20:50:57.564Z] taggedImages: [2021-04-20T20:50:57.564Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:57.564Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.184 [2021-04-20T20:50:57.564Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:50:57.564Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-20T20:50:57.616Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-20T20:50:57.616Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:57.616Z] 2.0.0-dev.184 [2021-04-20T20:50:57.616Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:50:57.616Z] master [2021-04-20T20:50:57.616Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-04-20T20:50:57.664Z] ---> c85446a414b5 [2021-04-20T20:50:57.664Z] Step 7/21 : RUN go mod download [2021-04-20T20:50:57.664Z] ---> 3aa7a7121ff5 [2021-04-20T20:50:57.664Z] Step 7/22 : RUN go mod download [2021-04-20T20:50:57.664Z] ---> Running in 25276f247ed9 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:57.938Z] ---> 5401d287eb11 [2021-04-20T20:50:57.938Z] Step 7/23 : RUN go mod download [2021-04-20T20:50:57.938Z] ---> Running in 6caedb50db24 [2021-04-20T20:50:57.994Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:50:58.213Z] ---> Running in ee7d6822ef78 [2021-04-20T20:50:58.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:50:58.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-20T20:50:58.294Z] 6d7267d058aa: Preparing [2021-04-20T20:50:58.294Z] cb3a6fd1284b: Preparing [2021-04-20T20:50:58.294Z] 35c01b88bdc7: Preparing [2021-04-20T20:50:58.294Z] 61d1ef6cec38: Preparing [2021-04-20T20:50:58.294Z] 493a1169e8ee: Preparing [2021-04-20T20:50:58.294Z] 32f366d666a5: Preparing [2021-04-20T20:50:58.294Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:50:58.294Z] 32f366d666a5: Layer already exists [2021-04-20T20:50:58.556Z] 6d7267d058aa: Pushed [2021-04-20T20:50:58.556Z] 493a1169e8ee: Pushed [2021-04-20T20:50:58.818Z] 61d1ef6cec38: Pushed [2021-04-20T20:50:59.764Z] cb3a6fd1284b: Pushed [2021-04-20T20:50:59.764Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:589dedcea2433c2a567ee5e86039d54c9d260e8b4f7a05b328f5b1c5a5ba9940 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:00.072Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:00.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.184 [2021-04-20T20:51:00.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-20T20:51:00.377Z] 6d7267d058aa: Preparing [2021-04-20T20:51:00.377Z] cb3a6fd1284b: Preparing [2021-04-20T20:51:00.377Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:00.377Z] 61d1ef6cec38: Preparing [2021-04-20T20:51:00.377Z] 493a1169e8ee: Preparing [2021-04-20T20:51:00.377Z] 32f366d666a5: Preparing [2021-04-20T20:51:00.377Z] 32f366d666a5: Waiting [2021-04-20T20:51:00.377Z] 61d1ef6cec38: Layer already exists [2021-04-20T20:51:00.377Z] cb3a6fd1284b: Layer already exists [2021-04-20T20:51:00.377Z] 493a1169e8ee: Layer already exists [2021-04-20T20:51:00.377Z] 6d7267d058aa: Layer already exists [2021-04-20T20:51:00.377Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:00.377Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:00.377Z] 2.0.0-dev.184: digest: sha256:589dedcea2433c2a567ee5e86039d54c9d260e8b4f7a05b328f5b1c5a5ba9940 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:00.685Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:00.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:00.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-20T20:51:00.993Z] 6d7267d058aa: Preparing [2021-04-20T20:51:00.993Z] cb3a6fd1284b: Preparing [2021-04-20T20:51:00.993Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:00.993Z] 61d1ef6cec38: Preparing [2021-04-20T20:51:00.993Z] 493a1169e8ee: Preparing [2021-04-20T20:51:00.993Z] 32f366d666a5: Preparing [2021-04-20T20:51:00.993Z] 32f366d666a5: Waiting [2021-04-20T20:51:00.993Z] 6d7267d058aa: Layer already exists [2021-04-20T20:51:00.993Z] 493a1169e8ee: Layer already exists [2021-04-20T20:51:00.993Z] 61d1ef6cec38: Layer already exists [2021-04-20T20:51:00.993Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:00.993Z] cb3a6fd1284b: Layer already exists [2021-04-20T20:51:00.993Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:00.993Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:589dedcea2433c2a567ee5e86039d54c9d260e8b4f7a05b328f5b1c5a5ba9940 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:01.311Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:01.607Z] Removing intermediate container a0dcd7666480 [2021-04-20T20:51:01.607Z] ---> 9522f5c39d0b [2021-04-20T20:51:01.607Z] Step 8/23 : COPY . . [2021-04-20T20:51:01.607Z] Removing intermediate container 25276f247ed9 [2021-04-20T20:51:01.607Z] ---> 4f140a90f3c4 [2021-04-20T20:51:01.607Z] Step 8/21 : COPY . . [2021-04-20T20:51:01.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-20T20:51:01.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-20T20:51:01.622Z] 6d7267d058aa: Preparing [2021-04-20T20:51:01.622Z] cb3a6fd1284b: Preparing [2021-04-20T20:51:01.622Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:01.622Z] 61d1ef6cec38: Preparing [2021-04-20T20:51:01.622Z] 493a1169e8ee: Preparing [2021-04-20T20:51:01.622Z] 32f366d666a5: Preparing [2021-04-20T20:51:01.622Z] 32f366d666a5: Waiting [2021-04-20T20:51:01.622Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:01.622Z] 493a1169e8ee: Layer already exists [2021-04-20T20:51:01.622Z] 6d7267d058aa: Layer already exists [2021-04-20T20:51:01.622Z] cb3a6fd1284b: Layer already exists [2021-04-20T20:51:01.622Z] 61d1ef6cec38: Layer already exists [2021-04-20T20:51:01.622Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:01.622Z] master: digest: sha256:589dedcea2433c2a567ee5e86039d54c9d260e8b4f7a05b328f5b1c5a5ba9940 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:51:01.679Z] ===================================================== [Pipeline] echo [2021-04-20T20:51:01.694Z] taggedImages: [2021-04-20T20:51:01.694Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:01.694Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.184 [2021-04-20T20:51:01.694Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:01.694Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-20T20:51:01.727Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-20T20:51:01.727Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:01.727Z] 2.0.0-dev.184 [2021-04-20T20:51:01.727Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:01.727Z] master [2021-04-20T20:51:01.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:01.884Z] Removing intermediate container ee7d6822ef78 [2021-04-20T20:51:01.884Z] ---> 8f158beaf92e [2021-04-20T20:51:01.884Z] Step 8/23 : COPY . . [2021-04-20T20:51:02.087Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:02.158Z] Removing intermediate container 6caedb50db24 [2021-04-20T20:51:02.158Z] ---> ab8ef35c817e [2021-04-20T20:51:02.158Z] Step 8/22 : COPY . . [2021-04-20T20:51:02.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:02.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-20T20:51:02.391Z] 84689b3f55ae: Preparing [2021-04-20T20:51:02.391Z] eb2c92296c73: Preparing [2021-04-20T20:51:02.391Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:02.391Z] 0b4abee595d6: Preparing [2021-04-20T20:51:02.391Z] 32f366d666a5: Preparing [2021-04-20T20:51:02.391Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:02.391Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:02.391Z] 84689b3f55ae: Pushed [2021-04-20T20:51:02.654Z] 0b4abee595d6: Pushed [2021-04-20T20:51:03.598Z] eb2c92296c73: Pushed [2021-04-20T20:51:03.861Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:d4a572dae753fca83b9db7e705d003e1f872495f1cf5bc0b60598847ba4e947e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:04.171Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:04.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.184 [2021-04-20T20:51:04.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-20T20:51:04.477Z] 84689b3f55ae: Preparing [2021-04-20T20:51:04.477Z] eb2c92296c73: Preparing [2021-04-20T20:51:04.477Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:04.477Z] 0b4abee595d6: Preparing [2021-04-20T20:51:04.477Z] 32f366d666a5: Preparing [2021-04-20T20:51:04.477Z] 0b4abee595d6: Layer already exists [2021-04-20T20:51:04.477Z] 84689b3f55ae: Layer already exists [2021-04-20T20:51:04.477Z] eb2c92296c73: Layer already exists [2021-04-20T20:51:04.477Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:04.477Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:04.477Z] 2.0.0-dev.184: digest: sha256:d4a572dae753fca83b9db7e705d003e1f872495f1cf5bc0b60598847ba4e947e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:04.785Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:05.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:05.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-20T20:51:05.087Z] 84689b3f55ae: Preparing [2021-04-20T20:51:05.087Z] eb2c92296c73: Preparing [2021-04-20T20:51:05.087Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:05.087Z] 0b4abee595d6: Preparing [2021-04-20T20:51:05.087Z] 32f366d666a5: Preparing [2021-04-20T20:51:05.087Z] 0b4abee595d6: Layer already exists [2021-04-20T20:51:05.087Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:05.087Z] 84689b3f55ae: Layer already exists [2021-04-20T20:51:05.087Z] eb2c92296c73: Layer already exists [2021-04-20T20:51:05.087Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:05.087Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:d4a572dae753fca83b9db7e705d003e1f872495f1cf5bc0b60598847ba4e947e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:05.393Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:05.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-20T20:51:05.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-20T20:51:05.695Z] 84689b3f55ae: Preparing [2021-04-20T20:51:05.695Z] eb2c92296c73: Preparing [2021-04-20T20:51:05.695Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:05.695Z] 0b4abee595d6: Preparing [2021-04-20T20:51:05.695Z] 32f366d666a5: Preparing [2021-04-20T20:51:05.695Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:05.695Z] 84689b3f55ae: Layer already exists [2021-04-20T20:51:05.695Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:05.695Z] eb2c92296c73: Layer already exists [2021-04-20T20:51:05.695Z] 0b4abee595d6: Layer already exists [2021-04-20T20:51:05.695Z] master: digest: sha256:d4a572dae753fca83b9db7e705d003e1f872495f1cf5bc0b60598847ba4e947e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:51:05.754Z] ===================================================== [Pipeline] echo [2021-04-20T20:51:05.776Z] taggedImages: [2021-04-20T20:51:05.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:05.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.184 [2021-04-20T20:51:05.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:05.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-20T20:51:05.821Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-20T20:51:05.821Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:05.821Z] 2.0.0-dev.184 [2021-04-20T20:51:05.821Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:05.821Z] master [2021-04-20T20:51:05.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:06.167Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:06.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:06.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-20T20:51:06.471Z] a0e7ba3eb72e: Preparing [2021-04-20T20:51:06.471Z] a0e7ba3eb72e: Preparing [2021-04-20T20:51:06.471Z] 546ca37e0ff6: Preparing [2021-04-20T20:51:06.471Z] e9bb1ea6ea2f: Preparing [2021-04-20T20:51:06.471Z] 72218f2e7b2a: Preparing [2021-04-20T20:51:06.471Z] 006cfd8693cf: Preparing [2021-04-20T20:51:06.471Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:06.471Z] 36cb62bf6d9a: Preparing [2021-04-20T20:51:06.471Z] 36cb62bf6d9a: Preparing [2021-04-20T20:51:06.471Z] 1fb9f7f8df07: Preparing [2021-04-20T20:51:06.471Z] ead5ce21116e: Preparing [2021-04-20T20:51:06.471Z] 32f366d666a5: Preparing [2021-04-20T20:51:06.471Z] 1fb9f7f8df07: Waiting [2021-04-20T20:51:06.471Z] ead5ce21116e: Waiting [2021-04-20T20:51:06.471Z] 35c01b88bdc7: Waiting [2021-04-20T20:51:06.471Z] 32f366d666a5: Waiting [2021-04-20T20:51:06.471Z] 36cb62bf6d9a: Waiting [2021-04-20T20:51:06.735Z] 546ca37e0ff6: Pushed [2021-04-20T20:51:06.735Z] a0e7ba3eb72e: Pushed [2021-04-20T20:51:06.735Z] e9bb1ea6ea2f: Pushed [2021-04-20T20:51:06.735Z] 72218f2e7b2a: Pushed [2021-04-20T20:51:06.997Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:06.997Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:06.997Z] 36cb62bf6d9a: Pushed [2021-04-20T20:51:06.997Z] 1fb9f7f8df07: Pushed [2021-04-20T20:51:06.997Z] ead5ce21116e: Pushed [2021-04-20T20:51:07.943Z] 006cfd8693cf: Pushed [2021-04-20T20:51:08.205Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:79cea1cfbbc0c02a5e8fe3dd49b122ad4fb69fe1ae08a13f46f4f46e75ba8cf1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:08.520Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:08.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.184 [2021-04-20T20:51:08.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-20T20:51:08.821Z] a0e7ba3eb72e: Preparing [2021-04-20T20:51:08.821Z] a0e7ba3eb72e: Preparing [2021-04-20T20:51:08.821Z] 546ca37e0ff6: Preparing [2021-04-20T20:51:08.821Z] e9bb1ea6ea2f: Preparing [2021-04-20T20:51:08.821Z] 72218f2e7b2a: Preparing [2021-04-20T20:51:08.821Z] 006cfd8693cf: Preparing [2021-04-20T20:51:08.821Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:08.821Z] 36cb62bf6d9a: Preparing [2021-04-20T20:51:08.821Z] 36cb62bf6d9a: Preparing [2021-04-20T20:51:08.821Z] 1fb9f7f8df07: Preparing [2021-04-20T20:51:08.821Z] ead5ce21116e: Preparing [2021-04-20T20:51:08.821Z] 32f366d666a5: Preparing [2021-04-20T20:51:08.821Z] 35c01b88bdc7: Waiting [2021-04-20T20:51:08.821Z] 1fb9f7f8df07: Waiting [2021-04-20T20:51:08.821Z] 36cb62bf6d9a: Waiting [2021-04-20T20:51:08.821Z] ead5ce21116e: Waiting [2021-04-20T20:51:08.821Z] 32f366d666a5: Waiting [2021-04-20T20:51:08.821Z] a0e7ba3eb72e: Layer already exists [2021-04-20T20:51:08.821Z] e9bb1ea6ea2f: Layer already exists [2021-04-20T20:51:08.821Z] 546ca37e0ff6: Layer already exists [2021-04-20T20:51:08.821Z] 006cfd8693cf: Layer already exists [2021-04-20T20:51:08.821Z] 72218f2e7b2a: Layer already exists [2021-04-20T20:51:08.821Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:08.821Z] 1fb9f7f8df07: Layer already exists [2021-04-20T20:51:08.821Z] 36cb62bf6d9a: Layer already exists [2021-04-20T20:51:08.821Z] ead5ce21116e: Layer already exists [2021-04-20T20:51:08.821Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:08.821Z] 2.0.0-dev.184: digest: sha256:79cea1cfbbc0c02a5e8fe3dd49b122ad4fb69fe1ae08a13f46f4f46e75ba8cf1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:09.127Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:09.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:09.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-20T20:51:09.427Z] a0e7ba3eb72e: Preparing [2021-04-20T20:51:09.427Z] a0e7ba3eb72e: Preparing [2021-04-20T20:51:09.427Z] 546ca37e0ff6: Preparing [2021-04-20T20:51:09.427Z] e9bb1ea6ea2f: Preparing [2021-04-20T20:51:09.427Z] 72218f2e7b2a: Preparing [2021-04-20T20:51:09.427Z] 006cfd8693cf: Preparing [2021-04-20T20:51:09.427Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:09.427Z] 36cb62bf6d9a: Preparing [2021-04-20T20:51:09.427Z] 36cb62bf6d9a: Preparing [2021-04-20T20:51:09.427Z] 1fb9f7f8df07: Preparing [2021-04-20T20:51:09.427Z] ead5ce21116e: Preparing [2021-04-20T20:51:09.427Z] 32f366d666a5: Preparing [2021-04-20T20:51:09.427Z] 35c01b88bdc7: Waiting [2021-04-20T20:51:09.427Z] 36cb62bf6d9a: Waiting [2021-04-20T20:51:09.427Z] 1fb9f7f8df07: Waiting [2021-04-20T20:51:09.427Z] ead5ce21116e: Waiting [2021-04-20T20:51:09.427Z] 32f366d666a5: Waiting [2021-04-20T20:51:09.427Z] 546ca37e0ff6: Layer already exists [2021-04-20T20:51:09.427Z] a0e7ba3eb72e: Layer already exists [2021-04-20T20:51:09.427Z] 006cfd8693cf: Layer already exists [2021-04-20T20:51:09.427Z] 72218f2e7b2a: Layer already exists [2021-04-20T20:51:09.427Z] e9bb1ea6ea2f: Layer already exists [2021-04-20T20:51:09.427Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:09.427Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:09.427Z] 1fb9f7f8df07: Layer already exists [2021-04-20T20:51:09.427Z] ead5ce21116e: Layer already exists [2021-04-20T20:51:09.428Z] 36cb62bf6d9a: Layer already exists [2021-04-20T20:51:09.428Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:79cea1cfbbc0c02a5e8fe3dd49b122ad4fb69fe1ae08a13f46f4f46e75ba8cf1 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:09.735Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:10.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-20T20:51:10.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-20T20:51:10.045Z] a0e7ba3eb72e: Preparing [2021-04-20T20:51:10.045Z] a0e7ba3eb72e: Preparing [2021-04-20T20:51:10.045Z] 546ca37e0ff6: Preparing [2021-04-20T20:51:10.045Z] e9bb1ea6ea2f: Preparing [2021-04-20T20:51:10.045Z] 72218f2e7b2a: Preparing [2021-04-20T20:51:10.045Z] 006cfd8693cf: Preparing [2021-04-20T20:51:10.045Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:10.045Z] 36cb62bf6d9a: Preparing [2021-04-20T20:51:10.045Z] 36cb62bf6d9a: Preparing [2021-04-20T20:51:10.045Z] 1fb9f7f8df07: Preparing [2021-04-20T20:51:10.045Z] ead5ce21116e: Preparing [2021-04-20T20:51:10.045Z] 32f366d666a5: Preparing [2021-04-20T20:51:10.045Z] 35c01b88bdc7: Waiting [2021-04-20T20:51:10.045Z] 36cb62bf6d9a: Waiting [2021-04-20T20:51:10.045Z] 1fb9f7f8df07: Waiting [2021-04-20T20:51:10.045Z] ead5ce21116e: Waiting [2021-04-20T20:51:10.045Z] 32f366d666a5: Waiting [2021-04-20T20:51:10.045Z] e9bb1ea6ea2f: Layer already exists [2021-04-20T20:51:10.045Z] 546ca37e0ff6: Layer already exists [2021-04-20T20:51:10.045Z] 72218f2e7b2a: Layer already exists [2021-04-20T20:51:10.045Z] 006cfd8693cf: Layer already exists [2021-04-20T20:51:10.045Z] a0e7ba3eb72e: Layer already exists [2021-04-20T20:51:10.045Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:10.045Z] 1fb9f7f8df07: Layer already exists [2021-04-20T20:51:10.045Z] 36cb62bf6d9a: Layer already exists [2021-04-20T20:51:10.045Z] ead5ce21116e: Layer already exists [2021-04-20T20:51:10.045Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:10.045Z] master: digest: sha256:79cea1cfbbc0c02a5e8fe3dd49b122ad4fb69fe1ae08a13f46f4f46e75ba8cf1 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:51:10.101Z] ===================================================== [Pipeline] echo [2021-04-20T20:51:10.116Z] taggedImages: [2021-04-20T20:51:10.116Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:10.116Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.184 [2021-04-20T20:51:10.116Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:10.116Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-20T20:51:10.146Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-20T20:51:10.146Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:10.146Z] 2.0.0-dev.184 [2021-04-20T20:51:10.146Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:10.146Z] master [2021-04-20T20:51:10.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:10.483Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:11.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:11.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-20T20:51:11.006Z] 5ba335429d7f: Preparing [2021-04-20T20:51:11.006Z] 4a086674c84d: Preparing [2021-04-20T20:51:11.006Z] 3e8f670fbf46: Preparing [2021-04-20T20:51:11.006Z] bf3e1b01420e: Preparing [2021-04-20T20:51:11.006Z] 9038738d6086: Preparing [2021-04-20T20:51:11.006Z] 32f366d666a5: Preparing [2021-04-20T20:51:11.006Z] 32f366d666a5: Waiting [2021-04-20T20:51:11.006Z] 3e8f670fbf46: Pushed [2021-04-20T20:51:11.006Z] bf3e1b01420e: Pushed [2021-04-20T20:51:11.416Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:11.685Z] 9038738d6086: Pushed [2021-04-20T20:51:11.946Z] 5ba335429d7f: Pushed [2021-04-20T20:51:11.947Z] 4a086674c84d: Pushed [2021-04-20T20:51:12.207Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:971b655b9293a7c211a7376f76029711019d9f9434a4558d4c7a938f0abf356a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:12.520Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:12.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.184 [2021-04-20T20:51:12.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-20T20:51:12.821Z] 5ba335429d7f: Preparing [2021-04-20T20:51:12.821Z] 4a086674c84d: Preparing [2021-04-20T20:51:12.821Z] 3e8f670fbf46: Preparing [2021-04-20T20:51:12.821Z] bf3e1b01420e: Preparing [2021-04-20T20:51:12.821Z] 9038738d6086: Preparing [2021-04-20T20:51:12.821Z] 32f366d666a5: Preparing [2021-04-20T20:51:12.821Z] 32f366d666a5: Waiting [2021-04-20T20:51:12.821Z] 5ba335429d7f: Layer already exists [2021-04-20T20:51:12.821Z] bf3e1b01420e: Layer already exists [2021-04-20T20:51:12.821Z] 3e8f670fbf46: Layer already exists [2021-04-20T20:51:12.821Z] 4a086674c84d: Layer already exists [2021-04-20T20:51:12.821Z] 9038738d6086: Layer already exists [2021-04-20T20:51:12.821Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:12.821Z] 2.0.0-dev.184: digest: sha256:971b655b9293a7c211a7376f76029711019d9f9434a4558d4c7a938f0abf356a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:13.138Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:13.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:13.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-20T20:51:13.439Z] 5ba335429d7f: Preparing [2021-04-20T20:51:13.439Z] 4a086674c84d: Preparing [2021-04-20T20:51:13.439Z] 3e8f670fbf46: Preparing [2021-04-20T20:51:13.439Z] bf3e1b01420e: Preparing [2021-04-20T20:51:13.439Z] 9038738d6086: Preparing [2021-04-20T20:51:13.439Z] 32f366d666a5: Preparing [2021-04-20T20:51:13.439Z] 32f366d666a5: Waiting [2021-04-20T20:51:13.439Z] bf3e1b01420e: Layer already exists [2021-04-20T20:51:13.439Z] 3e8f670fbf46: Layer already exists [2021-04-20T20:51:13.439Z] 5ba335429d7f: Layer already exists [2021-04-20T20:51:13.439Z] 9038738d6086: Layer already exists [2021-04-20T20:51:13.439Z] 4a086674c84d: Layer already exists [2021-04-20T20:51:13.440Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:13.440Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:971b655b9293a7c211a7376f76029711019d9f9434a4558d4c7a938f0abf356a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:13.743Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:14.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-20T20:51:14.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-20T20:51:14.043Z] 5ba335429d7f: Preparing [2021-04-20T20:51:14.043Z] 4a086674c84d: Preparing [2021-04-20T20:51:14.043Z] 3e8f670fbf46: Preparing [2021-04-20T20:51:14.043Z] bf3e1b01420e: Preparing [2021-04-20T20:51:14.043Z] 9038738d6086: Preparing [2021-04-20T20:51:14.043Z] 32f366d666a5: Preparing [2021-04-20T20:51:14.043Z] 32f366d666a5: Waiting [2021-04-20T20:51:14.043Z] 9038738d6086: Layer already exists [2021-04-20T20:51:14.043Z] bf3e1b01420e: Layer already exists [2021-04-20T20:51:14.043Z] 3e8f670fbf46: Layer already exists [2021-04-20T20:51:14.043Z] 4a086674c84d: Layer already exists [2021-04-20T20:51:14.043Z] 5ba335429d7f: Layer already exists [2021-04-20T20:51:14.043Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:14.043Z] master: digest: sha256:971b655b9293a7c211a7376f76029711019d9f9434a4558d4c7a938f0abf356a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:51:14.095Z] ===================================================== [Pipeline] echo [2021-04-20T20:51:14.110Z] taggedImages: [2021-04-20T20:51:14.110Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:14.110Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.184 [2021-04-20T20:51:14.110Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:14.110Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-20T20:51:14.144Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-20T20:51:14.144Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:14.144Z] 2.0.0-dev.184 [2021-04-20T20:51:14.144Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:14.144Z] master [2021-04-20T20:51:14.144Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:14.487Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:14.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:14.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-20T20:51:14.789Z] 784517e47408: Preparing [2021-04-20T20:51:14.789Z] 5195c0b2cc9a: Preparing [2021-04-20T20:51:14.789Z] afb87ddbeb3a: Preparing [2021-04-20T20:51:14.789Z] 4ef7170de0e5: Preparing [2021-04-20T20:51:14.789Z] 1b85d926a31e: Preparing [2021-04-20T20:51:14.789Z] add667c3ca5c: Preparing [2021-04-20T20:51:14.789Z] 89d63d1fe4d0: Preparing [2021-04-20T20:51:14.789Z] a7a4c2c023f7: Preparing [2021-04-20T20:51:14.789Z] 32f366d666a5: Preparing [2021-04-20T20:51:14.789Z] 89d63d1fe4d0: Waiting [2021-04-20T20:51:14.789Z] a7a4c2c023f7: Waiting [2021-04-20T20:51:14.789Z] 32f366d666a5: Waiting [2021-04-20T20:51:14.789Z] add667c3ca5c: Waiting [2021-04-20T20:51:15.059Z] 5195c0b2cc9a: Pushed [2021-04-20T20:51:15.059Z] 1b85d926a31e: Pushed [2021-04-20T20:51:15.059Z] 784517e47408: Pushed [2021-04-20T20:51:15.059Z] add667c3ca5c: Pushed [2021-04-20T20:51:15.059Z] 89d63d1fe4d0: Pushed [2021-04-20T20:51:15.059Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:15.635Z] a7a4c2c023f7: Pushed [2021-04-20T20:51:15.897Z] 4ef7170de0e5: Pushed [2021-04-20T20:51:15.897Z] afb87ddbeb3a: Pushed [2021-04-20T20:51:16.158Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:9f648a938ad27da3275e259116d2b14dbee81ec54ccca55605f392f78b6c3896 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:16.460Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:16.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.184 [2021-04-20T20:51:16.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-20T20:51:16.777Z] 784517e47408: Preparing [2021-04-20T20:51:16.777Z] 5195c0b2cc9a: Preparing [2021-04-20T20:51:16.777Z] afb87ddbeb3a: Preparing [2021-04-20T20:51:16.777Z] 4ef7170de0e5: Preparing [2021-04-20T20:51:16.777Z] 1b85d926a31e: Preparing [2021-04-20T20:51:16.777Z] add667c3ca5c: Preparing [2021-04-20T20:51:16.777Z] 89d63d1fe4d0: Preparing [2021-04-20T20:51:16.777Z] a7a4c2c023f7: Preparing [2021-04-20T20:51:16.777Z] 32f366d666a5: Preparing [2021-04-20T20:51:16.777Z] add667c3ca5c: Waiting [2021-04-20T20:51:16.777Z] 89d63d1fe4d0: Waiting [2021-04-20T20:51:16.777Z] a7a4c2c023f7: Waiting [2021-04-20T20:51:16.777Z] 32f366d666a5: Waiting [2021-04-20T20:51:16.777Z] afb87ddbeb3a: Layer already exists [2021-04-20T20:51:16.777Z] 4ef7170de0e5: Layer already exists [2021-04-20T20:51:16.777Z] 784517e47408: Layer already exists [2021-04-20T20:51:16.777Z] 1b85d926a31e: Layer already exists [2021-04-20T20:51:16.777Z] 5195c0b2cc9a: Layer already exists [2021-04-20T20:51:16.777Z] add667c3ca5c: Layer already exists [2021-04-20T20:51:16.777Z] 89d63d1fe4d0: Layer already exists [2021-04-20T20:51:16.777Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:16.777Z] a7a4c2c023f7: Layer already exists [2021-04-20T20:51:16.777Z] 2.0.0-dev.184: digest: sha256:9f648a938ad27da3275e259116d2b14dbee81ec54ccca55605f392f78b6c3896 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:17.080Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:17.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:17.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-20T20:51:17.378Z] 784517e47408: Preparing [2021-04-20T20:51:17.378Z] 5195c0b2cc9a: Preparing [2021-04-20T20:51:17.378Z] afb87ddbeb3a: Preparing [2021-04-20T20:51:17.378Z] 4ef7170de0e5: Preparing [2021-04-20T20:51:17.378Z] 1b85d926a31e: Preparing [2021-04-20T20:51:17.378Z] add667c3ca5c: Preparing [2021-04-20T20:51:17.378Z] 89d63d1fe4d0: Preparing [2021-04-20T20:51:17.378Z] a7a4c2c023f7: Preparing [2021-04-20T20:51:17.378Z] 32f366d666a5: Preparing [2021-04-20T20:51:17.378Z] 32f366d666a5: Waiting [2021-04-20T20:51:17.378Z] 89d63d1fe4d0: Waiting [2021-04-20T20:51:17.378Z] a7a4c2c023f7: Waiting [2021-04-20T20:51:17.378Z] add667c3ca5c: Waiting [2021-04-20T20:51:17.378Z] 1b85d926a31e: Layer already exists [2021-04-20T20:51:17.378Z] 5195c0b2cc9a: Layer already exists [2021-04-20T20:51:17.378Z] 784517e47408: Layer already exists [2021-04-20T20:51:17.378Z] afb87ddbeb3a: Layer already exists [2021-04-20T20:51:17.378Z] 4ef7170de0e5: Layer already exists [2021-04-20T20:51:17.378Z] 89d63d1fe4d0: Layer already exists [2021-04-20T20:51:17.378Z] add667c3ca5c: Layer already exists [2021-04-20T20:51:17.378Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:17.378Z] a7a4c2c023f7: Layer already exists [2021-04-20T20:51:17.378Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:9f648a938ad27da3275e259116d2b14dbee81ec54ccca55605f392f78b6c3896 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:17.684Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:17.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-20T20:51:17.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-20T20:51:17.984Z] 784517e47408: Preparing [2021-04-20T20:51:17.984Z] 5195c0b2cc9a: Preparing [2021-04-20T20:51:17.984Z] afb87ddbeb3a: Preparing [2021-04-20T20:51:17.984Z] 4ef7170de0e5: Preparing [2021-04-20T20:51:17.984Z] 1b85d926a31e: Preparing [2021-04-20T20:51:17.984Z] add667c3ca5c: Preparing [2021-04-20T20:51:17.984Z] 89d63d1fe4d0: Preparing [2021-04-20T20:51:17.984Z] a7a4c2c023f7: Preparing [2021-04-20T20:51:17.984Z] 32f366d666a5: Preparing [2021-04-20T20:51:17.984Z] add667c3ca5c: Waiting [2021-04-20T20:51:17.984Z] 89d63d1fe4d0: Waiting [2021-04-20T20:51:17.984Z] a7a4c2c023f7: Waiting [2021-04-20T20:51:17.984Z] 32f366d666a5: Waiting [2021-04-20T20:51:17.984Z] 5195c0b2cc9a: Layer already exists [2021-04-20T20:51:17.984Z] 1b85d926a31e: Layer already exists [2021-04-20T20:51:17.984Z] 4ef7170de0e5: Layer already exists [2021-04-20T20:51:17.984Z] afb87ddbeb3a: Layer already exists [2021-04-20T20:51:17.984Z] 784517e47408: Layer already exists [2021-04-20T20:51:17.984Z] 89d63d1fe4d0: Layer already exists [2021-04-20T20:51:17.984Z] a7a4c2c023f7: Layer already exists [2021-04-20T20:51:17.984Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:17.984Z] add667c3ca5c: Layer already exists [2021-04-20T20:51:17.984Z] master: digest: sha256:9f648a938ad27da3275e259116d2b14dbee81ec54ccca55605f392f78b6c3896 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:51:18.038Z] ===================================================== [Pipeline] echo [2021-04-20T20:51:18.051Z] taggedImages: [2021-04-20T20:51:18.051Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:18.051Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.184 [2021-04-20T20:51:18.051Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:18.051Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-20T20:51:18.084Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-20T20:51:18.084Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:18.084Z] 2.0.0-dev.184 [2021-04-20T20:51:18.084Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:18.084Z] master [2021-04-20T20:51:18.084Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:18.426Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:18.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:18.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-20T20:51:18.982Z] a5dc0c64b446: Preparing [2021-04-20T20:51:18.982Z] 6f35cfa725e7: Preparing [2021-04-20T20:51:18.982Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:18.982Z] a3343bba78f1: Preparing [2021-04-20T20:51:18.982Z] 32f366d666a5: Preparing [2021-04-20T20:51:18.982Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:18.982Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:18.982Z] a5dc0c64b446: Pushed [2021-04-20T20:51:19.243Z] a3343bba78f1: Pushed [2021-04-20T20:51:20.189Z] 6f35cfa725e7: Pushed [2021-04-20T20:51:20.189Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:796283533d74fcf9e44dfe133875d83430f0c6bfce7b7ec48b06218e83110f1f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:20.495Z] ---> b0edad787b56 [2021-04-20T20:51:20.495Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T20:51:20.495Z] ---> 92321729d649 [2021-04-20T20:51:20.495Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T20:51:20.495Z] ---> 5dc385e21a2a [2021-04-20T20:51:20.495Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T20:51:20.495Z] ---> 760de48f676c [2021-04-20T20:51:20.495Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T20:51:20.495Z] ---> Running in b3c17d14ed4e [2021-04-20T20:51:20.495Z] ---> Running in 1dae2eeb81c2 [2021-04-20T20:51:20.495Z] ---> Running in a0362f637487 [2021-04-20T20:51:20.495Z] ---> Running in d68f098a63e0 [2021-04-20T20:51:20.754Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:20.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T20:51:20.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T20:51:21.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.184 [2021-04-20T20:51:21.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-20T20:51:21.050Z] a5dc0c64b446: Preparing [2021-04-20T20:51:21.050Z] 6f35cfa725e7: Preparing [2021-04-20T20:51:21.050Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:21.050Z] a3343bba78f1: Preparing [2021-04-20T20:51:21.050Z] 32f366d666a5: Preparing [2021-04-20T20:51:21.050Z] a3343bba78f1: Layer already exists [2021-04-20T20:51:21.050Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:21.050Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:21.050Z] a5dc0c64b446: Layer already exists [2021-04-20T20:51:21.050Z] 6f35cfa725e7: Layer already exists [2021-04-20T20:51:21.050Z] 2.0.0-dev.184: digest: sha256:796283533d74fcf9e44dfe133875d83430f0c6bfce7b7ec48b06218e83110f1f size: 1364 [2021-04-20T20:51:21.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T20:51:21.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:21.355Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:21.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:21.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-20T20:51:21.653Z] a5dc0c64b446: Preparing [2021-04-20T20:51:21.653Z] 6f35cfa725e7: Preparing [2021-04-20T20:51:21.654Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:21.654Z] a3343bba78f1: Preparing [2021-04-20T20:51:21.654Z] 32f366d666a5: Preparing [2021-04-20T20:51:21.654Z] a3343bba78f1: Layer already exists [2021-04-20T20:51:21.654Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:21.654Z] 6f35cfa725e7: Layer already exists [2021-04-20T20:51:21.654Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:21.654Z] a5dc0c64b446: Layer already exists [2021-04-20T20:51:21.654Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:796283533d74fcf9e44dfe133875d83430f0c6bfce7b7ec48b06218e83110f1f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:21.957Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:22.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-20T20:51:22.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-20T20:51:22.253Z] a5dc0c64b446: Preparing [2021-04-20T20:51:22.253Z] 6f35cfa725e7: Preparing [2021-04-20T20:51:22.253Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:22.253Z] a3343bba78f1: Preparing [2021-04-20T20:51:22.253Z] 32f366d666a5: Preparing [2021-04-20T20:51:22.253Z] a5dc0c64b446: Layer already exists [2021-04-20T20:51:22.253Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:22.253Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:22.253Z] 6f35cfa725e7: Layer already exists [2021-04-20T20:51:22.253Z] a3343bba78f1: Layer already exists [2021-04-20T20:51:22.253Z] master: digest: sha256:796283533d74fcf9e44dfe133875d83430f0c6bfce7b7ec48b06218e83110f1f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:51:22.306Z] ===================================================== [Pipeline] echo [2021-04-20T20:51:22.320Z] taggedImages: [2021-04-20T20:51:22.320Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:22.320Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.184 [2021-04-20T20:51:22.320Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:22.320Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-20T20:51:22.352Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-20T20:51:22.352Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:22.352Z] 2.0.0-dev.184 [2021-04-20T20:51:22.352Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:22.352Z] master [2021-04-20T20:51:22.352Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:22.710Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:23.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:23.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-20T20:51:23.032Z] 8bb8ab0eae19: Preparing [2021-04-20T20:51:23.033Z] 6873ba48e630: Preparing [2021-04-20T20:51:23.033Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:23.033Z] 0b4abee595d6: Preparing [2021-04-20T20:51:23.033Z] 32f366d666a5: Preparing [2021-04-20T20:51:23.033Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:23.033Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:23.033Z] 0b4abee595d6: Layer already exists [2021-04-20T20:51:23.033Z] 8bb8ab0eae19: Pushed [2021-04-20T20:51:24.419Z] 6873ba48e630: Pushed [2021-04-20T20:51:24.419Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:255ecd48ef5273514c3b464f61f8f46470573724d44e90ec9fe49a17bb543a6e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:24.724Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:25.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.184 [2021-04-20T20:51:25.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-20T20:51:25.022Z] 8bb8ab0eae19: Preparing [2021-04-20T20:51:25.022Z] 6873ba48e630: Preparing [2021-04-20T20:51:25.022Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:25.022Z] 0b4abee595d6: Preparing [2021-04-20T20:51:25.022Z] 32f366d666a5: Preparing [2021-04-20T20:51:25.022Z] 0b4abee595d6: Layer already exists [2021-04-20T20:51:25.022Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:25.022Z] 8bb8ab0eae19: Layer already exists [2021-04-20T20:51:25.022Z] 6873ba48e630: Layer already exists [2021-04-20T20:51:25.022Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:25.022Z] 2.0.0-dev.184: digest: sha256:255ecd48ef5273514c3b464f61f8f46470573724d44e90ec9fe49a17bb543a6e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:25.325Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:25.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:25.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-20T20:51:25.625Z] 8bb8ab0eae19: Preparing [2021-04-20T20:51:25.625Z] 6873ba48e630: Preparing [2021-04-20T20:51:25.625Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:25.625Z] 0b4abee595d6: Preparing [2021-04-20T20:51:25.625Z] 32f366d666a5: Preparing [2021-04-20T20:51:25.625Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:25.625Z] 6873ba48e630: Layer already exists [2021-04-20T20:51:25.625Z] 0b4abee595d6: Layer already exists [2021-04-20T20:51:25.625Z] 8bb8ab0eae19: Layer already exists [2021-04-20T20:51:25.625Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:25.625Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:255ecd48ef5273514c3b464f61f8f46470573724d44e90ec9fe49a17bb543a6e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:25.928Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:26.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-20T20:51:26.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-20T20:51:26.225Z] 8bb8ab0eae19: Preparing [2021-04-20T20:51:26.225Z] 6873ba48e630: Preparing [2021-04-20T20:51:26.225Z] 35c01b88bdc7: Preparing [2021-04-20T20:51:26.225Z] 0b4abee595d6: Preparing [2021-04-20T20:51:26.225Z] 32f366d666a5: Preparing [2021-04-20T20:51:26.225Z] 0b4abee595d6: Layer already exists [2021-04-20T20:51:26.225Z] 8bb8ab0eae19: Layer already exists [2021-04-20T20:51:26.225Z] 6873ba48e630: Layer already exists [2021-04-20T20:51:26.225Z] 32f366d666a5: Layer already exists [2021-04-20T20:51:26.225Z] 35c01b88bdc7: Layer already exists [2021-04-20T20:51:26.225Z] master: digest: sha256:255ecd48ef5273514c3b464f61f8f46470573724d44e90ec9fe49a17bb543a6e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:51:26.279Z] ===================================================== [Pipeline] echo [2021-04-20T20:51:26.294Z] taggedImages: [2021-04-20T20:51:26.294Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:26.294Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.184 [2021-04-20T20:51:26.294Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:26.294Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-20T20:51:26.324Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-20T20:51:26.324Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:26.324Z] 2.0.0-dev.184 [2021-04-20T20:51:26.324Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:26.324Z] master [2021-04-20T20:51:26.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:26.682Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:26.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:26.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-20T20:51:26.987Z] c5d190d80e35: Preparing [2021-04-20T20:51:26.987Z] ae782f1f031d: Preparing [2021-04-20T20:51:26.987Z] 926b0fa05040: Preparing [2021-04-20T20:51:26.987Z] 4c60accca47e: Preparing [2021-04-20T20:51:26.987Z] 0754057c0ad3: Preparing [2021-04-20T20:51:26.987Z] 998cdf262ab1: Preparing [2021-04-20T20:51:26.987Z] 02e56110abd2: Preparing [2021-04-20T20:51:26.987Z] abc36efb885a: Preparing [2021-04-20T20:51:26.987Z] b0b09059f4e1: Preparing [2021-04-20T20:51:26.987Z] bb961f40224b: Preparing [2021-04-20T20:51:26.987Z] f4666769fca7: Preparing [2021-04-20T20:51:26.987Z] 998cdf262ab1: Waiting [2021-04-20T20:51:26.987Z] b0b09059f4e1: Waiting [2021-04-20T20:51:26.987Z] 02e56110abd2: Waiting [2021-04-20T20:51:26.987Z] abc36efb885a: Waiting [2021-04-20T20:51:26.987Z] bb961f40224b: Waiting [2021-04-20T20:51:26.987Z] f4666769fca7: Waiting [2021-04-20T20:51:26.987Z] 0754057c0ad3: Layer already exists [2021-04-20T20:51:26.987Z] 998cdf262ab1: Layer already exists [2021-04-20T20:51:26.987Z] 02e56110abd2: Layer already exists [2021-04-20T20:51:26.987Z] abc36efb885a: Layer already exists [2021-04-20T20:51:27.251Z] ae782f1f031d: Pushed [2021-04-20T20:51:27.251Z] b0b09059f4e1: Layer already exists [2021-04-20T20:51:27.251Z] bb961f40224b: Layer already exists [2021-04-20T20:51:27.251Z] f4666769fca7: Layer already exists [2021-04-20T20:51:27.251Z] c5d190d80e35: Pushed [2021-04-20T20:51:28.204Z] 926b0fa05040: Pushed [2021-04-20T20:51:32.419Z] 4c60accca47e: Pushed [2021-04-20T20:51:32.419Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:7756d844a4e66f25c5b5757ce034460db86ff7c97b8ceab89f23a7ca00c3de76 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:32.734Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:33.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.184 [2021-04-20T20:51:33.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-20T20:51:33.118Z] c5d190d80e35: Preparing [2021-04-20T20:51:33.118Z] ae782f1f031d: Preparing [2021-04-20T20:51:33.118Z] 926b0fa05040: Preparing [2021-04-20T20:51:33.118Z] 4c60accca47e: Preparing [2021-04-20T20:51:33.118Z] 0754057c0ad3: Preparing [2021-04-20T20:51:33.118Z] 998cdf262ab1: Preparing [2021-04-20T20:51:33.118Z] 02e56110abd2: Preparing [2021-04-20T20:51:33.118Z] abc36efb885a: Preparing [2021-04-20T20:51:33.118Z] b0b09059f4e1: Preparing [2021-04-20T20:51:33.118Z] bb961f40224b: Preparing [2021-04-20T20:51:33.118Z] f4666769fca7: Preparing [2021-04-20T20:51:33.118Z] 998cdf262ab1: Waiting [2021-04-20T20:51:33.118Z] 02e56110abd2: Waiting [2021-04-20T20:51:33.118Z] abc36efb885a: Waiting [2021-04-20T20:51:33.118Z] f4666769fca7: Waiting [2021-04-20T20:51:33.118Z] bb961f40224b: Waiting [2021-04-20T20:51:33.118Z] b0b09059f4e1: Waiting [2021-04-20T20:51:33.118Z] ae782f1f031d: Layer already exists [2021-04-20T20:51:33.118Z] 926b0fa05040: Layer already exists [2021-04-20T20:51:33.118Z] 0754057c0ad3: Layer already exists [2021-04-20T20:51:33.118Z] c5d190d80e35: Layer already exists [2021-04-20T20:51:33.118Z] 4c60accca47e: Layer already exists [2021-04-20T20:51:33.118Z] 998cdf262ab1: Layer already exists [2021-04-20T20:51:33.118Z] bb961f40224b: Layer already exists [2021-04-20T20:51:33.118Z] b0b09059f4e1: Layer already exists [2021-04-20T20:51:33.118Z] 02e56110abd2: Layer already exists [2021-04-20T20:51:33.118Z] abc36efb885a: Layer already exists [2021-04-20T20:51:33.118Z] f4666769fca7: Layer already exists [2021-04-20T20:51:33.118Z] 2.0.0-dev.184: digest: sha256:7756d844a4e66f25c5b5757ce034460db86ff7c97b8ceab89f23a7ca00c3de76 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:33.449Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:33.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:33.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-20T20:51:33.762Z] c5d190d80e35: Preparing [2021-04-20T20:51:33.762Z] ae782f1f031d: Preparing [2021-04-20T20:51:33.762Z] 926b0fa05040: Preparing [2021-04-20T20:51:33.762Z] 4c60accca47e: Preparing [2021-04-20T20:51:33.762Z] 0754057c0ad3: Preparing [2021-04-20T20:51:33.762Z] 998cdf262ab1: Preparing [2021-04-20T20:51:33.762Z] 02e56110abd2: Preparing [2021-04-20T20:51:33.762Z] abc36efb885a: Preparing [2021-04-20T20:51:33.762Z] b0b09059f4e1: Preparing [2021-04-20T20:51:33.762Z] bb961f40224b: Preparing [2021-04-20T20:51:33.762Z] f4666769fca7: Preparing [2021-04-20T20:51:33.762Z] abc36efb885a: Waiting [2021-04-20T20:51:33.762Z] b0b09059f4e1: Waiting [2021-04-20T20:51:33.762Z] bb961f40224b: Waiting [2021-04-20T20:51:33.762Z] f4666769fca7: Waiting [2021-04-20T20:51:33.762Z] 998cdf262ab1: Waiting [2021-04-20T20:51:33.762Z] 02e56110abd2: Waiting [2021-04-20T20:51:33.762Z] 926b0fa05040: Layer already exists [2021-04-20T20:51:33.762Z] 0754057c0ad3: Layer already exists [2021-04-20T20:51:33.762Z] c5d190d80e35: Layer already exists [2021-04-20T20:51:33.762Z] ae782f1f031d: Layer already exists [2021-04-20T20:51:33.762Z] 4c60accca47e: Layer already exists [2021-04-20T20:51:33.762Z] abc36efb885a: Layer already exists [2021-04-20T20:51:33.762Z] 998cdf262ab1: Layer already exists [2021-04-20T20:51:33.762Z] 02e56110abd2: Layer already exists [2021-04-20T20:51:33.762Z] b0b09059f4e1: Layer already exists [2021-04-20T20:51:33.762Z] bb961f40224b: Layer already exists [2021-04-20T20:51:33.762Z] f4666769fca7: Layer already exists [2021-04-20T20:51:33.762Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:7756d844a4e66f25c5b5757ce034460db86ff7c97b8ceab89f23a7ca00c3de76 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:34.069Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:51:34.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-20T20:51:34.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-20T20:51:34.369Z] c5d190d80e35: Preparing [2021-04-20T20:51:34.369Z] ae782f1f031d: Preparing [2021-04-20T20:51:34.369Z] 926b0fa05040: Preparing [2021-04-20T20:51:34.369Z] 4c60accca47e: Preparing [2021-04-20T20:51:34.369Z] 0754057c0ad3: Preparing [2021-04-20T20:51:34.369Z] 998cdf262ab1: Preparing [2021-04-20T20:51:34.369Z] 02e56110abd2: Preparing [2021-04-20T20:51:34.369Z] abc36efb885a: Preparing [2021-04-20T20:51:34.369Z] b0b09059f4e1: Preparing [2021-04-20T20:51:34.369Z] bb961f40224b: Preparing [2021-04-20T20:51:34.369Z] f4666769fca7: Preparing [2021-04-20T20:51:34.369Z] 998cdf262ab1: Waiting [2021-04-20T20:51:34.369Z] 02e56110abd2: Waiting [2021-04-20T20:51:34.369Z] abc36efb885a: Waiting [2021-04-20T20:51:34.369Z] b0b09059f4e1: Waiting [2021-04-20T20:51:34.369Z] f4666769fca7: Waiting [2021-04-20T20:51:34.369Z] bb961f40224b: Waiting [2021-04-20T20:51:34.369Z] 926b0fa05040: Layer already exists [2021-04-20T20:51:34.369Z] 4c60accca47e: Layer already exists [2021-04-20T20:51:34.369Z] c5d190d80e35: Layer already exists [2021-04-20T20:51:34.369Z] 0754057c0ad3: Layer already exists [2021-04-20T20:51:34.369Z] ae782f1f031d: Layer already exists [2021-04-20T20:51:34.369Z] abc36efb885a: Layer already exists [2021-04-20T20:51:34.369Z] 02e56110abd2: Layer already exists [2021-04-20T20:51:34.369Z] b0b09059f4e1: Layer already exists [2021-04-20T20:51:34.369Z] 998cdf262ab1: Layer already exists [2021-04-20T20:51:34.369Z] bb961f40224b: Layer already exists [2021-04-20T20:51:34.369Z] f4666769fca7: Layer already exists [2021-04-20T20:51:34.369Z] master: digest: sha256:7756d844a4e66f25c5b5757ce034460db86ff7c97b8ceab89f23a7ca00c3de76 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:51:34.422Z] ===================================================== [Pipeline] echo [2021-04-20T20:51:34.454Z] taggedImages: [2021-04-20T20:51:34.454Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:51:34.454Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.184 [2021-04-20T20:51:34.454Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:51:34.454Z] - 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-20T20:52:43.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T20:52:55.809Z] Removing intermediate container d68f098a63e0 [2021-04-20T20:52:55.809Z] ---> 6f1f53a700e2 [2021-04-20T20:52:55.809Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T20:52:55.809Z] ---> Running in 0eb1ee33407f [2021-04-20T20:52:56.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.184" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T20:52:56.695Z] Removing intermediate container a0362f637487 [2021-04-20T20:52:56.695Z] ---> bd213db9da4e [2021-04-20T20:52:56.695Z] [2021-04-20T20:52:56.695Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T20:52:56.695Z] ---> 9852663dfa18 [2021-04-20T20:52:56.695Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T20:52:56.972Z] ---> Running in 23fd31617b5b [2021-04-20T20:52:58.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:52:58.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:52:59.578Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T20:52:59.578Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T20:52:59.578Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T20:52:59.578Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T20:52:59.578Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T20:52:59.578Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T20:52:59.862Z] OK: 7 MiB in 18 packages [2021-04-20T20:53:01.297Z] Removing intermediate container b3c17d14ed4e [2021-04-20T20:53:01.297Z] ---> 369fbaac9cac [2021-04-20T20:53:01.297Z] [2021-04-20T20:53:01.297Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T20:53:01.297Z] ---> 9852663dfa18 [2021-04-20T20:53:01.297Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T20:53:01.297Z] ---> Using cache [2021-04-20T20:53:01.297Z] ---> fca9ceaa5cf8 [2021-04-20T20:53:01.297Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T20:53:01.297Z] ---> Using cache [2021-04-20T20:53:01.297Z] ---> 8f6cd12d10e9 [2021-04-20T20:53:01.297Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T20:53:01.297Z] ---> Running in 40294a7a14f0 [2021-04-20T20:53:01.297Z] Removing intermediate container 0eb1ee33407f [2021-04-20T20:53:01.297Z] ---> 8bc3c065b000 [2021-04-20T20:53:01.297Z] [2021-04-20T20:53:01.297Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T20:53:01.571Z] 20.10.0: Pulling from library/docker [2021-04-20T20:53:02.564Z] Removing intermediate container 40294a7a14f0 [2021-04-20T20:53:02.564Z] ---> 1c10087e5605 [2021-04-20T20:53:02.564Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T20:53:02.845Z] Removing intermediate container 23fd31617b5b [2021-04-20T20:53:02.845Z] ---> 031b7bab07b9 [2021-04-20T20:53:02.845Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T20:53:03.116Z] ---> Running in 887e7816ea70 [2021-04-20T20:53:03.116Z] ---> Running in 90d3521d23df [2021-04-20T20:53:03.715Z] Removing intermediate container 887e7816ea70 [2021-04-20T20:53:03.715Z] ---> 937a47863099 [2021-04-20T20:53:03.715Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:53:04.001Z] Removing intermediate container 90d3521d23df [2021-04-20T20:53:04.001Z] ---> 68fd3aaf55e8 [2021-04-20T20:53:04.001Z] Step 13/21 : WORKDIR /edgex [2021-04-20T20:53:04.627Z] ---> Running in d11c07df7e7b [2021-04-20T20:53:04.913Z] ---> 56fed10074ba [2021-04-20T20:53:04.913Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T20:53:05.532Z] Removing intermediate container d11c07df7e7b [2021-04-20T20:53:05.532Z] ---> 84d420c725c5 [2021-04-20T20:53:05.532Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T20:53:07.511Z] Removing intermediate container 1dae2eeb81c2 [2021-04-20T20:53:07.511Z] ---> dd7d8786ab43 [2021-04-20T20:53:07.511Z] [2021-04-20T20:53:07.511Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T20:53:07.511Z] ---> 9852663dfa18 [2021-04-20T20:53:07.511Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T20:53:07.511Z] ---> Using cache [2021-04-20T20:53:07.511Z] ---> fca9ceaa5cf8 [2021-04-20T20:53:07.511Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T20:53:07.511Z] ---> Using cache [2021-04-20T20:53:07.511Z] ---> 8f6cd12d10e9 [2021-04-20T20:53:07.511Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T20:53:07.511Z] ---> 15944e002fc1 [2021-04-20T20:53:07.511Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T20:53:07.511Z] ---> f8099844e588 [2021-04-20T20:53:07.511Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T20:53:07.798Z] ---> Running in f7d4abbe69a7 [2021-04-20T20:53:08.778Z] Removing intermediate container f7d4abbe69a7 [2021-04-20T20:53:08.778Z] ---> 099f5de51b2e [2021-04-20T20:53:08.778Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T20:53:09.052Z] ---> 2a0599749ebe [2021-04-20T20:53:09.052Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T20:53:09.052Z] ---> Running in 6f821a43bb20 [2021-04-20T20:53:09.331Z] ---> 6c5d1c7553e9 [2021-04-20T20:53:09.331Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T20:53:09.331Z] ---> Running in 45f4b7a57f15 [2021-04-20T20:53:09.934Z] Removing intermediate container 6f821a43bb20 [2021-04-20T20:53:09.934Z] ---> c546f02a5a29 [2021-04-20T20:53:09.934Z] Step 15/23 : WORKDIR / [2021-04-20T20:53:10.207Z] Removing intermediate container 45f4b7a57f15 [2021-04-20T20:53:10.208Z] ---> e5b4e21cc41e [2021-04-20T20:53:10.208Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:53:10.480Z] ---> Running in 6c41d9f5475b [2021-04-20T20:53:10.480Z] ---> Running in b11a3bfa31a9 [2021-04-20T20:53:11.071Z] ---> 8ca36a2c46cb [2021-04-20T20:53:11.071Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T20:53:11.347Z] Removing intermediate container 6c41d9f5475b [2021-04-20T20:53:11.347Z] ---> 4dc99d2ce967 [2021-04-20T20:53:11.347Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T20:53:11.347Z] Removing intermediate container b11a3bfa31a9 [2021-04-20T20:53:11.347Z] ---> 77381d6f024c [2021-04-20T20:53:11.347Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T20:53:11.347Z] ---> Running in 50998bca3253 [2021-04-20T20:53:11.621Z] ---> Running in eb0350643223 [2021-04-20T20:53:11.894Z] Removing intermediate container 50998bca3253 [2021-04-20T20:53:11.894Z] ---> 153350870c10 [2021-04-20T20:53:11.894Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T20:53:12.165Z] Removing intermediate container eb0350643223 [2021-04-20T20:53:12.165Z] ---> 75ddebdaea54 [2021-04-20T20:53:12.165Z] Step 21/22 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:53:12.165Z] ---> Running in 32b12e77d513 [2021-04-20T20:53:12.165Z] ---> cb439b08f1b9 [2021-04-20T20:53:12.165Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T20:53:12.438Z] ---> Running in 965c67e36843 [2021-04-20T20:53:12.711Z] Removing intermediate container 32b12e77d513 [2021-04-20T20:53:12.711Z] ---> 22c9d3548f94 [2021-04-20T20:53:12.711Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T20:53:12.986Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T20:53:12.986Z] Removing intermediate container 965c67e36843 [2021-04-20T20:53:12.986Z] ---> 5d20e9fe6213 [2021-04-20T20:53:12.986Z] Step 22/22 : LABEL version=2.0.0-dev.184 [2021-04-20T20:53:12.986Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T20:53:12.986Z] ---> eeaf43b92773 [2021-04-20T20:53:12.986Z] 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-20T20:53:12.986Z] ---> Running in c990f33a4d60 [2021-04-20T20:53:13.259Z] ---> Running in 7422aad94a54 [2021-04-20T20:53:13.259Z] ---> Running in 123faabf4d0b [2021-04-20T20:53:13.532Z] ---> 3c553e009f57 [2021-04-20T20:53:13.532Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T20:53:13.802Z] Removing intermediate container c990f33a4d60 [2021-04-20T20:53:13.802Z] ---> debeeb5723ac [2021-04-20T20:53:13.802Z] Step 20/21 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:53:13.802Z] Removing intermediate container 7422aad94a54 [2021-04-20T20:53:13.802Z] ---> cb707846380c [2021-04-20T20:53:13.802Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T20:53:13.802Z] Removing intermediate container 123faabf4d0b [2021-04-20T20:53:13.802Z] ---> 6ef01ee80ea3 [2021-04-20T20:53:13.802Z] [2021-04-20T20:53:14.075Z] ---> Running in b9f648525b85 [2021-04-20T20:53:14.075Z] ---> Running in 580cbb00e970 [2021-04-20T20:53:14.348Z] Successfully built 6ef01ee80ea3 [2021-04-20T20:53:14.348Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T20:53:14.620Z]  Building docker-support-scheduler-go ... done Removing intermediate container 580cbb00e970 [2021-04-20T20:53:14.620Z] ---> 896124ed8b33 [2021-04-20T20:53:14.620Z] Step 21/21 : LABEL version=2.0.0-dev.184 [2021-04-20T20:53:14.620Z] ---> 99562998788d [2021-04-20T20:53:14.620Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T20:53:14.894Z] ---> Running in 4ffbe98e73f3 [2021-04-20T20:53:14.894Z] ---> Running in f4947ab6ac5d [2021-04-20T20:53:15.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T20:53:15.448Z] Removing intermediate container f4947ab6ac5d [2021-04-20T20:53:15.448Z] ---> 5e407ea8ef04 [2021-04-20T20:53:15.448Z] [2021-04-20T20:53:15.448Z] Removing intermediate container 4ffbe98e73f3 [2021-04-20T20:53:15.448Z] ---> 7f8af3aed2e5 [2021-04-20T20:53:15.448Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:53:15.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T20:53:15.725Z] ---> Running in e632d084b5e8 [2021-04-20T20:53:15.725Z] Successfully built 5e407ea8ef04 [2021-04-20T20:53:15.725Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T20:53:15.999Z]  Building docker-security-proxy-setup-go ... done (1/39) Installing readline (8.0.4-r0) [2021-04-20T20:53:15.999Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T20:53:15.999Z] Executing bash-5.0.17-r0.post-install [2021-04-20T20:53:15.999Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T20:53:15.999Z] Removing intermediate container e632d084b5e8 [2021-04-20T20:53:15.999Z] ---> 4389719fc110 [2021-04-20T20:53:15.999Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T20:53:15.999Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T20:53:15.999Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T20:53:16.272Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T20:53:16.272Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T20:53:16.272Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T20:53:16.272Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T20:53:16.272Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T20:53:16.272Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T20:53:16.272Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T20:53:16.272Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T20:53:16.272Z] ---> Running in 58c9b3e32a7b [2021-04-20T20:53:17.254Z] Removing intermediate container 58c9b3e32a7b [2021-04-20T20:53:17.254Z] ---> 254530f73af3 [2021-04-20T20:53:17.254Z] Step 22/23 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:53:17.525Z] ---> Running in aca0f56d37dc [2021-04-20T20:53:18.121Z] Removing intermediate container aca0f56d37dc [2021-04-20T20:53:18.121Z] ---> 4a12bdf60cda [2021-04-20T20:53:18.121Z] Step 23/23 : LABEL version=2.0.0-dev.184 [2021-04-20T20:53:18.121Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T20:53:18.121Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T20:53:18.121Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T20:53:18.121Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T20:53:18.121Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T20:53:18.121Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T20:53:18.392Z] ---> Running in 597dc8c79b56 [2021-04-20T20:53:18.392Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T20:53:18.392Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T20:53:18.392Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T20:53:18.392Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T20:53:18.392Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T20:53:18.392Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T20:53:18.392Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T20:53:18.664Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T20:53:18.664Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T20:53:18.664Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T20:53:18.664Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T20:53:18.664Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T20:53:18.664Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T20:53:18.664Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T20:53:18.664Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T20:53:18.664Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T20:53:18.664Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T20:53:18.664Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T20:53:18.664Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T20:53:18.664Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T20:53:18.936Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T20:53:18.936Z] OK: 72 MiB in 59 packages [2021-04-20T20:53:18.936Z] Removing intermediate container 597dc8c79b56 [2021-04-20T20:53:18.936Z] ---> 7fce41ad3e2d [2021-04-20T20:53:18.936Z] [2021-04-20T20:53:19.210Z] Successfully built 7fce41ad3e2d [2021-04-20T20:53:19.480Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T20:53:22.851Z]  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 [2021-04-20T20:53:22.851Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T20:53:23.446Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T20:53:23.446Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T20:53:23.717Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T20:53:23.717Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T20:53:25.680Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T20:53:25.680Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T20:53:27.642Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T20:53:27.642Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T20:53:27.912Z] 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-20T20:53:28.879Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T20:53:28.879Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T20:53:29.150Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T20:53:29.150Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T20:53:31.112Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T20:53:31.112Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T20:53:31.702Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T20:53:31.702Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T20:53:33.122Z] Collecting PyYAML<4,>=3.10 [2021-04-20T20:53:33.122Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T20:53:36.497Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T20:53:36.497Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T20:53:36.497Z] 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-20T20:53:36.497Z] Collecting idna<2.8,>=2.5 [2021-04-20T20:53:36.497Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T20:53:36.497Z] 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-20T20:53:36.766Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T20:53:36.766Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T20:53:36.766Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T20:53:36.766Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T20:53:36.766Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T20:53:36.766Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T20:53:37.736Z] Installing collected packages: websocket-client, docopt, dockerpty, jsonschema, urllib3, idna, requests, texttable, cached-property, docker-pycreds, docker, PyYAML, docker-compose [2021-04-20T20:53:37.736Z] Running setup.py install for docopt: started [2021-04-20T20:53:39.697Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T20:53:39.697Z] Running setup.py install for dockerpty: started [2021-04-20T20:53:41.661Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T20:53:41.661Z] Attempting uninstall: urllib3 [2021-04-20T20:53:41.661Z] Found existing installation: urllib3 1.25.9 [2021-04-20T20:53:41.661Z] Uninstalling urllib3-1.25.9: [2021-04-20T20:53:41.661Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T20:53:42.250Z] Attempting uninstall: idna [2021-04-20T20:53:42.250Z] Found existing installation: idna 2.9 [2021-04-20T20:53:42.250Z] Uninstalling idna-2.9: [2021-04-20T20:53:42.523Z] Successfully uninstalled idna-2.9 [2021-04-20T20:53:43.113Z] Attempting uninstall: requests [2021-04-20T20:53:43.113Z] Found existing installation: requests 2.23.0 [2021-04-20T20:53:43.113Z] Uninstalling requests-2.23.0: [2021-04-20T20:53:43.113Z] Successfully uninstalled requests-2.23.0 [2021-04-20T20:53:43.384Z] Running setup.py install for texttable: started [2021-04-20T20:53:45.363Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T20:53:45.952Z] Running setup.py install for PyYAML: started [2021-04-20T20:53:47.909Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T20:53:48.878Z] 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-20T20:53:57.168Z] Removing intermediate container b9f648525b85 [2021-04-20T20:53:57.168Z] ---> c32413d762ee [2021-04-20T20:53:57.168Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T20:53:57.168Z] ---> Running in 0b4c74cb0003 [2021-04-20T20:53:57.437Z] Removing intermediate container 0b4c74cb0003 [2021-04-20T20:53:57.437Z] ---> c96ec8caa221 [2021-04-20T20:53:57.437Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T20:53:57.708Z] ---> Running in 832cb3524fe5 [2021-04-20T20:53:57.979Z] Removing intermediate container 832cb3524fe5 [2021-04-20T20:53:57.979Z] ---> f5cd56968d88 [2021-04-20T20:53:57.979Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T20:53:59.407Z] ---> d9df6112bdcc [2021-04-20T20:53:59.407Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T20:53:59.677Z] ---> 2be80ec1684e [2021-04-20T20:53:59.677Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T20:54:00.650Z] ---> 30617191b274 [2021-04-20T20:54:00.650Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T20:54:00.650Z] ---> Running in cc0349bfa593 [2021-04-20T20:54:01.243Z] Removing intermediate container cc0349bfa593 [2021-04-20T20:54:01.243Z] ---> 48151e45c77e [2021-04-20T20:54:01.243Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T20:54:01.243Z] ---> Running in c61c72682887 [2021-04-20T20:54:01.840Z] Removing intermediate container c61c72682887 [2021-04-20T20:54:01.840Z] ---> 599e670fff50 [2021-04-20T20:54:01.840Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T20:54:01.840Z] ---> Running in 629821717fe1 [2021-04-20T20:54:02.436Z] Removing intermediate container 629821717fe1 [2021-04-20T20:54:02.436Z] ---> 1d2d3da89cda [2021-04-20T20:54:02.436Z] Step 22/23 : LABEL git_sha=7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:02.436Z] ---> Running in aaef2ebb6a9f [2021-04-20T20:54:02.711Z] Removing intermediate container aaef2ebb6a9f [2021-04-20T20:54:02.711Z] ---> 2e80e5611686 [2021-04-20T20:54:02.711Z] Step 23/23 : LABEL version=2.0.0-dev.184 [2021-04-20T20:54:02.987Z] ---> Running in b4d05472f962 [2021-04-20T20:54:03.257Z] Removing intermediate container b4d05472f962 [2021-04-20T20:54:03.257Z] ---> 3736a3cfd021 [2021-04-20T20:54:03.257Z] [2021-04-20T20:54:03.850Z] Successfully built 3736a3cfd021 [2021-04-20T20:54:03.850Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T20:54:03.866Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T20:54:03.874Z] $ docker stop --time=1 9a577e36b3707d690ebb20ef24ac102c7323523855b9db3ad62382b213d87181 [2021-04-20T20:54:05.714Z] $ docker rm -f 9a577e36b3707d690ebb20ef24ac102c7323523855b9db3ad62382b213d87181 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T20:54:06.250Z] + docker images [2021-04-20T20:54:06.250Z] + grep docker [2021-04-20T20:54:06.518Z] docker-sys-mgmt-agent-go-arm64 latest 3736a3cfd021 3 seconds ago 299MB [2021-04-20T20:54:06.518Z] docker-core-metadata-go-arm64 latest 7fce41ad3e2d 48 seconds ago 18.1MB [2021-04-20T20:54:06.518Z] docker-security-proxy-setup-go-arm64 latest 5e407ea8ef04 51 seconds ago 24.6MB [2021-04-20T20:54:06.518Z] docker-support-scheduler-go-arm64 latest 6ef01ee80ea3 53 seconds ago 16.6MB [2021-04-20T20:54:06.518Z] docker-core-data-go-arm64 latest caf572162eff 3 minutes ago 21.6MB [2021-04-20T20:54:06.518Z] docker-security-bootstrapper-go-arm64 latest f3057ac14bae 3 minutes ago 18.1MB [2021-04-20T20:54:06.518Z] docker-support-notifications-go-arm64 latest 2b7fa7914695 3 minutes ago 17.2MB [2021-04-20T20:54:06.518Z] docker-security-secretstore-setup-go-arm64 latest 4d68ef59504c 3 minutes ago 24.9MB [2021-04-20T20:54:06.518Z] docker-core-command-go-arm64 latest e866de358de0 3 minutes ago 16.5MB [2021-04-20T20:54:06.518Z] 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-20T20:54:06.691Z] provisioning config files... [2021-04-20T20:54:06.732Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/452@tmp/config616412820627896715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:54:07.079Z] ---> docker-login.sh [2021-04-20T20:54:07.080Z] nexus3.edgexfoundry.org:10001 [2021-04-20T20:54:07.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:54:07.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:54:07.351Z] Configure a credential helper to remove this warning. See [2021-04-20T20:54:07.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:54:07.351Z] [2021-04-20T20:54:07.351Z] Login Succeeded [2021-04-20T20:54:07.351Z] nexus3.edgexfoundry.org:10002 [2021-04-20T20:54:07.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:54:07.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:54:07.949Z] Configure a credential helper to remove this warning. See [2021-04-20T20:54:07.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:54:07.949Z] [2021-04-20T20:54:07.949Z] Login Succeeded [2021-04-20T20:54:07.949Z] nexus3.edgexfoundry.org:10003 [2021-04-20T20:54:08.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:54:08.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:54:08.544Z] Configure a credential helper to remove this warning. See [2021-04-20T20:54:08.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:54:08.544Z] [2021-04-20T20:54:08.544Z] Login Succeeded [2021-04-20T20:54:08.544Z] nexus3.edgexfoundry.org:10004 [2021-04-20T20:54:09.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:54:09.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:54:09.139Z] Configure a credential helper to remove this warning. See [2021-04-20T20:54:09.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:54:09.139Z] [2021-04-20T20:54:09.139Z] Login Succeeded [2021-04-20T20:54:09.139Z] docker.io [2021-04-20T20:54:09.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T20:54:10.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T20:54:10.003Z] Configure a credential helper to remove this warning. See [2021-04-20T20:54:10.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T20:54:10.003Z] [2021-04-20T20:54:10.003Z] Login Succeeded [2021-04-20T20:54:10.003Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T20:54:10.020Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:54:10.085Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-20T20:54:10.085Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:10.085Z] 2.0.0-dev.184 [2021-04-20T20:54:10.085Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:10.085Z] master [2021-04-20T20:54:10.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:10.477Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:10.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:10.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-20T20:54:10.816Z] 8d62cf463004: Preparing [2021-04-20T20:54:10.816Z] 41762e64c330: Preparing [2021-04-20T20:54:10.816Z] 5c563053ee52: Preparing [2021-04-20T20:54:10.816Z] 9cbb75f63869: Preparing [2021-04-20T20:54:10.816Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:11.089Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:11.089Z] 5c563053ee52: Pushed [2021-04-20T20:54:11.089Z] 8d62cf463004: Pushed [2021-04-20T20:54:11.089Z] 9cbb75f63869: Pushed [2021-04-20T20:54:13.691Z] 41762e64c330: Pushed [2021-04-20T20:54:13.961Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:31c51b427b95c08401be49a4f1b993a8eb216ca78cf29763187194f9d1fdc962 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:14.304Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:14.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:14.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-20T20:54:14.636Z] 8d62cf463004: Preparing [2021-04-20T20:54:14.636Z] 41762e64c330: Preparing [2021-04-20T20:54:14.636Z] 5c563053ee52: Preparing [2021-04-20T20:54:14.636Z] 9cbb75f63869: Preparing [2021-04-20T20:54:14.636Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:14.636Z] 41762e64c330: Layer already exists [2021-04-20T20:54:14.636Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:14.636Z] 9cbb75f63869: Layer already exists [2021-04-20T20:54:14.636Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:14.636Z] 8d62cf463004: Layer already exists [2021-04-20T20:54:14.910Z] 2.0.0-dev.184: digest: sha256:31c51b427b95c08401be49a4f1b993a8eb216ca78cf29763187194f9d1fdc962 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:15.255Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:15.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:15.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-20T20:54:15.598Z] 8d62cf463004: Preparing [2021-04-20T20:54:15.598Z] 41762e64c330: Preparing [2021-04-20T20:54:15.598Z] 5c563053ee52: Preparing [2021-04-20T20:54:15.598Z] 9cbb75f63869: Preparing [2021-04-20T20:54:15.598Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:15.598Z] 41762e64c330: Layer already exists [2021-04-20T20:54:15.598Z] 9cbb75f63869: Layer already exists [2021-04-20T20:54:15.598Z] 8d62cf463004: Layer already exists [2021-04-20T20:54:15.598Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:15.598Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:15.869Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:31c51b427b95c08401be49a4f1b993a8eb216ca78cf29763187194f9d1fdc962 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:16.213Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:16.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-20T20:54:16.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-20T20:54:16.552Z] 8d62cf463004: Preparing [2021-04-20T20:54:16.552Z] 41762e64c330: Preparing [2021-04-20T20:54:16.552Z] 5c563053ee52: Preparing [2021-04-20T20:54:16.552Z] 9cbb75f63869: Preparing [2021-04-20T20:54:16.552Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:16.823Z] 41762e64c330: Layer already exists [2021-04-20T20:54:16.823Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:16.823Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:16.823Z] 8d62cf463004: Layer already exists [2021-04-20T20:54:16.823Z] 9cbb75f63869: Layer already exists [2021-04-20T20:54:16.823Z] master: digest: sha256:31c51b427b95c08401be49a4f1b993a8eb216ca78cf29763187194f9d1fdc962 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:54:16.886Z] ===================================================== [Pipeline] echo [2021-04-20T20:54:16.901Z] taggedImages: [2021-04-20T20:54:16.901Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:16.901Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:16.901Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:16.901Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-20T20:54:16.950Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-20T20:54:16.950Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:16.950Z] 2.0.0-dev.184 [2021-04-20T20:54:16.950Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:16.950Z] master [2021-04-20T20:54:16.950Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:17.316Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:17.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:17.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-20T20:54:17.647Z] a1c2cf8371c2: Preparing [2021-04-20T20:54:17.647Z] fd2cd6037740: Preparing [2021-04-20T20:54:17.647Z] 5c563053ee52: Preparing [2021-04-20T20:54:17.647Z] 777cd0c39291: Preparing [2021-04-20T20:54:17.647Z] 03013008b0fe: Preparing [2021-04-20T20:54:17.647Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:17.647Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:17.925Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:17.925Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:17.925Z] 03013008b0fe: Pushed [2021-04-20T20:54:17.925Z] a1c2cf8371c2: Pushed [2021-04-20T20:54:18.514Z] 777cd0c39291: Pushed [2021-04-20T20:54:21.116Z] fd2cd6037740: Pushed [2021-04-20T20:54:21.388Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:3619ebe6ad732ef9f31d0d706156ecc61a5cfc0c2cf4e416f176569a472ec158 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:21.733Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:22.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:22.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-20T20:54:22.066Z] a1c2cf8371c2: Preparing [2021-04-20T20:54:22.066Z] fd2cd6037740: Preparing [2021-04-20T20:54:22.066Z] 5c563053ee52: Preparing [2021-04-20T20:54:22.066Z] 777cd0c39291: Preparing [2021-04-20T20:54:22.066Z] 03013008b0fe: Preparing [2021-04-20T20:54:22.066Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:22.066Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:22.066Z] 777cd0c39291: Layer already exists [2021-04-20T20:54:22.066Z] fd2cd6037740: Layer already exists [2021-04-20T20:54:22.066Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:22.066Z] 03013008b0fe: Layer already exists [2021-04-20T20:54:22.066Z] a1c2cf8371c2: Layer already exists [2021-04-20T20:54:22.336Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:22.336Z] 2.0.0-dev.184: digest: sha256:3619ebe6ad732ef9f31d0d706156ecc61a5cfc0c2cf4e416f176569a472ec158 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:22.674Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:23.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:23.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-20T20:54:23.010Z] a1c2cf8371c2: Preparing [2021-04-20T20:54:23.010Z] fd2cd6037740: Preparing [2021-04-20T20:54:23.010Z] 5c563053ee52: Preparing [2021-04-20T20:54:23.010Z] 777cd0c39291: Preparing [2021-04-20T20:54:23.010Z] 03013008b0fe: Preparing [2021-04-20T20:54:23.010Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:23.010Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:23.010Z] 777cd0c39291: Layer already exists [2021-04-20T20:54:23.010Z] 03013008b0fe: Layer already exists [2021-04-20T20:54:23.010Z] fd2cd6037740: Layer already exists [2021-04-20T20:54:23.010Z] a1c2cf8371c2: Layer already exists [2021-04-20T20:54:23.010Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:23.281Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:23.281Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:3619ebe6ad732ef9f31d0d706156ecc61a5cfc0c2cf4e416f176569a472ec158 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:23.626Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:23.964Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-20T20:54:23.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-20T20:54:23.964Z] a1c2cf8371c2: Preparing [2021-04-20T20:54:23.964Z] fd2cd6037740: Preparing [2021-04-20T20:54:23.964Z] 5c563053ee52: Preparing [2021-04-20T20:54:23.964Z] 777cd0c39291: Preparing [2021-04-20T20:54:23.964Z] 03013008b0fe: Preparing [2021-04-20T20:54:23.964Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:23.964Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:23.964Z] fd2cd6037740: Layer already exists [2021-04-20T20:54:23.964Z] a1c2cf8371c2: Layer already exists [2021-04-20T20:54:23.964Z] 03013008b0fe: Layer already exists [2021-04-20T20:54:23.964Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:23.964Z] 777cd0c39291: Layer already exists [2021-04-20T20:54:23.964Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:24.236Z] master: digest: sha256:3619ebe6ad732ef9f31d0d706156ecc61a5cfc0c2cf4e416f176569a472ec158 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:54:24.297Z] ===================================================== [Pipeline] echo [2021-04-20T20:54:24.312Z] taggedImages: [2021-04-20T20:54:24.312Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:24.312Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:24.312Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:24.312Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-20T20:54:24.343Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-20T20:54:24.344Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:24.344Z] 2.0.0-dev.184 [2021-04-20T20:54:24.344Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:24.344Z] master [2021-04-20T20:54:24.344Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:24.735Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:25.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:25.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-20T20:54:25.121Z] 4272337303ae: Preparing [2021-04-20T20:54:25.121Z] 8ee7a44cab21: Preparing [2021-04-20T20:54:25.121Z] 5c563053ee52: Preparing [2021-04-20T20:54:25.121Z] 9cbb75f63869: Preparing [2021-04-20T20:54:25.121Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:25.415Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:25.415Z] 9cbb75f63869: Layer already exists [2021-04-20T20:54:25.415Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:25.415Z] 4272337303ae: Pushed [2021-04-20T20:54:28.797Z] 8ee7a44cab21: Pushed [2021-04-20T20:54:28.797Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:6e21e94270e80dcbc425dfb8e40b501448635b92f86889f1622d9c3f8373b6c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:29.139Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:29.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:29.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-20T20:54:29.471Z] 4272337303ae: Preparing [2021-04-20T20:54:29.471Z] 8ee7a44cab21: Preparing [2021-04-20T20:54:29.471Z] 5c563053ee52: Preparing [2021-04-20T20:54:29.471Z] 9cbb75f63869: Preparing [2021-04-20T20:54:29.471Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:29.471Z] 9cbb75f63869: Layer already exists [2021-04-20T20:54:29.471Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:29.471Z] 8ee7a44cab21: Layer already exists [2021-04-20T20:54:29.471Z] 4272337303ae: Layer already exists [2021-04-20T20:54:29.471Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:29.745Z] 2.0.0-dev.184: digest: sha256:6e21e94270e80dcbc425dfb8e40b501448635b92f86889f1622d9c3f8373b6c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:30.110Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:30.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:30.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-20T20:54:30.449Z] 4272337303ae: Preparing [2021-04-20T20:54:30.449Z] 8ee7a44cab21: Preparing [2021-04-20T20:54:30.449Z] 5c563053ee52: Preparing [2021-04-20T20:54:30.449Z] 9cbb75f63869: Preparing [2021-04-20T20:54:30.449Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:30.449Z] 9cbb75f63869: Layer already exists [2021-04-20T20:54:30.449Z] 8ee7a44cab21: Layer already exists [2021-04-20T20:54:30.449Z] 4272337303ae: Layer already exists [2021-04-20T20:54:30.449Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:30.449Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:30.724Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:6e21e94270e80dcbc425dfb8e40b501448635b92f86889f1622d9c3f8373b6c8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:31.068Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:31.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-20T20:54:31.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-20T20:54:31.407Z] 4272337303ae: Preparing [2021-04-20T20:54:31.407Z] 8ee7a44cab21: Preparing [2021-04-20T20:54:31.407Z] 5c563053ee52: Preparing [2021-04-20T20:54:31.407Z] 9cbb75f63869: Preparing [2021-04-20T20:54:31.407Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:31.407Z] 9cbb75f63869: Layer already exists [2021-04-20T20:54:31.407Z] 4272337303ae: Layer already exists [2021-04-20T20:54:31.407Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:31.407Z] 8ee7a44cab21: Layer already exists [2021-04-20T20:54:31.407Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:31.678Z] master: digest: sha256:6e21e94270e80dcbc425dfb8e40b501448635b92f86889f1622d9c3f8373b6c8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:54:31.739Z] ===================================================== [Pipeline] echo [2021-04-20T20:54:31.753Z] taggedImages: [2021-04-20T20:54:31.753Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:31.753Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:31.753Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:31.753Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-20T20:54:31.785Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-20T20:54:31.785Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:31.785Z] 2.0.0-dev.184 [2021-04-20T20:54:31.785Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:31.785Z] master [2021-04-20T20:54:31.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:32.185Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:32.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:32.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-20T20:54:32.526Z] 9a6dc449b46b: Preparing [2021-04-20T20:54:32.526Z] 9a6dc449b46b: Preparing [2021-04-20T20:54:32.526Z] d07c9fa422da: Preparing [2021-04-20T20:54:32.526Z] 94981c79f9ba: Preparing [2021-04-20T20:54:32.526Z] a427cb40bb0d: Preparing [2021-04-20T20:54:32.526Z] fca9ab27e785: Preparing [2021-04-20T20:54:32.526Z] 5c563053ee52: Preparing [2021-04-20T20:54:32.526Z] b4e163db6103: Preparing [2021-04-20T20:54:32.526Z] b4e163db6103: Preparing [2021-04-20T20:54:32.526Z] 0a5212a6f32e: Preparing [2021-04-20T20:54:32.526Z] dab7ed3a7e8b: Preparing [2021-04-20T20:54:32.526Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:32.526Z] 0a5212a6f32e: Waiting [2021-04-20T20:54:32.526Z] 5c563053ee52: Waiting [2021-04-20T20:54:32.526Z] dab7ed3a7e8b: Waiting [2021-04-20T20:54:32.526Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:32.526Z] b4e163db6103: Waiting [2021-04-20T20:54:33.117Z] d07c9fa422da: Pushed [2021-04-20T20:54:33.117Z] 9a6dc449b46b: Pushed [2021-04-20T20:54:33.117Z] a427cb40bb0d: Pushed [2021-04-20T20:54:33.117Z] 94981c79f9ba: Pushed [2021-04-20T20:54:33.117Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:33.117Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:33.117Z] b4e163db6103: Pushed [2021-04-20T20:54:33.386Z] 0a5212a6f32e: Pushed [2021-04-20T20:54:33.386Z] dab7ed3a7e8b: Pushed [2021-04-20T20:54:36.000Z] fca9ab27e785: Pushed [2021-04-20T20:54:36.000Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:32d6a06a9ac7cac4cd6e2d9dc6e789ef57a883322c03c920d881f0e17e9a5e2d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:36.345Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:36.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:36.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-20T20:54:36.685Z] 9a6dc449b46b: Preparing [2021-04-20T20:54:36.685Z] 9a6dc449b46b: Preparing [2021-04-20T20:54:36.685Z] d07c9fa422da: Preparing [2021-04-20T20:54:36.685Z] 94981c79f9ba: Preparing [2021-04-20T20:54:36.685Z] a427cb40bb0d: Preparing [2021-04-20T20:54:36.685Z] fca9ab27e785: Preparing [2021-04-20T20:54:36.685Z] 5c563053ee52: Preparing [2021-04-20T20:54:36.685Z] b4e163db6103: Preparing [2021-04-20T20:54:36.685Z] b4e163db6103: Preparing [2021-04-20T20:54:36.685Z] 0a5212a6f32e: Preparing [2021-04-20T20:54:36.685Z] dab7ed3a7e8b: Preparing [2021-04-20T20:54:36.685Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:36.685Z] 5c563053ee52: Waiting [2021-04-20T20:54:36.685Z] b4e163db6103: Waiting [2021-04-20T20:54:36.685Z] 0a5212a6f32e: Waiting [2021-04-20T20:54:36.685Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:36.685Z] 9a6dc449b46b: Layer already exists [2021-04-20T20:54:36.685Z] 94981c79f9ba: Layer already exists [2021-04-20T20:54:36.685Z] a427cb40bb0d: Layer already exists [2021-04-20T20:54:36.685Z] d07c9fa422da: Layer already exists [2021-04-20T20:54:36.685Z] fca9ab27e785: Layer already exists [2021-04-20T20:54:36.955Z] b4e163db6103: Layer already exists [2021-04-20T20:54:36.955Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:36.955Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:36.955Z] dab7ed3a7e8b: Layer already exists [2021-04-20T20:54:36.955Z] 0a5212a6f32e: Layer already exists [2021-04-20T20:54:36.955Z] 2.0.0-dev.184: digest: sha256:32d6a06a9ac7cac4cd6e2d9dc6e789ef57a883322c03c920d881f0e17e9a5e2d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:37.301Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:37.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:37.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-20T20:54:37.634Z] 9a6dc449b46b: Preparing [2021-04-20T20:54:37.634Z] 9a6dc449b46b: Preparing [2021-04-20T20:54:37.634Z] d07c9fa422da: Preparing [2021-04-20T20:54:37.634Z] 94981c79f9ba: Preparing [2021-04-20T20:54:37.634Z] a427cb40bb0d: Preparing [2021-04-20T20:54:37.634Z] fca9ab27e785: Preparing [2021-04-20T20:54:37.635Z] 5c563053ee52: Preparing [2021-04-20T20:54:37.635Z] b4e163db6103: Preparing [2021-04-20T20:54:37.635Z] b4e163db6103: Preparing [2021-04-20T20:54:37.635Z] 0a5212a6f32e: Preparing [2021-04-20T20:54:37.635Z] dab7ed3a7e8b: Preparing [2021-04-20T20:54:37.635Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:37.635Z] 5c563053ee52: Waiting [2021-04-20T20:54:37.635Z] b4e163db6103: Waiting [2021-04-20T20:54:37.635Z] 0a5212a6f32e: Waiting [2021-04-20T20:54:37.635Z] dab7ed3a7e8b: Waiting [2021-04-20T20:54:37.635Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:37.635Z] a427cb40bb0d: Layer already exists [2021-04-20T20:54:37.635Z] 94981c79f9ba: Layer already exists [2021-04-20T20:54:37.635Z] d07c9fa422da: Layer already exists [2021-04-20T20:54:37.635Z] 9a6dc449b46b: Layer already exists [2021-04-20T20:54:37.635Z] fca9ab27e785: Layer already exists [2021-04-20T20:54:37.635Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:37.635Z] 0a5212a6f32e: Layer already exists [2021-04-20T20:54:37.635Z] b4e163db6103: Layer already exists [2021-04-20T20:54:37.909Z] dab7ed3a7e8b: Layer already exists [2021-04-20T20:54:37.909Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:37.909Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:32d6a06a9ac7cac4cd6e2d9dc6e789ef57a883322c03c920d881f0e17e9a5e2d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:38.253Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:38.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-20T20:54:38.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-20T20:54:38.590Z] 9a6dc449b46b: Preparing [2021-04-20T20:54:38.590Z] 9a6dc449b46b: Preparing [2021-04-20T20:54:38.590Z] d07c9fa422da: Preparing [2021-04-20T20:54:38.590Z] 94981c79f9ba: Preparing [2021-04-20T20:54:38.590Z] a427cb40bb0d: Preparing [2021-04-20T20:54:38.590Z] fca9ab27e785: Preparing [2021-04-20T20:54:38.590Z] 5c563053ee52: Preparing [2021-04-20T20:54:38.590Z] b4e163db6103: Preparing [2021-04-20T20:54:38.590Z] b4e163db6103: Preparing [2021-04-20T20:54:38.590Z] 0a5212a6f32e: Preparing [2021-04-20T20:54:38.590Z] dab7ed3a7e8b: Preparing [2021-04-20T20:54:38.590Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:38.590Z] 5c563053ee52: Waiting [2021-04-20T20:54:38.590Z] b4e163db6103: Waiting [2021-04-20T20:54:38.590Z] 0a5212a6f32e: Waiting [2021-04-20T20:54:38.590Z] dab7ed3a7e8b: Waiting [2021-04-20T20:54:38.590Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:38.590Z] 94981c79f9ba: Layer already exists [2021-04-20T20:54:38.590Z] d07c9fa422da: Layer already exists [2021-04-20T20:54:38.590Z] a427cb40bb0d: Layer already exists [2021-04-20T20:54:38.590Z] 9a6dc449b46b: Layer already exists [2021-04-20T20:54:38.590Z] fca9ab27e785: Layer already exists [2021-04-20T20:54:38.590Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:38.864Z] b4e163db6103: Layer already exists [2021-04-20T20:54:38.864Z] dab7ed3a7e8b: Layer already exists [2021-04-20T20:54:38.864Z] 0a5212a6f32e: Layer already exists [2021-04-20T20:54:38.864Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:38.864Z] master: digest: sha256:32d6a06a9ac7cac4cd6e2d9dc6e789ef57a883322c03c920d881f0e17e9a5e2d size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:54:38.928Z] ===================================================== [Pipeline] echo [2021-04-20T20:54:38.960Z] taggedImages: [2021-04-20T20:54:38.960Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:38.960Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:38.960Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:38.960Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-20T20:54:38.992Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-20T20:54:38.992Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:38.992Z] 2.0.0-dev.184 [2021-04-20T20:54:38.992Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:38.992Z] master [2021-04-20T20:54:38.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:39.369Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:39.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:39.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-20T20:54:39.706Z] ce976ccbab1f: Preparing [2021-04-20T20:54:39.706Z] eb8d9b7a1fc3: Preparing [2021-04-20T20:54:39.706Z] 1b0e8e1d7991: Preparing [2021-04-20T20:54:39.706Z] af674077f793: Preparing [2021-04-20T20:54:39.706Z] 29cca5461a66: Preparing [2021-04-20T20:54:39.706Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:39.706Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:39.978Z] 1b0e8e1d7991: Pushed [2021-04-20T20:54:39.978Z] af674077f793: Pushed [2021-04-20T20:54:39.978Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:40.616Z] 29cca5461a66: Pushed [2021-04-20T20:54:42.635Z] ce976ccbab1f: Pushed [2021-04-20T20:54:42.635Z] eb8d9b7a1fc3: Pushed [2021-04-20T20:54:42.635Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:89cf91cc6a556a45d2649f8becb83643140794d81fa14bdf6e31fb628530e8f8 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:43.254Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:43.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:43.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-20T20:54:43.592Z] ce976ccbab1f: Preparing [2021-04-20T20:54:43.592Z] eb8d9b7a1fc3: Preparing [2021-04-20T20:54:43.592Z] 1b0e8e1d7991: Preparing [2021-04-20T20:54:43.592Z] af674077f793: Preparing [2021-04-20T20:54:43.592Z] 29cca5461a66: Preparing [2021-04-20T20:54:43.592Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:43.592Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:43.592Z] eb8d9b7a1fc3: Layer already exists [2021-04-20T20:54:43.592Z] af674077f793: Layer already exists [2021-04-20T20:54:43.592Z] ce976ccbab1f: Layer already exists [2021-04-20T20:54:43.592Z] 29cca5461a66: Layer already exists [2021-04-20T20:54:43.592Z] 1b0e8e1d7991: Layer already exists [2021-04-20T20:54:43.592Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:43.860Z] 2.0.0-dev.184: digest: sha256:89cf91cc6a556a45d2649f8becb83643140794d81fa14bdf6e31fb628530e8f8 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:44.203Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:44.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:44.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-20T20:54:44.532Z] ce976ccbab1f: Preparing [2021-04-20T20:54:44.532Z] eb8d9b7a1fc3: Preparing [2021-04-20T20:54:44.532Z] 1b0e8e1d7991: Preparing [2021-04-20T20:54:44.532Z] af674077f793: Preparing [2021-04-20T20:54:44.532Z] 29cca5461a66: Preparing [2021-04-20T20:54:44.532Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:44.532Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:44.532Z] 1b0e8e1d7991: Layer already exists [2021-04-20T20:54:44.532Z] 29cca5461a66: Layer already exists [2021-04-20T20:54:44.532Z] af674077f793: Layer already exists [2021-04-20T20:54:44.532Z] ce976ccbab1f: Layer already exists [2021-04-20T20:54:44.532Z] eb8d9b7a1fc3: Layer already exists [2021-04-20T20:54:44.532Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:44.802Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:89cf91cc6a556a45d2649f8becb83643140794d81fa14bdf6e31fb628530e8f8 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:45.140Z] + 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-20T20:54:45.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-20T20:54:45.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-20T20:54:45.470Z] ce976ccbab1f: Preparing [2021-04-20T20:54:45.470Z] eb8d9b7a1fc3: Preparing [2021-04-20T20:54:45.470Z] 1b0e8e1d7991: Preparing [2021-04-20T20:54:45.470Z] af674077f793: Preparing [2021-04-20T20:54:45.470Z] 29cca5461a66: Preparing [2021-04-20T20:54:45.470Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:45.470Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:45.470Z] 1b0e8e1d7991: Layer already exists [2021-04-20T20:54:45.470Z] ce976ccbab1f: Layer already exists [2021-04-20T20:54:45.470Z] 29cca5461a66: Layer already exists [2021-04-20T20:54:45.470Z] eb8d9b7a1fc3: Layer already exists [2021-04-20T20:54:45.470Z] af674077f793: Layer already exists [2021-04-20T20:54:45.470Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:45.739Z] master: digest: sha256:89cf91cc6a556a45d2649f8becb83643140794d81fa14bdf6e31fb628530e8f8 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:54:45.800Z] ===================================================== [Pipeline] echo [2021-04-20T20:54:45.814Z] taggedImages: [2021-04-20T20:54:45.814Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:45.814Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:45.814Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:45.814Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-20T20:54:45.847Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-20T20:54:45.847Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:45.847Z] 2.0.0-dev.184 [2021-04-20T20:54:45.847Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:45.847Z] master [2021-04-20T20:54:45.847Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:46.235Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:46.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:46.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-20T20:54:46.563Z] db1288c5df87: Preparing [2021-04-20T20:54:46.563Z] 6059e6092771: Preparing [2021-04-20T20:54:46.563Z] 03333e60c0c9: Preparing [2021-04-20T20:54:46.563Z] 32fed9303594: Preparing [2021-04-20T20:54:46.563Z] 9b2f739175d8: Preparing [2021-04-20T20:54:46.563Z] 1ae976eb1b01: Preparing [2021-04-20T20:54:46.563Z] 2d7765b7caf2: Preparing [2021-04-20T20:54:46.563Z] 357879ed07ce: Preparing [2021-04-20T20:54:46.563Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:46.563Z] 2d7765b7caf2: Waiting [2021-04-20T20:54:46.563Z] 357879ed07ce: Waiting [2021-04-20T20:54:46.563Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:46.563Z] 1ae976eb1b01: Waiting [2021-04-20T20:54:46.835Z] db1288c5df87: Pushed [2021-04-20T20:54:47.109Z] 9b2f739175d8: Pushed [2021-04-20T20:54:47.109Z] 6059e6092771: Pushed [2021-04-20T20:54:47.109Z] 1ae976eb1b01: Pushed [2021-04-20T20:54:47.109Z] 2d7765b7caf2: Pushed [2021-04-20T20:54:47.383Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:47.655Z] 357879ed07ce: Pushed [2021-04-20T20:54:49.076Z] 32fed9303594: Pushed [2021-04-20T20:54:49.347Z] 03333e60c0c9: Pushed [2021-04-20T20:54:50.768Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:6a2a0a66b22d4218503e3b2015426804ea3c8377783f732eecc9c7e61c75d13d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:51.108Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:51.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:51.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-20T20:54:51.440Z] db1288c5df87: Preparing [2021-04-20T20:54:51.440Z] 6059e6092771: Preparing [2021-04-20T20:54:51.440Z] 03333e60c0c9: Preparing [2021-04-20T20:54:51.440Z] 32fed9303594: Preparing [2021-04-20T20:54:51.440Z] 9b2f739175d8: Preparing [2021-04-20T20:54:51.440Z] 1ae976eb1b01: Preparing [2021-04-20T20:54:51.440Z] 2d7765b7caf2: Preparing [2021-04-20T20:54:51.440Z] 357879ed07ce: Preparing [2021-04-20T20:54:51.440Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:51.440Z] 2d7765b7caf2: Waiting [2021-04-20T20:54:51.440Z] 357879ed07ce: Waiting [2021-04-20T20:54:51.440Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:51.440Z] 1ae976eb1b01: Waiting [2021-04-20T20:54:51.440Z] 6059e6092771: Layer already exists [2021-04-20T20:54:51.440Z] 32fed9303594: Layer already exists [2021-04-20T20:54:51.440Z] 9b2f739175d8: Layer already exists [2021-04-20T20:54:51.440Z] db1288c5df87: Layer already exists [2021-04-20T20:54:51.440Z] 03333e60c0c9: Layer already exists [2021-04-20T20:54:51.440Z] 2d7765b7caf2: Layer already exists [2021-04-20T20:54:51.440Z] 357879ed07ce: Layer already exists [2021-04-20T20:54:51.440Z] 1ae976eb1b01: Layer already exists [2021-04-20T20:54:51.440Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:51.712Z] 2.0.0-dev.184: digest: sha256:6a2a0a66b22d4218503e3b2015426804ea3c8377783f732eecc9c7e61c75d13d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:52.057Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:52.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:52.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-20T20:54:52.392Z] db1288c5df87: Preparing [2021-04-20T20:54:52.392Z] 6059e6092771: Preparing [2021-04-20T20:54:52.392Z] 03333e60c0c9: Preparing [2021-04-20T20:54:52.392Z] 32fed9303594: Preparing [2021-04-20T20:54:52.392Z] 9b2f739175d8: Preparing [2021-04-20T20:54:52.392Z] 1ae976eb1b01: Preparing [2021-04-20T20:54:52.392Z] 2d7765b7caf2: Preparing [2021-04-20T20:54:52.392Z] 357879ed07ce: Preparing [2021-04-20T20:54:52.392Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:52.392Z] 1ae976eb1b01: Waiting [2021-04-20T20:54:52.392Z] 2d7765b7caf2: Waiting [2021-04-20T20:54:52.392Z] 357879ed07ce: Waiting [2021-04-20T20:54:52.392Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:52.392Z] db1288c5df87: Layer already exists [2021-04-20T20:54:52.392Z] 03333e60c0c9: Layer already exists [2021-04-20T20:54:52.392Z] 32fed9303594: Layer already exists [2021-04-20T20:54:52.392Z] 9b2f739175d8: Layer already exists [2021-04-20T20:54:52.662Z] 6059e6092771: Layer already exists [2021-04-20T20:54:52.662Z] 1ae976eb1b01: Layer already exists [2021-04-20T20:54:52.662Z] 357879ed07ce: Layer already exists [2021-04-20T20:54:52.662Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:52.662Z] 2d7765b7caf2: Layer already exists [2021-04-20T20:54:52.662Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:6a2a0a66b22d4218503e3b2015426804ea3c8377783f732eecc9c7e61c75d13d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:52.996Z] + 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-20T20:54:53.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-20T20:54:53.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-20T20:54:53.326Z] db1288c5df87: Preparing [2021-04-20T20:54:53.326Z] 6059e6092771: Preparing [2021-04-20T20:54:53.326Z] 03333e60c0c9: Preparing [2021-04-20T20:54:53.326Z] 32fed9303594: Preparing [2021-04-20T20:54:53.326Z] 9b2f739175d8: Preparing [2021-04-20T20:54:53.326Z] 1ae976eb1b01: Preparing [2021-04-20T20:54:53.326Z] 2d7765b7caf2: Preparing [2021-04-20T20:54:53.326Z] 357879ed07ce: Preparing [2021-04-20T20:54:53.326Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:53.326Z] 1ae976eb1b01: Waiting [2021-04-20T20:54:53.326Z] 2d7765b7caf2: Waiting [2021-04-20T20:54:53.326Z] 357879ed07ce: Waiting [2021-04-20T20:54:53.326Z] 3fbe34a1663b: Waiting [2021-04-20T20:54:53.326Z] 32fed9303594: Layer already exists [2021-04-20T20:54:53.326Z] 9b2f739175d8: Layer already exists [2021-04-20T20:54:53.326Z] 03333e60c0c9: Layer already exists [2021-04-20T20:54:53.326Z] db1288c5df87: Layer already exists [2021-04-20T20:54:53.595Z] 6059e6092771: Layer already exists [2021-04-20T20:54:53.595Z] 2d7765b7caf2: Layer already exists [2021-04-20T20:54:53.595Z] 1ae976eb1b01: Layer already exists [2021-04-20T20:54:53.595Z] 357879ed07ce: Layer already exists [2021-04-20T20:54:53.595Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:53.595Z] master: digest: sha256:6a2a0a66b22d4218503e3b2015426804ea3c8377783f732eecc9c7e61c75d13d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:54:53.658Z] ===================================================== [Pipeline] echo [2021-04-20T20:54:53.672Z] taggedImages: [2021-04-20T20:54:53.672Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:53.672Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:53.672Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:53.672Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-20T20:54:53.705Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-20T20:54:53.705Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:53.705Z] 2.0.0-dev.184 [2021-04-20T20:54:53.705Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:53.705Z] master [2021-04-20T20:54:53.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:54.091Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:54.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:54:54.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-20T20:54:54.421Z] 4e351a035f4b: Preparing [2021-04-20T20:54:54.421Z] 9cd998a9b9ff: Preparing [2021-04-20T20:54:54.421Z] 5c563053ee52: Preparing [2021-04-20T20:54:54.421Z] 12a80622a293: Preparing [2021-04-20T20:54:54.421Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:54.691Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:54.691Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:54.691Z] 4e351a035f4b: Pushed [2021-04-20T20:54:54.961Z] 12a80622a293: Pushed [2021-04-20T20:54:57.555Z] 9cd998a9b9ff: Pushed [2021-04-20T20:54:57.555Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:416a9a8dd6d2555b47f2755f0f1817c2c6908a830bb496984804c134171d4f3c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:57.908Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:58.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.184 [2021-04-20T20:54:58.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-20T20:54:58.238Z] 4e351a035f4b: Preparing [2021-04-20T20:54:58.238Z] 9cd998a9b9ff: Preparing [2021-04-20T20:54:58.238Z] 5c563053ee52: Preparing [2021-04-20T20:54:58.238Z] 12a80622a293: Preparing [2021-04-20T20:54:58.238Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:58.238Z] 4e351a035f4b: Layer already exists [2021-04-20T20:54:58.238Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:58.238Z] 12a80622a293: Layer already exists [2021-04-20T20:54:58.507Z] 9cd998a9b9ff: Layer already exists [2021-04-20T20:54:58.507Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:58.507Z] 2.0.0-dev.184: digest: sha256:416a9a8dd6d2555b47f2755f0f1817c2c6908a830bb496984804c134171d4f3c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:58.845Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:59.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:54:59.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-20T20:54:59.176Z] 4e351a035f4b: Preparing [2021-04-20T20:54:59.176Z] 9cd998a9b9ff: Preparing [2021-04-20T20:54:59.176Z] 5c563053ee52: Preparing [2021-04-20T20:54:59.176Z] 12a80622a293: Preparing [2021-04-20T20:54:59.176Z] 3fbe34a1663b: Preparing [2021-04-20T20:54:59.445Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:54:59.445Z] 4e351a035f4b: Layer already exists [2021-04-20T20:54:59.445Z] 12a80622a293: Layer already exists [2021-04-20T20:54:59.445Z] 9cd998a9b9ff: Layer already exists [2021-04-20T20:54:59.445Z] 5c563053ee52: Layer already exists [2021-04-20T20:54:59.445Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:416a9a8dd6d2555b47f2755f0f1817c2c6908a830bb496984804c134171d4f3c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:54:59.780Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:00.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-20T20:55:00.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-20T20:55:00.110Z] 4e351a035f4b: Preparing [2021-04-20T20:55:00.110Z] 9cd998a9b9ff: Preparing [2021-04-20T20:55:00.110Z] 5c563053ee52: Preparing [2021-04-20T20:55:00.110Z] 12a80622a293: Preparing [2021-04-20T20:55:00.110Z] 3fbe34a1663b: Preparing [2021-04-20T20:55:00.110Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:55:00.110Z] 5c563053ee52: Layer already exists [2021-04-20T20:55:00.110Z] 12a80622a293: Layer already exists [2021-04-20T20:55:00.110Z] 9cd998a9b9ff: Layer already exists [2021-04-20T20:55:00.110Z] 4e351a035f4b: Layer already exists [2021-04-20T20:55:00.379Z] master: digest: sha256:416a9a8dd6d2555b47f2755f0f1817c2c6908a830bb496984804c134171d4f3c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:55:00.441Z] ===================================================== [Pipeline] echo [2021-04-20T20:55:00.456Z] taggedImages: [2021-04-20T20:55:00.456Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:55:00.456Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.184 [2021-04-20T20:55:00.456Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:55:00.456Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-20T20:55:00.494Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-20T20:55:00.494Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:55:00.494Z] 2.0.0-dev.184 [2021-04-20T20:55:00.494Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:55:00.494Z] master [2021-04-20T20:55:00.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:00.887Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:01.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:55:01.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-20T20:55:01.226Z] 9c9fc331bad8: Preparing [2021-04-20T20:55:01.226Z] ccee6a95246d: Preparing [2021-04-20T20:55:01.226Z] 5c563053ee52: Preparing [2021-04-20T20:55:01.226Z] 9cbb75f63869: Preparing [2021-04-20T20:55:01.226Z] 3fbe34a1663b: Preparing [2021-04-20T20:55:01.503Z] 9cbb75f63869: Layer already exists [2021-04-20T20:55:01.503Z] 5c563053ee52: Layer already exists [2021-04-20T20:55:01.503Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:55:01.503Z] 9c9fc331bad8: Pushed [2021-04-20T20:55:04.106Z] ccee6a95246d: Pushed [2021-04-20T20:55:04.106Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:1fe7298d0f019a90e5fccf565e0e7f2df8616216e745151a0af6d744e4e8e7a4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:04.442Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:04.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.184 [2021-04-20T20:55:04.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-20T20:55:04.774Z] 9c9fc331bad8: Preparing [2021-04-20T20:55:04.774Z] ccee6a95246d: Preparing [2021-04-20T20:55:04.774Z] 5c563053ee52: Preparing [2021-04-20T20:55:04.774Z] 9cbb75f63869: Preparing [2021-04-20T20:55:04.774Z] 3fbe34a1663b: Preparing [2021-04-20T20:55:04.774Z] 9cbb75f63869: Layer already exists [2021-04-20T20:55:04.774Z] 5c563053ee52: Layer already exists [2021-04-20T20:55:04.775Z] 9c9fc331bad8: Layer already exists [2021-04-20T20:55:04.775Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:55:04.775Z] ccee6a95246d: Layer already exists [2021-04-20T20:55:05.045Z] 2.0.0-dev.184: digest: sha256:1fe7298d0f019a90e5fccf565e0e7f2df8616216e745151a0af6d744e4e8e7a4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:05.403Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:05.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:55:05.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-20T20:55:05.732Z] 9c9fc331bad8: Preparing [2021-04-20T20:55:05.732Z] ccee6a95246d: Preparing [2021-04-20T20:55:05.732Z] 5c563053ee52: Preparing [2021-04-20T20:55:05.732Z] 9cbb75f63869: Preparing [2021-04-20T20:55:05.732Z] 3fbe34a1663b: Preparing [2021-04-20T20:55:05.732Z] 9cbb75f63869: Layer already exists [2021-04-20T20:55:06.004Z] 5c563053ee52: Layer already exists [2021-04-20T20:55:06.004Z] 9c9fc331bad8: Layer already exists [2021-04-20T20:55:06.004Z] ccee6a95246d: Layer already exists [2021-04-20T20:55:06.004Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:55:06.004Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:1fe7298d0f019a90e5fccf565e0e7f2df8616216e745151a0af6d744e4e8e7a4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:06.342Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:06.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-20T20:55:06.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-20T20:55:06.722Z] 9c9fc331bad8: Preparing [2021-04-20T20:55:06.722Z] ccee6a95246d: Preparing [2021-04-20T20:55:06.722Z] 5c563053ee52: Preparing [2021-04-20T20:55:06.722Z] 9cbb75f63869: Preparing [2021-04-20T20:55:06.722Z] 3fbe34a1663b: Preparing [2021-04-20T20:55:06.996Z] 9c9fc331bad8: Layer already exists [2021-04-20T20:55:06.996Z] ccee6a95246d: Layer already exists [2021-04-20T20:55:06.996Z] 9cbb75f63869: Layer already exists [2021-04-20T20:55:06.996Z] 5c563053ee52: Layer already exists [2021-04-20T20:55:06.996Z] 3fbe34a1663b: Layer already exists [2021-04-20T20:55:06.996Z] master: digest: sha256:1fe7298d0f019a90e5fccf565e0e7f2df8616216e745151a0af6d744e4e8e7a4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:55:07.055Z] ===================================================== [Pipeline] echo [2021-04-20T20:55:07.069Z] taggedImages: [2021-04-20T20:55:07.069Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:55:07.069Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.184 [2021-04-20T20:55:07.069Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:55:07.069Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-20T20:55:07.098Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-20T20:55:07.099Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:55:07.099Z] 2.0.0-dev.184 [2021-04-20T20:55:07.099Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:55:07.099Z] master [2021-04-20T20:55:07.099Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:07.473Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:07.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:55:07.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-20T20:55:07.843Z] 9361f7691c55: Preparing [2021-04-20T20:55:07.844Z] e7bb64a6f45e: Preparing [2021-04-20T20:55:07.844Z] 6a3e9bddfa57: Preparing [2021-04-20T20:55:07.844Z] d4f7d3c14c38: Preparing [2021-04-20T20:55:07.844Z] 9ded3b6bb9b5: Preparing [2021-04-20T20:55:07.844Z] fa1afe8e6ed9: Preparing [2021-04-20T20:55:07.844Z] 87a09b4c083e: Preparing [2021-04-20T20:55:07.844Z] 0f74e9ff2a61: Preparing [2021-04-20T20:55:07.844Z] b122376c33c6: Preparing [2021-04-20T20:55:07.844Z] f8381ed47b22: Preparing [2021-04-20T20:55:07.844Z] e934a737d657: Preparing [2021-04-20T20:55:07.844Z] 0f74e9ff2a61: Waiting [2021-04-20T20:55:07.844Z] b122376c33c6: Waiting [2021-04-20T20:55:07.844Z] f8381ed47b22: Waiting [2021-04-20T20:55:07.844Z] e934a737d657: Waiting [2021-04-20T20:55:07.844Z] fa1afe8e6ed9: Waiting [2021-04-20T20:55:07.844Z] 87a09b4c083e: Waiting [2021-04-20T20:55:08.145Z] 9ded3b6bb9b5: Layer already exists [2021-04-20T20:55:08.145Z] fa1afe8e6ed9: Layer already exists [2021-04-20T20:55:08.145Z] 87a09b4c083e: Layer already exists [2021-04-20T20:55:08.145Z] e7bb64a6f45e: Pushed [2021-04-20T20:55:08.145Z] 0f74e9ff2a61: Layer already exists [2021-04-20T20:55:08.418Z] b122376c33c6: Layer already exists [2021-04-20T20:55:08.418Z] f8381ed47b22: Layer already exists [2021-04-20T20:55:08.418Z] e934a737d657: Layer already exists [2021-04-20T20:55:09.012Z] 9361f7691c55: Pushed [2021-04-20T20:55:10.437Z] 6a3e9bddfa57: Pushed [2021-04-20T20:55:22.794Z] d4f7d3c14c38: Pushed [2021-04-20T20:55:22.794Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202: digest: sha256:f847571db2344ad920cea2d17d74c7c35d3dd3f494f6ada64059d3bed4621334 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:23.134Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:23.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.184 [2021-04-20T20:55:23.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-20T20:55:23.465Z] 9361f7691c55: Preparing [2021-04-20T20:55:23.465Z] e7bb64a6f45e: Preparing [2021-04-20T20:55:23.465Z] 6a3e9bddfa57: Preparing [2021-04-20T20:55:23.465Z] d4f7d3c14c38: Preparing [2021-04-20T20:55:23.465Z] 9ded3b6bb9b5: Preparing [2021-04-20T20:55:23.465Z] fa1afe8e6ed9: Preparing [2021-04-20T20:55:23.465Z] 87a09b4c083e: Preparing [2021-04-20T20:55:23.465Z] 0f74e9ff2a61: Preparing [2021-04-20T20:55:23.465Z] b122376c33c6: Preparing [2021-04-20T20:55:23.465Z] f8381ed47b22: Preparing [2021-04-20T20:55:23.465Z] e934a737d657: Preparing [2021-04-20T20:55:23.465Z] 0f74e9ff2a61: Waiting [2021-04-20T20:55:23.465Z] fa1afe8e6ed9: Waiting [2021-04-20T20:55:23.465Z] b122376c33c6: Waiting [2021-04-20T20:55:23.465Z] f8381ed47b22: Waiting [2021-04-20T20:55:23.465Z] e934a737d657: Waiting [2021-04-20T20:55:23.465Z] 87a09b4c083e: Waiting [2021-04-20T20:55:23.465Z] d4f7d3c14c38: Layer already exists [2021-04-20T20:55:23.465Z] 9ded3b6bb9b5: Layer already exists [2021-04-20T20:55:23.465Z] 9361f7691c55: Layer already exists [2021-04-20T20:55:23.465Z] e7bb64a6f45e: Layer already exists [2021-04-20T20:55:23.465Z] 6a3e9bddfa57: Layer already exists [2021-04-20T20:55:23.736Z] 87a09b4c083e: Layer already exists [2021-04-20T20:55:23.736Z] 0f74e9ff2a61: Layer already exists [2021-04-20T20:55:23.736Z] fa1afe8e6ed9: Layer already exists [2021-04-20T20:55:23.736Z] b122376c33c6: Layer already exists [2021-04-20T20:55:23.736Z] f8381ed47b22: Layer already exists [2021-04-20T20:55:23.736Z] e934a737d657: Layer already exists [2021-04-20T20:55:23.736Z] 2.0.0-dev.184: digest: sha256:f847571db2344ad920cea2d17d74c7c35d3dd3f494f6ada64059d3bed4621334 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:24.073Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:24.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:55:24.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-20T20:55:24.406Z] 9361f7691c55: Preparing [2021-04-20T20:55:24.406Z] e7bb64a6f45e: Preparing [2021-04-20T20:55:24.406Z] 6a3e9bddfa57: Preparing [2021-04-20T20:55:24.406Z] d4f7d3c14c38: Preparing [2021-04-20T20:55:24.406Z] 9ded3b6bb9b5: Preparing [2021-04-20T20:55:24.406Z] fa1afe8e6ed9: Preparing [2021-04-20T20:55:24.406Z] 87a09b4c083e: Preparing [2021-04-20T20:55:24.406Z] 0f74e9ff2a61: Preparing [2021-04-20T20:55:24.406Z] b122376c33c6: Preparing [2021-04-20T20:55:24.406Z] f8381ed47b22: Preparing [2021-04-20T20:55:24.406Z] e934a737d657: Preparing [2021-04-20T20:55:24.406Z] 0f74e9ff2a61: Waiting [2021-04-20T20:55:24.406Z] b122376c33c6: Waiting [2021-04-20T20:55:24.406Z] e934a737d657: Waiting [2021-04-20T20:55:24.406Z] f8381ed47b22: Waiting [2021-04-20T20:55:24.406Z] fa1afe8e6ed9: Waiting [2021-04-20T20:55:24.406Z] 87a09b4c083e: Waiting [2021-04-20T20:55:24.406Z] 9ded3b6bb9b5: Layer already exists [2021-04-20T20:55:24.406Z] d4f7d3c14c38: Layer already exists [2021-04-20T20:55:24.677Z] e7bb64a6f45e: Layer already exists [2021-04-20T20:55:24.677Z] 6a3e9bddfa57: Layer already exists [2021-04-20T20:55:24.677Z] 9361f7691c55: Layer already exists [2021-04-20T20:55:24.677Z] fa1afe8e6ed9: Layer already exists [2021-04-20T20:55:24.677Z] f8381ed47b22: Layer already exists [2021-04-20T20:55:24.677Z] 87a09b4c083e: Layer already exists [2021-04-20T20:55:24.677Z] 0f74e9ff2a61: Layer already exists [2021-04-20T20:55:24.677Z] b122376c33c6: Layer already exists [2021-04-20T20:55:24.677Z] e934a737d657: Layer already exists [2021-04-20T20:55:24.677Z] 7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184: digest: sha256:f847571db2344ad920cea2d17d74c7c35d3dd3f494f6ada64059d3bed4621334 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:55:25.017Z] + 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-20T20:55:25.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-20T20:55:25.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-20T20:55:25.351Z] 9361f7691c55: Preparing [2021-04-20T20:55:25.351Z] e7bb64a6f45e: Preparing [2021-04-20T20:55:25.351Z] 6a3e9bddfa57: Preparing [2021-04-20T20:55:25.351Z] d4f7d3c14c38: Preparing [2021-04-20T20:55:25.351Z] 9ded3b6bb9b5: Preparing [2021-04-20T20:55:25.351Z] fa1afe8e6ed9: Preparing [2021-04-20T20:55:25.351Z] 87a09b4c083e: Preparing [2021-04-20T20:55:25.351Z] 0f74e9ff2a61: Preparing [2021-04-20T20:55:25.351Z] b122376c33c6: Preparing [2021-04-20T20:55:25.351Z] f8381ed47b22: Preparing [2021-04-20T20:55:25.351Z] e934a737d657: Preparing [2021-04-20T20:55:25.351Z] 0f74e9ff2a61: Waiting [2021-04-20T20:55:25.351Z] b122376c33c6: Waiting [2021-04-20T20:55:25.351Z] f8381ed47b22: Waiting [2021-04-20T20:55:25.351Z] fa1afe8e6ed9: Waiting [2021-04-20T20:55:25.351Z] e934a737d657: Waiting [2021-04-20T20:55:25.351Z] 87a09b4c083e: Waiting [2021-04-20T20:55:25.351Z] e7bb64a6f45e: Layer already exists [2021-04-20T20:55:25.351Z] d4f7d3c14c38: Layer already exists [2021-04-20T20:55:25.351Z] 9ded3b6bb9b5: Layer already exists [2021-04-20T20:55:25.351Z] 9361f7691c55: Layer already exists [2021-04-20T20:55:25.351Z] 6a3e9bddfa57: Layer already exists [2021-04-20T20:55:25.622Z] fa1afe8e6ed9: Layer already exists [2021-04-20T20:55:25.622Z] 87a09b4c083e: Layer already exists [2021-04-20T20:55:25.622Z] f8381ed47b22: Layer already exists [2021-04-20T20:55:25.622Z] b122376c33c6: Layer already exists [2021-04-20T20:55:25.622Z] 0f74e9ff2a61: Layer already exists [2021-04-20T20:55:25.622Z] e934a737d657: Layer already exists [2021-04-20T20:55:25.622Z] master: digest: sha256:f847571db2344ad920cea2d17d74c7c35d3dd3f494f6ada64059d3bed4621334 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T20:55:25.703Z] ===================================================== [Pipeline] echo [2021-04-20T20:55:25.717Z] taggedImages: [2021-04-20T20:55:25.717Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202 [2021-04-20T20:55:25.717Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.184 [2021-04-20T20:55:25.717Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7b8ff941781f40a52b080ca1fb051afd3c85c202-2.0.0-dev.184 [2021-04-20T20:55:25.717Z] - 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-20T20:55:26.229Z] ---> job-cost.sh [2021-04-20T20:55:26.229Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oYhq [2021-04-20T20:56:05.164Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T20:57:41.878Z] lf-activate-venv(): INFO: Adding /tmp/venv-oYhq/bin to PATH [2021-04-20T20:57:41.878Z] INFO: No Stack... [2021-04-20T20:57:41.878Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T20:57:41.878Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T20:57:42.207Z] + cut -d, -f6 [2021-04-20T20:57:42.207Z] + cat /w/workspace/edgex-go/452/archives/cost.csv [Pipeline] lock [2021-04-20T20:57:42.317Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-452-stack-cost] [2021-04-20T20:57:42.328Z] Resource [jenkins-edgexfoundry-edgex-go-master-452-stack-cost] did not exist. Created. [2021-04-20T20:57:42.328Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-452-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T20:57:42.682Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T20:57:43.416Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T20:57:43.432Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-452-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-20T20:57:44.330Z] provisioning config files... [2021-04-20T20:57:44.342Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/452@tmp/config6587010417268707653tmp [Pipeline] { [Pipeline] sh [2021-04-20T20:57:44.662Z] + set +x [2021-04-20T20:57:44.662Z] + curl -s https://codecov.io/bash [2021-04-20T20:57:44.662Z] + bash -s -- [2021-04-20T20:57:45.254Z] [2021-04-20T20:57:45.254Z] _____ _ [2021-04-20T20:57:45.254Z] / ____| | | [2021-04-20T20:57:45.254Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T20:57:45.254Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T20:57:45.254Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T20:57:45.254Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T20:57:45.254Z] Bash-1.0.2 [2021-04-20T20:57:45.254Z] [2021-04-20T20:57:45.254Z] [2021-04-20T20:57:45.254Z] ==> git version 2.24.3 found [2021-04-20T20:57:45.254Z] ==> 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-20T20:57:45.254Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T20:57:45.254Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T20:57:45.254Z] ==> Jenkins CI detected. [2021-04-20T20:57:45.254Z] project root: . [2021-04-20T20:57:45.254Z] --> token set from env [2021-04-20T20:57:45.254Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T20:57:45.254Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T20:57:45.254Z] ==> Python coveragepy not found [2021-04-20T20:57:45.254Z] ==> Searching for coverage reports in: [2021-04-20T20:57:45.254Z] + . [2021-04-20T20:57:45.254Z] -> Found 1 reports [2021-04-20T20:57:45.254Z] ==> Detecting git/mercurial file structure [2021-04-20T20:57:45.254Z] ==> Reading reports [2021-04-20T20:57:45.254Z] + ./coverage.out bytes=703598 [2021-04-20T20:57:45.254Z] ==> Appending adjustments [2021-04-20T20:57:45.254Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T20:57:49.478Z] + Found adjustments [2021-04-20T20:57:49.478Z] ==> Gzipping contents [2021-04-20T20:57:49.478Z] 100K /tmp/codecov.BRtxnh.gz [2021-04-20T20:57:49.478Z] ==> Uploading reports [2021-04-20T20:57:49.478Z] url: https://codecov.io [2021-04-20T20:57:49.478Z] query: branch=master&commit=7b8ff941781f40a52b080ca1fb051afd3c85c202&build=452&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F452%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-20T20:57:49.478Z] -> Pinging Codecov [2021-04-20T20:57:49.478Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=7b8ff941781f40a52b080ca1fb051afd3c85c202&build=452&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F452%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-20T20:57:49.741Z] -> Uploading to [2021-04-20T20:57:49.741Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/7b8ff941781f40a52b080ca1fb051afd3c85c202/eb272e07-c245-4cbe-998c-d6149b26f29b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T205749Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=099edc82253ce03677055bd7f6ae23fe0fe8692d8cc45309c3fc0a562960e7fe [2021-04-20T20:57:49.741Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:57:49.741Z] Dload Upload Total Spent Left Speed [2021-04-20T20:57:50.316Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 187k --:--:-- --:--:-- --:--:-- 187k [2021-04-20T20:57:50.316Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7b8ff941781f40a52b080ca1fb051afd3c85c202 [Pipeline] } [2021-04-20T20:57:50.337Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-20T20:57:50.989Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-20T20:57:51.011Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:57:51.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T20:57:51.598Z] [2021-04-20T20:57:51.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:57:51.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T20:57:51.919Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-20T20:57:51.919Z] 188c0c94c7c5: Already exists [2021-04-20T20:57:51.919Z] 0ef7d3d256c8: Already exists [2021-04-20T20:57:51.919Z] de9db76c5a1d: Already exists [2021-04-20T20:57:51.919Z] 0eba1c9be4d2: Pulling fs layer [2021-04-20T20:57:51.919Z] 0d57e429df01: Pulling fs layer [2021-04-20T20:57:51.919Z] 4e4be7b47b0d: Pulling fs layer [2021-04-20T20:57:51.919Z] e1f770b5df2f: Pulling fs layer [2021-04-20T20:57:51.919Z] 85a0685a4137: Pulling fs layer [2021-04-20T20:57:51.919Z] e1f770b5df2f: Waiting [2021-04-20T20:57:51.919Z] 85a0685a4137: Waiting [2021-04-20T20:57:51.919Z] 4e4be7b47b0d: Verifying Checksum [2021-04-20T20:57:51.919Z] 4e4be7b47b0d: Download complete [2021-04-20T20:57:51.919Z] 0d57e429df01: Download complete [2021-04-20T20:57:52.867Z] e1f770b5df2f: Verifying Checksum [2021-04-20T20:57:52.867Z] e1f770b5df2f: Download complete [2021-04-20T20:57:55.435Z] 85a0685a4137: Verifying Checksum [2021-04-20T20:57:55.435Z] 85a0685a4137: Download complete [2021-04-20T20:57:55.435Z] 0eba1c9be4d2: Verifying Checksum [2021-04-20T20:57:55.435Z] 0eba1c9be4d2: Download complete [2021-04-20T20:58:02.070Z] 0eba1c9be4d2: Pull complete [2021-04-20T20:58:02.070Z] 0d57e429df01: Pull complete [2021-04-20T20:58:02.070Z] 4e4be7b47b0d: Pull complete [2021-04-20T20:58:07.389Z] e1f770b5df2f: Pull complete [2021-04-20T20:58:15.585Z] 85a0685a4137: Pull complete [2021-04-20T20:58:15.585Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-20T20:58:15.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T20:58:15.585Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-20T20:58:15.851Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:58:15.918Z] $ 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/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:58:17.243Z] $ docker top 68a014700285b47bac11267ea580b6a633e550a10a7678145be8488e83febdce -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T20:58:17.457Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-20T20:58:17.759Z] + set -o pipefail [2021-04-20T20:58:17.759Z] + snyk monitor '--org=edgex-jenkins' [2021-04-20T20:58:27.814Z] [2021-04-20T20:58:27.814Z] Monitoring /w/workspace/edgex-go/452 (github.com/edgexfoundry/edgex-go)... [2021-04-20T20:58:27.814Z] [2021-04-20T20:58:27.814Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a5b58e2f-0274-4e9f-a797-6dbac5f9b4d3 [2021-04-20T20:58:27.814Z] [2021-04-20T20:58:27.814Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-20T20:58:27.814Z] [2021-04-20T20:58:27.814Z] [2021-04-20T20:58:27.814Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-20T20:58:27.814Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-20T20:58:27.836Z] $ docker stop --time=1 68a014700285b47bac11267ea580b6a633e550a10a7678145be8488e83febdce [2021-04-20T20:58:30.875Z] $ docker rm -f 68a014700285b47bac11267ea580b6a633e550a10a7678145be8488e83febdce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-20T20:58:31.954Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T20:58:31.974Z] provisioning config files... [2021-04-20T20:58:31.993Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/452@tmp/config3772063677184728345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:58:32.318Z] --> edgex-publish-swagger.sh [2021-04-20T20:58:32.318Z] === Publish openapi/v1 API === [2021-04-20T20:58:32.318Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-20T20:58:32.318Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/452/openapi/v1/core-command.yaml] [2021-04-20T20:58:32.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:32.318Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:34.284Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8179 0:00:01 0:00:01 --:--:-- 8188 100 10522 0 0 100 10522 0 5358 0:00:01 0:00:01 --:--:-- 5360 100 10522 0 0 100 10522 0 5357 0:00:01 0:00:01 --:--:-- 5360 [2021-04-20T20:58:34.284Z] [2021-04-20T20:58:34.284Z] [2021-04-20T20:58:34.284Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/452/openapi/v1/core-data.yaml] [2021-04-20T20:58:34.284Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:34.284Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:35.676Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26797 0:00:01 0:00:01 --:--:-- 26817 100 32557 0 0 100 32557 0 24303 0:00:01 0:00:01 --:--:-- 24314 [2021-04-20T20:58:35.677Z] [2021-04-20T20:58:35.677Z] [2021-04-20T20:58:35.677Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/452/openapi/v1/core-metadata.yaml] [2021-04-20T20:58:35.677Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:35.677Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:36.627Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65796 0:00:01 0:00:01 --:--:-- 65763 100 73721 0 0 100 73721 0 65782 0:00:01 0:00:01 --:--:-- 65763 [2021-04-20T20:58:36.627Z] [2021-04-20T20:58:36.627Z] [2021-04-20T20:58:36.627Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/452/openapi/v1/support-logging.yaml] [2021-04-20T20:58:36.627Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:36.627Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:37.577Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 14237 --:--:-- --:--:-- --:--:-- 14235 100 13581 0 0 100 13581 0 14233 --:--:-- --:--:-- --:--:-- 14235 [2021-04-20T20:58:37.577Z] [2021-04-20T20:58:37.577Z] [2021-04-20T20:58:37.577Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/452/openapi/v1/support-notifications.yaml] [2021-04-20T20:58:37.577Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:37.577Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:38.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 39587 --:--:-- --:--:-- --:--:-- 39562 100 38890 0 0 100 38890 0 39576 --:--:-- --:--:-- --:--:-- 39562 [2021-04-20T20:58:38.969Z] [2021-04-20T20:58:38.969Z] [2021-04-20T20:58:38.969Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/452/openapi/v1/support-scheduler.yaml] [2021-04-20T20:58:38.969Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:38.969Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:39.917Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 14288 --:--:-- --:--:-- --:--:-- 14277 100 14249 0 0 100 14249 0 14284 --:--:-- --:--:-- --:--:-- 14277 [2021-04-20T20:58:39.917Z] [2021-04-20T20:58:39.917Z] [2021-04-20T20:58:39.917Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/452/openapi/v1/system-agent.yaml] [2021-04-20T20:58:39.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:39.917Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:40.865Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3809 0:00:01 0:00:01 --:--:-- 3812 100 4110 0 0 100 4110 0 3808 0:00:01 0:00:01 --:--:-- 3812 [2021-04-20T20:58:40.865Z] [2021-04-20T20:58:40.865Z] [2021-04-20T20:58:40.865Z] === Publish openapi/v2 API === [2021-04-20T20:58:40.865Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-20T20:58:40.865Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/452/openapi/v2/core-command.yaml] [2021-04-20T20:58:40.865Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:40.865Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:41.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 28020 0:00:01 0:00:01 --:--:-- 28051 100 29594 0 0 100 29594 0 28014 0:00:01 0:00:01 --:--:-- 28024 [2021-04-20T20:58:41.812Z] [2021-04-20T20:58:41.812Z] [2021-04-20T20:58:41.812Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/452/openapi/v2/core-data.yaml] [2021-04-20T20:58:41.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:41.812Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:43.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 54334 0:00:01 0:00:01 --:--:-- 54394 100 56190 0 0 100 56190 0 54325 0:00:01 0:00:01 --:--:-- 54342 [2021-04-20T20:58:43.204Z] [2021-04-20T20:58:43.204Z] [2021-04-20T20:58:43.204Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/452/openapi/v2/core-metadata.yaml] [2021-04-20T20:58:43.204Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:43.204Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:44.150Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 108k 0:00:01 0:00:01 --:--:-- 108k 100 118k 0 0 100 118k 0 108k 0:00:01 0:00:01 --:--:-- 108k [2021-04-20T20:58:44.150Z] [2021-04-20T20:58:44.150Z] [2021-04-20T20:58:44.150Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/452/openapi/v2/support-notifications.yaml] [2021-04-20T20:58:44.150Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:44.150Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:45.543Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 62336 0:00:01 0:00:01 --:--:-- 62347 100 75628 0 0 100 75628 0 53288 0:00:01 0:00:01 --:--:-- 53296 [2021-04-20T20:58:45.543Z] [2021-04-20T20:58:45.543Z] [2021-04-20T20:58:45.543Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/452/openapi/v2/support-scheduler.yaml] [2021-04-20T20:58:45.543Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:45.543Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:46.492Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 32791 0:00:01 0:00:01 --:--:-- 32824 [2021-04-20T20:58:46.492Z] [2021-04-20T20:58:46.492Z] [2021-04-20T20:58:46.492Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/452/openapi/v2/system-agent.yaml] [2021-04-20T20:58:46.758Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T20:58:46.758Z] Dload Upload Total Spent Left Speed [2021-04-20T20:58:47.721Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 26823 --:--:-- --:--:-- --:--:-- 26858 [2021-04-20T20:58:47.721Z] [2021-04-20T20:58:47.721Z] [Pipeline] } [2021-04-20T20:58:47.733Z] 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-20T20:58:48.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T20:58:48.272Z] . [Pipeline] withDockerContainer [2021-04-20T20:58:48.414Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:58:48.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:58:49.524Z] $ docker top f9f16eb46789eab5e1980b0000d57cf9bd03802baacf54774f5eace65610b617 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T20:58:49.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T20:58:49.739Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T20:58:50.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T20:58:50.030Z] $ docker exec f9f16eb46789eab5e1980b0000d57cf9bd03802baacf54774f5eace65610b617 ssh-agent [2021-04-20T20:58:50.225Z] SSH_AUTH_SOCK=/tmp/ssh-zDRCLECMzV7F/agent.12 [2021-04-20T20:58:50.225Z] SSH_AGENT_PID=17 [2021-04-20T20:58:50.234Z] Running ssh-add (command line suppressed) [2021-04-20T20:58:50.375Z] Identity added: /w/workspace/edgex-go/452@tmp/private_key_6063460603176757022.key (/w/workspace/edgex-go/452@tmp/private_key_6063460603176757022.key) [2021-04-20T20:58:50.439Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T20:58:50.747Z] + git semver tag [2021-04-20T20:58:51.322Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T20:58:51.322Z] # $GIT_DIR = /w/workspace/edgex-go/452/.git [2021-04-20T20:58:51.322Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/452 [2021-04-20T20:58:51.322Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T20:58:51.322Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T20:58:51.322Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T20:58:51.322Z] # $SEMVER_BRANCH = master [2021-04-20T20:58:51.322Z] # $SEMVER_DIR = /w/workspace/edgex-go/452/.semver [2021-04-20T20:58:51.322Z] # 7b8ff941781f40a52b080ca1fb051afd3c85c202 HEAD [2021-04-20T20:58:51.896Z] # -> Force: false [2021-04-20T20:58:51.896Z] # 6e3c10794db4f27bbe83f061b2ce909fbee4d59f refs/tags/v2.0.0-dev.184 [Pipeline] } [2021-04-20T20:58:51.910Z] $ docker exec --env ******** --env ******** f9f16eb46789eab5e1980b0000d57cf9bd03802baacf54774f5eace65610b617 ssh-agent -k [2021-04-20T20:58:52.061Z] unset SSH_AUTH_SOCK; [2021-04-20T20:58:52.061Z] unset SSH_AGENT_PID; [2021-04-20T20:58:52.061Z] echo Agent pid 17 killed; [2021-04-20T20:58:52.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T20:58:52.481Z] + git semver [Pipeline] } [2021-04-20T20:58:52.508Z] $ docker stop --time=1 f9f16eb46789eab5e1980b0000d57cf9bd03802baacf54774f5eace65610b617 [2021-04-20T20:58:53.929Z] $ docker rm -f f9f16eb46789eab5e1980b0000d57cf9bd03802baacf54774f5eace65610b617 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:58:54.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T20:58:54.422Z] [2021-04-20T20:58:54.422Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:58:54.743Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T20:58:54.743Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-20T20:58:54.743Z] ab5ef0e58194: Pulling fs layer [2021-04-20T20:58:54.743Z] 9712f1f96733: Pulling fs layer [2021-04-20T20:58:54.743Z] 63f879dbbcfc: Pulling fs layer [2021-04-20T20:58:54.743Z] 0d9ebad4ef96: Pulling fs layer [2021-04-20T20:58:54.743Z] e9a5061849ea: Pulling fs layer [2021-04-20T20:58:54.743Z] d747dcd14b5f: Pulling fs layer [2021-04-20T20:58:54.743Z] 2de7ff778b66: Pulling fs layer [2021-04-20T20:58:54.743Z] 0d9ebad4ef96: Waiting [2021-04-20T20:58:54.743Z] e9a5061849ea: Waiting [2021-04-20T20:58:54.743Z] d747dcd14b5f: Waiting [2021-04-20T20:58:54.743Z] 2de7ff778b66: Waiting [2021-04-20T20:58:54.743Z] 9712f1f96733: Verifying Checksum [2021-04-20T20:58:54.743Z] 9712f1f96733: Download complete [2021-04-20T20:58:56.147Z] 63f879dbbcfc: Download complete [2021-04-20T20:58:56.147Z] e9a5061849ea: Verifying Checksum [2021-04-20T20:58:56.147Z] e9a5061849ea: Download complete [2021-04-20T20:58:56.147Z] d747dcd14b5f: Verifying Checksum [2021-04-20T20:58:56.147Z] d747dcd14b5f: Download complete [2021-04-20T20:58:56.725Z] 2de7ff778b66: Verifying Checksum [2021-04-20T20:58:56.725Z] 2de7ff778b66: Download complete [2021-04-20T20:58:56.988Z] 0d9ebad4ef96: Download complete [2021-04-20T20:58:56.988Z] ab5ef0e58194: Verifying Checksum [2021-04-20T20:58:56.988Z] ab5ef0e58194: Download complete [2021-04-20T20:59:02.377Z] ab5ef0e58194: Pull complete [2021-04-20T20:59:02.377Z] 9712f1f96733: Pull complete [2021-04-20T20:59:04.303Z] 63f879dbbcfc: Pull complete [2021-04-20T20:59:12.536Z] 0d9ebad4ef96: Pull complete [2021-04-20T20:59:13.114Z] e9a5061849ea: Pull complete [2021-04-20T20:59:13.386Z] d747dcd14b5f: Pull complete [2021-04-20T20:59:16.717Z] 2de7ff778b66: Pull complete [2021-04-20T20:59:16.717Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-20T20:59:16.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T20:59:16.717Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-20T20:59:16.953Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:59:17.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:59:20.531Z] $ docker top 16db6bf8a5cfde62e335f365566b6c02dcff0b3aa92163af6da50a22c2b4e5d8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-20T20:59:20.689Z] provisioning config files... [2021-04-20T20:59:20.701Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/452@tmp/config2921199135841724441tmp [2021-04-20T20:59:20.721Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/452@tmp/config5310100566253801702tmp [2021-04-20T20:59:20.738Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/452@tmp/config4407712796457251487tmp [Pipeline] { [Pipeline] echo [2021-04-20T20:59:20.761Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:59:21.060Z] ---> sigul-configuration.sh [2021-04-20T20:59:21.060Z] gpg: directory `/root/.gnupg' created [2021-04-20T20:59:21.060Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-20T20:59:21.060Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-20T20:59:21.060Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-20T20:59:21.060Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-20T20:59:21.060Z] gpg: CAST5 encrypted data [2021-04-20T20:59:21.323Z] gpg: encrypted with 1 passphrase [2021-04-20T20:59:21.323Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-20T20:59:21.627Z] + mkdir /home/jenkins [2021-04-20T20:59:21.627Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-20T20:59:21.934Z] + 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-20T20:59:21.946Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:59:22.253Z] ---> sigul-install.sh [2021-04-20T20:59:28.855Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-20T20:59:29.157Z] + git tag --list [2021-04-20T20:59:29.421Z] 0.6.0 [2021-04-20T20:59:29.421Z] 0.6.1 [2021-04-20T20:59:29.421Z] 0.7.0 [2021-04-20T20:59:29.421Z] 0.7.1 [2021-04-20T20:59:29.421Z] v0.0.0 [2021-04-20T20:59:29.421Z] v0.0.1-dev.1 [2021-04-20T20:59:29.421Z] v1.0.0 [2021-04-20T20:59:29.421Z] v1.0.1 [2021-04-20T20:59:29.421Z] v1.1.0 [2021-04-20T20:59:29.421Z] v1.2.0 [2021-04-20T20:59:29.421Z] v1.2.1 [2021-04-20T20:59:29.421Z] v1.2.2-dev.1 [2021-04-20T20:59:29.421Z] v1.2.2-dev.10 [2021-04-20T20:59:29.421Z] v1.2.2-dev.100 [2021-04-20T20:59:29.421Z] v1.2.2-dev.101 [2021-04-20T20:59:29.421Z] v1.2.2-dev.102 [2021-04-20T20:59:29.421Z] v1.2.2-dev.103 [2021-04-20T20:59:29.421Z] v1.2.2-dev.104 [2021-04-20T20:59:29.421Z] v1.2.2-dev.105 [2021-04-20T20:59:29.421Z] v1.2.2-dev.106 [2021-04-20T20:59:29.421Z] v1.2.2-dev.107 [2021-04-20T20:59:29.421Z] v1.2.2-dev.11 [2021-04-20T20:59:29.421Z] v1.2.2-dev.12 [2021-04-20T20:59:29.421Z] v1.2.2-dev.13 [2021-04-20T20:59:29.421Z] v1.2.2-dev.14 [2021-04-20T20:59:29.421Z] v1.2.2-dev.15 [2021-04-20T20:59:29.421Z] v1.2.2-dev.16 [2021-04-20T20:59:29.421Z] v1.2.2-dev.17 [2021-04-20T20:59:29.421Z] v1.2.2-dev.18 [2021-04-20T20:59:29.421Z] v1.2.2-dev.19 [2021-04-20T20:59:29.421Z] v1.2.2-dev.2 [2021-04-20T20:59:29.421Z] v1.2.2-dev.20 [2021-04-20T20:59:29.421Z] v1.2.2-dev.21 [2021-04-20T20:59:29.421Z] v1.2.2-dev.22 [2021-04-20T20:59:29.421Z] v1.2.2-dev.23 [2021-04-20T20:59:29.421Z] v1.2.2-dev.24 [2021-04-20T20:59:29.421Z] v1.2.2-dev.25 [2021-04-20T20:59:29.421Z] v1.2.2-dev.26 [2021-04-20T20:59:29.421Z] v1.2.2-dev.27 [2021-04-20T20:59:29.421Z] v1.2.2-dev.28 [2021-04-20T20:59:29.421Z] v1.2.2-dev.29 [2021-04-20T20:59:29.421Z] v1.2.2-dev.3 [2021-04-20T20:59:29.421Z] v1.2.2-dev.30 [2021-04-20T20:59:29.421Z] v1.2.2-dev.31 [2021-04-20T20:59:29.421Z] v1.2.2-dev.32 [2021-04-20T20:59:29.421Z] v1.2.2-dev.33 [2021-04-20T20:59:29.421Z] v1.2.2-dev.34 [2021-04-20T20:59:29.421Z] v1.2.2-dev.35 [2021-04-20T20:59:29.421Z] v1.2.2-dev.36 [2021-04-20T20:59:29.421Z] v1.2.2-dev.37 [2021-04-20T20:59:29.421Z] v1.2.2-dev.38 [2021-04-20T20:59:29.421Z] v1.2.2-dev.39 [2021-04-20T20:59:29.421Z] v1.2.2-dev.4 [2021-04-20T20:59:29.421Z] v1.2.2-dev.40 [2021-04-20T20:59:29.421Z] v1.2.2-dev.41 [2021-04-20T20:59:29.421Z] v1.2.2-dev.42 [2021-04-20T20:59:29.421Z] v1.2.2-dev.43 [2021-04-20T20:59:29.421Z] v1.2.2-dev.44 [2021-04-20T20:59:29.421Z] v1.2.2-dev.45 [2021-04-20T20:59:29.421Z] v1.2.2-dev.46 [2021-04-20T20:59:29.421Z] v1.2.2-dev.47 [2021-04-20T20:59:29.421Z] v1.2.2-dev.48 [2021-04-20T20:59:29.421Z] v1.2.2-dev.49 [2021-04-20T20:59:29.421Z] v1.2.2-dev.5 [2021-04-20T20:59:29.421Z] v1.2.2-dev.50 [2021-04-20T20:59:29.421Z] v1.2.2-dev.51 [2021-04-20T20:59:29.421Z] v1.2.2-dev.52 [2021-04-20T20:59:29.421Z] v1.2.2-dev.53 [2021-04-20T20:59:29.421Z] v1.2.2-dev.54 [2021-04-20T20:59:29.421Z] v1.2.2-dev.55 [2021-04-20T20:59:29.421Z] v1.2.2-dev.56 [2021-04-20T20:59:29.421Z] v1.2.2-dev.57 [2021-04-20T20:59:29.421Z] v1.2.2-dev.58 [2021-04-20T20:59:29.421Z] v1.2.2-dev.59 [2021-04-20T20:59:29.421Z] v1.2.2-dev.6 [2021-04-20T20:59:29.421Z] v1.2.2-dev.60 [2021-04-20T20:59:29.421Z] v1.2.2-dev.61 [2021-04-20T20:59:29.421Z] v1.2.2-dev.62 [2021-04-20T20:59:29.421Z] v1.2.2-dev.63 [2021-04-20T20:59:29.421Z] v1.2.2-dev.64 [2021-04-20T20:59:29.421Z] v1.2.2-dev.65 [2021-04-20T20:59:29.421Z] v1.2.2-dev.66 [2021-04-20T20:59:29.421Z] v1.2.2-dev.67 [2021-04-20T20:59:29.421Z] v1.2.2-dev.68 [2021-04-20T20:59:29.421Z] v1.2.2-dev.69 [2021-04-20T20:59:29.421Z] v1.2.2-dev.7 [2021-04-20T20:59:29.421Z] v1.2.2-dev.70 [2021-04-20T20:59:29.421Z] v1.2.2-dev.71 [2021-04-20T20:59:29.421Z] v1.2.2-dev.72 [2021-04-20T20:59:29.421Z] v1.2.2-dev.73 [2021-04-20T20:59:29.421Z] v1.2.2-dev.74 [2021-04-20T20:59:29.421Z] v1.2.2-dev.75 [2021-04-20T20:59:29.421Z] v1.2.2-dev.76 [2021-04-20T20:59:29.421Z] v1.2.2-dev.77 [2021-04-20T20:59:29.421Z] v1.2.2-dev.78 [2021-04-20T20:59:29.421Z] v1.2.2-dev.79 [2021-04-20T20:59:29.421Z] v1.2.2-dev.8 [2021-04-20T20:59:29.421Z] v1.2.2-dev.80 [2021-04-20T20:59:29.421Z] v1.2.2-dev.81 [2021-04-20T20:59:29.421Z] v1.2.2-dev.82 [2021-04-20T20:59:29.421Z] v1.2.2-dev.83 [2021-04-20T20:59:29.421Z] v1.2.2-dev.84 [2021-04-20T20:59:29.421Z] v1.2.2-dev.85 [2021-04-20T20:59:29.421Z] v1.2.2-dev.86 [2021-04-20T20:59:29.421Z] v1.2.2-dev.87 [2021-04-20T20:59:29.421Z] v1.2.2-dev.88 [2021-04-20T20:59:29.421Z] v1.2.2-dev.89 [2021-04-20T20:59:29.421Z] v1.2.2-dev.9 [2021-04-20T20:59:29.421Z] v1.2.2-dev.90 [2021-04-20T20:59:29.421Z] v1.2.2-dev.91 [2021-04-20T20:59:29.421Z] v1.2.2-dev.92 [2021-04-20T20:59:29.421Z] v1.2.2-dev.93 [2021-04-20T20:59:29.421Z] v1.2.2-dev.94 [2021-04-20T20:59:29.421Z] v1.2.2-dev.95 [2021-04-20T20:59:29.421Z] v1.2.2-dev.96 [2021-04-20T20:59:29.421Z] v1.2.2-dev.97 [2021-04-20T20:59:29.421Z] v1.2.2-dev.98 [2021-04-20T20:59:29.421Z] v1.2.2-dev.99 [2021-04-20T20:59:29.421Z] v1.3.0 [2021-04-20T20:59:29.421Z] v1.3.1 [2021-04-20T20:59:29.421Z] v1.3.1-dev.1 [2021-04-20T20:59:29.421Z] v1.3.1-dev.10 [2021-04-20T20:59:29.421Z] v1.3.1-dev.11 [2021-04-20T20:59:29.421Z] v1.3.1-dev.12 [2021-04-20T20:59:29.421Z] v1.3.1-dev.13 [2021-04-20T20:59:29.421Z] v1.3.1-dev.14 [2021-04-20T20:59:29.421Z] v1.3.1-dev.15 [2021-04-20T20:59:29.421Z] v1.3.1-dev.16 [2021-04-20T20:59:29.421Z] v1.3.1-dev.17 [2021-04-20T20:59:29.421Z] v1.3.1-dev.18 [2021-04-20T20:59:29.421Z] v1.3.1-dev.2 [2021-04-20T20:59:29.421Z] v1.3.1-dev.3 [2021-04-20T20:59:29.421Z] v1.3.1-dev.4 [2021-04-20T20:59:29.421Z] v1.3.1-dev.5 [2021-04-20T20:59:29.421Z] v1.3.1-dev.6 [2021-04-20T20:59:29.421Z] v1.3.1-dev.7 [2021-04-20T20:59:29.421Z] v1.3.1-dev.8 [2021-04-20T20:59:29.421Z] v1.3.1-dev.9 [2021-04-20T20:59:29.421Z] v2.0.0-dev.1 [2021-04-20T20:59:29.421Z] v2.0.0-dev.10 [2021-04-20T20:59:29.421Z] v2.0.0-dev.100 [2021-04-20T20:59:29.421Z] v2.0.0-dev.101 [2021-04-20T20:59:29.421Z] v2.0.0-dev.102 [2021-04-20T20:59:29.421Z] v2.0.0-dev.103 [2021-04-20T20:59:29.421Z] v2.0.0-dev.104 [2021-04-20T20:59:29.421Z] v2.0.0-dev.105 [2021-04-20T20:59:29.421Z] v2.0.0-dev.106 [2021-04-20T20:59:29.421Z] v2.0.0-dev.107 [2021-04-20T20:59:29.421Z] v2.0.0-dev.108 [2021-04-20T20:59:29.421Z] v2.0.0-dev.109 [2021-04-20T20:59:29.421Z] v2.0.0-dev.11 [2021-04-20T20:59:29.421Z] v2.0.0-dev.110 [2021-04-20T20:59:29.421Z] v2.0.0-dev.111 [2021-04-20T20:59:29.421Z] v2.0.0-dev.112 [2021-04-20T20:59:29.421Z] v2.0.0-dev.113 [2021-04-20T20:59:29.421Z] v2.0.0-dev.114 [2021-04-20T20:59:29.421Z] v2.0.0-dev.115 [2021-04-20T20:59:29.421Z] v2.0.0-dev.116 [2021-04-20T20:59:29.421Z] v2.0.0-dev.117 [2021-04-20T20:59:29.421Z] v2.0.0-dev.118 [2021-04-20T20:59:29.421Z] v2.0.0-dev.119 [2021-04-20T20:59:29.421Z] v2.0.0-dev.12 [2021-04-20T20:59:29.421Z] v2.0.0-dev.120 [2021-04-20T20:59:29.421Z] v2.0.0-dev.121 [2021-04-20T20:59:29.421Z] v2.0.0-dev.122 [2021-04-20T20:59:29.421Z] v2.0.0-dev.123 [2021-04-20T20:59:29.421Z] v2.0.0-dev.124 [2021-04-20T20:59:29.421Z] v2.0.0-dev.125 [2021-04-20T20:59:29.421Z] v2.0.0-dev.126 [2021-04-20T20:59:29.421Z] v2.0.0-dev.127 [2021-04-20T20:59:29.421Z] v2.0.0-dev.128 [2021-04-20T20:59:29.421Z] v2.0.0-dev.129 [2021-04-20T20:59:29.421Z] v2.0.0-dev.13 [2021-04-20T20:59:29.421Z] v2.0.0-dev.130 [2021-04-20T20:59:29.421Z] v2.0.0-dev.131 [2021-04-20T20:59:29.421Z] v2.0.0-dev.132 [2021-04-20T20:59:29.421Z] v2.0.0-dev.133 [2021-04-20T20:59:29.421Z] v2.0.0-dev.134 [2021-04-20T20:59:29.421Z] v2.0.0-dev.135 [2021-04-20T20:59:29.421Z] v2.0.0-dev.136 [2021-04-20T20:59:29.421Z] v2.0.0-dev.137 [2021-04-20T20:59:29.421Z] v2.0.0-dev.138 [2021-04-20T20:59:29.421Z] v2.0.0-dev.139 [2021-04-20T20:59:29.421Z] v2.0.0-dev.14 [2021-04-20T20:59:29.421Z] v2.0.0-dev.140 [2021-04-20T20:59:29.421Z] v2.0.0-dev.141 [2021-04-20T20:59:29.421Z] v2.0.0-dev.142 [2021-04-20T20:59:29.421Z] v2.0.0-dev.143 [2021-04-20T20:59:29.421Z] v2.0.0-dev.144 [2021-04-20T20:59:29.421Z] v2.0.0-dev.145 [2021-04-20T20:59:29.421Z] v2.0.0-dev.146 [2021-04-20T20:59:29.421Z] v2.0.0-dev.147 [2021-04-20T20:59:29.421Z] v2.0.0-dev.148 [2021-04-20T20:59:29.421Z] v2.0.0-dev.149 [2021-04-20T20:59:29.421Z] v2.0.0-dev.15 [2021-04-20T20:59:29.421Z] v2.0.0-dev.150 [2021-04-20T20:59:29.421Z] v2.0.0-dev.151 [2021-04-20T20:59:29.421Z] v2.0.0-dev.152 [2021-04-20T20:59:29.421Z] v2.0.0-dev.153 [2021-04-20T20:59:29.421Z] v2.0.0-dev.154 [2021-04-20T20:59:29.421Z] v2.0.0-dev.155 [2021-04-20T20:59:29.421Z] v2.0.0-dev.156 [2021-04-20T20:59:29.421Z] v2.0.0-dev.157 [2021-04-20T20:59:29.421Z] v2.0.0-dev.158 [2021-04-20T20:59:29.421Z] v2.0.0-dev.159 [2021-04-20T20:59:29.421Z] v2.0.0-dev.16 [2021-04-20T20:59:29.421Z] v2.0.0-dev.160 [2021-04-20T20:59:29.421Z] v2.0.0-dev.161 [2021-04-20T20:59:29.421Z] v2.0.0-dev.162 [2021-04-20T20:59:29.421Z] v2.0.0-dev.163 [2021-04-20T20:59:29.421Z] v2.0.0-dev.164 [2021-04-20T20:59:29.421Z] v2.0.0-dev.165 [2021-04-20T20:59:29.421Z] v2.0.0-dev.166 [2021-04-20T20:59:29.421Z] v2.0.0-dev.167 [2021-04-20T20:59:29.421Z] v2.0.0-dev.168 [2021-04-20T20:59:29.421Z] v2.0.0-dev.169 [2021-04-20T20:59:29.421Z] v2.0.0-dev.17 [2021-04-20T20:59:29.421Z] v2.0.0-dev.170 [2021-04-20T20:59:29.421Z] v2.0.0-dev.171 [2021-04-20T20:59:29.421Z] v2.0.0-dev.172 [2021-04-20T20:59:29.421Z] v2.0.0-dev.173 [2021-04-20T20:59:29.421Z] v2.0.0-dev.174 [2021-04-20T20:59:29.421Z] v2.0.0-dev.175 [2021-04-20T20:59:29.421Z] v2.0.0-dev.176 [2021-04-20T20:59:29.421Z] v2.0.0-dev.177 [2021-04-20T20:59:29.421Z] v2.0.0-dev.178 [2021-04-20T20:59:29.421Z] v2.0.0-dev.179 [2021-04-20T20:59:29.421Z] v2.0.0-dev.18 [2021-04-20T20:59:29.421Z] v2.0.0-dev.180 [2021-04-20T20:59:29.421Z] v2.0.0-dev.181 [2021-04-20T20:59:29.421Z] v2.0.0-dev.182 [2021-04-20T20:59:29.421Z] v2.0.0-dev.183 [2021-04-20T20:59:29.421Z] v2.0.0-dev.184 [2021-04-20T20:59:29.421Z] v2.0.0-dev.19 [2021-04-20T20:59:29.421Z] v2.0.0-dev.2 [2021-04-20T20:59:29.421Z] v2.0.0-dev.20 [2021-04-20T20:59:29.421Z] v2.0.0-dev.21 [2021-04-20T20:59:29.421Z] v2.0.0-dev.22 [2021-04-20T20:59:29.421Z] v2.0.0-dev.23 [2021-04-20T20:59:29.421Z] v2.0.0-dev.24 [2021-04-20T20:59:29.421Z] v2.0.0-dev.25 [2021-04-20T20:59:29.421Z] v2.0.0-dev.26 [2021-04-20T20:59:29.421Z] v2.0.0-dev.27 [2021-04-20T20:59:29.421Z] v2.0.0-dev.28 [2021-04-20T20:59:29.421Z] v2.0.0-dev.29 [2021-04-20T20:59:29.421Z] v2.0.0-dev.3 [2021-04-20T20:59:29.421Z] v2.0.0-dev.30 [2021-04-20T20:59:29.421Z] v2.0.0-dev.31 [2021-04-20T20:59:29.421Z] v2.0.0-dev.32 [2021-04-20T20:59:29.421Z] v2.0.0-dev.33 [2021-04-20T20:59:29.421Z] v2.0.0-dev.34 [2021-04-20T20:59:29.421Z] v2.0.0-dev.35 [2021-04-20T20:59:29.421Z] v2.0.0-dev.36 [2021-04-20T20:59:29.421Z] v2.0.0-dev.37 [2021-04-20T20:59:29.421Z] v2.0.0-dev.38 [2021-04-20T20:59:29.421Z] v2.0.0-dev.39 [2021-04-20T20:59:29.421Z] v2.0.0-dev.4 [2021-04-20T20:59:29.421Z] v2.0.0-dev.40 [2021-04-20T20:59:29.421Z] v2.0.0-dev.41 [2021-04-20T20:59:29.421Z] v2.0.0-dev.42 [2021-04-20T20:59:29.421Z] v2.0.0-dev.43 [2021-04-20T20:59:29.421Z] v2.0.0-dev.44 [2021-04-20T20:59:29.421Z] v2.0.0-dev.45 [2021-04-20T20:59:29.421Z] v2.0.0-dev.46 [2021-04-20T20:59:29.421Z] v2.0.0-dev.47 [2021-04-20T20:59:29.421Z] v2.0.0-dev.48 [2021-04-20T20:59:29.421Z] v2.0.0-dev.49 [2021-04-20T20:59:29.421Z] v2.0.0-dev.5 [2021-04-20T20:59:29.421Z] v2.0.0-dev.50 [2021-04-20T20:59:29.421Z] v2.0.0-dev.51 [2021-04-20T20:59:29.421Z] v2.0.0-dev.52 [2021-04-20T20:59:29.421Z] v2.0.0-dev.53 [2021-04-20T20:59:29.421Z] v2.0.0-dev.54 [2021-04-20T20:59:29.421Z] v2.0.0-dev.55 [2021-04-20T20:59:29.421Z] v2.0.0-dev.56 [2021-04-20T20:59:29.421Z] v2.0.0-dev.57 [2021-04-20T20:59:29.421Z] v2.0.0-dev.58 [2021-04-20T20:59:29.421Z] v2.0.0-dev.59 [2021-04-20T20:59:29.421Z] v2.0.0-dev.6 [2021-04-20T20:59:29.421Z] v2.0.0-dev.60 [2021-04-20T20:59:29.421Z] v2.0.0-dev.61 [2021-04-20T20:59:29.421Z] v2.0.0-dev.62 [2021-04-20T20:59:29.421Z] v2.0.0-dev.63 [2021-04-20T20:59:29.421Z] v2.0.0-dev.64 [2021-04-20T20:59:29.421Z] v2.0.0-dev.65 [2021-04-20T20:59:29.421Z] v2.0.0-dev.66 [2021-04-20T20:59:29.421Z] v2.0.0-dev.67 [2021-04-20T20:59:29.422Z] v2.0.0-dev.68 [2021-04-20T20:59:29.422Z] v2.0.0-dev.69 [2021-04-20T20:59:29.422Z] v2.0.0-dev.7 [2021-04-20T20:59:29.422Z] v2.0.0-dev.70 [2021-04-20T20:59:29.422Z] v2.0.0-dev.71 [2021-04-20T20:59:29.422Z] v2.0.0-dev.72 [2021-04-20T20:59:29.422Z] v2.0.0-dev.73 [2021-04-20T20:59:29.422Z] v2.0.0-dev.74 [2021-04-20T20:59:29.422Z] v2.0.0-dev.75 [2021-04-20T20:59:29.422Z] v2.0.0-dev.76 [2021-04-20T20:59:29.422Z] v2.0.0-dev.77 [2021-04-20T20:59:29.422Z] v2.0.0-dev.78 [2021-04-20T20:59:29.422Z] v2.0.0-dev.79 [2021-04-20T20:59:29.422Z] v2.0.0-dev.8 [2021-04-20T20:59:29.422Z] v2.0.0-dev.80 [2021-04-20T20:59:29.422Z] v2.0.0-dev.81 [2021-04-20T20:59:29.422Z] v2.0.0-dev.82 [2021-04-20T20:59:29.422Z] v2.0.0-dev.83 [2021-04-20T20:59:29.422Z] v2.0.0-dev.84 [2021-04-20T20:59:29.422Z] v2.0.0-dev.85 [2021-04-20T20:59:29.422Z] v2.0.0-dev.86 [2021-04-20T20:59:29.422Z] v2.0.0-dev.87 [2021-04-20T20:59:29.422Z] v2.0.0-dev.88 [2021-04-20T20:59:29.422Z] v2.0.0-dev.89 [2021-04-20T20:59:29.422Z] v2.0.0-dev.9 [2021-04-20T20:59:29.422Z] v2.0.0-dev.90 [2021-04-20T20:59:29.422Z] v2.0.0-dev.91 [2021-04-20T20:59:29.422Z] v2.0.0-dev.92 [2021-04-20T20:59:29.422Z] v2.0.0-dev.93 [2021-04-20T20:59:29.422Z] v2.0.0-dev.94 [2021-04-20T20:59:29.422Z] v2.0.0-dev.95 [2021-04-20T20:59:29.422Z] v2.0.0-dev.96 [2021-04-20T20:59:29.422Z] v2.0.0-dev.97 [2021-04-20T20:59:29.422Z] v2.0.0-dev.98 [2021-04-20T20:59:29.422Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-20T20:59:29.731Z] + lftools sign git-tag v2.0.0-dev.184 [2021-04-20T20:59:31.125Z] Signing Git tag with Sigul... [2021-04-20T20:59:31.125Z] Signing v2.0.0-dev.184 [Pipeline] echo [2021-04-20T20:59:32.153Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:59:32.502Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-20T20:59:32.558Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-20T20:59:32.592Z] $ docker stop --time=1 16db6bf8a5cfde62e335f365566b6c02dcff0b3aa92163af6da50a22c2b4e5d8 [2021-04-20T20:59:34.838Z] $ docker rm -f 16db6bf8a5cfde62e335f365566b6c02dcff0b3aa92163af6da50a22c2b4e5d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:59:35.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T20:59:35.403Z] . [Pipeline] withDockerContainer [2021-04-20T20:59:35.515Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:59:35.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:59:36.585Z] $ docker top 92bcbc5ac704c25171b8259d40518371ff7889d59008c9ec7205c5ea581004ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T20:59:36.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T20:59:36.792Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T20:59:37.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T20:59:37.041Z] $ docker exec 92bcbc5ac704c25171b8259d40518371ff7889d59008c9ec7205c5ea581004ca ssh-agent [2021-04-20T20:59:37.241Z] SSH_AUTH_SOCK=/tmp/ssh-9vVXNP8MhXIe/agent.11 [2021-04-20T20:59:37.241Z] SSH_AGENT_PID=17 [2021-04-20T20:59:37.250Z] Running ssh-add (command line suppressed) [2021-04-20T20:59:37.397Z] Identity added: /w/workspace/edgex-go/452@tmp/private_key_3122431843581361611.key (/w/workspace/edgex-go/452@tmp/private_key_3122431843581361611.key) [2021-04-20T20:59:37.465Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T20:59:37.776Z] + git semver bump pre [2021-04-20T20:59:37.777Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T20:59:37.777Z] # $GIT_DIR = /w/workspace/edgex-go/452/.git [2021-04-20T20:59:37.777Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/452 [2021-04-20T20:59:37.777Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T20:59:37.777Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T20:59:37.777Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T20:59:37.777Z] # $SEMVER_BRANCH = master [2021-04-20T20:59:37.777Z] # $SEMVER_DIR = /w/workspace/edgex-go/452/.semver [2021-04-20T20:59:37.777Z] 2.0.0-dev.185 [Pipeline] } [2021-04-20T20:59:37.789Z] $ docker exec --env ******** --env ******** 92bcbc5ac704c25171b8259d40518371ff7889d59008c9ec7205c5ea581004ca ssh-agent -k [2021-04-20T20:59:37.925Z] unset SSH_AUTH_SOCK; [2021-04-20T20:59:37.925Z] unset SSH_AGENT_PID; [2021-04-20T20:59:37.925Z] echo Agent pid 17 killed; [2021-04-20T20:59:37.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T20:59:38.326Z] + git semver [Pipeline] } [2021-04-20T20:59:38.343Z] $ docker stop --time=1 92bcbc5ac704c25171b8259d40518371ff7889d59008c9ec7205c5ea581004ca [2021-04-20T20:59:39.756Z] $ docker rm -f 92bcbc5ac704c25171b8259d40518371ff7889d59008c9ec7205c5ea581004ca [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-20T20:59:40.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T20:59:40.197Z] . [Pipeline] withDockerContainer [2021-04-20T20:59:40.300Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T20:59:40.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T20:59:41.101Z] $ docker top 1d8080b2ea5dc8862f3e9a742d06ba7e479f49829a8117196dd79559e1453b8f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T20:59:41.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T20:59:41.276Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T20:59:41.499Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T20:59:41.503Z] $ docker exec 1d8080b2ea5dc8862f3e9a742d06ba7e479f49829a8117196dd79559e1453b8f ssh-agent [2021-04-20T20:59:41.694Z] SSH_AUTH_SOCK=/tmp/ssh-w3ZKy1MqdZCT/agent.12 [2021-04-20T20:59:41.694Z] SSH_AGENT_PID=17 [2021-04-20T20:59:41.701Z] Running ssh-add (command line suppressed) [2021-04-20T20:59:41.845Z] Identity added: /w/workspace/edgex-go/452@tmp/private_key_4538910662847081987.key (/w/workspace/edgex-go/452@tmp/private_key_4538910662847081987.key) [2021-04-20T20:59:41.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T20:59:42.212Z] + git semver push [2021-04-20T20:59:42.212Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T20:59:42.212Z] # $GIT_DIR = /w/workspace/edgex-go/452/.git [2021-04-20T20:59:42.212Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/452 [2021-04-20T20:59:42.212Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T20:59:42.212Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T20:59:42.212Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T20:59:42.212Z] # $SEMVER_BRANCH = master [2021-04-20T20:59:42.212Z] # $SEMVER_DIR = /w/workspace/edgex-go/452/.semver [Pipeline] } [2021-04-20T20:59:52.250Z] $ docker exec --env ******** --env ******** 1d8080b2ea5dc8862f3e9a742d06ba7e479f49829a8117196dd79559e1453b8f ssh-agent -k [2021-04-20T20:59:52.461Z] unset SSH_AUTH_SOCK; [2021-04-20T20:59:52.461Z] unset SSH_AGENT_PID; [2021-04-20T20:59:52.461Z] echo Agent pid 17 killed; [2021-04-20T20:59:52.554Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T20:59:52.897Z] + git semver [Pipeline] } [2021-04-20T20:59:52.914Z] $ docker stop --time=1 1d8080b2ea5dc8862f3e9a742d06ba7e479f49829a8117196dd79559e1453b8f [2021-04-20T20:59:54.336Z] $ docker rm -f 1d8080b2ea5dc8862f3e9a742d06ba7e479f49829a8117196dd79559e1453b8f [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-20T20:59:54.996Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T20:59:55.902Z] ---> package-listing.sh [2021-04-20T20:59:55.902Z] ++ facter osfamily [2021-04-20T20:59:55.902Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T20:59:55.902Z] + OS_FAMILY=redhat [2021-04-20T20:59:55.902Z] + workspace=/w/workspace/edgex-go/452 [2021-04-20T20:59:55.902Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T20:59:55.902Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T20:59:55.902Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T20:59:55.902Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T20:59:55.902Z] + '[' /w/workspace/edgex-go/452 ']' [2021-04-20T20:59:55.902Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T20:59:55.902Z] + case "${OS_FAMILY}" in [2021-04-20T20:59:55.902Z] + rpm -qa [2021-04-20T20:59:55.902Z] + sort [2021-04-20T21:00:01.214Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T21:00:01.214Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T21:00:01.214Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T21:00:01.214Z] + '[' /w/workspace/edgex-go/452 ']' [2021-04-20T21:00:01.214Z] + mkdir -p /w/workspace/edgex-go/452/archives/ [2021-04-20T21:00:01.214Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/452/archives/ [Pipeline] echo [2021-04-20T21:00:01.229Z] 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/452/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T21:00:01.541Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T21:00:01.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T21:00:01.881Z] [2021-04-20T21:00:01.881Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T21:00:02.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T21:00:02.206Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T21:00:02.206Z] df20fa9351a1: Pulling fs layer [2021-04-20T21:00:02.206Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T21:00:02.206Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T21:00:02.206Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T21:00:02.206Z] 93b61091891f: Pulling fs layer [2021-04-20T21:00:02.206Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T21:00:02.206Z] 5e14af77c1be: Pulling fs layer [2021-04-20T21:00:02.206Z] 01666e4c0597: Pulling fs layer [2021-04-20T21:00:02.206Z] aa168da1d23b: Pulling fs layer [2021-04-20T21:00:02.206Z] 93b61091891f: Waiting [2021-04-20T21:00:02.206Z] 93b9cdb0e59b: Waiting [2021-04-20T21:00:02.206Z] 5e14af77c1be: Waiting [2021-04-20T21:00:02.206Z] 01666e4c0597: Waiting [2021-04-20T21:00:02.206Z] aa168da1d23b: Waiting [2021-04-20T21:00:02.206Z] 46f8f816bc3b: Waiting [2021-04-20T21:00:02.471Z] 36b3adc4ff6f: Download complete [2021-04-20T21:00:02.471Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T21:00:02.471Z] 46f8f816bc3b: Download complete [2021-04-20T21:00:02.471Z] df20fa9351a1: Verifying Checksum [2021-04-20T21:00:02.471Z] df20fa9351a1: Download complete [2021-04-20T21:00:02.471Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T21:00:02.471Z] 93b9cdb0e59b: Download complete [2021-04-20T21:00:02.471Z] 5e14af77c1be: Verifying Checksum [2021-04-20T21:00:02.471Z] 5e14af77c1be: Download complete [2021-04-20T21:00:02.471Z] 93b61091891f: Verifying Checksum [2021-04-20T21:00:02.471Z] 93b61091891f: Download complete [2021-04-20T21:00:02.733Z] 01666e4c0597: Verifying Checksum [2021-04-20T21:00:02.733Z] 01666e4c0597: Download complete [2021-04-20T21:00:02.733Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T21:00:02.733Z] 8ad3a11d3b57: Download complete [2021-04-20T21:00:02.733Z] df20fa9351a1: Pull complete [2021-04-20T21:00:03.324Z] 36b3adc4ff6f: Pull complete [2021-04-20T21:00:04.764Z] 8ad3a11d3b57: Pull complete [2021-04-20T21:00:05.043Z] aa168da1d23b: Verifying Checksum [2021-04-20T21:00:05.043Z] aa168da1d23b: Download complete [2021-04-20T21:00:05.426Z] 46f8f816bc3b: Pull complete [2021-04-20T21:00:05.709Z] 93b61091891f: Pull complete [2021-04-20T21:00:05.986Z] 93b9cdb0e59b: Pull complete [2021-04-20T21:00:06.259Z] 5e14af77c1be: Pull complete [2021-04-20T21:00:06.259Z] 01666e4c0597: Pull complete [2021-04-20T21:00:14.451Z] aa168da1d23b: Pull complete [2021-04-20T21:00:14.451Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T21:00:14.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T21:00:14.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T21:00:14.644Z] prd-centos7-docker-4c-2g-1274 does not seem to be running inside a container [2021-04-20T21:00:14.705Z] $ 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/452/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/452 -v /w/workspace/edgex-go/452:/w/workspace/edgex-go/452:rw,z -v /w/workspace/edgex-go/452@tmp:/w/workspace/edgex-go/452@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-20T21:00:17.814Z] $ docker top ac65ad04db3cfe1e2a084835982683ca67fdf30b4ced844c832702894cd79792 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T21:00:18.304Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T21:00:18.607Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T21:00:18.907Z] + ls /var/log/sa-host [2021-04-20T21:00:18.907Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T21:00:18.907Z] file_magic: OK [2021-04-20T21:00:18.907Z] HZ: Using current value: 100 [2021-04-20T21:00:18.907Z] file_header: OK [2021-04-20T21:00:18.907Z] 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-20T21:00:18.907Z] Statistics: [2021-04-20T21:00:18.907Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T21:00:18.907Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T21:00:18.907Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T21:00:18.907Z] file_magic: OK [2021-04-20T21:00:18.907Z] HZ: Using current value: 100 [2021-04-20T21:00:18.907Z] file_header: OK [2021-04-20T21:00:18.907Z] 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-20T21:00:18.907Z] Statistics: [2021-04-20T21:00:18.907Z] Hnuu...uuuununununu... [2021-04-20T21:00:18.907Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T21:00:19.081Z] provisioning config files... [2021-04-20T21:00:19.099Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/452@tmp/config9198228883874248955tmp [Pipeline] { [Pipeline] echo [2021-04-20T21:00:19.126Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T21:00:19.423Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T21:00:19.433Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T21:00:19.457Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T21:00:19.758Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T21:00:19.769Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T21:00:20.065Z] ---> sudo-logs.sh [2021-04-20T21:00:20.065Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T21:00:20.098Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T21:00:20.397Z] ---> job-cost.sh [2021-04-20T21:00:20.397Z] lf-activate-venv: SKIPPING [2021-04-20T21:00:20.397Z] DEBUG: total: 0.20999999344348907 [2021-04-20T21:00:20.397Z] INFO: Retrieving Stack Cost... [2021-04-20T21:00:20.971Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T21:00:21.545Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T21:00:21.562Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T21:00:21.860Z] ---> logs-deploy.sh [2021-04-20T21:00:21.860Z] lf-activate-venv: SKIPPING [2021-04-20T21:00:21.860Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/452 [2021-04-20T21:00:21.860Z] INFO: archiving workspace using pattern(s): [2021-04-20T21:00:23.251Z] Archives upload complete. [2021-04-20T21:00:23.513Z] INFO: archiving logs to Nexus [2021-04-20T21:00:24.465Z] ---> uname -a: [2021-04-20T21:00:24.465Z] Linux prd-centos7-docker-4c-2g-1274.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] ---> lscpu: [2021-04-20T21:00:24.465Z] Architecture: x86_64 [2021-04-20T21:00:24.465Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T21:00:24.465Z] Byte Order: Little Endian [2021-04-20T21:00:24.465Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T21:00:24.465Z] CPU(s): 4 [2021-04-20T21:00:24.465Z] On-line CPU(s) list: 0-3 [2021-04-20T21:00:24.465Z] Thread(s) per core: 1 [2021-04-20T21:00:24.465Z] Core(s) per socket: 1 [2021-04-20T21:00:24.465Z] Socket(s): 4 [2021-04-20T21:00:24.465Z] NUMA node(s): 1 [2021-04-20T21:00:24.465Z] Vendor ID: GenuineIntel [2021-04-20T21:00:24.465Z] CPU family: 6 [2021-04-20T21:00:24.465Z] Model: 44 [2021-04-20T21:00:24.465Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T21:00:24.465Z] Stepping: 1 [2021-04-20T21:00:24.465Z] CPU MHz: 2933.436 [2021-04-20T21:00:24.465Z] BogoMIPS: 5866.87 [2021-04-20T21:00:24.465Z] Virtualization: VT-x [2021-04-20T21:00:24.465Z] Hypervisor vendor: KVM [2021-04-20T21:00:24.465Z] Virtualization type: full [2021-04-20T21:00:24.465Z] L1d cache: 128 KiB [2021-04-20T21:00:24.465Z] L1i cache: 128 KiB [2021-04-20T21:00:24.465Z] L2 cache: 16 MiB [2021-04-20T21:00:24.465Z] L3 cache: 64 MiB [2021-04-20T21:00:24.465Z] NUMA node0 CPU(s): 0-3 [2021-04-20T21:00:24.465Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T21:00:24.465Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T21:00:24.465Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T21:00:24.465Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T21:00:24.465Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T21:00:24.465Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T21:00:24.465Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T21:00:24.465Z] Vulnerability Srbds: Not affected [2021-04-20T21:00:24.465Z] Vulnerability Tsx async abort: Not affected [2021-04-20T21:00:24.465Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] ---> nproc: [2021-04-20T21:00:24.465Z] 4 [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] ---> df -h: [2021-04-20T21:00:24.465Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T21:00:24.465Z] overlay 50.0G 14.0G 36.0G 28% / [2021-04-20T21:00:24.465Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T21:00:24.465Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T21:00:24.465Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /facter-os [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/resolv.conf [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hostname [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hosts [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /run/cloud-init/result.json [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/sa-host [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/secure [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/auth.log [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/452@tmp [2021-04-20T21:00:24.465Z] /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/452 [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] ---> free -m: [2021-04-20T21:00:24.465Z] total used free shared buff/cache available [2021-04-20T21:00:24.465Z] Mem: 1837 770 155 0 910 1007 [2021-04-20T21:00:24.465Z] Swap: 1023 74 949 [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z] ---> ip addr: [2021-04-20T21:00:24.465Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T21:00:24.465Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T21:00:24.465Z] inet 127.0.0.1/8 scope host lo [2021-04-20T21:00:24.465Z] valid_lft forever preferred_lft forever [2021-04-20T21:00:24.465Z] inet6 ::1/128 scope host [2021-04-20T21:00:24.465Z] valid_lft forever preferred_lft forever [2021-04-20T21:00:24.465Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T21:00:24.465Z] link/ether fa:16:3e:91:4e:ba brd ff:ff:ff:ff:ff:ff [2021-04-20T21:00:24.465Z] inet 10.30.122.170/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T21:00:24.465Z] valid_lft 85212sec preferred_lft 85212sec [2021-04-20T21:00:24.465Z] inet6 fe80::f816:3eff:fe91:4eba/64 scope link [2021-04-20T21:00:24.465Z] valid_lft forever preferred_lft forever [2021-04-20T21:00:24.465Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T21:00:24.465Z] link/ether 02:42:da:f8:a9:0e brd ff:ff:ff:ff:ff:ff [2021-04-20T21:00:24.465Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T21:00:24.465Z] valid_lft forever preferred_lft forever [2021-04-20T21:00:24.465Z] inet6 fe80::42:daff:fef8:a90e/64 scope link [2021-04-20T21:00:24.465Z] valid_lft forever preferred_lft forever [2021-04-20T21:00:24.465Z] [2021-04-20T21:00:24.465Z]