Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 95928816a7d3351701d43cfae6e5bb9ec9c35404 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-911’ Running on prd-centos7-docker-4c-2g-913 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/446 [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/446 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 95928816a7d3351701d43cfae6e5bb9ec9c35404 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 Commit message: "Merge pull request #3372 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.9" > git rev-list --no-walk f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T20:44:00.739Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T20:44:00.874Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T20:44:00.909Z] ========================================================= [2021-04-19T20:44:00.909Z] EdgeX Global Pipelines Version Info [2021-04-19T20:44:00.909Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:44:02.550Z] ------------------- [2021-04-19T20:44:02.550Z] stable info: [2021-04-19T20:44:02.550Z] ------------------- [2021-04-19T20:44:02.550Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T20:44:02.550Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T20:44:02.550Z] Message: update stable to v1.0.186 [2021-04-19T20:44:03.506Z] ------------------- [2021-04-19T20:44:03.506Z] experimental info: [2021-04-19T20:44:03.506Z] ------------------- [2021-04-19T20:44:03.506Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T20:44:03.506Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T20:44:03.506Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T20:44:03.642Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T20:44:03.669Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T20:44:03.713Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T20:44:03.747Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T20:44:03.788Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T20:44:03.810Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T20:44:03.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T20:44:03.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T20:44:03.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T20:44:03.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T20:44:03.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T20:44:03.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T20:44:03.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T20:44:03.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T20:44:04.026Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T20:44:04.049Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T20:44:04.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T20:44:04.093Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T20:44:04.116Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T20:44:04.137Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T20:44:04.159Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T20:44:04.193Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T20:44:04.214Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T20:44:04.236Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T20:44:04.258Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T20:44:04.284Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] echo [2021-04-19T20:44:04.308Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9592881 [Pipeline] echo [2021-04-19T20:44:04.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T20:44:04.415Z] provisioning config files... [2021-04-19T20:44:04.453Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config595054769045679661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:44:04.799Z] ---> docker-login.sh [2021-04-19T20:44:04.799Z] nexus3.edgexfoundry.org:10001 [2021-04-19T20:44:05.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:44:05.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:44:05.335Z] Configure a credential helper to remove this warning. See [2021-04-19T20:44:05.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:44:05.335Z] [2021-04-19T20:44:05.335Z] Login Succeeded [2021-04-19T20:44:05.335Z] nexus3.edgexfoundry.org:10002 [2021-04-19T20:44:05.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:44:05.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:44:05.602Z] Configure a credential helper to remove this warning. See [2021-04-19T20:44:05.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:44:05.602Z] [2021-04-19T20:44:05.602Z] Login Succeeded [2021-04-19T20:44:05.602Z] nexus3.edgexfoundry.org:10003 [2021-04-19T20:44:05.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:44:05.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:44:05.602Z] Configure a credential helper to remove this warning. See [2021-04-19T20:44:05.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:44:05.602Z] [2021-04-19T20:44:05.602Z] Login Succeeded [2021-04-19T20:44:05.602Z] nexus3.edgexfoundry.org:10004 [2021-04-19T20:44:05.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:44:05.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:44:05.868Z] Configure a credential helper to remove this warning. See [2021-04-19T20:44:05.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:44:05.868Z] [2021-04-19T20:44:05.868Z] Login Succeeded [2021-04-19T20:44:05.868Z] docker.io [2021-04-19T20:44:06.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:44:06.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:44:06.396Z] Configure a credential helper to remove this warning. See [2021-04-19T20:44:06.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:44:06.396Z] [2021-04-19T20:44:06.396Z] Login Succeeded [2021-04-19T20:44:06.396Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T20:44:06.407Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T20:44:06.764Z] ++ 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-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T20:44:06.764Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T20:44:06.764Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T20:44:06.764Z] ++ cut -d/ -f2 [2021-04-19T20:44:06.764Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T20:44:06.865Z] 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-19T20:44:08.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:44:08.205Z] [2021-04-19T20:44:08.205Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:44:08.550Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:44:08.550Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T20:44:08.550Z] 31603596830f: Pulling fs layer [2021-04-19T20:44:08.550Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T20:44:08.550Z] 6ca5941a6612: Pulling fs layer [2021-04-19T20:44:08.550Z] ecc8261a40a4: Pulling fs layer [2021-04-19T20:44:08.550Z] ecc8261a40a4: Waiting [2021-04-19T20:44:08.550Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T20:44:08.550Z] 2a8b12db71e7: Download complete [2021-04-19T20:44:08.550Z] 31603596830f: Verifying Checksum [2021-04-19T20:44:08.550Z] 31603596830f: Download complete [2021-04-19T20:44:08.822Z] ecc8261a40a4: Verifying Checksum [2021-04-19T20:44:08.822Z] ecc8261a40a4: Download complete [2021-04-19T20:44:08.822Z] 6ca5941a6612: Verifying Checksum [2021-04-19T20:44:08.822Z] 6ca5941a6612: Download complete [2021-04-19T20:44:09.088Z] 31603596830f: Pull complete [2021-04-19T20:44:09.357Z] 2a8b12db71e7: Pull complete [2021-04-19T20:44:10.321Z] 6ca5941a6612: Pull complete [2021-04-19T20:44:10.321Z] ecc8261a40a4: Pull complete [2021-04-19T20:44:10.321Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T20:44:10.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T20:44:10.321Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T20:44:10.434Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T20:44:10.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T20:44:13.038Z] $ docker top 4079365bfa43856d9a62ef86c3311816e4785d87d506a2f7edd3c2e1d9a42506 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T20:44:13.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T20:44:13.191Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T20:44:13.439Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T20:44:13.445Z] $ docker exec 4079365bfa43856d9a62ef86c3311816e4785d87d506a2f7edd3c2e1d9a42506 ssh-agent [2021-04-19T20:44:13.621Z] SSH_AUTH_SOCK=/tmp/ssh-SMYvGjw18l7G/agent.12 [2021-04-19T20:44:13.621Z] SSH_AGENT_PID=17 [2021-04-19T20:44:13.636Z] Running ssh-add (command line suppressed) [2021-04-19T20:44:13.764Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_193320139483902735.key (/w/workspace/edgex-go/446@tmp/private_key_193320139483902735.key) [2021-04-19T20:44:13.822Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T20:44:14.133Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T20:44:14.159Z] $ docker exec --env ******** --env ******** 4079365bfa43856d9a62ef86c3311816e4785d87d506a2f7edd3c2e1d9a42506 ssh-agent -k [2021-04-19T20:44:14.285Z] unset SSH_AUTH_SOCK; [2021-04-19T20:44:14.285Z] unset SSH_AGENT_PID; [2021-04-19T20:44:14.285Z] echo Agent pid 17 killed; [2021-04-19T20:44:14.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T20:44:14.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T20:44:14.383Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T20:44:14.581Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T20:44:14.587Z] $ docker exec 4079365bfa43856d9a62ef86c3311816e4785d87d506a2f7edd3c2e1d9a42506 ssh-agent [2021-04-19T20:44:14.769Z] SSH_AUTH_SOCK=/tmp/ssh-ycijigAsQqXE/agent.46 [2021-04-19T20:44:14.769Z] SSH_AGENT_PID=51 [2021-04-19T20:44:14.777Z] Running ssh-add (command line suppressed) [2021-04-19T20:44:14.912Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_6143688313567930492.key (/w/workspace/edgex-go/446@tmp/private_key_6143688313567930492.key) [2021-04-19T20:44:14.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T20:44:15.273Z] + git semver init [2021-04-19T20:44:15.273Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T20:44:15.273Z] # $GIT_DIR = /w/workspace/edgex-go/446/.git [2021-04-19T20:44:15.273Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/446 [2021-04-19T20:44:15.273Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T20:44:15.273Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T20:44:15.273Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T20:44:15.273Z] # $SEMVER_BRANCH = master [2021-04-19T20:44:15.273Z] # $SEMVER_TEMP = /tmp/semver-553542242 [2021-04-19T20:44:15.273Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T20:44:47.526Z] # '/tmp/semver-553542242' -> '/w/workspace/edgex-go/446/.semver' [2021-04-19T20:44:48.481Z] # -> Force: false [2021-04-19T20:44:48.481Z] # $SEMVER_DIR = /w/workspace/edgex-go/446/.semver [Pipeline] } [2021-04-19T20:44:48.762Z] $ docker exec --env ******** --env ******** 4079365bfa43856d9a62ef86c3311816e4785d87d506a2f7edd3c2e1d9a42506 ssh-agent -k [2021-04-19T20:44:49.065Z] unset SSH_AUTH_SOCK; [2021-04-19T20:44:49.065Z] unset SSH_AGENT_PID; [2021-04-19T20:44:49.066Z] echo Agent pid 51 killed; [2021-04-19T20:44:49.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T20:44:49.760Z] + git semver [Pipeline] } [2021-04-19T20:44:49.782Z] $ docker stop --time=1 4079365bfa43856d9a62ef86c3311816e4785d87d506a2f7edd3c2e1d9a42506 [2021-04-19T20:44:51.412Z] $ docker rm -f 4079365bfa43856d9a62ef86c3311816e4785d87d506a2f7edd3c2e1d9a42506 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T20:44:51.867Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T20:44:52.356Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T20:44:52.359Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.178 [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-19T20:44:52.904Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:44:53.221Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:44:53.527Z] + sudo service docker restart [2021-04-19T20:44:53.527Z] + true [2021-04-19T20:44:53.527Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T20:44:54.118Z] ========================================================= [2021-04-19T20:44:54.118Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T20:44:54.118Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:44:54.434Z] + 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-19T20:44:58.745Z] Sending build context to Docker daemon 329.6MB [2021-04-19T20:44:59.046Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T20:44:59.047Z] Step 2/6 : FROM ${BASE} [2021-04-19T20:44:59.047Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T20:44:59.047Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T20:44:59.047Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T20:44:59.047Z] de9db76c5a1d: Pulling fs layer [2021-04-19T20:44:59.047Z] bca2f99d35d6: Pulling fs layer [2021-04-19T20:44:59.047Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T20:44:59.047Z] 7c6f9722023f: Pulling fs layer [2021-04-19T20:44:59.047Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T20:44:59.047Z] bca2f99d35d6: Waiting [2021-04-19T20:44:59.047Z] 7c6f9722023f: Waiting [2021-04-19T20:44:59.047Z] a35cf1a2eb13: Waiting [2021-04-19T20:44:59.047Z] 93359f2a8cfa: Waiting [2021-04-19T20:44:59.047Z] de9db76c5a1d: Verifying Checksum [2021-04-19T20:44:59.047Z] de9db76c5a1d: Download complete [2021-04-19T20:44:59.047Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T20:44:59.047Z] 0ef7d3d256c8: Download complete [2021-04-19T20:44:59.047Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T20:44:59.047Z] 93359f2a8cfa: Download complete [2021-04-19T20:44:59.047Z] 7c6f9722023f: Verifying Checksum [2021-04-19T20:44:59.047Z] 7c6f9722023f: Download complete [2021-04-19T20:44:59.047Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T20:44:59.047Z] 188c0c94c7c5: Download complete [2021-04-19T20:44:59.673Z] 188c0c94c7c5: Pull complete [2021-04-19T20:44:59.942Z] 0ef7d3d256c8: Pull complete [2021-04-19T20:44:59.943Z] de9db76c5a1d: Pull complete [2021-04-19T20:45:00.895Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T20:45:00.895Z] a35cf1a2eb13: Download complete [2021-04-19T20:45:01.496Z] bca2f99d35d6: Download complete [2021-04-19T20:45:07.525Z] Still waiting to schedule task [2021-04-19T20:45:07.525Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-912’ is offline [2021-04-19T20:45:08.181Z] bca2f99d35d6: Pull complete [2021-04-19T20:45:08.181Z] 93359f2a8cfa: Pull complete [2021-04-19T20:45:08.181Z] 7c6f9722023f: Pull complete [2021-04-19T20:45:12.437Z] a35cf1a2eb13: Pull complete [2021-04-19T20:45:12.437Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T20:45:12.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T20:45:12.437Z] ---> a62c8e92a672 [2021-04-19T20:45:12.437Z] 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-19T20:45:12.713Z] ---> Running in 28ab5f02315f [2021-04-19T20:45:13.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:45:14.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:45:14.519Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T20:45:15.096Z] (2/12) Installing file (5.38-r0) [2021-04-19T20:45:15.096Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T20:45:15.359Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T20:45:20.674Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T20:45:20.674Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T20:45:20.674Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T20:45:20.674Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T20:45:20.937Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T20:45:20.937Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T20:45:20.937Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T20:45:21.200Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T20:45:21.200Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:45:21.200Z] OK: 233 MiB in 51 packages [2021-04-19T20:45:25.436Z] Removing intermediate container 28ab5f02315f [2021-04-19T20:45:25.436Z] ---> 979d65d7d078 [2021-04-19T20:45:25.436Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T20:45:25.436Z] ---> Running in a0636ea674b0 [2021-04-19T20:45:25.436Z] Removing intermediate container a0636ea674b0 [2021-04-19T20:45:25.436Z] ---> b56d3ebe82de [2021-04-19T20:45:25.436Z] Step 5/6 : COPY go.mod . [2021-04-19T20:45:25.436Z] ---> 12326e16ed4e [2021-04-19T20:45:25.436Z] Step 6/6 : RUN go mod download [2021-04-19T20:45:25.436Z] ---> Running in b126559d9b11 [2021-04-19T20:45:47.540Z] Removing intermediate container b126559d9b11 [2021-04-19T20:45:47.540Z] ---> cf23773c01e3 [2021-04-19T20:45:47.540Z] Successfully built cf23773c01e3 [2021-04-19T20:45:47.540Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:45:47.868Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T20:45:47.868Z] . [Pipeline] withDockerContainer [2021-04-19T20:45:48.000Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T20:45:48.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T20:45:49.301Z] $ docker top b3aedad072ebe57a723a8941d9edcd7856fb68799034c5a14c714d672b64d265 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:45:49.776Z] + go version [2021-04-19T20:45:49.777Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T20:45:49.794Z] $ docker stop --time=1 b3aedad072ebe57a723a8941d9edcd7856fb68799034c5a14c714d672b64d265 [2021-04-19T20:45:51.183Z] $ docker rm -f b3aedad072ebe57a723a8941d9edcd7856fb68799034c5a14c714d672b64d265 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:45:51.747Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T20:45:51.748Z] . [Pipeline] withDockerContainer [2021-04-19T20:45:51.885Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T20:45:51.954Z] $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T20:45:52.857Z] $ docker top 86a3ebbe09678d50f92837199e57d8d91152dfe75c57eb0dc372b0347e5f8d32 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T20:45:53.067Z] ========================================================= [2021-04-19T20:45:53.067Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T20:45:53.067Z] ========================================================= [Pipeline] sh [2021-04-19T20:45:53.383Z] + make test [2021-04-19T20:45:53.383Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T20:46:03.465Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T20:46:21.833Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T20:46:28.505Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T20:46:28.505Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T20:46:28.505Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T20:46:31.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T20:46:31.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T20:46:31.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T20:46:31.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T20:46:32.551Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T20:46:32.551Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T20:46:35.906Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T20:46:35.906Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T20:46:35.906Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T20:46:38.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements [2021-04-19T20:46:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T20:46:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T20:46:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T20:46:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T20:46:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T20:46:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T20:46:38.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.077s coverage: 19.8% of statements [2021-04-19T20:46:38.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.122s coverage: 100.0% of statements [2021-04-19T20:46:41.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.278s coverage: 27.1% of statements [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T20:46:41.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T20:46:41.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T20:46:41.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T20:46:42.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 71.3% of statements [2021-04-19T20:46:42.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T20:46:42.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T20:46:42.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.190s coverage: 82.9% of statements [2021-04-19T20:46:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T20:46:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:46:42.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.066s coverage: 78.9% of statements [2021-04-19T20:46:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T20:46:46.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T20:46:46.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T20:46:46.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T20:46:46.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.230s coverage: 86.7% of statements [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T20:46:46.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T20:46:46.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.095s coverage: 78.3% of statements [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T20:46:46.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T20:46:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 93.0% of statements [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T20:46:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T20:46:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.080s coverage: 0.9% of statements [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T20:46:48.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T20:46:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements [2021-04-19T20:46:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-04-19T20:46:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.106s coverage: 94.1% of statements [2021-04-19T20:46:49.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-04-19T20:46:49.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-04-19T20:47:01.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements [2021-04-19T20:47:01.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-04-19T20:47:05.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.261s coverage: 81.9% of statements [2021-04-19T20:47:05.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T20:47:08.100Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-924 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-19T20:47:08.116Z] Running in /w/workspace/edgex-go/446 [Pipeline] { [Pipeline] checkout [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.098s coverage: 92.9% of statements [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.050s coverage: 87.2% of statements [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.124s coverage: 91.6% of statements [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T20:47:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 64.4% of statements [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T20:47:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 69.0% of statements [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 38.4% of statements [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.065s coverage: 9.6% of statements [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T20:47:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 88.6% of statements [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:47:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T20:47:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.765s coverage: 28.7% of statements [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T20:47:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T20:47:13.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T20:47:13.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T20:47:14.123Z] using credential edgex-jenkins-ssh [2021-04-19T20:47:14.140Z] Cloning the remote Git repository [2021-04-19T20:47:14.205Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.063s coverage: 64.6% of statements [2021-04-19T20:47:14.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T20:47:14.203Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:47:14.312Z] > git init /w/workspace/edgex-go/446 # timeout=10 [2021-04-19T20:47:14.396Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:47:14.398Z] > git --version # timeout=10 [2021-04-19T20:47:14.416Z] > git --version # 'git version 2.17.1' [2021-04-19T20:47:14.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:47:14.469Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T20:47:15.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.149s coverage: 95.6% of statements [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T20:47:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T20:47:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T20:47:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T20:47:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T20:47:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-04-19T20:47:15.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements [2021-04-19T20:47:16.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-19T20:47:16.340Z] GO111MODULE=on go vet ./... [2021-04-19T20:47:37.950Z] Checking out Revision 95928816a7d3351701d43cfae6e5bb9ec9c35404 (master) [2021-04-19T20:47:37.173Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T20:47:37.200Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T20:47:37.224Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T20:47:37.261Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T20:47:37.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T20:47:37.278Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T20:47:37.968Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T20:47:37.979Z] > git checkout -f 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 [2021-04-19T20:47:42.386Z] Commit message: "Merge pull request #3372 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.9" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T20:47:43.823Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:47:44.237Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T20:47:44.579Z] + true [2021-04-19T20:47:44.579Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T20:47:46.632Z] provisioning config files... [2021-04-19T20:47:46.675Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config1960368288324100575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:47:47.061Z] ---> docker-login.sh [2021-04-19T20:47:47.061Z] nexus3.edgexfoundry.org:10001 [2021-04-19T20:47:48.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:47:48.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:47:48.323Z] Configure a credential helper to remove this warning. See [2021-04-19T20:47:48.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:47:48.323Z] [2021-04-19T20:47:48.323Z] Login Succeeded [2021-04-19T20:47:48.323Z] nexus3.edgexfoundry.org:10002 [2021-04-19T20:47:48.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:47:48.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:47:48.869Z] Configure a credential helper to remove this warning. See [2021-04-19T20:47:48.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:47:48.870Z] [2021-04-19T20:47:48.870Z] Login Succeeded [2021-04-19T20:47:48.870Z] nexus3.edgexfoundry.org:10003 [2021-04-19T20:47:49.118Z] gofmt -l . [2021-04-19T20:47:49.118Z] [ "`gofmt -l .`" = "" ] [2021-04-19T20:47:49.118Z] ./bin/test-go-mod-tidy.sh [2021-04-19T20:47:49.118Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T20:47:49.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:47:49.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:47:49.420Z] Configure a credential helper to remove this warning. See [2021-04-19T20:47:49.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:47:49.420Z] [2021-04-19T20:47:49.420Z] Login Succeeded [2021-04-19T20:47:49.420Z] nexus3.edgexfoundry.org:10004 [2021-04-19T20:47:49.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:47:49.756Z] + ls -al . [2021-04-19T20:47:49.756Z] total 812 [2021-04-19T20:47:49.756Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 20:47 . [2021-04-19T20:47:49.756Z] drwxr-xr-x 4 root root 32 Apr 19 20:45 .. [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:43 .dockerignore [2021-04-19T20:47:49.756Z] drwxrwxr-x 8 1001 1001 162 Apr 19 20:43 .git [2021-04-19T20:47:49.756Z] drwxrwxr-x 3 1001 1001 125 Apr 19 20:43 .github [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 20:43 .gitignore [2021-04-19T20:47:49.756Z] drwx------ 3 1001 1001 45 Apr 19 20:44 .semver [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:43 .sonarcloud.properties [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:43 Attribution.txt [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:43 CONTRIBUTING.md [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 20:43 Dockerfile.build [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 20:43 Jenkinsfile [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:43 LICENSE [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:43 Makefile [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 20:43 README.md [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:43 SECURITY.md [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 13 Apr 19 20:44 VERSION [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:43 ZMQWindows.md [2021-04-19T20:47:49.756Z] drwxrwxr-x 2 1001 1001 117 Apr 19 20:43 bin [2021-04-19T20:47:49.756Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 20:43 cmd [2021-04-19T20:47:49.756Z] -rw-r--r-- 1 root root 703598 Apr 19 20:47 coverage.out [2021-04-19T20:47:49.756Z] -rw-r--r-- 1 root root 1058 Apr 19 20:47 go.mod [2021-04-19T20:47:49.756Z] -rw-r--r-- 1 root root 22256 Apr 19 20:47 go.sum [2021-04-19T20:47:49.756Z] drwxrwxr-x 8 1001 1001 127 Apr 19 20:43 internal [2021-04-19T20:47:49.756Z] drwxrwxr-x 4 1001 1001 26 Apr 19 20:43 openapi [2021-04-19T20:47:49.756Z] drwxrwxr-x 4 1001 1001 71 Apr 19 20:43 snap [2021-04-19T20:47:49.756Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 20:43 version.go [Pipeline] sh [2021-04-19T20:47:49.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:47:49.970Z] Configure a credential helper to remove this warning. See [2021-04-19T20:47:49.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:47:49.970Z] [2021-04-19T20:47:49.970Z] Login Succeeded [2021-04-19T20:47:49.970Z] docker.io [2021-04-19T20:47:50.064Z] + '[' -e coverage.out ] [2021-04-19T20:47:50.064Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T20:47:50.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:47:50.333Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T20:47:50.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:47:50.513Z] Configure a credential helper to remove this warning. See [2021-04-19T20:47:50.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:47:50.513Z] [2021-04-19T20:47:50.513Z] Login Succeeded [2021-04-19T20:47:50.513Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T20:47:50.531Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-19T20:47:50.630Z] + make build [2021-04-19T20:47:50.630Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] echo [2021-04-19T20:47:50.844Z] ========================================================= [2021-04-19T20:47:50.844Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T20:47:50.844Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:47:51.202Z] + 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-19T20:47:53.833Z] Sending build context to Docker daemon 167.3MB [2021-04-19T20:47:53.833Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T20:47:53.833Z] Step 2/6 : FROM ${BASE} [2021-04-19T20:47:53.833Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T20:47:53.833Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T20:47:53.833Z] a4357932f1b6: Pulling fs layer [2021-04-19T20:47:53.833Z] 18c013af1878: Pulling fs layer [2021-04-19T20:47:53.833Z] 00ac8860ef70: Pulling fs layer [2021-04-19T20:47:53.833Z] 63d7cb157983: Pulling fs layer [2021-04-19T20:47:53.833Z] b116817d02f9: Pulling fs layer [2021-04-19T20:47:53.833Z] 745a02a5169b: Pulling fs layer [2021-04-19T20:47:53.833Z] 00ac8860ef70: Waiting [2021-04-19T20:47:53.833Z] 63d7cb157983: Waiting [2021-04-19T20:47:53.833Z] b116817d02f9: Waiting [2021-04-19T20:47:53.833Z] 745a02a5169b: Waiting [2021-04-19T20:47:53.833Z] 18c013af1878: Download complete [2021-04-19T20:47:53.833Z] a4357932f1b6: Verifying Checksum [2021-04-19T20:47:53.833Z] a4357932f1b6: Download complete [2021-04-19T20:47:53.833Z] 63d7cb157983: Verifying Checksum [2021-04-19T20:47:53.833Z] 63d7cb157983: Download complete [2021-04-19T20:47:53.833Z] b116817d02f9: Verifying Checksum [2021-04-19T20:47:53.833Z] b116817d02f9: Download complete [2021-04-19T20:47:53.833Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T20:47:53.833Z] 5f621e34cdf4: Download complete [2021-04-19T20:47:54.825Z] 5f621e34cdf4: Pull complete [2021-04-19T20:47:55.101Z] a4357932f1b6: Pull complete [2021-04-19T20:47:55.711Z] 18c013af1878: Pull complete [2021-04-19T20:47:55.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T20:47:55.987Z] 745a02a5169b: Verifying Checksum [2021-04-19T20:47:55.988Z] 745a02a5169b: Download complete [2021-04-19T20:47:57.425Z] 00ac8860ef70: Verifying Checksum [2021-04-19T20:47:57.425Z] 00ac8860ef70: Download complete [2021-04-19T20:48:06.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T20:48:06.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T20:48:07.590Z] 00ac8860ef70: Pull complete [2021-04-19T20:48:07.590Z] 63d7cb157983: Pull complete [2021-04-19T20:48:07.590Z] b116817d02f9: Pull complete [2021-04-19T20:48:08.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T20:48:08.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T20:48:10.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T20:48:10.979Z] 745a02a5169b: Pull complete [2021-04-19T20:48:10.980Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T20:48:10.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T20:48:10.980Z] ---> b7e6874047d6 [2021-04-19T20:48:10.980Z] 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-19T20:48:12.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T20:48:13.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T20:48:14.406Z] ---> Running in 78c30c130be1 [2021-04-19T20:48:14.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T20:48:15.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:48:15.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T20:48:15.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:48:16.596Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T20:48:16.872Z] (2/12) Installing file (5.38-r0) [2021-04-19T20:48:16.872Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T20:48:17.144Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T20:48:17.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-19T20:48:19.378Z] $ docker stop --time=1 86a3ebbe09678d50f92837199e57d8d91152dfe75c57eb0dc372b0347e5f8d32 [2021-04-19T20:48:20.540Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T20:48:20.819Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T20:48:20.819Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T20:48:20.819Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T20:48:21.093Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T20:48:21.093Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T20:48:21.093Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T20:48:21.217Z] $ docker rm -f 86a3ebbe09678d50f92837199e57d8d91152dfe75c57eb0dc372b0347e5f8d32 [2021-04-19T20:48:21.366Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T20:48:21.366Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:48:21.366Z] OK: 217 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:48:25.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:48:25.321Z] [2021-04-19T20:48:25.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:48:25.548Z] Removing intermediate container 78c30c130be1 [2021-04-19T20:48:25.548Z] ---> 8b26c6fa0ca6 [2021-04-19T20:48:25.548Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T20:48:25.548Z] ---> Running in 7918b4c3c83a [2021-04-19T20:48:25.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:48:25.646Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T20:48:25.646Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T20:48:25.646Z] ca9280d653b3: Pulling fs layer [2021-04-19T20:48:25.646Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T20:48:25.822Z] Removing intermediate container 7918b4c3c83a [2021-04-19T20:48:25.822Z] ---> a4c672a4270c [2021-04-19T20:48:25.822Z] Step 5/6 : COPY go.mod . [2021-04-19T20:48:25.915Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-19T20:48:25.915Z] cbdbe7a5bc2a: Download complete [2021-04-19T20:48:26.179Z] ca9280d653b3: Verifying Checksum [2021-04-19T20:48:26.179Z] ca9280d653b3: Download complete [2021-04-19T20:48:26.445Z] cbdbe7a5bc2a: Pull complete [2021-04-19T20:48:26.801Z] ---> 5ce28d0844f7 [2021-04-19T20:48:26.801Z] Step 6/6 : RUN go mod download [2021-04-19T20:48:26.801Z] ---> Running in 7a82741c163e [2021-04-19T20:48:27.400Z] 7e9c9ca2126c: Verifying Checksum [2021-04-19T20:48:27.400Z] 7e9c9ca2126c: Download complete [2021-04-19T20:48:27.400Z] ca9280d653b3: Pull complete [2021-04-19T20:48:35.612Z] 7e9c9ca2126c: Pull complete [2021-04-19T20:48:35.612Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T20:48:35.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:48:35.612Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T20:48:35.822Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T20:48:35.873Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T20:48:38.181Z] $ docker top 54a3241329aad5ff91551dc6e24ffef12333bc563911092abeb48050fdb9cbdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:48:38.673Z] + docker-compose build --help [2021-04-19T20:48:38.674Z] + grep parallel [2021-04-19T20:48:40.070Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T20:48:40.085Z] $ docker stop --time=1 54a3241329aad5ff91551dc6e24ffef12333bc563911092abeb48050fdb9cbdd [2021-04-19T20:48:41.469Z] $ docker rm -f 54a3241329aad5ff91551dc6e24ffef12333bc563911092abeb48050fdb9cbdd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:48:41.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T20:48:41.965Z] . [Pipeline] withDockerContainer [2021-04-19T20:48:42.078Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T20:48:42.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-19T20:48:42.847Z] $ docker top 3019a1386ed3745ec7ebb57f18e417a8f591a1d57d885f938d0d0c2791575ea9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:48:43.283Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T20:48:44.240Z] Building docker-core-command-go ... [2021-04-19T20:48:44.240Z] Building docker-core-data-go ... [2021-04-19T20:48:44.240Z] Building docker-core-metadata-go ... [2021-04-19T20:48:44.240Z] Building docker-security-bootstrapper-go ... [2021-04-19T20:48:44.240Z] Building docker-security-proxy-setup-go ... [2021-04-19T20:48:44.240Z] Building docker-security-secretstore-setup-go ... [2021-04-19T20:48:44.240Z] Building docker-support-notifications-go ... [2021-04-19T20:48:44.240Z] Building docker-support-scheduler-go ... [2021-04-19T20:48:44.240Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T20:48:44.240Z] Building docker-core-metadata-go [2021-04-19T20:48:44.240Z] Building docker-security-secretstore-setup-go [2021-04-19T20:48:44.240Z] Building docker-core-command-go [2021-04-19T20:48:44.240Z] Building docker-support-notifications-go [2021-04-19T20:48:44.240Z] Building docker-sys-mgmt-agent-go [2021-04-19T20:48:53.579Z] Removing intermediate container 7a82741c163e [2021-04-19T20:48:53.579Z] ---> f2d6927558d3 [2021-04-19T20:48:53.579Z] Successfully built f2d6927558d3 [2021-04-19T20:48:53.579Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:48:53.933Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T20:48:53.933Z] . [Pipeline] withDockerContainer [2021-04-19T20:48:54.195Z] prd-ubuntu18.04-docker-arm64-4c-16g-924 does not seem to be running inside a container [2021-04-19T20:48:54.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-19T20:48:55.758Z] $ docker top f8d905ce5ccadef21d1870cc359b682cc5ee1ffb741f26bdce3a9130ef1ef022 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:48:56.744Z] + go version [2021-04-19T20:48:56.744Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T20:48:56.764Z] $ docker stop --time=1 f8d905ce5ccadef21d1870cc359b682cc5ee1ffb741f26bdce3a9130ef1ef022 [2021-04-19T20:48:58.659Z] $ docker rm -f f8d905ce5ccadef21d1870cc359b682cc5ee1ffb741f26bdce3a9130ef1ef022 [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-19T20:48:59.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:48:59.448Z] [2021-04-19T20:48:59.448Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:48:59.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:49:00.075Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T20:49:00.075Z] 29e5d40040c1: Pulling fs layer [2021-04-19T20:49:00.075Z] 1ce36da41761: Pulling fs layer [2021-04-19T20:49:00.075Z] 25b303627fd3: Pulling fs layer [2021-04-19T20:49:00.075Z] 29e5d40040c1: Download complete [2021-04-19T20:49:00.676Z] 1ce36da41761: Verifying Checksum [2021-04-19T20:49:00.677Z] 1ce36da41761: Download complete [2021-04-19T20:49:00.952Z] 29e5d40040c1: Pull complete [2021-04-19T20:49:02.396Z] 1ce36da41761: Pull complete [2021-04-19T20:49:02.396Z] 25b303627fd3: Verifying Checksum [2021-04-19T20:49:02.396Z] 25b303627fd3: Download complete [2021-04-19T20:49:10.667Z] 25b303627fd3: Pull complete [2021-04-19T20:49:10.667Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T20:49:10.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:49:10.940Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T20:49:11.223Z] prd-ubuntu18.04-docker-arm64-4c-16g-924 does not seem to be running inside a container [2021-04-19T20:49:11.309Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-19T20:49:14.499Z] $ docker top 3656391a6db7c13cd4c32ad2d425ee0240aaf4034779222b7bdbd89936ac81b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T20:49:15.402Z] + docker-compose build --help [2021-04-19T20:49:15.402Z] + grep parallel [2021-04-19T20:49:19.689Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T20:49:19.760Z] $ docker stop --time=1 3656391a6db7c13cd4c32ad2d425ee0240aaf4034779222b7bdbd89936ac81b1 [2021-04-19T20:49:21.786Z] $ docker rm -f 3656391a6db7c13cd4c32ad2d425ee0240aaf4034779222b7bdbd89936ac81b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:49:22.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T20:49:22.481Z] . [Pipeline] withDockerContainer [2021-04-19T20:49:22.872Z] prd-ubuntu18.04-docker-arm64-4c-16g-924 does not seem to be running inside a container [2021-04-19T20:49:22.987Z] $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-19T20:49:23.376Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:49:23.376Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:49:23.376Z] ---> cf23773c01e3 [2021-04-19T20:49:23.376Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:49:23.376Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:49:23.376Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:49:23.376Z] ---> cf23773c01e3 [2021-04-19T20:49:23.376Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:49:23.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:49:23.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:49:23.376Z] ---> cf23773c01e3 [2021-04-19T20:49:23.376Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T20:49:23.376Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:49:23.376Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:49:23.376Z] ---> cf23773c01e3 [2021-04-19T20:49:23.376Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T20:49:23.376Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:49:23.376Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:49:23.376Z] ---> cf23773c01e3 [2021-04-19T20:49:23.376Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:49:23.640Z] ---> Running in 57482ca7f01b [2021-04-19T20:49:23.640Z] ---> Running in 90b5db614fff [2021-04-19T20:49:23.640Z] ---> Running in 3c948be1fca6 [2021-04-19T20:49:23.640Z] ---> Running in 4719796e9494 [2021-04-19T20:49:23.640Z] ---> Running in 6091bfbbc5b7 [2021-04-19T20:49:24.238Z] Removing intermediate container 57482ca7f01b [2021-04-19T20:49:24.238Z] ---> 6f17435811c8 [2021-04-19T20:49:24.238Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:49:24.238Z] Removing intermediate container 4719796e9494 [2021-04-19T20:49:24.238Z] ---> 066862123f9c [2021-04-19T20:49:24.238Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:49:24.238Z] Removing intermediate container 3c948be1fca6 [2021-04-19T20:49:24.238Z] ---> f055fb84238e [2021-04-19T20:49:24.238Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:49:24.238Z] Removing intermediate container 6091bfbbc5b7 [2021-04-19T20:49:24.238Z] ---> b4df2004c344 [2021-04-19T20:49:24.238Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:49:24.498Z] $ docker top f8eedf3e820db1d7087f13fb1ba952281d2eb7e56d19ec1ec4353530575848cc -eo pid,comm [2021-04-19T20:49:24.509Z] Removing intermediate container 90b5db614fff [2021-04-19T20:49:24.509Z] ---> a124dec16aaf [2021-04-19T20:49:24.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:49:24.509Z] ---> Running in 5270b3296be1 [2021-04-19T20:49:24.509Z] ---> Running in 70589652ffcf [2021-04-19T20:49:24.509Z] ---> Running in 77df35f71b5d [2021-04-19T20:49:24.509Z] ---> Running in e3635d1ee95e [2021-04-19T20:49:24.509Z] ---> Running in 26fe0e288862 [Pipeline] { [Pipeline] sh [2021-04-19T20:49:25.438Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T20:49:27.099Z] Removing intermediate container 70589652ffcf [2021-04-19T20:49:27.099Z] ---> 84e2a09ffa2f [2021-04-19T20:49:27.099Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T20:49:27.099Z] Removing intermediate container 77df35f71b5d [2021-04-19T20:49:27.099Z] ---> d7064515a50c [2021-04-19T20:49:27.099Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T20:49:27.099Z] Removing intermediate container e3635d1ee95e [2021-04-19T20:49:27.099Z] ---> 4f9964e9f44f [2021-04-19T20:49:27.099Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:49:27.099Z] ---> Running in 2b5f04a5ee7f [2021-04-19T20:49:27.099Z] ---> Running in 899cc7ed4401 [2021-04-19T20:49:27.362Z] ---> Running in f6cf4332b5a7 [2021-04-19T20:49:27.362Z] Removing intermediate container 5270b3296be1 [2021-04-19T20:49:27.362Z] ---> b77334db2f18 [2021-04-19T20:49:27.362Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T20:49:27.362Z] Removing intermediate container 26fe0e288862 [2021-04-19T20:49:27.362Z] ---> ad68fd942c05 [2021-04-19T20:49:27.362Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:49:27.362Z] ---> Running in 973f50e57594 [2021-04-19T20:49:27.362Z] ---> Running in c160bd7d2a03 [2021-04-19T20:49:28.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:28.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:28.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:28.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:28.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:29.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:29.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:29.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:29.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:29.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:49:29.643Z] OK: 233 MiB in 51 packages [2021-04-19T20:49:29.736Z] Building docker-core-command-go ... [2021-04-19T20:49:29.736Z] Building docker-core-data-go ... [2021-04-19T20:49:29.736Z] Building docker-core-metadata-go ... [2021-04-19T20:49:29.736Z] Building docker-security-bootstrapper-go ... [2021-04-19T20:49:29.736Z] Building docker-security-proxy-setup-go ... [2021-04-19T20:49:29.736Z] Building docker-security-secretstore-setup-go ... [2021-04-19T20:49:29.736Z] Building docker-support-notifications-go ... [2021-04-19T20:49:29.736Z] Building docker-support-scheduler-go ... [2021-04-19T20:49:29.736Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T20:49:29.736Z] Building docker-support-scheduler-go [2021-04-19T20:49:29.736Z] Building docker-security-bootstrapper-go [2021-04-19T20:49:29.736Z] Building docker-security-secretstore-setup-go [2021-04-19T20:49:29.736Z] Building docker-sys-mgmt-agent-go [2021-04-19T20:49:29.736Z] Building docker-core-metadata-go [2021-04-19T20:49:29.917Z] OK: 233 MiB in 51 packages [2021-04-19T20:49:30.196Z] OK: 233 MiB in 51 packages [2021-04-19T20:49:30.196Z] OK: 233 MiB in 51 packages [2021-04-19T20:49:30.461Z] OK: 233 MiB in 51 packages [2021-04-19T20:49:30.461Z] Removing intermediate container 899cc7ed4401 [2021-04-19T20:49:30.461Z] ---> 54447b714069 [2021-04-19T20:49:30.461Z] Step 6/24 : COPY go.mod . [2021-04-19T20:49:30.727Z] Removing intermediate container 973f50e57594 [2021-04-19T20:49:30.727Z] ---> f004229f7721 [2021-04-19T20:49:30.727Z] Step 6/23 : COPY go.mod . [2021-04-19T20:49:30.992Z] ---> 541b9b1f1efc [2021-04-19T20:49:30.992Z] Step 7/24 : RUN go mod download [2021-04-19T20:49:31.258Z] Removing intermediate container c160bd7d2a03 [2021-04-19T20:49:31.258Z] ---> e17b59554033 [2021-04-19T20:49:31.258Z] Step 6/23 : COPY go.mod . [2021-04-19T20:49:31.258Z] ---> 02d7b447b82e [2021-04-19T20:49:31.258Z] Step 7/23 : RUN go mod download [2021-04-19T20:49:31.258Z] ---> Running in 4c33df7e7788 [2021-04-19T20:49:31.523Z] ---> Running in 0e14ab0765bc [2021-04-19T20:49:31.523Z] Removing intermediate container 2b5f04a5ee7f [2021-04-19T20:49:31.523Z] ---> c39a4befadcd [2021-04-19T20:49:31.523Z] Step 6/22 : COPY go.mod . [2021-04-19T20:49:31.523Z] Removing intermediate container f6cf4332b5a7 [2021-04-19T20:49:31.523Z] ---> 652eebb07f9d [2021-04-19T20:49:31.523Z] Step 6/23 : COPY go.mod . [2021-04-19T20:49:31.800Z] ---> 74e53afd9ce2 [2021-04-19T20:49:31.800Z] Step 7/23 : RUN go mod download [2021-04-19T20:49:31.800Z] ---> Running in fd52d6007c5b [2021-04-19T20:49:32.069Z] ---> c8c34a0fbf1b [2021-04-19T20:49:32.069Z] Step 7/22 : RUN go mod download [2021-04-19T20:49:32.069Z] ---> 1ff43970b218 [2021-04-19T20:49:32.069Z] Step 7/23 : RUN go mod download [2021-04-19T20:49:32.333Z] ---> Running in b9ecef3ead6b [2021-04-19T20:49:32.333Z] ---> Running in cf07476b9c10 [2021-04-19T20:49:34.961Z] Removing intermediate container 0e14ab0765bc [2021-04-19T20:49:34.961Z] ---> bf36f6ec2a7e [2021-04-19T20:49:34.961Z] Step 8/23 : COPY . . [2021-04-19T20:49:34.961Z] Removing intermediate container 4c33df7e7788 [2021-04-19T20:49:34.961Z] ---> d5d3d19a44d6 [2021-04-19T20:49:34.961Z] Step 8/24 : COPY . . [2021-04-19T20:49:35.555Z] Removing intermediate container fd52d6007c5b [2021-04-19T20:49:35.555Z] ---> ec5fbf560edf [2021-04-19T20:49:35.555Z] Step 8/23 : COPY . . [2021-04-19T20:49:35.821Z] Removing intermediate container b9ecef3ead6b [2021-04-19T20:49:35.821Z] ---> 397029919f6b [2021-04-19T20:49:35.821Z] Step 8/22 : COPY . . [2021-04-19T20:49:36.416Z] Removing intermediate container cf07476b9c10 [2021-04-19T20:49:36.416Z] ---> 4465a4888686 [2021-04-19T20:49:36.416Z] Step 8/23 : COPY . . [2021-04-19T20:50:16.704Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:16.704Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:16.704Z] ---> f2d6927558d3 [2021-04-19T20:50:16.704Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T20:50:16.704Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:16.704Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:16.704Z] ---> f2d6927558d3 [2021-04-19T20:50:16.704Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:50:16.704Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:16.704Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:16.704Z] ---> f2d6927558d3 [2021-04-19T20:50:16.704Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T20:50:16.704Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:16.704Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:16.704Z] ---> f2d6927558d3 [2021-04-19T20:50:16.704Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T20:50:16.704Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:50:16.704Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:50:16.704Z] ---> f2d6927558d3 [2021-04-19T20:50:16.704Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:50:19.338Z] ---> Running in 42f90b833b9e [2021-04-19T20:50:19.338Z] ---> Running in 045816dd0814 [2021-04-19T20:50:19.338Z] ---> Running in 1a65a36eb2f9 [2021-04-19T20:50:19.338Z] ---> Running in b31d487af93d [2021-04-19T20:50:19.338Z] ---> Running in fe719cf240c2 [2021-04-19T20:50:19.943Z] Removing intermediate container b31d487af93d [2021-04-19T20:50:19.943Z] ---> 39c42ba441d0 [2021-04-19T20:50:19.943Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:19.943Z] Removing intermediate container 045816dd0814 [2021-04-19T20:50:19.943Z] ---> c82c3ca7d882 [2021-04-19T20:50:19.943Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:19.943Z] Removing intermediate container 42f90b833b9e [2021-04-19T20:50:19.943Z] ---> 47ab3fc6285b [2021-04-19T20:50:19.943Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:19.943Z] Removing intermediate container fe719cf240c2 [2021-04-19T20:50:19.943Z] ---> 46fc22f9cf18 [2021-04-19T20:50:19.943Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:20.218Z] Removing intermediate container 1a65a36eb2f9 [2021-04-19T20:50:20.218Z] ---> ed3935713a04 [2021-04-19T20:50:20.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:50:20.218Z] ---> Running in 0dca1709565f [2021-04-19T20:50:20.218Z] ---> Running in 70556ca79eef [2021-04-19T20:50:20.218Z] ---> Running in 10b986975525 [2021-04-19T20:50:20.218Z] ---> Running in 55edd21b3be4 [2021-04-19T20:50:20.218Z] ---> Running in f56e4acc0c27 [2021-04-19T20:50:23.703Z] ---> 819ef3a15d3c [2021-04-19T20:50:23.703Z] ---> c06833c18159 [2021-04-19T20:50:23.703Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T20:50:23.703Z] [2021-04-19T20:50:23.703Z] ---> 0d4fc18d4e53 [2021-04-19T20:50:23.703Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T20:50:23.703Z] ---> Running in 0b60b75aeb6b [2021-04-19T20:50:23.703Z] ---> Running in cc5bc9689689 [2021-04-19T20:50:23.703Z] ---> cd81c157e7b3 [2021-04-19T20:50:23.703Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T20:50:23.703Z] ---> 7e91afcb2591 [2021-04-19T20:50:23.703Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T20:50:23.703Z] ---> Running in 1b60fc3e96d1 [2021-04-19T20:50:23.703Z] ---> Running in bc99fd503d93 [2021-04-19T20:50:23.703Z] ---> Running in 9abe89f8c24f [2021-04-19T20:50:23.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T20:50:23.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T20:50:23.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T20:50:23.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T20:50:23.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T20:50:24.597Z] Removing intermediate container 0dca1709565f [2021-04-19T20:50:24.598Z] ---> 546c131aa3b2 [2021-04-19T20:50:24.598Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T20:50:24.598Z] ---> Running in a44159ec9378 [2021-04-19T20:50:24.598Z] Removing intermediate container 70556ca79eef [2021-04-19T20:50:24.598Z] ---> 0023090c2c8b [2021-04-19T20:50:24.598Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T20:50:24.598Z] ---> Running in 9514e140874d [2021-04-19T20:50:24.873Z] Removing intermediate container f56e4acc0c27 [2021-04-19T20:50:24.873Z] ---> 8b7719d386a9 [2021-04-19T20:50:24.873Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:50:25.148Z] Removing intermediate container 10b986975525 [2021-04-19T20:50:25.148Z] ---> 46905251f167 [2021-04-19T20:50:25.148Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T20:50:25.148Z] Removing intermediate container 55edd21b3be4 [2021-04-19T20:50:25.148Z] ---> c7c271403022 [2021-04-19T20:50:25.148Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T20:50:25.148Z] ---> Running in a99f25733305 [2021-04-19T20:50:25.423Z] ---> Running in 0efb8e8ed741 [2021-04-19T20:50:25.423Z] ---> Running in a59e12c4978c [2021-04-19T20:50:26.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:26.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:26.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:26.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:27.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:27.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:27.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:27.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:27.795Z] OK: 217 MiB in 51 packages [2021-04-19T20:50:28.073Z] OK: 217 MiB in 51 packages [2021-04-19T20:50:28.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:28.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:50:28.635Z] OK: 217 MiB in 51 packages [2021-04-19T20:50:29.244Z] OK: 217 MiB in 51 packages [2021-04-19T20:50:29.244Z] OK: 217 MiB in 51 packages [2021-04-19T20:50:29.857Z] Removing intermediate container a44159ec9378 [2021-04-19T20:50:29.857Z] ---> 3db32956aa76 [2021-04-19T20:50:29.857Z] Step 6/23 : COPY go.mod . [2021-04-19T20:50:30.141Z] Removing intermediate container 9514e140874d [2021-04-19T20:50:30.141Z] ---> 857c74a7c35b [2021-04-19T20:50:30.141Z] Step 6/22 : COPY go.mod . [2021-04-19T20:50:30.418Z] Removing intermediate container a99f25733305 [2021-04-19T20:50:30.418Z] ---> 450527f89608 [2021-04-19T20:50:30.418Z] Step 6/23 : COPY go.mod . [2021-04-19T20:50:31.024Z] ---> d4f6cec29901 [2021-04-19T20:50:31.024Z] Step 7/23 : RUN go mod download [2021-04-19T20:50:31.024Z] Removing intermediate container 0efb8e8ed741 [2021-04-19T20:50:31.024Z] ---> 9fbb68c994ee [2021-04-19T20:50:31.024Z] Step 6/24 : COPY go.mod . [2021-04-19T20:50:31.305Z] ---> Running in e0c696382b4b [2021-04-19T20:50:31.305Z] Removing intermediate container a59e12c4978c [2021-04-19T20:50:31.305Z] ---> 0267109f6b7e [2021-04-19T20:50:31.305Z] Step 6/31 : COPY go.mod . [2021-04-19T20:50:31.589Z] ---> 68df0b3a51d1 [2021-04-19T20:50:31.589Z] Step 7/22 : RUN go mod download [2021-04-19T20:50:31.589Z] ---> 96ed0c90631a [2021-04-19T20:50:31.589Z] Step 7/23 : RUN go mod download [2021-04-19T20:50:31.864Z] ---> Running in 2af08d793863 [2021-04-19T20:50:31.864Z] ---> Running in 641e045742f5 [2021-04-19T20:50:32.466Z] ---> 2aae17a3f581 [2021-04-19T20:50:32.466Z] Step 7/24 : RUN go mod download [2021-04-19T20:50:32.466Z] ---> 08a042c1c43d [2021-04-19T20:50:32.466Z] Step 7/31 : RUN go mod download [2021-04-19T20:50:32.739Z] ---> Running in 741807e1bda7 [2021-04-19T20:50:33.020Z] ---> Running in 06fc99525c33 [2021-04-19T20:50:35.678Z] Removing intermediate container e0c696382b4b [2021-04-19T20:50:35.678Z] ---> 9b39bf0854c2 [2021-04-19T20:50:35.678Z] Step 8/23 : COPY . . [2021-04-19T20:50:37.130Z] Removing intermediate container 641e045742f5 [2021-04-19T20:50:37.130Z] ---> 9681469a4a54 [2021-04-19T20:50:37.130Z] Step 8/23 : COPY . . [2021-04-19T20:50:37.408Z] Removing intermediate container 2af08d793863 [2021-04-19T20:50:37.408Z] ---> 899bcff6351a [2021-04-19T20:50:37.408Z] Step 8/22 : COPY . . [2021-04-19T20:50:38.018Z] Removing intermediate container 06fc99525c33 [2021-04-19T20:50:38.018Z] ---> 6c047e7778f1 [2021-04-19T20:50:38.018Z] Step 8/31 : COPY . . [2021-04-19T20:50:38.621Z] Removing intermediate container 741807e1bda7 [2021-04-19T20:50:38.621Z] ---> 83a63a40306b [2021-04-19T20:50:38.621Z] Step 8/24 : COPY . . [2021-04-19T20:50:56.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T20:50:57.727Z] ---> 39ece7a88980 [2021-04-19T20:50:57.727Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T20:50:57.727Z] ---> Running in b81ff13097a4 [2021-04-19T20:50:57.727Z] ---> 67971a536a48 [2021-04-19T20:50:57.727Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T20:50:57.727Z] ---> ce27b43cc53b [2021-04-19T20:50:57.727Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T20:50:57.727Z] ---> 9605f18b0016 [2021-04-19T20:50:57.727Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T20:50:57.727Z] ---> 4cdfa52f8da8 [2021-04-19T20:50:57.727Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T20:50:57.727Z] ---> Running in aad7cfff1ad4 [2021-04-19T20:50:57.727Z] ---> Running in 17375c43e9b5 [2021-04-19T20:50:57.727Z] ---> Running in 79ec37d00888 [2021-04-19T20:50:57.727Z] ---> Running in 76888c5615dc [2021-04-19T20:50:59.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T20:51:00.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T20:51:00.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T20:51:00.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T20:51:00.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T20:51:06.180Z] Removing intermediate container cc5bc9689689 [2021-04-19T20:51:06.180Z] ---> 616234bd20a9 [2021-04-19T20:51:06.180Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T20:51:09.514Z] ---> Running in 081efaefd4a9 [2021-04-19T20:51:09.514Z] Removing intermediate container 1b60fc3e96d1 [2021-04-19T20:51:09.514Z] ---> abbba3b979f4 [2021-04-19T20:51:09.514Z] [2021-04-19T20:51:09.514Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T20:51:09.514Z] Removing intermediate container bc99fd503d93 [2021-04-19T20:51:09.514Z] ---> 6a2d523ee5b8 [2021-04-19T20:51:09.514Z] [2021-04-19T20:51:09.514Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:51:09.514Z] Removing intermediate container 0b60b75aeb6b [2021-04-19T20:51:09.514Z] ---> 12dc074879b8 [2021-04-19T20:51:09.514Z] [2021-04-19T20:51:09.514Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T20:51:09.514Z] 3.12: Pulling from library/alpine [2021-04-19T20:51:09.514Z] 3.12: Pulling from library/alpine [2021-04-19T20:51:09.515Z] 3.12: Pulling from library/alpine [2021-04-19T20:51:09.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T20:51:10.047Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T20:51:10.047Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T20:51:10.047Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T20:51:10.047Z] Status: Image is up to date for alpine:3.12 [2021-04-19T20:51:10.047Z] ---> 13621d1b12d4 [2021-04-19T20:51:10.047Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T20:51:10.047Z] ---> 13621d1b12d4 [2021-04-19T20:51:10.047Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T20:51:10.047Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T20:51:10.047Z] Status: Image is up to date for alpine:3.12 [2021-04-19T20:51:10.047Z] ---> 13621d1b12d4 [2021-04-19T20:51:10.047Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:51:11.982Z] ---> Running in 09ef9b17e4ce [2021-04-19T20:51:11.982Z] ---> Running in dc9c23319344 [2021-04-19T20:51:11.982Z] ---> Running in 65d418c5d025 [2021-04-19T20:51:11.982Z] Removing intermediate container 9abe89f8c24f [2021-04-19T20:51:11.982Z] ---> aea51b1f91d0 [2021-04-19T20:51:11.982Z] [2021-04-19T20:51:11.982Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:51:11.982Z] ---> 13621d1b12d4 [2021-04-19T20:51:11.982Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:51:12.254Z] ---> Running in 2fee4dbcafe4 [2021-04-19T20:51:12.519Z] Removing intermediate container 081efaefd4a9 [2021-04-19T20:51:12.519Z] ---> 349112621cb6 [2021-04-19T20:51:12.519Z] [2021-04-19T20:51:12.519Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T20:51:12.519Z] 20.10.0: Pulling from library/docker [2021-04-19T20:51:12.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:13.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:13.102Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T20:51:13.102Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:51:13.379Z] OK: 6 MiB in 15 packages [2021-04-19T20:51:13.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:13.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:13.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:13.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:13.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:13.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:13.938Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T20:51:13.938Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T20:51:13.938Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T20:51:13.938Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:51:13.938Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:51:13.938Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T20:51:13.938Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:51:13.938Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T20:51:13.938Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:51:13.938Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T20:51:13.938Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T20:51:13.938Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T20:51:13.938Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:51:13.938Z] OK: 6 MiB in 15 packages [2021-04-19T20:51:13.938Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:51:13.938Z] OK: 6 MiB in 16 packages [2021-04-19T20:51:13.938Z] OK: 7 MiB in 20 packages [2021-04-19T20:51:15.876Z] Removing intermediate container 09ef9b17e4ce [2021-04-19T20:51:15.876Z] ---> 6989b7ddba23 [2021-04-19T20:51:15.876Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:51:15.876Z] Removing intermediate container dc9c23319344 [2021-04-19T20:51:15.876Z] ---> bea33b4b385c [2021-04-19T20:51:15.876Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:51:16.146Z] ---> Running in 462c65a4f499 [2021-04-19T20:51:17.109Z] ---> Running in e880742290df [2021-04-19T20:51:17.383Z] Removing intermediate container 2fee4dbcafe4 [2021-04-19T20:51:17.383Z] ---> bf07ea24fbfe [2021-04-19T20:51:17.383Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:51:17.383Z] Removing intermediate container 65d418c5d025 [2021-04-19T20:51:17.383Z] ---> 7ef1e82d03cf [2021-04-19T20:51:17.383Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T20:51:17.651Z] Removing intermediate container 462c65a4f499 [2021-04-19T20:51:17.651Z] ---> 3e1a97ae9532 [2021-04-19T20:51:17.651Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T20:51:17.651Z] ---> Running in 5bb27d78bb9d [2021-04-19T20:51:17.651Z] ---> Running in 5a38b3f13f6f [2021-04-19T20:51:17.651Z] Removing intermediate container e880742290df [2021-04-19T20:51:17.651Z] ---> f573b913b51b [2021-04-19T20:51:17.651Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T20:51:17.651Z] ---> Running in ba231fb8276e [2021-04-19T20:51:17.651Z] ---> Running in 367e3124d31a [2021-04-19T20:51:17.922Z] Removing intermediate container 5a38b3f13f6f [2021-04-19T20:51:17.922Z] ---> 3266a4115fad [2021-04-19T20:51:17.922Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T20:51:17.922Z] Removing intermediate container 5bb27d78bb9d [2021-04-19T20:51:17.922Z] ---> b81d2b20db65 [2021-04-19T20:51:17.922Z] Step 13/24 : WORKDIR / [2021-04-19T20:51:18.190Z] ---> Running in 285cd9925120 [2021-04-19T20:51:18.190Z] Removing intermediate container ba231fb8276e [2021-04-19T20:51:18.190Z] ---> 1acfc0c0a2fa [2021-04-19T20:51:18.190Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T20:51:18.190Z] Removing intermediate container 367e3124d31a [2021-04-19T20:51:18.190Z] ---> 07917ba0f88a [2021-04-19T20:51:18.190Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T20:51:18.190Z] ---> Running in 2fc8ea265e6f [2021-04-19T20:51:18.458Z] ---> Running in 2f3c046d792b [2021-04-19T20:51:18.458Z] ---> Running in 8d3f4c22c6cc [2021-04-19T20:51:18.458Z] Removing intermediate container 285cd9925120 [2021-04-19T20:51:18.458Z] ---> a8520e6b60b8 [2021-04-19T20:51:18.458Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T20:51:18.458Z] ---> Running in 19b74e85b248 [2021-04-19T20:51:18.725Z] Removing intermediate container 2fc8ea265e6f [2021-04-19T20:51:18.725Z] ---> 97b909d75950 [2021-04-19T20:51:18.725Z] 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-19T20:51:18.725Z] Removing intermediate container 8d3f4c22c6cc [2021-04-19T20:51:18.725Z] ---> 27e2ad789161 [2021-04-19T20:51:18.725Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:51:18.725Z] Removing intermediate container 2f3c046d792b [2021-04-19T20:51:18.725Z] ---> 762441068cb7 [2021-04-19T20:51:18.725Z] Step 15/23 : WORKDIR / [2021-04-19T20:51:18.988Z] Removing intermediate container 19b74e85b248 [2021-04-19T20:51:18.988Z] ---> 81e0c823f701 [2021-04-19T20:51:18.988Z] Step 15/23 : WORKDIR / [2021-04-19T20:51:19.252Z] ---> Running in 1e306988a13b [2021-04-19T20:51:19.514Z] ---> Running in 39f264043ed7 [2021-04-19T20:51:19.514Z] ---> 74a33b39d735 [2021-04-19T20:51:19.514Z] 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-19T20:51:19.514Z] ---> 16ab4f86a860 [2021-04-19T20:51:19.514Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T20:51:19.776Z] Removing intermediate container 1e306988a13b [2021-04-19T20:51:19.776Z] ---> 80485763ed0a [2021-04-19T20:51:19.776Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:51:20.039Z] Removing intermediate container 39f264043ed7 [2021-04-19T20:51:20.039Z] ---> 8bd2224fa92d [2021-04-19T20:51:20.039Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:51:20.039Z] ---> 973f178d8f47 [2021-04-19T20:51:20.039Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T20:51:20.302Z] ---> f5716e2483bb [2021-04-19T20:51:20.302Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T20:51:20.302Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T20:51:20.302Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T20:51:20.302Z] ---> aefe523efa57 [2021-04-19T20:51:20.302Z] 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-19T20:51:20.302Z] ---> c6e87e343a13 [2021-04-19T20:51:20.302Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T20:51:20.302Z] ---> df2183b4153d [2021-04-19T20:51:20.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T20:51:20.588Z] ---> 4162a0d8dbc9 [2021-04-19T20:51:20.588Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T20:51:20.588Z] ---> Running in 91355cf8a81d [2021-04-19T20:51:20.865Z] ---> c0201cc2a9d6 [2021-04-19T20:51:20.866Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T20:51:21.128Z] ---> Running in 0f52c22534c9 [2021-04-19T20:51:21.128Z] Removing intermediate container 91355cf8a81d [2021-04-19T20:51:21.128Z] ---> 0c539d8b6e42 [2021-04-19T20:51:21.128Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T20:51:21.128Z] ---> 98499d1297a0 [2021-04-19T20:51:21.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T20:51:21.411Z] ---> e8e769d56709 [2021-04-19T20:51:21.411Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T20:51:21.411Z] ---> 344748f3441b [2021-04-19T20:51:21.411Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T20:51:21.411Z] ---> Running in b1041f43123c [2021-04-19T20:51:21.684Z] ---> 6ca54ef2c785 [2021-04-19T20:51:21.684Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T20:51:21.684Z] Removing intermediate container 0f52c22534c9 [2021-04-19T20:51:21.684Z] ---> 1422fb544689 [2021-04-19T20:51:21.684Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:51:21.951Z] ---> Running in 9933fdafabf3 [2021-04-19T20:51:22.226Z] ---> Running in e2cd96707acc [2021-04-19T20:51:22.226Z] ---> c2e8516d4238 [2021-04-19T20:51:22.226Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T20:51:22.226Z] ---> 3d5fb80bd779 [2021-04-19T20:51:22.226Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T20:51:22.226Z] ---> Running in d9ac07a66e4a [2021-04-19T20:51:22.226Z] Removing intermediate container 9933fdafabf3 [2021-04-19T20:51:22.226Z] ---> e65a4200694e [2021-04-19T20:51:22.226Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:51:23.192Z] Removing intermediate container e2cd96707acc [2021-04-19T20:51:23.192Z] ---> 098113f3bff7 [2021-04-19T20:51:23.192Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T20:51:23.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:23.192Z] ---> Running in 838974ecd5f2 [2021-04-19T20:51:23.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:51:23.192Z] ---> Running in c778c9eb160e [2021-04-19T20:51:23.192Z] ---> 49c129e714ad [2021-04-19T20:51:23.192Z] 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-19T20:51:23.192Z] Removing intermediate container d9ac07a66e4a [2021-04-19T20:51:23.192Z] ---> b37f36febcb8 [2021-04-19T20:51:23.192Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:51:23.192Z] ---> Running in e5946635d7cf [2021-04-19T20:51:23.458Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T20:51:23.458Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T20:51:23.458Z] ---> Running in 0a162f7a20ea [2021-04-19T20:51:23.458Z] Executing bash-5.0.17-r0.post-install [2021-04-19T20:51:23.458Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:51:23.458Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T20:51:23.458Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T20:51:23.458Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T20:51:23.458Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T20:51:23.458Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T20:51:23.458Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T20:51:23.458Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T20:51:23.458Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T20:51:23.458Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T20:51:23.458Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T20:51:24.034Z] Removing intermediate container 838974ecd5f2 [2021-04-19T20:51:24.034Z] ---> 16c7b3579c21 [2021-04-19T20:51:24.034Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:51:24.608Z] Removing intermediate container c778c9eb160e [2021-04-19T20:51:24.608Z] ---> f04ef176d2ed [2021-04-19T20:51:24.608Z] Step 21/22 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:51:27.163Z] ---> Running in bb987bc68260 [2021-04-19T20:51:27.163Z] Removing intermediate container 0a162f7a20ea [2021-04-19T20:51:27.163Z] ---> abc853d5a6d2 [2021-04-19T20:51:27.163Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:51:27.163Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T20:51:27.163Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T20:51:27.163Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T20:51:27.163Z] ---> Running in 83c0b1da86c3 [2021-04-19T20:51:27.163Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T20:51:27.163Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T20:51:27.163Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T20:51:27.163Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T20:51:27.163Z] ---> Running in d4c8a8ba6e5a [2021-04-19T20:51:27.163Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T20:51:27.163Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T20:51:27.163Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T20:51:27.163Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T20:51:27.163Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T20:51:27.738Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T20:51:28.000Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T20:51:28.263Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T20:51:28.263Z] Removing intermediate container bb987bc68260 [2021-04-19T20:51:28.263Z] ---> 66f796dda1ce [2021-04-19T20:51:28.263Z] Step 22/23 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:51:28.263Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T20:51:28.530Z] Removing intermediate container 83c0b1da86c3 [2021-04-19T20:51:28.530Z] ---> 709161cf7cc3 [2021-04-19T20:51:28.530Z] Step 22/22 : LABEL version=2.0.0-dev.178 [2021-04-19T20:51:28.530Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T20:51:28.530Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T20:51:28.792Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T20:51:29.056Z] ---> Running in b1e50c29db9c [2021-04-19T20:51:29.056Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T20:51:29.056Z] Removing intermediate container d4c8a8ba6e5a [2021-04-19T20:51:29.056Z] ---> 372465b6611c [2021-04-19T20:51:29.056Z] Step 22/23 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:51:29.056Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T20:51:29.056Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T20:51:29.056Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T20:51:29.056Z] ---> Running in 0d9f982000ad [2021-04-19T20:51:29.056Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T20:51:29.056Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T20:51:29.056Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T20:51:30.007Z] ---> Running in 6ece8300fbda [2021-04-19T20:51:30.007Z] Removing intermediate container e5946635d7cf [2021-04-19T20:51:30.007Z] ---> dccff779b62f [2021-04-19T20:51:30.007Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T20:51:30.007Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:51:30.007Z] OK: 72 MiB in 59 packages [2021-04-19T20:51:30.007Z] Removing intermediate container b1e50c29db9c [2021-04-19T20:51:30.007Z] ---> 528f548f03cc [2021-04-19T20:51:30.007Z] Step 23/23 : LABEL version=2.0.0-dev.178 [2021-04-19T20:51:30.007Z] Removing intermediate container 0d9f982000ad [2021-04-19T20:51:30.007Z] ---> a2835bef9aad [2021-04-19T20:51:30.007Z] [2021-04-19T20:51:30.007Z] ---> Running in 5da5a88fd6d0 [2021-04-19T20:51:30.276Z] ---> Running in 0f4896717048 [2021-04-19T20:51:30.276Z] Removing intermediate container 6ece8300fbda [2021-04-19T20:51:30.276Z] ---> e8b4dacc5704 [2021-04-19T20:51:30.276Z] Step 23/23 : LABEL version=2.0.0-dev.178 [2021-04-19T20:51:30.276Z] ---> Running in 89a9f81c1e0d [2021-04-19T20:51:30.540Z] Removing intermediate container 5da5a88fd6d0 [2021-04-19T20:51:30.540Z] ---> b0dcb530bba3 [2021-04-19T20:51:30.540Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T20:51:30.540Z] Removing intermediate container 0f4896717048 [2021-04-19T20:51:30.540Z] ---> e61bf0cd0e23 [2021-04-19T20:51:30.540Z] [2021-04-19T20:51:30.540Z] Successfully built a2835bef9aad [2021-04-19T20:51:30.803Z] Successfully built e61bf0cd0e23 [2021-04-19T20:51:31.088Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T20:51:31.088Z] Building docker-security-bootstrapper-go [2021-04-19T20:51:31.088Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest [2021-04-19T20:51:31.088Z] Building docker-support-scheduler-go [2021-04-19T20:51:31.088Z]  Building docker-core-command-go ... done  ---> Running in 4fc51eb9c561 [2021-04-19T20:51:31.088Z] Removing intermediate container 89a9f81c1e0d [2021-04-19T20:51:31.088Z] ---> 8d0b62bcce19 [2021-04-19T20:51:31.088Z] [2021-04-19T20:51:31.359Z] Collecting docker-compose==1.23.2 [2021-04-19T20:51:31.359Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T20:51:31.359Z] Successfully built 8d0b62bcce19 [2021-04-19T20:51:31.359Z] Removing intermediate container 4fc51eb9c561 [2021-04-19T20:51:31.359Z] ---> eadfbe5098b7 [2021-04-19T20:51:31.359Z] Step 23/24 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:51:31.359Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T20:51:31.359Z] Building docker-core-data-go [2021-04-19T20:51:31.359Z]  Building docker-core-metadata-go ... done 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-19T20:51:31.359Z] ---> Running in 6423676c60ee [2021-04-19T20:51:31.621Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T20:51:31.621Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T20:51:31.621Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T20:51:31.621Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T20:51:31.621Z] Removing intermediate container 6423676c60ee [2021-04-19T20:51:31.621Z] ---> af4067c6ab90 [2021-04-19T20:51:31.621Z] Step 24/24 : LABEL version=2.0.0-dev.178 [2021-04-19T20:51:31.621Z] ---> Running in 9e78c1c3178e [2021-04-19T20:51:31.886Z] Removing intermediate container 9e78c1c3178e [2021-04-19T20:51:31.886Z] ---> ae096effe384 [2021-04-19T20:51:31.886Z] [2021-04-19T20:51:32.152Z] Successfully built ae096effe384 [2021-04-19T20:51:32.152Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T20:51:32.152Z] Building docker-security-proxy-setup-go [2021-04-19T20:51:32.152Z]  Building docker-security-secretstore-setup-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T20:51:33.108Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T20:51:36.449Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T20:51:36.449Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T20:51:37.853Z] Collecting PyYAML<4,>=3.10 [2021-04-19T20:51:37.853Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T20:51:39.796Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T20:51:39.796Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T20:51:40.372Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T20:51:40.372Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T20:51:40.372Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T20:51:40.372Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T20:51:40.947Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T20:51:40.947Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T20:51:41.213Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T20:51:41.213Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T20:51:43.154Z] Collecting idna<2.8,>=2.5 [2021-04-19T20:51:43.154Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T20:51:43.154Z] 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-19T20:51:43.154Z] 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-19T20:51:43.416Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T20:51:43.416Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T20:51:43.416Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T20:51:43.416Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T20:51:43.416Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T20:51:43.416Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T20:51:43.679Z] Installing collected packages: cached-property, docopt, dockerpty, texttable, PyYAML, urllib3, idna, requests, jsonschema, websocket-client, docker-pycreds, docker, docker-compose [2021-04-19T20:51:43.679Z] Running setup.py install for docopt: started [2021-04-19T20:51:44.634Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T20:51:44.634Z] Running setup.py install for dockerpty: started [2021-04-19T20:51:45.218Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T20:51:45.218Z] Running setup.py install for texttable: started [2021-04-19T20:51:46.192Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T20:51:46.192Z] Running setup.py install for PyYAML: started [2021-04-19T20:51:47.630Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T20:51:47.630Z] Attempting uninstall: urllib3 [2021-04-19T20:51:47.630Z] Found existing installation: urllib3 1.25.9 [2021-04-19T20:51:47.630Z] Uninstalling urllib3-1.25.9: [2021-04-19T20:51:47.630Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T20:51:48.257Z] Attempting uninstall: idna [2021-04-19T20:51:48.257Z] Found existing installation: idna 2.9 [2021-04-19T20:51:48.257Z] Uninstalling idna-2.9: [2021-04-19T20:51:48.257Z] Successfully uninstalled idna-2.9 [2021-04-19T20:51:48.856Z] Attempting uninstall: requests [2021-04-19T20:51:48.856Z] Found existing installation: requests 2.23.0 [2021-04-19T20:51:48.856Z] Uninstalling requests-2.23.0: [2021-04-19T20:51:48.856Z] Successfully uninstalled requests-2.23.0 [2021-04-19T20:51:55.695Z] 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-19T20:52:03.328Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:52:03.328Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:52:03.328Z] ---> cf23773c01e3 [2021-04-19T20:52:03.328Z] Step 3/22 : WORKDIR /edgex-goStep 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:52:03.328Z] [2021-04-19T20:52:03.328Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:52:03.328Z] ---> cf23773c01e3 [2021-04-19T20:52:03.328Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> a124dec16aaf [2021-04-19T20:52:03.328Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> a124dec16aaf [2021-04-19T20:52:03.328Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> ad68fd942c05 [2021-04-19T20:52:03.328Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> ad68fd942c05 [2021-04-19T20:52:03.328Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> e17b59554033 [2021-04-19T20:52:03.328Z] Step 6/31 : COPY go.mod . [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> e17b59554033 [2021-04-19T20:52:03.328Z] Step 6/22 : COPY go.mod . [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> 74e53afd9ce2 [2021-04-19T20:52:03.328Z] ---> 74e53afd9ce2 [2021-04-19T20:52:03.328Z] Step 7/22 : RUN go mod downloadStep 7/31 : RUN go mod download [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> ec5fbf560edf [2021-04-19T20:52:03.328Z] Step 8/22 : COPY . . [2021-04-19T20:52:03.328Z] [2021-04-19T20:52:03.328Z] ---> Using cache [2021-04-19T20:52:03.328Z] ---> ec5fbf560edf [2021-04-19T20:52:03.328Z] Step 8/31 : COPY . . [2021-04-19T20:52:03.617Z] ---> Using cache [2021-04-19T20:52:03.617Z] ---> cd81c157e7b3 [2021-04-19T20:52:03.617Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T20:52:03.617Z] ---> Using cache [2021-04-19T20:52:03.617Z] ---> cd81c157e7b3 [2021-04-19T20:52:03.617Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T20:52:03.961Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:52:03.961Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:52:03.961Z] ---> cf23773c01e3 [2021-04-19T20:52:03.961Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T20:52:03.961Z] ---> Using cache [2021-04-19T20:52:03.961Z] ---> a124dec16aaf [2021-04-19T20:52:03.961Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:52:03.961Z] ---> Using cache [2021-04-19T20:52:03.961Z] ---> ad68fd942c05 [2021-04-19T20:52:03.961Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T20:52:03.961Z] ---> Using cache [2021-04-19T20:52:03.961Z] ---> e17b59554033 [2021-04-19T20:52:03.961Z] Step 6/21 : COPY go.mod . [2021-04-19T20:52:03.961Z] ---> Using cache [2021-04-19T20:52:03.961Z] ---> 74e53afd9ce2 [2021-04-19T20:52:03.961Z] Step 7/21 : RUN go mod download [2021-04-19T20:52:03.961Z] ---> Using cache [2021-04-19T20:52:03.961Z] ---> ec5fbf560edf [2021-04-19T20:52:03.961Z] Step 8/21 : COPY . . [2021-04-19T20:52:03.961Z] ---> Using cache [2021-04-19T20:52:03.961Z] ---> cd81c157e7b3 [2021-04-19T20:52:03.961Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T20:52:03.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:52:03.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:52:03.961Z] ---> cf23773c01e3 [2021-04-19T20:52:03.961Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:52:03.961Z] ---> Using cache [2021-04-19T20:52:03.961Z] ---> a124dec16aaf [2021-04-19T20:52:03.961Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:52:03.961Z] ---> Using cache [2021-04-19T20:52:03.961Z] ---> ad68fd942c05 [2021-04-19T20:52:03.961Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T20:52:06.537Z] ---> Running in 348e579f1a91 [2021-04-19T20:52:06.537Z] ---> Running in b892f83d55e4 [2021-04-19T20:52:06.537Z] ---> Running in 44f7e29fe6f1 [2021-04-19T20:52:06.537Z] ---> Running in 11bf165322d3 [2021-04-19T20:52:07.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T20:52:07.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T20:52:07.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T20:52:07.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:08.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:09.123Z] OK: 233 MiB in 51 packages [2021-04-19T20:52:13.445Z] Removing intermediate container b892f83d55e4 [2021-04-19T20:52:13.445Z] ---> bf7c0c4cf906 [2021-04-19T20:52:13.445Z] Step 6/23 : COPY go.mod . [2021-04-19T20:52:13.717Z] ---> 0accc1d8d418 [2021-04-19T20:52:13.717Z] Step 7/23 : RUN go mod download [2021-04-19T20:52:14.710Z] ---> Running in 53ca670b0c98 [2021-04-19T20:52:21.466Z] Removing intermediate container b1041f43123c [2021-04-19T20:52:21.466Z] ---> e68a0611f9a7 [2021-04-19T20:52:21.466Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T20:52:21.466Z] Removing intermediate container 53ca670b0c98 [2021-04-19T20:52:21.466Z] ---> 3c9b1e76a5ec [2021-04-19T20:52:21.466Z] Step 8/23 : COPY . . [2021-04-19T20:52:21.466Z] ---> Running in 8623800bf720 [2021-04-19T20:52:21.466Z] Removing intermediate container 8623800bf720 [2021-04-19T20:52:21.466Z] ---> 6295fbadd031 [2021-04-19T20:52:21.466Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T20:52:21.466Z] ---> Running in 42f4e381fcd1 [2021-04-19T20:52:21.466Z] Removing intermediate container 42f4e381fcd1 [2021-04-19T20:52:21.466Z] ---> 6372085619cb [2021-04-19T20:52:21.466Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T20:52:28.240Z] ---> fc0eaae65ae0 [2021-04-19T20:52:28.240Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T20:52:28.526Z] ---> 84d72f6cee7c [2021-04-19T20:52:28.526Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T20:52:31.961Z] ---> fc51c4dbc7cb [2021-04-19T20:52:31.961Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T20:52:33.384Z] ---> Running in b92a44c66f4d [2021-04-19T20:52:33.975Z] Removing intermediate container b92a44c66f4d [2021-04-19T20:52:33.975Z] ---> f3ab651918a0 [2021-04-19T20:52:33.975Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:52:35.955Z] ---> Running in 7a387efcd9c2 [2021-04-19T20:52:38.616Z] Removing intermediate container 7a387efcd9c2 [2021-04-19T20:52:38.616Z] ---> a944692ab66c [2021-04-19T20:52:38.616Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:52:39.251Z] ---> Running in dd8e94bef9e2 [2021-04-19T20:52:39.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T20:52:39.862Z] Removing intermediate container dd8e94bef9e2 [2021-04-19T20:52:39.862Z] ---> 1d455ccaca2e [2021-04-19T20:52:39.862Z] Step 22/23 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:52:40.146Z] ---> Running in 62d1db0d0bc1 [2021-04-19T20:52:41.584Z] Removing intermediate container 62d1db0d0bc1 [2021-04-19T20:52:41.584Z] ---> 412407230d3c [2021-04-19T20:52:41.584Z] Step 23/23 : LABEL version=2.0.0-dev.178 [2021-04-19T20:52:41.863Z] ---> Running in 6b88c598dbc8 [2021-04-19T20:52:42.497Z] Removing intermediate container 6b88c598dbc8 [2021-04-19T20:52:42.497Z] ---> d6da5642f055 [2021-04-19T20:52:42.497Z] [2021-04-19T20:52:43.932Z] Successfully built d6da5642f055 [2021-04-19T20:52:43.932Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T20:52:49.275Z]  Building docker-sys-mgmt-agent-go ... done  ---> 0933ace1a36b [2021-04-19T20:52:49.275Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T20:52:49.275Z] ---> Running in ae3e9125b371 [2021-04-19T20:52:49.275Z] Removing intermediate container 348e579f1a91 [2021-04-19T20:52:49.275Z] ---> 8f369a349dba [2021-04-19T20:52:49.275Z] [2021-04-19T20:52:49.275Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T20:52:49.275Z] ---> 13621d1b12d4 [2021-04-19T20:52:49.275Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:52:49.275Z] ---> Using cache [2021-04-19T20:52:49.275Z] ---> bf07ea24fbfe [2021-04-19T20:52:49.275Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:52:49.275Z] Removing intermediate container 44f7e29fe6f1 [2021-04-19T20:52:49.275Z] ---> 387824d015ad [2021-04-19T20:52:49.275Z] [2021-04-19T20:52:49.275Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T20:52:49.275Z] ---> 13621d1b12d4 [2021-04-19T20:52:49.275Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T20:52:49.275Z] ---> Using cache [2021-04-19T20:52:49.275Z] ---> 3266a4115fad [2021-04-19T20:52:49.275Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T20:52:49.550Z] Removing intermediate container 11bf165322d3 [2021-04-19T20:52:49.550Z] ---> 64ce0dfebd25 [2021-04-19T20:52:49.550Z] [2021-04-19T20:52:49.550Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T20:52:49.550Z] ---> 13621d1b12d4 [2021-04-19T20:52:49.550Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T20:52:49.550Z] ---> Running in 9aa9052ed8a5 [2021-04-19T20:52:49.550Z] ---> Running in 9c90a5e17d81 [2021-04-19T20:52:49.550Z] ---> Running in db7821b97189 [2021-04-19T20:52:50.147Z] Removing intermediate container 9aa9052ed8a5 [2021-04-19T20:52:50.147Z] ---> 433102a03dd5 [2021-04-19T20:52:50.148Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T20:52:50.148Z] Removing intermediate container 9c90a5e17d81 [2021-04-19T20:52:50.148Z] ---> 3b0035664ada [2021-04-19T20:52:50.148Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T20:52:50.148Z] ---> Running in 05fe4e98549d [2021-04-19T20:52:50.148Z] ---> Running in b7ebcab28d00 [2021-04-19T20:52:50.148Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T20:52:50.426Z] Removing intermediate container b7ebcab28d00 [2021-04-19T20:52:50.426Z] ---> 3d21e9cbedf1 [2021-04-19T20:52:50.426Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:52:50.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:50.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:50.714Z] ---> d8b9a1cca2e1 [2021-04-19T20:52:50.714Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T20:52:50.714Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T20:52:51.013Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:52:51.013Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T20:52:51.013Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T20:52:51.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:51.013Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:52:51.013Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:52:51.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:52:51.013Z] OK: 7 MiB in 18 packages [2021-04-19T20:52:51.281Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T20:52:51.281Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T20:52:51.281Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:52:51.281Z] OK: 6 MiB in 16 packages [2021-04-19T20:52:52.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T20:52:53.239Z] ---> d4b8b293d54f [2021-04-19T20:52:53.239Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T20:52:54.224Z] Removing intermediate container 05fe4e98549d [2021-04-19T20:52:54.224Z] ---> 1ab62e9c840a [2021-04-19T20:52:54.224Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T20:52:54.505Z] ---> 130116861e62 [2021-04-19T20:52:54.505Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T20:52:54.505Z] ---> Running in 3913f78174a8 [2021-04-19T20:52:54.789Z] Removing intermediate container db7821b97189 [2021-04-19T20:52:54.789Z] ---> a701025ffd3f [2021-04-19T20:52:54.789Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T20:52:54.789Z] ---> Running in 94d15baf02fa [2021-04-19T20:52:54.789Z] ---> Running in 594ac87f0c8f [2021-04-19T20:52:55.061Z] Removing intermediate container 3913f78174a8 [2021-04-19T20:52:55.061Z] ---> fd507a2d154c [2021-04-19T20:52:55.061Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T20:52:55.061Z] Removing intermediate container 94d15baf02fa [2021-04-19T20:52:55.061Z] ---> edf2260e675f [2021-04-19T20:52:55.061Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:52:55.334Z] ---> Running in 699ab13c6008 [2021-04-19T20:52:55.334Z] Removing intermediate container 594ac87f0c8f [2021-04-19T20:52:55.334Z] ---> fd28e8d7f4d5 [2021-04-19T20:52:55.334Z] Step 13/21 : WORKDIR /edgex [2021-04-19T20:52:55.334Z] ---> Running in c899a917e9b9 [2021-04-19T20:52:55.599Z] ---> Running in 21628637abf3 [2021-04-19T20:52:55.599Z] Removing intermediate container 699ab13c6008 [2021-04-19T20:52:55.599Z] ---> ba4972584c6b [2021-04-19T20:52:55.599Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T20:52:56.573Z] Removing intermediate container c899a917e9b9 [2021-04-19T20:52:56.573Z] ---> 9e7aed1e5c4e [2021-04-19T20:52:56.573Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T20:52:56.573Z] ---> Running in 53a7f74bc269 [2021-04-19T20:52:56.573Z] Removing intermediate container 21628637abf3 [2021-04-19T20:52:56.573Z] ---> dcad0634661d [2021-04-19T20:52:56.573Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T20:52:56.846Z] ---> Running in f05dfec53579 [2021-04-19T20:52:57.126Z] Removing intermediate container f05dfec53579 [2021-04-19T20:52:57.126Z] ---> ef736f949d8a [2021-04-19T20:52:57.126Z] Step 21/22 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:52:57.407Z] ---> 5f981fedd7cc [2021-04-19T20:52:57.407Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T20:52:57.407Z] ---> Running in a872fe821861 [2021-04-19T20:52:57.684Z] Removing intermediate container a872fe821861 [2021-04-19T20:52:57.684Z] ---> e0c49729e090 [2021-04-19T20:52:57.684Z] Step 22/22 : LABEL version=2.0.0-dev.178 [2021-04-19T20:52:57.967Z] ---> Running in 4f735cbc94ff [2021-04-19T20:52:58.605Z] Removing intermediate container 4f735cbc94ff [2021-04-19T20:52:58.605Z] ---> be9053b66714 [2021-04-19T20:52:58.605Z] [2021-04-19T20:52:58.605Z] ---> ad1749cfbab2 [2021-04-19T20:52:58.605Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T20:52:58.881Z] Successfully built be9053b66714 [2021-04-19T20:52:58.881Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T20:52:58.881Z]  Building docker-support-scheduler-go ... done Removing intermediate container 53a7f74bc269 [2021-04-19T20:52:58.881Z] ---> 0f67836a3a7a [2021-04-19T20:52:58.881Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T20:52:59.154Z] ---> Running in 89c906d69497 [2021-04-19T20:53:00.594Z] Removing intermediate container 89c906d69497 [2021-04-19T20:53:00.594Z] ---> d1f1c4dcbc7f [2021-04-19T20:53:00.594Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T20:53:00.594Z] ---> 6508e7365699 [2021-04-19T20:53:00.594Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T20:53:00.594Z] ---> Running in 366f113d7762 [2021-04-19T20:53:00.594Z] ---> b60bb4c4d6f3 [2021-04-19T20:53:00.594Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T20:53:00.865Z] ---> Running in cc4a73dc9885 [2021-04-19T20:53:00.865Z] Removing intermediate container 366f113d7762 [2021-04-19T20:53:00.865Z] ---> e0c12a35c39f [2021-04-19T20:53:00.865Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T20:53:01.138Z] ---> Running in 86c751ed9a98 [2021-04-19T20:53:01.416Z] Removing intermediate container 86c751ed9a98 [2021-04-19T20:53:01.416Z] ---> d0aa85251389 [2021-04-19T20:53:01.416Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T20:53:01.696Z] ---> Running in 504f8ae548ef [2021-04-19T20:53:01.979Z] Removing intermediate container 504f8ae548ef [2021-04-19T20:53:01.979Z] ---> c244e7d64e23 [2021-04-19T20:53:01.979Z] Step 20/21 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:01.979Z] ---> Running in a73dcfcf4592 [2021-04-19T20:53:02.983Z] Removing intermediate container a73dcfcf4592 [2021-04-19T20:53:02.983Z] ---> c87e0a40e309 [2021-04-19T20:53:02.983Z] Step 21/21 : LABEL version=2.0.0-dev.178 [2021-04-19T20:53:02.983Z] ---> Running in f74f3f238f6b [2021-04-19T20:53:03.271Z] Removing intermediate container cc4a73dc9885 [2021-04-19T20:53:03.271Z] ---> be32b5ea99b0 [2021-04-19T20:53:03.271Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:53:03.271Z] Removing intermediate container f74f3f238f6b [2021-04-19T20:53:03.271Z] ---> f20c96b6a06f [2021-04-19T20:53:03.271Z] [2021-04-19T20:53:03.895Z] Successfully built f20c96b6a06f [2021-04-19T20:53:03.895Z] ---> 3d4d4718ce20 [2021-04-19T20:53:03.895Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T20:53:03.895Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T20:53:04.897Z]  Building docker-security-proxy-setup-go ... done  ---> 1799a3201434 [2021-04-19T20:53:04.897Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T20:53:04.902Z] Removing intermediate container 17375c43e9b5 [2021-04-19T20:53:04.902Z] ---> f37dc61286f3 [2021-04-19T20:53:04.902Z] [2021-04-19T20:53:04.902Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T20:53:04.902Z] 3.12: Pulling from library/alpine [2021-04-19T20:53:05.479Z] ---> 75e7c4ff4b93 [2021-04-19T20:53:05.479Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T20:53:06.344Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T20:53:06.344Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T20:53:06.344Z] ---> 9852663dfa18 [2021-04-19T20:53:06.344Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T20:53:06.620Z] Removing intermediate container b81ff13097a4 [2021-04-19T20:53:06.620Z] ---> 944381558d55 [2021-04-19T20:53:06.620Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T20:53:06.620Z] Removing intermediate container aad7cfff1ad4 [2021-04-19T20:53:06.900Z] ---> 414dfd93af51 [2021-04-19T20:53:06.900Z] [2021-04-19T20:53:06.900Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T20:53:06.900Z] ---> 9852663dfa18 [2021-04-19T20:53:06.900Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T20:53:06.900Z] ---> Running in 624f085f6f30 [2021-04-19T20:53:06.900Z] ---> Running in bdd2b7c8565f [2021-04-19T20:53:06.903Z] ---> 604e3e8f88fe [2021-04-19T20:53:06.903Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T20:53:07.178Z] ---> 729ba8fbf899 [2021-04-19T20:53:07.178Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T20:53:07.179Z] ---> Running in 2cf4f08c5373 [2021-04-19T20:53:07.443Z] ---> Running in 2719674da053 [2021-04-19T20:53:07.709Z] Removing intermediate container 2719674da053 [2021-04-19T20:53:07.709Z] ---> f4031a1ffebc [2021-04-19T20:53:07.709Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T20:53:07.799Z] Removing intermediate container 624f085f6f30 [2021-04-19T20:53:07.799Z] ---> 0bc94342622f [2021-04-19T20:53:07.799Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T20:53:07.799Z] ---> Running in ef78b967ac4d [2021-04-19T20:53:07.975Z] ---> dc90a52c47e4 [2021-04-19T20:53:07.975Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T20:53:07.975Z] ---> Running in 6118068b2972 [2021-04-19T20:53:09.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:09.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T20:53:09.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:09.929Z] Removing intermediate container 6118068b2972 [2021-04-19T20:53:09.929Z] ---> bdec7ac54173 [2021-04-19T20:53:09.929Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T20:53:10.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:10.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:10.194Z] ---> Running in 52370a44aee2 [2021-04-19T20:53:10.462Z] Removing intermediate container 52370a44aee2 [2021-04-19T20:53:10.462Z] ---> 5bad26713b89 [2021-04-19T20:53:10.462Z] Step 28/31 : CMD ["gate"] [2021-04-19T20:53:10.462Z] ---> Running in 385d73fe0a5f [2021-04-19T20:53:10.666Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T20:53:10.666Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:53:10.666Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T20:53:10.666Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T20:53:10.666Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T20:53:10.732Z] Removing intermediate container 385d73fe0a5f [2021-04-19T20:53:10.732Z] ---> 4d2fe085d382 [2021-04-19T20:53:10.732Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T20:53:10.939Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T20:53:10.939Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:53:10.939Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T20:53:10.939Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:53:10.939Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T20:53:10.939Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:53:10.939Z] OK: 5 MiB in 16 packages [2021-04-19T20:53:11.000Z] ---> Running in c316cc7c3a78 [2021-04-19T20:53:11.212Z] OK: 7 MiB in 20 packages [2021-04-19T20:53:11.265Z] Removing intermediate container c316cc7c3a78 [2021-04-19T20:53:11.265Z] ---> 14f9caacc12a [2021-04-19T20:53:11.265Z] Step 30/31 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:12.222Z] ---> Running in 56f7811cc9e1 [2021-04-19T20:53:13.186Z] Removing intermediate container 56f7811cc9e1 [2021-04-19T20:53:13.186Z] ---> de874af5c465 [2021-04-19T20:53:13.186Z] Step 31/31 : LABEL version=2.0.0-dev.178 [2021-04-19T20:53:13.186Z] Removing intermediate container ae3e9125b371 [2021-04-19T20:53:13.186Z] ---> 0fcd0edad505 [2021-04-19T20:53:13.186Z] [2021-04-19T20:53:13.186Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:53:13.186Z] ---> 13621d1b12d4 [2021-04-19T20:53:13.186Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T20:53:13.450Z] ---> Running in bd7ce9e4ce96 [2021-04-19T20:53:13.450Z] ---> Running in 0df9d60baac3 [2021-04-19T20:53:13.718Z] Removing intermediate container bd7ce9e4ce96 [2021-04-19T20:53:13.718Z] ---> bd0c6717fdac [2021-04-19T20:53:13.718Z] [2021-04-19T20:53:13.718Z] Removing intermediate container 0df9d60baac3 [2021-04-19T20:53:13.718Z] ---> fd1671e79e5e [2021-04-19T20:53:13.718Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T20:53:13.718Z] ---> Running in f13d75cbbe92 [2021-04-19T20:53:13.867Z] Removing intermediate container ef78b967ac4d [2021-04-19T20:53:13.867Z] ---> c86582ea6859 [2021-04-19T20:53:13.867Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T20:53:13.984Z] Successfully built bd0c6717fdac [2021-04-19T20:53:13.984Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T20:53:13.984Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f13d75cbbe92 [2021-04-19T20:53:13.984Z] ---> 7d35dd77cf4d [2021-04-19T20:53:13.984Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T20:53:13.984Z] ---> Running in 5743ae61966a [2021-04-19T20:53:14.144Z] ---> Running in 759ba5589e7b [2021-04-19T20:53:14.144Z] Removing intermediate container bdd2b7c8565f [2021-04-19T20:53:14.144Z] ---> 381ab945bcc0 [2021-04-19T20:53:14.144Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T20:53:14.251Z] Removing intermediate container 5743ae61966a [2021-04-19T20:53:14.251Z] ---> fe0ddcd0c784 [2021-04-19T20:53:14.251Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:53:14.251Z] ---> Running in 956db704bceb [2021-04-19T20:53:14.754Z] ---> Running in 6432c2f509a7 [2021-04-19T20:53:15.034Z] Removing intermediate container 759ba5589e7b [2021-04-19T20:53:15.034Z] ---> 83f006951fb1 [2021-04-19T20:53:15.034Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T20:53:15.639Z] ---> Running in 59d1fa819763 [2021-04-19T20:53:15.639Z] Removing intermediate container 2cf4f08c5373 [2021-04-19T20:53:15.639Z] Removing intermediate container 6432c2f509a7 [2021-04-19T20:53:15.639Z] ---> a09eb497e783 [2021-04-19T20:53:15.639Z] Step 13/24 : WORKDIR / [2021-04-19T20:53:15.639Z] ---> 503787b642eb [2021-04-19T20:53:15.639Z] [2021-04-19T20:53:15.639Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T20:53:15.639Z] 20.10.0: Pulling from library/docker [2021-04-19T20:53:15.655Z] Removing intermediate container 956db704bceb [2021-04-19T20:53:15.655Z] ---> eb2ecc18972d [2021-04-19T20:53:15.655Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T20:53:15.655Z] ---> Running in 808acab8f303 [2021-04-19T20:53:15.916Z] Removing intermediate container 79ec37d00888 [2021-04-19T20:53:15.916Z] ---> 067c9b27e5bc [2021-04-19T20:53:15.916Z] [2021-04-19T20:53:15.916Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T20:53:15.916Z] ---> 9852663dfa18 [2021-04-19T20:53:15.916Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:53:15.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:16.199Z] ---> Running in 24c20b89be3a [2021-04-19T20:53:16.199Z] ---> Running in d9c616170e0a [2021-04-19T20:53:16.475Z] Removing intermediate container 59d1fa819763 [2021-04-19T20:53:16.475Z] ---> ccab8524a2c2 [2021-04-19T20:53:16.475Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T20:53:16.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T20:53:16.963Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T20:53:16.963Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T20:53:17.074Z] ---> Running in 6bd3517508be [2021-04-19T20:53:17.229Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T20:53:17.229Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T20:53:17.359Z] Removing intermediate container 24c20b89be3a [2021-04-19T20:53:17.359Z] ---> af9e233403b5 [2021-04-19T20:53:17.359Z] 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-19T20:53:18.212Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T20:53:18.476Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T20:53:18.741Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:53:18.741Z] OK: 8 MiB in 20 packages [2021-04-19T20:53:18.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:19.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:19.319Z] Removing intermediate container 808acab8f303 [2021-04-19T20:53:19.319Z] ---> 677fa3f7c0d1 [2021-04-19T20:53:19.319Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:53:19.319Z] ---> 744d916d56db [2021-04-19T20:53:19.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T20:53:19.697Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T20:53:19.697Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:53:19.697Z] OK: 5 MiB in 15 packages [2021-04-19T20:53:20.272Z] ---> da2aad996846 [2021-04-19T20:53:20.272Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T20:53:20.272Z] ---> 079561092166 [2021-04-19T20:53:20.272Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T20:53:20.272Z] ---> Running in 3731330e0c02 [2021-04-19T20:53:20.294Z] ---> f91620eef5ee [2021-04-19T20:53:20.294Z] 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-19T20:53:20.537Z] Removing intermediate container 3731330e0c02 [2021-04-19T20:53:20.537Z] ---> 7cd7055ac474 [2021-04-19T20:53:20.537Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:53:20.801Z] ---> Running in 5604a8b96171 [2021-04-19T20:53:20.801Z] Removing intermediate container 5604a8b96171 [2021-04-19T20:53:20.801Z] ---> 58223ca1ded2 [2021-04-19T20:53:20.801Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T20:53:21.066Z] ---> Running in 8c90b28184e0 [2021-04-19T20:53:21.066Z] Removing intermediate container 8c90b28184e0 [2021-04-19T20:53:21.066Z] ---> ed3bf6bc7445 [2021-04-19T20:53:21.066Z] Step 22/23 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:21.066Z] ---> Running in 2abb5a9b166e [2021-04-19T20:53:21.330Z] Removing intermediate container 2abb5a9b166e [2021-04-19T20:53:21.330Z] ---> 7c1b73017d97 [2021-04-19T20:53:21.330Z] Step 23/23 : LABEL version=2.0.0-dev.178 [2021-04-19T20:53:21.330Z] ---> Running in 9f5f475fb64e [2021-04-19T20:53:21.594Z] Removing intermediate container 9f5f475fb64e [2021-04-19T20:53:21.594Z] ---> b327cf07f11c [2021-04-19T20:53:21.594Z] [2021-04-19T20:53:21.594Z] Successfully built b327cf07f11c [2021-04-19T20:53:21.864Z] Successfully tagged docker-core-data-go:latest [2021-04-19T20:53:22.142Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-19T20:53:22.150Z] $ docker stop --time=1 3019a1386ed3745ec7ebb57f18e417a8f591a1d57d885f938d0d0c2791575ea9 [2021-04-19T20:53:22.280Z] ---> 13df152139bc [2021-04-19T20:53:22.280Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T20:53:22.966Z] Removing intermediate container d9c616170e0a [2021-04-19T20:53:22.966Z] ---> 3075f06b6487 [2021-04-19T20:53:22.966Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:53:22.966Z] Removing intermediate container 6bd3517508be [2021-04-19T20:53:22.966Z] ---> 79906868249d [2021-04-19T20:53:22.966Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T20:53:23.557Z] Removing intermediate container 76888c5615dc [2021-04-19T20:53:23.557Z] ---> ac55d3d14839 [2021-04-19T20:53:23.557Z] [2021-04-19T20:53:23.557Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:53:23.557Z] ---> 9852663dfa18 [2021-04-19T20:53:23.557Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:53:23.557Z] ---> Using cache [2021-04-19T20:53:23.557Z] ---> 3075f06b6487 [2021-04-19T20:53:23.557Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:53:23.755Z] $ docker rm -f 3019a1386ed3745ec7ebb57f18e417a8f591a1d57d885f938d0d0c2791575ea9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T20:53:24.149Z] ---> 752197cbdecb [2021-04-19T20:53:24.149Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T20:53:24.149Z] ---> Running in 20b8ca501845 [2021-04-19T20:53:24.149Z] ---> Running in 2bb4d2d7291b [2021-04-19T20:53:24.215Z] + docker images [2021-04-19T20:53:24.215Z] + grep docker [2021-04-19T20:53:24.444Z] ---> Running in 2808a8a6f55a [2021-04-19T20:53:24.478Z] docker-core-data-go latest b327cf07f11c 3 seconds ago 22.9MB [2021-04-19T20:53:24.478Z] docker-security-bootstrapper-go latest bd0c6717fdac 11 seconds ago 19.3MB [2021-04-19T20:53:24.478Z] docker-security-proxy-setup-go latest f20c96b6a06f 21 seconds ago 26MB [2021-04-19T20:53:24.478Z] docker-support-scheduler-go latest be9053b66714 26 seconds ago 17.7MB [2021-04-19T20:53:24.478Z] docker-sys-mgmt-agent-go latest d6da5642f055 43 seconds ago 312MB [2021-04-19T20:53:24.478Z] docker-security-secretstore-setup-go latest ae096effe384 About a minute ago 26.3MB [2021-04-19T20:53:24.478Z] docker-core-command-go latest e61bf0cd0e23 About a minute ago 17.5MB [2021-04-19T20:53:24.478Z] docker-core-metadata-go latest 8d0b62bcce19 About a minute ago 19.2MB [2021-04-19T20:53:24.478Z] docker-support-notifications-go latest a2835bef9aad About a minute ago 18.2MB [2021-04-19T20:53:24.478Z] 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-19T20:53:24.627Z] provisioning config files... [2021-04-19T20:53:24.663Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config4688856015022612825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:53:24.759Z] Removing intermediate container 20b8ca501845 [2021-04-19T20:53:24.760Z] ---> f208f977782a [2021-04-19T20:53:24.760Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T20:53:24.989Z] ---> docker-login.sh [2021-04-19T20:53:24.989Z] nexus3.edgexfoundry.org:10001 [2021-04-19T20:53:24.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:53:25.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:53:25.253Z] Configure a credential helper to remove this warning. See [2021-04-19T20:53:25.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:53:25.253Z] [2021-04-19T20:53:25.253Z] Login Succeeded [2021-04-19T20:53:25.253Z] nexus3.edgexfoundry.org:10002 [2021-04-19T20:53:25.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:53:25.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:53:25.253Z] Configure a credential helper to remove this warning. See [2021-04-19T20:53:25.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:53:25.253Z] [2021-04-19T20:53:25.253Z] Login Succeeded [2021-04-19T20:53:25.253Z] nexus3.edgexfoundry.org:10003 [2021-04-19T20:53:25.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:53:25.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:53:25.515Z] Configure a credential helper to remove this warning. See [2021-04-19T20:53:25.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:53:25.515Z] [2021-04-19T20:53:25.515Z] Login Succeeded [2021-04-19T20:53:25.515Z] nexus3.edgexfoundry.org:10004 [2021-04-19T20:53:25.733Z] ---> Running in e13070acb789 [2021-04-19T20:53:25.733Z] Removing intermediate container 2bb4d2d7291b [2021-04-19T20:53:25.733Z] ---> 5a2bf7b1fedb [2021-04-19T20:53:25.733Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T20:53:25.733Z] Removing intermediate container 2808a8a6f55a [2021-04-19T20:53:25.733Z] ---> 8a6d149c9049 [2021-04-19T20:53:25.733Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T20:53:25.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:53:25.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:53:25.780Z] Configure a credential helper to remove this warning. See [2021-04-19T20:53:25.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:53:25.780Z] [2021-04-19T20:53:25.780Z] Login Succeeded [2021-04-19T20:53:25.780Z] docker.io [2021-04-19T20:53:26.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:53:26.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:53:26.304Z] Configure a credential helper to remove this warning. See [2021-04-19T20:53:26.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:53:26.304Z] [2021-04-19T20:53:26.304Z] Login Succeeded [2021-04-19T20:53:26.304Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T20:53:26.315Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-04-19T20:53:26.336Z] ---> 8b362df00c72 [2021-04-19T20:53:26.336Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:53:26.396Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-19T20:53:26.397Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:26.397Z] 2.0.0-dev.178 [2021-04-19T20:53:26.397Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:26.397Z] master [2021-04-19T20:53:26.397Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:26.610Z] ---> Running in 884f2a45656e [2021-04-19T20:53:26.610Z] Removing intermediate container e13070acb789 [2021-04-19T20:53:26.610Z] ---> 7a0bb967d98f [2021-04-19T20:53:26.610Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T20:53:26.750Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:27.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:27.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T20:53:27.057Z] 44e5616771f9: Preparing [2021-04-19T20:53:27.057Z] b100e28b6c87: Preparing [2021-04-19T20:53:27.057Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:27.057Z] d97db1b560bf: Preparing [2021-04-19T20:53:27.057Z] 32f366d666a5: Preparing [2021-04-19T20:53:27.057Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:27.209Z] ---> 7a8e5923854c [2021-04-19T20:53:27.209Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T20:53:27.209Z] ---> Running in d7810ce721d4 [2021-04-19T20:53:27.319Z] d97db1b560bf: Pushed [2021-04-19T20:53:27.319Z] 44e5616771f9: Pushed [2021-04-19T20:53:27.319Z] 4690c4b6ade8: Pushed [2021-04-19T20:53:27.484Z] ---> Running in 224287da2880 [2021-04-19T20:53:27.484Z] Removing intermediate container 884f2a45656e [2021-04-19T20:53:27.484Z] ---> 98d69fef2c96 [2021-04-19T20:53:27.484Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T20:53:27.484Z] ---> 271c9affaae3 [2021-04-19T20:53:27.484Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T20:53:27.762Z] ---> Running in 0d8017a8104b [2021-04-19T20:53:27.762Z] Removing intermediate container d7810ce721d4 [2021-04-19T20:53:27.762Z] ---> 5db5c4c35062 [2021-04-19T20:53:27.762Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:53:28.266Z] b100e28b6c87: Pushed [2021-04-19T20:53:28.528Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:731ec970074870dc4712e3e50c12c42cc9e2513b86f6f55784f7394a924ba398 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:28.755Z] Removing intermediate container 0d8017a8104b [2021-04-19T20:53:28.755Z] ---> 9171f1cf10da [2021-04-19T20:53:28.755Z] Step 15/23 : WORKDIR / [2021-04-19T20:53:28.755Z] ---> 0f496b028f82 [2021-04-19T20:53:28.756Z] 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-19T20:53:28.847Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.178 [2021-04-19T20:53:29.033Z] ---> Running in 1e3a6b246905 [2021-04-19T20:53:29.033Z] ---> Running in 60cf49e2f543 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:29.312Z] ---> b4be2ebd1208 [2021-04-19T20:53:29.312Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T20:53:29.312Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T20:53:29.312Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T20:53:29.312Z] ---> eeaf43b92773 [2021-04-19T20:53:29.312Z] 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-19T20:53:29.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.178 [2021-04-19T20:53:29.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T20:53:29.426Z] 44e5616771f9: Preparing [2021-04-19T20:53:29.426Z] b100e28b6c87: Preparing [2021-04-19T20:53:29.426Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:29.426Z] d97db1b560bf: Preparing [2021-04-19T20:53:29.426Z] 32f366d666a5: Preparing [2021-04-19T20:53:29.426Z] 44e5616771f9: Layer already exists [2021-04-19T20:53:29.426Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:29.426Z] b100e28b6c87: Layer already exists [2021-04-19T20:53:29.426Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:29.426Z] d97db1b560bf: Layer already exists [2021-04-19T20:53:29.426Z] 2.0.0-dev.178: digest: sha256:731ec970074870dc4712e3e50c12c42cc9e2513b86f6f55784f7394a924ba398 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:29.591Z] ---> Running in c80ddca2a29a [2021-04-19T20:53:29.591Z] Removing intermediate container 1e3a6b246905 [2021-04-19T20:53:29.591Z] ---> 382a92373678 [2021-04-19T20:53:29.591Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:53:29.735Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:30.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:30.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T20:53:30.040Z] 44e5616771f9: Preparing [2021-04-19T20:53:30.040Z] b100e28b6c87: Preparing [2021-04-19T20:53:30.040Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:30.040Z] d97db1b560bf: Preparing [2021-04-19T20:53:30.040Z] 32f366d666a5: Preparing [2021-04-19T20:53:30.040Z] 44e5616771f9: Layer already exists [2021-04-19T20:53:30.040Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:30.040Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:30.040Z] d97db1b560bf: Layer already exists [2021-04-19T20:53:30.040Z] b100e28b6c87: Layer already exists [2021-04-19T20:53:30.040Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:731ec970074870dc4712e3e50c12c42cc9e2513b86f6f55784f7394a924ba398 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:30.350Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:30.574Z] Removing intermediate container c80ddca2a29a [2021-04-19T20:53:30.574Z] ---> 22808fc8846d [2021-04-19T20:53:30.574Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T20:53:30.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-19T20:53:30.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T20:53:30.653Z] 44e5616771f9: Preparing [2021-04-19T20:53:30.653Z] b100e28b6c87: Preparing [2021-04-19T20:53:30.653Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:30.653Z] d97db1b560bf: Preparing [2021-04-19T20:53:30.653Z] 32f366d666a5: Preparing [2021-04-19T20:53:30.653Z] b100e28b6c87: Layer already exists [2021-04-19T20:53:30.653Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:30.653Z] 44e5616771f9: Layer already exists [2021-04-19T20:53:30.653Z] d97db1b560bf: Layer already exists [2021-04-19T20:53:30.653Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:30.653Z] master: digest: sha256:731ec970074870dc4712e3e50c12c42cc9e2513b86f6f55784f7394a924ba398 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:53:30.709Z] ===================================================== [Pipeline] echo [2021-04-19T20:53:30.726Z] taggedImages: [2021-04-19T20:53:30.726Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:30.726Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.178 [2021-04-19T20:53:30.726Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:30.726Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-19T20:53:30.760Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-19T20:53:30.760Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:30.760Z] 2.0.0-dev.178 [2021-04-19T20:53:30.760Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:30.760Z] master [2021-04-19T20:53:30.760Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:30.849Z] ---> Running in 570185f52195 [2021-04-19T20:53:31.129Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:31.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:31.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T20:53:31.439Z] d5afa5a6484d: Preparing [2021-04-19T20:53:31.439Z] c5afa88d7063: Preparing [2021-04-19T20:53:31.439Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:31.439Z] 46d5d81541de: Preparing [2021-04-19T20:53:31.439Z] 72b5e359d462: Preparing [2021-04-19T20:53:31.439Z] 32f366d666a5: Preparing [2021-04-19T20:53:31.439Z] 32f366d666a5: Waiting [2021-04-19T20:53:31.439Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:31.459Z] ---> e0917b64e992 [2021-04-19T20:53:31.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T20:53:31.459Z] Removing intermediate container 224287da2880 [2021-04-19T20:53:31.459Z] ---> 035cfa73f5c1 [2021-04-19T20:53:31.459Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:53:31.459Z] ---> 3a5afd20d9fd [2021-04-19T20:53:31.459Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T20:53:31.704Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:31.704Z] d5afa5a6484d: Pushed [2021-04-19T20:53:31.704Z] 72b5e359d462: Pushed [2021-04-19T20:53:31.966Z] 46d5d81541de: Pushed [2021-04-19T20:53:32.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:32.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:53:32.913Z] c5afa88d7063: Pushed [2021-04-19T20:53:32.990Z] Removing intermediate container 60cf49e2f543 [2021-04-19T20:53:32.990Z] ---> 863832b906ea [2021-04-19T20:53:32.990Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T20:53:32.990Z] ---> 021c98176581 [2021-04-19T20:53:32.990Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T20:53:33.175Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:631ee135f624604f09f214d1d586709b35d131e78dc08c1e5ec1ebee27a06218 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:33.263Z] ---> df50e3a265d4 [2021-04-19T20:53:33.263Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T20:53:33.481Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:33.545Z] ---> Running in 2830eaec1267 [2021-04-19T20:53:33.545Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T20:53:33.545Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T20:53:33.545Z] Executing bash-5.0.17-r0.post-install [2021-04-19T20:53:33.545Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:53:33.545Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T20:53:33.545Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T20:53:33.545Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T20:53:33.545Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T20:53:33.545Z] ---> e9254cd87c64 [2021-04-19T20:53:33.545Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T20:53:33.545Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T20:53:33.545Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T20:53:33.545Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T20:53:33.545Z] ---> Running in d204a9bd5494 [2021-04-19T20:53:33.545Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T20:53:33.545Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T20:53:33.545Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T20:53:33.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.178 [2021-04-19T20:53:33.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T20:53:33.784Z] d5afa5a6484d: Preparing [2021-04-19T20:53:33.784Z] c5afa88d7063: Preparing [2021-04-19T20:53:33.784Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:33.784Z] 46d5d81541de: Preparing [2021-04-19T20:53:33.784Z] 72b5e359d462: Preparing [2021-04-19T20:53:33.784Z] 32f366d666a5: Preparing [2021-04-19T20:53:33.784Z] 32f366d666a5: Waiting [2021-04-19T20:53:33.784Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:33.784Z] 46d5d81541de: Layer already exists [2021-04-19T20:53:33.784Z] d5afa5a6484d: Layer already exists [2021-04-19T20:53:33.784Z] c5afa88d7063: Layer already exists [2021-04-19T20:53:33.784Z] 72b5e359d462: Layer already exists [2021-04-19T20:53:33.784Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:33.784Z] 2.0.0-dev.178: digest: sha256:631ee135f624604f09f214d1d586709b35d131e78dc08c1e5ec1ebee27a06218 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:34.097Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:34.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:34.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T20:53:34.408Z] d5afa5a6484d: Preparing [2021-04-19T20:53:34.408Z] c5afa88d7063: Preparing [2021-04-19T20:53:34.408Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:34.408Z] 46d5d81541de: Preparing [2021-04-19T20:53:34.408Z] 72b5e359d462: Preparing [2021-04-19T20:53:34.408Z] 32f366d666a5: Preparing [2021-04-19T20:53:34.408Z] 32f366d666a5: Waiting [2021-04-19T20:53:34.408Z] d5afa5a6484d: Layer already exists [2021-04-19T20:53:34.408Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:34.408Z] c5afa88d7063: Layer already exists [2021-04-19T20:53:34.408Z] 72b5e359d462: Layer already exists [2021-04-19T20:53:34.408Z] 46d5d81541de: Layer already exists [2021-04-19T20:53:34.408Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:34.408Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:631ee135f624604f09f214d1d586709b35d131e78dc08c1e5ec1ebee27a06218 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:34.534Z] Removing intermediate container 2830eaec1267 [2021-04-19T20:53:34.534Z] ---> d0f0de14caf0 [2021-04-19T20:53:34.534Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T20:53:34.718Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:34.811Z] Removing intermediate container d204a9bd5494 [2021-04-19T20:53:34.811Z] ---> a7fe1c3f3d38 [2021-04-19T20:53:34.811Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:53:34.811Z] ---> Running in 3b04c9795203 [2021-04-19T20:53:35.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-19T20:53:35.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T20:53:35.019Z] d5afa5a6484d: Preparing [2021-04-19T20:53:35.019Z] c5afa88d7063: Preparing [2021-04-19T20:53:35.019Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:35.019Z] 46d5d81541de: Preparing [2021-04-19T20:53:35.019Z] 72b5e359d462: Preparing [2021-04-19T20:53:35.019Z] 32f366d666a5: Preparing [2021-04-19T20:53:35.020Z] 32f366d666a5: Waiting [2021-04-19T20:53:35.020Z] 72b5e359d462: Layer already exists [2021-04-19T20:53:35.020Z] 46d5d81541de: Layer already exists [2021-04-19T20:53:35.020Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:35.020Z] c5afa88d7063: Layer already exists [2021-04-19T20:53:35.020Z] d5afa5a6484d: Layer already exists [2021-04-19T20:53:35.020Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:35.020Z] master: digest: sha256:631ee135f624604f09f214d1d586709b35d131e78dc08c1e5ec1ebee27a06218 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:53:35.071Z] ===================================================== [2021-04-19T20:53:35.084Z] ---> 4a70387a662d [2021-04-19T20:53:35.084Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T20:53:35.084Z] ---> 6f873890333f [2021-04-19T20:53:35.084Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T20:53:35.084Z] ---> Running in 7403f78d9754 [Pipeline] echo [2021-04-19T20:53:35.086Z] taggedImages: [2021-04-19T20:53:35.086Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:35.086Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.178 [2021-04-19T20:53:35.086Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:35.086Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-19T20:53:35.126Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-19T20:53:35.126Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:35.126Z] 2.0.0-dev.178 [2021-04-19T20:53:35.126Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:35.126Z] master [2021-04-19T20:53:35.126Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:35.371Z] ---> Running in b689c9952728 [2021-04-19T20:53:35.471Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:35.646Z] Removing intermediate container 3b04c9795203 [2021-04-19T20:53:35.646Z] ---> 17f75af97f88 [2021-04-19T20:53:35.646Z] Step 23/24 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:35.936Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T20:53:35.936Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T20:53:35.936Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T20:53:35.936Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T20:53:35.936Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T20:53:35.936Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T20:53:35.936Z] ---> Running in c6a1df4d2066 [2021-04-19T20:53:35.936Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T20:53:35.936Z] Removing intermediate container 7403f78d9754 [2021-04-19T20:53:35.936Z] ---> ae3b83686ed5 [2021-04-19T20:53:35.936Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T20:53:36.208Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T20:53:36.208Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T20:53:36.208Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T20:53:36.208Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T20:53:36.208Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T20:53:36.208Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T20:53:36.208Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T20:53:36.208Z] Removing intermediate container b689c9952728 [2021-04-19T20:53:36.208Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T20:53:36.208Z] ---> 7980e98ec3c4 [2021-04-19T20:53:36.208Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:53:36.208Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T20:53:36.208Z] ---> 30e2f760585c [2021-04-19T20:53:36.208Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T20:53:36.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:36.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T20:53:36.285Z] 34d0f461e2fc: Preparing [2021-04-19T20:53:36.285Z] 2631dd725bc8: Preparing [2021-04-19T20:53:36.285Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:36.285Z] 75ded0ebb3d8: Preparing [2021-04-19T20:53:36.285Z] 32f366d666a5: Preparing [2021-04-19T20:53:36.285Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:36.285Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:36.486Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T20:53:36.486Z] ---> Running in 6f637416989c [2021-04-19T20:53:36.486Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T20:53:36.486Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T20:53:36.486Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T20:53:36.486Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T20:53:36.486Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T20:53:36.486Z] ---> Running in a5a7a07546d6 [2021-04-19T20:53:36.486Z] Removing intermediate container c6a1df4d2066 [2021-04-19T20:53:36.486Z] ---> c54b291236aa [2021-04-19T20:53:36.486Z] Step 24/24 : LABEL version=2.0.0-dev.178 [2021-04-19T20:53:36.486Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T20:53:36.486Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T20:53:36.486Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T20:53:36.486Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T20:53:36.549Z] 34d0f461e2fc: Pushed [2021-04-19T20:53:36.549Z] 75ded0ebb3d8: Pushed [2021-04-19T20:53:36.771Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T20:53:36.771Z] OK: 72 MiB in 59 packages [2021-04-19T20:53:36.771Z] ---> Running in 3a255c001a0e [2021-04-19T20:53:37.041Z] Removing intermediate container 6f637416989c [2021-04-19T20:53:37.041Z] ---> 3a5f0c57aa55 [2021-04-19T20:53:37.041Z] Step 21/22 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:37.313Z] Removing intermediate container a5a7a07546d6 [2021-04-19T20:53:37.313Z] ---> 27cfd9a23070 [2021-04-19T20:53:37.313Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T20:53:37.313Z] ---> Running in 9c1755f41e4f [2021-04-19T20:53:37.313Z] ---> 2bc37278663c [2021-04-19T20:53:37.313Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T20:53:37.588Z] ---> Running in 28f19003e8cc [2021-04-19T20:53:37.588Z] Removing intermediate container 3a255c001a0e [2021-04-19T20:53:37.588Z] ---> f784e656c88a [2021-04-19T20:53:37.588Z] [2021-04-19T20:53:37.939Z] 2631dd725bc8: Pushed [2021-04-19T20:53:37.939Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:f89b4da34e218ddb9903f551517dc1b659d59854a24a48750afa7a37d4275e6a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:38.186Z] Successfully built f784e656c88a [2021-04-19T20:53:38.187Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T20:53:38.187Z] Removing intermediate container 9c1755f41e4f [2021-04-19T20:53:38.187Z] Building docker-core-command-go [2021-04-19T20:53:38.187Z]  Building docker-security-secretstore-setup-go ... done  ---> c1357f47ce49 [2021-04-19T20:53:38.187Z] Step 22/22 : LABEL version=2.0.0-dev.178 [2021-04-19T20:53:38.245Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:38.458Z] Removing intermediate container 28f19003e8cc [2021-04-19T20:53:38.458Z] ---> 6012e0a0aa54 [2021-04-19T20:53:38.458Z] Step 22/23 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:38.458Z] ---> Running in 5b54b631cf00 [2021-04-19T20:53:38.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.178 [2021-04-19T20:53:38.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T20:53:38.550Z] 34d0f461e2fc: Preparing [2021-04-19T20:53:38.550Z] 2631dd725bc8: Preparing [2021-04-19T20:53:38.550Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:38.550Z] 75ded0ebb3d8: Preparing [2021-04-19T20:53:38.550Z] 32f366d666a5: Preparing [2021-04-19T20:53:38.550Z] 2631dd725bc8: Layer already exists [2021-04-19T20:53:38.550Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:38.550Z] 75ded0ebb3d8: Layer already exists [2021-04-19T20:53:38.550Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:38.550Z] 34d0f461e2fc: Layer already exists [2021-04-19T20:53:38.550Z] 2.0.0-dev.178: digest: sha256:f89b4da34e218ddb9903f551517dc1b659d59854a24a48750afa7a37d4275e6a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:38.730Z] ---> 150f640ad154 [2021-04-19T20:53:38.730Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T20:53:38.860Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:39.008Z] ---> Running in e1ce925bfd47 [2021-04-19T20:53:39.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:39.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T20:53:39.169Z] 34d0f461e2fc: Preparing [2021-04-19T20:53:39.169Z] 2631dd725bc8: Preparing [2021-04-19T20:53:39.169Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:39.169Z] 75ded0ebb3d8: Preparing [2021-04-19T20:53:39.169Z] 32f366d666a5: Preparing [2021-04-19T20:53:39.169Z] 34d0f461e2fc: Layer already exists [2021-04-19T20:53:39.169Z] 2631dd725bc8: Layer already exists [2021-04-19T20:53:39.169Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:39.169Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:39.169Z] 75ded0ebb3d8: Layer already exists [2021-04-19T20:53:39.169Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:f89b4da34e218ddb9903f551517dc1b659d59854a24a48750afa7a37d4275e6a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:39.281Z] ---> Running in 7502195a213d [2021-04-19T20:53:39.281Z] Removing intermediate container 5b54b631cf00 [2021-04-19T20:53:39.281Z] ---> 552e3b17fa05 [2021-04-19T20:53:39.281Z] [2021-04-19T20:53:39.513Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:39.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-19T20:53:39.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T20:53:39.821Z] 34d0f461e2fc: Preparing [2021-04-19T20:53:39.821Z] 2631dd725bc8: Preparing [2021-04-19T20:53:39.821Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:39.821Z] 75ded0ebb3d8: Preparing [2021-04-19T20:53:39.821Z] 32f366d666a5: Preparing [2021-04-19T20:53:39.821Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:39.821Z] 34d0f461e2fc: Layer already exists [2021-04-19T20:53:39.821Z] 75ded0ebb3d8: Layer already exists [2021-04-19T20:53:39.821Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:39.821Z] 2631dd725bc8: Layer already exists [2021-04-19T20:53:39.887Z] Successfully built 552e3b17fa05 [2021-04-19T20:53:39.887Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T20:53:39.887Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-04-19T20:53:39.887Z] Removing intermediate container e1ce925bfd47 [2021-04-19T20:53:39.887Z] ---> b4c5fbbfe85f [2021-04-19T20:53:39.887Z] Step 23/23 : LABEL version=2.0.0-dev.178 [2021-04-19T20:53:40.086Z] master: digest: sha256:f89b4da34e218ddb9903f551517dc1b659d59854a24a48750afa7a37d4275e6a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:53:40.137Z] ===================================================== [Pipeline] echo [2021-04-19T20:53:40.150Z] taggedImages: [2021-04-19T20:53:40.150Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:40.150Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.178 [2021-04-19T20:53:40.150Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:40.150Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-19T20:53:40.183Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-19T20:53:40.183Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:40.183Z] 2.0.0-dev.178 [2021-04-19T20:53:40.183Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:40.183Z] master [2021-04-19T20:53:40.183Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:40.496Z] Removing intermediate container 7502195a213d [2021-04-19T20:53:40.496Z] ---> fcb02df7e059 [2021-04-19T20:53:40.496Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T20:53:40.496Z] ---> Running in 3ec1489ab7ac [2021-04-19T20:53:40.632Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:40.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:40.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T20:53:40.981Z] 432b6c9f7dfc: Preparing [2021-04-19T20:53:40.981Z] 432b6c9f7dfc: Preparing [2021-04-19T20:53:40.981Z] 1dbb5f5c82c5: Preparing [2021-04-19T20:53:40.981Z] ded6b7d87ed9: Preparing [2021-04-19T20:53:40.981Z] 16c97ddeeec8: Preparing [2021-04-19T20:53:40.981Z] beb0f6880ee1: Preparing [2021-04-19T20:53:40.981Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:40.981Z] bcca8d4496db: Preparing [2021-04-19T20:53:40.981Z] bcca8d4496db: Preparing [2021-04-19T20:53:40.981Z] 9ea60afb058c: Preparing [2021-04-19T20:53:40.981Z] 42171ab88ac0: Preparing [2021-04-19T20:53:40.981Z] 32f366d666a5: Preparing [2021-04-19T20:53:40.981Z] 4690c4b6ade8: Waiting [2021-04-19T20:53:40.981Z] 9ea60afb058c: Waiting [2021-04-19T20:53:40.981Z] 42171ab88ac0: Waiting [2021-04-19T20:53:40.981Z] 32f366d666a5: Waiting [2021-04-19T20:53:40.981Z] bcca8d4496db: Waiting [2021-04-19T20:53:41.246Z] ded6b7d87ed9: Pushed [2021-04-19T20:53:41.246Z] 1dbb5f5c82c5: Pushed [2021-04-19T20:53:41.246Z] 432b6c9f7dfc: Pushed [2021-04-19T20:53:41.246Z] 16c97ddeeec8: Pushed [2021-04-19T20:53:41.246Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:41.496Z] Removing intermediate container 3ec1489ab7ac [2021-04-19T20:53:41.496Z] ---> 56f9c3e039b5 [2021-04-19T20:53:41.496Z] [2021-04-19T20:53:41.509Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:41.509Z] 42171ab88ac0: Pushed [2021-04-19T20:53:41.509Z] bcca8d4496db: Pushed [2021-04-19T20:53:41.770Z] 9ea60afb058c: Pushed [2021-04-19T20:53:41.771Z] Successfully built 56f9c3e039b5 [2021-04-19T20:53:41.771Z] ---> 312f9d928e50 [2021-04-19T20:53:41.771Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T20:53:41.771Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T20:53:41.771Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-04-19T20:53:42.050Z] Collecting docker-compose==1.23.2 [2021-04-19T20:53:42.325Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T20:53:42.596Z] ---> Running in d592a480cee0 [2021-04-19T20:53:42.714Z] beb0f6880ee1: Pushed [2021-04-19T20:53:42.714Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:04b54cbac1f1418a1da12c4f07f8672e738213f8cb0b7fd0667cff855370e33a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:43.022Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:43.194Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T20:53:43.194Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T20:53:43.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.178 [2021-04-19T20:53:43.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T20:53:43.331Z] 432b6c9f7dfc: Preparing [2021-04-19T20:53:43.331Z] 432b6c9f7dfc: Preparing [2021-04-19T20:53:43.331Z] 1dbb5f5c82c5: Preparing [2021-04-19T20:53:43.331Z] ded6b7d87ed9: Preparing [2021-04-19T20:53:43.331Z] 16c97ddeeec8: Preparing [2021-04-19T20:53:43.331Z] beb0f6880ee1: Preparing [2021-04-19T20:53:43.331Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:43.331Z] bcca8d4496db: Preparing [2021-04-19T20:53:43.331Z] bcca8d4496db: Preparing [2021-04-19T20:53:43.331Z] 9ea60afb058c: Preparing [2021-04-19T20:53:43.331Z] 42171ab88ac0: Preparing [2021-04-19T20:53:43.331Z] 32f366d666a5: Preparing [2021-04-19T20:53:43.331Z] 9ea60afb058c: Waiting [2021-04-19T20:53:43.331Z] 42171ab88ac0: Waiting [2021-04-19T20:53:43.331Z] 32f366d666a5: Waiting [2021-04-19T20:53:43.331Z] 4690c4b6ade8: Waiting [2021-04-19T20:53:43.331Z] bcca8d4496db: Waiting [2021-04-19T20:53:43.331Z] beb0f6880ee1: Layer already exists [2021-04-19T20:53:43.331Z] 16c97ddeeec8: Layer already exists [2021-04-19T20:53:43.331Z] 1dbb5f5c82c5: Layer already exists [2021-04-19T20:53:43.331Z] ded6b7d87ed9: Layer already exists [2021-04-19T20:53:43.331Z] 432b6c9f7dfc: Layer already exists [2021-04-19T20:53:43.331Z] 9ea60afb058c: Layer already exists [2021-04-19T20:53:43.331Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:43.331Z] bcca8d4496db: Layer already exists [2021-04-19T20:53:43.331Z] 42171ab88ac0: Layer already exists [2021-04-19T20:53:43.331Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:43.595Z] 2.0.0-dev.178: digest: sha256:04b54cbac1f1418a1da12c4f07f8672e738213f8cb0b7fd0667cff855370e33a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:43.907Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:44.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:44.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T20:53:44.221Z] 432b6c9f7dfc: Preparing [2021-04-19T20:53:44.221Z] 432b6c9f7dfc: Preparing [2021-04-19T20:53:44.221Z] 1dbb5f5c82c5: Preparing [2021-04-19T20:53:44.221Z] ded6b7d87ed9: Preparing [2021-04-19T20:53:44.221Z] 16c97ddeeec8: Preparing [2021-04-19T20:53:44.221Z] beb0f6880ee1: Preparing [2021-04-19T20:53:44.221Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:44.221Z] bcca8d4496db: Preparing [2021-04-19T20:53:44.221Z] bcca8d4496db: Preparing [2021-04-19T20:53:44.221Z] 9ea60afb058c: Preparing [2021-04-19T20:53:44.221Z] 42171ab88ac0: Preparing [2021-04-19T20:53:44.221Z] 32f366d666a5: Preparing [2021-04-19T20:53:44.221Z] bcca8d4496db: Waiting [2021-04-19T20:53:44.221Z] 9ea60afb058c: Waiting [2021-04-19T20:53:44.221Z] 42171ab88ac0: Waiting [2021-04-19T20:53:44.221Z] 32f366d666a5: Waiting [2021-04-19T20:53:44.221Z] 4690c4b6ade8: Waiting [2021-04-19T20:53:44.221Z] 1dbb5f5c82c5: Layer already exists [2021-04-19T20:53:44.221Z] 432b6c9f7dfc: Layer already exists [2021-04-19T20:53:44.221Z] 16c97ddeeec8: Layer already exists [2021-04-19T20:53:44.221Z] ded6b7d87ed9: Layer already exists [2021-04-19T20:53:44.221Z] beb0f6880ee1: Layer already exists [2021-04-19T20:53:44.221Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:44.221Z] 9ea60afb058c: Layer already exists [2021-04-19T20:53:44.221Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:44.221Z] 42171ab88ac0: Layer already exists [2021-04-19T20:53:44.221Z] bcca8d4496db: Layer already exists [2021-04-19T20:53:44.221Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:04b54cbac1f1418a1da12c4f07f8672e738213f8cb0b7fd0667cff855370e33a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:44.536Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:44.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-19T20:53:44.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T20:53:44.843Z] 432b6c9f7dfc: Preparing [2021-04-19T20:53:44.843Z] 432b6c9f7dfc: Preparing [2021-04-19T20:53:44.843Z] 1dbb5f5c82c5: Preparing [2021-04-19T20:53:44.843Z] ded6b7d87ed9: Preparing [2021-04-19T20:53:44.843Z] 16c97ddeeec8: Preparing [2021-04-19T20:53:44.843Z] beb0f6880ee1: Preparing [2021-04-19T20:53:44.843Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:44.843Z] bcca8d4496db: Preparing [2021-04-19T20:53:44.843Z] bcca8d4496db: Preparing [2021-04-19T20:53:44.843Z] 9ea60afb058c: Preparing [2021-04-19T20:53:44.843Z] 42171ab88ac0: Preparing [2021-04-19T20:53:44.843Z] 32f366d666a5: Preparing [2021-04-19T20:53:44.843Z] 4690c4b6ade8: Waiting [2021-04-19T20:53:44.843Z] bcca8d4496db: Waiting [2021-04-19T20:53:44.843Z] 9ea60afb058c: Waiting [2021-04-19T20:53:44.843Z] 42171ab88ac0: Waiting [2021-04-19T20:53:44.843Z] 32f366d666a5: Waiting [2021-04-19T20:53:44.843Z] 16c97ddeeec8: Layer already exists [2021-04-19T20:53:44.843Z] 432b6c9f7dfc: Layer already exists [2021-04-19T20:53:44.843Z] 1dbb5f5c82c5: Layer already exists [2021-04-19T20:53:44.843Z] beb0f6880ee1: Layer already exists [2021-04-19T20:53:44.843Z] ded6b7d87ed9: Layer already exists [2021-04-19T20:53:44.843Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:44.843Z] bcca8d4496db: Layer already exists [2021-04-19T20:53:44.843Z] 9ea60afb058c: Layer already exists [2021-04-19T20:53:44.843Z] 42171ab88ac0: Layer already exists [2021-04-19T20:53:44.843Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:45.116Z] master: digest: sha256:04b54cbac1f1418a1da12c4f07f8672e738213f8cb0b7fd0667cff855370e33a size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:53:45.171Z] ===================================================== [Pipeline] echo [2021-04-19T20:53:45.185Z] taggedImages: [2021-04-19T20:53:45.186Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:45.186Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.178 [2021-04-19T20:53:45.186Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:45.186Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-19T20:53:45.217Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-19T20:53:45.217Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:45.217Z] 2.0.0-dev.178 [2021-04-19T20:53:45.217Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:45.217Z] master [2021-04-19T20:53:45.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:45.562Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:45.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:45.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T20:53:45.868Z] 8b706fbd1d6e: Preparing [2021-04-19T20:53:45.868Z] 20257ec21f37: Preparing [2021-04-19T20:53:45.868Z] 246f43469b66: Preparing [2021-04-19T20:53:45.868Z] 5d223202103b: Preparing [2021-04-19T20:53:45.868Z] a870cc197ab2: Preparing [2021-04-19T20:53:45.868Z] 32f366d666a5: Preparing [2021-04-19T20:53:45.868Z] 32f366d666a5: Waiting [2021-04-19T20:53:46.138Z] 246f43469b66: Pushed [2021-04-19T20:53:46.138Z] 5d223202103b: Pushed [2021-04-19T20:53:46.138Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:46.138Z] a870cc197ab2: Pushed [2021-04-19T20:53:46.635Z] Removing intermediate container d592a480cee0 [2021-04-19T20:53:46.635Z] ---> 13db89b85bb1 [2021-04-19T20:53:46.635Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T20:53:46.909Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T20:53:46.909Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T20:53:47.087Z] 20257ec21f37: Pushed [2021-04-19T20:53:47.087Z] 8b706fbd1d6e: Pushed [2021-04-19T20:53:47.184Z] ---> Running in 9da6117aacb8 [2021-04-19T20:53:47.349Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:baf41ffa9b3fb70e4ff559bc4940de20c507e25879768f9386e1a3fe066c6ef7 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:47.462Z] 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-19T20:53:47.662Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:47.735Z] Removing intermediate container 9da6117aacb8 [2021-04-19T20:53:47.735Z] ---> b0d712b797d6 [2021-04-19T20:53:47.735Z] Step 28/31 : CMD ["gate"] [2021-04-19T20:53:47.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.178 [2021-04-19T20:53:47.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T20:53:47.963Z] 8b706fbd1d6e: Preparing [2021-04-19T20:53:47.963Z] 20257ec21f37: Preparing [2021-04-19T20:53:47.963Z] 246f43469b66: Preparing [2021-04-19T20:53:47.963Z] 5d223202103b: Preparing [2021-04-19T20:53:47.963Z] a870cc197ab2: Preparing [2021-04-19T20:53:47.963Z] 32f366d666a5: Preparing [2021-04-19T20:53:47.963Z] 32f366d666a5: Waiting [2021-04-19T20:53:47.963Z] 8b706fbd1d6e: Layer already exists [2021-04-19T20:53:47.963Z] 5d223202103b: Layer already exists [2021-04-19T20:53:47.963Z] a870cc197ab2: Layer already exists [2021-04-19T20:53:47.963Z] 20257ec21f37: Layer already exists [2021-04-19T20:53:47.963Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:47.963Z] 246f43469b66: Layer already exists [2021-04-19T20:53:47.963Z] 2.0.0-dev.178: digest: sha256:baf41ffa9b3fb70e4ff559bc4940de20c507e25879768f9386e1a3fe066c6ef7 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:48.273Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:48.333Z] ---> Running in 5ffd241f968f [2021-04-19T20:53:48.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:48.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T20:53:48.574Z] 8b706fbd1d6e: Preparing [2021-04-19T20:53:48.574Z] 20257ec21f37: Preparing [2021-04-19T20:53:48.574Z] 246f43469b66: Preparing [2021-04-19T20:53:48.574Z] 5d223202103b: Preparing [2021-04-19T20:53:48.574Z] a870cc197ab2: Preparing [2021-04-19T20:53:48.574Z] 32f366d666a5: Preparing [2021-04-19T20:53:48.574Z] 32f366d666a5: Waiting [2021-04-19T20:53:48.574Z] 5d223202103b: Layer already exists [2021-04-19T20:53:48.574Z] 8b706fbd1d6e: Layer already exists [2021-04-19T20:53:48.574Z] 246f43469b66: Layer already exists [2021-04-19T20:53:48.574Z] 20257ec21f37: Layer already exists [2021-04-19T20:53:48.574Z] a870cc197ab2: Layer already exists [2021-04-19T20:53:48.574Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:48.574Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:baf41ffa9b3fb70e4ff559bc4940de20c507e25879768f9386e1a3fe066c6ef7 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:48.604Z] Collecting PyYAML<4,>=3.10 [2021-04-19T20:53:48.604Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T20:53:48.887Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:49.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-19T20:53:49.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T20:53:49.186Z] 8b706fbd1d6e: Preparing [2021-04-19T20:53:49.186Z] 20257ec21f37: Preparing [2021-04-19T20:53:49.186Z] 246f43469b66: Preparing [2021-04-19T20:53:49.186Z] 5d223202103b: Preparing [2021-04-19T20:53:49.186Z] a870cc197ab2: Preparing [2021-04-19T20:53:49.186Z] 32f366d666a5: Preparing [2021-04-19T20:53:49.186Z] 32f366d666a5: Waiting [2021-04-19T20:53:49.186Z] a870cc197ab2: Layer already exists [2021-04-19T20:53:49.186Z] 20257ec21f37: Layer already exists [2021-04-19T20:53:49.186Z] 246f43469b66: Layer already exists [2021-04-19T20:53:49.186Z] 5d223202103b: Layer already exists [2021-04-19T20:53:49.186Z] 8b706fbd1d6e: Layer already exists [2021-04-19T20:53:49.186Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:49.186Z] master: digest: sha256:baf41ffa9b3fb70e4ff559bc4940de20c507e25879768f9386e1a3fe066c6ef7 size: 1575 [Pipeline] } [2021-04-19T20:53:49.200Z] Removing intermediate container 5ffd241f968f [2021-04-19T20:53:49.200Z] ---> 5b9daa82e584 [2021-04-19T20:53:49.200Z] Step 29/31 : LABEL arch=arm64 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:53:49.269Z] ===================================================== [Pipeline] echo [2021-04-19T20:53:49.283Z] taggedImages: [2021-04-19T20:53:49.283Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:49.283Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.178 [2021-04-19T20:53:49.283Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:49.283Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-19T20:53:49.313Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-19T20:53:49.313Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:49.313Z] 2.0.0-dev.178 [2021-04-19T20:53:49.313Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:49.313Z] master [2021-04-19T20:53:49.313Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:49.660Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:49.795Z] ---> Running in 73aa88b6e9bb [2021-04-19T20:53:49.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:49.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T20:53:49.966Z] 340393ee9ab7: Preparing [2021-04-19T20:53:49.966Z] a65955dbe4bc: Preparing [2021-04-19T20:53:49.966Z] 6debb148a656: Preparing [2021-04-19T20:53:49.966Z] abd1612ddcb4: Preparing [2021-04-19T20:53:49.966Z] 6b29340e8939: Preparing [2021-04-19T20:53:49.966Z] 2d574cbd1f02: Preparing [2021-04-19T20:53:49.966Z] 5dfec8cf1a79: Preparing [2021-04-19T20:53:49.966Z] 696fb48ab643: Preparing [2021-04-19T20:53:49.966Z] 32f366d666a5: Preparing [2021-04-19T20:53:49.966Z] 2d574cbd1f02: Waiting [2021-04-19T20:53:49.966Z] 5dfec8cf1a79: Waiting [2021-04-19T20:53:49.966Z] 696fb48ab643: Waiting [2021-04-19T20:53:49.966Z] 32f366d666a5: Waiting [2021-04-19T20:53:50.238Z] a65955dbe4bc: Pushed [2021-04-19T20:53:50.238Z] 340393ee9ab7: Pushed [2021-04-19T20:53:50.238Z] 6b29340e8939: Pushed [2021-04-19T20:53:50.238Z] 2d574cbd1f02: Pushed [2021-04-19T20:53:50.238Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:50.396Z] Removing intermediate container 73aa88b6e9bb [2021-04-19T20:53:50.396Z] ---> a31482abf1e0 [2021-04-19T20:53:50.396Z] Step 30/31 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:50.506Z] 5dfec8cf1a79: Pushed [2021-04-19T20:53:50.774Z] 696fb48ab643: Pushed [2021-04-19T20:53:50.994Z] ---> Running in 8acc31827aea [2021-04-19T20:53:51.037Z] abd1612ddcb4: Pushed [2021-04-19T20:53:51.037Z] 6debb148a656: Pushed [2021-04-19T20:53:51.300Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:7359d299b2bcce7ed6830bdc9f4fe5b6897c887388df44006df86cd2229e15e4 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:51.593Z] Removing intermediate container 8acc31827aea [2021-04-19T20:53:51.593Z] ---> 2b08425637b9 [2021-04-19T20:53:51.593Z] Step 31/31 : LABEL version=2.0.0-dev.178 [2021-04-19T20:53:51.611Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:51.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.178 [2021-04-19T20:53:51.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T20:53:51.912Z] 340393ee9ab7: Preparing [2021-04-19T20:53:51.912Z] a65955dbe4bc: Preparing [2021-04-19T20:53:51.912Z] 6debb148a656: Preparing [2021-04-19T20:53:51.912Z] abd1612ddcb4: Preparing [2021-04-19T20:53:51.912Z] 6b29340e8939: Preparing [2021-04-19T20:53:51.912Z] 2d574cbd1f02: Preparing [2021-04-19T20:53:51.912Z] 5dfec8cf1a79: Preparing [2021-04-19T20:53:51.912Z] 696fb48ab643: Preparing [2021-04-19T20:53:51.912Z] 32f366d666a5: Preparing [2021-04-19T20:53:51.912Z] 2d574cbd1f02: Waiting [2021-04-19T20:53:51.912Z] 5dfec8cf1a79: Waiting [2021-04-19T20:53:51.912Z] 32f366d666a5: Waiting [2021-04-19T20:53:51.912Z] 696fb48ab643: Waiting [2021-04-19T20:53:51.912Z] abd1612ddcb4: Layer already exists [2021-04-19T20:53:51.912Z] 6debb148a656: Layer already exists [2021-04-19T20:53:51.912Z] 340393ee9ab7: Layer already exists [2021-04-19T20:53:51.912Z] a65955dbe4bc: Layer already exists [2021-04-19T20:53:51.912Z] 6b29340e8939: Layer already exists [2021-04-19T20:53:51.913Z] 2d574cbd1f02: Layer already exists [2021-04-19T20:53:51.913Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:51.913Z] 696fb48ab643: Layer already exists [2021-04-19T20:53:51.913Z] 5dfec8cf1a79: Layer already exists [2021-04-19T20:53:51.913Z] 2.0.0-dev.178: digest: sha256:7359d299b2bcce7ed6830bdc9f4fe5b6897c887388df44006df86cd2229e15e4 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:52.194Z] ---> Running in 8e2dcdfd694a [2021-04-19T20:53:52.227Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:52.487Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T20:53:52.488Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T20:53:52.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:52.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T20:53:52.530Z] 340393ee9ab7: Preparing [2021-04-19T20:53:52.530Z] a65955dbe4bc: Preparing [2021-04-19T20:53:52.530Z] 6debb148a656: Preparing [2021-04-19T20:53:52.530Z] abd1612ddcb4: Preparing [2021-04-19T20:53:52.530Z] 6b29340e8939: Preparing [2021-04-19T20:53:52.530Z] 2d574cbd1f02: Preparing [2021-04-19T20:53:52.530Z] 5dfec8cf1a79: Preparing [2021-04-19T20:53:52.530Z] 696fb48ab643: Preparing [2021-04-19T20:53:52.530Z] 32f366d666a5: Preparing [2021-04-19T20:53:52.530Z] 2d574cbd1f02: Waiting [2021-04-19T20:53:52.530Z] 5dfec8cf1a79: Waiting [2021-04-19T20:53:52.530Z] 696fb48ab643: Waiting [2021-04-19T20:53:52.530Z] 32f366d666a5: Waiting [2021-04-19T20:53:52.530Z] a65955dbe4bc: Layer already exists [2021-04-19T20:53:52.530Z] 340393ee9ab7: Layer already exists [2021-04-19T20:53:52.530Z] abd1612ddcb4: Layer already exists [2021-04-19T20:53:52.530Z] 6b29340e8939: Layer already exists [2021-04-19T20:53:52.530Z] 6debb148a656: Layer already exists [2021-04-19T20:53:52.530Z] 5dfec8cf1a79: Layer already exists [2021-04-19T20:53:52.530Z] 2d574cbd1f02: Layer already exists [2021-04-19T20:53:52.530Z] 696fb48ab643: Layer already exists [2021-04-19T20:53:52.530Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:52.530Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:7359d299b2bcce7ed6830bdc9f4fe5b6897c887388df44006df86cd2229e15e4 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:52.759Z] Removing intermediate container 8e2dcdfd694a [2021-04-19T20:53:52.759Z] ---> e082ce1009e3 [2021-04-19T20:53:52.759Z] [2021-04-19T20:53:52.837Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:53.032Z] Successfully built e082ce1009e3 [2021-04-19T20:53:53.032Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T20:53:53.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-19T20:53:53.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T20:53:53.153Z] 340393ee9ab7: Preparing [2021-04-19T20:53:53.153Z] a65955dbe4bc: Preparing [2021-04-19T20:53:53.153Z] 6debb148a656: Preparing [2021-04-19T20:53:53.153Z] abd1612ddcb4: Preparing [2021-04-19T20:53:53.153Z] 6b29340e8939: Preparing [2021-04-19T20:53:53.153Z] 2d574cbd1f02: Preparing [2021-04-19T20:53:53.153Z] 5dfec8cf1a79: Preparing [2021-04-19T20:53:53.153Z] 696fb48ab643: Preparing [2021-04-19T20:53:53.153Z] 32f366d666a5: Preparing [2021-04-19T20:53:53.153Z] 2d574cbd1f02: Waiting [2021-04-19T20:53:53.153Z] 5dfec8cf1a79: Waiting [2021-04-19T20:53:53.153Z] 32f366d666a5: Waiting [2021-04-19T20:53:53.153Z] 696fb48ab643: Waiting [2021-04-19T20:53:53.153Z] 6debb148a656: Layer already exists [2021-04-19T20:53:53.153Z] 6b29340e8939: Layer already exists [2021-04-19T20:53:53.153Z] 340393ee9ab7: Layer already exists [2021-04-19T20:53:53.153Z] abd1612ddcb4: Layer already exists [2021-04-19T20:53:53.153Z] a65955dbe4bc: Layer already exists [2021-04-19T20:53:53.153Z] 2d574cbd1f02: Layer already exists [2021-04-19T20:53:53.153Z] 5dfec8cf1a79: Layer already exists [2021-04-19T20:53:53.153Z] 696fb48ab643: Layer already exists [2021-04-19T20:53:53.153Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:53.153Z] master: digest: sha256:7359d299b2bcce7ed6830bdc9f4fe5b6897c887388df44006df86cd2229e15e4 size: 2198 [2021-04-19T20:53:53.311Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:53:53.474Z] ===================================================== [Pipeline] echo [2021-04-19T20:53:53.488Z] taggedImages: [2021-04-19T20:53:53.488Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:53.488Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.178 [2021-04-19T20:53:53.488Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:53.488Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-19T20:53:53.521Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-19T20:53:53.521Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:53.521Z] 2.0.0-dev.178 [2021-04-19T20:53:53.521Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:53.521Z] master [2021-04-19T20:53:53.521Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:53.874Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:54.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:54.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T20:53:54.181Z] 380ffb6fb768: Preparing [2021-04-19T20:53:54.181Z] 1fc588b24dc3: Preparing [2021-04-19T20:53:54.181Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:54.181Z] 10f6475a2b5f: Preparing [2021-04-19T20:53:54.181Z] 32f366d666a5: Preparing [2021-04-19T20:53:54.181Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:54.181Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:54.444Z] 380ffb6fb768: Pushed [2021-04-19T20:53:54.706Z] 10f6475a2b5f: Pushed [2021-04-19T20:53:55.295Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T20:53:55.295Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T20:53:55.652Z] 1fc588b24dc3: Pushed [2021-04-19T20:53:55.914Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:680df2c89e653b27c698e40e965dd36b61b129b7565acb3904c4761c453897b2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:56.225Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:56.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.178 [2021-04-19T20:53:56.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T20:53:56.534Z] 380ffb6fb768: Preparing [2021-04-19T20:53:56.534Z] 1fc588b24dc3: Preparing [2021-04-19T20:53:56.534Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:56.534Z] 10f6475a2b5f: Preparing [2021-04-19T20:53:56.534Z] 32f366d666a5: Preparing [2021-04-19T20:53:56.534Z] 10f6475a2b5f: Layer already exists [2021-04-19T20:53:56.534Z] 380ffb6fb768: Layer already exists [2021-04-19T20:53:56.534Z] 1fc588b24dc3: Layer already exists [2021-04-19T20:53:56.534Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:56.534Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:56.534Z] 2.0.0-dev.178: digest: sha256:680df2c89e653b27c698e40e965dd36b61b129b7565acb3904c4761c453897b2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:56.838Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:57.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:57.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T20:53:57.137Z] 380ffb6fb768: Preparing [2021-04-19T20:53:57.137Z] 1fc588b24dc3: Preparing [2021-04-19T20:53:57.137Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:57.137Z] 10f6475a2b5f: Preparing [2021-04-19T20:53:57.137Z] 32f366d666a5: Preparing [2021-04-19T20:53:57.137Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:57.137Z] 1fc588b24dc3: Layer already exists [2021-04-19T20:53:57.137Z] 380ffb6fb768: Layer already exists [2021-04-19T20:53:57.137Z] 10f6475a2b5f: Layer already exists [2021-04-19T20:53:57.138Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:57.138Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:680df2c89e653b27c698e40e965dd36b61b129b7565acb3904c4761c453897b2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:57.474Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:57.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-19T20:53:57.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T20:53:57.774Z] 380ffb6fb768: Preparing [2021-04-19T20:53:57.774Z] 1fc588b24dc3: Preparing [2021-04-19T20:53:57.774Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:57.774Z] 10f6475a2b5f: Preparing [2021-04-19T20:53:57.774Z] 32f366d666a5: Preparing [2021-04-19T20:53:57.774Z] 10f6475a2b5f: Layer already exists [2021-04-19T20:53:57.774Z] 1fc588b24dc3: Layer already exists [2021-04-19T20:53:57.774Z] 380ffb6fb768: Layer already exists [2021-04-19T20:53:57.774Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:57.774Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:57.774Z] master: digest: sha256:680df2c89e653b27c698e40e965dd36b61b129b7565acb3904c4761c453897b2 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:53:57.826Z] ===================================================== [Pipeline] echo [2021-04-19T20:53:57.840Z] taggedImages: [2021-04-19T20:53:57.840Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:57.840Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.178 [2021-04-19T20:53:57.840Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:57.840Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-19T20:53:57.870Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-19T20:53:57.870Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:57.870Z] 2.0.0-dev.178 [2021-04-19T20:53:57.870Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:53:57.870Z] master [2021-04-19T20:53:57.870Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:58.217Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:53:58.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:53:58.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T20:53:58.522Z] 0d2ededca68c: Preparing [2021-04-19T20:53:58.522Z] e91cd29c1dbe: Preparing [2021-04-19T20:53:58.522Z] 4690c4b6ade8: Preparing [2021-04-19T20:53:58.522Z] 75ded0ebb3d8: Preparing [2021-04-19T20:53:58.522Z] 32f366d666a5: Preparing [2021-04-19T20:53:58.522Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:53:58.522Z] 32f366d666a5: Layer already exists [2021-04-19T20:53:58.522Z] 75ded0ebb3d8: Layer already exists [2021-04-19T20:53:58.680Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T20:53:58.680Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T20:53:58.787Z] 0d2ededca68c: Pushed [2021-04-19T20:53:58.957Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T20:53:58.957Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T20:54:00.278Z] e91cd29c1dbe: Pushed [2021-04-19T20:54:00.278Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:6abd0d0296dcf1c6f20ee6871ea613e96081b1932c8925d2d0a6f54765991327 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:00.393Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T20:54:00.393Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T20:54:00.606Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:00.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.178 [2021-04-19T20:54:00.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T20:54:00.949Z] 0d2ededca68c: Preparing [2021-04-19T20:54:00.949Z] e91cd29c1dbe: Preparing [2021-04-19T20:54:00.949Z] 4690c4b6ade8: Preparing [2021-04-19T20:54:00.949Z] 75ded0ebb3d8: Preparing [2021-04-19T20:54:00.949Z] 32f366d666a5: Preparing [2021-04-19T20:54:00.949Z] 32f366d666a5: Layer already exists [2021-04-19T20:54:00.949Z] 0d2ededca68c: Layer already exists [2021-04-19T20:54:00.949Z] e91cd29c1dbe: Layer already exists [2021-04-19T20:54:00.949Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:54:00.949Z] 75ded0ebb3d8: Layer already exists [2021-04-19T20:54:00.949Z] 2.0.0-dev.178: digest: sha256:6abd0d0296dcf1c6f20ee6871ea613e96081b1932c8925d2d0a6f54765991327 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:01.254Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:01.375Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T20:54:01.375Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T20:54:01.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:54:01.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T20:54:01.593Z] 0d2ededca68c: Preparing [2021-04-19T20:54:01.593Z] e91cd29c1dbe: Preparing [2021-04-19T20:54:01.593Z] 4690c4b6ade8: Preparing [2021-04-19T20:54:01.593Z] 75ded0ebb3d8: Preparing [2021-04-19T20:54:01.593Z] 32f366d666a5: Preparing [2021-04-19T20:54:01.593Z] 32f366d666a5: Layer already exists [2021-04-19T20:54:01.593Z] 75ded0ebb3d8: Layer already exists [2021-04-19T20:54:01.593Z] 0d2ededca68c: Layer already exists [2021-04-19T20:54:01.593Z] e91cd29c1dbe: Layer already exists [2021-04-19T20:54:01.593Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:54:01.593Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:6abd0d0296dcf1c6f20ee6871ea613e96081b1932c8925d2d0a6f54765991327 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:01.655Z] 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-19T20:54:01.896Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:01.933Z] Collecting idna<2.8,>=2.5 [2021-04-19T20:54:01.933Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T20:54:02.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-19T20:54:02.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T20:54:02.199Z] 0d2ededca68c: Preparing [2021-04-19T20:54:02.199Z] e91cd29c1dbe: Preparing [2021-04-19T20:54:02.199Z] 4690c4b6ade8: Preparing [2021-04-19T20:54:02.199Z] 75ded0ebb3d8: Preparing [2021-04-19T20:54:02.199Z] 32f366d666a5: Preparing [2021-04-19T20:54:02.199Z] e91cd29c1dbe: Layer already exists [2021-04-19T20:54:02.199Z] 32f366d666a5: Layer already exists [2021-04-19T20:54:02.199Z] 4690c4b6ade8: Layer already exists [2021-04-19T20:54:02.199Z] 75ded0ebb3d8: Layer already exists [2021-04-19T20:54:02.199Z] 0d2ededca68c: Layer already exists [2021-04-19T20:54:02.462Z] master: digest: sha256:6abd0d0296dcf1c6f20ee6871ea613e96081b1932c8925d2d0a6f54765991327 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:54:02.530Z] ===================================================== [Pipeline] echo [2021-04-19T20:54:02.544Z] taggedImages: [2021-04-19T20:54:02.544Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:54:02.544Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.178 [2021-04-19T20:54:02.544Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:54:02.544Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-19T20:54:02.575Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-19T20:54:02.575Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:54:02.575Z] 2.0.0-dev.178 [2021-04-19T20:54:02.575Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:54:02.575Z] master [2021-04-19T20:54:02.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:02.919Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T20:54:02.919Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T20:54:02.920Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:03.207Z] 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-19T20:54:03.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:54:03.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T20:54:03.228Z] 8676ee20af0e: Preparing [2021-04-19T20:54:03.228Z] 3cb1c8f4701f: Preparing [2021-04-19T20:54:03.228Z] bfff5fa3e1d1: Preparing [2021-04-19T20:54:03.228Z] 8b6bb283ce72: Preparing [2021-04-19T20:54:03.228Z] 0754057c0ad3: Preparing [2021-04-19T20:54:03.228Z] 998cdf262ab1: Preparing [2021-04-19T20:54:03.228Z] 02e56110abd2: Preparing [2021-04-19T20:54:03.228Z] abc36efb885a: Preparing [2021-04-19T20:54:03.228Z] b0b09059f4e1: Preparing [2021-04-19T20:54:03.228Z] bb961f40224b: Preparing [2021-04-19T20:54:03.228Z] f4666769fca7: Preparing [2021-04-19T20:54:03.228Z] 998cdf262ab1: Waiting [2021-04-19T20:54:03.228Z] 02e56110abd2: Waiting [2021-04-19T20:54:03.228Z] abc36efb885a: Waiting [2021-04-19T20:54:03.228Z] b0b09059f4e1: Waiting [2021-04-19T20:54:03.228Z] bb961f40224b: Waiting [2021-04-19T20:54:03.228Z] 0754057c0ad3: Layer already exists [2021-04-19T20:54:03.228Z] 998cdf262ab1: Layer already exists [2021-04-19T20:54:03.480Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T20:54:03.480Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T20:54:03.495Z] 02e56110abd2: Layer already exists [2021-04-19T20:54:03.495Z] abc36efb885a: Layer already exists [2021-04-19T20:54:03.495Z] 3cb1c8f4701f: Pushed [2021-04-19T20:54:03.495Z] b0b09059f4e1: Layer already exists [2021-04-19T20:54:03.495Z] bb961f40224b: Layer already exists [2021-04-19T20:54:03.495Z] f4666769fca7: Layer already exists [2021-04-19T20:54:03.760Z] 8676ee20af0e: Pushed [2021-04-19T20:54:03.761Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T20:54:03.761Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T20:54:03.761Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T20:54:03.761Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T20:54:04.711Z] bfff5fa3e1d1: Pushed [2021-04-19T20:54:05.490Z] Installing collected packages: dockerpty, idna, urllib3, requests, PyYAML, docopt, texttable, cached-property, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2021-04-19T20:54:05.490Z] Running setup.py install for dockerpty: started [2021-04-19T20:54:07.474Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:54:07.474Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:54:07.474Z] ---> f2d6927558d3 [2021-04-19T20:54:07.474Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:54:07.474Z] ---> Using cache [2021-04-19T20:54:07.474Z] ---> ed3935713a04 [2021-04-19T20:54:07.475Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:54:07.475Z] ---> Using cache [2021-04-19T20:54:07.475Z] ---> 8b7719d386a9 [2021-04-19T20:54:07.475Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T20:54:07.475Z] ---> Using cache [2021-04-19T20:54:07.475Z] ---> 450527f89608 [2021-04-19T20:54:07.475Z] Step 6/23 : COPY go.mod . [2021-04-19T20:54:07.475Z] ---> Using cache [2021-04-19T20:54:07.475Z] ---> 96ed0c90631a [2021-04-19T20:54:07.475Z] Step 7/23 : RUN go mod download [2021-04-19T20:54:07.475Z] ---> Using cache [2021-04-19T20:54:07.475Z] ---> 9681469a4a54 [2021-04-19T20:54:07.475Z] Step 8/23 : COPY . . [2021-04-19T20:54:07.475Z] ---> Using cache [2021-04-19T20:54:07.475Z] ---> 4cdfa52f8da8 [2021-04-19T20:54:07.475Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T20:54:08.072Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T20:54:08.072Z] Attempting uninstall: idna [2021-04-19T20:54:08.072Z] Found existing installation: idna 2.9 [2021-04-19T20:54:08.072Z] Uninstalling idna-2.9: [2021-04-19T20:54:08.072Z] Successfully uninstalled idna-2.9 [2021-04-19T20:54:10.730Z] Attempting uninstall: urllib3 [2021-04-19T20:54:10.730Z] Found existing installation: urllib3 1.25.9 [2021-04-19T20:54:10.730Z] Uninstalling urllib3-1.25.9: [2021-04-19T20:54:10.730Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T20:54:11.333Z] ---> Running in 25506c9f5e35 [2021-04-19T20:54:11.333Z] Attempting uninstall: requests [2021-04-19T20:54:11.333Z] Found existing installation: requests 2.23.0 [2021-04-19T20:54:11.333Z] Uninstalling requests-2.23.0: [2021-04-19T20:54:11.610Z] Successfully uninstalled requests-2.23.0 [2021-04-19T20:54:11.918Z] Running setup.py install for PyYAML: started [2021-04-19T20:54:13.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T20:54:14.185Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:54:14.185Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:54:14.185Z] ---> f2d6927558d3 [2021-04-19T20:54:14.185Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T20:54:14.185Z] ---> Using cache [2021-04-19T20:54:14.185Z] ---> ed3935713a04 [2021-04-19T20:54:14.185Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:54:14.185Z] ---> Using cache [2021-04-19T20:54:14.185Z] ---> 8b7719d386a9 [2021-04-19T20:54:14.185Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T20:54:14.758Z] 8b6bb283ce72: Pushed [2021-04-19T20:54:14.758Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:10a26ec1f09935674eba08c7653573ff2828cac36c6f2330f3a49e24da174cdd size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:14.862Z] ---> Running in 1d56ae8204e7 [2021-04-19T20:54:15.074Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:15.229Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:54:15.229Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:54:15.229Z] ---> f2d6927558d3 [2021-04-19T20:54:15.229Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T20:54:15.229Z] ---> Using cache [2021-04-19T20:54:15.229Z] ---> ed3935713a04 [2021-04-19T20:54:15.229Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:54:15.229Z] ---> Using cache [2021-04-19T20:54:15.229Z] ---> 8b7719d386a9 [2021-04-19T20:54:15.229Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T20:54:15.229Z] ---> Using cache [2021-04-19T20:54:15.229Z] ---> 450527f89608 [2021-04-19T20:54:15.229Z] Step 6/21 : COPY go.mod . [2021-04-19T20:54:15.229Z] ---> Using cache [2021-04-19T20:54:15.229Z] ---> 96ed0c90631a [2021-04-19T20:54:15.229Z] Step 7/21 : RUN go mod download [2021-04-19T20:54:15.229Z] ---> Using cache [2021-04-19T20:54:15.229Z] ---> 9681469a4a54 [2021-04-19T20:54:15.229Z] Step 8/21 : COPY . . [2021-04-19T20:54:15.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.178 [2021-04-19T20:54:15.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T20:54:15.377Z] 8676ee20af0e: Preparing [2021-04-19T20:54:15.377Z] 3cb1c8f4701f: Preparing [2021-04-19T20:54:15.377Z] bfff5fa3e1d1: Preparing [2021-04-19T20:54:15.377Z] 8b6bb283ce72: Preparing [2021-04-19T20:54:15.377Z] 0754057c0ad3: Preparing [2021-04-19T20:54:15.377Z] 998cdf262ab1: Preparing [2021-04-19T20:54:15.377Z] 02e56110abd2: Preparing [2021-04-19T20:54:15.377Z] 998cdf262ab1: Waiting [2021-04-19T20:54:15.377Z] abc36efb885a: Preparing [2021-04-19T20:54:15.377Z] 02e56110abd2: Waiting [2021-04-19T20:54:15.377Z] b0b09059f4e1: Preparing [2021-04-19T20:54:15.377Z] bb961f40224b: Preparing [2021-04-19T20:54:15.377Z] f4666769fca7: Preparing [2021-04-19T20:54:15.377Z] abc36efb885a: Waiting [2021-04-19T20:54:15.377Z] bb961f40224b: Waiting [2021-04-19T20:54:15.377Z] f4666769fca7: Waiting [2021-04-19T20:54:15.377Z] b0b09059f4e1: Waiting [2021-04-19T20:54:15.377Z] 8b6bb283ce72: Layer already exists [2021-04-19T20:54:15.377Z] 0754057c0ad3: Layer already exists [2021-04-19T20:54:15.377Z] 3cb1c8f4701f: Layer already exists [2021-04-19T20:54:15.377Z] bfff5fa3e1d1: Layer already exists [2021-04-19T20:54:15.377Z] 8676ee20af0e: Layer already exists [2021-04-19T20:54:15.377Z] 998cdf262ab1: Layer already exists [2021-04-19T20:54:15.377Z] bb961f40224b: Layer already exists [2021-04-19T20:54:15.377Z] 02e56110abd2: Layer already exists [2021-04-19T20:54:15.377Z] b0b09059f4e1: Layer already exists [2021-04-19T20:54:15.377Z] f4666769fca7: Layer already exists [2021-04-19T20:54:15.642Z] abc36efb885a: Layer already exists [2021-04-19T20:54:15.642Z] 2.0.0-dev.178: digest: sha256:10a26ec1f09935674eba08c7653573ff2828cac36c6f2330f3a49e24da174cdd size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:15.952Z] ---> Using cache [2021-04-19T20:54:15.952Z] ---> 4cdfa52f8da8 [2021-04-19T20:54:15.952Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T20:54:15.953Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:16.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:54:16.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T20:54:16.262Z] 8676ee20af0e: Preparing [2021-04-19T20:54:16.262Z] 3cb1c8f4701f: Preparing [2021-04-19T20:54:16.262Z] bfff5fa3e1d1: Preparing [2021-04-19T20:54:16.262Z] 8b6bb283ce72: Preparing [2021-04-19T20:54:16.262Z] 0754057c0ad3: Preparing [2021-04-19T20:54:16.262Z] 998cdf262ab1: Preparing [2021-04-19T20:54:16.262Z] 02e56110abd2: Preparing [2021-04-19T20:54:16.262Z] abc36efb885a: Preparing [2021-04-19T20:54:16.262Z] b0b09059f4e1: Preparing [2021-04-19T20:54:16.262Z] bb961f40224b: Preparing [2021-04-19T20:54:16.262Z] f4666769fca7: Preparing [2021-04-19T20:54:16.262Z] abc36efb885a: Waiting [2021-04-19T20:54:16.262Z] b0b09059f4e1: Waiting [2021-04-19T20:54:16.262Z] 998cdf262ab1: Waiting [2021-04-19T20:54:16.262Z] bb961f40224b: Waiting [2021-04-19T20:54:16.262Z] 02e56110abd2: Waiting [2021-04-19T20:54:16.262Z] f4666769fca7: Waiting [2021-04-19T20:54:16.262Z] 3cb1c8f4701f: Layer already exists [2021-04-19T20:54:16.262Z] bfff5fa3e1d1: Layer already exists [2021-04-19T20:54:16.262Z] 8676ee20af0e: Layer already exists [2021-04-19T20:54:16.262Z] 8b6bb283ce72: Layer already exists [2021-04-19T20:54:16.262Z] 0754057c0ad3: Layer already exists [2021-04-19T20:54:16.262Z] 02e56110abd2: Layer already exists [2021-04-19T20:54:16.262Z] 998cdf262ab1: Layer already exists [2021-04-19T20:54:16.262Z] b0b09059f4e1: Layer already exists [2021-04-19T20:54:16.262Z] bb961f40224b: Layer already exists [2021-04-19T20:54:16.262Z] abc36efb885a: Layer already exists [2021-04-19T20:54:16.262Z] f4666769fca7: Layer already exists [2021-04-19T20:54:16.262Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:10a26ec1f09935674eba08c7653573ff2828cac36c6f2330f3a49e24da174cdd size: 2622 [2021-04-19T20:54:16.280Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T20:54:16.280Z] Running setup.py install for docopt: started [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:16.571Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-19T20:54:16.572Z] ---> Running in ef70411180d5 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:54:16.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-19T20:54:16.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T20:54:16.874Z] 8676ee20af0e: Preparing [2021-04-19T20:54:16.874Z] 3cb1c8f4701f: Preparing [2021-04-19T20:54:16.874Z] bfff5fa3e1d1: Preparing [2021-04-19T20:54:16.874Z] 8b6bb283ce72: Preparing [2021-04-19T20:54:16.874Z] 0754057c0ad3: Preparing [2021-04-19T20:54:16.874Z] 998cdf262ab1: Preparing [2021-04-19T20:54:16.874Z] 02e56110abd2: Preparing [2021-04-19T20:54:16.874Z] abc36efb885a: Preparing [2021-04-19T20:54:16.874Z] b0b09059f4e1: Preparing [2021-04-19T20:54:16.874Z] bb961f40224b: Preparing [2021-04-19T20:54:16.874Z] f4666769fca7: Preparing [2021-04-19T20:54:16.874Z] 998cdf262ab1: Waiting [2021-04-19T20:54:16.874Z] 02e56110abd2: Waiting [2021-04-19T20:54:16.874Z] abc36efb885a: Waiting [2021-04-19T20:54:16.874Z] b0b09059f4e1: Waiting [2021-04-19T20:54:16.874Z] bb961f40224b: Waiting [2021-04-19T20:54:16.874Z] f4666769fca7: Waiting [2021-04-19T20:54:16.874Z] bfff5fa3e1d1: Layer already exists [2021-04-19T20:54:16.874Z] 3cb1c8f4701f: Layer already exists [2021-04-19T20:54:16.874Z] 8b6bb283ce72: Layer already exists [2021-04-19T20:54:16.874Z] 8676ee20af0e: Layer already exists [2021-04-19T20:54:16.874Z] 0754057c0ad3: Layer already exists [2021-04-19T20:54:16.874Z] 998cdf262ab1: Layer already exists [2021-04-19T20:54:16.874Z] bb961f40224b: Layer already exists [2021-04-19T20:54:16.874Z] b0b09059f4e1: Layer already exists [2021-04-19T20:54:16.874Z] 02e56110abd2: Layer already exists [2021-04-19T20:54:16.874Z] f4666769fca7: Layer already exists [2021-04-19T20:54:17.137Z] abc36efb885a: Layer already exists [2021-04-19T20:54:17.399Z] master: digest: sha256:10a26ec1f09935674eba08c7653573ff2828cac36c6f2330f3a49e24da174cdd size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:54:17.451Z] ===================================================== [Pipeline] echo [2021-04-19T20:54:17.465Z] taggedImages: [2021-04-19T20:54:17.465Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:54:17.465Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.178 [2021-04-19T20:54:17.465Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:54:17.465Z] - 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-19T20:54:18.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:54:18.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:54:18.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T20:54:19.951Z] OK: 217 MiB in 51 packages [2021-04-19T20:54:20.235Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T20:54:20.235Z] Running setup.py install for texttable: started [2021-04-19T20:54:22.896Z] Removing intermediate container 1d56ae8204e7 [2021-04-19T20:54:22.897Z] ---> bc05da4409e6 [2021-04-19T20:54:22.897Z] Step 6/22 : COPY go.mod . [2021-04-19T20:54:23.518Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T20:54:23.518Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T20:54:23.518Z] ---> f2d6927558d3 [2021-04-19T20:54:23.518Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T20:54:23.518Z] ---> Using cache [2021-04-19T20:54:23.518Z] ---> ed3935713a04 [2021-04-19T20:54:23.518Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:54:23.518Z] ---> Using cache [2021-04-19T20:54:23.518Z] ---> 8b7719d386a9 [2021-04-19T20:54:23.518Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T20:54:23.518Z] ---> Running in 4810592455f6 [2021-04-19T20:54:23.810Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T20:54:23.810Z] ---> 0750913ba416 [2021-04-19T20:54:23.810Z] Step 7/22 : RUN go mod download [2021-04-19T20:54:24.084Z] ---> Running in 8d012a36bb27 [2021-04-19T20:54:26.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:54:26.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:54:27.761Z] OK: 217 MiB in 51 packages [2021-04-19T20:54:28.035Z] 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-19T20:54:29.497Z] Removing intermediate container 8d012a36bb27 [2021-04-19T20:54:29.497Z] ---> ce2c2dc5ddb7 [2021-04-19T20:54:29.497Z] Step 8/22 : COPY . . [2021-04-19T20:54:30.106Z] Removing intermediate container 4810592455f6 [2021-04-19T20:54:30.106Z] ---> f7389bcfe61e [2021-04-19T20:54:30.106Z] Step 6/23 : COPY go.mod . [2021-04-19T20:54:32.098Z] ---> 6d4c83a05eed [2021-04-19T20:54:32.098Z] Step 7/23 : RUN go mod download [2021-04-19T20:54:32.372Z] ---> Running in 54dc099084c4 [2021-04-19T20:54:40.672Z] Removing intermediate container 54dc099084c4 [2021-04-19T20:54:40.672Z] ---> 0500f59563aa [2021-04-19T20:54:40.672Z] Step 8/23 : COPY . . [2021-04-19T20:54:50.852Z] Removing intermediate container 570185f52195 [2021-04-19T20:54:50.852Z] ---> 78d458618565 [2021-04-19T20:54:50.852Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T20:54:51.843Z] ---> Running in 47c6edcef3cb [2021-04-19T20:54:53.312Z] Removing intermediate container 47c6edcef3cb [2021-04-19T20:54:53.312Z] ---> a661e36fc15a [2021-04-19T20:54:53.312Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T20:54:53.920Z] ---> Running in f2ce4981f67a [2021-04-19T20:54:54.915Z] ---> 3a58e190c2c1 [2021-04-19T20:54:54.915Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T20:54:54.915Z] Removing intermediate container f2ce4981f67a [2021-04-19T20:54:54.915Z] ---> 04f822620caa [2021-04-19T20:54:54.915Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T20:54:55.520Z] ---> Running in 4cc949175e51 [2021-04-19T20:54:58.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T20:54:59.164Z] ---> 679f227922fb [2021-04-19T20:54:59.164Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T20:55:01.177Z] ---> acb7a0511dcd [2021-04-19T20:55:01.177Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T20:55:02.169Z] ---> a0155944154c [2021-04-19T20:55:02.169Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T20:55:02.169Z] ---> Running in 11e7737f64c1 [2021-04-19T20:55:02.777Z] ---> e1fb08c6ef9e [2021-04-19T20:55:02.777Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T20:55:03.060Z] ---> Running in 1afa80e3b566 [2021-04-19T20:55:03.671Z] Removing intermediate container 1afa80e3b566 [2021-04-19T20:55:03.671Z] ---> 97578e5dd9f1 [2021-04-19T20:55:03.671Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:55:03.947Z] ---> Running in a709aab8fb62 [2021-04-19T20:55:04.559Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T20:55:04.836Z] Removing intermediate container a709aab8fb62 [2021-04-19T20:55:04.836Z] ---> b5c04c65ec93 [2021-04-19T20:55:04.836Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T20:55:05.116Z] ---> Running in 7b5088463236 [2021-04-19T20:55:05.721Z] Removing intermediate container 7b5088463236 [2021-04-19T20:55:05.721Z] ---> af0d28b210ce [2021-04-19T20:55:05.721Z] Step 22/23 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:55:06.002Z] ---> Running in ca6246a254c0 [2021-04-19T20:55:06.996Z] Removing intermediate container ca6246a254c0 [2021-04-19T20:55:06.996Z] ---> be594e6dbeee [2021-04-19T20:55:06.996Z] Step 23/23 : LABEL version=2.0.0-dev.178 [2021-04-19T20:55:06.996Z] ---> Running in 1418c93f9a53 [2021-04-19T20:55:07.982Z] Removing intermediate container 1418c93f9a53 [2021-04-19T20:55:07.982Z] ---> e04fec13b848 [2021-04-19T20:55:07.982Z] [2021-04-19T20:55:08.257Z] Successfully built e04fec13b848 [2021-04-19T20:55:08.257Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T20:55:47.304Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.178" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T20:56:05.685Z] Removing intermediate container 25506c9f5e35 [2021-04-19T20:56:05.685Z] ---> 2da0ff3119ae [2021-04-19T20:56:05.685Z] [2021-04-19T20:56:05.685Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:56:05.685Z] ---> 9852663dfa18 [2021-04-19T20:56:05.685Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T20:56:05.685Z] ---> Using cache [2021-04-19T20:56:05.685Z] ---> 3075f06b6487 [2021-04-19T20:56:05.685Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:56:05.685Z] ---> Using cache [2021-04-19T20:56:05.685Z] ---> 8a6d149c9049 [2021-04-19T20:56:05.685Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T20:56:05.685Z] Removing intermediate container ef70411180d5 [2021-04-19T20:56:05.685Z] ---> 0163f03612b3 [2021-04-19T20:56:05.685Z] [2021-04-19T20:56:05.685Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T20:56:05.685Z] ---> 9852663dfa18 [2021-04-19T20:56:05.685Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T20:56:05.685Z] ---> Running in 6656b8946857 [2021-04-19T20:56:05.685Z] ---> Running in 1c1dd72ba3e8 [2021-04-19T20:56:05.685Z] Removing intermediate container 6656b8946857 [2021-04-19T20:56:05.685Z] ---> 5d88ccf7c777 [2021-04-19T20:56:05.685Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T20:56:05.685Z] ---> Running in 38ef2e28612d [2021-04-19T20:56:05.965Z] Removing intermediate container 38ef2e28612d [2021-04-19T20:56:05.965Z] ---> abae43403c5c [2021-04-19T20:56:05.965Z] Step 15/23 : WORKDIR / [2021-04-19T20:56:06.266Z] ---> Running in c6ab84d1d016 [2021-04-19T20:56:06.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:56:06.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:56:06.873Z] Removing intermediate container c6ab84d1d016 [2021-04-19T20:56:06.873Z] ---> ce754c2f2214 [2021-04-19T20:56:06.873Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:56:07.153Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T20:56:07.435Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T20:56:07.435Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T20:56:07.435Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T20:56:07.435Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:56:07.435Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:56:08.142Z] OK: 7 MiB in 18 packages [2021-04-19T20:56:08.421Z] ---> 03998fa994aa [2021-04-19T20:56:08.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T20:56:11.071Z] Removing intermediate container 1c1dd72ba3e8 [2021-04-19T20:56:11.071Z] ---> c78fe37fcaa8 [2021-04-19T20:56:11.071Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T20:56:11.071Z] ---> 891892f05f4c [2021-04-19T20:56:11.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T20:56:11.072Z] ---> Running in cba22c19cba2 [2021-04-19T20:56:12.064Z] Removing intermediate container cba22c19cba2 [2021-04-19T20:56:12.064Z] ---> 274ed94a0f33 [2021-04-19T20:56:12.064Z] Step 13/21 : WORKDIR /edgex [2021-04-19T20:56:12.064Z] ---> Running in 3b856ca72ee6 [2021-04-19T20:56:12.347Z] ---> 7e79bc80f01b [2021-04-19T20:56:12.347Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T20:56:12.347Z] ---> Running in 81bb9b6c8d12 [2021-04-19T20:56:12.956Z] Removing intermediate container 3b856ca72ee6 [2021-04-19T20:56:12.956Z] ---> a8b8c70ef2a5 [2021-04-19T20:56:12.956Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T20:56:13.559Z] Removing intermediate container 81bb9b6c8d12 [2021-04-19T20:56:13.559Z] ---> ef1c266f61fc [2021-04-19T20:56:13.559Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:56:13.559Z] ---> Running in b30f3298ffee [2021-04-19T20:56:14.382Z] ---> 58fcd200578d [2021-04-19T20:56:14.382Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T20:56:14.382Z] Removing intermediate container b30f3298ffee [2021-04-19T20:56:14.382Z] ---> 5dc661a2a707 [2021-04-19T20:56:14.382Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T20:56:14.701Z] ---> Running in 6a8db3008420 [2021-04-19T20:56:15.813Z] Removing intermediate container 6a8db3008420 [2021-04-19T20:56:15.813Z] ---> 090760c3efe5 [2021-04-19T20:56:15.813Z] Step 22/23 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:56:16.458Z] ---> Running in 1c5a2b794a5c [2021-04-19T20:56:16.458Z] ---> 98b3337391f9 [2021-04-19T20:56:16.458Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T20:56:17.063Z] Removing intermediate container 1c5a2b794a5c [2021-04-19T20:56:17.063Z] ---> 92e7126412e4 [2021-04-19T20:56:17.063Z] Step 23/23 : LABEL version=2.0.0-dev.178 [2021-04-19T20:56:17.340Z] ---> Running in 8a424a1b2b15 [2021-04-19T20:56:18.337Z] Removing intermediate container 8a424a1b2b15 [2021-04-19T20:56:18.337Z] ---> 4cd61902f10b [2021-04-19T20:56:18.337Z] [2021-04-19T20:56:18.612Z] ---> 4ff4eb85e7db [2021-04-19T20:56:18.612Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T20:56:18.889Z] Successfully built 4cd61902f10b [2021-04-19T20:56:18.889Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T20:56:18.889Z]  Building docker-core-command-go ... done  ---> Running in 0d2443d5b9b0 [2021-04-19T20:56:19.491Z] Removing intermediate container 0d2443d5b9b0 [2021-04-19T20:56:19.491Z] ---> f5c4f319caaa [2021-04-19T20:56:19.491Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T20:56:19.768Z] ---> Running in 566a8f017d3c [2021-04-19T20:56:20.766Z] Removing intermediate container 566a8f017d3c [2021-04-19T20:56:20.766Z] ---> 7b556a192977 [2021-04-19T20:56:20.766Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T20:56:20.766Z] ---> Running in 062528dc45f5 [2021-04-19T20:56:21.373Z] Removing intermediate container 062528dc45f5 [2021-04-19T20:56:21.373Z] ---> e6504eacb35b [2021-04-19T20:56:21.373Z] Step 20/21 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:56:21.645Z] ---> Running in 5af26677b734 [2021-04-19T20:56:22.263Z] Removing intermediate container 5af26677b734 [2021-04-19T20:56:22.263Z] ---> a3fda2aec1ed [2021-04-19T20:56:22.263Z] Step 21/21 : LABEL version=2.0.0-dev.178 [2021-04-19T20:56:22.540Z] ---> Running in fd6ef78b1fa0 [2021-04-19T20:56:23.144Z] Removing intermediate container fd6ef78b1fa0 [2021-04-19T20:56:23.144Z] ---> 429503bdc284 [2021-04-19T20:56:23.144Z] [2021-04-19T20:56:23.745Z] Successfully built 429503bdc284 [2021-04-19T20:56:23.745Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T20:56:36.173Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4cc949175e51 [2021-04-19T20:56:36.173Z] ---> 16c7e46bcfa2 [2021-04-19T20:56:36.173Z] [2021-04-19T20:56:36.173Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T20:56:36.174Z] ---> 9852663dfa18 [2021-04-19T20:56:36.174Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T20:56:36.174Z] ---> Running in 7e53c0b1696b [2021-04-19T20:56:36.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:56:37.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:56:37.635Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T20:56:37.635Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T20:56:37.635Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:56:37.635Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T20:56:37.911Z] OK: 6 MiB in 16 packages [2021-04-19T20:56:40.539Z] Removing intermediate container 7e53c0b1696b [2021-04-19T20:56:40.540Z] ---> cb2d17c8197d [2021-04-19T20:56:40.540Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T20:56:40.540Z] ---> Running in 5911803f35fb [2021-04-19T20:56:40.811Z] Removing intermediate container 5911803f35fb [2021-04-19T20:56:40.811Z] ---> d73c793e746a [2021-04-19T20:56:40.811Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T20:56:41.087Z] ---> Running in b97a1f0103c3 [2021-04-19T20:56:41.682Z] Removing intermediate container b97a1f0103c3 [2021-04-19T20:56:41.682Z] ---> ab674ccf7b43 [2021-04-19T20:56:41.682Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T20:56:41.682Z] ---> Running in 619ea08cc460 [2021-04-19T20:56:42.277Z] Removing intermediate container 619ea08cc460 [2021-04-19T20:56:42.277Z] ---> f3d72cbf6b09 [2021-04-19T20:56:42.277Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:56:42.872Z] ---> 0ad9672b48a7 [2021-04-19T20:56:42.872Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T20:56:44.308Z] ---> dd91bd956d44 [2021-04-19T20:56:44.308Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T20:56:45.738Z] ---> d7581b28c899 [2021-04-19T20:56:45.738Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T20:56:46.012Z] ---> Running in 4eef747299c7 [2021-04-19T20:56:46.606Z] Removing intermediate container 4eef747299c7 [2021-04-19T20:56:46.606Z] ---> 0d730076a449 [2021-04-19T20:56:46.606Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:56:46.880Z] ---> Running in 45bad9509d34 [2021-04-19T20:56:47.151Z] Removing intermediate container 11e7737f64c1 [2021-04-19T20:56:47.151Z] ---> ee8001a83650 [2021-04-19T20:56:47.151Z] [2021-04-19T20:56:47.151Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T20:56:47.151Z] ---> 9852663dfa18 [2021-04-19T20:56:47.151Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T20:56:47.423Z] ---> Running in be8455f1f105 [2021-04-19T20:56:47.424Z] Removing intermediate container 45bad9509d34 [2021-04-19T20:56:47.424Z] ---> a90c02665900 [2021-04-19T20:56:47.424Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T20:56:47.695Z] ---> Running in a47bbeba5391 [2021-04-19T20:56:47.968Z] Removing intermediate container be8455f1f105 [2021-04-19T20:56:47.968Z] ---> 4db6ea806446 [2021-04-19T20:56:47.968Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T20:56:47.968Z] ---> Running in bcabf1b3c495 [2021-04-19T20:56:48.241Z] Removing intermediate container a47bbeba5391 [2021-04-19T20:56:48.241Z] ---> d570b9b7c566 [2021-04-19T20:56:48.241Z] Step 21/22 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:56:48.241Z] ---> Running in b662edf3ceb0 [2021-04-19T20:56:48.513Z] Removing intermediate container bcabf1b3c495 [2021-04-19T20:56:48.513Z] ---> b3f65bc513ca [2021-04-19T20:56:48.513Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T20:56:48.785Z] ---> Running in 661bc0b282ad [2021-04-19T20:56:48.785Z] Removing intermediate container b662edf3ceb0 [2021-04-19T20:56:48.786Z] ---> 904fa8c4c148 [2021-04-19T20:56:48.786Z] Step 22/22 : LABEL version=2.0.0-dev.178 [2021-04-19T20:56:49.057Z] ---> Running in f03478050355 [2021-04-19T20:56:49.332Z] Removing intermediate container 661bc0b282ad [2021-04-19T20:56:49.332Z] ---> 5418656003b6 [2021-04-19T20:56:49.332Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T20:56:49.332Z] ---> Running in 429100f81a5e [2021-04-19T20:56:49.615Z] Removing intermediate container f03478050355 [2021-04-19T20:56:49.615Z] ---> c1e0601357f6 [2021-04-19T20:56:49.615Z] [2021-04-19T20:56:50.213Z] Successfully built c1e0601357f6 [2021-04-19T20:56:50.213Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T20:56:52.179Z]  Building docker-support-notifications-go ... done Removing intermediate container 429100f81a5e [2021-04-19T20:56:52.179Z] ---> ca21a2b0f053 [2021-04-19T20:56:52.179Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T20:56:52.179Z] ---> Running in a628258180d4 [2021-04-19T20:56:53.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T20:56:54.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T20:56:54.803Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T20:56:55.074Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T20:56:55.074Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T20:56:55.074Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T20:56:55.347Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T20:56:55.347Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T20:56:55.621Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T20:56:55.621Z] OK: 8 MiB in 20 packages [2021-04-19T20:56:57.061Z] Removing intermediate container a628258180d4 [2021-04-19T20:56:57.061Z] ---> c893cad37e01 [2021-04-19T20:56:57.061Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T20:56:57.663Z] ---> 7bb6929460fb [2021-04-19T20:56:57.663Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T20:56:59.634Z] ---> a540319f9a7b [2021-04-19T20:56:59.634Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T20:56:59.905Z] ---> 6a98ad6c48cd [2021-04-19T20:56:59.905Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T20:57:00.176Z] ---> Running in b282b7302896 [2021-04-19T20:57:00.771Z] Removing intermediate container b282b7302896 [2021-04-19T20:57:00.771Z] ---> a2bbc2bcae35 [2021-04-19T20:57:00.771Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T20:57:00.771Z] ---> Running in d41817d22153 [2021-04-19T20:57:01.366Z] Removing intermediate container d41817d22153 [2021-04-19T20:57:01.366Z] ---> 6a2999a4db2c [2021-04-19T20:57:01.366Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T20:57:01.366Z] ---> Running in fef50562abcc [2021-04-19T20:57:01.959Z] Removing intermediate container fef50562abcc [2021-04-19T20:57:01.959Z] ---> 65c8c45b41c3 [2021-04-19T20:57:01.959Z] Step 22/23 : LABEL git_sha=95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:02.233Z] ---> Running in 68c03dd6afac [2021-04-19T20:57:02.503Z] Removing intermediate container 68c03dd6afac [2021-04-19T20:57:02.503Z] ---> 20383046701b [2021-04-19T20:57:02.503Z] Step 23/23 : LABEL version=2.0.0-dev.178 [2021-04-19T20:57:02.775Z] ---> Running in 238cca3d30d1 [2021-04-19T20:57:03.366Z] Removing intermediate container 238cca3d30d1 [2021-04-19T20:57:03.366Z] ---> 7ea219410895 [2021-04-19T20:57:03.366Z] [2021-04-19T20:57:03.638Z] Successfully built 7ea219410895 [2021-04-19T20:57:03.638Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T20:57:03.923Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-19T20:57:03.919Z] $ docker stop --time=1 f8eedf3e820db1d7087f13fb1ba952281d2eb7e56d19ec1ec4353530575848cc [2021-04-19T20:57:05.913Z] $ docker rm -f f8eedf3e820db1d7087f13fb1ba952281d2eb7e56d19ec1ec4353530575848cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T20:57:06.550Z] + grep docker [2021-04-19T20:57:06.550Z] + docker images [2021-04-19T20:57:06.823Z] docker-core-data-go-arm64 latest 7ea219410895 4 seconds ago 21.6MB [2021-04-19T20:57:06.824Z] docker-support-notifications-go-arm64 latest c1e0601357f6 17 seconds ago 17.2MB [2021-04-19T20:57:06.824Z] docker-security-proxy-setup-go-arm64 latest 429503bdc284 44 seconds ago 24.6MB [2021-04-19T20:57:06.824Z] docker-core-command-go-arm64 latest 4cd61902f10b 49 seconds ago 16.5MB [2021-04-19T20:57:06.824Z] docker-sys-mgmt-agent-go-arm64 latest e04fec13b848 About a minute ago 299MB [2021-04-19T20:57:06.824Z] docker-security-bootstrapper-go-arm64 latest e082ce1009e3 3 minutes ago 18.1MB [2021-04-19T20:57:06.824Z] docker-core-metadata-go-arm64 latest 56f9c3e039b5 3 minutes ago 18.1MB [2021-04-19T20:57:06.824Z] docker-support-scheduler-go-arm64 latest 552e3b17fa05 3 minutes ago 16.6MB [2021-04-19T20:57:06.824Z] docker-security-secretstore-setup-go-arm64 latest f784e656c88a 3 minutes ago 24.9MB [2021-04-19T20:57:06.824Z] 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-19T20:57:06.971Z] provisioning config files... [2021-04-19T20:57:07.013Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config758375241079901364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T20:57:07.397Z] ---> docker-login.sh [2021-04-19T20:57:07.397Z] nexus3.edgexfoundry.org:10001 [2021-04-19T20:57:07.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:57:07.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:57:07.944Z] Configure a credential helper to remove this warning. See [2021-04-19T20:57:07.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:57:07.944Z] [2021-04-19T20:57:07.944Z] Login Succeeded [2021-04-19T20:57:07.944Z] nexus3.edgexfoundry.org:10002 [2021-04-19T20:57:08.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:57:08.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:57:08.537Z] Configure a credential helper to remove this warning. See [2021-04-19T20:57:08.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:57:08.537Z] [2021-04-19T20:57:08.537Z] Login Succeeded [2021-04-19T20:57:08.537Z] nexus3.edgexfoundry.org:10003 [2021-04-19T20:57:09.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:57:09.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:57:09.132Z] Configure a credential helper to remove this warning. See [2021-04-19T20:57:09.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:57:09.132Z] [2021-04-19T20:57:09.132Z] Login Succeeded [2021-04-19T20:57:09.132Z] nexus3.edgexfoundry.org:10004 [2021-04-19T20:57:09.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:57:09.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:57:09.728Z] Configure a credential helper to remove this warning. See [2021-04-19T20:57:09.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:57:09.728Z] [2021-04-19T20:57:09.728Z] Login Succeeded [2021-04-19T20:57:09.728Z] docker.io [2021-04-19T20:57:10.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T20:57:10.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T20:57:10.592Z] Configure a credential helper to remove this warning. See [2021-04-19T20:57:10.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T20:57:10.592Z] [2021-04-19T20:57:10.592Z] Login Succeeded [2021-04-19T20:57:10.592Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T20:57:10.610Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:57:10.674Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-19T20:57:10.674Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:10.674Z] 2.0.0-dev.178 [2021-04-19T20:57:10.674Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:10.674Z] master [2021-04-19T20:57:10.674Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:11.051Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:11.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:11.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T20:57:11.667Z] ee510cef3187: Preparing [2021-04-19T20:57:11.667Z] 6736b2157c2e: Preparing [2021-04-19T20:57:11.667Z] 333b52734a9a: Preparing [2021-04-19T20:57:11.667Z] a48677208af9: Preparing [2021-04-19T20:57:11.667Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:11.667Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:11.667Z] 333b52734a9a: Pushed [2021-04-19T20:57:11.667Z] ee510cef3187: Pushed [2021-04-19T20:57:11.667Z] a48677208af9: Pushed [2021-04-19T20:57:14.278Z] 6736b2157c2e: Pushed [2021-04-19T20:57:14.550Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:87029d18215b83c385a96999fa0fb06f5186e08601ba88a1db258bebdf79a71f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:14.920Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:15.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:15.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T20:57:15.304Z] ee510cef3187: Preparing [2021-04-19T20:57:15.304Z] 6736b2157c2e: Preparing [2021-04-19T20:57:15.304Z] 333b52734a9a: Preparing [2021-04-19T20:57:15.304Z] a48677208af9: Preparing [2021-04-19T20:57:15.304Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:15.583Z] a48677208af9: Layer already exists [2021-04-19T20:57:15.583Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:15.583Z] 6736b2157c2e: Layer already exists [2021-04-19T20:57:15.583Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:15.583Z] ee510cef3187: Layer already exists [2021-04-19T20:57:15.583Z] 2.0.0-dev.178: digest: sha256:87029d18215b83c385a96999fa0fb06f5186e08601ba88a1db258bebdf79a71f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:15.956Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:16.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:16.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T20:57:16.661Z] ee510cef3187: Preparing [2021-04-19T20:57:16.661Z] 6736b2157c2e: Preparing [2021-04-19T20:57:16.661Z] 333b52734a9a: Preparing [2021-04-19T20:57:16.661Z] a48677208af9: Preparing [2021-04-19T20:57:16.661Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:16.661Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:16.661Z] 6736b2157c2e: Layer already exists [2021-04-19T20:57:16.661Z] ee510cef3187: Layer already exists [2021-04-19T20:57:16.661Z] a48677208af9: Layer already exists [2021-04-19T20:57:16.661Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:16.943Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:87029d18215b83c385a96999fa0fb06f5186e08601ba88a1db258bebdf79a71f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:17.305Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:17.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-19T20:57:17.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T20:57:17.654Z] ee510cef3187: Preparing [2021-04-19T20:57:17.654Z] 6736b2157c2e: Preparing [2021-04-19T20:57:17.654Z] 333b52734a9a: Preparing [2021-04-19T20:57:17.654Z] a48677208af9: Preparing [2021-04-19T20:57:17.654Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:17.929Z] 6736b2157c2e: Layer already exists [2021-04-19T20:57:17.929Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:17.929Z] a48677208af9: Layer already exists [2021-04-19T20:57:17.929Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:17.929Z] ee510cef3187: Layer already exists [2021-04-19T20:57:17.929Z] master: digest: sha256:87029d18215b83c385a96999fa0fb06f5186e08601ba88a1db258bebdf79a71f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:57:17.989Z] ===================================================== [Pipeline] echo [2021-04-19T20:57:18.004Z] taggedImages: [2021-04-19T20:57:18.004Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:18.004Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:18.004Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:18.004Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-19T20:57:18.034Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-19T20:57:18.034Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:18.034Z] 2.0.0-dev.178 [2021-04-19T20:57:18.034Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:18.034Z] master [2021-04-19T20:57:18.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:18.405Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:18.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:18.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T20:57:18.745Z] 5cd0ba6516b2: Preparing [2021-04-19T20:57:18.745Z] 0a765acaee3b: Preparing [2021-04-19T20:57:18.745Z] 333b52734a9a: Preparing [2021-04-19T20:57:18.745Z] a6fcb3e21afd: Preparing [2021-04-19T20:57:18.745Z] 4e812622a6f0: Preparing [2021-04-19T20:57:18.745Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:18.745Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:19.018Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:19.018Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:19.018Z] 5cd0ba6516b2: Pushed [2021-04-19T20:57:19.018Z] 4e812622a6f0: Pushed [2021-04-19T20:57:19.622Z] a6fcb3e21afd: Pushed [2021-04-19T20:57:22.997Z] 0a765acaee3b: Pushed [2021-04-19T20:57:22.997Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:42fcbc0d4c15eae4057348b4727a55d500082d306c6921a4a5d422ef5372eda1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:23.350Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:23.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:23.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T20:57:23.692Z] 5cd0ba6516b2: Preparing [2021-04-19T20:57:23.692Z] 0a765acaee3b: Preparing [2021-04-19T20:57:23.692Z] 333b52734a9a: Preparing [2021-04-19T20:57:23.692Z] a6fcb3e21afd: Preparing [2021-04-19T20:57:23.692Z] 4e812622a6f0: Preparing [2021-04-19T20:57:23.692Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:23.692Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:23.692Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:23.692Z] 0a765acaee3b: Layer already exists [2021-04-19T20:57:23.692Z] 4e812622a6f0: Layer already exists [2021-04-19T20:57:23.692Z] 5cd0ba6516b2: Layer already exists [2021-04-19T20:57:23.692Z] a6fcb3e21afd: Layer already exists [2021-04-19T20:57:23.966Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:23.966Z] 2.0.0-dev.178: digest: sha256:42fcbc0d4c15eae4057348b4727a55d500082d306c6921a4a5d422ef5372eda1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:24.310Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:24.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:24.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T20:57:24.652Z] 5cd0ba6516b2: Preparing [2021-04-19T20:57:24.652Z] 0a765acaee3b: Preparing [2021-04-19T20:57:24.652Z] 333b52734a9a: Preparing [2021-04-19T20:57:24.652Z] a6fcb3e21afd: Preparing [2021-04-19T20:57:24.652Z] 4e812622a6f0: Preparing [2021-04-19T20:57:24.652Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:24.652Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:24.652Z] 4e812622a6f0: Layer already exists [2021-04-19T20:57:24.652Z] 5cd0ba6516b2: Layer already exists [2021-04-19T20:57:24.652Z] a6fcb3e21afd: Layer already exists [2021-04-19T20:57:24.652Z] 0a765acaee3b: Layer already exists [2021-04-19T20:57:24.652Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:24.652Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:24.925Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:42fcbc0d4c15eae4057348b4727a55d500082d306c6921a4a5d422ef5372eda1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:25.270Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:25.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-19T20:57:25.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T20:57:25.617Z] 5cd0ba6516b2: Preparing [2021-04-19T20:57:25.617Z] 0a765acaee3b: Preparing [2021-04-19T20:57:25.617Z] 333b52734a9a: Preparing [2021-04-19T20:57:25.617Z] a6fcb3e21afd: Preparing [2021-04-19T20:57:25.617Z] 4e812622a6f0: Preparing [2021-04-19T20:57:25.617Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:25.617Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:25.617Z] a6fcb3e21afd: Layer already exists [2021-04-19T20:57:25.617Z] 0a765acaee3b: Layer already exists [2021-04-19T20:57:25.617Z] 5cd0ba6516b2: Layer already exists [2021-04-19T20:57:25.617Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:25.617Z] 4e812622a6f0: Layer already exists [2021-04-19T20:57:25.893Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:25.893Z] master: digest: sha256:42fcbc0d4c15eae4057348b4727a55d500082d306c6921a4a5d422ef5372eda1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:57:25.958Z] ===================================================== [Pipeline] echo [2021-04-19T20:57:25.973Z] taggedImages: [2021-04-19T20:57:25.973Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:25.973Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:25.973Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:25.973Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-19T20:57:26.003Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-19T20:57:26.003Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:26.003Z] 2.0.0-dev.178 [2021-04-19T20:57:26.003Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:26.003Z] master [2021-04-19T20:57:26.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:26.384Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:26.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:26.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T20:57:26.730Z] 1a22fd53f481: Preparing [2021-04-19T20:57:26.730Z] 65191dd5b923: Preparing [2021-04-19T20:57:26.730Z] 333b52734a9a: Preparing [2021-04-19T20:57:26.730Z] a48677208af9: Preparing [2021-04-19T20:57:26.730Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:27.006Z] a48677208af9: Layer already exists [2021-04-19T20:57:27.006Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:27.006Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:27.006Z] 1a22fd53f481: Pushed [2021-04-19T20:57:30.382Z] 65191dd5b923: Pushed [2021-04-19T20:57:30.382Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:9c5a4e160bbc71449cdd093a12cd62f6a581870f0e8e3c27af2ef58ff88c839f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:30.728Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:31.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:31.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T20:57:31.063Z] 1a22fd53f481: Preparing [2021-04-19T20:57:31.063Z] 65191dd5b923: Preparing [2021-04-19T20:57:31.063Z] 333b52734a9a: Preparing [2021-04-19T20:57:31.063Z] a48677208af9: Preparing [2021-04-19T20:57:31.063Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:31.063Z] a48677208af9: Layer already exists [2021-04-19T20:57:31.063Z] 1a22fd53f481: Layer already exists [2021-04-19T20:57:31.063Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:31.063Z] 65191dd5b923: Layer already exists [2021-04-19T20:57:31.063Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:31.335Z] 2.0.0-dev.178: digest: sha256:9c5a4e160bbc71449cdd093a12cd62f6a581870f0e8e3c27af2ef58ff88c839f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:31.675Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:32.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:32.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T20:57:32.016Z] 1a22fd53f481: Preparing [2021-04-19T20:57:32.016Z] 65191dd5b923: Preparing [2021-04-19T20:57:32.016Z] 333b52734a9a: Preparing [2021-04-19T20:57:32.016Z] a48677208af9: Preparing [2021-04-19T20:57:32.016Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:32.016Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:32.016Z] 1a22fd53f481: Layer already exists [2021-04-19T20:57:32.016Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:32.016Z] 65191dd5b923: Layer already exists [2021-04-19T20:57:32.016Z] a48677208af9: Layer already exists [2021-04-19T20:57:32.303Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:9c5a4e160bbc71449cdd093a12cd62f6a581870f0e8e3c27af2ef58ff88c839f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:32.641Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:32.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-19T20:57:32.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T20:57:32.972Z] 1a22fd53f481: Preparing [2021-04-19T20:57:32.972Z] 65191dd5b923: Preparing [2021-04-19T20:57:32.972Z] 333b52734a9a: Preparing [2021-04-19T20:57:32.972Z] a48677208af9: Preparing [2021-04-19T20:57:32.972Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:32.972Z] 65191dd5b923: Layer already exists [2021-04-19T20:57:32.972Z] a48677208af9: Layer already exists [2021-04-19T20:57:32.972Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:32.972Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:32.972Z] 1a22fd53f481: Layer already exists [2021-04-19T20:57:33.244Z] master: digest: sha256:9c5a4e160bbc71449cdd093a12cd62f6a581870f0e8e3c27af2ef58ff88c839f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:57:33.307Z] ===================================================== [Pipeline] echo [2021-04-19T20:57:33.321Z] taggedImages: [2021-04-19T20:57:33.321Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:33.321Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:33.321Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:33.321Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-19T20:57:33.378Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-19T20:57:33.378Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:33.378Z] 2.0.0-dev.178 [2021-04-19T20:57:33.378Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:33.378Z] master [2021-04-19T20:57:33.378Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:33.772Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:34.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:34.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T20:57:34.115Z] 6a85c66a3588: Preparing [2021-04-19T20:57:34.115Z] 6a85c66a3588: Preparing [2021-04-19T20:57:34.115Z] 821c70c42383: Preparing [2021-04-19T20:57:34.115Z] 7cf7831c5e84: Preparing [2021-04-19T20:57:34.115Z] f78e68ca1f5e: Preparing [2021-04-19T20:57:34.115Z] 10f45ee77c44: Preparing [2021-04-19T20:57:34.115Z] 333b52734a9a: Preparing [2021-04-19T20:57:34.115Z] 43d94a4760aa: Preparing [2021-04-19T20:57:34.115Z] 43d94a4760aa: Preparing [2021-04-19T20:57:34.115Z] f58b6345345a: Preparing [2021-04-19T20:57:34.115Z] 825543352531: Preparing [2021-04-19T20:57:34.115Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:34.115Z] 333b52734a9a: Waiting [2021-04-19T20:57:34.115Z] f58b6345345a: Waiting [2021-04-19T20:57:34.115Z] 825543352531: Waiting [2021-04-19T20:57:34.115Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:34.115Z] 43d94a4760aa: Waiting [2021-04-19T20:57:34.391Z] 7cf7831c5e84: Pushed [2021-04-19T20:57:34.391Z] 821c70c42383: Pushed [2021-04-19T20:57:34.391Z] 6a85c66a3588: Pushed [2021-04-19T20:57:34.391Z] f78e68ca1f5e: Pushed [2021-04-19T20:57:34.661Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:34.661Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:34.661Z] 43d94a4760aa: Pushed [2021-04-19T20:57:34.661Z] 825543352531: Pushed [2021-04-19T20:57:34.932Z] f58b6345345a: Pushed [2021-04-19T20:57:38.305Z] 10f45ee77c44: Pushed [2021-04-19T20:57:38.305Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:9dc60f6d457ba6ec9262d290a224cd17089219da16ef936a2573df0fed11bb12 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:38.650Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:39.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:39.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T20:57:39.033Z] 6a85c66a3588: Preparing [2021-04-19T20:57:39.033Z] 6a85c66a3588: Preparing [2021-04-19T20:57:39.033Z] 821c70c42383: Preparing [2021-04-19T20:57:39.033Z] 7cf7831c5e84: Preparing [2021-04-19T20:57:39.033Z] f78e68ca1f5e: Preparing [2021-04-19T20:57:39.033Z] 10f45ee77c44: Preparing [2021-04-19T20:57:39.033Z] 333b52734a9a: Preparing [2021-04-19T20:57:39.033Z] 43d94a4760aa: Preparing [2021-04-19T20:57:39.033Z] 43d94a4760aa: Preparing [2021-04-19T20:57:39.033Z] f58b6345345a: Preparing [2021-04-19T20:57:39.033Z] 825543352531: Preparing [2021-04-19T20:57:39.033Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:39.033Z] 333b52734a9a: Waiting [2021-04-19T20:57:39.033Z] 43d94a4760aa: Waiting [2021-04-19T20:57:39.033Z] f58b6345345a: Waiting [2021-04-19T20:57:39.033Z] 825543352531: Waiting [2021-04-19T20:57:39.033Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:39.320Z] 6a85c66a3588: Layer already exists [2021-04-19T20:57:39.320Z] 821c70c42383: Layer already exists [2021-04-19T20:57:39.320Z] 10f45ee77c44: Layer already exists [2021-04-19T20:57:39.320Z] 7cf7831c5e84: Layer already exists [2021-04-19T20:57:39.320Z] f78e68ca1f5e: Layer already exists [2021-04-19T20:57:39.320Z] 825543352531: Layer already exists [2021-04-19T20:57:39.320Z] 43d94a4760aa: Layer already exists [2021-04-19T20:57:39.320Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:39.320Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:39.320Z] f58b6345345a: Layer already exists [2021-04-19T20:57:39.320Z] 2.0.0-dev.178: digest: sha256:9dc60f6d457ba6ec9262d290a224cd17089219da16ef936a2573df0fed11bb12 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:39.676Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:40.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:40.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T20:57:40.033Z] 6a85c66a3588: Preparing [2021-04-19T20:57:40.033Z] 6a85c66a3588: Preparing [2021-04-19T20:57:40.033Z] 821c70c42383: Preparing [2021-04-19T20:57:40.033Z] 7cf7831c5e84: Preparing [2021-04-19T20:57:40.033Z] f78e68ca1f5e: Preparing [2021-04-19T20:57:40.033Z] 10f45ee77c44: Preparing [2021-04-19T20:57:40.033Z] 333b52734a9a: Preparing [2021-04-19T20:57:40.033Z] 43d94a4760aa: Preparing [2021-04-19T20:57:40.033Z] 43d94a4760aa: Preparing [2021-04-19T20:57:40.033Z] f58b6345345a: Preparing [2021-04-19T20:57:40.033Z] 825543352531: Preparing [2021-04-19T20:57:40.033Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:40.033Z] 333b52734a9a: Waiting [2021-04-19T20:57:40.033Z] 43d94a4760aa: Waiting [2021-04-19T20:57:40.033Z] f58b6345345a: Waiting [2021-04-19T20:57:40.033Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:40.033Z] 825543352531: Waiting [2021-04-19T20:57:40.033Z] 7cf7831c5e84: Layer already exists [2021-04-19T20:57:40.033Z] 10f45ee77c44: Layer already exists [2021-04-19T20:57:40.033Z] 6a85c66a3588: Layer already exists [2021-04-19T20:57:40.033Z] 821c70c42383: Layer already exists [2021-04-19T20:57:40.033Z] f78e68ca1f5e: Layer already exists [2021-04-19T20:57:40.033Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:40.033Z] 43d94a4760aa: Layer already exists [2021-04-19T20:57:40.033Z] f58b6345345a: Layer already exists [2021-04-19T20:57:40.033Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:40.033Z] 825543352531: Layer already exists [2021-04-19T20:57:40.306Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:9dc60f6d457ba6ec9262d290a224cd17089219da16ef936a2573df0fed11bb12 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:40.641Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:40.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-19T20:57:40.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T20:57:40.975Z] 6a85c66a3588: Preparing [2021-04-19T20:57:40.975Z] 6a85c66a3588: Preparing [2021-04-19T20:57:40.975Z] 821c70c42383: Preparing [2021-04-19T20:57:40.975Z] 7cf7831c5e84: Preparing [2021-04-19T20:57:40.975Z] f78e68ca1f5e: Preparing [2021-04-19T20:57:40.975Z] 10f45ee77c44: Preparing [2021-04-19T20:57:40.975Z] 333b52734a9a: Preparing [2021-04-19T20:57:40.975Z] 43d94a4760aa: Preparing [2021-04-19T20:57:40.975Z] 43d94a4760aa: Preparing [2021-04-19T20:57:40.975Z] f58b6345345a: Preparing [2021-04-19T20:57:40.975Z] 825543352531: Preparing [2021-04-19T20:57:40.975Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:40.975Z] 333b52734a9a: Waiting [2021-04-19T20:57:40.975Z] 43d94a4760aa: Waiting [2021-04-19T20:57:40.975Z] f58b6345345a: Waiting [2021-04-19T20:57:40.975Z] 825543352531: Waiting [2021-04-19T20:57:40.975Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:40.975Z] 10f45ee77c44: Layer already exists [2021-04-19T20:57:40.975Z] 6a85c66a3588: Layer already exists [2021-04-19T20:57:40.975Z] 7cf7831c5e84: Layer already exists [2021-04-19T20:57:40.975Z] 821c70c42383: Layer already exists [2021-04-19T20:57:40.975Z] f78e68ca1f5e: Layer already exists [2021-04-19T20:57:40.975Z] f58b6345345a: Layer already exists [2021-04-19T20:57:40.975Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:40.975Z] 43d94a4760aa: Layer already exists [2021-04-19T20:57:41.245Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:41.245Z] 825543352531: Layer already exists [2021-04-19T20:57:41.245Z] master: digest: sha256:9dc60f6d457ba6ec9262d290a224cd17089219da16ef936a2573df0fed11bb12 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:57:41.330Z] ===================================================== [Pipeline] echo [2021-04-19T20:57:41.345Z] taggedImages: [2021-04-19T20:57:41.345Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:41.345Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:41.345Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:41.345Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-19T20:57:41.380Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-19T20:57:41.380Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:41.380Z] 2.0.0-dev.178 [2021-04-19T20:57:41.380Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:41.380Z] master [2021-04-19T20:57:41.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:41.752Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:42.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:42.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T20:57:42.087Z] a3fa01fbf133: Preparing [2021-04-19T20:57:42.087Z] 035b12986a2a: Preparing [2021-04-19T20:57:42.087Z] e40b6820058b: Preparing [2021-04-19T20:57:42.087Z] f69c294fe7a0: Preparing [2021-04-19T20:57:42.087Z] b4081097842a: Preparing [2021-04-19T20:57:42.087Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:42.087Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:42.361Z] f69c294fe7a0: Pushed [2021-04-19T20:57:42.361Z] e40b6820058b: Pushed [2021-04-19T20:57:42.361Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:42.958Z] b4081097842a: Pushed [2021-04-19T20:57:44.931Z] a3fa01fbf133: Pushed [2021-04-19T20:57:44.931Z] 035b12986a2a: Pushed [2021-04-19T20:57:45.203Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:8d65262416f0127f9500d6188870e19f9fda6ea090ec74ccbcd78bcc472dda52 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:45.544Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:45.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:45.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T20:57:45.888Z] a3fa01fbf133: Preparing [2021-04-19T20:57:45.888Z] 035b12986a2a: Preparing [2021-04-19T20:57:45.888Z] e40b6820058b: Preparing [2021-04-19T20:57:45.888Z] f69c294fe7a0: Preparing [2021-04-19T20:57:45.888Z] b4081097842a: Preparing [2021-04-19T20:57:45.888Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:45.888Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:46.165Z] f69c294fe7a0: Layer already exists [2021-04-19T20:57:46.165Z] a3fa01fbf133: Layer already exists [2021-04-19T20:57:46.165Z] b4081097842a: Layer already exists [2021-04-19T20:57:46.165Z] 035b12986a2a: Layer already exists [2021-04-19T20:57:46.165Z] e40b6820058b: Layer already exists [2021-04-19T20:57:46.165Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:46.165Z] 2.0.0-dev.178: digest: sha256:8d65262416f0127f9500d6188870e19f9fda6ea090ec74ccbcd78bcc472dda52 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:46.510Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:46.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:46.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T20:57:46.858Z] a3fa01fbf133: Preparing [2021-04-19T20:57:46.858Z] 035b12986a2a: Preparing [2021-04-19T20:57:46.858Z] e40b6820058b: Preparing [2021-04-19T20:57:46.858Z] f69c294fe7a0: Preparing [2021-04-19T20:57:46.858Z] b4081097842a: Preparing [2021-04-19T20:57:46.858Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:46.858Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:47.132Z] 035b12986a2a: Layer already exists [2021-04-19T20:57:47.132Z] e40b6820058b: Layer already exists [2021-04-19T20:57:47.132Z] f69c294fe7a0: Layer already exists [2021-04-19T20:57:47.132Z] a3fa01fbf133: Layer already exists [2021-04-19T20:57:47.132Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:47.132Z] b4081097842a: Layer already exists [2021-04-19T20:57:47.403Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:8d65262416f0127f9500d6188870e19f9fda6ea090ec74ccbcd78bcc472dda52 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:47.968Z] + 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-19T20:57:48.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-19T20:57:48.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T20:57:48.318Z] a3fa01fbf133: Preparing [2021-04-19T20:57:48.318Z] 035b12986a2a: Preparing [2021-04-19T20:57:48.318Z] e40b6820058b: Preparing [2021-04-19T20:57:48.318Z] f69c294fe7a0: Preparing [2021-04-19T20:57:48.318Z] b4081097842a: Preparing [2021-04-19T20:57:48.318Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:48.319Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:48.593Z] a3fa01fbf133: Layer already exists [2021-04-19T20:57:48.593Z] f69c294fe7a0: Layer already exists [2021-04-19T20:57:48.593Z] b4081097842a: Layer already exists [2021-04-19T20:57:48.593Z] 035b12986a2a: Layer already exists [2021-04-19T20:57:48.593Z] e40b6820058b: Layer already exists [2021-04-19T20:57:48.593Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:48.593Z] master: digest: sha256:8d65262416f0127f9500d6188870e19f9fda6ea090ec74ccbcd78bcc472dda52 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:57:48.654Z] ===================================================== [Pipeline] echo [2021-04-19T20:57:48.668Z] taggedImages: [2021-04-19T20:57:48.668Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:48.668Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:48.668Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:48.668Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-19T20:57:48.697Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-19T20:57:48.697Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:48.697Z] 2.0.0-dev.178 [2021-04-19T20:57:48.697Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:48.697Z] master [2021-04-19T20:57:48.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:49.091Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:49.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:49.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T20:57:49.429Z] 7634f5335b81: Preparing [2021-04-19T20:57:49.429Z] d450c6b4a0ee: Preparing [2021-04-19T20:57:49.429Z] 2dd266854c3a: Preparing [2021-04-19T20:57:49.429Z] 1c4852ec415e: Preparing [2021-04-19T20:57:49.429Z] cd85b5ee9e33: Preparing [2021-04-19T20:57:49.429Z] 2e8bd6f3e5be: Preparing [2021-04-19T20:57:49.429Z] 70c527a70e6d: Preparing [2021-04-19T20:57:49.429Z] 5024c105e270: Preparing [2021-04-19T20:57:49.429Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:49.429Z] 2e8bd6f3e5be: Waiting [2021-04-19T20:57:49.429Z] 70c527a70e6d: Waiting [2021-04-19T20:57:49.429Z] 5024c105e270: Waiting [2021-04-19T20:57:49.429Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:50.025Z] cd85b5ee9e33: Pushed [2021-04-19T20:57:50.025Z] 7634f5335b81: Pushed [2021-04-19T20:57:50.025Z] d450c6b4a0ee: Pushed [2021-04-19T20:57:50.301Z] 2e8bd6f3e5be: Pushed [2021-04-19T20:57:50.301Z] 70c527a70e6d: Pushed [2021-04-19T20:57:50.301Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:50.575Z] 5024c105e270: Pushed [2021-04-19T20:57:52.547Z] 1c4852ec415e: Pushed [2021-04-19T20:57:52.547Z] 2dd266854c3a: Pushed [2021-04-19T20:57:52.547Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:d2786999f2e019970146eca7f53fcd1e9357bb76f0cbc78378deca279f23d90b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:52.888Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:53.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:53.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T20:57:53.222Z] 7634f5335b81: Preparing [2021-04-19T20:57:53.222Z] d450c6b4a0ee: Preparing [2021-04-19T20:57:53.222Z] 2dd266854c3a: Preparing [2021-04-19T20:57:53.222Z] 1c4852ec415e: Preparing [2021-04-19T20:57:53.222Z] cd85b5ee9e33: Preparing [2021-04-19T20:57:53.222Z] 2e8bd6f3e5be: Preparing [2021-04-19T20:57:53.222Z] 70c527a70e6d: Preparing [2021-04-19T20:57:53.222Z] 5024c105e270: Preparing [2021-04-19T20:57:53.222Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:53.222Z] 70c527a70e6d: Waiting [2021-04-19T20:57:53.222Z] 5024c105e270: Waiting [2021-04-19T20:57:53.222Z] 2e8bd6f3e5be: Waiting [2021-04-19T20:57:53.222Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:53.495Z] 2dd266854c3a: Layer already exists [2021-04-19T20:57:53.495Z] cd85b5ee9e33: Layer already exists [2021-04-19T20:57:53.495Z] 7634f5335b81: Layer already exists [2021-04-19T20:57:53.495Z] 1c4852ec415e: Layer already exists [2021-04-19T20:57:53.495Z] d450c6b4a0ee: Layer already exists [2021-04-19T20:57:53.495Z] 70c527a70e6d: Layer already exists [2021-04-19T20:57:53.495Z] 2e8bd6f3e5be: Layer already exists [2021-04-19T20:57:53.495Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:53.495Z] 5024c105e270: Layer already exists [2021-04-19T20:57:53.495Z] 2.0.0-dev.178: digest: sha256:d2786999f2e019970146eca7f53fcd1e9357bb76f0cbc78378deca279f23d90b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:53.835Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:54.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:54.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T20:57:54.170Z] 7634f5335b81: Preparing [2021-04-19T20:57:54.170Z] d450c6b4a0ee: Preparing [2021-04-19T20:57:54.170Z] 2dd266854c3a: Preparing [2021-04-19T20:57:54.170Z] 1c4852ec415e: Preparing [2021-04-19T20:57:54.170Z] cd85b5ee9e33: Preparing [2021-04-19T20:57:54.170Z] 2e8bd6f3e5be: Preparing [2021-04-19T20:57:54.170Z] 70c527a70e6d: Preparing [2021-04-19T20:57:54.170Z] 5024c105e270: Preparing [2021-04-19T20:57:54.170Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:54.170Z] 70c527a70e6d: Waiting [2021-04-19T20:57:54.170Z] 5024c105e270: Waiting [2021-04-19T20:57:54.170Z] 3fbe34a1663b: Waiting [2021-04-19T20:57:54.170Z] 2e8bd6f3e5be: Waiting [2021-04-19T20:57:54.443Z] 2dd266854c3a: Layer already exists [2021-04-19T20:57:54.443Z] cd85b5ee9e33: Layer already exists [2021-04-19T20:57:54.443Z] d450c6b4a0ee: Layer already exists [2021-04-19T20:57:54.443Z] 1c4852ec415e: Layer already exists [2021-04-19T20:57:54.443Z] 7634f5335b81: Layer already exists [2021-04-19T20:57:54.443Z] 2e8bd6f3e5be: Layer already exists [2021-04-19T20:57:54.443Z] 5024c105e270: Layer already exists [2021-04-19T20:57:54.443Z] 70c527a70e6d: Layer already exists [2021-04-19T20:57:54.443Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:54.443Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:d2786999f2e019970146eca7f53fcd1e9357bb76f0cbc78378deca279f23d90b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:54.792Z] + 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-19T20:57:55.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-19T20:57:55.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T20:57:55.130Z] 7634f5335b81: Preparing [2021-04-19T20:57:55.130Z] d450c6b4a0ee: Preparing [2021-04-19T20:57:55.130Z] 2dd266854c3a: Preparing [2021-04-19T20:57:55.130Z] 1c4852ec415e: Preparing [2021-04-19T20:57:55.130Z] cd85b5ee9e33: Preparing [2021-04-19T20:57:55.130Z] 2e8bd6f3e5be: Preparing [2021-04-19T20:57:55.130Z] 70c527a70e6d: Preparing [2021-04-19T20:57:55.130Z] 5024c105e270: Preparing [2021-04-19T20:57:55.130Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:55.130Z] 2e8bd6f3e5be: Waiting [2021-04-19T20:57:55.130Z] 70c527a70e6d: Waiting [2021-04-19T20:57:55.130Z] 5024c105e270: Waiting [2021-04-19T20:57:55.404Z] cd85b5ee9e33: Layer already exists [2021-04-19T20:57:55.404Z] 7634f5335b81: Layer already exists [2021-04-19T20:57:55.404Z] d450c6b4a0ee: Layer already exists [2021-04-19T20:57:55.404Z] 2dd266854c3a: Layer already exists [2021-04-19T20:57:55.404Z] 1c4852ec415e: Layer already exists [2021-04-19T20:57:55.404Z] 2e8bd6f3e5be: Layer already exists [2021-04-19T20:57:55.404Z] 5024c105e270: Layer already exists [2021-04-19T20:57:55.404Z] 70c527a70e6d: Layer already exists [2021-04-19T20:57:55.404Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:55.404Z] master: digest: sha256:d2786999f2e019970146eca7f53fcd1e9357bb76f0cbc78378deca279f23d90b size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:57:55.465Z] ===================================================== [Pipeline] echo [2021-04-19T20:57:55.479Z] taggedImages: [2021-04-19T20:57:55.479Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:55.479Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.178 [2021-04-19T20:57:55.479Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:55.479Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-19T20:57:55.509Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-19T20:57:55.509Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:55.509Z] 2.0.0-dev.178 [2021-04-19T20:57:55.509Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:57:55.509Z] master [2021-04-19T20:57:55.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:55.881Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:57:56.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:57:56.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T20:57:56.232Z] 1be5a821e47a: Preparing [2021-04-19T20:57:56.232Z] aefe67b5b852: Preparing [2021-04-19T20:57:56.232Z] 333b52734a9a: Preparing [2021-04-19T20:57:56.232Z] c151843d1458: Preparing [2021-04-19T20:57:56.232Z] 3fbe34a1663b: Preparing [2021-04-19T20:57:56.508Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:57:56.508Z] 333b52734a9a: Layer already exists [2021-04-19T20:57:56.508Z] 1be5a821e47a: Pushed [2021-04-19T20:57:56.781Z] c151843d1458: Pushed [2021-04-19T20:57:59.396Z] aefe67b5b852: Pushed [2021-04-19T20:57:59.667Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:89a927ce41eced4bcb75b90020d4d6f16dbe29e09eb59424b746a4d3c76512e7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:00.024Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:00.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.178 [2021-04-19T20:58:00.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T20:58:00.362Z] 1be5a821e47a: Preparing [2021-04-19T20:58:00.362Z] aefe67b5b852: Preparing [2021-04-19T20:58:00.362Z] 333b52734a9a: Preparing [2021-04-19T20:58:00.362Z] c151843d1458: Preparing [2021-04-19T20:58:00.362Z] 3fbe34a1663b: Preparing [2021-04-19T20:58:00.634Z] 333b52734a9a: Layer already exists [2021-04-19T20:58:00.634Z] 1be5a821e47a: Layer already exists [2021-04-19T20:58:00.634Z] aefe67b5b852: Layer already exists [2021-04-19T20:58:00.634Z] c151843d1458: Layer already exists [2021-04-19T20:58:00.634Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:58:00.634Z] 2.0.0-dev.178: digest: sha256:89a927ce41eced4bcb75b90020d4d6f16dbe29e09eb59424b746a4d3c76512e7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:00.975Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:01.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:58:01.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T20:58:01.327Z] 1be5a821e47a: Preparing [2021-04-19T20:58:01.327Z] aefe67b5b852: Preparing [2021-04-19T20:58:01.327Z] 333b52734a9a: Preparing [2021-04-19T20:58:01.327Z] c151843d1458: Preparing [2021-04-19T20:58:01.327Z] 3fbe34a1663b: Preparing [2021-04-19T20:58:01.327Z] aefe67b5b852: Layer already exists [2021-04-19T20:58:01.327Z] 1be5a821e47a: Layer already exists [2021-04-19T20:58:01.327Z] 333b52734a9a: Layer already exists [2021-04-19T20:58:01.327Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:58:01.327Z] c151843d1458: Layer already exists [2021-04-19T20:58:01.598Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:89a927ce41eced4bcb75b90020d4d6f16dbe29e09eb59424b746a4d3c76512e7 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:01.937Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:02.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-19T20:58:02.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T20:58:02.272Z] 1be5a821e47a: Preparing [2021-04-19T20:58:02.272Z] aefe67b5b852: Preparing [2021-04-19T20:58:02.272Z] 333b52734a9a: Preparing [2021-04-19T20:58:02.272Z] c151843d1458: Preparing [2021-04-19T20:58:02.272Z] 3fbe34a1663b: Preparing [2021-04-19T20:58:02.541Z] c151843d1458: Layer already exists [2021-04-19T20:58:02.541Z] 1be5a821e47a: Layer already exists [2021-04-19T20:58:02.541Z] 333b52734a9a: Layer already exists [2021-04-19T20:58:02.541Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:58:02.541Z] aefe67b5b852: Layer already exists [2021-04-19T20:58:02.541Z] master: digest: sha256:89a927ce41eced4bcb75b90020d4d6f16dbe29e09eb59424b746a4d3c76512e7 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:58:02.601Z] ===================================================== [Pipeline] echo [2021-04-19T20:58:02.613Z] taggedImages: [2021-04-19T20:58:02.613Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:58:02.613Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.178 [2021-04-19T20:58:02.613Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:58:02.613Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-19T20:58:02.641Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-19T20:58:02.642Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:58:02.642Z] 2.0.0-dev.178 [2021-04-19T20:58:02.642Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:58:02.642Z] master [2021-04-19T20:58:02.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:03.016Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:03.355Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:58:03.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T20:58:03.355Z] acf774fcf619: Preparing [2021-04-19T20:58:03.355Z] f23e1894655e: Preparing [2021-04-19T20:58:03.355Z] 333b52734a9a: Preparing [2021-04-19T20:58:03.355Z] a48677208af9: Preparing [2021-04-19T20:58:03.355Z] 3fbe34a1663b: Preparing [2021-04-19T20:58:03.637Z] 333b52734a9a: Layer already exists [2021-04-19T20:58:03.637Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:58:03.637Z] a48677208af9: Layer already exists [2021-04-19T20:58:03.637Z] acf774fcf619: Pushed [2021-04-19T20:58:07.002Z] f23e1894655e: Pushed [2021-04-19T20:58:07.002Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:5150bccd1fa3d636e20ef51e2e226ee9d14b66b2432929cff33d4127d95446e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:07.336Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:07.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.178 [2021-04-19T20:58:07.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T20:58:07.674Z] acf774fcf619: Preparing [2021-04-19T20:58:07.674Z] f23e1894655e: Preparing [2021-04-19T20:58:07.674Z] 333b52734a9a: Preparing [2021-04-19T20:58:07.674Z] a48677208af9: Preparing [2021-04-19T20:58:07.674Z] 3fbe34a1663b: Preparing [2021-04-19T20:58:07.674Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:58:07.674Z] a48677208af9: Layer already exists [2021-04-19T20:58:07.674Z] acf774fcf619: Layer already exists [2021-04-19T20:58:07.674Z] f23e1894655e: Layer already exists [2021-04-19T20:58:07.674Z] 333b52734a9a: Layer already exists [2021-04-19T20:58:07.946Z] 2.0.0-dev.178: digest: sha256:5150bccd1fa3d636e20ef51e2e226ee9d14b66b2432929cff33d4127d95446e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:08.285Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:08.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:58:08.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T20:58:08.629Z] acf774fcf619: Preparing [2021-04-19T20:58:08.629Z] f23e1894655e: Preparing [2021-04-19T20:58:08.629Z] 333b52734a9a: Preparing [2021-04-19T20:58:08.629Z] a48677208af9: Preparing [2021-04-19T20:58:08.629Z] 3fbe34a1663b: Preparing [2021-04-19T20:58:08.629Z] a48677208af9: Layer already exists [2021-04-19T20:58:08.900Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:58:08.900Z] 333b52734a9a: Layer already exists [2021-04-19T20:58:08.900Z] f23e1894655e: Layer already exists [2021-04-19T20:58:08.900Z] acf774fcf619: Layer already exists [2021-04-19T20:58:08.900Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:5150bccd1fa3d636e20ef51e2e226ee9d14b66b2432929cff33d4127d95446e3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:09.240Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:09.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-19T20:58:09.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T20:58:09.573Z] acf774fcf619: Preparing [2021-04-19T20:58:09.573Z] f23e1894655e: Preparing [2021-04-19T20:58:09.573Z] 333b52734a9a: Preparing [2021-04-19T20:58:09.573Z] a48677208af9: Preparing [2021-04-19T20:58:09.573Z] 3fbe34a1663b: Preparing [2021-04-19T20:58:09.573Z] acf774fcf619: Layer already exists [2021-04-19T20:58:09.573Z] f23e1894655e: Layer already exists [2021-04-19T20:58:09.573Z] 333b52734a9a: Layer already exists [2021-04-19T20:58:09.573Z] a48677208af9: Layer already exists [2021-04-19T20:58:09.573Z] 3fbe34a1663b: Layer already exists [2021-04-19T20:58:09.843Z] master: digest: sha256:5150bccd1fa3d636e20ef51e2e226ee9d14b66b2432929cff33d4127d95446e3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:58:09.910Z] ===================================================== [Pipeline] echo [2021-04-19T20:58:09.929Z] taggedImages: [2021-04-19T20:58:09.929Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:58:09.929Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.178 [2021-04-19T20:58:09.929Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:58:09.929Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-19T20:58:10.008Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-19T20:58:10.008Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:58:10.008Z] 2.0.0-dev.178 [2021-04-19T20:58:10.008Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:58:10.008Z] master [2021-04-19T20:58:10.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:10.417Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:10.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:58:10.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T20:58:10.767Z] ed97f7ca9fac: Preparing [2021-04-19T20:58:10.767Z] 1137ae1da6f0: Preparing [2021-04-19T20:58:10.767Z] c38e59245618: Preparing [2021-04-19T20:58:10.767Z] 2d2caa1b8c57: Preparing [2021-04-19T20:58:10.767Z] 9ded3b6bb9b5: Preparing [2021-04-19T20:58:10.767Z] fa1afe8e6ed9: Preparing [2021-04-19T20:58:10.767Z] 87a09b4c083e: Preparing [2021-04-19T20:58:10.767Z] 0f74e9ff2a61: Preparing [2021-04-19T20:58:10.767Z] b122376c33c6: Preparing [2021-04-19T20:58:10.767Z] f8381ed47b22: Preparing [2021-04-19T20:58:10.767Z] e934a737d657: Preparing [2021-04-19T20:58:10.767Z] fa1afe8e6ed9: Waiting [2021-04-19T20:58:10.767Z] 87a09b4c083e: Waiting [2021-04-19T20:58:10.767Z] 0f74e9ff2a61: Waiting [2021-04-19T20:58:10.767Z] b122376c33c6: Waiting [2021-04-19T20:58:10.767Z] f8381ed47b22: Waiting [2021-04-19T20:58:10.767Z] e934a737d657: Waiting [2021-04-19T20:58:11.046Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T20:58:11.046Z] fa1afe8e6ed9: Layer already exists [2021-04-19T20:58:11.046Z] 87a09b4c083e: Layer already exists [2021-04-19T20:58:11.046Z] 0f74e9ff2a61: Layer already exists [2021-04-19T20:58:11.046Z] 1137ae1da6f0: Pushed [2021-04-19T20:58:11.322Z] b122376c33c6: Layer already exists [2021-04-19T20:58:11.322Z] f8381ed47b22: Layer already exists [2021-04-19T20:58:11.322Z] e934a737d657: Layer already exists [2021-04-19T20:58:11.916Z] ed97f7ca9fac: Pushed [2021-04-19T20:58:13.883Z] c38e59245618: Pushed [2021-04-19T20:58:26.261Z] 2d2caa1b8c57: Pushed [2021-04-19T20:58:26.261Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404: digest: sha256:05afa5c13fd93f871f3b795cf21b976f6f6ca8ffd5dafaf1d7b94665907e76fb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:26.646Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:27.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.178 [2021-04-19T20:58:27.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T20:58:27.006Z] ed97f7ca9fac: Preparing [2021-04-19T20:58:27.006Z] 1137ae1da6f0: Preparing [2021-04-19T20:58:27.006Z] c38e59245618: Preparing [2021-04-19T20:58:27.006Z] 2d2caa1b8c57: Preparing [2021-04-19T20:58:27.006Z] 9ded3b6bb9b5: Preparing [2021-04-19T20:58:27.006Z] fa1afe8e6ed9: Preparing [2021-04-19T20:58:27.006Z] 87a09b4c083e: Preparing [2021-04-19T20:58:27.006Z] 0f74e9ff2a61: Preparing [2021-04-19T20:58:27.006Z] b122376c33c6: Preparing [2021-04-19T20:58:27.006Z] f8381ed47b22: Preparing [2021-04-19T20:58:27.006Z] e934a737d657: Preparing [2021-04-19T20:58:27.006Z] fa1afe8e6ed9: Waiting [2021-04-19T20:58:27.006Z] 87a09b4c083e: Waiting [2021-04-19T20:58:27.006Z] 0f74e9ff2a61: Waiting [2021-04-19T20:58:27.006Z] b122376c33c6: Waiting [2021-04-19T20:58:27.006Z] f8381ed47b22: Waiting [2021-04-19T20:58:27.006Z] e934a737d657: Waiting [2021-04-19T20:58:27.006Z] ed97f7ca9fac: Layer already exists [2021-04-19T20:58:27.006Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T20:58:27.006Z] 1137ae1da6f0: Layer already exists [2021-04-19T20:58:27.283Z] c38e59245618: Layer already exists [2021-04-19T20:58:27.283Z] fa1afe8e6ed9: Layer already exists [2021-04-19T20:58:27.283Z] 2d2caa1b8c57: Layer already exists [2021-04-19T20:58:27.283Z] 87a09b4c083e: Layer already exists [2021-04-19T20:58:27.283Z] 0f74e9ff2a61: Layer already exists [2021-04-19T20:58:27.283Z] f8381ed47b22: Layer already exists [2021-04-19T20:58:27.283Z] b122376c33c6: Layer already exists [2021-04-19T20:58:27.283Z] e934a737d657: Layer already exists [2021-04-19T20:58:27.283Z] 2.0.0-dev.178: digest: sha256:05afa5c13fd93f871f3b795cf21b976f6f6ca8ffd5dafaf1d7b94665907e76fb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:27.652Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:28.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:58:28.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T20:58:28.029Z] ed97f7ca9fac: Preparing [2021-04-19T20:58:28.029Z] 1137ae1da6f0: Preparing [2021-04-19T20:58:28.029Z] c38e59245618: Preparing [2021-04-19T20:58:28.029Z] 2d2caa1b8c57: Preparing [2021-04-19T20:58:28.029Z] 9ded3b6bb9b5: Preparing [2021-04-19T20:58:28.029Z] fa1afe8e6ed9: Preparing [2021-04-19T20:58:28.029Z] 87a09b4c083e: Preparing [2021-04-19T20:58:28.029Z] 0f74e9ff2a61: Preparing [2021-04-19T20:58:28.029Z] b122376c33c6: Preparing [2021-04-19T20:58:28.029Z] f8381ed47b22: Preparing [2021-04-19T20:58:28.029Z] e934a737d657: Preparing [2021-04-19T20:58:28.029Z] fa1afe8e6ed9: Waiting [2021-04-19T20:58:28.029Z] 87a09b4c083e: Waiting [2021-04-19T20:58:28.029Z] 0f74e9ff2a61: Waiting [2021-04-19T20:58:28.029Z] b122376c33c6: Waiting [2021-04-19T20:58:28.029Z] f8381ed47b22: Waiting [2021-04-19T20:58:28.029Z] e934a737d657: Waiting [2021-04-19T20:58:28.029Z] 2d2caa1b8c57: Layer already exists [2021-04-19T20:58:28.029Z] c38e59245618: Layer already exists [2021-04-19T20:58:28.029Z] 1137ae1da6f0: Layer already exists [2021-04-19T20:58:28.029Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T20:58:28.029Z] ed97f7ca9fac: Layer already exists [2021-04-19T20:58:28.299Z] fa1afe8e6ed9: Layer already exists [2021-04-19T20:58:28.299Z] 0f74e9ff2a61: Layer already exists [2021-04-19T20:58:28.299Z] b122376c33c6: Layer already exists [2021-04-19T20:58:28.299Z] 87a09b4c083e: Layer already exists [2021-04-19T20:58:28.299Z] f8381ed47b22: Layer already exists [2021-04-19T20:58:28.300Z] e934a737d657: Layer already exists [2021-04-19T20:58:28.300Z] 95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178: digest: sha256:05afa5c13fd93f871f3b795cf21b976f6f6ca8ffd5dafaf1d7b94665907e76fb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T20:58:28.634Z] + 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-19T20:58:28.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-19T20:58:28.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T20:58:28.968Z] ed97f7ca9fac: Preparing [2021-04-19T20:58:28.968Z] 1137ae1da6f0: Preparing [2021-04-19T20:58:28.968Z] c38e59245618: Preparing [2021-04-19T20:58:28.968Z] 2d2caa1b8c57: Preparing [2021-04-19T20:58:28.968Z] 9ded3b6bb9b5: Preparing [2021-04-19T20:58:28.968Z] fa1afe8e6ed9: Preparing [2021-04-19T20:58:28.968Z] 87a09b4c083e: Preparing [2021-04-19T20:58:28.968Z] 0f74e9ff2a61: Preparing [2021-04-19T20:58:28.968Z] b122376c33c6: Preparing [2021-04-19T20:58:28.968Z] f8381ed47b22: Preparing [2021-04-19T20:58:28.968Z] e934a737d657: Preparing [2021-04-19T20:58:28.968Z] 0f74e9ff2a61: Waiting [2021-04-19T20:58:28.968Z] b122376c33c6: Waiting [2021-04-19T20:58:28.968Z] f8381ed47b22: Waiting [2021-04-19T20:58:28.968Z] e934a737d657: Waiting [2021-04-19T20:58:28.968Z] fa1afe8e6ed9: Waiting [2021-04-19T20:58:28.968Z] 87a09b4c083e: Waiting [2021-04-19T20:58:28.968Z] ed97f7ca9fac: Layer already exists [2021-04-19T20:58:28.968Z] c38e59245618: Layer already exists [2021-04-19T20:58:28.968Z] 2d2caa1b8c57: Layer already exists [2021-04-19T20:58:28.968Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T20:58:28.968Z] 1137ae1da6f0: Layer already exists [2021-04-19T20:58:29.239Z] 87a09b4c083e: Layer already exists [2021-04-19T20:58:29.239Z] fa1afe8e6ed9: Layer already exists [2021-04-19T20:58:29.239Z] 0f74e9ff2a61: Layer already exists [2021-04-19T20:58:29.239Z] f8381ed47b22: Layer already exists [2021-04-19T20:58:29.239Z] b122376c33c6: Layer already exists [2021-04-19T20:58:29.239Z] e934a737d657: Layer already exists [2021-04-19T20:58:29.239Z] master: digest: sha256:05afa5c13fd93f871f3b795cf21b976f6f6ca8ffd5dafaf1d7b94665907e76fb size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T20:58:29.298Z] ===================================================== [Pipeline] echo [2021-04-19T20:58:29.312Z] taggedImages: [2021-04-19T20:58:29.312Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404 [2021-04-19T20:58:29.312Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.178 [2021-04-19T20:58:29.312Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95928816a7d3351701d43cfae6e5bb9ec9c35404-2.0.0-dev.178 [2021-04-19T20:58:29.312Z] - 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-19T20:58:29.851Z] ---> job-cost.sh [2021-04-19T20:58:29.851Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FZ7b [2021-04-19T20:59:26.343Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:01:34.141Z] lf-activate-venv(): INFO: Adding /tmp/venv-FZ7b/bin to PATH [2021-04-19T21:01:34.141Z] INFO: No Stack... [2021-04-19T21:01:34.141Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T21:01:34.141Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:01:34.480Z] + cat+ /w/workspace/edgex-go/446/archives/cost.csv [2021-04-19T21:01:34.480Z] cut -d, -f6 [Pipeline] lock [2021-04-19T21:01:34.607Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-446-stack-cost] [2021-04-19T21:01:34.616Z] Resource [jenkins-edgexfoundry-edgex-go-master-446-stack-cost] did not exist. Created. [2021-04-19T21:01:34.616Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-446-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:01:34.969Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T21:01:35.828Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:01:35.840Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-446-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-19T21:01:36.435Z] provisioning config files... [2021-04-19T21:01:36.453Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/446@tmp/config6750347305176656724tmp [Pipeline] { [Pipeline] sh [2021-04-19T21:01:36.793Z] + set +x [2021-04-19T21:01:36.793Z] + curl -s https://codecov.io/bash [2021-04-19T21:01:36.793Z] + bash -s -- [2021-04-19T21:01:37.369Z] [2021-04-19T21:01:37.369Z] _____ _ [2021-04-19T21:01:37.369Z] / ____| | | [2021-04-19T21:01:37.369Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T21:01:37.369Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T21:01:37.369Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T21:01:37.369Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T21:01:37.369Z] Bash-1.0.1 [2021-04-19T21:01:37.369Z] [2021-04-19T21:01:37.369Z] [2021-04-19T21:01:37.369Z] ==> git version 2.24.3 found [2021-04-19T21:01:37.369Z] ==> 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-19T21:01:37.369Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T21:01:37.369Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T21:01:37.369Z] ==> Jenkins CI detected. [2021-04-19T21:01:37.369Z] project root: . [2021-04-19T21:01:37.369Z] --> token set from env [2021-04-19T21:01:37.369Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T21:01:37.369Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T21:01:37.369Z] ==> Python coveragepy not found [2021-04-19T21:01:37.369Z] ==> Searching for coverage reports in: [2021-04-19T21:01:37.369Z] + . [2021-04-19T21:01:37.369Z] -> Found 1 reports [2021-04-19T21:01:37.369Z] ==> Detecting git/mercurial file structure [2021-04-19T21:01:37.369Z] ==> Reading reports [2021-04-19T21:01:37.369Z] + ./coverage.out bytes=703598 [2021-04-19T21:01:37.369Z] ==> Appending adjustments [2021-04-19T21:01:37.369Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T21:01:41.595Z] + Found adjustments [2021-04-19T21:01:41.595Z] ==> Gzipping contents [2021-04-19T21:01:41.595Z] 100K /tmp/codecov.V6OGjk.gz [2021-04-19T21:01:41.595Z] ==> Uploading reports [2021-04-19T21:01:41.595Z] url: https://codecov.io [2021-04-19T21:01:41.595Z] query: branch=master&commit=95928816a7d3351701d43cfae6e5bb9ec9c35404&build=446&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F446%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T21:01:41.595Z] -> Pinging Codecov [2021-04-19T21:01:41.595Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=95928816a7d3351701d43cfae6e5bb9ec9c35404&build=446&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F446%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T21:01:41.595Z] -> Uploading to [2021-04-19T21:01:41.595Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/95928816a7d3351701d43cfae6e5bb9ec9c35404/7d5fb523-aa7b-40f5-b372-6c49e316f4bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T210141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eb5bc311748fa25d7cb1bfb4f321bdc0702ec95a936dc2ee3c1eaa9c9aa9be74 [2021-04-19T21:01:41.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:01:41.595Z] Dload Upload Total Spent Left Speed [2021-04-19T21:01:42.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 202k --:--:-- --:--:-- --:--:-- 203k [2021-04-19T21:01:42.169Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/95928816a7d3351701d43cfae6e5bb9ec9c35404 [Pipeline] } [2021-04-19T21:01:42.179Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-19T21:01:42.811Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T21:01:42.833Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:01:43.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:01:43.142Z] [2021-04-19T21:01:43.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:01:43.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:01:43.461Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T21:01:43.461Z] 188c0c94c7c5: Already exists [2021-04-19T21:01:43.461Z] 0ef7d3d256c8: Already exists [2021-04-19T21:01:43.461Z] de9db76c5a1d: Already exists [2021-04-19T21:01:43.461Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T21:01:43.461Z] 0d57e429df01: Pulling fs layer [2021-04-19T21:01:43.461Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T21:01:43.461Z] e1f770b5df2f: Pulling fs layer [2021-04-19T21:01:43.461Z] 85a0685a4137: Pulling fs layer [2021-04-19T21:01:43.461Z] e1f770b5df2f: Waiting [2021-04-19T21:01:43.461Z] 85a0685a4137: Waiting [2021-04-19T21:01:43.461Z] 0d57e429df01: Verifying Checksum [2021-04-19T21:01:43.461Z] 0d57e429df01: Download complete [2021-04-19T21:01:43.461Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T21:01:43.461Z] 4e4be7b47b0d: Download complete [2021-04-19T21:01:45.392Z] e1f770b5df2f: Verifying Checksum [2021-04-19T21:01:45.392Z] e1f770b5df2f: Download complete [2021-04-19T21:01:47.318Z] 85a0685a4137: Verifying Checksum [2021-04-19T21:01:47.318Z] 85a0685a4137: Download complete [2021-04-19T21:01:47.580Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T21:01:47.580Z] 0eba1c9be4d2: Download complete [2021-04-19T21:01:54.231Z] 0eba1c9be4d2: Pull complete [2021-04-19T21:01:54.231Z] 0d57e429df01: Pull complete [2021-04-19T21:01:54.231Z] 4e4be7b47b0d: Pull complete [2021-04-19T21:01:57.554Z] e1f770b5df2f: Pull complete [2021-04-19T21:02:07.595Z] 85a0685a4137: Pull complete [2021-04-19T21:02:07.595Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T21:02:07.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:02:07.595Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T21:02:07.830Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T21:02:07.904Z] $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T21:02:09.182Z] $ docker top 14961d3809322fff84effbb79bfec1d2d3f64cda846d5d8bb4e04a488bee9d94 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T21:02:09.404Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T21:02:09.748Z] + set -o pipefail [2021-04-19T21:02:09.749Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T21:02:22.025Z] [2021-04-19T21:02:22.025Z] Monitoring /w/workspace/edgex-go/446 (github.com/edgexfoundry/edgex-go)... [2021-04-19T21:02:22.025Z] [2021-04-19T21:02:22.025Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3fdfd857-ea8d-42e9-8561-5cb9f33067b7 [2021-04-19T21:02:22.025Z] [2021-04-19T21:02:22.025Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T21:02:22.025Z] [2021-04-19T21:02:22.025Z] [2021-04-19T21:02:22.025Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T21:02:22.025Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T21:02:22.045Z] $ docker stop --time=1 14961d3809322fff84effbb79bfec1d2d3f64cda846d5d8bb4e04a488bee9d94 [2021-04-19T21:02:24.951Z] $ docker rm -f 14961d3809322fff84effbb79bfec1d2d3f64cda846d5d8bb4e04a488bee9d94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-19T21:02:25.892Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:02:25.915Z] provisioning config files... [2021-04-19T21:02:25.926Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/446@tmp/config7073671632399928775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:02:26.247Z] --> edgex-publish-swagger.sh [2021-04-19T21:02:26.247Z] === Publish openapi/v1 API === [2021-04-19T21:02:26.247Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-19T21:02:26.247Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/446/openapi/v1/core-command.yaml] [2021-04-19T21:02:26.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:26.247Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:27.636Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8200 0:00:01 0:00:01 --:--:-- 8207 100 10522 0 0 100 10522 0 7924 0:00:01 0:00:01 --:--:-- 7929 [2021-04-19T21:02:27.637Z] [2021-04-19T21:02:27.637Z] [2021-04-19T21:02:27.637Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/446/openapi/v1/core-data.yaml] [2021-04-19T21:02:27.637Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:27.637Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:28.580Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 32520 0:00:01 0:00:01 --:--:-- 32557 [2021-04-19T21:02:28.580Z] [2021-04-19T21:02:28.580Z] [2021-04-19T21:02:28.580Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/446/openapi/v1/core-metadata.yaml] [2021-04-19T21:02:28.580Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:28.580Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:29.414Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 74799 --:--:-- --:--:-- --:--:-- 74767 [2021-04-19T21:02:29.414Z] [2021-04-19T21:02:29.414Z] [2021-04-19T21:02:29.414Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/446/openapi/v1/support-logging.yaml] [2021-04-19T21:02:29.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:29.414Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:30.642Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13982 --:--:-- --:--:-- --:--:-- 13972 [2021-04-19T21:02:30.642Z] [2021-04-19T21:02:30.642Z] [2021-04-19T21:02:30.642Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/446/openapi/v1/support-notifications.yaml] [2021-04-19T21:02:30.642Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:30.642Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:32.030Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32080 0:00:01 0:00:01 --:--:-- 32061 100 38890 0 0 100 38890 0 32074 0:00:01 0:00:01 --:--:-- 32061 [2021-04-19T21:02:32.030Z] [2021-04-19T21:02:32.030Z] [2021-04-19T21:02:32.030Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/446/openapi/v1/support-scheduler.yaml] [2021-04-19T21:02:32.030Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:32.030Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:32.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13218 0:00:01 0:00:01 --:--:-- 13230 100 14249 0 0 100 14249 0 13215 0:00:01 0:00:01 --:--:-- 13217 [2021-04-19T21:02:32.975Z] [2021-04-19T21:02:32.975Z] [2021-04-19T21:02:32.975Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/446/openapi/v1/system-agent.yaml] [2021-04-19T21:02:32.975Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:32.975Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:33.927Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4143 --:--:-- --:--:-- --:--:-- 4143 100 4110 0 0 100 4110 0 4142 --:--:-- --:--:-- --:--:-- 4138 [2021-04-19T21:02:33.927Z] [2021-04-19T21:02:33.927Z] [2021-04-19T21:02:33.927Z] === Publish openapi/v2 API === [2021-04-19T21:02:33.927Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-19T21:02:33.927Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/446/openapi/v2/core-command.yaml] [2021-04-19T21:02:33.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:33.927Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:35.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 24650 0:00:01 0:00:01 --:--:-- 24661 100 29594 0 0 100 29594 0 24646 0:00:01 0:00:01 --:--:-- 24661 [2021-04-19T21:02:35.318Z] [2021-04-19T21:02:35.318Z] [2021-04-19T21:02:35.318Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/446/openapi/v2/core-data.yaml] [2021-04-19T21:02:35.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:35.318Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:36.264Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 46016 0:00:01 0:00:01 --:--:-- 46057 100 56190 0 0 100 56190 0 44088 0:00:01 0:00:01 --:--:-- 44105 [2021-04-19T21:02:36.264Z] [2021-04-19T21:02:36.264Z] [2021-04-19T21:02:36.264Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/446/openapi/v2/core-metadata.yaml] [2021-04-19T21:02:36.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:36.264Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:37.479Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 118k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 115k 0:00:01 0:00:01 --:--:-- 115k [2021-04-19T21:02:37.479Z] [2021-04-19T21:02:37.479Z] [2021-04-19T21:02:37.479Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/446/openapi/v2/support-notifications.yaml] [2021-04-19T21:02:37.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:37.479Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:38.432Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 72269 0:00:01 0:00:01 --:--:-- 72302 [2021-04-19T21:02:38.432Z] [2021-04-19T21:02:38.432Z] [2021-04-19T21:02:38.432Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/446/openapi/v2/support-scheduler.yaml] [2021-04-19T21:02:38.432Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:38.432Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:39.641Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 37317 0:00:01 0:00:01 --:--:-- 37355 [2021-04-19T21:02:39.641Z] [2021-04-19T21:02:39.641Z] [2021-04-19T21:02:39.641Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/446/openapi/v2/system-agent.yaml] [2021-04-19T21:02:39.641Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:02:39.641Z] Dload Upload Total Spent Left Speed [2021-04-19T21:02:40.587Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 24118 --:--:-- --:--:-- --:--:-- 24116 [2021-04-19T21:02:40.587Z] [2021-04-19T21:02:40.587Z] [Pipeline] } [2021-04-19T21:02:40.599Z] 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-19T21:02:41.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:02:41.143Z] . [Pipeline] withDockerContainer [2021-04-19T21:02:41.268Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T21:02:41.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T21:02:42.303Z] $ docker top 3d05e35c732566c3223dbffa834d711fcc4edba47cd0e5534cf71fdefdb1c587 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:02:42.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:02:42.472Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:02:42.752Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:02:42.756Z] $ docker exec 3d05e35c732566c3223dbffa834d711fcc4edba47cd0e5534cf71fdefdb1c587 ssh-agent [2021-04-19T21:02:42.947Z] SSH_AUTH_SOCK=/tmp/ssh-vmQGWbLEQqjd/agent.11 [2021-04-19T21:02:42.947Z] SSH_AGENT_PID=16 [2021-04-19T21:02:42.958Z] Running ssh-add (command line suppressed) [2021-04-19T21:02:43.116Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_4748159872457796563.key (/w/workspace/edgex-go/446@tmp/private_key_4748159872457796563.key) [2021-04-19T21:02:43.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:02:43.503Z] + git semver tag [2021-04-19T21:02:43.765Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:02:43.765Z] # $GIT_DIR = /w/workspace/edgex-go/446/.git [2021-04-19T21:02:43.765Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/446 [2021-04-19T21:02:43.765Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:02:43.765Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:02:43.765Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:02:43.765Z] # $SEMVER_BRANCH = master [2021-04-19T21:02:43.765Z] # $SEMVER_DIR = /w/workspace/edgex-go/446/.semver [2021-04-19T21:02:43.765Z] # 95928816a7d3351701d43cfae6e5bb9ec9c35404 HEAD [2021-04-19T21:02:44.341Z] # -> Force: false [2021-04-19T21:02:44.341Z] # 12ae87a8476a2828296deef8561cc5a28460a964 refs/tags/v2.0.0-dev.178 [Pipeline] } [2021-04-19T21:02:44.354Z] $ docker exec --env ******** --env ******** 3d05e35c732566c3223dbffa834d711fcc4edba47cd0e5534cf71fdefdb1c587 ssh-agent -k [2021-04-19T21:02:44.527Z] unset SSH_AUTH_SOCK; [2021-04-19T21:02:44.527Z] unset SSH_AGENT_PID; [2021-04-19T21:02:44.527Z] echo Agent pid 16 killed; [2021-04-19T21:02:44.630Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:02:44.954Z] + git semver [Pipeline] } [2021-04-19T21:02:44.971Z] $ docker stop --time=1 3d05e35c732566c3223dbffa834d711fcc4edba47cd0e5534cf71fdefdb1c587 [2021-04-19T21:02:46.368Z] $ docker rm -f 3d05e35c732566c3223dbffa834d711fcc4edba47cd0e5534cf71fdefdb1c587 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:02:46.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:02:46.857Z] [2021-04-19T21:02:46.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:02:47.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:02:47.171Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T21:02:47.171Z] ab5ef0e58194: Pulling fs layer [2021-04-19T21:02:47.171Z] 9712f1f96733: Pulling fs layer [2021-04-19T21:02:47.171Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T21:02:47.171Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T21:02:47.171Z] e9a5061849ea: Pulling fs layer [2021-04-19T21:02:47.171Z] d747dcd14b5f: Pulling fs layer [2021-04-19T21:02:47.171Z] 2de7ff778b66: Pulling fs layer [2021-04-19T21:02:47.171Z] 0d9ebad4ef96: Waiting [2021-04-19T21:02:47.171Z] e9a5061849ea: Waiting [2021-04-19T21:02:47.171Z] d747dcd14b5f: Waiting [2021-04-19T21:02:47.171Z] 2de7ff778b66: Waiting [2021-04-19T21:02:47.171Z] 9712f1f96733: Verifying Checksum [2021-04-19T21:02:47.171Z] 9712f1f96733: Download complete [2021-04-19T21:02:49.103Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T21:02:49.103Z] 63f879dbbcfc: Download complete [2021-04-19T21:02:49.103Z] e9a5061849ea: Verifying Checksum [2021-04-19T21:02:49.103Z] e9a5061849ea: Download complete [2021-04-19T21:02:49.103Z] d747dcd14b5f: Download complete [2021-04-19T21:02:49.682Z] 2de7ff778b66: Verifying Checksum [2021-04-19T21:02:49.682Z] 2de7ff778b66: Download complete [2021-04-19T21:02:49.947Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T21:02:49.947Z] 0d9ebad4ef96: Download complete [2021-04-19T21:02:50.211Z] ab5ef0e58194: Verifying Checksum [2021-04-19T21:02:50.211Z] ab5ef0e58194: Download complete [2021-04-19T21:02:55.535Z] ab5ef0e58194: Pull complete [2021-04-19T21:02:55.535Z] 9712f1f96733: Pull complete [2021-04-19T21:02:58.098Z] 63f879dbbcfc: Pull complete [2021-04-19T21:03:06.352Z] 0d9ebad4ef96: Pull complete [2021-04-19T21:03:09.681Z] e9a5061849ea: Pull complete [2021-04-19T21:03:09.681Z] d747dcd14b5f: Pull complete [2021-04-19T21:03:12.246Z] 2de7ff778b66: Pull complete [2021-04-19T21:03:12.246Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T21:03:12.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:03:12.246Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T21:03:12.499Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T21:03:12.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T21:03:16.520Z] $ docker top 8fa2c71e8c7d42b26b24a60e5a3bced520f8cd1254d2ce854fe8be18b29d314d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:03:16.721Z] provisioning config files... [2021-04-19T21:03:16.731Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/446@tmp/config4825075596105606172tmp [2021-04-19T21:03:16.747Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/446@tmp/config1738491353472657338tmp [2021-04-19T21:03:16.763Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/446@tmp/config2051769947560797784tmp [Pipeline] { [Pipeline] echo [2021-04-19T21:03:16.784Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:03:17.106Z] ---> sigul-configuration.sh [2021-04-19T21:03:17.106Z] gpg: directory `/root/.gnupg' created [2021-04-19T21:03:17.106Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T21:03:17.106Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T21:03:17.106Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T21:03:17.106Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T21:03:17.106Z] gpg: CAST5 encrypted data [2021-04-19T21:03:17.368Z] gpg: encrypted with 1 passphrase [2021-04-19T21:03:17.368Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T21:03:17.669Z] + mkdir /home/jenkins [2021-04-19T21:03:17.669Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T21:03:17.969Z] + 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-19T21:03:17.981Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:03:18.280Z] ---> sigul-install.sh [2021-04-19T21:03:24.900Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T21:03:25.483Z] + git tag --list [2021-04-19T21:03:25.483Z] 0.6.0 [2021-04-19T21:03:25.483Z] 0.6.1 [2021-04-19T21:03:25.483Z] 0.7.0 [2021-04-19T21:03:25.483Z] 0.7.1 [2021-04-19T21:03:25.483Z] v0.0.0 [2021-04-19T21:03:25.483Z] v0.0.1-dev.1 [2021-04-19T21:03:25.483Z] v1.0.0 [2021-04-19T21:03:25.483Z] v1.0.1 [2021-04-19T21:03:25.483Z] v1.1.0 [2021-04-19T21:03:25.483Z] v1.2.0 [2021-04-19T21:03:25.483Z] v1.2.1 [2021-04-19T21:03:25.483Z] v1.2.2-dev.1 [2021-04-19T21:03:25.483Z] v1.2.2-dev.10 [2021-04-19T21:03:25.483Z] v1.2.2-dev.100 [2021-04-19T21:03:25.483Z] v1.2.2-dev.101 [2021-04-19T21:03:25.483Z] v1.2.2-dev.102 [2021-04-19T21:03:25.483Z] v1.2.2-dev.103 [2021-04-19T21:03:25.483Z] v1.2.2-dev.104 [2021-04-19T21:03:25.483Z] v1.2.2-dev.105 [2021-04-19T21:03:25.483Z] v1.2.2-dev.106 [2021-04-19T21:03:25.483Z] v1.2.2-dev.107 [2021-04-19T21:03:25.483Z] v1.2.2-dev.11 [2021-04-19T21:03:25.483Z] v1.2.2-dev.12 [2021-04-19T21:03:25.483Z] v1.2.2-dev.13 [2021-04-19T21:03:25.483Z] v1.2.2-dev.14 [2021-04-19T21:03:25.483Z] v1.2.2-dev.15 [2021-04-19T21:03:25.483Z] v1.2.2-dev.16 [2021-04-19T21:03:25.483Z] v1.2.2-dev.17 [2021-04-19T21:03:25.483Z] v1.2.2-dev.18 [2021-04-19T21:03:25.483Z] v1.2.2-dev.19 [2021-04-19T21:03:25.483Z] v1.2.2-dev.2 [2021-04-19T21:03:25.483Z] v1.2.2-dev.20 [2021-04-19T21:03:25.483Z] v1.2.2-dev.21 [2021-04-19T21:03:25.483Z] v1.2.2-dev.22 [2021-04-19T21:03:25.483Z] v1.2.2-dev.23 [2021-04-19T21:03:25.483Z] v1.2.2-dev.24 [2021-04-19T21:03:25.483Z] v1.2.2-dev.25 [2021-04-19T21:03:25.483Z] v1.2.2-dev.26 [2021-04-19T21:03:25.483Z] v1.2.2-dev.27 [2021-04-19T21:03:25.483Z] v1.2.2-dev.28 [2021-04-19T21:03:25.483Z] v1.2.2-dev.29 [2021-04-19T21:03:25.483Z] v1.2.2-dev.3 [2021-04-19T21:03:25.483Z] v1.2.2-dev.30 [2021-04-19T21:03:25.483Z] v1.2.2-dev.31 [2021-04-19T21:03:25.483Z] v1.2.2-dev.32 [2021-04-19T21:03:25.483Z] v1.2.2-dev.33 [2021-04-19T21:03:25.483Z] v1.2.2-dev.34 [2021-04-19T21:03:25.483Z] v1.2.2-dev.35 [2021-04-19T21:03:25.483Z] v1.2.2-dev.36 [2021-04-19T21:03:25.483Z] v1.2.2-dev.37 [2021-04-19T21:03:25.483Z] v1.2.2-dev.38 [2021-04-19T21:03:25.483Z] v1.2.2-dev.39 [2021-04-19T21:03:25.483Z] v1.2.2-dev.4 [2021-04-19T21:03:25.483Z] v1.2.2-dev.40 [2021-04-19T21:03:25.483Z] v1.2.2-dev.41 [2021-04-19T21:03:25.483Z] v1.2.2-dev.42 [2021-04-19T21:03:25.483Z] v1.2.2-dev.43 [2021-04-19T21:03:25.483Z] v1.2.2-dev.44 [2021-04-19T21:03:25.483Z] v1.2.2-dev.45 [2021-04-19T21:03:25.483Z] v1.2.2-dev.46 [2021-04-19T21:03:25.483Z] v1.2.2-dev.47 [2021-04-19T21:03:25.483Z] v1.2.2-dev.48 [2021-04-19T21:03:25.483Z] v1.2.2-dev.49 [2021-04-19T21:03:25.483Z] v1.2.2-dev.5 [2021-04-19T21:03:25.483Z] v1.2.2-dev.50 [2021-04-19T21:03:25.483Z] v1.2.2-dev.51 [2021-04-19T21:03:25.483Z] v1.2.2-dev.52 [2021-04-19T21:03:25.483Z] v1.2.2-dev.53 [2021-04-19T21:03:25.483Z] v1.2.2-dev.54 [2021-04-19T21:03:25.483Z] v1.2.2-dev.55 [2021-04-19T21:03:25.483Z] v1.2.2-dev.56 [2021-04-19T21:03:25.483Z] v1.2.2-dev.57 [2021-04-19T21:03:25.483Z] v1.2.2-dev.58 [2021-04-19T21:03:25.483Z] v1.2.2-dev.59 [2021-04-19T21:03:25.483Z] v1.2.2-dev.6 [2021-04-19T21:03:25.483Z] v1.2.2-dev.60 [2021-04-19T21:03:25.483Z] v1.2.2-dev.61 [2021-04-19T21:03:25.483Z] v1.2.2-dev.62 [2021-04-19T21:03:25.483Z] v1.2.2-dev.63 [2021-04-19T21:03:25.483Z] v1.2.2-dev.64 [2021-04-19T21:03:25.483Z] v1.2.2-dev.65 [2021-04-19T21:03:25.483Z] v1.2.2-dev.66 [2021-04-19T21:03:25.483Z] v1.2.2-dev.67 [2021-04-19T21:03:25.483Z] v1.2.2-dev.68 [2021-04-19T21:03:25.483Z] v1.2.2-dev.69 [2021-04-19T21:03:25.483Z] v1.2.2-dev.7 [2021-04-19T21:03:25.483Z] v1.2.2-dev.70 [2021-04-19T21:03:25.483Z] v1.2.2-dev.71 [2021-04-19T21:03:25.483Z] v1.2.2-dev.72 [2021-04-19T21:03:25.483Z] v1.2.2-dev.73 [2021-04-19T21:03:25.483Z] v1.2.2-dev.74 [2021-04-19T21:03:25.483Z] v1.2.2-dev.75 [2021-04-19T21:03:25.483Z] v1.2.2-dev.76 [2021-04-19T21:03:25.483Z] v1.2.2-dev.77 [2021-04-19T21:03:25.483Z] v1.2.2-dev.78 [2021-04-19T21:03:25.483Z] v1.2.2-dev.79 [2021-04-19T21:03:25.483Z] v1.2.2-dev.8 [2021-04-19T21:03:25.483Z] v1.2.2-dev.80 [2021-04-19T21:03:25.483Z] v1.2.2-dev.81 [2021-04-19T21:03:25.483Z] v1.2.2-dev.82 [2021-04-19T21:03:25.483Z] v1.2.2-dev.83 [2021-04-19T21:03:25.483Z] v1.2.2-dev.84 [2021-04-19T21:03:25.483Z] v1.2.2-dev.85 [2021-04-19T21:03:25.483Z] v1.2.2-dev.86 [2021-04-19T21:03:25.483Z] v1.2.2-dev.87 [2021-04-19T21:03:25.483Z] v1.2.2-dev.88 [2021-04-19T21:03:25.483Z] v1.2.2-dev.89 [2021-04-19T21:03:25.483Z] v1.2.2-dev.9 [2021-04-19T21:03:25.483Z] v1.2.2-dev.90 [2021-04-19T21:03:25.483Z] v1.2.2-dev.91 [2021-04-19T21:03:25.483Z] v1.2.2-dev.92 [2021-04-19T21:03:25.483Z] v1.2.2-dev.93 [2021-04-19T21:03:25.483Z] v1.2.2-dev.94 [2021-04-19T21:03:25.483Z] v1.2.2-dev.95 [2021-04-19T21:03:25.483Z] v1.2.2-dev.96 [2021-04-19T21:03:25.483Z] v1.2.2-dev.97 [2021-04-19T21:03:25.483Z] v1.2.2-dev.98 [2021-04-19T21:03:25.483Z] v1.2.2-dev.99 [2021-04-19T21:03:25.483Z] v1.3.0 [2021-04-19T21:03:25.483Z] v1.3.1 [2021-04-19T21:03:25.483Z] v1.3.1-dev.1 [2021-04-19T21:03:25.483Z] v1.3.1-dev.10 [2021-04-19T21:03:25.483Z] v1.3.1-dev.11 [2021-04-19T21:03:25.483Z] v1.3.1-dev.12 [2021-04-19T21:03:25.483Z] v1.3.1-dev.13 [2021-04-19T21:03:25.483Z] v1.3.1-dev.14 [2021-04-19T21:03:25.483Z] v1.3.1-dev.15 [2021-04-19T21:03:25.483Z] v1.3.1-dev.16 [2021-04-19T21:03:25.483Z] v1.3.1-dev.17 [2021-04-19T21:03:25.483Z] v1.3.1-dev.18 [2021-04-19T21:03:25.483Z] v1.3.1-dev.2 [2021-04-19T21:03:25.483Z] v1.3.1-dev.3 [2021-04-19T21:03:25.483Z] v1.3.1-dev.4 [2021-04-19T21:03:25.483Z] v1.3.1-dev.5 [2021-04-19T21:03:25.483Z] v1.3.1-dev.6 [2021-04-19T21:03:25.483Z] v1.3.1-dev.7 [2021-04-19T21:03:25.483Z] v1.3.1-dev.8 [2021-04-19T21:03:25.483Z] v1.3.1-dev.9 [2021-04-19T21:03:25.483Z] v2.0.0-dev.1 [2021-04-19T21:03:25.483Z] v2.0.0-dev.10 [2021-04-19T21:03:25.483Z] v2.0.0-dev.100 [2021-04-19T21:03:25.483Z] v2.0.0-dev.101 [2021-04-19T21:03:25.483Z] v2.0.0-dev.102 [2021-04-19T21:03:25.483Z] v2.0.0-dev.103 [2021-04-19T21:03:25.483Z] v2.0.0-dev.104 [2021-04-19T21:03:25.483Z] v2.0.0-dev.105 [2021-04-19T21:03:25.483Z] v2.0.0-dev.106 [2021-04-19T21:03:25.483Z] v2.0.0-dev.107 [2021-04-19T21:03:25.483Z] v2.0.0-dev.108 [2021-04-19T21:03:25.483Z] v2.0.0-dev.109 [2021-04-19T21:03:25.483Z] v2.0.0-dev.11 [2021-04-19T21:03:25.483Z] v2.0.0-dev.110 [2021-04-19T21:03:25.483Z] v2.0.0-dev.111 [2021-04-19T21:03:25.483Z] v2.0.0-dev.112 [2021-04-19T21:03:25.483Z] v2.0.0-dev.113 [2021-04-19T21:03:25.483Z] v2.0.0-dev.114 [2021-04-19T21:03:25.483Z] v2.0.0-dev.115 [2021-04-19T21:03:25.483Z] v2.0.0-dev.116 [2021-04-19T21:03:25.483Z] v2.0.0-dev.117 [2021-04-19T21:03:25.483Z] v2.0.0-dev.118 [2021-04-19T21:03:25.483Z] v2.0.0-dev.119 [2021-04-19T21:03:25.483Z] v2.0.0-dev.12 [2021-04-19T21:03:25.483Z] v2.0.0-dev.120 [2021-04-19T21:03:25.483Z] v2.0.0-dev.121 [2021-04-19T21:03:25.483Z] v2.0.0-dev.122 [2021-04-19T21:03:25.483Z] v2.0.0-dev.123 [2021-04-19T21:03:25.483Z] v2.0.0-dev.124 [2021-04-19T21:03:25.483Z] v2.0.0-dev.125 [2021-04-19T21:03:25.483Z] v2.0.0-dev.126 [2021-04-19T21:03:25.483Z] v2.0.0-dev.127 [2021-04-19T21:03:25.483Z] v2.0.0-dev.128 [2021-04-19T21:03:25.483Z] v2.0.0-dev.129 [2021-04-19T21:03:25.483Z] v2.0.0-dev.13 [2021-04-19T21:03:25.483Z] v2.0.0-dev.130 [2021-04-19T21:03:25.483Z] v2.0.0-dev.131 [2021-04-19T21:03:25.483Z] v2.0.0-dev.132 [2021-04-19T21:03:25.483Z] v2.0.0-dev.133 [2021-04-19T21:03:25.483Z] v2.0.0-dev.134 [2021-04-19T21:03:25.483Z] v2.0.0-dev.135 [2021-04-19T21:03:25.483Z] v2.0.0-dev.136 [2021-04-19T21:03:25.483Z] v2.0.0-dev.137 [2021-04-19T21:03:25.483Z] v2.0.0-dev.138 [2021-04-19T21:03:25.483Z] v2.0.0-dev.139 [2021-04-19T21:03:25.483Z] v2.0.0-dev.14 [2021-04-19T21:03:25.483Z] v2.0.0-dev.140 [2021-04-19T21:03:25.483Z] v2.0.0-dev.141 [2021-04-19T21:03:25.483Z] v2.0.0-dev.142 [2021-04-19T21:03:25.483Z] v2.0.0-dev.143 [2021-04-19T21:03:25.483Z] v2.0.0-dev.144 [2021-04-19T21:03:25.483Z] v2.0.0-dev.145 [2021-04-19T21:03:25.483Z] v2.0.0-dev.146 [2021-04-19T21:03:25.483Z] v2.0.0-dev.147 [2021-04-19T21:03:25.483Z] v2.0.0-dev.148 [2021-04-19T21:03:25.483Z] v2.0.0-dev.149 [2021-04-19T21:03:25.483Z] v2.0.0-dev.15 [2021-04-19T21:03:25.483Z] v2.0.0-dev.150 [2021-04-19T21:03:25.483Z] v2.0.0-dev.151 [2021-04-19T21:03:25.483Z] v2.0.0-dev.152 [2021-04-19T21:03:25.483Z] v2.0.0-dev.153 [2021-04-19T21:03:25.483Z] v2.0.0-dev.154 [2021-04-19T21:03:25.483Z] v2.0.0-dev.155 [2021-04-19T21:03:25.483Z] v2.0.0-dev.156 [2021-04-19T21:03:25.483Z] v2.0.0-dev.157 [2021-04-19T21:03:25.483Z] v2.0.0-dev.158 [2021-04-19T21:03:25.483Z] v2.0.0-dev.159 [2021-04-19T21:03:25.483Z] v2.0.0-dev.16 [2021-04-19T21:03:25.483Z] v2.0.0-dev.160 [2021-04-19T21:03:25.483Z] v2.0.0-dev.161 [2021-04-19T21:03:25.483Z] v2.0.0-dev.162 [2021-04-19T21:03:25.483Z] v2.0.0-dev.163 [2021-04-19T21:03:25.483Z] v2.0.0-dev.164 [2021-04-19T21:03:25.483Z] v2.0.0-dev.165 [2021-04-19T21:03:25.483Z] v2.0.0-dev.166 [2021-04-19T21:03:25.483Z] v2.0.0-dev.167 [2021-04-19T21:03:25.483Z] v2.0.0-dev.168 [2021-04-19T21:03:25.483Z] v2.0.0-dev.169 [2021-04-19T21:03:25.483Z] v2.0.0-dev.17 [2021-04-19T21:03:25.483Z] v2.0.0-dev.170 [2021-04-19T21:03:25.483Z] v2.0.0-dev.171 [2021-04-19T21:03:25.483Z] v2.0.0-dev.172 [2021-04-19T21:03:25.483Z] v2.0.0-dev.173 [2021-04-19T21:03:25.483Z] v2.0.0-dev.174 [2021-04-19T21:03:25.483Z] v2.0.0-dev.175 [2021-04-19T21:03:25.483Z] v2.0.0-dev.176 [2021-04-19T21:03:25.483Z] v2.0.0-dev.177 [2021-04-19T21:03:25.483Z] v2.0.0-dev.178 [2021-04-19T21:03:25.483Z] v2.0.0-dev.18 [2021-04-19T21:03:25.483Z] v2.0.0-dev.19 [2021-04-19T21:03:25.483Z] v2.0.0-dev.2 [2021-04-19T21:03:25.483Z] v2.0.0-dev.20 [2021-04-19T21:03:25.483Z] v2.0.0-dev.21 [2021-04-19T21:03:25.483Z] v2.0.0-dev.22 [2021-04-19T21:03:25.483Z] v2.0.0-dev.23 [2021-04-19T21:03:25.483Z] v2.0.0-dev.24 [2021-04-19T21:03:25.483Z] v2.0.0-dev.25 [2021-04-19T21:03:25.483Z] v2.0.0-dev.26 [2021-04-19T21:03:25.483Z] v2.0.0-dev.27 [2021-04-19T21:03:25.483Z] v2.0.0-dev.28 [2021-04-19T21:03:25.483Z] v2.0.0-dev.29 [2021-04-19T21:03:25.483Z] v2.0.0-dev.3 [2021-04-19T21:03:25.483Z] v2.0.0-dev.30 [2021-04-19T21:03:25.483Z] v2.0.0-dev.31 [2021-04-19T21:03:25.483Z] v2.0.0-dev.32 [2021-04-19T21:03:25.483Z] v2.0.0-dev.33 [2021-04-19T21:03:25.483Z] v2.0.0-dev.34 [2021-04-19T21:03:25.483Z] v2.0.0-dev.35 [2021-04-19T21:03:25.483Z] v2.0.0-dev.36 [2021-04-19T21:03:25.483Z] v2.0.0-dev.37 [2021-04-19T21:03:25.483Z] v2.0.0-dev.38 [2021-04-19T21:03:25.483Z] v2.0.0-dev.39 [2021-04-19T21:03:25.483Z] v2.0.0-dev.4 [2021-04-19T21:03:25.483Z] v2.0.0-dev.40 [2021-04-19T21:03:25.483Z] v2.0.0-dev.41 [2021-04-19T21:03:25.483Z] v2.0.0-dev.42 [2021-04-19T21:03:25.483Z] v2.0.0-dev.43 [2021-04-19T21:03:25.483Z] v2.0.0-dev.44 [2021-04-19T21:03:25.483Z] v2.0.0-dev.45 [2021-04-19T21:03:25.483Z] v2.0.0-dev.46 [2021-04-19T21:03:25.483Z] v2.0.0-dev.47 [2021-04-19T21:03:25.483Z] v2.0.0-dev.48 [2021-04-19T21:03:25.483Z] v2.0.0-dev.49 [2021-04-19T21:03:25.483Z] v2.0.0-dev.5 [2021-04-19T21:03:25.483Z] v2.0.0-dev.50 [2021-04-19T21:03:25.483Z] v2.0.0-dev.51 [2021-04-19T21:03:25.483Z] v2.0.0-dev.52 [2021-04-19T21:03:25.483Z] v2.0.0-dev.53 [2021-04-19T21:03:25.483Z] v2.0.0-dev.54 [2021-04-19T21:03:25.483Z] v2.0.0-dev.55 [2021-04-19T21:03:25.483Z] v2.0.0-dev.56 [2021-04-19T21:03:25.483Z] v2.0.0-dev.57 [2021-04-19T21:03:25.483Z] v2.0.0-dev.58 [2021-04-19T21:03:25.483Z] v2.0.0-dev.59 [2021-04-19T21:03:25.483Z] v2.0.0-dev.6 [2021-04-19T21:03:25.483Z] v2.0.0-dev.60 [2021-04-19T21:03:25.483Z] v2.0.0-dev.61 [2021-04-19T21:03:25.483Z] v2.0.0-dev.62 [2021-04-19T21:03:25.483Z] v2.0.0-dev.63 [2021-04-19T21:03:25.483Z] v2.0.0-dev.64 [2021-04-19T21:03:25.483Z] v2.0.0-dev.65 [2021-04-19T21:03:25.483Z] v2.0.0-dev.66 [2021-04-19T21:03:25.483Z] v2.0.0-dev.67 [2021-04-19T21:03:25.483Z] v2.0.0-dev.68 [2021-04-19T21:03:25.483Z] v2.0.0-dev.69 [2021-04-19T21:03:25.483Z] v2.0.0-dev.7 [2021-04-19T21:03:25.483Z] v2.0.0-dev.70 [2021-04-19T21:03:25.483Z] v2.0.0-dev.71 [2021-04-19T21:03:25.483Z] v2.0.0-dev.72 [2021-04-19T21:03:25.483Z] v2.0.0-dev.73 [2021-04-19T21:03:25.483Z] v2.0.0-dev.74 [2021-04-19T21:03:25.483Z] v2.0.0-dev.75 [2021-04-19T21:03:25.483Z] v2.0.0-dev.76 [2021-04-19T21:03:25.483Z] v2.0.0-dev.77 [2021-04-19T21:03:25.483Z] v2.0.0-dev.78 [2021-04-19T21:03:25.483Z] v2.0.0-dev.79 [2021-04-19T21:03:25.483Z] v2.0.0-dev.8 [2021-04-19T21:03:25.483Z] v2.0.0-dev.80 [2021-04-19T21:03:25.483Z] v2.0.0-dev.81 [2021-04-19T21:03:25.483Z] v2.0.0-dev.82 [2021-04-19T21:03:25.483Z] v2.0.0-dev.83 [2021-04-19T21:03:25.483Z] v2.0.0-dev.84 [2021-04-19T21:03:25.484Z] v2.0.0-dev.85 [2021-04-19T21:03:25.484Z] v2.0.0-dev.86 [2021-04-19T21:03:25.484Z] v2.0.0-dev.87 [2021-04-19T21:03:25.484Z] v2.0.0-dev.88 [2021-04-19T21:03:25.484Z] v2.0.0-dev.89 [2021-04-19T21:03:25.484Z] v2.0.0-dev.9 [2021-04-19T21:03:25.484Z] v2.0.0-dev.90 [2021-04-19T21:03:25.484Z] v2.0.0-dev.91 [2021-04-19T21:03:25.484Z] v2.0.0-dev.92 [2021-04-19T21:03:25.484Z] v2.0.0-dev.93 [2021-04-19T21:03:25.484Z] v2.0.0-dev.94 [2021-04-19T21:03:25.484Z] v2.0.0-dev.95 [2021-04-19T21:03:25.484Z] v2.0.0-dev.96 [2021-04-19T21:03:25.484Z] v2.0.0-dev.97 [2021-04-19T21:03:25.484Z] v2.0.0-dev.98 [2021-04-19T21:03:25.484Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-19T21:03:25.794Z] + lftools sign git-tag v2.0.0-dev.178 [2021-04-19T21:03:27.189Z] Signing Git tag with Sigul... [2021-04-19T21:03:27.189Z] Signing v2.0.0-dev.178 [Pipeline] echo [2021-04-19T21:03:28.593Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:03:28.900Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T21:03:28.912Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T21:03:28.940Z] $ docker stop --time=1 8fa2c71e8c7d42b26b24a60e5a3bced520f8cd1254d2ce854fe8be18b29d314d [2021-04-19T21:03:31.046Z] $ docker rm -f 8fa2c71e8c7d42b26b24a60e5a3bced520f8cd1254d2ce854fe8be18b29d314d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:03:31.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:03:31.589Z] . [Pipeline] withDockerContainer [2021-04-19T21:03:31.704Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T21:03:31.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T21:03:32.713Z] $ docker top a83d6c9d3b520451c048c5b8d93d0fa31fa5be7ccc592c29a71e618b4fa09cf4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:03:32.890Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:03:32.890Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:03:33.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:03:33.127Z] $ docker exec a83d6c9d3b520451c048c5b8d93d0fa31fa5be7ccc592c29a71e618b4fa09cf4 ssh-agent [2021-04-19T21:03:33.326Z] SSH_AUTH_SOCK=/tmp/ssh-XvvmiwW7Kf3e/agent.11 [2021-04-19T21:03:33.326Z] SSH_AGENT_PID=16 [2021-04-19T21:03:33.333Z] Running ssh-add (command line suppressed) [2021-04-19T21:03:33.480Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_3316917202282232514.key (/w/workspace/edgex-go/446@tmp/private_key_3316917202282232514.key) [2021-04-19T21:03:33.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:03:33.855Z] + git semver bump pre [2021-04-19T21:03:33.855Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:03:33.855Z] # $GIT_DIR = /w/workspace/edgex-go/446/.git [2021-04-19T21:03:33.855Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/446 [2021-04-19T21:03:33.855Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:03:33.855Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:03:33.855Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:03:33.855Z] # $SEMVER_BRANCH = master [2021-04-19T21:03:33.855Z] # $SEMVER_DIR = /w/workspace/edgex-go/446/.semver [2021-04-19T21:03:33.855Z] 2.0.0-dev.179 [Pipeline] } [2021-04-19T21:03:33.869Z] $ docker exec --env ******** --env ******** a83d6c9d3b520451c048c5b8d93d0fa31fa5be7ccc592c29a71e618b4fa09cf4 ssh-agent -k [2021-04-19T21:03:34.022Z] unset SSH_AUTH_SOCK; [2021-04-19T21:03:34.022Z] unset SSH_AGENT_PID; [2021-04-19T21:03:34.022Z] echo Agent pid 16 killed; [2021-04-19T21:03:34.088Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:03:34.427Z] + git semver [Pipeline] } [2021-04-19T21:03:34.445Z] $ docker stop --time=1 a83d6c9d3b520451c048c5b8d93d0fa31fa5be7ccc592c29a71e618b4fa09cf4 [2021-04-19T21:03:35.832Z] $ docker rm -f a83d6c9d3b520451c048c5b8d93d0fa31fa5be7ccc592c29a71e618b4fa09cf4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:03:36.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:03:36.283Z] . [Pipeline] withDockerContainer [2021-04-19T21:03:36.441Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T21:03:36.577Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T21:03:37.357Z] $ docker top f5f022ccf23e457288c164d8cdcf7a399264a1c984fbd67e074df0f67f4e00be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:03:37.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:03:37.535Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:03:37.784Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:03:37.788Z] $ docker exec f5f022ccf23e457288c164d8cdcf7a399264a1c984fbd67e074df0f67f4e00be ssh-agent [2021-04-19T21:03:37.993Z] SSH_AUTH_SOCK=/tmp/ssh-HSjSOqa0mhkJ/agent.12 [2021-04-19T21:03:37.993Z] SSH_AGENT_PID=17 [2021-04-19T21:03:38.001Z] Running ssh-add (command line suppressed) [2021-04-19T21:03:38.142Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_9109272742696500577.key (/w/workspace/edgex-go/446@tmp/private_key_9109272742696500577.key) [2021-04-19T21:03:38.208Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:03:38.512Z] + git semver push [2021-04-19T21:03:38.512Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:03:38.512Z] # $GIT_DIR = /w/workspace/edgex-go/446/.git [2021-04-19T21:03:38.512Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/446 [2021-04-19T21:03:38.512Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:03:38.512Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:03:38.512Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:03:38.512Z] # $SEMVER_BRANCH = master [2021-04-19T21:03:38.512Z] # $SEMVER_DIR = /w/workspace/edgex-go/446/.semver [Pipeline] } [2021-04-19T21:03:48.562Z] $ docker exec --env ******** --env ******** f5f022ccf23e457288c164d8cdcf7a399264a1c984fbd67e074df0f67f4e00be ssh-agent -k [2021-04-19T21:03:48.711Z] unset SSH_AUTH_SOCK; [2021-04-19T21:03:48.711Z] unset SSH_AGENT_PID; [2021-04-19T21:03:48.711Z] echo Agent pid 17 killed; [2021-04-19T21:03:48.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:03:49.109Z] + git semver [Pipeline] } [2021-04-19T21:03:49.127Z] $ docker stop --time=1 f5f022ccf23e457288c164d8cdcf7a399264a1c984fbd67e074df0f67f4e00be [2021-04-19T21:03:50.514Z] $ docker rm -f f5f022ccf23e457288c164d8cdcf7a399264a1c984fbd67e074df0f67f4e00be [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-19T21:03:51.145Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:03:52.025Z] ---> package-listing.sh [2021-04-19T21:03:52.025Z] ++ facter osfamily [2021-04-19T21:03:52.025Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T21:03:52.025Z] + OS_FAMILY=redhat [2021-04-19T21:03:52.025Z] + workspace=/w/workspace/edgex-go/446 [2021-04-19T21:03:52.025Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T21:03:52.025Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T21:03:52.025Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T21:03:52.025Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T21:03:52.025Z] + '[' /w/workspace/edgex-go/446 ']' [2021-04-19T21:03:52.025Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T21:03:52.025Z] + case "${OS_FAMILY}" in [2021-04-19T21:03:52.025Z] + rpm -qa [2021-04-19T21:03:52.025Z] + sort [2021-04-19T21:03:57.338Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T21:03:57.338Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T21:03:57.338Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T21:03:57.338Z] + '[' /w/workspace/edgex-go/446 ']' [2021-04-19T21:03:57.338Z] + mkdir -p /w/workspace/edgex-go/446/archives/ [2021-04-19T21:03:57.338Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/446/archives/ [Pipeline] echo [2021-04-19T21:03:57.353Z] 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/446/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T21:03:57.655Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:03:57.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:03:57.965Z] [2021-04-19T21:03:57.965Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:03:58.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:03:58.283Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T21:03:58.283Z] df20fa9351a1: Pulling fs layer [2021-04-19T21:03:58.283Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T21:03:58.283Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T21:03:58.283Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T21:03:58.283Z] 93b61091891f: Pulling fs layer [2021-04-19T21:03:58.283Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T21:03:58.283Z] 5e14af77c1be: Pulling fs layer [2021-04-19T21:03:58.283Z] 01666e4c0597: Pulling fs layer [2021-04-19T21:03:58.283Z] aa168da1d23b: Pulling fs layer [2021-04-19T21:03:58.283Z] 46f8f816bc3b: Waiting [2021-04-19T21:03:58.283Z] 93b9cdb0e59b: Waiting [2021-04-19T21:03:58.283Z] 5e14af77c1be: Waiting [2021-04-19T21:03:58.283Z] 01666e4c0597: Waiting [2021-04-19T21:03:58.283Z] aa168da1d23b: Waiting [2021-04-19T21:03:58.283Z] 93b61091891f: Waiting [2021-04-19T21:03:58.283Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T21:03:58.283Z] 36b3adc4ff6f: Download complete [2021-04-19T21:03:58.554Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T21:03:58.554Z] 46f8f816bc3b: Download complete [2021-04-19T21:03:58.554Z] df20fa9351a1: Verifying Checksum [2021-04-19T21:03:58.554Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T21:03:58.554Z] 93b9cdb0e59b: Download complete [2021-04-19T21:03:58.554Z] 5e14af77c1be: Verifying Checksum [2021-04-19T21:03:58.554Z] 5e14af77c1be: Download complete [2021-04-19T21:03:58.554Z] 01666e4c0597: Verifying Checksum [2021-04-19T21:03:58.554Z] 01666e4c0597: Download complete [2021-04-19T21:03:58.554Z] 93b61091891f: Verifying Checksum [2021-04-19T21:03:58.554Z] 93b61091891f: Download complete [2021-04-19T21:03:58.554Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T21:03:58.554Z] 8ad3a11d3b57: Download complete [2021-04-19T21:03:59.137Z] df20fa9351a1: Pull complete [2021-04-19T21:03:59.404Z] 36b3adc4ff6f: Pull complete [2021-04-19T21:04:00.371Z] 8ad3a11d3b57: Pull complete [2021-04-19T21:04:00.634Z] 46f8f816bc3b: Pull complete [2021-04-19T21:04:00.634Z] aa168da1d23b: Verifying Checksum [2021-04-19T21:04:00.634Z] aa168da1d23b: Download complete [2021-04-19T21:04:01.584Z] 93b61091891f: Pull complete [2021-04-19T21:04:01.584Z] 93b9cdb0e59b: Pull complete [2021-04-19T21:04:01.847Z] 5e14af77c1be: Pull complete [2021-04-19T21:04:02.112Z] 01666e4c0597: Pull complete [2021-04-19T21:04:10.345Z] aa168da1d23b: Pull complete [2021-04-19T21:04:10.345Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T21:04:10.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:04:10.345Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T21:04:10.578Z] prd-centos7-docker-4c-2g-913 does not seem to be running inside a container [2021-04-19T21:04:10.636Z] $ 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/446/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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T21:04:13.774Z] $ docker top 08a717dd1c57e836aaf88c672c550d1437061763e11f96ad5384628c39343ff8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:04:14.313Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T21:04:14.627Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T21:04:14.928Z] + ls /var/log/sa-host [2021-04-19T21:04:14.928Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T21:04:14.928Z] file_magic: OK [2021-04-19T21:04:14.928Z] HZ: Using current value: 100 [2021-04-19T21:04:14.928Z] file_header: OK [2021-04-19T21:04:14.928Z] 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-19T21:04:14.928Z] Statistics: [2021-04-19T21:04:14.928Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T21:04:14.928Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T21:04:14.928Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T21:04:14.928Z] file_magic: OK [2021-04-19T21:04:14.928Z] HZ: Using current value: 100 [2021-04-19T21:04:14.928Z] file_header: OK [2021-04-19T21:04:14.928Z] 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-19T21:04:14.928Z] Statistics: [2021-04-19T21:04:14.928Z] Hnuu...uuuununununu... [2021-04-19T21:04:14.928Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:04:15.107Z] provisioning config files... [2021-04-19T21:04:15.125Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/446@tmp/config8363490532181516317tmp [Pipeline] { [Pipeline] echo [2021-04-19T21:04:15.153Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:04:15.461Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T21:04:15.474Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T21:04:15.528Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:04:15.834Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T21:04:15.845Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:04:16.143Z] ---> sudo-logs.sh [2021-04-19T21:04:16.143Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T21:04:16.217Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:04:16.663Z] ---> job-cost.sh [2021-04-19T21:04:16.663Z] lf-activate-venv: SKIPPING [2021-04-19T21:04:16.663Z] DEBUG: total: 0.20999999344348907 [2021-04-19T21:04:16.663Z] INFO: Retrieving Stack Cost... [2021-04-19T21:04:17.262Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:04:17.836Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T21:04:17.851Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:04:18.149Z] ---> logs-deploy.sh [2021-04-19T21:04:18.149Z] lf-activate-venv: SKIPPING [2021-04-19T21:04:18.149Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/446 [2021-04-19T21:04:18.149Z] INFO: archiving workspace using pattern(s): [2021-04-19T21:04:20.078Z] Archives upload complete. [2021-04-19T21:04:20.078Z] INFO: archiving logs to Nexus [2021-04-19T21:04:21.027Z] ---> uname -a: [2021-04-19T21:04:21.027Z] Linux prd-centos7-docker-4c-2g-913.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-19T21:04:21.027Z] [2021-04-19T21:04:21.027Z] [2021-04-19T21:04:21.027Z] ---> lscpu: [2021-04-19T21:04:21.028Z] Architecture: x86_64 [2021-04-19T21:04:21.028Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T21:04:21.028Z] Byte Order: Little Endian [2021-04-19T21:04:21.028Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T21:04:21.028Z] CPU(s): 4 [2021-04-19T21:04:21.028Z] On-line CPU(s) list: 0-3 [2021-04-19T21:04:21.028Z] Thread(s) per core: 1 [2021-04-19T21:04:21.028Z] Core(s) per socket: 1 [2021-04-19T21:04:21.028Z] Socket(s): 4 [2021-04-19T21:04:21.028Z] NUMA node(s): 1 [2021-04-19T21:04:21.028Z] Vendor ID: GenuineIntel [2021-04-19T21:04:21.028Z] CPU family: 6 [2021-04-19T21:04:21.028Z] Model: 44 [2021-04-19T21:04:21.028Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T21:04:21.028Z] Stepping: 1 [2021-04-19T21:04:21.028Z] CPU MHz: 2933.436 [2021-04-19T21:04:21.028Z] BogoMIPS: 5866.87 [2021-04-19T21:04:21.028Z] Virtualization: VT-x [2021-04-19T21:04:21.028Z] Hypervisor vendor: KVM [2021-04-19T21:04:21.028Z] Virtualization type: full [2021-04-19T21:04:21.028Z] L1d cache: 128 KiB [2021-04-19T21:04:21.028Z] L1i cache: 128 KiB [2021-04-19T21:04:21.028Z] L2 cache: 16 MiB [2021-04-19T21:04:21.028Z] L3 cache: 64 MiB [2021-04-19T21:04:21.028Z] NUMA node0 CPU(s): 0-3 [2021-04-19T21:04:21.028Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T21:04:21.028Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T21:04:21.028Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T21:04:21.028Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T21:04:21.028Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T21:04:21.028Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T21:04:21.028Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T21:04:21.028Z] Vulnerability Srbds: Not affected [2021-04-19T21:04:21.028Z] Vulnerability Tsx async abort: Not affected [2021-04-19T21:04:21.028Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] ---> nproc: [2021-04-19T21:04:21.028Z] 4 [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] ---> df -h: [2021-04-19T21:04:21.028Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T21:04:21.028Z] overlay 50.0G 13.1G 36.9G 26% / [2021-04-19T21:04:21.028Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T21:04:21.028Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T21:04:21.028Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/446 [2021-04-19T21:04:21.028Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/446@tmp [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] ---> free -m: [2021-04-19T21:04:21.028Z] total used free shared buff/cache available [2021-04-19T21:04:21.028Z] Mem: 1837 786 137 0 913 993 [2021-04-19T21:04:21.028Z] Swap: 1023 62 961 [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] ---> ip addr: [2021-04-19T21:04:21.028Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T21:04:21.028Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T21:04:21.028Z] inet 127.0.0.1/8 scope host lo [2021-04-19T21:04:21.028Z] valid_lft forever preferred_lft forever [2021-04-19T21:04:21.028Z] inet6 ::1/128 scope host [2021-04-19T21:04:21.028Z] valid_lft forever preferred_lft forever [2021-04-19T21:04:21.028Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T21:04:21.028Z] link/ether fa:16:3e:4a:7d:de brd ff:ff:ff:ff:ff:ff [2021-04-19T21:04:21.028Z] inet 10.30.123.51/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T21:04:21.028Z] valid_lft 85134sec preferred_lft 85134sec [2021-04-19T21:04:21.028Z] inet6 fe80::f816:3eff:fe4a:7dde/64 scope link [2021-04-19T21:04:21.028Z] valid_lft forever preferred_lft forever [2021-04-19T21:04:21.028Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T21:04:21.028Z] link/ether 02:42:6b:13:4c:24 brd ff:ff:ff:ff:ff:ff [2021-04-19T21:04:21.028Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T21:04:21.028Z] valid_lft forever preferred_lft forever [2021-04-19T21:04:21.028Z] inet6 fe80::42:6bff:fe13:4c24/64 scope link [2021-04-19T21:04:21.028Z] valid_lft forever preferred_lft forever [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] ---> sar -b -r -n DEV: [2021-04-19T21:04:21.028Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] 20:43:02 LINUX RESTART (4 CPU) [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] 20:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T21:04:21.028Z] 20:45:01 162.53 98.59 63.94 0.00 10903.54 26713.45 0.00 [2021-04-19T21:04:21.028Z] 20:46:01 309.74 122.68 187.06 0.00 4843.63 37668.54 0.00 [2021-04-19T21:04:21.028Z] 20:47:01 128.52 39.23 89.30 0.00 1581.12 12952.86 0.00 [2021-04-19T21:04:21.028Z] 20:48:02 144.77 76.39 68.37 0.00 3379.40 5863.10 0.00 [2021-04-19T21:04:21.028Z] 20:49:01 218.13 62.19 155.94 0.00 16556.49 98086.58 0.00 [2021-04-19T21:04:21.028Z] 20:50:02 2066.48 1724.98 341.50 0.00 186456.53 186156.96 0.00 [2021-04-19T21:04:21.028Z] 20:51:01 942.30 781.91 160.39 0.00 46123.80 56258.66 0.00 [2021-04-19T21:04:21.028Z] 20:52:02 1051.17 689.27 361.90 0.00 78516.60 145543.34 0.00 [2021-04-19T21:04:21.028Z] 20:53:01 1003.58 693.32 310.26 0.00 55103.36 61066.98 0.00 [2021-04-19T21:04:21.028Z] 20:54:02 108.19 29.04 79.16 0.00 6003.32 11026.25 0.00 [2021-04-19T21:04:21.028Z] 20:55:01 97.77 93.35 4.42 0.00 2558.02 97.70 0.00 [2021-04-19T21:04:21.028Z] 20:56:01 0.37 0.02 0.35 0.00 0.27 5.70 0.00 [2021-04-19T21:04:21.028Z] 20:57:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 [2021-04-19T21:04:21.028Z] 20:58:01 0.70 0.43 0.27 0.00 11.59 3.83 0.00 [2021-04-19T21:04:21.028Z] 20:59:01 2.20 1.38 0.82 0.00 46.89 15.40 0.00 [2021-04-19T21:04:21.028Z] 21:00:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 [2021-04-19T21:04:21.028Z] 21:01:01 0.40 0.07 0.33 0.00 1.73 4.35 0.00 [2021-04-19T21:04:21.028Z] 21:02:01 98.14 24.75 73.39 0.00 1260.07 23125.20 0.00 [2021-04-19T21:04:21.028Z] 21:03:01 317.83 171.45 146.38 0.00 10705.55 36332.62 0.00 [2021-04-19T21:04:21.028Z] 21:04:01 227.18 122.66 104.53 0.00 9769.16 15704.74 0.00 [2021-04-19T21:04:21.028Z] Average: 345.17 237.52 107.65 0.00 21816.70 35951.37 0.00 [2021-04-19T21:04:21.028Z] [2021-04-19T21:04:21.028Z] 20:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T21:04:21.028Z] 20:45:01 64480 0 712516 37.87 2596 1101952 1558240 53.18 696048 906872 101392 [2021-04-19T21:04:21.028Z] 20:46:01 179552 0 770328 40.94 1492 930172 1655680 56.51 573752 847836 44116 [2021-04-19T21:04:21.028Z] 20:47:01 224980 0 834816 44.37 496 821252 1844920 62.96 693760 678704 5728 [2021-04-19T21:04:21.028Z] 20:48:02 221624 0 802448 42.65 456 857016 1481020 50.54 631132 732888 68016 [2021-04-19T21:04:21.028Z] 20:49:01 68044 0 711180 37.80 220 1102100 1266952 43.24 734692 839420 7584 [2021-04-19T21:04:21.028Z] 20:50:02 63856 0 869724 46.22 12 947952 2319480 79.16 740928 839096 78284 [2021-04-19T21:04:21.028Z] 20:51:01 346736 0 852900 45.33 12 681896 2121024 72.39 575840 679384 52796 [2021-04-19T21:04:21.028Z] 20:52:02 67728 0 849420 45.14 12 964384 2365684 80.74 644396 948552 75772 [2021-04-19T21:04:21.028Z] 20:53:01 167736 0 857924 45.60 12 855872 2146772 73.27 676776 774152 0 [2021-04-19T21:04:21.029Z] 20:54:02 308096 0 677000 35.98 12 896436 1407024 48.02 598160 725004 32 [2021-04-19T21:04:21.029Z] 20:55:01 266504 0 643088 34.18 12 971940 1197716 40.88 568240 799808 8 [2021-04-19T21:04:21.029Z] 20:56:01 270460 0 639096 33.97 12 971976 1162728 39.68 564872 799772 12 [2021-04-19T21:04:21.029Z] 20:57:01 270196 0 639376 33.98 12 971960 1162848 39.69 565248 799764 12 [2021-04-19T21:04:21.029Z] 20:58:01 270000 0 639208 33.97 12 972324 1163356 39.70 565524 799888 8 [2021-04-19T21:04:21.029Z] 20:59:01 268304 0 640296 34.03 12 972932 1162992 39.69 566212 800404 8 [2021-04-19T21:04:21.029Z] 21:00:01 268952 0 639636 34.00 12 972944 1162872 39.69 565332 800404 8 [2021-04-19T21:04:21.029Z] 21:01:01 268404 0 640192 34.02 12 972936 1165500 39.78 565792 800404 8 [2021-04-19T21:04:21.029Z] 21:02:01 66648 0 737840 39.21 12 1077044 1598564 54.56 683960 850016 68044 [2021-04-19T21:04:21.029Z] 21:03:01 73100 0 764620 40.64 12 1043812 1584264 54.07 683560 813296 42056 [2021-04-19T21:04:21.029Z] 21:04:01 110624 0 765100 40.66 8 1005812 1368728 46.71 541252 879880 88404 [2021-04-19T21:04:21.029Z] Average: 192301 0 734335 39.03 272 954636 1544818 52.72 621774 805777 31614 [2021-04-19T21:04:21.029Z] [2021-04-19T21:04:21.029Z] 20:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T21:04:21.029Z] 20:45:01 eth0 1202.91 1446.75 5859.73 172.65 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:45:01 docker0 1136.26 829.58 84.52 2691.74 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:46:01 veth40cc410 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:46:01 eth0 275.82 166.11 870.27 26.59 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:46:01 docker0 145.31 234.45 10.07 835.42 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:47:01 veth40cc410 0.83 0.85 0.07 0.07 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:47:01 eth0 28.39 13.58 21.15 11.12 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:47:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:48:02 veth40cc410 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:48:02 eth0 35.47 25.00 20.77 83.06 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:48:02 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:49:01 eth0 200.29 141.64 1724.36 66.68 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:49:01 veth7dcadb7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:50:02 eth0 77.96 57.56 161.44 11.57 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:50:02 veth7dcadb7 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:50:02 docker0 48.15 55.62 3.15 146.65 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:51:01 veth86236ae 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:51:01 veth1596c38 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:51:01 eth0 10.65 5.14 8.23 4.50 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:52:02 eth0 274.60 206.84 1761.12 87.38 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:52:02 veth7dcadb7 0.00 0.69 0.00 0.03 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:52:02 docker0 1355.90 1181.44 99.27 4115.44 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:53:01 vethc8e3362 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:53:01 vethdf3d5c8 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:53:01 eth0 70.05 39.87 132.51 37.14 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:54:02 eth0 391.29 366.34 214.65 1208.89 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:54:02 docker0 1395.55 1230.27 101.88 4293.35 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:55:01 eth0 78.20 81.30 26.63 459.61 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:56:01 eth0 0.78 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:57:01 eth0 1.15 0.38 0.33 0.21 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:58:01 eth0 1.61 0.32 0.37 0.20 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:59:01 eth0 1.27 0.77 0.68 0.47 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 21:00:01 eth0 1.22 0.52 0.37 0.22 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 21:01:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.029Z] 21:02:01 eth0 432.61 371.36 4024.63 32.63 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] 21:03:01 eth0 495.49 438.44 3601.32 140.09 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] 21:03:01 docker0 49.27 51.33 4.27 371.81 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] 21:04:01 eth0 365.71 259.81 2473.54 71.08 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] 21:04:01 docker0 62.88 108.32 4.21 250.39 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] Average: eth0 197.59 181.40 1046.73 120.54 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] Average: docker0 75.56 69.65 5.53 246.34 0.00 0.00 0.00 0.00 [2021-04-19T21:04:21.030Z] [2021-04-19T21:04:21.030Z] [2021-04-19T21:04:21.030Z] ---> sar -P ALL: [2021-04-19T21:04:21.030Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T21:04:21.030Z] [2021-04-19T21:04:21.030Z] 20:43:02 LINUX RESTART (4 CPU) [2021-04-19T21:04:21.030Z] [2021-04-19T21:04:21.030Z] 20:44:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:04:21.030Z] 20:45:01 all 13.25 0.00 7.42 2.01 0.32 77.00 [2021-04-19T21:04:21.030Z] 20:45:01 0 13.23 0.00 9.77 2.87 0.21 73.93 [2021-04-19T21:04:21.030Z] 20:45:01 1 15.99 0.00 6.57 1.56 0.33 75.55 [2021-04-19T21:04:21.030Z] 20:45:01 2 10.80 0.00 7.15 2.56 0.38 79.12 [2021-04-19T21:04:21.030Z] 20:45:01 3 13.00 0.00 6.23 1.05 0.36 79.35 [2021-04-19T21:04:21.030Z] 20:46:01 all 14.99 0.00 10.16 6.79 0.81 67.24 [2021-04-19T21:04:21.030Z] 20:46:01 0 15.40 0.00 10.92 7.19 0.84 65.65 [2021-04-19T21:04:21.030Z] 20:46:01 1 15.58 0.00 9.68 6.37 0.75 67.62 [2021-04-19T21:04:21.030Z] 20:46:01 2 14.57 0.00 9.84 5.42 0.83 69.33 [2021-04-19T21:04:21.030Z] 20:46:01 3 14.42 0.00 10.21 8.19 0.84 66.33 [2021-04-19T21:04:21.030Z] 20:47:01 all 51.48 0.00 12.26 5.00 0.86 30.39 [2021-04-19T21:04:21.030Z] 20:47:01 0 50.58 0.00 12.30 5.38 0.78 30.96 [2021-04-19T21:04:21.030Z] 20:47:01 1 51.99 0.00 11.82 6.50 0.94 28.75 [2021-04-19T21:04:21.030Z] 20:47:01 2 51.56 0.00 12.16 2.84 0.84 32.61 [2021-04-19T21:04:21.030Z] 20:47:01 3 51.79 0.00 12.77 5.28 0.89 29.27 [2021-04-19T21:04:21.030Z] 20:48:02 all 51.20 0.00 14.88 3.57 0.64 29.71 [2021-04-19T21:04:21.030Z] 20:48:02 0 49.71 0.00 14.46 3.18 0.58 32.07 [2021-04-19T21:04:21.030Z] 20:48:02 1 49.96 0.00 15.32 2.60 0.66 31.46 [2021-04-19T21:04:21.030Z] 20:48:02 2 53.34 0.00 14.52 5.00 0.57 26.57 [2021-04-19T21:04:21.030Z] 20:48:02 3 51.79 0.00 15.23 3.48 0.75 28.75 [2021-04-19T21:04:21.030Z] 20:49:01 all 18.89 0.00 14.92 5.29 1.27 59.63 [2021-04-19T21:04:21.030Z] 20:49:01 0 17.87 0.00 15.15 6.76 1.21 59.01 [2021-04-19T21:04:21.030Z] 20:49:01 1 18.13 0.00 14.30 5.10 1.32 61.15 [2021-04-19T21:04:21.030Z] 20:49:01 2 19.73 0.00 15.13 4.25 1.22 59.68 [2021-04-19T21:04:21.030Z] 20:49:01 3 19.86 0.00 15.09 5.04 1.34 58.66 [2021-04-19T21:04:21.030Z] 20:50:02 all 24.02 0.00 32.40 15.75 3.68 24.16 [2021-04-19T21:04:21.030Z] 20:50:02 0 22.84 0.00 32.18 14.35 4.00 26.62 [2021-04-19T21:04:21.030Z] 20:50:02 1 22.91 0.00 32.22 16.14 3.72 25.02 [2021-04-19T21:04:21.030Z] 20:50:02 2 23.94 0.00 31.60 17.19 3.58 23.68 [2021-04-19T21:04:21.030Z] 20:50:02 3 26.43 0.00 33.60 15.32 3.40 21.25 [2021-04-19T21:04:21.030Z] 20:51:01 all 67.35 0.00 19.57 4.95 1.65 6.48 [2021-04-19T21:04:21.030Z] 20:51:01 0 66.15 0.00 19.67 4.93 1.70 7.55 [2021-04-19T21:04:21.030Z] 20:51:01 1 67.12 0.00 19.12 4.68 1.93 7.15 [2021-04-19T21:04:21.030Z] 20:51:01 2 67.95 0.00 19.45 4.80 1.50 6.31 [2021-04-19T21:04:21.030Z] 20:51:01 3 68.16 0.00 20.05 5.40 1.50 4.89 [2021-04-19T21:04:21.030Z] 20:52:02 all 24.89 0.00 23.95 21.12 2.00 28.04 [2021-04-19T21:04:21.030Z] 20:52:02 0 25.77 0.00 23.63 20.86 1.78 27.96 [2021-04-19T21:04:21.030Z] 20:52:02 1 24.33 0.00 22.88 21.95 2.20 28.64 [2021-04-19T21:04:21.030Z] 20:52:02 2 24.99 0.00 23.77 23.68 2.03 25.52 [2021-04-19T21:04:21.030Z] 20:52:02 3 24.46 0.00 25.54 17.97 1.96 30.06 [2021-04-19T21:04:21.030Z] 20:53:01 all 50.20 0.00 21.59 16.04 0.62 11.55 [2021-04-19T21:04:21.030Z] 20:53:01 0 51.20 0.00 21.05 17.43 0.56 9.77 [2021-04-19T21:04:21.030Z] 20:53:01 1 50.42 0.00 21.23 15.57 0.56 12.21 [2021-04-19T21:04:21.030Z] 20:53:01 2 48.81 0.00 22.83 17.76 0.67 9.93 [2021-04-19T21:04:21.030Z] 20:53:01 3 50.39 0.00 21.24 13.42 0.67 14.28 [2021-04-19T21:04:21.030Z] 20:54:02 all 13.60 0.00 7.48 2.02 1.51 75.38 [2021-04-19T21:04:21.030Z] 20:54:02 0 12.76 0.00 7.54 0.73 1.48 77.49 [2021-04-19T21:04:21.030Z] 20:54:02 1 13.40 0.00 7.45 4.41 1.59 73.15 [2021-04-19T21:04:21.030Z] 20:54:02 2 14.60 0.00 7.15 1.14 1.41 75.70 [2021-04-19T21:04:21.030Z] 20:54:02 3 13.65 0.00 7.80 1.81 1.57 75.17 [2021-04-19T21:04:21.030Z] 20:55:01 all 2.90 0.00 0.98 2.06 0.14 93.92 [2021-04-19T21:04:21.030Z] 20:55:01 0 2.66 0.00 0.92 1.81 0.12 94.49 [2021-04-19T21:04:21.030Z] 20:55:01 1 3.32 0.00 1.11 2.16 0.15 93.25 [2021-04-19T21:04:21.030Z] 20:55:01 2 2.85 0.00 1.02 2.17 0.17 93.79 [2021-04-19T21:04:21.030Z] 20:55:01 3 2.78 0.00 0.87 2.08 0.12 94.14 [2021-04-19T21:04:21.030Z] [2021-04-19T21:04:21.030Z] 20:55:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T21:04:21.030Z] 20:56:01 all 0.11 0.00 0.06 0.00 0.01 99.81 [2021-04-19T21:04:21.030Z] 20:56:01 0 0.32 0.00 0.08 0.00 0.02 99.58 [2021-04-19T21:04:21.031Z] 20:56:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-04-19T21:04:21.031Z] 20:56:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-19T21:04:21.031Z] 20:56:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-19T21:04:21.031Z] 20:57:01 all 0.07 0.00 0.13 0.00 0.01 99.79 [2021-04-19T21:04:21.031Z] 20:57:01 0 0.08 0.00 0.13 0.00 0.00 99.78 [2021-04-19T21:04:21.031Z] 20:57:01 1 0.07 0.00 0.18 0.00 0.02 99.73 [2021-04-19T21:04:21.031Z] 20:57:01 2 0.07 0.00 0.13 0.00 0.00 99.80 [2021-04-19T21:04:21.031Z] 20:57:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-19T21:04:21.031Z] 20:58:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-04-19T21:04:21.031Z] 20:58:01 0 0.50 0.00 0.03 0.02 0.02 99.43 [2021-04-19T21:04:21.031Z] 20:58:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-19T21:04:21.031Z] 20:58:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-19T21:04:21.031Z] 20:58:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-19T21:04:21.031Z] 20:59:01 all 0.16 0.00 0.06 0.02 0.02 99.74 [2021-04-19T21:04:21.031Z] 20:59:01 0 0.50 0.00 0.07 0.00 0.00 99.43 [2021-04-19T21:04:21.031Z] 20:59:01 1 0.05 0.00 0.07 0.00 0.03 99.85 [2021-04-19T21:04:21.031Z] 20:59:01 2 0.05 0.00 0.03 0.07 0.03 99.82 [2021-04-19T21:04:21.031Z] 20:59:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2021-04-19T21:04:21.031Z] 21:00:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-04-19T21:04:21.031Z] 21:00:01 0 0.42 0.00 0.02 0.00 0.02 99.55 [2021-04-19T21:04:21.031Z] 21:00:01 1 0.08 0.00 0.10 0.00 0.00 99.82 [2021-04-19T21:04:21.031Z] 21:00:01 2 0.13 0.00 0.03 0.00 0.00 99.83 [2021-04-19T21:04:21.031Z] 21:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T21:04:21.031Z] 21:01:01 all 0.15 0.00 0.03 0.01 0.00 99.80 [2021-04-19T21:04:21.031Z] 21:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-19T21:04:21.031Z] 21:01:01 1 0.08 0.00 0.07 0.02 0.00 99.83 [2021-04-19T21:04:21.031Z] 21:01:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-19T21:04:21.031Z] 21:01:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2021-04-19T21:04:21.031Z] 21:02:01 all 6.49 0.00 4.73 2.39 0.21 86.18 [2021-04-19T21:04:21.031Z] 21:02:01 0 5.95 0.00 5.13 2.80 0.26 85.86 [2021-04-19T21:04:21.031Z] 21:02:01 1 7.51 0.00 4.42 4.42 0.24 83.42 [2021-04-19T21:04:21.031Z] 21:02:01 2 6.05 0.00 5.20 0.82 0.17 87.77 [2021-04-19T21:04:21.031Z] 21:02:01 3 6.44 0.00 4.18 1.55 0.19 87.65 [2021-04-19T21:04:21.031Z] 21:03:01 all 11.33 0.00 9.49 6.67 0.42 72.09 [2021-04-19T21:04:21.031Z] 21:03:01 0 12.36 0.00 10.48 7.18 0.38 69.59 [2021-04-19T21:04:21.031Z] 21:03:01 1 10.41 0.00 8.75 6.34 0.41 74.08 [2021-04-19T21:04:21.031Z] 21:03:01 2 11.58 0.00 9.18 6.01 0.43 72.80 [2021-04-19T21:04:21.031Z] 21:03:01 3 10.96 0.00 9.54 7.17 0.43 71.89 [2021-04-19T21:04:21.031Z] 21:04:01 all 9.81 0.00 7.86 4.09 0.38 77.86 [2021-04-19T21:04:21.031Z] 21:04:01 0 13.01 0.00 8.13 1.26 0.40 77.20 [2021-04-19T21:04:21.031Z] 21:04:01 1 9.74 0.00 7.71 7.69 0.39 74.47 [2021-04-19T21:04:21.031Z] 21:04:01 2 7.96 0.00 8.35 5.12 0.34 78.23 [2021-04-19T21:04:21.031Z] 21:04:01 3 8.56 0.00 7.25 2.27 0.38 81.55 [2021-04-19T21:04:21.031Z] Average: all 17.31 0.00 9.07 4.72 0.70 68.20 [2021-04-19T21:04:21.031Z] Average: 0 17.33 0.00 9.26 4.67 0.69 68.05 [2021-04-19T21:04:21.031Z] Average: 1 17.31 0.00 8.83 5.12 0.74 68.00 [2021-04-19T21:04:21.031Z] Average: 2 17.23 0.00 9.05 4.77 0.69 68.27 [2021-04-19T21:04:21.031Z] Average: 3 17.36 0.00 9.13 4.34 0.70 68.47 [2021-04-19T21:04:21.031Z] [2021-04-19T21:04:21.031Z] [2021-04-19T21:04:21.031Z]