Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 78fade22505eae315bd953aec98210b437e07b35 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 ‘prd-centos7-docker-4c-2g-1567’ is offline Running on prd-centos7-docker-4c-2g-1571 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/455 [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/455 # 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 78fade22505eae315bd953aec98210b437e07b35 (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 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 Commit message: "Merge pull request #3394 from edgexfoundry/dependabot/go_modules/github.com/lib/pq-1.10.1" > git rev-list --no-walk db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-23T18:20:53.650Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-23T18:20:53.750Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-23T18:20:53.775Z] ========================================================= [2021-04-23T18:20:53.775Z] EdgeX Global Pipelines Version Info [2021-04-23T18:20:53.775Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:20:55.277Z] ------------------- [2021-04-23T18:20:55.278Z] stable info: [2021-04-23T18:20:55.278Z] ------------------- [2021-04-23T18:20:55.278Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-23T18:20:55.278Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-23T18:20:55.278Z] Message: update stable to v1.0.186 [2021-04-23T18:20:56.227Z] ------------------- [2021-04-23T18:20:56.227Z] experimental info: [2021-04-23T18:20:56.227Z] ------------------- [2021-04-23T18:20:56.227Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-23T18:20:56.227Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-23T18:20:56.227Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-23T18:20:56.354Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-23T18:20:56.376Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-23T18:20:56.397Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-23T18:20:56.419Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-23T18:20:56.440Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-23T18:20:56.464Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-23T18:20:56.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-23T18:20:56.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-23T18:20:56.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-23T18:20:56.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-23T18:20:56.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-23T18:20:56.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-23T18:20:56.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-23T18:20:56.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-23T18:20:56.682Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-23T18:20:56.704Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-23T18:20:56.725Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-23T18:20:56.746Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-23T18:20:56.769Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-23T18:20:56.790Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-23T18:20:56.813Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-23T18:20:56.834Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-23T18:20:56.854Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-23T18:20:56.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-23T18:20:56.897Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-23T18:20:56.916Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78fade22505eae315bd953aec98210b437e07b35 [Pipeline] echo [2021-04-23T18:20:56.937Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78fade2 [Pipeline] echo [2021-04-23T18:20:56.958Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-23T18:20:57.028Z] provisioning config files... [2021-04-23T18:20:57.062Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config2365426479104601551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:20:57.384Z] ---> docker-login.sh [2021-04-23T18:20:57.384Z] nexus3.edgexfoundry.org:10001 [2021-04-23T18:20:57.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:20:57.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:20:57.649Z] Configure a credential helper to remove this warning. See [2021-04-23T18:20:57.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:20:57.649Z] [2021-04-23T18:20:57.649Z] Login Succeeded [2021-04-23T18:20:57.649Z] nexus3.edgexfoundry.org:10002 [2021-04-23T18:20:57.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:20:57.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:20:57.914Z] Configure a credential helper to remove this warning. See [2021-04-23T18:20:57.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:20:57.914Z] [2021-04-23T18:20:57.914Z] Login Succeeded [2021-04-23T18:20:57.914Z] nexus3.edgexfoundry.org:10003 [2021-04-23T18:20:58.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:20:58.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:20:58.178Z] Configure a credential helper to remove this warning. See [2021-04-23T18:20:58.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:20:58.178Z] [2021-04-23T18:20:58.178Z] Login Succeeded [2021-04-23T18:20:58.178Z] nexus3.edgexfoundry.org:10004 [2021-04-23T18:20:58.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:20:58.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:20:58.442Z] Configure a credential helper to remove this warning. See [2021-04-23T18:20:58.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:20:58.442Z] [2021-04-23T18:20:58.442Z] Login Succeeded [2021-04-23T18:20:58.442Z] docker.io [2021-04-23T18:20:58.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:20:58.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:20:58.704Z] Configure a credential helper to remove this warning. See [2021-04-23T18:20:58.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:20:58.704Z] [2021-04-23T18:20:58.704Z] Login Succeeded [2021-04-23T18:20:58.704Z] ---> docker-login.sh ends [Pipeline] } [2021-04-23T18:20:58.715Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T18:20:59.067Z] ++ 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-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/core-command/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/core-data/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-23T18:20:59.067Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:20:59.067Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-23T18:20:59.067Z] ++ cut -d/ -f2 [2021-04-23T18:20:59.067Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-23T18:20:59.152Z] 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-23T18:21:00.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:21:00.456Z] [2021-04-23T18:21:00.456Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:21:00.777Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:21:00.777Z] latest: Pulling from edgex-devops/git-semver [2021-04-23T18:21:00.777Z] 31603596830f: Pulling fs layer [2021-04-23T18:21:00.777Z] 2a8b12db71e7: Pulling fs layer [2021-04-23T18:21:00.777Z] 6ca5941a6612: Pulling fs layer [2021-04-23T18:21:00.777Z] ecc8261a40a4: Pulling fs layer [2021-04-23T18:21:00.777Z] ecc8261a40a4: Waiting [2021-04-23T18:21:00.777Z] 2a8b12db71e7: Verifying Checksum [2021-04-23T18:21:00.777Z] 2a8b12db71e7: Download complete [2021-04-23T18:21:00.777Z] 31603596830f: Download complete [2021-04-23T18:21:01.046Z] 6ca5941a6612: Verifying Checksum [2021-04-23T18:21:01.046Z] 6ca5941a6612: Download complete [2021-04-23T18:21:01.046Z] ecc8261a40a4: Verifying Checksum [2021-04-23T18:21:01.046Z] ecc8261a40a4: Download complete [2021-04-23T18:21:01.317Z] 31603596830f: Pull complete [2021-04-23T18:21:01.317Z] 2a8b12db71e7: Pull complete [2021-04-23T18:21:02.270Z] 6ca5941a6612: Pull complete [2021-04-23T18:21:02.532Z] ecc8261a40a4: Pull complete [2021-04-23T18:21:02.532Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-23T18:21:02.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:21:02.532Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-23T18:21:02.675Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:21:02.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-23T18:21:05.461Z] $ docker top eb6037487237bca4f1a2cd1ff0ee9969cfb30fae0c9f755ac62b8b17080a180e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-23T18:21:05.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T18:21:05.613Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T18:21:05.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T18:21:05.834Z] $ docker exec eb6037487237bca4f1a2cd1ff0ee9969cfb30fae0c9f755ac62b8b17080a180e ssh-agent [2021-04-23T18:21:06.000Z] SSH_AUTH_SOCK=/tmp/ssh-82PEpo5VXsV0/agent.12 [2021-04-23T18:21:06.000Z] SSH_AGENT_PID=17 [2021-04-23T18:21:06.017Z] Running ssh-add (command line suppressed) [2021-04-23T18:21:06.139Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_1665042754700022476.key (/w/workspace/edgex-go/455@tmp/private_key_1665042754700022476.key) [2021-04-23T18:21:06.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T18:21:06.494Z] + git tag --points-at HEAD [Pipeline] } [2021-04-23T18:21:06.521Z] $ docker exec --env ******** --env ******** eb6037487237bca4f1a2cd1ff0ee9969cfb30fae0c9f755ac62b8b17080a180e ssh-agent -k [2021-04-23T18:21:06.636Z] unset SSH_AUTH_SOCK; [2021-04-23T18:21:06.636Z] unset SSH_AGENT_PID; [2021-04-23T18:21:06.637Z] echo Agent pid 17 killed; [2021-04-23T18:21:06.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-23T18:21:06.720Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T18:21:06.720Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T18:21:06.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T18:21:06.895Z] $ docker exec eb6037487237bca4f1a2cd1ff0ee9969cfb30fae0c9f755ac62b8b17080a180e ssh-agent [2021-04-23T18:21:07.056Z] SSH_AUTH_SOCK=/tmp/ssh-Y2rjWN7r5NZJ/agent.45 [2021-04-23T18:21:07.056Z] SSH_AGENT_PID=50 [2021-04-23T18:21:07.066Z] Running ssh-add (command line suppressed) [2021-04-23T18:21:07.189Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_8553512641054004570.key (/w/workspace/edgex-go/455@tmp/private_key_8553512641054004570.key) [2021-04-23T18:21:07.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T18:21:07.552Z] + git semver init [2021-04-23T18:21:07.552Z] # -> Open(): unable to determine branch for HEAD [2021-04-23T18:21:07.552Z] # $GIT_DIR = /w/workspace/edgex-go/455/.git [2021-04-23T18:21:07.552Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/455 [2021-04-23T18:21:07.552Z] # $SEMVER_REMOTE_NAME = origin [2021-04-23T18:21:07.552Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-23T18:21:07.552Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-23T18:21:07.552Z] # $SEMVER_BRANCH = master [2021-04-23T18:21:07.552Z] # $SEMVER_TEMP = /tmp/semver-066737533 [2021-04-23T18:21:07.552Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-23T18:21:25.754Z] # '/tmp/semver-066737533' -> '/w/workspace/edgex-go/455/.semver' [2021-04-23T18:21:25.754Z] # -> Force: false [2021-04-23T18:21:25.754Z] # $SEMVER_DIR = /w/workspace/edgex-go/455/.semver [Pipeline] } [2021-04-23T18:21:25.770Z] $ docker exec --env ******** --env ******** eb6037487237bca4f1a2cd1ff0ee9969cfb30fae0c9f755ac62b8b17080a180e ssh-agent -k [2021-04-23T18:21:25.954Z] unset SSH_AUTH_SOCK; [2021-04-23T18:21:25.955Z] unset SSH_AGENT_PID; [2021-04-23T18:21:25.955Z] echo Agent pid 50 killed; [2021-04-23T18:21:26.016Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T18:21:26.370Z] + git semver [Pipeline] } [2021-04-23T18:21:26.390Z] $ docker stop --time=1 eb6037487237bca4f1a2cd1ff0ee9969cfb30fae0c9f755ac62b8b17080a180e [2021-04-23T18:21:27.991Z] $ docker rm -f eb6037487237bca4f1a2cd1ff0ee9969cfb30fae0c9f755ac62b8b17080a180e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T18:21:28.442Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-23T18:21:28.838Z] Stashed 1 file(s) [Pipeline] echo [2021-04-23T18:21:28.841Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.187 [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-23T18:21:29.352Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-23T18:21:29.647Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-23T18:21:29.946Z] + sudo service docker restart [2021-04-23T18:21:29.946Z] + true [2021-04-23T18:21:29.946Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-23T18:21:30.536Z] ========================================================= [2021-04-23T18:21:30.536Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-23T18:21:30.536Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:21:30.842Z] + 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-23T18:21:35.072Z] Sending build context to Docker daemon 329.7MB [2021-04-23T18:21:35.072Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-23T18:21:35.073Z] Step 2/6 : FROM ${BASE} [2021-04-23T18:21:35.073Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-23T18:21:35.073Z] 188c0c94c7c5: Pulling fs layer [2021-04-23T18:21:35.073Z] 0ef7d3d256c8: Pulling fs layer [2021-04-23T18:21:35.073Z] de9db76c5a1d: Pulling fs layer [2021-04-23T18:21:35.073Z] bca2f99d35d6: Pulling fs layer [2021-04-23T18:21:35.073Z] 93359f2a8cfa: Pulling fs layer [2021-04-23T18:21:35.073Z] 7c6f9722023f: Pulling fs layer [2021-04-23T18:21:35.073Z] a35cf1a2eb13: Pulling fs layer [2021-04-23T18:21:35.073Z] 93359f2a8cfa: Waiting [2021-04-23T18:21:35.073Z] 7c6f9722023f: Waiting [2021-04-23T18:21:35.073Z] a35cf1a2eb13: Waiting [2021-04-23T18:21:35.073Z] bca2f99d35d6: Waiting [2021-04-23T18:21:35.073Z] de9db76c5a1d: Verifying Checksum [2021-04-23T18:21:35.073Z] de9db76c5a1d: Download complete [2021-04-23T18:21:35.073Z] 0ef7d3d256c8: Verifying Checksum [2021-04-23T18:21:35.073Z] 0ef7d3d256c8: Download complete [2021-04-23T18:21:35.073Z] 93359f2a8cfa: Verifying Checksum [2021-04-23T18:21:35.073Z] 93359f2a8cfa: Download complete [2021-04-23T18:21:35.343Z] 7c6f9722023f: Verifying Checksum [2021-04-23T18:21:35.343Z] 7c6f9722023f: Download complete [2021-04-23T18:21:35.343Z] 188c0c94c7c5: Verifying Checksum [2021-04-23T18:21:35.343Z] 188c0c94c7c5: Download complete [2021-04-23T18:21:35.919Z] 188c0c94c7c5: Pull complete [2021-04-23T18:21:36.183Z] 0ef7d3d256c8: Pull complete [2021-04-23T18:21:36.183Z] de9db76c5a1d: Pull complete [2021-04-23T18:21:37.664Z] a35cf1a2eb13: Verifying Checksum [2021-04-23T18:21:37.664Z] a35cf1a2eb13: Download complete [2021-04-23T18:21:38.251Z] bca2f99d35d6: Verifying Checksum [2021-04-23T18:21:38.251Z] bca2f99d35d6: Download complete [2021-04-23T18:21:43.987Z] Still waiting to schedule task [2021-04-23T18:21:43.987Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-23T18:21:44.866Z] bca2f99d35d6: Pull complete [2021-04-23T18:21:44.866Z] 93359f2a8cfa: Pull complete [2021-04-23T18:21:44.866Z] 7c6f9722023f: Pull complete [2021-04-23T18:21:49.091Z] a35cf1a2eb13: Pull complete [2021-04-23T18:21:49.091Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-23T18:21:49.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-23T18:21:49.091Z] ---> a62c8e92a672 [2021-04-23T18:21:49.091Z] 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-23T18:21:49.091Z] ---> Running in f6eb1353e5a9 [2021-04-23T18:21:49.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:21:50.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:21:50.815Z] (1/12) Installing libmagic (5.38-r0) [2021-04-23T18:21:51.389Z] (2/12) Installing file (5.38-r0) [2021-04-23T18:21:51.389Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-23T18:21:51.389Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-23T18:21:55.639Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-23T18:21:55.639Z] (6/12) Installing patch (2.7.6-r6) [2021-04-23T18:21:55.639Z] (7/12) Installing build-base (0.5-r2) [2021-04-23T18:21:55.639Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-23T18:21:55.639Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-23T18:21:55.902Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-23T18:21:55.902Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-23T18:21:55.902Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-23T18:21:56.164Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:21:56.164Z] OK: 233 MiB in 51 packages [2021-04-23T18:22:00.382Z] Removing intermediate container f6eb1353e5a9 [2021-04-23T18:22:00.382Z] ---> eea87fcc3a84 [2021-04-23T18:22:00.382Z] Step 4/6 : WORKDIR /edgex-go [2021-04-23T18:22:00.382Z] ---> Running in 1a71ed61b2f1 [2021-04-23T18:22:00.382Z] Removing intermediate container 1a71ed61b2f1 [2021-04-23T18:22:00.382Z] ---> 777a576fced1 [2021-04-23T18:22:00.382Z] Step 5/6 : COPY go.mod . [2021-04-23T18:22:00.645Z] ---> 1da25b5a1745 [2021-04-23T18:22:00.645Z] Step 6/6 : RUN go mod download [2021-04-23T18:22:00.645Z] ---> Running in 6511eda18eaa [2021-04-23T18:22:27.270Z] Removing intermediate container 6511eda18eaa [2021-04-23T18:22:27.270Z] ---> 5db2e1bccce8 [2021-04-23T18:22:27.270Z] Successfully built 5db2e1bccce8 [2021-04-23T18:22:27.270Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:22:27.591Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-23T18:22:27.591Z] . [Pipeline] withDockerContainer [2021-04-23T18:22:27.697Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:22:27.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-23T18:22:28.634Z] $ docker top 185c458b488916619684e7e8dea37be0c309a926297c790ecbc9dcbff2299c36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:22:29.068Z] + go version [2021-04-23T18:22:29.068Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-23T18:22:29.083Z] $ docker stop --time=1 185c458b488916619684e7e8dea37be0c309a926297c790ecbc9dcbff2299c36 [2021-04-23T18:22:30.413Z] $ docker rm -f 185c458b488916619684e7e8dea37be0c309a926297c790ecbc9dcbff2299c36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:22:30.894Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-23T18:22:30.894Z] . [Pipeline] withDockerContainer [2021-04-23T18:22:30.988Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:22:31.037Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-23T18:22:31.646Z] $ docker top 295f43ca3efc0a5d5fb327e5cc2aab3c92025cd2e9eab7831433b40bfefad566 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-23T18:22:31.782Z] ========================================================= [2021-04-23T18:22:31.782Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-23T18:22:31.782Z] ========================================================= [Pipeline] sh [2021-04-23T18:22:32.219Z] + make test [2021-04-23T18:22:32.219Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-23T18:22:42.270Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-23T18:22:57.330Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-23T18:23:04.029Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-23T18:23:04.029Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-23T18:23:04.029Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-23T18:23:05.979Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-23T18:23:05.979Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-23T18:23:05.979Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-23T18:23:05.979Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-23T18:23:06.570Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-23T18:23:07.184Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-23T18:23:09.794Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-23T18:23:09.794Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-23T18:23:09.794Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-23T18:23:11.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 45.9% of statements [2021-04-23T18:23:11.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-23T18:23:11.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-23T18:23:11.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-23T18:23:11.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-23T18:23:11.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-23T18:23:11.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-23T18:23:11.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.049s coverage: 19.8% of statements [2021-04-23T18:23:11.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements [2021-04-23T18:23:17.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-23T18:23:17.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-23T18:23:17.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.058s coverage: 100.0% of statements [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-23T18:23:17.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-23T18:23:17.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.194s coverage: 82.9% of statements [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:23:17.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements [2021-04-23T18:23:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-23T18:23:19.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.353s coverage: 28.6% of statements [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-23T18:23:19.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-23T18:23:19.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-23T18:23:19.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.209s coverage: 86.7% of statements [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-23T18:23:19.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-23T18:23:19.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-23T18:23:19.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-23T18:23:22.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.380s coverage: 93.0% of statements [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-23T18:23:22.261Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-23T18:23:22.261Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.9% of statements [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-23T18:23:22.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-23T18:23:22.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-04-23T18:23:22.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.118s coverage: 79.5% of statements [2021-04-23T18:23:22.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-04-23T18:23:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-04-23T18:23:22.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-04-23T18:23:34.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.071s coverage: 94.4% of statements [2021-04-23T18:23:34.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-04-23T18:23:37.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s coverage: 81.9% of statements [2021-04-23T18:23:37.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-23T18:23:43.564Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1573 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-23T18:23:43.580Z] Running in /w/workspace/edgex-go/455 [Pipeline] { [Pipeline] checkout [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.6% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 69.0% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 38.4% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-23T18:23:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.169s coverage: 88.6% of statements [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:23:45.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-23T18:23:45.858Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.767s coverage: 28.7% of statements [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-23T18:23:45.858Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-23T18:23:45.858Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-23T18:23:45.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-23T18:23:46.127Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.089s coverage: 64.6% of statements [2021-04-23T18:23:46.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-23T18:23:47.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.118s coverage: 95.6% of statements [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-23T18:23:47.562Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-23T18:23:47.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-23T18:23:47.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-23T18:23:47.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-23T18:23:47.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-04-23T18:23:47.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 28.1% of statements [2021-04-23T18:23:47.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-23T18:23:48.138Z] GO111MODULE=on go vet ./... [2021-04-23T18:23:49.021Z] using credential edgex-jenkins-ssh [2021-04-23T18:23:49.060Z] Cloning the remote Git repository [2021-04-23T18:23:49.141Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:23:49.261Z] > git init /w/workspace/edgex-go/455 # timeout=10 [2021-04-23T18:23:49.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:23:49.347Z] > git --version # timeout=10 [2021-04-23T18:23:49.362Z] > git --version # 'git version 2.17.1' [2021-04-23T18:23:49.364Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:23:49.447Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T18:24:10.154Z] Checking out Revision 78fade22505eae315bd953aec98210b437e07b35 (master) [2021-04-23T18:24:09.384Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T18:24:09.414Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T18:24:09.442Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T18:24:09.475Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:24:09.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:24:09.488Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T18:24:10.178Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T18:24:10.190Z] > git checkout -f 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 [2021-04-23T18:24:14.706Z] Commit message: "Merge pull request #3394 from edgexfoundry/dependabot/go_modules/github.com/lib/pq-1.10.1" [2021-04-23T18:24:14.895Z] gofmt -l . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-23T18:24:15.843Z] [ "`gofmt -l .`" = "" ] [2021-04-23T18:24:16.035Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-23T18:24:16.424Z] ./bin/test-go-mod-tidy.sh [2021-04-23T18:24:16.443Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-23T18:24:16.782Z] + + sudotrue [2021-04-23T18:24:16.782Z] service docker restart [2021-04-23T18:24:17.000Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-23T18:24:17.880Z] + ls -al . [2021-04-23T18:24:17.880Z] total 812 [2021-04-23T18:24:17.880Z] drwxrwxr-x 10 1001 1001 4096 Apr 23 18:24 . [2021-04-23T18:24:17.880Z] drwxr-xr-x 4 root root 32 Apr 23 18:22 .. [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 11 Apr 23 18:20 .dockerignore [2021-04-23T18:24:17.880Z] drwxrwxr-x 8 1001 1001 162 Apr 23 18:20 .git [2021-04-23T18:24:17.880Z] drwxrwxr-x 3 1001 1001 125 Apr 23 18:20 .github [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 818 Apr 23 18:20 .gitignore [2021-04-23T18:24:17.880Z] drwx------ 3 1001 1001 45 Apr 23 18:21 .semver [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 166 Apr 23 18:20 .sonarcloud.properties [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 8609 Apr 23 18:20 Attribution.txt [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 3804 Apr 23 18:20 CONTRIBUTING.md [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 931 Apr 23 18:20 Dockerfile.build [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 863 Apr 23 18:20 Jenkinsfile [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 10775 Apr 23 18:20 LICENSE [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 5774 Apr 23 18:20 Makefile [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 7978 Apr 23 18:20 README.md [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 6755 Apr 23 18:20 SECURITY.md [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 13 Apr 23 18:21 VERSION [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 4131 Apr 23 18:20 ZMQWindows.md [2021-04-23T18:24:17.880Z] drwxrwxr-x 2 1001 1001 117 Apr 23 18:20 bin [2021-04-23T18:24:17.880Z] drwxrwxr-x 14 1001 1001 4096 Apr 23 18:20 cmd [2021-04-23T18:24:17.880Z] -rw-r--r-- 1 root root 703598 Apr 23 18:23 coverage.out [2021-04-23T18:24:17.880Z] -rw-r--r-- 1 root root 1060 Apr 23 18:24 go.mod [2021-04-23T18:24:17.880Z] -rw-r--r-- 1 root root 22302 Apr 23 18:24 go.sum [2021-04-23T18:24:17.880Z] drwxrwxr-x 8 1001 1001 127 Apr 23 18:20 internal [2021-04-23T18:24:17.880Z] drwxrwxr-x 4 1001 1001 26 Apr 23 18:20 openapi [2021-04-23T18:24:17.880Z] drwxrwxr-x 4 1001 1001 71 Apr 23 18:20 snap [2021-04-23T18:24:17.880Z] -rw-rw-r-- 1 1001 1001 168 Apr 23 18:20 version.go [Pipeline] sh [2021-04-23T18:24:18.182Z] + '[' -e coverage.out ] [2021-04-23T18:24:18.182Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-23T18:24:18.443Z] Stashed 1 file(s) [Pipeline] sh [2021-04-23T18:24:18.768Z] + make build [2021-04-23T18:24:18.768Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-23T18:24:18.798Z] provisioning config files... [2021-04-23T18:24:18.850Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config3291608621394833442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:24:19.226Z] ---> docker-login.sh [2021-04-23T18:24:19.226Z] nexus3.edgexfoundry.org:10001 [2021-04-23T18:24:20.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:24:20.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:24:20.486Z] Configure a credential helper to remove this warning. See [2021-04-23T18:24:20.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:24:20.486Z] [2021-04-23T18:24:20.486Z] Login Succeeded [2021-04-23T18:24:20.486Z] nexus3.edgexfoundry.org:10002 [2021-04-23T18:24:20.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:24:21.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:24:21.035Z] Configure a credential helper to remove this warning. See [2021-04-23T18:24:21.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:24:21.035Z] [2021-04-23T18:24:21.035Z] Login Succeeded [2021-04-23T18:24:21.035Z] nexus3.edgexfoundry.org:10003 [2021-04-23T18:24:21.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:24:21.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:24:21.310Z] Configure a credential helper to remove this warning. See [2021-04-23T18:24:21.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:24:21.310Z] [2021-04-23T18:24:21.310Z] Login Succeeded [2021-04-23T18:24:21.310Z] nexus3.edgexfoundry.org:10004 [2021-04-23T18:24:21.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:24:21.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:24:21.909Z] Configure a credential helper to remove this warning. See [2021-04-23T18:24:21.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:24:21.909Z] [2021-04-23T18:24:21.909Z] Login Succeeded [2021-04-23T18:24:21.909Z] docker.io [2021-04-23T18:24:22.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-23T18:24:22.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:24:22.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:24:22.776Z] Configure a credential helper to remove this warning. See [2021-04-23T18:24:22.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:24:22.776Z] [2021-04-23T18:24:22.776Z] Login Succeeded [2021-04-23T18:24:22.776Z] ---> docker-login.sh ends [Pipeline] } [2021-04-23T18:24:22.793Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-23T18:24:23.076Z] ========================================================= [2021-04-23T18:24:23.076Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-23T18:24:23.076Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:24:23.428Z] + 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-23T18:24:26.078Z] Sending build context to Docker daemon 167.4MB [2021-04-23T18:24:26.078Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-23T18:24:26.078Z] Step 2/6 : FROM ${BASE} [2021-04-23T18:24:26.078Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-23T18:24:26.078Z] 5f621e34cdf4: Pulling fs layer [2021-04-23T18:24:26.078Z] a4357932f1b6: Pulling fs layer [2021-04-23T18:24:26.078Z] 18c013af1878: Pulling fs layer [2021-04-23T18:24:26.078Z] 00ac8860ef70: Pulling fs layer [2021-04-23T18:24:26.078Z] 63d7cb157983: Pulling fs layer [2021-04-23T18:24:26.078Z] b116817d02f9: Pulling fs layer [2021-04-23T18:24:26.078Z] 745a02a5169b: Pulling fs layer [2021-04-23T18:24:26.078Z] 00ac8860ef70: Waiting [2021-04-23T18:24:26.078Z] 63d7cb157983: Waiting [2021-04-23T18:24:26.078Z] b116817d02f9: Waiting [2021-04-23T18:24:26.078Z] 745a02a5169b: Waiting [2021-04-23T18:24:26.078Z] 18c013af1878: Verifying Checksum [2021-04-23T18:24:26.078Z] 18c013af1878: Download complete [2021-04-23T18:24:26.078Z] a4357932f1b6: Download complete [2021-04-23T18:24:26.078Z] 63d7cb157983: Download complete [2021-04-23T18:24:26.078Z] b116817d02f9: Verifying Checksum [2021-04-23T18:24:26.078Z] b116817d02f9: Download complete [2021-04-23T18:24:26.078Z] 5f621e34cdf4: Verifying Checksum [2021-04-23T18:24:26.078Z] 5f621e34cdf4: Download complete [2021-04-23T18:24:26.685Z] 5f621e34cdf4: Pull complete [2021-04-23T18:24:26.960Z] a4357932f1b6: Pull complete [2021-04-23T18:24:27.557Z] 18c013af1878: Pull complete [2021-04-23T18:24:29.009Z] 745a02a5169b: Verifying Checksum [2021-04-23T18:24:29.009Z] 745a02a5169b: Download complete [2021-04-23T18:24:29.282Z] 00ac8860ef70: Verifying Checksum [2021-04-23T18:24:29.282Z] 00ac8860ef70: Download complete [2021-04-23T18:24:30.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-command/core-command ./cmd/core-command [2021-04-23T18:24:31.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-23T18:24:33.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-23T18:24:34.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-23T18:24:36.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-23T18:24:37.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-23T18:24:38.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-23T18:24:39.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-23T18:24:41.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-23T18:24:41.695Z] 00ac8860ef70: Pull complete [2021-04-23T18:24:41.696Z] 63d7cb157983: Pull complete [2021-04-23T18:24:41.696Z] b116817d02f9: Pull complete [2021-04-23T18:24:42.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-23T18:24:44.105Z] $ docker stop --time=1 295f43ca3efc0a5d5fb327e5cc2aab3c92025cd2e9eab7831433b40bfefad566 [2021-04-23T18:24:44.347Z] 745a02a5169b: Pull complete [2021-04-23T18:24:44.347Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-23T18:24:44.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-23T18:24:44.347Z] ---> b7e6874047d6 [2021-04-23T18:24:44.347Z] 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-23T18:24:45.720Z] $ docker rm -f 295f43ca3efc0a5d5fb327e5cc2aab3c92025cd2e9eab7831433b40bfefad566 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-23T18:24:47.744Z] ---> Running in 71e7f1ff3461 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:24:48.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:24:48.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T18:24:48.977Z] [2021-04-23T18:24:48.977Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:24:49.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T18:24:49.292Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-23T18:24:49.292Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-23T18:24:49.292Z] ca9280d653b3: Pulling fs layer [2021-04-23T18:24:49.292Z] 7e9c9ca2126c: Pulling fs layer [2021-04-23T18:24:49.292Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-23T18:24:49.292Z] cbdbe7a5bc2a: Download complete [2021-04-23T18:24:49.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:24:49.878Z] cbdbe7a5bc2a: Pull complete [2021-04-23T18:24:49.878Z] ca9280d653b3: Verifying Checksum [2021-04-23T18:24:49.878Z] ca9280d653b3: Download complete [2021-04-23T18:24:50.318Z] (1/12) Installing libmagic (5.38-r0) [2021-04-23T18:24:50.833Z] 7e9c9ca2126c: Verifying Checksum [2021-04-23T18:24:50.833Z] 7e9c9ca2126c: Download complete [2021-04-23T18:24:50.915Z] (2/12) Installing file (5.38-r0) [2021-04-23T18:24:50.915Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-23T18:24:50.915Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-23T18:24:51.095Z] ca9280d653b3: Pull complete [2021-04-23T18:24:57.732Z] 7e9c9ca2126c: Pull complete [2021-04-23T18:24:57.732Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-23T18:24:57.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T18:24:57.732Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-23T18:24:57.866Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:24:57.919Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-23T18:24:59.173Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-23T18:24:59.173Z] (6/12) Installing patch (2.7.6-r6) [2021-04-23T18:24:59.173Z] (7/12) Installing build-base (0.5-r2) [2021-04-23T18:24:59.173Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-23T18:24:59.173Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-23T18:24:59.173Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-23T18:24:59.173Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-23T18:24:59.173Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-23T18:24:59.173Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:24:59.173Z] OK: 217 MiB in 51 packages [2021-04-23T18:25:00.929Z] $ docker top 23f3ecfb43290490aeb7d37f19f85172ea99ccf72490dd01f4f1f40d6519ba7d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:25:01.333Z] + docker-compose build --help [2021-04-23T18:25:01.333Z] + grep parallel [2021-04-23T18:25:02.280Z] --parallel Build images in parallel. [Pipeline] } [2021-04-23T18:25:02.296Z] $ docker stop --time=1 23f3ecfb43290490aeb7d37f19f85172ea99ccf72490dd01f4f1f40d6519ba7d [2021-04-23T18:25:03.480Z] Removing intermediate container 71e7f1ff3461 [2021-04-23T18:25:03.480Z] ---> e30b9f51cefa [2021-04-23T18:25:03.480Z] Step 4/6 : WORKDIR /edgex-go [2021-04-23T18:25:03.480Z] ---> Running in cd8e2fb704bc [2021-04-23T18:25:03.753Z] Removing intermediate container cd8e2fb704bc [2021-04-23T18:25:03.753Z] ---> 32598704d54a [2021-04-23T18:25:03.753Z] Step 5/6 : COPY go.mod . [2021-04-23T18:25:03.877Z] $ docker rm -f 23f3ecfb43290490aeb7d37f19f85172ea99ccf72490dd01f4f1f40d6519ba7d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:25:04.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T18:25:04.335Z] . [Pipeline] withDockerContainer [2021-04-23T18:25:04.352Z] ---> 5a62299a8cd2 [2021-04-23T18:25:04.352Z] Step 6/6 : RUN go mod download [2021-04-23T18:25:04.429Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:25:04.475Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-23T18:25:04.625Z] ---> Running in abcf8faa2b54 [2021-04-23T18:25:05.007Z] $ docker top e8dc770fdc999af92d49a3bfed6553b946aa60f1b3c2b33f04506f59235502a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:25:05.409Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-23T18:25:06.355Z] Building docker-core-command-go ... [2021-04-23T18:25:06.355Z] Building docker-core-data-go ... [2021-04-23T18:25:06.355Z] Building docker-core-metadata-go ... [2021-04-23T18:25:06.355Z] Building docker-security-bootstrapper-go ... [2021-04-23T18:25:06.355Z] Building docker-security-proxy-setup-go ... [2021-04-23T18:25:06.355Z] Building docker-security-secretstore-setup-go ... [2021-04-23T18:25:06.355Z] Building docker-support-notifications-go ... [2021-04-23T18:25:06.355Z] Building docker-support-scheduler-go ... [2021-04-23T18:25:06.355Z] Building docker-sys-mgmt-agent-go ... [2021-04-23T18:25:06.355Z] Building docker-core-metadata-go [2021-04-23T18:25:06.355Z] Building docker-support-notifications-go [2021-04-23T18:25:06.355Z] Building docker-core-command-go [2021-04-23T18:25:06.355Z] Building docker-security-proxy-setup-go [2021-04-23T18:25:06.355Z] Building docker-security-bootstrapper-go [2021-04-23T18:25:31.457Z] Removing intermediate container abcf8faa2b54 [2021-04-23T18:25:31.457Z] ---> 72d121688324 [2021-04-23T18:25:31.457Z] Successfully built 72d121688324 [2021-04-23T18:25:31.457Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:25:31.802Z] + docker inspect -f . ci-base-image-arm64 [2021-04-23T18:25:31.802Z] . [Pipeline] withDockerContainer [2021-04-23T18:25:32.102Z] prd-ubuntu18.04-docker-arm64-4c-16g-1573 does not seem to be running inside a container [2021-04-23T18:25:32.198Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-23T18:25:33.735Z] $ docker top 84149178d8b4780bd3f5748578258dc6deebde83a25872d5e688dba456891a6e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:25:34.693Z] + go version [2021-04-23T18:25:34.693Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-23T18:25:34.724Z] $ docker stop --time=1 84149178d8b4780bd3f5748578258dc6deebde83a25872d5e688dba456891a6e [2021-04-23T18:25:36.600Z] $ docker rm -f 84149178d8b4780bd3f5748578258dc6deebde83a25872d5e688dba456891a6e [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-23T18:25:37.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:25:37.336Z] [2021-04-23T18:25:37.336Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:25:37.690Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:25:37.690Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-23T18:25:37.690Z] 29e5d40040c1: Pulling fs layer [2021-04-23T18:25:37.690Z] 1ce36da41761: Pulling fs layer [2021-04-23T18:25:37.690Z] 25b303627fd3: Pulling fs layer [2021-04-23T18:25:37.966Z] 29e5d40040c1: Verifying Checksum [2021-04-23T18:25:37.966Z] 29e5d40040c1: Download complete [2021-04-23T18:25:38.555Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:25:38.555Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:25:38.555Z] ---> 5db2e1bccce8 [2021-04-23T18:25:38.555Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:25:38.555Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:25:38.555Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:25:38.555Z] ---> 5db2e1bccce8 [2021-04-23T18:25:38.555Z] Step 3/21 : WORKDIR /edgex-go [2021-04-23T18:25:38.555Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:25:38.555Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:25:38.555Z] ---> 5db2e1bccce8 [2021-04-23T18:25:38.555Z] Step 3/31 : WORKDIR /edgex-go [2021-04-23T18:25:38.555Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:25:38.555Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:25:38.555Z] ---> 5db2e1bccce8 [2021-04-23T18:25:38.555Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:25:38.562Z] 1ce36da41761: Verifying Checksum [2021-04-23T18:25:38.562Z] 1ce36da41761: Download complete [2021-04-23T18:25:38.562Z] 29e5d40040c1: Pull complete [2021-04-23T18:25:38.818Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:25:38.818Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:25:38.818Z] ---> 5db2e1bccce8 [2021-04-23T18:25:38.818Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:25:39.398Z] ---> Running in 4a9f98b757be [2021-04-23T18:25:39.398Z] ---> Running in 04b304e0fb82 [2021-04-23T18:25:39.398Z] ---> Running in 25ca761fa92d [2021-04-23T18:25:39.398Z] ---> Running in d2b1e8526fd5 [2021-04-23T18:25:39.398Z] ---> Running in 6fc6fedc6a83 [2021-04-23T18:25:39.975Z] Removing intermediate container 6fc6fedc6a83 [2021-04-23T18:25:39.975Z] ---> da67a4ace3b5 [2021-04-23T18:25:39.975Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:25:39.975Z] Removing intermediate container 04b304e0fb82 [2021-04-23T18:25:39.975Z] Removing intermediate container 4a9f98b757be [2021-04-23T18:25:39.975Z] ---> def7a3f23fb2 [2021-04-23T18:25:39.975Z] ---> 1fd2f5455f29 [2021-04-23T18:25:39.975Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:25:39.975Z] [2021-04-23T18:25:39.975Z] Removing intermediate container 25ca761fa92d [2021-04-23T18:25:39.975Z] ---> c974d8de40d3 [2021-04-23T18:25:39.975Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:25:39.975Z] Removing intermediate container d2b1e8526fd5 [2021-04-23T18:25:39.975Z] ---> 8a47f1969f4a [2021-04-23T18:25:39.975Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:25:39.975Z] ---> Running in 21b1f375cbe8 [2021-04-23T18:25:39.975Z] ---> Running in e24f6d2a0ff9 [2021-04-23T18:25:39.975Z] ---> Running in d8403999ec0a [2021-04-23T18:25:39.975Z] ---> Running in c770bfcbb4d0 [2021-04-23T18:25:39.975Z] ---> Running in 4a0478458542 [2021-04-23T18:25:39.998Z] 1ce36da41761: Pull complete [2021-04-23T18:25:39.998Z] 25b303627fd3: Verifying Checksum [2021-04-23T18:25:39.998Z] 25b303627fd3: Download complete [2021-04-23T18:25:41.908Z] Removing intermediate container d8403999ec0a [2021-04-23T18:25:41.908Z] ---> 23a7f8b8922e [2021-04-23T18:25:41.908Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-23T18:25:41.908Z] Removing intermediate container 21b1f375cbe8 [2021-04-23T18:25:41.908Z] ---> 7d505218893b [2021-04-23T18:25:41.908Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:25:41.908Z] Removing intermediate container e24f6d2a0ff9 [2021-04-23T18:25:41.908Z] ---> 2cc7bcf1a439 [2021-04-23T18:25:41.908Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-23T18:25:42.171Z] ---> Running in d901b7f543a1 [2021-04-23T18:25:42.171Z] ---> Running in deed9c79fd46 [2021-04-23T18:25:42.171Z] ---> Running in a90de801b5c3 [2021-04-23T18:25:42.433Z] Removing intermediate container 4a0478458542 [2021-04-23T18:25:42.433Z] ---> 6d65a648322e [2021-04-23T18:25:42.433Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:25:42.696Z] Removing intermediate container c770bfcbb4d0 [2021-04-23T18:25:42.696Z] ---> c3d379518df4 [2021-04-23T18:25:42.696Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-23T18:25:42.696Z] ---> Running in ec0bd273bf7a [2021-04-23T18:25:42.964Z] ---> Running in e33cf44c708e [2021-04-23T18:25:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:44.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:44.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:44.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:44.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:44.391Z] OK: 233 MiB in 51 packages [2021-04-23T18:25:44.391Z] OK: 233 MiB in 51 packages [2021-04-23T18:25:44.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:25:44.656Z] OK: 233 MiB in 51 packages [2021-04-23T18:25:44.656Z] OK: 233 MiB in 51 packages [2021-04-23T18:25:45.247Z] Removing intermediate container d901b7f543a1 [2021-04-23T18:25:45.247Z] ---> 091f06a32571 [2021-04-23T18:25:45.247Z] Step 6/22 : COPY go.mod . [2021-04-23T18:25:45.247Z] OK: 233 MiB in 51 packages [2021-04-23T18:25:45.509Z] Removing intermediate container deed9c79fd46 [2021-04-23T18:25:45.509Z] ---> c5e303033635 [2021-04-23T18:25:45.509Z] Step 6/23 : COPY go.mod . [2021-04-23T18:25:45.509Z] Removing intermediate container a90de801b5c3 [2021-04-23T18:25:45.509Z] ---> 65e7bf2be0f4 [2021-04-23T18:25:45.509Z] Step 6/21 : COPY go.mod . [2021-04-23T18:25:45.509Z] ---> a1c298caa20c [2021-04-23T18:25:45.509Z] Step 7/22 : RUN go mod download [2021-04-23T18:25:45.773Z] Removing intermediate container ec0bd273bf7a [2021-04-23T18:25:45.773Z] ---> 01b7e3d5c0bd [2021-04-23T18:25:45.773Z] Step 6/23 : COPY go.mod . [2021-04-23T18:25:45.773Z] ---> Running in 14f19500566c [2021-04-23T18:25:45.773Z] ---> dd35ba90ce8a [2021-04-23T18:25:45.773Z] Step 7/23 : RUN go mod download [2021-04-23T18:25:46.046Z] ---> 4a4099946a65 [2021-04-23T18:25:46.046Z] Step 7/21 : RUN go mod download [2021-04-23T18:25:46.046Z] ---> Running in 6697fdebbb4b [2021-04-23T18:25:46.309Z] ---> Running in 6fc393651fc3 [2021-04-23T18:25:46.309Z] ---> 0b409a14b949 [2021-04-23T18:25:46.309Z] Step 7/23 : RUN go mod download [2021-04-23T18:25:46.309Z] Removing intermediate container e33cf44c708e [2021-04-23T18:25:46.309Z] ---> dcb92d19acb0 [2021-04-23T18:25:46.309Z] Step 6/31 : COPY go.mod . [2021-04-23T18:25:46.573Z] ---> Running in b7f6860bff60 [2021-04-23T18:25:46.835Z] ---> 7c2aee9ca896 [2021-04-23T18:25:46.835Z] Step 7/31 : RUN go mod download [2021-04-23T18:25:47.104Z] ---> Running in 0ccd5c7b2269 [2021-04-23T18:25:48.067Z] Removing intermediate container 14f19500566c [2021-04-23T18:25:48.068Z] ---> b823e63ad3f5 [2021-04-23T18:25:48.068Z] Step 8/22 : COPY . . [2021-04-23T18:25:50.158Z] 25b303627fd3: Pull complete [2021-04-23T18:25:50.158Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-23T18:25:50.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:25:50.158Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-23T18:25:50.421Z] prd-ubuntu18.04-docker-arm64-4c-16g-1573 does not seem to be running inside a container [2021-04-23T18:25:50.505Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-23T18:25:50.622Z] Removing intermediate container b7f6860bff60 [2021-04-23T18:25:50.622Z] ---> a71b068e6241 [2021-04-23T18:25:50.622Z] Step 8/23 : COPY . . [2021-04-23T18:25:50.885Z] Removing intermediate container 6fc393651fc3 [2021-04-23T18:25:50.885Z] ---> 7b95071937f8 [2021-04-23T18:25:50.885Z] Step 8/21 : COPY . . [2021-04-23T18:25:53.507Z] Removing intermediate container 6697fdebbb4b [2021-04-23T18:25:53.507Z] ---> 916a1340f041 [2021-04-23T18:25:53.507Z] Step 8/23 : COPY . . [2021-04-23T18:25:53.673Z] $ docker top e698c4ab0e5087e498295bd03f1db6d0cab5406e064466057251e0e904a9b06c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:25:54.615Z] + docker-compose build --help [2021-04-23T18:25:54.615Z] + grep parallel [2021-04-23T18:25:57.984Z] --parallel Build images in parallel. [Pipeline] } [2021-04-23T18:25:58.012Z] $ docker stop --time=1 e698c4ab0e5087e498295bd03f1db6d0cab5406e064466057251e0e904a9b06c [2021-04-23T18:26:00.116Z] $ docker rm -f e698c4ab0e5087e498295bd03f1db6d0cab5406e064466057251e0e904a9b06c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:26:00.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:26:00.818Z] . [Pipeline] withDockerContainer [2021-04-23T18:26:01.116Z] prd-ubuntu18.04-docker-arm64-4c-16g-1573 does not seem to be running inside a container [2021-04-23T18:26:01.270Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-23T18:26:01.764Z] Removing intermediate container 0ccd5c7b2269 [2021-04-23T18:26:01.764Z] ---> 1301af317cef [2021-04-23T18:26:01.764Z] Step 8/31 : COPY . . [2021-04-23T18:26:02.900Z] $ docker top c8f6d8ecc18514c2a487f5a40a0e991f9dc9cc0b7a3844de683391a46fd55de6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:26:03.852Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-23T18:26:07.231Z] Building docker-core-command-go ... [2021-04-23T18:26:07.231Z] Building docker-core-data-go ... [2021-04-23T18:26:07.231Z] Building docker-core-metadata-go ... [2021-04-23T18:26:07.231Z] Building docker-security-bootstrapper-go ... [2021-04-23T18:26:07.231Z] Building docker-security-proxy-setup-go ... [2021-04-23T18:26:07.231Z] Building docker-security-secretstore-setup-go ... [2021-04-23T18:26:07.231Z] Building docker-support-notifications-go ... [2021-04-23T18:26:07.231Z] Building docker-support-scheduler-go ... [2021-04-23T18:26:07.231Z] Building docker-sys-mgmt-agent-go ... [2021-04-23T18:26:07.231Z] Building docker-core-metadata-go [2021-04-23T18:26:07.231Z] Building docker-security-bootstrapper-go [2021-04-23T18:26:07.231Z] Building docker-support-notifications-go [2021-04-23T18:26:07.231Z] Building docker-security-proxy-setup-go [2021-04-23T18:26:07.231Z] Building docker-support-scheduler-go [2021-04-23T18:26:33.998Z] ---> 9fb87dd82da1 [2021-04-23T18:26:33.998Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-23T18:26:33.998Z] ---> 6449e74aa2f0 [2021-04-23T18:26:33.998Z] ---> 3d473e2d43bf [2021-04-23T18:26:33.998Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/23 : RUN make cmd/core-command/core-command [2021-04-23T18:26:33.998Z] [2021-04-23T18:26:33.998Z] ---> Running in deb9bc0b6f6a [2021-04-23T18:26:33.998Z] ---> Running in b1a1718d628a [2021-04-23T18:26:33.998Z] ---> Running in 4e6b3afb76eb [2021-04-23T18:26:33.998Z] ---> 844fb34a1474 [2021-04-23T18:26:33.998Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-23T18:26:33.998Z] ---> 38f539b0654d [2021-04-23T18:26:33.998Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-23T18:26:33.998Z] ---> Running in b1b59840c4dd [2021-04-23T18:26:33.998Z] ---> Running in d81313ba8269 [2021-04-23T18:26:33.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-23T18:26:33.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-23T18:26:33.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-command/core-command ./cmd/core-command [2021-04-23T18:26:33.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-23T18:26:33.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-23T18:26:54.197Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:26:54.197Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:26:54.197Z] ---> 72d121688324 [2021-04-23T18:26:54.197Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:26:54.793Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:26:54.793Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:26:54.793Z] ---> 72d121688324 [2021-04-23T18:26:54.793Z] Step 3/31 : WORKDIR /edgex-go [2021-04-23T18:26:54.793Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:26:54.793Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:26:54.793Z] ---> 72d121688324 [2021-04-23T18:26:54.793Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:26:54.793Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:26:54.793Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:26:54.793Z] ---> 72d121688324 [2021-04-23T18:26:54.793Z] Step 3/21 : WORKDIR /edgex-go [2021-04-23T18:26:54.793Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:26:54.793Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:26:54.793Z] ---> 72d121688324 [2021-04-23T18:26:54.793Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:26:59.142Z] ---> Running in 860783267b31 [2021-04-23T18:26:59.142Z] ---> Running in 695312d5795d [2021-04-23T18:26:59.142Z] ---> Running in 2225a1102bf1 [2021-04-23T18:26:59.142Z] ---> Running in 66763cb399f8 [2021-04-23T18:26:59.142Z] ---> Running in be0f394bd61c [2021-04-23T18:26:59.142Z] Removing intermediate container be0f394bd61c [2021-04-23T18:26:59.142Z] ---> de77ef3cb798 [2021-04-23T18:26:59.142Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:26:59.415Z] ---> Running in 58d3a904605e [2021-04-23T18:26:59.415Z] Removing intermediate container 860783267b31 [2021-04-23T18:26:59.415Z] ---> e570ac4275f7 [2021-04-23T18:26:59.415Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:26:59.415Z] Removing intermediate container 66763cb399f8 [2021-04-23T18:26:59.415Z] ---> aaf93e1ae856 [2021-04-23T18:26:59.415Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:26:59.415Z] Removing intermediate container 695312d5795d [2021-04-23T18:26:59.415Z] ---> 25feb47d803c [2021-04-23T18:26:59.415Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:26:59.694Z] Removing intermediate container 2225a1102bf1 [2021-04-23T18:26:59.694Z] ---> ea7148888332 [2021-04-23T18:26:59.694Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:26:59.694Z] ---> Running in 382d54e08c13 [2021-04-23T18:26:59.694Z] ---> Running in e11cd0367b51 [2021-04-23T18:26:59.694Z] ---> Running in 1fbf312c837e [2021-04-23T18:26:59.982Z] ---> Running in 1a1c2ea207d9 [2021-04-23T18:27:03.400Z] Removing intermediate container 58d3a904605e [2021-04-23T18:27:03.400Z] ---> 2257053f8fcc [2021-04-23T18:27:03.400Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:27:03.673Z] ---> Running in 3dd41c18a567 [2021-04-23T18:27:03.673Z] Removing intermediate container 382d54e08c13 [2021-04-23T18:27:03.673Z] ---> a7f7fdb674cb [2021-04-23T18:27:03.673Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-23T18:27:03.950Z] Removing intermediate container e11cd0367b51 [2021-04-23T18:27:03.950Z] ---> 731b1868e10e [2021-04-23T18:27:03.950Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-23T18:27:03.950Z] ---> Running in ceb31aaa0abc [2021-04-23T18:27:04.223Z] Removing intermediate container 1fbf312c837e [2021-04-23T18:27:04.223Z] ---> 2fae524ce4e4 [2021-04-23T18:27:04.223Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-23T18:27:04.223Z] ---> Running in 66e74723c15a [2021-04-23T18:27:04.516Z] Removing intermediate container 1a1c2ea207d9 [2021-04-23T18:27:04.516Z] ---> 04ff765a5e1b [2021-04-23T18:27:04.516Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-23T18:27:04.791Z] ---> Running in 5f8fefa0493a [2021-04-23T18:27:04.791Z] ---> Running in 1bee146daaaa [2021-04-23T18:27:05.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:06.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:06.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:06.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:06.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:06.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:06.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:07.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:07.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:07.168Z] OK: 217 MiB in 51 packages [2021-04-23T18:27:07.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:27:07.744Z] OK: 217 MiB in 51 packages [2021-04-23T18:27:08.030Z] OK: 217 MiB in 51 packages [2021-04-23T18:27:08.312Z] OK: 217 MiB in 51 packages [2021-04-23T18:27:08.585Z] OK: 217 MiB in 51 packages [2021-04-23T18:27:08.861Z] Removing intermediate container 3dd41c18a567 [2021-04-23T18:27:08.862Z] ---> ad62ab7a521c [2021-04-23T18:27:08.862Z] Step 6/23 : COPY go.mod . [2021-04-23T18:27:09.469Z] Removing intermediate container ceb31aaa0abc [2021-04-23T18:27:09.469Z] ---> b5516c39fe2c [2021-04-23T18:27:09.469Z] Step 6/22 : COPY go.mod . [2021-04-23T18:27:09.747Z] Removing intermediate container 5f8fefa0493a [2021-04-23T18:27:09.747Z] ---> d227535d1498 [2021-04-23T18:27:09.747Z] Step 6/22 : COPY go.mod . [2021-04-23T18:27:10.031Z] ---> fbda6b90ec9e [2021-04-23T18:27:10.031Z] Step 7/23 : RUN go mod download [2021-04-23T18:27:10.310Z] Removing intermediate container 1bee146daaaa [2021-04-23T18:27:10.310Z] ---> c3a4cec834a3 [2021-04-23T18:27:10.310Z] Step 6/21 : COPY go.mod . [2021-04-23T18:27:10.310Z] ---> Running in d9b57653e200 [2021-04-23T18:27:10.310Z] ---> cd3098889a4b [2021-04-23T18:27:10.310Z] Step 7/22 : RUN go mod download [2021-04-23T18:27:10.582Z] Removing intermediate container 66e74723c15a [2021-04-23T18:27:10.582Z] ---> b3e10e3fbee8 [2021-04-23T18:27:10.582Z] Step 6/31 : COPY go.mod . [2021-04-23T18:27:10.855Z] ---> Running in 7b0b6eddeb91 [2021-04-23T18:27:10.855Z] ---> 690baf6a7f9b [2021-04-23T18:27:10.855Z] Step 7/22 : RUN go mod download [2021-04-23T18:27:11.137Z] ---> Running in a485d260aa40 [2021-04-23T18:27:11.137Z] ---> 7d2244d760a5 [2021-04-23T18:27:11.137Z] Step 7/21 : RUN go mod download [2021-04-23T18:27:11.411Z] ---> b84a157f0560 [2021-04-23T18:27:11.411Z] Step 7/31 : RUN go mod download [2021-04-23T18:27:11.685Z] ---> Running in ffd3d86b67cd [2021-04-23T18:27:11.685Z] ---> Running in 23dfe7122bf6 [2021-04-23T18:27:12.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-23T18:27:14.335Z] Removing intermediate container d9b57653e200 [2021-04-23T18:27:14.335Z] ---> ab83b641fc31 [2021-04-23T18:27:14.335Z] Step 8/23 : COPY . . [2021-04-23T18:27:14.363Z] Removing intermediate container deb9bc0b6f6a [2021-04-23T18:27:14.363Z] ---> 9a545c85661f [2021-04-23T18:27:14.363Z] [2021-04-23T18:27:14.363Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:27:14.363Z] Removing intermediate container b1a1718d628a [2021-04-23T18:27:14.363Z] ---> 1b8f3a61d7b3 [2021-04-23T18:27:14.363Z] [2021-04-23T18:27:14.363Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:27:14.363Z] 3.12: Pulling from library/alpine [2021-04-23T18:27:14.363Z] 3.12: Pulling from library/alpine [2021-04-23T18:27:14.363Z] Removing intermediate container d81313ba8269 [2021-04-23T18:27:14.363Z] ---> 1d1658edafd8 [2021-04-23T18:27:14.363Z] [2021-04-23T18:27:14.363Z] Step 10/31 : FROM alpine:3.12 [2021-04-23T18:27:14.363Z] 3.12: Pulling from library/alpine [2021-04-23T18:27:14.931Z] Removing intermediate container 7b0b6eddeb91 [2021-04-23T18:27:14.931Z] ---> dc4512b3fe21 [2021-04-23T18:27:14.931Z] Step 8/22 : COPY . . [2021-04-23T18:27:15.203Z] Removing intermediate container a485d260aa40 [2021-04-23T18:27:15.203Z] ---> 2cff76fd60b5 [2021-04-23T18:27:15.203Z] Step 8/22 : COPY . . [2021-04-23T18:27:15.314Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:27:15.577Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:27:15.577Z] Status: Downloaded newer image for alpine:3.12 [2021-04-23T18:27:15.577Z] Status: Image is up to date for alpine:3.12 [2021-04-23T18:27:15.577Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:27:15.577Z] Status: Image is up to date for alpine:3.12 [2021-04-23T18:27:15.577Z] ---> 13621d1b12d4 [2021-04-23T18:27:15.577Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:27:15.577Z] ---> 13621d1b12d4 [2021-04-23T18:27:15.577Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-23T18:27:15.577Z] ---> 13621d1b12d4 [2021-04-23T18:27:15.577Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-23T18:27:16.241Z] Removing intermediate container ffd3d86b67cd [2021-04-23T18:27:16.241Z] ---> 74f8909780b6 [2021-04-23T18:27:16.241Z] Step 8/21 : COPY . . [2021-04-23T18:27:16.516Z] Removing intermediate container 23dfe7122bf6 [2021-04-23T18:27:16.516Z] ---> b4cb811a5184 [2021-04-23T18:27:16.516Z] Step 8/31 : COPY . . [2021-04-23T18:27:18.894Z] ---> Running in 18c5237d7fa3 [2021-04-23T18:27:18.894Z] ---> Running in f9884b57f9f6 [2021-04-23T18:27:18.894Z] ---> Running in 42aa594b0814 [2021-04-23T18:27:19.156Z] Removing intermediate container 4e6b3afb76eb [2021-04-23T18:27:19.156Z] ---> aaa8345cf2c0 [2021-04-23T18:27:19.156Z] [2021-04-23T18:27:19.156Z] Step 10/21 : FROM alpine:3.12 [2021-04-23T18:27:19.156Z] ---> 13621d1b12d4 [2021-04-23T18:27:19.156Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-23T18:27:19.156Z] Removing intermediate container b1b59840c4dd [2021-04-23T18:27:19.156Z] ---> 88c9b5666c8d [2021-04-23T18:27:19.156Z] [2021-04-23T18:27:19.156Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:27:19.156Z] ---> 13621d1b12d4 [2021-04-23T18:27:19.156Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:27:19.417Z] ---> Running in 65b0bd34aefa [2021-04-23T18:27:19.417Z] Removing intermediate container 42aa594b0814 [2021-04-23T18:27:19.417Z] ---> d05078db9313 [2021-04-23T18:27:19.417Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-23T18:27:19.684Z] ---> Running in 707a48075687 [2021-04-23T18:27:19.684Z] ---> Running in 9f5419bd5429 [2021-04-23T18:27:20.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.268Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:27:20.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.539Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:27:20.539Z] OK: 6 MiB in 15 packages [2021-04-23T18:27:20.539Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-23T18:27:20.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.539Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:27:20.539Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:27:20.539Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:27:20.539Z] OK: 6 MiB in 16 packages [2021-04-23T18:27:20.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.806Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-23T18:27:20.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.806Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:27:20.806Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-23T18:27:20.806Z] (4/4) Installing curl (7.76.1-r0) [2021-04-23T18:27:20.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:20.806Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:27:20.806Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:27:20.806Z] OK: 7 MiB in 18 packages [2021-04-23T18:27:21.070Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:27:21.070Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:27:21.070Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:27:21.070Z] (2/2) Installing su-exec (0.2-r1) [2021-04-23T18:27:21.070Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:27:21.070Z] OK: 6 MiB in 16 packages [2021-04-23T18:27:21.070Z] OK: 6 MiB in 15 packages [2021-04-23T18:27:22.018Z] Removing intermediate container f9884b57f9f6 [2021-04-23T18:27:22.018Z] ---> de0b6e7769e5 [2021-04-23T18:27:22.018Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:27:22.967Z] ---> Running in da7b31b0ab55 [2021-04-23T18:27:22.967Z] Removing intermediate container 18c5237d7fa3 [2021-04-23T18:27:22.967Z] ---> d3f25ec0b26f [2021-04-23T18:27:22.967Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:27:23.231Z] Removing intermediate container 65b0bd34aefa [2021-04-23T18:27:23.231Z] ---> 7cfb32135d32 [2021-04-23T18:27:23.231Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:27:23.231Z] Removing intermediate container 9f5419bd5429 [2021-04-23T18:27:23.231Z] ---> ae70071eb98a [2021-04-23T18:27:23.231Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-23T18:27:23.494Z] Removing intermediate container da7b31b0ab55 [2021-04-23T18:27:23.494Z] ---> 5311e0d5ca7c [2021-04-23T18:27:23.494Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-23T18:27:23.494Z] ---> Running in c10556193221 [2021-04-23T18:27:23.494Z] ---> Running in 44c8f22e944d [2021-04-23T18:27:23.494Z] Removing intermediate container 707a48075687 [2021-04-23T18:27:23.494Z] ---> 9c81e15888ef [2021-04-23T18:27:23.494Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:27:23.757Z] ---> Running in 1ad5d51a6873 [2021-04-23T18:27:23.757Z] ---> Running in 7ed873753ea6 [2021-04-23T18:27:23.757Z] ---> Running in 07e41e2f3f33 [2021-04-23T18:27:23.757Z] Removing intermediate container c10556193221 [2021-04-23T18:27:23.757Z] ---> a87bf03d3f99 [2021-04-23T18:27:23.757Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-23T18:27:23.757Z] Removing intermediate container 44c8f22e944d [2021-04-23T18:27:23.757Z] ---> c35762644f0c [2021-04-23T18:27:23.757Z] Step 13/21 : WORKDIR /edgex [2021-04-23T18:27:24.020Z] ---> Running in 86628595c867 [2021-04-23T18:27:24.020Z] ---> Running in 3fc3160b4135 [2021-04-23T18:27:24.020Z] Removing intermediate container 7ed873753ea6 [2021-04-23T18:27:24.020Z] ---> 1ac8053eb30c [2021-04-23T18:27:24.020Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:27:24.966Z] Removing intermediate container 1ad5d51a6873 [2021-04-23T18:27:24.966Z] ---> a47627ad0909 [2021-04-23T18:27:24.966Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-23T18:27:24.966Z] Removing intermediate container 07e41e2f3f33 [2021-04-23T18:27:24.966Z] ---> 6dfc88b7eca3 [2021-04-23T18:27:24.966Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-23T18:27:24.966Z] ---> Running in 6e951df6adc9 [2021-04-23T18:27:24.966Z] ---> Running in 9e0371483f08 [2021-04-23T18:27:24.966Z] ---> Running in 2893df3071a9 [2021-04-23T18:27:24.966Z] Removing intermediate container 86628595c867 [2021-04-23T18:27:24.966Z] ---> 24d514f61b71 [2021-04-23T18:27:24.966Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:27:24.966Z] Removing intermediate container 3fc3160b4135 [2021-04-23T18:27:24.966Z] ---> 29336bf3e37f [2021-04-23T18:27:24.966Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-23T18:27:25.228Z] ---> Running in 61690ad9279f [2021-04-23T18:27:25.228Z] Removing intermediate container 6e951df6adc9 [2021-04-23T18:27:25.228Z] ---> 523f5273dcca [2021-04-23T18:27:25.228Z] Step 15/23 : WORKDIR / [2021-04-23T18:27:25.228Z] Removing intermediate container 9e0371483f08 [2021-04-23T18:27:25.228Z] ---> 0856fe1e8537 [2021-04-23T18:27:25.228Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-23T18:27:25.492Z] Removing intermediate container 2893df3071a9 [2021-04-23T18:27:25.492Z] ---> 1072469dab01 [2021-04-23T18:27:25.492Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:27:25.492Z] ---> Running in e026305cf4ad [2021-04-23T18:27:25.492Z] ---> Running in f886f5b175c3 [2021-04-23T18:27:25.492Z] ---> Running in 55a769c38db6 [2021-04-23T18:27:25.760Z] ---> 6f77a49005de [2021-04-23T18:27:25.760Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-23T18:27:25.760Z] Removing intermediate container 61690ad9279f [2021-04-23T18:27:25.760Z] ---> 11e13a91b18c [2021-04-23T18:27:25.760Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:27:26.025Z] Removing intermediate container e026305cf4ad [2021-04-23T18:27:26.025Z] Removing intermediate container 55a769c38db6 [2021-04-23T18:27:26.025Z] ---> 333beaf465f7 [2021-04-23T18:27:26.025Z] Step 15/23 : WORKDIR / [2021-04-23T18:27:26.025Z] ---> 5de3abe6bfd2 [2021-04-23T18:27:26.025Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:27:26.300Z] ---> Running in 4587cb45a9f2 [2021-04-23T18:27:26.300Z] ---> 6341bb5f2472 [2021-04-23T18:27:26.300Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-23T18:27:26.300Z] ---> a5381e2e3f54 [2021-04-23T18:27:26.300Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-23T18:27:26.568Z] ---> d718492aa4ee [2021-04-23T18:27:26.568Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-23T18:27:26.834Z] Removing intermediate container 4587cb45a9f2 [2021-04-23T18:27:26.834Z] ---> ce341fba0fd8 [2021-04-23T18:27:26.834Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:27:27.797Z] ---> 7bb2c3dbde63 [2021-04-23T18:27:27.797Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-23T18:27:27.797Z] ---> a8d5d04ecfca [2021-04-23T18:27:27.797Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-23T18:27:27.797Z] Removing intermediate container f886f5b175c3 [2021-04-23T18:27:27.797Z] ---> c7649d02de36 [2021-04-23T18:27:27.797Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-23T18:27:27.797Z] ---> 13c162deb370 [2021-04-23T18:27:27.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-23T18:27:27.797Z] ---> c2e07a1cd245 [2021-04-23T18:27:27.797Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-23T18:27:27.797Z] ---> Running in d22a7e8e16cb [2021-04-23T18:27:27.797Z] ---> Running in e979c5aeef9a [2021-04-23T18:27:28.392Z] ---> 134adbfae0d7 [2021-04-23T18:27:28.392Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-23T18:27:28.392Z] ---> 1ea7d0954848 [2021-04-23T18:27:28.392Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-23T18:27:28.392Z] Removing intermediate container d22a7e8e16cb [2021-04-23T18:27:28.392Z] ---> e7e564834e67 [2021-04-23T18:27:28.392Z] Step 18/21 : CMD ["--init=true"] [2021-04-23T18:27:28.392Z] ---> Running in 0aed4282f6b1 [2021-04-23T18:27:28.392Z] ---> Running in 80381abff142 [2021-04-23T18:27:28.392Z] Removing intermediate container e979c5aeef9a [2021-04-23T18:27:28.392Z] ---> a0b395bd0c97 [2021-04-23T18:27:28.392Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-23T18:27:28.392Z] ---> cd5e2d663eda [2021-04-23T18:27:28.392Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-23T18:27:28.659Z] ---> Running in 7e1f84aa4c5c [2021-04-23T18:27:28.659Z] Removing intermediate container 0aed4282f6b1 [2021-04-23T18:27:28.659Z] ---> ebfe2e89dfdb [2021-04-23T18:27:28.659Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:27:28.921Z] Removing intermediate container 80381abff142 [2021-04-23T18:27:28.921Z] ---> 3a42476511e5 [2021-04-23T18:27:28.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:27:28.921Z] ---> Running in d8d0a03bc44c [2021-04-23T18:27:28.921Z] Removing intermediate container 7e1f84aa4c5c [2021-04-23T18:27:28.921Z] ---> 65e7f137397f [2021-04-23T18:27:28.921Z] Step 19/21 : LABEL arch=x86_64 [2021-04-23T18:27:29.184Z] ---> Running in 3c50d9feda71 [2021-04-23T18:27:29.184Z] ---> 29650271a257 [2021-04-23T18:27:29.184Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-23T18:27:29.184Z] ---> 37d9e3bffb55 [2021-04-23T18:27:29.184Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-23T18:27:29.184Z] ---> Running in 462e13ac56a7 [2021-04-23T18:27:29.446Z] ---> Running in 92b0ec7322a2 [2021-04-23T18:27:29.446Z] ---> Running in ab627170fa63 [2021-04-23T18:27:29.446Z] Removing intermediate container d8d0a03bc44c [2021-04-23T18:27:29.446Z] ---> 1d90dcacce5f [2021-04-23T18:27:29.446Z] Step 20/22 : LABEL arch=x86_64 [2021-04-23T18:27:29.708Z] Removing intermediate container 3c50d9feda71 [2021-04-23T18:27:29.708Z] ---> eb74cfffe865 [2021-04-23T18:27:29.708Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:27:29.708Z] ---> Running in 68b002b4a838 [2021-04-23T18:27:29.708Z] Removing intermediate container 462e13ac56a7 [2021-04-23T18:27:29.708Z] ---> 210334f66e08 [2021-04-23T18:27:29.708Z] Step 20/21 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:27:29.971Z] Removing intermediate container 92b0ec7322a2 [2021-04-23T18:27:29.972Z] ---> 3844cfa0e053 [2021-04-23T18:27:29.972Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:27:29.972Z] ---> Running in e43a7cf7495c [2021-04-23T18:27:29.972Z] ---> Running in 8434860fa050 [2021-04-23T18:27:29.972Z] ---> Running in 836410bdcca0 [2021-04-23T18:27:30.234Z] Removing intermediate container 68b002b4a838 [2021-04-23T18:27:30.234Z] ---> 71df316635af [2021-04-23T18:27:30.234Z] Step 21/22 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:27:30.234Z] ---> Running in b2f5f81651fc [2021-04-23T18:27:30.234Z] Removing intermediate container e43a7cf7495c [2021-04-23T18:27:30.234Z] ---> 0a0a43b1c4fc [2021-04-23T18:27:30.234Z] Step 21/21 : LABEL version=2.0.0-dev.187 [2021-04-23T18:27:30.234Z] Removing intermediate container 8434860fa050 [2021-04-23T18:27:30.234Z] ---> c3c6e95e3c82 [2021-04-23T18:27:30.234Z] Step 22/23 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:27:30.499Z] Removing intermediate container 836410bdcca0 [2021-04-23T18:27:30.499Z] ---> 60a369de906a [2021-04-23T18:27:30.499Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:27:30.499Z] ---> Running in 1af199f4ffd1 [2021-04-23T18:27:30.762Z] ---> Running in 3972607107f8 [2021-04-23T18:27:30.762Z] ---> Running in d6cc5d7856ad [2021-04-23T18:27:30.762Z] Removing intermediate container b2f5f81651fc [2021-04-23T18:27:30.762Z] ---> 8e780a66fccf [2021-04-23T18:27:30.762Z] Step 22/22 : LABEL version=2.0.0-dev.187 [2021-04-23T18:27:31.024Z] Removing intermediate container 3972607107f8 [2021-04-23T18:27:31.024Z] ---> d73048c1f9a0 [2021-04-23T18:27:31.024Z] Step 23/23 : LABEL version=2.0.0-dev.187 [2021-04-23T18:27:31.024Z] Removing intermediate container 1af199f4ffd1 [2021-04-23T18:27:31.024Z] ---> 0112a46c6aeb [2021-04-23T18:27:31.024Z] [2021-04-23T18:27:31.286Z] ---> Running in 5fd42f410400 [2021-04-23T18:27:31.286Z] Removing intermediate container d6cc5d7856ad [2021-04-23T18:27:31.286Z] ---> 4e24fc038150 [2021-04-23T18:27:31.286Z] Step 22/23 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:27:31.286Z] Removing intermediate container ab627170fa63 [2021-04-23T18:27:31.286Z] ---> 84d9d7f75456 [2021-04-23T18:27:31.286Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:27:31.286Z] ---> Running in 72c1c379ccf1 [2021-04-23T18:27:31.548Z] Successfully built 0112a46c6aeb [2021-04-23T18:27:31.548Z] ---> Running in 3410c93c7cfd [2021-04-23T18:27:31.548Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-23T18:27:31.548Z] Building docker-security-secretstore-setup-go [2021-04-23T18:27:31.548Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5fd42f410400 [2021-04-23T18:27:31.548Z] ---> e976c6331f58 [2021-04-23T18:27:31.548Z] [2021-04-23T18:27:31.548Z] Removing intermediate container 72c1c379ccf1 [2021-04-23T18:27:31.548Z] ---> 3d2b044f9c20 [2021-04-23T18:27:31.548Z] [2021-04-23T18:27:31.817Z] ---> 10ea2ea7aea6 [2021-04-23T18:27:31.817Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-23T18:27:31.817Z] Successfully built e976c6331f58 [2021-04-23T18:27:31.817Z] Removing intermediate container 3410c93c7cfd [2021-04-23T18:27:31.817Z] ---> 65108a44f95d [2021-04-23T18:27:31.817Z] Step 23/23 : LABEL version=2.0.0-dev.187 [2021-04-23T18:27:31.817Z] Successfully built 3d2b044f9c20 [2021-04-23T18:27:32.084Z] Successfully tagged docker-support-notifications-go:latest [2021-04-23T18:27:32.084Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-04-23T18:27:32.084Z] Successfully tagged docker-core-command-go:latest [2021-04-23T18:27:32.084Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-23T18:27:32.084Z] ---> Running in 6c6a6dade10f [2021-04-23T18:27:32.349Z] Removing intermediate container 6c6a6dade10f [2021-04-23T18:27:32.349Z] ---> ad47126b84b8 [2021-04-23T18:27:32.349Z] [2021-04-23T18:27:32.614Z] Successfully built ad47126b84b8 [2021-04-23T18:27:32.614Z] ---> ef827765572d [2021-04-23T18:27:32.614Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-23T18:27:32.614Z] Successfully tagged docker-core-metadata-go:latest [2021-04-23T18:27:32.614Z] Building docker-sys-mgmt-agent-go [2021-04-23T18:27:33.187Z]  Building docker-core-metadata-go ... done  ---> 270cceddfba3 [2021-04-23T18:27:33.187Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-23T18:27:37.431Z] ---> a7af3d3d0cb4 [2021-04-23T18:27:37.431Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-23T18:27:37.431Z] ---> 08ab1658f3de [2021-04-23T18:27:37.431Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-23T18:27:37.700Z] ---> Running in ebfa53e3f4a1 [2021-04-23T18:27:38.699Z] ---> 964ba10d5cca [2021-04-23T18:27:38.699Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-23T18:27:38.699Z] ---> 84b87a7b2620 [2021-04-23T18:27:38.699Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-23T18:27:38.699Z] ---> 5bef61f13f9d [2021-04-23T18:27:38.699Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-23T18:27:38.699Z] ---> cc8779c8aa92 [2021-04-23T18:27:38.699Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-23T18:27:38.699Z] ---> 6be650f5649c [2021-04-23T18:27:38.699Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-23T18:27:38.699Z] ---> Running in 0a06f58aa126 [2021-04-23T18:27:38.699Z] ---> Running in dcc944fe8ca1 [2021-04-23T18:27:38.699Z] ---> Running in b87bc79a073b [2021-04-23T18:27:38.699Z] ---> Running in 5cce5b4c1fd5 [2021-04-23T18:27:38.699Z] ---> Running in 7c5d7eb80416 [2021-04-23T18:27:38.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-23T18:27:38.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-23T18:27:38.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-23T18:27:38.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-23T18:27:38.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-23T18:27:41.940Z] Removing intermediate container ebfa53e3f4a1 [2021-04-23T18:27:41.940Z] ---> 37ae1353b508 [2021-04-23T18:27:41.940Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-23T18:27:41.940Z] ---> 2fd5fb1043ff [2021-04-23T18:27:41.940Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-23T18:27:42.885Z] ---> Running in 3cf25b2cb5a6 [2021-04-23T18:27:46.203Z] Removing intermediate container 3cf25b2cb5a6 [2021-04-23T18:27:46.203Z] ---> 72903f94f83f [2021-04-23T18:27:46.203Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-23T18:27:46.203Z] ---> Running in 3ecc3424c955 [2021-04-23T18:27:46.203Z] Removing intermediate container 3ecc3424c955 [2021-04-23T18:27:46.203Z] ---> a11d3c57cbdf [2021-04-23T18:27:46.203Z] Step 28/31 : CMD ["gate"] [2021-04-23T18:27:46.468Z] ---> Running in 7662a1f8456c [2021-04-23T18:27:46.737Z] Removing intermediate container 7662a1f8456c [2021-04-23T18:27:46.737Z] ---> 293ca49f4627 [2021-04-23T18:27:46.737Z] Step 29/31 : LABEL arch=x86_64 [2021-04-23T18:27:46.737Z] ---> Running in 331adca2c679 [2021-04-23T18:27:47.008Z] Removing intermediate container 331adca2c679 [2021-04-23T18:27:47.008Z] ---> 90b312dd4dff [2021-04-23T18:27:47.008Z] Step 30/31 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:27:47.590Z] ---> Running in f2633b5d3882 [2021-04-23T18:27:51.903Z] Removing intermediate container f2633b5d3882 [2021-04-23T18:27:51.903Z] ---> e790d5e76f46 [2021-04-23T18:27:51.903Z] Step 31/31 : LABEL version=2.0.0-dev.187 [2021-04-23T18:27:56.188Z] ---> Running in 65227d6c8366 [2021-04-23T18:27:57.603Z] Removing intermediate container 65227d6c8366 [2021-04-23T18:27:57.603Z] ---> 140e4395a1e2 [2021-04-23T18:27:57.603Z] [2021-04-23T18:27:59.020Z] Successfully built 140e4395a1e2 [2021-04-23T18:27:59.284Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-23T18:28:01.237Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:28:01.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:28:01.237Z] ---> 5db2e1bccce8 [2021-04-23T18:28:01.237Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:28:01.237Z] ---> Using cache [2021-04-23T18:28:01.237Z] ---> 8a47f1969f4a [2021-04-23T18:28:01.237Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:28:01.237Z] ---> Using cache [2021-04-23T18:28:01.237Z] ---> 6d65a648322e [2021-04-23T18:28:01.237Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-23T18:28:01.504Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:28:01.504Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:28:01.504Z] ---> 5db2e1bccce8 [2021-04-23T18:28:01.504Z] Step 3/24 : WORKDIR /edgex-go [2021-04-23T18:28:01.504Z] ---> Using cache [2021-04-23T18:28:01.504Z] ---> 8a47f1969f4a [2021-04-23T18:28:01.504Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:28:01.504Z] ---> Using cache [2021-04-23T18:28:01.504Z] ---> 6d65a648322e [2021-04-23T18:28:01.504Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-23T18:28:01.504Z] ---> Using cache [2021-04-23T18:28:01.504Z] ---> 01b7e3d5c0bd [2021-04-23T18:28:01.504Z] Step 6/24 : COPY go.mod . [2021-04-23T18:28:01.504Z] ---> Using cache [2021-04-23T18:28:01.504Z] ---> 0b409a14b949 [2021-04-23T18:28:01.504Z] Step 7/24 : RUN go mod download [2021-04-23T18:28:01.504Z] ---> Using cache [2021-04-23T18:28:01.504Z] ---> a71b068e6241 [2021-04-23T18:28:01.504Z] Step 8/24 : COPY . . [2021-04-23T18:28:02.084Z] ---> Using cache [2021-04-23T18:28:02.084Z] ---> 844fb34a1474 [2021-04-23T18:28:02.084Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-23T18:28:02.679Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:28:02.679Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:28:02.679Z] ---> 5db2e1bccce8 [2021-04-23T18:28:02.679Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:28:02.679Z] ---> Using cache [2021-04-23T18:28:02.679Z] ---> 8a47f1969f4a [2021-04-23T18:28:02.679Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:28:02.679Z] ---> Using cache [2021-04-23T18:28:02.679Z] ---> 6d65a648322e [2021-04-23T18:28:02.679Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-23T18:28:03.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:28:03.254Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:28:03.254Z] ---> 5db2e1bccce8 [2021-04-23T18:28:03.254Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:28:03.254Z] ---> Using cache [2021-04-23T18:28:03.254Z] ---> 8a47f1969f4a [2021-04-23T18:28:03.254Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:28:03.254Z] ---> Using cache [2021-04-23T18:28:03.254Z] ---> 6d65a648322e [2021-04-23T18:28:03.254Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-23T18:28:03.254Z] ---> Using cache [2021-04-23T18:28:03.254Z] ---> 01b7e3d5c0bd [2021-04-23T18:28:03.254Z] Step 6/22 : COPY go.mod . [2021-04-23T18:28:03.254Z] ---> Using cache [2021-04-23T18:28:03.254Z] ---> 0b409a14b949 [2021-04-23T18:28:03.254Z] Step 7/22 : RUN go mod download [2021-04-23T18:28:03.254Z] ---> Using cache [2021-04-23T18:28:03.254Z] ---> a71b068e6241 [2021-04-23T18:28:03.254Z] Step 8/22 : COPY . . [2021-04-23T18:28:03.254Z] ---> Using cache [2021-04-23T18:28:03.254Z] ---> 844fb34a1474 [2021-04-23T18:28:03.254Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-23T18:28:04.653Z] ---> Running in 38fdecfc37a4 [2021-04-23T18:28:04.654Z] ---> Running in 2efd74dc7232 [2021-04-23T18:28:04.654Z] ---> Running in 857bf03cb300 [2021-04-23T18:28:04.654Z] ---> Running in 6f584d0e1f87 [2021-04-23T18:28:06.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-23T18:28:06.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:28:06.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:28:06.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-23T18:28:06.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:28:06.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:28:07.246Z] OK: 233 MiB in 51 packages [2021-04-23T18:28:07.246Z] OK: 233 MiB in 51 packages [2021-04-23T18:28:09.224Z] Removing intermediate container 857bf03cb300 [2021-04-23T18:28:09.224Z] ---> 85d84f75c305 [2021-04-23T18:28:09.224Z] Step 6/23 : COPY go.mod . [2021-04-23T18:28:09.224Z] Removing intermediate container 2efd74dc7232 [2021-04-23T18:28:09.224Z] ---> c6be4b791407 [2021-04-23T18:28:09.224Z] Step 6/23 : COPY go.mod . [2021-04-23T18:28:09.224Z] ---> 748acae1b1d2 [2021-04-23T18:28:09.224Z] Step 7/23 : RUN go mod download [2021-04-23T18:28:09.490Z] ---> fc5afb1bbe5e [2021-04-23T18:28:09.490Z] Step 7/23 : RUN go mod download [2021-04-23T18:28:09.490Z] ---> Running in b6ae3fdf8bfd [2021-04-23T18:28:09.760Z] ---> Running in 94f7ad88cfa0 [2021-04-23T18:28:13.138Z] Removing intermediate container 94f7ad88cfa0 [2021-04-23T18:28:13.138Z] ---> ed29b90be9e1 [2021-04-23T18:28:13.138Z] Step 8/23 : COPY . . [2021-04-23T18:28:13.138Z] Removing intermediate container b6ae3fdf8bfd [2021-04-23T18:28:13.138Z] ---> 7e9087fa3ae3 [2021-04-23T18:28:13.138Z] Step 8/23 : COPY . . [2021-04-23T18:28:28.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-23T18:28:43.348Z] Removing intermediate container 6f584d0e1f87 [2021-04-23T18:28:43.348Z] ---> 7989ad9fc90b [2021-04-23T18:28:43.348Z] [2021-04-23T18:28:43.348Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:28:43.348Z] ---> 13621d1b12d4 [2021-04-23T18:28:43.348Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:28:43.348Z] ---> Using cache [2021-04-23T18:28:43.348Z] ---> 9c81e15888ef [2021-04-23T18:28:43.348Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:28:43.348Z] ---> Using cache [2021-04-23T18:28:43.348Z] ---> 6dfc88b7eca3 [2021-04-23T18:28:43.348Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-23T18:28:43.348Z] ---> 51a78b49d55d [2021-04-23T18:28:43.348Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-23T18:28:43.348Z] ---> d304f3b51fb2 [2021-04-23T18:28:43.348Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-23T18:28:43.348Z] Removing intermediate container 38fdecfc37a4 [2021-04-23T18:28:43.348Z] ---> 6fde8491d227 [2021-04-23T18:28:43.348Z] [2021-04-23T18:28:43.348Z] Step 10/24 : FROM alpine:3.12 [2021-04-23T18:28:43.348Z] ---> 13621d1b12d4 [2021-04-23T18:28:43.348Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-23T18:28:43.348Z] ---> Running in dfc33d069be3 [2021-04-23T18:28:43.348Z] ---> Running in b9d7de46ce8b [2021-04-23T18:28:43.348Z] ---> Running in dc0f493bd990 [2021-04-23T18:28:43.348Z] ---> Running in c813973f04c0 [2021-04-23T18:28:43.348Z] Removing intermediate container b9d7de46ce8b [2021-04-23T18:28:43.348Z] ---> 5ca2d51e466f [2021-04-23T18:28:43.348Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:28:43.348Z] ---> Running in 11c5f3f1f3a2 [2021-04-23T18:28:43.348Z] Removing intermediate container 11c5f3f1f3a2 [2021-04-23T18:28:43.348Z] ---> 12b0977ded82 [2021-04-23T18:28:43.348Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:28:43.348Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-data/core-data ./cmd/core-data [2021-04-23T18:28:43.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:28:43.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-23T18:28:43.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:28:43.349Z] ---> 731bdb17cc42 [2021-04-23T18:28:43.349Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-23T18:28:43.349Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-23T18:28:43.349Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:28:43.349Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-23T18:28:43.349Z] (4/6) Installing curl (7.76.1-r0) [2021-04-23T18:28:43.349Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:28:43.349Z] (6/6) Installing su-exec (0.2-r1) [2021-04-23T18:28:43.349Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:28:43.349Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:28:43.349Z] OK: 7 MiB in 20 packages [2021-04-23T18:28:43.623Z] ---> bc7557bc40eb [2021-04-23T18:28:43.623Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-23T18:28:44.595Z] ---> b6103ce13f8d [2021-04-23T18:28:44.595Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-23T18:28:44.595Z] Removing intermediate container dc0f493bd990 [2021-04-23T18:28:44.595Z] ---> 4c68dd2ae415 [2021-04-23T18:28:44.595Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:28:44.861Z] ---> Running in 23e5ecf0ed51 [2021-04-23T18:28:44.861Z] ---> Running in 484061172b74 [2021-04-23T18:28:45.821Z] Removing intermediate container 23e5ecf0ed51 [2021-04-23T18:28:45.821Z] ---> 9aea6132a034 [2021-04-23T18:28:45.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:28:45.821Z] Removing intermediate container 484061172b74 [2021-04-23T18:28:45.821Z] ---> 0617afbdd7fc [2021-04-23T18:28:45.821Z] Step 13/24 : WORKDIR / [2021-04-23T18:28:46.090Z] ---> Running in da32bd05b277 [2021-04-23T18:28:46.090Z] ---> Running in 7c5228f87dc0 [2021-04-23T18:28:46.361Z] Removing intermediate container da32bd05b277 [2021-04-23T18:28:46.361Z] ---> fd6903aec582 [2021-04-23T18:28:46.361Z] Step 20/22 : LABEL arch=x86_64 [2021-04-23T18:28:46.361Z] Removing intermediate container 7c5228f87dc0 [2021-04-23T18:28:46.361Z] ---> 301e611da3b9 [2021-04-23T18:28:46.362Z] 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-23T18:28:46.630Z] ---> Running in 183782922ab2 [2021-04-23T18:28:46.900Z] Removing intermediate container 183782922ab2 [2021-04-23T18:28:46.900Z] ---> 486f61d460ab [2021-04-23T18:28:46.900Z] Step 21/22 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:28:47.168Z] ---> b2fd3a6f948e [2021-04-23T18:28:47.168Z] 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-23T18:28:47.168Z] ---> Running in ccfde69381aa [2021-04-23T18:28:47.449Z] Removing intermediate container ccfde69381aa [2021-04-23T18:28:47.449Z] ---> 96721c00c908 [2021-04-23T18:28:47.449Z] Step 22/22 : LABEL version=2.0.0-dev.187 [2021-04-23T18:28:47.449Z] ---> Running in f987f8728787 [2021-04-23T18:28:47.449Z] ---> 575077b9b691 [2021-04-23T18:28:47.449Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-23T18:28:47.723Z] Removing intermediate container f987f8728787 [2021-04-23T18:28:47.723Z] ---> 82c1c7a50057 [2021-04-23T18:28:47.723Z] [2021-04-23T18:28:48.331Z] Successfully built 82c1c7a50057 [2021-04-23T18:28:48.331Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-23T18:28:48.331Z]  Building docker-support-scheduler-go ... done  ---> d13ee64b16da [2021-04-23T18:28:48.331Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-23T18:28:49.302Z] ---> 8c89a2363a1a [2021-04-23T18:28:49.302Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-23T18:28:50.612Z] ---> 7e5a4401d59f [2021-04-23T18:28:50.612Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-23T18:28:52.344Z] ---> 7f64b0575c13 [2021-04-23T18:28:52.344Z] 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-23T18:28:52.344Z] ---> Running in 9520333bea12 [2021-04-23T18:28:54.367Z] Removing intermediate container 9520333bea12 [2021-04-23T18:28:54.367Z] ---> 63e375dcd5e8 [2021-04-23T18:28:54.367Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-23T18:28:54.367Z] ---> Running in eada74890d44 [2021-04-23T18:28:54.635Z] Removing intermediate container eada74890d44 [2021-04-23T18:28:54.635Z] ---> b33079a6e7cf [2021-04-23T18:28:54.635Z] Step 22/24 : LABEL arch=x86_64 [2021-04-23T18:28:54.635Z] ---> Running in 27382f2dc72a [2021-04-23T18:28:54.920Z] Removing intermediate container 27382f2dc72a [2021-04-23T18:28:54.920Z] ---> 400721c8340a [2021-04-23T18:28:54.920Z] Step 23/24 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:28:54.920Z] ---> Running in f20537186c33 [2021-04-23T18:28:55.202Z] Removing intermediate container f20537186c33 [2021-04-23T18:28:55.202Z] ---> 259d928450cc [2021-04-23T18:28:55.202Z] Step 24/24 : LABEL version=2.0.0-dev.187 [2021-04-23T18:28:55.202Z] ---> Running in a1c31585f011 [2021-04-23T18:28:55.478Z] Removing intermediate container a1c31585f011 [2021-04-23T18:28:55.478Z] ---> 6452d58e2dde [2021-04-23T18:28:55.478Z] [2021-04-23T18:28:55.752Z] Successfully built 6452d58e2dde [2021-04-23T18:28:56.023Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-23T18:29:06.136Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c813973f04c0 [2021-04-23T18:29:06.136Z] ---> 02f33acf10f0 [2021-04-23T18:29:06.136Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-23T18:29:06.136Z] ---> Running in e434adbeebfc [2021-04-23T18:29:06.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-23T18:29:09.019Z] Removing intermediate container dfc33d069be3 [2021-04-23T18:29:09.019Z] ---> 80bbdeeab57d [2021-04-23T18:29:09.019Z] [2021-04-23T18:29:09.019Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:29:09.019Z] ---> 13621d1b12d4 [2021-04-23T18:29:09.019Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-23T18:29:09.019Z] ---> Running in 7503b669e5f2 [2021-04-23T18:29:09.019Z] Removing intermediate container 7503b669e5f2 [2021-04-23T18:29:09.019Z] ---> 8e7ae252724c [2021-04-23T18:29:09.019Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-23T18:29:09.019Z] Removing intermediate container e434adbeebfc [2021-04-23T18:29:09.019Z] ---> 4842855fabf8 [2021-04-23T18:29:09.019Z] [2021-04-23T18:29:09.019Z] Step 11/23 : FROM docker:20.10.0 [2021-04-23T18:29:09.284Z] ---> Running in 69d99a095070 [2021-04-23T18:29:09.284Z] 20.10.0: Pulling from library/docker [2021-04-23T18:29:09.284Z] Removing intermediate container 69d99a095070 [2021-04-23T18:29:09.284Z] ---> accd72c68405 [2021-04-23T18:29:09.284Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-23T18:29:09.561Z] ---> Running in b410b244ea80 [2021-04-23T18:29:09.826Z] Removing intermediate container b410b244ea80 [2021-04-23T18:29:09.827Z] ---> dc59b2f929ee [2021-04-23T18:29:09.827Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:29:10.403Z] ---> Running in e088da0e3fa2 [2021-04-23T18:29:11.822Z] Removing intermediate container e088da0e3fa2 [2021-04-23T18:29:11.822Z] ---> 614cace7d173 [2021-04-23T18:29:11.822Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-23T18:29:11.822Z] ---> Running in 5d2cb9af986d [2021-04-23T18:29:12.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:13.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:13.628Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:13.628Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-23T18:29:13.891Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-23T18:29:13.891Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-23T18:29:14.153Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-23T18:29:14.415Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-23T18:29:14.415Z] ---> aefe523efa57 [2021-04-23T18:29:14.415Z] 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-23T18:29:14.415Z] ---> Running in cd75bf9151a8 [2021-04-23T18:29:14.677Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-23T18:29:14.677Z] Removing intermediate container cd75bf9151a8 [2021-04-23T18:29:14.677Z] ---> 96fd099f57b8 [2021-04-23T18:29:14.677Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-23T18:29:14.678Z] ---> Running in 9e593c638bc8 [2021-04-23T18:29:14.678Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-23T18:29:14.943Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:14.943Z] OK: 8 MiB in 20 packages [2021-04-23T18:29:15.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:15.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:15.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-23T18:29:15.738Z] (1/39) Installing readline (8.0.4-r0) [2021-04-23T18:29:15.738Z] Removing intermediate container 5d2cb9af986d [2021-04-23T18:29:15.738Z] ---> 94ae2a225d4e [2021-04-23T18:29:15.738Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:29:15.738Z] (2/39) Installing bash (5.0.17-r0) [2021-04-23T18:29:15.738Z] Executing bash-5.0.17-r0.post-install [2021-04-23T18:29:15.738Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:29:15.738Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-23T18:29:15.738Z] (5/39) Installing curl (7.76.1-r0) [2021-04-23T18:29:15.738Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:15.738Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-23T18:29:15.738Z] (8/39) Installing expat (2.2.9-r1) [2021-04-23T18:29:15.738Z] (9/39) Installing libffi (3.3-r2) [2021-04-23T18:29:15.738Z] (10/39) Installing gdbm (1.13-r1) [2021-04-23T18:29:15.738Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-23T18:29:15.738Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-23T18:29:15.738Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-23T18:29:19.061Z] ---> 4d654c3290d7 [2021-04-23T18:29:19.061Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-23T18:29:19.323Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-23T18:29:19.323Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-23T18:29:19.323Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-23T18:29:19.323Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-23T18:29:19.323Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-23T18:29:19.323Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-23T18:29:19.323Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-23T18:29:19.323Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-23T18:29:19.323Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-23T18:29:19.323Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-23T18:29:19.587Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-23T18:29:19.587Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-23T18:29:19.587Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-23T18:29:19.587Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-23T18:29:19.587Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-23T18:29:19.587Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-23T18:29:19.587Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-23T18:29:19.587Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-23T18:29:19.587Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-23T18:29:19.587Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-23T18:29:19.587Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-23T18:29:19.587Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-23T18:29:19.587Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-23T18:29:19.587Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-23T18:29:19.849Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-23T18:29:19.849Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-23T18:29:21.779Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:29:21.779Z] ---> 2f0617898d69 [2021-04-23T18:29:21.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-23T18:29:21.779Z] OK: 72 MiB in 59 packages [2021-04-23T18:29:21.779Z] ---> 40689e0e86fb [2021-04-23T18:29:21.779Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-23T18:29:21.779Z] ---> Running in f5759ee252af [2021-04-23T18:29:22.046Z] Removing intermediate container f5759ee252af [2021-04-23T18:29:22.046Z] ---> c25fed7ff470 [2021-04-23T18:29:22.046Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:29:22.046Z] ---> Running in 735e96f28b2b [2021-04-23T18:29:22.309Z] Removing intermediate container 735e96f28b2b [2021-04-23T18:29:22.309Z] ---> 6bb703f2aeed [2021-04-23T18:29:22.309Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:29:22.309Z] ---> Running in 7ed03710714c [2021-04-23T18:29:22.574Z] Removing intermediate container 7ed03710714c [2021-04-23T18:29:22.574Z] ---> 7eaac2b6722b [2021-04-23T18:29:22.574Z] Step 22/23 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:22.574Z] Collecting docker-compose==1.23.2 [2021-04-23T18:29:22.574Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-23T18:29:22.574Z] ---> Running in 3f4bed8b4c57 [2021-04-23T18:29:22.836Z] Removing intermediate container 3f4bed8b4c57 [2021-04-23T18:29:22.836Z] ---> 86e12fe11c49 [2021-04-23T18:29:22.836Z] Step 23/23 : LABEL version=2.0.0-dev.187 [2021-04-23T18:29:22.836Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-23T18:29:22.836Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-23T18:29:22.836Z] ---> Running in 9ab03b1f4eb4 [2021-04-23T18:29:23.101Z] Collecting cached-property<2,>=1.2.0 [2021-04-23T18:29:23.101Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-23T18:29:23.101Z] 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-23T18:29:23.101Z] Collecting docopt<0.7,>=0.6.1 [2021-04-23T18:29:23.101Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-23T18:29:23.101Z] Removing intermediate container 9ab03b1f4eb4 [2021-04-23T18:29:23.101Z] ---> 28b414d9358b [2021-04-23T18:29:23.101Z] [2021-04-23T18:29:23.363Z] Successfully built 28b414d9358b [2021-04-23T18:29:23.363Z] Successfully tagged docker-core-data-go:latest [2021-04-23T18:29:23.937Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-23T18:29:23.937Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-23T18:29:24.198Z] Collecting PyYAML<4,>=3.10 [2021-04-23T18:29:24.199Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-23T18:29:25.144Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-23T18:29:25.144Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-23T18:29:25.720Z] Collecting docker<4.0,>=3.6.0 [2021-04-23T18:29:25.720Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-23T18:29:25.984Z] Collecting jsonschema<3,>=2.5.1 [2021-04-23T18:29:25.984Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-23T18:29:25.984Z] Collecting texttable<0.10,>=0.9.0 [2021-04-23T18:29:25.984Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-23T18:29:26.562Z] 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-23T18:29:26.562Z] Collecting idna<2.8,>=2.5 [2021-04-23T18:29:26.562Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-23T18:29:26.562Z] 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-23T18:29:26.825Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-23T18:29:26.825Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-23T18:29:26.825Z] Collecting docker-pycreds>=0.4.0 [2021-04-23T18:29:26.825Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-23T18:29:26.825Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-23T18:29:26.825Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-23T18:29:26.825Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-23T18:29:26.825Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-23T18:29:27.086Z] Installing collected packages: websocket-client, cached-property, docopt, idna, urllib3, requests, PyYAML, dockerpty, docker-pycreds, docker, jsonschema, texttable, docker-compose [2021-04-23T18:29:27.086Z] Running setup.py install for docopt: started [2021-04-23T18:29:27.660Z] Running setup.py install for docopt: finished with status 'done' [2021-04-23T18:29:27.660Z] Attempting uninstall: idna [2021-04-23T18:29:27.661Z] Found existing installation: idna 2.9 [2021-04-23T18:29:27.661Z] Uninstalling idna-2.9: [2021-04-23T18:29:27.661Z] Successfully uninstalled idna-2.9 [2021-04-23T18:29:27.924Z] Attempting uninstall: urllib3 [2021-04-23T18:29:27.924Z] Found existing installation: urllib3 1.25.9 [2021-04-23T18:29:27.924Z] Uninstalling urllib3-1.25.9: [2021-04-23T18:29:27.924Z] Successfully uninstalled urllib3-1.25.9 [2021-04-23T18:29:28.186Z] Attempting uninstall: requests [2021-04-23T18:29:28.186Z] Found existing installation: requests 2.23.0 [2021-04-23T18:29:28.186Z] Uninstalling requests-2.23.0: [2021-04-23T18:29:28.186Z] Successfully uninstalled requests-2.23.0 [2021-04-23T18:29:28.186Z] Running setup.py install for PyYAML: started [2021-04-23T18:29:28.767Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-23T18:29:28.767Z] Running setup.py install for dockerpty: started [2021-04-23T18:29:29.342Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-23T18:29:29.918Z] Running setup.py install for texttable: started [2021-04-23T18:29:30.181Z] Running setup.py install for texttable: finished with status 'done' [2021-04-23T18:29:30.443Z] 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-23T18:29:33.955Z] Removing intermediate container 5cce5b4c1fd5 [2021-04-23T18:29:33.955Z] ---> ba0565f495d5 [2021-04-23T18:29:33.955Z] [2021-04-23T18:29:33.955Z] Step 10/31 : FROM alpine:3.12 [2021-04-23T18:29:33.955Z] 3.12: Pulling from library/alpine [2021-04-23T18:29:33.955Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:29:33.955Z] Status: Downloaded newer image for alpine:3.12 [2021-04-23T18:29:33.955Z] ---> 9852663dfa18 [2021-04-23T18:29:33.955Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-23T18:29:34.949Z] ---> Running in 0530beb07049 [2021-04-23T18:29:35.935Z] Removing intermediate container 0a06f58aa126 [2021-04-23T18:29:35.935Z] ---> 62c70bbf34e6 [2021-04-23T18:29:35.935Z] [2021-04-23T18:29:35.935Z] Step 10/21 : FROM alpine:3.12 [2021-04-23T18:29:35.935Z] ---> 9852663dfa18 [2021-04-23T18:29:35.935Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-23T18:29:35.935Z] Removing intermediate container 0530beb07049 [2021-04-23T18:29:35.935Z] ---> a4245d0442b9 [2021-04-23T18:29:35.935Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-23T18:29:36.210Z] ---> Running in eeddd0c8311b [2021-04-23T18:29:36.488Z] ---> Running in 529a5fd3f7bb [2021-04-23T18:29:38.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:29:38.617Z] Removing intermediate container 9e593c638bc8 [2021-04-23T18:29:38.617Z] ---> 4d4755d147e1 [2021-04-23T18:29:38.617Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-23T18:29:38.617Z] ---> Running in c168c759a17f [2021-04-23T18:29:38.881Z] Removing intermediate container c168c759a17f [2021-04-23T18:29:38.881Z] ---> aef9d3b00abe [2021-04-23T18:29:38.881Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-23T18:29:38.881Z] ---> Running in 99531a144cea [2021-04-23T18:29:39.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:29:39.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:29:39.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:29:39.143Z] Removing intermediate container 99531a144cea [2021-04-23T18:29:39.143Z] ---> b6b14e1ae47c [2021-04-23T18:29:39.143Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-23T18:29:39.656Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:39.656Z] (2/2) Installing su-exec (0.2-r1) [2021-04-23T18:29:39.656Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:39.656Z] OK: 5 MiB in 16 packages [2021-04-23T18:29:39.656Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-23T18:29:39.716Z] ---> 171efc2b972c [2021-04-23T18:29:39.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-23T18:29:39.952Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:29:39.952Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-23T18:29:39.952Z] (4/4) Installing curl (7.76.1-r0) [2021-04-23T18:29:39.952Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:39.952Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:29:39.977Z] ---> e022b593e2bd [2021-04-23T18:29:39.977Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-23T18:29:40.239Z] OK: 7 MiB in 18 packages [2021-04-23T18:29:40.240Z] ---> 21c342f270ed [2021-04-23T18:29:40.240Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-23T18:29:40.240Z] ---> Running in 8488d386b561 [2021-04-23T18:29:40.503Z] Removing intermediate container 8488d386b561 [2021-04-23T18:29:40.503Z] ---> 8df784284e3b [2021-04-23T18:29:40.503Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:29:40.503Z] ---> Running in acae1768c906 [2021-04-23T18:29:40.765Z] Removing intermediate container acae1768c906 [2021-04-23T18:29:40.765Z] ---> a49a6610d2f4 [2021-04-23T18:29:40.765Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:29:40.765Z] ---> Running in a8b482805c00 [2021-04-23T18:29:41.029Z] Removing intermediate container a8b482805c00 [2021-04-23T18:29:41.029Z] ---> 7644c5770e19 [2021-04-23T18:29:41.029Z] Step 22/23 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:41.029Z] ---> Running in 761bc0d00f73 [2021-04-23T18:29:41.301Z] Removing intermediate container 761bc0d00f73 [2021-04-23T18:29:41.301Z] ---> a24e967d6390 [2021-04-23T18:29:41.301Z] Step 23/23 : LABEL version=2.0.0-dev.187 [2021-04-23T18:29:41.301Z] ---> Running in d9ba1d49c53b [2021-04-23T18:29:41.565Z] Removing intermediate container d9ba1d49c53b [2021-04-23T18:29:41.565Z] ---> 5b8926da929a [2021-04-23T18:29:41.565Z] [2021-04-23T18:29:41.565Z] Successfully built 5b8926da929a [2021-04-23T18:29:41.831Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-23T18:29:42.110Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-23T18:29:42.120Z] $ docker stop --time=1 e8dc770fdc999af92d49a3bfed6553b946aa60f1b3c2b33f04506f59235502a1 [2021-04-23T18:29:43.088Z] Removing intermediate container 529a5fd3f7bb [2021-04-23T18:29:43.088Z] ---> 6ebc704fa181 [2021-04-23T18:29:43.088Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-23T18:29:43.379Z] ---> Running in 6c09249a8204 [2021-04-23T18:29:43.762Z] $ docker rm -f e8dc770fdc999af92d49a3bfed6553b946aa60f1b3c2b33f04506f59235502a1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T18:29:43.978Z] Removing intermediate container eeddd0c8311b [2021-04-23T18:29:43.978Z] ---> 5d649797fede [2021-04-23T18:29:43.978Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:29:43.978Z] Removing intermediate container 7c5d7eb80416 [2021-04-23T18:29:43.978Z] ---> 537c41a0866d [2021-04-23T18:29:43.978Z] [2021-04-23T18:29:43.978Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:29:43.978Z] ---> 9852663dfa18 [2021-04-23T18:29:43.978Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:29:44.224Z] + docker images [2021-04-23T18:29:44.224Z] + grep docker [2021-04-23T18:29:44.249Z] ---> Running in 5e73dff6e08e [2021-04-23T18:29:44.249Z] ---> Running in 2c66112d922b [2021-04-23T18:29:44.249Z] Removing intermediate container 6c09249a8204 [2021-04-23T18:29:44.249Z] ---> 06c1cdefc942 [2021-04-23T18:29:44.249Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-23T18:29:44.485Z] docker-sys-mgmt-agent-go latest 5b8926da929a 3 seconds ago 312MB [2021-04-23T18:29:44.485Z] docker-core-data-go latest 28b414d9358b 22 seconds ago 22.9MB [2021-04-23T18:29:44.486Z] docker-security-secretstore-setup-go latest 6452d58e2dde 49 seconds ago 26.3MB [2021-04-23T18:29:44.486Z] docker-support-scheduler-go latest 82c1c7a50057 57 seconds ago 17.7MB [2021-04-23T18:29:44.486Z] docker-security-bootstrapper-go latest 140e4395a1e2 About a minute ago 19.3MB [2021-04-23T18:29:44.486Z] docker-core-metadata-go latest ad47126b84b8 2 minutes ago 19.2MB [2021-04-23T18:29:44.486Z] docker-support-notifications-go latest e976c6331f58 2 minutes ago 18.2MB [2021-04-23T18:29:44.486Z] docker-core-command-go latest 3d2b044f9c20 2 minutes ago 17.5MB [2021-04-23T18:29:44.486Z] docker-security-proxy-setup-go latest 0112a46c6aeb 2 minutes ago 26MB [2021-04-23T18:29:44.486Z] 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-23T18:29:44.662Z] provisioning config files... [2021-04-23T18:29:44.693Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config7231493341153935055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:29:44.855Z] Removing intermediate container dcc944fe8ca1 [2021-04-23T18:29:44.855Z] ---> b4f861f1a548 [2021-04-23T18:29:44.855Z] [2021-04-23T18:29:44.855Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:29:44.855Z] ---> 9852663dfa18 [2021-04-23T18:29:44.855Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-23T18:29:44.855Z] ---> Running in 02195a72172d [2021-04-23T18:29:45.011Z] ---> docker-login.sh [2021-04-23T18:29:45.011Z] nexus3.edgexfoundry.org:10001 [2021-04-23T18:29:45.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:29:45.129Z] ---> Running in e20f5a93aea8 [2021-04-23T18:29:45.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:29:45.272Z] Configure a credential helper to remove this warning. See [2021-04-23T18:29:45.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:29:45.272Z] [2021-04-23T18:29:45.272Z] Login Succeeded [2021-04-23T18:29:45.272Z] nexus3.edgexfoundry.org:10002 [2021-04-23T18:29:45.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:29:45.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:29:45.272Z] Configure a credential helper to remove this warning. See [2021-04-23T18:29:45.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:29:45.272Z] [2021-04-23T18:29:45.272Z] Login Succeeded [2021-04-23T18:29:45.272Z] nexus3.edgexfoundry.org:10003 [2021-04-23T18:29:45.402Z] Removing intermediate container 2c66112d922b [2021-04-23T18:29:45.402Z] ---> 9e01f197a30e [2021-04-23T18:29:45.402Z] Step 13/21 : WORKDIR /edgex [2021-04-23T18:29:45.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:29:45.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:29:45.535Z] Configure a credential helper to remove this warning. See [2021-04-23T18:29:45.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:29:45.535Z] [2021-04-23T18:29:45.535Z] Login Succeeded [2021-04-23T18:29:45.535Z] nexus3.edgexfoundry.org:10004 [2021-04-23T18:29:45.693Z] Removing intermediate container 02195a72172d [2021-04-23T18:29:45.693Z] ---> c5f43a59c961 [2021-04-23T18:29:45.693Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-23T18:29:45.693Z] ---> Running in e5b07e20ef9d [2021-04-23T18:29:45.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:29:45.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:29:45.797Z] Configure a credential helper to remove this warning. See [2021-04-23T18:29:45.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:29:45.797Z] [2021-04-23T18:29:45.797Z] Login Succeeded [2021-04-23T18:29:45.797Z] docker.io [2021-04-23T18:29:45.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:29:45.973Z] ---> Running in 6e3ef9bf44f7 [2021-04-23T18:29:46.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:29:46.060Z] Configure a credential helper to remove this warning. See [2021-04-23T18:29:46.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:29:46.060Z] [2021-04-23T18:29:46.060Z] Login Succeeded [2021-04-23T18:29:46.060Z] ---> docker-login.sh ends [Pipeline] } [2021-04-23T18:29:46.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:29:46.137Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-23T18:29:46.137Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:46.137Z] 2.0.0-dev.187 [2021-04-23T18:29:46.137Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:46.137Z] master [2021-04-23T18:29:46.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:46.496Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:46.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:29:46.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:46.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-23T18:29:46.805Z] 469b6ecd9313: Preparing [2021-04-23T18:29:46.805Z] ac2afe08ec47: Preparing [2021-04-23T18:29:46.805Z] dac22aed4bcb: Preparing [2021-04-23T18:29:46.805Z] bcc6d20d706b: Preparing [2021-04-23T18:29:46.805Z] 32f366d666a5: Preparing [2021-04-23T18:29:46.805Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:46.870Z] Removing intermediate container e5b07e20ef9d [2021-04-23T18:29:46.870Z] ---> a6bb5a45cb40 [2021-04-23T18:29:46.870Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-23T18:29:46.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:29:47.067Z] bcc6d20d706b: Pushed [2021-04-23T18:29:47.067Z] dac22aed4bcb: Pushed [2021-04-23T18:29:47.067Z] 469b6ecd9313: Pushed [2021-04-23T18:29:47.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:29:47.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:29:47.426Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:47.426Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:47.426Z] OK: 5 MiB in 15 packages [2021-04-23T18:29:48.021Z] ac2afe08ec47: Pushed [2021-04-23T18:29:48.030Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-23T18:29:48.031Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:48.031Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:48.031Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:29:48.283Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:3509d4c296f00808b9c4f82163e107063c3f7c07694a091402aa0a1530f8cf18 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:48.308Z] OK: 6 MiB in 16 packages [2021-04-23T18:29:48.587Z] ---> 9bea83f9542b [2021-04-23T18:29:48.587Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-23T18:29:48.595Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:48.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.187 [2021-04-23T18:29:48.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-23T18:29:48.899Z] 469b6ecd9313: Preparing [2021-04-23T18:29:48.899Z] ac2afe08ec47: Preparing [2021-04-23T18:29:48.899Z] dac22aed4bcb: Preparing [2021-04-23T18:29:48.899Z] bcc6d20d706b: Preparing [2021-04-23T18:29:48.899Z] 32f366d666a5: Preparing [2021-04-23T18:29:48.899Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:48.899Z] ac2afe08ec47: Layer already exists [2021-04-23T18:29:48.900Z] bcc6d20d706b: Layer already exists [2021-04-23T18:29:48.900Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:48.900Z] 469b6ecd9313: Layer already exists [2021-04-23T18:29:48.900Z] 2.0.0-dev.187: digest: sha256:3509d4c296f00808b9c4f82163e107063c3f7c07694a091402aa0a1530f8cf18 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:49.211Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:49.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:49.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-23T18:29:49.533Z] 469b6ecd9313: Preparing [2021-04-23T18:29:49.533Z] ac2afe08ec47: Preparing [2021-04-23T18:29:49.533Z] dac22aed4bcb: Preparing [2021-04-23T18:29:49.533Z] bcc6d20d706b: Preparing [2021-04-23T18:29:49.533Z] 32f366d666a5: Preparing [2021-04-23T18:29:49.533Z] ac2afe08ec47: Layer already exists [2021-04-23T18:29:49.533Z] 469b6ecd9313: Layer already exists [2021-04-23T18:29:49.533Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:49.533Z] bcc6d20d706b: Layer already exists [2021-04-23T18:29:49.533Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:49.533Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:3509d4c296f00808b9c4f82163e107063c3f7c07694a091402aa0a1530f8cf18 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:50.000Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:50.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-23T18:29:50.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-23T18:29:50.438Z] 469b6ecd9313: Preparing [2021-04-23T18:29:50.438Z] ac2afe08ec47: Preparing [2021-04-23T18:29:50.438Z] dac22aed4bcb: Preparing [2021-04-23T18:29:50.438Z] bcc6d20d706b: Preparing [2021-04-23T18:29:50.438Z] 32f366d666a5: Preparing [2021-04-23T18:29:50.438Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:50.438Z] 469b6ecd9313: Layer already exists [2021-04-23T18:29:50.438Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:50.438Z] bcc6d20d706b: Layer already exists [2021-04-23T18:29:50.438Z] ac2afe08ec47: Layer already exists [2021-04-23T18:29:50.438Z] master: digest: sha256:3509d4c296f00808b9c4f82163e107063c3f7c07694a091402aa0a1530f8cf18 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:29:50.499Z] ===================================================== [Pipeline] echo [2021-04-23T18:29:50.514Z] taggedImages: [2021-04-23T18:29:50.515Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:50.515Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.187 [2021-04-23T18:29:50.515Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:50.515Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-23T18:29:50.547Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-23T18:29:50.547Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:50.547Z] 2.0.0-dev.187 [2021-04-23T18:29:50.547Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:50.547Z] master [2021-04-23T18:29:50.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-04-23T18:29:50.594Z] Removing intermediate container 5e73dff6e08e [2021-04-23T18:29:50.594Z] ---> 0cdf02556edd [2021-04-23T18:29:50.594Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:29:50.594Z] Removing intermediate container 6e3ef9bf44f7 [2021-04-23T18:29:50.594Z] ---> 62b62b6603aa [2021-04-23T18:29:50.594Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-23T18:29:50.594Z] ---> ef43351f0573 [2021-04-23T18:29:50.594Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-23T18:29:50.594Z] ---> Running in 93bc7e6be824 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:50.866Z] ---> Running in 48de27da2c1e [2021-04-23T18:29:50.867Z] Removing intermediate container e20f5a93aea8 [2021-04-23T18:29:50.867Z] ---> a03670d3c474 [2021-04-23T18:29:50.867Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:29:50.903Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:51.164Z] Removing intermediate container b87bc79a073b [2021-04-23T18:29:51.164Z] ---> 0a418abc6a35 [2021-04-23T18:29:51.164Z] [2021-04-23T18:29:51.164Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:29:51.164Z] ---> 9852663dfa18 [2021-04-23T18:29:51.164Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:29:51.164Z] ---> Using cache [2021-04-23T18:29:51.164Z] ---> 0cdf02556edd [2021-04-23T18:29:51.164Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:29:51.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:51.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-23T18:29:51.219Z] 5a1344e0d30c: Preparing [2021-04-23T18:29:51.219Z] 37d65ccfc3cb: Preparing [2021-04-23T18:29:51.219Z] dac22aed4bcb: Preparing [2021-04-23T18:29:51.219Z] 4298a8e61d01: Preparing [2021-04-23T18:29:51.219Z] ddd41a7ed56d: Preparing [2021-04-23T18:29:51.219Z] 32f366d666a5: Preparing [2021-04-23T18:29:51.219Z] 32f366d666a5: Waiting [2021-04-23T18:29:51.219Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:51.219Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:51.438Z] ---> Running in 0be5e65213bc [2021-04-23T18:29:51.487Z] ddd41a7ed56d: Pushed [2021-04-23T18:29:51.487Z] 5a1344e0d30c: Pushed [2021-04-23T18:29:51.487Z] 4298a8e61d01: Pushed [2021-04-23T18:29:51.713Z] ---> Running in 7e43a6f2a217 [2021-04-23T18:29:51.713Z] Removing intermediate container 48de27da2c1e [2021-04-23T18:29:51.714Z] ---> 0ca31f6e76f6 [2021-04-23T18:29:51.714Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-23T18:29:51.714Z] Removing intermediate container 93bc7e6be824 [2021-04-23T18:29:51.714Z] ---> 04257e00548f [2021-04-23T18:29:51.714Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-23T18:29:52.314Z] ---> Running in 4ea0cbe2fe74 [2021-04-23T18:29:52.314Z] Removing intermediate container 0be5e65213bc [2021-04-23T18:29:52.314Z] ---> ef1aa1d987ea [2021-04-23T18:29:52.314Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-23T18:29:52.314Z] ---> 69c3a488495c [2021-04-23T18:29:52.314Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-23T18:29:52.314Z] Removing intermediate container 7e43a6f2a217 [2021-04-23T18:29:52.314Z] ---> 56a503b22f93 [2021-04-23T18:29:52.314Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-23T18:29:52.590Z] ---> Running in 6c0c936a4cb4 [2021-04-23T18:29:52.590Z] ---> Running in bb584059a7f1 [2021-04-23T18:29:52.590Z] ---> Running in 5a8de6b4f85a [2021-04-23T18:29:52.865Z] ---> 9adfab13d046 [2021-04-23T18:29:52.865Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-23T18:29:52.865Z] Removing intermediate container 4ea0cbe2fe74 [2021-04-23T18:29:52.865Z] ---> f4fc54525177 [2021-04-23T18:29:52.865Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:29:52.878Z] 37d65ccfc3cb: Pushed [2021-04-23T18:29:52.879Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:c3f26aa3f7b5cac27598a724332dab5d9438c14ba6c5753c1d50e9c042495fdd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:53.137Z] ---> Running in f978143399c6 [2021-04-23T18:29:53.137Z] ---> Running in b23aadff9b48 [2021-04-23T18:29:53.137Z] Removing intermediate container 6c0c936a4cb4 [2021-04-23T18:29:53.137Z] ---> c0f5e356bd56 [2021-04-23T18:29:53.137Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:29:53.200Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:53.430Z] Removing intermediate container bb584059a7f1 [2021-04-23T18:29:53.430Z] ---> d8aab98d4d94 [2021-04-23T18:29:53.430Z] Step 18/21 : CMD ["--init=true"] [2021-04-23T18:29:53.430Z] Removing intermediate container 5a8de6b4f85a [2021-04-23T18:29:53.430Z] ---> 704c38f34e0b [2021-04-23T18:29:53.430Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:29:53.430Z] ---> Running in 46eac50d8679 [2021-04-23T18:29:53.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.187 [2021-04-23T18:29:53.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-23T18:29:53.501Z] 5a1344e0d30c: Preparing [2021-04-23T18:29:53.501Z] 37d65ccfc3cb: Preparing [2021-04-23T18:29:53.501Z] dac22aed4bcb: Preparing [2021-04-23T18:29:53.501Z] 4298a8e61d01: Preparing [2021-04-23T18:29:53.501Z] ddd41a7ed56d: Preparing [2021-04-23T18:29:53.501Z] 32f366d666a5: Preparing [2021-04-23T18:29:53.501Z] 32f366d666a5: Waiting [2021-04-23T18:29:53.501Z] 4298a8e61d01: Layer already exists [2021-04-23T18:29:53.501Z] ddd41a7ed56d: Layer already exists [2021-04-23T18:29:53.501Z] 37d65ccfc3cb: Layer already exists [2021-04-23T18:29:53.501Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:53.501Z] 5a1344e0d30c: Layer already exists [2021-04-23T18:29:53.501Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:53.501Z] 2.0.0-dev.187: digest: sha256:c3f26aa3f7b5cac27598a724332dab5d9438c14ba6c5753c1d50e9c042495fdd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:53.709Z] ---> Running in 70926693cfe5 [2021-04-23T18:29:53.709Z] ---> Running in 6fc2323de462 [2021-04-23T18:29:53.812Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:53.988Z] Removing intermediate container b23aadff9b48 [2021-04-23T18:29:53.988Z] ---> 73f6caab4721 [2021-04-23T18:29:53.988Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:29:54.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:54.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-23T18:29:54.121Z] 5a1344e0d30c: Preparing [2021-04-23T18:29:54.121Z] 37d65ccfc3cb: Preparing [2021-04-23T18:29:54.121Z] dac22aed4bcb: Preparing [2021-04-23T18:29:54.121Z] 4298a8e61d01: Preparing [2021-04-23T18:29:54.121Z] ddd41a7ed56d: Preparing [2021-04-23T18:29:54.121Z] 32f366d666a5: Preparing [2021-04-23T18:29:54.121Z] 32f366d666a5: Waiting [2021-04-23T18:29:54.121Z] 5a1344e0d30c: Layer already exists [2021-04-23T18:29:54.121Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:54.121Z] ddd41a7ed56d: Layer already exists [2021-04-23T18:29:54.121Z] 37d65ccfc3cb: Layer already exists [2021-04-23T18:29:54.121Z] 4298a8e61d01: Layer already exists [2021-04-23T18:29:54.121Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:54.121Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:c3f26aa3f7b5cac27598a724332dab5d9438c14ba6c5753c1d50e9c042495fdd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:54.431Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:54.585Z] Removing intermediate container 70926693cfe5 [2021-04-23T18:29:54.585Z] Removing intermediate container 46eac50d8679 [2021-04-23T18:29:54.585Z] ---> 5bdf575c60e8 [2021-04-23T18:29:54.585Z] Step 19/21 : LABEL arch=arm64 [2021-04-23T18:29:54.585Z] ---> 665559492234 [2021-04-23T18:29:54.585Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:29:54.585Z] Removing intermediate container 6fc2323de462 [2021-04-23T18:29:54.585Z] ---> d32c22791f03 [2021-04-23T18:29:54.585Z] Step 15/23 : WORKDIR / [2021-04-23T18:29:54.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-23T18:29:54.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-23T18:29:54.736Z] 5a1344e0d30c: Preparing [2021-04-23T18:29:54.736Z] 37d65ccfc3cb: Preparing [2021-04-23T18:29:54.736Z] dac22aed4bcb: Preparing [2021-04-23T18:29:54.736Z] 4298a8e61d01: Preparing [2021-04-23T18:29:54.736Z] ddd41a7ed56d: Preparing [2021-04-23T18:29:54.736Z] 32f366d666a5: Preparing [2021-04-23T18:29:54.736Z] 32f366d666a5: Waiting [2021-04-23T18:29:54.736Z] 37d65ccfc3cb: Layer already exists [2021-04-23T18:29:54.736Z] 5a1344e0d30c: Layer already exists [2021-04-23T18:29:54.736Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:54.736Z] ddd41a7ed56d: Layer already exists [2021-04-23T18:29:54.736Z] 4298a8e61d01: Layer already exists [2021-04-23T18:29:54.736Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:54.736Z] master: digest: sha256:c3f26aa3f7b5cac27598a724332dab5d9438c14ba6c5753c1d50e9c042495fdd size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:29:54.790Z] ===================================================== [Pipeline] echo [2021-04-23T18:29:54.805Z] taggedImages: [2021-04-23T18:29:54.805Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:54.805Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.187 [2021-04-23T18:29:54.805Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:54.805Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-23T18:29:54.850Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-23T18:29:54.850Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:54.850Z] 2.0.0-dev.187 [2021-04-23T18:29:54.850Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:54.850Z] master [2021-04-23T18:29:54.850Z] ===================================================== [2021-04-23T18:29:54.859Z] ---> Running in 23111bb1ee0a [2021-04-23T18:29:54.860Z] ---> Running in 0c89e0dea963 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:55.135Z] ---> 3f0827a8fb72 [2021-04-23T18:29:55.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-23T18:29:55.198Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:55.410Z] Removing intermediate container 23111bb1ee0a [2021-04-23T18:29:55.410Z] ---> 6757d7dbee23 [2021-04-23T18:29:55.410Z] Step 20/21 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:55.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:55.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-23T18:29:55.506Z] 4bebfdc91812: Preparing [2021-04-23T18:29:55.506Z] b4e0ed0de4a8: Preparing [2021-04-23T18:29:55.506Z] dac22aed4bcb: Preparing [2021-04-23T18:29:55.506Z] 6c74d38f9d3d: Preparing [2021-04-23T18:29:55.506Z] 32f366d666a5: Preparing [2021-04-23T18:29:55.506Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:55.506Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:55.506Z] 4bebfdc91812: Pushed [2021-04-23T18:29:55.506Z] 6c74d38f9d3d: Pushed [2021-04-23T18:29:55.691Z] ---> 912423bf0d73 [2021-04-23T18:29:55.691Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-23T18:29:55.691Z] Removing intermediate container 0c89e0dea963 [2021-04-23T18:29:55.691Z] ---> 7c7d8f0c2dcb [2021-04-23T18:29:55.691Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:29:55.970Z] ---> Running in b6841267cb1b [2021-04-23T18:29:56.246Z] Removing intermediate container f978143399c6 [2021-04-23T18:29:56.246Z] ---> 96c276cec476 [2021-04-23T18:29:56.246Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:29:56.861Z] Removing intermediate container b6841267cb1b [2021-04-23T18:29:56.861Z] ---> d943efb5ad63 [2021-04-23T18:29:56.861Z] Step 21/21 : LABEL version=2.0.0-dev.187 [2021-04-23T18:29:56.896Z] b4e0ed0de4a8: Pushed [2021-04-23T18:29:56.896Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:11ff160143a8a74b97f65836f561ff82433dcea0b61b853afcd1dd8d0b0facaf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:57.135Z] ---> b296f96faecb [2021-04-23T18:29:57.135Z] ---> ee6ed1299131 [2021-04-23T18:29:57.135Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata /Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-23T18:29:57.135Z] [2021-04-23T18:29:57.135Z] ---> Running in 5795400139d9 [2021-04-23T18:29:57.213Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:57.409Z] ---> 567224a683bc [2021-04-23T18:29:57.409Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-23T18:29:57.409Z] ---> 62658151604e [2021-04-23T18:29:57.409Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-23T18:29:57.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.187 [2021-04-23T18:29:57.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-23T18:29:57.517Z] 4bebfdc91812: Preparing [2021-04-23T18:29:57.517Z] b4e0ed0de4a8: Preparing [2021-04-23T18:29:57.517Z] dac22aed4bcb: Preparing [2021-04-23T18:29:57.517Z] 6c74d38f9d3d: Preparing [2021-04-23T18:29:57.517Z] 32f366d666a5: Preparing [2021-04-23T18:29:57.517Z] 4bebfdc91812: Layer already exists [2021-04-23T18:29:57.517Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:57.517Z] 6c74d38f9d3d: Layer already exists [2021-04-23T18:29:57.517Z] b4e0ed0de4a8: Layer already exists [2021-04-23T18:29:57.517Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:57.517Z] 2.0.0-dev.187: digest: sha256:11ff160143a8a74b97f65836f561ff82433dcea0b61b853afcd1dd8d0b0facaf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:57.690Z] Removing intermediate container 5795400139d9 [2021-04-23T18:29:57.690Z] ---> 4d076e1fb28c [2021-04-23T18:29:57.690Z] [2021-04-23T18:29:57.827Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:58.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:58.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-23T18:29:58.130Z] 4bebfdc91812: Preparing [2021-04-23T18:29:58.130Z] b4e0ed0de4a8: Preparing [2021-04-23T18:29:58.130Z] dac22aed4bcb: Preparing [2021-04-23T18:29:58.130Z] 6c74d38f9d3d: Preparing [2021-04-23T18:29:58.130Z] 32f366d666a5: Preparing [2021-04-23T18:29:58.130Z] 6c74d38f9d3d: Layer already exists [2021-04-23T18:29:58.130Z] 4bebfdc91812: Layer already exists [2021-04-23T18:29:58.130Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:58.130Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:58.130Z] b4e0ed0de4a8: Layer already exists [2021-04-23T18:29:58.130Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:11ff160143a8a74b97f65836f561ff82433dcea0b61b853afcd1dd8d0b0facaf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:58.294Z] Successfully built 4d076e1fb28c [2021-04-23T18:29:58.443Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:58.576Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-23T18:29:58.576Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-04-23T18:29:58.576Z] ---> 70d150692f10 [2021-04-23T18:29:58.576Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-23T18:29:58.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-23T18:29:58.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-23T18:29:58.746Z] 4bebfdc91812: Preparing [2021-04-23T18:29:58.746Z] b4e0ed0de4a8: Preparing [2021-04-23T18:29:58.746Z] dac22aed4bcb: Preparing [2021-04-23T18:29:58.746Z] 6c74d38f9d3d: Preparing [2021-04-23T18:29:58.746Z] 32f366d666a5: Preparing [2021-04-23T18:29:58.746Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:58.746Z] b4e0ed0de4a8: Layer already exists [2021-04-23T18:29:58.746Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:58.746Z] 6c74d38f9d3d: Layer already exists [2021-04-23T18:29:58.746Z] 4bebfdc91812: Layer already exists [2021-04-23T18:29:58.746Z] master: digest: sha256:11ff160143a8a74b97f65836f561ff82433dcea0b61b853afcd1dd8d0b0facaf size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:29:58.812Z] ===================================================== [Pipeline] echo [2021-04-23T18:29:58.826Z] taggedImages: [2021-04-23T18:29:58.826Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:58.826Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.187 [2021-04-23T18:29:58.826Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:58.826Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-23T18:29:58.859Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-23T18:29:58.859Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:58.859Z] 2.0.0-dev.187 [2021-04-23T18:29:58.859Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:29:58.859Z] master [2021-04-23T18:29:58.859Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:59.177Z] ---> 05e6de92ef24 [2021-04-23T18:29:59.177Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-23T18:29:59.177Z] ---> Running in f5066af911c4 [2021-04-23T18:29:59.177Z] ---> d462c16a2d4a [2021-04-23T18:29:59.177Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-23T18:29:59.177Z] ---> 7121050c88ec [2021-04-23T18:29:59.177Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-23T18:29:59.177Z] ---> Running in c767c2ae2580 [2021-04-23T18:29:59.202Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:29:59.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:29:59.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-23T18:29:59.506Z] 3feef66ee7a6: Preparing [2021-04-23T18:29:59.506Z] 3feef66ee7a6: Preparing [2021-04-23T18:29:59.506Z] a47fcd03bf9b: Preparing [2021-04-23T18:29:59.506Z] fd0af9f5c925: Preparing [2021-04-23T18:29:59.506Z] 8c51822373bb: Preparing [2021-04-23T18:29:59.506Z] c88513e33ba8: Preparing [2021-04-23T18:29:59.506Z] dac22aed4bcb: Preparing [2021-04-23T18:29:59.506Z] 7f11774df145: Preparing [2021-04-23T18:29:59.506Z] 7f11774df145: Preparing [2021-04-23T18:29:59.506Z] b7d796125a4a: Preparing [2021-04-23T18:29:59.506Z] 8b57b122edc0: Preparing [2021-04-23T18:29:59.506Z] 32f366d666a5: Preparing [2021-04-23T18:29:59.506Z] dac22aed4bcb: Waiting [2021-04-23T18:29:59.506Z] 7f11774df145: Waiting [2021-04-23T18:29:59.506Z] b7d796125a4a: Waiting [2021-04-23T18:29:59.506Z] 8b57b122edc0: Waiting [2021-04-23T18:29:59.506Z] 32f366d666a5: Waiting [2021-04-23T18:29:59.768Z] 8c51822373bb: Pushed [2021-04-23T18:29:59.768Z] a47fcd03bf9b: Pushed [2021-04-23T18:29:59.768Z] fd0af9f5c925: Pushed [2021-04-23T18:29:59.768Z] 3feef66ee7a6: Pushed [2021-04-23T18:29:59.768Z] dac22aed4bcb: Layer already exists [2021-04-23T18:29:59.768Z] 32f366d666a5: Layer already exists [2021-04-23T18:29:59.768Z] b7d796125a4a: Pushed [2021-04-23T18:29:59.768Z] 8b57b122edc0: Pushed [2021-04-23T18:29:59.768Z] 7f11774df145: Pushed [2021-04-23T18:29:59.785Z] Removing intermediate container f5066af911c4 [2021-04-23T18:29:59.785Z] ---> 8492d7744f7d [2021-04-23T18:29:59.785Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:30:00.383Z] ---> Running in 841b32a83a76 [2021-04-23T18:30:00.716Z] c88513e33ba8: Pushed [2021-04-23T18:30:00.978Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:59afb35bc0d68feeda3ffa1d2798a4f6cdfd45915ccd647567cb00d8646b3b88 size: 2817 [2021-04-23T18:30:00.981Z] Removing intermediate container c767c2ae2580 [2021-04-23T18:30:00.981Z] ---> 283f86a6ba83 [2021-04-23T18:30:00.981Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:01.254Z] ---> 272a8b10a6f8 [2021-04-23T18:30:01.254Z] ---> 156c8cc47e55 [2021-04-23T18:30:01.254Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-23T18:30:01.254Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-23T18:30:01.294Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:01.533Z] ---> Running in 96195376287f [2021-04-23T18:30:01.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.187 [2021-04-23T18:30:01.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-23T18:30:01.595Z] 3feef66ee7a6: Preparing [2021-04-23T18:30:01.595Z] 3feef66ee7a6: Preparing [2021-04-23T18:30:01.595Z] a47fcd03bf9b: Preparing [2021-04-23T18:30:01.595Z] fd0af9f5c925: Preparing [2021-04-23T18:30:01.595Z] 8c51822373bb: Preparing [2021-04-23T18:30:01.595Z] c88513e33ba8: Preparing [2021-04-23T18:30:01.595Z] dac22aed4bcb: Preparing [2021-04-23T18:30:01.595Z] 7f11774df145: Preparing [2021-04-23T18:30:01.595Z] 7f11774df145: Preparing [2021-04-23T18:30:01.595Z] b7d796125a4a: Preparing [2021-04-23T18:30:01.595Z] 8b57b122edc0: Preparing [2021-04-23T18:30:01.595Z] 32f366d666a5: Preparing [2021-04-23T18:30:01.595Z] 7f11774df145: Waiting [2021-04-23T18:30:01.595Z] b7d796125a4a: Waiting [2021-04-23T18:30:01.595Z] 8b57b122edc0: Waiting [2021-04-23T18:30:01.595Z] 32f366d666a5: Waiting [2021-04-23T18:30:01.595Z] dac22aed4bcb: Waiting [2021-04-23T18:30:01.595Z] 3feef66ee7a6: Layer already exists [2021-04-23T18:30:01.595Z] c88513e33ba8: Layer already exists [2021-04-23T18:30:01.595Z] fd0af9f5c925: Layer already exists [2021-04-23T18:30:01.595Z] 8c51822373bb: Layer already exists [2021-04-23T18:30:01.595Z] a47fcd03bf9b: Layer already exists [2021-04-23T18:30:01.595Z] 7f11774df145: Layer already exists [2021-04-23T18:30:01.595Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:01.595Z] b7d796125a4a: Layer already exists [2021-04-23T18:30:01.595Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:01.595Z] 8b57b122edc0: Layer already exists [2021-04-23T18:30:01.817Z] Removing intermediate container 841b32a83a76 [2021-04-23T18:30:01.817Z] ---> 58253dda4cdf [2021-04-23T18:30:01.817Z] Step 20/22 : LABEL arch=arm64 [2021-04-23T18:30:01.817Z] ---> Running in ef9802d09565 [2021-04-23T18:30:01.864Z] 2.0.0-dev.187: digest: sha256:59afb35bc0d68feeda3ffa1d2798a4f6cdfd45915ccd647567cb00d8646b3b88 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:02.094Z] ---> Running in 96e9f6a61f24 [2021-04-23T18:30:02.188Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:02.373Z] ---> 001e9eea4d1a [2021-04-23T18:30:02.373Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-23T18:30:02.373Z] Removing intermediate container 96195376287f [2021-04-23T18:30:02.373Z] ---> 781faec77fff [2021-04-23T18:30:02.373Z] Step 20/22 : LABEL arch=arm64 [2021-04-23T18:30:02.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:02.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-23T18:30:02.507Z] 3feef66ee7a6: Preparing [2021-04-23T18:30:02.507Z] 3feef66ee7a6: Preparing [2021-04-23T18:30:02.507Z] a47fcd03bf9b: Preparing [2021-04-23T18:30:02.507Z] fd0af9f5c925: Preparing [2021-04-23T18:30:02.507Z] 8c51822373bb: Preparing [2021-04-23T18:30:02.507Z] c88513e33ba8: Preparing [2021-04-23T18:30:02.507Z] dac22aed4bcb: Preparing [2021-04-23T18:30:02.507Z] 7f11774df145: Preparing [2021-04-23T18:30:02.507Z] 7f11774df145: Preparing [2021-04-23T18:30:02.507Z] b7d796125a4a: Preparing [2021-04-23T18:30:02.507Z] 8b57b122edc0: Preparing [2021-04-23T18:30:02.507Z] 32f366d666a5: Preparing [2021-04-23T18:30:02.507Z] dac22aed4bcb: Waiting [2021-04-23T18:30:02.507Z] 7f11774df145: Waiting [2021-04-23T18:30:02.507Z] 8b57b122edc0: Waiting [2021-04-23T18:30:02.507Z] b7d796125a4a: Waiting [2021-04-23T18:30:02.507Z] 32f366d666a5: Waiting [2021-04-23T18:30:02.507Z] fd0af9f5c925: Layer already exists [2021-04-23T18:30:02.507Z] a47fcd03bf9b: Layer already exists [2021-04-23T18:30:02.507Z] 8c51822373bb: Layer already exists [2021-04-23T18:30:02.507Z] c88513e33ba8: Layer already exists [2021-04-23T18:30:02.507Z] 3feef66ee7a6: Layer already exists [2021-04-23T18:30:02.507Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:02.507Z] 7f11774df145: Layer already exists [2021-04-23T18:30:02.507Z] b7d796125a4a: Layer already exists [2021-04-23T18:30:02.507Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:02.507Z] 8b57b122edc0: Layer already exists [2021-04-23T18:30:02.507Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:59afb35bc0d68feeda3ffa1d2798a4f6cdfd45915ccd647567cb00d8646b3b88 size: 2817 [2021-04-23T18:30:02.651Z] ---> Running in 7f9dcabe4d8e [2021-04-23T18:30:02.651Z] Removing intermediate container ef9802d09565 [2021-04-23T18:30:02.651Z] ---> ab6748dc7111 [2021-04-23T18:30:02.651Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:30:02.651Z] Removing intermediate container 96e9f6a61f24 [2021-04-23T18:30:02.651Z] ---> d021f726b694 [2021-04-23T18:30:02.651Z] Step 21/22 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:02.943Z] ---> Running in 0b092d60f8a3 [2021-04-23T18:30:02.943Z] ---> Running in e7c0aae7fb49 [2021-04-23T18:30:03.097Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:03.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-23T18:30:03.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-23T18:30:03.406Z] 3feef66ee7a6: Preparing [2021-04-23T18:30:03.406Z] 3feef66ee7a6: Preparing [2021-04-23T18:30:03.406Z] a47fcd03bf9b: Preparing [2021-04-23T18:30:03.406Z] fd0af9f5c925: Preparing [2021-04-23T18:30:03.406Z] 8c51822373bb: Preparing [2021-04-23T18:30:03.406Z] c88513e33ba8: Preparing [2021-04-23T18:30:03.406Z] dac22aed4bcb: Preparing [2021-04-23T18:30:03.406Z] 7f11774df145: Preparing [2021-04-23T18:30:03.406Z] 7f11774df145: Preparing [2021-04-23T18:30:03.406Z] b7d796125a4a: Preparing [2021-04-23T18:30:03.406Z] 8b57b122edc0: Preparing [2021-04-23T18:30:03.406Z] 32f366d666a5: Preparing [2021-04-23T18:30:03.406Z] 7f11774df145: Waiting [2021-04-23T18:30:03.406Z] b7d796125a4a: Waiting [2021-04-23T18:30:03.406Z] 8b57b122edc0: Waiting [2021-04-23T18:30:03.406Z] 32f366d666a5: Waiting [2021-04-23T18:30:03.406Z] dac22aed4bcb: Waiting [2021-04-23T18:30:03.406Z] fd0af9f5c925: Layer already exists [2021-04-23T18:30:03.406Z] a47fcd03bf9b: Layer already exists [2021-04-23T18:30:03.406Z] c88513e33ba8: Layer already exists [2021-04-23T18:30:03.406Z] 3feef66ee7a6: Layer already exists [2021-04-23T18:30:03.406Z] 8c51822373bb: Layer already exists [2021-04-23T18:30:03.406Z] b7d796125a4a: Layer already exists [2021-04-23T18:30:03.406Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:03.406Z] 7f11774df145: Layer already exists [2021-04-23T18:30:03.406Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:03.406Z] 8b57b122edc0: Layer already exists [2021-04-23T18:30:03.406Z] master: digest: sha256:59afb35bc0d68feeda3ffa1d2798a4f6cdfd45915ccd647567cb00d8646b3b88 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:30:03.460Z] ===================================================== [Pipeline] echo [2021-04-23T18:30:03.475Z] taggedImages: [2021-04-23T18:30:03.475Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:03.475Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.187 [2021-04-23T18:30:03.475Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:03.475Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-23T18:30:03.525Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-23T18:30:03.525Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:03.525Z] 2.0.0-dev.187 [2021-04-23T18:30:03.525Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:03.525Z] master [2021-04-23T18:30:03.525Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-04-23T18:30:03.556Z] ---> 3e218097c298 [2021-04-23T18:30:03.556Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-23T18:30:03.556Z] Removing intermediate container 7f9dcabe4d8e [2021-04-23T18:30:03.556Z] ---> 91cf1383a4bb [2021-04-23T18:30:03.556Z] Step 21/22 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:03.832Z] ---> Running in cb7f1aa7dd06 [2021-04-23T18:30:03.832Z] ---> Running in d48b9649b739 [2021-04-23T18:30:03.832Z] Removing intermediate container 0b092d60f8a3 [2021-04-23T18:30:03.832Z] ---> 29f3229adcc1 [2021-04-23T18:30:03.832Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:30:03.832Z] Removing intermediate container e7c0aae7fb49 [2021-04-23T18:30:03.832Z] ---> 14e0a3c379d1 [2021-04-23T18:30:03.832Z] Step 22/22 : LABEL version=2.0.0-dev.187 [2021-04-23T18:30:03.878Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:04.115Z] ---> Running in 590894cc95c4 [2021-04-23T18:30:04.115Z] ---> Running in 9a8ce7c5c4c6 [2021-04-23T18:30:04.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:04.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-23T18:30:04.190Z] d810dcbb4ef7: Preparing [2021-04-23T18:30:04.190Z] b5e469ae5df1: Preparing [2021-04-23T18:30:04.190Z] c1d528c4b8fd: Preparing [2021-04-23T18:30:04.190Z] f1e2ac7289ca: Preparing [2021-04-23T18:30:04.190Z] d72e6f205188: Preparing [2021-04-23T18:30:04.190Z] 32f366d666a5: Preparing [2021-04-23T18:30:04.190Z] 32f366d666a5: Waiting [2021-04-23T18:30:04.453Z] f1e2ac7289ca: Pushed [2021-04-23T18:30:04.453Z] c1d528c4b8fd: Pushed [2021-04-23T18:30:04.453Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:04.710Z] Removing intermediate container cb7f1aa7dd06 [2021-04-23T18:30:04.710Z] ---> 8f7cf34a5ef4 [2021-04-23T18:30:04.710Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-23T18:30:04.710Z] Removing intermediate container d48b9649b739 [2021-04-23T18:30:04.710Z] ---> b83dd1c8eec9 [2021-04-23T18:30:04.710Z] Step 22/22 : LABEL version=2.0.0-dev.187 [2021-04-23T18:30:04.989Z] Removing intermediate container 590894cc95c4 [2021-04-23T18:30:04.989Z] ---> d098bcf191d9 [2021-04-23T18:30:04.989Z] Step 22/23 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:04.989Z] Removing intermediate container 9a8ce7c5c4c6 [2021-04-23T18:30:04.989Z] ---> 3b12d6ee9bf7 [2021-04-23T18:30:04.989Z] [2021-04-23T18:30:05.268Z] ---> Running in 32a329e8db6a [2021-04-23T18:30:05.560Z] Successfully built 3b12d6ee9bf7 [2021-04-23T18:30:05.560Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-23T18:30:05.560Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-23T18:30:05.560Z] ---> Running in abdb99f6a780 [2021-04-23T18:30:05.833Z] ---> 3e99818dd4e0 [2021-04-23T18:30:05.833Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-23T18:30:05.847Z] d72e6f205188: Pushed [2021-04-23T18:30:06.107Z] b5e469ae5df1: Pushed [2021-04-23T18:30:06.107Z] d810dcbb4ef7: Pushed [2021-04-23T18:30:06.108Z] Removing intermediate container 32a329e8db6a [2021-04-23T18:30:06.108Z] ---> a286d7b7512e [2021-04-23T18:30:06.108Z] [2021-04-23T18:30:06.378Z] ---> Running in e2a63760a212 [2021-04-23T18:30:06.378Z] Removing intermediate container abdb99f6a780 [2021-04-23T18:30:06.378Z] ---> 86e67997f756 [2021-04-23T18:30:06.378Z] Step 23/23 : LABEL version=2.0.0-dev.187 [2021-04-23T18:30:06.378Z] Successfully built a286d7b7512e [2021-04-23T18:30:06.652Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-23T18:30:06.652Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-23T18:30:06.652Z] ---> Running in 083bad95c3d3 [2021-04-23T18:30:06.680Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:0ed95e0c6e779444ff14fcfef327b427a878038f69343a5e84cac8d71e193e90 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:06.992Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:07.251Z] Removing intermediate container 083bad95c3d3 [2021-04-23T18:30:07.252Z] ---> cbb1b812f33d [2021-04-23T18:30:07.252Z] [2021-04-23T18:30:07.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.187 [2021-04-23T18:30:07.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-23T18:30:07.306Z] d810dcbb4ef7: Preparing [2021-04-23T18:30:07.306Z] b5e469ae5df1: Preparing [2021-04-23T18:30:07.306Z] c1d528c4b8fd: Preparing [2021-04-23T18:30:07.306Z] f1e2ac7289ca: Preparing [2021-04-23T18:30:07.306Z] d72e6f205188: Preparing [2021-04-23T18:30:07.306Z] 32f366d666a5: Preparing [2021-04-23T18:30:07.306Z] 32f366d666a5: Waiting [2021-04-23T18:30:07.306Z] d72e6f205188: Layer already exists [2021-04-23T18:30:07.306Z] d810dcbb4ef7: Layer already exists [2021-04-23T18:30:07.306Z] c1d528c4b8fd: Layer already exists [2021-04-23T18:30:07.306Z] b5e469ae5df1: Layer already exists [2021-04-23T18:30:07.306Z] f1e2ac7289ca: Layer already exists [2021-04-23T18:30:07.306Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:07.306Z] 2.0.0-dev.187: digest: sha256:0ed95e0c6e779444ff14fcfef327b427a878038f69343a5e84cac8d71e193e90 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:07.617Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:07.857Z] Successfully built cbb1b812f33d [2021-04-23T18:30:07.857Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-23T18:30:07.857Z] Building docker-sys-mgmt-agent-go [2021-04-23T18:30:07.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:07.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-23T18:30:07.920Z] d810dcbb4ef7: Preparing [2021-04-23T18:30:07.920Z] b5e469ae5df1: Preparing [2021-04-23T18:30:07.920Z] c1d528c4b8fd: Preparing [2021-04-23T18:30:07.920Z] f1e2ac7289ca: Preparing [2021-04-23T18:30:07.920Z] d72e6f205188: Preparing [2021-04-23T18:30:07.920Z] 32f366d666a5: Preparing [2021-04-23T18:30:07.920Z] 32f366d666a5: Waiting [2021-04-23T18:30:07.920Z] b5e469ae5df1: Layer already exists [2021-04-23T18:30:07.920Z] f1e2ac7289ca: Layer already exists [2021-04-23T18:30:07.920Z] d72e6f205188: Layer already exists [2021-04-23T18:30:07.920Z] c1d528c4b8fd: Layer already exists [2021-04-23T18:30:07.920Z] d810dcbb4ef7: Layer already exists [2021-04-23T18:30:07.920Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:07.920Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:0ed95e0c6e779444ff14fcfef327b427a878038f69343a5e84cac8d71e193e90 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:08.227Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:08.526Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-23T18:30:08.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-23T18:30:08.526Z] d810dcbb4ef7: Preparing [2021-04-23T18:30:08.526Z] b5e469ae5df1: Preparing [2021-04-23T18:30:08.526Z] c1d528c4b8fd: Preparing [2021-04-23T18:30:08.526Z] f1e2ac7289ca: Preparing [2021-04-23T18:30:08.526Z] d72e6f205188: Preparing [2021-04-23T18:30:08.526Z] 32f366d666a5: Preparing [2021-04-23T18:30:08.526Z] 32f366d666a5: Waiting [2021-04-23T18:30:08.526Z] b5e469ae5df1: Layer already exists [2021-04-23T18:30:08.526Z] c1d528c4b8fd: Layer already exists [2021-04-23T18:30:08.526Z] d810dcbb4ef7: Layer already exists [2021-04-23T18:30:08.526Z] d72e6f205188: Layer already exists [2021-04-23T18:30:08.526Z] f1e2ac7289ca: Layer already exists [2021-04-23T18:30:08.526Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:08.526Z] master: digest: sha256:0ed95e0c6e779444ff14fcfef327b427a878038f69343a5e84cac8d71e193e90 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:30:08.583Z] ===================================================== [Pipeline] echo [2021-04-23T18:30:08.603Z] taggedImages: [2021-04-23T18:30:08.604Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:08.604Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.187 [2021-04-23T18:30:08.604Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:08.604Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-23T18:30:08.640Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-23T18:30:08.640Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:08.640Z] 2.0.0-dev.187 [2021-04-23T18:30:08.640Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:08.640Z] master [2021-04-23T18:30:08.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:08.858Z]  Building docker-core-metadata-go ... done Removing intermediate container e2a63760a212 [2021-04-23T18:30:08.858Z] ---> 07a54cd614ec [2021-04-23T18:30:08.858Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-23T18:30:08.990Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:09.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:09.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-23T18:30:09.295Z] 879a8053959c: Preparing [2021-04-23T18:30:09.296Z] 9fd52305362e: Preparing [2021-04-23T18:30:09.296Z] 2a74571ef782: Preparing [2021-04-23T18:30:09.296Z] 35c42b7b5730: Preparing [2021-04-23T18:30:09.296Z] 155b10e29b41: Preparing [2021-04-23T18:30:09.296Z] 528faae1fc7b: Preparing [2021-04-23T18:30:09.296Z] bc5d86f60caa: Preparing [2021-04-23T18:30:09.296Z] c185b5a66a54: Preparing [2021-04-23T18:30:09.296Z] 32f366d666a5: Preparing [2021-04-23T18:30:09.296Z] 528faae1fc7b: Waiting [2021-04-23T18:30:09.296Z] bc5d86f60caa: Waiting [2021-04-23T18:30:09.296Z] c185b5a66a54: Waiting [2021-04-23T18:30:09.296Z] 32f366d666a5: Waiting [2021-04-23T18:30:09.448Z] ---> Running in a431addf67ef [2021-04-23T18:30:09.588Z] 155b10e29b41: Pushed [2021-04-23T18:30:09.588Z] 9fd52305362e: Pushed [2021-04-23T18:30:09.588Z] 879a8053959c: Pushed [2021-04-23T18:30:09.588Z] 528faae1fc7b: Pushed [2021-04-23T18:30:09.851Z] bc5d86f60caa: Pushed [2021-04-23T18:30:09.851Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:09.851Z] c185b5a66a54: Pushed [2021-04-23T18:30:10.425Z] Removing intermediate container a431addf67ef [2021-04-23T18:30:10.425Z] 2a74571ef782: Pushed [2021-04-23T18:30:10.425Z] ---> 1d5975f3dc69 [2021-04-23T18:30:10.425Z] Step 28/31 : CMD ["gate"] [2021-04-23T18:30:10.687Z] 35c42b7b5730: Pushed [2021-04-23T18:30:10.687Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:4acec0d35641572fcaeb58df915a42dfce70ef67d25129dc9fa1f2ef32cbe529 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:11.088Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:11.411Z] ---> Running in f84a80012ff7 [2021-04-23T18:30:11.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.187 [2021-04-23T18:30:11.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-23T18:30:11.430Z] 879a8053959c: Preparing [2021-04-23T18:30:11.430Z] 9fd52305362e: Preparing [2021-04-23T18:30:11.430Z] 2a74571ef782: Preparing [2021-04-23T18:30:11.430Z] 35c42b7b5730: Preparing [2021-04-23T18:30:11.430Z] 155b10e29b41: Preparing [2021-04-23T18:30:11.430Z] 528faae1fc7b: Preparing [2021-04-23T18:30:11.430Z] bc5d86f60caa: Preparing [2021-04-23T18:30:11.430Z] c185b5a66a54: Preparing [2021-04-23T18:30:11.430Z] 32f366d666a5: Preparing [2021-04-23T18:30:11.430Z] 528faae1fc7b: Waiting [2021-04-23T18:30:11.430Z] bc5d86f60caa: Waiting [2021-04-23T18:30:11.430Z] c185b5a66a54: Waiting [2021-04-23T18:30:11.430Z] 32f366d666a5: Waiting [2021-04-23T18:30:11.430Z] 35c42b7b5730: Layer already exists [2021-04-23T18:30:11.430Z] 155b10e29b41: Layer already exists [2021-04-23T18:30:11.430Z] 9fd52305362e: Layer already exists [2021-04-23T18:30:11.430Z] 2a74571ef782: Layer already exists [2021-04-23T18:30:11.430Z] 879a8053959c: Layer already exists [2021-04-23T18:30:11.430Z] 528faae1fc7b: Layer already exists [2021-04-23T18:30:11.430Z] c185b5a66a54: Layer already exists [2021-04-23T18:30:11.430Z] bc5d86f60caa: Layer already exists [2021-04-23T18:30:11.430Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:11.430Z] 2.0.0-dev.187: digest: sha256:4acec0d35641572fcaeb58df915a42dfce70ef67d25129dc9fa1f2ef32cbe529 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:11.780Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:12.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:12.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-23T18:30:12.090Z] 879a8053959c: Preparing [2021-04-23T18:30:12.090Z] 9fd52305362e: Preparing [2021-04-23T18:30:12.091Z] 2a74571ef782: Preparing [2021-04-23T18:30:12.091Z] 35c42b7b5730: Preparing [2021-04-23T18:30:12.091Z] 155b10e29b41: Preparing [2021-04-23T18:30:12.091Z] 528faae1fc7b: Preparing [2021-04-23T18:30:12.091Z] bc5d86f60caa: Preparing [2021-04-23T18:30:12.091Z] c185b5a66a54: Preparing [2021-04-23T18:30:12.091Z] 32f366d666a5: Preparing [2021-04-23T18:30:12.091Z] 528faae1fc7b: Waiting [2021-04-23T18:30:12.091Z] 32f366d666a5: Waiting [2021-04-23T18:30:12.091Z] bc5d86f60caa: Waiting [2021-04-23T18:30:12.091Z] c185b5a66a54: Waiting [2021-04-23T18:30:12.091Z] 35c42b7b5730: Layer already exists [2021-04-23T18:30:12.091Z] 9fd52305362e: Layer already exists [2021-04-23T18:30:12.091Z] 879a8053959c: Layer already exists [2021-04-23T18:30:12.091Z] 155b10e29b41: Layer already exists [2021-04-23T18:30:12.091Z] 2a74571ef782: Layer already exists [2021-04-23T18:30:12.091Z] bc5d86f60caa: Layer already exists [2021-04-23T18:30:12.091Z] 528faae1fc7b: Layer already exists [2021-04-23T18:30:12.091Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:12.091Z] c185b5a66a54: Layer already exists [2021-04-23T18:30:12.091Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:4acec0d35641572fcaeb58df915a42dfce70ef67d25129dc9fa1f2ef32cbe529 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:12.417Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:12.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-23T18:30:12.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-23T18:30:12.720Z] 879a8053959c: Preparing [2021-04-23T18:30:12.720Z] 9fd52305362e: Preparing [2021-04-23T18:30:12.720Z] 2a74571ef782: Preparing [2021-04-23T18:30:12.720Z] 35c42b7b5730: Preparing [2021-04-23T18:30:12.720Z] 155b10e29b41: Preparing [2021-04-23T18:30:12.720Z] 528faae1fc7b: Preparing [2021-04-23T18:30:12.720Z] bc5d86f60caa: Preparing [2021-04-23T18:30:12.720Z] c185b5a66a54: Preparing [2021-04-23T18:30:12.720Z] 32f366d666a5: Preparing [2021-04-23T18:30:12.720Z] 528faae1fc7b: Waiting [2021-04-23T18:30:12.720Z] bc5d86f60caa: Waiting [2021-04-23T18:30:12.720Z] 32f366d666a5: Waiting [2021-04-23T18:30:12.720Z] c185b5a66a54: Waiting [2021-04-23T18:30:12.720Z] 879a8053959c: Layer already exists [2021-04-23T18:30:12.720Z] 155b10e29b41: Layer already exists [2021-04-23T18:30:12.720Z] 35c42b7b5730: Layer already exists [2021-04-23T18:30:12.720Z] 9fd52305362e: Layer already exists [2021-04-23T18:30:12.720Z] 2a74571ef782: Layer already exists [2021-04-23T18:30:12.720Z] 528faae1fc7b: Layer already exists [2021-04-23T18:30:12.720Z] c185b5a66a54: Layer already exists [2021-04-23T18:30:12.720Z] bc5d86f60caa: Layer already exists [2021-04-23T18:30:12.720Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:12.720Z] master: digest: sha256:4acec0d35641572fcaeb58df915a42dfce70ef67d25129dc9fa1f2ef32cbe529 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:30:12.773Z] ===================================================== [Pipeline] echo [2021-04-23T18:30:12.786Z] taggedImages: [2021-04-23T18:30:12.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:12.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.187 [2021-04-23T18:30:12.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:12.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-23T18:30:12.817Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-23T18:30:12.817Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:12.817Z] 2.0.0-dev.187 [2021-04-23T18:30:12.817Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:12.817Z] master [2021-04-23T18:30:12.817Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-04-23T18:30:12.847Z] Removing intermediate container f84a80012ff7 [2021-04-23T18:30:12.847Z] ---> 6d72a4929037 [2021-04-23T18:30:12.847Z] Step 29/31 : LABEL arch=arm64 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:13.163Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:13.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:13.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-23T18:30:13.465Z] efa67c4c1b21: Preparing [2021-04-23T18:30:13.465Z] 9ffe62c5f78f: Preparing [2021-04-23T18:30:13.465Z] dac22aed4bcb: Preparing [2021-04-23T18:30:13.465Z] c71bc6e47a87: Preparing [2021-04-23T18:30:13.465Z] 32f366d666a5: Preparing [2021-04-23T18:30:13.465Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:13.465Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:13.465Z] efa67c4c1b21: Pushed [2021-04-23T18:30:14.042Z] c71bc6e47a87: Pushed [2021-04-23T18:30:14.288Z] ---> Running in ea10d25be991 [2021-04-23T18:30:14.615Z] 9ffe62c5f78f: Pushed [2021-04-23T18:30:14.879Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:a587a7bbc81f0bcf3552176a1e386e1b985c18ada7d896d4bcce211ad4d48305 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:15.199Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:15.292Z] Removing intermediate container ea10d25be991 [2021-04-23T18:30:15.292Z] ---> cae0754f95da [2021-04-23T18:30:15.292Z] Step 30/31 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:15.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.187 [2021-04-23T18:30:15.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-23T18:30:15.506Z] efa67c4c1b21: Preparing [2021-04-23T18:30:15.506Z] 9ffe62c5f78f: Preparing [2021-04-23T18:30:15.506Z] dac22aed4bcb: Preparing [2021-04-23T18:30:15.506Z] c71bc6e47a87: Preparing [2021-04-23T18:30:15.506Z] 32f366d666a5: Preparing [2021-04-23T18:30:15.506Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:15.506Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:15.506Z] efa67c4c1b21: Layer already exists [2021-04-23T18:30:15.506Z] c71bc6e47a87: Layer already exists [2021-04-23T18:30:15.506Z] 9ffe62c5f78f: Layer already exists [2021-04-23T18:30:15.506Z] 2.0.0-dev.187: digest: sha256:a587a7bbc81f0bcf3552176a1e386e1b985c18ada7d896d4bcce211ad4d48305 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:15.811Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:15.891Z] ---> Running in a9555b5dee07 [2021-04-23T18:30:16.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:16.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-23T18:30:16.107Z] efa67c4c1b21: Preparing [2021-04-23T18:30:16.107Z] 9ffe62c5f78f: Preparing [2021-04-23T18:30:16.107Z] dac22aed4bcb: Preparing [2021-04-23T18:30:16.107Z] c71bc6e47a87: Preparing [2021-04-23T18:30:16.107Z] 32f366d666a5: Preparing [2021-04-23T18:30:16.107Z] efa67c4c1b21: Layer already exists [2021-04-23T18:30:16.107Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:16.107Z] c71bc6e47a87: Layer already exists [2021-04-23T18:30:16.107Z] 9ffe62c5f78f: Layer already exists [2021-04-23T18:30:16.107Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:16.107Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:a587a7bbc81f0bcf3552176a1e386e1b985c18ada7d896d4bcce211ad4d48305 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:16.409Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:16.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-23T18:30:16.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-23T18:30:16.708Z] efa67c4c1b21: Preparing [2021-04-23T18:30:16.708Z] 9ffe62c5f78f: Preparing [2021-04-23T18:30:16.708Z] dac22aed4bcb: Preparing [2021-04-23T18:30:16.708Z] c71bc6e47a87: Preparing [2021-04-23T18:30:16.708Z] 32f366d666a5: Preparing [2021-04-23T18:30:16.708Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:16.708Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:16.708Z] 9ffe62c5f78f: Layer already exists [2021-04-23T18:30:16.708Z] efa67c4c1b21: Layer already exists [2021-04-23T18:30:16.708Z] c71bc6e47a87: Layer already exists [2021-04-23T18:30:16.708Z] master: digest: sha256:a587a7bbc81f0bcf3552176a1e386e1b985c18ada7d896d4bcce211ad4d48305 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:30:16.759Z] ===================================================== [Pipeline] echo [2021-04-23T18:30:16.774Z] taggedImages: [2021-04-23T18:30:16.774Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:16.774Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.187 [2021-04-23T18:30:16.774Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:16.774Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-23T18:30:16.805Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-23T18:30:16.805Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:16.805Z] 2.0.0-dev.187 [2021-04-23T18:30:16.805Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:16.805Z] master [2021-04-23T18:30:16.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:16.881Z] Removing intermediate container a9555b5dee07 [2021-04-23T18:30:16.881Z] ---> f552ce2f5e0a [2021-04-23T18:30:16.881Z] Step 31/31 : LABEL version=2.0.0-dev.187 [2021-04-23T18:30:17.147Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:17.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:17.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-23T18:30:17.446Z] 18db10f99402: Preparing [2021-04-23T18:30:17.446Z] f8463fbe0247: Preparing [2021-04-23T18:30:17.446Z] dac22aed4bcb: Preparing [2021-04-23T18:30:17.446Z] 6c74d38f9d3d: Preparing [2021-04-23T18:30:17.446Z] 32f366d666a5: Preparing [2021-04-23T18:30:17.446Z] 6c74d38f9d3d: Layer already exists [2021-04-23T18:30:17.446Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:17.446Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:17.446Z] 18db10f99402: Pushed [2021-04-23T18:30:17.475Z] ---> Running in 7109862317ab [2021-04-23T18:30:17.748Z] Removing intermediate container 7109862317ab [2021-04-23T18:30:17.748Z] ---> 4fd5dd5bf129 [2021-04-23T18:30:17.748Z] [2021-04-23T18:30:18.026Z] Successfully built 4fd5dd5bf129 [2021-04-23T18:30:18.298Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-23T18:30:18.837Z] f8463fbe0247: Pushed [2021-04-23T18:30:18.837Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:78394c5780742031656bc987e64a0ddd498f54312ded592cc499b67d1a281972 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:19.137Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:19.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.187 [2021-04-23T18:30:19.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-23T18:30:19.433Z] 18db10f99402: Preparing [2021-04-23T18:30:19.433Z] f8463fbe0247: Preparing [2021-04-23T18:30:19.433Z] dac22aed4bcb: Preparing [2021-04-23T18:30:19.433Z] 6c74d38f9d3d: Preparing [2021-04-23T18:30:19.433Z] 32f366d666a5: Preparing [2021-04-23T18:30:19.433Z] 6c74d38f9d3d: Layer already exists [2021-04-23T18:30:19.433Z] 18db10f99402: Layer already exists [2021-04-23T18:30:19.433Z] f8463fbe0247: Layer already exists [2021-04-23T18:30:19.433Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:19.433Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:19.433Z] 2.0.0-dev.187: digest: sha256:78394c5780742031656bc987e64a0ddd498f54312ded592cc499b67d1a281972 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:19.739Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:20.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:20.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-23T18:30:20.036Z] 18db10f99402: Preparing [2021-04-23T18:30:20.036Z] f8463fbe0247: Preparing [2021-04-23T18:30:20.036Z] dac22aed4bcb: Preparing [2021-04-23T18:30:20.036Z] 6c74d38f9d3d: Preparing [2021-04-23T18:30:20.036Z] 32f366d666a5: Preparing [2021-04-23T18:30:20.036Z] f8463fbe0247: Layer already exists [2021-04-23T18:30:20.036Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:20.036Z] 6c74d38f9d3d: Layer already exists [2021-04-23T18:30:20.036Z] 18db10f99402: Layer already exists [2021-04-23T18:30:20.036Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:20.036Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:78394c5780742031656bc987e64a0ddd498f54312ded592cc499b67d1a281972 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:20.341Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:20.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-23T18:30:20.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-23T18:30:20.641Z] 18db10f99402: Preparing [2021-04-23T18:30:20.641Z] f8463fbe0247: Preparing [2021-04-23T18:30:20.641Z] dac22aed4bcb: Preparing [2021-04-23T18:30:20.641Z] 6c74d38f9d3d: Preparing [2021-04-23T18:30:20.641Z] 32f366d666a5: Preparing [2021-04-23T18:30:20.641Z] f8463fbe0247: Layer already exists [2021-04-23T18:30:20.641Z] 32f366d666a5: Layer already exists [2021-04-23T18:30:20.641Z] 18db10f99402: Layer already exists [2021-04-23T18:30:20.641Z] 6c74d38f9d3d: Layer already exists [2021-04-23T18:30:20.641Z] dac22aed4bcb: Layer already exists [2021-04-23T18:30:20.641Z] master: digest: sha256:78394c5780742031656bc987e64a0ddd498f54312ded592cc499b67d1a281972 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:30:20.692Z] ===================================================== [Pipeline] echo [2021-04-23T18:30:20.706Z] taggedImages: [2021-04-23T18:30:20.706Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:20.706Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.187 [2021-04-23T18:30:20.706Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:20.706Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-23T18:30:20.742Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-23T18:30:20.742Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:20.742Z] 2.0.0-dev.187 [2021-04-23T18:30:20.742Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:20.742Z] master [2021-04-23T18:30:20.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:21.083Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:21.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:21.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-23T18:30:21.388Z] 1d94e63e6386: Preparing [2021-04-23T18:30:21.388Z] 087e9cf08556: Preparing [2021-04-23T18:30:21.388Z] 0377a00c1618: Preparing [2021-04-23T18:30:21.388Z] a75cfb0b5616: Preparing [2021-04-23T18:30:21.388Z] 0754057c0ad3: Preparing [2021-04-23T18:30:21.388Z] 998cdf262ab1: Preparing [2021-04-23T18:30:21.388Z] 02e56110abd2: Preparing [2021-04-23T18:30:21.388Z] abc36efb885a: Preparing [2021-04-23T18:30:21.388Z] b0b09059f4e1: Preparing [2021-04-23T18:30:21.388Z] bb961f40224b: Preparing [2021-04-23T18:30:21.388Z] f4666769fca7: Preparing [2021-04-23T18:30:21.388Z] 998cdf262ab1: Waiting [2021-04-23T18:30:21.388Z] 02e56110abd2: Waiting [2021-04-23T18:30:21.388Z] abc36efb885a: Waiting [2021-04-23T18:30:21.388Z] b0b09059f4e1: Waiting [2021-04-23T18:30:21.388Z] bb961f40224b: Waiting [2021-04-23T18:30:21.388Z] f4666769fca7: Waiting [2021-04-23T18:30:21.388Z] 0754057c0ad3: Layer already exists [2021-04-23T18:30:21.388Z] 998cdf262ab1: Layer already exists [2021-04-23T18:30:21.388Z] 02e56110abd2: Layer already exists [2021-04-23T18:30:21.388Z] 087e9cf08556: Pushed [2021-04-23T18:30:21.651Z] abc36efb885a: Layer already exists [2021-04-23T18:30:21.651Z] b0b09059f4e1: Layer already exists [2021-04-23T18:30:21.651Z] bb961f40224b: Layer already exists [2021-04-23T18:30:21.651Z] f4666769fca7: Layer already exists [2021-04-23T18:30:21.916Z] 1d94e63e6386: Pushed [2021-04-23T18:30:22.495Z] 0377a00c1618: Pushed [2021-04-23T18:30:26.567Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:30:26.567Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:30:26.567Z] ---> 72d121688324 [2021-04-23T18:30:26.567Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:30:26.567Z] ---> Using cache [2021-04-23T18:30:26.567Z] ---> ea7148888332 [2021-04-23T18:30:26.567Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:30:26.567Z] ---> Using cache [2021-04-23T18:30:26.567Z] ---> 2fae524ce4e4 [2021-04-23T18:30:26.567Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:30:26.567Z] ---> Running in d1c7bea2493a [2021-04-23T18:30:26.724Z] a75cfb0b5616: Pushed [2021-04-23T18:30:26.985Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:f5ce1f2ec6a21293cc6deda7a7d682b79b849977f99d37189c924a2dc0868c2d size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:27.293Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:27.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.187 [2021-04-23T18:30:27.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-23T18:30:27.592Z] 1d94e63e6386: Preparing [2021-04-23T18:30:27.592Z] 087e9cf08556: Preparing [2021-04-23T18:30:27.592Z] 0377a00c1618: Preparing [2021-04-23T18:30:27.592Z] a75cfb0b5616: Preparing [2021-04-23T18:30:27.592Z] 0754057c0ad3: Preparing [2021-04-23T18:30:27.592Z] 998cdf262ab1: Preparing [2021-04-23T18:30:27.592Z] 02e56110abd2: Preparing [2021-04-23T18:30:27.592Z] abc36efb885a: Preparing [2021-04-23T18:30:27.592Z] b0b09059f4e1: Preparing [2021-04-23T18:30:27.592Z] bb961f40224b: Preparing [2021-04-23T18:30:27.592Z] f4666769fca7: Preparing [2021-04-23T18:30:27.592Z] 998cdf262ab1: Waiting [2021-04-23T18:30:27.592Z] 02e56110abd2: Waiting [2021-04-23T18:30:27.592Z] abc36efb885a: Waiting [2021-04-23T18:30:27.592Z] b0b09059f4e1: Waiting [2021-04-23T18:30:27.592Z] bb961f40224b: Waiting [2021-04-23T18:30:27.592Z] f4666769fca7: Waiting [2021-04-23T18:30:27.592Z] 1d94e63e6386: Layer already exists [2021-04-23T18:30:27.592Z] 0377a00c1618: Layer already exists [2021-04-23T18:30:27.592Z] a75cfb0b5616: Layer already exists [2021-04-23T18:30:27.592Z] 087e9cf08556: Layer already exists [2021-04-23T18:30:27.592Z] 0754057c0ad3: Layer already exists [2021-04-23T18:30:27.592Z] 998cdf262ab1: Layer already exists [2021-04-23T18:30:27.592Z] abc36efb885a: Layer already exists [2021-04-23T18:30:27.592Z] 02e56110abd2: Layer already exists [2021-04-23T18:30:27.592Z] b0b09059f4e1: Layer already exists [2021-04-23T18:30:27.592Z] bb961f40224b: Layer already exists [2021-04-23T18:30:27.592Z] f4666769fca7: Layer already exists [2021-04-23T18:30:27.592Z] 2.0.0-dev.187: digest: sha256:f5ce1f2ec6a21293cc6deda7a7d682b79b849977f99d37189c924a2dc0868c2d size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:27.895Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:28.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:30:28.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:28.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-23T18:30:28.191Z] 1d94e63e6386: Preparing [2021-04-23T18:30:28.191Z] 087e9cf08556: Preparing [2021-04-23T18:30:28.191Z] 0377a00c1618: Preparing [2021-04-23T18:30:28.191Z] a75cfb0b5616: Preparing [2021-04-23T18:30:28.191Z] 0754057c0ad3: Preparing [2021-04-23T18:30:28.191Z] 998cdf262ab1: Preparing [2021-04-23T18:30:28.191Z] 02e56110abd2: Preparing [2021-04-23T18:30:28.191Z] abc36efb885a: Preparing [2021-04-23T18:30:28.191Z] b0b09059f4e1: Preparing [2021-04-23T18:30:28.191Z] bb961f40224b: Preparing [2021-04-23T18:30:28.191Z] f4666769fca7: Preparing [2021-04-23T18:30:28.191Z] 998cdf262ab1: Waiting [2021-04-23T18:30:28.191Z] 02e56110abd2: Waiting [2021-04-23T18:30:28.191Z] abc36efb885a: Waiting [2021-04-23T18:30:28.191Z] b0b09059f4e1: Waiting [2021-04-23T18:30:28.191Z] bb961f40224b: Waiting [2021-04-23T18:30:28.191Z] f4666769fca7: Waiting [2021-04-23T18:30:28.191Z] a75cfb0b5616: Layer already exists [2021-04-23T18:30:28.191Z] 0377a00c1618: Layer already exists [2021-04-23T18:30:28.191Z] 087e9cf08556: Layer already exists [2021-04-23T18:30:28.191Z] 1d94e63e6386: Layer already exists [2021-04-23T18:30:28.191Z] 0754057c0ad3: Layer already exists [2021-04-23T18:30:28.191Z] 02e56110abd2: Layer already exists [2021-04-23T18:30:28.191Z] abc36efb885a: Layer already exists [2021-04-23T18:30:28.191Z] 998cdf262ab1: Layer already exists [2021-04-23T18:30:28.191Z] b0b09059f4e1: Layer already exists [2021-04-23T18:30:28.191Z] bb961f40224b: Layer already exists [2021-04-23T18:30:28.191Z] f4666769fca7: Layer already exists [2021-04-23T18:30:28.191Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:f5ce1f2ec6a21293cc6deda7a7d682b79b849977f99d37189c924a2dc0868c2d size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:28.494Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:30:28.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:30:28.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-23T18:30:28.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-23T18:30:28.791Z] 1d94e63e6386: Preparing [2021-04-23T18:30:28.791Z] 087e9cf08556: Preparing [2021-04-23T18:30:28.791Z] 0377a00c1618: Preparing [2021-04-23T18:30:28.791Z] a75cfb0b5616: Preparing [2021-04-23T18:30:28.791Z] 0754057c0ad3: Preparing [2021-04-23T18:30:28.791Z] 998cdf262ab1: Preparing [2021-04-23T18:30:28.791Z] 02e56110abd2: Preparing [2021-04-23T18:30:28.791Z] abc36efb885a: Preparing [2021-04-23T18:30:28.791Z] b0b09059f4e1: Preparing [2021-04-23T18:30:28.791Z] bb961f40224b: Preparing [2021-04-23T18:30:28.791Z] f4666769fca7: Preparing [2021-04-23T18:30:28.791Z] 998cdf262ab1: Waiting [2021-04-23T18:30:28.791Z] 02e56110abd2: Waiting [2021-04-23T18:30:28.791Z] abc36efb885a: Waiting [2021-04-23T18:30:28.791Z] b0b09059f4e1: Waiting [2021-04-23T18:30:28.791Z] bb961f40224b: Waiting [2021-04-23T18:30:28.791Z] f4666769fca7: Waiting [2021-04-23T18:30:28.791Z] 1d94e63e6386: Layer already exists [2021-04-23T18:30:28.791Z] 087e9cf08556: Layer already exists [2021-04-23T18:30:28.791Z] 0754057c0ad3: Layer already exists [2021-04-23T18:30:28.791Z] 0377a00c1618: Layer already exists [2021-04-23T18:30:28.791Z] a75cfb0b5616: Layer already exists [2021-04-23T18:30:28.791Z] abc36efb885a: Layer already exists [2021-04-23T18:30:28.791Z] 998cdf262ab1: Layer already exists [2021-04-23T18:30:28.791Z] bb961f40224b: Layer already exists [2021-04-23T18:30:28.791Z] 02e56110abd2: Layer already exists [2021-04-23T18:30:28.791Z] b0b09059f4e1: Layer already exists [2021-04-23T18:30:28.791Z] f4666769fca7: Layer already exists [2021-04-23T18:30:28.791Z] master: digest: sha256:f5ce1f2ec6a21293cc6deda7a7d682b79b849977f99d37189c924a2dc0868c2d size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:30:28.844Z] ===================================================== [Pipeline] echo [2021-04-23T18:30:28.859Z] taggedImages: [2021-04-23T18:30:28.859Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:30:28.859Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.187 [2021-04-23T18:30:28.859Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:30:28.859Z] - 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-23T18:30:29.623Z] OK: 217 MiB in 51 packages [2021-04-23T18:30:32.255Z] Removing intermediate container d1c7bea2493a [2021-04-23T18:30:32.255Z] ---> 6c7914b46910 [2021-04-23T18:30:32.255Z] Step 6/23 : COPY go.mod . [2021-04-23T18:30:33.697Z] ---> 8c7b900fdffa [2021-04-23T18:30:33.697Z] Step 7/23 : RUN go mod download [2021-04-23T18:30:33.697Z] ---> Running in 70a99d8131b5 [2021-04-23T18:30:40.421Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:30:40.421Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:30:40.421Z] ---> 72d121688324 [2021-04-23T18:30:40.421Z] Step 3/24 : WORKDIR /edgex-go [2021-04-23T18:30:40.421Z] ---> Using cache [2021-04-23T18:30:40.421Z] ---> ea7148888332 [2021-04-23T18:30:40.421Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:30:40.421Z] ---> Using cache [2021-04-23T18:30:40.421Z] ---> 2fae524ce4e4 [2021-04-23T18:30:40.421Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-23T18:30:40.421Z] ---> Using cache [2021-04-23T18:30:40.421Z] ---> 6c7914b46910 [2021-04-23T18:30:40.421Z] Step 6/24 : COPY go.mod . [2021-04-23T18:30:40.421Z] ---> Using cache [2021-04-23T18:30:40.421Z] ---> 8c7b900fdffa [2021-04-23T18:30:40.421Z] Step 7/24 : RUN go mod download [2021-04-23T18:30:40.421Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:30:40.421Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:30:40.421Z] ---> 72d121688324 [2021-04-23T18:30:40.421Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:30:40.421Z] ---> Using cache [2021-04-23T18:30:40.421Z] ---> ea7148888332 [2021-04-23T18:30:40.421Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:30:40.421Z] ---> Using cache [2021-04-23T18:30:40.421Z] ---> 2fae524ce4e4 [2021-04-23T18:30:40.421Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-23T18:30:41.018Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:30:41.018Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:30:41.018Z] ---> 72d121688324 [2021-04-23T18:30:41.018Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:30:41.018Z] ---> Using cache [2021-04-23T18:30:41.018Z] ---> ea7148888332 [2021-04-23T18:30:41.018Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:30:41.018Z] ---> Using cache [2021-04-23T18:30:41.018Z] ---> 2fae524ce4e4 [2021-04-23T18:30:41.018Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-23T18:30:41.292Z] ---> Running in 64519e5a8638 [2021-04-23T18:30:41.293Z] ---> Running in 9b25ecd6c016 [2021-04-23T18:30:41.293Z] ---> Running in 2db6a15d5bbc [2021-04-23T18:30:41.897Z] Removing intermediate container 70a99d8131b5 [2021-04-23T18:30:41.897Z] ---> 81cdc4688db2 [2021-04-23T18:30:41.897Z] Step 8/23 : COPY . . [2021-04-23T18:30:43.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:30:43.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:30:43.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:30:43.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:30:44.558Z] OK: 217 MiB in 51 packages [2021-04-23T18:30:44.835Z] OK: 217 MiB in 51 packages [2021-04-23T18:30:46.272Z] Removing intermediate container 9b25ecd6c016 [2021-04-23T18:30:46.273Z] ---> 6e9667f1ee89 [2021-04-23T18:30:46.273Z] Step 8/24 : COPY . . [2021-04-23T18:30:46.559Z] Removing intermediate container 2db6a15d5bbc [2021-04-23T18:30:46.559Z] ---> 31bb63302348 [2021-04-23T18:30:46.559Z] Step 6/23 : COPY go.mod . [2021-04-23T18:30:46.831Z] Removing intermediate container 64519e5a8638 [2021-04-23T18:30:46.831Z] ---> 7cd00a77f1a0 [2021-04-23T18:30:46.831Z] Step 6/23 : COPY go.mod . [2021-04-23T18:30:48.295Z] ---> 83e83f3f48e6 [2021-04-23T18:30:48.295Z] Step 7/23 : RUN go mod download [2021-04-23T18:30:48.570Z] ---> d4a6c0784a70 [2021-04-23T18:30:48.570Z] Step 7/23 : RUN go mod download [2021-04-23T18:30:48.844Z] ---> Running in 4d622e495c63 [2021-04-23T18:30:49.120Z] ---> Running in 919da4c6022d [2021-04-23T18:30:53.476Z] ---> da5cd521b17d [2021-04-23T18:30:53.476Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-23T18:30:53.476Z] ---> Running in d9a93da0b9c8 [2021-04-23T18:30:53.747Z] Removing intermediate container 4d622e495c63 [2021-04-23T18:30:53.747Z] ---> a484280152f8 [2021-04-23T18:30:53.747Z] Step 8/23 : COPY . . [2021-04-23T18:30:54.064Z] Removing intermediate container 919da4c6022d [2021-04-23T18:30:54.064Z] ---> 7a095ecb556d [2021-04-23T18:30:54.064Z] Step 8/23 : COPY . . [2021-04-23T18:30:55.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-command/core-command ./cmd/core-command [2021-04-23T18:31:01.961Z] ---> 74d150cfe88d [2021-04-23T18:31:01.961Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-23T18:31:01.961Z] ---> Running in 0d859cbbf498 [2021-04-23T18:31:04.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-23T18:31:17.071Z] ---> 3a8a6ac3fd72 [2021-04-23T18:31:17.071Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-23T18:31:17.071Z] ---> 66b4a95801a9 [2021-04-23T18:31:17.071Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-23T18:31:17.071Z] ---> Running in 05624b98c243 [2021-04-23T18:31:17.071Z] ---> Running in 510c5326ec7e [2021-04-23T18:31:19.070Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/core-data/core-data ./cmd/core-data [2021-04-23T18:31:19.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-23T18:32:27.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-23T18:32:27.131Z] Removing intermediate container d9a93da0b9c8 [2021-04-23T18:32:27.131Z] ---> 7f459607ee50 [2021-04-23T18:32:27.131Z] [2021-04-23T18:32:27.131Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:32:27.131Z] ---> 9852663dfa18 [2021-04-23T18:32:27.131Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:32:27.131Z] ---> Using cache [2021-04-23T18:32:27.131Z] ---> 0cdf02556edd [2021-04-23T18:32:27.131Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:32:27.131Z] ---> Using cache [2021-04-23T18:32:27.131Z] ---> 56a503b22f93 [2021-04-23T18:32:27.131Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-23T18:32:27.131Z] ---> Running in f4f1cf8f019f [2021-04-23T18:32:27.131Z] Removing intermediate container f4f1cf8f019f [2021-04-23T18:32:27.131Z] ---> 29428064d0bd [2021-04-23T18:32:27.131Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:32:27.131Z] ---> Running in a9a071be7d48 [2021-04-23T18:32:27.131Z] Removing intermediate container a9a071be7d48 [2021-04-23T18:32:27.131Z] ---> 3a436f34da11 [2021-04-23T18:32:27.131Z] Step 15/23 : WORKDIR / [2021-04-23T18:32:27.131Z] ---> Running in 1546546cb412 [2021-04-23T18:32:27.131Z] Removing intermediate container 1546546cb412 [2021-04-23T18:32:27.131Z] ---> 1ee99a2951ea [2021-04-23T18:32:27.131Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:32:27.131Z] ---> 7e5dcb99f501 [2021-04-23T18:32:27.131Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-23T18:32:27.131Z] ---> 3154dbdf7425 [2021-04-23T18:32:27.131Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-23T18:32:27.131Z] ---> 72128c6fce1d [2021-04-23T18:32:27.131Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-23T18:32:27.131Z] ---> Running in 777ceb082772 [2021-04-23T18:32:27.131Z] Removing intermediate container 777ceb082772 [2021-04-23T18:32:27.131Z] ---> 58390a00b648 [2021-04-23T18:32:27.131Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:32:27.131Z] ---> Running in f762c9fba21b [2021-04-23T18:32:27.131Z] Removing intermediate container f762c9fba21b [2021-04-23T18:32:27.131Z] ---> 53683ee6f604 [2021-04-23T18:32:27.131Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:32:27.741Z] ---> Running in 282e6bee97c9 [2021-04-23T18:32:28.349Z] Removing intermediate container 282e6bee97c9 [2021-04-23T18:32:28.349Z] ---> e4d89f21840f [2021-04-23T18:32:28.349Z] Step 22/23 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:32:28.972Z] ---> Running in a90f742b97f7 [2021-04-23T18:32:29.971Z] Removing intermediate container a90f742b97f7 [2021-04-23T18:32:29.971Z] ---> b4dc16e0134f [2021-04-23T18:32:29.971Z] Step 23/23 : LABEL version=2.0.0-dev.187 [2021-04-23T18:32:30.273Z] ---> Running in c5ad9cab63f1 [2021-04-23T18:32:31.266Z] Removing intermediate container c5ad9cab63f1 [2021-04-23T18:32:31.266Z] ---> 0a4c600c16df [2021-04-23T18:32:31.266Z] [2021-04-23T18:32:32.266Z] Successfully built 0a4c600c16df [2021-04-23T18:32:32.266Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-23T18:32:33.716Z]  Building docker-core-command-go ... done Removing intermediate container 0d859cbbf498 [2021-04-23T18:32:33.716Z] ---> f191fc2158f8 [2021-04-23T18:32:33.716Z] [2021-04-23T18:32:33.716Z] Step 10/24 : FROM alpine:3.12 [2021-04-23T18:32:33.716Z] ---> 9852663dfa18 [2021-04-23T18:32:33.716Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-23T18:32:33.993Z] ---> Running in b829620fd5bd [2021-04-23T18:32:35.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:32:35.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:32:36.571Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-23T18:32:36.571Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:32:36.571Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-23T18:32:36.845Z] (4/6) Installing curl (7.76.1-r0) [2021-04-23T18:32:36.845Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:32:36.845Z] (6/6) Installing su-exec (0.2-r1) [2021-04-23T18:32:36.845Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:32:36.845Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:32:37.122Z] OK: 7 MiB in 20 packages [2021-04-23T18:32:39.775Z] Removing intermediate container b829620fd5bd [2021-04-23T18:32:39.775Z] ---> 7a27653d83f1 [2021-04-23T18:32:39.775Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:32:40.064Z] ---> Running in e24a3c8bc0b0 [2021-04-23T18:32:41.069Z] Removing intermediate container e24a3c8bc0b0 [2021-04-23T18:32:41.069Z] ---> 00332819f365 [2021-04-23T18:32:41.069Z] Step 13/24 : WORKDIR / [2021-04-23T18:32:41.069Z] ---> Running in df1797cfaca3 [2021-04-23T18:32:42.092Z] Removing intermediate container df1797cfaca3 [2021-04-23T18:32:42.092Z] ---> 14779d85be17 [2021-04-23T18:32:42.092Z] 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-23T18:32:43.549Z] ---> 6fec4f655615 [2021-04-23T18:32:43.549Z] 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-23T18:32:44.579Z] ---> 95ce99f382bf [2021-04-23T18:32:44.579Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-23T18:32:44.854Z] Removing intermediate container 510c5326ec7e [2021-04-23T18:32:44.854Z] ---> 75bd4c8d74d1 [2021-04-23T18:32:44.854Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-23T18:32:45.131Z] ---> Running in 89d51de824e6 [2021-04-23T18:32:45.736Z] ---> b65c72cf78a9 [2021-04-23T18:32:45.736Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-23T18:32:46.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.187" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-23T18:32:47.310Z] ---> e7b97e37b9c2 [2021-04-23T18:32:47.310Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-23T18:32:48.749Z] ---> 43d1ac55409a [2021-04-23T18:32:48.749Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-23T18:32:50.194Z] ---> 4837df0b18e1 [2021-04-23T18:32:50.194Z] 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-23T18:32:50.194Z] Removing intermediate container 89d51de824e6 [2021-04-23T18:32:50.194Z] ---> 67ed6dc438ff [2021-04-23T18:32:50.194Z] [2021-04-23T18:32:50.194Z] Step 11/23 : FROM docker:20.10.0 [2021-04-23T18:32:50.194Z] ---> Running in 3de9cc1bc58c [2021-04-23T18:32:50.194Z] 20.10.0: Pulling from library/docker [2021-04-23T18:32:53.600Z] Removing intermediate container 3de9cc1bc58c [2021-04-23T18:32:53.600Z] ---> 6ba2074ca411 [2021-04-23T18:32:53.600Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-23T18:32:53.873Z] ---> Running in 0bb9ae182de7 [2021-04-23T18:32:54.470Z] Removing intermediate container 0bb9ae182de7 [2021-04-23T18:32:54.470Z] ---> a4dc6f4ae452 [2021-04-23T18:32:54.470Z] Step 22/24 : LABEL arch=arm64 [2021-04-23T18:32:55.065Z] ---> Running in 86dbb1b5b059 [2021-04-23T18:32:56.040Z] Removing intermediate container 86dbb1b5b059 [2021-04-23T18:32:56.040Z] ---> d088b4e5dcfb [2021-04-23T18:32:56.041Z] Step 23/24 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:32:56.316Z] ---> Running in 974c49825af5 [2021-04-23T18:32:57.294Z] Removing intermediate container 974c49825af5 [2021-04-23T18:32:57.294Z] ---> edd69b2d3944 [2021-04-23T18:32:57.294Z] Step 24/24 : LABEL version=2.0.0-dev.187 [2021-04-23T18:32:57.888Z] ---> Running in ae5583ecc0a6 [2021-04-23T18:32:58.493Z] Removing intermediate container ae5583ecc0a6 [2021-04-23T18:32:58.493Z] ---> 2522ca082721 [2021-04-23T18:32:58.493Z] [2021-04-23T18:32:59.143Z] Successfully built 2522ca082721 [2021-04-23T18:32:59.143Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-23T18:32:59.738Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 05624b98c243 [2021-04-23T18:32:59.738Z] ---> 5b535f1d86a2 [2021-04-23T18:32:59.738Z] [2021-04-23T18:32:59.738Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:32:59.738Z] ---> 9852663dfa18 [2021-04-23T18:32:59.738Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-23T18:33:00.014Z] ---> Running in 604b3ee1161e [2021-04-23T18:33:00.612Z] Removing intermediate container 604b3ee1161e [2021-04-23T18:33:00.612Z] ---> 3cec06a92145 [2021-04-23T18:33:00.612Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-23T18:33:00.612Z] ---> Running in 67a2070bd686 [2021-04-23T18:33:01.214Z] Removing intermediate container 67a2070bd686 [2021-04-23T18:33:01.214Z] ---> b3721056cafd [2021-04-23T18:33:01.214Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-23T18:33:01.214Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-23T18:33:01.214Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-23T18:33:01.214Z] ---> eeaf43b92773 [2021-04-23T18:33:01.214Z] 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-23T18:33:01.490Z] ---> Running in f6be1553be6b [2021-04-23T18:33:01.490Z] ---> Running in 9e52e1ab1695 [2021-04-23T18:33:01.765Z] Removing intermediate container f6be1553be6b [2021-04-23T18:33:01.765Z] ---> 62d4c5697e76 [2021-04-23T18:33:01.765Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:33:02.035Z] Removing intermediate container 9e52e1ab1695 [2021-04-23T18:33:02.035Z] ---> 3d4a780e6896 [2021-04-23T18:33:02.035Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-23T18:33:02.035Z] ---> Running in f5e21693b2f8 [2021-04-23T18:33:02.311Z] ---> Running in acedc690e454 [2021-04-23T18:33:03.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:33:03.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:33:04.152Z] (1/39) Installing readline (8.0.4-r0) [2021-04-23T18:33:04.426Z] (2/39) Installing bash (5.0.17-r0) [2021-04-23T18:33:04.426Z] Removing intermediate container f5e21693b2f8 [2021-04-23T18:33:04.426Z] ---> 8eb04d61468f [2021-04-23T18:33:04.426Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-23T18:33:04.426Z] Executing bash-5.0.17-r0.post-install [2021-04-23T18:33:04.426Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:33:04.426Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-23T18:33:04.426Z] (5/39) Installing curl (7.76.1-r0) [2021-04-23T18:33:04.426Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-23T18:33:04.426Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-23T18:33:04.426Z] (8/39) Installing expat (2.2.9-r1) [2021-04-23T18:33:04.426Z] (9/39) Installing libffi (3.3-r2) [2021-04-23T18:33:04.426Z] (10/39) Installing gdbm (1.13-r1) [2021-04-23T18:33:04.426Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-23T18:33:04.426Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-23T18:33:04.426Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-23T18:33:04.426Z] ---> Running in 5a5997ebb8ae [2021-04-23T18:33:05.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:33:06.131Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-23T18:33:06.131Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-23T18:33:06.131Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-23T18:33:06.131Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-23T18:33:06.131Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-23T18:33:06.403Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-23T18:33:06.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:33:06.403Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-23T18:33:06.403Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-23T18:33:06.403Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-23T18:33:06.403Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-23T18:33:06.403Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-23T18:33:06.675Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-23T18:33:06.675Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-23T18:33:06.675Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-23T18:33:06.675Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-23T18:33:06.675Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-23T18:33:06.675Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-23T18:33:06.675Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-23T18:33:06.675Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-23T18:33:06.675Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-23T18:33:06.675Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-23T18:33:06.675Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-23T18:33:06.675Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-23T18:33:06.675Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-23T18:33:06.675Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-23T18:33:06.675Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-23T18:33:06.954Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:33:06.954Z] OK: 72 MiB in 59 packages [2021-04-23T18:33:07.226Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:33:07.226Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-23T18:33:07.226Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-23T18:33:07.496Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-23T18:33:07.767Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-23T18:33:07.767Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-23T18:33:08.040Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:33:08.040Z] OK: 8 MiB in 20 packages [2021-04-23T18:33:10.526Z] Removing intermediate container 5a5997ebb8ae [2021-04-23T18:33:10.526Z] ---> 89a8ea338ae2 [2021-04-23T18:33:10.526Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:33:10.526Z] ---> bb1bf8cbb09b [2021-04-23T18:33:10.526Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-23T18:33:11.560Z] Collecting docker-compose==1.23.2 [2021-04-23T18:33:11.560Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-23T18:33:11.560Z] ---> c08674cd295c [2021-04-23T18:33:11.560Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-23T18:33:12.208Z] Collecting docopt<0.7,>=0.6.1 [2021-04-23T18:33:12.208Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-23T18:33:12.488Z] ---> a99f7e0caebc [2021-04-23T18:33:12.488Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-23T18:33:12.488Z] ---> Running in 458e8e4eb721 [2021-04-23T18:33:13.087Z] Removing intermediate container 458e8e4eb721 [2021-04-23T18:33:13.087Z] ---> 0f4563c50b51 [2021-04-23T18:33:13.087Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:33:13.087Z] ---> Running in e6805eb0b696 [2021-04-23T18:33:13.703Z] Removing intermediate container e6805eb0b696 [2021-04-23T18:33:13.703Z] ---> aace23e038ec [2021-04-23T18:33:13.703Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:33:13.703Z] ---> Running in 4068e2c75e6b [2021-04-23T18:33:14.295Z] Removing intermediate container 4068e2c75e6b [2021-04-23T18:33:14.295Z] ---> f9ae41613f07 [2021-04-23T18:33:14.296Z] Step 22/23 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:33:14.296Z] ---> Running in 70ec99535ead [2021-04-23T18:33:14.568Z] Collecting texttable<0.10,>=0.9.0 [2021-04-23T18:33:14.568Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-23T18:33:14.839Z] Removing intermediate container 70ec99535ead [2021-04-23T18:33:14.839Z] ---> dc2d6dd2dae3 [2021-04-23T18:33:14.839Z] Step 23/23 : LABEL version=2.0.0-dev.187 [2021-04-23T18:33:14.840Z] ---> Running in 4c066924616b [2021-04-23T18:33:15.441Z] Removing intermediate container 4c066924616b [2021-04-23T18:33:15.441Z] ---> f5fa62263a45 [2021-04-23T18:33:15.441Z] [2021-04-23T18:33:15.713Z] Successfully built f5fa62263a45 [2021-04-23T18:33:15.713Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-23T18:33:16.684Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2021-04-23T18:33:16.684Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-23T18:33:16.684Z] 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-23T18:33:17.655Z] Collecting PyYAML<4,>=3.10 [2021-04-23T18:33:17.655Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-23T18:33:21.036Z] Collecting jsonschema<3,>=2.5.1 [2021-04-23T18:33:21.036Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-23T18:33:21.633Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-23T18:33:21.633Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-23T18:33:22.633Z] Collecting docker<4.0,>=3.6.0 [2021-04-23T18:33:22.633Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-23T18:33:22.905Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-23T18:33:22.905Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-23T18:33:25.513Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-23T18:33:25.513Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-23T18:33:25.513Z] Collecting idna<2.8,>=2.5 [2021-04-23T18:33:25.513Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-23T18:33:25.513Z] 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-23T18:33:26.102Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-23T18:33:26.102Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-23T18:33:26.102Z] 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-23T18:33:26.372Z] Collecting docker-pycreds>=0.4.0 [2021-04-23T18:33:26.372Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-23T18:33:26.372Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-23T18:33:26.372Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-23T18:33:26.372Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-23T18:33:26.372Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-23T18:33:27.341Z] Installing collected packages: docopt, texttable, cached-property, PyYAML, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2021-04-23T18:33:27.341Z] Running setup.py install for docopt: started [2021-04-23T18:33:29.305Z] Running setup.py install for docopt: finished with status 'done' [2021-04-23T18:33:29.305Z] Running setup.py install for texttable: started [2021-04-23T18:33:30.732Z] Running setup.py install for texttable: finished with status 'done' [2021-04-23T18:33:30.732Z] Running setup.py install for PyYAML: started [2021-04-23T18:33:33.342Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-23T18:33:33.342Z] Attempting uninstall: idna [2021-04-23T18:33:33.342Z] Found existing installation: idna 2.9 [2021-04-23T18:33:33.342Z] Uninstalling idna-2.9: [2021-04-23T18:33:33.342Z] Successfully uninstalled idna-2.9 [2021-04-23T18:33:33.934Z] Attempting uninstall: urllib3 [2021-04-23T18:33:33.934Z] Found existing installation: urllib3 1.25.9 [2021-04-23T18:33:33.934Z] Uninstalling urllib3-1.25.9: [2021-04-23T18:33:33.934Z] Successfully uninstalled urllib3-1.25.9 [2021-04-23T18:33:34.520Z] Attempting uninstall: requests [2021-04-23T18:33:34.520Z] Found existing installation: requests 2.23.0 [2021-04-23T18:33:34.520Z] Uninstalling requests-2.23.0: [2021-04-23T18:33:34.521Z] Successfully uninstalled requests-2.23.0 [2021-04-23T18:33:35.949Z] Running setup.py install for dockerpty: started [2021-04-23T18:33:37.932Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-23T18:33:38.524Z] 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-23T18:33:46.784Z] Removing intermediate container acedc690e454 [2021-04-23T18:33:46.784Z] ---> db56258689f6 [2021-04-23T18:33:46.784Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-23T18:33:46.784Z] ---> Running in a219ac493a5a [2021-04-23T18:33:47.057Z] Removing intermediate container a219ac493a5a [2021-04-23T18:33:47.057Z] ---> 20c7e28bb241 [2021-04-23T18:33:47.057Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-23T18:33:47.330Z] ---> Running in d78e9f754f08 [2021-04-23T18:33:47.600Z] Removing intermediate container d78e9f754f08 [2021-04-23T18:33:47.600Z] ---> fcf740b6689d [2021-04-23T18:33:47.600Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-23T18:33:49.028Z] ---> d803b985809a [2021-04-23T18:33:49.028Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-23T18:33:49.622Z] ---> 700bd73242a5 [2021-04-23T18:33:49.622Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-23T18:33:50.596Z] ---> 31134ab69b73 [2021-04-23T18:33:50.596Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-23T18:33:50.596Z] ---> Running in 568405118d80 [2021-04-23T18:33:51.190Z] Removing intermediate container 568405118d80 [2021-04-23T18:33:51.190Z] ---> 056497391edc [2021-04-23T18:33:51.190Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:33:51.190Z] ---> Running in 937e525136d6 [2021-04-23T18:33:51.784Z] Removing intermediate container 937e525136d6 [2021-04-23T18:33:51.784Z] ---> b552828108fc [2021-04-23T18:33:51.784Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:33:51.784Z] ---> Running in b0b93f342c80 [2021-04-23T18:33:52.377Z] Removing intermediate container b0b93f342c80 [2021-04-23T18:33:52.377Z] ---> a57fcb206768 [2021-04-23T18:33:52.377Z] Step 22/23 : LABEL git_sha=78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:33:52.648Z] ---> Running in 4a8362a727c1 [2021-04-23T18:33:52.921Z] Removing intermediate container 4a8362a727c1 [2021-04-23T18:33:52.921Z] ---> 194ec8e9856a [2021-04-23T18:33:52.921Z] Step 23/23 : LABEL version=2.0.0-dev.187 [2021-04-23T18:33:53.191Z] ---> Running in 6ae7bb5b093b [2021-04-23T18:33:53.784Z] Removing intermediate container 6ae7bb5b093b [2021-04-23T18:33:53.784Z] ---> 0ab79a0fa176 [2021-04-23T18:33:53.784Z] [2021-04-23T18:33:54.055Z] Successfully built 0ab79a0fa176 [2021-04-23T18:33:54.055Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-23T18:33:54.340Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-23T18:33:54.357Z] $ docker stop --time=1 c8f6d8ecc18514c2a487f5a40a0e991f9dc9cc0b7a3844de683391a46fd55de6 [2021-04-23T18:33:56.290Z] $ docker rm -f c8f6d8ecc18514c2a487f5a40a0e991f9dc9cc0b7a3844de683391a46fd55de6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T18:33:56.871Z] + docker images [2021-04-23T18:33:56.871Z] + grep docker [2021-04-23T18:33:57.143Z] docker-sys-mgmt-agent-go-arm64 latest 0ab79a0fa176 3 seconds ago 299MB [2021-04-23T18:33:57.143Z] docker-core-data-go-arm64 latest f5fa62263a45 41 seconds ago 21.6MB [2021-04-23T18:33:57.143Z] docker-security-secretstore-setup-go-arm64 latest 2522ca082721 58 seconds ago 24.9MB [2021-04-23T18:33:57.143Z] docker-core-command-go-arm64 latest 0a4c600c16df About a minute ago 16.5MB [2021-04-23T18:33:57.143Z] docker-security-bootstrapper-go-arm64 latest 4fd5dd5bf129 3 minutes ago 18.1MB [2021-04-23T18:33:57.143Z] docker-core-metadata-go-arm64 latest cbb1b812f33d 3 minutes ago 18.1MB [2021-04-23T18:33:57.143Z] docker-support-notifications-go-arm64 latest a286d7b7512e 3 minutes ago 17.2MB [2021-04-23T18:33:57.143Z] docker-support-scheduler-go-arm64 latest 3b12d6ee9bf7 3 minutes ago 16.6MB [2021-04-23T18:33:57.143Z] docker-security-proxy-setup-go-arm64 latest 4d076e1fb28c 3 minutes ago 24.6MB [2021-04-23T18:33:57.143Z] 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-23T18:33:57.297Z] provisioning config files... [2021-04-23T18:33:57.363Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config7564889823503523650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:33:57.719Z] ---> docker-login.sh [2021-04-23T18:33:57.719Z] nexus3.edgexfoundry.org:10001 [2021-04-23T18:33:57.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:33:58.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:33:58.261Z] Configure a credential helper to remove this warning. See [2021-04-23T18:33:58.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:33:58.261Z] [2021-04-23T18:33:58.261Z] Login Succeeded [2021-04-23T18:33:58.261Z] nexus3.edgexfoundry.org:10002 [2021-04-23T18:33:58.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:33:58.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:33:58.806Z] Configure a credential helper to remove this warning. See [2021-04-23T18:33:58.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:33:58.806Z] [2021-04-23T18:33:58.806Z] Login Succeeded [2021-04-23T18:33:58.806Z] nexus3.edgexfoundry.org:10003 [2021-04-23T18:33:59.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:33:59.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:33:59.398Z] Configure a credential helper to remove this warning. See [2021-04-23T18:33:59.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:33:59.398Z] [2021-04-23T18:33:59.398Z] Login Succeeded [2021-04-23T18:33:59.398Z] nexus3.edgexfoundry.org:10004 [2021-04-23T18:33:59.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:33:59.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:33:59.991Z] Configure a credential helper to remove this warning. See [2021-04-23T18:33:59.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:33:59.991Z] [2021-04-23T18:33:59.991Z] Login Succeeded [2021-04-23T18:33:59.991Z] docker.io [2021-04-23T18:34:00.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:34:00.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:34:00.852Z] Configure a credential helper to remove this warning. See [2021-04-23T18:34:00.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:34:00.852Z] [2021-04-23T18:34:00.852Z] Login Succeeded [2021-04-23T18:34:00.852Z] ---> docker-login.sh ends [Pipeline] } [2021-04-23T18:34:00.868Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:00.938Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-23T18:34:00.938Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:00.938Z] 2.0.0-dev.187 [2021-04-23T18:34:00.938Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:00.938Z] master [2021-04-23T18:34:00.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:01.309Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:01.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:01.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-23T18:34:01.642Z] f7becb281fcc: Preparing [2021-04-23T18:34:01.642Z] 2f7a915180f6: Preparing [2021-04-23T18:34:01.642Z] bea1a86fe95f: Preparing [2021-04-23T18:34:01.642Z] bcb06b829f3b: Preparing [2021-04-23T18:34:01.642Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:01.915Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:01.915Z] bcb06b829f3b: Pushed [2021-04-23T18:34:01.915Z] f7becb281fcc: Pushed [2021-04-23T18:34:02.186Z] bea1a86fe95f: Pushed [2021-04-23T18:34:04.787Z] 2f7a915180f6: Pushed [2021-04-23T18:34:04.787Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:5989cad9ac9db0bb24a1c4b988408daf0bc0ab6edae908b87f58f27c15fa07c9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:05.123Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:05.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:05.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-23T18:34:05.453Z] f7becb281fcc: Preparing [2021-04-23T18:34:05.453Z] 2f7a915180f6: Preparing [2021-04-23T18:34:05.453Z] bea1a86fe95f: Preparing [2021-04-23T18:34:05.453Z] bcb06b829f3b: Preparing [2021-04-23T18:34:05.453Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:05.732Z] f7becb281fcc: Layer already exists [2021-04-23T18:34:05.732Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:05.732Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:05.733Z] 2f7a915180f6: Layer already exists [2021-04-23T18:34:05.733Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:05.733Z] 2.0.0-dev.187: digest: sha256:5989cad9ac9db0bb24a1c4b988408daf0bc0ab6edae908b87f58f27c15fa07c9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:06.086Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:06.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:06.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-23T18:34:06.736Z] f7becb281fcc: Preparing [2021-04-23T18:34:06.736Z] 2f7a915180f6: Preparing [2021-04-23T18:34:06.736Z] bea1a86fe95f: Preparing [2021-04-23T18:34:06.736Z] bcb06b829f3b: Preparing [2021-04-23T18:34:06.736Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:06.736Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:07.010Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:07.010Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:07.010Z] f7becb281fcc: Layer already exists [2021-04-23T18:34:07.010Z] 2f7a915180f6: Layer already exists [2021-04-23T18:34:07.010Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:5989cad9ac9db0bb24a1c4b988408daf0bc0ab6edae908b87f58f27c15fa07c9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:07.370Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:07.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-23T18:34:07.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-23T18:34:07.742Z] f7becb281fcc: Preparing [2021-04-23T18:34:07.742Z] 2f7a915180f6: Preparing [2021-04-23T18:34:07.742Z] bea1a86fe95f: Preparing [2021-04-23T18:34:07.742Z] bcb06b829f3b: Preparing [2021-04-23T18:34:07.742Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:07.742Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:07.742Z] 2f7a915180f6: Layer already exists [2021-04-23T18:34:07.742Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:07.742Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:07.742Z] f7becb281fcc: Layer already exists [2021-04-23T18:34:08.014Z] master: digest: sha256:5989cad9ac9db0bb24a1c4b988408daf0bc0ab6edae908b87f58f27c15fa07c9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:08.080Z] ===================================================== [Pipeline] echo [2021-04-23T18:34:08.095Z] taggedImages: [2021-04-23T18:34:08.095Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:08.095Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:08.095Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:08.095Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-23T18:34:08.127Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-23T18:34:08.127Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:08.127Z] 2.0.0-dev.187 [2021-04-23T18:34:08.127Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:08.127Z] master [2021-04-23T18:34:08.127Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:08.499Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:08.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:08.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-23T18:34:08.838Z] 7683164e847b: Preparing [2021-04-23T18:34:08.838Z] 7fd57e9caed1: Preparing [2021-04-23T18:34:08.838Z] bea1a86fe95f: Preparing [2021-04-23T18:34:08.838Z] 93854dcedb7a: Preparing [2021-04-23T18:34:08.838Z] 17dd72d27f08: Preparing [2021-04-23T18:34:08.838Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:08.838Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:09.113Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:09.113Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:09.113Z] 7683164e847b: Pushed [2021-04-23T18:34:09.113Z] 17dd72d27f08: Pushed [2021-04-23T18:34:10.091Z] 93854dcedb7a: Pushed [2021-04-23T18:34:12.700Z] 7fd57e9caed1: Pushed [2021-04-23T18:34:12.700Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:b32adee00a1996f8e21b23bfb35cc8139f80eb8c2b3ddaf57c114029cb03277e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:13.042Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:13.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:13.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-23T18:34:13.415Z] 7683164e847b: Preparing [2021-04-23T18:34:13.415Z] 7fd57e9caed1: Preparing [2021-04-23T18:34:13.415Z] bea1a86fe95f: Preparing [2021-04-23T18:34:13.415Z] 93854dcedb7a: Preparing [2021-04-23T18:34:13.415Z] 17dd72d27f08: Preparing [2021-04-23T18:34:13.415Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:13.415Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:13.415Z] 7683164e847b: Layer already exists [2021-04-23T18:34:13.415Z] 7fd57e9caed1: Layer already exists [2021-04-23T18:34:13.415Z] 93854dcedb7a: Layer already exists [2021-04-23T18:34:13.687Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:13.687Z] 17dd72d27f08: Layer already exists [2021-04-23T18:34:13.687Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:13.687Z] 2.0.0-dev.187: digest: sha256:b32adee00a1996f8e21b23bfb35cc8139f80eb8c2b3ddaf57c114029cb03277e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:14.027Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:14.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:14.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-23T18:34:14.361Z] 7683164e847b: Preparing [2021-04-23T18:34:14.361Z] 7fd57e9caed1: Preparing [2021-04-23T18:34:14.361Z] bea1a86fe95f: Preparing [2021-04-23T18:34:14.361Z] 93854dcedb7a: Preparing [2021-04-23T18:34:14.361Z] 17dd72d27f08: Preparing [2021-04-23T18:34:14.361Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:14.361Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:14.361Z] 7683164e847b: Layer already exists [2021-04-23T18:34:14.361Z] 7fd57e9caed1: Layer already exists [2021-04-23T18:34:14.630Z] 17dd72d27f08: Layer already exists [2021-04-23T18:34:14.630Z] 93854dcedb7a: Layer already exists [2021-04-23T18:34:14.630Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:14.630Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:14.630Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:b32adee00a1996f8e21b23bfb35cc8139f80eb8c2b3ddaf57c114029cb03277e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:14.966Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:15.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-23T18:34:15.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-23T18:34:15.304Z] 7683164e847b: Preparing [2021-04-23T18:34:15.304Z] 7fd57e9caed1: Preparing [2021-04-23T18:34:15.304Z] bea1a86fe95f: Preparing [2021-04-23T18:34:15.304Z] 93854dcedb7a: Preparing [2021-04-23T18:34:15.304Z] 17dd72d27f08: Preparing [2021-04-23T18:34:15.304Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:15.304Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:15.304Z] 7fd57e9caed1: Layer already exists [2021-04-23T18:34:15.304Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:15.304Z] 93854dcedb7a: Layer already exists [2021-04-23T18:34:15.304Z] 7683164e847b: Layer already exists [2021-04-23T18:34:15.575Z] 17dd72d27f08: Layer already exists [2021-04-23T18:34:15.575Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:15.575Z] master: digest: sha256:b32adee00a1996f8e21b23bfb35cc8139f80eb8c2b3ddaf57c114029cb03277e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:15.640Z] ===================================================== [Pipeline] echo [2021-04-23T18:34:15.655Z] taggedImages: [2021-04-23T18:34:15.655Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:15.655Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:15.655Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:15.655Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-23T18:34:15.686Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-23T18:34:15.686Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:15.686Z] 2.0.0-dev.187 [2021-04-23T18:34:15.686Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:15.686Z] master [2021-04-23T18:34:15.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:16.070Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:16.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:16.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-23T18:34:16.406Z] 57a604b75441: Preparing [2021-04-23T18:34:16.406Z] 6d72506cb8a7: Preparing [2021-04-23T18:34:16.406Z] bea1a86fe95f: Preparing [2021-04-23T18:34:16.406Z] bcb06b829f3b: Preparing [2021-04-23T18:34:16.406Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:16.679Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:16.679Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:16.679Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:16.679Z] 57a604b75441: Pushed [2021-04-23T18:34:20.047Z] 6d72506cb8a7: Pushed [2021-04-23T18:34:20.047Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:af85acd9d1e3a8027d9366b81ad67fc7c595f7679e8f530ba6c1a72460265083 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:20.384Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:20.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:20.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-23T18:34:20.715Z] 57a604b75441: Preparing [2021-04-23T18:34:20.715Z] 6d72506cb8a7: Preparing [2021-04-23T18:34:20.715Z] bea1a86fe95f: Preparing [2021-04-23T18:34:20.715Z] bcb06b829f3b: Preparing [2021-04-23T18:34:20.715Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:20.715Z] 57a604b75441: Layer already exists [2021-04-23T18:34:20.715Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:20.715Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:20.715Z] 6d72506cb8a7: Layer already exists [2021-04-23T18:34:20.715Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:20.984Z] 2.0.0-dev.187: digest: sha256:af85acd9d1e3a8027d9366b81ad67fc7c595f7679e8f530ba6c1a72460265083 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:21.322Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:21.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:21.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-23T18:34:21.652Z] 57a604b75441: Preparing [2021-04-23T18:34:21.652Z] 6d72506cb8a7: Preparing [2021-04-23T18:34:21.652Z] bea1a86fe95f: Preparing [2021-04-23T18:34:21.652Z] bcb06b829f3b: Preparing [2021-04-23T18:34:21.652Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:21.652Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:21.652Z] 57a604b75441: Layer already exists [2021-04-23T18:34:21.652Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:21.652Z] 6d72506cb8a7: Layer already exists [2021-04-23T18:34:21.652Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:21.922Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:af85acd9d1e3a8027d9366b81ad67fc7c595f7679e8f530ba6c1a72460265083 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:22.261Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:22.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-23T18:34:22.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-23T18:34:22.592Z] 57a604b75441: Preparing [2021-04-23T18:34:22.592Z] 6d72506cb8a7: Preparing [2021-04-23T18:34:22.592Z] bea1a86fe95f: Preparing [2021-04-23T18:34:22.592Z] bcb06b829f3b: Preparing [2021-04-23T18:34:22.592Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:22.592Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:22.592Z] 57a604b75441: Layer already exists [2021-04-23T18:34:22.592Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:22.592Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:22.592Z] 6d72506cb8a7: Layer already exists [2021-04-23T18:34:22.867Z] master: digest: sha256:af85acd9d1e3a8027d9366b81ad67fc7c595f7679e8f530ba6c1a72460265083 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:22.942Z] ===================================================== [Pipeline] echo [2021-04-23T18:34:22.955Z] taggedImages: [2021-04-23T18:34:22.955Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:22.955Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:22.955Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:22.955Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-23T18:34:22.987Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-23T18:34:22.987Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:22.987Z] 2.0.0-dev.187 [2021-04-23T18:34:22.987Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:22.987Z] master [2021-04-23T18:34:22.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:23.357Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:23.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:23.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-23T18:34:23.692Z] 6e3635bf8bf0: Preparing [2021-04-23T18:34:23.692Z] 6e3635bf8bf0: Preparing [2021-04-23T18:34:23.692Z] 97de01621a0c: Preparing [2021-04-23T18:34:23.692Z] b40651ebbadb: Preparing [2021-04-23T18:34:23.692Z] 70c48cf630b4: Preparing [2021-04-23T18:34:23.692Z] 631b949ba574: Preparing [2021-04-23T18:34:23.692Z] bea1a86fe95f: Preparing [2021-04-23T18:34:23.692Z] 360884855672: Preparing [2021-04-23T18:34:23.692Z] 360884855672: Preparing [2021-04-23T18:34:23.692Z] 1c6f2d5862bd: Preparing [2021-04-23T18:34:23.692Z] d30708cbafa2: Preparing [2021-04-23T18:34:23.692Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:23.692Z] 360884855672: Waiting [2021-04-23T18:34:23.692Z] 1c6f2d5862bd: Waiting [2021-04-23T18:34:23.692Z] d30708cbafa2: Waiting [2021-04-23T18:34:23.692Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:23.692Z] bea1a86fe95f: Waiting [2021-04-23T18:34:23.966Z] 70c48cf630b4: Pushed [2021-04-23T18:34:23.966Z] 97de01621a0c: Pushed [2021-04-23T18:34:23.966Z] b40651ebbadb: Pushed [2021-04-23T18:34:23.966Z] 6e3635bf8bf0: Pushed [2021-04-23T18:34:24.237Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:24.237Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:24.237Z] 360884855672: Pushed [2021-04-23T18:34:24.237Z] 1c6f2d5862bd: Pushed [2021-04-23T18:34:24.237Z] d30708cbafa2: Pushed [2021-04-23T18:34:26.836Z] 631b949ba574: Pushed [2021-04-23T18:34:27.106Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:9aa299f1d014c6d0937d61c102de1f6cbc6054241a61f01b879f3bafe7008fd3 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:27.726Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:28.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:28.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-23T18:34:28.061Z] 6e3635bf8bf0: Preparing [2021-04-23T18:34:28.061Z] 6e3635bf8bf0: Preparing [2021-04-23T18:34:28.061Z] 97de01621a0c: Preparing [2021-04-23T18:34:28.061Z] b40651ebbadb: Preparing [2021-04-23T18:34:28.061Z] 70c48cf630b4: Preparing [2021-04-23T18:34:28.061Z] 631b949ba574: Preparing [2021-04-23T18:34:28.061Z] bea1a86fe95f: Preparing [2021-04-23T18:34:28.061Z] 360884855672: Preparing [2021-04-23T18:34:28.061Z] 360884855672: Preparing [2021-04-23T18:34:28.061Z] 1c6f2d5862bd: Preparing [2021-04-23T18:34:28.061Z] d30708cbafa2: Preparing [2021-04-23T18:34:28.061Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:28.061Z] bea1a86fe95f: Waiting [2021-04-23T18:34:28.061Z] 360884855672: Waiting [2021-04-23T18:34:28.061Z] 1c6f2d5862bd: Waiting [2021-04-23T18:34:28.061Z] d30708cbafa2: Waiting [2021-04-23T18:34:28.061Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:28.061Z] 631b949ba574: Layer already exists [2021-04-23T18:34:28.061Z] 70c48cf630b4: Layer already exists [2021-04-23T18:34:28.061Z] 97de01621a0c: Layer already exists [2021-04-23T18:34:28.061Z] 6e3635bf8bf0: Layer already exists [2021-04-23T18:34:28.061Z] b40651ebbadb: Layer already exists [2021-04-23T18:34:28.061Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:28.061Z] 360884855672: Layer already exists [2021-04-23T18:34:28.061Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:28.331Z] 1c6f2d5862bd: Layer already exists [2021-04-23T18:34:28.331Z] d30708cbafa2: Layer already exists [2021-04-23T18:34:28.331Z] 2.0.0-dev.187: digest: sha256:9aa299f1d014c6d0937d61c102de1f6cbc6054241a61f01b879f3bafe7008fd3 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:28.669Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:29.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:29.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-23T18:34:29.006Z] 6e3635bf8bf0: Preparing [2021-04-23T18:34:29.007Z] 6e3635bf8bf0: Preparing [2021-04-23T18:34:29.007Z] 97de01621a0c: Preparing [2021-04-23T18:34:29.007Z] b40651ebbadb: Preparing [2021-04-23T18:34:29.007Z] 70c48cf630b4: Preparing [2021-04-23T18:34:29.007Z] 631b949ba574: Preparing [2021-04-23T18:34:29.007Z] bea1a86fe95f: Preparing [2021-04-23T18:34:29.007Z] 360884855672: Preparing [2021-04-23T18:34:29.007Z] 360884855672: Preparing [2021-04-23T18:34:29.007Z] 1c6f2d5862bd: Preparing [2021-04-23T18:34:29.007Z] d30708cbafa2: Preparing [2021-04-23T18:34:29.007Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:29.007Z] bea1a86fe95f: Waiting [2021-04-23T18:34:29.007Z] 360884855672: Waiting [2021-04-23T18:34:29.007Z] 1c6f2d5862bd: Waiting [2021-04-23T18:34:29.007Z] d30708cbafa2: Waiting [2021-04-23T18:34:29.007Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:29.293Z] b40651ebbadb: Layer already exists [2021-04-23T18:34:29.293Z] 631b949ba574: Layer already exists [2021-04-23T18:34:29.293Z] 97de01621a0c: Layer already exists [2021-04-23T18:34:29.293Z] 70c48cf630b4: Layer already exists [2021-04-23T18:34:29.293Z] 6e3635bf8bf0: Layer already exists [2021-04-23T18:34:29.293Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:29.293Z] 360884855672: Layer already exists [2021-04-23T18:34:29.293Z] 1c6f2d5862bd: Layer already exists [2021-04-23T18:34:29.293Z] d30708cbafa2: Layer already exists [2021-04-23T18:34:29.293Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:29.293Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:9aa299f1d014c6d0937d61c102de1f6cbc6054241a61f01b879f3bafe7008fd3 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:29.666Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:30.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-23T18:34:30.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-23T18:34:30.031Z] 6e3635bf8bf0: Preparing [2021-04-23T18:34:30.031Z] 6e3635bf8bf0: Preparing [2021-04-23T18:34:30.031Z] 97de01621a0c: Preparing [2021-04-23T18:34:30.031Z] b40651ebbadb: Preparing [2021-04-23T18:34:30.031Z] 70c48cf630b4: Preparing [2021-04-23T18:34:30.031Z] 631b949ba574: Preparing [2021-04-23T18:34:30.031Z] bea1a86fe95f: Preparing [2021-04-23T18:34:30.031Z] 360884855672: Preparing [2021-04-23T18:34:30.031Z] 360884855672: Preparing [2021-04-23T18:34:30.031Z] 1c6f2d5862bd: Preparing [2021-04-23T18:34:30.031Z] d30708cbafa2: Preparing [2021-04-23T18:34:30.031Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:30.031Z] bea1a86fe95f: Waiting [2021-04-23T18:34:30.031Z] 360884855672: Waiting [2021-04-23T18:34:30.031Z] 1c6f2d5862bd: Waiting [2021-04-23T18:34:30.031Z] d30708cbafa2: Waiting [2021-04-23T18:34:30.031Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:30.315Z] 97de01621a0c: Layer already exists [2021-04-23T18:34:30.315Z] 631b949ba574: Layer already exists [2021-04-23T18:34:30.315Z] b40651ebbadb: Layer already exists [2021-04-23T18:34:30.315Z] 70c48cf630b4: Layer already exists [2021-04-23T18:34:30.315Z] 6e3635bf8bf0: Layer already exists [2021-04-23T18:34:30.315Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:30.315Z] d30708cbafa2: Layer already exists [2021-04-23T18:34:30.315Z] 1c6f2d5862bd: Layer already exists [2021-04-23T18:34:30.315Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:30.315Z] 360884855672: Layer already exists [2021-04-23T18:34:30.315Z] master: digest: sha256:9aa299f1d014c6d0937d61c102de1f6cbc6054241a61f01b879f3bafe7008fd3 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:30.381Z] ===================================================== [Pipeline] echo [2021-04-23T18:34:30.396Z] taggedImages: [2021-04-23T18:34:30.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:30.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:30.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:30.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-23T18:34:30.428Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-23T18:34:30.428Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:30.428Z] 2.0.0-dev.187 [2021-04-23T18:34:30.428Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:30.428Z] master [2021-04-23T18:34:30.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:30.803Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:31.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:31.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-23T18:34:31.139Z] bb16fd288df5: Preparing [2021-04-23T18:34:31.139Z] 9ebaf5539ccc: Preparing [2021-04-23T18:34:31.139Z] acf60bf7fb6e: Preparing [2021-04-23T18:34:31.139Z] c3669e570e9f: Preparing [2021-04-23T18:34:31.139Z] 8551bf44b9e1: Preparing [2021-04-23T18:34:31.139Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:31.139Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:31.411Z] c3669e570e9f: Pushed [2021-04-23T18:34:31.411Z] acf60bf7fb6e: Pushed [2021-04-23T18:34:31.683Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:31.958Z] 8551bf44b9e1: Pushed [2021-04-23T18:34:33.385Z] 9ebaf5539ccc: Pushed [2021-04-23T18:34:33.385Z] bb16fd288df5: Pushed [2021-04-23T18:34:33.655Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:8bd7644466faf889c794705879290f4802d7e573193eb0773fc5746e7b5175be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:33.988Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:34.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:34.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-23T18:34:34.321Z] bb16fd288df5: Preparing [2021-04-23T18:34:34.321Z] 9ebaf5539ccc: Preparing [2021-04-23T18:34:34.321Z] acf60bf7fb6e: Preparing [2021-04-23T18:34:34.321Z] c3669e570e9f: Preparing [2021-04-23T18:34:34.321Z] 8551bf44b9e1: Preparing [2021-04-23T18:34:34.321Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:34.321Z] 8551bf44b9e1: Layer already exists [2021-04-23T18:34:34.321Z] c3669e570e9f: Layer already exists [2021-04-23T18:34:34.321Z] bb16fd288df5: Layer already exists [2021-04-23T18:34:34.321Z] acf60bf7fb6e: Layer already exists [2021-04-23T18:34:34.321Z] 9ebaf5539ccc: Layer already exists [2021-04-23T18:34:34.321Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:34.591Z] 2.0.0-dev.187: digest: sha256:8bd7644466faf889c794705879290f4802d7e573193eb0773fc5746e7b5175be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:34.930Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:35.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:35.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-23T18:34:35.260Z] bb16fd288df5: Preparing [2021-04-23T18:34:35.260Z] 9ebaf5539ccc: Preparing [2021-04-23T18:34:35.260Z] acf60bf7fb6e: Preparing [2021-04-23T18:34:35.260Z] c3669e570e9f: Preparing [2021-04-23T18:34:35.260Z] 8551bf44b9e1: Preparing [2021-04-23T18:34:35.260Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:35.260Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:35.260Z] 8551bf44b9e1: Layer already exists [2021-04-23T18:34:35.260Z] bb16fd288df5: Layer already exists [2021-04-23T18:34:35.260Z] 9ebaf5539ccc: Layer already exists [2021-04-23T18:34:35.260Z] acf60bf7fb6e: Layer already exists [2021-04-23T18:34:35.531Z] c3669e570e9f: Layer already exists [2021-04-23T18:34:35.531Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:35.531Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:8bd7644466faf889c794705879290f4802d7e573193eb0773fc5746e7b5175be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:35.873Z] + 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-23T18:34:36.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-23T18:34:36.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-23T18:34:36.207Z] bb16fd288df5: Preparing [2021-04-23T18:34:36.207Z] 9ebaf5539ccc: Preparing [2021-04-23T18:34:36.207Z] acf60bf7fb6e: Preparing [2021-04-23T18:34:36.207Z] c3669e570e9f: Preparing [2021-04-23T18:34:36.207Z] 8551bf44b9e1: Preparing [2021-04-23T18:34:36.207Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:36.207Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:36.207Z] c3669e570e9f: Layer already exists [2021-04-23T18:34:36.207Z] 8551bf44b9e1: Layer already exists [2021-04-23T18:34:36.207Z] bb16fd288df5: Layer already exists [2021-04-23T18:34:36.207Z] acf60bf7fb6e: Layer already exists [2021-04-23T18:34:36.207Z] 9ebaf5539ccc: Layer already exists [2021-04-23T18:34:36.207Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:36.483Z] master: digest: sha256:8bd7644466faf889c794705879290f4802d7e573193eb0773fc5746e7b5175be size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:36.545Z] ===================================================== [Pipeline] echo [2021-04-23T18:34:36.578Z] taggedImages: [2021-04-23T18:34:36.578Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:36.578Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:36.578Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:36.578Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-23T18:34:36.610Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-23T18:34:36.610Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:36.610Z] 2.0.0-dev.187 [2021-04-23T18:34:36.610Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:36.610Z] master [2021-04-23T18:34:36.610Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:36.975Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:37.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:37.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-23T18:34:37.309Z] 0771547c7047: Preparing [2021-04-23T18:34:37.309Z] 268e6ac3b6e2: Preparing [2021-04-23T18:34:37.309Z] 1bec15cdaf26: Preparing [2021-04-23T18:34:37.309Z] 53e205b2afd7: Preparing [2021-04-23T18:34:37.309Z] 113465b13af6: Preparing [2021-04-23T18:34:37.309Z] 9724ad0a6a0f: Preparing [2021-04-23T18:34:37.309Z] a0c7f2b0036d: Preparing [2021-04-23T18:34:37.309Z] 584002340d01: Preparing [2021-04-23T18:34:37.309Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:37.309Z] a0c7f2b0036d: Waiting [2021-04-23T18:34:37.309Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:37.309Z] 584002340d01: Waiting [2021-04-23T18:34:37.309Z] 9724ad0a6a0f: Waiting [2021-04-23T18:34:37.577Z] 268e6ac3b6e2: Pushed [2021-04-23T18:34:37.577Z] 0771547c7047: Pushed [2021-04-23T18:34:37.577Z] 113465b13af6: Pushed [2021-04-23T18:34:37.849Z] a0c7f2b0036d: Pushed [2021-04-23T18:34:37.849Z] 9724ad0a6a0f: Pushed [2021-04-23T18:34:37.849Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:38.122Z] 584002340d01: Pushed [2021-04-23T18:34:39.544Z] 53e205b2afd7: Pushed [2021-04-23T18:34:39.814Z] 1bec15cdaf26: Pushed [2021-04-23T18:34:40.085Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:75dcf389a974275ed183e6328b66f84bc2e50d578e5740c76ecae1a80c901b53 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:40.420Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:40.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:40.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-23T18:34:40.753Z] 0771547c7047: Preparing [2021-04-23T18:34:40.753Z] 268e6ac3b6e2: Preparing [2021-04-23T18:34:40.753Z] 1bec15cdaf26: Preparing [2021-04-23T18:34:40.753Z] 53e205b2afd7: Preparing [2021-04-23T18:34:40.753Z] 113465b13af6: Preparing [2021-04-23T18:34:40.753Z] 9724ad0a6a0f: Preparing [2021-04-23T18:34:40.753Z] a0c7f2b0036d: Preparing [2021-04-23T18:34:40.753Z] 584002340d01: Preparing [2021-04-23T18:34:40.753Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:40.753Z] a0c7f2b0036d: Waiting [2021-04-23T18:34:40.753Z] 584002340d01: Waiting [2021-04-23T18:34:40.753Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:40.753Z] 9724ad0a6a0f: Waiting [2021-04-23T18:34:40.753Z] 53e205b2afd7: Layer already exists [2021-04-23T18:34:40.753Z] 113465b13af6: Layer already exists [2021-04-23T18:34:40.753Z] 1bec15cdaf26: Layer already exists [2021-04-23T18:34:40.753Z] 0771547c7047: Layer already exists [2021-04-23T18:34:40.753Z] 268e6ac3b6e2: Layer already exists [2021-04-23T18:34:41.024Z] a0c7f2b0036d: Layer already exists [2021-04-23T18:34:41.024Z] 9724ad0a6a0f: Layer already exists [2021-04-23T18:34:41.024Z] 584002340d01: Layer already exists [2021-04-23T18:34:41.024Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:41.024Z] 2.0.0-dev.187: digest: sha256:75dcf389a974275ed183e6328b66f84bc2e50d578e5740c76ecae1a80c901b53 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:41.365Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:41.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:41.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-23T18:34:41.698Z] 0771547c7047: Preparing [2021-04-23T18:34:41.698Z] 268e6ac3b6e2: Preparing [2021-04-23T18:34:41.698Z] 1bec15cdaf26: Preparing [2021-04-23T18:34:41.698Z] 53e205b2afd7: Preparing [2021-04-23T18:34:41.698Z] 113465b13af6: Preparing [2021-04-23T18:34:41.698Z] 9724ad0a6a0f: Preparing [2021-04-23T18:34:41.698Z] a0c7f2b0036d: Preparing [2021-04-23T18:34:41.698Z] 584002340d01: Preparing [2021-04-23T18:34:41.698Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:41.698Z] a0c7f2b0036d: Waiting [2021-04-23T18:34:41.698Z] 584002340d01: Waiting [2021-04-23T18:34:41.698Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:41.698Z] 9724ad0a6a0f: Waiting [2021-04-23T18:34:41.698Z] 0771547c7047: Layer already exists [2021-04-23T18:34:41.698Z] 1bec15cdaf26: Layer already exists [2021-04-23T18:34:41.698Z] 53e205b2afd7: Layer already exists [2021-04-23T18:34:41.698Z] 113465b13af6: Layer already exists [2021-04-23T18:34:41.698Z] 268e6ac3b6e2: Layer already exists [2021-04-23T18:34:41.698Z] 9724ad0a6a0f: Layer already exists [2021-04-23T18:34:41.698Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:41.698Z] 584002340d01: Layer already exists [2021-04-23T18:34:41.698Z] a0c7f2b0036d: Layer already exists [2021-04-23T18:34:41.969Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:75dcf389a974275ed183e6328b66f84bc2e50d578e5740c76ecae1a80c901b53 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:42.314Z] + 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-23T18:34:42.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-23T18:34:42.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-23T18:34:42.658Z] 0771547c7047: Preparing [2021-04-23T18:34:42.658Z] 268e6ac3b6e2: Preparing [2021-04-23T18:34:42.658Z] 1bec15cdaf26: Preparing [2021-04-23T18:34:42.658Z] 53e205b2afd7: Preparing [2021-04-23T18:34:42.658Z] 113465b13af6: Preparing [2021-04-23T18:34:42.658Z] 9724ad0a6a0f: Preparing [2021-04-23T18:34:42.658Z] a0c7f2b0036d: Preparing [2021-04-23T18:34:42.658Z] 584002340d01: Preparing [2021-04-23T18:34:42.658Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:42.658Z] 584002340d01: Waiting [2021-04-23T18:34:42.658Z] 3fbe34a1663b: Waiting [2021-04-23T18:34:42.658Z] 9724ad0a6a0f: Waiting [2021-04-23T18:34:42.658Z] a0c7f2b0036d: Waiting [2021-04-23T18:34:42.658Z] 268e6ac3b6e2: Layer already exists [2021-04-23T18:34:42.658Z] 53e205b2afd7: Layer already exists [2021-04-23T18:34:42.658Z] 113465b13af6: Layer already exists [2021-04-23T18:34:42.658Z] 0771547c7047: Layer already exists [2021-04-23T18:34:42.658Z] 1bec15cdaf26: Layer already exists [2021-04-23T18:34:42.929Z] 9724ad0a6a0f: Layer already exists [2021-04-23T18:34:42.929Z] a0c7f2b0036d: Layer already exists [2021-04-23T18:34:42.929Z] 584002340d01: Layer already exists [2021-04-23T18:34:42.929Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:42.929Z] master: digest: sha256:75dcf389a974275ed183e6328b66f84bc2e50d578e5740c76ecae1a80c901b53 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:42.989Z] ===================================================== [Pipeline] echo [2021-04-23T18:34:43.003Z] taggedImages: [2021-04-23T18:34:43.003Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:43.003Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:43.003Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:43.003Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-23T18:34:43.036Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-23T18:34:43.036Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:43.036Z] 2.0.0-dev.187 [2021-04-23T18:34:43.036Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:43.036Z] master [2021-04-23T18:34:43.036Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:43.441Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:43.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:43.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-23T18:34:43.775Z] bf2200840f00: Preparing [2021-04-23T18:34:43.775Z] 33b21e0c9721: Preparing [2021-04-23T18:34:43.775Z] bea1a86fe95f: Preparing [2021-04-23T18:34:43.775Z] 7906f6e96777: Preparing [2021-04-23T18:34:43.775Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:44.049Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:44.049Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:44.049Z] bf2200840f00: Pushed [2021-04-23T18:34:44.319Z] 7906f6e96777: Pushed [2021-04-23T18:34:46.924Z] 33b21e0c9721: Pushed [2021-04-23T18:34:46.924Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:9b0a8235f128e45d3658f345c9d421e46fbba2425867542866c05e7cae1fd933 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:47.423Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:47.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:47.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-23T18:34:47.782Z] bf2200840f00: Preparing [2021-04-23T18:34:47.782Z] 33b21e0c9721: Preparing [2021-04-23T18:34:47.782Z] bea1a86fe95f: Preparing [2021-04-23T18:34:47.782Z] 7906f6e96777: Preparing [2021-04-23T18:34:47.782Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:48.061Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:48.061Z] 7906f6e96777: Layer already exists [2021-04-23T18:34:48.061Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:48.061Z] 33b21e0c9721: Layer already exists [2021-04-23T18:34:48.061Z] bf2200840f00: Layer already exists [2021-04-23T18:34:48.061Z] 2.0.0-dev.187: digest: sha256:9b0a8235f128e45d3658f345c9d421e46fbba2425867542866c05e7cae1fd933 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:48.440Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:48.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:48.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-23T18:34:48.777Z] bf2200840f00: Preparing [2021-04-23T18:34:48.777Z] 33b21e0c9721: Preparing [2021-04-23T18:34:48.777Z] bea1a86fe95f: Preparing [2021-04-23T18:34:48.777Z] 7906f6e96777: Preparing [2021-04-23T18:34:48.777Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:49.047Z] bf2200840f00: Layer already exists [2021-04-23T18:34:49.047Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:49.047Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:49.047Z] 7906f6e96777: Layer already exists [2021-04-23T18:34:49.047Z] 33b21e0c9721: Layer already exists [2021-04-23T18:34:49.047Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:9b0a8235f128e45d3658f345c9d421e46fbba2425867542866c05e7cae1fd933 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:49.387Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:49.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-23T18:34:49.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-23T18:34:49.720Z] bf2200840f00: Preparing [2021-04-23T18:34:49.720Z] 33b21e0c9721: Preparing [2021-04-23T18:34:49.720Z] bea1a86fe95f: Preparing [2021-04-23T18:34:49.720Z] 7906f6e96777: Preparing [2021-04-23T18:34:49.720Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:49.720Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:49.720Z] bf2200840f00: Layer already exists [2021-04-23T18:34:49.720Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:49.720Z] 7906f6e96777: Layer already exists [2021-04-23T18:34:49.720Z] 33b21e0c9721: Layer already exists [2021-04-23T18:34:49.992Z] master: digest: sha256:9b0a8235f128e45d3658f345c9d421e46fbba2425867542866c05e7cae1fd933 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:50.057Z] ===================================================== [Pipeline] echo [2021-04-23T18:34:50.088Z] taggedImages: [2021-04-23T18:34:50.088Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:50.088Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:50.088Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:50.088Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-23T18:34:50.119Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-23T18:34:50.119Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:50.119Z] 2.0.0-dev.187 [2021-04-23T18:34:50.119Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:50.119Z] master [2021-04-23T18:34:50.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:50.494Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:50.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:50.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-23T18:34:50.829Z] 51675bfac2fd: Preparing [2021-04-23T18:34:50.829Z] 903c29e9afb2: Preparing [2021-04-23T18:34:50.829Z] bea1a86fe95f: Preparing [2021-04-23T18:34:50.829Z] bcb06b829f3b: Preparing [2021-04-23T18:34:50.829Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:51.107Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:51.107Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:51.107Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:51.107Z] 51675bfac2fd: Pushed [2021-04-23T18:34:53.707Z] 903c29e9afb2: Pushed [2021-04-23T18:34:53.707Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:f3b379d72748f9a26a92ee7e689330b34c070ca78587ea6f791c583292dd9761 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:54.052Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:54.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:54.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-23T18:34:54.651Z] 51675bfac2fd: Preparing [2021-04-23T18:34:54.651Z] 903c29e9afb2: Preparing [2021-04-23T18:34:54.651Z] bea1a86fe95f: Preparing [2021-04-23T18:34:54.651Z] bcb06b829f3b: Preparing [2021-04-23T18:34:54.651Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:54.651Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:54.651Z] 51675bfac2fd: Layer already exists [2021-04-23T18:34:54.651Z] 903c29e9afb2: Layer already exists [2021-04-23T18:34:54.651Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:54.651Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:54.651Z] 2.0.0-dev.187: digest: sha256:f3b379d72748f9a26a92ee7e689330b34c070ca78587ea6f791c583292dd9761 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:54.987Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:55.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:55.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-23T18:34:55.316Z] 51675bfac2fd: Preparing [2021-04-23T18:34:55.316Z] 903c29e9afb2: Preparing [2021-04-23T18:34:55.316Z] bea1a86fe95f: Preparing [2021-04-23T18:34:55.316Z] bcb06b829f3b: Preparing [2021-04-23T18:34:55.316Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:55.316Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:55.316Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:55.316Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:55.316Z] 903c29e9afb2: Layer already exists [2021-04-23T18:34:55.585Z] 51675bfac2fd: Layer already exists [2021-04-23T18:34:55.586Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:f3b379d72748f9a26a92ee7e689330b34c070ca78587ea6f791c583292dd9761 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:55.921Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:56.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-23T18:34:56.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-23T18:34:56.250Z] 51675bfac2fd: Preparing [2021-04-23T18:34:56.250Z] 903c29e9afb2: Preparing [2021-04-23T18:34:56.250Z] bea1a86fe95f: Preparing [2021-04-23T18:34:56.250Z] bcb06b829f3b: Preparing [2021-04-23T18:34:56.250Z] 3fbe34a1663b: Preparing [2021-04-23T18:34:56.250Z] bcb06b829f3b: Layer already exists [2021-04-23T18:34:56.250Z] bea1a86fe95f: Layer already exists [2021-04-23T18:34:56.250Z] 51675bfac2fd: Layer already exists [2021-04-23T18:34:56.250Z] 903c29e9afb2: Layer already exists [2021-04-23T18:34:56.250Z] 3fbe34a1663b: Layer already exists [2021-04-23T18:34:56.520Z] master: digest: sha256:f3b379d72748f9a26a92ee7e689330b34c070ca78587ea6f791c583292dd9761 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:34:56.577Z] ===================================================== [Pipeline] echo [2021-04-23T18:34:56.591Z] taggedImages: [2021-04-23T18:34:56.592Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:56.592Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.187 [2021-04-23T18:34:56.592Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:56.592Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-23T18:34:56.622Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-23T18:34:56.622Z] 78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:56.622Z] 2.0.0-dev.187 [2021-04-23T18:34:56.622Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:34:56.622Z] master [2021-04-23T18:34:56.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:57.043Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:34:57.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:34:57.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-23T18:34:57.376Z] 4495d3e5a918: Preparing [2021-04-23T18:34:57.376Z] 35f63def65b4: Preparing [2021-04-23T18:34:57.376Z] 1147cc99a2ec: Preparing [2021-04-23T18:34:57.376Z] afdc66f0e884: Preparing [2021-04-23T18:34:57.376Z] 9ded3b6bb9b5: Preparing [2021-04-23T18:34:57.376Z] fa1afe8e6ed9: Preparing [2021-04-23T18:34:57.376Z] 87a09b4c083e: Preparing [2021-04-23T18:34:57.376Z] 0f74e9ff2a61: Preparing [2021-04-23T18:34:57.376Z] b122376c33c6: Preparing [2021-04-23T18:34:57.376Z] f8381ed47b22: Preparing [2021-04-23T18:34:57.376Z] e934a737d657: Preparing [2021-04-23T18:34:57.376Z] 0f74e9ff2a61: Waiting [2021-04-23T18:34:57.376Z] b122376c33c6: Waiting [2021-04-23T18:34:57.376Z] f8381ed47b22: Waiting [2021-04-23T18:34:57.376Z] e934a737d657: Waiting [2021-04-23T18:34:57.376Z] fa1afe8e6ed9: Waiting [2021-04-23T18:34:57.376Z] 87a09b4c083e: Waiting [2021-04-23T18:34:57.648Z] 9ded3b6bb9b5: Layer already exists [2021-04-23T18:34:57.648Z] fa1afe8e6ed9: Layer already exists [2021-04-23T18:34:57.648Z] 87a09b4c083e: Layer already exists [2021-04-23T18:34:57.648Z] 35f63def65b4: Pushed [2021-04-23T18:34:57.922Z] 0f74e9ff2a61: Layer already exists [2021-04-23T18:34:57.922Z] b122376c33c6: Layer already exists [2021-04-23T18:34:57.922Z] f8381ed47b22: Layer already exists [2021-04-23T18:34:57.922Z] e934a737d657: Layer already exists [2021-04-23T18:34:58.516Z] 4495d3e5a918: Pushed [2021-04-23T18:35:00.489Z] 1147cc99a2ec: Pushed [2021-04-23T18:35:12.883Z] afdc66f0e884: Pushed [2021-04-23T18:35:12.883Z] 78fade22505eae315bd953aec98210b437e07b35: digest: sha256:8ea316ebefa0bfebb9f876165adabe1d19b58a5538a709658fbb86d4ebf992e7 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:35:13.223Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:35:13.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.187 [2021-04-23T18:35:13.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-23T18:35:13.557Z] 4495d3e5a918: Preparing [2021-04-23T18:35:13.557Z] 35f63def65b4: Preparing [2021-04-23T18:35:13.557Z] 1147cc99a2ec: Preparing [2021-04-23T18:35:13.557Z] afdc66f0e884: Preparing [2021-04-23T18:35:13.557Z] 9ded3b6bb9b5: Preparing [2021-04-23T18:35:13.557Z] fa1afe8e6ed9: Preparing [2021-04-23T18:35:13.557Z] 87a09b4c083e: Preparing [2021-04-23T18:35:13.557Z] 0f74e9ff2a61: Preparing [2021-04-23T18:35:13.557Z] b122376c33c6: Preparing [2021-04-23T18:35:13.557Z] f8381ed47b22: Preparing [2021-04-23T18:35:13.557Z] e934a737d657: Preparing [2021-04-23T18:35:13.557Z] fa1afe8e6ed9: Waiting [2021-04-23T18:35:13.557Z] 87a09b4c083e: Waiting [2021-04-23T18:35:13.557Z] 0f74e9ff2a61: Waiting [2021-04-23T18:35:13.557Z] b122376c33c6: Waiting [2021-04-23T18:35:13.557Z] f8381ed47b22: Waiting [2021-04-23T18:35:13.557Z] e934a737d657: Waiting [2021-04-23T18:35:13.557Z] 4495d3e5a918: Layer already exists [2021-04-23T18:35:13.557Z] 1147cc99a2ec: Layer already exists [2021-04-23T18:35:13.829Z] 9ded3b6bb9b5: Layer already exists [2021-04-23T18:35:13.829Z] 35f63def65b4: Layer already exists [2021-04-23T18:35:13.829Z] afdc66f0e884: Layer already exists [2021-04-23T18:35:13.829Z] b122376c33c6: Layer already exists [2021-04-23T18:35:13.829Z] fa1afe8e6ed9: Layer already exists [2021-04-23T18:35:13.829Z] 0f74e9ff2a61: Layer already exists [2021-04-23T18:35:13.829Z] 87a09b4c083e: Layer already exists [2021-04-23T18:35:13.829Z] f8381ed47b22: Layer already exists [2021-04-23T18:35:13.829Z] e934a737d657: Layer already exists [2021-04-23T18:35:13.829Z] 2.0.0-dev.187: digest: sha256:8ea316ebefa0bfebb9f876165adabe1d19b58a5538a709658fbb86d4ebf992e7 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:35:14.171Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:35:14.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:35:14.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-23T18:35:14.506Z] 4495d3e5a918: Preparing [2021-04-23T18:35:14.506Z] 35f63def65b4: Preparing [2021-04-23T18:35:14.506Z] 1147cc99a2ec: Preparing [2021-04-23T18:35:14.506Z] afdc66f0e884: Preparing [2021-04-23T18:35:14.506Z] 9ded3b6bb9b5: Preparing [2021-04-23T18:35:14.506Z] fa1afe8e6ed9: Preparing [2021-04-23T18:35:14.506Z] 87a09b4c083e: Preparing [2021-04-23T18:35:14.506Z] 0f74e9ff2a61: Preparing [2021-04-23T18:35:14.506Z] b122376c33c6: Preparing [2021-04-23T18:35:14.506Z] f8381ed47b22: Preparing [2021-04-23T18:35:14.506Z] e934a737d657: Preparing [2021-04-23T18:35:14.506Z] fa1afe8e6ed9: Waiting [2021-04-23T18:35:14.506Z] 87a09b4c083e: Waiting [2021-04-23T18:35:14.506Z] 0f74e9ff2a61: Waiting [2021-04-23T18:35:14.506Z] b122376c33c6: Waiting [2021-04-23T18:35:14.506Z] f8381ed47b22: Waiting [2021-04-23T18:35:14.776Z] afdc66f0e884: Layer already exists [2021-04-23T18:35:14.776Z] 35f63def65b4: Layer already exists [2021-04-23T18:35:14.776Z] 4495d3e5a918: Layer already exists [2021-04-23T18:35:14.776Z] 9ded3b6bb9b5: Layer already exists [2021-04-23T18:35:14.776Z] 1147cc99a2ec: Layer already exists [2021-04-23T18:35:14.776Z] 87a09b4c083e: Layer already exists [2021-04-23T18:35:14.776Z] fa1afe8e6ed9: Layer already exists [2021-04-23T18:35:14.776Z] 0f74e9ff2a61: Layer already exists [2021-04-23T18:35:14.776Z] b122376c33c6: Layer already exists [2021-04-23T18:35:14.776Z] f8381ed47b22: Layer already exists [2021-04-23T18:35:14.776Z] e934a737d657: Layer already exists [2021-04-23T18:35:14.776Z] 78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187: digest: sha256:8ea316ebefa0bfebb9f876165adabe1d19b58a5538a709658fbb86d4ebf992e7 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:35:15.113Z] + 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-23T18:35:15.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-23T18:35:15.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-23T18:35:15.450Z] 4495d3e5a918: Preparing [2021-04-23T18:35:15.450Z] 35f63def65b4: Preparing [2021-04-23T18:35:15.450Z] 1147cc99a2ec: Preparing [2021-04-23T18:35:15.450Z] afdc66f0e884: Preparing [2021-04-23T18:35:15.450Z] 9ded3b6bb9b5: Preparing [2021-04-23T18:35:15.450Z] fa1afe8e6ed9: Preparing [2021-04-23T18:35:15.450Z] 87a09b4c083e: Preparing [2021-04-23T18:35:15.450Z] 0f74e9ff2a61: Preparing [2021-04-23T18:35:15.450Z] b122376c33c6: Preparing [2021-04-23T18:35:15.450Z] f8381ed47b22: Preparing [2021-04-23T18:35:15.450Z] e934a737d657: Preparing [2021-04-23T18:35:15.450Z] fa1afe8e6ed9: Waiting [2021-04-23T18:35:15.450Z] 87a09b4c083e: Waiting [2021-04-23T18:35:15.450Z] f8381ed47b22: Waiting [2021-04-23T18:35:15.450Z] e934a737d657: Waiting [2021-04-23T18:35:15.450Z] 0f74e9ff2a61: Waiting [2021-04-23T18:35:15.450Z] b122376c33c6: Waiting [2021-04-23T18:35:15.450Z] 9ded3b6bb9b5: Layer already exists [2021-04-23T18:35:15.450Z] 1147cc99a2ec: Layer already exists [2021-04-23T18:35:15.450Z] 4495d3e5a918: Layer already exists [2021-04-23T18:35:15.450Z] 35f63def65b4: Layer already exists [2021-04-23T18:35:15.450Z] afdc66f0e884: Layer already exists [2021-04-23T18:35:15.720Z] 0f74e9ff2a61: Layer already exists [2021-04-23T18:35:15.720Z] 87a09b4c083e: Layer already exists [2021-04-23T18:35:15.720Z] f8381ed47b22: Layer already exists [2021-04-23T18:35:15.720Z] b122376c33c6: Layer already exists [2021-04-23T18:35:15.720Z] fa1afe8e6ed9: Layer already exists [2021-04-23T18:35:15.720Z] e934a737d657: Layer already exists [2021-04-23T18:35:15.720Z] master: digest: sha256:8ea316ebefa0bfebb9f876165adabe1d19b58a5538a709658fbb86d4ebf992e7 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-23T18:35:15.787Z] ===================================================== [Pipeline] echo [2021-04-23T18:35:15.803Z] taggedImages: [2021-04-23T18:35:15.803Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78fade22505eae315bd953aec98210b437e07b35 [2021-04-23T18:35:15.803Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.187 [2021-04-23T18:35:15.803Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:78fade22505eae315bd953aec98210b437e07b35-2.0.0-dev.187 [2021-04-23T18:35:15.803Z] - 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-23T18:35:16.385Z] ---> job-cost.sh [2021-04-23T18:35:16.385Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eQbL [2021-04-23T18:35:55.307Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-23T18:37:32.082Z] lf-activate-venv(): INFO: Adding /tmp/venv-eQbL/bin to PATH [2021-04-23T18:37:32.082Z] INFO: No Stack... [2021-04-23T18:37:32.082Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-23T18:37:32.082Z] INFO: Archiving Costs [Pipeline] sh [2021-04-23T18:37:32.417Z] + cut -d, -f6 [2021-04-23T18:37:32.417Z] + cat /w/workspace/edgex-go/455/archives/cost.csv [Pipeline] lock [2021-04-23T18:37:32.529Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-455-stack-cost] [2021-04-23T18:37:32.538Z] Resource [jenkins-edgexfoundry-edgex-go-master-455-stack-cost] did not exist. Created. [2021-04-23T18:37:32.538Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-455-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-23T18:37:32.891Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-23T18:37:33.627Z] Stashed 1 file(s) [Pipeline] } [2021-04-23T18:37:33.637Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-455-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-23T18:37:34.356Z] provisioning config files... [2021-04-23T18:37:34.367Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/455@tmp/config4392786763295867161tmp [Pipeline] { [Pipeline] sh [2021-04-23T18:37:34.686Z] + set +x [2021-04-23T18:37:34.686Z] + curl -s https://codecov.io/bash [2021-04-23T18:37:34.686Z] + bash -s -- [2021-04-23T18:37:35.262Z] [2021-04-23T18:37:35.262Z] _____ _ [2021-04-23T18:37:35.262Z] / ____| | | [2021-04-23T18:37:35.262Z] | | ___ __| | ___ ___ _____ __ [2021-04-23T18:37:35.262Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-23T18:37:35.262Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-23T18:37:35.262Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-23T18:37:35.262Z] Bash-1.0.2 [2021-04-23T18:37:35.262Z] [2021-04-23T18:37:35.262Z] [2021-04-23T18:37:35.262Z] ==> git version 2.24.3 found [2021-04-23T18:37:35.262Z] ==> 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-23T18:37:35.262Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-23T18:37:35.262Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-23T18:37:35.262Z] ==> Jenkins CI detected. [2021-04-23T18:37:35.262Z] project root: . [2021-04-23T18:37:35.262Z] --> token set from env [2021-04-23T18:37:35.262Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-23T18:37:35.262Z] ==> Running gcov in . (disable via -X gcov) [2021-04-23T18:37:35.262Z] ==> Python coveragepy not found [2021-04-23T18:37:35.262Z] ==> Searching for coverage reports in: [2021-04-23T18:37:35.262Z] + . [2021-04-23T18:37:35.262Z] -> Found 1 reports [2021-04-23T18:37:35.262Z] ==> Detecting git/mercurial file structure [2021-04-23T18:37:35.262Z] ==> Reading reports [2021-04-23T18:37:35.262Z] + ./coverage.out bytes=703598 [2021-04-23T18:37:35.262Z] ==> Appending adjustments [2021-04-23T18:37:35.262Z] https://docs.codecov.io/docs/fixing-reports [2021-04-23T18:37:39.478Z] + Found adjustments [2021-04-23T18:37:39.478Z] ==> Gzipping contents [2021-04-23T18:37:39.478Z] 100K /tmp/codecov.0UQMjL.gz [2021-04-23T18:37:39.478Z] ==> Uploading reports [2021-04-23T18:37:39.478Z] url: https://codecov.io [2021-04-23T18:37:39.478Z] query: branch=master&commit=78fade22505eae315bd953aec98210b437e07b35&build=455&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F455%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-23T18:37:39.478Z] -> Pinging Codecov [2021-04-23T18:37:39.478Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=78fade22505eae315bd953aec98210b437e07b35&build=455&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F455%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-23T18:37:39.478Z] -> Uploading to [2021-04-23T18:37:39.478Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-23/00271124DB129430A58F1EEE437C3FCB/78fade22505eae315bd953aec98210b437e07b35/032e8180-1f54-43df-baee-4b3c8ab22731.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210423%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210423T183739Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e32a98bddb77405779e5b2b76d3a8c30852b06e6a83c69b558bb0550b50a34e [2021-04-23T18:37:39.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:37:39.478Z] Dload Upload Total Spent Left Speed [2021-04-23T18:37:40.005Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 220k --:--:-- --:--:-- --:--:-- 219k [2021-04-23T18:37:40.005Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/78fade22505eae315bd953aec98210b437e07b35 [Pipeline] } [2021-04-23T18:37:40.016Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-23T18:37:40.704Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-23T18:37:40.730Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:37:41.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-23T18:37:41.040Z] [2021-04-23T18:37:41.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:37:41.433Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-23T18:37:41.433Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-23T18:37:41.433Z] 188c0c94c7c5: Already exists [2021-04-23T18:37:41.433Z] 0ef7d3d256c8: Already exists [2021-04-23T18:37:41.433Z] de9db76c5a1d: Already exists [2021-04-23T18:37:41.433Z] 0eba1c9be4d2: Pulling fs layer [2021-04-23T18:37:41.433Z] 0d57e429df01: Pulling fs layer [2021-04-23T18:37:41.433Z] 4e4be7b47b0d: Pulling fs layer [2021-04-23T18:37:41.433Z] e1f770b5df2f: Pulling fs layer [2021-04-23T18:37:41.433Z] 85a0685a4137: Pulling fs layer [2021-04-23T18:37:41.433Z] e1f770b5df2f: Waiting [2021-04-23T18:37:41.433Z] 85a0685a4137: Waiting [2021-04-23T18:37:41.433Z] 0d57e429df01: Verifying Checksum [2021-04-23T18:37:41.433Z] 0d57e429df01: Download complete [2021-04-23T18:37:41.433Z] 4e4be7b47b0d: Verifying Checksum [2021-04-23T18:37:41.433Z] 4e4be7b47b0d: Download complete [2021-04-23T18:37:42.866Z] e1f770b5df2f: Verifying Checksum [2021-04-23T18:37:42.866Z] e1f770b5df2f: Download complete [2021-04-23T18:37:44.821Z] 0eba1c9be4d2: Verifying Checksum [2021-04-23T18:37:44.821Z] 0eba1c9be4d2: Download complete [2021-04-23T18:37:45.084Z] 85a0685a4137: Verifying Checksum [2021-04-23T18:37:45.084Z] 85a0685a4137: Download complete [2021-04-23T18:37:51.702Z] 0eba1c9be4d2: Pull complete [2021-04-23T18:37:51.702Z] 0d57e429df01: Pull complete [2021-04-23T18:37:51.702Z] 4e4be7b47b0d: Pull complete [2021-04-23T18:37:55.954Z] e1f770b5df2f: Pull complete [2021-04-23T18:38:04.110Z] 85a0685a4137: Pull complete [2021-04-23T18:38:04.110Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-23T18:38:04.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-23T18:38:04.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-23T18:38:04.323Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:38:04.380Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-23T18:38:05.522Z] $ docker top 330aac6cfa72653b4b909abd69b42e970a8d2e1a0d5767692e7445f7a6185203 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-23T18:38:05.680Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-23T18:38:05.972Z] + set -o pipefail [2021-04-23T18:38:05.972Z] + snyk monitor '--org=edgex-jenkins' [2021-04-23T18:38:38.140Z] [2021-04-23T18:38:38.140Z] Monitoring /w/workspace/edgex-go/455 (github.com/edgexfoundry/edgex-go)... [2021-04-23T18:38:38.140Z] [2021-04-23T18:38:38.140Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/797b8de3-aa9d-487b-9737-480736121333 [2021-04-23T18:38:38.140Z] [2021-04-23T18:38:38.140Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-23T18:38:38.140Z] [2021-04-23T18:38:38.140Z] [Pipeline] } [2021-04-23T18:38:38.160Z] $ docker stop --time=1 330aac6cfa72653b4b909abd69b42e970a8d2e1a0d5767692e7445f7a6185203 [2021-04-23T18:38:40.403Z] $ docker rm -f 330aac6cfa72653b4b909abd69b42e970a8d2e1a0d5767692e7445f7a6185203 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-23T18:38:41.368Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-23T18:38:41.387Z] provisioning config files... [2021-04-23T18:38:41.398Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/455@tmp/config4005916184907534115tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:38:41.717Z] --> edgex-publish-swagger.sh [2021-04-23T18:38:41.717Z] === Publish openapi/v1 API === [2021-04-23T18:38:41.717Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-23T18:38:41.717Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/455/openapi/v1/core-command.yaml] [2021-04-23T18:38:41.717Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:41.717Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:42.665Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9765 0:00:01 0:00:01 --:--:-- 9769 100 10522 0 0 100 10522 0 9763 0:00:01 0:00:01 --:--:-- 9769 [2021-04-23T18:38:42.665Z] [2021-04-23T18:38:42.665Z] [2021-04-23T18:38:42.665Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/455/openapi/v1/core-data.yaml] [2021-04-23T18:38:42.665Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:42.665Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:44.056Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27113 0:00:01 0:00:01 --:--:-- 27130 100 32557 0 0 100 32557 0 27108 0:00:01 0:00:01 --:--:-- 27130 [2021-04-23T18:38:44.056Z] [2021-04-23T18:38:44.056Z] [2021-04-23T18:38:44.056Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/455/openapi/v1/core-metadata.yaml] [2021-04-23T18:38:44.056Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:44.056Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:45.014Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 73570 0:00:01 0:00:01 --:--:-- 73647 100 73721 0 0 100 73721 0 73554 0:00:01 0:00:01 --:--:-- 73573 [2021-04-23T18:38:45.014Z] [2021-04-23T18:38:45.014Z] [2021-04-23T18:38:45.014Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/455/openapi/v1/support-logging.yaml] [2021-04-23T18:38:45.014Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:45.014Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:45.968Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13241 0:00:01 0:00:01 --:--:-- 13249 100 13581 0 0 100 13581 0 13238 0:00:01 0:00:01 --:--:-- 13249 [2021-04-23T18:38:45.968Z] [2021-04-23T18:38:45.968Z] [2021-04-23T18:38:45.968Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/455/openapi/v1/support-notifications.yaml] [2021-04-23T18:38:45.968Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:45.968Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:47.361Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34678 0:00:01 0:00:01 --:--:-- 34692 100 38890 0 0 100 38890 0 34672 0:00:01 0:00:01 --:--:-- 34692 [2021-04-23T18:38:47.361Z] [2021-04-23T18:38:47.361Z] [2021-04-23T18:38:47.361Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/455/openapi/v1/support-scheduler.yaml] [2021-04-23T18:38:47.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:47.361Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:48.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13671 0:00:01 0:00:01 --:--:-- 13674 100 14249 0 0 100 14249 0 13669 0:00:01 0:00:01 --:--:-- 13674 [2021-04-23T18:38:48.311Z] [2021-04-23T18:38:48.311Z] [2021-04-23T18:38:48.311Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/455/openapi/v1/system-agent.yaml] [2021-04-23T18:38:48.311Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:48.311Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:49.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4387 --:--:-- --:--:-- --:--:-- 4386 100 4110 0 0 100 4110 0 4387 --:--:-- --:--:-- --:--:-- 4386 [2021-04-23T18:38:49.259Z] [2021-04-23T18:38:49.259Z] [2021-04-23T18:38:49.259Z] === Publish openapi/v2 API === [2021-04-23T18:38:49.259Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-23T18:38:49.259Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/455/openapi/v2/core-command.yaml] [2021-04-23T18:38:49.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:49.259Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:50.203Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 29758 --:--:-- --:--:-- --:--:-- 29742 100 29594 0 0 100 29594 0 29752 --:--:-- --:--:-- --:--:-- 29742 [2021-04-23T18:38:50.203Z] [2021-04-23T18:38:50.203Z] [2021-04-23T18:38:50.203Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/455/openapi/v2/core-data.yaml] [2021-04-23T18:38:50.203Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:50.203Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:51.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 52566 0:00:01 0:00:01 --:--:-- 52612 100 56190 0 0 100 56190 0 52556 0:00:01 0:00:01 --:--:-- 52612 [2021-04-23T18:38:51.169Z] [2021-04-23T18:38:51.169Z] [2021-04-23T18:38:51.169Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/455/openapi/v2/core-metadata.yaml] [2021-04-23T18:38:51.169Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:51.169Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:52.560Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 117k 0:00:01 0:00:01 --:--:-- 117k 100 118k 0 0 100 118k 0 117k 0:00:01 0:00:01 --:--:-- 117k [2021-04-23T18:38:52.560Z] [2021-04-23T18:38:52.560Z] [2021-04-23T18:38:52.560Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/455/openapi/v2/support-notifications.yaml] [2021-04-23T18:38:52.560Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:52.560Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:53.134Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 81978 --:--:-- --:--:-- --:--:-- 81937 100 75628 0 0 100 75628 0 81959 --:--:-- --:--:-- --:--:-- 81937 [2021-04-23T18:38:53.134Z] [2021-04-23T18:38:53.134Z] [2021-04-23T18:38:53.134Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/455/openapi/v2/support-scheduler.yaml] [2021-04-23T18:38:53.134Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:53.134Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:54.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 39120 --:--:-- --:--:-- --:--:-- 39102 100 37617 0 0 100 37617 0 39111 --:--:-- --:--:-- --:--:-- 39102 [2021-04-23T18:38:54.078Z] [2021-04-23T18:38:54.078Z] [2021-04-23T18:38:54.078Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/455/openapi/v2/system-agent.yaml] [2021-04-23T18:38:54.078Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:38:54.079Z] Dload Upload Total Spent Left Speed [2021-04-23T18:38:55.467Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 25392 --:--:-- --:--:-- --:--:-- 25386 100 24092 0 0 100 24092 0 25387 --:--:-- --:--:-- --:--:-- 25386 [2021-04-23T18:38:55.467Z] [2021-04-23T18:38:55.467Z] [Pipeline] } [2021-04-23T18:38:55.482Z] 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-23T18:38:55.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:38:55.929Z] . [Pipeline] withDockerContainer [2021-04-23T18:38:56.035Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:38:56.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-23T18:38:56.965Z] $ docker top ffbac73f716a75bc0f4b7b778b6e40fb2de5c0dbc11a59e4e5b69f1ea4482f37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-23T18:38:57.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T18:38:57.111Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T18:38:57.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T18:38:57.331Z] $ docker exec ffbac73f716a75bc0f4b7b778b6e40fb2de5c0dbc11a59e4e5b69f1ea4482f37 ssh-agent [2021-04-23T18:38:57.508Z] SSH_AUTH_SOCK=/tmp/ssh-26cRNrtVncuH/agent.12 [2021-04-23T18:38:57.508Z] SSH_AGENT_PID=17 [2021-04-23T18:38:57.516Z] Running ssh-add (command line suppressed) [2021-04-23T18:38:57.647Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_9012454802122432006.key (/w/workspace/edgex-go/455@tmp/private_key_9012454802122432006.key) [2021-04-23T18:38:57.705Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T18:38:58.006Z] + git semver tag [2021-04-23T18:38:58.580Z] # -> Open(): unable to determine branch for HEAD [2021-04-23T18:38:58.580Z] # $GIT_DIR = /w/workspace/edgex-go/455/.git [2021-04-23T18:38:58.580Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/455 [2021-04-23T18:38:58.580Z] # $SEMVER_REMOTE_NAME = origin [2021-04-23T18:38:58.580Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-23T18:38:58.580Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-23T18:38:58.580Z] # $SEMVER_BRANCH = master [2021-04-23T18:38:58.580Z] # $SEMVER_DIR = /w/workspace/edgex-go/455/.semver [2021-04-23T18:38:58.580Z] # 78fade22505eae315bd953aec98210b437e07b35 HEAD [2021-04-23T18:38:59.154Z] # -> Force: false [2021-04-23T18:38:59.154Z] # 668d37fb699680e3807c48e1b080d9b3a10660f8 refs/tags/v2.0.0-dev.187 [Pipeline] } [2021-04-23T18:38:59.166Z] $ docker exec --env ******** --env ******** ffbac73f716a75bc0f4b7b778b6e40fb2de5c0dbc11a59e4e5b69f1ea4482f37 ssh-agent -k [2021-04-23T18:38:59.288Z] unset SSH_AUTH_SOCK; [2021-04-23T18:38:59.292Z] unset SSH_AGENT_PID; [2021-04-23T18:38:59.292Z] echo Agent pid 17 killed; [2021-04-23T18:38:59.352Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T18:38:59.726Z] + git semver [Pipeline] } [2021-04-23T18:38:59.744Z] $ docker stop --time=1 ffbac73f716a75bc0f4b7b778b6e40fb2de5c0dbc11a59e4e5b69f1ea4482f37 [2021-04-23T18:39:01.105Z] $ docker rm -f ffbac73f716a75bc0f4b7b778b6e40fb2de5c0dbc11a59e4e5b69f1ea4482f37 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:39:01.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-23T18:39:01.575Z] [2021-04-23T18:39:01.575Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:39:01.893Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-23T18:39:01.893Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-23T18:39:01.893Z] ab5ef0e58194: Pulling fs layer [2021-04-23T18:39:01.893Z] 9712f1f96733: Pulling fs layer [2021-04-23T18:39:01.893Z] 63f879dbbcfc: Pulling fs layer [2021-04-23T18:39:01.893Z] 0d9ebad4ef96: Pulling fs layer [2021-04-23T18:39:01.893Z] e9a5061849ea: Pulling fs layer [2021-04-23T18:39:01.893Z] d747dcd14b5f: Pulling fs layer [2021-04-23T18:39:01.893Z] 2de7ff778b66: Pulling fs layer [2021-04-23T18:39:01.893Z] e9a5061849ea: Waiting [2021-04-23T18:39:01.893Z] d747dcd14b5f: Waiting [2021-04-23T18:39:01.893Z] 2de7ff778b66: Waiting [2021-04-23T18:39:01.893Z] 0d9ebad4ef96: Waiting [2021-04-23T18:39:01.893Z] 9712f1f96733: Verifying Checksum [2021-04-23T18:39:01.893Z] 9712f1f96733: Download complete [2021-04-23T18:39:03.984Z] 63f879dbbcfc: Verifying Checksum [2021-04-23T18:39:03.984Z] 63f879dbbcfc: Download complete [2021-04-23T18:39:03.984Z] e9a5061849ea: Verifying Checksum [2021-04-23T18:39:03.984Z] e9a5061849ea: Download complete [2021-04-23T18:39:03.985Z] d747dcd14b5f: Verifying Checksum [2021-04-23T18:39:03.985Z] d747dcd14b5f: Download complete [2021-04-23T18:39:03.985Z] 0d9ebad4ef96: Verifying Checksum [2021-04-23T18:39:03.985Z] 0d9ebad4ef96: Download complete [2021-04-23T18:39:03.985Z] 2de7ff778b66: Verifying Checksum [2021-04-23T18:39:03.985Z] 2de7ff778b66: Download complete [2021-04-23T18:39:04.247Z] ab5ef0e58194: Verifying Checksum [2021-04-23T18:39:04.247Z] ab5ef0e58194: Download complete [2021-04-23T18:39:09.573Z] ab5ef0e58194: Pull complete [2021-04-23T18:39:09.573Z] 9712f1f96733: Pull complete [2021-04-23T18:39:12.136Z] 63f879dbbcfc: Pull complete [2021-04-23T18:39:22.163Z] 0d9ebad4ef96: Pull complete [2021-04-23T18:39:22.163Z] e9a5061849ea: Pull complete [2021-04-23T18:39:22.163Z] d747dcd14b5f: Pull complete [2021-04-23T18:39:24.717Z] 2de7ff778b66: Pull complete [2021-04-23T18:39:24.717Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-23T18:39:24.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-23T18:39:24.717Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-23T18:39:24.913Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:39:24.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-23T18:39:28.542Z] $ docker top 28216dcc00b856b0255b104642b6d6f7a628431fb09aab7c0fe2d9d13e162ce2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-23T18:39:28.692Z] provisioning config files... [2021-04-23T18:39:28.701Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/455@tmp/config6031732282354668250tmp [2021-04-23T18:39:28.717Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/455@tmp/config7731717066837306354tmp [2021-04-23T18:39:28.732Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/455@tmp/config9195801454434257657tmp [Pipeline] { [Pipeline] echo [2021-04-23T18:39:28.755Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:39:29.054Z] ---> sigul-configuration.sh [2021-04-23T18:39:29.054Z] gpg: directory `/root/.gnupg' created [2021-04-23T18:39:29.054Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-23T18:39:29.054Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-23T18:39:29.054Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-23T18:39:29.054Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-23T18:39:29.054Z] gpg: CAST5 encrypted data [2021-04-23T18:39:29.316Z] gpg: encrypted with 1 passphrase [2021-04-23T18:39:29.316Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-23T18:39:29.615Z] + mkdir /home/jenkins [2021-04-23T18:39:29.615Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-23T18:39:29.916Z] + 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-23T18:39:29.928Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:39:30.224Z] ---> sigul-install.sh [2021-04-23T18:39:38.378Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-23T18:39:38.679Z] + git tag --list [2021-04-23T18:39:38.679Z] 0.6.0 [2021-04-23T18:39:38.679Z] 0.6.1 [2021-04-23T18:39:38.679Z] 0.7.0 [2021-04-23T18:39:38.679Z] 0.7.1 [2021-04-23T18:39:38.679Z] v0.0.0 [2021-04-23T18:39:38.679Z] v0.0.1-dev.1 [2021-04-23T18:39:38.679Z] v1.0.0 [2021-04-23T18:39:38.679Z] v1.0.1 [2021-04-23T18:39:38.679Z] v1.1.0 [2021-04-23T18:39:38.679Z] v1.2.0 [2021-04-23T18:39:38.679Z] v1.2.1 [2021-04-23T18:39:38.679Z] v1.2.2-dev.1 [2021-04-23T18:39:38.679Z] v1.2.2-dev.10 [2021-04-23T18:39:38.679Z] v1.2.2-dev.100 [2021-04-23T18:39:38.679Z] v1.2.2-dev.101 [2021-04-23T18:39:38.679Z] v1.2.2-dev.102 [2021-04-23T18:39:38.679Z] v1.2.2-dev.103 [2021-04-23T18:39:38.679Z] v1.2.2-dev.104 [2021-04-23T18:39:38.679Z] v1.2.2-dev.105 [2021-04-23T18:39:38.679Z] v1.2.2-dev.106 [2021-04-23T18:39:38.679Z] v1.2.2-dev.107 [2021-04-23T18:39:38.679Z] v1.2.2-dev.11 [2021-04-23T18:39:38.679Z] v1.2.2-dev.12 [2021-04-23T18:39:38.679Z] v1.2.2-dev.13 [2021-04-23T18:39:38.679Z] v1.2.2-dev.14 [2021-04-23T18:39:38.679Z] v1.2.2-dev.15 [2021-04-23T18:39:38.679Z] v1.2.2-dev.16 [2021-04-23T18:39:38.679Z] v1.2.2-dev.17 [2021-04-23T18:39:38.679Z] v1.2.2-dev.18 [2021-04-23T18:39:38.679Z] v1.2.2-dev.19 [2021-04-23T18:39:38.679Z] v1.2.2-dev.2 [2021-04-23T18:39:38.679Z] v1.2.2-dev.20 [2021-04-23T18:39:38.679Z] v1.2.2-dev.21 [2021-04-23T18:39:38.679Z] v1.2.2-dev.22 [2021-04-23T18:39:38.679Z] v1.2.2-dev.23 [2021-04-23T18:39:38.679Z] v1.2.2-dev.24 [2021-04-23T18:39:38.679Z] v1.2.2-dev.25 [2021-04-23T18:39:38.679Z] v1.2.2-dev.26 [2021-04-23T18:39:38.679Z] v1.2.2-dev.27 [2021-04-23T18:39:38.679Z] v1.2.2-dev.28 [2021-04-23T18:39:38.679Z] v1.2.2-dev.29 [2021-04-23T18:39:38.679Z] v1.2.2-dev.3 [2021-04-23T18:39:38.679Z] v1.2.2-dev.30 [2021-04-23T18:39:38.679Z] v1.2.2-dev.31 [2021-04-23T18:39:38.679Z] v1.2.2-dev.32 [2021-04-23T18:39:38.679Z] v1.2.2-dev.33 [2021-04-23T18:39:38.679Z] v1.2.2-dev.34 [2021-04-23T18:39:38.679Z] v1.2.2-dev.35 [2021-04-23T18:39:38.679Z] v1.2.2-dev.36 [2021-04-23T18:39:38.679Z] v1.2.2-dev.37 [2021-04-23T18:39:38.679Z] v1.2.2-dev.38 [2021-04-23T18:39:38.679Z] v1.2.2-dev.39 [2021-04-23T18:39:38.679Z] v1.2.2-dev.4 [2021-04-23T18:39:38.680Z] v1.2.2-dev.40 [2021-04-23T18:39:38.680Z] v1.2.2-dev.41 [2021-04-23T18:39:38.680Z] v1.2.2-dev.42 [2021-04-23T18:39:38.680Z] v1.2.2-dev.43 [2021-04-23T18:39:38.680Z] v1.2.2-dev.44 [2021-04-23T18:39:38.680Z] v1.2.2-dev.45 [2021-04-23T18:39:38.680Z] v1.2.2-dev.46 [2021-04-23T18:39:38.680Z] v1.2.2-dev.47 [2021-04-23T18:39:38.680Z] v1.2.2-dev.48 [2021-04-23T18:39:38.680Z] v1.2.2-dev.49 [2021-04-23T18:39:38.680Z] v1.2.2-dev.5 [2021-04-23T18:39:38.680Z] v1.2.2-dev.50 [2021-04-23T18:39:38.680Z] v1.2.2-dev.51 [2021-04-23T18:39:38.680Z] v1.2.2-dev.52 [2021-04-23T18:39:38.680Z] v1.2.2-dev.53 [2021-04-23T18:39:38.680Z] v1.2.2-dev.54 [2021-04-23T18:39:38.680Z] v1.2.2-dev.55 [2021-04-23T18:39:38.680Z] v1.2.2-dev.56 [2021-04-23T18:39:38.680Z] v1.2.2-dev.57 [2021-04-23T18:39:38.680Z] v1.2.2-dev.58 [2021-04-23T18:39:38.680Z] v1.2.2-dev.59 [2021-04-23T18:39:38.680Z] v1.2.2-dev.6 [2021-04-23T18:39:38.680Z] v1.2.2-dev.60 [2021-04-23T18:39:38.680Z] v1.2.2-dev.61 [2021-04-23T18:39:38.680Z] v1.2.2-dev.62 [2021-04-23T18:39:38.680Z] v1.2.2-dev.63 [2021-04-23T18:39:38.680Z] v1.2.2-dev.64 [2021-04-23T18:39:38.680Z] v1.2.2-dev.65 [2021-04-23T18:39:38.680Z] v1.2.2-dev.66 [2021-04-23T18:39:38.680Z] v1.2.2-dev.67 [2021-04-23T18:39:38.680Z] v1.2.2-dev.68 [2021-04-23T18:39:38.680Z] v1.2.2-dev.69 [2021-04-23T18:39:38.680Z] v1.2.2-dev.7 [2021-04-23T18:39:38.680Z] v1.2.2-dev.70 [2021-04-23T18:39:38.680Z] v1.2.2-dev.71 [2021-04-23T18:39:38.680Z] v1.2.2-dev.72 [2021-04-23T18:39:38.680Z] v1.2.2-dev.73 [2021-04-23T18:39:38.680Z] v1.2.2-dev.74 [2021-04-23T18:39:38.680Z] v1.2.2-dev.75 [2021-04-23T18:39:38.680Z] v1.2.2-dev.76 [2021-04-23T18:39:38.680Z] v1.2.2-dev.77 [2021-04-23T18:39:38.680Z] v1.2.2-dev.78 [2021-04-23T18:39:38.680Z] v1.2.2-dev.79 [2021-04-23T18:39:38.680Z] v1.2.2-dev.8 [2021-04-23T18:39:38.680Z] v1.2.2-dev.80 [2021-04-23T18:39:38.680Z] v1.2.2-dev.81 [2021-04-23T18:39:38.680Z] v1.2.2-dev.82 [2021-04-23T18:39:38.680Z] v1.2.2-dev.83 [2021-04-23T18:39:38.680Z] v1.2.2-dev.84 [2021-04-23T18:39:38.680Z] v1.2.2-dev.85 [2021-04-23T18:39:38.680Z] v1.2.2-dev.86 [2021-04-23T18:39:38.680Z] v1.2.2-dev.87 [2021-04-23T18:39:38.680Z] v1.2.2-dev.88 [2021-04-23T18:39:38.680Z] v1.2.2-dev.89 [2021-04-23T18:39:38.680Z] v1.2.2-dev.9 [2021-04-23T18:39:38.680Z] v1.2.2-dev.90 [2021-04-23T18:39:38.680Z] v1.2.2-dev.91 [2021-04-23T18:39:38.680Z] v1.2.2-dev.92 [2021-04-23T18:39:38.680Z] v1.2.2-dev.93 [2021-04-23T18:39:38.680Z] v1.2.2-dev.94 [2021-04-23T18:39:38.680Z] v1.2.2-dev.95 [2021-04-23T18:39:38.680Z] v1.2.2-dev.96 [2021-04-23T18:39:38.680Z] v1.2.2-dev.97 [2021-04-23T18:39:38.680Z] v1.2.2-dev.98 [2021-04-23T18:39:38.680Z] v1.2.2-dev.99 [2021-04-23T18:39:38.680Z] v1.3.0 [2021-04-23T18:39:38.680Z] v1.3.1 [2021-04-23T18:39:38.680Z] v1.3.1-dev.1 [2021-04-23T18:39:38.680Z] v1.3.1-dev.10 [2021-04-23T18:39:38.680Z] v1.3.1-dev.11 [2021-04-23T18:39:38.680Z] v1.3.1-dev.12 [2021-04-23T18:39:38.680Z] v1.3.1-dev.13 [2021-04-23T18:39:38.680Z] v1.3.1-dev.14 [2021-04-23T18:39:38.680Z] v1.3.1-dev.15 [2021-04-23T18:39:38.680Z] v1.3.1-dev.16 [2021-04-23T18:39:38.680Z] v1.3.1-dev.17 [2021-04-23T18:39:38.680Z] v1.3.1-dev.18 [2021-04-23T18:39:38.680Z] v1.3.1-dev.2 [2021-04-23T18:39:38.680Z] v1.3.1-dev.3 [2021-04-23T18:39:38.680Z] v1.3.1-dev.4 [2021-04-23T18:39:38.680Z] v1.3.1-dev.5 [2021-04-23T18:39:38.680Z] v1.3.1-dev.6 [2021-04-23T18:39:38.680Z] v1.3.1-dev.7 [2021-04-23T18:39:38.680Z] v1.3.1-dev.8 [2021-04-23T18:39:38.680Z] v1.3.1-dev.9 [2021-04-23T18:39:38.680Z] v2.0.0-dev.1 [2021-04-23T18:39:38.680Z] v2.0.0-dev.10 [2021-04-23T18:39:38.680Z] v2.0.0-dev.100 [2021-04-23T18:39:38.680Z] v2.0.0-dev.101 [2021-04-23T18:39:38.680Z] v2.0.0-dev.102 [2021-04-23T18:39:38.680Z] v2.0.0-dev.103 [2021-04-23T18:39:38.680Z] v2.0.0-dev.104 [2021-04-23T18:39:38.680Z] v2.0.0-dev.105 [2021-04-23T18:39:38.680Z] v2.0.0-dev.106 [2021-04-23T18:39:38.680Z] v2.0.0-dev.107 [2021-04-23T18:39:38.680Z] v2.0.0-dev.108 [2021-04-23T18:39:38.680Z] v2.0.0-dev.109 [2021-04-23T18:39:38.680Z] v2.0.0-dev.11 [2021-04-23T18:39:38.680Z] v2.0.0-dev.110 [2021-04-23T18:39:38.680Z] v2.0.0-dev.111 [2021-04-23T18:39:38.680Z] v2.0.0-dev.112 [2021-04-23T18:39:38.680Z] v2.0.0-dev.113 [2021-04-23T18:39:38.680Z] v2.0.0-dev.114 [2021-04-23T18:39:38.680Z] v2.0.0-dev.115 [2021-04-23T18:39:38.680Z] v2.0.0-dev.116 [2021-04-23T18:39:38.680Z] v2.0.0-dev.117 [2021-04-23T18:39:38.680Z] v2.0.0-dev.118 [2021-04-23T18:39:38.680Z] v2.0.0-dev.119 [2021-04-23T18:39:38.680Z] v2.0.0-dev.12 [2021-04-23T18:39:38.680Z] v2.0.0-dev.120 [2021-04-23T18:39:38.680Z] v2.0.0-dev.121 [2021-04-23T18:39:38.680Z] v2.0.0-dev.122 [2021-04-23T18:39:38.680Z] v2.0.0-dev.123 [2021-04-23T18:39:38.680Z] v2.0.0-dev.124 [2021-04-23T18:39:38.680Z] v2.0.0-dev.125 [2021-04-23T18:39:38.680Z] v2.0.0-dev.126 [2021-04-23T18:39:38.680Z] v2.0.0-dev.127 [2021-04-23T18:39:38.680Z] v2.0.0-dev.128 [2021-04-23T18:39:38.680Z] v2.0.0-dev.129 [2021-04-23T18:39:38.680Z] v2.0.0-dev.13 [2021-04-23T18:39:38.680Z] v2.0.0-dev.130 [2021-04-23T18:39:38.680Z] v2.0.0-dev.131 [2021-04-23T18:39:38.680Z] v2.0.0-dev.132 [2021-04-23T18:39:38.680Z] v2.0.0-dev.133 [2021-04-23T18:39:38.680Z] v2.0.0-dev.134 [2021-04-23T18:39:38.680Z] v2.0.0-dev.135 [2021-04-23T18:39:38.680Z] v2.0.0-dev.136 [2021-04-23T18:39:38.680Z] v2.0.0-dev.137 [2021-04-23T18:39:38.680Z] v2.0.0-dev.138 [2021-04-23T18:39:38.680Z] v2.0.0-dev.139 [2021-04-23T18:39:38.680Z] v2.0.0-dev.14 [2021-04-23T18:39:38.680Z] v2.0.0-dev.140 [2021-04-23T18:39:38.680Z] v2.0.0-dev.141 [2021-04-23T18:39:38.680Z] v2.0.0-dev.142 [2021-04-23T18:39:38.680Z] v2.0.0-dev.143 [2021-04-23T18:39:38.680Z] v2.0.0-dev.144 [2021-04-23T18:39:38.680Z] v2.0.0-dev.145 [2021-04-23T18:39:38.680Z] v2.0.0-dev.146 [2021-04-23T18:39:38.680Z] v2.0.0-dev.147 [2021-04-23T18:39:38.680Z] v2.0.0-dev.148 [2021-04-23T18:39:38.680Z] v2.0.0-dev.149 [2021-04-23T18:39:38.680Z] v2.0.0-dev.15 [2021-04-23T18:39:38.680Z] v2.0.0-dev.150 [2021-04-23T18:39:38.680Z] v2.0.0-dev.151 [2021-04-23T18:39:38.680Z] v2.0.0-dev.152 [2021-04-23T18:39:38.680Z] v2.0.0-dev.153 [2021-04-23T18:39:38.680Z] v2.0.0-dev.154 [2021-04-23T18:39:38.680Z] v2.0.0-dev.155 [2021-04-23T18:39:38.680Z] v2.0.0-dev.156 [2021-04-23T18:39:38.680Z] v2.0.0-dev.157 [2021-04-23T18:39:38.680Z] v2.0.0-dev.158 [2021-04-23T18:39:38.680Z] v2.0.0-dev.159 [2021-04-23T18:39:38.681Z] v2.0.0-dev.16 [2021-04-23T18:39:38.681Z] v2.0.0-dev.160 [2021-04-23T18:39:38.681Z] v2.0.0-dev.161 [2021-04-23T18:39:38.681Z] v2.0.0-dev.162 [2021-04-23T18:39:38.681Z] v2.0.0-dev.163 [2021-04-23T18:39:38.681Z] v2.0.0-dev.164 [2021-04-23T18:39:38.681Z] v2.0.0-dev.165 [2021-04-23T18:39:38.681Z] v2.0.0-dev.166 [2021-04-23T18:39:38.681Z] v2.0.0-dev.167 [2021-04-23T18:39:38.681Z] v2.0.0-dev.168 [2021-04-23T18:39:38.681Z] v2.0.0-dev.169 [2021-04-23T18:39:38.681Z] v2.0.0-dev.17 [2021-04-23T18:39:38.681Z] v2.0.0-dev.170 [2021-04-23T18:39:38.681Z] v2.0.0-dev.171 [2021-04-23T18:39:38.681Z] v2.0.0-dev.172 [2021-04-23T18:39:38.681Z] v2.0.0-dev.173 [2021-04-23T18:39:38.681Z] v2.0.0-dev.174 [2021-04-23T18:39:38.681Z] v2.0.0-dev.175 [2021-04-23T18:39:38.681Z] v2.0.0-dev.176 [2021-04-23T18:39:38.681Z] v2.0.0-dev.177 [2021-04-23T18:39:38.681Z] v2.0.0-dev.178 [2021-04-23T18:39:38.681Z] v2.0.0-dev.179 [2021-04-23T18:39:38.681Z] v2.0.0-dev.18 [2021-04-23T18:39:38.681Z] v2.0.0-dev.180 [2021-04-23T18:39:38.681Z] v2.0.0-dev.181 [2021-04-23T18:39:38.681Z] v2.0.0-dev.182 [2021-04-23T18:39:38.681Z] v2.0.0-dev.183 [2021-04-23T18:39:38.681Z] v2.0.0-dev.184 [2021-04-23T18:39:38.681Z] v2.0.0-dev.185 [2021-04-23T18:39:38.681Z] v2.0.0-dev.186 [2021-04-23T18:39:38.681Z] v2.0.0-dev.187 [2021-04-23T18:39:38.681Z] v2.0.0-dev.19 [2021-04-23T18:39:38.681Z] v2.0.0-dev.2 [2021-04-23T18:39:38.681Z] v2.0.0-dev.20 [2021-04-23T18:39:38.681Z] v2.0.0-dev.21 [2021-04-23T18:39:38.681Z] v2.0.0-dev.22 [2021-04-23T18:39:38.681Z] v2.0.0-dev.23 [2021-04-23T18:39:38.681Z] v2.0.0-dev.24 [2021-04-23T18:39:38.681Z] v2.0.0-dev.25 [2021-04-23T18:39:38.681Z] v2.0.0-dev.26 [2021-04-23T18:39:38.681Z] v2.0.0-dev.27 [2021-04-23T18:39:38.681Z] v2.0.0-dev.28 [2021-04-23T18:39:38.681Z] v2.0.0-dev.29 [2021-04-23T18:39:38.681Z] v2.0.0-dev.3 [2021-04-23T18:39:38.681Z] v2.0.0-dev.30 [2021-04-23T18:39:38.681Z] v2.0.0-dev.31 [2021-04-23T18:39:38.681Z] v2.0.0-dev.32 [2021-04-23T18:39:38.681Z] v2.0.0-dev.33 [2021-04-23T18:39:38.681Z] v2.0.0-dev.34 [2021-04-23T18:39:38.681Z] v2.0.0-dev.35 [2021-04-23T18:39:38.681Z] v2.0.0-dev.36 [2021-04-23T18:39:38.681Z] v2.0.0-dev.37 [2021-04-23T18:39:38.681Z] v2.0.0-dev.38 [2021-04-23T18:39:38.681Z] v2.0.0-dev.39 [2021-04-23T18:39:38.681Z] v2.0.0-dev.4 [2021-04-23T18:39:38.681Z] v2.0.0-dev.40 [2021-04-23T18:39:38.681Z] v2.0.0-dev.41 [2021-04-23T18:39:38.681Z] v2.0.0-dev.42 [2021-04-23T18:39:38.681Z] v2.0.0-dev.43 [2021-04-23T18:39:38.681Z] v2.0.0-dev.44 [2021-04-23T18:39:38.681Z] v2.0.0-dev.45 [2021-04-23T18:39:38.681Z] v2.0.0-dev.46 [2021-04-23T18:39:38.681Z] v2.0.0-dev.47 [2021-04-23T18:39:38.681Z] v2.0.0-dev.48 [2021-04-23T18:39:38.681Z] v2.0.0-dev.49 [2021-04-23T18:39:38.681Z] v2.0.0-dev.5 [2021-04-23T18:39:38.681Z] v2.0.0-dev.50 [2021-04-23T18:39:38.681Z] v2.0.0-dev.51 [2021-04-23T18:39:38.681Z] v2.0.0-dev.52 [2021-04-23T18:39:38.681Z] v2.0.0-dev.53 [2021-04-23T18:39:38.681Z] v2.0.0-dev.54 [2021-04-23T18:39:38.681Z] v2.0.0-dev.55 [2021-04-23T18:39:38.681Z] v2.0.0-dev.56 [2021-04-23T18:39:38.681Z] v2.0.0-dev.57 [2021-04-23T18:39:38.681Z] v2.0.0-dev.58 [2021-04-23T18:39:38.681Z] v2.0.0-dev.59 [2021-04-23T18:39:38.681Z] v2.0.0-dev.6 [2021-04-23T18:39:38.681Z] v2.0.0-dev.60 [2021-04-23T18:39:38.681Z] v2.0.0-dev.61 [2021-04-23T18:39:38.681Z] v2.0.0-dev.62 [2021-04-23T18:39:38.681Z] v2.0.0-dev.63 [2021-04-23T18:39:38.681Z] v2.0.0-dev.64 [2021-04-23T18:39:38.681Z] v2.0.0-dev.65 [2021-04-23T18:39:38.681Z] v2.0.0-dev.66 [2021-04-23T18:39:38.681Z] v2.0.0-dev.67 [2021-04-23T18:39:38.681Z] v2.0.0-dev.68 [2021-04-23T18:39:38.681Z] v2.0.0-dev.69 [2021-04-23T18:39:38.681Z] v2.0.0-dev.7 [2021-04-23T18:39:38.681Z] v2.0.0-dev.70 [2021-04-23T18:39:38.681Z] v2.0.0-dev.71 [2021-04-23T18:39:38.681Z] v2.0.0-dev.72 [2021-04-23T18:39:38.681Z] v2.0.0-dev.73 [2021-04-23T18:39:38.681Z] v2.0.0-dev.74 [2021-04-23T18:39:38.681Z] v2.0.0-dev.75 [2021-04-23T18:39:38.681Z] v2.0.0-dev.76 [2021-04-23T18:39:38.681Z] v2.0.0-dev.77 [2021-04-23T18:39:38.681Z] v2.0.0-dev.78 [2021-04-23T18:39:38.681Z] v2.0.0-dev.79 [2021-04-23T18:39:38.681Z] v2.0.0-dev.8 [2021-04-23T18:39:38.681Z] v2.0.0-dev.80 [2021-04-23T18:39:38.681Z] v2.0.0-dev.81 [2021-04-23T18:39:38.681Z] v2.0.0-dev.82 [2021-04-23T18:39:38.681Z] v2.0.0-dev.83 [2021-04-23T18:39:38.681Z] v2.0.0-dev.84 [2021-04-23T18:39:38.681Z] v2.0.0-dev.85 [2021-04-23T18:39:38.681Z] v2.0.0-dev.86 [2021-04-23T18:39:38.681Z] v2.0.0-dev.87 [2021-04-23T18:39:38.681Z] v2.0.0-dev.88 [2021-04-23T18:39:38.681Z] v2.0.0-dev.89 [2021-04-23T18:39:38.681Z] v2.0.0-dev.9 [2021-04-23T18:39:38.681Z] v2.0.0-dev.90 [2021-04-23T18:39:38.681Z] v2.0.0-dev.91 [2021-04-23T18:39:38.681Z] v2.0.0-dev.92 [2021-04-23T18:39:38.681Z] v2.0.0-dev.93 [2021-04-23T18:39:38.681Z] v2.0.0-dev.94 [2021-04-23T18:39:38.681Z] v2.0.0-dev.95 [2021-04-23T18:39:38.681Z] v2.0.0-dev.96 [2021-04-23T18:39:38.681Z] v2.0.0-dev.97 [2021-04-23T18:39:38.681Z] v2.0.0-dev.98 [2021-04-23T18:39:38.681Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-23T18:39:38.989Z] + lftools sign git-tag v2.0.0-dev.187 [2021-04-23T18:39:40.382Z] Signing Git tag with Sigul... [2021-04-23T18:39:40.382Z] Signing v2.0.0-dev.187 [Pipeline] echo [2021-04-23T18:39:41.349Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:39:41.662Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-23T18:39:41.671Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-23T18:39:41.698Z] $ docker stop --time=1 28216dcc00b856b0255b104642b6d6f7a628431fb09aab7c0fe2d9d13e162ce2 [2021-04-23T18:39:43.850Z] $ docker rm -f 28216dcc00b856b0255b104642b6d6f7a628431fb09aab7c0fe2d9d13e162ce2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:39:44.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:39:44.384Z] . [Pipeline] withDockerContainer [2021-04-23T18:39:44.490Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:39:44.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-23T18:39:45.320Z] $ docker top 8c46d4ae6b3b3461acf06d9aa523042c93022a4f8680f0a53140634f6c052cf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-23T18:39:45.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T18:39:45.488Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T18:39:45.696Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T18:39:45.700Z] $ docker exec 8c46d4ae6b3b3461acf06d9aa523042c93022a4f8680f0a53140634f6c052cf0 ssh-agent [2021-04-23T18:39:45.895Z] SSH_AUTH_SOCK=/tmp/ssh-m4432EHbiRo9/agent.12 [2021-04-23T18:39:45.895Z] SSH_AGENT_PID=18 [2021-04-23T18:39:45.903Z] Running ssh-add (command line suppressed) [2021-04-23T18:39:46.035Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_8623613591389140879.key (/w/workspace/edgex-go/455@tmp/private_key_8623613591389140879.key) [2021-04-23T18:39:46.092Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T18:39:46.393Z] + git semver bump pre [2021-04-23T18:39:46.393Z] # -> Open(): unable to determine branch for HEAD [2021-04-23T18:39:46.393Z] # $GIT_DIR = /w/workspace/edgex-go/455/.git [2021-04-23T18:39:46.393Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/455 [2021-04-23T18:39:46.393Z] # $SEMVER_REMOTE_NAME = origin [2021-04-23T18:39:46.393Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-23T18:39:46.393Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-23T18:39:46.393Z] # $SEMVER_BRANCH = master [2021-04-23T18:39:46.393Z] # $SEMVER_DIR = /w/workspace/edgex-go/455/.semver [2021-04-23T18:39:46.393Z] 2.0.0-dev.188 [Pipeline] } [2021-04-23T18:39:46.407Z] $ docker exec --env ******** --env ******** 8c46d4ae6b3b3461acf06d9aa523042c93022a4f8680f0a53140634f6c052cf0 ssh-agent -k [2021-04-23T18:39:46.533Z] unset SSH_AUTH_SOCK; [2021-04-23T18:39:46.533Z] unset SSH_AGENT_PID; [2021-04-23T18:39:46.533Z] echo Agent pid 18 killed; [2021-04-23T18:39:46.586Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T18:39:46.917Z] + git semver [Pipeline] } [2021-04-23T18:39:46.935Z] $ docker stop --time=1 8c46d4ae6b3b3461acf06d9aa523042c93022a4f8680f0a53140634f6c052cf0 [2021-04-23T18:39:48.343Z] $ docker rm -f 8c46d4ae6b3b3461acf06d9aa523042c93022a4f8680f0a53140634f6c052cf0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:39:48.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:39:48.767Z] . [Pipeline] withDockerContainer [2021-04-23T18:39:48.944Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:39:49.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-23T18:39:49.702Z] $ docker top 6f6f4611b3db28e427339dcac18f272d444c445a2221882a8791a07584c3fec8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-23T18:39:49.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T18:39:49.845Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T18:39:50.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T18:39:50.044Z] $ docker exec 6f6f4611b3db28e427339dcac18f272d444c445a2221882a8791a07584c3fec8 ssh-agent [2021-04-23T18:39:50.227Z] SSH_AUTH_SOCK=/tmp/ssh-zAonhjmPTTvN/agent.13 [2021-04-23T18:39:50.227Z] SSH_AGENT_PID=18 [2021-04-23T18:39:50.234Z] Running ssh-add (command line suppressed) [2021-04-23T18:39:50.378Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_328959643482709846.key (/w/workspace/edgex-go/455@tmp/private_key_328959643482709846.key) [2021-04-23T18:39:50.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T18:39:50.735Z] + git semver push [2021-04-23T18:39:50.735Z] # -> Open(): unable to determine branch for HEAD [2021-04-23T18:39:50.735Z] # $GIT_DIR = /w/workspace/edgex-go/455/.git [2021-04-23T18:39:50.735Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/455 [2021-04-23T18:39:50.735Z] # $SEMVER_REMOTE_NAME = origin [2021-04-23T18:39:50.735Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-23T18:39:50.735Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-23T18:39:50.735Z] # $SEMVER_BRANCH = master [2021-04-23T18:39:50.735Z] # $SEMVER_DIR = /w/workspace/edgex-go/455/.semver [Pipeline] } [2021-04-23T18:40:00.760Z] $ docker exec --env ******** --env ******** 6f6f4611b3db28e427339dcac18f272d444c445a2221882a8791a07584c3fec8 ssh-agent -k [2021-04-23T18:40:00.884Z] unset SSH_AUTH_SOCK; [2021-04-23T18:40:00.884Z] unset SSH_AGENT_PID; [2021-04-23T18:40:00.884Z] echo Agent pid 18 killed; [2021-04-23T18:40:00.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T18:40:01.271Z] + git semver [Pipeline] } [2021-04-23T18:40:01.295Z] $ docker stop --time=1 6f6f4611b3db28e427339dcac18f272d444c445a2221882a8791a07584c3fec8 [2021-04-23T18:40:02.688Z] $ docker rm -f 6f6f4611b3db28e427339dcac18f272d444c445a2221882a8791a07584c3fec8 [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-23T18:40:03.599Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:40:04.476Z] ---> package-listing.sh [2021-04-23T18:40:04.476Z] ++ facter osfamily [2021-04-23T18:40:04.476Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-23T18:40:04.476Z] + OS_FAMILY=redhat [2021-04-23T18:40:04.476Z] + workspace=/w/workspace/edgex-go/455 [2021-04-23T18:40:04.476Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-23T18:40:04.476Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-23T18:40:04.476Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-23T18:40:04.476Z] + PACKAGES=/tmp/packages_start.txt [2021-04-23T18:40:04.476Z] + '[' /w/workspace/edgex-go/455 ']' [2021-04-23T18:40:04.476Z] + PACKAGES=/tmp/packages_end.txt [2021-04-23T18:40:04.476Z] + case "${OS_FAMILY}" in [2021-04-23T18:40:04.476Z] + rpm -qa [2021-04-23T18:40:04.476Z] + sort [2021-04-23T18:40:09.779Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-23T18:40:09.779Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-23T18:40:09.779Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-23T18:40:09.779Z] + '[' /w/workspace/edgex-go/455 ']' [2021-04-23T18:40:09.779Z] + mkdir -p /w/workspace/edgex-go/455/archives/ [2021-04-23T18:40:09.779Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/455/archives/ [Pipeline] echo [2021-04-23T18:40:09.792Z] 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/455/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-23T18:40:10.082Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:40:10.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:40:10.388Z] [2021-04-23T18:40:10.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:40:10.707Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:40:10.707Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-23T18:40:10.707Z] df20fa9351a1: Pulling fs layer [2021-04-23T18:40:10.707Z] 36b3adc4ff6f: Pulling fs layer [2021-04-23T18:40:10.707Z] 8ad3a11d3b57: Pulling fs layer [2021-04-23T18:40:10.707Z] 46f8f816bc3b: Pulling fs layer [2021-04-23T18:40:10.707Z] 93b61091891f: Pulling fs layer [2021-04-23T18:40:10.707Z] 93b9cdb0e59b: Pulling fs layer [2021-04-23T18:40:10.707Z] 5e14af77c1be: Pulling fs layer [2021-04-23T18:40:10.707Z] 01666e4c0597: Pulling fs layer [2021-04-23T18:40:10.707Z] aa168da1d23b: Pulling fs layer [2021-04-23T18:40:10.707Z] 93b9cdb0e59b: Waiting [2021-04-23T18:40:10.707Z] 5e14af77c1be: Waiting [2021-04-23T18:40:10.707Z] 01666e4c0597: Waiting [2021-04-23T18:40:10.707Z] aa168da1d23b: Waiting [2021-04-23T18:40:10.707Z] 46f8f816bc3b: Waiting [2021-04-23T18:40:10.707Z] 93b61091891f: Waiting [2021-04-23T18:40:10.707Z] 36b3adc4ff6f: Verifying Checksum [2021-04-23T18:40:10.707Z] 36b3adc4ff6f: Download complete [2021-04-23T18:40:10.707Z] 46f8f816bc3b: Verifying Checksum [2021-04-23T18:40:10.707Z] 46f8f816bc3b: Download complete [2021-04-23T18:40:10.707Z] df20fa9351a1: Verifying Checksum [2021-04-23T18:40:10.707Z] df20fa9351a1: Download complete [2021-04-23T18:40:10.707Z] 93b9cdb0e59b: Verifying Checksum [2021-04-23T18:40:10.707Z] 93b9cdb0e59b: Download complete [2021-04-23T18:40:10.969Z] 5e14af77c1be: Verifying Checksum [2021-04-23T18:40:10.969Z] 5e14af77c1be: Download complete [2021-04-23T18:40:10.969Z] 93b61091891f: Download complete [2021-04-23T18:40:10.969Z] 01666e4c0597: Verifying Checksum [2021-04-23T18:40:10.969Z] 01666e4c0597: Download complete [2021-04-23T18:40:10.969Z] 8ad3a11d3b57: Verifying Checksum [2021-04-23T18:40:10.969Z] 8ad3a11d3b57: Download complete [2021-04-23T18:40:11.241Z] df20fa9351a1: Pull complete [2021-04-23T18:40:11.508Z] 36b3adc4ff6f: Pull complete [2021-04-23T18:40:12.903Z] aa168da1d23b: Verifying Checksum [2021-04-23T18:40:12.903Z] aa168da1d23b: Download complete [2021-04-23T18:40:12.903Z] 8ad3a11d3b57: Pull complete [2021-04-23T18:40:13.167Z] 46f8f816bc3b: Pull complete [2021-04-23T18:40:13.428Z] 93b61091891f: Pull complete [2021-04-23T18:40:13.689Z] 93b9cdb0e59b: Pull complete [2021-04-23T18:40:13.689Z] 5e14af77c1be: Pull complete [2021-04-23T18:40:13.953Z] 01666e4c0597: Pull complete [2021-04-23T18:40:22.142Z] aa168da1d23b: Pull complete [2021-04-23T18:40:22.142Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-23T18:40:22.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:40:22.142Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-23T18:40:22.309Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-04-23T18:40:22.356Z] $ 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/455/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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-23T18:40:25.449Z] $ docker top 39954a2409e4687cfe9dcb9d4b86e4a69bb542d1506ce69a92c31f937cc30e03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:40:25.923Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-23T18:40:26.223Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-23T18:40:26.524Z] + ls /var/log/sa-host [2021-04-23T18:40:26.524Z] + sadf -c /var/log/sa-host/sa23 [2021-04-23T18:40:26.524Z] file_magic: OK [2021-04-23T18:40:26.524Z] HZ: Using current value: 100 [2021-04-23T18:40:26.524Z] file_header: OK [2021-04-23T18:40:26.524Z] 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-23T18:40:26.524Z] Statistics: [2021-04-23T18:40:26.524Z] 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-23T18:40:26.524Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-23T18:40:27.093Z] provisioning config files... [2021-04-23T18:40:27.109Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/455@tmp/config6654071775646019533tmp [Pipeline] { [Pipeline] echo [2021-04-23T18:40:27.129Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:40:27.427Z] ---> create-netrc.sh [Pipeline] } [2021-04-23T18:40:27.438Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-23T18:40:27.463Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:40:27.759Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-23T18:40:27.770Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:40:28.078Z] ---> sudo-logs.sh [2021-04-23T18:40:28.078Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-23T18:40:28.102Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:40:28.399Z] ---> job-cost.sh [2021-04-23T18:40:28.399Z] lf-activate-venv: SKIPPING [2021-04-23T18:40:28.399Z] DEBUG: total: 0.20999999344348907 [2021-04-23T18:40:28.399Z] INFO: Retrieving Stack Cost... [2021-04-23T18:40:30.315Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-23T18:40:30.580Z] INFO: Archiving Costs [Pipeline] echo [2021-04-23T18:40:30.593Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:40:30.915Z] ---> logs-deploy.sh [2021-04-23T18:40:30.915Z] lf-activate-venv: SKIPPING [2021-04-23T18:40:30.915Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/455 [2021-04-23T18:40:30.915Z] INFO: archiving workspace using pattern(s): [2021-04-23T18:40:32.374Z] Archives upload complete. [2021-04-23T18:40:32.374Z] INFO: archiving logs to Nexus