Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f60a6b9b3bbcf5933f7773f85fc76d84301e173f 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28380 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/378 [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/378 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f60a6b9b3bbcf5933f7773f85fc76d84301e173f (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 Commit message: "Merge pull request #3214 from weichou1229/issue-3213" > git rev-list --no-walk 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-03T14:21:59.520Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-03T14:21:59.766Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-03T14:21:59.866Z] ========================================================= [2021-03-03T14:21:59.866Z] EdgeX Global Pipelines Version Info [2021-03-03T14:21:59.866Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:22:01.846Z] ------------------- [2021-03-03T14:22:01.846Z] stable info: [2021-03-03T14:22:01.846Z] ------------------- [2021-03-03T14:22:01.846Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-03T14:22:01.846Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T14:22:01.846Z] Message: update stable to v1.0.184 [2021-03-03T14:22:02.825Z] ------------------- [2021-03-03T14:22:02.825Z] experimental info: [2021-03-03T14:22:02.825Z] ------------------- [2021-03-03T14:22:02.825Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-03T14:22:02.825Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T14:22:02.825Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-03T14:22:03.113Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-03T14:22:03.217Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-03T14:22:03.308Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-03T14:22:03.390Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-03T14:22:03.475Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-03T14:22:03.564Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-03T14:22:03.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-03T14:22:03.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-03T14:22:03.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-03T14:22:03.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-03T14:22:04.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-03T14:22:04.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-03T14:22:04.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-03T14:22:04.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-03T14:22:04.389Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T14:22:04.470Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T14:22:04.548Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-03T14:22:04.638Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-03T14:22:04.745Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-03T14:22:04.839Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-03T14:22:04.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-03T14:22:05.015Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-03T14:22:05.100Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-03T14:22:05.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-03T14:22:05.272Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-03T14:22:05.408Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] echo [2021-03-03T14:22:05.491Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f60a6b9 [Pipeline] echo [2021-03-03T14:22:05.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T14:22:05.758Z] provisioning config files... [2021-03-03T14:22:05.838Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/378@tmp/config7608694420651217984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:22:06.221Z] ---> docker-login.sh [2021-03-03T14:22:06.221Z] nexus3.edgexfoundry.org:10001 [2021-03-03T14:22:06.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:22:06.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:22:06.748Z] Configure a credential helper to remove this warning. See [2021-03-03T14:22:06.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:22:06.748Z] [2021-03-03T14:22:06.748Z] Login Succeeded [2021-03-03T14:22:06.748Z] nexus3.edgexfoundry.org:10002 [2021-03-03T14:22:07.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:22:07.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:22:07.011Z] Configure a credential helper to remove this warning. See [2021-03-03T14:22:07.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:22:07.011Z] [2021-03-03T14:22:07.011Z] Login Succeeded [2021-03-03T14:22:07.011Z] nexus3.edgexfoundry.org:10003 [2021-03-03T14:22:07.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:22:07.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:22:07.274Z] Configure a credential helper to remove this warning. See [2021-03-03T14:22:07.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:22:07.274Z] [2021-03-03T14:22:07.274Z] Login Succeeded [2021-03-03T14:22:07.274Z] nexus3.edgexfoundry.org:10004 [2021-03-03T14:22:07.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:22:07.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:22:07.274Z] Configure a credential helper to remove this warning. See [2021-03-03T14:22:07.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:22:07.274Z] [2021-03-03T14:22:07.274Z] Login Succeeded [2021-03-03T14:22:07.274Z] docker.io [2021-03-03T14:22:07.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:22:07.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:22:07.798Z] Configure a credential helper to remove this warning. See [2021-03-03T14:22:07.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:22:07.798Z] [2021-03-03T14:22:07.798Z] Login Succeeded [2021-03-03T14:22:07.798Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T14:22:07.808Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:22:08.273Z] ++ 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-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/core-command/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/core-data/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-03T14:22:08.273Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:22:08.273Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-03T14:22:08.273Z] ++ cut -d/ -f2 [2021-03-03T14:22:08.273Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-03T14:22:08.356Z] 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-03-03T14:22:09.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:22:09.985Z] [2021-03-03T14:22:09.985Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:22:10.353Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:22:10.353Z] latest: Pulling from edgex-devops/git-semver [2021-03-03T14:22:10.353Z] 31603596830f: Pulling fs layer [2021-03-03T14:22:10.353Z] 2a8b12db71e7: Pulling fs layer [2021-03-03T14:22:10.353Z] 6ca5941a6612: Pulling fs layer [2021-03-03T14:22:10.353Z] ecc8261a40a4: Pulling fs layer [2021-03-03T14:22:10.353Z] ecc8261a40a4: Waiting [2021-03-03T14:22:10.353Z] 2a8b12db71e7: Verifying Checksum [2021-03-03T14:22:10.353Z] 2a8b12db71e7: Download complete [2021-03-03T14:22:10.618Z] 31603596830f: Verifying Checksum [2021-03-03T14:22:10.618Z] 31603596830f: Download complete [2021-03-03T14:22:10.618Z] 6ca5941a6612: Verifying Checksum [2021-03-03T14:22:10.618Z] 6ca5941a6612: Download complete [2021-03-03T14:22:10.618Z] ecc8261a40a4: Verifying Checksum [2021-03-03T14:22:10.618Z] ecc8261a40a4: Download complete [2021-03-03T14:22:10.882Z] 31603596830f: Pull complete [2021-03-03T14:22:11.147Z] 2a8b12db71e7: Pull complete [2021-03-03T14:22:11.744Z] 6ca5941a6612: Pull complete [2021-03-03T14:22:12.008Z] ecc8261a40a4: Pull complete [2021-03-03T14:22:12.008Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-03T14:22:12.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:22:12.008Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-03T14:22:12.146Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:22:12.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T14:22:14.705Z] $ docker top 5c730624d8759f5349815f0b9633ecd7d3f0b57b894a1e401f139ecc8e9f5e35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T14:22:14.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:22:14.980Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:22:15.203Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:22:15.204Z] $ docker exec 5c730624d8759f5349815f0b9633ecd7d3f0b57b894a1e401f139ecc8e9f5e35 ssh-agent [2021-03-03T14:22:15.374Z] SSH_AUTH_SOCK=/tmp/ssh-wUyxALVvcqQn/agent.12 [2021-03-03T14:22:15.374Z] SSH_AGENT_PID=17 [2021-03-03T14:22:15.384Z] Running ssh-add (command line suppressed) [2021-03-03T14:22:15.497Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_4672537178665875671.key (/w/workspace/edgex-go/378@tmp/private_key_4672537178665875671.key) [2021-03-03T14:22:15.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:22:15.895Z] + git tag --points-at HEAD [Pipeline] } [2021-03-03T14:22:15.914Z] $ docker exec --env ******** --env ******** 5c730624d8759f5349815f0b9633ecd7d3f0b57b894a1e401f139ecc8e9f5e35 ssh-agent -k [2021-03-03T14:22:16.031Z] unset SSH_AUTH_SOCK; [2021-03-03T14:22:16.031Z] unset SSH_AGENT_PID; [2021-03-03T14:22:16.032Z] echo Agent pid 17 killed; [2021-03-03T14:22:16.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-03T14:22:16.227Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:22:16.227Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:22:16.394Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:22:16.396Z] $ docker exec 5c730624d8759f5349815f0b9633ecd7d3f0b57b894a1e401f139ecc8e9f5e35 ssh-agent [2021-03-03T14:22:16.553Z] SSH_AUTH_SOCK=/tmp/ssh-ocIpS0XGXZhe/agent.47 [2021-03-03T14:22:16.553Z] SSH_AGENT_PID=53 [2021-03-03T14:22:16.560Z] Running ssh-add (command line suppressed) [2021-03-03T14:22:16.672Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_430105392876168199.key (/w/workspace/edgex-go/378@tmp/private_key_430105392876168199.key) [2021-03-03T14:22:16.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:22:17.056Z] + git semver init [2021-03-03T14:22:17.057Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T14:22:17.057Z] # $GIT_DIR = /w/workspace/edgex-go/378/.git [2021-03-03T14:22:17.057Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/378 [2021-03-03T14:22:17.057Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T14:22:17.057Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T14:22:17.057Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T14:22:17.057Z] # $SEMVER_BRANCH = master [2021-03-03T14:22:17.057Z] # $SEMVER_TEMP = /tmp/semver-164588075 [2021-03-03T14:22:17.057Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-03T14:22:35.203Z] # '/tmp/semver-164588075' -> '/w/workspace/edgex-go/378/.semver' [2021-03-03T14:22:35.203Z] # -> Force: false [2021-03-03T14:22:35.203Z] # $SEMVER_DIR = /w/workspace/edgex-go/378/.semver [Pipeline] } [2021-03-03T14:22:35.217Z] $ docker exec --env ******** --env ******** 5c730624d8759f5349815f0b9633ecd7d3f0b57b894a1e401f139ecc8e9f5e35 ssh-agent -k [2021-03-03T14:22:35.459Z] unset SSH_AUTH_SOCK; [2021-03-03T14:22:35.459Z] unset SSH_AGENT_PID; [2021-03-03T14:22:35.459Z] echo Agent pid 53 killed; [2021-03-03T14:22:35.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:22:36.016Z] + git semver [Pipeline] } [2021-03-03T14:22:36.038Z] $ docker stop --time=1 5c730624d8759f5349815f0b9633ecd7d3f0b57b894a1e401f139ecc8e9f5e35 [2021-03-03T14:22:37.632Z] $ docker rm -f 5c730624d8759f5349815f0b9633ecd7d3f0b57b894a1e401f139ecc8e9f5e35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:22:38.227Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-03T14:22:38.784Z] Stashed 1 file(s) [Pipeline] echo [2021-03-03T14:22:38.787Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.111 [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-03-03T14:22:39.606Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:22:39.908Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:22:40.212Z] + sudo service docker restart [2021-03-03T14:22:40.213Z] + true [2021-03-03T14:22:40.213Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-03T14:22:40.803Z] ========================================================= [2021-03-03T14:22:40.803Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-03T14:22:40.803Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:22:41.144Z] + 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-03-03T14:22:45.398Z] Sending build context to Docker daemon 328.1MB [2021-03-03T14:22:45.398Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T14:22:45.398Z] Step 2/6 : FROM ${BASE} [2021-03-03T14:22:45.398Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-03T14:22:45.398Z] 188c0c94c7c5: Pulling fs layer [2021-03-03T14:22:45.398Z] 0ef7d3d256c8: Pulling fs layer [2021-03-03T14:22:45.398Z] de9db76c5a1d: Pulling fs layer [2021-03-03T14:22:45.398Z] bca2f99d35d6: Pulling fs layer [2021-03-03T14:22:45.398Z] 93359f2a8cfa: Pulling fs layer [2021-03-03T14:22:45.398Z] 7c6f9722023f: Pulling fs layer [2021-03-03T14:22:45.398Z] a35cf1a2eb13: Pulling fs layer [2021-03-03T14:22:45.398Z] 93359f2a8cfa: Waiting [2021-03-03T14:22:45.398Z] 7c6f9722023f: Waiting [2021-03-03T14:22:45.398Z] a35cf1a2eb13: Waiting [2021-03-03T14:22:45.398Z] bca2f99d35d6: Waiting [2021-03-03T14:22:45.398Z] de9db76c5a1d: Verifying Checksum [2021-03-03T14:22:45.398Z] de9db76c5a1d: Download complete [2021-03-03T14:22:45.398Z] 0ef7d3d256c8: Verifying Checksum [2021-03-03T14:22:45.398Z] 0ef7d3d256c8: Download complete [2021-03-03T14:22:45.662Z] 93359f2a8cfa: Verifying Checksum [2021-03-03T14:22:45.662Z] 93359f2a8cfa: Download complete [2021-03-03T14:22:45.662Z] 188c0c94c7c5: Verifying Checksum [2021-03-03T14:22:45.662Z] 7c6f9722023f: Verifying Checksum [2021-03-03T14:22:45.662Z] 7c6f9722023f: Download complete [2021-03-03T14:22:45.927Z] 188c0c94c7c5: Pull complete [2021-03-03T14:22:46.192Z] 0ef7d3d256c8: Pull complete [2021-03-03T14:22:46.193Z] de9db76c5a1d: Pull complete [2021-03-03T14:22:48.128Z] a35cf1a2eb13: Verifying Checksum [2021-03-03T14:22:48.129Z] a35cf1a2eb13: Download complete [2021-03-03T14:22:48.710Z] bca2f99d35d6: Verifying Checksum [2021-03-03T14:22:48.710Z] bca2f99d35d6: Download complete [2021-03-03T14:22:54.036Z] bca2f99d35d6: Pull complete [2021-03-03T14:22:54.036Z] 93359f2a8cfa: Pull complete [2021-03-03T14:22:54.036Z] 7c6f9722023f: Pull complete [2021-03-03T14:22:54.138Z] Still waiting to schedule task [2021-03-03T14:22:54.138Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-03T14:22:59.343Z] a35cf1a2eb13: Pull complete [2021-03-03T14:22:59.343Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-03T14:22:59.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-03T14:22:59.343Z] ---> a62c8e92a672 [2021-03-03T14:22:59.343Z] 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-03-03T14:22:59.618Z] ---> Running in 850d12f24963 [2021-03-03T14:23:00.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:23:01.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:23:01.404Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T14:23:01.990Z] (2/12) Installing file (5.38-r0) [2021-03-03T14:23:01.990Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T14:23:02.252Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T14:23:06.470Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T14:23:06.470Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T14:23:06.470Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T14:23:06.470Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T14:23:06.470Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T14:23:06.733Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T14:23:06.733Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T14:23:06.733Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T14:23:06.995Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:23:06.995Z] OK: 233 MiB in 51 packages [2021-03-03T14:23:10.444Z] Removing intermediate container 850d12f24963 [2021-03-03T14:23:10.444Z] ---> 9be281dd096c [2021-03-03T14:23:10.444Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T14:23:10.444Z] ---> Running in 40a8b40046f3 [2021-03-03T14:23:10.444Z] Removing intermediate container 40a8b40046f3 [2021-03-03T14:23:10.444Z] ---> 923660312cd0 [2021-03-03T14:23:10.444Z] Step 5/6 : COPY go.mod . [2021-03-03T14:23:10.709Z] ---> 51d36e7ccc38 [2021-03-03T14:23:10.709Z] Step 6/6 : RUN go mod download [2021-03-03T14:23:10.709Z] ---> Running in d4a562f46514 [2021-03-03T14:23:37.332Z] Removing intermediate container d4a562f46514 [2021-03-03T14:23:37.332Z] ---> a0e0df743db3 [2021-03-03T14:23:37.332Z] Successfully built a0e0df743db3 [2021-03-03T14:23:37.332Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:23:37.651Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T14:23:37.651Z] . [Pipeline] withDockerContainer [2021-03-03T14:23:37.751Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:23:37.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T14:23:38.705Z] $ docker top 8577b4662f7ece1e6525ae34c2e719c43e90dad0447966543214ce40d3fe8756 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:23:39.186Z] + go version [2021-03-03T14:23:39.186Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-03T14:23:39.200Z] $ docker stop --time=1 8577b4662f7ece1e6525ae34c2e719c43e90dad0447966543214ce40d3fe8756 [2021-03-03T14:23:40.634Z] $ docker rm -f 8577b4662f7ece1e6525ae34c2e719c43e90dad0447966543214ce40d3fe8756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:23:41.501Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T14:23:41.501Z] . [Pipeline] withDockerContainer [2021-03-03T14:23:41.611Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:23:41.662Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T14:23:42.406Z] $ docker top 9bd707fdf00ca71cb10e8bcfab2e8c771bbbce96a9da83dfe2ee722396de0ff7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T14:23:42.575Z] ========================================================= [2021-03-03T14:23:42.575Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T14:23:42.575Z] ========================================================= [Pipeline] sh [2021-03-03T14:23:42.873Z] + make test [2021-03-03T14:23:42.873Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T14:23:51.088Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T14:24:09.345Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T14:24:13.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T14:24:13.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T14:24:13.614Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T14:24:16.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T14:24:16.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T14:24:16.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T14:24:16.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T14:24:16.461Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T14:24:17.063Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T14:24:19.645Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T14:24:19.645Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T14:24:19.645Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T14:24:22.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 45.9% of statements [2021-03-03T14:24:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T14:24:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T14:24:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T14:24:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T14:24:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T14:24:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T14:24:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T14:24:22.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements [2021-03-03T14:24:24.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements [2021-03-03T14:24:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T14:24:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T14:24:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T14:24:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T14:24:24.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T14:24:24.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T14:24:24.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-03-03T14:24:24.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T14:24:24.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-03-03T14:24:24.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T14:24:24.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T14:24:25.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 66.2% of statements [2021-03-03T14:24:25.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T14:24:25.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T14:24:26.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.431s coverage: 82.4% of statements [2021-03-03T14:24:26.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T14:24:26.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:24:26.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-03T14:24:26.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T14:24:27.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.390s coverage: 28.6% of statements [2021-03-03T14:24:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T14:24:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T14:24:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T14:24:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T14:24:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T14:24:27.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements [2021-03-03T14:24:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T14:24:27.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-03-03T14:24:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T14:24:28.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-03-03T14:24:28.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T14:24:28.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-03-03T14:24:28.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T14:24:28.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-03-03T14:24:28.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T14:24:28.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T14:24:28.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T14:24:28.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T14:24:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.450s coverage: 92.8% of statements [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T14:24:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T14:24:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T14:24:30.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T14:24:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements [2021-03-03T14:24:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-03-03T14:24:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements [2021-03-03T14:24:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-03-03T14:24:30.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements [2021-03-03T14:24:41.438Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28383 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-03T14:24:41.548Z] Running in /w/workspace/edgex-go/378 [Pipeline] { [Pipeline] checkout [2021-03-03T14:24:43.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements [2021-03-03T14:24:43.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-03-03T14:24:46.735Z] using credential edgex-jenkins-ssh [2021-03-03T14:24:46.798Z] Cloning the remote Git repository [2021-03-03T14:24:46.854Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:24:46.964Z] > git init /w/workspace/edgex-go/378 # timeout=10 [2021-03-03T14:24:47.029Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:24:47.030Z] > git --version # timeout=10 [2021-03-03T14:24:47.052Z] > git --version # 'git version 2.17.1' [2021-03-03T14:24:47.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:24:47.107Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:24:55.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.073s coverage: 92.9% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.156s coverage: 62.4% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 69.1% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 38.4% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.116s coverage: 88.5% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.723s coverage: 29.1% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 94.3% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T14:24:55.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-03T14:24:55.532Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-03T14:24:55.532Z] GO111MODULE=on go vet ./... [2021-03-03T14:25:09.412Z] Checking out Revision f60a6b9b3bbcf5933f7773f85fc76d84301e173f (master) [2021-03-03T14:25:08.670Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:25:08.694Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:25:08.723Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:25:08.754Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:25:08.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:25:08.766Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-03T14:25:09.435Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:25:09.489Z] > git checkout -f f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-03T14:25:13.972Z] Commit message: "Merge pull request #3214 from weichou1229/issue-3213" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-03T14:25:15.437Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:25:15.903Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:25:16.264Z] + sudo service docker restart [2021-03-03T14:25:16.265Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T14:25:18.313Z] provisioning config files... [2021-03-03T14:25:18.353Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/378@tmp/config8576237870678827713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:25:18.781Z] ---> docker-login.sh [2021-03-03T14:25:18.781Z] nexus3.edgexfoundry.org:10001 [2021-03-03T14:25:19.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:25:20.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:25:20.038Z] Configure a credential helper to remove this warning. See [2021-03-03T14:25:20.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:25:20.038Z] [2021-03-03T14:25:20.038Z] Login Succeeded [2021-03-03T14:25:20.038Z] nexus3.edgexfoundry.org:10002 [2021-03-03T14:25:20.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:25:20.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:25:20.637Z] Configure a credential helper to remove this warning. See [2021-03-03T14:25:20.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:25:20.637Z] [2021-03-03T14:25:20.637Z] Login Succeeded [2021-03-03T14:25:20.637Z] nexus3.edgexfoundry.org:10003 [2021-03-03T14:25:21.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:25:21.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:25:21.234Z] Configure a credential helper to remove this warning. See [2021-03-03T14:25:21.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:25:21.234Z] [2021-03-03T14:25:21.234Z] Login Succeeded [2021-03-03T14:25:21.234Z] nexus3.edgexfoundry.org:10004 [2021-03-03T14:25:21.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:25:21.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:25:21.792Z] Configure a credential helper to remove this warning. See [2021-03-03T14:25:21.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:25:21.792Z] [2021-03-03T14:25:21.792Z] Login Succeeded [2021-03-03T14:25:21.792Z] docker.io [2021-03-03T14:25:22.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:25:22.262Z] gofmt -l . [2021-03-03T14:25:22.262Z] [ "`gofmt -l .`" = "" ] [2021-03-03T14:25:22.262Z] ./bin/test-go-mod-tidy.sh [2021-03-03T14:25:22.262Z] ./bin/test-attribution-txt.sh [2021-03-03T14:25:22.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:25:22.339Z] Configure a credential helper to remove this warning. See [2021-03-03T14:25:22.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:25:22.339Z] [2021-03-03T14:25:22.339Z] Login Succeeded [2021-03-03T14:25:22.612Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T14:25:22.634Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2021-03-03T14:25:23.158Z] ========================================================= [2021-03-03T14:25:23.158Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-03T14:25:23.158Z] ========================================================= [2021-03-03T14:25:23.223Z] + ls -al . [2021-03-03T14:25:23.223Z] total 716 [2021-03-03T14:25:23.223Z] drwxrwxr-x 10 1001 1001 4096 Mar 3 14:25 . [2021-03-03T14:25:23.223Z] drwxr-xr-x 4 root root 32 Mar 3 14:23 .. [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 14:21 .dockerignore [2021-03-03T14:25:23.223Z] drwxrwxr-x 8 1001 1001 162 Mar 3 14:21 .git [2021-03-03T14:25:23.223Z] drwxrwxr-x 3 1001 1001 125 Mar 3 14:21 .github [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 14:21 .gitignore [2021-03-03T14:25:23.223Z] drwx------ 3 1001 1001 45 Mar 3 14:22 .semver [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 14:21 .sonarcloud.properties [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:21 Attribution.txt [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:21 CONTRIBUTING.md [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 14:21 Dockerfile.build [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 14:21 Jenkinsfile [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:21 LICENSE [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:21 Makefile [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:21 README.md [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:21 SECURITY.md [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 13 Mar 3 14:22 VERSION [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:21 ZMQWindows.md [2021-03-03T14:25:23.223Z] drwxrwxr-x 2 1001 1001 117 Mar 3 14:21 bin [2021-03-03T14:25:23.223Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 14:21 cmd [2021-03-03T14:25:23.223Z] -rw-r--r-- 1 root root 602988 Mar 3 14:24 coverage.out [2021-03-03T14:25:23.223Z] -rw-r--r-- 1 root root 1055 Mar 3 14:25 go.mod [2021-03-03T14:25:23.223Z] -rw-r--r-- 1 root root 21699 Mar 3 14:25 go.sum [2021-03-03T14:25:23.223Z] drwxrwxr-x 8 1001 1001 127 Mar 3 14:21 internal [2021-03-03T14:25:23.223Z] drwxrwxr-x 4 1001 1001 26 Mar 3 14:21 openapi [2021-03-03T14:25:23.223Z] drwxrwxr-x 4 1001 1001 71 Mar 3 14:21 snap [2021-03-03T14:25:23.223Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 14:21 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:25:23.644Z] + '[' -e coverage.out ] [2021-03-03T14:25:23.644Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T14:25:23.769Z] + 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-03-03T14:25:23.878Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T14:25:24.183Z] + make build [2021-03-03T14:25:24.183Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-data/core-data ./cmd/core-data [2021-03-03T14:25:26.477Z] Sending build context to Docker daemon 166.5MB [2021-03-03T14:25:26.477Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T14:25:26.477Z] Step 2/6 : FROM ${BASE} [2021-03-03T14:25:26.477Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-03T14:25:26.477Z] 5f621e34cdf4: Pulling fs layer [2021-03-03T14:25:26.477Z] a4357932f1b6: Pulling fs layer [2021-03-03T14:25:26.477Z] 18c013af1878: Pulling fs layer [2021-03-03T14:25:26.477Z] 00ac8860ef70: Pulling fs layer [2021-03-03T14:25:26.477Z] 63d7cb157983: Pulling fs layer [2021-03-03T14:25:26.478Z] b116817d02f9: Pulling fs layer [2021-03-03T14:25:26.478Z] 745a02a5169b: Pulling fs layer [2021-03-03T14:25:26.478Z] 00ac8860ef70: Waiting [2021-03-03T14:25:26.478Z] b116817d02f9: Waiting [2021-03-03T14:25:26.478Z] 745a02a5169b: Waiting [2021-03-03T14:25:26.478Z] 63d7cb157983: Waiting [2021-03-03T14:25:26.478Z] 18c013af1878: Download complete [2021-03-03T14:25:26.478Z] a4357932f1b6: Download complete [2021-03-03T14:25:26.478Z] 63d7cb157983: Verifying Checksum [2021-03-03T14:25:26.478Z] 63d7cb157983: Download complete [2021-03-03T14:25:26.478Z] b116817d02f9: Download complete [2021-03-03T14:25:26.478Z] 5f621e34cdf4: Verifying Checksum [2021-03-03T14:25:26.478Z] 5f621e34cdf4: Download complete [2021-03-03T14:25:27.087Z] 5f621e34cdf4: Pull complete [2021-03-03T14:25:27.687Z] a4357932f1b6: Pull complete [2021-03-03T14:25:27.963Z] 18c013af1878: Pull complete [2021-03-03T14:25:28.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-03T14:25:28.963Z] 745a02a5169b: Verifying Checksum [2021-03-03T14:25:28.963Z] 745a02a5169b: Download complete [2021-03-03T14:25:29.943Z] 00ac8860ef70: Verifying Checksum [2021-03-03T14:25:29.943Z] 00ac8860ef70: Download complete [2021-03-03T14:25:36.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-command/core-command ./cmd/core-command [2021-03-03T14:25:37.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-03T14:25:39.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-03T14:25:39.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-03T14:25:40.117Z] 00ac8860ef70: Pull complete [2021-03-03T14:25:40.390Z] 63d7cb157983: Pull complete [2021-03-03T14:25:40.661Z] b116817d02f9: Pull complete [2021-03-03T14:25:40.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-03T14:25:42.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-03T14:25:43.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-03T14:25:44.050Z] 745a02a5169b: Pull complete [2021-03-03T14:25:44.050Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-03T14:25:44.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-03T14:25:44.050Z] ---> b7e6874047d6 [2021-03-03T14:25:44.050Z] 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-03-03T14:25:44.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-03T14:25:45.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-03T14:25:47.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-03T14:25:47.661Z] ---> Running in fdb55e49f28e [2021-03-03T14:25:49.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-03-03T14:25:49.145Z] $ docker stop --time=1 9bd707fdf00ca71cb10e8bcfab2e8c771bbbce96a9da83dfe2ee722396de0ff7 [2021-03-03T14:25:49.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:25:50.673Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T14:25:50.801Z] $ docker rm -f 9bd707fdf00ca71cb10e8bcfab2e8c771bbbce96a9da83dfe2ee722396de0ff7 [2021-03-03T14:25:50.943Z] (2/12) Installing file (5.38-r0) [2021-03-03T14:25:50.943Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T14:25:50.943Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:25:54.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:25:54.339Z] [2021-03-03T14:25:54.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:25:54.690Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:25:54.690Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-03T14:25:54.690Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-03T14:25:54.690Z] ca9280d653b3: Pulling fs layer [2021-03-03T14:25:54.690Z] 7e9c9ca2126c: Pulling fs layer [2021-03-03T14:25:54.690Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-03T14:25:54.690Z] cbdbe7a5bc2a: Download complete [2021-03-03T14:25:55.264Z] cbdbe7a5bc2a: Pull complete [2021-03-03T14:25:55.530Z] ca9280d653b3: Verifying Checksum [2021-03-03T14:25:55.530Z] ca9280d653b3: Download complete [2021-03-03T14:25:56.496Z] 7e9c9ca2126c: Verifying Checksum [2021-03-03T14:25:56.496Z] 7e9c9ca2126c: Download complete [2021-03-03T14:25:56.496Z] ca9280d653b3: Pull complete [2021-03-03T14:26:03.114Z] 7e9c9ca2126c: Pull complete [2021-03-03T14:26:03.114Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-03T14:26:03.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:26:03.114Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-03T14:26:03.280Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:26:03.327Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T14:26:03.327Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T14:26:03.327Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T14:26:03.327Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T14:26:03.327Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T14:26:03.327Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T14:26:03.327Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T14:26:03.327Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T14:26:03.327Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:26:03.327Z] OK: 217 MiB in 51 packages [2021-03-03T14:26:03.330Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-03-03T14:26:04.181Z] $ docker top 77188a5cc653936cef2fb9cb58d668c7cbfa69ef091c0ca2b07383570650c819 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:26:04.690Z] + docker-compose build --help [2021-03-03T14:26:04.691Z] + grep parallel [2021-03-03T14:26:05.640Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T14:26:05.655Z] $ docker stop --time=1 77188a5cc653936cef2fb9cb58d668c7cbfa69ef091c0ca2b07383570650c819 [2021-03-03T14:26:07.022Z] $ docker rm -f 77188a5cc653936cef2fb9cb58d668c7cbfa69ef091c0ca2b07383570650c819 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:26:07.634Z] Removing intermediate container fdb55e49f28e [2021-03-03T14:26:07.634Z] ---> ff4e9893e701 [2021-03-03T14:26:07.634Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T14:26:07.634Z] ---> Running in c5386837e608 [2021-03-03T14:26:07.634Z] Removing intermediate container c5386837e608 [2021-03-03T14:26:07.634Z] ---> 1f51eefe2dec [2021-03-03T14:26:07.634Z] Step 5/6 : COPY go.mod . [2021-03-03T14:26:07.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:26:07.638Z] . [Pipeline] withDockerContainer [2021-03-03T14:26:07.736Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:26:07.787Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-03T14:26:08.229Z] ---> eb17c45cbebc [2021-03-03T14:26:08.229Z] Step 6/6 : RUN go mod download [2021-03-03T14:26:08.504Z] ---> Running in 9cd2e40fb8c5 [2021-03-03T14:26:08.828Z] $ docker top 03bd2fdb30493e22ff2491fb0ff9b44b92a5d2896fb29c9d9ce6182a5b505fed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:26:09.313Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T14:26:10.258Z] Building docker-core-command-go ... [2021-03-03T14:26:10.258Z] Building docker-core-data-go ... [2021-03-03T14:26:10.258Z] Building docker-core-metadata-go ... [2021-03-03T14:26:10.258Z] Building docker-security-bootstrapper-go ... [2021-03-03T14:26:10.258Z] Building docker-security-proxy-setup-go ... [2021-03-03T14:26:10.258Z] Building docker-security-secretstore-setup-go ... [2021-03-03T14:26:10.258Z] Building docker-support-notifications-go ... [2021-03-03T14:26:10.258Z] Building docker-support-scheduler-go ... [2021-03-03T14:26:10.258Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T14:26:10.258Z] Building docker-core-data-go [2021-03-03T14:26:10.258Z] Building docker-core-metadata-go [2021-03-03T14:26:10.258Z] Building docker-security-proxy-setup-go [2021-03-03T14:26:10.258Z] Building docker-core-command-go [2021-03-03T14:26:10.258Z] Building docker-sys-mgmt-agent-go [2021-03-03T14:26:35.284Z] Removing intermediate container 9cd2e40fb8c5 [2021-03-03T14:26:35.284Z] ---> 17e0387e4cc5 [2021-03-03T14:26:35.284Z] Successfully built 17e0387e4cc5 [2021-03-03T14:26:35.284Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:26:35.628Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T14:26:35.629Z] . [Pipeline] withDockerContainer [2021-03-03T14:26:35.878Z] prd-ubuntu18.04-docker-arm64-4c-16g-28383 does not seem to be running inside a container [2021-03-03T14:26:35.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-03T14:26:37.398Z] $ docker top fe45d54dfc0d7cc9d13d72f65015d9adca958fe458e85c755bd73db8c11d6ad8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:26:38.435Z] + go version [2021-03-03T14:26:38.436Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-03T14:26:38.500Z] $ docker stop --time=1 fe45d54dfc0d7cc9d13d72f65015d9adca958fe458e85c755bd73db8c11d6ad8 [2021-03-03T14:26:40.407Z] $ docker rm -f fe45d54dfc0d7cc9d13d72f65015d9adca958fe458e85c755bd73db8c11d6ad8 [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-03-03T14:26:41.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:26:41.655Z] [2021-03-03T14:26:41.655Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:26:42.060Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:26:42.061Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-03T14:26:42.061Z] 29e5d40040c1: Pulling fs layer [2021-03-03T14:26:42.061Z] 1ce36da41761: Pulling fs layer [2021-03-03T14:26:42.061Z] 25b303627fd3: Pulling fs layer [2021-03-03T14:26:42.335Z] 29e5d40040c1: Verifying Checksum [2021-03-03T14:26:42.335Z] 29e5d40040c1: Download complete [2021-03-03T14:26:42.463Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:26:42.463Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:26:42.463Z] ---> a0e0df743db3 [2021-03-03T14:26:42.463Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T14:26:42.463Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:26:42.463Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:26:42.463Z] ---> a0e0df743db3 [2021-03-03T14:26:42.463Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:26:42.463Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:26:42.463Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:26:42.463Z] ---> a0e0df743db3 [2021-03-03T14:26:42.463Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:26:42.463Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:26:42.463Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:26:42.463Z] ---> a0e0df743db3 [2021-03-03T14:26:42.463Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:26:42.463Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:26:42.463Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:26:42.463Z] ---> a0e0df743db3 [2021-03-03T14:26:42.463Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T14:26:42.936Z] 29e5d40040c1: Pull complete [2021-03-03T14:26:42.936Z] 1ce36da41761: Verifying Checksum [2021-03-03T14:26:42.936Z] 1ce36da41761: Download complete [2021-03-03T14:26:43.039Z] ---> Running in 4f08a50db1f9 [2021-03-03T14:26:43.039Z] ---> Running in b74a25a7e423 [2021-03-03T14:26:43.039Z] ---> Running in abda1ddf4b71 [2021-03-03T14:26:43.039Z] ---> Running in e5a20e821607 [2021-03-03T14:26:43.039Z] ---> Running in 7f0bbb8f0ad1 [2021-03-03T14:26:43.613Z] Removing intermediate container b74a25a7e423 [2021-03-03T14:26:43.613Z] ---> 9f334d2a4528 [2021-03-03T14:26:43.613Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container abda1ddf4b71 [2021-03-03T14:26:43.613Z] [2021-03-03T14:26:43.613Z] ---> b7eb12156ec4 [2021-03-03T14:26:43.613Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:26:43.613Z] Removing intermediate container 7f0bbb8f0ad1 [2021-03-03T14:26:43.613Z] ---> 2fb8966b0c81 [2021-03-03T14:26:43.613Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:26:43.613Z] Removing intermediate container 4f08a50db1f9 [2021-03-03T14:26:43.613Z] ---> 73fe2dfdcff3 [2021-03-03T14:26:43.613Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:26:43.613Z] Removing intermediate container e5a20e821607 [2021-03-03T14:26:43.613Z] ---> 943fbf0c776d [2021-03-03T14:26:43.613Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:26:43.877Z] ---> Running in 2bca3c179f61 [2021-03-03T14:26:43.877Z] ---> Running in 61e73192f248 [2021-03-03T14:26:43.877Z] ---> Running in 71f5655bd77b [2021-03-03T14:26:43.877Z] ---> Running in 36473979a7e6 [2021-03-03T14:26:43.877Z] ---> Running in daecde744d2b [2021-03-03T14:26:44.377Z] 1ce36da41761: Pull complete [2021-03-03T14:26:44.649Z] 25b303627fd3: Verifying Checksum [2021-03-03T14:26:44.649Z] 25b303627fd3: Download complete [2021-03-03T14:26:45.954Z] Removing intermediate container 61e73192f248 [2021-03-03T14:26:45.954Z] ---> f7b36464f97b [2021-03-03T14:26:45.954Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T14:26:45.954Z] Removing intermediate container 2bca3c179f61 [2021-03-03T14:26:45.954Z] ---> 37f1df90bffe [2021-03-03T14:26:45.954Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T14:26:45.954Z] Removing intermediate container 71f5655bd77b [2021-03-03T14:26:45.954Z] ---> 6a0e8e336125 [2021-03-03T14:26:45.954Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T14:26:45.954Z] ---> Running in bf6b472ad567 [2021-03-03T14:26:45.954Z] ---> Running in 7d1f8de3ed79 [2021-03-03T14:26:46.216Z] ---> Running in ff4372e19780 [2021-03-03T14:26:46.216Z] Removing intermediate container daecde744d2b [2021-03-03T14:26:46.216Z] ---> 1d83b8a4fdfd [2021-03-03T14:26:46.216Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:26:46.216Z] Removing intermediate container 36473979a7e6 [2021-03-03T14:26:46.216Z] ---> e141f7ac2c6c [2021-03-03T14:26:46.216Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:26:46.481Z] ---> Running in 60c438271f39 [2021-03-03T14:26:46.481Z] ---> Running in 6da731752320 [2021-03-03T14:26:47.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:47.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:47.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:47.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:47.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:48.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:48.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:48.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:48.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:48.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:26:49.120Z] OK: 233 MiB in 51 packages [2021-03-03T14:26:49.393Z] OK: 233 MiB in 51 packages [2021-03-03T14:26:49.393Z] OK: 233 MiB in 51 packages [2021-03-03T14:26:49.659Z] OK: 233 MiB in 51 packages [2021-03-03T14:26:49.659Z] OK: 233 MiB in 51 packages [2021-03-03T14:26:49.920Z] Removing intermediate container 7d1f8de3ed79 [2021-03-03T14:26:49.920Z] ---> 3ed1fc3b7859 [2021-03-03T14:26:49.920Z] Step 6/23 : COPY go.mod . [2021-03-03T14:26:50.183Z] Removing intermediate container bf6b472ad567 [2021-03-03T14:26:50.183Z] ---> a112b40ff0d8 [2021-03-03T14:26:50.183Z] Step 6/26 : COPY go.mod . [2021-03-03T14:26:50.445Z] ---> ccaafe133670 [2021-03-03T14:26:50.445Z] Step 7/23 : RUN go mod download [2021-03-03T14:26:50.445Z] Removing intermediate container ff4372e19780 [2021-03-03T14:26:50.445Z] ---> 91f79369ca12 [2021-03-03T14:26:50.445Z] Step 6/21 : COPY go.mod . [2021-03-03T14:26:50.445Z] ---> b70987d1b7d1 [2021-03-03T14:26:50.445Z] Step 7/26 : RUN go mod download [2021-03-03T14:26:50.445Z] ---> Running in 4d211aabf8d3 [2021-03-03T14:26:50.706Z] Removing intermediate container 6da731752320 [2021-03-03T14:26:50.706Z] ---> ad0e61944129 [2021-03-03T14:26:50.706Z] Step 6/23 : COPY go.mod . [2021-03-03T14:26:50.970Z] ---> Running in 8934c120bf36 [2021-03-03T14:26:50.970Z] ---> f43a68c90477 [2021-03-03T14:26:50.970Z] Step 7/21 : RUN go mod download [2021-03-03T14:26:50.970Z] Removing intermediate container 60c438271f39 [2021-03-03T14:26:50.970Z] ---> a8f319cf2d7d [2021-03-03T14:26:50.970Z] Step 6/23 : COPY go.mod . [2021-03-03T14:26:50.970Z] ---> Running in 85e41def57e6 [2021-03-03T14:26:51.234Z] ---> 9c2974c94ae7 [2021-03-03T14:26:51.234Z] Step 7/23 : RUN go mod download [2021-03-03T14:26:51.499Z] ---> 506a16fbd771 [2021-03-03T14:26:51.499Z] Step 7/23 : RUN go mod download [2021-03-03T14:26:51.499Z] ---> Running in f9070767d0f6 [2021-03-03T14:26:51.771Z] ---> Running in 43a0eb44f407 [2021-03-03T14:26:52.747Z] Removing intermediate container 4d211aabf8d3 [2021-03-03T14:26:52.747Z] ---> 9ca5722916d7 [2021-03-03T14:26:52.747Z] Step 8/23 : COPY . . [2021-03-03T14:26:52.747Z] Removing intermediate container 8934c120bf36 [2021-03-03T14:26:52.747Z] ---> c1d896016210 [2021-03-03T14:26:52.747Z] Step 8/26 : COPY . . [2021-03-03T14:26:52.911Z] 25b303627fd3: Pull complete [2021-03-03T14:26:52.911Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-03T14:26:52.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:26:52.911Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-03T14:26:53.178Z] prd-ubuntu18.04-docker-arm64-4c-16g-28383 does not seem to be running inside a container [2021-03-03T14:26:53.266Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@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-03-03T14:26:56.265Z] $ docker top b4f956ac1937fea4f0d8b71daf461a86ceb29f67372a6bdcb18c907ec4b1c1a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:26:56.997Z] Removing intermediate container 85e41def57e6 [2021-03-03T14:26:56.997Z] ---> 1ed207d4c886 [2021-03-03T14:26:56.997Z] Step 8/21 : COPY . . [2021-03-03T14:26:57.322Z] + grep parallel [2021-03-03T14:26:57.322Z] + docker-compose build --help [2021-03-03T14:26:58.921Z] Removing intermediate container f9070767d0f6 [2021-03-03T14:26:58.921Z] ---> ff4d3f33b78d [2021-03-03T14:26:58.921Z] Step 8/23 : COPY . . [2021-03-03T14:27:00.698Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T14:27:00.724Z] $ docker stop --time=1 b4f956ac1937fea4f0d8b71daf461a86ceb29f67372a6bdcb18c907ec4b1c1a8 [2021-03-03T14:27:00.859Z] Removing intermediate container 43a0eb44f407 [2021-03-03T14:27:00.859Z] ---> 4dcbeb9728e0 [2021-03-03T14:27:00.859Z] Step 8/23 : COPY . . [2021-03-03T14:27:02.692Z] $ docker rm -f b4f956ac1937fea4f0d8b71daf461a86ceb29f67372a6bdcb18c907ec4b1c1a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:27:03.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:27:03.584Z] . [Pipeline] withDockerContainer [2021-03-03T14:27:03.855Z] prd-ubuntu18.04-docker-arm64-4c-16g-28383 does not seem to be running inside a container [2021-03-03T14:27:04.060Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-03T14:27:05.591Z] $ docker top 3cf413bfa027765b94e79494c47219f3191b7b807e21519f57057bf2d57acf69 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:27:06.775Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T14:27:10.163Z] Building docker-core-command-go ... [2021-03-03T14:27:10.163Z] Building docker-core-data-go ... [2021-03-03T14:27:10.163Z] Building docker-core-metadata-go ... [2021-03-03T14:27:10.163Z] Building docker-security-bootstrapper-go ... [2021-03-03T14:27:10.163Z] Building docker-security-proxy-setup-go ... [2021-03-03T14:27:10.163Z] Building docker-security-secretstore-setup-go ... [2021-03-03T14:27:10.163Z] Building docker-support-notifications-go ... [2021-03-03T14:27:10.163Z] Building docker-support-scheduler-go ... [2021-03-03T14:27:10.163Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T14:27:10.163Z] Building docker-security-secretstore-setup-go [2021-03-03T14:27:10.163Z] Building docker-core-command-go [2021-03-03T14:27:10.163Z] Building docker-sys-mgmt-agent-go [2021-03-03T14:27:10.163Z] Building docker-security-proxy-setup-go [2021-03-03T14:27:10.163Z] Building docker-security-bootstrapper-go [2021-03-03T14:27:39.747Z] ---> 31ccab5d46e6 [2021-03-03T14:27:39.747Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T14:27:39.747Z] ---> 6b25bf8fd691 [2021-03-03T14:27:39.747Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T14:27:39.747Z] ---> 11afd574fc85 [2021-03-03T14:27:39.747Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T14:27:39.747Z] ---> Running in a736a17739eb [2021-03-03T14:27:39.747Z] ---> Running in 0eef0a71d644 [2021-03-03T14:27:39.747Z] ---> 6dd03eeaec1a [2021-03-03T14:27:39.747Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T14:27:39.747Z] ---> 871b2aad1449 [2021-03-03T14:27:39.747Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T14:27:39.747Z] ---> Running in 251259ce6998 [2021-03-03T14:27:39.747Z] ---> Running in 3cdc74667895 [2021-03-03T14:27:39.747Z] ---> Running in cf6b7175476c [2021-03-03T14:27:39.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-03T14:27:39.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-03T14:27:39.747Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-data/core-data ./cmd/core-data [2021-03-03T14:27:39.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-command/core-command ./cmd/core-command [2021-03-03T14:27:39.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-03T14:27:57.148Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:27:57.148Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:27:57.148Z] ---> 17e0387e4cc5 [2021-03-03T14:27:57.148Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T14:27:57.148Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:27:57.148Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:27:57.148Z] ---> 17e0387e4cc5 [2021-03-03T14:27:57.148Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:27:57.148Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:27:57.148Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:27:57.148Z] ---> 17e0387e4cc5 [2021-03-03T14:27:57.148Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T14:27:57.148Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:27:57.148Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:27:57.148Z] ---> 17e0387e4cc5 [2021-03-03T14:27:57.148Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T14:27:57.421Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:27:57.421Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:27:57.421Z] ---> 17e0387e4cc5 [2021-03-03T14:27:57.421Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T14:28:00.830Z] ---> Running in d345ef8c35c4 [2021-03-03T14:28:00.830Z] ---> Running in 3cd838f36605 [2021-03-03T14:28:00.830Z] ---> Running in 4c4e823b0e96 [2021-03-03T14:28:00.830Z] ---> Running in f6f41af42e6d [2021-03-03T14:28:00.830Z] ---> Running in 5998db30fd74 [2021-03-03T14:28:01.105Z] Removing intermediate container f6f41af42e6d [2021-03-03T14:28:01.105Z] ---> 33b2ea8bc20f [2021-03-03T14:28:01.105Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:28:01.105Z] Removing intermediate container d345ef8c35c4 [2021-03-03T14:28:01.105Z] ---> 0d9a761744ce [2021-03-03T14:28:01.105Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:28:01.105Z] ---> Running in d05970646d73 [2021-03-03T14:28:01.382Z] Removing intermediate container 4c4e823b0e96 [2021-03-03T14:28:01.382Z] ---> 03dbd00693ff [2021-03-03T14:28:01.382Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:28:01.382Z] Removing intermediate container 5998db30fd74 [2021-03-03T14:28:01.382Z] ---> 3aa594451995 [2021-03-03T14:28:01.382Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:28:01.382Z] Removing intermediate container 3cd838f36605 [2021-03-03T14:28:01.382Z] ---> eaafd0f7feb7 [2021-03-03T14:28:01.382Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:28:01.382Z] ---> Running in daad67391ace [2021-03-03T14:28:01.658Z] ---> Running in a0a835ce1722 [2021-03-03T14:28:01.658Z] ---> Running in 051a120994c5 [2021-03-03T14:28:01.658Z] ---> Running in 81856525abe2 [2021-03-03T14:28:05.068Z] Removing intermediate container d05970646d73 [2021-03-03T14:28:05.068Z] ---> 7c333982d065 [2021-03-03T14:28:05.068Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T14:28:05.345Z] ---> Running in 4c7931ef5a21 [2021-03-03T14:28:05.974Z] Removing intermediate container daad67391ace [2021-03-03T14:28:05.974Z] ---> 8144e1ed1eee [2021-03-03T14:28:05.974Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T14:28:06.249Z] ---> Running in 4de7ae010e63 [2021-03-03T14:28:06.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-03T14:28:06.525Z] Removing intermediate container 81856525abe2 [2021-03-03T14:28:06.525Z] ---> e983f67f42c2 [2021-03-03T14:28:06.525Z] Removing intermediate container a0a835ce1722 [2021-03-03T14:28:06.525Z] Removing intermediate container 051a120994c5 [2021-03-03T14:28:06.525Z] ---> 8f98c85f1df6 [2021-03-03T14:28:06.525Z] ---> ac896585e776 [2021-03-03T14:28:06.525Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T14:28:06.525Z] Step 5/30 : RUN apk add --update --no-cache make gitStep 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:28:06.525Z] [2021-03-03T14:28:06.801Z] ---> Running in b4d56ceccddd [2021-03-03T14:28:06.801Z] ---> Running in 0556dccd895d [2021-03-03T14:28:06.801Z] ---> Running in d2799488500c [2021-03-03T14:28:07.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:07.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:08.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:08.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:08.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:08.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:08.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:09.193Z] OK: 217 MiB in 51 packages [2021-03-03T14:28:09.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:10.071Z] OK: 217 MiB in 51 packages [2021-03-03T14:28:10.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:10.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:28:10.361Z] Removing intermediate container 4c7931ef5a21 [2021-03-03T14:28:10.361Z] ---> 3b999e565bcf [2021-03-03T14:28:10.361Z] Step 6/21 : COPY go.mod . [2021-03-03T14:28:10.966Z] OK: 217 MiB in 51 packages [2021-03-03T14:28:11.243Z] OK: 217 MiB in 51 packages [2021-03-03T14:28:11.243Z] OK: 217 MiB in 51 packages [2021-03-03T14:28:11.243Z] ---> e8b818ef9bbb [2021-03-03T14:28:11.243Z] Step 7/21 : RUN go mod download [2021-03-03T14:28:11.524Z] Removing intermediate container 4de7ae010e63 [2021-03-03T14:28:11.524Z] ---> 705e2c065673 [2021-03-03T14:28:11.524Z] Step 6/26 : COPY go.mod . [2021-03-03T14:28:11.806Z] ---> Running in c2cd6af3bdae [2021-03-03T14:28:12.822Z] ---> da39bd9e161b [2021-03-03T14:28:12.822Z] Step 7/26 : RUN go mod download [2021-03-03T14:28:12.822Z] Removing intermediate container d2799488500c [2021-03-03T14:28:12.822Z] ---> 16d1275e31c7 [2021-03-03T14:28:12.822Z] Step 6/23 : COPY go.mod . [2021-03-03T14:28:13.102Z] ---> Running in 0e92a1b5e7f9 [2021-03-03T14:28:13.219Z] Removing intermediate container 0eef0a71d644 [2021-03-03T14:28:13.219Z] ---> 763de82ab7dd [2021-03-03T14:28:13.219Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T14:28:13.219Z] ---> Running in e9f207dd7df6 [2021-03-03T14:28:13.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-03T14:28:13.381Z] Removing intermediate container b4d56ceccddd [2021-03-03T14:28:13.381Z] ---> f4fc8bf28588 [2021-03-03T14:28:13.381Z] Step 6/30 : COPY go.mod . [2021-03-03T14:28:13.661Z] Removing intermediate container 0556dccd895d [2021-03-03T14:28:13.661Z] ---> 8687d42551f5 [2021-03-03T14:28:13.661Z] Step 6/24 : COPY go.mod . [2021-03-03T14:28:13.941Z] ---> 06981dd5d996 [2021-03-03T14:28:13.941Z] Step 7/23 : RUN go mod download [2021-03-03T14:28:14.227Z] ---> Running in dec2ae48bc38 [2021-03-03T14:28:14.839Z] ---> 2f41be76b4bf [2021-03-03T14:28:14.839Z] Step 7/24 : RUN go mod download [2021-03-03T14:28:14.839Z] ---> c6338a2c7e28 [2021-03-03T14:28:14.839Z] Step 7/30 : RUN go mod download [2021-03-03T14:28:15.116Z] ---> Running in 49a3f80c294c [2021-03-03T14:28:15.116Z] ---> Running in db66095a579b [2021-03-03T14:28:16.102Z] Removing intermediate container c2cd6af3bdae [2021-03-03T14:28:16.102Z] ---> 57a6ad15ff2b [2021-03-03T14:28:16.102Z] Step 8/21 : COPY . . [2021-03-03T14:28:16.609Z] Removing intermediate container 251259ce6998 [2021-03-03T14:28:16.609Z] ---> 3a171fa1d9eb [2021-03-03T14:28:16.609Z] [2021-03-03T14:28:16.609Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T14:28:16.609Z] 3.12: Pulling from library/alpine [2021-03-03T14:28:17.093Z] Removing intermediate container 0e92a1b5e7f9 [2021-03-03T14:28:17.093Z] ---> 8af8fb45ae52 [2021-03-03T14:28:17.093Z] Step 8/26 : COPY . . [2021-03-03T14:28:17.182Z] Removing intermediate container cf6b7175476c [2021-03-03T14:28:17.182Z] ---> bb1379facd5c [2021-03-03T14:28:17.182Z] [2021-03-03T14:28:17.182Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:28:17.445Z] 3.12: Pulling from library/alpine [2021-03-03T14:28:17.715Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:28:17.715Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:28:17.715Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:28:17.715Z] ---> 88dd2752d2ea [2021-03-03T14:28:17.715Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:28:17.715Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:28:17.715Z] ---> 88dd2752d2ea [2021-03-03T14:28:17.715Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T14:28:18.301Z] ---> Running in f9ceae9f1078 [2021-03-03T14:28:18.301Z] ---> Running in 3b31045f27d6 [2021-03-03T14:28:18.557Z] Removing intermediate container dec2ae48bc38 [2021-03-03T14:28:18.557Z] ---> 788519b27036 [2021-03-03T14:28:18.557Z] Step 8/23 : COPY . . [2021-03-03T14:28:19.272Z] Removing intermediate container e9f207dd7df6 [2021-03-03T14:28:19.272Z] ---> 14f8811067d0 [2021-03-03T14:28:19.272Z] [2021-03-03T14:28:19.272Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T14:28:20.225Z] 20.10.0: Pulling from library/docker [2021-03-03T14:28:20.549Z] Removing intermediate container 49a3f80c294c [2021-03-03T14:28:20.549Z] ---> 9aba716afaee [2021-03-03T14:28:20.549Z] Step 8/30 : COPY . . [2021-03-03T14:28:20.824Z] Removing intermediate container db66095a579b [2021-03-03T14:28:20.824Z] ---> 8cff2694e38b [2021-03-03T14:28:20.824Z] Step 8/24 : COPY . . [2021-03-03T14:28:21.623Z] Removing intermediate container 3cdc74667895 [2021-03-03T14:28:21.623Z] ---> 91c109d74019 [2021-03-03T14:28:21.623Z] [2021-03-03T14:28:21.623Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:28:21.623Z] ---> 88dd2752d2ea [2021-03-03T14:28:21.623Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:28:23.018Z] Removing intermediate container a736a17739eb [2021-03-03T14:28:23.019Z] ---> 71b800b44792 [2021-03-03T14:28:23.019Z] [2021-03-03T14:28:23.019Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:28:23.019Z] ---> 88dd2752d2ea [2021-03-03T14:28:23.019Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T14:28:23.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:23.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:23.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:23.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:23.283Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T14:28:23.283Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:28:23.283Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T14:28:23.283Z] OK: 6 MiB in 15 packages [2021-03-03T14:28:23.283Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:28:23.283Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T14:28:23.283Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T14:28:23.283Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:28:23.283Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:28:23.283Z] OK: 7 MiB in 18 packages [2021-03-03T14:28:23.546Z] ---> Running in c0c36304f757 [2021-03-03T14:28:24.127Z] ---> Running in eb3ec324d1ee [2021-03-03T14:28:24.391Z] Removing intermediate container eb3ec324d1ee [2021-03-03T14:28:24.391Z] ---> 162a2095faf6 [2021-03-03T14:28:24.391Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T14:28:24.662Z] ---> Running in d1e7dc24d0fc [2021-03-03T14:28:24.928Z] Removing intermediate container f9ceae9f1078 [2021-03-03T14:28:24.928Z] ---> fd52226418a2 [2021-03-03T14:28:24.928Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:28:25.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:25.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:25.482Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T14:28:25.482Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:28:25.482Z] OK: 6 MiB in 15 packages [2021-03-03T14:28:25.482Z] ---> Running in b6f6f2992e90 [2021-03-03T14:28:25.482Z] Removing intermediate container d1e7dc24d0fc [2021-03-03T14:28:25.482Z] ---> 43ca734c52f3 [2021-03-03T14:28:25.482Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T14:28:25.750Z] Removing intermediate container 3b31045f27d6 [2021-03-03T14:28:25.750Z] ---> f91939700732 [2021-03-03T14:28:25.750Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:28:25.750Z] ---> Running in 082228566f29 [2021-03-03T14:28:26.018Z] ---> Running in 1e4b06f1a18a [2021-03-03T14:28:26.282Z] Removing intermediate container b6f6f2992e90 [2021-03-03T14:28:26.282Z] ---> ca6506124b4f [2021-03-03T14:28:26.282Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T14:28:26.860Z] Removing intermediate container 082228566f29 [2021-03-03T14:28:26.861Z] ---> 46d884cd581c [2021-03-03T14:28:26.861Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:28:26.861Z] Removing intermediate container 1e4b06f1a18a [2021-03-03T14:28:26.861Z] ---> 0cbf505df6c8 [2021-03-03T14:28:26.861Z] Step 13/21 : WORKDIR /edgex [2021-03-03T14:28:26.861Z] ---> Running in 50ccc02afa4c [2021-03-03T14:28:27.126Z] ---> Running in 577fbacb0dff [2021-03-03T14:28:27.126Z] Removing intermediate container c0c36304f757 [2021-03-03T14:28:27.126Z] ---> eea5e09104ae [2021-03-03T14:28:27.126Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:28:27.126Z] ---> Running in 0997b3eecf73 [2021-03-03T14:28:27.395Z] ---> Running in f4b98bdc21e3 [2021-03-03T14:28:27.395Z] Removing intermediate container 50ccc02afa4c [2021-03-03T14:28:27.395Z] ---> f2f91c7890da [2021-03-03T14:28:27.395Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:28:27.395Z] Removing intermediate container 0997b3eecf73 [2021-03-03T14:28:27.395Z] ---> 560bb08292a7 [2021-03-03T14:28:27.395Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T14:28:27.657Z] ---> Running in 822abba13815 [2021-03-03T14:28:27.657Z] Removing intermediate container f4b98bdc21e3 [2021-03-03T14:28:27.657Z] ---> 1debd71d2b42 [2021-03-03T14:28:27.657Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T14:28:27.924Z] ---> Running in 4008c34b4f1e [2021-03-03T14:28:27.924Z] ---> 58dac0484945 [2021-03-03T14:28:27.924Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T14:28:27.924Z] Removing intermediate container 822abba13815 [2021-03-03T14:28:27.924Z] ---> db3b003e2513 [2021-03-03T14:28:27.924Z] Step 15/23 : WORKDIR / [2021-03-03T14:28:28.496Z] ---> Running in a47a5b265382 [2021-03-03T14:28:28.496Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T14:28:28.496Z] Removing intermediate container 4008c34b4f1e [2021-03-03T14:28:28.496Z] ---> da96006cdf77 [2021-03-03T14:28:28.496Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:28:28.496Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T14:28:28.496Z] ---> aefe523efa57 [2021-03-03T14:28:28.496Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T14:28:29.072Z] Removing intermediate container 577fbacb0dff [2021-03-03T14:28:29.072Z] ---> 8d758abeb5df [2021-03-03T14:28:29.072Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T14:28:29.072Z] ---> Running in 7dd81370268e [2021-03-03T14:28:29.072Z] ---> Running in e0b0c6d05248 [2021-03-03T14:28:29.072Z] ---> e5f42d7dc4de [2021-03-03T14:28:29.072Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T14:28:29.344Z] ---> Running in 2708fbfa886d [2021-03-03T14:28:29.344Z] Removing intermediate container a47a5b265382 [2021-03-03T14:28:29.345Z] ---> 4a2a8c9f8fa4 [2021-03-03T14:28:29.345Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:28:30.104Z] Removing intermediate container e0b0c6d05248 [2021-03-03T14:28:30.104Z] ---> 08e5d1094af8 [2021-03-03T14:28:30.104Z] Step 15/23 : WORKDIR / [2021-03-03T14:28:30.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:30.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:30.104Z] ---> ba88a78cc2c2 [2021-03-03T14:28:30.104Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T14:28:30.104Z] ---> Running in fc91d41dc4b6 [2021-03-03T14:28:30.104Z] ---> 6608e7039788 [2021-03-03T14:28:30.104Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T14:28:30.104Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T14:28:30.104Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T14:28:30.104Z] ---> Running in 14d736f7c9c1 [2021-03-03T14:28:30.467Z] Executing bash-5.0.17-r0.post-install [2021-03-03T14:28:30.467Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:28:30.467Z] OK: 12 MiB in 22 packages [2021-03-03T14:28:30.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:30.467Z] Removing intermediate container fc91d41dc4b6 [2021-03-03T14:28:30.467Z] ---> 5496a2300abf [2021-03-03T14:28:30.467Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:28:30.467Z] Removing intermediate container 14d736f7c9c1 [2021-03-03T14:28:30.467Z] ---> a9ed3f340f90 [2021-03-03T14:28:30.467Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T14:28:30.801Z] ---> Running in a9a9cc80cd09 [2021-03-03T14:28:30.801Z] ---> 99c4fd7b7413 [2021-03-03T14:28:30.801Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T14:28:30.801Z] ---> 11ef128c47e6 [2021-03-03T14:28:30.801Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T14:28:31.118Z] Removing intermediate container a9a9cc80cd09 [2021-03-03T14:28:31.118Z] ---> ac17dd4b1d74 [2021-03-03T14:28:31.118Z] Step 19/21 : LABEL arch=x86_64 [2021-03-03T14:28:31.118Z] Removing intermediate container 7dd81370268e [2021-03-03T14:28:31.118Z] ---> fea4eb73efc0 [2021-03-03T14:28:31.118Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T14:28:31.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:31.395Z] ---> Running in 36388623cb74 [2021-03-03T14:28:31.395Z] ---> Running in 283cef54644a [2021-03-03T14:28:31.395Z] ---> b9efb2c10782 [2021-03-03T14:28:31.395Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T14:28:31.395Z] ---> 5199c8094cc4 [2021-03-03T14:28:31.395Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T14:28:31.657Z] ---> Running in 72359014ef04 [2021-03-03T14:28:31.657Z] Removing intermediate container 283cef54644a [2021-03-03T14:28:31.657Z] ---> 38d1ad9fd23c [2021-03-03T14:28:31.657Z] Step 20/21 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:28:31.657Z] Removing intermediate container 36388623cb74 [2021-03-03T14:28:31.657Z] ---> 1525b5647251 [2021-03-03T14:28:31.657Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T14:28:31.657Z] ---> Running in 4b17b047dd16 [2021-03-03T14:28:31.657Z] ---> Running in 562880cf4cac [2021-03-03T14:28:31.919Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T14:28:31.919Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T14:28:31.919Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T14:28:32.183Z] Removing intermediate container 72359014ef04 [2021-03-03T14:28:32.183Z] ---> 2ac03a19f928 [2021-03-03T14:28:32.183Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:28:32.183Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T14:28:32.183Z] ---> 2d3a8cbfd2b9 [2021-03-03T14:28:32.183Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T14:28:32.183Z] Removing intermediate container 4b17b047dd16 [2021-03-03T14:28:32.183Z] ---> 1939307ecb04 [2021-03-03T14:28:32.183Z] Step 21/21 : LABEL version=2.0.0-dev.111 [2021-03-03T14:28:32.183Z] ---> Running in c029d5e4bdb9 [2021-03-03T14:28:32.183Z] ---> Running in aa112cd68799 [2021-03-03T14:28:32.445Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T14:28:32.445Z] ---> Running in d7a51f58f5ea [2021-03-03T14:28:32.445Z] Removing intermediate container 562880cf4cac [2021-03-03T14:28:32.445Z] ---> bd4d594954f2 [2021-03-03T14:28:32.445Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T14:28:32.445Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T14:28:32.445Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:28:32.445Z] OK: 8 MiB in 20 packages [2021-03-03T14:28:32.445Z] ---> Running in 5b339cebc6b0 [2021-03-03T14:28:32.708Z] Removing intermediate container c029d5e4bdb9 [2021-03-03T14:28:32.708Z] ---> 08e51a870022 [2021-03-03T14:28:32.708Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:28:32.708Z] Removing intermediate container aa112cd68799 [2021-03-03T14:28:32.708Z] ---> a1c3320ef404 [2021-03-03T14:28:32.708Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:28:32.708Z] Removing intermediate container d7a51f58f5ea [2021-03-03T14:28:32.708Z] ---> ed29600ecc44 [2021-03-03T14:28:32.708Z] [2021-03-03T14:28:32.972Z] ---> Running in 073e3d721edb [2021-03-03T14:28:32.972Z] ---> Running in 38a370575686 [2021-03-03T14:28:32.972Z] Successfully built ed29600ecc44 [2021-03-03T14:28:33.235Z] Removing intermediate container 5b339cebc6b0 [2021-03-03T14:28:33.235Z] ---> 57bc052cb10f [2021-03-03T14:28:33.235Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T14:28:33.235Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-03T14:28:33.235Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-03T14:28:33.236Z] Removing intermediate container 073e3d721edb [2021-03-03T14:28:33.236Z] ---> a88666989e10 [2021-03-03T14:28:33.236Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:28:33.236Z] Removing intermediate container 38a370575686 [2021-03-03T14:28:33.236Z] ---> 8c5709736d20 [2021-03-03T14:28:33.236Z] Step 22/23 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:28:33.812Z] ---> Running in 995f3d8e0f18 [2021-03-03T14:28:33.812Z] Removing intermediate container 2708fbfa886d [2021-03-03T14:28:33.812Z] ---> e436313bc0a8 [2021-03-03T14:28:33.812Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:28:33.812Z] ---> Running in d1eebac631ef [2021-03-03T14:28:36.391Z] ---> a32fc9467d0b [2021-03-03T14:28:36.391Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T14:28:37.791Z] Removing intermediate container d1eebac631ef [2021-03-03T14:28:37.791Z] ---> d3bc0f0f5d53 [2021-03-03T14:28:37.791Z] Step 23/23 : LABEL version=2.0.0-dev.111 [2021-03-03T14:28:38.053Z] Removing intermediate container 995f3d8e0f18 [2021-03-03T14:28:38.053Z] ---> 0c79c320b078 [2021-03-03T14:28:38.053Z] Step 22/23 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:28:38.053Z] ---> 8dbe3beffa22 [2021-03-03T14:28:38.053Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T14:28:39.141Z] ---> a76b700318ec [2021-03-03T14:28:39.142Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T14:28:39.142Z] ---> ce2583986a64 [2021-03-03T14:28:39.142Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T14:28:39.142Z] ---> d35e9440e68a [2021-03-03T14:28:39.142Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T14:28:39.142Z] ---> 5540a7563119 [2021-03-03T14:28:39.142Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T14:28:39.142Z] ---> 3583cb6d00e0 [2021-03-03T14:28:39.142Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T14:28:39.142Z] ---> Running in c4a6115dee86 [2021-03-03T14:28:39.142Z] ---> Running in 10a2d16d9c0c [2021-03-03T14:28:39.142Z] ---> Running in be6e9999aaf9 [2021-03-03T14:28:39.142Z] ---> Running in 76effca009cb [2021-03-03T14:28:39.142Z] ---> Running in 1335e8aecb7b [2021-03-03T14:28:39.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-command/core-command ./cmd/core-command [2021-03-03T14:28:39.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-03T14:28:39.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-03T14:28:39.463Z] ---> 6f270da29529 [2021-03-03T14:28:39.463Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T14:28:39.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-03T14:28:39.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-03T14:28:39.728Z] ---> Running in 24982d20af7c [2021-03-03T14:28:39.728Z] ---> Running in 2d9ae1a89042 [2021-03-03T14:28:40.326Z] ---> 429b53f29e48 [2021-03-03T14:28:40.326Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T14:28:41.722Z] Removing intermediate container 24982d20af7c [2021-03-03T14:28:41.723Z] ---> 9040302020e5 [2021-03-03T14:28:41.723Z] Step 23/23 : LABEL version=2.0.0-dev.111 [2021-03-03T14:28:42.674Z] Removing intermediate container 2d9ae1a89042 [2021-03-03T14:28:42.674Z] ---> 33ed659eaf8d [2021-03-03T14:28:42.674Z] [2021-03-03T14:28:42.949Z] ---> 8b08f73f05ee [2021-03-03T14:28:42.949Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T14:28:43.532Z] ---> 979fdc961e5d [2021-03-03T14:28:43.532Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T14:28:43.532Z] Successfully built 33ed659eaf8d [2021-03-03T14:28:43.533Z] ---> Running in eca89f4fb6cb [2021-03-03T14:28:43.533Z] Successfully tagged docker-core-command-go:latest [2021-03-03T14:28:43.533Z] Building docker-security-bootstrapper-go [2021-03-03T14:28:46.105Z]  Building docker-core-command-go ... done  ---> Running in 0b9cc1bdc0b4 [2021-03-03T14:28:46.105Z] ---> Running in 85b1e58d359c [2021-03-03T14:28:46.687Z] Removing intermediate container eca89f4fb6cb [2021-03-03T14:28:46.687Z] ---> 30f0669f9c18 [2021-03-03T14:28:46.687Z] [2021-03-03T14:28:48.084Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:28:48.084Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:28:48.661Z] Successfully built 30f0669f9c18 [2021-03-03T14:28:49.241Z] ---> a0e0df743db3 [2021-03-03T14:28:49.241Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T14:28:49.241Z] ---> Using cache [2021-03-03T14:28:49.241Z] ---> 943fbf0c776d [2021-03-03T14:28:49.241Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:28:49.241Z] ---> Using cache [2021-03-03T14:28:49.241Z] ---> 1d83b8a4fdfd [2021-03-03T14:28:49.241Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T14:28:49.241Z] ---> Using cache [2021-03-03T14:28:49.241Z] ---> a8f319cf2d7d [2021-03-03T14:28:49.241Z] Step 6/24 : COPY go.mod . [2021-03-03T14:28:49.241Z] ---> Using cache [2021-03-03T14:28:49.241Z] ---> 506a16fbd771 [2021-03-03T14:28:49.241Z] Step 7/24 : RUN go mod download [2021-03-03T14:28:49.241Z] ---> Using cache [2021-03-03T14:28:49.241Z] ---> 4dcbeb9728e0 [2021-03-03T14:28:49.241Z] Step 8/24 : COPY . . [2021-03-03T14:28:49.503Z] ---> Using cache [2021-03-03T14:28:49.503Z] ---> 871b2aad1449 [2021-03-03T14:28:49.503Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T14:28:49.775Z] Successfully tagged docker-core-metadata-go:latest [2021-03-03T14:28:49.775Z] Building docker-support-scheduler-go [2021-03-03T14:28:51.175Z]  Building docker-core-metadata-go ... done Removing intermediate container 85b1e58d359c [2021-03-03T14:28:51.175Z] ---> 9dab0d4200f8 [2021-03-03T14:28:51.175Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:28:51.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:51.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:28:51.457Z] ---> Running in 9addcbe8ae81 [2021-03-03T14:28:51.720Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T14:28:51.720Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T14:28:51.720Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T14:28:51.720Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T14:28:52.299Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T14:28:52.300Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T14:28:52.300Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T14:28:54.866Z] ---> Running in cefadfc5e65f [2021-03-03T14:28:59.143Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T14:28:59.143Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T14:28:59.143Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T14:28:59.143Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T14:28:59.143Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T14:28:59.143Z] Removing intermediate container cefadfc5e65f [2021-03-03T14:28:59.143Z] ---> 708a0426f8bc [2021-03-03T14:28:59.143Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:28:59.733Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T14:28:59.998Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T14:29:00.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-03T14:29:00.885Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T14:29:00.885Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T14:29:00.885Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T14:29:01.839Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T14:29:02.103Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T14:29:02.372Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T14:29:02.648Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T14:29:02.648Z] ---> Running in e25f705a070f [2021-03-03T14:29:02.648Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T14:29:02.648Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T14:29:02.648Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T14:29:02.648Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T14:29:02.925Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T14:29:02.925Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T14:29:02.925Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T14:29:02.925Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T14:29:02.925Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T14:29:02.925Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T14:29:02.925Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T14:29:02.925Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T14:29:03.189Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:03.189Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:03.189Z] ---> a0e0df743db3 [2021-03-03T14:29:03.189Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T14:29:03.189Z] ---> Using cache [2021-03-03T14:29:03.189Z] ---> 943fbf0c776d [2021-03-03T14:29:03.189Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:03.189Z] ---> Using cache [2021-03-03T14:29:03.189Z] ---> 1d83b8a4fdfd [2021-03-03T14:29:03.189Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T14:29:03.189Z] ---> Using cache [2021-03-03T14:29:03.189Z] ---> a8f319cf2d7d [2021-03-03T14:29:03.189Z] Step 6/30 : COPY go.mod . [2021-03-03T14:29:03.461Z] ---> Using cache [2021-03-03T14:29:03.461Z] ---> 506a16fbd771 [2021-03-03T14:29:03.461Z] Step 7/30 : RUN go mod download [2021-03-03T14:29:03.461Z] ---> Using cache [2021-03-03T14:29:03.461Z] ---> 4dcbeb9728e0 [2021-03-03T14:29:03.461Z] Step 8/30 : COPY . . [2021-03-03T14:29:03.461Z] ---> Using cache [2021-03-03T14:29:03.461Z] ---> 871b2aad1449 [2021-03-03T14:29:03.461Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T14:29:06.083Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:29:06.083Z] Removing intermediate container e25f705a070f [2021-03-03T14:29:06.083Z] ---> df53b2c9624a [2021-03-03T14:29:06.083Z] Step 22/23 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:29:06.686Z] OK: 71 MiB in 55 packages [2021-03-03T14:29:06.995Z] ---> Running in a1c66e289f28 [2021-03-03T14:29:07.984Z] ---> Running in 4a17b8d7a380 [2021-03-03T14:29:08.789Z] Removing intermediate container 4a17b8d7a380 [2021-03-03T14:29:08.790Z] ---> b13f3b8c6bd8 [2021-03-03T14:29:08.790Z] Step 23/23 : LABEL version=2.0.0-dev.111 [2021-03-03T14:29:08.790Z] ---> Running in df8c45da281f [2021-03-03T14:29:10.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-03T14:29:10.214Z] Removing intermediate container df8c45da281f [2021-03-03T14:29:10.214Z] ---> 483548621ebe [2021-03-03T14:29:10.214Z] [2021-03-03T14:29:10.492Z] Successfully built 483548621ebe [2021-03-03T14:29:10.492Z] Successfully tagged docker-core-data-go:latest [2021-03-03T14:29:10.492Z] Building docker-support-notifications-go [2021-03-03T14:29:13.112Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:13.112Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:13.112Z] ---> a0e0df743db3 [2021-03-03T14:29:13.112Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:29:13.112Z] ---> Using cache [2021-03-03T14:29:13.112Z] ---> 943fbf0c776d [2021-03-03T14:29:13.112Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:13.112Z] ---> Using cache [2021-03-03T14:29:13.112Z] ---> 1d83b8a4fdfd [2021-03-03T14:29:13.112Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T14:29:13.112Z] ---> Using cache [2021-03-03T14:29:13.112Z] ---> a8f319cf2d7d [2021-03-03T14:29:13.112Z] Step 6/22 : COPY go.mod . [2021-03-03T14:29:13.112Z] ---> Using cache [2021-03-03T14:29:13.112Z] ---> 506a16fbd771 [2021-03-03T14:29:13.112Z] Step 7/22 : RUN go mod download [2021-03-03T14:29:13.112Z] ---> Using cache [2021-03-03T14:29:13.112Z] ---> 4dcbeb9728e0 [2021-03-03T14:29:13.112Z] Step 8/22 : COPY . . [2021-03-03T14:29:13.378Z] ---> Using cache [2021-03-03T14:29:13.378Z] ---> 871b2aad1449 [2021-03-03T14:29:13.378Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T14:29:15.325Z] ---> Running in 5a1773a88728 [2021-03-03T14:29:18.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-03T14:29:24.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-03T14:29:32.293Z] Removing intermediate container 0b9cc1bdc0b4 [2021-03-03T14:29:32.293Z] ---> f40285e89b4c [2021-03-03T14:29:32.293Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T14:29:32.293Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:32.293Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:32.293Z] ---> a0e0df743db3 [2021-03-03T14:29:32.293Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:29:32.293Z] ---> Using cache [2021-03-03T14:29:32.293Z] ---> 943fbf0c776d [2021-03-03T14:29:32.293Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:32.293Z] ---> Using cache [2021-03-03T14:29:32.293Z] ---> 1d83b8a4fdfd [2021-03-03T14:29:32.293Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T14:29:32.571Z] ---> Running in a46715824301 [2021-03-03T14:29:32.571Z] ---> Running in 0564148aef11 [2021-03-03T14:29:34.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:34.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:35.430Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:37.376Z] Removing intermediate container 9addcbe8ae81 [2021-03-03T14:29:37.376Z] ---> 6a228edd54e0 [2021-03-03T14:29:37.376Z] [2021-03-03T14:29:37.376Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T14:29:37.969Z] ---> 88dd2752d2ea [2021-03-03T14:29:37.969Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T14:29:37.969Z] Removing intermediate container 0564148aef11 [2021-03-03T14:29:37.969Z] ---> 2c37cbecb4a7 [2021-03-03T14:29:37.969Z] Step 6/22 : COPY go.mod . [2021-03-03T14:29:37.969Z] Removing intermediate container a1c66e289f28 [2021-03-03T14:29:37.969Z] ---> b86c73dfa8ee [2021-03-03T14:29:37.970Z] [2021-03-03T14:29:37.970Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T14:29:37.970Z] ---> 88dd2752d2ea [2021-03-03T14:29:37.970Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T14:29:37.970Z] Collecting docker-compose==1.23.2 [2021-03-03T14:29:37.970Z] ---> Running in 6c25f2c40f43 [2021-03-03T14:29:38.241Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T14:29:38.241Z] ---> Running in 82091f8ec05a [2021-03-03T14:29:38.241Z] 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-03-03T14:29:38.514Z] ---> cd81833dba9a [2021-03-03T14:29:38.514Z] Step 7/22 : RUN go mod download [2021-03-03T14:29:38.794Z] ---> Running in ff8bdecc5f80 [2021-03-03T14:29:38.794Z] Removing intermediate container 82091f8ec05a [2021-03-03T14:29:38.794Z] ---> 14214c89b3f1 [2021-03-03T14:29:38.794Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T14:29:38.794Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T14:29:38.794Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T14:29:39.078Z] ---> Running in cd44202dda22 [2021-03-03T14:29:39.078Z] Collecting PyYAML<4,>=3.10 [2021-03-03T14:29:39.078Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T14:29:39.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:39.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:39.349Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T14:29:39.611Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:29:39.611Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T14:29:39.611Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T14:29:39.611Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T14:29:39.611Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:29:40.557Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:29:40.843Z] OK: 7 MiB in 19 packages [2021-03-03T14:29:41.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:41.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:41.109Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T14:29:41.109Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T14:29:41.370Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:29:41.370Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T14:29:41.370Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:29:41.370Z] OK: 6 MiB in 16 packages [2021-03-03T14:29:41.962Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T14:29:41.962Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T14:29:43.354Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T14:29:43.354Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T14:29:43.931Z] Removing intermediate container 6c25f2c40f43 [2021-03-03T14:29:43.931Z] ---> 408c0611fe60 [2021-03-03T14:29:43.932Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:29:44.508Z] ---> Running in 63dda85aa62b [2021-03-03T14:29:44.508Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T14:29:44.508Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T14:29:44.508Z] Removing intermediate container 5a1773a88728 [2021-03-03T14:29:44.508Z] ---> 2e1c2d737065 [2021-03-03T14:29:44.508Z] [2021-03-03T14:29:44.508Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:29:44.508Z] ---> 88dd2752d2ea [2021-03-03T14:29:44.508Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:29:44.508Z] ---> Using cache [2021-03-03T14:29:44.508Z] ---> eea5e09104ae [2021-03-03T14:29:44.508Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:29:44.508Z] ---> Using cache [2021-03-03T14:29:44.508Z] ---> 1debd71d2b42 [2021-03-03T14:29:44.508Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T14:29:44.508Z] Removing intermediate container ff8bdecc5f80 [2021-03-03T14:29:44.508Z] ---> fb45ae4b3cf1 [2021-03-03T14:29:44.508Z] Step 8/22 : COPY . . [2021-03-03T14:29:44.770Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T14:29:44.770Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T14:29:44.770Z] Removing intermediate container cd44202dda22 [2021-03-03T14:29:44.770Z] ---> 9e15f3f56834 [2021-03-03T14:29:44.770Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T14:29:45.042Z] Removing intermediate container 63dda85aa62b [2021-03-03T14:29:45.042Z] ---> 34b1fec85499 [2021-03-03T14:29:45.042Z] Step 13/24 : WORKDIR / [2021-03-03T14:29:45.042Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T14:29:45.042Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-03T14:29:45.042Z] ---> Running in 5146cbee7e5f [2021-03-03T14:29:45.310Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T14:29:45.310Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T14:29:45.573Z] ---> Running in 750ef7b48977 [2021-03-03T14:29:46.542Z] ---> Running in 41a176e19800 [2021-03-03T14:29:46.806Z] 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-03-03T14:29:46.806Z] Collecting idna<2.8,>=2.5 [2021-03-03T14:29:47.072Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T14:29:48.034Z] 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-03-03T14:29:48.304Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T14:29:48.304Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T14:29:48.572Z] Removing intermediate container 5146cbee7e5f [2021-03-03T14:29:48.573Z] ---> 329a7da22865 [2021-03-03T14:29:48.573Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:29:49.160Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T14:29:49.422Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T14:29:49.684Z] Removing intermediate container 750ef7b48977 [2021-03-03T14:29:49.684Z] ---> d841113b05db [2021-03-03T14:29:49.685Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T14:29:49.685Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T14:29:49.685Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T14:29:49.685Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T14:29:49.685Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T14:29:50.258Z] Installing collected packages: idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, docopt, dockerpty, cached-property, jsonschema, texttable, docker-compose [2021-03-03T14:29:50.258Z] Attempting uninstall: idna [2021-03-03T14:29:50.258Z] Found existing installation: idna 2.9 [2021-03-03T14:29:50.258Z] Uninstalling idna-2.9: [2021-03-03T14:29:50.834Z] Successfully uninstalled idna-2.9 [2021-03-03T14:29:51.099Z] ---> Running in 47b39bac6d59 [2021-03-03T14:29:51.680Z] Attempting uninstall: urllib3 [2021-03-03T14:29:51.680Z] Found existing installation: urllib3 1.25.9 [2021-03-03T14:29:51.680Z] Uninstalling urllib3-1.25.9: [2021-03-03T14:29:51.680Z] ---> Running in 1a3e90897386 [2021-03-03T14:29:51.680Z] Removing intermediate container 41a176e19800 [2021-03-03T14:29:51.680Z] ---> 31afcad39bfe [2021-03-03T14:29:51.680Z] 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-03-03T14:29:53.088Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T14:29:53.088Z] Removing intermediate container 47b39bac6d59 [2021-03-03T14:29:53.088Z] ---> a71580da374e [2021-03-03T14:29:53.088Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:29:54.515Z] ---> a13de3d64585 [2021-03-03T14:29:54.515Z] 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-03-03T14:29:54.515Z] Removing intermediate container 1a3e90897386 [2021-03-03T14:29:54.515Z] ---> 1338dca8b038 [2021-03-03T14:29:54.515Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T14:29:55.159Z] Attempting uninstall: requests [2021-03-03T14:29:55.159Z] Found existing installation: requests 2.23.0 [2021-03-03T14:29:55.448Z] Uninstalling requests-2.23.0: [2021-03-03T14:29:55.448Z] Successfully uninstalled requests-2.23.0 [2021-03-03T14:29:57.371Z] Running setup.py install for PyYAML: started [2021-03-03T14:29:57.636Z] ---> 1facd9b00143 [2021-03-03T14:29:57.636Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T14:29:58.598Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T14:29:58.598Z] ---> e34fc38fbf60 [2021-03-03T14:29:58.598Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T14:29:59.244Z] ---> Running in 04665c8aa121 [2021-03-03T14:30:01.195Z] ---> 1b9ba2851426 [2021-03-03T14:30:01.195Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T14:30:02.164Z] Running setup.py install for docopt: started [2021-03-03T14:30:02.164Z] ---> ca89a6f22b15 [2021-03-03T14:30:02.164Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T14:30:02.775Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T14:30:02.775Z] Running setup.py install for dockerpty: started [2021-03-03T14:30:03.734Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T14:30:04.313Z] ---> beef9d914b61 [2021-03-03T14:30:04.313Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T14:30:05.703Z] Running setup.py install for texttable: started [2021-03-03T14:30:05.970Z] ---> Running in 8e7e9b2a1973 [2021-03-03T14:30:05.970Z] ---> bf52bacc97a6 [2021-03-03T14:30:05.970Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T14:30:06.238Z] ---> d8a39266291b [2021-03-03T14:30:06.238Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T14:30:06.238Z] Removing intermediate container 8e7e9b2a1973 [2021-03-03T14:30:06.238Z] ---> fcb4889eafdc [2021-03-03T14:30:06.238Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:30:06.238Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T14:30:06.503Z] ---> Running in b6d952223bd1 [2021-03-03T14:30:06.503Z] Removing intermediate container 04665c8aa121 [2021-03-03T14:30:06.503Z] ---> 93ec51ca71af [2021-03-03T14:30:06.504Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T14:30:06.504Z] ---> Running in ba62e28e72c5 [2021-03-03T14:30:07.079Z] ---> 6f9ef73067ae [2021-03-03T14:30:07.079Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T14:30:07.079Z] ---> Running in abd6d148130f [2021-03-03T14:30:07.079Z] 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-03-03T14:30:07.361Z] Removing intermediate container ba62e28e72c5 [2021-03-03T14:30:07.361Z] ---> 35abe6481b32 [2021-03-03T14:30:07.361Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T14:30:07.361Z] ---> Running in 9dd2c4f21f38 [2021-03-03T14:30:07.361Z] Removing intermediate container abd6d148130f [2021-03-03T14:30:07.361Z] ---> 70d4bf8dc39e [2021-03-03T14:30:07.361Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T14:30:07.632Z] ---> be775e977fb3 [2021-03-03T14:30:07.632Z] 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-03-03T14:30:07.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-03T14:30:07.632Z] ---> Running in 39ca139e7ec9 [2021-03-03T14:30:07.632Z] Removing intermediate container 9dd2c4f21f38 [2021-03-03T14:30:07.632Z] ---> b1c4feef00b0 [2021-03-03T14:30:07.632Z] Step 21/22 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:07.900Z] ---> Running in 864d5a5fc497 [2021-03-03T14:30:08.167Z] ---> 0480792cc445 [2021-03-03T14:30:08.167Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T14:30:08.167Z] ---> Running in cdc3f1e376ad [2021-03-03T14:30:08.434Z] Removing intermediate container 864d5a5fc497 [2021-03-03T14:30:08.434Z] ---> 022f406e7552 [2021-03-03T14:30:08.434Z] Step 22/22 : LABEL version=2.0.0-dev.111 [2021-03-03T14:30:09.024Z] ---> Running in 41ce27304d90 [2021-03-03T14:30:11.604Z] Removing intermediate container a46715824301 [2021-03-03T14:30:11.604Z] ---> a72ecca7cbe8 [2021-03-03T14:30:11.604Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T14:30:11.604Z] Removing intermediate container 41ce27304d90 [2021-03-03T14:30:11.604Z] ---> 584d900a4234 [2021-03-03T14:30:11.604Z] [2021-03-03T14:30:11.604Z] ---> Running in 0bbc9f992820 [2021-03-03T14:30:11.880Z] Successfully built 584d900a4234 [2021-03-03T14:30:11.880Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-03T14:30:12.163Z]  Building docker-support-scheduler-go ... done Removing intermediate container 39ca139e7ec9 [2021-03-03T14:30:12.163Z] ---> 92b4e9ad79d5 [2021-03-03T14:30:12.163Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T14:30:12.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:12.448Z] ---> Running in 3515203b78db [2021-03-03T14:30:12.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:12.448Z] Removing intermediate container cdc3f1e376ad [2021-03-03T14:30:12.448Z] ---> 757424aeac20 [2021-03-03T14:30:12.448Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:30:12.722Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:30:12.723Z] Removing intermediate container 3515203b78db [2021-03-03T14:30:12.723Z] ---> dd91ad40a1ad [2021-03-03T14:30:12.723Z] Step 22/24 : LABEL arch=x86_64 [2021-03-03T14:30:12.723Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T14:30:12.723Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T14:30:12.723Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:12.723Z] OK: 72 MiB in 58 packages [2021-03-03T14:30:12.723Z] ---> Running in 2bdacba0ba87 [2021-03-03T14:30:12.992Z] Removing intermediate container 2bdacba0ba87 [2021-03-03T14:30:12.992Z] ---> 368e4237dd66 [2021-03-03T14:30:12.992Z] Step 23/24 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:13.272Z] ---> f311a3d1bf38 [2021-03-03T14:30:13.272Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T14:30:13.272Z] ---> Running in 58b2c645d092 [2021-03-03T14:30:13.541Z] Removing intermediate container 58b2c645d092 [2021-03-03T14:30:13.541Z] ---> 60f08d3c9467 [2021-03-03T14:30:13.541Z] Step 24/24 : LABEL version=2.0.0-dev.111 [2021-03-03T14:30:14.130Z] ---> Running in f7b50c011d4a [2021-03-03T14:30:14.131Z] Removing intermediate container 0bbc9f992820 [2021-03-03T14:30:14.131Z] ---> feb47019c16a [2021-03-03T14:30:14.131Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T14:30:14.398Z] ---> e006d66acb9c [2021-03-03T14:30:14.398Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T14:30:14.398Z] ---> Running in 124028178d32 [2021-03-03T14:30:14.678Z] Removing intermediate container f7b50c011d4a [2021-03-03T14:30:14.678Z] ---> e07ea048a831 [2021-03-03T14:30:14.678Z] [2021-03-03T14:30:14.678Z] Successfully built e07ea048a831 [2021-03-03T14:30:14.678Z] Removing intermediate container 124028178d32 [2021-03-03T14:30:14.678Z] ---> 28eee4805c21 [2021-03-03T14:30:14.678Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:30:14.948Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-03T14:30:14.948Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3f5c17ef6841 [2021-03-03T14:30:14.948Z] ---> 8dc188140d4f [2021-03-03T14:30:14.948Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T14:30:15.219Z] Removing intermediate container 3f5c17ef6841 [2021-03-03T14:30:15.219Z] ---> 421b0268a78a [2021-03-03T14:30:15.219Z] Step 24/26 : LABEL arch=x86_64 [2021-03-03T14:30:15.219Z] ---> Running in cbbd83128bdf [2021-03-03T14:30:15.500Z] ---> 90c31b855783 [2021-03-03T14:30:15.500Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T14:30:15.500Z] Removing intermediate container cbbd83128bdf [2021-03-03T14:30:15.500Z] ---> 287e9b63274a [2021-03-03T14:30:15.500Z] Step 25/26 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:15.500Z] ---> Running in 28b1c4477f37 [2021-03-03T14:30:15.765Z] ---> Running in 92689eec754d [2021-03-03T14:30:16.030Z] Removing intermediate container 28b1c4477f37 [2021-03-03T14:30:16.030Z] ---> a09de575f432 [2021-03-03T14:30:16.030Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T14:30:16.030Z] Removing intermediate container 92689eec754d [2021-03-03T14:30:16.030Z] ---> eb1cd120700e [2021-03-03T14:30:16.030Z] Step 26/26 : LABEL version=2.0.0-dev.111 [2021-03-03T14:30:16.030Z] ---> Running in f0d836da949c [2021-03-03T14:30:16.293Z] ---> 9b052801cd38 [2021-03-03T14:30:16.293Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T14:30:16.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-03T14:30:16.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-03T14:30:16.875Z] Removing intermediate container f0d836da949c [2021-03-03T14:30:16.875Z] ---> b1b7d26136a8 [2021-03-03T14:30:16.875Z] [2021-03-03T14:30:17.141Z] Successfully built b1b7d26136a8 [2021-03-03T14:30:17.141Z] ---> Running in 1c17ed682085 [2021-03-03T14:30:17.141Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-03T14:30:19.112Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1c17ed682085 [2021-03-03T14:30:19.112Z] ---> d8519c32812e [2021-03-03T14:30:19.112Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T14:30:19.385Z] ---> Running in 559ef3f9a781 [2021-03-03T14:30:19.649Z] Removing intermediate container 559ef3f9a781 [2021-03-03T14:30:19.649Z] ---> 6e619c1e8250 [2021-03-03T14:30:19.649Z] Step 27/30 : CMD ["gate"] [2021-03-03T14:30:19.912Z] ---> Running in f474c193399a [2021-03-03T14:30:20.175Z] Removing intermediate container f474c193399a [2021-03-03T14:30:20.175Z] ---> 6ae30f018037 [2021-03-03T14:30:20.175Z] Step 28/30 : LABEL arch=x86_64 [2021-03-03T14:30:20.440Z] ---> Running in 66ff904aec3c [2021-03-03T14:30:20.701Z] Removing intermediate container 66ff904aec3c [2021-03-03T14:30:20.701Z] ---> 1cc5c71b39bc [2021-03-03T14:30:20.701Z] Step 29/30 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:20.701Z] ---> Running in f23fdef8ed14 [2021-03-03T14:30:20.965Z] Removing intermediate container f23fdef8ed14 [2021-03-03T14:30:20.965Z] ---> b94182eeacf5 [2021-03-03T14:30:20.965Z] Step 30/30 : LABEL version=2.0.0-dev.111 [2021-03-03T14:30:20.965Z] ---> Running in 39a6e8596fa0 [2021-03-03T14:30:21.228Z] Removing intermediate container 39a6e8596fa0 [2021-03-03T14:30:21.228Z] ---> e336c878692f [2021-03-03T14:30:21.228Z] [2021-03-03T14:30:21.489Z] Successfully built e336c878692f [2021-03-03T14:30:21.489Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-03T14:30:24.047Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b6d952223bd1 [2021-03-03T14:30:24.047Z] ---> b889b327fe85 [2021-03-03T14:30:24.047Z] [2021-03-03T14:30:24.047Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:30:24.047Z] ---> 88dd2752d2ea [2021-03-03T14:30:24.047Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T14:30:24.047Z] ---> Running in 1efda3e1edde [2021-03-03T14:30:24.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:24.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:24.311Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T14:30:24.311Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:30:24.311Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:24.311Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:30:24.574Z] OK: 6 MiB in 16 packages [2021-03-03T14:30:25.031Z] Removing intermediate container be6e9999aaf9 [2021-03-03T14:30:25.031Z] ---> b4540b05ec0e [2021-03-03T14:30:25.031Z] [2021-03-03T14:30:25.031Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T14:30:25.031Z] Removing intermediate container 1335e8aecb7b [2021-03-03T14:30:25.031Z] ---> d88fe69c352e [2021-03-03T14:30:25.031Z] [2021-03-03T14:30:25.031Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T14:30:25.031Z] 3.12: Pulling from library/alpine [2021-03-03T14:30:25.031Z] 3.12: Pulling from library/alpine [2021-03-03T14:30:25.031Z] Removing intermediate container c4a6115dee86 [2021-03-03T14:30:25.031Z] ---> 7d647b729349 [2021-03-03T14:30:25.031Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T14:30:25.304Z] ---> Running in dcfd4f1a7336 [2021-03-03T14:30:25.522Z] Removing intermediate container 1efda3e1edde [2021-03-03T14:30:25.522Z] ---> 2f85cbdc14a4 [2021-03-03T14:30:25.522Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:30:25.522Z] ---> Running in fc8fe41c5256 [2021-03-03T14:30:25.580Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:30:25.580Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:30:25.580Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:30:25.580Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:30:25.580Z] ---> d10569e2745f [2021-03-03T14:30:25.580Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T14:30:25.580Z] ---> d10569e2745f [2021-03-03T14:30:25.580Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T14:30:25.783Z] Removing intermediate container fc8fe41c5256 [2021-03-03T14:30:25.783Z] ---> be1c054a1ac2 [2021-03-03T14:30:25.783Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T14:30:25.783Z] ---> Running in 3ab415e00d60 [2021-03-03T14:30:25.856Z] ---> Running in 0925bbbad4d8 [2021-03-03T14:30:25.856Z] ---> Running in 6ca3bb8f8316 [2021-03-03T14:30:25.856Z] Removing intermediate container 76effca009cb [2021-03-03T14:30:25.856Z] ---> 8eaf1f710675 [2021-03-03T14:30:25.856Z] [2021-03-03T14:30:25.856Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T14:30:25.856Z] ---> d10569e2745f [2021-03-03T14:30:25.856Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T14:30:26.045Z] Removing intermediate container 3ab415e00d60 [2021-03-03T14:30:26.045Z] ---> 2e3d05d6ebf7 [2021-03-03T14:30:26.045Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:30:26.045Z] ---> Running in 4c95cf01712d [2021-03-03T14:30:26.306Z] Removing intermediate container 4c95cf01712d [2021-03-03T14:30:26.306Z] ---> 65b7e0b0cbac [2021-03-03T14:30:26.306Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:30:26.454Z] ---> Running in a2392a159c0f [2021-03-03T14:30:26.568Z] ---> cafbdb63c680 [2021-03-03T14:30:26.569Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T14:30:26.830Z] ---> f755f9e716b1 [2021-03-03T14:30:26.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T14:30:27.092Z] ---> d473a28f8ce6 [2021-03-03T14:30:27.092Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T14:30:27.354Z] ---> Running in e0892540d88f [2021-03-03T14:30:27.354Z] Removing intermediate container e0892540d88f [2021-03-03T14:30:27.354Z] ---> b5094a7b9940 [2021-03-03T14:30:27.354Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:30:27.354Z] ---> Running in 4562a39ac7f4 [2021-03-03T14:30:27.442Z] Removing intermediate container a2392a159c0f [2021-03-03T14:30:27.442Z] ---> d92718c70a4e [2021-03-03T14:30:27.442Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T14:30:27.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-03T14:30:27.619Z] Removing intermediate container 4562a39ac7f4 [2021-03-03T14:30:27.619Z] ---> 45f2fde59519 [2021-03-03T14:30:27.619Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T14:30:27.619Z] ---> Running in 5ac30a7d6616 [2021-03-03T14:30:27.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:27.881Z] Removing intermediate container 5ac30a7d6616 [2021-03-03T14:30:27.881Z] ---> 7cd195b363a7 [2021-03-03T14:30:27.881Z] Step 21/22 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:27.881Z] ---> Running in 0b32c6541be1 [2021-03-03T14:30:27.987Z] ---> Running in 81ec25b7bc61 [2021-03-03T14:30:27.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:27.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:28.153Z] Removing intermediate container 0b32c6541be1 [2021-03-03T14:30:28.153Z] ---> b01329981706 [2021-03-03T14:30:28.153Z] Step 22/22 : LABEL version=2.0.0-dev.111 [2021-03-03T14:30:28.153Z] ---> Running in deb97510b4e3 [2021-03-03T14:30:28.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:28.488Z] Removing intermediate container deb97510b4e3 [2021-03-03T14:30:28.489Z] ---> 19d9759a9605 [2021-03-03T14:30:28.489Z] [2021-03-03T14:30:28.489Z] Successfully built 19d9759a9605 [2021-03-03T14:30:28.489Z] Successfully tagged docker-support-notifications-go:latest [2021-03-03T14:30:28.804Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-03T14:30:28.813Z] $ docker stop --time=1 03bd2fdb30493e22ff2491fb0ff9b44b92a5d2896fb29c9d9ce6182a5b505fed [2021-03-03T14:30:28.860Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T14:30:28.860Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T14:30:28.860Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:30:28.860Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:30:28.860Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T14:30:28.860Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T14:30:28.860Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T14:30:28.860Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T14:30:28.860Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T14:30:28.860Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:28.860Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:28.860Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:30:29.148Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:30:29.148Z] OK: 7 MiB in 18 packages [2021-03-03T14:30:29.148Z] OK: 7 MiB in 19 packages [2021-03-03T14:30:29.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:29.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:30.368Z] $ docker rm -f 03bd2fdb30493e22ff2491fb0ff9b44b92a5d2896fb29c9d9ce6182a5b505fed [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:30:30.654Z] Removing intermediate container 10a2d16d9c0c [2021-03-03T14:30:30.654Z] ---> d2d954460c36 [2021-03-03T14:30:30.654Z] [2021-03-03T14:30:30.654Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:30:30.654Z] ---> d10569e2745f [2021-03-03T14:30:30.654Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:30:30.654Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:30:30.655Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T14:30:30.655Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:30.655Z] OK: 5 MiB in 16 packages [2021-03-03T14:30:30.921Z] + docker images [2021-03-03T14:30:30.921Z] + grep docker [2021-03-03T14:30:30.946Z] ---> Running in e42e98b4c48c [2021-03-03T14:30:31.184Z] docker-support-notifications-go latest 19d9759a9605 3 seconds ago 17.8MB [2021-03-03T14:30:31.184Z] docker-security-bootstrapper-go latest e336c878692f 10 seconds ago 18.7MB [2021-03-03T14:30:31.184Z] docker-sys-mgmt-agent-go latest b1b7d26136a8 15 seconds ago 313MB [2021-03-03T14:30:31.184Z] docker-security-secretstore-setup-go latest e07ea048a831 17 seconds ago 24.9MB [2021-03-03T14:30:31.184Z] docker-support-scheduler-go latest 584d900a4234 20 seconds ago 17.2MB [2021-03-03T14:30:31.184Z] docker-core-data-go latest 483548621ebe About a minute ago 22.4MB [2021-03-03T14:30:31.184Z] docker-core-metadata-go latest 30f0669f9c18 About a minute ago 19MB [2021-03-03T14:30:31.184Z] docker-core-command-go latest 33ed659eaf8d About a minute ago 17.2MB [2021-03-03T14:30:31.184Z] docker-security-proxy-setup-go latest ed29600ecc44 About a minute ago 24.7MB [2021-03-03T14:30:31.184Z] docker 20.10.0 aefe523efa57 2 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-03-03T14:30:31.751Z] provisioning config files... [2021-03-03T14:30:31.786Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/378@tmp/config4730775603976162814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:30:32.205Z] ---> docker-login.sh [2021-03-03T14:30:32.205Z] nexus3.edgexfoundry.org:10001 [2021-03-03T14:30:32.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:32.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:32.205Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:32.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:32.205Z] [2021-03-03T14:30:32.205Z] Login Succeeded [2021-03-03T14:30:32.205Z] nexus3.edgexfoundry.org:10002 [2021-03-03T14:30:32.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:32.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:32.466Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:32.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:32.466Z] [2021-03-03T14:30:32.466Z] Login Succeeded [2021-03-03T14:30:32.466Z] nexus3.edgexfoundry.org:10003 [2021-03-03T14:30:32.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:32.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:32.728Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:32.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:32.728Z] [2021-03-03T14:30:32.728Z] Login Succeeded [2021-03-03T14:30:32.728Z] nexus3.edgexfoundry.org:10004 [2021-03-03T14:30:32.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:32.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:32.991Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:32.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:32.991Z] [2021-03-03T14:30:32.991Z] Login Succeeded [2021-03-03T14:30:32.991Z] docker.io [2021-03-03T14:30:32.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:33.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:33.064Z] Removing intermediate container dcfd4f1a7336 [2021-03-03T14:30:33.064Z] ---> c96836a431f6 [2021-03-03T14:30:33.064Z] [2021-03-03T14:30:33.064Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T14:30:33.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:33.064Z] Removing intermediate container 6ca3bb8f8316 [2021-03-03T14:30:33.064Z] ---> 8a545ba55875 [2021-03-03T14:30:33.064Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:30:33.064Z] 20.10.0: Pulling from library/docker [2021-03-03T14:30:33.064Z] Removing intermediate container 0925bbbad4d8 [2021-03-03T14:30:33.064Z] ---> 2081b512b7bf [2021-03-03T14:30:33.064Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:30:33.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:33.253Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:33.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:33.253Z] [2021-03-03T14:30:33.253Z] Login Succeeded [2021-03-03T14:30:33.253Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T14:30:33.263Z] Deleting 1 temporary files [Pipeline] // wrap [2021-03-03T14:30:33.351Z] Removing intermediate container 81ec25b7bc61 [2021-03-03T14:30:33.351Z] ---> 10deba5f4e11 [2021-03-03T14:30:33.351Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T14:30:33.351Z] ---> Running in 4de73ea04c3f [2021-03-03T14:30:33.351Z] ---> Running in 9344f276fcbb [2021-03-03T14:30:33.351Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T14:30:33.351Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:33.351Z] OK: 5 MiB in 15 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:30:33.500Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-03T14:30:33.501Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:33.501Z] 2.0.0-dev.111 [2021-03-03T14:30:33.501Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:33.501Z] master [2021-03-03T14:30:33.501Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-03T14:30:33.628Z] ---> Running in 6b4f472a5304 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:33.982Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:34.230Z] Removing intermediate container 9344f276fcbb [2021-03-03T14:30:34.230Z] ---> e7bdc6f409b8 [2021-03-03T14:30:34.230Z] Step 13/24 : WORKDIR / [2021-03-03T14:30:34.231Z] Removing intermediate container 4de73ea04c3f [2021-03-03T14:30:34.231Z] ---> 81829d0bff10 [2021-03-03T14:30:34.231Z] Step 13/21 : WORKDIR /edgex [2021-03-03T14:30:34.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:34.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-03T14:30:34.281Z] 2496e3393e77: Preparing [2021-03-03T14:30:34.281Z] 85eb12952ecb: Preparing [2021-03-03T14:30:34.281Z] c2541512e0eb: Preparing [2021-03-03T14:30:34.281Z] 58c14ec961b5: Preparing [2021-03-03T14:30:34.281Z] 33e8713114f8: Preparing [2021-03-03T14:30:34.281Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:34.543Z] 2496e3393e77: Pushed [2021-03-03T14:30:34.543Z] c2541512e0eb: Pushed [2021-03-03T14:30:34.543Z] 58c14ec961b5: Pushed [2021-03-03T14:30:35.228Z] Removing intermediate container 6b4f472a5304 [2021-03-03T14:30:35.229Z] ---> 62cf62e168c7 [2021-03-03T14:30:35.229Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T14:30:35.229Z] ---> Running in f4f76620ac98 [2021-03-03T14:30:35.229Z] ---> Running in 2945722fdcf0 [2021-03-03T14:30:35.488Z] 85eb12952ecb: Pushed [2021-03-03T14:30:35.503Z] ---> Running in 0435d7be754d [2021-03-03T14:30:35.751Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:3775bf70158141c6a69215f712f5d5a599a7e0dce7a1e6d08d80a3b8158fc54f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:36.056Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:36.103Z] Removing intermediate container 2945722fdcf0 [2021-03-03T14:30:36.103Z] ---> 72c1ad6a4d55 [2021-03-03T14:30:36.103Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T14:30:36.103Z] Removing intermediate container e42e98b4c48c [2021-03-03T14:30:36.103Z] ---> ff39833aeadf [2021-03-03T14:30:36.103Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:30:36.103Z] Removing intermediate container 0435d7be754d [2021-03-03T14:30:36.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.111 [2021-03-03T14:30:36.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-03T14:30:36.357Z] 2496e3393e77: Preparing [2021-03-03T14:30:36.357Z] 85eb12952ecb: Preparing [2021-03-03T14:30:36.357Z] c2541512e0eb: Preparing [2021-03-03T14:30:36.357Z] 58c14ec961b5: Preparing [2021-03-03T14:30:36.357Z] 33e8713114f8: Preparing [2021-03-03T14:30:36.357Z] 85eb12952ecb: Layer already exists [2021-03-03T14:30:36.357Z] 58c14ec961b5: Layer already exists [2021-03-03T14:30:36.357Z] 2496e3393e77: Layer already exists [2021-03-03T14:30:36.357Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:36.357Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:36.357Z] 2.0.0-dev.111: digest: sha256:3775bf70158141c6a69215f712f5d5a599a7e0dce7a1e6d08d80a3b8158fc54f size: 1363 [2021-03-03T14:30:36.376Z] ---> 234fd6df2ad8 [2021-03-03T14:30:36.376Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T14:30:36.376Z] Removing intermediate container f4f76620ac98 [2021-03-03T14:30:36.376Z] ---> e9a58e0646e6 [2021-03-03T14:30:36.376Z] 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-03-03T14:30:36.376Z] ---> Running in 7cb90e7d8ca1 [2021-03-03T14:30:36.376Z] ---> Running in ab67c2a13a8d [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:36.664Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:36.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:36.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-03T14:30:36.960Z] 2496e3393e77: Preparing [2021-03-03T14:30:36.960Z] 85eb12952ecb: Preparing [2021-03-03T14:30:36.960Z] c2541512e0eb: Preparing [2021-03-03T14:30:36.960Z] 58c14ec961b5: Preparing [2021-03-03T14:30:36.960Z] 33e8713114f8: Preparing [2021-03-03T14:30:36.960Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:36.960Z] 85eb12952ecb: Layer already exists [2021-03-03T14:30:36.960Z] 2496e3393e77: Layer already exists [2021-03-03T14:30:36.960Z] 58c14ec961b5: Layer already exists [2021-03-03T14:30:36.960Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:36.960Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:3775bf70158141c6a69215f712f5d5a599a7e0dce7a1e6d08d80a3b8158fc54f size: 1363 [2021-03-03T14:30:36.976Z] ---> 9d7c81f90361 [2021-03-03T14:30:36.976Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:37.264Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:37.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-03T14:30:37.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-03T14:30:37.560Z] 2496e3393e77: Preparing [2021-03-03T14:30:37.560Z] 85eb12952ecb: Preparing [2021-03-03T14:30:37.560Z] c2541512e0eb: Preparing [2021-03-03T14:30:37.560Z] 58c14ec961b5: Preparing [2021-03-03T14:30:37.560Z] 33e8713114f8: Preparing [2021-03-03T14:30:37.560Z] 2496e3393e77: Layer already exists [2021-03-03T14:30:37.560Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:37.560Z] 85eb12952ecb: Layer already exists [2021-03-03T14:30:37.560Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:37.560Z] 58c14ec961b5: Layer already exists [2021-03-03T14:30:37.560Z] master: digest: sha256:3775bf70158141c6a69215f712f5d5a599a7e0dce7a1e6d08d80a3b8158fc54f size: 1363 [2021-03-03T14:30:37.567Z] Removing intermediate container 7cb90e7d8ca1 [2021-03-03T14:30:37.567Z] ---> 9059de6fde0f [2021-03-03T14:30:37.567Z] Step 13/23 : ENV APP_PORT=48082 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:30:37.774Z] ===================================================== [Pipeline] echo [2021-03-03T14:30:37.818Z] taggedImages: [2021-03-03T14:30:37.818Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:37.818Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.111 [2021-03-03T14:30:37.818Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:37.818Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-03T14:30:37.892Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-03T14:30:37.892Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:37.892Z] 2.0.0-dev.111 [2021-03-03T14:30:37.892Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:37.892Z] master [2021-03-03T14:30:37.892Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:38.165Z] ---> a36aaf65c2cf [2021-03-03T14:30:38.165Z] 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-03-03T14:30:38.358Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:38.459Z] ---> Running in 565faa3710a7 [2021-03-03T14:30:38.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:38.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-03T14:30:38.655Z] eaf7583b0143: Preparing [2021-03-03T14:30:38.655Z] f3d358f94038: Preparing [2021-03-03T14:30:38.655Z] c2541512e0eb: Preparing [2021-03-03T14:30:38.655Z] a9b81e0c5e74: Preparing [2021-03-03T14:30:38.655Z] 05d0787ccb01: Preparing [2021-03-03T14:30:38.655Z] 33e8713114f8: Preparing [2021-03-03T14:30:38.655Z] 33e8713114f8: Waiting [2021-03-03T14:30:38.655Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:38.655Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:38.655Z] eaf7583b0143: Pushed [2021-03-03T14:30:38.915Z] 05d0787ccb01: Pushed [2021-03-03T14:30:38.915Z] a9b81e0c5e74: Pushed [2021-03-03T14:30:39.051Z] ---> 80f7d73ec3de [2021-03-03T14:30:39.051Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T14:30:39.645Z] Removing intermediate container 565faa3710a7 [2021-03-03T14:30:39.645Z] ---> 104ff9613ffc [2021-03-03T14:30:39.645Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:30:39.645Z] ---> 051a2b06e1a2 [2021-03-03T14:30:39.645Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T14:30:40.241Z] ---> Running in 4d78f9e50b2f [2021-03-03T14:30:40.512Z] ---> 9b678b0620d2 [2021-03-03T14:30:40.512Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T14:30:40.812Z] Removing intermediate container ab67c2a13a8d [2021-03-03T14:30:40.812Z] ---> efd7d99604b3 [2021-03-03T14:30:40.812Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T14:30:40.812Z] ---> Running in 4f77262bdc2c [2021-03-03T14:30:40.829Z] f3d358f94038: Pushed [2021-03-03T14:30:41.087Z] Removing intermediate container 4d78f9e50b2f [2021-03-03T14:30:41.087Z] ---> 71d0513714a0 [2021-03-03T14:30:41.087Z] Step 15/23 : WORKDIR / [2021-03-03T14:30:41.089Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:f25711636e95374cffb71447159bc09037ea242fc33f8ab610413a587b90f737 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:41.360Z] ---> 0c6aa362f8f2 [2021-03-03T14:30:41.360Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T14:30:41.391Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:41.633Z] ---> Running in d053d37a872f [2021-03-03T14:30:41.633Z] ---> Running in 9e6e9098930b [2021-03-03T14:30:41.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.111 [2021-03-03T14:30:41.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-03T14:30:41.751Z] eaf7583b0143: Preparing [2021-03-03T14:30:41.751Z] f3d358f94038: Preparing [2021-03-03T14:30:41.751Z] c2541512e0eb: Preparing [2021-03-03T14:30:41.751Z] a9b81e0c5e74: Preparing [2021-03-03T14:30:41.751Z] 05d0787ccb01: Preparing [2021-03-03T14:30:41.751Z] 33e8713114f8: Preparing [2021-03-03T14:30:41.751Z] 33e8713114f8: Waiting [2021-03-03T14:30:41.751Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:41.751Z] f3d358f94038: Layer already exists [2021-03-03T14:30:41.751Z] a9b81e0c5e74: Layer already exists [2021-03-03T14:30:41.751Z] eaf7583b0143: Layer already exists [2021-03-03T14:30:41.751Z] 05d0787ccb01: Layer already exists [2021-03-03T14:30:41.751Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:41.911Z] Removing intermediate container 4f77262bdc2c [2021-03-03T14:30:41.911Z] ---> d48654c8959f [2021-03-03T14:30:41.911Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T14:30:42.012Z] 2.0.0-dev.111: digest: sha256:f25711636e95374cffb71447159bc09037ea242fc33f8ab610413a587b90f737 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:42.331Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:42.527Z] ---> Running in f258da308f3d [2021-03-03T14:30:42.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:42.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-03T14:30:42.636Z] eaf7583b0143: Preparing [2021-03-03T14:30:42.636Z] f3d358f94038: Preparing [2021-03-03T14:30:42.636Z] c2541512e0eb: Preparing [2021-03-03T14:30:42.636Z] a9b81e0c5e74: Preparing [2021-03-03T14:30:42.636Z] 05d0787ccb01: Preparing [2021-03-03T14:30:42.636Z] 33e8713114f8: Preparing [2021-03-03T14:30:42.636Z] 33e8713114f8: Waiting [2021-03-03T14:30:42.636Z] f3d358f94038: Layer already exists [2021-03-03T14:30:42.636Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:42.636Z] eaf7583b0143: Layer already exists [2021-03-03T14:30:42.636Z] 05d0787ccb01: Layer already exists [2021-03-03T14:30:42.636Z] a9b81e0c5e74: Layer already exists [2021-03-03T14:30:42.636Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:42.636Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:f25711636e95374cffb71447159bc09037ea242fc33f8ab610413a587b90f737 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:42.802Z] Removing intermediate container 9e6e9098930b [2021-03-03T14:30:42.802Z] ---> 276c1e85ae9a [2021-03-03T14:30:42.802Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:30:42.802Z] Removing intermediate container d053d37a872f [2021-03-03T14:30:42.802Z] ---> 3abc5253402f [2021-03-03T14:30:42.802Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T14:30:42.942Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:43.078Z] ---> a740ea05b6d2 [2021-03-03T14:30:43.078Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T14:30:43.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-03T14:30:43.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-03T14:30:43.240Z] eaf7583b0143: Preparing [2021-03-03T14:30:43.240Z] f3d358f94038: Preparing [2021-03-03T14:30:43.240Z] c2541512e0eb: Preparing [2021-03-03T14:30:43.240Z] a9b81e0c5e74: Preparing [2021-03-03T14:30:43.240Z] 05d0787ccb01: Preparing [2021-03-03T14:30:43.240Z] 33e8713114f8: Preparing [2021-03-03T14:30:43.240Z] 33e8713114f8: Waiting [2021-03-03T14:30:43.240Z] f3d358f94038: Layer already exists [2021-03-03T14:30:43.240Z] eaf7583b0143: Layer already exists [2021-03-03T14:30:43.240Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:43.240Z] a9b81e0c5e74: Layer already exists [2021-03-03T14:30:43.240Z] 05d0787ccb01: Layer already exists [2021-03-03T14:30:43.240Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:43.353Z] Removing intermediate container f258da308f3d [2021-03-03T14:30:43.353Z] ---> dc93901a8414 [2021-03-03T14:30:43.353Z] Step 19/21 : LABEL arch=arm64 [2021-03-03T14:30:43.501Z] master: digest: sha256:f25711636e95374cffb71447159bc09037ea242fc33f8ab610413a587b90f737 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-03T14:30:43.628Z] ---> Running in a36c18633e14 [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:30:43.685Z] ===================================================== [Pipeline] echo [2021-03-03T14:30:43.731Z] taggedImages: [2021-03-03T14:30:43.731Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:43.731Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.111 [2021-03-03T14:30:43.731Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:43.731Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-03T14:30:43.799Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-03T14:30:43.799Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:43.799Z] 2.0.0-dev.111 [2021-03-03T14:30:43.799Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:43.799Z] master [2021-03-03T14:30:43.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-03-03T14:30:43.910Z] ---> 7d5506fb7d5e [2021-03-03T14:30:43.910Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:44.187Z] ---> f0904b0618b9 [2021-03-03T14:30:44.187Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T14:30:44.187Z] Removing intermediate container a36c18633e14 [2021-03-03T14:30:44.187Z] ---> bc9181d67990 [2021-03-03T14:30:44.187Z] Step 20/21 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:44.296Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:44.461Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T14:30:44.461Z] ---> Running in 705dce129c0f [2021-03-03T14:30:44.461Z] ---> Running in a86131bd9611 [2021-03-03T14:30:44.461Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T14:30:44.461Z] ---> eeaf43b92773 [2021-03-03T14:30:44.461Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T14:30:44.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:44.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-03T14:30:44.599Z] 42d0c27743a8: Preparing [2021-03-03T14:30:44.599Z] 09e41ae08f88: Preparing [2021-03-03T14:30:44.599Z] c2541512e0eb: Preparing [2021-03-03T14:30:44.599Z] 564ae6bc99d3: Preparing [2021-03-03T14:30:44.599Z] 33e8713114f8: Preparing [2021-03-03T14:30:44.599Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:44.599Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:44.736Z] ---> 21718023e47c [2021-03-03T14:30:44.736Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T14:30:44.736Z] ---> Running in 6ef911c8a867 [2021-03-03T14:30:44.860Z] 42d0c27743a8: Pushed [2021-03-03T14:30:44.860Z] 564ae6bc99d3: Pushed [2021-03-03T14:30:45.341Z] Removing intermediate container 705dce129c0f [2021-03-03T14:30:45.341Z] ---> 3c293d2613f5 [2021-03-03T14:30:45.341Z] Step 21/21 : LABEL version=2.0.0-dev.111 [2021-03-03T14:30:45.617Z] ---> 2b9c80a01631 [2021-03-03T14:30:45.617Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T14:30:45.617Z] ---> Running in b0451b69987b [2021-03-03T14:30:45.803Z] 09e41ae08f88: Pushed [2021-03-03T14:30:45.892Z] ---> 885e2a638a49 [2021-03-03T14:30:45.893Z] 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-03-03T14:30:46.065Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:f4dc6b895a2d1e1bcf421f69ff5c5c5875e9bdf1874bd255130a71482f39fa86 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:46.169Z] ---> Running in 250359c572de [2021-03-03T14:30:46.372Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:46.447Z] Removing intermediate container b0451b69987b [2021-03-03T14:30:46.447Z] ---> 26af3fa9c22d [2021-03-03T14:30:46.447Z] [2021-03-03T14:30:46.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.111 [2021-03-03T14:30:46.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-03T14:30:46.669Z] 42d0c27743a8: Preparing [2021-03-03T14:30:46.669Z] 09e41ae08f88: Preparing [2021-03-03T14:30:46.669Z] c2541512e0eb: Preparing [2021-03-03T14:30:46.669Z] 564ae6bc99d3: Preparing [2021-03-03T14:30:46.669Z] 33e8713114f8: Preparing [2021-03-03T14:30:46.669Z] 42d0c27743a8: Layer already exists [2021-03-03T14:30:46.669Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:46.669Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:46.669Z] 564ae6bc99d3: Layer already exists [2021-03-03T14:30:46.669Z] 09e41ae08f88: Layer already exists [2021-03-03T14:30:46.669Z] 2.0.0-dev.111: digest: sha256:f4dc6b895a2d1e1bcf421f69ff5c5c5875e9bdf1874bd255130a71482f39fa86 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:46.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:46.725Z] ---> b08b3c1adfa7 [2021-03-03T14:30:46.725Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T14:30:46.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:46.972Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:46.996Z] Successfully built 26af3fa9c22d [2021-03-03T14:30:46.996Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-03T14:30:46.996Z] Building docker-support-notifications-go [2021-03-03T14:30:46.996Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 0a10fece26be [2021-03-03T14:30:47.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:47.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-03T14:30:47.269Z] 42d0c27743a8: Preparing [2021-03-03T14:30:47.269Z] 09e41ae08f88: Preparing [2021-03-03T14:30:47.269Z] c2541512e0eb: Preparing [2021-03-03T14:30:47.269Z] 564ae6bc99d3: Preparing [2021-03-03T14:30:47.269Z] 33e8713114f8: Preparing [2021-03-03T14:30:47.269Z] 09e41ae08f88: Layer already exists [2021-03-03T14:30:47.269Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:47.269Z] 564ae6bc99d3: Layer already exists [2021-03-03T14:30:47.269Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:47.269Z] 42d0c27743a8: Layer already exists [2021-03-03T14:30:47.269Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:f4dc6b895a2d1e1bcf421f69ff5c5c5875e9bdf1874bd255130a71482f39fa86 size: 1363 [2021-03-03T14:30:47.270Z] (1/2) Installing readline (8.0.4-r0) [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:47.553Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T14:30:47.553Z] Executing bash-5.0.17-r0.post-install [2021-03-03T14:30:47.553Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:47.553Z] OK: 12 MiB in 22 packages [2021-03-03T14:30:47.570Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:47.830Z] Removing intermediate container 0a10fece26be [2021-03-03T14:30:47.830Z] ---> 99f7ca9cd8b6 [2021-03-03T14:30:47.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:30:47.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-03T14:30:47.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-03T14:30:47.869Z] 42d0c27743a8: Preparing [2021-03-03T14:30:47.869Z] 09e41ae08f88: Preparing [2021-03-03T14:30:47.869Z] c2541512e0eb: Preparing [2021-03-03T14:30:47.869Z] 564ae6bc99d3: Preparing [2021-03-03T14:30:47.869Z] 33e8713114f8: Preparing [2021-03-03T14:30:47.869Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:47.869Z] 42d0c27743a8: Layer already exists [2021-03-03T14:30:47.869Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:47.869Z] 564ae6bc99d3: Layer already exists [2021-03-03T14:30:47.869Z] 09e41ae08f88: Layer already exists [2021-03-03T14:30:47.869Z] master: digest: sha256:f4dc6b895a2d1e1bcf421f69ff5c5c5875e9bdf1874bd255130a71482f39fa86 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:30:48.047Z] ===================================================== [Pipeline] echo [2021-03-03T14:30:48.090Z] taggedImages: [2021-03-03T14:30:48.090Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:48.090Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.111 [2021-03-03T14:30:48.090Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:48.090Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-03T14:30:48.113Z] ---> Running in 1d5d294b89db [2021-03-03T14:30:48.113Z] Removing intermediate container a86131bd9611 [2021-03-03T14:30:48.113Z] ---> 9befeb6bdba9 [2021-03-03T14:30:48.113Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] echo [2021-03-03T14:30:48.154Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-03T14:30:48.154Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:48.154Z] 2.0.0-dev.111 [2021-03-03T14:30:48.154Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:48.154Z] master [2021-03-03T14:30:48.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:48.653Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:48.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:48.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-03T14:30:48.949Z] 46d4699c9aa9: Preparing [2021-03-03T14:30:48.949Z] 46d4699c9aa9: Preparing [2021-03-03T14:30:48.949Z] 71f39c347d99: Preparing [2021-03-03T14:30:48.950Z] 7dfacd3d5b1d: Preparing [2021-03-03T14:30:48.950Z] 41f5a40b00c6: Preparing [2021-03-03T14:30:48.950Z] c2541512e0eb: Preparing [2021-03-03T14:30:48.950Z] c2ef90c6bd5b: Preparing [2021-03-03T14:30:48.950Z] c2ef90c6bd5b: Preparing [2021-03-03T14:30:48.950Z] 4bf55f37ebab: Preparing [2021-03-03T14:30:48.950Z] 271ed213e2cc: Preparing [2021-03-03T14:30:48.950Z] 33e8713114f8: Preparing [2021-03-03T14:30:48.950Z] 4bf55f37ebab: Waiting [2021-03-03T14:30:48.950Z] 271ed213e2cc: Waiting [2021-03-03T14:30:48.950Z] 33e8713114f8: Waiting [2021-03-03T14:30:48.950Z] c2ef90c6bd5b: Waiting [2021-03-03T14:30:48.950Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:49.211Z] 71f39c347d99: Pushed [2021-03-03T14:30:49.211Z] 7dfacd3d5b1d: Pushed [2021-03-03T14:30:49.211Z] 46d4699c9aa9: Pushed [2021-03-03T14:30:49.211Z] c2ef90c6bd5b: Pushed [2021-03-03T14:30:49.211Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:49.211Z] 4bf55f37ebab: Pushed [2021-03-03T14:30:49.472Z] 271ed213e2cc: Pushed [2021-03-03T14:30:49.560Z] Removing intermediate container 1d5d294b89db [2021-03-03T14:30:49.560Z] ---> 6f627b4d1395 [2021-03-03T14:30:49.560Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:30:50.414Z] 41f5a40b00c6: Pushed [2021-03-03T14:30:50.414Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:c50c67868538a5907dd94c28b48589a862464b73fece1dcaed52542a45978461 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:50.531Z] ---> 71241497670b [2021-03-03T14:30:50.531Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T14:30:50.531Z] ---> Running in 3653d4a109c5 [2021-03-03T14:30:50.531Z] Removing intermediate container 6ef911c8a867 [2021-03-03T14:30:50.531Z] ---> 72c32a60d96a [2021-03-03T14:30:50.531Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T14:30:50.720Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:50.803Z] ---> Running in c5e8ed58f921 [2021-03-03T14:30:51.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.111 [2021-03-03T14:30:51.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-03T14:30:51.023Z] 46d4699c9aa9: Preparing [2021-03-03T14:30:51.023Z] 46d4699c9aa9: Preparing [2021-03-03T14:30:51.023Z] 71f39c347d99: Preparing [2021-03-03T14:30:51.023Z] 7dfacd3d5b1d: Preparing [2021-03-03T14:30:51.023Z] 41f5a40b00c6: Preparing [2021-03-03T14:30:51.023Z] c2541512e0eb: Preparing [2021-03-03T14:30:51.023Z] c2ef90c6bd5b: Preparing [2021-03-03T14:30:51.023Z] c2ef90c6bd5b: Preparing [2021-03-03T14:30:51.023Z] 4bf55f37ebab: Preparing [2021-03-03T14:30:51.023Z] 271ed213e2cc: Preparing [2021-03-03T14:30:51.023Z] 33e8713114f8: Preparing [2021-03-03T14:30:51.023Z] 4bf55f37ebab: Waiting [2021-03-03T14:30:51.023Z] 271ed213e2cc: Waiting [2021-03-03T14:30:51.023Z] 33e8713114f8: Waiting [2021-03-03T14:30:51.023Z] c2ef90c6bd5b: Waiting [2021-03-03T14:30:51.023Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:51.023Z] 7dfacd3d5b1d: Layer already exists [2021-03-03T14:30:51.023Z] 41f5a40b00c6: Layer already exists [2021-03-03T14:30:51.023Z] 46d4699c9aa9: Layer already exists [2021-03-03T14:30:51.023Z] 71f39c347d99: Layer already exists [2021-03-03T14:30:51.023Z] c2ef90c6bd5b: Layer already exists [2021-03-03T14:30:51.023Z] 271ed213e2cc: Layer already exists [2021-03-03T14:30:51.023Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:51.023Z] 4bf55f37ebab: Layer already exists [2021-03-03T14:30:51.076Z] Removing intermediate container 250359c572de [2021-03-03T14:30:51.076Z] ---> cb5ec25db37a [2021-03-03T14:30:51.076Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T14:30:51.283Z] 2.0.0-dev.111: digest: sha256:c50c67868538a5907dd94c28b48589a862464b73fece1dcaed52542a45978461 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:51.353Z] Removing intermediate container 3653d4a109c5 [2021-03-03T14:30:51.353Z] ---> 7331023aab6c [2021-03-03T14:30:51.353Z] Step 22/23 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:51.590Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:51.628Z] ---> Running in b9dc4fbce392 [2021-03-03T14:30:51.629Z] Removing intermediate container c5e8ed58f921 [2021-03-03T14:30:51.629Z] ---> 22bc3a49cb42 [2021-03-03T14:30:51.629Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T14:30:51.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:51.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-03T14:30:51.890Z] 46d4699c9aa9: Preparing [2021-03-03T14:30:51.890Z] 46d4699c9aa9: Preparing [2021-03-03T14:30:51.890Z] 71f39c347d99: Preparing [2021-03-03T14:30:51.890Z] 7dfacd3d5b1d: Preparing [2021-03-03T14:30:51.890Z] 41f5a40b00c6: Preparing [2021-03-03T14:30:51.890Z] c2541512e0eb: Preparing [2021-03-03T14:30:51.890Z] c2ef90c6bd5b: Preparing [2021-03-03T14:30:51.890Z] c2ef90c6bd5b: Preparing [2021-03-03T14:30:51.890Z] 4bf55f37ebab: Preparing [2021-03-03T14:30:51.890Z] 271ed213e2cc: Preparing [2021-03-03T14:30:51.890Z] 33e8713114f8: Preparing [2021-03-03T14:30:51.890Z] 4bf55f37ebab: Waiting [2021-03-03T14:30:51.890Z] 271ed213e2cc: Waiting [2021-03-03T14:30:51.890Z] 33e8713114f8: Waiting [2021-03-03T14:30:51.890Z] c2ef90c6bd5b: Waiting [2021-03-03T14:30:51.890Z] 71f39c347d99: Layer already exists [2021-03-03T14:30:51.890Z] 7dfacd3d5b1d: Layer already exists [2021-03-03T14:30:51.890Z] 46d4699c9aa9: Layer already exists [2021-03-03T14:30:51.890Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:51.890Z] 41f5a40b00c6: Layer already exists [2021-03-03T14:30:51.890Z] 4bf55f37ebab: Layer already exists [2021-03-03T14:30:51.890Z] c2ef90c6bd5b: Layer already exists [2021-03-03T14:30:51.890Z] 271ed213e2cc: Layer already exists [2021-03-03T14:30:51.890Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:51.890Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:c50c67868538a5907dd94c28b48589a862464b73fece1dcaed52542a45978461 size: 2609 [2021-03-03T14:30:51.906Z] ---> Running in b34ecd302e23 [2021-03-03T14:30:51.906Z] ---> 6b4fc9feeb43 [2021-03-03T14:30:51.906Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T14:30:51.906Z] ---> Running in dc003c21ebc6 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:52.191Z] Removing intermediate container b9dc4fbce392 [2021-03-03T14:30:52.191Z] ---> 0b500eee65be [2021-03-03T14:30:52.191Z] Step 22/24 : LABEL arch=arm64 [2021-03-03T14:30:52.200Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:52.466Z] ---> Running in 3af9e577eb7d [2021-03-03T14:30:52.466Z] Removing intermediate container b34ecd302e23 [2021-03-03T14:30:52.466Z] ---> c9286f2c27ff [2021-03-03T14:30:52.466Z] Step 23/23 : LABEL version=2.0.0-dev.111 [2021-03-03T14:30:52.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-03T14:30:52.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-03T14:30:52.598Z] 46d4699c9aa9: Preparing [2021-03-03T14:30:52.598Z] 46d4699c9aa9: Preparing [2021-03-03T14:30:52.598Z] 71f39c347d99: Preparing [2021-03-03T14:30:52.598Z] 7dfacd3d5b1d: Preparing [2021-03-03T14:30:52.598Z] 41f5a40b00c6: Preparing [2021-03-03T14:30:52.598Z] c2541512e0eb: Preparing [2021-03-03T14:30:52.598Z] c2ef90c6bd5b: Preparing [2021-03-03T14:30:52.598Z] c2ef90c6bd5b: Preparing [2021-03-03T14:30:52.598Z] 4bf55f37ebab: Preparing [2021-03-03T14:30:52.598Z] 271ed213e2cc: Preparing [2021-03-03T14:30:52.598Z] 33e8713114f8: Preparing [2021-03-03T14:30:52.598Z] c2ef90c6bd5b: Waiting [2021-03-03T14:30:52.598Z] 4bf55f37ebab: Waiting [2021-03-03T14:30:52.598Z] 33e8713114f8: Waiting [2021-03-03T14:30:52.598Z] 271ed213e2cc: Waiting [2021-03-03T14:30:52.598Z] 46d4699c9aa9: Layer already exists [2021-03-03T14:30:52.598Z] 7dfacd3d5b1d: Layer already exists [2021-03-03T14:30:52.598Z] c2541512e0eb: Layer already exists [2021-03-03T14:30:52.598Z] 41f5a40b00c6: Layer already exists [2021-03-03T14:30:52.598Z] 71f39c347d99: Layer already exists [2021-03-03T14:30:52.598Z] 4bf55f37ebab: Layer already exists [2021-03-03T14:30:52.598Z] 271ed213e2cc: Layer already exists [2021-03-03T14:30:52.598Z] c2ef90c6bd5b: Layer already exists [2021-03-03T14:30:52.598Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:52.598Z] master: digest: sha256:c50c67868538a5907dd94c28b48589a862464b73fece1dcaed52542a45978461 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-03T14:30:52.741Z] Removing intermediate container dc003c21ebc6 [2021-03-03T14:30:52.741Z] ---> 43c3ff939d0e [2021-03-03T14:30:52.741Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T14:30:52.741Z] ---> Running in 6ad78ab376aa [Pipeline] echo [2021-03-03T14:30:52.771Z] ===================================================== [Pipeline] echo [2021-03-03T14:30:52.818Z] taggedImages: [2021-03-03T14:30:52.818Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:52.818Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.111 [2021-03-03T14:30:52.818Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:52.818Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-03T14:30:52.885Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-03T14:30:52.885Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:52.885Z] 2.0.0-dev.111 [2021-03-03T14:30:52.885Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:52.885Z] master [2021-03-03T14:30:52.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-03-03T14:30:53.018Z] ---> Running in b13946cc8259 [2021-03-03T14:30:53.019Z] ---> dc95285a39ca [2021-03-03T14:30:53.019Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T14:30:53.019Z] Removing intermediate container 3af9e577eb7d [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:53.293Z] ---> d0524e069e56 [2021-03-03T14:30:53.293Z] Step 23/24 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:53.293Z] ---> Running in dcdb2ffd05cf [2021-03-03T14:30:53.293Z] Removing intermediate container 6ad78ab376aa [2021-03-03T14:30:53.293Z] ---> 67167121c9fd [2021-03-03T14:30:53.293Z] [2021-03-03T14:30:53.438Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:53.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:53.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-03T14:30:53.739Z] 297597b4da32: Preparing [2021-03-03T14:30:53.739Z] 1c45d3a21470: Preparing [2021-03-03T14:30:53.739Z] 5a98aeb4033c: Preparing [2021-03-03T14:30:53.739Z] dabab89dd87b: Preparing [2021-03-03T14:30:53.739Z] 1c094ec00cf9: Preparing [2021-03-03T14:30:53.739Z] 33e8713114f8: Preparing [2021-03-03T14:30:53.739Z] 33e8713114f8: Waiting [2021-03-03T14:30:53.893Z] Removing intermediate container b13946cc8259 [2021-03-03T14:30:53.893Z] ---> ac2de8b1624c [2021-03-03T14:30:53.893Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T14:30:53.893Z] Successfully built 67167121c9fd [2021-03-03T14:30:53.893Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-03T14:30:53.893Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-03-03T14:30:54.005Z] 5a98aeb4033c: Pushed [2021-03-03T14:30:54.005Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:54.005Z] dabab89dd87b: Pushed [2021-03-03T14:30:54.197Z] Removing intermediate container dcdb2ffd05cf [2021-03-03T14:30:54.197Z] ---> 74cb52f9c746 [2021-03-03T14:30:54.197Z] Step 24/24 : LABEL version=2.0.0-dev.111 [2021-03-03T14:30:54.266Z] 1c094ec00cf9: Pushed [2021-03-03T14:30:54.802Z] ---> 9164533ca9e6 [2021-03-03T14:30:54.802Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T14:30:54.802Z] ---> Running in 4f35826f9266 [2021-03-03T14:30:54.839Z] 1c45d3a21470: Pushed [2021-03-03T14:30:54.839Z] 297597b4da32: Pushed [2021-03-03T14:30:54.839Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:cfe1bcda8c782e86bc5e2e6dde42559f67f34e7349bb0e11dd08bee0c0532e7a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:55.076Z] ---> Running in 3f28cfd59a08 [2021-03-03T14:30:55.147Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:55.349Z] Removing intermediate container 4f35826f9266 [2021-03-03T14:30:55.349Z] ---> 8864140faa3e [2021-03-03T14:30:55.349Z] [2021-03-03T14:30:55.349Z] ---> 8e0e0afcb443 [2021-03-03T14:30:55.349Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T14:30:55.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.111 [2021-03-03T14:30:55.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-03T14:30:55.450Z] 297597b4da32: Preparing [2021-03-03T14:30:55.450Z] 1c45d3a21470: Preparing [2021-03-03T14:30:55.450Z] 5a98aeb4033c: Preparing [2021-03-03T14:30:55.450Z] dabab89dd87b: Preparing [2021-03-03T14:30:55.450Z] 1c094ec00cf9: Preparing [2021-03-03T14:30:55.450Z] 33e8713114f8: Preparing [2021-03-03T14:30:55.450Z] 33e8713114f8: Waiting [2021-03-03T14:30:55.450Z] 297597b4da32: Layer already exists [2021-03-03T14:30:55.450Z] dabab89dd87b: Layer already exists [2021-03-03T14:30:55.450Z] 5a98aeb4033c: Layer already exists [2021-03-03T14:30:55.450Z] 1c094ec00cf9: Layer already exists [2021-03-03T14:30:55.450Z] 1c45d3a21470: Layer already exists [2021-03-03T14:30:55.450Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:55.450Z] 2.0.0-dev.111: digest: sha256:cfe1bcda8c782e86bc5e2e6dde42559f67f34e7349bb0e11dd08bee0c0532e7a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:55.755Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:55.949Z] Successfully built 8864140faa3e [2021-03-03T14:30:56.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:56.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-03T14:30:56.055Z] 297597b4da32: Preparing [2021-03-03T14:30:56.055Z] 1c45d3a21470: Preparing [2021-03-03T14:30:56.055Z] 5a98aeb4033c: Preparing [2021-03-03T14:30:56.055Z] dabab89dd87b: Preparing [2021-03-03T14:30:56.055Z] 1c094ec00cf9: Preparing [2021-03-03T14:30:56.055Z] 33e8713114f8: Preparing [2021-03-03T14:30:56.055Z] 33e8713114f8: Waiting [2021-03-03T14:30:56.055Z] dabab89dd87b: Layer already exists [2021-03-03T14:30:56.055Z] 1c45d3a21470: Layer already exists [2021-03-03T14:30:56.055Z] 297597b4da32: Layer already exists [2021-03-03T14:30:56.055Z] 5a98aeb4033c: Layer already exists [2021-03-03T14:30:56.055Z] 1c094ec00cf9: Layer already exists [2021-03-03T14:30:56.055Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:56.055Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:cfe1bcda8c782e86bc5e2e6dde42559f67f34e7349bb0e11dd08bee0c0532e7a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:56.227Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-03T14:30:56.227Z] Building docker-core-data-go [2021-03-03T14:30:56.227Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3f28cfd59a08 [2021-03-03T14:30:56.227Z] ---> f83c5729a7f8 [2021-03-03T14:30:56.227Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T14:30:56.358Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:56.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-03T14:30:56.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-03T14:30:56.659Z] 297597b4da32: Preparing [2021-03-03T14:30:56.659Z] 1c45d3a21470: Preparing [2021-03-03T14:30:56.659Z] 5a98aeb4033c: Preparing [2021-03-03T14:30:56.659Z] dabab89dd87b: Preparing [2021-03-03T14:30:56.659Z] 1c094ec00cf9: Preparing [2021-03-03T14:30:56.659Z] 33e8713114f8: Preparing [2021-03-03T14:30:56.659Z] 33e8713114f8: Waiting [2021-03-03T14:30:56.659Z] 5a98aeb4033c: Layer already exists [2021-03-03T14:30:56.659Z] 1c45d3a21470: Layer already exists [2021-03-03T14:30:56.659Z] 1c094ec00cf9: Layer already exists [2021-03-03T14:30:56.659Z] 297597b4da32: Layer already exists [2021-03-03T14:30:56.659Z] dabab89dd87b: Layer already exists [2021-03-03T14:30:56.659Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:56.659Z] master: digest: sha256:cfe1bcda8c782e86bc5e2e6dde42559f67f34e7349bb0e11dd08bee0c0532e7a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-03T14:30:56.826Z] ---> 4796d566aa68 [2021-03-03T14:30:56.826Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] echo [2021-03-03T14:30:56.877Z] ===================================================== [Pipeline] echo [2021-03-03T14:30:56.921Z] taggedImages: [2021-03-03T14:30:56.921Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:56.921Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.111 [2021-03-03T14:30:56.921Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:56.921Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-03T14:30:56.985Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-03T14:30:56.985Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:56.985Z] 2.0.0-dev.111 [2021-03-03T14:30:56.985Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:30:56.985Z] master [2021-03-03T14:30:56.985Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-03T14:30:57.100Z] ---> 0a5d0c00a257 [2021-03-03T14:30:57.100Z] Step 25/30 : RUN chmod +x /entrypoint.sh [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:57.374Z] ---> Running in 8ea5c771d312 [2021-03-03T14:30:57.449Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:57.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:30:57.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-03T14:30:57.752Z] 71d403271ecc: Preparing [2021-03-03T14:30:57.752Z] 547270953b4d: Preparing [2021-03-03T14:30:57.752Z] c607e07e5dc3: Preparing [2021-03-03T14:30:57.752Z] 6ae198179f2f: Preparing [2021-03-03T14:30:57.752Z] 4f9cd71fb793: Preparing [2021-03-03T14:30:57.752Z] 4fdd23824894: Preparing [2021-03-03T14:30:57.752Z] d6f107c39816: Preparing [2021-03-03T14:30:57.752Z] 5e6be56bda47: Preparing [2021-03-03T14:30:57.752Z] 33e8713114f8: Preparing [2021-03-03T14:30:57.752Z] 4fdd23824894: Waiting [2021-03-03T14:30:57.752Z] d6f107c39816: Waiting [2021-03-03T14:30:57.752Z] 5e6be56bda47: Waiting [2021-03-03T14:30:57.752Z] 33e8713114f8: Waiting [2021-03-03T14:30:57.978Z] ---> 312a98b32cce [2021-03-03T14:30:57.978Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T14:30:58.019Z] 71d403271ecc: Pushed [2021-03-03T14:30:58.019Z] 4f9cd71fb793: Pushed [2021-03-03T14:30:58.285Z] 547270953b4d: Pushed [2021-03-03T14:30:58.285Z] d6f107c39816: Pushed [2021-03-03T14:30:58.285Z] 4fdd23824894: Pushed [2021-03-03T14:30:58.548Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:58.811Z] c607e07e5dc3: Pushed [2021-03-03T14:30:58.811Z] 5e6be56bda47: Pushed [2021-03-03T14:30:58.811Z] 6ae198179f2f: Pushed [2021-03-03T14:30:58.974Z] ---> Running in 1a4841df1e7b [2021-03-03T14:30:59.073Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:d8d05db3602b67d8445404d9699ee5ea2c69c993f86e945f3084c7e228602c11 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:59.381Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:59.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.111 [2021-03-03T14:30:59.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-03T14:30:59.683Z] 71d403271ecc: Preparing [2021-03-03T14:30:59.683Z] 547270953b4d: Preparing [2021-03-03T14:30:59.683Z] c607e07e5dc3: Preparing [2021-03-03T14:30:59.683Z] 6ae198179f2f: Preparing [2021-03-03T14:30:59.683Z] 4f9cd71fb793: Preparing [2021-03-03T14:30:59.683Z] 4fdd23824894: Preparing [2021-03-03T14:30:59.683Z] d6f107c39816: Preparing [2021-03-03T14:30:59.683Z] 5e6be56bda47: Preparing [2021-03-03T14:30:59.683Z] 33e8713114f8: Preparing [2021-03-03T14:30:59.683Z] 4fdd23824894: Waiting [2021-03-03T14:30:59.683Z] d6f107c39816: Waiting [2021-03-03T14:30:59.683Z] 5e6be56bda47: Waiting [2021-03-03T14:30:59.683Z] 33e8713114f8: Waiting [2021-03-03T14:30:59.683Z] c607e07e5dc3: Layer already exists [2021-03-03T14:30:59.683Z] 547270953b4d: Layer already exists [2021-03-03T14:30:59.683Z] 6ae198179f2f: Layer already exists [2021-03-03T14:30:59.683Z] 4f9cd71fb793: Layer already exists [2021-03-03T14:30:59.683Z] 71d403271ecc: Layer already exists [2021-03-03T14:30:59.683Z] d6f107c39816: Layer already exists [2021-03-03T14:30:59.683Z] 4fdd23824894: Layer already exists [2021-03-03T14:30:59.683Z] 33e8713114f8: Layer already exists [2021-03-03T14:30:59.683Z] 5e6be56bda47: Layer already exists [2021-03-03T14:30:59.683Z] 2.0.0-dev.111: digest: sha256:d8d05db3602b67d8445404d9699ee5ea2c69c993f86e945f3084c7e228602c11 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:59.988Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:00.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:00.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-03T14:31:00.285Z] 71d403271ecc: Preparing [2021-03-03T14:31:00.285Z] 547270953b4d: Preparing [2021-03-03T14:31:00.285Z] c607e07e5dc3: Preparing [2021-03-03T14:31:00.285Z] 6ae198179f2f: Preparing [2021-03-03T14:31:00.285Z] 4f9cd71fb793: Preparing [2021-03-03T14:31:00.285Z] 4fdd23824894: Preparing [2021-03-03T14:31:00.285Z] d6f107c39816: Preparing [2021-03-03T14:31:00.285Z] 5e6be56bda47: Preparing [2021-03-03T14:31:00.285Z] 33e8713114f8: Preparing [2021-03-03T14:31:00.285Z] 4fdd23824894: Waiting [2021-03-03T14:31:00.285Z] 33e8713114f8: Waiting [2021-03-03T14:31:00.285Z] d6f107c39816: Waiting [2021-03-03T14:31:00.285Z] 5e6be56bda47: Waiting [2021-03-03T14:31:00.285Z] 71d403271ecc: Layer already exists [2021-03-03T14:31:00.285Z] 4f9cd71fb793: Layer already exists [2021-03-03T14:31:00.285Z] c607e07e5dc3: Layer already exists [2021-03-03T14:31:00.285Z] 547270953b4d: Layer already exists [2021-03-03T14:31:00.285Z] 6ae198179f2f: Layer already exists [2021-03-03T14:31:00.285Z] 4fdd23824894: Layer already exists [2021-03-03T14:31:00.285Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:00.285Z] 5e6be56bda47: Layer already exists [2021-03-03T14:31:00.285Z] d6f107c39816: Layer already exists [2021-03-03T14:31:00.285Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:d8d05db3602b67d8445404d9699ee5ea2c69c993f86e945f3084c7e228602c11 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:00.587Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:00.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-03T14:31:00.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-03T14:31:00.885Z] 71d403271ecc: Preparing [2021-03-03T14:31:00.885Z] 547270953b4d: Preparing [2021-03-03T14:31:00.885Z] c607e07e5dc3: Preparing [2021-03-03T14:31:00.885Z] 6ae198179f2f: Preparing [2021-03-03T14:31:00.885Z] 4f9cd71fb793: Preparing [2021-03-03T14:31:00.885Z] 4fdd23824894: Preparing [2021-03-03T14:31:00.885Z] d6f107c39816: Preparing [2021-03-03T14:31:00.885Z] 5e6be56bda47: Preparing [2021-03-03T14:31:00.885Z] 33e8713114f8: Preparing [2021-03-03T14:31:00.885Z] 4fdd23824894: Waiting [2021-03-03T14:31:00.885Z] d6f107c39816: Waiting [2021-03-03T14:31:00.885Z] 5e6be56bda47: Waiting [2021-03-03T14:31:00.885Z] 33e8713114f8: Waiting [2021-03-03T14:31:00.885Z] 71d403271ecc: Layer already exists [2021-03-03T14:31:00.885Z] 547270953b4d: Layer already exists [2021-03-03T14:31:00.885Z] c607e07e5dc3: Layer already exists [2021-03-03T14:31:00.885Z] 4f9cd71fb793: Layer already exists [2021-03-03T14:31:00.885Z] 6ae198179f2f: Layer already exists [2021-03-03T14:31:00.885Z] 4fdd23824894: Layer already exists [2021-03-03T14:31:00.885Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:00.885Z] d6f107c39816: Layer already exists [2021-03-03T14:31:00.885Z] 5e6be56bda47: Layer already exists [2021-03-03T14:31:00.885Z] master: digest: sha256:d8d05db3602b67d8445404d9699ee5ea2c69c993f86e945f3084c7e228602c11 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-03-03T14:31:00.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:31:00.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:31:01.091Z] ===================================================== [Pipeline] echo [2021-03-03T14:31:01.147Z] taggedImages: [2021-03-03T14:31:01.147Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:01.147Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.111 [2021-03-03T14:31:01.147Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:01.147Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-03T14:31:01.240Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-03T14:31:01.240Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:01.240Z] 2.0.0-dev.111 [2021-03-03T14:31:01.240Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:01.240Z] master [2021-03-03T14:31:01.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:01.563Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T14:31:01.563Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T14:31:01.563Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T14:31:01.563Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T14:31:01.563Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T14:31:01.563Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T14:31:01.742Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:01.837Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T14:31:02.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:02.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-03T14:31:02.040Z] 00761e303e8f: Preparing [2021-03-03T14:31:02.040Z] d1cfa460cd24: Preparing [2021-03-03T14:31:02.040Z] c2541512e0eb: Preparing [2021-03-03T14:31:02.040Z] b04f220d6a00: Preparing [2021-03-03T14:31:02.040Z] 33e8713114f8: Preparing [2021-03-03T14:31:02.040Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:02.040Z] c2541512e0eb: Layer already exists [2021-03-03T14:31:02.040Z] 00761e303e8f: Pushed [2021-03-03T14:31:02.302Z] b04f220d6a00: Pushed [2021-03-03T14:31:02.464Z] Removing intermediate container 8ea5c771d312 [2021-03-03T14:31:02.464Z] ---> 122ee7758a9d [2021-03-03T14:31:02.464Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T14:31:03.246Z] d1cfa460cd24: Pushed [2021-03-03T14:31:03.442Z] ---> Running in 79399f160a27 [2021-03-03T14:31:03.507Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:50a1f4ec49a3832fff834b0e55b19615fab801f48a4d2bfe110f52939f2646ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:03.715Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T14:31:03.715Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T14:31:03.715Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T14:31:03.715Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T14:31:03.715Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T14:31:03.715Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T14:31:03.715Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T14:31:03.814Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:03.989Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T14:31:03.989Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T14:31:03.989Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T14:31:03.989Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T14:31:03.989Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T14:31:03.989Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T14:31:03.989Z] Removing intermediate container 79399f160a27 [2021-03-03T14:31:03.989Z] ---> 5fee3fec818b [2021-03-03T14:31:03.989Z] Step 27/30 : CMD ["gate"] [2021-03-03T14:31:03.989Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T14:31:03.989Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T14:31:03.989Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T14:31:04.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.111 [2021-03-03T14:31:04.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-03T14:31:04.116Z] 00761e303e8f: Preparing [2021-03-03T14:31:04.116Z] d1cfa460cd24: Preparing [2021-03-03T14:31:04.116Z] c2541512e0eb: Preparing [2021-03-03T14:31:04.116Z] b04f220d6a00: Preparing [2021-03-03T14:31:04.116Z] 33e8713114f8: Preparing [2021-03-03T14:31:04.116Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:04.116Z] c2541512e0eb: Layer already exists [2021-03-03T14:31:04.116Z] b04f220d6a00: Layer already exists [2021-03-03T14:31:04.116Z] 00761e303e8f: Layer already exists [2021-03-03T14:31:04.116Z] d1cfa460cd24: Layer already exists [2021-03-03T14:31:04.116Z] 2.0.0-dev.111: digest: sha256:50a1f4ec49a3832fff834b0e55b19615fab801f48a4d2bfe110f52939f2646ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:04.261Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T14:31:04.261Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T14:31:04.261Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T14:31:04.261Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T14:31:04.261Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T14:31:04.261Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T14:31:04.261Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T14:31:04.261Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T14:31:04.420Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:04.533Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T14:31:04.533Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T14:31:04.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:04.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-03T14:31:04.719Z] 00761e303e8f: Preparing [2021-03-03T14:31:04.719Z] d1cfa460cd24: Preparing [2021-03-03T14:31:04.719Z] c2541512e0eb: Preparing [2021-03-03T14:31:04.719Z] b04f220d6a00: Preparing [2021-03-03T14:31:04.719Z] 33e8713114f8: Preparing [2021-03-03T14:31:04.719Z] c2541512e0eb: Layer already exists [2021-03-03T14:31:04.719Z] b04f220d6a00: Layer already exists [2021-03-03T14:31:04.719Z] d1cfa460cd24: Layer already exists [2021-03-03T14:31:04.719Z] 00761e303e8f: Layer already exists [2021-03-03T14:31:04.719Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:04.719Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:50a1f4ec49a3832fff834b0e55b19615fab801f48a4d2bfe110f52939f2646ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:04.803Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:04.803Z] OK: 71 MiB in 55 packages [2021-03-03T14:31:05.021Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:05.074Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:31:05.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:31:05.074Z] ---> 17e0387e4cc5 [2021-03-03T14:31:05.074Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:31:05.074Z] ---> Using cache [2021-03-03T14:31:05.074Z] ---> eaafd0f7feb7 [2021-03-03T14:31:05.074Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:31:05.074Z] ---> Using cache [2021-03-03T14:31:05.074Z] ---> e983f67f42c2 [2021-03-03T14:31:05.074Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T14:31:05.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-03T14:31:05.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-03T14:31:05.317Z] 00761e303e8f: Preparing [2021-03-03T14:31:05.317Z] d1cfa460cd24: Preparing [2021-03-03T14:31:05.317Z] c2541512e0eb: Preparing [2021-03-03T14:31:05.317Z] b04f220d6a00: Preparing [2021-03-03T14:31:05.317Z] 33e8713114f8: Preparing [2021-03-03T14:31:05.317Z] b04f220d6a00: Layer already exists [2021-03-03T14:31:05.317Z] d1cfa460cd24: Layer already exists [2021-03-03T14:31:05.317Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:05.317Z] c2541512e0eb: Layer already exists [2021-03-03T14:31:05.317Z] 00761e303e8f: Layer already exists [2021-03-03T14:31:05.317Z] master: digest: sha256:50a1f4ec49a3832fff834b0e55b19615fab801f48a4d2bfe110f52939f2646ab size: 1364 [Pipeline] } [2021-03-03T14:31:05.352Z] ---> Running in ce3a7d6b7a26 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:31:05.529Z] ===================================================== [Pipeline] echo [2021-03-03T14:31:05.577Z] taggedImages: [2021-03-03T14:31:05.577Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:05.577Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.111 [2021-03-03T14:31:05.577Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:05.577Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-03T14:31:05.624Z] ---> Running in 2dea5f0544e0 [Pipeline] echo [2021-03-03T14:31:05.643Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-03T14:31:05.643Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:05.643Z] 2.0.0-dev.111 [2021-03-03T14:31:05.643Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:05.643Z] master [2021-03-03T14:31:05.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:06.227Z] Removing intermediate container ce3a7d6b7a26 [2021-03-03T14:31:06.228Z] ---> 08e0ba89ddfc [2021-03-03T14:31:06.228Z] Step 28/30 : LABEL arch=arm64 [2021-03-03T14:31:06.247Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:06.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:06.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-03T14:31:06.542Z] db5147b04f4f: Preparing [2021-03-03T14:31:06.542Z] 5f562d7b1b40: Preparing [2021-03-03T14:31:06.542Z] c2541512e0eb: Preparing [2021-03-03T14:31:06.542Z] 564ae6bc99d3: Preparing [2021-03-03T14:31:06.542Z] 33e8713114f8: Preparing [2021-03-03T14:31:06.542Z] c2541512e0eb: Layer already exists [2021-03-03T14:31:06.542Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:06.542Z] 564ae6bc99d3: Layer already exists [2021-03-03T14:31:06.542Z] db5147b04f4f: Pushed [2021-03-03T14:31:06.827Z] ---> Running in ac4a4865b815 [2021-03-03T14:31:07.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:31:07.704Z] Removing intermediate container ac4a4865b815 [2021-03-03T14:31:07.704Z] ---> 480f2a0a45ea [2021-03-03T14:31:07.704Z] Step 29/30 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:07.924Z] 5f562d7b1b40: Pushed [2021-03-03T14:31:07.924Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:90cfd13b00edf65f5ec704d526bc328fef4075a5a95ee9772868c12084f5b3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:07.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:31:08.225Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:08.255Z] ---> Running in 6e0ba7692c73 [2021-03-03T14:31:08.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.111 [2021-03-03T14:31:08.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-03T14:31:08.520Z] db5147b04f4f: Preparing [2021-03-03T14:31:08.520Z] 5f562d7b1b40: Preparing [2021-03-03T14:31:08.520Z] c2541512e0eb: Preparing [2021-03-03T14:31:08.520Z] 564ae6bc99d3: Preparing [2021-03-03T14:31:08.520Z] 33e8713114f8: Preparing [2021-03-03T14:31:08.520Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:08.520Z] 5f562d7b1b40: Layer already exists [2021-03-03T14:31:08.520Z] 564ae6bc99d3: Layer already exists [2021-03-03T14:31:08.520Z] db5147b04f4f: Layer already exists [2021-03-03T14:31:08.520Z] c2541512e0eb: Layer already exists [2021-03-03T14:31:08.520Z] 2.0.0-dev.111: digest: sha256:90cfd13b00edf65f5ec704d526bc328fef4075a5a95ee9772868c12084f5b3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:08.824Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:08.860Z] Removing intermediate container 6e0ba7692c73 [2021-03-03T14:31:08.860Z] ---> cccf983299fc [2021-03-03T14:31:08.860Z] Step 30/30 : LABEL version=2.0.0-dev.111 [2021-03-03T14:31:08.860Z] OK: 217 MiB in 51 packages [2021-03-03T14:31:09.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:09.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-03T14:31:09.120Z] db5147b04f4f: Preparing [2021-03-03T14:31:09.120Z] 5f562d7b1b40: Preparing [2021-03-03T14:31:09.120Z] c2541512e0eb: Preparing [2021-03-03T14:31:09.120Z] 564ae6bc99d3: Preparing [2021-03-03T14:31:09.120Z] 33e8713114f8: Preparing [2021-03-03T14:31:09.120Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:09.120Z] c2541512e0eb: Layer already exists [2021-03-03T14:31:09.120Z] 564ae6bc99d3: Layer already exists [2021-03-03T14:31:09.120Z] 5f562d7b1b40: Layer already exists [2021-03-03T14:31:09.120Z] db5147b04f4f: Layer already exists [2021-03-03T14:31:09.120Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:90cfd13b00edf65f5ec704d526bc328fef4075a5a95ee9772868c12084f5b3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:09.423Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:09.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-03T14:31:09.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-03T14:31:09.733Z] db5147b04f4f: Preparing [2021-03-03T14:31:09.733Z] 5f562d7b1b40: Preparing [2021-03-03T14:31:09.733Z] c2541512e0eb: Preparing [2021-03-03T14:31:09.733Z] 564ae6bc99d3: Preparing [2021-03-03T14:31:09.733Z] 33e8713114f8: Preparing [2021-03-03T14:31:09.733Z] c2541512e0eb: Layer already exists [2021-03-03T14:31:09.733Z] db5147b04f4f: Layer already exists [2021-03-03T14:31:09.733Z] 33e8713114f8: Layer already exists [2021-03-03T14:31:09.733Z] 564ae6bc99d3: Layer already exists [2021-03-03T14:31:09.733Z] 5f562d7b1b40: Layer already exists [2021-03-03T14:31:09.733Z] master: digest: sha256:90cfd13b00edf65f5ec704d526bc328fef4075a5a95ee9772868c12084f5b3f4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-03T14:31:09.842Z] ---> Running in 4186be974a82 [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:31:09.975Z] ===================================================== [Pipeline] echo [2021-03-03T14:31:10.019Z] taggedImages: [2021-03-03T14:31:10.019Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:10.019Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.111 [2021-03-03T14:31:10.019Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:10.019Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-03T14:31:10.085Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-03T14:31:10.085Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:10.085Z] 2.0.0-dev.111 [2021-03-03T14:31:10.085Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:10.085Z] master [2021-03-03T14:31:10.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:10.437Z] Removing intermediate container 4186be974a82 [2021-03-03T14:31:10.437Z] ---> 60a1ddc683bb [2021-03-03T14:31:10.437Z] [2021-03-03T14:31:10.657Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:11.034Z] Successfully built 60a1ddc683bb [2021-03-03T14:31:11.034Z] Removing intermediate container 2dea5f0544e0 [2021-03-03T14:31:11.034Z] ---> 61055ce13d4b [2021-03-03T14:31:11.034Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-03T14:31:11.034Z] Building docker-support-scheduler-go [2021-03-03T14:31:11.034Z] Step 6/22 : COPY go.mod . [2021-03-03T14:31:11.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:11.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-03T14:31:11.086Z] 5598e9dd9ae8: Preparing [2021-03-03T14:31:11.086Z] e8c58996e317: Preparing [2021-03-03T14:31:11.086Z] 88a548aacfa7: Preparing [2021-03-03T14:31:11.086Z] f6d8dec39d14: Preparing [2021-03-03T14:31:11.086Z] 8aeb55a21a2a: Preparing [2021-03-03T14:31:11.086Z] cf41b776e24a: Preparing [2021-03-03T14:31:11.086Z] 99e5e863dc3b: Preparing [2021-03-03T14:31:11.086Z] 0754057c0ad3: Preparing [2021-03-03T14:31:11.086Z] 998cdf262ab1: Preparing [2021-03-03T14:31:11.086Z] 02e56110abd2: Preparing [2021-03-03T14:31:11.086Z] abc36efb885a: Preparing [2021-03-03T14:31:11.086Z] b0b09059f4e1: Preparing [2021-03-03T14:31:11.086Z] bb961f40224b: Preparing [2021-03-03T14:31:11.086Z] f4666769fca7: Preparing [2021-03-03T14:31:11.086Z] cf41b776e24a: Waiting [2021-03-03T14:31:11.086Z] 99e5e863dc3b: Waiting [2021-03-03T14:31:11.086Z] 0754057c0ad3: Waiting [2021-03-03T14:31:11.086Z] 998cdf262ab1: Waiting [2021-03-03T14:31:11.086Z] 02e56110abd2: Waiting [2021-03-03T14:31:11.086Z] abc36efb885a: Waiting [2021-03-03T14:31:11.086Z] f4666769fca7: Waiting [2021-03-03T14:31:11.086Z] b0b09059f4e1: Waiting [2021-03-03T14:31:11.086Z] bb961f40224b: Waiting [2021-03-03T14:31:11.347Z] 8aeb55a21a2a: Pushed [2021-03-03T14:31:11.347Z] 5598e9dd9ae8: Pushed [2021-03-03T14:31:11.609Z] f6d8dec39d14: Pushed [2021-03-03T14:31:11.609Z] 0754057c0ad3: Layer already exists [2021-03-03T14:31:11.609Z] 998cdf262ab1: Layer already exists [2021-03-03T14:31:11.609Z] 02e56110abd2: Layer already exists [2021-03-03T14:31:11.609Z] abc36efb885a: Layer already exists [2021-03-03T14:31:11.872Z] b0b09059f4e1: Layer already exists [2021-03-03T14:31:11.872Z] bb961f40224b: Layer already exists [2021-03-03T14:31:11.872Z] e8c58996e317: Pushed [2021-03-03T14:31:11.872Z] 99e5e863dc3b: Pushed [2021-03-03T14:31:11.872Z] f4666769fca7: Layer already exists [2021-03-03T14:31:12.025Z]  Building docker-security-bootstrapper-go ... done  ---> f2975e3d92a6 [2021-03-03T14:31:12.025Z] Step 7/22 : RUN go mod download [2021-03-03T14:31:12.321Z] ---> Running in 21ef5b8357c7 [2021-03-03T14:31:12.443Z] cf41b776e24a: Pushed [2021-03-03T14:31:13.755Z] Removing intermediate container 1a4841df1e7b [2021-03-03T14:31:13.756Z] ---> f81592a23d06 [2021-03-03T14:31:13.756Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T14:31:14.349Z] ---> Running in 1424e56ad57c [2021-03-03T14:31:15.779Z] Removing intermediate container 21ef5b8357c7 [2021-03-03T14:31:15.779Z] ---> 914504ef2b68 [2021-03-03T14:31:15.779Z] Step 8/22 : COPY . . [2021-03-03T14:31:18.417Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:31:18.417Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:31:18.417Z] ---> 17e0387e4cc5 [2021-03-03T14:31:18.417Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:31:18.417Z] ---> Using cache [2021-03-03T14:31:18.417Z] ---> eaafd0f7feb7 [2021-03-03T14:31:18.417Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:31:18.417Z] ---> Using cache [2021-03-03T14:31:18.417Z] ---> e983f67f42c2 [2021-03-03T14:31:18.417Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:31:18.417Z] ---> Using cache [2021-03-03T14:31:18.417Z] ---> 8687d42551f5 [2021-03-03T14:31:18.417Z] Step 6/23 : COPY go.mod . [2021-03-03T14:31:18.417Z] ---> Using cache [2021-03-03T14:31:18.417Z] ---> 2f41be76b4bf [2021-03-03T14:31:18.417Z] Step 7/23 : RUN go mod download [2021-03-03T14:31:18.417Z] ---> Using cache [2021-03-03T14:31:18.417Z] ---> 8cff2694e38b [2021-03-03T14:31:18.417Z] Step 8/23 : COPY . . [2021-03-03T14:31:18.417Z] ---> Using cache [2021-03-03T14:31:18.417Z] ---> 5540a7563119 [2021-03-03T14:31:18.417Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T14:31:19.035Z] 88a548aacfa7: Pushed [2021-03-03T14:31:19.035Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:a606ab200fb4ceccaab719751211a338207412bf47fd5ad2adfcaddd9c79bed3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:19.341Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:19.405Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:31:19.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:31:19.405Z] ---> 17e0387e4cc5 [2021-03-03T14:31:19.405Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:31:19.405Z] ---> Using cache [2021-03-03T14:31:19.405Z] ---> eaafd0f7feb7 [2021-03-03T14:31:19.405Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:31:19.405Z] ---> Using cache [2021-03-03T14:31:19.405Z] ---> e983f67f42c2 [2021-03-03T14:31:19.405Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T14:31:19.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.111 [2021-03-03T14:31:19.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-03T14:31:19.640Z] 5598e9dd9ae8: Preparing [2021-03-03T14:31:19.640Z] e8c58996e317: Preparing [2021-03-03T14:31:19.640Z] 88a548aacfa7: Preparing [2021-03-03T14:31:19.640Z] f6d8dec39d14: Preparing [2021-03-03T14:31:19.640Z] 8aeb55a21a2a: Preparing [2021-03-03T14:31:19.640Z] cf41b776e24a: Preparing [2021-03-03T14:31:19.640Z] 99e5e863dc3b: Preparing [2021-03-03T14:31:19.640Z] 0754057c0ad3: Preparing [2021-03-03T14:31:19.640Z] 998cdf262ab1: Preparing [2021-03-03T14:31:19.640Z] 02e56110abd2: Preparing [2021-03-03T14:31:19.640Z] abc36efb885a: Preparing [2021-03-03T14:31:19.640Z] b0b09059f4e1: Preparing [2021-03-03T14:31:19.640Z] bb961f40224b: Preparing [2021-03-03T14:31:19.640Z] f4666769fca7: Preparing [2021-03-03T14:31:19.640Z] cf41b776e24a: Waiting [2021-03-03T14:31:19.640Z] 02e56110abd2: Waiting [2021-03-03T14:31:19.640Z] 998cdf262ab1: Waiting [2021-03-03T14:31:19.640Z] 0754057c0ad3: Waiting [2021-03-03T14:31:19.640Z] abc36efb885a: Waiting [2021-03-03T14:31:19.640Z] b0b09059f4e1: Waiting [2021-03-03T14:31:19.640Z] f4666769fca7: Waiting [2021-03-03T14:31:19.640Z] bb961f40224b: Waiting [2021-03-03T14:31:19.640Z] 88a548aacfa7: Layer already exists [2021-03-03T14:31:19.640Z] e8c58996e317: Layer already exists [2021-03-03T14:31:19.640Z] 5598e9dd9ae8: Layer already exists [2021-03-03T14:31:19.640Z] f6d8dec39d14: Layer already exists [2021-03-03T14:31:19.640Z] 8aeb55a21a2a: Layer already exists [2021-03-03T14:31:19.640Z] 998cdf262ab1: Layer already exists [2021-03-03T14:31:19.640Z] cf41b776e24a: Layer already exists [2021-03-03T14:31:19.640Z] 0754057c0ad3: Layer already exists [2021-03-03T14:31:19.640Z] 99e5e863dc3b: Layer already exists [2021-03-03T14:31:19.640Z] abc36efb885a: Layer already exists [2021-03-03T14:31:19.640Z] 02e56110abd2: Layer already exists [2021-03-03T14:31:19.640Z] b0b09059f4e1: Layer already exists [2021-03-03T14:31:19.640Z] bb961f40224b: Layer already exists [2021-03-03T14:31:19.640Z] f4666769fca7: Layer already exists [2021-03-03T14:31:19.640Z] 2.0.0-dev.111: digest: sha256:a606ab200fb4ceccaab719751211a338207412bf47fd5ad2adfcaddd9c79bed3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:19.943Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:20.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:20.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-03T14:31:20.240Z] 5598e9dd9ae8: Preparing [2021-03-03T14:31:20.240Z] e8c58996e317: Preparing [2021-03-03T14:31:20.240Z] 88a548aacfa7: Preparing [2021-03-03T14:31:20.240Z] f6d8dec39d14: Preparing [2021-03-03T14:31:20.240Z] 8aeb55a21a2a: Preparing [2021-03-03T14:31:20.240Z] cf41b776e24a: Preparing [2021-03-03T14:31:20.240Z] 99e5e863dc3b: Preparing [2021-03-03T14:31:20.240Z] 0754057c0ad3: Preparing [2021-03-03T14:31:20.240Z] 998cdf262ab1: Preparing [2021-03-03T14:31:20.240Z] 02e56110abd2: Preparing [2021-03-03T14:31:20.240Z] abc36efb885a: Preparing [2021-03-03T14:31:20.240Z] b0b09059f4e1: Preparing [2021-03-03T14:31:20.240Z] bb961f40224b: Preparing [2021-03-03T14:31:20.240Z] f4666769fca7: Preparing [2021-03-03T14:31:20.240Z] 02e56110abd2: Waiting [2021-03-03T14:31:20.240Z] cf41b776e24a: Waiting [2021-03-03T14:31:20.240Z] abc36efb885a: Waiting [2021-03-03T14:31:20.240Z] b0b09059f4e1: Waiting [2021-03-03T14:31:20.240Z] bb961f40224b: Waiting [2021-03-03T14:31:20.240Z] f4666769fca7: Waiting [2021-03-03T14:31:20.240Z] 99e5e863dc3b: Waiting [2021-03-03T14:31:20.240Z] 0754057c0ad3: Waiting [2021-03-03T14:31:20.240Z] 998cdf262ab1: Waiting [2021-03-03T14:31:20.240Z] e8c58996e317: Layer already exists [2021-03-03T14:31:20.240Z] f6d8dec39d14: Layer already exists [2021-03-03T14:31:20.240Z] 8aeb55a21a2a: Layer already exists [2021-03-03T14:31:20.240Z] 88a548aacfa7: Layer already exists [2021-03-03T14:31:20.240Z] 5598e9dd9ae8: Layer already exists [2021-03-03T14:31:20.240Z] cf41b776e24a: Layer already exists [2021-03-03T14:31:20.240Z] 0754057c0ad3: Layer already exists [2021-03-03T14:31:20.240Z] 99e5e863dc3b: Layer already exists [2021-03-03T14:31:20.240Z] 998cdf262ab1: Layer already exists [2021-03-03T14:31:20.240Z] 02e56110abd2: Layer already exists [2021-03-03T14:31:20.240Z] abc36efb885a: Layer already exists [2021-03-03T14:31:20.240Z] b0b09059f4e1: Layer already exists [2021-03-03T14:31:20.240Z] bb961f40224b: Layer already exists [2021-03-03T14:31:20.240Z] f4666769fca7: Layer already exists [2021-03-03T14:31:20.240Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:a606ab200fb4ceccaab719751211a338207412bf47fd5ad2adfcaddd9c79bed3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:20.541Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:20.842Z] ---> Running in 843a8a36b6d0 [2021-03-03T14:31:20.843Z] ---> Running in 731a85941e85 [2021-03-03T14:31:20.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-03T14:31:20.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-03T14:31:20.847Z] 5598e9dd9ae8: Preparing [2021-03-03T14:31:20.847Z] e8c58996e317: Preparing [2021-03-03T14:31:20.847Z] 88a548aacfa7: Preparing [2021-03-03T14:31:20.847Z] f6d8dec39d14: Preparing [2021-03-03T14:31:20.847Z] 8aeb55a21a2a: Preparing [2021-03-03T14:31:20.847Z] cf41b776e24a: Preparing [2021-03-03T14:31:20.847Z] 99e5e863dc3b: Preparing [2021-03-03T14:31:20.847Z] 0754057c0ad3: Preparing [2021-03-03T14:31:20.847Z] 998cdf262ab1: Preparing [2021-03-03T14:31:20.847Z] 02e56110abd2: Preparing [2021-03-03T14:31:20.847Z] abc36efb885a: Preparing [2021-03-03T14:31:20.847Z] b0b09059f4e1: Preparing [2021-03-03T14:31:20.847Z] bb961f40224b: Preparing [2021-03-03T14:31:20.847Z] f4666769fca7: Preparing [2021-03-03T14:31:20.847Z] 02e56110abd2: Waiting [2021-03-03T14:31:20.847Z] cf41b776e24a: Waiting [2021-03-03T14:31:20.847Z] 99e5e863dc3b: Waiting [2021-03-03T14:31:20.847Z] abc36efb885a: Waiting [2021-03-03T14:31:20.847Z] b0b09059f4e1: Waiting [2021-03-03T14:31:20.847Z] bb961f40224b: Waiting [2021-03-03T14:31:20.847Z] f4666769fca7: Waiting [2021-03-03T14:31:20.847Z] 0754057c0ad3: Waiting [2021-03-03T14:31:20.847Z] 998cdf262ab1: Waiting [2021-03-03T14:31:20.847Z] 8aeb55a21a2a: Layer already exists [2021-03-03T14:31:20.847Z] f6d8dec39d14: Layer already exists [2021-03-03T14:31:20.847Z] 88a548aacfa7: Layer already exists [2021-03-03T14:31:20.847Z] e8c58996e317: Layer already exists [2021-03-03T14:31:20.847Z] 5598e9dd9ae8: Layer already exists [2021-03-03T14:31:20.847Z] 0754057c0ad3: Layer already exists [2021-03-03T14:31:20.847Z] cf41b776e24a: Layer already exists [2021-03-03T14:31:20.847Z] 99e5e863dc3b: Layer already exists [2021-03-03T14:31:20.847Z] 998cdf262ab1: Layer already exists [2021-03-03T14:31:20.847Z] abc36efb885a: Layer already exists [2021-03-03T14:31:20.847Z] 02e56110abd2: Layer already exists [2021-03-03T14:31:20.847Z] b0b09059f4e1: Layer already exists [2021-03-03T14:31:20.847Z] f4666769fca7: Layer already exists [2021-03-03T14:31:20.847Z] bb961f40224b: Layer already exists [2021-03-03T14:31:21.108Z] master: digest: sha256:a606ab200fb4ceccaab719751211a338207412bf47fd5ad2adfcaddd9c79bed3 size: 3252 [2021-03-03T14:31:21.115Z] Collecting docker-compose==1.23.2 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:31:21.307Z] ===================================================== [Pipeline] echo [2021-03-03T14:31:21.349Z] taggedImages: [2021-03-03T14:31:21.349Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:31:21.349Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.111 [2021-03-03T14:31:21.349Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:31:21.349Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [2021-03-03T14:31:21.395Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [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-03-03T14:31:22.382Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T14:31:22.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-03T14:31:22.382Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T14:31:22.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:31:23.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:31:23.852Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T14:31:24.130Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T14:31:24.130Z] OK: 217 MiB in 51 packages [2021-03-03T14:31:24.733Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T14:31:24.733Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T14:31:26.719Z] Collecting PyYAML<4,>=3.10 [2021-03-03T14:31:26.719Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T14:31:26.996Z] Removing intermediate container 843a8a36b6d0 [2021-03-03T14:31:26.996Z] ---> 79c0dc77e9ae [2021-03-03T14:31:26.996Z] Step 6/23 : COPY go.mod . [2021-03-03T14:31:28.986Z] ---> 0fcd8b6bc838 [2021-03-03T14:31:28.986Z] Step 7/23 : RUN go mod download [2021-03-03T14:31:29.266Z] ---> Running in 330b4b4bbb50 [2021-03-03T14:31:32.109Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T14:31:32.109Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T14:31:32.530Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:31:32.530Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:31:32.530Z] ---> 17e0387e4cc5 [2021-03-03T14:31:32.530Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:31:32.530Z] ---> Using cache [2021-03-03T14:31:32.530Z] ---> eaafd0f7feb7 [2021-03-03T14:31:32.530Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:31:32.530Z] ---> Using cache [2021-03-03T14:31:32.530Z] ---> e983f67f42c2 [2021-03-03T14:31:32.530Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T14:31:32.530Z] ---> Using cache [2021-03-03T14:31:32.530Z] ---> 8687d42551f5 [2021-03-03T14:31:32.530Z] Step 6/22 : COPY go.mod . [2021-03-03T14:31:32.530Z] ---> Using cache [2021-03-03T14:31:32.530Z] ---> 2f41be76b4bf [2021-03-03T14:31:32.530Z] Step 7/22 : RUN go mod download [2021-03-03T14:31:32.530Z] ---> Using cache [2021-03-03T14:31:32.530Z] ---> 8cff2694e38b [2021-03-03T14:31:32.530Z] Step 8/22 : COPY . . [2021-03-03T14:31:32.530Z] ---> Using cache [2021-03-03T14:31:32.530Z] ---> 5540a7563119 [2021-03-03T14:31:32.530Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T14:31:33.002Z] ---> Running in 708dd20929b8 [2021-03-03T14:31:33.002Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T14:31:33.002Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T14:31:33.640Z] ---> eda74ea075b6 [2021-03-03T14:31:33.640Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T14:31:33.935Z] ---> Running in 0fe726a25eb7 [2021-03-03T14:31:35.421Z] Removing intermediate container 330b4b4bbb50 [2021-03-03T14:31:35.421Z] ---> 9163bd84b8a5 [2021-03-03T14:31:35.421Z] Step 8/23 : COPY . . [2021-03-03T14:31:36.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-03T14:31:36.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-03T14:31:37.312Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T14:31:37.312Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T14:31:40.714Z] 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-03-03T14:31:41.704Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T14:31:41.704Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-03T14:31:42.692Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T14:31:42.692Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T14:31:46.094Z] 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-03-03T14:31:47.084Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T14:31:47.367Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T14:31:47.972Z] 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-03-03T14:31:48.577Z] Collecting idna<2.8,>=2.5 [2021-03-03T14:31:48.577Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T14:31:48.866Z] ---> f9585c153bab [2021-03-03T14:31:48.866Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T14:31:49.140Z] ---> Running in 4eac88a704dd [2021-03-03T14:31:49.140Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T14:31:49.140Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T14:31:49.413Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T14:31:49.413Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T14:31:49.413Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T14:31:49.413Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T14:31:50.854Z] Installing collected packages: jsonschema, urllib3, idna, requests, cached-property, PyYAML, websocket-client, docker-pycreds, docker, docopt, dockerpty, texttable, docker-compose [2021-03-03T14:31:50.854Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.111" -o cmd/core-data/core-data ./cmd/core-data [2021-03-03T14:31:51.455Z] Attempting uninstall: urllib3 [2021-03-03T14:31:51.455Z] Found existing installation: urllib3 1.25.9 [2021-03-03T14:31:51.455Z] Uninstalling urllib3-1.25.9: [2021-03-03T14:31:51.731Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T14:31:52.331Z] Attempting uninstall: idna [2021-03-03T14:31:52.331Z] Found existing installation: idna 2.9 [2021-03-03T14:31:52.331Z] Uninstalling idna-2.9: [2021-03-03T14:31:52.605Z] Successfully uninstalled idna-2.9 [2021-03-03T14:31:53.591Z] Attempting uninstall: requests [2021-03-03T14:31:53.591Z] Found existing installation: requests 2.23.0 [2021-03-03T14:31:53.591Z] Uninstalling requests-2.23.0: [2021-03-03T14:31:53.591Z] Successfully uninstalled requests-2.23.0 [2021-03-03T14:31:54.192Z] Running setup.py install for PyYAML: started [2021-03-03T14:31:58.513Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T14:31:59.501Z] Running setup.py install for docopt: started [2021-03-03T14:32:02.134Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T14:32:02.134Z] Running setup.py install for dockerpty: started [2021-03-03T14:32:05.552Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T14:32:05.552Z] Running setup.py install for texttable: started [2021-03-03T14:32:08.192Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T14:32:09.180Z] 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-03-03T14:32:14.617Z] Removing intermediate container 1424e56ad57c [2021-03-03T14:32:14.617Z] ---> 3c2ddc3b3f32 [2021-03-03T14:32:14.617Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T14:32:14.894Z] ---> Running in 2b92ab7b5c9f [2021-03-03T14:32:16.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:32:17.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:32:18.157Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:32:18.157Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T14:32:18.157Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T14:32:18.157Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:32:18.157Z] OK: 71 MiB in 58 packages [2021-03-03T14:32:20.151Z] Removing intermediate container 2b92ab7b5c9f [2021-03-03T14:32:20.151Z] ---> 254b7410e445 [2021-03-03T14:32:20.151Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T14:32:20.151Z] ---> Running in ec1b5a2e05a6 [2021-03-03T14:32:20.756Z] Removing intermediate container ec1b5a2e05a6 [2021-03-03T14:32:20.756Z] ---> 9282f6b65234 [2021-03-03T14:32:20.756Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:32:21.032Z] ---> Running in 44820d6c3f68 [2021-03-03T14:32:21.641Z] Removing intermediate container 44820d6c3f68 [2021-03-03T14:32:21.641Z] ---> 06c54e2aa78d [2021-03-03T14:32:21.641Z] Step 24/26 : LABEL arch=arm64 [2021-03-03T14:32:21.918Z] ---> Running in 12f892724320 [2021-03-03T14:32:22.521Z] Removing intermediate container 12f892724320 [2021-03-03T14:32:22.521Z] ---> ba18aaf821f1 [2021-03-03T14:32:22.521Z] Step 25/26 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:32:22.799Z] ---> Running in 724ad5761794 [2021-03-03T14:32:23.404Z] Removing intermediate container 724ad5761794 [2021-03-03T14:32:23.404Z] ---> 12470abbc951 [2021-03-03T14:32:23.404Z] Step 26/26 : LABEL version=2.0.0-dev.111 [2021-03-03T14:32:23.684Z] ---> Running in 3615f0e75889 [2021-03-03T14:32:24.295Z] Removing intermediate container 3615f0e75889 [2021-03-03T14:32:24.295Z] ---> 3f3836f20e7d [2021-03-03T14:32:24.295Z] [2021-03-03T14:32:24.578Z] Successfully built 3f3836f20e7d [2021-03-03T14:32:24.578Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-03T14:33:32.633Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0fe726a25eb7 [2021-03-03T14:33:32.633Z] ---> 93d761c370ab [2021-03-03T14:33:32.633Z] [2021-03-03T14:33:32.633Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:33:32.633Z] ---> d10569e2745f [2021-03-03T14:33:32.633Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T14:33:32.633Z] Removing intermediate container 708dd20929b8 [2021-03-03T14:33:32.633Z] ---> 68cdb1c25001 [2021-03-03T14:33:32.633Z] [2021-03-03T14:33:32.633Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:33:32.633Z] ---> d10569e2745f [2021-03-03T14:33:32.633Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:33:32.633Z] ---> Using cache [2021-03-03T14:33:32.633Z] ---> ff39833aeadf [2021-03-03T14:33:32.633Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:33:32.633Z] ---> Using cache [2021-03-03T14:33:32.633Z] ---> 9059de6fde0f [2021-03-03T14:33:32.633Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T14:33:32.633Z] ---> Running in e2ab79ca7b1f [2021-03-03T14:33:32.633Z] Removing intermediate container 731a85941e85 [2021-03-03T14:33:32.633Z] ---> f4863f4f35e9 [2021-03-03T14:33:32.633Z] [2021-03-03T14:33:32.633Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:33:32.633Z] ---> d10569e2745f [2021-03-03T14:33:32.633Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:33:32.633Z] ---> Using cache [2021-03-03T14:33:32.633Z] ---> ff39833aeadf [2021-03-03T14:33:32.633Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:33:32.633Z] ---> Using cache [2021-03-03T14:33:32.633Z] ---> 9059de6fde0f [2021-03-03T14:33:32.633Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T14:33:32.633Z] ---> Running in 60146b087f89 [2021-03-03T14:33:32.633Z] ---> Running in e046b91ba505 [2021-03-03T14:33:32.633Z] Removing intermediate container 60146b087f89 [2021-03-03T14:33:32.633Z] ---> d9dde2c4b86d [2021-03-03T14:33:32.633Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:33:32.633Z] Removing intermediate container e046b91ba505 [2021-03-03T14:33:32.633Z] ---> 2f58b8e3c168 [2021-03-03T14:33:32.633Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:33:32.633Z] ---> Running in c19737bf276f [2021-03-03T14:33:32.633Z] ---> Running in fb20f660d16d [2021-03-03T14:33:32.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:33:32.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:33:32.633Z] Removing intermediate container c19737bf276f [2021-03-03T14:33:32.633Z] ---> c8ede15e5504 [2021-03-03T14:33:32.633Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:33:32.633Z] Removing intermediate container fb20f660d16d [2021-03-03T14:33:32.633Z] ---> beff0eb2b3de [2021-03-03T14:33:32.633Z] Step 15/23 : WORKDIR / [2021-03-03T14:33:32.633Z] ---> Running in c3793319c7c2 [2021-03-03T14:33:32.633Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T14:33:32.633Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:33:32.633Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:33:32.633Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:33:32.633Z] OK: 6 MiB in 16 packages [2021-03-03T14:33:32.633Z] ---> 629f6bc1e2e2 [2021-03-03T14:33:32.633Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T14:33:32.633Z] Removing intermediate container c3793319c7c2 [2021-03-03T14:33:32.633Z] ---> f2c1022c242c [2021-03-03T14:33:32.633Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:33:32.633Z] ---> 9b9b5815ada1 [2021-03-03T14:33:32.633Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T14:33:32.633Z] Removing intermediate container e2ab79ca7b1f [2021-03-03T14:33:32.633Z] ---> d26d5671aacf [2021-03-03T14:33:32.633Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:33:32.909Z] ---> 5cb88bdb62c9 [2021-03-03T14:33:32.909Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:33.182Z] ---> Running in 7c7142811c58 [2021-03-03T14:33:33.794Z] ---> 1d61f1e5b8b5 [2021-03-03T14:33:33.795Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:33.795Z] Removing intermediate container 7c7142811c58 [2021-03-03T14:33:33.795Z] ---> 66eac312d29a [2021-03-03T14:33:33.795Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T14:33:34.067Z] ---> 255c4b63400b [2021-03-03T14:33:34.067Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T14:33:34.067Z] ---> Running in 4283ba5dc5e8 [2021-03-03T14:33:34.343Z] ---> Running in e70c5852e6b9 [2021-03-03T14:33:34.937Z] ---> 210bcf224530 [2021-03-03T14:33:34.937Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T14:33:34.937Z] Removing intermediate container 4283ba5dc5e8 [2021-03-03T14:33:34.937Z] ---> c69567259bb5 [2021-03-03T14:33:34.937Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:33:34.937Z] Removing intermediate container e70c5852e6b9 [2021-03-03T14:33:34.937Z] ---> ecacab25c06d [2021-03-03T14:33:34.937Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:33:35.210Z] ---> Running in f3579b795b9f [2021-03-03T14:33:35.210Z] ---> Running in 68a33204dfef [2021-03-03T14:33:35.210Z] ---> Running in 00c8ed7c2ff7 [2021-03-03T14:33:35.812Z] Removing intermediate container 68a33204dfef [2021-03-03T14:33:35.812Z] ---> ea41a99b20ba [2021-03-03T14:33:35.812Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:33:35.812Z] Removing intermediate container 00c8ed7c2ff7 [2021-03-03T14:33:35.812Z] ---> 9d17c0a4a08c [2021-03-03T14:33:35.812Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T14:33:36.082Z] Removing intermediate container f3579b795b9f [2021-03-03T14:33:36.082Z] ---> c644903fa86e [2021-03-03T14:33:36.082Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:33:36.082Z] ---> Running in 0295ca7b941c [2021-03-03T14:33:36.082Z] ---> Running in 5e6ea85cd9b8 [2021-03-03T14:33:36.673Z] Removing intermediate container 5e6ea85cd9b8 [2021-03-03T14:33:36.673Z] ---> a068a545cc0a [2021-03-03T14:33:36.673Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:33:36.673Z] Removing intermediate container 0295ca7b941c [2021-03-03T14:33:36.673Z] ---> e2ec7ce04472 [2021-03-03T14:33:36.673Z] Step 21/22 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:33:36.943Z] ---> 7f1b886cc092 [2021-03-03T14:33:36.943Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T14:33:36.943Z] ---> Running in d174f7df6ab8 [2021-03-03T14:33:36.943Z] ---> Running in 4f001295e3a0 [2021-03-03T14:33:37.535Z] Removing intermediate container d174f7df6ab8 [2021-03-03T14:33:37.535Z] ---> 1f0bc9db5c2a [2021-03-03T14:33:37.535Z] Step 22/23 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:33:37.817Z] Removing intermediate container 4f001295e3a0 [2021-03-03T14:33:37.817Z] ---> 48cc69f990d5 [2021-03-03T14:33:37.817Z] Step 22/22 : LABEL version=2.0.0-dev.111 [2021-03-03T14:33:37.817Z] ---> Running in e9635f43ab51 [2021-03-03T14:33:38.098Z] ---> Running in c230d49d80e6 [2021-03-03T14:33:38.372Z] ---> 71da71f9d2e5 [2021-03-03T14:33:38.372Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:38.644Z] Removing intermediate container e9635f43ab51 [2021-03-03T14:33:38.644Z] ---> b1a4529c03c2 [2021-03-03T14:33:38.644Z] Step 23/23 : LABEL version=2.0.0-dev.111 [2021-03-03T14:33:39.002Z] ---> Running in 86e1040909e5 [2021-03-03T14:33:39.002Z] Removing intermediate container c230d49d80e6 [2021-03-03T14:33:39.002Z] ---> 45455453bce0 [2021-03-03T14:33:39.002Z] [2021-03-03T14:33:39.275Z] Successfully built 45455453bce0 [2021-03-03T14:33:39.275Z] ---> 53c8b5b86b55 [2021-03-03T14:33:39.275Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T14:33:39.275Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-03T14:33:39.557Z]  Building docker-support-scheduler-go ... done Removing intermediate container 86e1040909e5 [2021-03-03T14:33:39.557Z] ---> b72b398a32b1 [2021-03-03T14:33:39.557Z] [2021-03-03T14:33:39.557Z] ---> Running in 1c14f09cd708 [2021-03-03T14:33:40.179Z] Successfully built b72b398a32b1 [2021-03-03T14:33:40.179Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-03T14:33:40.459Z]  Building docker-core-metadata-go ... done Removing intermediate container 1c14f09cd708 [2021-03-03T14:33:40.459Z] ---> 031e78b222cd [2021-03-03T14:33:40.459Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:33:40.754Z] ---> Running in 89e78bd3f1d9 [2021-03-03T14:33:41.734Z] Removing intermediate container 89e78bd3f1d9 [2021-03-03T14:33:41.734Z] ---> 571ae1e1fea3 [2021-03-03T14:33:41.734Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T14:33:42.005Z] ---> Running in 1e141a2f961e [2021-03-03T14:33:42.005Z] Removing intermediate container 4eac88a704dd [2021-03-03T14:33:42.005Z] ---> 566389440e6e [2021-03-03T14:33:42.005Z] [2021-03-03T14:33:42.005Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:33:42.005Z] ---> d10569e2745f [2021-03-03T14:33:42.005Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T14:33:42.279Z] ---> Running in b59dea3f7987 [2021-03-03T14:33:42.551Z] Removing intermediate container 1e141a2f961e [2021-03-03T14:33:42.551Z] ---> 8ce80f4f33b3 [2021-03-03T14:33:42.551Z] Step 21/22 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:33:42.829Z] ---> Running in 9a434f58d9a0 [2021-03-03T14:33:42.829Z] Removing intermediate container b59dea3f7987 [2021-03-03T14:33:42.829Z] ---> 077778fa58c8 [2021-03-03T14:33:42.829Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T14:33:42.829Z] ---> Running in 9c0f3fe3143f [2021-03-03T14:33:43.419Z] Removing intermediate container 9a434f58d9a0 [2021-03-03T14:33:43.419Z] ---> 2b11847d35f6 [2021-03-03T14:33:43.419Z] Step 22/22 : LABEL version=2.0.0-dev.111 [2021-03-03T14:33:43.419Z] ---> Running in 84ca2927c379 [2021-03-03T14:33:43.419Z] Removing intermediate container 9c0f3fe3143f [2021-03-03T14:33:43.419Z] ---> e77601a63b7c [2021-03-03T14:33:43.419Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T14:33:43.691Z] ---> Running in f5480d96ed28 [2021-03-03T14:33:43.967Z] Removing intermediate container 84ca2927c379 [2021-03-03T14:33:43.967Z] ---> 4cf5f75b9dd1 [2021-03-03T14:33:43.967Z] [2021-03-03T14:33:44.237Z] Removing intermediate container f5480d96ed28 [2021-03-03T14:33:44.237Z] ---> fcf129b4f9a1 [2021-03-03T14:33:44.237Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:33:44.237Z] Successfully built 4cf5f75b9dd1 [2021-03-03T14:33:44.237Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-03T14:33:44.508Z]  Building docker-support-notifications-go ... done  ---> Running in 01e2969b10d5 [2021-03-03T14:33:46.480Z] Removing intermediate container 01e2969b10d5 [2021-03-03T14:33:46.480Z] ---> 9206bebfb4b2 [2021-03-03T14:33:46.480Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T14:33:46.480Z] ---> Running in 8dd5ffd2376c [2021-03-03T14:33:47.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:33:48.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:33:49.479Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T14:33:49.479Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T14:33:49.479Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T14:33:49.479Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T14:33:49.749Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T14:33:50.019Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T14:33:50.019Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:33:50.291Z] OK: 8 MiB in 20 packages [2021-03-03T14:33:51.274Z] Removing intermediate container 8dd5ffd2376c [2021-03-03T14:33:51.274Z] ---> 778143d5e501 [2021-03-03T14:33:51.274Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:33:52.251Z] ---> f31b911a907f [2021-03-03T14:33:52.251Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T14:33:53.677Z] ---> 8f77b1816114 [2021-03-03T14:33:53.677Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:53.948Z] ---> 2eb67d6ab6ae [2021-03-03T14:33:54.220Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T14:33:54.220Z] ---> Running in cb948bd83e45 [2021-03-03T14:33:54.814Z] Removing intermediate container cb948bd83e45 [2021-03-03T14:33:54.814Z] ---> 7721493ca45b [2021-03-03T14:33:54.814Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:33:54.814Z] ---> Running in b324b03fa1dd [2021-03-03T14:33:55.407Z] Removing intermediate container b324b03fa1dd [2021-03-03T14:33:55.407Z] ---> 44b605f20944 [2021-03-03T14:33:55.407Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:33:55.407Z] ---> Running in 3ba0d1710fc1 [2021-03-03T14:33:56.000Z] Removing intermediate container 3ba0d1710fc1 [2021-03-03T14:33:56.000Z] ---> e656b68d56f0 [2021-03-03T14:33:56.000Z] Step 22/23 : LABEL git_sha=f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:33:56.000Z] ---> Running in 530ce3a3c18d [2021-03-03T14:33:56.597Z] Removing intermediate container 530ce3a3c18d [2021-03-03T14:33:56.597Z] ---> 26d5f20bbca1 [2021-03-03T14:33:56.597Z] Step 23/23 : LABEL version=2.0.0-dev.111 [2021-03-03T14:33:56.597Z] ---> Running in 3a94fecad7bb [2021-03-03T14:33:57.189Z] Removing intermediate container 3a94fecad7bb [2021-03-03T14:33:57.189Z] ---> 5263c68a7a40 [2021-03-03T14:33:57.189Z] [2021-03-03T14:33:57.189Z] Successfully built 5263c68a7a40 [2021-03-03T14:33:57.460Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-03T14:33:57.743Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-03T14:33:57.751Z] $ docker stop --time=1 3cf413bfa027765b94e79494c47219f3191b7b807e21519f57057bf2d57acf69 [2021-03-03T14:33:59.677Z] $ docker rm -f 3cf413bfa027765b94e79494c47219f3191b7b807e21519f57057bf2d57acf69 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:34:00.502Z] + + grep dockerdocker [2021-03-03T14:34:00.502Z] images [2021-03-03T14:34:00.774Z] docker-core-data-go-arm64 latest 5263c68a7a40 4 seconds ago 21.1MB [2021-03-03T14:34:00.774Z] docker-support-notifications-go-arm64 latest 4cf5f75b9dd1 17 seconds ago 16.9MB [2021-03-03T14:34:00.774Z] docker-core-metadata-go-arm64 latest b72b398a32b1 21 seconds ago 17.9MB [2021-03-03T14:34:00.774Z] docker-support-scheduler-go-arm64 latest 45455453bce0 22 seconds ago 16.3MB [2021-03-03T14:34:00.774Z] docker-sys-mgmt-agent-go-arm64 latest 3f3836f20e7d About a minute ago 300MB [2021-03-03T14:34:00.774Z] docker-security-bootstrapper-go-arm64 latest 60a1ddc683bb 2 minutes ago 17.6MB [2021-03-03T14:34:00.774Z] docker-security-secretstore-setup-go-arm64 latest 8864140faa3e 3 minutes ago 23.7MB [2021-03-03T14:34:00.775Z] docker-core-command-go-arm64 latest 67167121c9fd 3 minutes ago 16.2MB [2021-03-03T14:34:00.775Z] docker-security-proxy-setup-go-arm64 latest 26af3fa9c22d 3 minutes ago 23.4MB [2021-03-03T14:34:00.775Z] docker 20.10.0 eeaf43b92773 2 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-03-03T14:34:01.303Z] provisioning config files... [2021-03-03T14:34:01.343Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/378@tmp/config6755070000926088205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:34:01.733Z] ---> docker-login.sh [2021-03-03T14:34:01.733Z] nexus3.edgexfoundry.org:10001 [2021-03-03T14:34:02.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:34:02.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:34:02.282Z] Configure a credential helper to remove this warning. See [2021-03-03T14:34:02.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:34:02.282Z] [2021-03-03T14:34:02.282Z] Login Succeeded [2021-03-03T14:34:02.282Z] nexus3.edgexfoundry.org:10002 [2021-03-03T14:34:02.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:34:02.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:34:02.878Z] Configure a credential helper to remove this warning. See [2021-03-03T14:34:02.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:34:02.878Z] [2021-03-03T14:34:02.878Z] Login Succeeded [2021-03-03T14:34:02.878Z] nexus3.edgexfoundry.org:10003 [2021-03-03T14:34:03.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:34:03.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:34:03.473Z] Configure a credential helper to remove this warning. See [2021-03-03T14:34:03.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:34:03.473Z] [2021-03-03T14:34:03.473Z] Login Succeeded [2021-03-03T14:34:03.473Z] nexus3.edgexfoundry.org:10004 [2021-03-03T14:34:04.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:34:04.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:34:04.067Z] Configure a credential helper to remove this warning. See [2021-03-03T14:34:04.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:34:04.067Z] [2021-03-03T14:34:04.067Z] Login Succeeded [2021-03-03T14:34:04.067Z] docker.io [2021-03-03T14:34:04.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:34:04.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:34:04.932Z] Configure a credential helper to remove this warning. See [2021-03-03T14:34:04.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:34:04.932Z] [2021-03-03T14:34:04.932Z] Login Succeeded [2021-03-03T14:34:04.932Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T14:34:04.949Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:34:05.154Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-03T14:34:05.154Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:05.154Z] 2.0.0-dev.111 [2021-03-03T14:34:05.154Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:05.154Z] master [2021-03-03T14:34:05.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:05.720Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:06.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:06.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-03T14:34:06.054Z] ade6b0997f0c: Preparing [2021-03-03T14:34:06.054Z] 1e10098dd8b5: Preparing [2021-03-03T14:34:06.054Z] 83172442490b: Preparing [2021-03-03T14:34:06.054Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:06.054Z] 02a88cfff88f: Preparing [2021-03-03T14:34:06.324Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:06.324Z] ade6b0997f0c: Pushed [2021-03-03T14:34:06.324Z] e62dfac8ecc8: Pushed [2021-03-03T14:34:06.324Z] 83172442490b: Pushed [2021-03-03T14:34:08.932Z] 1e10098dd8b5: Pushed [2021-03-03T14:34:09.527Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:ec4b08b4312fb6eb77f7a20cb1eb288cedc24b693556ed98abe719c1ef8784ee size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:09.871Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:10.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:10.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-03T14:34:10.208Z] ade6b0997f0c: Preparing [2021-03-03T14:34:10.208Z] 1e10098dd8b5: Preparing [2021-03-03T14:34:10.208Z] 83172442490b: Preparing [2021-03-03T14:34:10.208Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:10.208Z] 02a88cfff88f: Preparing [2021-03-03T14:34:10.479Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:34:10.479Z] 83172442490b: Layer already exists [2021-03-03T14:34:10.479Z] 1e10098dd8b5: Layer already exists [2021-03-03T14:34:10.479Z] ade6b0997f0c: Layer already exists [2021-03-03T14:34:10.479Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:10.479Z] 2.0.0-dev.111: digest: sha256:ec4b08b4312fb6eb77f7a20cb1eb288cedc24b693556ed98abe719c1ef8784ee size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:10.821Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:11.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:11.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-03T14:34:11.161Z] ade6b0997f0c: Preparing [2021-03-03T14:34:11.161Z] 1e10098dd8b5: Preparing [2021-03-03T14:34:11.161Z] 83172442490b: Preparing [2021-03-03T14:34:11.161Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:11.161Z] 02a88cfff88f: Preparing [2021-03-03T14:34:11.432Z] ade6b0997f0c: Layer already exists [2021-03-03T14:34:11.432Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:34:11.432Z] 1e10098dd8b5: Layer already exists [2021-03-03T14:34:11.432Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:11.432Z] 83172442490b: Layer already exists [2021-03-03T14:34:11.432Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:ec4b08b4312fb6eb77f7a20cb1eb288cedc24b693556ed98abe719c1ef8784ee size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:11.776Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:12.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-03T14:34:12.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-03T14:34:12.112Z] ade6b0997f0c: Preparing [2021-03-03T14:34:12.112Z] 1e10098dd8b5: Preparing [2021-03-03T14:34:12.112Z] 83172442490b: Preparing [2021-03-03T14:34:12.112Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:12.112Z] 02a88cfff88f: Preparing [2021-03-03T14:34:12.383Z] ade6b0997f0c: Layer already exists [2021-03-03T14:34:12.383Z] 1e10098dd8b5: Layer already exists [2021-03-03T14:34:12.383Z] 83172442490b: Layer already exists [2021-03-03T14:34:12.383Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:34:12.383Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:12.383Z] master: digest: sha256:ec4b08b4312fb6eb77f7a20cb1eb288cedc24b693556ed98abe719c1ef8784ee size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:34:12.590Z] ===================================================== [Pipeline] echo [2021-03-03T14:34:12.641Z] taggedImages: [2021-03-03T14:34:12.641Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:12.641Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:12.641Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:12.641Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-03T14:34:12.704Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-03T14:34:12.704Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:12.704Z] 2.0.0-dev.111 [2021-03-03T14:34:12.704Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:12.704Z] master [2021-03-03T14:34:12.704Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:13.228Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:13.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:13.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-03T14:34:13.561Z] b988bc151a98: Preparing [2021-03-03T14:34:13.561Z] 32ef28371673: Preparing [2021-03-03T14:34:13.561Z] 83172442490b: Preparing [2021-03-03T14:34:13.561Z] 07283b8559e8: Preparing [2021-03-03T14:34:13.561Z] 4770bb0b6b1d: Preparing [2021-03-03T14:34:13.561Z] 02a88cfff88f: Preparing [2021-03-03T14:34:13.832Z] 83172442490b: Layer already exists [2021-03-03T14:34:13.832Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:13.832Z] 4770bb0b6b1d: Pushed [2021-03-03T14:34:13.832Z] b988bc151a98: Pushed [2021-03-03T14:34:14.429Z] 07283b8559e8: Pushed [2021-03-03T14:34:17.033Z] 32ef28371673: Pushed [2021-03-03T14:34:17.033Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:136868d90cd760b19d122af02e05d903ed034dd117083f76b16cfe2f431d0e0b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:17.375Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:17.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:17.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-03T14:34:17.749Z] b988bc151a98: Preparing [2021-03-03T14:34:17.749Z] 32ef28371673: Preparing [2021-03-03T14:34:17.749Z] 83172442490b: Preparing [2021-03-03T14:34:17.749Z] 07283b8559e8: Preparing [2021-03-03T14:34:17.749Z] 4770bb0b6b1d: Preparing [2021-03-03T14:34:17.749Z] 02a88cfff88f: Preparing [2021-03-03T14:34:17.749Z] 02a88cfff88f: Waiting [2021-03-03T14:34:18.032Z] 83172442490b: Layer already exists [2021-03-03T14:34:18.033Z] 07283b8559e8: Layer already exists [2021-03-03T14:34:18.033Z] b988bc151a98: Layer already exists [2021-03-03T14:34:18.033Z] 4770bb0b6b1d: Layer already exists [2021-03-03T14:34:18.033Z] 32ef28371673: Layer already exists [2021-03-03T14:34:18.033Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:18.033Z] 2.0.0-dev.111: digest: sha256:136868d90cd760b19d122af02e05d903ed034dd117083f76b16cfe2f431d0e0b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:18.395Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:18.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:18.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-03T14:34:18.747Z] b988bc151a98: Preparing [2021-03-03T14:34:18.747Z] 32ef28371673: Preparing [2021-03-03T14:34:18.747Z] 83172442490b: Preparing [2021-03-03T14:34:18.747Z] 07283b8559e8: Preparing [2021-03-03T14:34:18.747Z] 4770bb0b6b1d: Preparing [2021-03-03T14:34:18.747Z] 02a88cfff88f: Preparing [2021-03-03T14:34:18.747Z] 02a88cfff88f: Waiting [2021-03-03T14:34:19.026Z] 83172442490b: Layer already exists [2021-03-03T14:34:19.026Z] 07283b8559e8: Layer already exists [2021-03-03T14:34:19.026Z] 32ef28371673: Layer already exists [2021-03-03T14:34:19.026Z] b988bc151a98: Layer already exists [2021-03-03T14:34:19.026Z] 4770bb0b6b1d: Layer already exists [2021-03-03T14:34:19.026Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:19.026Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:136868d90cd760b19d122af02e05d903ed034dd117083f76b16cfe2f431d0e0b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:19.371Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:19.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-03T14:34:19.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-03T14:34:19.988Z] b988bc151a98: Preparing [2021-03-03T14:34:19.988Z] 32ef28371673: Preparing [2021-03-03T14:34:19.988Z] 83172442490b: Preparing [2021-03-03T14:34:19.988Z] 07283b8559e8: Preparing [2021-03-03T14:34:19.988Z] 4770bb0b6b1d: Preparing [2021-03-03T14:34:19.988Z] 02a88cfff88f: Preparing [2021-03-03T14:34:19.988Z] 02a88cfff88f: Waiting [2021-03-03T14:34:20.259Z] b988bc151a98: Layer already exists [2021-03-03T14:34:20.260Z] 4770bb0b6b1d: Layer already exists [2021-03-03T14:34:20.260Z] 32ef28371673: Layer already exists [2021-03-03T14:34:20.260Z] 07283b8559e8: Layer already exists [2021-03-03T14:34:20.260Z] 83172442490b: Layer already exists [2021-03-03T14:34:20.260Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:20.260Z] master: digest: sha256:136868d90cd760b19d122af02e05d903ed034dd117083f76b16cfe2f431d0e0b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:34:20.477Z] ===================================================== [Pipeline] echo [2021-03-03T14:34:20.524Z] taggedImages: [2021-03-03T14:34:20.524Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:20.524Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:20.524Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:20.524Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-03T14:34:20.606Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-03T14:34:20.606Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:20.606Z] 2.0.0-dev.111 [2021-03-03T14:34:20.606Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:20.606Z] master [2021-03-03T14:34:20.606Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:21.183Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:21.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:21.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-03T14:34:21.522Z] 01bd449e1884: Preparing [2021-03-03T14:34:21.522Z] 3df8941333f7: Preparing [2021-03-03T14:34:21.522Z] 83172442490b: Preparing [2021-03-03T14:34:21.522Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:21.522Z] 02a88cfff88f: Preparing [2021-03-03T14:34:21.795Z] 83172442490b: Layer already exists [2021-03-03T14:34:21.795Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:21.795Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:34:21.795Z] 01bd449e1884: Pushed [2021-03-03T14:34:24.399Z] 3df8941333f7: Pushed [2021-03-03T14:34:24.670Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:d0b18d7be010617c3b616054cd4d15436b67f4d5a025f84c592d8aa075a3dcac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:25.009Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:25.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:25.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-03T14:34:25.339Z] 01bd449e1884: Preparing [2021-03-03T14:34:25.339Z] 3df8941333f7: Preparing [2021-03-03T14:34:25.339Z] 83172442490b: Preparing [2021-03-03T14:34:25.339Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:25.339Z] 02a88cfff88f: Preparing [2021-03-03T14:34:25.610Z] 01bd449e1884: Layer already exists [2021-03-03T14:34:25.610Z] 83172442490b: Layer already exists [2021-03-03T14:34:25.610Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:25.610Z] 3df8941333f7: Layer already exists [2021-03-03T14:34:25.610Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:34:25.610Z] 2.0.0-dev.111: digest: sha256:d0b18d7be010617c3b616054cd4d15436b67f4d5a025f84c592d8aa075a3dcac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:25.952Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:26.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:26.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-03T14:34:26.293Z] 01bd449e1884: Preparing [2021-03-03T14:34:26.293Z] 3df8941333f7: Preparing [2021-03-03T14:34:26.293Z] 83172442490b: Preparing [2021-03-03T14:34:26.293Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:26.293Z] 02a88cfff88f: Preparing [2021-03-03T14:34:26.563Z] 01bd449e1884: Layer already exists [2021-03-03T14:34:26.563Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:26.563Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:34:26.563Z] 3df8941333f7: Layer already exists [2021-03-03T14:34:26.563Z] 83172442490b: Layer already exists [2021-03-03T14:34:26.563Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:d0b18d7be010617c3b616054cd4d15436b67f4d5a025f84c592d8aa075a3dcac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:26.902Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:27.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-03T14:34:27.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-03T14:34:27.239Z] 01bd449e1884: Preparing [2021-03-03T14:34:27.239Z] 3df8941333f7: Preparing [2021-03-03T14:34:27.239Z] 83172442490b: Preparing [2021-03-03T14:34:27.239Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:27.239Z] 02a88cfff88f: Preparing [2021-03-03T14:34:27.508Z] 3df8941333f7: Layer already exists [2021-03-03T14:34:27.508Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:34:27.508Z] 83172442490b: Layer already exists [2021-03-03T14:34:27.508Z] 01bd449e1884: Layer already exists [2021-03-03T14:34:27.508Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:27.508Z] master: digest: sha256:d0b18d7be010617c3b616054cd4d15436b67f4d5a025f84c592d8aa075a3dcac size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:34:27.695Z] ===================================================== [Pipeline] echo [2021-03-03T14:34:27.740Z] taggedImages: [2021-03-03T14:34:27.740Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:27.740Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:27.740Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:27.740Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-03T14:34:27.802Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-03T14:34:27.803Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:27.803Z] 2.0.0-dev.111 [2021-03-03T14:34:27.803Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:27.803Z] master [2021-03-03T14:34:27.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:28.298Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:28.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:28.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-03T14:34:28.636Z] 04f49aec515a: Preparing [2021-03-03T14:34:28.636Z] 04f49aec515a: Preparing [2021-03-03T14:34:28.636Z] cf7698b27940: Preparing [2021-03-03T14:34:28.636Z] 47edacb2426f: Preparing [2021-03-03T14:34:28.636Z] ec0927673ee2: Preparing [2021-03-03T14:34:28.636Z] 83172442490b: Preparing [2021-03-03T14:34:28.636Z] 74cc4ec16a5b: Preparing [2021-03-03T14:34:28.636Z] 74cc4ec16a5b: Preparing [2021-03-03T14:34:28.636Z] 2d7230b05812: Preparing [2021-03-03T14:34:28.636Z] 74cc4ec16a5b: Waiting [2021-03-03T14:34:28.636Z] 0ef320339407: Preparing [2021-03-03T14:34:28.636Z] 02a88cfff88f: Preparing [2021-03-03T14:34:28.636Z] 0ef320339407: Waiting [2021-03-03T14:34:28.636Z] 02a88cfff88f: Waiting [2021-03-03T14:34:28.636Z] 2d7230b05812: Waiting [2021-03-03T14:34:28.906Z] 83172442490b: Layer already exists [2021-03-03T14:34:28.906Z] cf7698b27940: Pushed [2021-03-03T14:34:29.176Z] 47edacb2426f: Pushed [2021-03-03T14:34:29.176Z] 74cc4ec16a5b: Pushed [2021-03-03T14:34:29.176Z] 04f49aec515a: Pushed [2021-03-03T14:34:29.177Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:29.177Z] 2d7230b05812: Pushed [2021-03-03T14:34:29.448Z] 0ef320339407: Pushed [2021-03-03T14:34:32.049Z] ec0927673ee2: Pushed [2021-03-03T14:34:32.049Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:85052ae5acb7c1baeb3e41791271d493decdb3ca9665ec7ecb727075ed0bd170 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:32.391Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:32.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:32.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-03T14:34:32.730Z] 04f49aec515a: Preparing [2021-03-03T14:34:32.730Z] 04f49aec515a: Preparing [2021-03-03T14:34:32.730Z] cf7698b27940: Preparing [2021-03-03T14:34:32.730Z] 47edacb2426f: Preparing [2021-03-03T14:34:32.730Z] ec0927673ee2: Preparing [2021-03-03T14:34:32.730Z] 83172442490b: Preparing [2021-03-03T14:34:32.730Z] 74cc4ec16a5b: Preparing [2021-03-03T14:34:32.730Z] 74cc4ec16a5b: Preparing [2021-03-03T14:34:32.730Z] 2d7230b05812: Preparing [2021-03-03T14:34:32.730Z] 0ef320339407: Preparing [2021-03-03T14:34:32.730Z] 02a88cfff88f: Preparing [2021-03-03T14:34:32.730Z] 2d7230b05812: Waiting [2021-03-03T14:34:32.730Z] 0ef320339407: Waiting [2021-03-03T14:34:32.730Z] 02a88cfff88f: Waiting [2021-03-03T14:34:32.730Z] 74cc4ec16a5b: Waiting [2021-03-03T14:34:33.001Z] 04f49aec515a: Layer already exists [2021-03-03T14:34:33.001Z] ec0927673ee2: Layer already exists [2021-03-03T14:34:33.001Z] 47edacb2426f: Layer already exists [2021-03-03T14:34:33.001Z] cf7698b27940: Layer already exists [2021-03-03T14:34:33.001Z] 83172442490b: Layer already exists [2021-03-03T14:34:33.001Z] 2d7230b05812: Layer already exists [2021-03-03T14:34:33.001Z] 0ef320339407: Layer already exists [2021-03-03T14:34:33.001Z] 74cc4ec16a5b: Layer already exists [2021-03-03T14:34:33.001Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:33.001Z] 2.0.0-dev.111: digest: sha256:85052ae5acb7c1baeb3e41791271d493decdb3ca9665ec7ecb727075ed0bd170 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:33.341Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:33.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:33.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-03T14:34:33.675Z] 04f49aec515a: Preparing [2021-03-03T14:34:33.675Z] 04f49aec515a: Preparing [2021-03-03T14:34:33.675Z] cf7698b27940: Preparing [2021-03-03T14:34:33.675Z] 47edacb2426f: Preparing [2021-03-03T14:34:33.675Z] ec0927673ee2: Preparing [2021-03-03T14:34:33.675Z] 83172442490b: Preparing [2021-03-03T14:34:33.675Z] 74cc4ec16a5b: Preparing [2021-03-03T14:34:33.675Z] 74cc4ec16a5b: Preparing [2021-03-03T14:34:33.675Z] 2d7230b05812: Preparing [2021-03-03T14:34:33.675Z] 0ef320339407: Preparing [2021-03-03T14:34:33.675Z] 02a88cfff88f: Preparing [2021-03-03T14:34:33.675Z] 2d7230b05812: Waiting [2021-03-03T14:34:33.675Z] 0ef320339407: Waiting [2021-03-03T14:34:33.675Z] 02a88cfff88f: Waiting [2021-03-03T14:34:33.675Z] 74cc4ec16a5b: Waiting [2021-03-03T14:34:33.675Z] cf7698b27940: Layer already exists [2021-03-03T14:34:33.675Z] 83172442490b: Layer already exists [2021-03-03T14:34:33.675Z] ec0927673ee2: Layer already exists [2021-03-03T14:34:33.675Z] 04f49aec515a: Layer already exists [2021-03-03T14:34:33.954Z] 47edacb2426f: Layer already exists [2021-03-03T14:34:33.954Z] 74cc4ec16a5b: Layer already exists [2021-03-03T14:34:33.954Z] 0ef320339407: Layer already exists [2021-03-03T14:34:33.954Z] 2d7230b05812: Layer already exists [2021-03-03T14:34:33.954Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:33.954Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:85052ae5acb7c1baeb3e41791271d493decdb3ca9665ec7ecb727075ed0bd170 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:34.292Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:34.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-03T14:34:34.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-03T14:34:34.634Z] 04f49aec515a: Preparing [2021-03-03T14:34:34.634Z] 04f49aec515a: Preparing [2021-03-03T14:34:34.634Z] cf7698b27940: Preparing [2021-03-03T14:34:34.634Z] 47edacb2426f: Preparing [2021-03-03T14:34:34.634Z] ec0927673ee2: Preparing [2021-03-03T14:34:34.634Z] 83172442490b: Preparing [2021-03-03T14:34:34.634Z] 74cc4ec16a5b: Preparing [2021-03-03T14:34:34.634Z] 74cc4ec16a5b: Preparing [2021-03-03T14:34:34.634Z] 2d7230b05812: Preparing [2021-03-03T14:34:34.634Z] 0ef320339407: Preparing [2021-03-03T14:34:34.634Z] 02a88cfff88f: Preparing [2021-03-03T14:34:34.634Z] 2d7230b05812: Waiting [2021-03-03T14:34:34.634Z] 0ef320339407: Waiting [2021-03-03T14:34:34.634Z] 02a88cfff88f: Waiting [2021-03-03T14:34:34.634Z] 74cc4ec16a5b: Waiting [2021-03-03T14:34:34.906Z] 04f49aec515a: Layer already exists [2021-03-03T14:34:34.906Z] 83172442490b: Layer already exists [2021-03-03T14:34:34.906Z] cf7698b27940: Layer already exists [2021-03-03T14:34:34.906Z] 47edacb2426f: Layer already exists [2021-03-03T14:34:34.906Z] ec0927673ee2: Layer already exists [2021-03-03T14:34:34.906Z] 74cc4ec16a5b: Layer already exists [2021-03-03T14:34:34.906Z] 2d7230b05812: Layer already exists [2021-03-03T14:34:34.906Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:34.906Z] 0ef320339407: Layer already exists [2021-03-03T14:34:34.906Z] master: digest: sha256:85052ae5acb7c1baeb3e41791271d493decdb3ca9665ec7ecb727075ed0bd170 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:34:35.106Z] ===================================================== [Pipeline] echo [2021-03-03T14:34:35.152Z] taggedImages: [2021-03-03T14:34:35.152Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:35.152Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:35.152Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:35.152Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-03T14:34:35.212Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-03T14:34:35.212Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:35.212Z] 2.0.0-dev.111 [2021-03-03T14:34:35.212Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:35.212Z] master [2021-03-03T14:34:35.212Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:35.725Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:36.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:36.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-03T14:34:36.062Z] 0f28e60dfbca: Preparing [2021-03-03T14:34:36.062Z] 71371fe751df: Preparing [2021-03-03T14:34:36.062Z] b88af5ace6d7: Preparing [2021-03-03T14:34:36.062Z] 46e479070d28: Preparing [2021-03-03T14:34:36.062Z] f856532330d5: Preparing [2021-03-03T14:34:36.062Z] 02a88cfff88f: Preparing [2021-03-03T14:34:36.062Z] 02a88cfff88f: Waiting [2021-03-03T14:34:36.335Z] b88af5ace6d7: Pushed [2021-03-03T14:34:36.336Z] 46e479070d28: Pushed [2021-03-03T14:34:36.336Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:36.937Z] f856532330d5: Pushed [2021-03-03T14:34:38.910Z] 0f28e60dfbca: Pushed [2021-03-03T14:34:38.910Z] 71371fe751df: Pushed [2021-03-03T14:34:38.910Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:55b8c1f5def3d632d2474236e2b65c1e9b468f6c832ec9e6721f331d9fbd115f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:39.249Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:39.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:39.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-03T14:34:39.591Z] 0f28e60dfbca: Preparing [2021-03-03T14:34:39.591Z] 71371fe751df: Preparing [2021-03-03T14:34:39.591Z] b88af5ace6d7: Preparing [2021-03-03T14:34:39.591Z] 46e479070d28: Preparing [2021-03-03T14:34:39.591Z] f856532330d5: Preparing [2021-03-03T14:34:39.591Z] 02a88cfff88f: Preparing [2021-03-03T14:34:39.591Z] 02a88cfff88f: Waiting [2021-03-03T14:34:39.591Z] b88af5ace6d7: Layer already exists [2021-03-03T14:34:39.591Z] 46e479070d28: Layer already exists [2021-03-03T14:34:39.591Z] 71371fe751df: Layer already exists [2021-03-03T14:34:39.864Z] 0f28e60dfbca: Layer already exists [2021-03-03T14:34:39.864Z] f856532330d5: Layer already exists [2021-03-03T14:34:39.864Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:39.864Z] 2.0.0-dev.111: digest: sha256:55b8c1f5def3d632d2474236e2b65c1e9b468f6c832ec9e6721f331d9fbd115f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:40.205Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:40.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:40.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-03T14:34:40.542Z] 0f28e60dfbca: Preparing [2021-03-03T14:34:40.542Z] 71371fe751df: Preparing [2021-03-03T14:34:40.542Z] b88af5ace6d7: Preparing [2021-03-03T14:34:40.542Z] 46e479070d28: Preparing [2021-03-03T14:34:40.542Z] f856532330d5: Preparing [2021-03-03T14:34:40.542Z] 02a88cfff88f: Preparing [2021-03-03T14:34:40.542Z] 02a88cfff88f: Waiting [2021-03-03T14:34:40.542Z] b88af5ace6d7: Layer already exists [2021-03-03T14:34:40.542Z] 71371fe751df: Layer already exists [2021-03-03T14:34:40.542Z] 46e479070d28: Layer already exists [2021-03-03T14:34:40.542Z] f856532330d5: Layer already exists [2021-03-03T14:34:40.542Z] 0f28e60dfbca: Layer already exists [2021-03-03T14:34:40.829Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:40.829Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:55b8c1f5def3d632d2474236e2b65c1e9b468f6c832ec9e6721f331d9fbd115f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:41.201Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:41.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-03T14:34:41.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-03T14:34:41.556Z] 0f28e60dfbca: Preparing [2021-03-03T14:34:41.556Z] 71371fe751df: Preparing [2021-03-03T14:34:41.556Z] b88af5ace6d7: Preparing [2021-03-03T14:34:41.556Z] 46e479070d28: Preparing [2021-03-03T14:34:41.556Z] f856532330d5: Preparing [2021-03-03T14:34:41.556Z] 02a88cfff88f: Preparing [2021-03-03T14:34:41.556Z] 02a88cfff88f: Waiting [2021-03-03T14:34:41.835Z] 0f28e60dfbca: Layer already exists [2021-03-03T14:34:41.835Z] 71371fe751df: Layer already exists [2021-03-03T14:34:41.835Z] f856532330d5: Layer already exists [2021-03-03T14:34:41.835Z] b88af5ace6d7: Layer already exists [2021-03-03T14:34:41.835Z] 46e479070d28: Layer already exists [2021-03-03T14:34:41.835Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:41.835Z] master: digest: sha256:55b8c1f5def3d632d2474236e2b65c1e9b468f6c832ec9e6721f331d9fbd115f size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:34:42.033Z] ===================================================== [Pipeline] echo [2021-03-03T14:34:42.090Z] taggedImages: [2021-03-03T14:34:42.090Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:42.090Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:42.090Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:42.090Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-03T14:34:42.205Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-03T14:34:42.205Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:42.205Z] 2.0.0-dev.111 [2021-03-03T14:34:42.205Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:42.205Z] master [2021-03-03T14:34:42.205Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:42.703Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:43.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:43.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-03T14:34:43.041Z] eaa8b0a62b83: Preparing [2021-03-03T14:34:43.041Z] 3af251edb66f: Preparing [2021-03-03T14:34:43.041Z] 28d394e9cd4f: Preparing [2021-03-03T14:34:43.041Z] b65ad8efe737: Preparing [2021-03-03T14:34:43.041Z] ab5d61ecd217: Preparing [2021-03-03T14:34:43.041Z] 68f48241855b: Preparing [2021-03-03T14:34:43.041Z] 3899dd546df2: Preparing [2021-03-03T14:34:43.041Z] 9026402e8d77: Preparing [2021-03-03T14:34:43.041Z] 02a88cfff88f: Preparing [2021-03-03T14:34:43.041Z] 68f48241855b: Waiting [2021-03-03T14:34:43.041Z] 3899dd546df2: Waiting [2021-03-03T14:34:43.041Z] 9026402e8d77: Waiting [2021-03-03T14:34:43.041Z] 02a88cfff88f: Waiting [2021-03-03T14:34:43.637Z] ab5d61ecd217: Pushed [2021-03-03T14:34:43.637Z] 3af251edb66f: Pushed [2021-03-03T14:34:43.637Z] eaa8b0a62b83: Pushed [2021-03-03T14:34:43.637Z] 68f48241855b: Pushed [2021-03-03T14:34:43.637Z] 3899dd546df2: Pushed [2021-03-03T14:34:43.911Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:44.184Z] 9026402e8d77: Pushed [2021-03-03T14:34:45.612Z] b65ad8efe737: Pushed [2021-03-03T14:34:45.612Z] 28d394e9cd4f: Pushed [2021-03-03T14:34:45.884Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:9fefb29891b710bbc493c01aa6942943c30f9b06d8b5abf938987b38c19afefe size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:46.228Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:46.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:46.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-03T14:34:46.563Z] eaa8b0a62b83: Preparing [2021-03-03T14:34:46.563Z] 3af251edb66f: Preparing [2021-03-03T14:34:46.563Z] 28d394e9cd4f: Preparing [2021-03-03T14:34:46.563Z] b65ad8efe737: Preparing [2021-03-03T14:34:46.563Z] ab5d61ecd217: Preparing [2021-03-03T14:34:46.563Z] 68f48241855b: Preparing [2021-03-03T14:34:46.563Z] 3899dd546df2: Preparing [2021-03-03T14:34:46.563Z] 9026402e8d77: Preparing [2021-03-03T14:34:46.563Z] 02a88cfff88f: Preparing [2021-03-03T14:34:46.563Z] 9026402e8d77: Waiting [2021-03-03T14:34:46.563Z] 68f48241855b: Waiting [2021-03-03T14:34:46.563Z] 3899dd546df2: Waiting [2021-03-03T14:34:46.563Z] 02a88cfff88f: Waiting [2021-03-03T14:34:46.832Z] eaa8b0a62b83: Layer already exists [2021-03-03T14:34:46.832Z] ab5d61ecd217: Layer already exists [2021-03-03T14:34:46.832Z] 3af251edb66f: Layer already exists [2021-03-03T14:34:46.832Z] b65ad8efe737: Layer already exists [2021-03-03T14:34:46.832Z] 28d394e9cd4f: Layer already exists [2021-03-03T14:34:46.832Z] 9026402e8d77: Layer already exists [2021-03-03T14:34:46.832Z] 3899dd546df2: Layer already exists [2021-03-03T14:34:46.832Z] 68f48241855b: Layer already exists [2021-03-03T14:34:46.832Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:46.832Z] 2.0.0-dev.111: digest: sha256:9fefb29891b710bbc493c01aa6942943c30f9b06d8b5abf938987b38c19afefe size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:47.176Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:47.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:47.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-03T14:34:47.522Z] eaa8b0a62b83: Preparing [2021-03-03T14:34:47.522Z] 3af251edb66f: Preparing [2021-03-03T14:34:47.522Z] 28d394e9cd4f: Preparing [2021-03-03T14:34:47.522Z] b65ad8efe737: Preparing [2021-03-03T14:34:47.522Z] ab5d61ecd217: Preparing [2021-03-03T14:34:47.522Z] 68f48241855b: Preparing [2021-03-03T14:34:47.522Z] 3899dd546df2: Preparing [2021-03-03T14:34:47.522Z] 9026402e8d77: Preparing [2021-03-03T14:34:47.522Z] 02a88cfff88f: Preparing [2021-03-03T14:34:47.522Z] 3899dd546df2: Waiting [2021-03-03T14:34:47.522Z] 9026402e8d77: Waiting [2021-03-03T14:34:47.522Z] 02a88cfff88f: Waiting [2021-03-03T14:34:47.522Z] 68f48241855b: Waiting [2021-03-03T14:34:47.798Z] ab5d61ecd217: Layer already exists [2021-03-03T14:34:47.798Z] eaa8b0a62b83: Layer already exists [2021-03-03T14:34:47.798Z] 3af251edb66f: Layer already exists [2021-03-03T14:34:47.798Z] b65ad8efe737: Layer already exists [2021-03-03T14:34:47.798Z] 28d394e9cd4f: Layer already exists [2021-03-03T14:34:47.798Z] 68f48241855b: Layer already exists [2021-03-03T14:34:47.798Z] 3899dd546df2: Layer already exists [2021-03-03T14:34:47.798Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:47.798Z] 9026402e8d77: Layer already exists [2021-03-03T14:34:47.798Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:9fefb29891b710bbc493c01aa6942943c30f9b06d8b5abf938987b38c19afefe size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:48.157Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:48.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-03T14:34:48.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-03T14:34:48.493Z] eaa8b0a62b83: Preparing [2021-03-03T14:34:48.493Z] 3af251edb66f: Preparing [2021-03-03T14:34:48.493Z] 28d394e9cd4f: Preparing [2021-03-03T14:34:48.493Z] b65ad8efe737: Preparing [2021-03-03T14:34:48.493Z] ab5d61ecd217: Preparing [2021-03-03T14:34:48.493Z] 68f48241855b: Preparing [2021-03-03T14:34:48.494Z] 3899dd546df2: Preparing [2021-03-03T14:34:48.494Z] 9026402e8d77: Preparing [2021-03-03T14:34:48.494Z] 02a88cfff88f: Preparing [2021-03-03T14:34:48.494Z] 68f48241855b: Waiting [2021-03-03T14:34:48.494Z] 3899dd546df2: Waiting [2021-03-03T14:34:48.494Z] 9026402e8d77: Waiting [2021-03-03T14:34:48.494Z] 02a88cfff88f: Waiting [2021-03-03T14:34:48.766Z] 28d394e9cd4f: Layer already exists [2021-03-03T14:34:48.766Z] b65ad8efe737: Layer already exists [2021-03-03T14:34:48.766Z] 3af251edb66f: Layer already exists [2021-03-03T14:34:48.766Z] eaa8b0a62b83: Layer already exists [2021-03-03T14:34:48.766Z] ab5d61ecd217: Layer already exists [2021-03-03T14:34:48.766Z] 68f48241855b: Layer already exists [2021-03-03T14:34:48.766Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:48.766Z] 3899dd546df2: Layer already exists [2021-03-03T14:34:48.766Z] 9026402e8d77: Layer already exists [2021-03-03T14:34:48.766Z] master: digest: sha256:9fefb29891b710bbc493c01aa6942943c30f9b06d8b5abf938987b38c19afefe size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:34:48.962Z] ===================================================== [Pipeline] echo [2021-03-03T14:34:49.018Z] taggedImages: [2021-03-03T14:34:49.018Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:49.018Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:49.018Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:49.018Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-03T14:34:49.093Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-03T14:34:49.093Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:49.093Z] 2.0.0-dev.111 [2021-03-03T14:34:49.093Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:49.093Z] master [2021-03-03T14:34:49.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:49.650Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:49.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:49.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-03T14:34:49.987Z] 399edb814eaf: Preparing [2021-03-03T14:34:49.987Z] 8289bf8f4f72: Preparing [2021-03-03T14:34:49.987Z] 83172442490b: Preparing [2021-03-03T14:34:49.987Z] 000a5b8c08b8: Preparing [2021-03-03T14:34:49.987Z] 02a88cfff88f: Preparing [2021-03-03T14:34:50.257Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:50.257Z] 83172442490b: Layer already exists [2021-03-03T14:34:50.257Z] 399edb814eaf: Pushed [2021-03-03T14:34:50.527Z] 000a5b8c08b8: Pushed [2021-03-03T14:34:53.139Z] 8289bf8f4f72: Pushed [2021-03-03T14:34:53.420Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:0a575b09680568d5fce22e9e4a310ddc62e4ba759c4a96febf445fc3029f96e9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:53.775Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:54.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:54.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-03T14:34:54.106Z] 399edb814eaf: Preparing [2021-03-03T14:34:54.106Z] 8289bf8f4f72: Preparing [2021-03-03T14:34:54.106Z] 83172442490b: Preparing [2021-03-03T14:34:54.106Z] 000a5b8c08b8: Preparing [2021-03-03T14:34:54.106Z] 02a88cfff88f: Preparing [2021-03-03T14:34:54.106Z] 399edb814eaf: Layer already exists [2021-03-03T14:34:54.106Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:54.106Z] 000a5b8c08b8: Layer already exists [2021-03-03T14:34:54.106Z] 8289bf8f4f72: Layer already exists [2021-03-03T14:34:54.106Z] 83172442490b: Layer already exists [2021-03-03T14:34:54.376Z] 2.0.0-dev.111: digest: sha256:0a575b09680568d5fce22e9e4a310ddc62e4ba759c4a96febf445fc3029f96e9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:54.715Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:55.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:55.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-03T14:34:55.052Z] 399edb814eaf: Preparing [2021-03-03T14:34:55.052Z] 8289bf8f4f72: Preparing [2021-03-03T14:34:55.052Z] 83172442490b: Preparing [2021-03-03T14:34:55.052Z] 000a5b8c08b8: Preparing [2021-03-03T14:34:55.052Z] 02a88cfff88f: Preparing [2021-03-03T14:34:55.052Z] 8289bf8f4f72: Layer already exists [2021-03-03T14:34:55.052Z] 83172442490b: Layer already exists [2021-03-03T14:34:55.052Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:55.052Z] 399edb814eaf: Layer already exists [2021-03-03T14:34:55.052Z] 000a5b8c08b8: Layer already exists [2021-03-03T14:34:55.322Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:0a575b09680568d5fce22e9e4a310ddc62e4ba759c4a96febf445fc3029f96e9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:55.662Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:55.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-03T14:34:55.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-03T14:34:55.993Z] 399edb814eaf: Preparing [2021-03-03T14:34:55.993Z] 8289bf8f4f72: Preparing [2021-03-03T14:34:55.993Z] 83172442490b: Preparing [2021-03-03T14:34:55.993Z] 000a5b8c08b8: Preparing [2021-03-03T14:34:55.993Z] 02a88cfff88f: Preparing [2021-03-03T14:34:55.993Z] 8289bf8f4f72: Layer already exists [2021-03-03T14:34:55.993Z] 000a5b8c08b8: Layer already exists [2021-03-03T14:34:55.993Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:55.993Z] 83172442490b: Layer already exists [2021-03-03T14:34:55.993Z] 399edb814eaf: Layer already exists [2021-03-03T14:34:56.265Z] master: digest: sha256:0a575b09680568d5fce22e9e4a310ddc62e4ba759c4a96febf445fc3029f96e9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:34:56.446Z] ===================================================== [Pipeline] echo [2021-03-03T14:34:56.493Z] taggedImages: [2021-03-03T14:34:56.493Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:56.493Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.111 [2021-03-03T14:34:56.493Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:56.493Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-03T14:34:56.555Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-03T14:34:56.555Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:56.555Z] 2.0.0-dev.111 [2021-03-03T14:34:56.555Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:34:56.555Z] master [2021-03-03T14:34:56.555Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:57.074Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:34:57.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:34:57.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-03T14:34:57.410Z] c46bcb549d34: Preparing [2021-03-03T14:34:57.410Z] 799af77272b8: Preparing [2021-03-03T14:34:57.410Z] 83172442490b: Preparing [2021-03-03T14:34:57.410Z] e62dfac8ecc8: Preparing [2021-03-03T14:34:57.410Z] 02a88cfff88f: Preparing [2021-03-03T14:34:57.410Z] 02a88cfff88f: Layer already exists [2021-03-03T14:34:57.682Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:34:57.682Z] 83172442490b: Layer already exists [2021-03-03T14:34:57.682Z] c46bcb549d34: Pushed [2021-03-03T14:35:00.294Z] 799af77272b8: Pushed [2021-03-03T14:35:00.566Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:daf41c8ea43bd7a31e90d476dc9fb4a04e3a07cc372f204b48f0a9cb87c96b43 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:00.912Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:01.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.111 [2021-03-03T14:35:01.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-03T14:35:01.251Z] c46bcb549d34: Preparing [2021-03-03T14:35:01.251Z] 799af77272b8: Preparing [2021-03-03T14:35:01.251Z] 83172442490b: Preparing [2021-03-03T14:35:01.251Z] e62dfac8ecc8: Preparing [2021-03-03T14:35:01.251Z] 02a88cfff88f: Preparing [2021-03-03T14:35:01.527Z] c46bcb549d34: Layer already exists [2021-03-03T14:35:01.527Z] 02a88cfff88f: Layer already exists [2021-03-03T14:35:01.527Z] 83172442490b: Layer already exists [2021-03-03T14:35:01.527Z] 799af77272b8: Layer already exists [2021-03-03T14:35:01.527Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:35:01.527Z] 2.0.0-dev.111: digest: sha256:daf41c8ea43bd7a31e90d476dc9fb4a04e3a07cc372f204b48f0a9cb87c96b43 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:01.875Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:02.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:35:02.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-03T14:35:02.211Z] c46bcb549d34: Preparing [2021-03-03T14:35:02.211Z] 799af77272b8: Preparing [2021-03-03T14:35:02.211Z] 83172442490b: Preparing [2021-03-03T14:35:02.211Z] e62dfac8ecc8: Preparing [2021-03-03T14:35:02.211Z] 02a88cfff88f: Preparing [2021-03-03T14:35:02.481Z] 02a88cfff88f: Layer already exists [2021-03-03T14:35:02.481Z] c46bcb549d34: Layer already exists [2021-03-03T14:35:02.481Z] 799af77272b8: Layer already exists [2021-03-03T14:35:02.481Z] 83172442490b: Layer already exists [2021-03-03T14:35:02.481Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:35:02.481Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:daf41c8ea43bd7a31e90d476dc9fb4a04e3a07cc372f204b48f0a9cb87c96b43 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:02.824Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:03.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-03T14:35:03.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-03T14:35:03.159Z] c46bcb549d34: Preparing [2021-03-03T14:35:03.159Z] 799af77272b8: Preparing [2021-03-03T14:35:03.159Z] 83172442490b: Preparing [2021-03-03T14:35:03.159Z] e62dfac8ecc8: Preparing [2021-03-03T14:35:03.159Z] 02a88cfff88f: Preparing [2021-03-03T14:35:03.430Z] c46bcb549d34: Layer already exists [2021-03-03T14:35:03.430Z] e62dfac8ecc8: Layer already exists [2021-03-03T14:35:03.430Z] 799af77272b8: Layer already exists [2021-03-03T14:35:03.430Z] 83172442490b: Layer already exists [2021-03-03T14:35:03.430Z] 02a88cfff88f: Layer already exists [2021-03-03T14:35:03.430Z] master: digest: sha256:daf41c8ea43bd7a31e90d476dc9fb4a04e3a07cc372f204b48f0a9cb87c96b43 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:35:03.890Z] ===================================================== [Pipeline] echo [2021-03-03T14:35:03.935Z] taggedImages: [2021-03-03T14:35:03.935Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:35:03.935Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.111 [2021-03-03T14:35:03.935Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:35:03.935Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-03T14:35:03.996Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-03T14:35:03.996Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:35:03.996Z] 2.0.0-dev.111 [2021-03-03T14:35:03.996Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:35:03.996Z] master [2021-03-03T14:35:03.996Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:04.568Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:04.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:35:04.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-03T14:35:04.921Z] beac31028898: Preparing [2021-03-03T14:35:04.921Z] 2855192052bb: Preparing [2021-03-03T14:35:04.921Z] ad5ee160273e: Preparing [2021-03-03T14:35:04.921Z] f4fa11c7676f: Preparing [2021-03-03T14:35:04.921Z] 7f0a9f306108: Preparing [2021-03-03T14:35:04.921Z] 37fe1aa756ec: Preparing [2021-03-03T14:35:04.921Z] ced81bd4c13c: Preparing [2021-03-03T14:35:04.921Z] 9ded3b6bb9b5: Preparing [2021-03-03T14:35:04.921Z] fa1afe8e6ed9: Preparing [2021-03-03T14:35:04.921Z] 87a09b4c083e: Preparing [2021-03-03T14:35:04.921Z] 0f74e9ff2a61: Preparing [2021-03-03T14:35:04.921Z] b122376c33c6: Preparing [2021-03-03T14:35:04.921Z] f8381ed47b22: Preparing [2021-03-03T14:35:04.921Z] e934a737d657: Preparing [2021-03-03T14:35:04.921Z] 37fe1aa756ec: Waiting [2021-03-03T14:35:04.921Z] ced81bd4c13c: Waiting [2021-03-03T14:35:04.921Z] 9ded3b6bb9b5: Waiting [2021-03-03T14:35:04.921Z] fa1afe8e6ed9: Waiting [2021-03-03T14:35:04.921Z] 87a09b4c083e: Waiting [2021-03-03T14:35:04.921Z] 0f74e9ff2a61: Waiting [2021-03-03T14:35:04.921Z] b122376c33c6: Waiting [2021-03-03T14:35:04.921Z] e934a737d657: Waiting [2021-03-03T14:35:05.560Z] 7f0a9f306108: Pushed [2021-03-03T14:35:06.157Z] beac31028898: Pushed [2021-03-03T14:35:06.431Z] f4fa11c7676f: Pushed [2021-03-03T14:35:06.432Z] 9ded3b6bb9b5: Layer already exists [2021-03-03T14:35:06.706Z] fa1afe8e6ed9: Layer already exists [2021-03-03T14:35:06.706Z] ced81bd4c13c: Pushed [2021-03-03T14:35:06.706Z] 87a09b4c083e: Layer already exists [2021-03-03T14:35:06.706Z] 0f74e9ff2a61: Layer already exists [2021-03-03T14:35:06.706Z] b122376c33c6: Layer already exists [2021-03-03T14:35:06.706Z] f8381ed47b22: Layer already exists [2021-03-03T14:35:06.706Z] e934a737d657: Layer already exists [2021-03-03T14:35:06.980Z] 2855192052bb: Pushed [2021-03-03T14:35:08.417Z] 37fe1aa756ec: Pushed [2021-03-03T14:35:20.782Z] ad5ee160273e: Pushed [2021-03-03T14:35:20.782Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f: digest: sha256:f8a456a627eeebb253f65a2f8e1f9daf333416ed73344ddf7661e48e72b520a4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:21.121Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:21.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.111 [2021-03-03T14:35:21.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-03T14:35:21.455Z] beac31028898: Preparing [2021-03-03T14:35:21.455Z] 2855192052bb: Preparing [2021-03-03T14:35:21.455Z] ad5ee160273e: Preparing [2021-03-03T14:35:21.455Z] f4fa11c7676f: Preparing [2021-03-03T14:35:21.455Z] 7f0a9f306108: Preparing [2021-03-03T14:35:21.455Z] 37fe1aa756ec: Preparing [2021-03-03T14:35:21.455Z] ced81bd4c13c: Preparing [2021-03-03T14:35:21.455Z] 9ded3b6bb9b5: Preparing [2021-03-03T14:35:21.455Z] fa1afe8e6ed9: Preparing [2021-03-03T14:35:21.455Z] 87a09b4c083e: Preparing [2021-03-03T14:35:21.455Z] 0f74e9ff2a61: Preparing [2021-03-03T14:35:21.455Z] b122376c33c6: Preparing [2021-03-03T14:35:21.455Z] f8381ed47b22: Preparing [2021-03-03T14:35:21.455Z] e934a737d657: Preparing [2021-03-03T14:35:21.455Z] fa1afe8e6ed9: Waiting [2021-03-03T14:35:21.455Z] ced81bd4c13c: Waiting [2021-03-03T14:35:21.455Z] 87a09b4c083e: Waiting [2021-03-03T14:35:21.455Z] 0f74e9ff2a61: Waiting [2021-03-03T14:35:21.455Z] b122376c33c6: Waiting [2021-03-03T14:35:21.455Z] f8381ed47b22: Waiting [2021-03-03T14:35:21.455Z] 9ded3b6bb9b5: Waiting [2021-03-03T14:35:21.455Z] e934a737d657: Waiting [2021-03-03T14:35:21.455Z] 37fe1aa756ec: Waiting [2021-03-03T14:35:21.728Z] 7f0a9f306108: Layer already exists [2021-03-03T14:35:21.728Z] ad5ee160273e: Layer already exists [2021-03-03T14:35:21.728Z] 2855192052bb: Layer already exists [2021-03-03T14:35:21.728Z] f4fa11c7676f: Layer already exists [2021-03-03T14:35:21.728Z] 37fe1aa756ec: Layer already exists [2021-03-03T14:35:21.728Z] beac31028898: Layer already exists [2021-03-03T14:35:21.728Z] ced81bd4c13c: Layer already exists [2021-03-03T14:35:21.728Z] fa1afe8e6ed9: Layer already exists [2021-03-03T14:35:21.728Z] 9ded3b6bb9b5: Layer already exists [2021-03-03T14:35:21.728Z] 87a09b4c083e: Layer already exists [2021-03-03T14:35:21.728Z] 0f74e9ff2a61: Layer already exists [2021-03-03T14:35:21.728Z] e934a737d657: Layer already exists [2021-03-03T14:35:21.728Z] f8381ed47b22: Layer already exists [2021-03-03T14:35:21.728Z] b122376c33c6: Layer already exists [2021-03-03T14:35:21.728Z] 2.0.0-dev.111: digest: sha256:f8a456a627eeebb253f65a2f8e1f9daf333416ed73344ddf7661e48e72b520a4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:22.073Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:22.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:35:22.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-03T14:35:22.430Z] beac31028898: Preparing [2021-03-03T14:35:22.430Z] 2855192052bb: Preparing [2021-03-03T14:35:22.430Z] ad5ee160273e: Preparing [2021-03-03T14:35:22.430Z] f4fa11c7676f: Preparing [2021-03-03T14:35:22.430Z] 7f0a9f306108: Preparing [2021-03-03T14:35:22.430Z] 37fe1aa756ec: Preparing [2021-03-03T14:35:22.430Z] ced81bd4c13c: Preparing [2021-03-03T14:35:22.430Z] 9ded3b6bb9b5: Preparing [2021-03-03T14:35:22.430Z] fa1afe8e6ed9: Preparing [2021-03-03T14:35:22.430Z] 87a09b4c083e: Preparing [2021-03-03T14:35:22.430Z] 0f74e9ff2a61: Preparing [2021-03-03T14:35:22.430Z] b122376c33c6: Preparing [2021-03-03T14:35:22.430Z] f8381ed47b22: Preparing [2021-03-03T14:35:22.430Z] e934a737d657: Preparing [2021-03-03T14:35:22.430Z] fa1afe8e6ed9: Waiting [2021-03-03T14:35:22.430Z] 87a09b4c083e: Waiting [2021-03-03T14:35:22.430Z] 0f74e9ff2a61: Waiting [2021-03-03T14:35:22.430Z] b122376c33c6: Waiting [2021-03-03T14:35:22.430Z] f8381ed47b22: Waiting [2021-03-03T14:35:22.430Z] e934a737d657: Waiting [2021-03-03T14:35:22.430Z] 37fe1aa756ec: Waiting [2021-03-03T14:35:22.430Z] ced81bd4c13c: Waiting [2021-03-03T14:35:22.430Z] 9ded3b6bb9b5: Waiting [2021-03-03T14:35:22.700Z] 2855192052bb: Layer already exists [2021-03-03T14:35:22.700Z] beac31028898: Layer already exists [2021-03-03T14:35:22.700Z] 7f0a9f306108: Layer already exists [2021-03-03T14:35:22.700Z] f4fa11c7676f: Layer already exists [2021-03-03T14:35:22.700Z] ad5ee160273e: Layer already exists [2021-03-03T14:35:22.700Z] ced81bd4c13c: Layer already exists [2021-03-03T14:35:22.700Z] 9ded3b6bb9b5: Layer already exists [2021-03-03T14:35:22.700Z] 37fe1aa756ec: Layer already exists [2021-03-03T14:35:22.700Z] 87a09b4c083e: Layer already exists [2021-03-03T14:35:22.700Z] fa1afe8e6ed9: Layer already exists [2021-03-03T14:35:22.700Z] b122376c33c6: Layer already exists [2021-03-03T14:35:22.700Z] 0f74e9ff2a61: Layer already exists [2021-03-03T14:35:22.700Z] f8381ed47b22: Layer already exists [2021-03-03T14:35:22.700Z] e934a737d657: Layer already exists [2021-03-03T14:35:22.700Z] f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111: digest: sha256:f8a456a627eeebb253f65a2f8e1f9daf333416ed73344ddf7661e48e72b520a4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:23.044Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:23.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-03T14:35:23.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-03T14:35:23.436Z] beac31028898: Preparing [2021-03-03T14:35:23.436Z] 2855192052bb: Preparing [2021-03-03T14:35:23.436Z] ad5ee160273e: Preparing [2021-03-03T14:35:23.436Z] f4fa11c7676f: Preparing [2021-03-03T14:35:23.436Z] 7f0a9f306108: Preparing [2021-03-03T14:35:23.436Z] 37fe1aa756ec: Preparing [2021-03-03T14:35:23.436Z] ced81bd4c13c: Preparing [2021-03-03T14:35:23.436Z] 9ded3b6bb9b5: Preparing [2021-03-03T14:35:23.436Z] fa1afe8e6ed9: Preparing [2021-03-03T14:35:23.436Z] 87a09b4c083e: Preparing [2021-03-03T14:35:23.436Z] 0f74e9ff2a61: Preparing [2021-03-03T14:35:23.436Z] b122376c33c6: Preparing [2021-03-03T14:35:23.436Z] f8381ed47b22: Preparing [2021-03-03T14:35:23.436Z] e934a737d657: Preparing [2021-03-03T14:35:23.436Z] 87a09b4c083e: Waiting [2021-03-03T14:35:23.436Z] 37fe1aa756ec: Waiting [2021-03-03T14:35:23.436Z] 0f74e9ff2a61: Waiting [2021-03-03T14:35:23.436Z] f8381ed47b22: Waiting [2021-03-03T14:35:23.436Z] ced81bd4c13c: Waiting [2021-03-03T14:35:23.436Z] e934a737d657: Waiting [2021-03-03T14:35:23.436Z] fa1afe8e6ed9: Waiting [2021-03-03T14:35:23.436Z] b122376c33c6: Waiting [2021-03-03T14:35:23.706Z] beac31028898: Layer already exists [2021-03-03T14:35:23.706Z] 7f0a9f306108: Layer already exists [2021-03-03T14:35:23.706Z] 2855192052bb: Layer already exists [2021-03-03T14:35:23.706Z] f4fa11c7676f: Layer already exists [2021-03-03T14:35:23.706Z] ad5ee160273e: Layer already exists [2021-03-03T14:35:23.706Z] ced81bd4c13c: Layer already exists [2021-03-03T14:35:23.706Z] 37fe1aa756ec: Layer already exists [2021-03-03T14:35:23.706Z] fa1afe8e6ed9: Layer already exists [2021-03-03T14:35:23.706Z] 9ded3b6bb9b5: Layer already exists [2021-03-03T14:35:23.706Z] 87a09b4c083e: Layer already exists [2021-03-03T14:35:23.706Z] 0f74e9ff2a61: Layer already exists [2021-03-03T14:35:23.706Z] f8381ed47b22: Layer already exists [2021-03-03T14:35:23.706Z] b122376c33c6: Layer already exists [2021-03-03T14:35:23.706Z] e934a737d657: Layer already exists [2021-03-03T14:35:23.706Z] master: digest: sha256:f8a456a627eeebb253f65a2f8e1f9daf333416ed73344ddf7661e48e72b520a4 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-03T14:35:23.905Z] ===================================================== [Pipeline] echo [2021-03-03T14:35:23.947Z] taggedImages: [2021-03-03T14:35:23.947Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f [2021-03-03T14:35:23.947Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.111 [2021-03-03T14:35:23.947Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f60a6b9b3bbcf5933f7773f85fc76d84301e173f-2.0.0-dev.111 [2021-03-03T14:35:23.947Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:35:24.741Z] ---> job-cost.sh [2021-03-03T14:35:24.742Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MSBs [2021-03-03T14:36:11.676Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-03T14:39:03.579Z] lf-activate-venv(): INFO: Adding /tmp/venv-MSBs/bin to PATH [2021-03-03T14:39:03.579Z] INFO: No Stack... [2021-03-03T14:39:03.579Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-03T14:39:03.579Z] INFO: Archiving Costs [Pipeline] sh [2021-03-03T14:39:03.917Z] + cat /w/workspace/edgex-go/378/archives/cost.csv [2021-03-03T14:39:03.918Z] + cut -d, -f6 [Pipeline] lock [2021-03-03T14:39:04.049Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-378-stack-cost] [2021-03-03T14:39:04.060Z] Resource [jenkins-edgexfoundry-edgex-go-master-378-stack-cost] did not exist. Created. [2021-03-03T14:39:04.060Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-378-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-03T14:39:04.495Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-03T14:39:05.678Z] Stashed 1 file(s) [Pipeline] } [2021-03-03T14:39:05.696Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-378-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-03-03T14:39:07.378Z] provisioning config files... [2021-03-03T14:39:07.388Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/378@tmp/config7240047208152578626tmp [Pipeline] { [Pipeline] sh [2021-03-03T14:39:09.341Z] + set +x [2021-03-03T14:39:09.341Z] + curl -s https://codecov.io/bash [2021-03-03T14:39:09.341Z] + bash -s -- [2021-03-03T14:39:09.913Z] [2021-03-03T14:39:09.913Z] _____ _ [2021-03-03T14:39:09.913Z] / ____| | | [2021-03-03T14:39:09.913Z] | | ___ __| | ___ ___ _____ __ [2021-03-03T14:39:09.913Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-03T14:39:09.913Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-03T14:39:09.913Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-03T14:39:09.913Z] Bash-20210226-7100762 [2021-03-03T14:39:09.913Z] [2021-03-03T14:39:09.913Z] [2021-03-03T14:39:09.913Z] ==> git version 2.24.3 found [2021-03-03T14:39:09.913Z] ==> 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-03-03T14:39:09.913Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-03T14:39:09.913Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-03T14:39:09.913Z] ==> Jenkins CI detected. [2021-03-03T14:39:09.913Z] project root: . [2021-03-03T14:39:09.913Z] --> token set from env [2021-03-03T14:39:09.913Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-03T14:39:09.913Z] ==> Running gcov in . (disable via -X gcov) [2021-03-03T14:39:09.913Z] ==> Python coveragepy not found [2021-03-03T14:39:09.913Z] ==> Searching for coverage reports in: [2021-03-03T14:39:09.913Z] + . [2021-03-03T14:39:09.913Z] -> Found 1 reports [2021-03-03T14:39:09.913Z] ==> Detecting git/mercurial file structure [2021-03-03T14:39:09.913Z] ==> Reading reports [2021-03-03T14:39:09.913Z] + ./coverage.out bytes=602988 [2021-03-03T14:39:09.913Z] ==> Appending adjustments [2021-03-03T14:39:09.913Z] https://docs.codecov.io/docs/fixing-reports [2021-03-03T14:39:13.223Z] + Found adjustments [2021-03-03T14:39:13.223Z] ==> Gzipping contents [2021-03-03T14:39:13.223Z] 88K /tmp/codecov.a6Pjkk.gz [2021-03-03T14:39:13.223Z] ==> Uploading reports [2021-03-03T14:39:13.223Z] url: https://codecov.io [2021-03-03T14:39:13.223Z] query: branch=master&commit=f60a6b9b3bbcf5933f7773f85fc76d84301e173f&build=378&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F378%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-03T14:39:13.223Z] -> Pinging Codecov [2021-03-03T14:39:13.223Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=f60a6b9b3bbcf5933f7773f85fc76d84301e173f&build=378&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F378%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-03T14:39:13.797Z] -> Uploading to [2021-03-03T14:39:13.797Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-03/00271124DB129430A58F1EEE437C3FCB/f60a6b9b3bbcf5933f7773f85fc76d84301e173f/50462e82-07b1-4054-b1f7-5b0b4e1c75ea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T143913Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aead577175988944ea827bde449d5ff28c47bf39647f2c71a777ca034b8fc530 [2021-03-03T14:39:13.797Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:39:13.797Z] Dload Upload Total Spent Left Speed [2021-03-03T14:39:14.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89774 0 0 100 89774 0 156k --:--:-- --:--:-- --:--:-- 157k [2021-03-03T14:39:14.371Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f60a6b9b3bbcf5933f7773f85fc76d84301e173f [Pipeline] } [2021-03-03T14:39:14.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-03T14:39:15.252Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-03T14:39:15.374Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:39:15.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-03T14:39:15.728Z] [2021-03-03T14:39:15.728Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:39:16.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-03T14:39:16.080Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-03T14:39:16.080Z] 188c0c94c7c5: Already exists [2021-03-03T14:39:16.080Z] 0ef7d3d256c8: Already exists [2021-03-03T14:39:16.080Z] de9db76c5a1d: Already exists [2021-03-03T14:39:16.080Z] 0eba1c9be4d2: Pulling fs layer [2021-03-03T14:39:16.080Z] 0d57e429df01: Pulling fs layer [2021-03-03T14:39:16.080Z] 4e4be7b47b0d: Pulling fs layer [2021-03-03T14:39:16.080Z] e1f770b5df2f: Pulling fs layer [2021-03-03T14:39:16.080Z] 85a0685a4137: Pulling fs layer [2021-03-03T14:39:16.080Z] e1f770b5df2f: Waiting [2021-03-03T14:39:16.081Z] 85a0685a4137: Waiting [2021-03-03T14:39:16.081Z] 4e4be7b47b0d: Verifying Checksum [2021-03-03T14:39:16.081Z] 4e4be7b47b0d: Download complete [2021-03-03T14:39:16.081Z] 0d57e429df01: Verifying Checksum [2021-03-03T14:39:16.081Z] 0d57e429df01: Download complete [2021-03-03T14:39:18.039Z] e1f770b5df2f: Verifying Checksum [2021-03-03T14:39:18.039Z] e1f770b5df2f: Download complete [2021-03-03T14:39:20.605Z] 0eba1c9be4d2: Download complete [2021-03-03T14:39:20.605Z] 85a0685a4137: Verifying Checksum [2021-03-03T14:39:20.605Z] 85a0685a4137: Download complete [2021-03-03T14:39:25.926Z] 0eba1c9be4d2: Pull complete [2021-03-03T14:39:25.926Z] 0d57e429df01: Pull complete [2021-03-03T14:39:25.926Z] 4e4be7b47b0d: Pull complete [2021-03-03T14:39:28.481Z] e1f770b5df2f: Pull complete [2021-03-03T14:39:40.751Z] 85a0685a4137: Pull complete [2021-03-03T14:39:40.751Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-03T14:39:40.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-03T14:39:40.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-03T14:39:41.000Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:39:41.054Z] $ 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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-03T14:39:43.001Z] $ docker top aebf8392033203587e3bf1c363250cd8212181600daf7c9cbc8301f3daad6b27 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T14:39:43.334Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-03T14:39:43.640Z] + set -o pipefail [2021-03-03T14:39:43.640Z] + snyk monitor '--org=edgex-jenkins' [2021-03-03T14:39:53.665Z] [2021-03-03T14:39:53.665Z] Monitoring /w/workspace/edgex-go/378 (github.com/edgexfoundry/edgex-go)... [2021-03-03T14:39:53.665Z] [2021-03-03T14:39:53.665Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c6a91f1d-ccc0-404f-804b-94dc5b774b0a [2021-03-03T14:39:53.665Z] [2021-03-03T14:39:53.665Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-03T14:39:53.665Z] [2021-03-03T14:39:53.665Z] [Pipeline] } [2021-03-03T14:39:53.679Z] $ docker stop --time=1 aebf8392033203587e3bf1c363250cd8212181600daf7c9cbc8301f3daad6b27 [2021-03-03T14:39:56.900Z] $ docker rm -f aebf8392033203587e3bf1c363250cd8212181600daf7c9cbc8301f3daad6b27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-03T14:39:58.212Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-03T14:39:58.268Z] provisioning config files... [2021-03-03T14:39:58.283Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/378@tmp/config4315820025748972963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:39:58.662Z] --> edgex-publish-swagger.sh [2021-03-03T14:39:58.662Z] === Publish openapi/v1 API === [2021-03-03T14:39:58.662Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-03T14:39:58.662Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/378/openapi/v1/core-command.yaml] [2021-03-03T14:39:58.662Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:39:58.662Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:00.317Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8219 0:00:01 0:00:01 --:--:-- 8220 100 10522 0 0 100 10522 0 6378 0:00:01 0:00:01 --:--:-- 6376 [2021-03-03T14:40:00.317Z] [2021-03-03T14:40:00.317Z] [2021-03-03T14:40:00.317Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/378/openapi/v1/core-data.yaml] [2021-03-03T14:40:00.317Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:00.317Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:02.010Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26777 0:00:01 0:00:01 --:--:-- 26795 100 32557 0 0 100 32557 0 18572 0:00:01 0:00:01 --:--:-- 18572 100 32557 0 0 100 32557 0 18570 0:00:01 0:00:01 --:--:-- 18572 [2021-03-03T14:40:02.010Z] [2021-03-03T14:40:02.010Z] [2021-03-03T14:40:02.010Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/378/openapi/v1/core-metadata.yaml] [2021-03-03T14:40:02.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:02.010Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:03.400Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62975 0:00:01 0:00:01 --:--:-- 63063 100 73721 0 0 100 73721 0 62965 0:00:01 0:00:01 --:--:-- 63009 [2021-03-03T14:40:03.400Z] [2021-03-03T14:40:03.400Z] [2021-03-03T14:40:03.400Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/378/openapi/v1/support-logging.yaml] [2021-03-03T14:40:03.400Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:03.400Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:04.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11185 0:00:01 0:00:01 --:--:-- 11196 100 13581 0 0 100 13581 0 8934 0:00:01 0:00:01 --:--:-- 8934 100 13581 0 0 100 13581 0 8933 0:00:01 0:00:01 --:--:-- 8928 [2021-03-03T14:40:04.612Z] [2021-03-03T14:40:04.612Z] [2021-03-03T14:40:04.612Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/378/openapi/v1/support-notifications.yaml] [2021-03-03T14:40:04.612Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:04.612Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:06.261Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31736 0:00:01 0:00:01 --:--:-- 31746 100 38890 0 0 100 38890 0 25847 0:00:01 0:00:01 --:--:-- 25857 [2021-03-03T14:40:06.261Z] [2021-03-03T14:40:06.261Z] [2021-03-03T14:40:06.261Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/378/openapi/v1/support-scheduler.yaml] [2021-03-03T14:40:06.261Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:06.261Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:07.651Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11730 0:00:01 0:00:01 --:--:-- 11737 100 14249 0 0 100 14249 0 11527 0:00:01 0:00:01 --:--:-- 11537 [2021-03-03T14:40:07.651Z] [2021-03-03T14:40:07.651Z] [2021-03-03T14:40:07.651Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/378/openapi/v1/system-agent.yaml] [2021-03-03T14:40:07.651Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:07.651Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:08.868Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3360 0:00:01 0:00:01 --:--:-- 3360 100 4110 0 0 100 4110 0 2855 0:00:01 0:00:01 --:--:-- 2856 [2021-03-03T14:40:08.868Z] [2021-03-03T14:40:08.868Z] [2021-03-03T14:40:08.868Z] === Publish openapi/v2 API === [2021-03-03T14:40:08.868Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-03T14:40:08.868Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/378/openapi/v2/core-command.yaml] [2021-03-03T14:40:08.868Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:08.868Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:10.832Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24311 0:00:01 0:00:01 --:--:-- 24320 100 29744 0 0 100 29744 0 14953 0:00:01 0:00:01 --:--:-- 14954 100 29744 0 0 100 29744 0 14952 0:00:01 0:00:01 --:--:-- 14946 [2021-03-03T14:40:10.832Z] [2021-03-03T14:40:10.832Z] [2021-03-03T14:40:10.832Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/378/openapi/v2/core-data.yaml] [2021-03-03T14:40:10.832Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:10.832Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:12.479Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 47294 0:00:01 0:00:01 --:--:-- 47325 100 57358 0 0 100 57358 0 40304 0:00:01 0:00:01 --:--:-- 40336 [2021-03-03T14:40:12.479Z] [2021-03-03T14:40:12.479Z] [2021-03-03T14:40:12.479Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/378/openapi/v2/core-metadata.yaml] [2021-03-03T14:40:12.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:12.479Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:13.686Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 67 118k 0 0 67 81920 0 314k --:--:-- --:--:-- --:--:-- 313k 100 118k 0 0 100 118k 0 86417 0:00:01 0:00:01 --:--:-- 86414 100 118k 0 0 100 118k 0 86404 0:00:01 0:00:01 --:--:-- 86414 [2021-03-03T14:40:13.686Z] [2021-03-03T14:40:13.686Z] [2021-03-03T14:40:13.686Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/378/openapi/v2/support-notifications.yaml] [2021-03-03T14:40:13.686Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:13.686Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:15.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 49140 0:00:01 0:00:01 --:--:-- 49180 100 59705 0 0 100 59705 0 42832 0:00:01 0:00:01 --:--:-- 42860 [2021-03-03T14:40:15.074Z] [2021-03-03T14:40:15.074Z] [2021-03-03T14:40:15.074Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/378/openapi/v2/support-scheduler.yaml] [2021-03-03T14:40:15.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:15.336Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:16.730Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 31240 0:00:01 0:00:01 --:--:-- 31251 100 37783 0 0 100 37783 0 23722 0:00:01 0:00:01 --:--:-- 23718 100 37783 0 0 100 37783 0 23719 0:00:01 0:00:01 --:--:-- 23718 [2021-03-03T14:40:16.730Z] [2021-03-03T14:40:16.730Z] [2021-03-03T14:40:16.730Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/378/openapi/v2/system-agent.yaml] [2021-03-03T14:40:16.730Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:16.730Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:18.123Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21726 0:00:01 0:00:01 --:--:-- 21746 100 24182 0 0 100 24182 0 21722 0:00:01 0:00:01 --:--:-- 21726 [2021-03-03T14:40:18.123Z] [2021-03-03T14:40:18.123Z] [Pipeline] } [2021-03-03T14:40:18.133Z] 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-03-03T14:40:19.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:40:19.041Z] . [Pipeline] withDockerContainer [2021-03-03T14:40:19.150Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:40:19.197Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T14:40:20.107Z] $ docker top ae3e1e11487d9562766299d75aa3f9c3a9f07e7d6af1997234f5be9fa6b507be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T14:40:20.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:40:20.441Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:40:20.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:40:20.691Z] $ docker exec ae3e1e11487d9562766299d75aa3f9c3a9f07e7d6af1997234f5be9fa6b507be ssh-agent [2021-03-03T14:40:20.885Z] SSH_AUTH_SOCK=/tmp/ssh-ZEtNzuxDdugf/agent.11 [2021-03-03T14:40:20.885Z] SSH_AGENT_PID=16 [2021-03-03T14:40:20.892Z] Running ssh-add (command line suppressed) [2021-03-03T14:40:21.033Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_1821991225268850173.key (/w/workspace/edgex-go/378@tmp/private_key_1821991225268850173.key) [2021-03-03T14:40:21.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:40:21.527Z] + git semver tag [2021-03-03T14:40:21.805Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T14:40:21.805Z] # $GIT_DIR = /w/workspace/edgex-go/378/.git [2021-03-03T14:40:21.805Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/378 [2021-03-03T14:40:21.805Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T14:40:21.805Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T14:40:21.805Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T14:40:21.805Z] # $SEMVER_BRANCH = master [2021-03-03T14:40:21.805Z] # $SEMVER_DIR = /w/workspace/edgex-go/378/.semver [2021-03-03T14:40:21.805Z] # f60a6b9b3bbcf5933f7773f85fc76d84301e173f HEAD [2021-03-03T14:40:22.384Z] # -> Force: false [2021-03-03T14:40:22.384Z] # 6784cc8cd68ed6feeb66fd239de07e28963ac91c refs/tags/v2.0.0-dev.111 [Pipeline] } [2021-03-03T14:40:22.394Z] $ docker exec --env ******** --env ******** ae3e1e11487d9562766299d75aa3f9c3a9f07e7d6af1997234f5be9fa6b507be ssh-agent -k [2021-03-03T14:40:22.520Z] unset SSH_AUTH_SOCK; [2021-03-03T14:40:22.520Z] unset SSH_AGENT_PID; [2021-03-03T14:40:22.520Z] echo Agent pid 16 killed; [2021-03-03T14:40:22.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:40:23.059Z] + git semver [Pipeline] } [2021-03-03T14:40:23.073Z] $ docker stop --time=1 ae3e1e11487d9562766299d75aa3f9c3a9f07e7d6af1997234f5be9fa6b507be [2021-03-03T14:40:24.442Z] $ docker rm -f ae3e1e11487d9562766299d75aa3f9c3a9f07e7d6af1997234f5be9fa6b507be [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:40:25.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-03T14:40:25.064Z] [2021-03-03T14:40:25.064Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:40:25.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-03T14:40:25.405Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-03T14:40:25.405Z] ab5ef0e58194: Pulling fs layer [2021-03-03T14:40:25.405Z] 9712f1f96733: Pulling fs layer [2021-03-03T14:40:25.405Z] 63f879dbbcfc: Pulling fs layer [2021-03-03T14:40:25.405Z] 0d9ebad4ef96: Pulling fs layer [2021-03-03T14:40:25.405Z] e9a5061849ea: Pulling fs layer [2021-03-03T14:40:25.405Z] d747dcd14b5f: Pulling fs layer [2021-03-03T14:40:25.405Z] 2de7ff778b66: Pulling fs layer [2021-03-03T14:40:25.405Z] e9a5061849ea: Waiting [2021-03-03T14:40:25.405Z] d747dcd14b5f: Waiting [2021-03-03T14:40:25.405Z] 2de7ff778b66: Waiting [2021-03-03T14:40:25.405Z] 0d9ebad4ef96: Waiting [2021-03-03T14:40:25.405Z] 9712f1f96733: Verifying Checksum [2021-03-03T14:40:25.405Z] 9712f1f96733: Download complete [2021-03-03T14:40:27.975Z] 63f879dbbcfc: Verifying Checksum [2021-03-03T14:40:27.975Z] 63f879dbbcfc: Download complete [2021-03-03T14:40:27.975Z] e9a5061849ea: Verifying Checksum [2021-03-03T14:40:27.975Z] e9a5061849ea: Download complete [2021-03-03T14:40:28.242Z] d747dcd14b5f: Verifying Checksum [2021-03-03T14:40:28.242Z] d747dcd14b5f: Download complete [2021-03-03T14:40:28.820Z] 2de7ff778b66: Verifying Checksum [2021-03-03T14:40:28.820Z] 2de7ff778b66: Download complete [2021-03-03T14:40:29.399Z] 0d9ebad4ef96: Verifying Checksum [2021-03-03T14:40:29.399Z] 0d9ebad4ef96: Download complete [2021-03-03T14:40:29.664Z] ab5ef0e58194: Verifying Checksum [2021-03-03T14:40:29.664Z] ab5ef0e58194: Download complete [2021-03-03T14:40:33.887Z] ab5ef0e58194: Pull complete [2021-03-03T14:40:34.151Z] 9712f1f96733: Pull complete [2021-03-03T14:40:37.466Z] 63f879dbbcfc: Pull complete [2021-03-03T14:40:44.125Z] 0d9ebad4ef96: Pull complete [2021-03-03T14:40:44.387Z] e9a5061849ea: Pull complete [2021-03-03T14:40:44.650Z] d747dcd14b5f: Pull complete [2021-03-03T14:40:48.874Z] 2de7ff778b66: Pull complete [2021-03-03T14:40:48.874Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-03T14:40:48.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-03T14:40:48.874Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-03T14:40:49.135Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:40:49.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-03T14:40:53.032Z] $ docker top 6650d204b0ed6e2d9702b7aa3f2fa63461a2b7fc3348959c106687105c8fad67 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-03T14:40:53.387Z] provisioning config files... [2021-03-03T14:40:53.399Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/378@tmp/config7247761296561311531tmp [2021-03-03T14:40:53.416Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/378@tmp/config2219100303818670103tmp [2021-03-03T14:40:53.434Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/378@tmp/config4099733015330289778tmp [Pipeline] { [Pipeline] echo [2021-03-03T14:40:53.492Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:40:53.795Z] ---> sigul-configuration.sh [2021-03-03T14:40:53.795Z] gpg: directory `/root/.gnupg' created [2021-03-03T14:40:53.795Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-03T14:40:53.795Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-03T14:40:53.795Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-03T14:40:53.795Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-03T14:40:53.795Z] gpg: CAST5 encrypted data [2021-03-03T14:40:54.057Z] gpg: encrypted with 1 passphrase [2021-03-03T14:40:54.057Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-03T14:40:54.357Z] + mkdir /home/jenkins [2021-03-03T14:40:54.357Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-03T14:40:54.658Z] + 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-03-03T14:40:54.670Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:40:54.968Z] ---> sigul-install.sh [2021-03-03T14:41:01.580Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-03T14:41:01.896Z] + git tag --list [2021-03-03T14:41:01.896Z] 0.6.0 [2021-03-03T14:41:01.896Z] 0.6.1 [2021-03-03T14:41:01.896Z] 0.7.0 [2021-03-03T14:41:01.896Z] 0.7.1 [2021-03-03T14:41:01.896Z] v0.0.0 [2021-03-03T14:41:01.896Z] v0.0.1-dev.1 [2021-03-03T14:41:01.896Z] v1.0.0 [2021-03-03T14:41:01.896Z] v1.0.1 [2021-03-03T14:41:01.896Z] v1.1.0 [2021-03-03T14:41:01.896Z] v1.2.0 [2021-03-03T14:41:01.896Z] v1.2.1 [2021-03-03T14:41:01.896Z] v1.2.2-dev.1 [2021-03-03T14:41:01.896Z] v1.2.2-dev.10 [2021-03-03T14:41:01.896Z] v1.2.2-dev.100 [2021-03-03T14:41:01.896Z] v1.2.2-dev.101 [2021-03-03T14:41:01.896Z] v1.2.2-dev.102 [2021-03-03T14:41:01.896Z] v1.2.2-dev.103 [2021-03-03T14:41:01.896Z] v1.2.2-dev.104 [2021-03-03T14:41:01.896Z] v1.2.2-dev.105 [2021-03-03T14:41:01.896Z] v1.2.2-dev.106 [2021-03-03T14:41:01.896Z] v1.2.2-dev.107 [2021-03-03T14:41:01.896Z] v1.2.2-dev.11 [2021-03-03T14:41:01.896Z] v1.2.2-dev.12 [2021-03-03T14:41:01.896Z] v1.2.2-dev.13 [2021-03-03T14:41:01.896Z] v1.2.2-dev.14 [2021-03-03T14:41:01.896Z] v1.2.2-dev.15 [2021-03-03T14:41:01.896Z] v1.2.2-dev.16 [2021-03-03T14:41:01.896Z] v1.2.2-dev.17 [2021-03-03T14:41:01.896Z] v1.2.2-dev.18 [2021-03-03T14:41:01.896Z] v1.2.2-dev.19 [2021-03-03T14:41:01.896Z] v1.2.2-dev.2 [2021-03-03T14:41:01.896Z] v1.2.2-dev.20 [2021-03-03T14:41:01.896Z] v1.2.2-dev.21 [2021-03-03T14:41:01.896Z] v1.2.2-dev.22 [2021-03-03T14:41:01.896Z] v1.2.2-dev.23 [2021-03-03T14:41:01.896Z] v1.2.2-dev.24 [2021-03-03T14:41:01.896Z] v1.2.2-dev.25 [2021-03-03T14:41:01.896Z] v1.2.2-dev.26 [2021-03-03T14:41:01.896Z] v1.2.2-dev.27 [2021-03-03T14:41:01.896Z] v1.2.2-dev.28 [2021-03-03T14:41:01.896Z] v1.2.2-dev.29 [2021-03-03T14:41:01.896Z] v1.2.2-dev.3 [2021-03-03T14:41:01.896Z] v1.2.2-dev.30 [2021-03-03T14:41:01.896Z] v1.2.2-dev.31 [2021-03-03T14:41:01.896Z] v1.2.2-dev.32 [2021-03-03T14:41:01.896Z] v1.2.2-dev.33 [2021-03-03T14:41:01.896Z] v1.2.2-dev.34 [2021-03-03T14:41:01.896Z] v1.2.2-dev.35 [2021-03-03T14:41:01.896Z] v1.2.2-dev.36 [2021-03-03T14:41:01.896Z] v1.2.2-dev.37 [2021-03-03T14:41:01.896Z] v1.2.2-dev.38 [2021-03-03T14:41:01.896Z] v1.2.2-dev.39 [2021-03-03T14:41:01.896Z] v1.2.2-dev.4 [2021-03-03T14:41:01.896Z] v1.2.2-dev.40 [2021-03-03T14:41:01.896Z] v1.2.2-dev.41 [2021-03-03T14:41:01.896Z] v1.2.2-dev.42 [2021-03-03T14:41:01.896Z] v1.2.2-dev.43 [2021-03-03T14:41:01.896Z] v1.2.2-dev.44 [2021-03-03T14:41:01.896Z] v1.2.2-dev.45 [2021-03-03T14:41:01.896Z] v1.2.2-dev.46 [2021-03-03T14:41:01.896Z] v1.2.2-dev.47 [2021-03-03T14:41:01.896Z] v1.2.2-dev.48 [2021-03-03T14:41:01.896Z] v1.2.2-dev.49 [2021-03-03T14:41:01.896Z] v1.2.2-dev.5 [2021-03-03T14:41:01.896Z] v1.2.2-dev.50 [2021-03-03T14:41:01.896Z] v1.2.2-dev.51 [2021-03-03T14:41:01.896Z] v1.2.2-dev.52 [2021-03-03T14:41:01.896Z] v1.2.2-dev.53 [2021-03-03T14:41:01.896Z] v1.2.2-dev.54 [2021-03-03T14:41:01.896Z] v1.2.2-dev.55 [2021-03-03T14:41:01.896Z] v1.2.2-dev.56 [2021-03-03T14:41:01.896Z] v1.2.2-dev.57 [2021-03-03T14:41:01.896Z] v1.2.2-dev.58 [2021-03-03T14:41:01.896Z] v1.2.2-dev.59 [2021-03-03T14:41:01.896Z] v1.2.2-dev.6 [2021-03-03T14:41:01.896Z] v1.2.2-dev.60 [2021-03-03T14:41:01.896Z] v1.2.2-dev.61 [2021-03-03T14:41:01.896Z] v1.2.2-dev.62 [2021-03-03T14:41:01.896Z] v1.2.2-dev.63 [2021-03-03T14:41:01.896Z] v1.2.2-dev.64 [2021-03-03T14:41:01.896Z] v1.2.2-dev.65 [2021-03-03T14:41:01.896Z] v1.2.2-dev.66 [2021-03-03T14:41:01.896Z] v1.2.2-dev.67 [2021-03-03T14:41:01.896Z] v1.2.2-dev.68 [2021-03-03T14:41:01.896Z] v1.2.2-dev.69 [2021-03-03T14:41:01.896Z] v1.2.2-dev.7 [2021-03-03T14:41:01.896Z] v1.2.2-dev.70 [2021-03-03T14:41:01.896Z] v1.2.2-dev.71 [2021-03-03T14:41:01.896Z] v1.2.2-dev.72 [2021-03-03T14:41:01.896Z] v1.2.2-dev.73 [2021-03-03T14:41:01.896Z] v1.2.2-dev.74 [2021-03-03T14:41:01.896Z] v1.2.2-dev.75 [2021-03-03T14:41:01.896Z] v1.2.2-dev.76 [2021-03-03T14:41:01.896Z] v1.2.2-dev.77 [2021-03-03T14:41:01.896Z] v1.2.2-dev.78 [2021-03-03T14:41:01.896Z] v1.2.2-dev.79 [2021-03-03T14:41:01.896Z] v1.2.2-dev.8 [2021-03-03T14:41:01.896Z] v1.2.2-dev.80 [2021-03-03T14:41:01.896Z] v1.2.2-dev.81 [2021-03-03T14:41:01.896Z] v1.2.2-dev.82 [2021-03-03T14:41:01.896Z] v1.2.2-dev.83 [2021-03-03T14:41:01.896Z] v1.2.2-dev.84 [2021-03-03T14:41:01.896Z] v1.2.2-dev.85 [2021-03-03T14:41:01.896Z] v1.2.2-dev.86 [2021-03-03T14:41:01.896Z] v1.2.2-dev.87 [2021-03-03T14:41:01.896Z] v1.2.2-dev.88 [2021-03-03T14:41:01.896Z] v1.2.2-dev.89 [2021-03-03T14:41:01.896Z] v1.2.2-dev.9 [2021-03-03T14:41:01.896Z] v1.2.2-dev.90 [2021-03-03T14:41:01.896Z] v1.2.2-dev.91 [2021-03-03T14:41:01.896Z] v1.2.2-dev.92 [2021-03-03T14:41:01.896Z] v1.2.2-dev.93 [2021-03-03T14:41:01.896Z] v1.2.2-dev.94 [2021-03-03T14:41:01.896Z] v1.2.2-dev.95 [2021-03-03T14:41:01.896Z] v1.2.2-dev.96 [2021-03-03T14:41:01.896Z] v1.2.2-dev.97 [2021-03-03T14:41:01.896Z] v1.2.2-dev.98 [2021-03-03T14:41:01.896Z] v1.2.2-dev.99 [2021-03-03T14:41:01.896Z] v1.3.0 [2021-03-03T14:41:01.896Z] v1.3.1 [2021-03-03T14:41:01.896Z] v1.3.1-dev.1 [2021-03-03T14:41:01.896Z] v1.3.1-dev.10 [2021-03-03T14:41:01.896Z] v1.3.1-dev.11 [2021-03-03T14:41:01.896Z] v1.3.1-dev.12 [2021-03-03T14:41:01.896Z] v1.3.1-dev.13 [2021-03-03T14:41:01.896Z] v1.3.1-dev.14 [2021-03-03T14:41:01.896Z] v1.3.1-dev.15 [2021-03-03T14:41:01.896Z] v1.3.1-dev.16 [2021-03-03T14:41:01.896Z] v1.3.1-dev.17 [2021-03-03T14:41:01.896Z] v1.3.1-dev.18 [2021-03-03T14:41:01.896Z] v1.3.1-dev.2 [2021-03-03T14:41:01.896Z] v1.3.1-dev.3 [2021-03-03T14:41:01.896Z] v1.3.1-dev.4 [2021-03-03T14:41:01.896Z] v1.3.1-dev.5 [2021-03-03T14:41:01.896Z] v1.3.1-dev.6 [2021-03-03T14:41:01.896Z] v1.3.1-dev.7 [2021-03-03T14:41:01.896Z] v1.3.1-dev.8 [2021-03-03T14:41:01.896Z] v1.3.1-dev.9 [2021-03-03T14:41:01.896Z] v2.0.0-dev.1 [2021-03-03T14:41:01.896Z] v2.0.0-dev.10 [2021-03-03T14:41:01.896Z] v2.0.0-dev.100 [2021-03-03T14:41:01.896Z] v2.0.0-dev.101 [2021-03-03T14:41:01.896Z] v2.0.0-dev.102 [2021-03-03T14:41:01.896Z] v2.0.0-dev.103 [2021-03-03T14:41:01.896Z] v2.0.0-dev.104 [2021-03-03T14:41:01.896Z] v2.0.0-dev.105 [2021-03-03T14:41:01.896Z] v2.0.0-dev.106 [2021-03-03T14:41:01.896Z] v2.0.0-dev.107 [2021-03-03T14:41:01.896Z] v2.0.0-dev.108 [2021-03-03T14:41:01.896Z] v2.0.0-dev.109 [2021-03-03T14:41:01.896Z] v2.0.0-dev.11 [2021-03-03T14:41:01.896Z] v2.0.0-dev.110 [2021-03-03T14:41:01.896Z] v2.0.0-dev.111 [2021-03-03T14:41:01.896Z] v2.0.0-dev.12 [2021-03-03T14:41:01.896Z] v2.0.0-dev.13 [2021-03-03T14:41:01.896Z] v2.0.0-dev.14 [2021-03-03T14:41:01.896Z] v2.0.0-dev.15 [2021-03-03T14:41:01.896Z] v2.0.0-dev.16 [2021-03-03T14:41:01.896Z] v2.0.0-dev.17 [2021-03-03T14:41:01.896Z] v2.0.0-dev.18 [2021-03-03T14:41:01.896Z] v2.0.0-dev.19 [2021-03-03T14:41:01.896Z] v2.0.0-dev.2 [2021-03-03T14:41:01.896Z] v2.0.0-dev.20 [2021-03-03T14:41:01.896Z] v2.0.0-dev.21 [2021-03-03T14:41:01.896Z] v2.0.0-dev.22 [2021-03-03T14:41:01.896Z] v2.0.0-dev.23 [2021-03-03T14:41:01.896Z] v2.0.0-dev.24 [2021-03-03T14:41:01.896Z] v2.0.0-dev.25 [2021-03-03T14:41:01.896Z] v2.0.0-dev.26 [2021-03-03T14:41:01.896Z] v2.0.0-dev.27 [2021-03-03T14:41:01.896Z] v2.0.0-dev.28 [2021-03-03T14:41:01.896Z] v2.0.0-dev.29 [2021-03-03T14:41:01.896Z] v2.0.0-dev.3 [2021-03-03T14:41:01.896Z] v2.0.0-dev.30 [2021-03-03T14:41:01.896Z] v2.0.0-dev.31 [2021-03-03T14:41:01.896Z] v2.0.0-dev.32 [2021-03-03T14:41:01.896Z] v2.0.0-dev.33 [2021-03-03T14:41:01.896Z] v2.0.0-dev.34 [2021-03-03T14:41:01.896Z] v2.0.0-dev.35 [2021-03-03T14:41:01.896Z] v2.0.0-dev.36 [2021-03-03T14:41:01.896Z] v2.0.0-dev.37 [2021-03-03T14:41:01.896Z] v2.0.0-dev.38 [2021-03-03T14:41:01.896Z] v2.0.0-dev.39 [2021-03-03T14:41:01.896Z] v2.0.0-dev.4 [2021-03-03T14:41:01.896Z] v2.0.0-dev.40 [2021-03-03T14:41:01.896Z] v2.0.0-dev.41 [2021-03-03T14:41:01.896Z] v2.0.0-dev.42 [2021-03-03T14:41:01.896Z] v2.0.0-dev.43 [2021-03-03T14:41:01.896Z] v2.0.0-dev.44 [2021-03-03T14:41:01.896Z] v2.0.0-dev.45 [2021-03-03T14:41:01.896Z] v2.0.0-dev.46 [2021-03-03T14:41:01.896Z] v2.0.0-dev.47 [2021-03-03T14:41:01.896Z] v2.0.0-dev.48 [2021-03-03T14:41:01.896Z] v2.0.0-dev.49 [2021-03-03T14:41:01.896Z] v2.0.0-dev.5 [2021-03-03T14:41:01.896Z] v2.0.0-dev.50 [2021-03-03T14:41:01.896Z] v2.0.0-dev.51 [2021-03-03T14:41:01.896Z] v2.0.0-dev.52 [2021-03-03T14:41:01.896Z] v2.0.0-dev.53 [2021-03-03T14:41:01.896Z] v2.0.0-dev.54 [2021-03-03T14:41:01.896Z] v2.0.0-dev.55 [2021-03-03T14:41:01.896Z] v2.0.0-dev.56 [2021-03-03T14:41:01.896Z] v2.0.0-dev.57 [2021-03-03T14:41:01.896Z] v2.0.0-dev.58 [2021-03-03T14:41:01.896Z] v2.0.0-dev.59 [2021-03-03T14:41:01.896Z] v2.0.0-dev.6 [2021-03-03T14:41:01.896Z] v2.0.0-dev.60 [2021-03-03T14:41:01.896Z] v2.0.0-dev.61 [2021-03-03T14:41:01.896Z] v2.0.0-dev.62 [2021-03-03T14:41:01.896Z] v2.0.0-dev.63 [2021-03-03T14:41:01.896Z] v2.0.0-dev.64 [2021-03-03T14:41:01.896Z] v2.0.0-dev.65 [2021-03-03T14:41:01.896Z] v2.0.0-dev.66 [2021-03-03T14:41:01.896Z] v2.0.0-dev.67 [2021-03-03T14:41:01.896Z] v2.0.0-dev.68 [2021-03-03T14:41:01.896Z] v2.0.0-dev.69 [2021-03-03T14:41:01.896Z] v2.0.0-dev.7 [2021-03-03T14:41:01.896Z] v2.0.0-dev.70 [2021-03-03T14:41:01.896Z] v2.0.0-dev.71 [2021-03-03T14:41:01.896Z] v2.0.0-dev.72 [2021-03-03T14:41:01.896Z] v2.0.0-dev.73 [2021-03-03T14:41:01.896Z] v2.0.0-dev.74 [2021-03-03T14:41:01.896Z] v2.0.0-dev.75 [2021-03-03T14:41:01.896Z] v2.0.0-dev.76 [2021-03-03T14:41:01.896Z] v2.0.0-dev.77 [2021-03-03T14:41:01.896Z] v2.0.0-dev.78 [2021-03-03T14:41:01.896Z] v2.0.0-dev.79 [2021-03-03T14:41:01.896Z] v2.0.0-dev.8 [2021-03-03T14:41:01.896Z] v2.0.0-dev.80 [2021-03-03T14:41:01.896Z] v2.0.0-dev.81 [2021-03-03T14:41:01.896Z] v2.0.0-dev.82 [2021-03-03T14:41:01.896Z] v2.0.0-dev.83 [2021-03-03T14:41:01.896Z] v2.0.0-dev.84 [2021-03-03T14:41:01.896Z] v2.0.0-dev.85 [2021-03-03T14:41:01.896Z] v2.0.0-dev.86 [2021-03-03T14:41:01.896Z] v2.0.0-dev.87 [2021-03-03T14:41:01.896Z] v2.0.0-dev.88 [2021-03-03T14:41:01.896Z] v2.0.0-dev.89 [2021-03-03T14:41:01.896Z] v2.0.0-dev.9 [2021-03-03T14:41:01.896Z] v2.0.0-dev.90 [2021-03-03T14:41:01.896Z] v2.0.0-dev.91 [2021-03-03T14:41:01.896Z] v2.0.0-dev.92 [2021-03-03T14:41:01.896Z] v2.0.0-dev.93 [2021-03-03T14:41:01.896Z] v2.0.0-dev.94 [2021-03-03T14:41:01.896Z] v2.0.0-dev.95 [2021-03-03T14:41:01.896Z] v2.0.0-dev.96 [2021-03-03T14:41:01.896Z] v2.0.0-dev.97 [2021-03-03T14:41:01.897Z] v2.0.0-dev.98 [2021-03-03T14:41:01.897Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-03T14:41:02.209Z] + lftools sign git-tag v2.0.0-dev.111 [2021-03-03T14:41:03.606Z] Signing Git tag with Sigul... [2021-03-03T14:41:03.606Z] Signing v2.0.0-dev.111 [Pipeline] echo [2021-03-03T14:41:05.550Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:41:05.921Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-03T14:41:05.934Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-03T14:41:06.038Z] $ docker stop --time=1 6650d204b0ed6e2d9702b7aa3f2fa63461a2b7fc3348959c106687105c8fad67 [2021-03-03T14:41:07.920Z] $ docker rm -f 6650d204b0ed6e2d9702b7aa3f2fa63461a2b7fc3348959c106687105c8fad67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:41:08.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:41:08.829Z] . [Pipeline] withDockerContainer [2021-03-03T14:41:09.004Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:41:09.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T14:41:09.838Z] $ docker top 4bb5824005508eaf12e2eed81da462eb9884e2ede7b0a36b0afe8b3ae29a8747 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T14:41:10.223Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:41:10.223Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:41:10.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:41:10.486Z] $ docker exec 4bb5824005508eaf12e2eed81da462eb9884e2ede7b0a36b0afe8b3ae29a8747 ssh-agent [2021-03-03T14:41:10.697Z] SSH_AUTH_SOCK=/tmp/ssh-quWJqP7CTNYh/agent.12 [2021-03-03T14:41:10.697Z] SSH_AGENT_PID=18 [2021-03-03T14:41:10.704Z] Running ssh-add (command line suppressed) [2021-03-03T14:41:10.885Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_5706555161032083848.key (/w/workspace/edgex-go/378@tmp/private_key_5706555161032083848.key) [2021-03-03T14:41:10.959Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:41:11.301Z] + git semver bump pre [2021-03-03T14:41:11.564Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T14:41:11.564Z] # $GIT_DIR = /w/workspace/edgex-go/378/.git [2021-03-03T14:41:11.564Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/378 [2021-03-03T14:41:11.564Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T14:41:11.564Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T14:41:11.564Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T14:41:11.564Z] # $SEMVER_BRANCH = master [2021-03-03T14:41:11.564Z] # $SEMVER_DIR = /w/workspace/edgex-go/378/.semver [2021-03-03T14:41:11.564Z] 2.0.0-dev.112 [Pipeline] } [2021-03-03T14:41:11.578Z] $ docker exec --env ******** --env ******** 4bb5824005508eaf12e2eed81da462eb9884e2ede7b0a36b0afe8b3ae29a8747 ssh-agent -k [2021-03-03T14:41:11.821Z] unset SSH_AUTH_SOCK; [2021-03-03T14:41:11.821Z] unset SSH_AGENT_PID; [2021-03-03T14:41:11.821Z] echo Agent pid 18 killed; [2021-03-03T14:41:11.912Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:41:12.398Z] + git semver [Pipeline] } [2021-03-03T14:41:12.413Z] $ docker stop --time=1 4bb5824005508eaf12e2eed81da462eb9884e2ede7b0a36b0afe8b3ae29a8747 [2021-03-03T14:41:13.869Z] $ docker rm -f 4bb5824005508eaf12e2eed81da462eb9884e2ede7b0a36b0afe8b3ae29a8747 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:41:14.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:41:14.433Z] . [Pipeline] withDockerContainer [2021-03-03T14:41:14.552Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:41:14.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T14:41:15.425Z] $ docker top ed2916eb0371b59bffdf41a366a721c00e80fe868a77138e66e8404653882f3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T14:41:15.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:41:15.783Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:41:16.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:41:16.052Z] $ docker exec ed2916eb0371b59bffdf41a366a721c00e80fe868a77138e66e8404653882f3d ssh-agent [2021-03-03T14:41:16.281Z] SSH_AUTH_SOCK=/tmp/ssh-OxMgjStGpApn/agent.12 [2021-03-03T14:41:16.281Z] SSH_AGENT_PID=18 [2021-03-03T14:41:16.288Z] Running ssh-add (command line suppressed) [2021-03-03T14:41:16.429Z] Identity added: /w/workspace/edgex-go/378@tmp/private_key_5778053015280520955.key (/w/workspace/edgex-go/378@tmp/private_key_5778053015280520955.key) [2021-03-03T14:41:16.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:41:16.839Z] + git semver push [2021-03-03T14:41:16.839Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T14:41:16.839Z] # $GIT_DIR = /w/workspace/edgex-go/378/.git [2021-03-03T14:41:16.839Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/378 [2021-03-03T14:41:16.839Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T14:41:16.839Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T14:41:16.839Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T14:41:16.839Z] # $SEMVER_BRANCH = master [2021-03-03T14:41:16.839Z] # $SEMVER_DIR = /w/workspace/edgex-go/378/.semver [Pipeline] } [2021-03-03T14:41:26.863Z] $ docker exec --env ******** --env ******** ed2916eb0371b59bffdf41a366a721c00e80fe868a77138e66e8404653882f3d ssh-agent -k [2021-03-03T14:41:27.033Z] unset SSH_AUTH_SOCK; [2021-03-03T14:41:27.033Z] unset SSH_AGENT_PID; [2021-03-03T14:41:27.033Z] echo Agent pid 18 killed; [2021-03-03T14:41:27.108Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:41:27.612Z] + git semver [Pipeline] } [2021-03-03T14:41:27.627Z] $ docker stop --time=1 ed2916eb0371b59bffdf41a366a721c00e80fe868a77138e66e8404653882f3d [2021-03-03T14:41:29.084Z] $ docker rm -f ed2916eb0371b59bffdf41a366a721c00e80fe868a77138e66e8404653882f3d [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-03-03T14:41:30.437Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:41:31.317Z] ---> package-listing.sh [2021-03-03T14:41:31.317Z] ++ facter osfamily [2021-03-03T14:41:31.317Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-03T14:41:31.317Z] + OS_FAMILY=redhat [2021-03-03T14:41:31.317Z] + workspace=/w/workspace/edgex-go/378 [2021-03-03T14:41:31.317Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-03T14:41:31.317Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-03T14:41:31.317Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-03T14:41:31.317Z] + PACKAGES=/tmp/packages_start.txt [2021-03-03T14:41:31.317Z] + '[' /w/workspace/edgex-go/378 ']' [2021-03-03T14:41:31.317Z] + PACKAGES=/tmp/packages_end.txt [2021-03-03T14:41:31.317Z] + case "${OS_FAMILY}" in [2021-03-03T14:41:31.317Z] + rpm -qa [2021-03-03T14:41:31.317Z] + sort [2021-03-03T14:41:36.623Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-03T14:41:36.623Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-03T14:41:36.623Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-03T14:41:36.623Z] + '[' /w/workspace/edgex-go/378 ']' [2021-03-03T14:41:36.623Z] + mkdir -p /w/workspace/edgex-go/378/archives/ [2021-03-03T14:41:36.623Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/378/archives/ [Pipeline] echo [2021-03-03T14:41:36.638Z] 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/378/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-03T14:41:36.971Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:41:37.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:41:37.558Z] [2021-03-03T14:41:37.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:41:37.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:41:37.916Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-03T14:41:37.916Z] df20fa9351a1: Pulling fs layer [2021-03-03T14:41:37.916Z] 36b3adc4ff6f: Pulling fs layer [2021-03-03T14:41:37.916Z] 8ad3a11d3b57: Pulling fs layer [2021-03-03T14:41:37.916Z] 46f8f816bc3b: Pulling fs layer [2021-03-03T14:41:37.916Z] 93b61091891f: Pulling fs layer [2021-03-03T14:41:37.916Z] 93b9cdb0e59b: Pulling fs layer [2021-03-03T14:41:37.916Z] 5e14af77c1be: Pulling fs layer [2021-03-03T14:41:37.916Z] 01666e4c0597: Pulling fs layer [2021-03-03T14:41:37.916Z] aa168da1d23b: Pulling fs layer [2021-03-03T14:41:37.916Z] 46f8f816bc3b: Waiting [2021-03-03T14:41:37.916Z] 93b61091891f: Waiting [2021-03-03T14:41:37.916Z] 93b9cdb0e59b: Waiting [2021-03-03T14:41:37.916Z] 5e14af77c1be: Waiting [2021-03-03T14:41:37.916Z] 01666e4c0597: Waiting [2021-03-03T14:41:37.916Z] aa168da1d23b: Waiting [2021-03-03T14:41:37.916Z] 36b3adc4ff6f: Download complete [2021-03-03T14:41:37.916Z] 46f8f816bc3b: Verifying Checksum [2021-03-03T14:41:37.916Z] 46f8f816bc3b: Download complete [2021-03-03T14:41:38.187Z] df20fa9351a1: Verifying Checksum [2021-03-03T14:41:38.187Z] df20fa9351a1: Download complete [2021-03-03T14:41:38.187Z] 93b9cdb0e59b: Verifying Checksum [2021-03-03T14:41:38.187Z] 93b9cdb0e59b: Download complete [2021-03-03T14:41:38.187Z] 5e14af77c1be: Verifying Checksum [2021-03-03T14:41:38.187Z] 5e14af77c1be: Download complete [2021-03-03T14:41:38.187Z] 01666e4c0597: Download complete [2021-03-03T14:41:38.187Z] 93b61091891f: Verifying Checksum [2021-03-03T14:41:38.187Z] 93b61091891f: Download complete [2021-03-03T14:41:38.454Z] df20fa9351a1: Pull complete [2021-03-03T14:41:38.454Z] 8ad3a11d3b57: Verifying Checksum [2021-03-03T14:41:38.454Z] 8ad3a11d3b57: Download complete [2021-03-03T14:41:38.720Z] 36b3adc4ff6f: Pull complete [2021-03-03T14:41:40.678Z] 8ad3a11d3b57: Pull complete [2021-03-03T14:41:40.946Z] aa168da1d23b: Verifying Checksum [2021-03-03T14:41:40.946Z] 46f8f816bc3b: Pull complete [2021-03-03T14:41:41.905Z] 93b61091891f: Pull complete [2021-03-03T14:41:41.905Z] 93b9cdb0e59b: Pull complete [2021-03-03T14:41:42.169Z] 5e14af77c1be: Pull complete [2021-03-03T14:41:42.169Z] 01666e4c0597: Pull complete [2021-03-03T14:41:50.396Z] aa168da1d23b: Pull complete [2021-03-03T14:41:50.396Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-03T14:41:50.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:41:50.396Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-03T14:41:50.554Z] prd-centos7-docker-4c-2g-28380 does not seem to be running inside a container [2021-03-03T14:41:50.606Z] $ 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/378/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/378 -v /w/workspace/edgex-go/378:/w/workspace/edgex-go/378:rw,z -v /w/workspace/edgex-go/378@tmp:/w/workspace/edgex-go/378@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-03T14:41:53.580Z] $ docker top ba66fda3be6530fe3a4f79409d3a68124fa4a33cc4314cf0cdb52644e7e67b0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:41:54.177Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-03T14:41:54.483Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-03T14:41:54.793Z] + ls /var/log/sa-host [2021-03-03T14:41:54.793Z] + sadf -c /var/log/sa-host/sa03 [2021-03-03T14:41:54.793Z] file_magic: OK [2021-03-03T14:41:54.793Z] HZ: Using current value: 100 [2021-03-03T14:41:54.793Z] file_header: OK [2021-03-03T14:41:54.793Z] 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-03-03T14:41:54.793Z] Statistics: [2021-03-03T14:41:54.793Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-03T14:41:54.793Z] File successfully converted to sysstat format version 12.2.1 [2021-03-03T14:41:54.793Z] + sadf -c /var/log/sa-host/sa23 [2021-03-03T14:41:54.794Z] file_magic: OK [2021-03-03T14:41:54.794Z] HZ: Using current value: 100 [2021-03-03T14:41:54.794Z] file_header: OK [2021-03-03T14:41:54.794Z] 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-03-03T14:41:54.794Z] Statistics: [2021-03-03T14:41:54.794Z] Hnuu...uuuununununu... [2021-03-03T14:41:54.794Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-03T14:41:55.452Z] provisioning config files... [2021-03-03T14:41:55.471Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/378@tmp/config7098834509124982515tmp [Pipeline] { [Pipeline] echo [2021-03-03T14:41:55.543Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:41:55.880Z] ---> create-netrc.sh [Pipeline] } [2021-03-03T14:41:55.890Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-03T14:41:55.980Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:41:56.285Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-03T14:41:56.298Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:41:56.600Z] ---> sudo-logs.sh [2021-03-03T14:41:56.600Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-03T14:41:56.677Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:41:56.980Z] ---> job-cost.sh [2021-03-03T14:41:56.981Z] lf-activate-venv: SKIPPING [2021-03-03T14:41:56.981Z] DEBUG: total: 0.20999999344348907 [2021-03-03T14:41:56.981Z] INFO: Retrieving Stack Cost... [2021-03-03T14:41:58.371Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-03T14:41:58.631Z] INFO: Archiving Costs [Pipeline] echo [2021-03-03T14:41:58.645Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:41:58.936Z] ---> logs-deploy.sh [2021-03-03T14:41:58.936Z] lf-activate-venv: SKIPPING [2021-03-03T14:41:58.936Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/378 [2021-03-03T14:41:58.936Z] INFO: archiving workspace using pattern(s): [2021-03-03T14:42:00.322Z] Archives upload complete. [2021-03-03T14:42:00.586Z] INFO: archiving logs to Nexus [2021-03-03T14:42:01.532Z] ---> uname -a: [2021-03-03T14:42:01.532Z] Linux prd-centos7-docker-4c-2g-28380.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-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] ---> lscpu: [2021-03-03T14:42:01.532Z] Architecture: x86_64 [2021-03-03T14:42:01.532Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-03T14:42:01.532Z] Byte Order: Little Endian [2021-03-03T14:42:01.532Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-03T14:42:01.532Z] CPU(s): 4 [2021-03-03T14:42:01.532Z] On-line CPU(s) list: 0-3 [2021-03-03T14:42:01.532Z] Thread(s) per core: 1 [2021-03-03T14:42:01.532Z] Core(s) per socket: 1 [2021-03-03T14:42:01.532Z] Socket(s): 4 [2021-03-03T14:42:01.532Z] NUMA node(s): 1 [2021-03-03T14:42:01.532Z] Vendor ID: GenuineIntel [2021-03-03T14:42:01.532Z] CPU family: 6 [2021-03-03T14:42:01.532Z] Model: 44 [2021-03-03T14:42:01.532Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-03T14:42:01.532Z] Stepping: 1 [2021-03-03T14:42:01.532Z] CPU MHz: 2933.438 [2021-03-03T14:42:01.532Z] BogoMIPS: 5866.87 [2021-03-03T14:42:01.532Z] Virtualization: VT-x [2021-03-03T14:42:01.532Z] Hypervisor vendor: KVM [2021-03-03T14:42:01.532Z] Virtualization type: full [2021-03-03T14:42:01.532Z] L1d cache: 128 KiB [2021-03-03T14:42:01.532Z] L1i cache: 128 KiB [2021-03-03T14:42:01.532Z] L2 cache: 16 MiB [2021-03-03T14:42:01.532Z] L3 cache: 64 MiB [2021-03-03T14:42:01.532Z] NUMA node0 CPU(s): 0-3 [2021-03-03T14:42:01.532Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-03T14:42:01.532Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-03T14:42:01.532Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-03T14:42:01.532Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-03T14:42:01.532Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-03T14:42:01.532Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-03T14:42:01.532Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-03T14:42:01.532Z] Vulnerability Srbds: Not affected [2021-03-03T14:42:01.532Z] Vulnerability Tsx async abort: Not affected [2021-03-03T14:42:01.532Z] 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-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] ---> nproc: [2021-03-03T14:42:01.532Z] 4 [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] ---> df -h: [2021-03-03T14:42:01.532Z] Filesystem Size Used Available Use% Mounted on [2021-03-03T14:42:01.532Z] overlay 50.0G 13.0G 37.0G 26% / [2021-03-03T14:42:01.532Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-03T14:42:01.532Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-03T14:42:01.532Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/378 [2021-03-03T14:42:01.532Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/378@tmp [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] ---> free -m: [2021-03-03T14:42:01.532Z] total used free shared buff/cache available [2021-03-03T14:42:01.532Z] Mem: 1837 734 159 0 943 1051 [2021-03-03T14:42:01.532Z] Swap: 1023 65 958 [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] ---> ip addr: [2021-03-03T14:42:01.532Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-03T14:42:01.532Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-03T14:42:01.532Z] inet 127.0.0.1/8 scope host lo [2021-03-03T14:42:01.532Z] valid_lft forever preferred_lft forever [2021-03-03T14:42:01.532Z] inet6 ::1/128 scope host [2021-03-03T14:42:01.532Z] valid_lft forever preferred_lft forever [2021-03-03T14:42:01.532Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-03T14:42:01.532Z] link/ether fa:16:3e:97:2b:ec brd ff:ff:ff:ff:ff:ff [2021-03-03T14:42:01.532Z] inet 10.30.122.236/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-03T14:42:01.532Z] valid_lft 85159sec preferred_lft 85159sec [2021-03-03T14:42:01.532Z] inet6 fe80::f816:3eff:fe97:2bec/64 scope link [2021-03-03T14:42:01.532Z] valid_lft forever preferred_lft forever [2021-03-03T14:42:01.532Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-03T14:42:01.532Z] link/ether 02:42:4c:f1:cc:aa brd ff:ff:ff:ff:ff:ff [2021-03-03T14:42:01.532Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-03T14:42:01.532Z] valid_lft forever preferred_lft forever [2021-03-03T14:42:01.532Z] inet6 fe80::42:4cff:fef1:ccaa/64 scope link [2021-03-03T14:42:01.532Z] valid_lft forever preferred_lft forever [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] ---> sar -b -r -n DEV: [2021-03-03T14:42:01.532Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] 14:21:07 LINUX RESTART (4 CPU) [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] 14:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-03T14:42:01.532Z] 14:23:01 219.38 96.56 122.83 0.00 9931.71 46397.72 0.00 [2021-03-03T14:42:01.532Z] 14:24:01 245.18 87.67 157.51 0.00 3573.98 21326.14 0.00 [2021-03-03T14:42:01.532Z] 14:25:01 137.28 56.30 80.98 0.00 1940.84 10154.87 0.00 [2021-03-03T14:42:01.532Z] 14:26:02 146.86 44.43 102.43 0.00 2934.13 23637.23 0.00 [2021-03-03T14:42:01.532Z] 14:27:03 1663.31 1348.40 314.91 0.00 131501.24 192438.72 0.00 [2021-03-03T14:42:01.532Z] 14:28:01 2020.89 1761.65 259.24 0.00 105158.16 117937.73 0.00 [2021-03-03T14:42:01.532Z] 14:29:01 1176.46 850.07 326.39 0.00 82599.60 109155.56 0.00 [2021-03-03T14:42:01.532Z] 14:30:02 1673.85 1336.15 337.70 0.00 82663.70 94626.54 0.00 [2021-03-03T14:42:01.532Z] 14:31:01 287.61 147.50 140.10 0.00 11704.22 16049.75 0.00 [2021-03-03T14:42:01.532Z] 14:32:01 65.73 59.49 6.24 0.00 2268.66 131.60 0.00 [2021-03-03T14:42:01.532Z] 14:33:01 1.57 1.20 0.37 0.00 98.43 5.81 0.00 [2021-03-03T14:42:01.532Z] 14:34:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 [2021-03-03T14:42:01.532Z] 14:35:01 0.27 0.02 0.25 0.00 0.27 3.00 0.00 [2021-03-03T14:42:01.532Z] 14:36:01 0.37 0.07 0.30 0.00 5.46 3.23 0.00 [2021-03-03T14:42:01.532Z] 14:37:01 2.26 1.45 0.82 0.00 135.62 16.09 0.00 [2021-03-03T14:42:01.532Z] 14:38:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 [2021-03-03T14:42:01.532Z] 14:39:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2021-03-03T14:42:01.532Z] 14:40:01 271.11 126.14 144.97 0.00 7350.84 36856.35 0.00 [2021-03-03T14:42:01.532Z] 14:41:01 196.04 68.28 127.76 0.00 5512.71 30343.11 0.00 [2021-03-03T14:42:01.532Z] Average: 426.16 314.33 111.83 0.00 23565.42 36874.81 0.00 [2021-03-03T14:42:01.532Z] [2021-03-03T14:42:01.532Z] 14:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-03T14:42:01.532Z] 14:23:01 142512 0 683724 36.34 2028 1053280 1373620 46.88 555192 940060 2068 [2021-03-03T14:42:01.532Z] 14:24:01 211540 0 712996 37.89 1492 955516 1570496 53.60 558464 832652 48392 [2021-03-03T14:42:01.532Z] 14:25:01 302592 0 750488 39.89 768 827696 1602544 54.69 543820 741360 53488 [2021-03-03T14:42:01.532Z] 14:26:02 197740 0 709216 37.69 576 974012 1251744 42.72 535908 846992 24568 [2021-03-03T14:42:01.532Z] 14:27:03 61056 0 796532 42.33 0 1023956 2290448 78.17 718772 880128 47168 [2021-03-03T14:42:01.533Z] 14:28:01 416696 0 920604 48.93 0 544244 3831472 130.76 562628 628612 81240 [2021-03-03T14:42:01.533Z] 14:29:01 74196 0 716156 38.06 0 1091192 1865428 63.66 724632 841976 35588 [2021-03-03T14:42:01.533Z] 14:30:02 58088 0 713412 37.92 0 1110044 2067176 70.55 743224 837684 47884 [2021-03-03T14:42:01.533Z] 14:31:01 475732 0 578240 30.73 0 827572 1180108 40.28 448724 717572 24 [2021-03-03T14:42:01.533Z] 14:32:01 413404 0 573080 30.46 0 895060 1170192 39.94 475176 754928 8 [2021-03-03T14:42:01.533Z] 14:33:01 417956 0 565568 30.06 0 898020 1113400 38.00 470136 756120 8 [2021-03-03T14:42:01.533Z] 14:34:01 418792 0 564724 30.01 0 898028 1110316 37.89 469844 756132 8 [2021-03-03T14:42:01.533Z] 14:35:01 418256 0 565252 30.04 0 898036 1110436 37.90 470528 756132 16 [2021-03-03T14:42:01.533Z] 14:36:01 418804 0 564508 30.00 0 898232 1110764 37.91 470012 756264 12 [2021-03-03T14:42:01.533Z] 14:37:01 411024 0 568920 30.24 0 901600 1110460 37.90 476412 756844 8 [2021-03-03T14:42:01.533Z] 14:38:01 411656 0 568284 30.20 0 901604 1110376 37.90 475868 756844 8 [2021-03-03T14:42:01.533Z] 14:39:01 411908 0 568028 30.19 0 901608 1110316 37.89 475540 756844 12 [2021-03-03T14:42:01.533Z] 14:40:01 301168 0 645420 34.30 0 934956 1119908 38.22 590588 676924 32 [2021-03-03T14:42:01.533Z] 14:41:01 124908 0 691916 36.77 0 1064720 1219148 41.61 564660 828460 78988 [2021-03-03T14:42:01.533Z] Average: 299370 0 655635 34.85 256 926283 1490440 50.87 543691 780133 22080 [2021-03-03T14:42:01.533Z] [2021-03-03T14:42:01.533Z] 14:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-03T14:42:01.533Z] 14:23:01 vethce969f2 11.51 11.90 0.93 35.38 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:23:01 eth0 948.09 1116.57 5877.17 134.23 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:23:01 docker0 800.78 580.65 67.43 2706.47 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:24:01 veth8d01f1b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:24:01 eth0 229.06 195.47 831.28 62.60 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:24:01 docker0 157.43 176.74 11.36 799.11 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:25:01 veth8d01f1b 1.55 1.55 0.12 0.13 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:25:01 eth0 32.29 20.20 21.53 44.33 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:25:01 docker0 1.55 1.55 0.10 0.13 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:26:02 eth0 203.66 171.36 1690.46 61.57 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:27:03 eth0 70.16 39.32 178.76 39.17 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:27:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:27:03 veth7c653f3 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:27:03 docker0 10.71 26.41 0.56 144.04 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:28:01 veth021ac62 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:28:01 veth59f73d5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:28:01 veth3403933 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:28:01 eth0 8.78 4.42 7.12 3.75 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:29:01 veth22cb6d0 15.56 27.98 1.04 278.09 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:29:01 vethdf842b6 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:29:01 eth0 221.90 165.75 1751.23 71.44 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:29:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:30:02 veth741d593 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:30:02 veth2e736df 2.69 3.16 0.44 17.96 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:30:02 eth0 76.90 50.15 178.26 88.22 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:31:01 eth0 314.58 285.07 209.48 928.69 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:31:01 docker0 1036.09 884.48 83.78 4397.43 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:32:01 eth0 151.80 151.05 60.70 682.14 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:33:01 eth0 0.27 0.22 0.10 0.02 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:34:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:35:01 eth0 1.07 0.42 0.32 0.21 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:36:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:37:01 eth0 0.73 0.47 0.35 0.27 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:38:01 eth0 0.23 0.20 0.10 0.01 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:39:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:40:01 eth0 493.39 439.86 4300.05 87.37 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:40:01 docker0 38.97 37.14 3.72 256.12 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:41:01 vetha7aa22f 20.92 33.22 1.34 218.54 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:41:01 eth0 448.67 388.82 3453.64 94.72 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] 14:41:01 docker0 20.92 33.10 1.05 218.53 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] Average: vetha7aa22f 1.10 1.75 0.07 11.52 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] Average: eth0 168.61 159.49 978.74 120.35 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] Average: docker0 56.83 49.52 4.59 252.81 0.00 0.00 0.00 0.00 [2021-03-03T14:42:01.533Z] [2021-03-03T14:42:01.533Z] [2021-03-03T14:42:01.533Z] ---> sar -P ALL: [2021-03-03T14:42:01.533Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) [2021-03-03T14:42:01.533Z] [2021-03-03T14:42:01.533Z] 14:21:07 LINUX RESTART (4 CPU) [2021-03-03T14:42:01.533Z] [2021-03-03T14:42:01.533Z] 14:22:01 CPU %user %nice %system %iowait %steal %idle [2021-03-03T14:42:01.533Z] 14:23:01 all 15.94 0.00 9.27 2.04 0.06 72.68 [2021-03-03T14:42:01.533Z] 14:23:01 0 18.22 0.00 11.10 1.35 0.05 69.28 [2021-03-03T14:42:01.533Z] 14:23:01 1 10.01 0.00 8.49 3.33 0.09 78.08 [2021-03-03T14:42:01.533Z] 14:23:01 2 16.77 0.00 8.62 2.37 0.07 72.18 [2021-03-03T14:42:01.533Z] 14:23:01 3 18.82 0.00 8.89 1.12 0.05 71.12 [2021-03-03T14:42:01.533Z] 14:24:01 all 21.86 0.00 8.42 6.36 0.06 63.31 [2021-03-03T14:42:01.533Z] 14:24:01 0 23.57 0.00 7.91 4.48 0.07 63.97 [2021-03-03T14:42:01.533Z] 14:24:01 1 21.36 0.00 8.49 6.53 0.05 63.57 [2021-03-03T14:42:01.533Z] 14:24:01 2 21.89 0.00 9.14 9.04 0.05 59.88 [2021-03-03T14:42:01.533Z] 14:24:01 3 20.62 0.00 8.13 5.37 0.05 65.82 [2021-03-03T14:42:01.533Z] 14:25:01 all 48.48 0.00 13.11 4.27 0.04 34.10 [2021-03-03T14:42:01.533Z] 14:25:01 0 48.28 0.00 12.77 4.77 0.05 34.14 [2021-03-03T14:42:01.533Z] 14:25:01 1 48.02 0.00 13.64 4.54 0.03 33.76 [2021-03-03T14:42:01.533Z] 14:25:01 2 47.42 0.00 13.23 5.21 0.05 34.08 [2021-03-03T14:42:01.533Z] 14:25:01 3 50.19 0.00 12.79 2.58 0.02 34.42 [2021-03-03T14:42:01.533Z] 14:26:02 all 38.81 0.00 13.79 3.10 0.06 44.25 [2021-03-03T14:42:01.533Z] 14:26:02 0 37.58 0.00 13.56 3.56 0.05 45.25 [2021-03-03T14:42:01.533Z] 14:26:02 1 39.67 0.00 13.50 4.57 0.07 42.19 [2021-03-03T14:42:01.534Z] 14:26:02 2 38.54 0.00 14.52 3.54 0.05 43.34 [2021-03-03T14:42:01.534Z] 14:26:02 3 39.42 0.00 13.56 0.72 0.05 46.24 [2021-03-03T14:42:01.534Z] 14:27:03 all 19.63 0.00 25.12 17.26 0.10 37.88 [2021-03-03T14:42:01.534Z] 14:27:03 0 19.96 0.00 25.05 17.02 0.12 37.85 [2021-03-03T14:42:01.534Z] 14:27:03 1 19.76 0.00 24.60 19.24 0.09 36.32 [2021-03-03T14:42:01.534Z] 14:27:03 2 17.68 0.00 25.73 18.25 0.09 38.25 [2021-03-03T14:42:01.534Z] 14:27:03 3 21.14 0.00 25.12 14.52 0.10 39.12 [2021-03-03T14:42:01.534Z] 14:28:01 all 48.81 0.00 20.82 18.34 0.07 11.96 [2021-03-03T14:42:01.534Z] 14:28:01 0 48.24 0.00 20.06 19.32 0.07 12.31 [2021-03-03T14:42:01.534Z] 14:28:01 1 48.61 0.00 20.93 17.44 0.09 12.92 [2021-03-03T14:42:01.534Z] 14:28:01 2 48.82 0.00 21.08 19.35 0.05 10.70 [2021-03-03T14:42:01.534Z] 14:28:01 3 49.55 0.00 21.19 17.26 0.07 11.93 [2021-03-03T14:42:01.534Z] 14:29:01 all 26.06 0.00 18.11 27.07 0.08 28.68 [2021-03-03T14:42:01.534Z] 14:29:01 0 24.57 0.00 18.44 27.74 0.09 29.15 [2021-03-03T14:42:01.534Z] 14:29:01 1 26.92 0.00 17.30 30.08 0.07 25.63 [2021-03-03T14:42:01.534Z] 14:29:01 2 26.31 0.00 18.28 18.40 0.10 36.91 [2021-03-03T14:42:01.534Z] 14:29:01 3 26.44 0.00 18.43 32.16 0.05 22.93 [2021-03-03T14:42:01.534Z] 14:30:02 all 40.52 0.00 19.84 23.91 0.08 15.65 [2021-03-03T14:42:01.534Z] 14:30:02 0 37.85 0.00 21.35 20.08 0.09 20.63 [2021-03-03T14:42:01.534Z] 14:30:02 1 41.06 0.00 18.66 26.21 0.09 13.99 [2021-03-03T14:42:01.534Z] 14:30:02 2 40.79 0.00 20.65 26.01 0.09 12.46 [2021-03-03T14:42:01.534Z] 14:30:02 3 42.39 0.00 18.70 23.34 0.07 15.50 [2021-03-03T14:42:01.534Z] 14:31:01 all 19.16 0.00 9.20 8.23 0.06 63.36 [2021-03-03T14:42:01.534Z] 14:31:01 0 19.56 0.00 9.73 6.18 0.07 64.47 [2021-03-03T14:42:01.534Z] 14:31:01 1 18.51 0.00 8.64 8.85 0.07 63.93 [2021-03-03T14:42:01.534Z] 14:31:01 2 19.23 0.00 9.30 8.41 0.05 63.00 [2021-03-03T14:42:01.534Z] 14:31:01 3 19.33 0.00 9.13 9.47 0.03 62.03 [2021-03-03T14:42:01.534Z] 14:32:01 all 3.72 0.00 1.37 1.57 0.03 93.31 [2021-03-03T14:42:01.534Z] 14:32:01 0 3.77 0.00 1.61 1.60 0.02 93.01 [2021-03-03T14:42:01.534Z] 14:32:01 1 3.74 0.00 1.24 1.48 0.03 93.51 [2021-03-03T14:42:01.534Z] 14:32:01 2 3.82 0.00 1.27 1.69 0.02 93.19 [2021-03-03T14:42:01.534Z] 14:32:01 3 3.54 0.00 1.36 1.53 0.03 93.53 [2021-03-03T14:42:01.534Z] 14:33:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-03-03T14:42:01.534Z] 14:33:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-03T14:42:01.534Z] 14:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-03T14:42:01.534Z] 14:33:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-03T14:42:01.534Z] 14:33:01 3 0.05 0.00 0.03 0.02 0.00 99.90 [2021-03-03T14:42:01.534Z] [2021-03-03T14:42:01.534Z] 14:33:01 CPU %user %nice %system %iowait %steal %idle [2021-03-03T14:42:01.534Z] 14:34:01 all 0.17 0.00 0.02 0.00 0.00 99.81 [2021-03-03T14:42:01.534Z] 14:34:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-03T14:42:01.534Z] 14:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-03T14:42:01.534Z] 14:34:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-03T14:42:01.534Z] 14:34:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-03T14:42:01.534Z] 14:35:01 all 0.16 0.00 0.03 0.00 0.00 99.82 [2021-03-03T14:42:01.534Z] 14:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-03T14:42:01.534Z] 14:35:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-03T14:42:01.534Z] 14:35:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-03T14:42:01.534Z] 14:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-03T14:42:01.534Z] 14:36:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-03T14:42:01.534Z] 14:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-03T14:42:01.534Z] 14:36:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-03T14:42:01.534Z] 14:36:01 2 0.02 0.00 0.07 0.00 0.00 99.92 [2021-03-03T14:42:01.534Z] 14:36:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-03T14:42:01.534Z] 14:37:01 all 0.15 0.00 0.07 0.03 0.01 99.75 [2021-03-03T14:42:01.534Z] 14:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-03T14:42:01.534Z] 14:37:01 1 0.52 0.00 0.10 0.10 0.02 99.27 [2021-03-03T14:42:01.534Z] 14:37:01 2 0.03 0.00 0.08 0.02 0.00 99.87 [2021-03-03T14:42:01.534Z] 14:37:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2021-03-03T14:42:01.534Z] 14:38:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2021-03-03T14:42:01.534Z] 14:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-03T14:42:01.534Z] 14:38:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-03T14:42:01.534Z] 14:38:01 2 0.07 0.00 0.07 0.00 0.03 99.83 [2021-03-03T14:42:01.534Z] 14:38:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-03T14:42:01.534Z] 14:39:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-03-03T14:42:01.534Z] 14:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-03T14:42:01.534Z] 14:39:01 1 0.43 0.00 0.07 0.00 0.00 99.50 [2021-03-03T14:42:01.534Z] 14:39:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2021-03-03T14:42:01.534Z] 14:39:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-03T14:42:01.534Z] 14:40:01 all 10.77 0.00 8.25 6.26 0.07 74.65 [2021-03-03T14:42:01.534Z] 14:40:01 0 9.81 0.00 8.93 3.74 0.07 77.45 [2021-03-03T14:42:01.534Z] 14:40:01 1 11.49 0.00 7.81 4.47 0.07 76.17 [2021-03-03T14:42:01.534Z] 14:40:01 2 10.20 0.00 7.81 7.61 0.05 74.33 [2021-03-03T14:42:01.534Z] 14:40:01 3 11.59 0.00 8.45 9.24 0.09 70.63 [2021-03-03T14:42:01.534Z] 14:41:01 all 10.82 0.00 8.92 2.58 0.33 77.35 [2021-03-03T14:42:01.534Z] 14:41:01 0 9.49 0.00 8.38 3.15 0.28 78.70 [2021-03-03T14:42:01.534Z] 14:41:01 1 9.36 0.00 8.44 3.11 0.41 78.69 [2021-03-03T14:42:01.534Z] 14:41:01 2 9.78 0.00 9.40 2.12 0.41 78.29 [2021-03-03T14:42:01.534Z] 14:41:01 3 14.67 0.00 9.44 1.96 0.22 73.70 [2021-03-03T14:42:01.534Z] Average: all 15.76 0.00 8.08 6.24 0.05 69.87 [2021-03-03T14:42:01.534Z] Average: 0 15.51 0.00 8.21 5.81 0.05 70.42 [2021-03-03T14:42:01.534Z] Average: 1 15.51 0.00 7.85 6.69 0.06 69.89 [2021-03-03T14:42:01.534Z] Average: 2 15.64 0.00 8.24 6.30 0.06 69.76 [2021-03-03T14:42:01.534Z] Average: 3 16.40 0.00 8.02 6.14 0.04 69.40 [2021-03-03T14:42:01.534Z] [2021-03-03T14:42:01.534Z] [2021-03-03T14:42:01.534Z]